/*!
Theme Name: Marion McKay
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;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }

  .columns.first {
    padding: 0;
  }

  .columns.last {
    padding: 0;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  .row-keep-left [class*="column"] + [class*="column"]:last-child {
    float: left;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 480px; */
@media only screen and (min-width: 480px) {
  .smallish-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .smallish-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .smallish-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .smallish-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .smallish-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .smallish-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .smallish-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .smallish-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .smallish-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .smallish-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .smallish-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .smallish-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .smallish-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .smallish-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .smallish-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .smallish-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .smallish-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .smallish-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .smallish-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .smallish-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .smallish-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .smallish-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .smallish-1 {
    position: relative;
    width: 8.33333%;
  }

  .smallish-2 {
    position: relative;
    width: 16.66667%;
  }

  .smallish-3 {
    position: relative;
    width: 25%;
  }

  .smallish-4 {
    position: relative;
    width: 33.33333%;
  }

  .smallish-5 {
    position: relative;
    width: 41.66667%;
  }

  .smallish-6 {
    position: relative;
    width: 50%;
  }

  .smallish-7 {
    position: relative;
    width: 58.33333%;
  }

  .smallish-8 {
    position: relative;
    width: 66.66667%;
  }

  .smallish-9 {
    position: relative;
    width: 75%;
  }

  .smallish-10 {
    position: relative;
    width: 83.33333%;
  }

  .smallish-11 {
    position: relative;
    width: 91.66667%;
  }

  .smallish-12 {
    position: relative;
    width: 100%;
  }

  .row .smallish-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .smallish-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .smallish-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .smallish-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .smallish-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .smallish-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .smallish-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .smallish-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .smallish-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .smallish-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .smallish-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .smallish-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .medium-1 {
    position: relative;
    width: 8.33333%;
  }

  .medium-2 {
    position: relative;
    width: 16.66667%;
  }

  .medium-3 {
    position: relative;
    width: 25%;
  }

  .medium-4 {
    position: relative;
    width: 33.33333%;
  }

  .medium-5 {
    position: relative;
    width: 41.66667%;
  }

  .medium-6 {
    position: relative;
    width: 50%;
  }

  .medium-7 {
    position: relative;
    width: 58.33333%;
  }

  .medium-8 {
    position: relative;
    width: 66.66667%;
  }

  .medium-9 {
    position: relative;
    width: 75%;
  }

  .medium-10 {
    position: relative;
    width: 83.33333%;
  }

  .medium-11 {
    position: relative;
    width: 91.66667%;
  }

  .medium-12 {
    position: relative;
    width: 100%;
  }

  .row .medium-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .medium-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .medium-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .medium-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .medium-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .medium-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .medium-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .medium-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .medium-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .medium-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .medium-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .medium-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  .columns.first {
    padding-right: 2em;
  }

  .columns.last {
    padding-left: 2em;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 980px) {
  .columns.first {
    padding: 0;
  }

  .columns.last {
    padding: 0;
  }
}
/* Styles for screens that are atleast 1024; */
@media only screen and (min-width: 1024px) {
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Styles for screens that are atleast 1200; */
@media only screen and (min-width: 1200px) {
  .huge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .huge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .huge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .huge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .huge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .huge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .huge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .huge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .huge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .huge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .huge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .huge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .huge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .huge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .huge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .huge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .huge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .huge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .huge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .huge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .huge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .huge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .huge-1 {
    position: relative;
    width: 8.33333%;
  }

  .huge-2 {
    position: relative;
    width: 16.66667%;
  }

  .huge-3 {
    position: relative;
    width: 25%;
  }

  .huge-4 {
    position: relative;
    width: 33.33333%;
  }

  .huge-5 {
    position: relative;
    width: 41.66667%;
  }

  .huge-6 {
    position: relative;
    width: 50%;
  }

  .huge-7 {
    position: relative;
    width: 58.33333%;
  }

  .huge-8 {
    position: relative;
    width: 66.66667%;
  }

  .huge-9 {
    position: relative;
    width: 75%;
  }

  .huge-10 {
    position: relative;
    width: 83.33333%;
  }

  .huge-11 {
    position: relative;
    width: 91.66667%;
  }

  .huge-12 {
    position: relative;
    width: 100%;
  }

  .row .huge-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .huge-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .huge-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .huge-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .huge-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .huge-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .huge-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .huge-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .huge-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .huge-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .huge-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .huge-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }
}
/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1;
  }

  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }

  [class*="block-grid-"]:after {
    clear: both;
  }

  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em;
  }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }

  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }

  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }

  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }

  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }

  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }

  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }

  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }

  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }

  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }

  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }

  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }

  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }

  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }

  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }

  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }

  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }

  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }

  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }

  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }

  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }

  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }

  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }

  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }

  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* 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%;
  height: 100%;
}

