/* // ==========================================================================

  	Base HTML framework
 	Author: Jimba Tamang [jimba.com.np]
  	Version: 0.1.1 


/* Base - All base files with Grid system
========================================================================== */
/* ==========================================================================
* ICONS
* ========================================================================== */
@font-face {
  font-family: 'jimba_2016';
  src: url("../static/fonts/jimba_2016.eot?qak3bl");
  src: url("../static/fonts/jimba_2016.eot?qak3bl#iefix") format("embedded-opentype"), url("../static/fonts/jimba_2016.ttf?qak3bl") format("truetype"), url("../static/fonts/jimba_2016.woff?qak3bl") format("woff"), url("../static/fonts/jimba_2016.svg?qak3bl#jimba_2016") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 15, assets/src/sass/base/_icons.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jimba_2016' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 30, assets/src/sass/base/_icons.scss */
.icon-cross:before {
  content: "\e903";
}

/* line 33, assets/src/sass/base/_icons.scss */
.icon-arrow-left:before {
  content: "\e901";
}

/* line 36, assets/src/sass/base/_icons.scss */
.icon-arrow-right:before {
  content: "\e902";
}

/* line 39, assets/src/sass/base/_icons.scss */
.icon-link:before {
  content: "\e900";
}

/* ==========================================================================
* Jimba Tamang
									<span class="btn-txt">Explore</span>
								</span>
								
								<span class="touch-close">
									<i class="icon-cross"></i>
								</span>: BASE VARIABLES
* Created by Jimba Tamang (Gee Multimedia) on Feb 03, 2015
* All Global variables will be here.
* ========================================================================== */
/* ------------------------------------------------------------
* GRID VARIABLES
* By default, there will be 12 grids and 1% gutter space
-------------------------------------------------------------- */
/* ------------------------------------------------------------
* BASE FONT SIZES
* $base-font-size is for HTML: it will will be 10px (16 x 62.5% = 10)
* Using rem value
* ------------------------------------------------------------- */
/* ------------------------------------------------------------
* BREAK POINTS
* $base-font-size is for HTML: it will will be 10px (16 x 62.5% = 10)
* Using rem value
* ------------------------------------------------------------- */
/*$small-max: 47.9375em; // 767px
$medium-min: 48em; // 768px
$medium-max: 64em; // 1024px
$standard-min: 64.0625em; // 1025px
$standard-max: 90em; // 1440px
*/
/* ------------------------------------------------------------
* GLOBAL COLORS
* Let's define base colors and manipulate/mix them later.
* ------------------------------------------------------------- */
/* Colours -  Defined only once */
/* Define Web Colors - mix them etc */
/* ------------------------------------------------------------
* FONTS - PLACEHOLDER + VARIABLES
* ------------------------------------------------------------- */
/* line 76, assets/src/sass/base/_base.scss */
h1, h2, h3, h4, h5, h6, .button, button, body {
  font-family: 'Roboto', sans-serif;
}

/* ==========================================================================
* Jimba Tamang
									<span class="btn-txt">Explore</span>
								</span>
								
								<span class="touch-close">
									<i class="icon-cross"></i>
								</span>: MIXIN
* Created by Jimba Tamang (Gee Multimedia) on Feb 03, 2015
* ========================================================================== */
/* ------------------------------------------------------------
* CLEARFIX
* eg. @include clearfix();
-------------------------------------------------------------- */
/* ------------------------------------------------------------
* FONT FACE
* eg. @include fontface('family', 'assets/fonts/', 'myfontname');
-------------------------------------------------------------- */
/* ------------------------------------------------------------
* Retina Specific
-------------------------------------------------------------- */
/* ==========================================================================
* Jimba Tamang
									<span class="btn-txt">Explore</span>
								</span>
								
								<span class="touch-close">
									<i class="icon-cross"></i>
								</span>: Normalize
* Added by Jimba Tamang (Gee Multimedia) on Feb 03, 2015
*
* normalize.css v2.1.3 | MIT License | git.io/normalize
* ========================================================================== */
/**
 * HTML5 display definitions
 * Correct `block` display not defined in IE 8/9.
 */
/* line 19, assets/src/sass/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 37, assets/src/sass/base/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 48, assets/src/sass/base/_normalize.scss */
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.
 */
/* line 58, assets/src/sass/base/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 73, assets/src/sass/base/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 83, assets/src/sass/base/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 95, assets/src/sass/base/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, assets/src/sass/base/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 111, assets/src/sass/base/_normalize.scss */
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.
 */
/* line 125, assets/src/sass/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 134, assets/src/sass/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 142, assets/src/sass/base/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 151, assets/src/sass/base/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 159, assets/src/sass/base/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 169, assets/src/sass/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 178, assets/src/sass/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 190, assets/src/sass/base/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 198, assets/src/sass/base/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 206, assets/src/sass/base/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 214, assets/src/sass/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 222, assets/src/sass/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 226, assets/src/sass/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 238, assets/src/sass/base/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 246, assets/src/sass/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 258, assets/src/sass/base/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 270, assets/src/sass/base/_normalize.scss */
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.
 */
/* line 281, assets/src/sass/base/_normalize.scss */
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.
 */
/* line 292, assets/src/sass/base/_normalize.scss */
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.
 */
/* line 306, assets/src/sass/base/_normalize.scss */
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.
 */
/* line 318, assets/src/sass/base/_normalize.scss */
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.
 */
/* line 331, assets/src/sass/base/_normalize.scss */
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.
 */
/* line 343, assets/src/sass/base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 353, assets/src/sass/base/_normalize.scss */
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).
 */
