@charset "UTF-8";
/******************************************************************
Site Name: Long Division Festival 2015
Author: Creative Arthur

Stylesheet: Main Stylesheet

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
SITE SPECIFIC COLOURS
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/fonts/fontawesome-webfont.eot#iefix&v=4.2.0") format("embedded-opentype"), url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*
Layers CSS 1.0.2 
Released by Jerry Jäppinen under the MIT license
http://eiskis.net/layers
2013-10-25 14:56 Europe/Helsinki
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, a, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  clear: both;
  outline: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  background: transparent;
  outline-style: solid;
  vertical-align: baseline;
}

html, body, blockquote, pre, table, form {
  margin: 0;
  padding: 0;
}

figure, button, input, select, textarea {
  margin: 0;
}

img, iframe, button, input, select, textarea {
  max-width: 100%;
}

iframe {
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

ul {
  list-style: disc;
  padding-left: 2em;
}

ol {
  list-style: decimal;
  padding-left: 2em;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  padding-left: 0;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

html {
  font-size: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, strong, dt, mark, th {
  font-weight: bold;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

input, select, textarea, button {
  font-family: inherit;
}

input[type=""], input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], select, textarea, pre, code, kbd, samp {
  font-size: inherit;
  line-height: inherit;
}

button, input, select, textarea, pre, code, kbd, samp {
  font-weight: inherit;
}

button, select {
  text-transform: none;
}

em, dfn, q, blockquote {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

button, input[type="submit"], input[type="reset"], input[type="button"], input[type=""], input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
}

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

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  text-align: center;
}

button, input, select {
  vertical-align: baseline;
  *vertical-align: middle;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

body {
  cursor: default;
}

abbr[title], dfn[title] {
  text-decoration: underline;
  cursor: help;
}

a, label, button, input[type="submit"], input[type="button"], input[type="reset"] {
  cursor: pointer;
}

.disabled button, .disabled label, .disabled a, button.disabled, label.disabled, a.disabled, .disabled input[type="submit"], .disabled input[type="button"], .disabled input[type="reset"], input[type="submit"].disabled, input[type="button"].disabled, input[type="reset"].disabled {
  cursor: default;
}

a[disabled], button[disabled], input[disabled] {
  cursor: default;
}

a:focus {
  outline-style: dotted;
}

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

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type=""], input:not([type]) {
  width: 60%;
  max-width: 20em;
}

input[type="text"].squeeze, input[type="password"].squeeze, input[type="email"].squeeze, input[type="url"].squeeze, input[type="search"].squeeze, input[type="tel"].squeeze, input[type=""].squeeze, input:not([type]).squeeze {
  width: 40%;
  max-width: 14em;
}

textarea {
  width: 60%;
  max-width: 32em;
  height: 10.72em;
}

textarea.squeeze {
  width: 40%;
  height: 4.02em;
  max-width: 20em;
}

button.plain, input.plain, textarea.plain {
  border-width: 0;
  border-style: solid;
  background-color: transparent;
  padding: 0;
}

button.plain, input[type="submit"].plain, input[type="button"].plain, input[type="reset"].plain {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}

input.buffer, input.buffer-top, textarea.buffer, textarea.buffer-top {
  padding-top: 0.35em;
}

input.buffer, input.buffer-right, textarea.buffer, textarea.buffer-right {
  padding-right: 0.6em;
}

input.buffer, input.buffer-bottom, textarea.buffer, textarea.buffer-bottom {
  padding-bottom: 0.4em;
}

input.buffer, input.buffer-left, textarea.buffer, textarea.buffer-left {
  padding-left: 0.6em;
}

.row, .column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  width: 100%;
  clear: both;
  float: none;
}

.row-content {
  margin: 0 auto;
  max-width: 70em;
}

.row-content.buffer, .row-content.buffer-top {
  padding-top: 2%;
}

.row-content.buffer.even, .row-content.buffer-top.even {
  padding-top: 6%;
}

.row-content.buffer, .row-content.buffer-right {
  padding-right: 8%;
}

.row-content.buffer, .row-content.buffer-bottom {
  padding-bottom: 6%;
}

.row-content.buffer, .row-content.buffer-left {
  padding-left: 8%;
}

.column {
  clear: none;
  float: left;
  min-height: 1px;
}

.column.first, .column.full, .column.twelve, .column.center {
  clear: both;
}

.column.right {
  float: right;
}

.column.center, .column.right.center {
  float: none;
}

.column {
  margin-left: 0;
  margin-right: 3.8%;
}

.column.last, .column.reset {
  margin-right: 0 !important;
}

.column.right {
  margin-right: 0;
  margin-left: 3.8%;
}

.column.right.last, .column.right.reset {
  margin-left: 0 !important;
}

.column.center, .column.right.center {
  margin-right: auto !important;
  margin-left: auto !important;
}

.column.full, .column.twelve {
  width: 100%;
}

.column.one {
  width: 4.85%;
}

.column.two, .column.sixth {
  width: 13.45%;
}

.column.three, .column.fourth {
  width: 22.05%;
}

.column.four, .column.twosixths, .column.third {
  width: 30.75%;
}

.column.five {
  width: 39.45%;
}

.column.six, .column.half, .column.threesixths, .column.twofourths {
  width: 48%;
}

.column.seven {
  width: 56.75%;
}

.column.eight, .column.foursixths, .column.twothirds {
  width: 65.4%;
}

.column.nine, .column.threefourths {
  width: 74.05%;
}

.column.ten, .column.fivesixths {
  width: 82.7%;
}

.column.eleven {
  width: 91.35%;
}

.column.push-one {
  margin-left: 8.65%;
}

.column.right.push-one {
  margin-right: 8.65%;
}

.column.push-two, .column.push-sixth {
  margin-left: 17.25%;
}

.column.right.push-two, .column.right.push-sixth {
  margin-right: 17.25%;
}

.column.push-three, .column.push-fourth {
  margin-left: 25.85%;
}

.column.right.push-three, .column.right.push-fourth {
  margin-right: 25.85%;
}

.column.push-four, .column.push-twosixths, .column.push-third {
  margin-left: 34.55%;
}

.column.right.push-four, .column.right.push-twosixths, .column.right.push-third {
  margin-right: 34.55%;
}

.column.push-five {
  margin-left: 43.25%;
}

.column.right.push-five {
  margin-right: 43.25%;
}

.column.push-six, .column.push-half, .column.push-threesixths, .column.push-twofourths {
  margin-left: 51.8%;
}

.column.right.push-six, .column.right.push-half, .column.right.push-threesixths, .column.right.push-twofourths {
  margin-right: 51.8%;
}

.column.push-seven {
  margin-left: 60.55%;
}

.column.right.push-seven {
  margin-right: 60.55%;
}

.column.push-eight, .column.push-foursixths, .column.push-twothirds {
  margin-left: 69.2%;
}

.column.right.push-eight, .column.right.push-foursixths, .column.right.push-twothirds {
  margin-right: 69.2%;
}

.column.push-nine, .column.push-threefourths {
  margin-left: 77.85%;
}

.column.right.push-nine, .column.right.push-threefourths {
  margin-right: 77.85%;
}

.column.push-ten, .column.push-fivesixths {
  margin-left: 86.5%;
}

.column.right.push-ten, .column.right.push-fivesixths {
  margin-right: 86.5%;
}

.column.push-eleven {
  margin-left: 95.15%;
}

.column.right.push-eleven {
  margin-right: 95.15%;
}

.column.one.reset {
  width: 8.3%;
}

.column.two.reset, .column.sixth.reset {
  width: 16.65%;
}

.column.three.reset, .column.fourth.reset {
  width: 25%;
}

.column.four.reset, .column.twosixths.reset, .column.third.reset {
  width: 33.3%;
}

.column.five.reset {
  width: 41.65%;
}

.column.six.reset, .column.half.reset, .column.threesixths.reset, .column.twofourths.reset {
  width: 50%;
}

.column.seven.reset {
  width: 58.3%;
}

.column.eight.reset, .column.foursixths.reset, .column.twothirds.reset {
  width: 66.6%;
}

.column.nine.reset, .column.threefourths.reset {
  width: 75%;
}

.column.ten.reset, .column.fivesixths.reset {
  width: 83.35%;
}

.column.eleven.reset {
  width: 91.7%;
}

.column.reset.push-one {
  margin-left: 8.3%;
}

.column.reset.right.push-one {
  margin-right: 8.3%;
}

.column.reset.push-two, .column.reset.push-sixth {
  margin-left: 16.65%;
}

.column.reset.right.push-two, .column.reset.right.push-sixth {
  margin-right: 16.65%;
}

.column.reset.push-three, .column.reset.push-fourth {
  margin-left: 25%;
}

.column.reset.right.push-three, .column.reset.right.push-fourth {
  margin-right: 25%;
}

.column.reset.push-four, .column.reset.push-twosixths, .column.reset.push-third {
  margin-left: 33.3%;
}

.column.reset.right.push-four, .column.reset.right.push-twosixths, .column.reset.right.push-third {
  margin-right: 33.3%;
}

.column.reset.push-five {
  margin-left: 41.65%;
}

.column.reset.right.push-five {
  margin-right: 41.65%;
}

.column.reset.push-six, .column.reset.push-half, .column.reset.push-threesixths, .column.reset.push-twofourths {
  margin-left: 50%;
}

.column.reset.right.push-six, .column.right.reset.push-half, .column.right.reset.push-threesixths, .column.right.reset.push-twofourths {
  margin-right: 50%;
}

.column.reset.push-seven {
  margin-left: 58.3%;
}

.column.reset.right.push-seven {
  margin-right: 58.3%;
}

.column.reset.push-eight, .column.reset.push-foursixths, .column.reset.push-twothirds {
  margin-left: 66.6%;
}

.column.reset.right.push-eight, .column.reset.right.push-foursixths, .column.reset.right.push-twothirds {
  margin-right: 66.6%;
}

.column.reset.push-nine, .column.reset.push-threefourths {
  margin-left: 75%;
}

.column.reset.right.push-nine, .column.reset.right.push-threefourths {
  margin-right: 75%;
}

.column.reset.push-ten, .column.reset.push-fivesixths {
  margin-left: 83.35%;
}

.column.reset.right.push-ten, .column.reset.right.push-fivesixths {
  margin-right: 83.35%;
}

.column.reset.push-eleven {
  margin-left: 91.7%;
}

.column.reset.right.push-eleven {
  margin-right: 91.7%;
}

.column.fluid {
  clear: none;
  float: left;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.column.fluid > .column-content {
  margin-right: 10em;
}

.column.fixed {
  position: static;
  clear: none;
  float: right;
  margin-right: 0;
  margin-left: -100%;
  width: 10em;
}

.column.fluid.right > .column-content {
  margin-right: 0;
  margin-left: 10em;
}

.column.fixed.right {
  float: left;
}

ul.plain, ul.plain ul, ul.plain ol, ol.plain, ol.plain ul, ol.plain ol, ul.inline, ol.inline, ul.collapse, ol.collapse {
  padding-left: 0;
  list-style-type: none;
}

ul.plain ul, ul.plain ol, ol.plain ul, ol.plain ol, ul.inline ul, ul.inline ol, ol.inline ul, ol.inline ol, ul.collapse ul, ul.collapse ol, ol.collapse ul, ol.collapse ol {
  margin-top: 0;
  margin-bottom: 0;
}

dl.plain dt {
  font-weight: inherit;
}

ul.inline.right, ol.inline.right, dl.inline.right {
  text-align: right;
}

ul.inline.center, ol.inline.center, dl.inline.center {
  text-align: center;
}

ul.inline > li, ol.inline > li, dl.inline > dt, dl.inline > dd {
  display: inline;
}

ul.collapse, ol.collapse, dl.collapse {
  float: left;
  clear: none;
}

ul.collapse.right, ol.collapse.right, dl.collapse.right {
  float: right;
}

ul.collapse > li, ol.collapse > li, dl.collapse > dt, dl.collapse > dd {
  float: left;
  clear: none;
}

body {
  line-height: 1.34;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.34em;
  margin-bottom: 0.67em;
}

p, ul, ol, table, pre, blockquote {
  margin-top: 0.67em;
  margin-bottom: 1.34em;
}

ul ul, ul ol, ol ol, ol ul {
  margin-top: 0;
  margin-bottom: 0.67em;
}

dl {
  margin-bottom: 1.34em;
}

dl.plain {
  margin-top: 0.67em;
}

dl.reset, dl.reset-top {
  margin-top: 0;
}

dt {
  margin-top: 0.67em;
  margin-bottom: 0;
}

dl.plain > dt, dl.inline > dt, dl.collapse > dt {
  margin-top: 0;
}

dd {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

caption {
  margin-bottom: 0.67em;
}

th, td {
  padding: 0.67em;
}

.squeeze th, .squeeze td, th.squeeze, td.squeeze, table table th, table table td {
  padding: 0.335em;
}

table.plain th, table.plain td, tr.plain th, tr.plain td, tbody.plain th, tbody.plain td, thead.plain th, thead.plain td, tfoot.plain th, tfoot.plain td, th.plain, td.plain {
  padding: 0;
}

h1.squeeze, h2.squeeze, h3.squeeze, h4.squeeze, h5.squeeze, h6.squeeze, h1.squeeze-top, h2.squeeze-top, h3.squeeze-top, h4.squeeze-top, h5.squeeze-top, h6.squeeze-top {
  margin-top: 0.67em;
}

p.squeeze, ul.squeeze, ol.squeeze, table.squeeze, pre.squeeze, blockquote.squeeze, p.squeeze-top, ul.squeeze-top, ol.squeeze-top, table.squeeze-top, pre.squeeze-top, blockquote.squeeze-top {
  margin-top: 0.335em;
}

h1.squeeze, h2.squeeze, h3.squeeze, h4.squeeze, h5.squeeze, h6.squeeze, h1.squeeze-bottom, h2.squeeze-bottom, h3.squeeze-bottom, h4.squeeze-bottom, h5.squeeze-bottom, h6.squeeze-bottom {
  margin-bottom: 0.335em;
}

p.squeeze, ul.squeeze, ol.squeeze, table.squeeze, pre.squeeze, blockquote.squeeze, p.squeeze-bottom, ul.squeeze-bottom, ol.squeeze-bottom, table.squeeze-bottom, pre.squeeze-bottom, blockquote.squeeze-bottom {
  margin-bottom: 0.67em;
}

.push, .push-top {
  margin-top: 1.34em;
}

.push, .push-right {
  margin-right: 1.34em;
}

.push, .push-bottom {
  margin-bottom: 1.34em;
}

.push, .push-left {
  margin-left: 1.34em;
}

.reset, .reset-top {
  margin-top: 0;
}

.reset, .reset-right {
  margin-right: 0;
}

.reset, .reset-bottom {
  margin-bottom: 0;
}

.reset, .reset-left {
  margin-left: 0;
}

.buffer, .buffer-top {
  padding-top: 1em;
}

.buffer.even, .buffer-top.even {
  padding-top: 2em;
}

.buffer, .buffer-right {
  padding-right: 2em;
}

.buffer, .buffer-bottom {
  padding-bottom: 2em;
}

.buffer, .buffer-left {
  padding-left: 2em;
}

.no-buffer, .no-buffer-top {
  padding-top: 0;
}

.no-buffer, .no-buffer-right {
  padding-right: 0;
}

.no-buffer, .no-buffer-bottom {
  padding-bottom: 0;
}

.no-buffer, .no-buffer-left {
  padding-left: 0;
}

th.left, td.left {
  text-align: left;
}

th.right, td.right {
  text-align: right;
}

th.center, td.center {
  text-align: center;
}

th.top, td.top {
  vertical-align: top;
}

th.vertical-center, td.vertical-center, th.middle, td.middle {
  vertical-align: middle;
}

th.bottom, td.bottom {
  vertical-align: bottom;
}

body {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -epub-hyphens: auto;
  hyphens: auto;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"] {
  word-break: normal;
}

html {
  font-family: "Segoe UI","Lucida Grande","Ubuntu","Roboto","Helvetica Neue","Helvetica","Arial",sans-serif;
}

blockquote, q {
  font-family: "Droid Serif","Georgia",serif;
}

pre, code, kbd, samp {
  font-family: "Menlo","Monaco","Segoe UI Mono","Droid Sans Mono","Consolas",monospace;
  font-size: 0.9em;
}

pre code, pre kbd, pre samp {
  font-size: 1em;
}

h1, h2, h3 {
  text-rendering: optimizeLegibility;
}

.keep-left, .keep-right {
  clear: none;
}

.keep-left {
  float: left;
}

.keep-right {
  float: right;
}

.keep-center {
  margin-right: auto;
  margin-left: auto;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: static;
}

.fixed {
  position: fixed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

ul.inline, ol.inline, dl.inline {
  display: block;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.clear-after:after {
  content: " ";
  display: table;
  clear: both;
}

.clear-after {
  *zoom: 1;
}

.dry {
  text-indent: -9999em;
  direction: ltr;
}

.content-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------------------------
    General Rules
----------------------------------------------------------------*/
::selection {
  background: #FD685B;
  color: #fff;
}

