/*  
Site Name: ---
Site URI: ---
Description: ---
Version: 1.0

This file uses LESSCSS - see http://lesscss.org

UPDATE INFO ---------------------------------------

Revision number: 1.0
Last updated: 
Last update made by: Adam Wright (@rike) for bby.net.nz

CREDITS -------------------------------------------
this file adapted from the fantastic resources at http://html5boilerplate.com/ html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline) other relevant credits have been left inline
*/
/* LESS Includes ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Reset -----------------------------------------------------------------------------------------------------------------*/
/*

	.LESS include - Reset & minimal base styles

*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Colours ---------------------------------------------------------------------------------------------------------------*/
/*

	.LESS include - Colors

*/
/* BASE ======================================================================================== */
/* INTERACTION ================================================================================= */
/* TYPE ======================================================================================== */
/* MQ Definitions --------------------------------------------------------------------------------------------------------*/
/*

	.LESS include - Media Queries

*/
@media all and (max-width: 1400px) {
  body:after {
    content: 'Break-1: 1400px';
    display: block;
    background: #222;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 20px;
    z-index: 999;
    display: none;
  }
}
@media all and (max-width: 1200px) {
  body:after {
    content: 'Break-2: 1200px';
    display: block;
    background: #222;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 20px;
    z-index: 999;
    display: none;
    background: green;
  }
}
@media all and (max-width: 1050px) {
  body:after {
    content: 'Break-3: 1050px';
    display: block;
    background: #222;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 20px;
    z-index: 999;
    display: none;
    background: purple;
  }
}
@media all and (max-width: 900px) {
  body:after {
    content: 'Break-4: 900px';
    display: block;
    background: #222;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 20px;
    z-index: 999;
    display: none;
    background: gray;
  }
}
@media all and (max-width: 650px) {
  body:after {
    content: 'Break-m: 650px';
    display: block;
    background: #222;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 20px;
    z-index: 999;
    display: none;
    background: red;
  }
}
/* LESS vars & mixin classes ---------------------------------------------------------------------------------------------*/
/*

	.LESS include - Common mixins

*/
/* VARS ================================================================================================================= */
.sBorder {
  box-shadow: inset 0px 0px 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 0px 1px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 0px 0px 1px 0 rgba(0, 0, 0, 0.5);
}
.arrApp {
  content: 'h';
  font-family: "ArrrowsRegular";
  text-transform: none;
  display: inline-block;
  font-weight: 400;
}
.xApp {
  content: '\00d7';
  text-transform: none;
  display: inline-block;
  font-weight: 400;
}
.outline {
  background: rgba(0, 0, 0, 0.05);
}
.outline2 {
  background: rgba(0, 0, 0, 0.1);
}
.fill {
  width: 100%;
  height: 100%;
}
.scrollable {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* ROUNDING / DROPS / GRADIENTS ========================================================================================= */
.no-drop {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* CSS TRANSFORMS / TRANSITIONS ========================================================================================= */
/* ELEMENT DISPLAY & POSITIONING ======================================================================================== */
.block {
  display: block;
}
.inline {
  display: inline;
}
.in-block {
  display: inline-block;
}
.none {
  display: none;
}
.rel {
  position: relative;
}
/* TEXT / TYPOGRAPHY ==================================================================================================== */
.bold {
  font-weight: bold;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: none;
}
.cen {
  text-align: center;
}
/* SPRITES ============================================================================================================== */
/* COLUMNS ============================================================================================================== */
/* GRID ================================================================================================================= */
/* MISC USEFUL MIXINS =================================================================================================== */
.no-bullets {
  list-style-type: none;
  margin: 0;
}
.hwAccel {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Default Styles --------------------------------------------------------------------------------------------------------*/
/*

	.LESS include - Global

*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.standard-box {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  background: #fafafa;
  overflow-x: hidden;
}
/* Typography ------------------------------------------------------------------------------------------------------------*/
/*

	.LESS include - Typography

*/
/* Fonts -----------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'ArrrowsRegular';
  src: url('../fonts/arrows/arrrows-regular-webfont.eot');
  src: url('../fonts/arrows/arrrows-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/arrows/arrrows-regular-webfont.woff') format('woff'), url('../fonts/arrows/arrrows-regular-webfont.ttf') format('truetype'), url('../fonts/arrows/arrrows-regular-webfont.svg#ArrrowsRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ope {
  font-family: 'Open Sans', sans-serif;
}
.txt {
  font-family: "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: 'Open Sans', sans-serif;
}
.hel {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, "proxima-nova", "Segoe UI", Arial, sans-serif;
}
.arr {
  font-family: "ArrrowsRegular";
}
.no-dec {
  text-decoration: none;
}
body,
select,
input,
textarea {
  color: #444;
  line-height: 1.4;
  font-family: "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  color: #333;
  font-weight: 300;
}
h1 {
  font-size: 40px;
  margin: 0 0 20px 0;
}
h2 {
  font-size: 36px;
  margin: 0 0 20px 0;
}
h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
}
h4 {
  font-size: 18px;
  margin: 0 0 20px 0;
  font-weight: 600;
}
p,
ul,
ol {
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 1.7;
}
ul,
ol {
  color: #999;
  margin-left: 20px;
  padding-left: 0;
}
hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 40px 0;
}
a,
a:active,
a:visited {
  color: #00aeed;
}
a:hover {
  color: #0089ba;
}
::-moz-selection {
  background: #00aeed;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #00aeed;
  color: #fff;
  text-shadow: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Buttons ---------------------------------------------------------------------------------------------------------------*/
/*

	.LESS include - Buttons

*/
.btn,
.btn:active,
.btn:visited {
  text-decoration: none;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  outline: none;
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  display: inline-block;
  background: #00aeed;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: -4px;
  box-shadow: inset 0px -2px 0px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -2px 0px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px -2px 0px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0px -2px 0px 0 rgba(0, 0, 0, 0.1);
}
.btn.disabled,
.btn:active.disabled,
.btn:visited.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-l,
.btn:active.btn-l,
.btn:visited.btn-l {
  font-size: 14px;
  padding: 10px 30px;
}
.btn.btn-s,
.btn:active.btn-s,
.btn:visited.btn-s {
  font-size: 11px;
  padding: 8px 10px;
}
.btn.btn-xs,
.btn:active.btn-xs,
.btn:visited.btn-xs {
  font-size: 10px;
  padding: 4px 10px;
}
.btn:hover,
.btn:active:hover,
.btn:visited:hover {
  background: #002f5d;
}
.btn:active,
.btn:active:active,
.btn:visited:active {
  background: #002f5d;
  box-shadow: inset 0px 2px 0px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 2px 0px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 2px 0px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0px 2px 0px 0 rgba(0, 0, 0, 0.1);
}
.btn + .btn {
  margin-left: 20px;
}
/* Forms -----------------------------------------------------------------------------------------------------------------*/
/*

	.LESS include - Forms

*/
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
}
select,
textarea,
input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"] {
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  outline: none;
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  padding: 0 15px;
  height: 46px;
  -webkit-appearance: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="password"]:focus {
  border-color: #999999;
}
textarea {
  height: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    background: #fff url(../../img/interface/bg-select.png) no-repeat 100% 50%;
    background-size: 40px 40px;
  }
}
label {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.error,
.note {
  font-size: 11px;
}
.error {
  color: #e74c3c;
}
.note {
  color: #999;
}
.placeholderTxt {
  color: #ccc;
}
::-webkit-input-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
fieldset.form {
  border: none;
  background: rgba(0, 0, 0, 0.05);
  padding: 40px 20px;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
fieldset.form .field {
  width: 50%;
  float: left;
  margin-bottom: 20px;
  position: relative;
}
fieldset.form .field.field-l {
  padding-right: 10px;
}
fieldset.form .field.field-r {
  padding-left: 10px;
}
fieldset.form .field.field-fw {
  width: 100%;
}
fieldset.form .field .error {
  display: block;
  background: #e74c3c;
  color: #fff;
  position: absolute;
  top: 8px;
  left: auto;
  bottom: auto;
  right: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: none;
}
fieldset.form .field.field-l .error {
  right: 20px;
}
fieldset.form .field.in-error select,
fieldset.form .field.in-error textarea,
fieldset.form .field.in-error input[type="text"],
fieldset.form .field.in-error input[type="email"],
fieldset.form .field.in-error input[type="date"],
fieldset.form .field.in-error input[type="password"] {
  border-color: #e74c3c;
}
fieldset.form .field.in-error .error {
  display: block;
}
fieldset.form .field.radio-check label {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 13px 0 10px;
}
fieldset.form .field.radio-check input {
  margin-right: 5px;
}
fieldset.form .field label,
fieldset.form .field h4 {
  display: block;
  margin: 0 0 5px 0;
}
fieldset.form .field h4 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
fieldset.form .field select,
fieldset.form .field textarea,
fieldset.form .field input[type="text"],
fieldset.form .field input[type="email"],
fieldset.form .field input[type="date"],
fieldset.form .field input[type="password"] {
  width: 100%;
}
fieldset.form .actions {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  clear: both;
  position: relative;
  top: 20px;
}
@media all and (max-width: 650px) {
  fieldset.form .field.field-l,
  fieldset.form .field.field-r {
    padding: 0;
    width: 100%;
    float: none;
  }
}
/* Modals ----------------------------------------------------------------------------------------------------------------*/
/*

	.LESS include - Modals

*/
.modal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.modal .container {
  width: 40%;
  max-height: 50%;
  margin: auto;
  background: #fafafa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0px 3px 0px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 0px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.3);
}
.modal .container.l-modal {
  height: 50%;
}
.modal .container .close {
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: -120px;
  z-index: 2;
  text-align: center;
  width: 100px;
  display: block;
  margin: 0;
}
.modal .container .content {
  padding: 20px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-active {
  overflow: hidden;
}
.modal-active .modal {
  display: block;
}
@media all and (max-width: 1050px) {
  .modal .container {
    width: 60%;
    max-height: 75%;
  }
  .modal .container.l-modal {
    height: 75%;
  }
}
@media all and (max-width: 650px) {
  .modal .container {
    width: 90%;
    max-height: 75%;
  }
  .modal .container .close {
    right: 0;
    top: -56px;
  }
}
/* Interactive elements --------------------------------------------------------------------------------------------------*/
/*

	.LESS include - Interactive elements

*/
/* Tabbed Interface ------------------------------------------------------------------------------------------------------*/
.tabbed nav {
  overflow: hidden;
}
.tabbed nav a {
  display: block;
  text-decoration: none;
  float: left;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tabbed nav a.selected {
  background: rgba(0, 0, 0, 0.1);
}
.tabbed nav.fill-w {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.tabbed nav.fill-w .row {
  display: table-row;
}
.tabbed nav.fill-w .row a {
  float: none;
  display: table-cell;
  text-align: center;
}
.tabbed .pane {
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 0px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  display: none;
}
.tabbed .pane.selected {
  display: block;
}
/* Rotator ---------------------------------------------------------------------------------------------------------------*/
.rotator {
  text-align: center;
  min-height: 660px;
  position: relative;
  background: rgba(0, 0, 0, 0.05);
}
.rotator .items .item {
  width: 900px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -250px 0 0 -450px;
  background: rgba(0, 0, 0, 0.05);
  line-height: 500px;
  font-size: 36px;
  font-weight: 300;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(2000px);
  -moz-transform: translateX(2000px);
  -ms-transform: translateX(2000px);
  transform: translateX(2000px);
}
.rotator .items .item.anim {
  -webkit-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
}
.rotator .items .item.swiping {
  -webkit-transition: all 0 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0 cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0 cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0 cubic-bezier(0.77, 0, 0.175, 1);
}
.rotator .items .item img {
  display: block;
  margin-bottom: 40px;
  width: 100%;
  height: auto;
}
.rotator .items .item p {
  font-size: 24px;
}
.rotator .items .item.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.rotator .items .item.out {
  -webkit-transform: translateX(-2000px);
  -moz-transform: translateX(-2000px);
  -ms-transform: translateX(-2000px);
  transform: translateX(-2000px);
}
.rotator nav a {
  display: block;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #00aeed;
  font-family: "ArrrowsRegular";
  color: #fff;
  text-align: center;
  line-height: 95px;
  font-size: 70px;
  text-decoration: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -50px;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
.rotator nav a.prv {
  left: 0;
}
.rotator nav a.prv.disabled {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.rotator nav a.nxt {
  right: 0;
}
.rotator nav a.nxt.disabled {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.rotator nav a:hover,
.rotator nav a:active {
  background: #002f5d;
}
.rotator .inds {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  margin: 270px 0 0 0;
}
.rotator .inds span {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #e1e5e6;
  margin: 0 10px;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
.rotator .inds span.selected {
  background: #7f8c8d;
}
/* Custom drop menus -----------------------------------------------------------------------------------------------------*/
.custom-drop {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.custom-drop .output {
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  background: #eff1f2;
  padding: 12.6px 70px 12.6px 15px;
  position: relative;
  color: #7f8c8d;
}
.custom-drop .output:after {
  content: 'u';
  font-family: "ArrrowsRegular";
  line-height: 44px;
  text-align: center;
  padding: 0 14px;
  border-left: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  font-size: 20px;
  background: #f7f8f9;
  color: #ccc;
}
.custom-drop nav {
  position: absolute;
  top: 46px;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  display: none;
}
.custom-drop nav a {
  display: block;
  font-size: 14px;
  background: #eff1f2;
  padding: 12.6px 15px;
  text-decoration: none;
  border-top: 1px solid #ccc;
}
.custom-drop nav a:first-child {
  border: none;
}
.custom-drop nav a:hover,
.custom-drop nav a:active {
  background: #fff;
}
.custom-drop.is-active .output {
  color: #4e5758;
  border-color: #999999;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.custom-drop.is-active .output:after {
  border-color: #999999;
  color: #999999;
}
.custom-drop.is-active nav {
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .custom-drop .output:after {
    line-height: 43px;
  }
  .custom-drop nav {
    top: 45px;
  }
}
@media all and (max-width: 650px) {
  .custom-drop {
    display: block;
  }
  .custom-drop .output {
    display: block;
  }
}
/* Master page example styles --------------------------------------------------------------------------------------------*/
/*

	.LESS include - Master page styles

*/
.master {
  max-width: 1400px;
  margin: auto;
}
.master .style-note {
  font-size: 10px;
  text-transform: uppercase;
  background: #eff1f2;
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 20px;
  font-weight: 300;
}
.master .style-note strong {
  font-weight: 600;
}
.master .eg-grids .pod {
  margin-bottom: 20px;
}
.master .eg-grids .pod-content {
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.master .eg-grids .pod-content p {
  margin: 0;
}
.master .eg-grids .g-4,
.master .eg-grids .g-3,
.master .eg-grids .g-2,
.master .eg-grids .g-p {
  overflow: hidden;
}
.master .eg-grids .g-4 .pod {
  display: block;
  float: left;
  width: 25%;
}
.master .eg-grids .g-4 .pod:nth-child(4n+1) {
  padding: 0 15px 0 0;
}
.master .eg-grids .g-4 .pod:nth-child(4n+2) {
  padding: 0 10px 0 5px;
}
.master .eg-grids .g-4 .pod:nth-child(4n+3) {
  padding: 0 5px 0 10px;
}
.master .eg-grids .g-4 .pod:nth-child(4n+4) {
  padding: 0 0 0 15px;
}
.master .eg-grids .g-3 .pod {
  display: block;
  float: left;
  width: 33.33333333%;
}
.master .eg-grids .g-3 .pod:nth-child(3n+1) {
  padding: 0 15px 0 0;
}
.master .eg-grids .g-3 .pod:nth-child(3n+2) {
  padding: 0 10px 0 10px;
}
.master .eg-grids .g-3 .pod:nth-child(3n+3) {
  padding: 0 0 0 15px;
}
.master .eg-grids .g-2 .pod {
  display: block;
  float: left;
  width: 50%;
}
.master .eg-grids .g-2 .pod:nth-child(2n+1) {
  padding: 0 10px 0 0;
}
.master .eg-grids .g-2 .pod:nth-child(2n+2) {
  padding: 0 0 0 10px;
}
.master .eg-btns {
  padding-bottom: 40px;
}
/* Site Css ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Structure -------------------------------------------------------------------------------------------------------------*/
article {
  max-width: 1400px;
  margin: auto;
  padding: 40px 40px 40px;
  overflow: hidden;
}
@media all and (max-width: 650px) {
  article {
    padding: 20px !important;
  }
}
/* Common Containers & Subclasses ----------------------------------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
header .content {
  max-width: 1400px;
  margin: auto;
  padding: 0px 40px 0px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 650px) {
  header .content {
    padding: 20px !important;
  }
}
header .content a {
  text-decoration: none;
  color: #fff;
}
header .content .logo {
  /*
			@w : 403px;
			@h : 100px;
			.block; .dim(@w/2,@h/2); background: url('/img/interface/logo.png') no-repeat; background-size: @w/2 @h/2; .ir; .abs(@t:50%, @l:0px); margin-top: -@h/4;
			*/
  display: block;
  width: 305px;
  height: 52px;
  background: url('../img/interface/logo-2.png') no-repeat;
  background-size: 305px 52px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 40px;
  bottom: auto;
  right: auto;
  margin-top: -26px;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  transition-delay: 0ms;
}
header .content nav {
  float: right;
  padding: 40px 0;
}
header .content nav a {
  margin: 0 0 0 40px;
  padding: 5px 0;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}
header .content nav a.selected {
  border-bottom: 2px solid #fff;
  font-weight: bold;
}
header:before {
  content: '';
  display: block;
  width: 200px;
  height: 20px;
  background: url('../img/interface/angle-left.png') no-repeat;
  background-size: 200px 20px;
  position: absolute;
  top: auto;
  left: 0px;
  bottom: -20px;
  right: auto;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
header:after {
  content: '';
  display: block;
  width: 200px;
  height: 20px;
  background: url('../img/interface/angle-right.png') no-repeat;
  background-size: 200px 20px;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0px;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
header.condensed {
  background: #002f5d;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
header.condensed .content {
  border-color: rgba(255, 255, 255, 0);
}
header.condensed .content .logo {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms;
}
header.condensed .content nav a:hover,
header.condensed .content nav a:active {
  color: #00aeed;
}
header.condensed:before,
header.condensed:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
header.no-angle:before {
  display: none;
}
@media all and (max-width: 900px) {
  header .content nav a {
    margin-left: 20px;
  }
}
footer {
  background: #002f5d;
  position: relative;
  border-top: 5px solid #00aeed;
}
footer .container {
  max-width: 1400px;
  margin: auto;
  padding: 40px 40px 40px;
}
@media all and (max-width: 650px) {
  footer .container {
    padding: 20px !important;
  }
}
footer .container h3 {
  color: #fff;
  margin: 0;
}
footer .container p {
  color: #00aeed;
}
footer .container .on-r {
  float: right;
  font-size: 20px;
  margin-top: 20px;
}
footer .container strong,
footer .container a {
  color: #fff;
  text-decoration: none;
}
footer:before {
  content: '';
  display: block;
  width: 200px;
  height: 20px;
  background: url('../img/interface/angle-left.png') no-repeat;
  background-size: 200px 20px;
  position: absolute;
  top: auto;
  left: 0px;
  bottom: 0;
  right: auto;
}
footer:after {
  content: '';
  display: block;
  width: 200px;
  height: 20px;
  background: url('../img/interface/angle-right.png') no-repeat;
  background-size: 200px 20px;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0px;
}
.hero {
  background: #002f5d;
  padding-top: 102px;
  height: 600px;
  background: url('../img/content/hero.jpg') no-repeat;
  background-size: cover;
}
.hero.h-services {
  background: url('../img/content/hero-services.jpg') no-repeat 0 50%;
  background-size: cover;
  height: auto;
}
.hero.h-faq {
  background: url('../img/content/hero-freq.jpg') no-repeat 0 50%;
  background-size: cover;
  height: auto;
}
.hero.h-contact {
  background: none;
  height: auto;
}
.hero .content {
  max-width: 1400px;
  margin: auto;
  padding: 120px 40px 120px;
}
@media all and (max-width: 650px) {
  .hero .content {
    padding: 20px !important;
  }
}
.hero .content h1 {
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  margin: 0;
}
@media all and (max-width: 900px) {
  .hero {
    height: 400px;
  }
}
/* Custom Containers & Subclasses ----------------------------------------------------------------------------------------*/
.welcome {
  max-width: 1400px;
  margin: auto;
  padding: 0px 40px 80px;
  position: relative;
}
@media all and (max-width: 650px) {
  .welcome {
    padding: 20px !important;
  }
}
.welcome .img {
  width: 40%;
  float: left;
}
.welcome .img img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 6px solid #fff;
  margin: -80px 0 0 0;
}
.welcome .img .appt {
  padding: 3px 0 0 10px;
}
.welcome .img .appt h2 {
  margin: 0;
  text-decoration: none;
}
.welcome .img .appt p {
  margin: 0;
  color: #999;
}
.welcome .img .nzm {
  padding-top: 40px;
}
.welcome .img .nzm img {
  border: none;
  width: 140px;
  height: auto;
  margin: 0 0 20px;
  display: inline-block;
  vertical-align: middle;
}
.welcome .img .nzm p {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  margin-left: 10px;
  color: #999;
}
.welcome .content {
  width: 60%;
  padding-left: 40px;
  float: left;
}
.welcome .content .quote {
  background: #fafafa;
  padding: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 24px;
  margin: -40px 0 40px 0;
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.welcome .content .quote:before {
  content: 'W';
  font-family: "ArrrowsRegular";
  position: absolute;
  top: 50%;
  left: -24px;
  bottom: auto;
  right: auto;
  font-size: 50px;
  line-height: 1;
  color: #fafafa;
  text-shadow: rgba(0, 0, 0, 0.09) -5px 0 5px;
}
.welcome .content .quote span {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  border-top: 1px solid #ccc;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  color: #999;
}
.welcome .content h3,
.welcome .content p {
  padding-left: 40px;
}
@media all and (max-width: 900px) {
  .welcome .img .appt h2 {
    font-size: 30px;
  }
  .welcome .img .appt p {
    font-size: 12px;
  }
  .welcome .content .quote {
    font-size: 18px;
    margin-top: -80px;
  }
  .welcome .content .quote:before {
    top: 25%;
  }
  .welcome .content p {
    font-size: 14px;
  }
}
.dt-video {
  padding-left: 40px;
}
.dt-video h3 {
  padding-left: 0 !important;
  margin: 40px 0 20px;
}
.our-services {
  max-width: 1400px;
  margin: auto;
  padding: 0px 40px 80px;
  overflow: hidden;
}
@media all and (max-width: 650px) {
  .our-services {
    padding: 20px !important;
  }
}
.our-services .content {
  border-top: 1px dotted #ccc;
  padding: 40px 0 0 0;
}
.our-services h2 {
  text-align: center;
  margin-bottom: 40px;
}
.our-services .pods {
  overflow: hidden;
  padding-bottom: 40px;
}
.our-services .pod {
  display: block;
  float: left;
  width: 25%;
}
.our-services .pod:nth-child(4n+1) {
  padding: 0 30px 0 0;
}
.our-services .pod:nth-child(4n+2) {
  padding: 0 20px 0 10px;
}
.our-services .pod:nth-child(4n+3) {
  padding: 0 10px 0 20px;
}
.our-services .pod:nth-child(4n+4) {
  padding: 0 0 0 30px;
}
.our-services .pod .info img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.our-services .pod .info h3 {
  margin: 0 0 10px;
}
.our-services .pod .info h4 {
  display: none;
}
.our-services .pod .info p {
  font-size: 14px;
}
.our-services .additional {
  text-align: center;
  padding: 40px 0;
  clear: both;
  border-top: 1px dotted #ccc;
}
.our-services .additional p {
  font-style: italic;
  color: #999;
}
@media all and (max-width: 900px) {
  .our-services .pod {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 40px;
  }
  .our-services .pod:nth-child(2n+1) {
    padding: 0 20px 0 0;
  }
  .our-services .pod:nth-child(2n+2) {
    padding: 0 0 0 20px;
  }
}
.our-customers {
  background: rgba(0, 0, 0, 0.05);
  padding: 80px 0 120px;
  overflow: hidden;
}
.our-customers h2 {
  text-align: center;
  margin-bottom: 80px;
}
.our-customers .content {
  max-width: 1400px;
  margin: auto;
  padding: 0px 40px 0px;
}
@media all and (max-width: 650px) {
  .our-customers .content {
    padding: 20px !important;
  }
}
.our-customers .content .rotator {
  min-height: 180px;
  background: none;
}
.our-customers .content .rotator .items .item {
  height: auto;
  line-height: 1.4;
  margin-top: -90px;
  overflow: hidden;
  text-align: left;
  background: none;
}
.our-customers .content .rotator .items .item img {
  display: block;
  width: 30%;
  height: auto;
  float: left;
  margin: 0;
}
.our-customers .content .rotator .items .item .quote {
  display: block;
  width: 70%;
  float: left;
  padding: 0 0 0 40px;
  font-size: 24px;
}
.our-customers .content .rotator .items .item .quote span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  border-top: 1px solid #ccc;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  color: #999;
}
.our-customers .content .rotator .inds {
  margin: 0;
  top: auto;
  bottom: -60px;
}
@media all and (max-width: 900px) {
  .our-customers .rotator {
    -webkit-transform: scale(0.75) translateX(-50px);
    -moz-transform: scale(0.75) translateX(-50px);
    -ms-transform: scale(0.75) translateX(-50px);
    transform: scale(0.75) translateX(-50px);
  }
}
.sidebar {
  width: 30%;
  float: left;
  padding-right: 40px;
  padding-top: 40px;
}
.sidebar a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  margin-bottom: 10px;
}
.col {
  width: 70%;
}
.col h3 {
  margin-top: 40px;
  display: inline-block;
  border-bottom: 1px dotted #54d2ff;
  padding-bottom: 10px;
}
.col img {
  display: block;
  width: 30%;
  float: right;
  margin: 50px -40% 0 0;
  border: 6px solid #fff;
  box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
.col.w-sidebar {
  float: left;
}
@media all and (max-width: 900px) {
  .col {
    width: 100%;
  }
  .col img {
    display: none;
  }
  .col.w-sidebar {
    width: 70%;
  }
}
.page-welcome {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}
.page-welcome p {
  color: #00aeed;
  font-size: 20px;
  font-style: italic;
}
.appointment {
  width: 30%;
  float: left;
  margin-top: 40px;
}
.appointment h2,
.appointment p {
  margin: 0;
}
.appointment img {
  display: block;
  width: 80%;
  height: auto;
  margin: 20px 0;
}
.appointment span {
  display: block;
  width: 80%;
  font-size: 14px;
  color: #999;
  font-style: italic;
}
.contact-details {
  width: 70%;
  float: left;
  padding-left: 40px;
  margin-top: 40px;
}
.testimonial {
  background: #fff;
  padding: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 40px;
  box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
.testimonial:before {
  content: '\201C';
  font-size: 50px;
  position: absolute;
  top: 28px;
  left: auto;
  bottom: auto;
  right: 100%;
  margin-right: 20px;
  font-family: Georgia;
  font-weight: bold;
  color: #00aeed;
}
.testimonial h4 {
  display: inline-block;
  border-bottom: 1px dotted #54d2ff;
  padding-bottom: 10px;
  color: #00aeed;
}
.mob {
  display: none;
  background: #fafafa;
}
.mob p,
.mob ul {
  font-size: 12px;
}
.mob hr {
  margin: 20px 0;
  border-color: #baedff;
}
.mob .header {
  background: #002f5d;
  padding: 20px;
}
.mob .header img {
  display: block;
  width: 100%;
  height: auto;
}
.mob .content {
  padding: 20px;
}
.mob .content h3 {
  font-size: 20px;
}
.mob .content h4 {
  font-size: 14px;
  color: #00aeed;
  font-weight: normal;
}
.mob .content .call {
  text-align: center;
  color: #999;
}
.mob .content .call a {
  text-decoration: none;
  font-size: 30px;
  display: block;
}
.mob .dt-video {
  padding: 0;
}
.mob .dt-video iframe {
  width: 100%;
}
@media all and (max-width: 650px) {
  #container {
    display: none;
  }
  .mob {
    display: block;
  }
}
/* <END> Site Css \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* Non-semantic Helper Classes -------------------------------------------------------------------------------------------*/
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* Media queries for responsive design -----------------------------------------------------------------------------------*/
/* Print styles --------------------------------------------------------------------------------------------------------*/
/*

	.LESS include - Print

*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
