/*
Theme Name:     Digital Ladder 01
Author:         Argon Design
Author URI:     http://www.argondesign.com.au
Version:        1.0
*/
@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;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  color: #000; }

.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: '\e80b'; }

.icon-fb:before {
  content: '\e80c'; }

.icon-gp:before {
  content: '\e841'; }

.icon-yt:before {
  content: '\e804'; }

.icon-in:before {
  content: '\e80a'; }

.icon-pr:before {
  content: '\e80d'; }

.icon-ig:before {
  content: '\e80f'; }

.icon-tb:before {
  content: '\e829'; }

.icon-arrow-left:before {
  content: '\e817'; }

.icon-arrow-right:before {
  content: '\e818'; }

/* 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; }

ol:after, ul:after, .quicklink-banners:after, .clm2-list:after, .clm2.img-box:after, .clm2-02:after, .clm2:after, .clm3:after, .clm4:after, div:after, header:after, footer:after, section:after, form:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

::-moz-selection {
  background: #222;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #222;
  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%;
  min-height: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Open Sans";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  min-height: 100%;
  color: #808080; }

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  display: block; }

img {
  max-width: 100%;
  vertical-align: bottom; }

br {
  display: none; }

a {
  color: #1778bd;
  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;
    text-decoration: underline; }

h1 {
  margin: 0 0 24px;
  font-weight: 300;
  font-size: 36px;
  font-size: 3.6rem;
  color: #1778bd;
  line-height: 1.2;
  text-transform: uppercase; }

h2 {
  margin: 40px 0 24px;
  font-weight: 300;
  font-size: 30px;
  font-size: 3rem;
  color: #1778bd;
  line-height: 1.2; }

h3 {
  margin: 40px 0 24px;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  color: #1778bd;
  line-height: 1.2; }

h4 {
  margin: 40px 0 24px;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1778bd;
  line-height: 1.2; }

p, ul, ol, pre, table, blockquote {
  margin: 1.5em 0;
  line-height: 1.5; }

ul {
  padding-left: 1em; }
  ul li {
    margin: 0 0 .7em 1em;
    list-style: disc; }

ol {
  padding-left: 1em; }
  ol li {
    margin: 0 0 .7em 1em;
    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;
  width: 100%; }
  table th, table td {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px; }
  table th {
    border-right: 1px solid #4d4d4d;
    background: #222;
    color: #fff; }
  table tr:nth-child(odd) {
    background: #ededed; }

input[type="submit"], .btnL, .btn {
  background: #1778bd;
  border-bottom: 2px solid #0c3e62;
  border-radius: 5px;
  font-family: "Open Sans";
  font-size: 13px;
  font-size: 1.3rem;
  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; }
  input[type="submit"] a, .btnL a, .btn a {
    padding: 7px 15px;
    line-height: 1 !important;
    color: #fff;
    display: block; }
    input[type="submit"] a:hover, .btnL a:hover, .btn a:hover {
      text-decoration: none; }
  input[type="submit"]:hover, .btnL:hover, .btn:hover {
    border: none;
    padding-top: 2px;
    opacity: 0.9; }

.btnL {
  font-size: 16px;
  font-size: 1.6rem; }
  .btnL a {
    padding: 10px 20px; }
  .btnL:hover {
    border: none;
    padding-top: 2px;
    opacity: 0.9; }

input[type="submit"] {
  padding: 7px 15px;
  line-height: 1 !important; }
  input[type="submit"]:hover {
    opacity: 0.9;
    border: none;
    padding: 9px 15px 7px; }

.highlight {
  color: #1778bd; }

.serif {
  font-family: Georgia, "Times New Roman", Times, serif; }

.ac {
  text-align: center !important; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.iframe-wrap {
  max-width: 1200px;
  max-height: 300px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 2;
  padding-bottom: 37%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

form textarea,
form input[type="text"],
form input[type="email"] {
  background: #d9d9d9;
  border: none;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  margin-bottom: 10px;
  display: block;
  color: #808080;
  font-family: "Open Sans"; }
form textarea {
  height: 110px;
  padding: 10px 10px; }
form input[type="submit"] {
  border-top: none;
  border-left: none;
  border-right: none; }

.clm2-02 .box, .clm2 .box, .clm3 .box, .clm4 .box {
  margin-bottom: 30px; }

.slider-thumb {
  margin-bottom: 100px; }

.tab-menu {
  padding: 0;
  margin: 0;
  border-left: 1px solid #ccc; }
  .tab-menu li {
    margin: 0;
    list-style: none;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    float: left; }
    .tab-menu li a {
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
      background: #ccc;
      padding: 10px 20px;
      display: block;
      color: #222; }
      .tab-menu li a.inactive {
        border-right: 1px solid #ccc;
        background: none;
        color: #222; }
      .tab-menu li a:hover {
        background: #ccc;
        cursor: pointer;
        color: #222;
        text-decoration: none; }

.tab-container {
  border: 1px solid #ccc;
  background: #eee;
  padding: 20px; }

.accordion-box {
  border-top: 1px solid #ccc; }

.accordion {
  border-bottom: 1px solid #ccc; }
  .accordion h3 {
    border: none;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
    text-transform: uppercase; }
    .accordion h3:hover {
      background: #ccc;
      color: #222;
      cursor: pointer; }
    .accordion h3 span {
      padding: 10px 20px;
      display: block;
      float: none; }
      .accordion h3 span:before {
        margin-top: 3px;
        display: block;
        font-family: "fontello";
        content: '\e83f';
        font-size: 13px;
        font-size: 1.3rem;
        float: right; }
      .accordion h3 span.selected {
        color: #222; }
        .accordion h3 span.selected:before {
          content: '\e840'; }
    .accordion h3 em {
      display: block;
      margin-top: -10px;
      font-family: "Helvetica", sans-serif;
      font-style: normal;
      font-size: 13px;
      font-size: 1.3rem;
      letter-spacing: normal;
      text-transform: none; }
  .accordion .selected {
    background: #ccc;
    color: #222; }
  .accordion .details {
    background: #eee;
    padding: 30px 20px 20px; }

.glow {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75); }

header {
  width: 100%;
  text-align: center;
  padding: 70px 0 20px; }
  header .wrap {
    padding: 0; }
  header .logo {
    margin: 0 auto 15px;
    font-size: 16px;
    font-size: 1.6rem; }
  header .social {
    position: absolute;
    left: 10px;
    top: 13px;
    margin: 0;
    padding: 0;
    z-index: 11; }
    header .social li {
      margin: 0 10px 0 0;
      list-style: none;
      display: inline-block;
      line-height: 1; }
      header .social li a {
        color: #fff; }
  header .tel {
    margin: 0 auto;
    font-size: 24px;
    font-size: 2.4rem;
    color: #38BCF1;
    font-weight: 300;
    line-height: 1; }

nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10; }
  nav .wrap {
    padding: 0; }
  nav .menu-collapser {
    position: relative;
    width: 100%;
    height: 50px;
    padding-right: 10px;
    line-height: 50px;
    font-size: 30px;
    font-size: 3rem;
    cursor: pointer;
    text-align: right;
    color: #fff; }
  nav #menu-main {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: none; }
    nav #menu-main li {
      border-top: 1px solid #101010;
      margin: 0;
      position: relative;
      display: inline-block;
      font-weight: 300;
      font-size: 15px;
      font-size: 1.5rem;
      text-align: left; }
      nav #menu-main li a {
        background: #222;
        display: block;
        color: #38BCF1 !important;
        padding: 10px 15% 10px 5%; }
        nav #menu-main li a:hover {
          opacity: 1;
          text-decoration: none;
          background: #fff; }
      nav #menu-main li .sub-collapser {
        background: #3c3c3c;
        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: #fff;
          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 #222; }
          nav #menu-main li ul li a {
            background: #3c3c3c; }
          nav #menu-main li ul li .sub-collapser {
            background: #626262; }
          nav #menu-main li ul li ul li {
            border-top: 1px solid #343434; }
            nav #menu-main li ul li ul li a {
              background: #626262; }
      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 {
  background: #222;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  padding: 20px 0; }
  footer ul {
    margin: 0 auto 20px;
    padding: 0; }
    footer ul li {
      margin: 0 10px;
      display: inline;
      line-height: 2; }
  footer .copyright {
    margin: 0; }
    footer .copyright span {
      margin-top: 5px;
      display: block;
      font-size: 11px;
      font-size: 1.1rem; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #222;
      text-decoration: none; }
  footer .footer-logos {
    margin: 1.5em 0;
    *zoom: 1; }
    footer .footer-logos:before, footer .footer-logos:after {
      display: table;
      content: ""; }
    footer .footer-logos:after {
      clear: both; }
    footer .footer-logos img {
      display: block;
      margin: 0 20px 20px 0;
      float: left; }
  footer .footnote {
    text-align: left;
    font-size: 10px; }
  footer .menu-footer-container {
    clear: both; }

#hero {
  max-width: 1200px;
  margin: 0 auto 60px; }
  #hero div {
    position: relative; }
    #hero div h1 {
      margin: 0;
      position: absolute;
      left: 20px;
      bottom: 20px;
      color: #fff;
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8); }

#content .quicklink-banners {
  padding: 0; }
  #content .quicklink-banners li {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
    position: relative; }
    #content .quicklink-banners li a {
      display: block; }
    #content .quicklink-banners li img {
      display: block; }
    #content .quicklink-banners li span {
      width: 100%;
      padding: 5px 10px;
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      font-weight: 400;
      color: #fff;
      text-shadow: 1px 1px 2px black;
      font-size: 20px; }

#main {
  margin: 0 auto 70px; }
  #main h1:first-child, #main h2:first-child, #main ul:first-child, #main ol:first-child, #main dl:first-child, #main p:first-child, #main blockquote:first-child, #main pre:first-child, #main table:first-child {
    margin-top: 0; }

#side {
  margin: 0 auto 100px; }
  #side h1:first-child, #side h2:first-child, #side ul:first-child, #side ol:first-child, #side dl:first-child, #side p:first-child, #side blockquote:first-child, #side pre:first-child, #side table:first-child {
    margin-top: 0; }
  #side p {
    margin-bottom: 20px;
    line-height: 1.5; }
  #side .quicklink-banners li {
    max-width: 300px; }

.home #hero #slider .txt {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  text-align: left;
  color: #fff;
  display: block;
  padding: 30px 0; }
  .home #hero #slider .txt .wrap h2 {
    margin: 0 0 1em; }
  .home #hero #slider .txt .wrap p {
    margin: 0 0 1em; }
  .home #hero #slider .txt .wrap .btn {
    margin: 0; }
.home #main .clm2-txt {
  margin-bottom: 70px; }
.home #main .quicklink-banners .box {
  max-width: 360px; }
.home .testimonials-box {
  background: #eee;
  padding: 20px;
  text-align: center;
  color: #222; }
  .home .testimonials-box h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-size: 2.4rem; }
  .home .testimonials-box .txt p {
    margin: 0 0 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 18px;
    font-size: 1.8rem; }
  .home .testimonials-box .name {
    margin-top: 0;
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .2em;
    text-transform: uppercase; }

#main .item {
  margin-bottom: 100px; }
#main table.price {
  border: none; }
  #main table.price th, #main table.price td {
    border: none;
    border-bottom: 1px solid #fff;
    background: #eee;
    padding: 10px 20px; }
  #main table.price th {
    background: #555;
    color: #fff; }
  #main table.price tr:nth-child(odd) {
    background: #ddd; }
  #main table.price td:first-of-type {
    width: 80%; }

#main .date {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  color: #222; }
  #main .date span {
    padding-right: 5px; }
#main .post {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  #main .post .txt h2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem; }
    #main .post .txt h2 a {
      color: #222; }
  #main .post .txt p {
    margin: 0; }
    #main .post .txt p a {
      font-family: Georgia, "Times New Roman", Times, serif;
      font-style: italic; }
#main .featured-img {
  margin-bottom: 50px; }

#main .testimonials-box {
  border-bottom: 1px dashed #ccc;
  padding: 70px 0 50px;
  text-align: center; }
  #main .testimonials-box h2 {
    text-transform: uppercase; }
  #main .testimonials-box .txt p {
    margin: 0 0 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 24px;
    font-size: 2.4rem;
    color: #555; }
  #main .testimonials-box .name {
    margin-top: 0;
    font-weight: 700;
    color: #222;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .2em;
    text-transform: uppercase; }

#main .mg-thumbs li div {
  border: 1px solid #ddd !important; }

#main .contact-details .tl {
  font-weight: 700; }
#main .contact-details dl {
  line-height: 1.5;
  line-height: 1.2; }
  #main .contact-details dl dt {
    width: 60px;
    float: left;
    font-weight: 700;
    text-transform: uppercase; }
  #main .contact-details dl dd {
    margin-left: 70px;
    margin-bottom: 10px; }

img.aligncenter, img.alignright, img.alignleft {
  margin: 0 auto 3em;
  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; }

.row {
  *zoom: 1; }
  .row:before, .row:after {
    display: table;
    content: ""; }
  .row:after {
    clear: both; }

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
  position: relative;
  margin-bottom: 25px; }

.alignright,
.alignleft,
.aligncenter,
.alignnone {
  margin: 0 0 25px; }

/* 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 */
/* FlexSlider Necessary Styles */
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.flex-direction-nav:after, .slides:after {
  content: "";
  display: table;
  clear: both; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme */
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 350px; }