::-moz-selection {
  background: #FD685B;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #b3b3b3;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b3b3;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b3b3;
}

:-ms-input-placeholder {
  color: #b3b3b3;
}

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

html {
  font-size: 100%;
  /* font-size: 16px; */
}

body {
  background-color: #fbfbfb;
  color: #080808;
  font-size: 1.125em;
  /* font-size: 18px; */
  font-family: "Pontano Sans", sans-serif;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: "Bevan", cursive, "Georgia", Cambria, Times New Roman, Times, serif;
  line-height: 1.34;
  text-rendering: auto;
  /* Android browser */
}

a {
  color: #222;
  text-decoration: underline;
}

.csstransitions a, .csstransitions div {
  -webkit-transition: background-color 0.1s linear, color 0.1s linear;
  -moz-transition: background-color 0.1s linear, color 0.1s linear;
  transition: background-color 0.1s linear, color 0.1s linear;
}

input[type=""],
input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
textarea,
textarea.plain {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.333em;
  -moz-border-radius: 0.333em;
  border-radius: 0.333em;
  color: #333;
}

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

textarea:not([type="button"]):hover,
input:not([type="button"]):hover {
  border-color: #cad1d9 !important;
}

textarea:not([type="button"]):focus,
textarea:not([type="button"]):active,
input:not([type="button"]):focus,
input:not([type="button"]):active {
  border-color: #88d3ff !important;
}

img {
  display: block;
}

.centertxt {
  text-align: center;
}

#main {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background-color: #e9e9e9;
}

section {
  overflow-x: hidden;
}

.last-special {
  margin-right: 0% !important;
}

/*----------------------------------------------------------------
    Perfect Fourth (http://type-scale.com)
----------------------------------------------------------------*/
h1 {
  font-size: 2.369em;
}

h2 {
  font-size: 1.777em;
}

h3 {
  font-size: 1.333em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.75em;
}

h6 {
  font-size: 0.563em;
}

.row-content.buffer,
.row-content.buffer-top {
  padding-top: 3.8%;
  /* This overwrites a layers.css rule */
}

/*----------------------------------------------------------------
    Loaders
----------------------------------------------------------------*/
.landing {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
}

.loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6.250em;
  height: 6.250em;
  -webkit-animation: rotate 2.4s linear infinite;
  -moz-animation: rotate 2.4s linear infinite;
  animation: rotate 2.4s linear infinite;
}

.spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  width: 5em;
  height: 2em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.spinner > div {
  display: inline-block;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.landing-slider .spinner > div {
  background-color: rgba(255, 255, 255, 0.5);
}

.landing-els .spinner > div {
  background-color: rgba(0, 0, 0, 0.2);
}

.spinner .bounce1 {
  margin-right: 0.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  margin-right: 0.5em;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*----------------------------------------------------------------
    Header menu
----------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 0.5rem 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.no-parallax header {
  z-index: 9998 !important;
  background-color: #fecf31 !important;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
}

.no-parallax #intro {
  position: relative !important;
}

.no-parallax header.transparent.light #brand a,
.no-parallax header.transparent.light nav > ul > li > a {
  color: #fff !important;
}

header.transition {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

header.transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

header.transparent.light #brand a,
header.transparent.light nav > ul > li > a,
.caption {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: #fecf31;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

#brand {
  float: left;
  clear: none;
}

#brand a,
nav a {
  text-decoration: none;
}

#brand h1 {
  font-size: 1.556em;
  line-height: 3rem;
}

nav {
  position: relative;
  display: inline-block;
  float: right;
  clear: none;
}

#brand a,
nav a {
  color: #333;
}

#brand a img#default-logo,
#brand a img#retina-logo {
  float: left;
  margin-top: 0.286em;
  margin-right: 0.5em;
  height: 1.143em;
}

#brand a img#retina-logo {
  display: none;
}

/* retina logo */
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  #brand a img#retina-logo {
    display: block;
  }

  #brand a img#default-logo {
    display: none;
  }
}
header.transparent.light #brand a,
header.transparent.light nav > ul > li > a {
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

header.fixed-header.transparent.light #brand a,
header.fixed-header.transparent.light nav > ul > li > a {
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

header.fixed-header.transparent.light nav > ul > li:hover > a {
  border-bottom: 2px solid #333;
}

nav > ul,
nav > ul > li {
  float: left;
  clear: none;
}

nav > ul > li {
  padding: 0 0.778em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.778em;
  font-family: "Bevan", cursive, "Georgia", Cambria, Times New Roman, Times, serif;
  cursor: pointer;
}

nav > ul > li:last-child {
  padding: 0 0 0 0.778em;
}

nav > ul > li > a {
  line-height: 3rem;
}

nav > ul > li:hover > a {
  border-bottom: 2px solid #333;
}

header.transparent.light nav > ul > li:hover > a {
  border-bottom: 2px solid #fff;
}

nav li {
  position: relative;
  white-space: nowrap;
}

nav > ul li:hover > ul.sub-menu {
  display: block;
  /* show the submenu */
}

nav .sub-arrow {
  padding-left: 0.500em;
  vertical-align: middle;
  font-size: 0.714em;
}

nav ul.sub-menu {
  position: absolute;
  left: 0;
  z-index: 9999;
  /* level 2 */
  display: none;
  margin-bottom: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}

nav ul.sub-menu ul.sub-menu {
  top: 0px;
  left: 100%;
  /* level 3+ */
  margin-top: -0.063rem;
  padding-top: 0;
}

nav ul.sub-menu > li > a {
  display: block;
  padding: 0.5rem 1rem;
  background-color: #F6F6F6;
  font-size: 0.786em;
}

nav ul.sub-menu > li > a:hover {
  background-color: #FD685B;
  color: #fff;
}

nav ul.sub-menu > li:first-child > a {
  border-radius: 2px 2px 0 0;
}

nav ul.sub-menu > li:last-child > a {
  border-radius: 0 0 2px 2px;
}

#menu-toggle {
  display: none;
  color: #fff;
  text-decoration: none;
}

#menu-toggle i {
  line-height: 2;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

#menu-toggle i.active {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#menu-toggle:hover {
  color: #e9e9e9;
}

/*----------------------------------------------------------------
    Intro
----------------------------------------------------------------*/
#intro-wrap {
  position: relative;
  width: 100%;
  height: 8.333em;
  background-color: #080808;
}

#intro {
  position: fixed;
  width: inherit;
  height: inherit;
}

#intro .intro-item {
  position: absolute;
  width: inherit;
  height: inherit;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

#intro.preload .intro-item {
  visibility: hidden;
}

.darkover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
}

#intro .intro-mockup,
.caption,
.caption-mockup,
.photocaption {
  z-index: 2;
}

.caption,
.photocaption {
  position: absolute;
}

#intro .intro-mockup-wrapper,
.caption,
.photocaption {
  margin: 0 auto;
  padding: 0 8%;
}

#intro .intro-mockup-wrapper {
  max-width: 70em;
}

#intro .intro-mockup img {
  margin: 0 auto;
  max-width: 40em;
}

#intro .intro-mockup.intro-left img,
#intro .intro-mockup.intro-right img {
  max-width: 20em;
}

.owl-item .caption h2,
.owl-item .caption p,
.owl-item .caption .button,
.owl-item .caption-mockup h2,
.owl-item .caption-mockup p,
.owl-item .caption-mockup .button,
.owl-item .photocaption {
  opacity: 0;
}

.caption,
.caption-mockup {
  width: 100%;
  text-align: center;
}

.caption,
.caption h2,
.caption-mockup,
.caption-mockup h2,
.photocaption,
.photocaption h4 {
  color: #fff;
}

.caption.dark,
.caption.dark h2,
.caption-mockup.dark,
.caption-mockup.dark h2 {
  color: #333;
}

.caption h2,
.caption-mockup h2 {
  margin-bottom: 0.222em;
  font-size: 3em;
}

.caption h2 {
  margin-top: 0;
}

.caption p,
.caption-mockup p {
  margin-top: 0;
}

.caption-mockup.caption-left {
  float: left;
}

.caption-mockup.caption-right {
  float: right;
}

.photocaption {
  right: 0;
  bottom: 1.111em;
  padding: 0;
  max-width: 20%;
}

.photocaption h4 {
  margin: 0;
  padding: 0.778em 1em;
  background-color: rgba(0, 0, 0, 0.35);
  font-weight: 400;
  font-style: italic;
  font-size: 0.778em;
  font-family: 'Open Sans', sans-serif;
}

.caption a,
.caption-mockup a,
.photocaption a {
  color: #fff;
}

#intro-wrap .more {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 2.667em;
}

#intro-wrap:hover .preload .more a {
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* IE7 fix */
}

#intro-wrap .more a {
  color: #fff;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* IE7 fix */
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

#intro-wrap:hover .more a {
  opacity: 1;
  filter: Alpha(Opacity=100);
  /* IE7 fix */
}

/*----------------------------------------------------------------
    Blog & Portfolio
----------------------------------------------------------------*/
.single #post-nav ul {
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.778em;
}

.single #post-nav i {
  vertical-align: middle;
}

.single .post-nav,
.pagination-nav {
  float: left;
  clear: none;
  min-height: 1px;
}

.single .post-nav {
  width: 33.3%;
}

.pagination-nav {
  width: 50%;
}

.single #post-nav #all-items {
  text-align: center;
  font-size: 1.778em;
}

.single #prev-items,
#pagination #older {
  text-align: left;
}

.single #next-items,
#pagination #newer {
  text-align: right;
}

.single #post-nav a {
  color: #ccc;
  text-decoration: none;
}

.single #post-nav a:hover {
  color: #FD685B;
}

.single #post-nav .label {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.single #post-nav .label,
.single #post-nav #prev-items i,
.single #post-nav #next-items i {
  font-size: 0.75em;
}

