/*!
Theme Name: Image Install
Theme URL: http://www.argondesign.com.au
Description: Custom Theme 
Author: Argon Design
Author URL: http://www.argondesign.com.au
Version: 1.0
=======
*/
/* Base Font Variables (ONLY MODIFY DO NOT DELETE) */
/* Mixins =================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, blockquote {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
}

/* Base (mobile design) */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: 100%;
}

body {
  background: url(img/bg01.jpg) center top fixed no-repeat black;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Helvetica", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  min-height: 100%;
  color: white;
}

::-moz-selection {
  background: #f78f1e;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #f78f1e;
  color: #fff;
  text-shadow: none;
}

a {
  color: #f78f1e;
  text-decoration: none;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
a:hover {
  opacity: 0.8;
}

@font-face {
  font-family: 'source_sans_probold';
  src: url("font/sourcesanspro-bold-webfont.eot");
  src: url("font/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("font/sourcesanspro-bold-webfont.woff") format("woff"), url("font/sourcesanspro-bold-webfont.ttf") format("truetype"), url("font/sourcesanspro-bold-webfont.svg#source_sans_probold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_proregular';
  src: url("font/sourcesanspro-regular-webfont.eot");
  src: url("font/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("font/sourcesanspro-regular-webfont.woff") format("woff"), url("font/sourcesanspro-regular-webfont.ttf") format("truetype"), url("font/sourcesanspro-regular-webfont.svg#source_sans_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ArvoRegular';
  src: url("font/arvo-regular-webfont.eot");
  src: url("font/arvo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("font/arvo-regular-webfont.woff") format("woff"), url("font/arvo-regular-webfont.ttf") format("truetype"), url("font/arvo-regular-webfont.svg#ArvoRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ArvoBold';
  src: url("font/arvo-bold-webfont.eot");
  src: url("font/arvo-bold-webfont.eot?#iefix") format("embedded-opentype"), url("font/arvo-bold-webfont.woff") format("woff"), url("font/arvo-bold-webfont.ttf") format("truetype"), url("font/arvo-bold-webfont.svg#ArvoBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'michromaregular';
  src: url("font/michroma-webfont.eot");
  src: url("font/michroma-webfont.eot?#iefix") format("embedded-opentype"), url("font/michroma-webfont.woff") format("woff"), url("font/michroma-webfont.ttf") format("truetype"), url("font/michroma-webfont.svg#michromaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url("font/fontello.eot?83819101");
  src: url("font/fontello.eot?83819101#iefix") format("embedded-opentype"), url("font/fontello.woff?83819101") format("woff"), url("font/fontello.ttf?83819101") format("truetype"), url("font/fontello.svg?83819101#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.icon-menu:before {
  content: '\e82c';
}

/* '' */
.icon-cross02:before {
  content: '\e839';
}

/* '' */
.icon-arrow_left02:before {
  content: '\e83b';
}

/* '' */
.icon-arrow_right02:before {
  content: '\e83a';
}

/* '' */
.serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}

header {
  background: #333;
  width: 100%;
  text-align: center;
}
header #header_in {
  max-width: 940px;
  margin: 0 auto;
  padding: 20px 10px;
}
header .logo {
  width: 180px;
  margin: 0;
  float: right;
  font-size: 13px;
  font-size: 1.3rem;
}
header nav {
  width: 350px;
  float: left;
}
header nav #menu-main {
  font-family: "source_sans_proregular";
  float: right;
  position: relative;
  z-index: 2;
}
header nav li {
  border-left: 2px solid #f78f1e;
  width: 150px;
  padding: 3px 0 3px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  float: left;
  list-style: none;
  text-align: left;
}
header nav li a {
  color: #cccccc;
  display: block;
}
header nav li a:hover {
  color: #f78f1e;
}
header nav li ul {
  position: absolute;
  top: 35px;
  left: 0;
  display: none;
}
header nav li ul li {
  background: #f9a84f;
  border-bottom: 1px solid #ccc;
  width: 150px;
  margin: 0;
  font-size: 11px;
  line-height: 1.3;
}
header nav li ul li a {
  padding: 10px;
  color: white;
}
header nav li ul li a:hover {
  background: #fbc080;
  text-decoration: none;
  color: white;
}
header nav li ul li ul {
  top: 0;
  left: 150px;
}
header nav li ul li ul li {
  background: #fbc080;
}
header nav li ul li ul li a:hover {
  background: #fcd9b2;
}
header nav li ul li:last-child {
  border: none;
}

footer {
  background: #333;
  width: 100%;
  font-family: "source_sans_proregular";
  color: #cccccc;
  height: 40px;
  line-height: 40px;
}
footer #footer_in {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}
footer .pp {
  width: 30%;
  float: left;
}
footer .copyright {
  width: 70%;
  float: right;
  text-align: right;
}
footer a {
  color: #cccccc;
}
footer a:hover {
  color: #f78f1e;
}

h1 {
  font-family: "source_sans_probold";
  font-size: 48px;
  font-size: 4.8rem;
  color: white;
  line-height: 1.2;
  margin: 50px auto 0;
  text-shadow: 0px 2px 0px black;
  text-transform: uppercase;
  text-align: center;
}

#main {
  background: url(img/transparent02.png);
  max-width: 860px;
  min-height: 590px;
  margin: 40px auto 0;
  padding: 40px;
}
#main h2 {
  margin-bottom: 10px;
  font-family: "source_sans_probold";
  font-size: 24px;
  font-size: 2.4rem;
  color: #f78f1e;
  line-height: 1.2;
  text-transform: uppercase;
}
#main h3 {
  margin-bottom: 10px;
  font-family: "source_sans_probold";
  font-size: 18px;
  font-size: 1.8rem;
  color: #f78f1e;
  line-height: 1.2;
}
#main p {
  margin-bottom: 2em;
  line-height: 1.5;
}
#main p:nth-last-of-type(1) {
  margin-bottom: 3em;
}
#main ul {
  margin-bottom: 2em;
}
#main ul li {
  margin: 0 0 1em 1em;
  list-style: disc;
  line-height: 1;
}
#main ol {
  margin-bottom: 2em;
}
#main ol li {
  margin: 0 0 1em 1em;
  list-style: decimal;
  line-height: 1;
}
#main .clm3 {
  width: 30%;
  margin-right: 5%;
  float: left;
}
#main .clm3:nth-child(3n) {
  margin-right: 0;
}