body {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: black;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "robotolight", "Helvetica", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  height: 100%;
  min-height: 700px;
  color: white;
  position: relative;
  letter-spacing: .1em;
}

::-moz-selection {
  background: #00aeef;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #00aeef;
  color: #fff;
  text-shadow: none;
}

a {
  color: #00aeef;
  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;
}

.btn {
  border-bottom: 2px solid #006489;
  font-family: "robotolight", "Helvetica", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 5px;
  background: #00aeef;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.btn a {
  padding: 0 15px;
  height: 30px;
  line-height: 30px !important;
  color: #fff;
  display: block;
}
.btn:hover {
  opacity: 0.8;
}

.highlight {
  color: #00aeef;
}

@font-face {
  font-family: 'robotoregular';
  src: url("font/roboto-regular-webfont.eot");
  src: url("font/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("font/roboto-regular-webfont.woff") format("woff"), url("font/roboto-regular-webfont.ttf") format("truetype"), url("font/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoitalic';
  src: url("font/roboto-italic-webfont.eot");
  src: url("font/roboto-italic-webfont.eot?#iefix") format("embedded-opentype"), url("font/roboto-italic-webfont.woff") format("woff"), url("font/roboto-italic-webfont.ttf") format("truetype"), url("font/roboto-italic-webfont.svg#robotoitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url("font/roboto-light-webfont.eot");
  src: url("font/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("font/roboto-light-webfont.woff") format("woff"), url("font/roboto-light-webfont.ttf") format("truetype"), url("font/roboto-light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight_italic';
  src: url("font/roboto-lightitalic-webfont.eot");
  src: url("font/roboto-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("font/roboto-lightitalic-webfont.woff") format("woff"), url("font/roboto-lightitalic-webfont.ttf") format("truetype"), url("font/roboto-lightitalic-webfont.svg#robotolight_italic") 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: .5em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.icon-menu:before {
  content: '\e82c';
}

.icon-post:before {
  content: '\e828';
}

.icon-tel:before {
  content: '\e822';
}

.icon-email:before {
  content: '\e82d';
}

.icon-web:before {
  content: '\e81c';
}

.serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}

header {
  width: 100%;
}

nav {
  background: url(img/transparent01.png);
  width: 100%;
  position: absolute;
  z-index: 100;
}
nav .menu-collapser {
  background: url(img/transparent01.png);
  position: relative;
  color: white;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  font-size: 3rem;
  padding: 0 10px;
  cursor: pointer;
  text-align: right;
}
nav #menu-main {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
}
nav #menu-main li {
  border-top: 1px solid #0094cb;
  position: relative;
  display: inline-block;
  font-family: "robotoregular";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: left;
  letter-spacing: 0.1em;
}
nav #menu-main li a {
  background: #00aeef;
  display: block;
  color: white;
  padding: 10px 15% 10px 5%;
}
nav #menu-main li a:hover {
  background: #0089bc;
  opacity: 1;
}
nav #menu-main li .sub-collapser {
  background: #23c3ff;
  position: absolute;
  right: 0;
  top: 0;
  width: 14%;
  height: 100%;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}
nav #menu-main li .sub-collapser i:before {
  margin-top: 10px;
  display: inline-block;
  font-family: "fontello";
  content: '\e810';
  color: white;
  font-style: normal;
}
nav #menu-main li .sub-collapser.expanded {
  height: 40px;
}
nav #menu-main li .sub-collapser.expanded i:before {
  content: '\e813';
}
nav #menu-main li ul {
  margin: 0;
  list-style-type: none;
}
nav #menu-main li ul li a {
  background: #23c3ff;
}
nav #menu-main li.sub {
  text-transform: none;
}
nav #menu-main.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
nav #menu-main.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
nav #menu-main.collapsed li > ul {
  display: none;
  position: static;
}