.single #post-nav #prev-items .label {
  padding-left: 1.5em;
}

.single #post-nav #next-items .label {
  padding-right: 1.5em;
}

#pagination #newer .button i {
  margin-right: 0;
  margin-left: 0.667em;
}

.blog h5,
.blog-section h5,
.single h5,
.single .meta-post a,
.blog.list-style .meta-post a,
.search.list-style .meta-post,
.search.list-style .meta-post a {
  color: #ccc;
  font-weight: 400;
}

.blog .column.six h5,
.blog-section .column.six h5 {
  color: rgba(255, 255, 255, 0.7);
}

.blog-overlay i {
  color: #fff;
}

.single .meta-post a,
.blog.list-style .meta-post a,
.search.list-style .meta-post a {
  text-decoration: none;
}

.single .meta-post a:hover,
.blog.list-style .meta-post a:hover,
.search.list-style .meta-post a:hover {
  color: #FD685B;
}

.single h1 {
  margin-top: 0;
}

.single .meta-social,
.single .related {
  margin-bottom: 1.34em;
}

.single .related h4 {
  margin-bottom: 1.34em;
}

.blog.list-style article,
.blog-section.list-style article,
.search.list-style article {
  margin-bottom: 0 !important;
  padding: 3em 0;
  border-bottom: 1px solid #DDD;
}

.blog.list-style h2,
.blog-section.list-style h2,
.search.list-style h2 {
  margin-top: 0;
  margin-bottom: 0.313em;
}

.blog.list-style h5,
.blog-section.list-style h5,
.search.list-style h5 {
  margin-top: 0;
}

.blog.list-style article figure img,
.blog-section.list-style article figure img,
.search.list-style article figure img {
  width: 100%;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  border-radius: 25%;
}

.blog.list-style article p,
.blog-section.list-style article p,
.search.list-style article p {
  margin-bottom: 0;
}

.blog.masonry-style article h5,
.blog-section.masonry-style article h5 {
  text-transform: uppercase;
}

.blog.masonry-style article.six figure img,
.blog.masonry-style article.eight figure img,
.blog-section.masonry-style article.six figure img,
.blog-section.masonry-style article.eight figure img {
  width: 100%;
}

.blog.masonry-style article.six figure img,
.blog.masonry-style article.six figure .blog-overlay,
.blog.masonry-style article.eight figure img,
.blog.masonry-style article.eight figure .blog-overlay,
.blog-section.masonry-style article.six figure img,
.blog-section.masonry-style article.six figure .blog-overlay,
.blog-section.masonry-style article.eight figure img,
.blog-section.masonry-style article.eight figure .blog-overlay {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.blog.masonry-style article.six .blog-excerpt,
.blog.masonry-style article.eight .blog-excerpt,
.blog-section.masonry-style article.six .blog-excerpt,
.blog-section.masonry-style article.eight .blog-excerpt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 1em;
}

.blog.masonry-style article.six .blog-excerpt h2,
.blog.masonry-style article.eight .blog-excerpt h2,
.blog-section.masonry-style article.six .blog-excerpt h2,
.blog-section.masonry-style article.eight .blog-excerpt h2 {
  margin-top: 0;
  color: #fff;
  font-size: 1.333em;
}

.blog.masonry-style article.three,
.blog.masonry-style article.four,
.blog-section.masonry-style article.three,
.blog-section.masonry-style article.four {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.blog.masonry-style article.three figure img,
.blog.masonry-style article.four figure img,
.blog-section.masonry-style article.three figure img,
.blog-section.masonry-style article.four figure img {
  width: 100%;
}

.blog.masonry-style article.three figure img,
.blog.masonry-style article.three figure .blog-overlay,
.blog.masonry-style article.four figure img,
.blog.masonry-style article.four figure .blog-overlay,
.blog-section.masonry-style article.three figure img,
.blog-section.masonry-style article.three figure .blog-overlay,
.blog-section.masonry-style article.four figure img,
.blog-section.masonry-style article.four figure .blog-overlay {
  -webkit-border-radius: 1em 1em 0 0;
  -moz-border-radius: 1em 1em 0 0;
  border-radius: 1em 1em 0 0;
}

.blog.masonry-style article.three .blog-excerpt,
.blog.masonry-style article.four .blog-excerpt,
.blog-section.masonry-style article.three .blog-excerpt,
.blog-section.masonry-style article.four .blog-excerpt {
  overflow: hidden;
  padding: 0.556em;
  -webkit-border-radius: 0 0 1em 1em;
  -moz-border-radius: 0 0 1em 1em;
  border-radius: 0 0 1em 1em;
  background-color: #fff;
}

.blog.masonry-style article.three .blog-excerpt h2,
.blog.masonry-style article.four .blog-excerpt h2,
.blog-section.masonry-style article.three .blog-excerpt h2,
.blog-section.masonry-style article.four .blog-excerpt h2 {
  margin-top: 0;
  font-size: 0.889em;
}

.blog.masonry-style article.three .blog-excerpt p,
.blog.masonry-style article.four .blog-excerpt p,
.blog-section.masonry-style article.three .blog-excerpt p,
.blog-section.masonry-style article.four .blog-excerpt p {
  color: #333;
  font-size: 0.667em;
}

.blog.masonry-style article.three .blog-excerpt h5,
.blog.masonry-style article.four .blog-excerpt h5,
.blog-section.masonry-style article.three .blog-excerpt h5,
.blog-section.masonry-style article.four .blog-excerpt h5 {
  margin-top: 0.5em;
  font-size: 0.667em;
}

.blog.masonry-style article.three .blog-excerpt-inner,
.blog.masonry-style article.four .blog-excerpt-inner,
.blog-section.masonry-style article.three .blog-excerpt-inner,
.blog-section.masonry-style article.four .blog-excerpt-inner {
  overflow: hidden;
  height: 100%;
}

.blog.masonry-style article a figure,
.blog-section.masonry-style article a figure {
  position: relative;
}

.blog.masonry-style article a figure .blog-overlay,
.blog-section.masonry-style article a figure .blog-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(79, 193, 233, 0.9);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -moz-opacity: 0;
}

.blog.masonry-style article a,
.blog-section.masonry-style article a {
  text-decoration: none;
}

.blog.masonry-style article a:hover figure .blog-overlay,
.blog-section.masonry-style article a:hover figure .blog-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.blog.masonry-style article a:hover figure .blog-overlay i,
.blog-section.masonry-style article a:hover figure .blog-overlay i {
  -webkit-animation: overlay .5s ease forwards;
  -moz-animation: overlay .5s ease forwards;
  animation: overlay .5s ease forwards;
}

.blog.masonry-style article figure .blog-overlay i,
.blog-section.masonry-style article figure .blog-overlay i {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 2em;
}

.blog.masonry-style article.three figure .blog-overlay i,
.blog-section.masonry-style article.three figure .blog-overlay i {
  top: 35%;
}

.blog.masonry-style article.six figure .blog-overlay i,
.blog-section.masonry-style article.six figure .blog-overlay i {
  top: 10%;
}

.blog.list-style article h2 a,
.blog-section.list-style article h2 a,
.search.list-style article h2 a {
  color: #222;
  text-decoration: none;
}

.blog.list-style article h2 a:hover,
.blog-section.list-style article h2 a:hover,
.search.list-style article h2 a:hover {
  color: #FD685B;
  text-decoration: none;
}

.blog.list-style article.last,
.blog-section.list-style article.last,
.search.list-style article.last {
  border: none;
}

.blog.masonry-style article.six figure img,
.blog.masonry-style article.eight figure img,
.blog-section.masonry-style article.six figure img,
.blog-section.masonry-style article.eight figure img,
.blog.masonry-style article.three,
.blog.masonry-style article.four,
.blog-section.masonry-style article.three,
.blog-section.masonry-style article.four,
.blog.list-style article figure img,
.related img,
.related .overlay,
.portfolio-section figure img,
.portfolio-section .overlay {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
}

.portfolio ul.cats {
  margin-top: 0;
  text-align: center;
}

.portfolio ul.cats li {
  margin-right: 1em;
  color: #444;
  font-weight: 700;
  font-size: 0.889em;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}

.portfolio ul.cats li:hover {
  border-bottom: 2px solid #333;
  color: #333;
}

.portfolio ul.cats li.active {
  border-bottom: none;
  color: #FD685B;
}

.related .item {
  position: relative;
  float: left;
  clear: none;
  margin-right: 3.8%;
  margin-bottom: 3.8%;
  margin-left: 0;
  width: 30.75%;
}

.related .item.last {
  margin-right: 0% !important;
}

.portfolio figure img,
.portfolio .overlay,
.portfolio-section figure img,
.portfolio-section .overlay,
.single-portfolio figure img,
.single-portfolio .overlay {
  width: 100%;
}

.portfolio .overlay,
.portfolio-section .overlay,
.related .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  padding: 0 1em;
  height: 100%;
  border-bottom: none;
  background-color: transparent;
  color: #fff;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  -moz-opacity: 0;
}

.portfolio-section.dribbble-items .overlay {
  background-color: rgba(255, 107, 171, 0.9);
}

.portfolio .overlay i,
.portfolio-section .overlay i,
.related .overlay i {
  font-size: 2em;
  line-height: 1.8;
  padding: 0 23px;
}

.portfolio .overlay h2,
.portfolio-section .overlay h2,
.related .overlay h2 {
  margin-top: 0.67em;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.889em;
}

.portfolio .overlay p,
.portfolio-section .overlay p,
.related .overlay p {
  font-size: 0.722em;
}

.fluidvids {
  margin-bottom: 1em;
}

.portfolio .overlay,
.portfolio .overlay-content,
.portfolio-section .overlay,
.portfolio-section .overlay-content,
.related .overlay,
.related .overlay-content {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.portfolio .overlay,
.portfolio-section .overlay,
.related .overlay {
  text-decoration: none;
}

.portfolio .overlay:hover,
.portfolio-section .overlay:hover,
.related .overlay:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.portfolio .overlay:hover .overlay-content i,
.portfolio-section .overlay:hover .overlay-content i,
.related .overlay:hover .overlay-content i {
  -webkit-animation: overlay .5s ease forwards;
  -moz-animation: overlay .5s ease forwards;
  animation: overlay .5s ease forwards;
}

@-webkit-keyframes overlay {
  from {
    -webkit-transform: translateY(-0.5em);
  }
}
@-moz-keyframes overlay {
  from {
    -moz-transform: translateY(-0.5em);
  }
}
@keyframes overlay {
  from {
    transform: translateY(-0.5em);
  }
}
/*----------------------------------------------------------------
    Masonry
----------------------------------------------------------------*/
.grid-items,
.dribbble-items {
  position: relative;
}

.grid-items {
  min-height: 23em;
}

.dribbble-items {
  min-height: 9em;
}

.grid-items .column.three,
.grid-items .column.four,
.grid-items .column.six,
.grid-items .column.eight {
  margin-right: 0;
}

.shuffle-sizer {
  position: absolute;
  visibility: hidden;
  margin-left: 3.8%;
  min-height: 1px;
  opacity: 0;
}

.shuffle-sizer.three {
  width: 22.05%;
}

.shuffle-sizer.four {
  width: 30.75%;
}

.grid-items .item,
.dribbble-items .item {
  position: relative;
  margin-bottom: 2.96%;
}

.dribbble-items .item {
  -webkit-transform: scale3d(1, 1, 1);
  /* Fix some Chrome flikering on hover */
}

.grid-items.preload .item,
.dribbble-items.preload .item {
  display: none;
}

@media handheld, only screen and (max-width: 48em) {
  .shuffle-sizer-four {
    margin-left: 3.8%;
    width: 48%;
  }

  .grid-items.shuffle .column {
    width: 100% !important;
  }

  .grid-items .item,
  .dribbble-items .item {
    position: relative;
    margin-bottom: 3.8%;
  }
}
/*----------------------------------------------------------------
    Comments
----------------------------------------------------------------*/
#comments,
#reply-title {
  margin-bottom: 2em;
  color: #ccc;
  text-transform: uppercase;
  font-size: 0.778em;
}

#reply-title {
  margin-bottom: 0;
}

.comment-section {
  margin-bottom: 3em;
}

.single-comment {
  position: relative;
  margin-bottom: 2em;
  padding-left: 4.444em;
}

.comment-list li.comment > div img.avatar {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 4.286em;
  height: 4.286em;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  border-radius: 25%;
}

.comment-author cite {
  font-style: normal;
}

.comment-author cite a,
a.reply {
  color: #333;
  text-decoration: none;
}

.comment-author cite a:hover,
a.reply:hover {
  color: #FD685B;
}

.comment-author {
  font-weight: 700;
}

.comment-author,
.single-comment p {
  font-size: 0.778em;
}

.comment-meta {
  color: #999;
  font-size: 0.667em;
}

.comment-note {
  font-size: 0.667em;
}

.comment-list .children {
  padding-left: 2em;
}

/*----------------------------------------------------------------
    Error pages
----------------------------------------------------------------*/
.error404 h2,
.search-no-results h2,
.search-results > h4 {
  margin-top: 0;
}

.error404 article,
.search-no-results article,
.search-results {
  margin-top: 3em;
}

/*----------------------------------------------------------------
    Sidebar
----------------------------------------------------------------*/
.widget {
  font-size: 0.722em;
}

.widget h4 {
  margin-top: 0;
  color: #ccc;
}

.widget {
  margin-bottom: 3.333em;
}

