/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
/**
 * 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,
menu,
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-color: 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; }

/* wiap base @dansieber */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 101%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #fdfdfd;
  font-size: 120%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: KohinoorDevanagari-Book, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  color: #4a4a4a;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1); }

* {
  margin: 0px;
  padding: 0px; }

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */
header {
  background: #326295;
  position: fixed;
  height: 50px;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center; }

.logo {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  font-weight: bold;
  /*padding: 13px 0 0 0;*/
  color: #fff;
  top: 14px;
  position: relative; }

header .logo {
  margin-right: -70px; }

#nav-toggle {
  position: fixed;
  right: 0;
  top: 0; }

/* ------------------------------------------
  Typography 
--------------------------------------------- */
a {
  color: #276696;
  text-decoration: none; }

a,
a:hover,
a:active,
a:visited {
  outline: 0px; }

a:visited {
  color: #276696; }

a:hover {
  color: #9e2724;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }

img {
  outline: 0;
  border: 0; }

h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, span, blockquote {
  margin: 0.5em 0 0.5em 0;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em; }

abbr[title] {
  border-bottom: 0;
  color: #fe0000; }

h1 {
  font-family: KohinoorDevanagari-Medium, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25em; }

h2 {
  font-family: KohinoorDevanagari-Medium, Helvetica, Verdana, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em; }

h3 {
  font-family: KohinoorDevanagari-Medium, Helvetica, Verdana, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em; }

.intro h1 {
  font-family: KohinoorDevanagari-Book, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25em;
  color: #000;
  text-shadow: 1px 1px #fff; }

/* ------------------------------------------
  Various 
--------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box; }

.hidden {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

img,
picture,
object,
.mapContainer > iframe,
.map {
  max-width: 100%;
  page-break-inside: avoid; }

.centerAlign {
  text-align: center; }

/*picture img {
  position: relative;
  border: solid 3px yellow;
}*/
.imgBg {
  position: relative;
  /*border: solid 3px yellow;*/ }

.imgBg .intro {
  position: absolute;
  bottom: 0;
  /*border: solid 1px red;*/
  /*height:30px;*/
  line-height: 30px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7); }

/* ------------------------------------------
  Categories
--------------------------------------------- */
/* ------------------------------------------
  Sections
--------------------------------------------- */
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

section {
  /*border-bottom: 1px solid #999;*/
  padding: 20px 0;
  /*  margin-left:15px;
    margin-right:15px;*/
  text-align: center; }

section h1, section > h2, section h3, section h4, section h5, section h6, section p, section > ul {
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  /*  margin-left:15px;
    margin-right:15px;*/ }

section#about {
  padding-top: 0px;
  padding-bottom: 0;
  margin-top: 50px;
  /*border:solid 1px red;*/ }

section#about .heroContainer {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff; }

.heroContainer {
  /*position: relative;*/ }

section#about .imgBg {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 0;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto; }

.textBox {
  /*border:solid 1px red;*/ }

.col1,
.col2 {
  padding-bottom: 8px; }

section#services {
  padding-top: 0; }

section#location .locationWrapper {
  margin: 0; }

section#location {
  background-color: #c3ddc4; }

section#location .locationText {
  margin-bottom: 20px; }

section#location .locationDetails {
  margin-top: 200px; }

section#location .locationCard {
  min-height: 360px;
  margin: 0px 15px 0 15px;
  border: solid 1px white;
  background-color: rgba(255, 255, 255, 0.85); }

section#location a.button {
  margin-bottom: 25px; }

.locationDetails {
  background-color: rgba(255, 255, 255, 0.7); }

.locationDetails ul {
  list-style: none;
  padding-top: 16px; }

.locationDetails ul li {
  margin-top: 0;
  margin-bottom: 0; }

.locationDetails li.jobtitle span,
.locationDetails li.credentials span {
  font-family: "KohinoorDevanagari-Light", Helvetica, Verdana, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em; }

.locationDetails li.businessname,
.locationDetails li.street,
.locationDetails li.suburb {
  font-family: "KohinoorDevanagari-Medium", Helvetica, Verdana, sans-serif;
  font-weight: 600;
  font-style: normal; }

.locationDetails li.suburb span {
  display: inline; }

