/*!
Theme Name: WestEndHair
Theme URI: http://bso.net.au
Author: BSO
Author URI: http://bso.net.au
Description: WestEndHair WordPress Theme.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mild
*/
/* =Imports
-------------------------------------------------------------- */
/* =Variables
-------------------------------------------------------------- */
/* Site Layout */
/* Site Font */
/* Site Styles */
/* Site Break Points */
/* Site Colors */
/* Social Colors */
/* =Functions
----------------------------------------------- */
/* Layout */
/* Font */
/* Color */
/* Style */
/* Break */
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*
 *  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("assets/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("assets/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;
}

/* 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: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

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

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

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

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

.fa-arrows:before {
  content: "\f047";
}

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084";
}

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

.fa-phone:before {
  content: "\f095";
}

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

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

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

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

.fa-rss:before {
  content: "\f09e";
}

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

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-square:before {
  content: "\f0c8";
}

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

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

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

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

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

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

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

.fa-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b";
}

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

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

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

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

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

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

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

.fa-crop:before {
  content: "\f125";
}

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

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

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

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

.fa-microphone:before {
  content: "\f130";
}

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

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

.fa-bullseye:before {
  content: "\f140";
}

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

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

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e";
}

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

.fa-dropbox:before {
  content: "\f16b";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

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

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

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193";
}

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

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

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

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

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

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

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

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

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

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

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-recycle:before {
  content: "\f1b8";
}

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

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

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

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

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

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

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

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

.fa-git:before {
  content: "\f1d3";
}

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

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

.fa-qq:before {
  content: "\f1d6";
}

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

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

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

.fa-history:before {
  content: "\f1da";
}

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

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

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

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

.fa-bomb:before {
  content: "\f1e2";
}

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

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202";
}

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

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

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

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

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

.fa-meanpath:before {
  content: "\f20c";
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* =Grid
----------------------------------------------- */
.container {
  max-width: 1140px;
  padding: 1em;
  margin: 0 auto;
  position: relative;
}

.container-thin {
  padding: 0 1em;
}

.row {
  width: 100%;
  margin: 0 auto 1.5em;
}

.row-thin {
  margin-bottom: 0;
}

.col, [class*="col-"] {
  float: left;
  min-height: 1px;
  padding: 1em;
}