.widget_search input,
.search-no-results input {
  padding-left: 3.077em;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 1.538em;
}

.widget_search form,
.search-no-results form {
  position: relative;
}

.pre-input {
  position: absolute;
}

.pre-input i {
  padding: 0.35em 0.6em 0.4em 1em;
  color: #ccc;
  line-height: 1.8 !important;
}

/*----------------------------------------------------------------
    Widgets
----------------------------------------------------------------*/
.widget h4 {
  text-transform: uppercase;
  font-size: 0.875rem;
}

/*----------------------------------------------------------------
    Social widgets
----------------------------------------------------------------*/
.meta-social ul li,
ul.meta-social li {
  padding: 0 0.278em;
  text-align: center;
}

.meta-social ul li a,
ul.meta-social li a {
  display: inline-block;
  width: 2.667em;
  height: 2.667em;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.18);
}

.text-light .meta-social ul li a,
.text-light ul.meta-social li a {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}

.meta-social ul li a i,
ul.meta-social li a i {
  line-height: 2em;
}

.meta-social ul li a:hover,
ul.meta-social li a:hover {
  color: #fff;
}

.meta-social ul li a.dribbble-share:hover,
ul.meta-social li a.dribbble-share:hover {
  border-color: #ea4c89;
  background-color: #ea4c89;
}

.meta-social ul li a.facebook-share:hover,
ul.meta-social li a.facebook-share:hover {
  border-color: #fecf31;
  background-color: #fecf31;
}

.meta-social ul li a.flickr-share:hover,
ul.meta-social li a.flickr-share:hover {
  border-color: #0063dc;
  background-color: #0063dc;
}

.meta-social ul li a.github-share:hover,
ul.meta-social li a.github-share:hover {
  border-color: #171515;
  background-color: #171515;
}

.meta-social ul li a.gplus-share:hover,
ul.meta-social li a.gplus-share:hover {
  border-color: #dd4b39;
  background-color: #dd4b39;
}

.meta-social ul li a.instagram-share:hover,
ul.meta-social li a.instagram-share:hover {
  border-color: #3f729b;
  background-color: #3f729b;
}

.meta-social ul li a.linkedin-share:hover,
ul.meta-social li a.linkedin-share:hover {
  border-color: #0e76a8;
  background-color: #0e76a8;
}

.meta-social ul li a.pinterest-share:hover,
ul.meta-social li a.pinterest-share:hover {
  border-color: #c8232c;
  background-color: #c8232c;
}

.meta-social ul li a.skype-share:hover,
ul.meta-social li a.skype-share:hover {
  border-color: #00aff0;
  background-color: #00aff0;
}

.meta-social ul li a.twitter-share:hover,
ul.meta-social li a.twitter-share:hover {
  border-color: #fecf31;
  background-color: #fecf31;
}

.meta-social ul li a.vimeo-share:hover,
ul.meta-social li a.vimeo-share:hover {
  border-color: #44bbff;
  background-color: #44bbff;
}

.meta-social ul li a.youtube-share:hover,
ul.meta-social li a.youtube-share:hover {
  border-color: #fecf31;
  background-color: #fecf31;
}

footer .meta-social ul li {
  padding-right: 0.5em;
  padding-left: 0;
}

.widget.meta-social ul li a i {
  vertical-align: -15%;
}

/*----------------------------------------------------------------
    Sections
----------------------------------------------------------------*/
section {
  background-color: inherit;
}

.section-title {
  margin-bottom: 2em;
  text-align: center;
}

.section-title h3 {
  display: inline-block;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 0.889em;
  line-height: 1.8;
}

/*----------------------------------------------------------------
    CTA
----------------------------------------------------------------*/
.call-to-action .row-content.buffer {
  padding-top: 4%;
  padding-bottom: 4%;
}

.call-to-action {
  text-align: center;
}

.call-to-action p {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
}

.call-to-action .button {
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: 0;
}

/*----------------------------------------------------------------
    Featured columns
----------------------------------------------------------------*/
.small-icon,
.big-icon {
  width: 2em;
  height: 2em;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  border-radius: 25%;
  background-color: rgba(0, 0, 0, 0.03);
  line-height: 2;
}

.small-icon-text {
  margin-left: 4.444em;
}

.small-icon-text h4 {
  margin-top: 1.1em;
}

.small-icon {
  display: block;
  float: left;
  font-size: 1.667em;
}

.small-icon i {
  width: inherit;
  text-align: center;
}

.small-icon,
.small-icon-text,
.small-icon-text h4,
.small-icon-text p {
  clear: none;
}

.big-icon-text h4 {
  font-size: 1.333em;
}

.big-icon {
  display: inline-block;
  font-size: 5.556em;
}

.text-s {
  font-size: 0.778em;
}

.text-xs {
  font-size: 0.722em;
}