footer {
  width: 100%;
  padding: 20px 2.5%;
  font-family: "robotoregular";
  font-size: 11px;
  font-size: 1.1rem;
  color: white;
  line-height: 1.5;
  text-align: center;
}
footer a {
  color: white;
}
footer a:hover {
  color: #effbff;
}

.home footer {
  padding: 20px 5%;
}

#main {
  background: url(img/transparent03.png);
  padding: 150px 5% 50px 5% !important;
}
#main h1 {
  margin-bottom: 40px;
  font-size: 48px;
  font-size: 4.8rem;
  color: #00aeef;
  line-height: 1.2;
}
#main h2 {
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #00aeef;
  line-height: 1.2;
}
#main h3 {
  margin-bottom: 10px;
  font-family: "robotoregular";
  font-size: 18px;
  font-size: 1.8rem;
  color: #00aeef;
  line-height: 1.2;
}
#main p {
  margin-bottom: 1.5em;
  line-height: 1.5;
  text-align: justify;
}
#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;
}

#side {
  padding: 80px 5% 50px;
  text-align: center;
}

.home {
  background-image: url(img/bg05.jpg);
}
.home footer {
  position: absolute;
  bottom: 0;
}
.home #main {
  padding: 10% 5% 0;
  position: absolute;
  bottom: 75px;
}
.home #main h2 {
  font-size: 24px;
  font-size: 2.4rem;
  color: white;
}
.home #main p:first-of-type {
  margin-bottom: 3em;
}

.bgslider {
  display: none;
}

.page-template-default {
  background-image: url(img/bg02.jpg);
}

.page-id-13 {
  background-image: url(img/bg03.jpg);
}

.page-template-template-about-php {
  background-image: url(img/bg02.jpg);
}
.page-template-template-about-php #main .profile {
  margin-bottom: 30px;
}
.page-template-template-about-php #main .profile .img {
  border-bottom: 1px solid #555;
  margin-bottom: 1em;
}
.page-template-template-about-php #main .profile .txt p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.blog, .single {
  background-image: url(img/bg05.jpg);
}
.blog #main .post, .single #main .post {
  border-bottom: 1px solid #555;
  margin-bottom: 30px;
}
.blog #main .post .date, .single #main .post .date {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
.blog #main .post .date span, .single #main .post .date span {
  display: inline-block;
  margin-right: 10px;
}
.blog #main .post .txt .btn, .single #main .post .txt .btn {
  margin-bottom: 30px;
}
.blog #main .post:last-of-type, .single #main .post:last-of-type {
  border: none;
}

.page-template-template-links-php {
  background-image: url(img/bg07.jpg);
}
.page-template-template-links-php #main h2 {
  margin-bottom: 20px;
}
.page-template-template-links-php #main .organisations div {
  width: 80%;
  margin: 0 auto;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "robotoregular";
}
.page-template-template-links-php #main .organisations div p {
  text-align: center !important;
}
.page-template-template-links-php #main .organisations div a {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.page-template-template-contact-php {
  background-image: url(img/bg04.jpg);
}
.page-template-template-contact-php #main .contact_details li {
  margin: 0 0 1em 0;
  list-style: none;
}
.page-template-template-contact-php #main .contact_details li a {
  color: white;
}
.page-template-template-contact-php #main .wpcf7-form textarea,
.page-template-template-contact-php #main .wpcf7-form input {
  background: url(img/transparent03.png);
  border: none;
  width: 100%;
  height: 30px;
  padding: 0 5%;
  margin-bottom: 10px;
  display: block;
  color: white;
}
.page-template-template-contact-php #main .wpcf7-form textarea {
  height: 150px;
  padding: 10px 5%;
}
.page-template-template-contact-php #main .wpcf7-form input[type="submit"] {
  border: none;
  border-bottom: 2px solid #006489;
  width: 90px;
  height: 30px;
  line-height: 30px;
  font-family: "robotoregular";
  font-size: 12px;
  font-size: 1.2rem;
  color: white;
  text-transform: uppercase;
  border-radius: 5px;
  background: #00aeef;
}
.page-template-template-contact-php #main .wpcf7-form input[type="submit"]:hover {
  opacity: 0.8;
}

.attachment-blog-feature {
  padding: 0 0 2em 0;
}

