/*
Theme Name: ostani
Theme URI: http://ostani.com.au/
Author: Inklab
Author URI: https://inklab.com.au/
Description: Parent Theme
Version: 1.0-wpcom
License: 
License URI: 
Text Domain: ostani
Domain Path: /languages/
Tags:

*/
/**
COLOURS
-------
#353449		- Dark Blue
#9cc951		- Light Green
#cbcccd		- Mid Grey - highlights and borders an stuff
#808080		- Body Text
#f5f4f3		- Light Grey

SECTIONS
All sections are prefixed with an =
--------
RESET		- resets any of the browser's preconceived ideas of what an element should look like.
STRUCTURE	- structural elements
NAVIGATION	- Navigation elements
FORMS		- Forms
TABLES		- Tables
CONTENT		- inline elements and other content
MISC		- anything else
MEDIA		- additional media queries

NOTES
-------
Fonts - Clarendon, Helvetica
Baseline 16px;
*/
/* ==========================================================================
	SASS IMPORTS
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 760px; } }
  @media (min-width: 992px) {
    .container {
      width: 980px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1180px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -20px;
  margin-right: -20px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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: 20px;
  padding-right: 20px; }

.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-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

/**
*=RESET
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  font: 13px sans-serif;
  *font-size: small;
  *font: x-small;
  line-height: 1.45;
  background: black; }

table {
  font-size: inherit;
  font: 100%; }

select, input, textarea {
  font: 99% sans-serif; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

body, select, input, textarea {
  color: #3c3c3c; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-rendering: optimizeLegibility; }

a:hover, a:active {
  outline: none; }

ul {
  margin-left: 30px; }

ol {
  margin-left: 30px;
  list-style-type: decimal; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

label, input[type=button], input[type=submit], button {
  cursor: pointer; }

::-moz-selection {
  background: #9cc951;
  color: #333;
  text-shadow: none; }

::selection {
  background: #9cc951;
  color: #333;
  text-shadow: none; }

html {
  overflow-y: scroll; }

button {
  width: auto;
  overflow: visible; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

/**
*=STRUCTURE
*/
/**
*=NAVIGATION
*/
/**
*=FORMS	
*/
/**
*=TABLES
*/
/**
*=CONTENT
*/
/**
*=MISC
*/
/**
*=MEDIA
*/
#wrapper {
  height: 100%; }

.container-fluid {
  max-width: 810px; }

img {
  display: block; }

#logocontainer {
  background-color: none;
  width: 100%;
  height: 200px;
  position: fixed;
  top: 40px;
  left: 0px;
  z-index: 1; }
  #logocontainer img {
    display: block;
    alignment-adjust: center;
    margin: 0 auto 0 auto; }
  @media (max-width: 480px) {
    #logocontainer {
      height: auto;
      top: 20px; }
      #logocontainer img {
        width: 150px;
        height: auto; } }

html, body {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  background: black; }

p {
  border-top: 1px dotted #424242;
  padding-top: 15px;
  padding-bottom: 12px;
  color: GREY;
  font-family: arial;
  font-style: strong;
  text-align: center;
  font-size: 10px;
  line-height: 30px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px; }

.featureimage {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed; }

.touch .featureimage { background-attachment: scroll; }

.image1 { background-image: url(assets/images/ostani_3.jpg); }
.image2 { background-image: url(assets/images/ostani_1.jpg); }
.image3 { background-image: url(assets/images/ostani_4.jpg); }
.image4 { background-image: url(assets/images/ostani_4-2.jpg); }
.image6 { background-image: url(assets/images/ostani_6-2.jpg); }
.image7 { background-image: url(assets/images/ostani_7.jpg); }
.image8 { background-image: url(assets/images/ostani_8.jpg); }

.image-n1{ background-image: url(assets/images/new-ostani_1.jpg); }
.image-n2{ background-image: url(assets/images/new-ostani_2.jpg); }
.image-n3{ background-image: url(assets/images/new-ostani_3.jpg); }
.image-n4{ background-image: url(assets/images/new-ostani_4.jpg); }
.image-n5{ background-image: url(assets/images/new-ostani_5.jpg); }
.image-n6{ background-image: url(assets/images/new-ostani_6.jpg); }
.image-n7{ background-image: url(assets/images/new-ostani_7.jpg); }