.text-light {
  color: rgba(255, 255, 255, 0.9);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light i {
  color: #fff;
}

.text-light .small-icon,
.text-light .big-icon {
  background-color: rgba(255, 255, 255, 0.15);
}

.text-light a {
  color: #fff;
}

/*----------------------------------------------------------------
    Portfolio section
----------------------------------------------------------------*/
.more-btn {
  text-align: center;
}

/*----------------------------------------------------------------
    Skills rings
----------------------------------------------------------------*/
.chart {
  position: relative;
  display: inline-block;
  margin: 1em;
  width: 178px;
  height: 178px;
  text-align: center;
}

.chart canvas {
  width: 178px;
  height: 178px;
}

.chart-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.percent,
.count-number,
.count-number-done {
  color: #666;
  font-weight: 700;
  font-size: 2.333em;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.34;
}

.text-light .percent,
.text-light .count-number,
.text-light .count-number-done {
  color: #fff;
}

.percent:after {
  content: '%';
}

.chart-title,
.count-subject {
  font-weight: 700;
  font-size: 0.889em;
  font-family: 'Montserrat', sans-serif;
}

.chart-title {
  color: #999;
}

.text-light .chart-title,
.text-light .count-subject {
  color: rgba(255, 255, 255, 0.7);
}

.text-light .timeline .experience-info p {
  color: rgba(255, 255, 255, 0.7);
}

.text-light .timeline time {
  color: rgba(255, 255, 255, 0.5);
}

.text-light .timeline .experience,
.text-light .timeline .experience .circle {
  border-color: rgba(255, 255, 255, 0.5);
}

/*----------------------------------------------------------------
    Milestone
----------------------------------------------------------------*/
.count-item {
  text-align: center;
}

.count-item .small-icon {
  float: none;
  margin: 0 auto 0.333em auto;
}

.count-subject {
  margin-top: 0;
  color: #999;
  opacity: 0;
}

/*----------------------------------------------------------------
    Timeline
----------------------------------------------------------------*/
.timeline-label h4 {
  margin-top: 0;
  font-size: 1.556em;
}

.timeline-label p {
  font-size: 0.889em;
}

.timeline .experience {
  position: relative;
  float: left;
  margin-left: 2em;
  padding-left: 2em;
  border-left: 2px solid #ccc;
}

.timeline .experience-info h5 {
  margin-top: 0;
  margin-bottom: 0.333em;
  font-size: 1em;
}

.timeline .experience-info .role {
  font-size: 0.778em;
  font-family: 'Montserrat', sans-serif;
}

.timeline .experience-info p {
  color: #999;
  font-size: 0.722em;
}

.timeline time {
  display: block;
  width: 4.111em;
  color: #ccc;
  text-align: center;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.timeline .experience-img,
.timeline .experience-info,
.timeline .experience-info h5,
.timeline .experience-info .role,
.timeline .experience-info p {
  clear: none;
}

.timeline .experience .circle {
  position: absolute;
  top: 1em;
  left: -0.667em;
  display: block;
  width: 1.222em;
  height: 1.222em;
  border: 3px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #F5F5F5;
}

.timeline .experience-img {
  float: left;
  width: 3.333em;
  height: 3.333em;
}

.timeline .experience-img img {
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  border-radius: 25%;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
}

.timeline .experience-info {
  margin-left: 4.444em;
}

/*----------------------------------------------------------------
    Contact forms
----------------------------------------------------------------*/
.contact-section input,
.contact-section textarea,
.comment-form input,
.comment-form textarea {
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 0.889em !important;
}

.text-light input,
.text-light textarea {
  color: #fff;
}

.text-light input:not([type="button"]):hover,
.text-light textarea:not([type="button"]):hover {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.text-light textarea:not([type="button"]):focus,
.text-light textarea:not([type="button"]):active,
.text-light input:not([type="button"]):focus,
.text-light input:not([type="button"]):active {
  border-color: #fff !important;
}

.text-light .contact-section i {
  color: rgba(255, 255, 255, 0.7);
}

.text-light ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.text-light :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
}

.text-light ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}

.text-light :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-section input.name,
.contact-section input.email,
.comment-form input.name,
.comment-form input.email {
  padding-left: 3em;
}

.contact-section input.name,
.contact-section input.email,
.contact-section textarea,
.comment-form input.name,
.comment-form input.email,
.comment-form textarea {
  max-width: 100%;
  width: 100%;
}

.contact-section input[type="submit"],
.comment-form input[type="submit"] {
  float: right;
}

/*----------------------------------------------------------------
    Team
----------------------------------------------------------------*/
.about-us img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.about-us figcaption {
  text-align: center;
}

.about-us figcaption h4 {
  margin-bottom: 0.2em;
}

.about-us figcaption p {
  font-size: 0.778em;
}

.about-us .meta-social {
  font-size: 0.722em;
}

/*----------------------------------------------------------------
    Map
----------------------------------------------------------------*/
.map {
  height: 15em;
}

.gm-style > div > div {
  /* Overlay color */
  height: 100%;
}

.gm-style img {
  /* Fix tooltip */
  max-width: none;
}

.gm-style div {
  /* Fix tooltip */
  border-style: none;
}

.gm-style > div.gmnoprint {
  /* display: none; */
}

.gm-style > div > a {
  /* display: none !important; */
}

.infoBox {
  text-align: center;
}

.infobox-inner {
  display: inline-block;
  padding: 6px 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

.infobox-inner:after, .infobox-inner:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: " ";
  pointer-events: none;
}

.infobox-inner:after {
  margin-left: -10px;
  border-width: 10px;
  border-color: transparent;
}

.infobox-inner:before {
  margin-left: -10px;
  border-width: 10px;
  border-color: transparent;
  border-bottom-color: #fff;
}

/*----------------------------------------------------------------
    Testimonial
----------------------------------------------------------------*/
.testimonial-slider {
  font-style: italic;
}

.testimonial-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.quote p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.author {
  margin-bottom: 1em;
  font-size: 0.889em;
  opacity: 0.7;
}

.author:before {
  content: '− ';
}

.author:after {
  content: ' -';
}

/*----------------------------------------------------------------
    Slogan
----------------------------------------------------------------*/
.slogan {
  text-align: center;
}

.slogan p {
  font-size: 1.111em;
}

/*----------------------------------------------------------------
    onScreen animations
----------------------------------------------------------------*/
.slogan.animation.onscreen,
.call-to-action .animation.onscreen,
.side-mockup.left-mockup.animation.onscreen {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: lfade .65s ease forwards;
  -moz-animation: lfade .65s ease forwards;
  animation: lfade .65s ease forwards;
}

.side-mockup.right-mockup.animation.onscreen {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: rfade .65s ease forwards;
  -moz-animation: rfade .65s ease forwards;
  animation: rfade .65s ease forwards;
}

.count-subject.subject-on {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: smalllfade .65s ease forwards;
  -moz-animation: smalllfade .65s ease forwards;
  animation: smalllfade .65s ease forwards;
}

.owl-item .caption h2,
.owl-item .caption p,
.owl-item .caption .button,
.owl-item .caption-mockup h2,
.owl-item .caption-mockup p,
.owl-item .caption-mockup .button,
.owl-item .photocaption,
.side-mockup.left-mockup.animation,
.side-mockup.right-mockup.animation,
.slogan.animation,
.call-to-action .animation {
  opacity: 0;
}

.owl-item.active .photocaption {
  opacity: 0;
  -webkit-transform: translateX(3em);
  -moz-transform: translateX(3em);
  -ms-transform: translateX(3em);
  -o-transform: translateX(3em);
  transform: translateX(3em);
  -webkit-animation: photocaption .65s ease forwards;
  -moz-animation: photocaption .65s ease forwards;
  animation: photocaption .65s ease forwards;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}

.no-cssanimations .owl-item.active .photocaption {
  -ms-transform: translateX(0);
}

.owl-item.active .intro-mockup img {
  opacity: 0;
  -webkit-transform: translateY(3em);
  -moz-transform: translateY(3em);
  -ms-transform: translateY(3em);
  -o-transform: translateY(3em);
  transform: translateY(3em);
  -webkit-animation: mcaption .65s ease forwards;
  -moz-animation: mcaption .65s ease forwards;
  animation: mcaption .65s ease forwards;
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
  animation-delay: .8s;
}

.owl-item.active .caption h2,
.owl-item.active .caption-mockup h2 {
  opacity: 0;
  -webkit-animation: fade .65s ease forwards;
  -moz-animation: fade .65s ease forwards;
  animation: fade .65s ease forwards;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}

.owl-item.active .caption p,
.owl-item.active .caption-mockup p {
  opacity: 0;
  -webkit-animation: fade .65s ease forwards;
  -moz-animation: fade .65s ease forwards;
  animation: fade .65s ease forwards;
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
  animation-delay: .8s;
}

.owl-item.active .caption .button,
.owl-item.active .caption-mockup .button {
  opacity: 0;
  -webkit-animation: fade .65s ease forwards;
  -moz-animation: fade .65s ease forwards;
  animation: fade .65s ease forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.no-cssanimations .owl-item.active .photocaption,
.no-cssanimations .owl-item.active .caption h2,
.no-cssanimations .owl-item.active .caption-mockup h2,
.no-cssanimations .owl-item.active .caption p,
.no-cssanimations .owl-item.active .caption-mockup p,
.no-cssanimations .owl-item.active .caption .button,
.no-cssanimations .owl-item.active .caption-mockup .button {
  opacity: 1;
}

@-webkit-keyframes fade {
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  to {
    opacity: 1;
  }
}
@keyframes fade {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes photocaption {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes photocaption {
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes photocaption {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes mcaption {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes mcaption {
  to {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes mcaption {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes lfade {
  from {
    opacity: 0;
    -webkit-transform: translateX(-3em);
  }
}
@-moz-keyframes lfade {
  from {
    opacity: 0;
    -moz-transform: translateX(-3em);
  }
}
@keyframes lfade {
  from {
    opacity: 0;
    transform: translateX(-3em);
  }
}
@-webkit-keyframes smalllfade {
  from {
    opacity: 0;
    -webkit-transform: translateX(-1em);
  }
}
@-moz-keyframes smalllfade {
  from {
    opacity: 0;
    -moz-transform: translateX(-1em);
  }
}
@keyframes smalllfade {
  from {
    opacity: 0;
    transform: translateX(-1em);
  }
}
@-webkit-keyframes rfade {
  from {
    opacity: 0;
    -webkit-transform: translateX(3em);
  }
}
@-moz-keyframes rfade {
  from {
    opacity: 0;
    -moz-transform: translateX(3em);
  }
}
@keyframes rfade {
  from {
    opacity: 0;
    transform: translateX(3em);
  }
}
/*----------------------------------------------------------------
    Buttons
----------------------------------------------------------------*/
.button,
input.button {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1.34em;
  padding: 0.667em 2em;
  border-bottom: none;
  -webkit-border-radius: 0.333em;
  -moz-border-radius: 0.333em;
  border-radius: 0.333em;
  background-color: #545766;
  color: #FFFFFF !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 0.778em !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.714em !important;
  cursor: pointer;
}

.csstransitions .button,
.csstransitions input.button {
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  -moz-transition: background-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear;
}

.button:hover,
input.button:hover {
  border-bottom: none;
  background-color: rgba(84, 87, 102, 0.9);
}

.button:active,
input.button:active {
  box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.1);
}

.button i {
  margin-right: 0.667em;
  vertical-align: middle;
  line-height: 1em !important;
}

.button.red,
input.button.red {
  background-color: #fd685b;
}

.button.red:hover,
input.button.red:hover {
  background-color: rgba(253, 104, 91, 0.9);
}

.button.orange,
input.button.orange {
  background-color: #fa6f57;
}

.button.orange:hover,
input.button.orange:hover {
  background-color: rgba(250, 111, 87, 0.9);
}

.button.yellow,
input.button.yellow {
  background-color: #fecd5e;
}

.button.yellow:hover,
input.button.yellow:hover {
  background-color: rgba(254, 205, 94, 0.9);
}

.button.green,
input.button.green {
  background-color: #a1d26e;
}

.button.green:hover,
input.button.green:hover {
  background-color: rgba(161, 210, 110, 0.9);
}

.button.mint,
input.button.mint {
  background-color: #4fcead;
}

.button.mint:hover,
input.button.mint:hover {
  background-color: rgba(79, 206, 173, 0.9);
}

.button.aqua,
input.button.aqua {
  background-color: #55c1e7;
}

.button.aqua:hover,
input.button.aqua:hover {
  background-color: rgba(85, 193, 231, 0.9);
}

.button.blue,
input.button.blue {
  background-color: #609eea;
}

.button.blue:hover,
input.button.blue:hover {
  background-color: rgba(96, 158, 234, 0.9);
}

.button.purple,
input.button.purple {
  background-color: #ab94e9;
}

.button.purple:hover,
input.button.purple:hover {
  background-color: rgba(171, 148, 233, 0.9);
}

.button.pink,
input.button.pink {
  background-color: #ea89bf;
}

.button.pink:hover,
input.button.pink:hover {
  background-color: rgba(234, 137, 191, 0.9);
}

.button.white,
input.button.white {
  background-color: white;
  color: #545766 !important;
}

.button.white:hover,
input.button.white:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.button.grey,
input.button.grey {
  background-color: #aab2bc;
}

.button.grey:hover,
input.button.grey:hover {
  background-color: rgba(170, 178, 188, 0.9);
}

.button.dark-grey,
input.button.dark-grey {
  background-color: #545766;
}

.button.dark-grey:hover,
input.button.dark-grey:hover {
  background-color: rgba(84, 87, 102, 0.9);
}

.button.transparent,
input.button.transparent {
  border: 2px solid #545766;
  background-color: transparent;
  color: #545766 !important;
}

.button.transparent:hover,
input.button.transparent:hover {
  border: 2px solid #545766;
  background-color: #545766;
  color: #fff !important;
}

.button.transparent.red,
input.transparent.button.red {
  border: 2px solid #fd685b;
  color: #fd685b !important;
}

.button.transparent.red:hover,
input.button.transparent.red:hover {
  border: 2px solid #fd685b;
  background-color: #fd685b;
  color: #fff !important;
}

.button.transparent.orange,
input.transparent.button.orange {
  border: 2px solid #fa6f57;
  color: #fa6f57 !important;
}

.button.transparent.orange:hover,
input.button.transparent.orange:hover {
  border: 2px solid #fa6f57;
  background-color: #fa6f57;
  color: #fff !important;
}

.button.transparent.yellow,
input.transparent.button.yellow {
  border: 2px solid #fecd5e;
  color: #fecd5e !important;
}

.button.transparent.yellow:hover,
input.button.transparent.yellow:hover {
  border: 2px solid #fecd5e;
  background-color: #fecd5e;
  color: #fff !important;
}

.button.transparent.green,
input.transparent.button.green {
  border: 2px solid #a1d26e;
  color: #a1d26e !important;
}

.button.transparent.green:hover,
input.button.transparent.green:hover {
  border: 2px solid #a1d26e;
  background-color: #a1d26e;
  color: #fff !important;
}

.button.transparent.mint,
input.transparent.button.mint {
  border: 2px solid #4fcead;
  color: #4fcead !important;
}

.button.transparent.mint:hover,
input.button.transparent.mint:hover {
  border: 2px solid #4fcead;
  background-color: #4fcead;
  color: #fff !important;
}

.button.transparent.aqua,
input.transparent.button.aqua {
  border: 2px solid #55c1e7;
  color: #55c1e7 !important;
}

.button.transparent.aqua:hover,
input.button.transparent.aqua:hover {
  border: 2px solid #55c1e7;
  background-color: #55c1e7;
  color: #fff !important;
}

.button.transparent.blue,
input.transparent.button.blue {
  border: 2px solid #609eea;
  color: #609eea !important;
}

.button.transparent.blue:hover,
input.button.transparent.blue:hover {
  border: 2px solid #609eea;
  background-color: #609eea;
  color: #fff !important;
}

.button.transparent.purple,
input.transparent.button.purple {
  border: 2px solid #ab94e9;
  color: #ab94e9 !important;
}

.button.transparent.purple:hover,
input.button.transparent.purple:hover {
  border: 2px solid #ab94e9;
  background-color: #ab94e9;
  color: #fff !important;
}

.button.transparent.pink,
input.transparent.button.pink {
  border: 2px solid #ea89bf;
  color: #ea89bf !important;
}

.button.transparent.pink:hover,
input.button.transparent.pink:hover {
  border: 2px solid #ea89bf;
  background-color: #ea89bf;
  color: #fff !important;
}

.button.transparent.white,
input.transparent.button.white {
  border: 2px solid white;
  color: white !important;
}

.button.transparent.white:hover,
input.button.transparent.white:hover {
  border: 2px solid white;
  background-color: white;
  color: #545766 !important;
}

.button.transparent.grey,
input.transparent.button.grey {
  border: 2px solid #aab2bc;
  color: #aab2bc !important;
}

.button.transparent.grey:hover,
input.button.transparent.grey:hover {
  border: 2px solid #aab2bc;
  background-color: #aab2bc;
  color: #fff !important;
}

.button.transparent.dark-grey,
input.transparent.button.dark-grey {
  border: 2px solid #545766;
  color: #545766 !important;
}

.button.transparent.dark-grey:hover,
input.button.transparent.dark-grey:hover {
  border: 2px solid #545766;
  background-color: #545766;
  color: #fff !important;
}

/*----------------------------------------------------------------
    Icons
----------------------------------------------------------------*/
.red,
i.icon.red,
i.fa.red {
  color: #fd685c;
}

.orange,
i.icon.orange,
i.fa.orange {
  color: #fa6f57;
}

.yellow,
i.icon.yellow,
i.fa.yellow {
  color: #fecd5e;
}

.green,
i.icon.green,
i.fa.green {
  color: #a1d26e;
}

.mint,
i.icon.mint,
i.fa.mint {
  color: #4fcead;
}

.aqua,
i.icon.aqua,
i.fa.aqua {
  color: #55c1e7;
}

.blue,
i.icon.blue,
i.fa.blue {
  color: #609eea;
}

.purple,
i.icon.purple,
i.fa.purple {
  color: #ab94e9;
}

.pink,
i.icon.pink,
i.fa.pink {
  color: #ea89bf;
}

.white,
i.icon.white,
i.fa.white {
  color: #fff;
}

.grey,
i.icon.grey,
i.fa.grey {
  color: #aab2bc;
}

.dark-grey,
i.icon.dark-grey,
i.fa.dark-grey {
  color: #545766;
}

.text-light i.icon,
.text-light i.fa {
  color: #fff !important;
}

/*----------------------------------------------------------------
    Footer
----------------------------------------------------------------*/
footer {
  position: relative;
  z-index: 10;
  background-color: #080808;
  color: #fff;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #fff;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fecf31;
}

footer .meta-social ul li a {
  border-color: none;
  color: #fecf31;
  font-size: 1.75em;
}

footer .meta-social ul li a:hover {
  color: #080808;
  border-color: #fecf31;
  background-color: #fecf31;
}

#top-footer h4 {
  margin-top: 1.34em;
}

#top-footer .widget {
  margin-bottom: 0;
  font-size: 0.778em;
}

footer .row-content.buffer {
  padding-top: 2%;
  padding-bottom: 0;
}

#bottom-footer {
  font-size: 0.667em;
}

/*----------------------------------------------------------------
    LineIcon font - Made with Fontastic.me - Icons: http://graphicburger.com/line-icon-set-for-ui/
----------------------------------------------------------------*/
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "lineicon";
  src: url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/fonts/lineicon.eot");
  src: url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/fonts/lineicon.eot#iefix") format("embedded-opentype"), url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/fonts/lineicon.woff") format("woff"), url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/fonts/lineicon.ttf") format("truetype"), url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/fonts/lineicon.svg#lineicon") format("svg");
}
[data-icon]:before {
  content: attr(data-icon);
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-family: "lineicon" !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-family: "lineicon" !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-images:before {
  content: "\e000";
}

.icon-arrow-up:before {
  content: "\e001";
}

.icon-arrow-right:before {
  content: "\e002";
}

.icon-arrow-left:before {
  content: "\e003";
}

.icon-arrow-down:before {
  content: "\e004";
}

.icon-search:before {
  content: "\e005";
}

.icon-camera:before {
  content: "\e006";
}

.icon-video:before {
  content: "\e007";
}

.icon-picture:before {
  content: "\e008";
}

.icon-home:before {
  content: "\e009";
}

.icon-outline-left-arrow:before {
  content: "\e00a";
}

.icon-outline-left-dir:before {
  content: "\e00b";
}

.icon-outline-left-right-arrow:before {
  content: "\e00c";
}

.icon-outline-right-arrow:before {
  content: "\e00d";
}

.icon-outline-right-dir:before {
  content: "\e00e";
}

.icon-outline-enlarge:before {
  content: "\e00f";
}

.icon-outline-close:before {
  content: "\e010";
}

.icon-multiview:before {
  content: "\e011";
}

.icon-load:before {
  content: "\e012";
}

.icon-link-two:before {
  content: "\e013";
}

.icon-link-one:before {
  content: "\e014";
}

.icon-reload:before {
  content: "\e015";
}

.icon-user:before {
  content: "\e016";
}

.icon-users:before {
  content: "\e017";
}

.icon-vertical-tag:before {
  content: "\e018";
}

.icon-checked:before {
  content: "\e019";
}

.icon-clip:before {
  content: "\e01a";
}

.icon-download:before {
  content: "\e01b";
}

.icon-equalizer:before {
  content: "\e01c";
}

.icon-flag:before {
  content: "\e01d";
}

.icon-gear:before {
  content: "\e01e";
}

.icon-outline-menu:before {
  content: "\e01f";
}

.icon-horizontal-tag:before {
  content: "\e020";
}

.icon-archive:before {
  content: "\e021";
}

.icon-bag:before {
  content: "\e022";
}

.icon-battery-25:before {
  content: "\e023";
}

.icon-battery-50:before {
  content: "\e024";
}

.icon-battery-75:before {
  content: "\e025";
}

.icon-battery-charged:before {
  content: "\e026";
}

.icon-battery-dead:before {
  content: "\e027";
}

.icon-bin:before {
  content: "\e028";
}

.icon-brush:before {
  content: "\e029";
}

.icon-connections:before {
  content: "\e02a";
}

.icon-compass:before {
  content: "\e02b";
}

.icon-comments:before {
  content: "\e02c";
}

.icon-comment-two:before {
  content: "\e02d";
}

.icon-comment-one:before {
  content: "\e02e";
}

.icon-clock:before {
  content: "\e02f";
}

.icon-cart:before {
  content: "\e030";
}

.icon-calendar:before {
  content: "\e031";
}

.icon-calc:before {
  content: "\e032";
}

.icon-bulb:before {
  content: "\e033";
}

.icon-crown:before {
  content: "\e034";
}

.icon-cup:before {
  content: "\e035";
}

.icon-diamond:before {
  content: "\e036";
}

.icon-doc:before {
  content: "\e037";
}

.icon-email:before {
  content: "\e038";
}

.icon-eye:before {
  content: "\e039";
}

.icon-film:before {
  content: "\e03a";
}

.icon-flame:before {
  content: "\e03b";
}

.icon-flash:before {
  content: "\e03c";
}

.icon-folder:before {
  content: "\e03d";
}

.icon-map:before {
  content: "\e03e";
}

.icon-lock:before {
  content: "\e03f";
}

.icon-inbox:before {
  content: "\e040";
}

.icon-heart:before {
  content: "\e041";
}

.icon-graph:before {
  content: "\e042";
}

.icon-globe:before {
  content: "\e043";
}

.icon-money:before {
  content: "\e044";
}

.icon-news:before {
  content: "\e045";
}

.icon-phone-one:before {
  content: "\e046";
}

.icon-phone-two:before {
  content: "\e047";
}

.icon-pin:before {
  content: "\e048";
}

.icon-pocket:before {
  content: "\e049";
}

.icon-wifi:before {
  content: "\e04a";
}

.icon-unlock:before {
  content: "\e04b";
}

.icon-scissors:before {
  content: "\e04c";
}

.icon-stamp:before {
  content: "\e04d";
}

.icon-star:before {
  content: "\e04e";
}

.icon-target:before {
  content: "\e04f";
}

.icon-tshirt:before {
  content: "\e050";
}

.icon-tumbler:before {
  content: "\e051";
}

.icon-pencil:before {
  content: "\e052";
}

.icon-paperfly:before {
  content: "\e053";
}

.icon-control-eject:before {
  content: "\e054";
}

.icon-control-fastforward:before {
  content: "\e055";
}

.icon-control-next:before {
  content: "\e056";
}

.icon-control-pause:before {
  content: "\e057";
}

.icon-control-play:before {
  content: "\e058";
}

.icon-cassette:before {
  content: "\e059";
}

.icon-control-prev:before {
  content: "\e05a";
}

.icon-control-rec:before {
  content: "\e05b";
}

.icon-control-rewind:before {
  content: "\e05c";
}

.icon-control-shuffle:before {
  content: "\e05d";
}

.icon-control-stop:before {
  content: "\e05e";
}

.icon-crop:before {
  content: "\e05f";
}

.icon-desktop:before {
  content: "\e060";
}

.icon-disk:before {
  content: "\e061";
}

.icon-headphones:before {
  content: "\e062";
}

.icon-laptop:before {
  content: "\e063";
}

.icon-layout:before {
  content: "\e064";
}

.icon-leaf:before {
  content: "\e065";
}

.icon-microphone:before {
  content: "\e066";
}

.icon-megaphone:before {
  content: "\e067";
}

.icon-music:before {
  content: "\e068";
}

.icon-speaker-on:before {
  content: "\e069";
}

.icon-speaker-off:before {
  content: "\e06a";
}

.icon-smartphone:before {
  content: "\e06b";
}

.icon-select:before {
  content: "\e06c";
}

.icon-resize:before {
  content: "\e06d";
}

.icon-umbrella:before {
  content: "\e06e";
}

.icon-weather-changeable:before {
  content: "\e06f";
}

.icon-weather-cloudy:before {
  content: "\e070";
}

.icon-weather-rainy:before {
  content: "\e071";
}

.icon-weather-snowy:before {
  content: "\e072";
}

.icon-weather-stormy:before {
  content: "\e073";
}

.icon-weather-sunny:before {
  content: "\e074";
}

.icon-tablet:before {
  content: "\e075";
}

.icon-arrow-down-simple:before {
  content: "\e076";
}

.icon-arrow-left-simple:before {
  content: "\e077";
}

.icon-arrow-right-simple:before {
  content: "\e078";
}

.icon-arrow-up-simple:before {
  content: "\e079";
}

.icon-close:before {
  content: "\e07a";
}

.icon-plus:before {
  content: "\e07b";
}

/*----------------------------------------------------------------
    Align Fontawesome and LineIcon fonts
----------------------------------------------------------------*/
.big-icon .icon,
.small-icon .icon,
.big-icon .fa,
.small-icon .fa {
  vertical-align: baseline;
}

.icon,
.fa {
  /* vertical-align: middle; */
}

/*----------------------------------------------------------------
    Hide icons underline
----------------------------------------------------------------*/
.icon {
  display: inline-block;
}

/*----------------------------------------------------------------
    640px Breakpoint
----------------------------------------------------------------*/
@media handheld, only screen and (max-width: 40em) {
  #intro .caption h2,
  #intro .caption-mockup h2 {
    font-size: 2.4em;
  }

  #intro .caption p,
  #intro .caption-mockup p {
    font-size: 0.8em;
  }

  .photocaption {
    display: none;
  }
}
/*----------------------------------------------------------------
    768px Breakpoint
----------------------------------------------------------------*/
@media handheld, only screen and (max-width: 48em) {
  header {
    position: relative !important;
    background-color: #fecf31 !important;
  }

  #brand a,
  nav a {
    color: #fff !important;
  }

  nav a:hover {
    color: #fecf31 !important;
  }

  #brand,
  nav,
  #menu-toggle {
    display: block;
  }

  #menu-toggle {
    float: right;
    clear: none;
  }

  nav {
    float: none;
    clear: both;
  }

  nav > ul {
    margin-top: 2em;
  }

  #brand h1 {
    line-height: 1.8;
  }

  nav > ul {
    display: none;
  }

  nav > ul,
  nav > ul > li {
    float: none;
  }

  .sub-arrow {
    display: none;
  }

  nav > ul li > a {
    display: block;
    margin: 0;
    padding: 0.625rem 0;
    border-bottom: 1px solid #080808 !important;
    line-height: 1.250rem;
  }

  nav > ul > li > a:hover {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }

  nav > ul li.last > a,
  nav > ul li.last > a:hover {
    border-bottom: none !important;
  }

  nav > ul > li.menu-item {
    padding: 0 !important;
  }

  nav ul.sub-menu > li > a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }

  nav ul.sub-menu > li > a {
    color: #666 !important;
    font-size: 0.688rem;
  }

  nav ul.sub-menu > li > a,
  nav ul li > a:hover {
    background-color: transparent !important;
  }

  nav ul li > a:hover {
    color: #e9e9e9 !important;
  }

  nav > ul > li:hover > a {
    border-bottom: none;
  }

  nav ul.sub-menu {
    position: static;
    display: block;
    padding: 0 0 0 1.5em;
    width: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #intro {
    position: relative;
  }

  .more {
    display: none;
  }

  .column .count-item {
    margin-bottom: 2em;
  }

  .column.last .count-item {
    margin-bottom: 0;
  }

  .carousel-item {
    text-align: center;
  }

  .carousel-item img,
  .about-us img,
  .testimonial-img img {
    margin: 0 auto;
  }

  .carousel-item img {
    max-width: 12.5em;
  }

  .about-us img {
    max-width: 20em;
    width: 100%;
  }

  .testimonial-img img {
    margin-bottom: 1em;
    max-width: 10em;
    width: 100%;
  }

  .testimonial-slider {
    text-align: center;
  }

  .blog.list-style article figure,
  .blog-section.list-style article figure,
  .search.list-style article figure {
    margin-bottom: 1em;
  }
}
/*----------------------------------------------------------------
    320px Breakpoint - Fix some mockups
----------------------------------------------------------------*/
@media handheld, only screen and (min-width: 20em) and (max-width: 20em) {
  .side-mockup .ipad-slider {
    margin-left: -21px;
  }

  .side-mockup .iphone-slider {
    margin-left: -18px;
  }

  .side-mockup .dasktop-slider {
    margin-left: -29px;
  }
}
/*----------------------------------------------------------------
    Lightbox
----------------------------------------------------------------*/
#imagelightbox {
  position: fixed;
  z-index: 9999;
  cursor: pointer;
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-nav {
  -webkit-animation: fade-in .25s linear;
  -moz-animation: fade-in .25s linear;
  -o-animation: fade-in .25s linear;
  animation: fade-in .25s linear;
}