.flexslider .slides {
  zoom: 1;
  padding: 0;
  margin: 0; }

.flexslider .slides li {
  margin: 0 !important;
  line-height: 1;
  position: relative; }

.flexslider.slider {
  margin-bottom: 10px; }

.flexslider.carousel li {
  margin-right: 10px !important; }
  .flexslider.carousel li:hover {
    cursor: pointer; }

/* Direction Nav */
.flex-direction-nav {
  height: 0;
  margin: 0;
  padding: 0; }
  .flex-direction-nav li {
    margin: 0;
    list-style: none; }
    .flex-direction-nav li a {
      text-decoration: none;
      display: block;
      width: 40px;
      height: 40px;
      margin: -20px 0 0;
      line-height: 40px;
      position: absolute;
      top: 50%;
      z-index: 10;
      overflow: hidden;
      opacity: 0;
      cursor: pointer;
      color: white;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  .flex-direction-nav .flex-prev {
    left: 5px; }
  .flex-direction-nav .flex-next {
    right: 5px;
    text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.5; }
.flexslider:hover .flex-next {
  opacity: 0.5; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  margin-left: 5px;
  font-family: "fontello";
  font-size: 38px;
  display: inline-block;
  content: '\e83b'; }

.flex-direction-nav a.flex-next:before {
  margin: 0 5px 0 0;
  content: '\e83a'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -30px;
  text-align: center;
  line-height: 1; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    list-style: none; }
    .flex-control-nav li a {
      width: 11px;
      height: 11px;
      display: block;
      background: #aaa;
      cursor: pointer;
      text-indent: -9999px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
      .flex-control-nav li a:hover {
        background: #222; }
      .flex-control-nav li a.flex-active {
        background: #222;
        cursor: default; }

/* thumbnails */
.flexslider.carousel img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }
  .flexslider.carousel img:hover {
    opacity: 1; }
.flexslider.carousel .flex-active-slide {
  cursor: default; }

@media screen and (max-width: 480px) {
  .flexslider.carousel {
    display: none; } }
@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 =================================================== */
  .home .quicklink-banners li, #side .quicklink-banners li {
    width: 30%;
    margin: 0 5% 0 0;
    float: left; }
    .home .quicklink-banners li:nth-of-type(3n), #side .quicklink-banners li:nth-of-type(3n) {
      float: right;
      margin-right: 0; } }