.image-br1{ background-image: url(https://ostani.com.au/wp-content/uploads/2020/03/Ostani_breakfast_235.jpg); }
.image-br2{ background-image: url(https://ostani.com.au/wp-content/uploads/2020/03/Ostani_breakfast_246.jpg); }
.image-br3{ background-image: url(https://ostani.com.au/wp-content/uploads/2020/03/Ostani_breakfast_76.jpg); }

.featureimage { position: relative; }
.scroll_down {
  position: fixed;
  display: block;
  text-transform: uppercase;
  bottom: 260px;
  text-align: center;
  height: 90px;
  width: 90px;
  border-radius: 100%;
  left: 50%;
  margin-left: -45px;
  line-height: 80px;
  background-color: #000;
  background: rgba(0, 0, 0, 0.85);
  color: GREY;
  font-family: Arial;
  font-size: 10px; }
  @media (max-width: 480px) {
    .scroll_down {
      position: absolute; } }

.ie7 .scroll_down,
.ie8 .scroll_down {
  font-size: 0;
  text-indent: -999999px;
  overflow: hidden;
  background: url(assets/images/down.png) no-repeat center center; }

.scroll_down::after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid red;
  position: absolute;
  bottom: 25px;
  margin-left: -6px;
  left: 50%; }

#container {
  background-color: black;
  width: 100%;
  height: 180px;
  position: fixed;
  bottom: 40px;
  left: 0px; }
  @media (max-width: 480px) {
    #container {
      position: static; } }

nav ul {
  display: block;
  position: relative;
  text-align: center;
  overflow: auto;
  margin: 0;
  padding: 20px 0px 18px 0px; }

a:link {
  color: Grey;
  text-decoration: none; }

a:visited {
  color: #424242; }

a:hover {
  color: red; }

nav li {
  position: relative;
  display: inline;
  height: 40px;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 14px;
  color: GREY;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 1px;
  background-image: url(assets/images/separator.gif);
  background-repeat: no-repeat; }

nav li a:visited {
  color: grey; }

nav li a:hover {
  color: red; }

nav li.first {
  background-image: none;
  padding: 0px; }

.red {
  color: red;
  padding: 0 2px 0 2px; }

.error404 #main h1,
.page #main h1 {
  font: 300 30px arial, sans-serif;
  line-height: 1.1;
  color: white;
  text-align: center; }

.error404 #main p,
.page #main p {
  font: 300 17px arial, sans-serif;
  line-height: 1.45;
  border: none;
  color: #999999; }

.error404 #logocontainer,
.error404 #container,
.page #logocontainer,
.page #container {
  position: static;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 480px) {
    .error404 #logocontainer,
    .error404 #container,
    .page #logocontainer,
    .page #container {
      margin-top: 20px;
      margin-bottom: 20px; } }

/* -- Gravity Form */
#wrapper .gform_wrapper {
  margin-top: 75px; }
  #wrapper .gform_wrapper ul {
    padding-left: 0 !important; }
  #wrapper .gform_wrapper li {
    margin-bottom: 0; }
    #wrapper .gform_wrapper li:before {
      content: "" !important; }
    #wrapper .gform_wrapper li .ginput_container {
      margin-top: 0; }
    #wrapper .gform_wrapper li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #wrapper .gform_wrapper li.gfield textarea {
      padding: 18px 20px;
      font: 300 17px arial, sans-serif;
      line-height: 1.1; }
    #wrapper .gform_wrapper li.gfield input, #wrapper .gform_wrapper li.gfield textarea {
      width: 100%;
      border: 1px solid #d7d7d7;
      background: transparent;
      color: white;
      padding: 20px; }
      #wrapper .gform_wrapper li.gfield input::-webkit-input-placeholder, #wrapper .gform_wrapper li.gfield textarea::-webkit-input-placeholder {
        color: #898989;
        opacity: 1; }
      #wrapper .gform_wrapper li.gfield input:-ms-input-placeholder, #wrapper .gform_wrapper li.gfield textarea:-ms-input-placeholder {
        color: #898989;
        opacity: 1; }
      #wrapper .gform_wrapper li.gfield input::-ms-input-placeholder, #wrapper .gform_wrapper li.gfield textarea::-ms-input-placeholder {
        color: #898989;
        opacity: 1; }
      #wrapper .gform_wrapper li.gfield input::placeholder, #wrapper .gform_wrapper li.gfield textarea::placeholder {
        color: #898989;
        opacity: 1; }
    #wrapper .gform_wrapper li.gfield .instruction {
      font: 300 12px arial, sans-serif;
      line-height: 1.1;
      color: #999999; }
    #wrapper .gform_wrapper li.gfield#field_1_7 .instruction {
      display: none; }
    #wrapper .gform_wrapper li.gfield.note p {
      font: 300 17px arial, sans-serif;
      line-height: 1.1;
      text-align: center;
      text-transform: none;
      color: #898989;
      border: none;
      padding-top: 35px;
      padding-bottom: 35px; }
    #wrapper .gform_wrapper li.gfield .ginput_container_select {
      margin: 0; }
      #wrapper .gform_wrapper li.gfield .ginput_container_select select {
        font: 300 17px arial, sans-serif;
        line-height: 1.1;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        padding-end: 20px;
        padding-start: 2px;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        background: transparent;
        border: 1px solid #d7d7d7;
        border-radius: 0;
        color: #898989;
        margin: 0;
        overflow: hidden;
        padding: 15px 20px;
        height: 56px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAMAAAD+zz7+AAAAP1BMVEX///93d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3duJ4OJAAAAFHRSTlMAAgwUHbi5x9TV29zl6Ozu8fP0/Uox3KgAAABGSURBVHgBPcfXFQIgAEWxS1FA6bz9Z1WEY/7Cehku815kJXOXlLFF8TSqWLBVYS+ofgeu7Qc1B793PZ7qd+CnND38P8bZB5W+Am+IO8YrAAAAAElFTkSuQmCC);
        background-position: calc(100% - 16px) center;
        background-repeat: no-repeat; }
    #wrapper .gform_wrapper li.hidden-label label {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }
    #wrapper .gform_wrapper li.radio-button:before, #wrapper .gform_wrapper li.radio-button:after {
      content: " ";
      display: table; }
    #wrapper .gform_wrapper li.radio-button:after {
      clear: both; }
    #wrapper .gform_wrapper li.radio-button > label {
      float: left;
      font: 300 17px arial, sans-serif;
      line-height: 1.1;
      padding: 13px 20px 13px 0;
      color: #898989; }
    #wrapper .gform_wrapper li.radio-button .ginput_container {
      float: left;
      margin-top: 0;
      margin-bottom: 0;
      width: auto !important; }
      #wrapper .gform_wrapper li.radio-button .ginput_container ul {
        overflow: hidden; }
      #wrapper .gform_wrapper li.radio-button .ginput_container ul li {
        color: black;
        display: block;
        position: relative;
        float: left;
        width: auto;
        display: inline;
        margin-bottom: 0; }
      #wrapper .gform_wrapper li.radio-button .ginput_container ul li input[type=checkbox],
      #wrapper .gform_wrapper li.radio-button .ginput_container ul li input[type=radio] {
        position: absolute;
        visibility: hidden; }
        #wrapper .gform_wrapper li.radio-button .ginput_container ul li input[type=checkbox]:checked + label,
        #wrapper .gform_wrapper li.radio-button .ginput_container ul li input[type=radio]:checked + label {
          font-weight: 300; }
        #wrapper .gform_wrapper li.radio-button .ginput_container ul li input[type=checkbox] ~ label:before,
        #wrapper .gform_wrapper li.radio-button .ginput_container ul li input[type=radio] ~ label:before {
          content: "";
          display: block;
          height: 30px;
          width: 30px;
          position: absolute;
          left: 0;
          top: 0;
          border-radius: 30px;
          border: 1px solid #999999; }
        #wrapper .gform_wrapper li.radio-button .ginput_container ul li input[type=checkbox] ~ label:after,
        #wrapper .gform_wrapper li.radio-button .ginput_container ul li input[type=radio] ~ label:after {
          content: "";
          color: black;
          display: block;
          height: 12px;
          opacity: 0;
          position: absolute;
          left: 9px;
          top: 9px;
          width: 12px;
          border-radius: 12px;
          background: #999999; }
      #wrapper .gform_wrapper li.radio-button .ginput_container ul li input[type=checkbox] ~ label:after {
        content: "\f00c";
        color: black;
        display: block;
        height: 6px;
        opacity: 0;
        position: absolute;
        left: 0px;
        top: 1px;
        width: 6px;
        border-radius: 0;
        background: transparent; }
      #wrapper .gform_wrapper li.radio-button .ginput_container ul li input:checked ~ label:after {
        opacity: 1; }
      #wrapper .gform_wrapper li.radio-button .ginput_container ul li input[value=No]:checked ~ label:after {
        background: red none repeat scroll 0 0; }
      #wrapper .gform_wrapper li.radio-button .ginput_container ul li label {
        font: 300 17px arial, sans-serif;
        line-height: 1.1;
        display: block;
        position: relative;
        padding: 8px 0 8px 35px;
        margin: 0 15px 2px 0;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        max-width: inherit;
        color: #898989;
        width: auto; }
      #wrapper .gform_wrapper li.radio-button .ginput_container ul li:last-child label {
        margin-right: 0; }
  #wrapper .gform_wrapper .gform_footer {
    text-align: center;
    padding: 0; }
    #wrapper .gform_wrapper .gform_footer input[type=submit] {
      font: 300 16px arial, sans-serif;
      line-height: 1.1;
      background-color: #ffffff;
      border: 1px solid #cba374;
      color: #cba374;
      display: inline-block;
      margin: 20px 0;
      padding: 15px 45px 15px;
      -webkit-box-shadow: 7px 7px 0 0 #cba374;
      box-shadow: 7px 7px 0 0 #cba374; }

