@charset "UTF-8";


/* ------------------------------------------------ */
/* $Item info                                       */
/* ------------------------------------------------ */


/*!
  + Item Name: Belinda Agency & Portfolio Template
  + Item URI: http://themeforest.net/user/krazicode/portfolio
  + Item Description: Creative agency template
  + Version: 1.0.0
  + Author: Krazicode
  + Author URI: http://themeforest.net/user/krazicode
  + License: GNU General Public License version 3.0 & Envato Regular/Extended License
  + License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
*/


/* ------------------------------------------------ */
/* $Table of contents                               */
/* ------------------------------------------------ */


/*

  + $Reset

    > #Root
    > #HTML5 display definitions
    > #Links
    > #Text-level semantics
    > #Embedded content
    > #Grouping content
    > #Forms
    > #Tables

  + $Typography

    > #Icon font
    > #General
    > #Headings

  + $Custom styles

    > #Animated elements
    > #Placeholders
    > #Selection
    > #Coding snippets
    > #Blockquotes
    > #Quotes
    > #Definition lists
    > #Tables
    > #Links

  + $Components

    > #Container
    > #Grid
    > #Flex embed
    > #Arrange
    > #Bucket
    > #Button
    > #Modals
    > #Icon
    > #Line
    > #Input
    > #Divided list
    > #Attention
    > #Alerts

  + $Utils

    > #Clearfix
    > #Image replacement
    > #Visibility
    > #Non selectable
    > #Text
    > #Display
    > #New block formatting context
    > #Aligning
    > #Sizes
    > #Backgrounds

  + $Stylistic & structure data attributes

    > #Layout data attributes

*/


/* ------------------------------------------------ */
/* $Reset                                           */
/* ------------------------------------------------ */


/*

  > #Root
  > #HTML5 display definitions
  > #Links
  > #Text-level semantics
  > #Embedded content
  > #Grouping content
  > #Forms
  > #Tables

*/


/* #Root
/* ------------------------------ */

/**
 * Makes the final rendered box the declared width
 * and any border and padding cut inside the box.
 */

html {
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * Remove default margin & padding.
 */

blockquote, body,
code,
div, dl, dt, dd,
fieldset, figure, form,
h1, h2, h3, h4, h5, h6,
input,
legend, li,
menu,
ol,
p, pre,
textarea,
ul {
  margin: 0;
  padding: 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;
}


/* #Blockquotes
/* ------------------------------ */

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: none;
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}


/* #Links
/* ------------------------------ */

/**
 * 1. Remove the gray background color
 *    from active links in IE 10.
 */

a {
  text-decoration: none;
  background-color: transparent;
}

/**
 * Improve readability when focused and
 * also mouse hovered in all browsers.
 */

a:active,
a:focus {
  outline: 0;
}


/* #Text-level semantics
/* ------------------------------ */

del {
  opacity: .8;
}

/**
 * Address styling not present in
 * IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  cursor: help;
}

/**
 * Address style set to `bolder`
 * in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

address,
dfn,
cite,
em,
i {
  font-style: italic;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small { font-size: 80%; }
big   { font-size: 125%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup { bottom: 1ex; }
sub { top: .5ex; }


/* #Embedded content
/* ------------------------------ */

figure {
  max-width: 100%;
}

/**
 * Remove border when inside `a` element in IE 8/9/10.
 * Make images responsive to their container width.
 */

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) { overflow: hidden; }


/* #Grouping content
/* ------------------------------ */

/**
 * Styling coding snippets.
 */

pre {
  border-width: 1px;
  border-style: solid;
  line-height: 1.3;
  max-width: 100%;
  max-height: 300em;
  overflow: auto;
  padding: .7em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: .875rem;
}

code,
kbd {
  padding: .1em .25em;
  border-width: 1px;
  border-style:  solid;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 92%;
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}


/* #Forms
/* ------------------------------ */

/**
 * Reset default styles for fieldset element
 */

fieldset { border: 0; }

/**
 * 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.
 * 4. Remove the browser default outline on focus.
 * 5. Remove the browser default border.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;  /* [1] */
  font: inherit;   /* [2] */
  margin: 0;       /* [3] */
  outline: 0;      /* [4] */
  border: 0       /* [5] */
}

/**
 * Remove the default browser outline on focus
 */

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/**
 * Removing the inner shadow on iOS inputs
 */

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

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

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input { line-height: normal; }

/**
 * Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

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

/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */

input[type="search"] { -webkit-appearance: textfield; }

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

/**
 * Remove excess padding and border in Firefox 4+
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend { padding: 0 }

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 2. Only allow vertical resize of textarea
 */

textarea {
  overflow: auto;    /* [1] */
  resize: vertical;  /* [2] */
}

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


/* #Misc
/* ------------------------------ */

[disabled] {
  cursor: default;
  opacity: .4;
  pointer-events: none;
}


/* ------------------------------------------------ */
/* $Typography                                      */
/* ------------------------------------------------ */


/*

  > #Icon font
  > #General
  > #Headings

*/


/* #Icon font
/* ------------------------------ */