@media only screen and (min-width: 20px) {
  section#location .locationCard {
    background: transparent url("../../assets/images/map.jpg") no-repeat 50% 50%; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section#location .locationCard {
    background: transparent url("../../assets/images/map@2x.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; } }
section#contact {
  background: rgba(74, 74, 74, 0.1); }

section#contact .contactWrapper {
  padding: 0;
  margin: 0; }

.contactDetails {
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  margin: 0 15px 0 15px;
  padding-bottom: 10px; }

.contactDetails li.openhours,
.contactDetails li.phone,
.contactDetails li.faxNumber,
.contactDetails li.emailto {
  font-family: "KohinoorDevanagari-Light", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em; }

.contactDetails ul li span {
  font-family: "KohinoorDevanagari-Medium", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal; }

.contactDetails span,
.contactDetails span a {
  display: block;
  width: 100%; }

.radius5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.contactDetails ul {
  list-style: none;
  margin-bottom: 0.5em; }

.contactDetails ul li {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px; }

.contactDetails ul li:last-child {
  border-bottom: none; }

.footerWrapper {
  margin: 15px 15px 15px 15px;
  text-align: center; }

footer .disclaimer p {
  font-family: "KohinoorDevanagari-Light", Helvetica, Verdana, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: rgba(74, 74, 74, 0.5); }

footer .copyright p,
footer .credits p {
  font-family: "KohinoorDevanagari-Book", Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em; }

footer .copyright p a,
footer .credits p a {
  font-family: "KohinoorDevanagari-Medium", Helvetica, Verdana, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em; }

@media (min-width: 640px) {
  section h1, section > h2, section h3, section h4, section h5, section h6, section p, section > ul {
    margin-left: 6%;
    margin-right: 6%; }

  section#contact .contactWrapper {
    margin: 0 6% 20px 6%; }

  section#contact .contactDetails {
    margin: 0; }

  section#location .locationWrapper {
    margin: 0 6% 20px 6%; }

  section#location .locationCard {
    margin: 0; }

  .footerWrapper {
    margin: 0 10% 20px 10%; } }
/*
    #####        #####        #####
 ###     ###  ###     ###  ###     ###
 ###     ###  ###     ###  ###     ###
    #####     ###     ###  ###     ###
 ###     ###  ###     ###  ###     ###
 ###     ###  ###     ###  ###     ###
    #####        #####        #####
*/
@media (min-width: 800px) {
  html {
    font-size: 110%; }

  section {
    text-align: left; }

  section .intro h1 {
    text-align: center;
    font-family: "KohinoorDevanagari-Medium", Helvetica, Verdana, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    font-size: 2rem;
    line-height: 1em; }

  section#about .textBox,
  section#services .textBox,
  section#services ul,
  section#suppliers .textBox,
  section#location .locationWrapper {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20px; }

  section#about .textBox {
    margin-top: 30px; }

  section h1, section > h2, section h3, section h4, section h5, section h6, section p, section > ul {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }

  section#about .col1,
  section#services .col1 {
    float: left;
    width: 47.5%;
    text-align: left; }

  section#about .col2,
  section#services .col2 {
    float: right;
    width: 47.5%;
    text-align: left; }

  section#location p.locationText {
    width: 45%;
    float: left; }

  section#location .locationWrapper .locationCard {
    width: 45%;
    float: right; }

  section#location .locationCard {
    margin-top: 0px; }

  section#location .locationDetails {
    text-align: center; }

  section#contact .contactWrapper,
  footer .footerWrapper {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 5%;
    padding-right: 5%; }

  section#contact p.contactText {
    width: 45%;
    float: left; }

  section#contact .contactDetails {
    width: 45%;
    float: right;
    /*    text-align: left;*/
    margin-top: 0; }

  section#contact .contactDetails ul {
    margin-left: 0;
    margin-bottom: 20px; } }
/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */
#nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0; }

.nav-collapse {
  background: rgba(39, 102, 150, 0.9); }

.nav-collapse li {
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0; }

.nav-collapse ul.mobileScrollLinks li {
  float: left;
  width: 50%;
  /*height:52px;*/
  margin-top: 0;
  list-style: none;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.nav-collapse li a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  padding: 0.7em 1em;
  color: #fff;
  display: inline-block; }