/* line 365, assets/src/sass/base/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 377, assets/src/sass/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 386, assets/src/sass/base/_normalize.scss */
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.
 */
/* line 397, assets/src/sass/base/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 410, assets/src/sass/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
* Jimba Tamang
									<span class="btn-txt">Explore</span>
								</span>
								
								<span class="touch-close">
									<i class="icon-cross"></i>
								</span>: PLACEHOLDER
* Created by Jimba Tamang (Gee Multimedia) on Feb 03, 2015
* Placeholder styles to be included in rendered selectors. Un-used placeholders will not be rendered in the build css file.
* ========================================================================== */
/*
 * eg. @extend %clearfix;
 */
/* line 18, assets/src/sass/base/_placeholders.scss */
.loading, .row, .contact__business {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
/* line 20, assets/src/sass/base/_mixins.scss */
.loading:after, .row:after, .contact__business:after, .loading:before, .row:before, .contact__business:before {
  content: "";
  display: table;
}
/* line 25, assets/src/sass/base/_mixins.scss */
.loading:after, .row:after, .contact__business:after {
  clear: both;
}

/* ==========================================================================
* Jimba Tamang
									<span class="btn-txt">Explore</span>
								</span>
								
								<span class="touch-close">
									<i class="icon-cross"></i>
								</span> Flexible Grid System
* Created by Jimba Tamang (Gee Multimedia) on Feb 03, 2015
* ========================================================================== */
/* ------------------------------------------------------------
* Grid Mixing
* eg: @include grid(5)
* eg: @include grid(5,2) if you want to push column by 2 grid.
-------------------------------------------------------------- */
/* ------------------------------------------------------------
* Enable only if you want to generate grid Classes: none semantic
* eg: .grid-1, .grid-2
* eg: .push-1, .push-2
-------------------------------------------------------------- */
/* MODULES - Individual site elements.
========================================================================== */
/* ==========================================================================
   Message for Old IE user
   ========================================================================== */
/* line 5, assets/src/sass/modules/_old-browser.scss */
.old-browser-message, .outside-message {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background: #000;
  border: 1px solid yellow;
  border-left: none;
  border-right: none;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 5px 10px;
  display: none;
}
/* line 22, assets/src/sass/modules/_old-browser.scss */
html.no-csstransitions .old-browser-message, html.no-csstransitions .outside-message {
  display: block;
}

/* line 27, assets/src/sass/modules/_old-browser.scss */
.outside-message {
  display: block;
  bottom: 50%;
  font-size: 18px;
}

/* line 33, assets/src/sass/modules/_old-browser.scss */
.close-oldbrowser-msg {
  background-color: red;
  color: #fff;
  text-decoration: none;
  display: inline;
  display: inline;
  padding: 2px 5px;
  cursor: pointer;
}

/* ==========================================================================
* Tooltips
/* ========================================================================== */
/* line 5, assets/src/sass/modules/_loader.scss */
.loading {
  position: relative;
}
/* line 10, assets/src/sass/modules/_loader.scss */
.loading > * {
  opacity: 0.5;
}
/* line 14, assets/src/sass/modules/_loader.scss */
.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(..images/ico-ajax-loader.gif) no-repeat scroll center center transparent;
  opacity: 0.5;
}
/* line 24, assets/src/sass/modules/_loader.scss */
.loading.loading:before {
  content: "Loading...";
  display: block;
  font-weight: bold;
  height: 0;
  padding-top: 60px;
  text-align: center;
}