@font-face {
  font-family: 'Icon Font';
  src: url('../fonts/icon-font/font.eot');
  src: url('../fonts/icon-font/font.eot?#iefix') format('embedded-opentype'),
       url('../fonts/icon-font/font.woff') format('woff'),
       url('../fonts/icon-font/font.ttf') format('truetype'),
       url('../fonts/icon-font/font.svg#Sri-TSCRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* #General
/* ------------------------------ */

html {
  font-size: 84%;
  height: 100%;
}

@media (min-width: 25em) {
  html { font-size: 87% }
}

@media (min-width: 32.5em) {
  html { font-size: 91% }
}

@media (min-width: 48em) {
  html { font-size: 94% }
}

@media (min-width: 60em) {
  html { font-size: 97% }
}

@media (min-width: 75em) {
  html { font-size: 100% }
}

body {
  position: relative;
  line-height: 1.7;
  letter-spacing: .01em;
  font-size: .875rem;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
    word-wrap: break-word;
  -webkit-transition: left .75s cubic-bezier(0.785, 0.135, 0.150, 0.860);
          transition: left .75s cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.js body {
  overflow-y: hidden;
}

/**
 * 1. Set default font family.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Better font rendering.
 */

html,
.Grid-cell,
.InlineGroup-item,
.serif {
  font-family: 'Droid Serif', serif;     /* [1] */
  -webkit-text-size-adjust: 100%;       /* [2] */
      -ms-text-size-adjust: 100%;       /* [2] */
}


/* #Headings
/* ------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}

/**
 * Headings font sizes on small screens "Mobile & Phablet"
 */

h1 {
  font-size: 2.1em;
  line-height: 1.2;
}

h2 {
  font-size: 1.9em;
  line-height: 1.25;
}

h3 {
  font-size: 1.7em;
  line-height: 1.3;
}

h4 {
  font-size: 1.5em;
  line-height: 1.35;
}

h5 {
  font-size: 1.3em;
  line-height: 1.5;
}

h6 {
  font-size: 1em;
  line-height: 1.6;
}


/* ------------------------------------------------ */
/* $Custom styles                                   */
/* ------------------------------------------------ */


/*

  > #Animated elements
  > #Placeholders
  > #Selection
  > #Coding snippets
  > #Blockquotes
  > #Quotes
  > #Definition lists
  > #Tables
  > #Links

*/


/* #Animated elements
/* ------------------------------ */

/**
 * Define which properties that should be animated
 * and their transition period on which elements.
 */

a,
h6,
input,
button,
textarea {
  -webkit-transition-property: opacity, color, background, border-color, -webkit-box-shadow;
          transition-property: opacity, color, background, border-color, box-shadow;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}


/* #Placeholders
/* ------------------------------ */

/**
 * Mute placeholder color for `input` and `textarea` elements
 */

*::-webkit-input-placeholder {
  opacity: .5;
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
}

*:-moz-placeholder {
  opacity: .5;
  transition: opacity .3s;
}

*::-moz-placeholder {
  opacity: .5;
  transition: opacity .3s;
}

*:-ms-input-placeholder {
  opacity: .5;
  transition: opacity .3s;
}

.placeholder {
  opacity: .5;
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
}

*:focus::-webkit-input-placeholder  { opacity: .75; }
*:focus:-moz-placeholder            { opacity: .75; }
*:focus::-moz-placeholder           { opacity: .75; }
*:focus:-ms-input-placeholder       { opacity: .75; }
.placeholder:focus { opacity: .75 }


/* #Coding snippets
/* ------------------------------ */

pre {
  border-width: 1px;
  border-style: solid;
  line-height: 1.3;
  max-width: 100%;
  max-height: 300em;
  overflow: auto;
  padding: .7em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: .875rem;
}

code,
kbd {
  padding: .1em .25em;
  border-width: 1px;
  border-style:  solid;
}


/* #Blockquotes
/* ------------------------------ */

blockquote {
  font-style: italic;
  position: relative;
  padding-left: 5rem;
}

  blockquote::before {
    content: '”';
    display: inline-block;
    width: 3rem;
    height: 3rem;
    -webkit-border-radius: 1.6em;
            border-radius: 1.6em;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 3em;
    line-height: 4.5rem;
    margin-top: -1.5rem;
    text-align: center;
    font-style: normal;
  }

  blockquote p:not(:last-child) {
    margin-bottom: 1.6em;

  }

    blockquote cite {
      display: block;
      margin-top: 1.2em;
    }

    blockquote cite {
      font-style: normal;
    }

/* #Quotes
/* ------------------------------ */

q {
  display: inline-block;
  border-left-width: 3px;
  border-left-style: solid;
  font-style: italic;
  padding: 1.2em 0 1.2em 1.2em;
}


/* #Definition lists
/* ------------------------------ */

dt {
  font-weight: bold;
}

dd {
  margin: .7em 0 1.2em 1.2em;
}

dd:last-child {
  margin-bottom: 0;
}


/* #Tables
/* ------------------------------ */

th,
td {
  padding: .7em 1.2em;
  border: 1px solid;
}

/* #Links
/* ------------------------------ */

p a:hover,
.u-linkDecorated:hover {
  text-decoration: underline;
}


/* ------------------------------------------------ */
/* $Components                                      */
/* ------------------------------------------------ */


/*

  > #Container
  > #Grid
  > #Flex embed
  > #Arrange
  > #Bucket
  > #Button
  > #Modals
  > #Icon
  > #Line
  > #Input
  > #Divided list
  > #Attention
  > #Alerts

*/


/* #Container
/* ------------------------------ */

/**
 * Used as a page boxing container.
 */

.Container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 93%;
  max-width: 1200px;
  padding-left: 5%;
  padding-right: 5%;
}

/**
 * Reset inner containers widths for nested containers.
 */

.Container .Container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/**
 * Limit padding only to `4em` in large screens.
 */

@media (min-width: 75em) {
  .Container {
    padding-left: 4em;
    padding-right: 4em;
  }
}


/* #Grid
/* ------------------------------ */

/**
 * 1. Account for browser defaults of elements that might be
 *    the root node of the component.
 * 2. Ensure consistent default alignment.
 * 3. Remove inter-cell whitespace that appears between `inline-block` child
 *    elements.
 * 4. Webkit: fixes text-rendering: optimizeLegibility.
 * 5. Font stack that makes the grid work on all known environments.
 * 6. Use flexbox when possible to avoid `letter-spacing` side-effects.
 * 7. Prevents distributing space between rows.
 */

.Grid,
.InlineGroup {
  display: block;                 /* [1] */
  text-align: left;               /* [2] */
  letter-spacing: -0.31em;        /* [3] */
  text-rendering: optimizespeed;  /* [4] */

  /* [5] */
  font-family: FreeSans, Arimo, "Merriweather", Helvetica, Arial, sans-serif;

  /* [6] */
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;

  /* [7] */
  -webkit-align-content: flex-start;
      -ms-align-content: flex-start;
          -ms-flex-line-pack: start;
      align-content: flex-start;
}

/**
 * Modifier: center align all grid cells
 * 1. Use flex aligning when possible
 */

.Grid--alignCenter,
.InlineGroup--alignCenter {
  text-align: center;

  /* [1] */
  -webkit-justify-content: center;
      -ms-justify-content: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
          justify-content: center;
}

/**
 * Modifier: right align all grid cells
 * 1. Use flex aligning when possible
 */

.Grid--alignRight,
.InlineGroup--alignRight {
  text-align: right;

  /* [1] */
  -webkit-justify-content: flex-end;
      -ms-justify-content: flex-end;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
          justify-content: flex-end;
}

/**
 * Modifier: vertically center align all grid cells
 * 1. Use flex aligning when possible
 */

.Grid--alignMiddle,
.InlineGroup--alignMiddle {
  /* [1] */
  -webkit-align-items: center;
      -ms-align-items: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
          align-items: center;
}

/**
 * Modifier: vertically bottom align all grid cells
 * 1. Use flex aligning when possible
 */

.Grid--alignBottom,
.InlineGroup--alignBottom {
  /* [1] */
  -webkit-align-items: flex-end;
      -ms-align-items: flex-end;
          align-items: flex-end;
          -webkit-box-align: end;
             -ms-flex-align: end;
}

/**
 * - Opera as of 12 on Windows needs word-spacing.
 * - The ".opera-only" selector is used to prevent actual prefocus styling
 *   and is not required in markup.
 */

.opera-only :-o-prefocus,
.Grid,
.InlineGroup {
  word-spacing: -0.43em;
}

  /**
   * 1. Reset `letter-spacing` inherited from `grid` parent.
   * 2. Ensure consistent default word spacing.
   * 3. Vertical align all `grid-cell` elements to top by default.
   * 4. Reset `text-rendering` inherited from `grid` parent.
   */

  .Grid-cell,
  .InlineGroup-item {
    display: inline-block;
    max-width: 100%;
    text-align: left;
    letter-spacing: .01em;    /* [1] */
    word-spacing: normal;     /* [2] */
    vertical-align: top;      /* [3] */
    text-rendering: auto;     /* [4] */
  }

  /**
   * Modifier: horizontally center one unit
   * Set a specific unit to be horizontally centered. Doesn't affect
   * any other units. Can still contain a child `Grid` object.
   */

  .Grid-cell--center {
    display: block;
    margin: 0 auto;
  }

  /**
   * Modifier: middle-align grid cells
   */

  .Grid--alignMiddle > .Grid-cell,
  .InlineGroup--alignMiddle > .InlineGroup-item {
    vertical-align: middle;
  }

  /**
   * Modifier: bottom-align grid cells
   */

  .Grid--alignBottom > .Grid-cell,
  .InlineGroup--alignBottom > .InlineGroup-item {
    vertical-align: bottom;
  }

/* #Flex embed
/* ------------------------------ */

/**
 * @Base
 * -----
 *
 * For use with media embeds – such as videos, slideshows, or even images –
 * that need to retain a specific aspect ratio but adapt to the width of their
 * containing element.
 */

.FlexEmbed {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

  .FlexEmbed::before {
    content: '';
    display: block;
  }

/**
 * @Ascpect ratio modifiers
 * ------------------------
 *
 * 1. Modifier: 3:1 aspect ratio.
 * 2. Modifier: 2:1 aspect ratio.
 * 3. Modifier: 16:9 aspect ratio.
 * 4. Modifier: 4:3 aspect ratio.
 * 5. Modifier: 8:5 aspect ratio.
 * 6. Modifier: 5:4 aspect ratio.
 * 7. Modifier: 7:6 aspect ratio.
 * 8. Modifier: 1:1 aspect ratio.
 */

/* [1] */
.FlexEmbed--3by1::before   { padding-bottom: 33.333%; }

/* [2] */
.FlexEmbed--2by1::before   { padding-bottom: 50%; }

/* [3] */
.FlexEmbed--16by9::before  { padding-bottom: 56.25%; }

/* [4] */
.FlexEmbed--4by3::before   { padding-bottom: 75%; }

/* [5] */
.FlexEmbed--8by5::before   { padding-bottom: 62.5%; }

/* [6] */
.FlexEmbed--5by4::before   { padding-bottom: 80%; }

/* [7] */
.FlexEmbed--7by6::before   { padding-bottom: 85.7143%; }

/* [8] */
.FlexEmbed--1by1::before   { padding-bottom: 100%; }


/* #Arrange
/* ------------------------------ */

/**
 * This component lets you lay out a row of cells in various ways. You can
 * specify whether a cell should be wide enough to fit its content, or take up
 * the remaining space in the row. It's also possible to give all cells an
 * equal width, and to control their vertical alignment.
 */

/**
 * @Arrange base
 * -------------
 *
 * 1. Rely on table layout.
 * 2. Zero out the default spacing that might be on an element (e.g., `ul`).
 * 3. Make sure the component fills at least the full width of its parent.
 * 4. Reset the table-layout algorithm in case a component is nested.
 */

.Arrange {
  display: table;     /* [1] */
  margin: 0;          /* [2] */
  padding: 0;         /* [2] */
  min-width: 100%;    /* [3] */
  table-layout: auto /* [4] */
}

/**
 * By default the `arrange-cell` shrinks to its content.
 *
 * 1. Zero out any default spacing that might be on an element (e.g., `li`),
 *    margin has no effect when coupled with `display: table-cell`.
 * 2. By default the `arrange-cell` units are top aligned.
 */

.Arrange-cell {
  display: table-cell;
  padding: 0;          /* [1] */
  vertical-align: top; /* [2] */
}

/**
 * Make sure the main content block expands to fill the remaining space.
 */

.Arrange-cell--expanded { width: 100%; }

/**
 * @Vertical alignment modifiers
 * -----------------------------
 *
 * 1. For middle vertical align.
 * 2. For bottom vertical align.
 */

/* [1] */
.Arrange--middle > .Arrange-cell { vertical-align: middle; }

/* [2] */
.Arrange--bottom > .Arrange-cell { vertical-align: bottom; }

/**
 * @Equal-width modifier
 * ---------------------
 *
 * This layout algorithm will create equal-width table cells, irrespective of
 * the width of their content.
 *
 * 1. The layout algorithm requires a set width to correctly calculate table
 *    cell width.
 */

.Arrange--equal {
  table-layout: fixed;
  width: 100%; /* [1] */
}

/**
 * Used for equal width cells.
 */

.Arrange--equal > .Arrange-cell { width: 1%; }


/* #Bucket
/* ------------------------------ */

/**
 * Usage examples : `Comments`.
 * Used to form a layout pattern consisting of two parts one fits its content and
 * floated to the left and the other expands to take the remaining width.
 *
 * 1. Wrapper and float clearing container.
 * 2. `bucket-secondary` is floated to the left and may contain images like avatar image.
 * 3. `bucket-content` is the main part which takes the remaining space
 *     and contain the main body of your pattern.
 */

/* [1] */
.Bucket::after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
}

  /* [2] */
  .Bucket-content  {
    display: table-cell;
    width: 10000px;
  }

  /* [3] */
  .Bucket-secondary { float: left; }


/* #Button
/* ------------------------------ */

/**
 * The button classes are best applied to links, buttons, and submit inputs.
 * These components can be used in forms, as calls to action, or as part of the
 * general UI of the site/app.
 *
 * 1. Inhancing readability.
 * 2. Normalize `line-height`. For `input`, it can't be changed from `normal` in Firefox 4+.
 * 3. Make sure `input` will wrap text across multiple lines.
 * 4. Corrects inability to style clickable `input` types in iOS.
 * 5. Preventing selecting button text.
 */

.Button {
  display: inline-block;
  position: relative;
  font-size: .9em;
  letter-spacing: .025em;       /* [1] */
  line-height: normal;          /* [2] */
  text-align: center;
  text-transform: capitalize;
  padding: 1em 1.618em;
  text-decoration: none;
  white-space: normal;          /* [3] */
  cursor: pointer;
  -webkit-appearance: none;     /* [4] */
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;  /* [5] */
}

/**
 * Remove excess padding and border in Firefox 4+
 */

.Button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Remove thin dotted outline on button elements on focus.
 */

.Button:focus { outline: 0; }

/**
 * @UI states
 * ----------
 */

.Button:hover,
.Button:focus,
.Button:active {
  text-decoration: none;
}

.Button:disabled,
.Button.is-disabled {
  cursor: default;
  opacity: .4;
}

/**
 * @Modifiers
 * ----------
 *
 * 1. Use this class to make small button.
 * 2. Use this class to make large button.
 * 3. Use this class to make full width button.
 * 4. Use this class to make hollow button.
 * 5. Use this class ti make radius for button.
 */

/* [1] */
.Button--small { font-size: 0.75em; }

/* [2] */
.Button--large { font-size: 1.05em; }

/* [3] */
.Button--full {
  display: block;
  width: 100%;
  padding: 1.5em 2.427em;
}

/* [4] */
.Button.Button--hollow {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px;
          box-shadow: inset 0 0 0 2px;
}

.Button.Button--hollow:hover {
  -webkit-box-shadow: inset 0 0 0 2px transparent;
          box-shadow: inset 0 0 0 2px transparent;
}

/* [5] */
.Button--radius {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

/* [6] */
.Button--icon {
  padding: .25em
}


/* #Modals
/* ------------------------------ */

.Modal {
  height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 20;
}

  .Modal-header {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  .wrap_Modal-close {
    top: 0;
    right: 0;
    z-index: 25;
    -webkit-transition: none;
            transition: none;
  }

/* #Icon
/* ------------------------------ */

/**
 * Used to form icon buttons.
 */

.Icon {
  display: inline-block;
  position: relative;
  width: 1.618em;
  height: 1.618em;
  font-size: 1em;
  text-align: center;
  line-height: 1.618em;
  vertical-align: middle;
}

/**
 * @Modifiers
 * ----------
 */

/**
 * @@Size modifiers
 */

/**
 * Used for slider pagination.
 */

.Icon--bullet {
  font-size: .5em;
}

.Icon--tiny {
  font-size: .7em;
}

.Icon--small {
  font-size: 1.2em;
}

.Icon--medium {
  font-size: 1.5em;
}

.Icon--large {
  font-size: 2.4em;
}

.Icon--huge {
  font-size: 3.8em;
}

/**
 * @@Shape modifiers
 */

.Icon--circle {
  -webkit-border-radius: 3em;
          border-radius: 3em;
}

/**
 * Used to form rotated icons "diamond style".
 */

.Icon--diamond {
  -webkit-transform: rotate(-45deg) scale(0.707);
      -ms-transform: rotate(-45deg) scale(0.707);
          transform: rotate(-45deg) scale(0.707);
  width: 2.288em;
  height: 2.288em;
  line-height: 2.288em;
}

  .Icon--diamond::before,
  .Icon--diamondReset {
    display: inline-block;
    -webkit-transform: rotate(45deg) scale(1.414);
        -ms-transform: rotate(45deg) scale(1.414);
            transform: rotate(45deg) scale(1.414);
  }

.Icon--hollow {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px;
          box-shadow: inset 0 0 0 2px;
}

.Icon--surrounded {
  padding: .08em;
  border-width: 2px;
  border-style: solid;
  -webkit-background-clip: content-box;
          background-clip: content-box;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}


/* #Line
/* ------------------------------ */

/**
 * Used to form bottom line under titles.
 * Used to form sections divider.
 */

.Line {
  display: block;
}

/**
 * @Modifiers
 * ----------
 */

/**
 * Used to form inbetween sections line
 */

.Line--divider {
  display: block;
  height: 2px;
  width: 33.333%;
}

.Line--thick {
  height: 2px;
  width: 2.5em;
}

.Line--thin {
  height: 1px;
}


/* #Input
/* ------------------------------ */

.Input {
  display: block;
  position: relative;
  width: 100%;
  padding: 1.2em;
  border-width: 2px;
  border-style: solid;
  background: transparent;
}

textarea.Input {
  padding: .95em 1.2em;
}


/* #Divided list
/* ------------------------------ */

/**
 * Used to form list with tilted line seprators between items.
 */

.DividedList {
  list-style: none;
}

  .DividedList > *::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 2em;
    vertical-align: middle;
    margin: 0 1em;
    font-size: .6em;
    -webkit-transform: rotate(30deg) scale(0.707);
        -ms-transform: rotate(30deg) scale(0.707);
            transform: rotate(30deg) scale(0.707);
    opacity: 0.2;
  }

  .DividedList [class*='icon-'] {
    opacity: .7;
  }

  .DividedList [class*='icon-']:hover {
    opacity: 1;
  }

  .DividedList > *:first-child::before {
    display: none;
  }

  /**
   * Used to make the seprator a little larger.
   */

  .DividedList--big > *::before {
    font-size: 1.618em;
  }

/* #Attention
/* ------------------------------ */

/**
 * Used to make red bullet for elements that needs
 * user attention like links.
 */

.Attention {
  position: relative;
}

  .Attention::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: -4px;
    right: -4px;
    border: 2px solid;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    color: red;
  }


/* #Alerts
/* ------------------------------ */

/**
 * Success and error message
 */

/**
 * @Base
 * -----
 */

.Message {
  padding: 2em;
  margin-bottom: 2em;
}

.Message-icon--dismiss {
  opacity: .75;
}

.Message-icon--dismiss:hover {
  opacity: 1;
}

.Message-body {
  padding: 0 1.8em;
}

  .Message-body p + p {
    margin-top: .4em;
  }

/**
 * @Success Message
 * ----------------
 */

.Message--success {
  color: #fff;
  background-color: #68ce6b;
}

  .Message--success .Message-icon--dismiss {
    color: #fff;
  }

/**
 * @Error message
 * --------------
 */

.Message--error {
  color: #822727;
  background-color: #ce6868;
}

  .Message--error .Message-icon--dismiss {
    color: #822727;
  }


/* ------------------------------------------------ */
/* $Utils                                           */
/* ------------------------------------------------ */


/*

  > #Clearfix
  > #Image replacement
  > #Visibility
  > #Non selectable
  > #Text
  > #Display
  > #New block formatting context
  > #Aligning
  > #Sizes
  > #Backgrounds

*/


/* #Clearfix
/* ------------------------------ */

/**
 * Use this to clear containg floats elements.
 */

.u-cf::after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
}


/* #Image replacement
/* ------------------------------ */

/**
 * Used when you want to replace text with background image like `logos`.
 */

.u-ir {
  text-indent: -9999px;
  overflow: hidden;
}


/* #Visibility
/* ------------------------------ */

/**
 * Hide only visually, but have it available for screenreaders.
 */

.u-hiddenVisually {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0 0 0 0);
  border: 0;
}