/*.nav-collapse a:active,
  .nav-collapse .active a {
    background: rgba(195,221,196,0.5);
    font-weight: 400;
    color: #fff;
  }
  .nav-collapse a:active:hover,
  .nav-collapse .active a:hover {
    background: rgba(195,221,196,0.5);
    color: #fff;
  }
  .nav-collapse a:hover {
    background: rgba(195,221,196,0.5);
    color: #fff;
  }*/
.nav-collapse li.active {
  font-weight: 600;
  color: #fff;
  background: rgba(195, 221, 196, 0.5); }

.nav-collapse li a:active,
.nav-collapse a:hover {
  color: #9e2724; }

header a {
  margin: 0; }

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.nav-collapse.opened {
  max-height: 9999px; }

.disable-pointer-events {
  pointer-events: none !important; }

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0; }

#nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 300;
  background: transparent;
  position: relative;
  margin: 15px 12px 11px 0;
  width: 60px;
  float: right; }

#nav-toggle.active div:nth-child(1) {
  -webkit-transform: rotate(45deg) translate3d(3px, 8px, 0);
  transform: rotate(45deg) translate3d(3px, 8px, 0); }

#nav-toggle.active div:nth-child(2) {
  opacity: 0; }

#nav-toggle.active div:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate3d(3px, -8px, 0);
  transform: rotate(-45deg) translate3d(3px, -8px, 0); }

#nav-toggle div {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 1px;
  margin-left: 20px;
  margin-bottom: 6px;
  background: #fff;
  height: 2px;
  width: 28px; }

/* ------------------------------------------
  Nav Mask
--------------------------------------------- */
.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0, 0, 0, 0.05);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }

.android .mask {
  -webkit-transition: none;
  transition: none; }

.js-nav-active .mask {
  visibility: visible;
  opacity: 1; }