#imagelightbox-caption {
  -webkit-animation: bottom-in .5s ease;
  -moz-animation: bottom-in .5s ease;
  -o-animation: bottom-in .5s ease;
  animation: bottom-in .5s ease;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes bottom-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes bottom-in {
  from {
    opacity: 0;
    -moz-transform: translateY(50%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@-o-keyframes bottom-in {
  from {
    opacity: 0;
    -o-transform: translateY(50%);
  }
  to {
    opacity: 1;
    -o-transform: translateY(0%);
  }
}
@keyframes bottom-in {
  from {
    opacity: 0;
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
#imagelightbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: #1b1f23;
  background-color: rgba(27, 31, 35, 0.95);
}

#imagelightbox-caption {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
}

#imagelightbox-caption h3 {
  margin-top: 0.67em;
}

#imagelightbox-close i {
  position: fixed;
  top: 1.5em;
  right: 1.5em;
  z-index: 10002;
  width: 1em !important;
  height: 1em !important;
  color: rgba(255, 255, 255, 0.5);
  font-size: 2em;
  line-height: 1 !important;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

#imagelightbox-close i:hover {
  color: white;
}

.landing-els.lightbox {
  position: fixed;
  z-index: 9997;
}

.landing-els.lightbox .spinner > div {
  background-color: rgba(255, 255, 255, 0.5);
}

/*----------------------------------------------------------------
    Owl Carousel mockups
----------------------------------------------------------------*/
.owl-item {
  clear: none;
}

.owl-item > div {
  padding: 0;
}

#intro .owl-item > div,
.gallery .owl-item > div {
  padding: 0;
}

.owl-theme .owl-controls .owl-buttons div,
#intro.owl-theme .owl-controls .owl-pagination {
  position: absolute;
}

#intro.owl-theme .owl-controls .owl-pagination {
  bottom: 1em;
  margin: 0 20%;
  width: 60%;
}

.slider .owl-theme .owl-controls .owl-buttons div {
  color: #aaa;
}

.gallery.slider .owl-theme .owl-controls .owl-buttons div {
  color: #fff;
}

.slider .owl-theme .owl-controls .owl-page span {
  background: #aaa;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  top: 53%;
  left: 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  top: 53%;
  right: 20px;
}

.gallery .owl-theme .owl-controls .owl-buttons .owl-prev {
  top: 0.944em;
  right: 0.333em;
  left: auto;
}

.gallery .owl-theme .owl-controls .owl-buttons .owl-next {
  top: 2.222em;
  right: 0.333em;
}

.owl-item img {
  display: block;
  width: 100%;
  height: auto;
}

.mockup {
  pointer-events: none;
}

.slider {
  display: none;
}

.slider .owl-wrapper-outer {
  margin-bottom: 1em;
}

.iphone-slider .owl-carousel .owl-wrapper-outer,
.ipad-slider .owl-carousel .owl-wrapper-outer,
.desktop-slider .owl-carousel .owl-wrapper-outer {
  overflow: visible;
}

.iphone-slider .owl-item,
.ipad-slider .owl-item,
.desktop-slider .owl-item {
  overflow-y: hidden;
}

.iphone-slider {
  margin: 0 auto;
}

.iphone-slider {
  min-height: 800px;
  width: 416px;
}

.iphone-slider .owl-item {
  margin: 100px 0;
  height: 568px;
}

.iphone-slider .owl-item div {
  padding: 0 48px;
  height: inherit;
}

.iphone-slider .owl-item,
.ipad-slider .owl-item,
.desktop-slider .owl-item {
  opacity: 0.3;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -ms-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.iphone-slider .owl-item.active,
.ipad-slider .owl-item.active,
.desktop-slider .owl-item.active {
  opacity: 1;
}

.iphone-mockup {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -200px;
  width: 400px;
}

.iphone-mockup,
.iphone-slider .owl-wrapper-outer {
  height: 800px;
}

.iphone-mockup,
.iphone-mockup.black {
  background: url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/img/mockups/iphone-black.svg") no-repeat;
}

.no-svg .iphone-mockup,
.no-svg .iphone-mockup.black {
  background: url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/img/mockups/iphone-black.png") no-repeat;
}

.iphone-mockup.white {
  background: url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/img/mockups/iphone-white.svg") no-repeat;
}

.no-svg .iphone-mockup.white {
  background: url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/img/mockups/iphone-white.png") no-repeat;
}

.iphone-mockup.grey {
  background: url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/img/mockups/iphone-grey.svg") no-repeat;
}

.no-svg .iphone-mockup.grey {
  background: url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/img/mockups/iphone-grey.png") no-repeat;
}

.iphone-mockup,
.iphone-mockup.black,
.iphone-mockup.white,
.iphone-mockup.grey {
  background-size: 400px 800px !important;
}

.iphone-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -30px;
}

