/*!
Theme Name: John Vlachos
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) */
@font-face {
  font-family: 'OpenSansRegular';
  src: url("font/opensans-regular-webfont.eot");
  src: url("font/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("font/opensans-regular-webfont.woff") format("woff"), url("font/opensans-regular-webfont.ttf") format("truetype"), url("font/opensans-regular-webfont.svg#CabinRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'old_standard_ttbold';
  src: url("font/oldstandard-bold-webfont.eot");
  src: url("font/oldstandard-bold-webfont.eot?#iefix") format("embedded-opentype"), url("font/oldstandard-bold-webfont.woff2") format("woff2"), url("font/oldstandard-bold-webfont.woff") format("woff"), url("font/oldstandard-bold-webfont.ttf") format("truetype"), url("font/oldstandard-bold-webfont.svg#old_standard_ttbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansExtrabold';
  src: url("font/opensans-extrabold-webfont.eot");
  src: url("font/opensans-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("font/opensans-extrabold-webfont.woff") format("woff"), url("font/opensans-extrabold-webfont.ttf") format("truetype"), url("font/opensans-extrabold-webfont.svg#OpenSansExtrabold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansextrabold_italic';
  src: url("font/opensans-extrabolditalic-webfont.eot");
  src: url("font/opensans-extrabolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("font/opensans-extrabolditalic-webfont.woff") format("woff"), url("font/opensans-extrabolditalic-webfont.ttf") format("truetype"), url("font/opensans-extrabolditalic-webfont.svg#open_sansextrabold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansitalic';
  src: url("font/opensans-italic-webfont.eot");
  src: url("font/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("font/opensans-italic-webfont.woff") format("woff"), url("font/opensans-italic-webfont.ttf") format("truetype"), url("font/opensans-italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansbold_italic';
  src: url("font/opensans-bolditalic-webfont.eot");
  src: url("font/opensans-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("font/opensans-bolditalic-webfont.woff") format("woff"), url("font/opensans-bolditalic-webfont.ttf") format("truetype"), url("font/opensans-bolditalic-webfont.svg#open_sansbold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansLightRegular';
  src: url("font/opensans-light-webfont.eot");
  src: url("font/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("font/opensans-light-webfont.woff") format("woff"), url("font/opensans-light-webfont.ttf") format("truetype"), url("font/opensans-light-webfont.svg#OpenSansLightRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fontello';
  src: url("font/fontello.eot?74393784");
  src: url("font/fontello.eot?74393784#iefix") format("embedded-opentype"), url("font/fontello.woff?74393784") format("woff"), url("font/fontello.ttf?74393784") format("truetype"), url("font/fontello.svg?74393784#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'fontello';
    src: url("font/fontello.svg?74393784#fontello") format("svg"); } }
[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-address:before {
  content: '\e815'; }

.icon-tel:before {
  content: '\e822'; }

.icon-fax:before {
  content: '\e825'; }

.icon-email:before {
  content: '\e82d'; }

.icon-web:before {
  content: '\e81c'; }

.icon-tw:before {
  content: '\e808'; }

.icon-fb:before {
  content: '\e807'; }

.icon-gp:before {
  content: '\e820'; }

.icon-yt:before {
  content: '\e814'; }

.icon-in:before {
  content: '\e80e'; }

/* 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; }
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

div:after, header:after, footer:after, section:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

::-moz-selection {
  background: black;
  color: #fff;
  text-shadow: none; }

::selection {
  background: black;
  color: #fff;
  text-shadow: none; }

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative; }

body {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: white; }

html, body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0; }

#header_in, #footer_in, #content {
  max-width: 1200px; }

img {
  max-width: 100%;
  vertical-align: bottom; }

br {
  display: none; }

a {
  text-decoration: none;
  color: white;
  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;
    text-decoration: underline; }

h1 {
  margin: 40px 0 20px;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "old_standard_ttbold";
  color: white;
  line-height: 1.5; }

h2 {
  background: url(img/bg_h2.gif) left bottom no-repeat;
  margin: 40px 0 30px;
  padding-bottom: 25px;
  font-size: 29px;
  font-size: 2.9rem;
  font-family: "old_standard_ttbold";
  color: white;
  line-height: 1.5; }

h3 {
  margin: 20px 0 20px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "old_standard_ttbold";
  color: black;
  line-height: 1.5; }

h4 {
  margin: 20px 0 20px;
  font-family: "old_standard_ttbold";
  font-size: 13px;
  font-size: 1.3rem;
  color: white;
  line-height: 1.5; }

p, ul, ol, pre, table, blockquote {
  margin: 20px 0 20px;
  line-height: 1.5; }

ul {
  padding-left: 1em; }
  ul li {
    list-style: disc; }

ol {
  padding-left: 1em; }
  ol li {
    list-style: decimal; }

hr {
  border: 1px solid;
  margin: -1px 0; }

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0; }

b, strong, em, small, code {
  line-height: 1; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

table {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left; }
  table th {
    background: black; }
  table th, table td {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px; }

.btn {
  background: black;
  border-bottom: 2px solid black;
  font-family: "old_standard_ttbold";
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }
  .btn input[type="submit"], .btn a {
    padding: 10px 20px;
    line-height: 1 !important;
    color: #fff;
    display: block; }
  .btn:hover {
    opacity: 0.8; }

.highlight {
  color: black; }

.serif {
  font-family: Georgia, "Times New Roman", Times, serif; }

.caption {
  font-size: 15px; }

#side {
  width: 100%;
  padding: 80px 0 30px;
  text-align: center; }
  #side .logo {
    margin: 0 auto;
    max-width: 60px;
    font-size: 13px;
    font-size: 1.3rem; }

nav {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  font-family: "old_standard_ttbold"; }
  nav .menu-collapser {
    position: relative;
    background: black;
    color: white;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    font-size: 3rem;
    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 black;
      margin: 0;
      position: relative;
      display: inline-block;
      font-size: 15px;
      font-size: 1.5rem;
      text-align: left; }
      nav #menu-main li a {
        background: black;
        display: block;
        color: white;
        padding: 10px 15% 10px 5%; }
        nav #menu-main li a:hover {
          background: #aaaaaa;
          opacity: 1;
          text-decoration: none; }
      nav #menu-main li .sub-collapser {
        background: #1a1a1a;
        position: absolute;
        right: 0;
        top: 0;
        width: 14%;
        height: 42px;
        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: '\e83f';
          color: white;
          font-style: normal; }
      nav #menu-main li .sub-collapser.expanded i:before {
        content: '\e840'; }
      nav #menu-main li ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        nav #menu-main li ul li {
          border-top: 1px solid black; }
          nav #menu-main li ul li a {
            background: #1a1a1a; }
          nav #menu-main li ul li .sub-collapser {
            background: #404040; }
          nav #menu-main li ul li ul li {
            border-top: 1px solid #121212; }
            nav #menu-main li ul li ul li a {
              background: #404040; }
      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;
      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%;
  font-size: 13px;
  font-size: 1.3rem;
  color: white;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0; }
  footer br {
    display: inline !important; }
  footer a {
    color: white; }
  footer a:hover {
    color: gray; }

#bg-img {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: -1; }

#main {
  padding: 0 5% 100px; }
  #main .iframe_wrap {
    max-width: 940px;
    max-height: 350px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 2;
    padding-bottom: 37%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    #main .iframe_wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #main form textarea,
  #main form input[type="text"],
  #main form input[type="email"] {
    background: white;
    border: none;
    width: 100%;
    height: 50px;
    padding: 0 5%;
    margin-bottom: 15px;
    display: block;
    color: #aaaaaa;
    font-family: "old_standard_ttbold"; }
  #main form textarea {
    height: 150px;
    padding: 10px 5%; }
  #main form input[type="submit"] {
    border: none;
    background: none; }
  #main .clm2 .box, #main .clm3 .box, #main .clm4 .box {
    margin-bottom: 30px; }

#side {
  margin: 0;
  text-align: center; }
  #side p {
    margin-bottom: 20px;
    line-height: 1.5; }

.home footer {
  position: fixed; }

.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; }

/* 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-contact-php #main .contactinfo {
  margin-bottom: 50px;
  padding: 0; }
  .page-template-template-contact-php #main .contactinfo li {
    margin-bottom: 10px;
    list-style: none; }

img.aligncenter, img.alignright, img.alignleft {
  margin: 0 auto 4em;
  display: block;
  float: none; }

.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 =================================================== */ }
@media only screen and (min-width: 600px) {
  /* 600 =================================================== */ }
@media only screen and (min-width: 768px) {
  /* 768 =================================================== */
  #side {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 5%;
    margin: 0; }
    #side .logo {
      width: 20%;
      margin: 0;
      float: left; }
      #side .logo img {
        text-align: center; }

  nav {
    width: 80%;
    float: right;
    height: auto;
    margin: 47px 0 0;
    position: relative; }
    nav #menu-main {
      border: none;
      width: auto;
      margin: 0;
      float: right; }
      nav #menu-main li {
        border: none;
        margin: 0 0 0 30px;
        float: left;
        font-size: 14px;
        font-size: 1.4rem; }
        nav #menu-main li a {
          background: none;
          padding: 10px 0;
          color: black; }
          nav #menu-main li a:hover {
            background: none;
            color: #aaaaaa; }
        nav #menu-main li .sub-collapser {
          display: none; }
        nav #menu-main li ul {
          display: none;
          position: absolute;
          left: 0;
          top: 30px;
          z-index: 100; }
          nav #menu-main li ul li {
            border-top: 1px solid black;
            width: 200px;
            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: #aaaaaa;
                border-top: none;
                color: black; }
            nav #menu-main li ul li ul {
              left: 200px;
              top: -1px; }
        nav #menu-main li.sub {
          display: none; }
        nav #menu-main li:last-of-type ul {
          left: auto;
          right: 0; }

  footer br {
    display: none !important; }

  #main .tagline {
    font-size: 24px;
    font-size: 2.4rem; }
  #main .clm2 .box {
    width: 47.5%;
    margin: 0 5% 50px 0;
    float: left; }
    #main .clm2 .box h2 {
      margin-top: 0; }
  #main .clm2 .boxR {
    width: 47.5%;
    float: right;
    margin: 0 0 50px 0; }
    #main .clm2 .boxR h2 {
      margin-top: 0; }
  #main .clm3 .box {
    width: 30%;
    margin: 0 5% 50px 0;
    float: left; }
    #main .clm3 .box:nth-of-type(3n) {
      float: right;
      margin-right: 0; }
  #main .clm4 .box {
    width: 22%;
    margin: 0 4% 50px 0;
    float: left; }
    #main .clm4 .box:nth-of-type(4n) {
      float: right;
      margin-right: 0; }
  #main .clm2_txt {
    margin-bottom: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 5em;
    -moz-column-count: 2;
    -moz-column-gap: 5em;
    column-count: 2;
    column-gap: 5em; }
  #main .clm3_txt {
    margin-bottom: 50px;
    -webkit-column-count: 3;
    -webkit-column-gap: 3em;
    -moz-column-count: 3;
    -moz-column-gap: 3em;
    column-count: 3;
    column-gap: 3em; }

  img.alignleft {
    margin: 1em 4em 3em 0;
    display: inline;
    float: left; }

  img.alignright {
    margin: 1em 0 3em 4em;
    display: inline;
    float: right; }

  img.aligncenter {
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline; } }
@media only screen and (min-width: 769px) {
  /* 768 =================================================== */
  br {
    display: inline; } }
@media only screen and (min-width: 1200px) {
  /* 768 =================================================== */
  #side {
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 200px;
    padding: 50px;
    position: fixed;
    left: 0;
    top: 0; }
    #side .logo {
      width: 100%;
      max-width: 100%;
      float: none; }

  nav {
    width: 100%;
    float: none; }
    nav #menu-main {
      width: 100%;
      float: none; }
      nav #menu-main li {
        border-bottom: 1px solid gray;
        margin: 0;
        display: block;
        float: none;
        text-align: right; }
        nav #menu-main li a {
          padding: 10px; }
        nav #menu-main li ul {
          left: 150px;
          top: 0; }
          nav #menu-main li ul li {
            text-align: left; }

  footer {
    padding-right: 5%;
    text-align: right; }

  #main {
    padding: 50px 5% 100px 310px; } }
@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 =================================================== */ }