@media screen and (min-width: 800px) {
  .js .nav-collapse {
    position: relative; }

  .js .nav-collapse.closed {
    max-height: none; }

  #nav-toggle {
    display: none; }

  .nav-collapse {
    float: right;
    width: auto;
    background: rgba(39, 40, 34, 0.75); }

  .nav-collapse li {
    width: auto; }

  .nav-collapse a {
    border-left: 1px solid white;
    border-top: 0;
    float: left;
    margin: 0; }

  .mask {
    display: none !important;
    opacity: 0 !important; }

  .nav-collapse a:active,
  .nav-collapse .active a {
    background: rgba(195, 221, 196, 0.5);
    font-weight: 400;
    color: #fff; }

  .nav-collapse a:active:hover,
  .nav-collapse .active a:hover {
    background: rgba(195, 221, 196, 0.5);
    color: #fff; }

  .nav-collapse a:hover {
    background: rgba(195, 221, 196, 0.5);
    color: #fff; } }
/* ------------------------------------------
  MOBILE NAV QUICKLINKS WHITE / BRIGHT
--------------------------------------------- */
section#about > ul.mobileQuicklinks {
  margin: 0;
  padding: 0 2.5em 0 2.5em;
  float: left;
  background-color: #c3ddc4;
  width: 100%; }

ul.mobileQuicklinks li {
  float: left;
  width: 33.33%;
  margin: 0 0 0.25em 0;
  list-style: none; }

ul.mobileQuicklinks li a,
ul.mobileQuicklinks .black li a {
  width: 50px;
  height: 50px; }

ul.mobileQuicklinks li a {
  border-top: 0;
  border-bottom: 0;
  border: solid 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  padding: 0.7em 1em;
  color: #fff;
  display: inline-block; }

ul.mobileQuicklinks li .mobileQuicklinksAnnotation {
  color: #fff;
  /*height:60px;*/
  font-family: Futura-CondensedMedium, Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-top: -1em; }

ul.mobileScrollLinks li {
  border-left: solid 1px rgba(253, 253, 253, 0.25);
  border-bottom: solid 1px rgba(253, 253, 253, 0.25); }

ul.mobileScrollLinks li:nth-child(1),
ul.mobileScrollLinks li:nth-child(3),
ul.mobileQuicklinks li:nth-child(1) {
  border-left: none; }

@media only screen and (min-width: 20px) {
  li.mobileQuicklinksEmail a {
    background: transparent url("../../assets/images/icon-email-white.png") no-repeat 50% 50%; }

  li.mobileQuicklinksEmail a:hover {
    background: transparent url("../../assets/images/icon-email.png") no-repeat 50% 50%; }

  li.mobileQuicklinksTwitter a {
    background: transparent url("../../assets/images/icon-twitter-white.png") no-repeat 50% 50%; }

  li.mobileQuicklinksTwitter a:hover {
    background: transparent url("../../assets/images/icon-twitter.png") no-repeat 50% 50%; }

  li.mobileQuicklinksBarMap a {
    background: #96c1bb url("../../assets/images/icon-map-marker-white.png") no-repeat 50% 50%; }

  li.mobileQuicklinksBarMap a:hover {
    background: #96c1bb url("../../assets/images/icon-map-marker.png") no-repeat 50% 50%; }

  li.mobileQuicklinksCall a {
    background: transparent url("../../assets/images/icon-phone-white.png") no-repeat 50% 50%; }

  li.mobileQuicklinksCall a:hover {
    background: transparent url("../../assets/images/icon-phone.png") no-repeat 50% 50%; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  li.mobileQuicklinksEmail a {
    background: transparent url("../../assets/images/icon-email-white@2x.png") no-repeat 50% 50%;
    background-size: 27px 21px; }

  li.mobileQuicklinksEmail a:hover {
    background: transparent url("../../assets/images/icon-email@2x.png") no-repeat 50% 50%;
    background-size: 27px 21px; }

  li.mobileQuicklinksTwitter a {
    background: transparent url("../../assets/images/icon-twitter-white@2x.png") no-repeat 50% 50%;
    background-size: 30px 25px; }

  li.mobileQuicklinksTwitter a:hover {
    background: transparent url("../../assets/images/icon-twitter@2x.png") no-repeat 50% 50%;
    background-size: 30px 25px; }

  li.mobileQuicklinksMap a {
    background: transparent url("../../assets/images/icon-map-marker-white@2x.png") no-repeat 50% 50%;
    background-size: 19px 26px; }

  li.mobileQuicklinksMap a:hover {
    background: transparent url("../../assets/images/icon-map-marker@2x.png") no-repeat 50% 50%;
    background-size: 19px 26px; }

  li.mobileQuicklinksCall a {
    background: transparent url("../../assets/images/icon-phone-white@2x.png") no-repeat 50% 50%;
    background-size: 26px 26px; }

  li.mobileQuicklinksCall a:hover {
    background: transparent url("../../assets/images/icon-phone@2x.png") no-repeat 50% 50%;
    background-size: 26px 26px; } }
/* ------------------------------------------
  MOBILE NAV QUICKLINKS BLACK
--------------------------------------------- */
section#about > ul.mobileQuicklinks.black {
  margin: 0;
  padding: 0 2.5em 0 2.5em;
  float: left;
  background-color: #c3ddc4;
  width: 100%; }

ul.mobileQuicklinks.black {
  /*border:solid 1px green;*/ }

ul.mobileQuicklinks.black li {
  margin: 0 0 0.25em 0;
  /*background-color: rgba(66,178,209,1);*/ }

ul.mobileQuicklinks.black li .mobileQuicklinksAnnotation {
  color: #000;
  margin-top: -1em; }

ul.mobileQuicklinks.black li a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  padding: 0.7em 1em;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block; }

@media only screen and (min-width: 20px) {
  ul.mobileQuicklinks .black li.mobileQuicklinksEmail a {
    background: transparent url("../../assets/images/icon-email.png") no-repeat 50% 50%; }

  ul.mobileQuicklinks .black li.mobileQuicklinksEmail a:hover {
    background: transparent url("../../assets/images/icon-email-white.png") no-repeat 50% 50%; }

  ul.mobileQuicklinks.black li.mobileQuicklinksTwitter a {
    background: transparent url("../../assets/images/icon-twitter.png") no-repeat 50% 50%; }

  ul.mobileQuicklinks.black li.mobileQuicklinksTwitter a:hover {
    background: transparent url("../../assets/images/icon-twitter-white.png") no-repeat 50% 50%; }

  ul.mobileQuicklinks.black li.mobileQuicklinksBarMap a {
    background: #96c1bb url("../../assets/images/icon-map-marker.png") no-repeat 50% 50%; }

  ul.mobileQuicklinks.black li.mobileQuicklinksBarMap a:hover {
    background: #96c1bb url("../../assets/images/icon-map-marker-white.png") no-repeat 50% 50%; }

  ul.mobileQuicklinks .black li.mobileQuicklinksCall a {
    background: transparent url("../../assets/images/icon-phone.png") no-repeat 50% 50%; }

  ul.mobileQuicklinks .black li.mobileQuicklinksCall a:hover {
    background: transparent url("../../assets/images/icon-phone-white.png") no-repeat 50% 50%; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  ul.mobileQuicklinks.black li.mobileQuicklinksEmail a {
    background: transparent url("../../assets/images/icon-email@2x.png") no-repeat 50% 50%;
    background-size: 27px 21px; }

  ul.mobileQuicklinks.black li.mobileQuicklinksEmail a:hover {
    background: transparent url("../../assets/images/icon-email-white@2x.png") no-repeat 50% 50%;
    background-size: 27px 21px; }

  ul.mobileQuicklinks.black li.mobileQuicklinksTwitter a {
    background: transparent url("../../assets/images/icon-twitter@2x.png") no-repeat 50% 50%;
    background-size: 30px 25px; }

  ul.mobileQuicklinks.black li.mobileQuicklinksTwitter a:hover {
    background: transparent url("../../assets/images/icon-twitter-white@2x.png") no-repeat 50% 50%;
    background-size: 30px 25px; }

  ul.mobileQuicklinks.black li.mobileQuicklinksMap a {
    background: transparent url("../../assets/images/icon-map-marker@2x.png") no-repeat 50% 50%;
    background-size: 19px 26px; }

  ul.mobileQuicklinks.black li.mobileQuicklinksMap a:hover {
    background: transparent url("../../assets/images/icon-map-marker-white@2x.png") no-repeat 50% 50%;
    background-size: 19px 26px; }

  ul.mobileQuicklinks.black li.mobileQuicklinksCall a {
    background: transparent url("../../assets/images/icon-phone@2x.png") no-repeat 50% 50%;
    background-size: 26px 26px; }

  ul.mobileQuicklinks.black li.mobileQuicklinksCall a:hover {
    background: transparent url("../../assets/images/icon-phone-white@2x.png") no-repeat 50% 50%;
    background-size: 26px 26px; } }
/*
    #####        #####        #####
 ###     ###  ###     ###  ###     ###
 ###     ###  ###     ###  ###     ###
    #####     ###     ###  ###     ###
 ###     ###  ###     ###  ###     ###
 ###     ###  ###     ###  ###     ###
    #####        #####        #####
*/
@media (min-width: 800px) {
  header {
    text-align: left;
    padding-left: 10%; }

  .nav-collapse ul.mobileScrollLinks li {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    height: 50px; }

  .nav-collapse ul.mobileScrollLinks li {
    padding-top: 0;
    padding-bottom: 0; }

  .nav-collapse {
    background: rgba(39, 102, 150, 0.8); } }
/* ------------------------------------------
  Elements
--------------------------------------------- */
/* -- FLUID tile STYLES -- */
#tile {
  list-style-type: none;
  text-align: justify;
  margin-top: 1rem;
  margin-bottom: 0px;
  font-size: 0.1px; }

#tile li {
  display: inline-block;
  vertical-align: top;
  text-align: left; }

#tile li h2,
#tile li p {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0; }

#tile a {
  line-height: 0; }

#tile:after {
  content: '';
  display: inline-block;
  width: 100%; }

#tile li span ul li,
#tile li span ul li p {
  font-family: KohinoorDevanagari-Medium, Helvetica, Verdana, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em; }

span.servicedescription {
  font-family: KohinoorDevanagari-Light, Helvetica, Verdana, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em; }

#tile li span ul li span.servicedescription {
  display: block; }