/* line 34, assets/src/sass/modules/_loader.scss */
.pageOverlay {
  background: url(../images/bg-transparent-b.png);
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 44, assets/src/sass/modules/_loader.scss */
.pageOverlay.active {
  opacity: 1;
  z-index: 4;
  cursor: pointer;
}

/*-----------------------------------
* Video
*------------------------------------*/
/* line 4, assets/src/sass/modules/_common.scss */
.table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 10, assets/src/sass/modules/_common.scss */
.td {
  display: table-cell;
  vertical-align: middle;
}

/* ==========================================================================
* Typography
/* ========================================================================== */
/* Headings + Typography */
/* line 6, assets/src/sass/modules/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 0;
  color: #4a4a4a;
  line-height: 1.17;
}
/* line 13, assets/src/sass/modules/_typography.scss */
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 400;
}

/* line 18, assets/src/sass/modules/_typography.scss */
h1 {
  font-size: 4rem;
}
@media (min-width: 48em) {
  /* line 18, assets/src/sass/modules/_typography.scss */
  h1 {
    font-size: 7.2rem;
  }
}

/* line 26, assets/src/sass/modules/_typography.scss */
h2 {
  font-size: 2.4rem;
}
@media (min-width: 48em) {
  /* line 26, assets/src/sass/modules/_typography.scss */
  h2 {
    font-size: 3.6rem;
  }
}

/* line 35, assets/src/sass/modules/_typography.scss */
p {
  margin: 0 0 1.5rem 0;
}
/* line 38, assets/src/sass/modules/_typography.scss */
p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
* Jimba Tamang
									<span class="btn-txt">Explore</span>
								</span>
								
								<span class="touch-close">
									<i class="icon-cross"></i>
								</span>: BUTTONS
* Created by Jimba Tamang (Gee Multimedia) on Feb 03, 2015
* ========================================================================== */
/* line 12, assets/src/sass/modules/_buttons.scss */
.button, button {
  background: #ccc;
  border: 0.1rem solid #7d7d7d;
  border-radius: 3px;
  color: #4a4a4a;
  font-size: 1.8rem;
  line-height: 4rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0 4rem;
  height: 4rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.75);
  transition: background 0.25s linear;
  /* important while using icon */
}
/* line 34, assets/src/sass/modules/_buttons.scss */
html.no-touchevents .button:hover, html.no-touchevents button:hover {
  background: #4d4d4d;
}
/* line 40, assets/src/sass/modules/_buttons.scss */
.button .btn-txt, .button i, button .btn-txt, button i {
  display: inline-block;
  vertical-align: middle;
}
/* line 45, assets/src/sass/modules/_buttons.scss */
.button.full-width, button.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* line 53, assets/src/sass/modules/_buttons.scss */
.button.big-font, button.big-font {
  font-size: 2rem;
  font-weight: 300;
}