img.alignleft {
  margin: 1em 4em 3em 0;
}

img.alignright {
  margin: 1em 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;
}

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;
  }
}
@media only screen and (min-width: 480px) {
  /* 480 =================================================== */
  .page-template-template-links-php #main .organisations div {
    width: 45%;
    margin-right: 5%;
    float: left;
  }
}
@media only screen and (min-width: 600px) {
  /* 600 =================================================== */
  body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  nav #menu-main {
    padding-left: 5%;
  }
  nav #menu-main li {
    border: none;
    margin: 0 20px;
  }
  nav #menu-main li a {
    background: none;
    padding: 10px 0;
  }
  nav #menu-main li a:hover {
    background: url(img/arrow01.png) center top no-repeat;
    color: #00aeef;
  }
  nav #menu-main li .sub-collapser {
    display: none;
  }
  nav #menu-main li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 43px;
    z-index: 100;
  }
  nav #menu-main li ul li {
    border-top: 1px solid #00aeef;
    width: 150px;
    height: auto !important;
    margin: 0;
  }
  nav #menu-main li ul li a {
    line-height: 1.3;
    border: none;
    padding: 10px;
    color: white;
  }
  nav #menu-main li ul li a:hover {
    background: #0089bc;
    border-top: none;
    color: white;
  }
  nav #menu-main li.sub {
    display: none;
  }

  .home #main {
    background: none;
    max-width: 520px;
    float: none;
    position: absolute;
    padding: 5% 5% 0;
  }
  .home #side {
    background: none;
    padding: 80px 5% 50px;
    float: none;
  }

  .bgslider {
    display: block;
    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;
    background-repeat: no-repeat;
  }
  .bgslider li img {
    z-index: 1;
  }

  /* 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-template-template-about-php #main .profile {
    border-bottom: 1px solid #555;
    position: relative;
    margin-bottom: 50px;
  }
  .page-template-template-about-php #main .profile .img {
    border: none;
    width: 40%;
    margin-bottom: 0;
    float: left;
  }
  .page-template-template-about-php #main .profile .txt {
    width: 50%;
    max-width: 300px;
    position: absolute;
    left: 50%;
    bottom: 20px;
  }

  .page-template-template-contact-php #main .clm2 .box {
    width: 45%;
    float: right;
  }
  .page-template-template-contact-php #main .clm2 .box:first-of-type {
    float: left;
  }

  .page-template-template-links-php #main .organisations div {
    width: 22%;
    margin-right: 3%;
  }
}
@media only screen and (min-width: 768px) {
  /* 768 =================================================== */
}
@media only screen and (min-width: 769px) {
  /* 769 =================================================== */
  footer {
    position: fixed;
    bottom: 20px;
    text-align: left;
  }

  #side {
    background: url(img/transparent02.png);
    width: 30%;
    max-width: 320px;
    position: fixed;
    height: 100%;
  }

  #main {
    width: 70%;
    max-width: 1080px;
    min-height: 1000px;
    margin-left: 30%;
    padding: 80px 5% 50px;
    float: left;
  }

  .home #main {
    min-height: 100px;
    float: none;
    margin-left: 0;
  }

  .blog #main .post, .single #main .post {
    border: none;
  }
  .blog #main .post .date, .single #main .post .date {
    border-top: 1px solid #555;
    width: 20%;
    max-width: 80px;
    margin: 5px 5% 0 0;
    float: left;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;
    font-family: "robotolight", "Helvetica", sans-serif;
    text-transform: uppercase;
    color: #00aeef;
    letter-spacing: .2em;
  }
  .blog #main .post .date span, .single #main .post .date span {
    border-bottom: 1px solid #555;
    margin: 0;
    display: block;
  }
  .blog #main .post .date span.day, .single #main .post .date span.day {
    font-size: 30px;
    font-size: 3rem;
  }
  .blog #main .post .txt, .single #main .post .txt {
    border-bottom: 1px solid #555;
    width: 75%;
    float: left;
  }
  .blog #main .post:last-of-type .txt, .single #main .post:last-of-type .txt {
    border: none;
  }
}
@media only screen and (min-width: 1083px) {
  /* 769 =================================================== */
  #main {
    margin-left: 320px;
  }

  .page-template-template-about-php #main article {
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 2x =================================================== */
}