.col-thin {
  padding: 0 1em;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

/* Media Queries */
@media screen and (max-width: 60em) {
  [class*="col-"] {
    float: none;
    width: 100%;
    margin: 0 0 0.75em 0;
  }
  [class*="md-"] {
    vertical-align: top;
    display: inline-block;
    margin-right: -4px;
  }
  .md-1 {
    width: 8.33333%;
  }
  .md-2 {
    width: 16.66667%;
  }
  .md-3 {
    width: 25%;
  }
  .md-4 {
    width: 33.33333%;
  }
  .md-5 {
    width: 41.66667%;
  }
  .md-6 {
    width: 50%;
  }
  .md-7 {
    width: 58.33333%;
  }
  .md-8 {
    width: 66.66667%;
  }
  .md-9 {
    width: 75%;
  }
  .md-10 {
    width: 83.33333%;
  }
  .md-11 {
    width: 91.66667%;
  }
  .md-12 {
    width: 100%;
  }
}

@media screen and (max-width: 40em) {
  [class*="md-"] {
    float: none;
    width: 100%;
  }
}

/* =Global
----------------------------------------------- */
html {
  box-sizing: border-box;
}

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

::-moz-selection {
  background-color: #222222;
  color: #FFFFFF;
}

::selection {
  background-color: #222222;
  color: #FFFFFF;
}

/* Elements */
hr {
  background-color: #990000;
  margin-bottom: 1.5em;
  height: 2px;
  border: 0;
  clear: both;
}

ul, ol {
  margin: 0 0 1.5em 1.5em;
  padding: 0 0 0 1em;
  list-style-position: inside;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b, strong {
  font-weight: 700;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #DDDDDD;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: auto;
  padding: 1em;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #434343;
  cursor: help;
}

mark, ins {
  background: #f9f9f9;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 0.75em;
}

big {
  font-size: 1.25em;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

a img {
  border: none;
}

/* Tables */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

table th {
  font-weight: bold;
}

table th, table td {
  padding: 0.75em;
}

table tr {
  background-color: #f2f2f2;
}

table tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/* Form Elements */
button, input, select, textarea {
  font-size: 100%;
  margin: 0 0 0.5em 0;
  vertical-align: baseline;
  *vertical-align: middle;
  line-height: normal;
  max-width: 100%;
}

input, textarea, select {
  padding: 0.25em;
  color: #434343;
  border-radius: 3px;
  border: 1px solid #DDDDDD;
}

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

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

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

input:hover, textarea:hover, select:hover {
  color: #3d3d3d;
  border: 1px solid #d7d7d7;
}

input:focus, textarea:focus, select:focus {
  color: #363636;
  border: 1px solid #d0d0d0;
}

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

button, input[type="button"], input[type="reset"], input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  color: #222222;
  border-radius: 3px;
  padding: 0.4em 0.8em;
  transition: all 0.2s ease;
  background-color: #DDDDDD;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-appearance: button;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  color: #222222;
  box-shadow: 0 -0.075em 0.1em rgba(255, 255, 255, 0.25) inset;
}

button:focus, button:active, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:focus, input[type="submit"]:active {
  color: #222222;
  box-shadow: 0 -0.075em 0.1em rgba(255, 255, 255, 0.3) inset, 0 -0.1em 0.25em rgba(0, 0, 0, 0.15) inset;
}

button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited {
  color: #3c3c3c;
}

/* =Typography
----------------------------------------------- */
body, button, input, select, textarea {
  color: #434343;
  font-family: Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0.5em 0;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.4em;
  color: #9A0002;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.9em;
}

/* General */
p {
  margin: 0.5em 0 1em;
}

/* Links */
a {
  color: #FFF275;
  text-decoration: none;
  transition: all 0.2s ease;
}

a:visited {
  color: #fff05b;
}

a:hover, a:focus, a:active {
  color: #ffed42;
}

/* =Content
----------------------------------------------- */
.hentry {
  margin: 0 0 1.5em;
}

.sticky {
  font-size: 1.1em;
}

.single .byline, .group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-main {
  background-color: #CDCDC1;
  padding: 0.5em 1em;
}

.site-main a {
  color: #222222;
}

.entry-content > h1:first-child, .entry-content > h2:first-child, .entry-content > h3:first-child, .entry-content > h4:first-child, .entry-content > h5:first-child, .entry-content > h6:first-child, .entry-content > div:first-child > h1:first-child, .entry-content > div:first-child > h2:first-child, .entry-content > div:first-child > h3:first-child, .entry-content > div:first-child > h4:first-child, .entry-content > div:first-child > h5:first-child, .entry-content > div:first-child > h6:first-child {
  margin-top: 0;
}

/* Articles */
.page-content, .entry-content, .entry-summary {
  margin: 0 0 1.5em 0;
}

.article-excerpt {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
}

/* Blog */
.blog .entry-title {
  font-size: 1.5em;
}

.entry-meta, .entry-footer, .updated, a.more {
  font-size: 0.8em;
  font-style: italic;
  color: #505050;
}

.entry-meta span, .entry-footer span, .updated span, a.more span {
  padding-right: 0.5em;
}

/* Media */
embed, iframe, object {
  max-width: 100%;
}

img.wp-smiley {
  border: none;
  margin: 0 0.5em;
  padding: 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

.wp-caption-text {
  padding: 0.5em 0.5em;
  text-align: center;
  font-size: 13px;
}

.wp-caption.aligncenter {
  width: auto !important;
}

/* WP Gallery */
.gallery {
  margin-bottom: 1.5em;
  margin-right: -0.5em;
}

.gallery-item {
  width: 100%;
  margin-right: -4px;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11111%;
}

.gallery-columns-10 .gallery-item {
  max-width: 10%;
}

.gallery-caption {
  padding: 0.1em;
  border: 1px solid #DDDDDD;
}

.gallery img {
  border: 1px solid #000;
}

/* Lightbox */
.mfp-wrap button:hover {
  box-shadow: none;
}

/* Breadcrumbs */
.breadcrumbs {
  padding: 0;
  margin: 1.5em 0;
  font-size: 0.8em;
}

.breadcrumb {
  float: left;
  position: relative;
  list-style: none;
  padding: 0.25em 0.5em;
}

.breadcrumb:after {
  content: '/';
  font-size: 0.8em;
  position: absolute;
  bottom: 18%;
  right: 0;
}

.breadcrumb:last-child:after {
  content: '';
}

/* Pagination */
.pagination {
  padding: 0;
  margin: 1.5em 0;
  list-style-type: none;
}

.pagination .page-numbers {
  display: inline-block;
  color: #434343;
  margin: 0.2em 0.1em;
  padding: 0.2em 0.5em;
  border-radius: 3px;
}

.pagination .page-numbers:hover {
  background-color: #DDDDDD;
}

.pagination .current {
  color: #FFFFFF;
  background-color: #043565;
}

.pagination .current:hover {
  background-color: #05427e;
}

/* Navigation */
.navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.navigation .nav-previous {
  float: left;
  width: 50%;
}

.navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* Comments */
.comments-area {
  background-color: #f9f9f9;
  font-size: 0.9em;
  padding: 0.2em 0.75em;
}

.comments-area a {
  word-wrap: break-word;
}

.comment {
  border-left: 1px dotted #DDDDDD;
  list-style: none outside none;
  margin-top: 1.5em;
  padding-left: 1em;
}

.comment-respond {
  padding: 0.25em 0.75em;
}

.comment-respond label {
  display: inline-block;
  padding-right: 0.5em;
  width: 5em;
}

.form-allowed-tags code {
  font-size: 0.9em;
}

.bypostauthor {
  text-decoration: underline;
}

/* Widgets */
.widget {
  margin: 0 0 1.5em;
}

/* =Menu
----------------------------------------------- */
.main-navigation {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  font-size: 0.9em;
  background-image: linear-gradient(#cd0003, #b30002);
  border-top: 2px solid #ff9a9b;
  border-bottom: 2px solid #ff9a9b;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 0.5em 1em;
  color: #FFFFFF;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation .menu-item {
  float: left;
  position: relative;
}

.main-navigation .menu-item:hover > a,
.main-navigation .menu-item.current_page_item > a,
.main-navigation .menu-item.current-menu-item > a {
  background-color: rgba(255, 255, 255, 0.1);
}

.main-navigation .menu-item:hover > ul {
  display: block;
}

.main-navigation .menu-item:last-child a {
  border-right: none;
}

.main-navigation .sub-menu {
  background-color: #FFFFFF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 9999;
}

.main-navigation .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.main-navigation .sub-menu a {
  width: 200px;
  color: #434343;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Secondary Navigation */
.secondary-navigation {
  font-size: 0.9em;
}

.secondary-navigation a {
  padding-right: 0.75em;
}

.secondary-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.secondary-navigation .menu-item {
  display: inline-block;
  padding: 0 0.25em;
}

.secondary-navigation .menu-item:after {
  content: '|';
}

.secondary-navigation .menu-item:last-child:after {
  display: none;
}

/* Small Menu */
.menu-toggle {
  cursor: pointer;
  display: none;
  font-size: 1.5em;
  padding: 0.5em;
  color: #FFFFFF;
}

/* Media Queries */
@media screen and (max-width: 80em) {
  .main-navigation a {
    padding: 0.5em;
  }
}

@media screen and (max-width: 60em) {
  .menu-toggle {
    display: block;
  }
  .main-navigation .menu {
    display: none;
    float: none;
    width: 100%;
  }
  .main-navigation .menu a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .main-navigation .menu .menu-item {
    float: none;
    width: 100%;
  }
  .main-navigation .menu .menu-item:hover ul {
    display: none;
  }
  .main-navigation .menu .menu-item:last-child {
    border-bottom: none;
  }
  .main-navigation .menu .sub-menu {
    font-size: 0.9em;
    float: none;
    position: relative;
    box-shadow: none;
  }
  .main-navigation .menu .sub-menu a {
    width: 100%;
    padding-left: 1.5em;
  }
  .main-navigation .menu .sub-menu .sub-menu {
    left: 1em;
  }
}

@media screen and (min-width: 60em) {
  .main-navigation .menu {
    display: block !important;
  }
}

/* =Social
-------------------------------------------------------------- */
.social-links {
  font-size: 1.25em;
}

.social-links a {
  width: 2em;
  height: 2em;
  margin: 0.25em;
  padding: 0.5em;
  text-align: center;
}

.social-tiles {
  /* Background Colors */
}

.social-tiles a {
  color: #FFFFFF;
}

.social-tiles a:hover {
  color: #f2f2f2;
}

.social-tiles .fa-facebook {
  background-color: #3b5998;
}

.social-tiles .fa-twitter {
  background-color: #55acee;
}

.social-tiles .fa-google-plus {
  background-color: #dd4b39;
}

.social-tiles .fa-linkedin {
  background-color: #0976b4;
}

.social-tiles .fa-pinterest {
  background-color: #cc2127;
}

.social-tiles .fa-flickr {
  background-color: #ff0084;
}

.social-tiles .fa-instagram {
  background-color: #3f729b;
}

.social-tiles .fa-youtube {
  background-color: #e52d27;
}

.social-tiles .fa-vimeo {
  background-color: #1ab7ea;
}

.social-hovers {
  /* Hover Colors */
}

.social-hovers .fa-facebook:hover {
  color: #3b5998;
}

.social-hovers .fa-twitter:hover {
  color: #55acee;
}

.social-hovers .fa-google-plus:hover {
  color: #dd4b39;
}

.social-hovers .fa-linkedin:hover {
  color: #0976b4;
}

.social-hovers .fa-pinterest:hover {
  color: #cc2127;
}

.social-hovers .fa-flickr:hover {
  color: #ff0084;
}

.social-hovers .fa-instagram:hover {
  color: #3f729b;
}

.social-hovers .fa-youtube:hover {
  color: #e52d27;
}

.social-hovers .fa-vimeo:hover {
  color: #1ab7ea;
}

/* =Shortcodes
-------------------------------------------------------------- */
/* Buttons */
.button {
  color: #FFFFFF;
  padding: 0.4em 1em;
  margin: 0.5em 0 1em 0;
  display: inline-block;
  background-color: #043565;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.button:hover {
  color: #FFFFFF;
  box-shadow: 0 -0.075em 0.1em rgba(255, 255, 255, 0.25) inset;
}

.button:active, .button:focus {
  color: #FFFFFF;
  box-shadow: 0 -0.075em 0.1em rgba(255, 255, 255, 0.3) inset, 0 -0.1em 0.25em rgba(0, 0, 0, 0.15) inset;
}

.button:visited {
  color: #e6e6e6;
}

/* Panels */
.panel {
  font-size: 14px;
  padding: 0.25em 1em 0.25em;
  margin: 0.5em 0 1.5em 0;
  background-color: #FFFFFF;
}

.panel h3 {
  margin: 0 -1em 1em;
  padding: 0.5em;
  color: #fff;
  font-size: 14px;
  background: #b60000;
  background: -moz-linear-gradient(top, #b60000 0%, #ab0803 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b60000), color-stop(100%, #ab0803));
  background: -webkit-linear-gradient(top, #b60000 0%, #ab0803 100%);
  background: -o-linear-gradient(top, #b60000 0%, #ab0803 100%);
  background: -ms-linear-gradient(top, #b60000 0%, #ab0803 100%);
  background: linear-gradient(to bottom, #b60000 0%, #ab0803 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b60000', endColorstr='#ab0803',GradientType=0 );
}

/* Background Colors */
.bg-blue {
  background-color: #043565;
}

.bg-green {
  background-color: #8FAE1B;
}

.bg-orange {
  background-color: #FF4A1C;
}

.bg-yellow {
  background-color: #FFF275;
}

.bg-red {
  background-color: #9A0002;
}

.bg-silver {
  background-color: #DDDDDD;
}

.bg-cream {
  background-color: #CDCDC1;
}

.bg-grey {
  background-color: #434343;
}

.bg-black {
  background-color: #222222;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-yellow, .bg-silver, .bg-white {
  color: #222222;
}

.bg-yellow:hover, .bg-yellow:active, .bg-yellow:visited, .bg-yellow:focus, .bg-silver:hover, .bg-silver:active, .bg-silver:visited, .bg-silver:focus, .bg-white:hover, .bg-white:active, .bg-white:visited, .bg-white:focus {
  color: #484848;
}

/* Text Colors */
.text-blue {
  color: #043565;
}

.text-green {
  color: #8FAE1B;
}

.text-orange {
  color: #FF4A1C;
}

.text-yellow {
  color: #FFF275;
}

.text-red {
  color: #9A0002;
}

.text-silver {
  color: #DDDDDD;
}

.text-cream {
  color: #CDCDC1;
}

.text-grey {
  color: #434343;
}

.text-black {
  color: #222222;
}

.text-white {
  color: #FFFFFF;
}

/* Sizes */
.small {
  font-size: 0.75em;
}

.medium {
  font-size: 1em;
}

.large {
  font-size: 1.5em;
}

.huge {
  font-size: 2.5em;
}

/* Tabs */
.tabs {
  margin-bottom: 1.5em;
}

.tabs .tabs-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabs .tab-item {
  float: left;
  cursor: pointer;
  padding: 0.5em 0.75em;
  margin: 0 0.25em -2px 0;
  border: 1px solid #DDDDDD;
  border-bottom-color: #FFFFFF;
  background-color: #e3e3e3;
  border-radius: 3px 3px 0 0;
}

.tabs .tab-active {
  background-color: #FFFFFF;
}

.tabs .tab-panes {
  clear: both;
}

.tabs .tab {
  padding: 1em 1.25em;
  border: 1px solid #DDDDDD;
}

/* Accordion */
.accordion {
  margin: 0.5em 0;
}

.accordion .fa {
  padding: 0.2em 0.5em;
  font-size: 0.75em;
}

.accordion .fa-plus {
  float: right;
}

.accordion .accordion-title {
  margin-bottom: 0.5em;
  line-height: 1;
  cursor: pointer;
  border-bottom: 1px solid #DDDDDD;
}

.accordion .accordion-title a {
  display: block;
}

.accordion .accordion-content {
  display: none;
}

/* Show */
.posts .post {
  margin-bottom: 1.5em;
}

.posts .post-title {
  margin-bottom: 0;
}

.posts .post-date {
  font-size: 0.85em;
  font-style: italic;
  color: #5d5d5d;
  margin-bottom: 0.5em;
}

.posts .post-image {
  float: left;
  margin: 0 1em 0.5em 0;
}

/* Login */
.login-style-inline br {
  display: none;
}

.login-style-inline .login-username,
.login-style-inline .login-password {
  color: #434343;
  position: relative;
}

.login-style-inline label {
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  transition: all 0.2s ease;
}

.login-style-inline .is-hidden {
  opacity: 0;
  top: -0.3em;
}

.login-style-inline input {
  width: 100%;
}

.login-style-inline .login-remember {
  font-size: 0.9em;
}

/* General */
.button .fa, .panel .fa, .tab-item .fa {
  margin-right: 0.5em;
}

/* =Plugins
----------------------------------------------- */
/* Image Widget */
.image-widget-icon {
  display: block;
  font-size: 5em;
  margin-bottom: 0.25em;
}

.image-widget-image,
.image-widget-description {
  margin-bottom: 1.5em;
}

.sidebar-left .image-widget {
  margin: 0px 0px 0.5em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #b30002;
}

.sidebar-left .image-widget:last-of-type {
  border-bottom: none;
}

.sidebar-left .widget-title {
  font-size: 1em;
  line-height: 1.1;
  font-weight: 400;
  padding-top: 1.25em;
}

.sidebar-left .image-widget-image {
  float: left;
  margin: 0 0.75em 0.25em 0;
}

/* Latest Posts Widget */
.posts-widget-post {
  clear: both;
}

.posts-widget-title {
  margin-bottom: 0.25em;
}

.posts-widget-image {
  float: left;
  margin: 0 1em 1em 0;
  width: 40%;
}

.posts-widget-time {
  color: #626262;
  font-size: 0.8em;
  font-style: italic;
}

.posts-widget-more {
  display: block;
  font-size: 0.8em;
  text-align: right;
}

.posts-widget-link {
  display: block;
  font-size: 0.9em;
  padding: 0.25em;
  text-align: center;
}

/* WooCommerce */
.woocommerce .woocommerce-tabs .panel, .woocommerce-page .woocommerce-tabs .panel {
  border: none;
  color: #434343;
  background-color: transparent;
}

/* Royalslider (JS) */
.royalSlider {
  width: auto;
  height: auto;
}

.home-slider {
  margin: -0.5em -1em 1em;
  vertical-align: bottom;
}

.home-slider img {
  width: 100%;
}

/* Loading Slide */
.home-slider > .slide {
  display: none;
}

.home-slider > .slide:first-child {
  display: block;
}

/* =WooCommerce
-------------------------------------------------------------- */
.woocommerce #content .woocommerce-message:before,
.woocommerce #content .woocommerce-error:before,
.woocommerce #content .woocommerce-info:before, .woocommerce-page #content .woocommerce-message:before,
.woocommerce-page #content .woocommerce-error:before,
.woocommerce-page #content .woocommerce-info:before {
  padding-top: 0;
}

.woocommerce #content .woocommerce-breadcrumb, .woocommerce-page #content .woocommerce-breadcrumb {
  color: #434343;
  font-size: 0.8em;
}

.woocommerce #content .woocommerce-breadcrumb a, .woocommerce-page #content .woocommerce-breadcrumb a {
  color: #5d5d5d;
}

.woocommerce #content ul.products li.product, .woocommerce-page #content ul.products li.product {
  margin: 0 2.8% 1em 0;
  width: 22%;
  /*clear: none;*/
}

.woocommerce #content ul.products li.product-category h3, .woocommerce-page #content ul.products li.product-category h3 {
  display: none;
}

.woocommerce #content .cart-collaterals .cart_totals table th, .woocommerce #content .cart-collaterals .cart_totals table td, .woocommerce-page #content .cart-collaterals .cart_totals table th, .woocommerce-page #content .cart-collaterals .cart_totals table td {
  padding: 0.5em;
}

/* Media Queries */
@media screen and (max-width: 60em) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 30.5%;
    float: left;
  }
}

@media screen and (max-width: 40em) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 47%;
    float: left;
  }
}