/* ==========================================================================
* Jimba Tamang
									<span class="btn-txt">Explore</span>
								</span>
								
								<span class="touch-close">
									<i class="icon-cross"></i>
								</span>: Basic Collapsible
* Created by Jimba Tamang (Gee Multimedia) on Feb 03, 2015
* ========================================================================== */
/* line 12, assets/src/sass/modules/_collapsible.scss */
.collapsible {
  margin: 0;
  padding: 0;
}
/* line 16, assets/src/sass/modules/_collapsible.scss */
.collapsible dt, .collapsible dd {
  margin: 0;
}
/* line 20, assets/src/sass/modules/_collapsible.scss */
.collapsible dt {
  background-color: #4d4d4d;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 6px 20px 6px 25px;
  margin-bottom: 1px;
  position: relative;
  letter-spacing: -0.5px;
  cursor: pointer;
  transition: background 0.25s linear;
}
/* line 33, assets/src/sass/modules/_collapsible.scss */
.collapsible dt:hover {
  background-color: gray;
}
/* line 37, assets/src/sass/modules/_collapsible.scss */
.collapsible dt i {
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -1rem;
  color: inherit;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}
/* line 48, assets/src/sass/modules/_collapsible.scss */
.collapsible dt.active {
  background-color: #000;
  color: #fff;
}
/* line 52, assets/src/sass/modules/_collapsible.scss */
.collapsible dt.active i {
  color: #fff;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* line 60, assets/src/sass/modules/_collapsible.scss */
.collapsible dd {
  display: none;
  background-color: #cccccc;
  padding: 2rem;
  margin-bottom: 0.1rem;
}
/* line 70, assets/src/sass/modules/_collapsible.scss */
.collapsible.arrow-right dt {
  padding: 6px 25px 6px 20px;
}
/* line 73, assets/src/sass/modules/_collapsible.scss */
.collapsible.arrow-right dt i {
  left: auto;
  right: 10px;
}

/* ==========================================================================
// Forms
/* ========================================================================== */
/* line 5, assets/src/sass/modules/_forms.scss */
input, select, textarea {
  color: #4d4d4d;
  font-size: 1.6rem;
}
/* line 9, assets/src/sass/modules/_forms.scss */
input:focus, select:focus, textarea:focus {
  outline: 0;
}

/* line 15, assets/src/sass/modules/_forms.scss */
select {
  width: 100%;
}

/* line 19, assets/src/sass/modules/_forms.scss */
.custom-select {
  border: 1px solid #cccccc;
  background-color: #fff;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
}
/* line 26, assets/src/sass/modules/_forms.scss */
.custom-select:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 7px 5px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #4d4d4d;
  position: absolute;
  right: 15px;
  top: 13px;
}
/* line 39, assets/src/sass/modules/_forms.scss */
.custom-select select {
  -webkit-appearance: none;
  border: none;
  width: 120%;
  padding: 8px 30% 8px 15px;
}

/* line 47, assets/src/sass/modules/_forms.scss */
.ele-wrapper {
  margin-bottom: 20px;
}