/* #Positioning
/* ------------------------------ */

/*

  - @Absolute center
  - @Ghost center
  - @Block center
  - @Translate center

*/

.u-posAbsolute { position: absolute; }

/* Fixed position elements */
.u-posFixed {
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.u-posRelative { position: relative; }
.u-posStatic   { position: static; }

/**
 * @Absolute center
 * ----------------
 *
 * - Pins to all corners by default. But when a width and/or height are
 *   provided, the element will be centered in its nearest relatively-positioned
 *   ancestor.
 */

.u-posAbsoluteCenter {
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

/**
 * @Ghost center
 * -------------
 *
 * - Used to center an element with unknown height
 *   in its parent vertically.
 *
 * 1. Used to remove inline block white space.
 * 2. The element to be centered, can also be of any width and height.
 */

.u-wrapGhostCenter::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em /* [1] */
}

/* [2] */
.u-ghostCenter {
  display: inline-block;
  vertical-align: middle;
}

/**
 * @Block center
 * -------------
 *
 * - Used to horizontally center element with a fixed width.
 */

.u-blockCenter {
  margin-left: auto;
  margin-right: auto;
}

/**
 * @Translate center
 * -----------------
 *
 * - Used to center element inside the nearest relative
 *   ancestor using CSS3 translate property.
 *
 * 1. For vertical centering.
 * 2. For horizontal centering.
 */

.u-wrapTranslateCenter { position: relative; }

/* [1] */
.u-translateCenter--v {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* [2] */
.u-translateCenter--h {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}


/* #Non selectable
/* ------------------------------ */

/**
 * Prevents the user from selecting
 * text inside the related element.
 */

.u-nonSelectable {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}


/* #Text
/* ------------------------------ */

/**
 * @Text truncate
 * --------------
 *
 * Prevent text from wrapping onto multiple lines, and truncate with an
 * ellipsis.
 *
 * 1. Ensure that the node has a maximum width after which truncation can
 *    occur.
 * 2. Fix for IE 8/9 if `word-wrap: break-word` is in effect on ancestor
 *    nodes.
 */

.u-textTruncate {
  max-width: 100%;          /* [1] */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal        /* [2] */
}

/**
 * @Text kerning
 * -------------
 *
 * Enables font kerning in all browsers.
 * http://blog.typekit.com/2014/02/05/kerning-on-the-web/
 *
 * 1. Chrome (not Windows), Firefox, Safari 6+, iOS, Android
 * 2. Chrome (not Windows), Firefox, IE 10+
 * 3. Safari 7 and future browsers
 */

.u-textKern {
  text-rendering: optimizeLegibility;         /* [1] */
  -webkit-font-feature-settings: "kern" 1;
     -moz-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;    /* [2] */
  -webkit-font-kerning: normal;
     -moz-font-kerning: normal;
          font-kerning: normal;               /* [3] */
}


/**
 * @Text misc
 * ----------
 *
 * 1. Break strings when their length exceeds the width of their container.
 * 2. Prevent whitespace wrapping.
 */

/* [1] */
.u-textBreak { word-wrap: break-word; }

/* [2] */
.u-textNoWrap { white-space: nowrap; }

.gigantic {
  font-size: 5em;
  font-weight: bold;
}

.spaced {
  letter-spacing: .5em;
  word-spacing: 1em;
}



/* #New block formatting context
/* ------------------------------ */

/**
 * New block formatting context
 */

.u-nbfc { overflow: hidden; }

/**
 * New block formatting context (alternative)
 *
 * Alternative method when overflow must not be clipped.
 *
 * 1. Create a new block formatting context (NBFC).
 * 2. Avoid shrink-wrap behaviour of table-cell.
 *
 * N.B. This breaks down in some browsers when elements within this element
 * exceed its width.
 */

.u-nbfcAlt {
  display: table-cell;  /* [1] */
  width: 10000px;       /* [2] */
}


/* #Display
/* ------------------------------ */

/**
 * 1. Fix for Firefox bug: an image styled `max-width:100%` within an
 *    inline-block will display at its default size, and not limit its width to
 *    100% of an ancestral container.
 */

.u-inline        { display: inline; }
.u-block         { display: block; }
.u-table         { display: table; }
.u-tableCell     { display: table-cell; }
.u-tableRow      { display: table-row; }
.u-hidden        { display: none; }

.u-inlineBlock {
  display: inline-block;
  max-width: 100%; /* [1] */
}


/* #Aligning
/* ------------------------------ */

/**
 * @Vertical align
 * ---------------
 */

.u-alignBaseline { vertical-align: baseline; }
.u-alignBottom   { vertical-align: bottom; }
.u-alignMiddle   { vertical-align: middle; }
.u-alignTop      { vertical-align: top; }

/**
 * @Horizontal text alignment
 * --------------------------
 */

.u-textCenter    { text-align: center; }
.u-textLeft      { text-align: left; }
.u-textRight     { text-align: right; }
.u-textNoWrap    { white-space: nowrap; }

/**
 * @Floats
 * -------
 */

.u-floatLeft     { float: left; }
.u-floatRight    { float: right; }


/* #Sizes
/* ------------------------------ */

/**
 * @Intrinsic heights
 * ------------------
 */

/**
 * Define container height according to the screen height
 */

.u-fullscreen {
  height: 100vh;
}

.u-fullscreen--4by5 {
  height: 80vh;
}

/**
 * Make an element takes the height of its parent.
 */

.u-fullHeight {
  height: 100%;
}

/**
 * Make an element shrinks to the height of its contents.
 * Used with table layouts
 */

.u-shrinkHeight {
  height: 1%;
}

/**
 * @Intrinsic widths
 * -----------------
 */

/**
 * Make an element shrink wrap its content.
 */

.u-sizeFit,
.u-sizeFitAlt {
  width: auto;
}

.u-sizeFitAlt {
  float: right;
}

/**
 * Make an element fill the remaining space.
 * N.B. This will hide overflow.
 */

.u-sizeFill {
  display: block;
  overflow: hidden;
  width: auto;
}

/**
 * An alternative method to make an element fill the remaining space.
 * N.B. Do not use if child elements might be wider than the remaining space.
 * In Chrome, Safari, and Firefox it results in undesired layout.
 */

.u-sizeFillAlt {
  display: table-cell;
  max-width: 100%;
  width: 10000px;
}

/**
 * Make an element takes the width of its parent.
 */

.u-sizeFull {
  width: 100%;
}

/**
 * @Proportional widths
 * --------------------
 *
 * Specify the proportional width of an object.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
 */

.u-size1of12 {
  width: 8.333%;
}

.u-size1of10 {
  width: 10%;
}

.u-size1of8 {
  width: 12.5%;
}

.u-size1of6,
.u-size2of12 {
  width: 16.6667%;
}

.u-size1of5,
.u-size2of10 {
  width: 20%;
}

.u-size1of4,
.u-size2of8,
.u-size3of12 {
  width: 25%;
}

.u-size3of10 {
  width: 30%;
}

.u-size1of3,
.u-size2of6,
.u-size4of12 {
  width: 33.333%;
}

.u-size3of8 {
  width: 37.5%;
}

.u-size2of5,
.u-size4of10 {
  width: 40%;
}

.u-size5of12 {
  width: 41.6667%;
}

.u-size1of2,
.u-size2of4,
.u-size3of6,
.u-size4of8,
.u-size5of10,
.u-size6of12 {
  width: 50%;
}

.u-size7of12 {
  width: 58.333%;
}

.u-size3of5,
.u-size6of10 {
  width: 60%;
}

.u-size5of8 {
  width: 62.5%;
}

.u-size2of3,
.u-size4of6,
.u-size8of12 {
  width: 66.6667%;
}

.u-size7of10 {
  width: 70%;
}

.u-size3of4,
.u-size6of8,
.u-size9of12 {
  width: 75%;
}

.u-size4of5,
.u-size8of10 {
  width: 80%;
}

.u-size5of6,
.u-size10of12 {
  width: 83.333%;
}

.u-size7of8 {
  width: 87.5%;
}

.u-size9of10 {
  width: 90%;
}

.u-size11of12 {
  width: 91.6667%;
}

/**
 * @Media Queries
 * --------------
 */

/**
 * @@Narrow screens
 *
 * Portrait large Phones
 */

@media (min-width: 25em) {
  .u-xs-up-sizeFit,
  .u-xs-up-sizeFitAlt {
    width: auto;
  }

  .u-xs-up-sizeFitAlt {
    float: right;
  }

  .u-xs-up-sizeFill {
    display: block;
    overflow: hidden;
    width: auto;
  }

  .u-xs-up-sizeFillAlt {
    display: table-cell;
    max-width: 100%;
    width: 10000px;
  }

  .u-xs-up-sizeFull {
    width: 100%;
  }

  .u-xs-up-size1of12 {
    width: 8.333%;
  }

  .u-xs-up-size1of10 {
    width: 10%;
  }

  .u-xs-up-size1of8 {
    width: 12.5%;
  }

  .u-xs-up-size1of6,
  .u-xs-up-size2of12 {
    width: 16.6667%;
  }

  .u-xs-up-size1of5,
  .u-xs-up-size2of10 {
    width: 20%;
  }

  .u-xs-up-size1of4,
  .u-xs-up-size2of8,
  .u-xs-up-size3of12 {
    width: 25%;
  }

  .u-xs-up-size3of10 {
    width: 30%;
  }

  .u-xs-up-size1of3,
  .u-xs-up-size2of6,
  .u-xs-up-size4of12 {
    width: 33.333%;
  }

  .u-xs-up-size3of8 {
    width: 37.5%;
  }

  .u-xs-up-size2of5,
  .u-xs-up-size4of10 {
    width: 40%;
  }

  .u-xs-up-size5of12 {
    width: 41.6667%;
  }

  .u-xs-up-size1of2,
  .u-xs-up-size2of4,
  .u-xs-up-size3of6,
  .u-xs-up-size4of8,
  .u-xs-up-size5of10,
  .u-xs-up-size6of12 {
    width: 50%;
  }

  .u-xs-up-size7of12 {
    width: 58.333%;
  }

  .u-xs-up-size3of5,
  .u-xs-up-size6of10 {
    width: 60%;
  }

  .u-xs-up-size5of8 {
    width: 62.5%;
  }

  .u-xs-up-size2of3,
  .u-xs-up-size4of6,
  .u-xs-up-size8of12 {
    width: 66.6667%;
  }

  .u-xs-up-size7of10 {
    width: 70%;
  }

  .u-xs-up-size3of4,
  .u-xs-up-size6of8,
  .u-xs-up-size9of12 {
    width: 75%;
  }

  .u-xs-up-size4of5,
  .u-xs-up-size8of10 {
    width: 80%;
  }

  .u-xs-up-size5of6,
  .u-xs-up-size10of12 {
    width: 83.333%;
  }

  .u-xs-up-size7of8 {
    width: 87.5%;
  }

  .u-xs-up-size9of10 {
    width: 90%;
  }

  .u-xs-up-size11of12 {
    width: 91.6667%;
  }
}

/**
 * @@Small screens
 *
 * Portrait Phablets and lanscape large Phones
 */

@media (min-width: 32.5em) {
  .u-sm-up-sizeFit,
  .u-sm-up-sizeFitAlt {
    width: auto;
  }

  .u-sm-up-sizeFitAlt {
    float: right;
  }

  .u-sm-up-sizeFill {
    display: block;
    overflow: hidden;
    width: auto;
  }

  .u-sm-up-sizeFillAlt {
    display: table-cell;
    max-width: 100%;
    width: 10000px;
  }

  .u-sm-up-sizeFull {
    width: 100%;
  }

  .u-sm-up-size1of12 {
    width: 8.333%;
  }

  .u-sm-up-size1of10 {
    width: 10%;
  }

  .u-sm-up-size1of8 {
    width: 12.5%;
  }

  .u-sm-up-size1of6,
  .u-sm-up-size2of12 {
    width: 16.6667%;
  }

  .u-sm-up-size1of5,
  .u-sm-up-size2of10 {
    width: 20%;
  }

  .u-sm-up-size1of4,
  .u-sm-up-size2of8,
  .u-sm-up-size3of12 {
    width: 25%;
  }

  .u-sm-up-size3of10 {
    width: 30%;
  }

  .u-sm-up-size1of3,
  .u-sm-up-size2of6,
  .u-sm-up-size4of12 {
    width: 33.333%;
  }

  .u-sm-up-size3of8 {
    width: 37.5%;
  }

  .u-sm-up-size2of5,
  .u-sm-up-size4of10 {
    width: 40%;
  }

  .u-sm-up-size5of12 {
    width: 41.6667%;
  }

  .u-sm-up-size1of2,
  .u-sm-up-size2of4,
  .u-sm-up-size3of6,
  .u-sm-up-size4of8,
  .u-sm-up-size5of10,
  .u-sm-up-size6of12 {
    width: 50%;
  }

  .u-sm-up-size7of12 {
    width: 58.333%;
  }

  .u-sm-up-size3of5,
  .u-sm-up-size6of10 {
    width: 60%;
  }

  .u-sm-up-size5of8 {
    width: 62.5%;
  }

  .u-sm-up-size2of3,
  .u-sm-up-size4of6,
  .u-sm-up-size8of12 {
    width: 66.6667%;
  }

  .u-sm-up-size7of10 {
    width: 70%;
  }

  .u-sm-up-size3of4,
  .u-sm-up-size6of8,
  .u-sm-up-size9of12 {
    width: 75%;
  }

  .u-sm-up-size4of5,
  .u-sm-up-size8of10 {
    width: 80%;
  }

  .u-sm-up-size5of6,
  .u-sm-up-size10of12 {
    width: 83.333%;
  }

  .u-sm-up-size7of8 {
    width: 87.5%;
  }

  .u-sm-up-size9of10 {
    width: 90%;
  }

  .u-sm-up-size11of12 {
    width: 91.6667%;
  }
}

/**
 * @@Medium screens
 *
 * Lanscape Phablets and portrait Tablets
 */

@media (min-width: 48em) {
  .u-md-up-sizeFit,
  .u-md-up-sizeFitAlt {
    width: auto;
  }

  .u-md-up-sizeFitAlt {
    float: right;
  }

  .u-md-up-sizeFill {
    display: block;
    overflow: hidden;
    width: auto;
  }

  .u-md-up-sizeFillAlt {
    display: table-cell;
    max-width: 100%;
    width: 10000px;
  }

  .u-md-up-sizeFull {
    width: 100%;
  }

  .u-md-up-size1of12 {
    width: 8.333%;
  }

  .u-md-up-size1of10 {
    width: 10%;
  }

  .u-md-up-size1of8 {
    width: 12.5%;
  }

  .u-md-up-size1of6,
  .u-md-up-size2of12 {
    width: 16.6667%;
  }

  .u-md-up-size1of5,
  .u-md-up-size2of10 {
    width: 20%;
  }

  .u-md-up-size1of4,
  .u-md-up-size2of8,
  .u-md-up-size3of12 {
    width: 25%;
  }

  .u-md-up-size3of10 {
    width: 30%;
  }

  .u-md-up-size1of3,
  .u-md-up-size2of6,
  .u-md-up-size4of12 {
    width: 33.333%;
  }

  .u-md-up-size3of8 {
    width: 37.5%;
  }

  .u-md-up-size2of5,
  .u-md-up-size4of10 {
    width: 40%;
  }

  .u-md-up-size5of12 {
    width: 41.6667%;
  }

  .u-md-up-size1of2,
  .u-md-up-size2of4,
  .u-md-up-size3of6,
  .u-md-up-size4of8,
  .u-md-up-size5of10,
  .u-md-up-size6of12 {
    width: 50%;
  }

  .u-md-up-size7of12 {
    width: 58.333%;
  }

  .u-md-up-size3of5,
  .u-md-up-size6of10 {
    width: 60%;
  }

  .u-md-up-size5of8 {
    width: 62.5%;
  }

  .u-md-up-size2of3,
  .u-md-up-size4of6,
  .u-md-up-size8of12 {
    width: 66.6667%;
  }

  .u-md-up-size7of10 {
    width: 70%;
  }

  .u-md-up-size3of4,
  .u-md-up-size6of8,
  .u-md-up-size9of12 {
    width: 75%;
  }

  .u-md-up-size4of5,
  .u-md-up-size8of10 {
    width: 80%;
  }

  .u-md-up-size5of6,
  .u-md-up-size10of12 {
    width: 83.333%;
  }

  .u-md-up-size7of8 {
    width: 87.5%;
  }

  .u-md-up-size9of10 {
    width: 90%;
  }

  .u-md-up-size11of12 {
    width: 91.6667%;
  }
}

/**
 * @@Large screens
 *
 * Lanscape Tablets and small Desktops
 */

@media (min-width: 60em) {
  .u-lg-up-sizeFit,
  .u-lg-up-sizeFitAlt {
    width: auto;
  }

  .u-lg-up-sizeFitAlt {
    float: right;
  }

  .u-lg-up-sizeFill {
    display: block;
    overflow: hidden;
    width: auto;
  }

  .u-lg-up-sizeFillAlt {
    display: table-cell;
    max-width: 100%;
    width: 10000px;
  }

  .u-lg-up-sizeFull {
    width: 100%;
  }

  .u-lg-up-size1of12 {
    width: 8.333%;
  }

  .u-lg-up-size1of10 {
    width: 10%;
  }

  .u-lg-up-size1of8 {
    width: 12.5%;
  }

  .u-lg-up-size1of6,
  .u-lg-up-size2of12 {
    width: 16.6667%;
  }

  .u-lg-up-size1of5,
  .u-lg-up-size2of10 {
    width: 20%;
  }

  .u-lg-up-size1of4,
  .u-lg-up-size2of8,
  .u-lg-up-size3of12 {
    width: 25%;
  }

  .u-lg-up-size3of10 {
    width: 30%;
  }

  .u-lg-up-size1of3,
  .u-lg-up-size2of6,
  .u-lg-up-size4of12 {
    width: 33.333%;
  }

  .u-lg-up-size3of8 {
    width: 37.5%;
  }

  .u-lg-up-size2of5,
  .u-lg-up-size4of10 {
    width: 40%;
  }

  .u-lg-up-size5of12 {
    width: 41.6667%;
  }

  .u-lg-up-size1of2,
  .u-lg-up-size2of4,
  .u-lg-up-size3of6,
  .u-lg-up-size4of8,
  .u-lg-up-size5of10,
  .u-lg-up-size6of12 {
    width: 50%;
  }

  .u-lg-up-size7of12 {
    width: 58.333%;
  }

  .u-lg-up-size3of5,
  .u-lg-up-size6of10 {
    width: 60%;
  }

  .u-lg-up-size5of8 {
    width: 62.5%;
  }

  .u-lg-up-size2of3,
  .u-lg-up-size4of6,
  .u-lg-up-size8of12 {
    width: 66.6667%;
  }

  .u-lg-up-size7of10 {
    width: 70%;
  }

  .u-lg-up-size3of4,
  .u-lg-up-size6of8,
  .u-lg-up-size9of12 {
    width: 75%;
  }

  .u-lg-up-size4of5,
  .u-lg-up-size8of10 {
    width: 80%;
  }

  .u-lg-up-size5of6,
  .u-lg-up-size10of12 {
    width: 83.333%;
  }

  .u-lg-up-size7of8 {
    width: 87.5%;
  }

  .u-lg-up-size9of10 {
    width: 90%;
  }

  .u-lg-up-size11of12 {
    width: 91.6667%;
  }
}

/**
 * @@HD screens
 *
 * Very large screens
 */

@media (min-width: 75em) {
  .u-xlg-sizeFit,
  .u-xlg-sizeFitAlt {
    width: auto;
  }

  .u-xlg-sizeFitAlt {
    float: right;
  }

  .u-xlg-sizeFill {
    display: block;
    overflow: hidden;
    width: auto;
  }

  .u-xlg-sizeFillAlt {
    display: table-cell;
    max-width: 100%;
    width: 10000px;
  }

  .u-xlg-sizeFull {
    width: 100%;
  }

  .u-xlg-size1of12 {
    width: 8.333%;
  }

  .u-xlg-size1of10 {
    width: 10%;
  }

  .u-xlg-size1of8 {
    width: 12.5%;
  }

  .u-xlg-size1of6,
  .u-xlg-size2of12 {
    width: 16.6667%;
  }

  .u-xlg-size1of5,
  .u-xlg-size2of10 {
    width: 20%;
  }

  .u-xlg-size1of4,
  .u-xlg-size2of8,
  .u-xlg-size3of12 {
    width: 25%;
  }

  .u-xlg-size3of10 {
    width: 30%;
  }

  .u-xlg-size1of3,
  .u-xlg-size2of6,
  .u-xlg-size4of12 {
    width: 33.333%;
  }

  .u-xlg-size3of8 {
    width: 37.5%;
  }

  .u-xlg-size2of5,
  .u-xlg-size4of10 {
    width: 40%;
  }

  .u-xlg-size5of12 {
    width: 41.6667%;
  }

  .u-xlg-size1of2,
  .u-xlg-size2of4,
  .u-xlg-size3of6,
  .u-xlg-size4of8,
  .u-xlg-size5of10,
  .u-xlg-size6of12 {
    width: 50%;
  }

  .u-xlg-size7of12 {
    width: 58.333%;
  }

  .u-xlg-size3of5,
  .u-xlg-size6of10 {
    width: 60%;
  }

  .u-xlg-size5of8 {
    width: 62.5%;
  }

  .u-xlg-size2of3,
  .u-xlg-size4of6,
  .u-xlg-size8of12 {
    width: 66.6667%;
  }

  .u-xlg-size7of10 {
    width: 70%;
  }

  .u-xlg-size3of4,
  .u-xlg-size6of8,
  .u-xlg-size9of12 {
    width: 75%;
  }

  .u-xlg-size4of5,
  .u-xlg-size8of10 {
    width: 80%;
  }

  .u-xlg-size5of6,
  .u-xlg-size10of12 {
    width: 83.333%;
  }

  .u-xlg-size7of8 {
    width: 87.5%;
  }

  .u-xlg-size9of10 {
    width: 90%;
  }

  .u-xlg-size11of12 {
    width: 91.6667%;
  }
}


/* #Backgrounds
/* ------------------------------ */

.BG {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.BG--top {
  background-position: center top;
}

.BG--normal {
  background-attachment: scroll;
}


/* ------------------------------------------------ */
/* $Stylistic & structure data attributes           */
/* ------------------------------------------------ */


/*

  > #Layout data attributes

*/


/* #Layout data attributes
/* ------------------------------ */

/**
 * Used to define white space between different elements
 */

/**
 * @Padding
 */

[data-l-padding~="top:huge"]      { padding-top: 8em; }
[data-l-padding~="top:large"]     { padding-top: 5em; }
[data-l-padding~="top:medium"]    { padding-top: 3em; }
[data-l-padding~="top:small"]     { padding-top: 1.8em; }
[data-l-padding~="top:mini"]      { padding-top: 1.2em; }
[data-l-padding~="top:tiny"]      { padding-top: .7em; }

[data-l-padding~="bottom:huge"]   { padding-bottom: 8em; }
[data-l-padding~="bottom:large"]  { padding-bottom: 5em; }
[data-l-padding~="bottom:medium"] { padding-bottom: 3em; }
[data-l-padding~="bottom:small"]  { padding-bottom: 1.8em; }
[data-l-padding~="bottom:mini"]   { padding-bottom: 1.2em; }
[data-l-padding~="bottom:tiny"]   { padding-bottom: .7em; }

[data-l-padding~="left:medium"]   { padding-left: 3em; }
[data-l-padding~="left:small"]    { padding-left: 1.8em; }
[data-l-padding~="left:mini"]     { padding-left: 1.2em; }
[data-l-padding~="left:tiny"]     { padding-left: .7em; }

/**
 * @Margin
 */

[data-l-margin~="top:huge"]       { margin-top: 8em; }
[data-l-margin~="top:large"]      { margin-top: 5em; }
[data-l-margin~="top:medium"]     { margin-top: 3em; }
[data-l-margin~="top:small"]      { margin-top: 1.8em; }
[data-l-margin~="top:mini"]       { margin-top: 1.2em; }
[data-l-margin~="top:tiny"]       { margin-top: .7em; }

[data-l-margin~="bottom:huge"]    { margin-bottom: 8em; }
[data-l-margin~="bottom:large"]   { margin-bottom: 5em; }
[data-l-margin~="bottom:medium"]  { margin-bottom: 3em; }
[data-l-margin~="bottom:small"]   { margin-bottom: 1.8em; }
[data-l-margin~="bottom:mini"]    { margin-bottom: 1.2em; }
[data-l-margin~="bottom:tiny"]    { margin-bottom: .7em; }

[data-l-margin~="left:medium"]    { margin-left: 3em; }
[data-l-margin~="left:small"]     { margin-left: 1.8em; }
[data-l-margin~="left:mini"]      { margin-left: 1.2em; }
[data-l-margin~="left:tiny"]      { margin-left: .7em; }