/* =Main
-------------------------------------------------------------- */
body {
  padding: 0.25em 0 0.5em;
  background: #9A0002 url(assets/images/bg.jpg) repeat-y right top;
}

body > .container {
  padding: 0;
  background-color: #9A0002;
  border: 1px solid #ff9a9b;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
}

/* Site Header */
.site-header {
  background-color: #b30002;
}

.site-header > .row-thin {
  padding: 0.5em 0;
}

.header-widgets {
  text-align: right;
}

.header-widgets .widget {
  margin: 0.25em 0.25em 0 0.25em;
  display: inline-block;
}

.header-widgets .image-widget-image {
  margin: 0;
}

/* Home */
.home .site-primary .entry-header {
  display: none;
}

/* Site Primary */
.site-primary .entry-header {
  background-color: #CDCDC1;
  padding: 0.75em 0 0.25em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 1em;
}

.site-primary .entry-header .entry-title {
  margin: 0;
}

.site-primary a {
  text-decoration: underline;
}

/* Sidebar Right */
.sidebar-right .widget {
  background-color: #FFFFFF;
  padding: 1em;
  margin-bottom: 0.75em;
  color: #222222;
}

.sidebar-right .widget .widget-title {
  color: #FFFFFF;
  font-style: italic;
  padding: 0.25em 0.5em;
  margin: -0.5em -0.5em 0.5em -0.5em;
  background-image: linear-gradient(#cd0003, #9A0002);
}

/* Site Footer */
.site-footer {
  text-align: center;
  color: #FFFFFF;
  font-size: 0.8em;
  position: relative;
  padding: 2em 0;
  background-color: #810002;
}

.site-footer:before {
  position: absolute;
  content: '';
  height: 1px;
  top: 0;
  left: 5%;
  background-color: #ff9a9b;
  text-align: center;
  width: 90%;
}

.site-footer a, .site-footer .menu-item {
  color: #222222;
}

.site-footer .site-info {
  font-size: 0.8em;
  margin-bottom: 2em;
}

.site-footer .to-top {
  color: #FFFFFF;
}

.site-footer .footer-bottom {
  margin: 0 auto;
  max-width: 25em;
  float: none;
}

/* Media Queries */
@media screen and (max-width: 60em) {
  body {
    padding: 0;
  }
  .header-widgets .widget {
    width: 30%;
  }
  .sidebar-left {
    display: none;
  }
}

@media screen and (max-width: 40em) {
  .site-logo {
    padding-left: 12px;
  }
  .header-widgets {
    text-align: center;
  }
}

/*.woocommerce #content ul.products li.product, .woocommerce-page #content ul.products li.product {
    margin: 0 2.8% 1em 0;
    width: 22%;
    clear: both;
}*/
.woocommerce ul.products li.product .price {
  color: #551A8B !important;
  min-height: 34px;
}

@media screen and (max-width: 40em) {
  .woocommerce #content ul.products li.product, .woocommerce-page #content ul.products li.product {
    width: auto !important;
  }
}