#tile .placeholder {
  padding: 0;
  border: 0; }

#tile .placeholderImage {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
  max-width: 400px;
  line-height: 0; }

#tile .placeholderImage.round {
  border-radius: 100%;
  width: 60%;
  max-width: 300px;
  font-size: 0;
  line-height: 0;
  margin-top: 1.5em; }

ul#tile {
  margin-bottom: 0px;
  margin-top: 0; }

/* Single col */
#tile li {
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0; }

@media (min-width: 640px) {
  #tile li p {
    margin-left: 0;
    margin-right: 0; } }
/*
    #####        #####        #####
 ###     ###  ###     ###  ###     ###
 ###     ###  ###     ###  ###     ###
    #####     ###     ###  ###     ###
 ###     ###  ###     ###  ###     ###
 ###     ###  ###     ###  ###     ###
    #####        #####        #####
*/
@media (min-width: 800px) {
  /* Services */
  /* Tiles 2 cols */
  section#services #tile li {
    width: 47.5%; }

  #tile li span ul {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em; }

  section#services #tile li span ul li {
    width: 100%; }

  span.servicedescription {
    /*text-align: justify;*/ }

  section#services #tile .placeholderImage {
    margin-bottom: 1.5em;
    line-height: 0; }

  #tile li {
    text-align: left; }

  #tile .placeholderImage {
    width: 100%;
    max-width: 450px;
    border-radius: 5px;
    margin-top: 1em; } }