#side {
  margin: 0 auto 50px;
  text-align: center;
}
#side p {
  margin-bottom: 20px;
  line-height: 1.5;
}

.home {
  background-image: none;
}
.home footer {
  position: absolute;
  bottom: 0;
}

.bgslider {
  list-style: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 0;
  margin: 0;
}

.bgslider li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}
.bgslider li img {
  z-index: 1;
}
.bgslider li div {
  background: url(img/transparent01.png);
  width: 100%;
  font-family: michromaregular;
  font-size: 36px;
  color: white;
  padding: 20px 0;
  position: absolute;
  bottom: 40px;
}
.bgslider li div p {
  width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: center;
  text-shadow: 0px 3px 0px black;
}

/* If background-size supported we'll add the images to the background of the li */
.backgroundsize .bgslider li {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}

/* ...and hide the images */
.backgroundsize .bgslider li img {
  display: none;
}

.bgslider li img {
  display: block;
  width: 100%;
}

/* Fallback */
.no-js.no-backgroundsize .bgslider li:first-child {
  opacity: 1;
}

.no-js.backgroundsize .bgslider li:first-child img {
  display: block;
}

.page-id-10 {
  background: url(img/bg04.jpg) center top fixed no-repeat;
}

.page-id-16 {
  background: url(img/bg03.jpg) center top fixed no-repeat;
}
.page-id-16 #main .clm2 {
  width: 100%;
  position: relative;
}
.page-id-16 #main .clm2 .img {
  width: 50%;
  float: left;
  text-align: center;
}
.page-id-16 #main .clm2 .txt {
  width: 40%;
  position: absolute;
  right: 10%;
  bottom: 0;
}