@media only screen and (min-width: 768px) {
  /* 768 =================================================== */
  h1 {
    font-size: 48px;
    font-size: 4.8rem; }

  header {
    padding: 20px 0; }
    header .wrap {
      padding: 0 5%;
      position: relative;
      min-height: 80px; }
    header .logo {
      margin: 0;
      float: left;
      text-align: left; }
    header .tel {
      width: auto;
      margin: 0;
      text-align: right;
      position: absolute;
      right: 5%;
      bottom: 0; }
    header .social {
      width: 400px;
      right: 5%;
      left: auto;
      top: auto;
      bottom: 45px;
      margin: 0;
      padding: 0;
      text-align: right; }
      header .social li {
        font-size: 20px;
        font-size: 2rem;
        margin: 0 0 0 10px; }
        header .social li a .icon-tw:before {
          color: #00aced; }
        header .social li a .icon-fb:before {
          color: #3B5998; }
        header .social li a .icon-gp:before {
          color: #dd4b39; }
        header .social li a .icon-yt:before {
          color: #bb0000; }
        header .social li a .icon-in:before {
          color: #007bb6; }
        header .social li a .icon-pr:before {
          color: #cb2027; }
        header .social li a .icon-ig:before {
          color: #517fa4; }
        header .social li a .icon-tb:before {
          color: #32506d; }

  nav {
    height: auto;
    margin: 0 auto;
    position: relative;
    left: auto;
    top: auto;
    text-align: center; }
    nav #menu-main {
      border: none;
      width: auto;
      margin: 0 auto;
      display: inline-block !important;
      vertical-align: top; }
      nav #menu-main li {
        border: none;
        margin: 0;
        padding: 0;
        float: left; }
        nav #menu-main li a {
          background: none;
          padding: 10px;
          color: #fff; }
        nav #menu-main li .sub-collapser {
          display: none; }
        nav #menu-main li ul {
          display: none;
          position: absolute;
          left: 0;
          top: 42px;
          z-index: 100; }
          nav #menu-main li ul li {
            border-top: none;
            width: 200px;
            height: auto !important;
            margin: 0; }
            nav #menu-main li ul li a {
              background: #222;
              line-height: 1.3;
              padding: 10px;
              color: #fff; }
              nav #menu-main li ul li a:hover {
                color: #fff; }
            nav #menu-main li ul li:hover {
              background: #1778bd; }
            nav #menu-main li ul li ul {
              position: absolute;
              left: 200px !important;
              top: 0; }
              nav #menu-main li ul li ul li {
                border-top: none; }
                nav #menu-main li ul li ul li a {
                  background: #2f2f2f; }
        nav #menu-main li.sub {
          display: none; }
        nav #menu-main li:last-of-type ul {
          left: auto;
          right: 0; }

  footer .wrap {
    padding: 0 3%; }
  footer .menu-footer-container {
    width: 70%;
    margin: 0;
    float: left;
    text-align: left;
    padding: 0; }
    footer .menu-footer-container li {
      margin: 0 20px 0 0; }
  footer .footer-logos {
    width: 10%;
    float: left; }
  footer .footnote {
    width: 90%;
    float: right; }
  footer .copyright {
    width: 30%;
    float: right;
    text-align: right; }

  .tagline {
    font-size: 24px;
    font-size: 2.4rem; }

  .clm2 .box {
    width: 47.5%;
    margin: 0 5% 0 0;
    float: left; }
    .clm2 .box:nth-of-type(2n) {
      float: right;
      margin-right: 0; }

  .clm2-02 .box {
    width: 30%;
    margin: 0 5% 50px 0;
    float: left; }
    .clm2-02 .box:nth-of-type(2n) {
      width: 65%;
      float: right;
      margin-right: 0; }

  .clm2.img-box .box:nth-child(2n) {
    text-align: right; }

  .clm3 .box {
    width: 30%;
    margin: 0 5% 0 0;
    float: left; }
    .clm3 .box:nth-of-type(3n) {
      float: right;
      margin-right: 0; }

  .clm4 .box {
    width: 22%;
    margin: 0 4% 0 0;
    float: left; }
    .clm4 .box:nth-of-type(4n) {
      float: right;
      margin-right: 0; }

  .clm2-txt {
    -webkit-column-count: 2;
    -webkit-column-gap: 5em;
    -moz-column-count: 2;
    -moz-column-gap: 5em;
    column-count: 2;
    column-gap: 5em; }

  .clm3-txt {
    -webkit-column-count: 3;
    -webkit-column-gap: 3em;
    -moz-column-count: 3;
    -moz-column-gap: 3em;
    column-count: 3;
    column-gap: 3em; }

  .clm2-list li {
    width: 45%;
    margin: 0 10% 0 0;
    float: left; }
    .clm2-list li:nth-of-type(2n) {
      margin-right: 0; }

  .home .testimonials-box {
    padding: 20px 100px 30px; }
    .home .testimonials-box h2 {
      font-size: 30px;
      font-size: 3rem; }
    .home .testimonials-box .txt p {
      font-size: 24px;
      font-size: 2.4rem; }

  #main .post .date {
    background: #d9d9d9;
    width: 100px;
    margin: 0 30px 0 0;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    font-style: normal;
    float: left; }
    #main .post .date span {
      padding-right: 0;
      display: block;
      text-align: center; }
    #main .post .date .month {
      margin: 20px 0 10px;
      letter-spacing: .5em; }
    #main .post .date .day {
      margin-bottom: 20px;
      font-size: 30px;
      font-size: 3rem; }
    #main .post .date .year {
      background: #222;
      padding: 5px 0;
      color: #fff;
      letter-spacing: .5em; }
  #main .post .txt {
    width: 70%;
    max-width: 700px;
    float: left; }

  img.alignleft {
    margin: 1% 6% 5% 0;
    display: inline;
    float: left; }

  img.alignright {
    margin: 1% 0 5% 6%;
    display: inline;
    float: right; }

  img.aligncenter {
    margin: 3em auto;
    display: block; }

  .one-half {
    width: 48%; }

  .one-third {
    width: 30.66%; }

  .two-third {
    width: 65.33%; }

  .one-fourth {
    width: 22%; }

  .three-fourth {
    width: 74%; }

  .one-fifth {
    width: 16.8%; }

  .two-fifth {
    width: 37.6%; }

  .three-fifth {
    width: 58.4%; }

  .four-fifth {
    width: 79.2%; }

  .one-sixth {
    width: 13.33%; }

  .five-sixth {
    width: 82.67%; }

  .one-half,
  .one-third,
  .two-third,
  .three-fourth,
  .one-fourth,
  .one-fifth,
  .two-fifth,
  .three-fifth,
  .four-fifth,
  .one-sixth,
  .five-sixth {
    margin-right: 4%;
    float: left; }

  .last {
    margin-right: 0 !important;
    clear: right; } }
@media only screen and (min-width: 769px) {
  /* 769 =================================================== */
  br {
    display: inline; }

  .wrap {
    padding: 0 3% !important; }

  header .tel, header .social {
    right: 3%; }

  #main {
    width: 70%;
    float: left; }

  #side {
    width: 25%;
    float: right;
    text-align: left; }
    #side .quicklink-banners li {
      width: 100%;
      margin: 0 0 20px;
      float: none; }
      #side .quicklink-banners li:nth-of-type(3n) {
        float: none; }

  .home #main {
    width: 100%;
    float: none; } }
@media only screen and (min-width: 1200px) {
  /* 1200 =================================================== */
  header header {
    padding: 30px 0; }
  header .tel {
    right: 0; }
  header .social {
    bottom: 50px;
    right: 0; }

  nav #menu-main li {
    font-size: 16px;
    font-size: 1.6rem; }
    nav #menu-main li a {
      padding: 10px 20px; }

  .wrap {
    padding: 0 !important; }

  #content {
    padding: 0; } }
@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 =================================================== */ }