/*---------------------------------
	FORMS
-----------------------------------*/
a.button,
a.button:visited,
section#contact input.button,
section#contact input.button:visited,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: #276696;
  border: solid 1px #276696;
  display: inline-block;
  /*margin:20px 0 0 0;*/
  padding: 10px 15px;
  line-height: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  overflow: visible;
  background-color: transparent;
  font-family: "KohinoorDevanagari-Medium", Helvetica, Verdana, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25em; }

a.button:hover,
section#contact input.button:hover {
  color: #9e2724;
  border: solid 1px #9e2724;
  -moz-transition: border 0.5s, color 0.5s;
  -webkit-transition: border 0.5s, color 0.5s;
  -o-transition: border 0.5s, color 0.5s;
  transition: border 0.5s, color 0.5s; }

section a.button,
section#contact input.button {
  margin-left: auto;
  margin-right: auto;
  width: 280px; }

form {
  padding: 0;
  margin: 0; }

fieldset {
  margin: 30px 0 20px 0;
  padding: 5px 15px 15px 15px;
  border: 0px none;
  position: relative;
  top: 0;
  left: 0; }

label {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  width: auto;
  zoom: 1;
  margin: 0;
  border: 1px solid #ccc;
  padding: 5px 0;
  text-indent: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff; }

input::-webkit-input-placeholder,
input:-moz-placeholder,
.placeholder {
  color: #bbb; }

input::-moz-focus-inner {
  border: 0; }

input[disabled="disabled"], input.disabled {
  color: #999;
  background: #f5f5f5; }

/* FOCUS STATES */
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
button:focus,
a.button:focus,
select:focus,
input[type="file"]:focus,
input[type="password"]:focus {
  /*-webkit-box-shadow: 0 0 7px #6DB9FF;
  -moz-box-shadow   : 0 0 7px #6DB9FF;
  box-shadow        : 0 0 7px #6DB9FF;*/
  border: 1px solid #5ed9ef;
  outline: none; }

/* TRANSITION */
input[type="text"],
textarea,
button,
a.button,
a,
input[type="file"] {
  -moz-transition: -moz-box-shadow 0.5s, border 0.5s, background 0.5s;
  -webkit-transition: -webkit-box-shadow 0.5s, border 0.5s, background 0.5s;
  -o-transition: box-shadow 0.5s, border 0.5s, background 0.5s;
  transition: box-shadow 0.5s, border 0.5s, background 0.5s; }

select {
  display: inline;
  width: auto;
  margin: 0;
  border: 1px solid #ccc;
  line-height: 100%;
  padding: 3px;
  vertical-align: middle; }

select[disabled="disabled"], select.disabled {
  color: #999;
  background: #f5f5f5;
  -moz-box-shadow: inset 0 0 2px #ddd;
  -webkit-box-shadow: inset 0 1px 2px #ddd;
  box-shadow: inset 0 1px 2px #ddd; }

textarea {
  width: auto;
  height: 200px;
  margin: 0;
  border: 1px solid #ccc;
  padding: 5px;
  vertical-align: middle;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/*---------------------------------
	FORMS VERTICAL
-----------------------------------*/
form.vertical label {
  display: block; }

form.vertical input,
form.vertical select,
form.vertical textarea {
  width: 100%;
  display: block;
  margin-bottom: 10px; }

/* radios & checks */
form.vertical input.checkbox,
form.vertical input[type="checkbox"],
form.vertical input.radio,
form.vertical input[type="radio"],
form.vertical label.inline {
  display: inline;
  width: auto;
  margin: 0; }