.page-id-12 {
  background: url(img/bg02.jpg) center top fixed no-repeat;
}
.page-id-12 #main .clm3 {
  min-height: 280px;
}

.page-id-18 {
  background: url(img/bg05.jpg) center top fixed no-repeat;
}
.page-id-18 #main a {
  color: white;
}
.page-id-18 #main a:hover {
  color: #f78f1e;
}
.page-id-18 #main .map {
  margin-bottom: 50px;
}
.page-id-18 #main .clm2 .wrap-2 {
  width: 45%;
  margin-right: 5%;
  float: left;
}
.page-id-18 #main .wpcf7-form textarea,
.page-id-18 #main .wpcf7-form input {
  background: #ddd;
  border: none;
  width: 240px;
  height: 30px;
  padding: 0 10px;
  margin-bottom: 10px;
  display: block;
}
.page-id-18 #main .wpcf7-form textarea {
  height: 110px;
  padding: 10px;
}
.page-id-18 #main .wpcf7-form .wpcf7-submit {
  border: none;
  width: 80px;
  height: 30px;
  line-height: 20px;
  font-family: "source_sans_probold";
  font-size: 13px;
  font-size: 1.3rem;
  color: white;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  /* gecko */
  -webkit-border-radius: 5px;
  /* webkit */
  -khtml-border-radius: 5px;
  /* old konkeror */
  border-radius: 5px;
  /* CSS3 standard */
  background: #f78f1e;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$basecolor', endColorstr='darken($basecolor,10%)',GradientType=0);
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#da7508));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #f78f1e, #da7508);
  /* for firefox 3.6+ */
}
.page-id-18 #main .wpcf7-form .wpcf7-submit:hover {
  opacity: 0.8;
}

img.alignleft {
  margin: 0 4em 3em 0;
}

img.alignright {
  margin: 0 0 3em 4em;
}

img.aligncenter {
  margin-top: 1em;
  margin-bottom: 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

div.wpcf7-validation-errors {
  text-align: center;
  border-radius: 1px;
  margin: 0px !important;
  color: #898137;
  padding: 10px !important;
  background-color: #FFFFE0 !important;
  border: 1px solid #E6DB55 !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
  width: 260px !important;
}

span.wpcf7-not-valid-tip, .ajax-loader {
  display: none !important;
}

div.wpcf7-mail-sent-ok {
  background-color: #EBFFE0 !important;
  border: 1px solid #73D042 !important;
  border-radius: 2px 2px 2px 2px !important;
  color: #568937 !important;
  font-size: 10pt !important;
  margin: 0px !important;
  padding: 13px !important;
  text-align: center !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7-not-valid {
  background-color: #FFE0E0 !important;
  border: 1px solid #E65555 !important;
}

/* Modernizr =================================================== */
/* audio */
/* applicationcache */
/* backgroundsize */
/* borderimage */
/* borderradius */
/* boxshadow */
/* canvas */
/* canvastext */
/* cssanimations */
/* csscolumns */
/* cssgradients */
/* cssreflections */
/* csstransforms */
/* csstransforms3d */
/* csstransitions */
/* draganddrop */
/* flexbox */
/* fontface */
/* geolocation */
/* hashchange */
/* history */
/* hsla */
/* indexeddb */
/* inlinesvg */
/* localstorage */
/* multiplebgs */
/* opacity */
/* postmessage */
/* rgba */
/* sessionstorage */
/* smil */
/* svg */
/* svgclippaths */
/* textshadow */
/* touch */
/* video */
/* webgl */
/* websqldatabase */
/* websockets */
/* webworkers */
@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  @page {
    margin: 0.5cm;
  }
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  pre, blockquote {
    border: 1px solid gray;
    page-break-inside: avoid;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }
}