.iphone-slider .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -30px;
}

.ipad-slider {
  margin: 0 auto;
}

.ipad-slider {
  min-height: 504px;
  width: 630px;
}

.ipad-slider .owl-item {
  margin: 63px 0;
  height: 378px;
}

.ipad-slider .owl-item div {
  padding: 0 63px;
  height: inherit;
}

.ipad-mockup {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -315px;
  width: 630px;
}

.ipad-mockup,
.ipad-slider .owl-wrapper-outer {
  height: 504px;
}

.ipad-mockup,
.ipad-mockup.black {
  background: url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/img/mockups/ipad-black.svg") no-repeat;
}

.no-svg .ipad-mockup,
.no-svg .ipad-mockup.black {
  background: url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/img/mockups/ipad-black.png") no-repeat;
}

.ipad-mockup.white {
  background: url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/img/mockups/ipad-white.svg") no-repeat;
}

.no-svg .ipad-mockup.white {
  background: url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/img/mockups/ipad-white.png") no-repeat;
}

.ipad-mockup.grey {
  background: url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/img/mockups/ipad-grey.svg") no-repeat;
}

.no-svg .ipad-mockup.grey {
  background: url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/img/mockups/ipad-grey.png") no-repeat;
}

.ipad-mockup,
.ipad-mockup.black,
.ipad-mockup.white,
.ipad-mockup.grey {
  background-size: 630px 504px !important;
}

.ipad-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -47px;
}

.ipad-slider .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -47px;
}

.desktop-slider {
  margin: 0 auto;
}

.desktop-slider {
  min-height: 462px;
  width: 664px;
}

.desktop-slider .owl-item {
  margin: 26px 0;
  height: 315px;
}

.desktop-slider .owl-item div {
  padding: 0 45px;
  height: inherit;
}

.desktop-mockup {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -315px;
  width: 630px;
  background: url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/img/mockups/desktop.svg") no-repeat;
  background-size: 630px 462px !important;
}

.no-svg .desktop-mockup {
  background: url("http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/img/mockups/desktop.png") no-repeat;
}

.desktop-mockup,
.desktop-slider .owl-wrapper-outer {
  height: 462px;
}

.desktop-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -30px;
}

.desktop-slider .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -30px;
}

.side-mockup {
  clear: none;
}

.side-mockup .owl-wrapper-outer {
  overflow: hidden !important;
}

.side-mockup .iphone-slider .owl-item,
.side-mockup .ipad-slider .owl-item,
.side-mockup .desktop-slider .owl-item {
  opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

@media handheld, only screen and (max-width: 48em) {
  .iphone-slider {
    min-height: 600px;
    width: 300px;
  }

  .iphone-slider .owl-item {
    margin: 75px 0;
    height: 426px;
  }

  .iphone-slider .owl-item div {
    padding: 0 30px;
  }

  .iphone-mockup,
  .iphone-mockup.black,
  .iphone-mockup.white,
  .iphone-mockup.grey {
    margin-left: -150px;
    width: 300px;
    background-size: 300px 600px !important;
  }

  .iphone-mockup,
  .iphone-mockup.black,
  .iphone-mockup.white,
  .iphone-mockup.grey,
  .iphone-slider .owl-wrapper-outer {
    height: 600px;
  }

  .ipad-slider {
    min-height: 240px;
    width: 310px;
  }

  .ipad-slider .owl-item {
    margin: 30px 0;
    height: 180px;
  }

  .ipad-slider .owl-item div {
    padding: 0 35px;
  }

  .ipad-mockup,
  .ipad-mockup.black,
  .ipad-mockup.white,
  .ipad-mockup.grey {
    margin-left: -150px;
    width: 300px;
    background-size: 300px 240px !important;
  }

  .ipad-mockup,
  .ipad-mockup.black,
  .ipad-mockup.white,
  .ipad-mockup.grey,
  .ipad-slider .owl-wrapper-outer {
    height: 240px;
  }

  .desktop-slider {
    min-height: 220px;
    width: 326px;
  }

  .desktop-slider .owl-item {
    margin: 12px 0;
    height: 151px;
  }

  .desktop-slider .owl-item div {
    padding: 0 26px;
  }

  .desktop-mockup {
    margin-left: -150px;
    width: 300px;
    background-size: 300px 220px !important;
  }

  .desktop-mockup,
  .desktop-slider .owl-wrapper-outer {
    height: 220px;
  }

  .iphone-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -22px;
  }

  .iphone-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -22px;
  }

  .ipad-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -28px;
  }

  .ipad-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -28px;
  }

  .desktop-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -20px;
  }

  .desktop-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -20px;
  }
}
@media (max-width: 30em) {
  .owl-buttons {
    display: none;
  }

  .side-mockup .owl-buttons,
  .side-mockup .owl-pagination {
    display: block;
  }
}
/*----------------------------------------------------------------
    Owl Carousel general
----------------------------------------------------------------*/
.owl-theme .owl-controls {
  margin-top: 0;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  /* text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); */
  display: inline-block;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
  zoom: 1;
  *display: inline;
}

#intro-wrap .owl-controls .owl-buttons div {
  text-shadow: none;
  font-size: 2.667em;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

#intro-wrap:hover .owl-controls .owl-buttons div {
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

#intro-wrap:hover .owl-controls .owl-buttons div:hover {
  opacity: 1;
  filter: Alpha(Opacity=100);
}

.dark-controls .owl-theme .owl-controls .owl-buttons div {
  color: #292929;
}

.white-controls .owl-theme .owl-controls .owl-buttons div {
  color: #fff;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none;
  opacity: 1;
  filter: Alpha(Opacity=100);
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  margin: 0.333em;
  width: 0.667em;
  height: 0.667em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.text-light .owl-theme .owl-controls .owl-page span,
.text-light .testimonial-slider.owl-theme .owl-controls .owl-page span,
.text-light .custom-carousel.owl-theme .owl-controls .owl-page span {
  background: #fff;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.dark-controls .owl-theme .owl-controls .owl-page span,
.testimonial-slider.owl-theme .owl-controls .owl-page span,
.custom-carousel.owl-theme .owl-controls .owl-page span {
  background: #aaa;
}

.white-controls .owl-theme .owl-controls .owl-page span {
  background: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
.text-light .owl-theme .owl-controls .owl-page.active span,
.text-light .testimonial-slider.owl-theme .owl-controls .owl-page.active span,
.text-light .custom-carousel.owl-theme .owl-controls .owl-page.active span {
  opacity: 1;
  filter: Alpha(Opacity=100);
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 2px 10px;
  width: auto;
  height: auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ccc;
  font-size: 12px;
}

.owl-item.loading {
  min-height: 150px;
  background: url(http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/img/AjaxLoader.gif) no-repeat center center;
}

.owl-theme .owl-controls .owl-buttons div {
  margin-top: -20px;
  font-size: 40px;
}

.gallery .owl-controls .owl-buttons div {
  font-size: 2em;
}

#intro-wrap .owl-carousel .owl-wrapper-outer,
#intro-wrap .owl-wrapper,
#intro-wrap .owl-carousel .owl-item {
  height: inherit;
}

#intro-wrap .owl-carousel .owl-item {
  overflow: hidden;
}

@media handheld, only screen and (min-width: 48em) {
  .owl-theme .owl-controls .owl-buttons div {
    margin-top: -25px;
    font-size: 50px;
  }

  .gallery .owl-controls .owl-buttons div {
    font-size: 2em;
  }

  .carousel-item h1,
  .carousel-item h2,
  .carousel-item h3,
  .carousel-item h4,
  .carousel-item h5,
  .carousel-item h6 {
    margin-top: 0.67em;
  }

  .caption-mockup h2 {
    margin-top: 0;
  }

  #intro .intro-mockup-wrapper {
    margin-top: 6em;
  }

  .caption-mockup.caption-left,
  .caption-mockup.caption-right {
    margin-top: 2em;
    text-align: left;
  }

  .caption-mockup.caption-left h2,
  .caption-mockup.caption-right h2 {
    font-size: 2.667em;
  }

  aside.sidebar {
    margin-top: 3em;
  }

  .blog.masonry-style article.three .blog-excerpt-inner:after,
  .blog.masonry-style article.four .blog-excerpt-inner:after,
  .blog-section.masonry-style article.three .blog-excerpt-inner:after,
  .blog-section.masonry-style article.four .blog-excerpt-inner:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 0.556em 0.556em 0.556em;
    height: 0.333em;
    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background: linear-gradient(top, rgba(255, 255, 255, 0), white);
    content: " ";
  }
}
/*----------------------------------------------------------------
    Core Owl Carousel CSS File
    v1.24 Customized for Beetle
----------------------------------------------------------------*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

/* display none until init */
.owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* CSS3 Transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -ms-perspective: 1200px;
  -ms-perspective-origin-x: 50%;
  -ms-perspective-origin-y: 50%;
  -o-perspective: 1200px;
  -o-perspective-origin-x: 50%;
  -o-perspective-origin-y: 50%;
  perspective: 1200px;
  perspective-origin-x: 50%;
  perspective-origin-y: 50%;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  z-index: 10;
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  z-index: -10;
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  z-index: 10;
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  z-index: -10;
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  z-index: 10;
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  z-index: 10;
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  z-index: -10;
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* scaleDown */
.owl-scaleDown-in {
  z-index: 10;
  -webkit-animation: scaleDownFrom .7s ease both;
  -moz-animation: scaleDownFrom .7s ease both;
  animation: scaleDownFrom .7s ease both;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}

.owl-scaleDown-out {
  z-index: -10;
  -webkit-animation: scaleDownTo .5s ease both;
  -moz-animation: scaleDownTo .5s ease both;
  animation: scaleDownTo .5s ease both;
}

/* scaleDownRight */
.owl-scaleDownRight-in {
  z-index: 10;
  -webkit-animation: scaleDownRightFrom .7s ease both;
  -moz-animation: scaleDownRightFrom .7s ease both;
  animation: scaleDownRightFrom .7s ease both;
}

.owl-scaleDownRight-out {
  z-index: -10;
  -webkit-animation: scaleDownRightTo .6s ease both;
  -moz-animation: scaleDownRightTo .6s ease both;
  animation: scaleDownRightTo .6s ease both;
}

/* scaleUpLeft */
.owl-scaleUpLeft-in {
  z-index: 10;
  -webkit-animation: scaleUpLeftFrom .7s ease both;
  -moz-animation: scaleUpLeftFrom .7s ease both;
  animation: scaleUpLeftFrom .7s ease both;
}

.owl-scaleUpLeft-out {
  z-index: -10;
  -webkit-animation: scaleUpLeftTo .6s ease both;
  -moz-animation: scaleUpLeftTo .6s ease both;
  animation: scaleUpLeftTo .6s ease both;
}

/* fadeTop */
.owl-fadeTop-in {
  z-index: 10;
  -webkit-animation: fadeTopFrom .7s ease both;
  -moz-animation: fadeTopFrom .7s ease both;
  animation: fadeTopFrom .7s ease both;
}

.owl-fadeTop-out {
  z-index: -10;
  -webkit-animation: fadeTopTo .7s ease both;
  -moz-animation: fadeTopTo .7s ease both;
  animation: fadeTopTo .7s ease both;
}

/* overlap */
.owl-overlap-in {
  z-index: 10;
  -webkit-animation: overlapFrom .6s ease both;
  -moz-animation: overlapFrom .6s ease both;
  animation: overlapFrom .6s ease both;
}