.gform_confirmation_message {
  font: 300 17px arial, sans-serif;
  line-height: 1.1;
  color: white;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px; }

@media only screen and (min-width: 641px) {
  #wrapper .gform_wrapper ul.gform_fields li.gfield.gf_middle_third, #wrapper .gform_wrapper ul.gform_fields li.gfield.gf_left_third {
    padding-right: 16px; } }

.btn {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  background: white;
  color: #ff0000;
  padding: 25px 75px;
  text-transform: uppercase;
  border-radius: 75px;
  font-weight: bold; }
  .btn:hover {
    background: #ff0000;
    color: white; }

@media only screen and (max-width: 640px) {
  #wrapper .gform_wrapper li {
    width: 100%; }
    #wrapper .gform_wrapper li.gfield.gf_left_custom {
      width: calc(33.334% - 10px);
      float: left;
      clear: none;
      margin-bottom: 16px;
      margin-right: 15px; }
      #wrapper .gform_wrapper li.gfield.gf_left_custom.gf_left_custom_last {
        margin-right: 0; } }

@media only screen and (min-width: 641px) {
  #wrapper .gform_wrapper .top_label li.gfield.gf_left_custom {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 16.6667%;
    padding-right: 16px;
    float: none; }
  #wrapper .gform_wrapper .top_label li.gfield.gf_left_custom .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input):not(.datepicker) {
    width: 100% !important;
    margin: 0px 0 0;
    padding-left: 0;
    padding-right: 0; }
  #wrapper .gform_wrapper .top_label li.gfield.gf_left_custom:before {
    content: "";
    display: block;
    clear: both; }
  #wrapper .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_custom {
    max-width: calc(16.6667% - 16px);
    padding-right: 0; }
  #wrapper .gform_wrapper .top_label li.gfield.gfield_error.gf_left_custom {
    margin-right: 16px; }
  #wrapper .gform_wrapper .top_label li.gfield.gf_left_custom div:not(.ginput_container_date) input.large,
  #wrapper .gform_wrapper .top_label li.gfield.gf_left_custom div:not(.ginput_container_date) input.medium,
  #wrapper .gform_wrapper .top_label li.gfield.gf_left_custom div:not(.ginput_container_date) select.large,
  #wrapper .gform_wrapper .top_label li.gfield.gf_left_custom div:not(.ginput_container_date) select.medium {
    width: 100%; }
  #wrapper .gform_wrapper .top_label li.gfield.gf_left_custom textarea {
    width: 98%; }
  #wrapper .gform_wrapper .top_label li.gfield.gf_left_custom input.small {
    width: 35%; }
  #wrapper .gform_wrapper .top_label li.gfield.gf_left_custom + li.gfield.gsection.gf_left_custom,
  #wrapper .gform_wrapper .top_label li.gfield.gf_left_custom + li.gsection,
  #wrapper .gform_wrapper .top_label li.gfield.gsection.gf_left_custom + li.gfield.gsection.gf_left_custom {
    padding: 16px 0 8px; }
  #wrapper .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gsection,
  #wrapper .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gsection,
  #wrapper .gform_wrapper .top_label li.gfield.gf_left_third + li.gsection {
    padding: 16px 0 8px; }
  #wrapper .gform_wrapper .top_label li.gfield.gf_left_custom + .gform_footer,
  #wrapper .gform_wrapper .top_label li.gfield.gf_left_custom + li.gfield {
    clear: both; } }