/* ==========================================================================

// Lists File 
// Default list styles.

/* ========================================================================== */
/* ==========================================================================
* Tooltips
/* ========================================================================== */
/* line 5, assets/src/sass/modules/_tooltips.scss */
.tooltip {
  position: relative;
  display: inline-block;
}
/* line 9, assets/src/sass/modules/_tooltips.scss */
.tooltip .tooltip-cnt {
  display: none;
  position: absolute;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  width: 200px;
  padding: 15px;
  text-align: left;
  z-index: 100;
  font-size: 1.2rem;
  line-height: 1.3;
  font-style: italic;
}
/* line 22, assets/src/sass/modules/_tooltips.scss */
.tooltip .tooltip-cnt:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 7px 5px;
  border-style: solid;
  border-color: transparent;
  position: absolute;
}
/* line 32, assets/src/sass/modules/_tooltips.scss */
.tooltip .tooltip-cnt.left {
  right: 0;
}
/* line 35, assets/src/sass/modules/_tooltips.scss */
.tooltip .tooltip-cnt.left:after {
  right: 4px;
}
/* line 40, assets/src/sass/modules/_tooltips.scss */
.tooltip .tooltip-cnt.top {
  top: 24px;
}
/* line 43, assets/src/sass/modules/_tooltips.scss */
.tooltip .tooltip-cnt.top:after {
  top: -14px;
  border-bottom-color: #333333;
}
/* line 51, assets/src/sass/modules/_tooltips.scss */
.tooltip.hover .tooltip-cnt {
  display: block;
  border-color: #333333;
  background-color: gray;
}
/* line 58, assets/src/sass/modules/_tooltips.scss */
.tooltip.help {
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  border-radius: 3px;
  text-align: center;
  line-height: 1;
}
/* line 65, assets/src/sass/modules/_tooltips.scss */
.tooltip.help.hover {
  background-color: #333333;
  border-color: #333333;
}
/* line 69, assets/src/sass/modules/_tooltips.scss */
.tooltip.help.hover i {
  color: #fff;
}
/* line 74, assets/src/sass/modules/_tooltips.scss */
.tooltip.help i {
  font-style: normal;
  color: gray;
  width: 20px;
  padding: 2px 0;
  display: inline-block;
}

/* Theme - Theme styles for each area of the site.
========================================================================== */
/* ==========================================================================

// Plugin overwite
// Styles to be fixed or re-factured at a later date.

/* ========================================================================== */
/* ============================
 * Flexslider
 * ==========================*/
/* line 12, assets/src/sass/theme/_plugin-overwrite.scss */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

/* line 16, assets/src/sass/theme/_plugin-overwrite.scss */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 24, assets/src/sass/theme/_plugin-overwrite.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ============================
 * BASE STYLES
 * ==========================*/
/* line 30, assets/src/sass/theme/_plugin-overwrite.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 34, assets/src/sass/theme/_plugin-overwrite.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}

/* line 39, assets/src/sass/theme/_plugin-overwrite.scss */
.flexslider .slides img {
  display: block;
}

/* line 42, assets/src/sass/theme/_plugin-overwrite.scss */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 50, assets/src/sass/theme/_plugin-overwrite.scss */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 53, assets/src/sass/theme/_plugin-overwrite.scss */
* html .flexslider .slides {
  height: 1%;
}

/* line 56, assets/src/sass/theme/_plugin-overwrite.scss */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* =========================
 * DEFAULT THEME
 * =========================*/
/* line 62, assets/src/sass/theme/_plugin-overwrite.scss */
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
  background-color: #fff;
}

/* line 68, assets/src/sass/theme/_plugin-overwrite.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 71, assets/src/sass/theme/_plugin-overwrite.scss */
.flexslider .slides img {
  -moz-user-select: none;
}

/* line 74, assets/src/sass/theme/_plugin-overwrite.scss */
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

/* line 83, assets/src/sass/theme/_plugin-overwrite.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 86, assets/src/sass/theme/_plugin-overwrite.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.4;
  cursor: pointer;
  text-align: center;
  background-color: #999999;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  margin: -15px -10px 0;
}
/* line 104, assets/src/sass/theme/_plugin-overwrite.scss */
.flex-direction-nav a:link, .flex-direction-nav a:visited, .flex-direction-nav a:hover {
  color: #fff;
  text-decoration: none;
}

/* line 110, assets/src/sass/theme/_plugin-overwrite.scss */
.flex-direction-nav a:before {
  font-family: "jimba_2016";
  display: inline-block;
  content: '\e901';
  font-size: 18px;
  line-height: 30px;
}

/* line 119, assets/src/sass/theme/_plugin-overwrite.scss */
.flex-direction-nav a.flex-next:before {
  content: '\e902';
}

/* line 123, assets/src/sass/theme/_plugin-overwrite.scss */
.flexslider .flex-direction-nav a:hover {
  opacity: 0.7;
}

/* line 127, assets/src/sass/theme/_plugin-overwrite.scss */
.flexslider .flex-direction-nav .flex-prev {
  left: 0;
}