.owl-overlap-out {
  z-index: -10;
  -webkit-animation: overlapTo .7s ease both;
  -moz-animation: overlapTo .7s ease both;
  animation: overlapTo .7s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleDownFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleDownFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleDownFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleDownTo {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleDownTo {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleDownTo {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes scaleDownRightFrom {
  from {
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes scaleDownRightFrom {
  from {
    -moz-transform: translateX(100%);
  }
}
@keyframes scaleDownRightFrom {
  from {
    transform: translateX(100%);
  }
}
@-webkit-keyframes scaleDownRightTo {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleDownRightTo {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleDownRightTo {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes scaleUpLeftFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleUpLeftFrom {
  from {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleUpLeftFrom {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes scaleUpLeftTo {
  to {
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes scaleUpLeftTo {
  to {
    -moz-transform: translateX(-100%);
  }
}
@keyframes scaleUpLeftTo {
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes fadeTopFrom {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes fadeTopFrom {
  from {
    opacity: 0.3;
    -moz-transform: translateY(-100%);
  }
}
@keyframes fadeTopFrom {
  from {
    opacity: 0.3;
    transform: translateY(-100%);
  }
}
@-webkit-keyframes fadeTopTo {
  to {
    opacity: 0.3;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes fadeTopTo {
  to {
    opacity: 0.3;
    -moz-transform: translateY(100%);
  }
}
@keyframes fadeTopTo {
  to {
    opacity: 0.3;
    transform: translateY(100%);
  }
}
@-webkit-keyframes overlapFrom {
  from {
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes overlapFrom {
  from {
    -moz-transform: translateX(100%);
  }
}
@keyframes overlapFrom {
  from {
    transform: translateX(100%);
  }
}
@-webkit-keyframes overlapTo {
  to {
    -webkit-transform: translateX(-25%);
  }
}
@-moz-keyframes overlapTo {
  to {
    -moz-transform: translateX(-25%);
  }
}
@keyframes overlapTo {
  to {
    transform: translateX(-25%);
  }
}
/*----------------------------------------------------------------
    Layers CSS 1.0.2  responsive adjustments
    Released by Jerry Jäppinen under the MIT license
    http://eiskis.net/layers
    2013-10-25 14:56 Europe/Helsinki
----------------------------------------------------------------*/
@media handheld, only screen and (max-width: 48em) {
  .column.one, .column.two, .column.sixth, .column.three, .column.fourth, .column.four, .column.twosixths, .column.third, .column.five, .column.six, .column.half, .column.threesixths, .column.twofourths, .column.seven, .column.eight, .column.foursixths, .column.twothirds, .column.nine, .column.threefourths, .column.ten, .column.fivesixths, .column.eleven {
    float: none !important;
    clear: both !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: auto !important;
  }
}
@media handheld, only screen and (max-width: 48em) {
  body {
    font-size: 0.9em;
    -webkit-text-size-adjust: none;
  }
}
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  color: #fff;
  text-decoration: none;
}
.blue-btn:active, .comment-reply-link:active, #submit:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, .comment-reply-link, #submit {
  background-color: #2980b9;
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  background-color: #2574a8;
}
.blue-btn:active, .comment-reply-link:active, #submit:active {
  background-color: #2472a4;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #5c6b80;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Pontano Sans", sans-serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #f7f8fa;
}
input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

.accordion dl {
  border: 1px solid #fff;
}

.accordion dl:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #fff;
}

.accordion dd {
  background-color: #fff;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion h2 {
  font-size: .75em;
  color: #000;
  margin: 1em 0 -.5em 0;
  padding: 0 3.6em 0 2.5em;
}

@media screen and (min-width: 48em) {
  .accordion h2 {
    font-size: 1.5em;
    padding: 0 1.2em;
  }
}
.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion ul {
  list-style: none;
  display: block;
  text-align: center;
  padding: .5em;
}
.accordion ul li {
  display: inline-block;
  padding: 10px;
}

@media screen and (min-width: 48em) {
  .accordion ul {
    padding: 1.5em 9em 1em 6em;
  }
}
.accordion {
  position: relative;
  background-color: #fff;
}

.accordionTitle {
  background-color: #fecf31;
  text-align: left;
  font-size: .75em;
  font-family: "Bevan", cursive, "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  padding: 1em;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 10px solid #fff;
}

.accordionTitle:before {
  content: "+";
  font-size: 2.5em;
  line-height: .5em;
  float: right;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .accordionTitle:before {
    font-size: .5em;
  }
}
@media screen and (min-width: 48em) {
  .accordionTitle {
    font-size: 2em;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  }

  .accordionTitle:before {
    font-size: 3em;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  }
}
.accordionTitle:hover {
  background-color: #fecf31;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #fecf31;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  content: "-";
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  border: 10px solid #fecf31;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

@media screen and (min-width: 48em) {
  .accordionItem {
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}
.accordionItemCollapsed,
.accordionItem.is-collapsed {
  max-height: 0;
  border: 10px solid #fff;
}

.animateIn {
  -webkit-animation: accordionIn 0.65s normal ease-in-out both 1;
  animation: accordionIn 0.65s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.75s alternate ease-in-out both 1;
  animation: accordionOut 0.75s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
}
/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/*********************
HEADER STYLES
*********************/
.logo {
  margin: 5.75em 0;
}
.logo img {
  margin: 0 auto;
}

.title {
  margin: 8.75em 0;
  text-transform: uppercase;
}

/*********************
BODY STYLES
*********************/
/*************************
HOME
*************************/
.line-up {
  background-color: #fecf31;
  padding: .25em 0 2em;
  text-align: center;
}
.line-up .xs-lup {
  display: block;
  font-size: 60%;
}
.line-up .ls-lup {
  display: none;
}
.line-up h1, .line-up h2, .line-up h3 {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.line-up h2, .line-up h3 {
  margin: 0;
}
.line-up h1, .line-up a {
  text-transform: uppercase;
}

.buy-tickets-cta, .lineup-content {
  background-color: #fff;
}

.buy-tickets-cta {
  clear: both;
}
.buy-tickets-cta h4 {
  margin-top: -3px;
  text-transform: uppercase;
  color: #000;
}
.buy-tickets-cta .days {
  position: relative;
  display: block;
}
.buy-tickets-cta .days a, .buy-tickets-cta .days span {
  font-family: "Bevan", cursive, "Georgia", Cambria, Times New Roman, Times, serif;
  text-transform: uppercase;
}
.buy-tickets-cta .days a {
  font-size: 2.5em;
  color: #fecf31;
  text-decoration: none;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.buy-tickets-cta .days span {
  visibility: hidden;
  opacity: 0;
}
.buy-tickets-cta .friday, .buy-tickets-cta .sunday {
  padding: 0 2.5em;
}
.buy-tickets-cta .friday span {
  left: 0;
}
.buy-tickets-cta .saturday span {
  left: 0;
}
.buy-tickets-cta .sunday span {
  left: 0;
}

.ls-content {
  display: none;
}

/*************************
LINE UP
*************************/
.clash-finder {
  margin: 2em 0;
  text-align: center;
  text-transform: uppercase;
}
.clash-finder a {
  text-decoration: none;
}
.clash-finder a:hover {
  text-decoration: underline;
}

.grid-items .grid-item {
  background-color: #fecf31;
  min-height: 44px;
}
.grid-items .grid-item .lineup-act {
  margin: 0;
  padding: 5px 0 0 8px;
  font-size: 1.15em;
  font-family: "Bevan", cursive, "Georgia", Cambria, Times New Roman, Times, serif;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.grid-items .grid-item .lineup-info {
  position: relative;
  top: -10px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  color: #080808;
  text-shadow: none;
}

.gecko .grid-items .grid-item .lineup-info {
  font-size: 11px;
}

.lup-tickets {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: white;
}
.lup-tickets:hover {
  text-decoration: underline;
}

ul.inline > li {
  display: block;
}

.lu-days {
  text-align: center;
}

.lu-day {
  position: relative;
  font-family: "Bevan", cursive, "Georgia", Cambria, Times New Roman, Times, serif;
  text-transform: uppercase;
  font-size: 1.75em;
  color: #fecf31;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  cursor: pointer;
}
.lu-day span {
  display: none;
}

.post-type a {
  color: #fff;
}
.post-type a:hover {
  color: #fecf31;
}

.saturday-post-type {
  margin: -7px 0;
}

.friday-post-type, .sunday-post-type {
  margin: 3% 0;
}

.portfolio-section .lineup-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

/*************************
VENUES
*************************/
.venue {
  border: 5px solid #e9e9e9;
  display: table-cell;
  vertical-align: middle;
}
.venue h1 {
  position: absolute;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  color: #fff;
  font-size: 1em;
  text-align: center;
  top: 30%;
  left: auto;
  right: auto;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.venue .venue-post-type {
  position: absolute;
  top: 6%;
  padding: 0 1.75em 0 0;
}
.venue .venue-post-type h2, .venue .venue-post-type p, .venue .venue-post-type a {
  color: #fecf31;
  text-align: left;
}
.venue .venue-post-type p {
  display: inline-block;
}
.venue:hover {
  border: 5px solid #fecf31;
}
.venue:hover h1 {
  visibility: hidden;
}

.portfolio-section .venue-overlay {
  background-color: rgba(0, 0, 0, 0.65);
}

/*************************
WORDPRESS SPECIFIC STLYES
*************************/
/************************
WORDPRESS BODY CLASSES
style a page via class
************************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 1.5em;
}

.hentry {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 1.5em;
  border: 1px solid #ccc;
}
.hentry header {
  border-bottom: 1px solid #f8f9fa;
  padding: 1.5em;
}
.hentry footer {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}
.hentry footer p {
  margin: 0;
}

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}

/* entry content */
.entry-content {
  padding: 1.5em 1.5em 0;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
.entry-content p {
  margin: 0 0 1.5em;
}
.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}
.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}
.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #000;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #2980b9;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #2980b9;
  color: #fff;
}
.pagination .current {
  cursor: default;
  color: #5c6b80;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #5c6b80;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */
}

.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard {
  margin-left: 50px;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: #fff;
}
.comment.even {
  background: #f8f9fa;
}

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
}

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #5c6b80;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em;
}

/* comment submit button */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
FOOTER
*********************/
.meta-social {
  padding: 0 1em;
}
.meta-social ul {
  float: left;
  padding: 0 2em;
}

.arthur {
  position: relative;
  top: -2vh;
  left: 93%;
}

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */
}

.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/*********************
VIDEO EMBED
*********************/
.container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************
POST FESTIVAL
*********************/
.post-festival div {
  padding: 3em .35em;
}
@media only screen and (min-width: 760px) {
  .post-festival div {
    padding: 3em 7em;
  }
}
@media only screen and (min-width: 960px) {
  .post-festival div {
    padding: 3em 9em;
  }
}
@media only screen and (min-width: 1260px) {
  .post-festival div {
    padding: 3em 18em;
  }
}
.post-festival a {
  color: #fecf31;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  HEADER STYLES
  *********************/
  .logo {
    margin: 3.75em 0;
  }

  /*********************
  BODY STYLES
  *********************/
  .line-up {
    padding: .25em 0 2em;
    text-align: center;
  }
  .line-up .xs-lup {
    font-size: 97%;
  }

  .buy-tickets-cta h4 {
    margin-top: -18px;
  }
  .buy-tickets-cta .friday, .buy-tickets-cta .saturday, .buy-tickets-cta .sunday {
    padding: 0 2em 0 7.75em;
  }

  .venue .venue-post-type {
    top: 12%;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 2.2em;
  }

  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }

  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }

  /* end .footer-links */
  .arthur {
    top: -2vh;
    left: 88%;
  }

  #top-footer {
    margin-top: -25px;
  }
  #top-footer h4 {
    text-align: right;
  }
  #top-footer img {
    position: relative;
    top: 12em;
  }

  .meta-social ul {
    float: right;
  }

  #bottom-footer {
    margin-top: -40px;
  }

  .keep-left {
    margin-left: 12px;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1000px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  /*************************
  HOME
  *************************/
  .logo {
    margin: 6.75em 0;
  }

  .title {
    margin: 12.75em 0;
  }

  .line-up .xs-lup {
    display: none;
  }
  .line-up .ls-lup {
    display: block;
    font-size: 75%;
  }

  .buy-tickets-cta .days {
    display: inline;
  }
  .buy-tickets-cta .days a {
    font-size: 2.5em;
  }
  .buy-tickets-cta .days span {
    position: absolute;
    top: 24px;
    visibility: visible;
    opacity: 1;
  }
  .buy-tickets-cta .friday, .buy-tickets-cta .saturday, .buy-tickets-cta .sunday {
    padding: 0 1.35em;
  }
  .buy-tickets-cta .friday span {
    left: 50px;
    right: 50px;
  }
  .buy-tickets-cta .saturday span {
    left: 50px;
    right: 50px;
  }
  .buy-tickets-cta .sunday span {
    left: 50px;
    right: 50px;
  }

  .ls-content {
    display: block;
  }

  .ld-carousel {
    margin-bottom: 10em;
  }

  /*************************
  LINE UP
  *************************/
  .clash-finder {
    margin: -3em 0 2em 0;
  }

  .grid-items {
    margin-top: 5em;
  }

  .lu-day span {
    display: block;
    position: absolute;
    top: 39px;
    font-size: 13px;
    text-transform: none;
    text-shadow: none;
    color: #080808;
  }

  .lup-tickets {
    position: absolute;
    top: 89px;
  }

  .lup-friday-ticket {
    left: 13px;
  }

  .lup-saturday-ticket {
    left: 110px;
  }

  .lup-sunday-ticket {
    left: 21px;
  }

  ul.inline > li {
    display: inline;
  }

  .lu-friday span {
    left: 32px;
  }

  .lu-saturday {
    padding: 0px 2.5em;
  }
  .lu-saturday span {
    left: 10.25em;
  }

  .lu-sunday span {
    left: 43px;
  }

  /*************************
  VENUES
  *************************/
  .venue h1 {
    top: 30%;
  }
  .venue .venue-post-type {
    top: 25%;
  }

  /*********************
  FOOTER
  *********************/
  #top-footer h4 {
    padding: 0;
    text-align: center;
  }
  #top-footer img {
    top: 0;
  }

  .meta-social {
    float: right;
    padding: 0;
  }
  .meta-social ul {
    float: none;
    padding: 0;
  }

  .column.three {
    width: auto;
  }

  .arthur {
    top: -1vh;
    left: 48%;
  }
}
@media only screen and (min-width: 1000px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #top-footer img {
    top: 8em;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  .line-up .ls-lup {
    font-size: 100%;
  }

  .buy-tickets-cta .friday, .buy-tickets-cta .saturday, .buy-tickets-cta .sunday {
    padding: 0 1.5em;
  }

  .grid-items .grid-item .lineup-info {
    font-size: 13px;
  }

  .lu-saturday {
    padding: 0px 5.5em;
  }

  .lu-saturday span {
    left: 18.25em;
  }

  .lup-saturday-ticket {
    left: 211px;
  }

  .venue h1 {
    font-size: 1.5em;
  }
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(http://www.longdivisionfestival.co.uk/LD2015_deploy/wp-content/themes/longdivisionfestival2015/library/css/img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/*********************
IE STYLESHEET
*********************/

/*# sourceMappingURL=screen.css.map */