@media screen and (max-width: 60em) {
  .woocommerce #content ul.products li.product, .woocommerce-page #content ul.products li.product {
    width: 100% !important;
  }
}

.woocommerce div.product span.price, .woocommerce div.product p.price {
  color: #551A8B !important;
}

/* =Helpers
----------------------------------------------- */
/* Alignment */
.alignleft, .align-left {
  display: inline;
  float: left;
  margin: 0 1.75em 1em 0;
}

.alignright, .align-right {
  display: inline;
  float: right;
  margin: 0 0 1em 1.75em;
}

.aligncenter, .align-center {
  clear: both;
  display: block;
  margin: 0 auto 1em auto;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

/* Responsive iframes */
.fluid-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.fluid-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Responsive Gallery */
.fluid-gallery {
  position: relative;
  padding-bottom: 75%;
  height: 0;
}

.fluid-gallery object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Misc*/
.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.hidden {
  visibility: hidden;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f9f9f9;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #043565;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Clearing */
.clear:before, .row:before, .page-content:before, .entry-content:before, .entry-summary:before, .article-excerpt:before, .sidebar-left .image-widget:before, .block-grid:before, .clear:after, .row:after, .page-content:after, .entry-content:after, .entry-summary:after, .article-excerpt:after, .sidebar-left .image-widget:after, .block-grid:after {
  content: '';
  display: table;
}

.clear:after, .row:after, .page-content:after, .entry-content:after, .entry-summary:after, .article-excerpt:after, .sidebar-left .image-widget:after, .block-grid:after {
  clear: both;
}

/* Block Grid */
.block-grid {
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 0;
  list-style: none;
}

.block-grid li {
  float: left;
  width: 33.333333%;
  padding: 0 5px 10px;
}

.block-grid br {
  display: none;
}

.block-grid img {
  vertical-align: bottom;
}