/* line 130, assets/src/sass/theme/_plugin-overwrite.scss */
.flexslider .flex-direction-nav .flex-next {
  right: 0;
}

/* line 134, assets/src/sass/theme/_plugin-overwrite.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* line 141, assets/src/sass/theme/_plugin-overwrite.scss */
.flexslider .slides > li {
  background-color: #fff;
}

/* ==========================================================================

// Main Content  File 
// Website theme styles.

/* ========================================================================== */
/* line 8, assets/src/sass/theme/_main.scss */
html {
  font-size: 62.5%;
  /* Box sizing*/
  box-sizing: border-box;
}

/* line 14, assets/src/sass/theme/_main.scss */
body {
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #4a4a4a;
  font-weight: 400;
}

/* line 25, assets/src/sass/theme/_main.scss */
*,
*:after,
*:before {
  box-sizing: inherit;
}

/* Smooth fonts on webkit and firefox */
/* line 32, assets/src/sass/theme/_main.scss */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 38, assets/src/sass/theme/_main.scss */
.wrapper {
  width: 98%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* line 44, assets/src/sass/theme/_main.scss */
.wrapper--header {
  display: table;
  table-layout: fixed;
  height: 100%;
  position: relative;
  z-index: 2;
}

/* line 57, assets/src/sass/theme/_main.scss */
a {
  transition: color 0.15s linear, border-color 0.15s linear;
}
/* line 60, assets/src/sass/theme/_main.scss */
a:link, a:visited {
  color: #4a4a4a;
  text-decoration: none;
  border-bottom: 0.1rem dotted #7d7d7d;
}
/* line 66, assets/src/sass/theme/_main.scss */
a:hover {
  color: #000;
  border-bottom-color: #000;
}
/* line 71, assets/src/sass/theme/_main.scss */
a.no-border {
  border-bottom: none;
}

/* Image */
/* line 77, assets/src/sass/theme/_main.scss */
img {
  max-width: 100%;
  height: auto;
}

/* Section */
/* line 84, assets/src/sass/theme/_main.scss */
.section {
  padding: 6rem 0;
}
/* line 87, assets/src/sass/theme/_main.scss */
.section--alt {
  background-color: #eee;
  border-top: 0.1rem solid #ccc;
  border-bottom: 0.1rem solid #ccc;
}
/* line 93, assets/src/sass/theme/_main.scss */
.section__header {
  margin-bottom: 6rem;
  float: left;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}

/* PROJECTS */
/* line 102, assets/src/sass/theme/_main.scss */
.project__item {
  position: relative;
  margin-bottom: 4rem;
  padding: 0 2rem;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
@media (min-width: 48em) and (orientation: landscape), (min-width: 64.0625em) {
  /* line 102, assets/src/sass/theme/_main.scss */
  .project__item {
    clear: none;
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 50%;
    margin-bottom: 4rem;
  }
}

/* line 123, assets/src/sass/theme/_main.scss */
.item__initial img {
  display: block;
}
/* line 128, assets/src/sass/theme/_main.scss */
.item__overlay {
  position: absolute;
  left: 2rem;
  top: 0;
  right: 2rem;
  bottom: 0;
  opacity: 0;
  z-index: 9;
}
/* line 138, assets/src/sass/theme/_main.scss */
.item__video {
  height: 100%;
  width: 100%;
  display: block;
}

/* line 145, assets/src/sass/theme/_main.scss */
.visite-site {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 3rem;
  width: 100%;
}
/* line 154, assets/src/sass/theme/_main.scss */
.visite-site.alt > a:link, .visite-site.alt > a:visited, .visite-site.alt > a:hover {
  color: #fff;
}

/* line 163, assets/src/sass/theme/_main.scss */
.touch-explore {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
/* line 170, assets/src/sass/theme/_main.scss */
html.no-touchevents .touch-explore {
  display: none;
}

/* line 175, assets/src/sass/theme/_main.scss */
.touch-close {
  background-color: #999999;
  color: #fff;
  position: absolute;
  padding: 0;
  width: 3rem;
  height: 3rem;
  right: 1rem;
  top: -1rem;
  opacity: 0;
  font-size: 1.4rem;
  line-height: 3rem;
  text-align: center;
}

/* CONTACT SECTION */
/* line 192, assets/src/sass/theme/_main.scss */
.select {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #eee;
  border: 0.1rem solid #ccc;
  display: inline-block;
  position: relative;
  transition: border-color 0.25s;
}
@media (min-width: 48em) {
  /* line 192, assets/src/sass/theme/_main.scss */
  .select {
    width: 4rem;
    height: 4rem;
  }
}
/* line 207, assets/src/sass/theme/_main.scss */
.select:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.5rem 0 0 -0.5rem;
  background-color: #4a4a4a;
  opacity: 0;
  transition: background-color 0.25s, opacity 0.25s;
}
/* line 223, assets/src/sass/theme/_main.scss */
.select--active:before {
  opacity: 1;
}

/* line 232, assets/src/sass/theme/_main.scss */
.contact__item {
  float: left;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
/* line 233, assets/src/sass/theme/_main.scss */
.contact__item:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media (min-width: 64.0625em) {
  /* line 232, assets/src/sass/theme/_main.scss */
  .contact__item {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 66.66667%;
  }
}
/* line 244, assets/src/sass/theme/_main.scss */
.contact__header {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 2rem;
  cursor: pointer;
}
/* line 251, assets/src/sass/theme/_main.scss */
.contact__header > span {
  display: table-cell;
  vertical-align: middle;
}
/* line 255, assets/src/sass/theme/_main.scss */
.contact__header > span:first-child {
  width: 4rem;
}
@media (min-width: 48em) {
  /* line 255, assets/src/sass/theme/_main.scss */
  .contact__header > span:first-child {
    width: 6.5rem;
  }
}
/* line 266, assets/src/sass/theme/_main.scss */
.contact__header:hover .select, .contact__header.collapsible__trigger--active .select {
  border-color: #4a4a4a;
}
/* line 273, assets/src/sass/theme/_main.scss */
.contact__header.collapsible__trigger--active .select:before {
  opacity: 1;
}
/* line 283, assets/src/sass/theme/_main.scss */
.contact__entry {
  padding-left: 4rem;
}
@media (min-width: 48em) {
  /* line 283, assets/src/sass/theme/_main.scss */
  .contact__entry {
    padding-left: 6.5rem;
  }
}
/* line 291, assets/src/sass/theme/_main.scss */
.contact__business {
  padding-top: 2rem;
}
/* line 295, assets/src/sass/theme/_main.scss */
.contact__business .col {
  margin-bottom: 4rem;
}
@media (min-width: 48em) {
  /* line 295, assets/src/sass/theme/_main.scss */
  .contact__business .col {
    float: left;
    width: 50%;
  }
  /* line 304, assets/src/sass/theme/_main.scss */
  .contact__business .col:first-of-type {
    padding-right: 4rem;
  }
}

/* line 316, assets/src/sass/theme/_main.scss */
.chd__title {
  font-weight: 400;
}
/* line 318, assets/src/sass/theme/_main.scss */
.chd__title > span {
  display: block;
}

/* line 322, assets/src/sass/theme/_main.scss */
.chd__main {
  font-size: 2rem;
}
@media (min-width: 48em) {
  /* line 322, assets/src/sass/theme/_main.scss */
  .chd__main {
    font-size: 2.4rem;
  }
}

/* line 330, assets/src/sass/theme/_main.scss */
.chd__note {
  font-size: 1.8rem;
  color: #999999;
}

/* ==========================================================================

// Header File 
// Theme styles for the website header.

/* ========================================================================== */
/* line 7, assets/src/sass/theme/_header.scss */
.header {
  position: relative;
}
@media (min-width: 48em) {
  /* line 7, assets/src/sass/theme/_header.scss */
  .header {
    height: 60rem;
    height: 50vh;
  }
}
/* line 16, assets/src/sass/theme/_header.scss */
.header__bg {
  background: url("../static/images/hero_1.jpg") no-repeat left top;
  background-size: auto 100%;
  transition: background-position 0.4s;
  height: 30rem;
  height: 50vh;
}
@media (max-width: 47.9375em) {
  /* line 16, assets/src/sass/theme/_header.scss */
  .header__bg {
    border-bottom: 0.1rem solid #ccc;
  }
}
@media (min-width: 48em) {
  /* line 16, assets/src/sass/theme/_header.scss */
  .header__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
@media (min-width: 64.0625em) {
  /* line 16, assets/src/sass/theme/_header.scss */
  .header__bg {
    background-position: 0 top;
  }
}
@media (min-width: 90em) {
  /* line 16, assets/src/sass/theme/_header.scss */
  .header__bg {
    background-position: 40% top;
  }
}
/* line 46, assets/src/sass/theme/_header.scss */
.header__entry {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 47.9375em) {
  /* line 46, assets/src/sass/theme/_header.scss */
  .header__entry {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 48em) {
  /* line 46, assets/src/sass/theme/_header.scss */
  .header__entry {
    text-align: right;
  }
}
/* line 61, assets/src/sass/theme/_header.scss */
.header__ctn-area {
  width: 90%;
  text-align: center;
  display: inline-block;
  text-shadow: 0.1rem 0.1rem 0.1rem rgba(255, 255, 255, 0.75);
}
@media (min-width: 48em) {
  /* line 61, assets/src/sass/theme/_header.scss */
  .header__ctn-area {
    width: 70%;
  }
}
@media (min-width: 64.0625em) {
  /* line 61, assets/src/sass/theme/_header.scss */
  .header__ctn-area {
    width: 50%;
  }
}
/* line 76, assets/src/sass/theme/_header.scss */
.header__title {
  margin-bottom: 1rem;
  color: #000;
}
@media (min-width: 48em) {
  /* line 76, assets/src/sass/theme/_header.scss */
  .header__title {
    margin-bottom: 2rem;
  }
}
/* line 85, assets/src/sass/theme/_header.scss */
.header__subtitle {
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  /* line 85, assets/src/sass/theme/_header.scss */
  .header__subtitle {
    font-size: 3rem;
  }
}

/* ==========================================================================

// Nav File 
// Theme styles for the website nav.

/* ========================================================================== */
/* ==========================================================================

// Footer File 
// Theme styles for the website footer.

/* ========================================================================== */
/* line 8, assets/src/sass/theme/_footer.scss */
footer {
  padding: 2rem;
  font-size: 1.4rem;
}

/* line 13, assets/src/sass/theme/_footer.scss */
.copyright {
  float: left;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}

/* line 17, assets/src/sass/theme/_footer.scss */
.host-details {
  float: right;
}

/* ==========================================================================

// Shame File 
// Styles to be fixed or re-factured at a later date.

/* ========================================================================== */
/* Page Specific
========================================================================== */
/* ==========================================================================
 * Home Page
/* ========================================================================== */
/* line 4, assets/src/sass/theme/_home.scss */
.content, .sidebar {
  background-color: rgba(255, 215, 0, 0.5);
}

/* line 8, assets/src/sass/theme/_home.scss */
.content {
  float: left;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
@media (min-width: 321px) and (max-width: 768px) {
  /* line 8, assets/src/sass/theme/_home.scss */
  .content {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 66.66667%;
  }
}

@media (min-width: 1025px) {
  /* line 8, assets/src/sass/theme/_home.scss */
  .content {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 75%;
  }
}

/* line 21, assets/src/sass/theme/_home.scss */
.sidebar {
  float: left;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
@media (min-width: 321px) and (max-width: 768px) {
  /* line 21, assets/src/sass/theme/_home.scss */
  .sidebar {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 33.33333%;
  }
}

@media (min-width: 1025px) {
  /* line 21, assets/src/sass/theme/_home.scss */
  .sidebar {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 25%;
  }
}
