/**
 * Theme Name:      Moscow
 * Version:         1.0.6
 * Theme URI:       http://www.akshitsethi.com/themes.php
 * Description:     WordPress theme that is lightweight, fast and easy to customize. It is perfect for personal, fashion, travel, food, and lifestyle blogs. Crafted by <a href="http://www.akshitsethi.com" target="_blank"><strong>Akshit Sethi</strong></a>.
 * Author:          akshitsethi
 * Author URI:      http://www.akshitsethi.com/
 * Text Domain:     moscow
 * License:         GNU General Public License v2.0
 * License URI:     http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:            blog, entertainment, one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 * -------------------------------------------------
 */

@charset "UTF-8";
/** Mixins ------------------------------------------------- */

/** ------------------------------------------------- Table of Contents ------------------------------------------------- 1.0       =>  Base 2.0        =>  Plugins 3.0     =>  General 4.0     =>  Forms 5.0       =>  Header 6.0      =>  Navigation 7.0      =>  Sections 8.0        =>  Clearings 9.0       =>  Content 10.0        =>  Comments 11.0       =>  Widgets 12.0        =>  WordPress (Default) 13.0        =>  Media 14.0      =>  Footer 15.0     =>  Shortcodes 16.0     =>  Extras 17.0     =>  Responsive ------------------------------------------------- 1.0 - Base ------------------------------------------------- */

/** Foundation for Sites by ZURB Version 6.4.2 foundation.zurb.com Licensed under MIT Open Source */

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document ========================================================================== */

/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */

html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}
/* Sections ========================================================================== */

/** Remove the margin in all browsers (opinionated). */

body {
    margin: 0;
}
/** Add the correct display in IE 9-. */

article, aside, footer, header, nav, section {
    display: block;
}
/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content ========================================================================== */

/** Add the correct display in IE 9-. */

figcaption, figure {
    display: block;
}
/** Add the correct margin in IE 8. */

figure {
    margin: 1em 40px;
}
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
/** Add the correct display in IE. */

main {
    display: block;
}
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/* Links ========================================================================== */

/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}
/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */

a:active, a:hover {
    outline-width: 0;
}
/* Text-level semantics ========================================================================== */

/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}
/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */

b, strong {
    font-weight: inherit;
}
/** Add the correct font weight in Chrome, Edge, and Safari. */

b, strong {
    font-weight: bolder;
}
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */

code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/** Add the correct font style in Android 4.3-. */

dfn {
    font-style: italic;
}
/** Add the correct background and color in IE 9-. */

mark {
    background-color: #ff0;
    color: #000;
}
/** Add the correct font size in all browsers. */

small {
    font-size: 80%;
}
/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content ========================================================================== */

/** Add the correct display in IE 9-. */

audio, video {
    display: inline-block;
}
/** Add the correct display in iOS 4-7. */

audio:not([controls]) {
    display: none;
    height: 0;
}
/** Remove the border on images inside links in IE 10-. */

img {
    border-style: none;
}
/** Hide the overflow in IE. */

svg:not(:root) {
    overflow: hidden;
}
/* Forms ========================================================================== */

/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}
/** Show the overflow in IE. */

button {
    overflow: visible;
}
/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */

button, select {
    /* 1 */
    text-transform: none;
}
/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}
button, [type="button"], [type="reset"], [type="submit"] {
    /** Remove the inner border and padding in Firefox. */
    /** Restore the focus styles unset by the previous rule. */
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/** Show the overflow in Edge. */

input {
    overflow: visible;
}
/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/** Correct the cursor style of increment and decrement buttons in Chrome. */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
    /** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
/** Change the border, margin, and padding in all browsers (opinionated). */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    white-space: normal;
    /* 1 */
}
/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}
/** Remove the default vertical scrollbar in IE. */

textarea {
    overflow: auto;
}
/* Interactive ========================================================================== */

/* Add the correct display in Edge, IE, and Firefox. */

details {
    display: block;
}
/* Add the correct display in all browsers. */

summary {
    display: list-item;
}
/* Add the correct display in IE 9-. */

menu {
    display: block;
}
/* Scripting ========================================================================== */

/** Add the correct display in IE 9-. */

canvas {
    display: inline-block;
}
/** Add the correct display in IE. */

template {
    display: none;
}
/* Hidden ========================================================================== */

/** Add the correct display in IE 10-. */

[hidden] {
    display: none;
}
.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}
*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
textarea {
    height: auto;
    min-height: 50px;
    border-radius: 3px;
}
select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px;
}
.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important;
}
button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 3px;
    background: transparent;
    line-height: 1;
    cursor: auto;
}
[data-whatinput='mouse'] button {
    outline: 0;
}
pre {
    overflow: auto;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
}
.is-visible {
    display: block !important;
}
.is-hidden {
    display: none !important;
}
.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}
.row::before, .row::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.row::after {
    clear: both;
}
.row.collapse>.column, .row.collapse>.columns {
    padding-right: 0;
    padding-left: 0;
}
.row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}
.row.expanded {
    max-width: none;
}
.row.expanded .row {
    margin-right: auto;
    margin-left: auto;
}
.row:not(.expanded) .row {
    max-width: none;
}
.column, .columns {
    width: 100%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left;
}
.column.row.row, .row.row.columns {
    float: none;
}
.row .column.row.row, .row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.small-1 {
    width: 8.33333%;
}
.small-push-1 {
    position: relative;
    left: 8.33333%;
}
.small-pull-1 {
    position: relative;
    left: -8.33333%;
}
.small-offset-0 {
    margin-left: 0%;
}
.small-2 {
    width: 16.66667%;
}
.small-push-2 {
    position: relative;
    left: 16.66667%;
}
.small-pull-2 {
    position: relative;
    left: -16.66667%;
}
.small-offset-1 {
    margin-left: 8.33333%;
}
.small-3 {
    width: 25%;
}
.small-push-3 {
    position: relative;
    left: 25%;
}
.small-pull-3 {
    position: relative;
    left: -25%;
}
.small-offset-2 {
    margin-left: 16.66667%;
}
.small-4 {
    width: 33.33333%;
}
.small-push-4 {
    position: relative;
    left: 33.33333%;
}
.small-pull-4 {
    position: relative;
    left: -33.33333%;
}
.small-offset-3 {
    margin-left: 25%;
}
.small-5 {
    width: 41.66667%;
}
.small-push-5 {
    position: relative;
    left: 41.66667%;
}
.small-pull-5 {
    position: relative;
    left: -41.66667%;
}
.small-offset-4 {
    margin-left: 33.33333%;
}
.small-6 {
    width: 50%;
}
.small-push-6 {
    position: relative;
    left: 50%;
}
.small-pull-6 {
    position: relative;
    left: -50%;
}
.small-offset-5 {
    margin-left: 41.66667%;
}
.small-7 {
    width: 58.33333%;
}
.small-push-7 {
    position: relative;
    left: 58.33333%;
}
.small-pull-7 {
    position: relative;
    left: -58.33333%;
}
.small-offset-6 {
    margin-left: 50%;
}
.small-8 {
    width: 66.66667%;
}
.small-push-8 {
    position: relative;
    left: 66.66667%;
}
.small-pull-8 {
    position: relative;
    left: -66.66667%;
}
.small-offset-7 {
    margin-left: 58.33333%;
}
.small-9 {
    width: 75%;
}
.small-push-9 {
    position: relative;
    left: 75%;
}
.small-pull-9 {
    position: relative;
    left: -75%;
}
.small-offset-8 {
    margin-left: 66.66667%;
}
.small-10 {
    width: 83.33333%;
}
.small-push-10 {
    position: relative;
    left: 83.33333%;
}
.small-pull-10 {
    position: relative;
    left: -83.33333%;
}
.small-offset-9 {
    margin-left: 75%;
}
.small-11 {
    width: 91.66667%;
}
.small-push-11 {
    position: relative;
    left: 91.66667%;
}
.small-pull-11 {
    position: relative;
    left: -91.66667%;
}
.small-offset-10 {
    margin-left: 83.33333%;
}
.small-12 {
    width: 100%;
}
.small-offset-11 {
    margin-left: 91.66667%;
}
.small-up-1>.column, .small-up-1>.columns {
    float: left;
    width: 100%;
}
.small-up-1>.column:nth-of-type(1n), .small-up-1>.columns:nth-of-type(1n) {
    clear: none;
}
.small-up-1>.column:nth-of-type(1n+1), .small-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
}
.small-up-1>.column:last-child, .small-up-1>.columns:last-child {
    float: left;
}
.small-up-2>.column, .small-up-2>.columns {
    float: left;
    width: 50%;
}
.small-up-2>.column:nth-of-type(1n), .small-up-2>.columns:nth-of-type(1n) {
    clear: none;
}
.small-up-2>.column:nth-of-type(2n+1), .small-up-2>.columns:nth-of-type(2n+1) {
    clear: both;
}
.small-up-2>.column:last-child, .small-up-2>.columns:last-child {
    float: left;
}
.small-up-3>.column, .small-up-3>.columns {
    float: left;
    width: 33.33333%;
}
.small-up-3>.column:nth-of-type(1n), .small-up-3>.columns:nth-of-type(1n) {
    clear: none;
}
.small-up-3>.column:nth-of-type(3n+1), .small-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
}
.small-up-3>.column:last-child, .small-up-3>.columns:last-child {
    float: left;
}
.small-up-4>.column, .small-up-4>.columns {
    float: left;
    width: 25%;
}
.small-up-4>.column:nth-of-type(1n), .small-up-4>.columns:nth-of-type(1n) {
    clear: none;
}
.small-up-4>.column:nth-of-type(4n+1), .small-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
}
.small-up-4>.column:last-child, .small-up-4>.columns:last-child {
    float: left;
}
.small-up-5>.column, .small-up-5>.columns {
    float: left;
    width: 20%;
}
.small-up-5>.column:nth-of-type(1n), .small-up-5>.columns:nth-of-type(1n) {
    clear: none;
}
.small-up-5>.column:nth-of-type(5n+1), .small-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
}
.small-up-5>.column:last-child, .small-up-5>.columns:last-child {
    float: left;
}
.small-up-6>.column, .small-up-6>.columns {
    float: left;
    width: 16.66667%;
}
.small-up-6>.column:nth-of-type(1n), .small-up-6>.columns:nth-of-type(1n) {
    clear: none;
}
.small-up-6>.column:nth-of-type(6n+1), .small-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
}
.small-up-6>.column:last-child, .small-up-6>.columns:last-child {
    float: left;
}
.small-up-7>.column, .small-up-7>.columns {
    float: left;
    width: 14.28571%;
}
.small-up-7>.column:nth-of-type(1n), .small-up-7>.columns:nth-of-type(1n) {
    clear: none;
}
.small-up-7>.column:nth-of-type(7n+1), .small-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
}
.small-up-7>.column:last-child, .small-up-7>.columns:last-child {
    float: left;
}
.small-up-8>.column, .small-up-8>.columns {
    float: left;
    width: 12.5%;
}
.small-up-8>.column:nth-of-type(1n), .small-up-8>.columns:nth-of-type(1n) {
    clear: none;
}
.small-up-8>.column:nth-of-type(8n+1), .small-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
}
.small-up-8>.column:last-child, .small-up-8>.columns:last-child {
    float: left;
}
.small-collapse>.column, .small-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
}
.small-collapse .row {
    margin-right: 0;
    margin-left: 0;
}
.expanded.row .small-collapse.row {
    margin-right: 0;
    margin-left: 0;
}
.small-uncollapse>.column, .small-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
.small-centered {
    margin-right: auto;
    margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
}
.small-uncentered, .small-push-0, .small-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
}
@media print, screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%;
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%;
    }
    .medium-pull-1 {
        position: relative;
        left: -8.33333%;
    }
    .medium-offset-0 {
        margin-left: 0%;
    }
    .medium-2 {
        width: 16.66667%;
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%;
    }
    .medium-pull-2 {
        position: relative;
        left: -16.66667%;
    }
    .medium-offset-1 {
        margin-left: 8.33333%;
    }
    .medium-3 {
        width: 25%;
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
    }
    .medium-pull-3 {
        position: relative;
        left: -25%;
    }
    .medium-offset-2 {
        margin-left: 16.66667%;
    }
    .medium-4 {
        width: 33.33333%;
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%;
    }
    .medium-pull-4 {
        position: relative;
        left: -33.33333%;
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .medium-5 {
        width: 41.66667%;
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%;
    }
    .medium-pull-5 {
        position: relative;
        left: -41.66667%;
    }
    .medium-offset-4 {
        margin-left: 33.33333%;
    }
    .medium-6 {
        width: 50%;
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
    }
    .medium-pull-6 {
        position: relative;
        left: -50%;
    }
    .medium-offset-5 {
        margin-left: 41.66667%;
    }
    .medium-7 {
        width: 58.33333%;
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%;
    }
    .medium-pull-7 {
        position: relative;
        left: -58.33333%;
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .medium-8 {
        width: 66.66667%;
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%;
    }
    .medium-pull-8 {
        position: relative;
        left: -66.66667%;
    }
    .medium-offset-7 {
        margin-left: 58.33333%;
    }
    .medium-9 {
        width: 75%;
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
    }
    .medium-pull-9 {
        position: relative;
        left: -75%;
    }
    .medium-offset-8 {
        margin-left: 66.66667%;
    }
    .medium-10 {
        width: 83.33333%;
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%;
    }
    .medium-pull-10 {
        position: relative;
        left: -83.33333%;
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .medium-11 {
        width: 91.66667%;
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%;
    }
    .medium-pull-11 {
        position: relative;
        left: -91.66667%;
    }
    .medium-offset-10 {
        margin-left: 83.33333%;
    }
    .medium-12 {
        width: 100%;
    }
    .medium-offset-11 {
        margin-left: 91.66667%;
    }
    .medium-up-1>.column, .medium-up-1>.columns {
        float: left;
        width: 100%;
    }
    .medium-up-1>.column:nth-of-type(1n), .medium-up-1>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-1>.column:nth-of-type(1n+1), .medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both;
    }
    .medium-up-1>.column:last-child, .medium-up-1>.columns:last-child {
        float: left;
    }
    .medium-up-2>.column, .medium-up-2>.columns {
        float: left;
        width: 50%;
    }
    .medium-up-2>.column:nth-of-type(1n), .medium-up-2>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-2>.column:nth-of-type(2n+1), .medium-up-2>.columns:nth-of-type(2n+1) {
        clear: both;
    }
    .medium-up-2>.column:last-child, .medium-up-2>.columns:last-child {
        float: left;
    }
    .medium-up-3>.column, .medium-up-3>.columns {
        float: left;
        width: 33.33333%;
    }
    .medium-up-3>.column:nth-of-type(1n), .medium-up-3>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-3>.column:nth-of-type(3n+1), .medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both;
    }
    .medium-up-3>.column:last-child, .medium-up-3>.columns:last-child {
        float: left;
    }
    .medium-up-4>.column, .medium-up-4>.columns {
        float: left;
        width: 25%;
    }
    .medium-up-4>.column:nth-of-type(1n), .medium-up-4>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-4>.column:nth-of-type(4n+1), .medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both;
    }
    .medium-up-4>.column:last-child, .medium-up-4>.columns:last-child {
        float: left;
    }
    .medium-up-5>.column, .medium-up-5>.columns {
        float: left;
        width: 20%;
    }
    .medium-up-5>.column:nth-of-type(1n), .medium-up-5>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-5>.column:nth-of-type(5n+1), .medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both;
    }
    .medium-up-5>.column:last-child, .medium-up-5>.columns:last-child {
        float: left;
    }
    .medium-up-6>.column, .medium-up-6>.columns {
        float: left;
        width: 16.66667%;
    }
    .medium-up-6>.column:nth-of-type(1n), .medium-up-6>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-6>.column:nth-of-type(6n+1), .medium-up-6>.columns:nth-of-type(6n+1) {
        clear: both;
    }
    .medium-up-6>.column:last-child, .medium-up-6>.columns:last-child {
        float: left;
    }
    .medium-up-7>.column, .medium-up-7>.columns {
        float: left;
        width: 14.28571%;
    }
    .medium-up-7>.column:nth-of-type(1n), .medium-up-7>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-7>.column:nth-of-type(7n+1), .medium-up-7>.columns:nth-of-type(7n+1) {
        clear: both;
    }
    .medium-up-7>.column:last-child, .medium-up-7>.columns:last-child {
        float: left;
    }
    .medium-up-8>.column, .medium-up-8>.columns {
        float: left;
        width: 12.5%;
    }
    .medium-up-8>.column:nth-of-type(1n), .medium-up-8>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-8>.column:nth-of-type(8n+1), .medium-up-8>.columns:nth-of-type(8n+1) {
        clear: both;
    }
    .medium-up-8>.column:last-child, .medium-up-8>.columns:last-child {
        float: left;
    }
    .medium-collapse>.column, .medium-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }
    .medium-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .medium-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }
    .medium-uncollapse>.column, .medium-uncollapse>.columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .medium-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .medium-uncentered, .medium-push-0, .medium-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}
@media print, screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%;
    }
    .large-pull-1 {
        position: relative;
        left: -8.33333%;
    }
    .large-offset-0 {
        margin-left: 0%;
    }
    .large-2 {
        width: 16.66667%;
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%;
    }
    .large-pull-2 {
        position: relative;
        left: -16.66667%;
    }
    .large-offset-1 {
        margin-left: 8.33333%;
    }
    .large-3 {
        width: 25%;
    }
    .large-push-3 {
        position: relative;
        left: 25%;
    }
    .large-pull-3 {
        position: relative;
        left: -25%;
    }
    .large-offset-2 {
        margin-left: 16.66667%;
    }
    .large-4 {
        width: 33.33333%;
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%;
    }
    .large-pull-4 {
        position: relative;
        left: -33.33333%;
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .large-5 {
        width: 41.66667%;
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%;
    }
    .large-pull-5 {
        position: relative;
        left: -41.66667%;
    }
    .large-offset-4 {
        margin-left: 33.33333%;
    }
    .large-6 {
        width: 50%;
    }
    .large-push-6 {
        position: relative;
        left: 50%;
    }
    .large-pull-6 {
        position: relative;
        left: -50%;
    }
    .large-offset-5 {
        margin-left: 41.66667%;
    }
    .large-7 {
        width: 58.33333%;
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%;
    }
    .large-pull-7 {
        position: relative;
        left: -58.33333%;
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .large-8 {
        width: 66.66667%;
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%;
    }
    .large-pull-8 {
        position: relative;
        left: -66.66667%;
    }
    .large-offset-7 {
        margin-left: 58.33333%;
    }
    .large-9 {
        width: 75%;
    }
    .large-push-9 {
        position: relative;
        left: 75%;
    }
    .large-pull-9 {
        position: relative;
        left: -75%;
    }
    .large-offset-8 {
        margin-left: 66.66667%;
    }
    .large-10 {
        width: 83.33333%;
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%;
    }
    .large-pull-10 {
        position: relative;
        left: -83.33333%;
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .large-11 {
        width: 91.66667%;
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%;
    }
    .large-pull-11 {
        position: relative;
        left: -91.66667%;
    }
    .large-offset-10 {
        margin-left: 83.33333%;
    }
    .large-12 {
        width: 100%;
    }
    .large-offset-11 {
        margin-left: 91.66667%;
    }
    .large-up-1>.column, .large-up-1>.columns {
        float: left;
        width: 100%;
    }
    .large-up-1>.column:nth-of-type(1n), .large-up-1>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-1>.column:nth-of-type(1n+1), .large-up-1>.columns:nth-of-type(1n+1) {
        clear: both;
    }
    .large-up-1>.column:last-child, .large-up-1>.columns:last-child {
        float: left;
    }
    .large-up-2>.column, .large-up-2>.columns {
        float: left;
        width: 50%;
    }
    .large-up-2>.column:nth-of-type(1n), .large-up-2>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-2>.column:nth-of-type(2n+1), .large-up-2>.columns:nth-of-type(2n+1) {
        clear: both;
    }
    .large-up-2>.column:last-child, .large-up-2>.columns:last-child {
        float: left;
    }
    .large-up-3>.column, .large-up-3>.columns {
        float: left;
        width: 33.33333%;
    }
    .large-up-3>.column:nth-of-type(1n), .large-up-3>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-3>.column:nth-of-type(3n+1), .large-up-3>.columns:nth-of-type(3n+1) {
        clear: both;
    }
    .large-up-3>.column:last-child, .large-up-3>.columns:last-child {
        float: left;
    }
    .large-up-4>.column, .large-up-4>.columns {
        float: left;
        width: 25%;
    }
    .large-up-4>.column:nth-of-type(1n), .large-up-4>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-4>.column:nth-of-type(4n+1), .large-up-4>.columns:nth-of-type(4n+1) {
        clear: both;
    }
    .large-up-4>.column:last-child, .large-up-4>.columns:last-child {
        float: left;
    }
    .large-up-5>.column, .large-up-5>.columns {
        float: left;
        width: 20%;
    }
    .large-up-5>.column:nth-of-type(1n), .large-up-5>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-5>.column:nth-of-type(5n+1), .large-up-5>.columns:nth-of-type(5n+1) {
        clear: both;
    }
    .large-up-5>.column:last-child, .large-up-5>.columns:last-child {
        float: left;
    }
    .large-up-6>.column, .large-up-6>.columns {
        float: left;
        width: 16.66667%;
    }
    .large-up-6>.column:nth-of-type(1n), .large-up-6>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-6>.column:nth-of-type(6n+1), .large-up-6>.columns:nth-of-type(6n+1) {
        clear: both;
    }
    .large-up-6>.column:last-child, .large-up-6>.columns:last-child {
        float: left;
    }
    .large-up-7>.column, .large-up-7>.columns {
        float: left;
        width: 14.28571%;
    }
    .large-up-7>.column:nth-of-type(1n), .large-up-7>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-7>.column:nth-of-type(7n+1), .large-up-7>.columns:nth-of-type(7n+1) {
        clear: both;
    }
    .large-up-7>.column:last-child, .large-up-7>.columns:last-child {
        float: left;
    }
    .large-up-8>.column, .large-up-8>.columns {
        float: left;
        width: 12.5%;
    }
    .large-up-8>.column:nth-of-type(1n), .large-up-8>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-8>.column:nth-of-type(8n+1), .large-up-8>.columns:nth-of-type(8n+1) {
        clear: both;
    }
    .large-up-8>.column:last-child, .large-up-8>.columns:last-child {
        float: left;
    }
    .large-collapse>.column, .large-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }
    .large-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .large-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }
    .large-uncollapse>.column, .large-uncollapse>.columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .large-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .large-centered, .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .large-uncentered, .large-push-0, .large-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}
.column-block {
    margin-bottom: 1.875rem;
}
.column-block> :last-child {
    margin-bottom: 0;
}
.slide-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.slide-in-left.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.slide-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.slide-in-right.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.slide-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.slide-out-right.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.slide-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.slide-out-left.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.fade-in.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
    opacity: 1;
}
.fade-out.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
    opacity: 0;
}
.hinge-in-from-top.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-right.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-left.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-out-from-top.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}
.hinge-out-from-right.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0;
}
.hinge-out-from-left.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}
.scale-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.scale-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.scale-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.scale-out-up.mui-leave.mui-leave-active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}
.scale-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}
.spin-in.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.spin-in.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}
.spin-out.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.spin-out.mui-leave.mui-leave-active {
    -webkit-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    opacity: 0;
}
.spin-in-ccw.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.spin-in-ccw.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}
.spin-out-ccw.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.spin-out-ccw.mui-leave.mui-leave-active {
    -webkit-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    opacity: 0;
}
.slow {
    -webkit-transition-duration: 750ms !important;
    transition-duration: 750ms !important;
}
.fast {
    -webkit-transition-duration: 250ms !important;
    transition-duration: 250ms !important;
}
.linear {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.ease {
    -webkit-transition-timing-function: ease !important;
    transition-timing-function: ease !important;
}
.ease-in {
    -webkit-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important;
}
.ease-out {
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important;
}
.ease-in-out {
    -webkit-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important;
}
.bounce-in {
    -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
    -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
}
.long-delay {
    -webkit-transition-delay: 700ms !important;
    transition-delay: 700ms !important;
}
.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7;
}
@-webkit-keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%);
    }
    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%);
    }
}
@keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%);
    }
    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%);
    }
}
.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}
@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
.spin-ccw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg;
}
@-webkit-keyframes wiggle-7deg {
    40%, 50%, 60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }
    35%, 45%, 55%, 65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }
    0%, 30%, 70%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes wiggle-7deg {
    40%, 50%, 60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }
    35%, 45%, 55%, 65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }
    0%, 30%, 70%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
.shake, .spin-cw, .spin-ccw, .wiggle {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}
.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important;
}
.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important;
}
.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
}
.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important;
}
.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important;
}
.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important;
}
.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important;
}
.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
    -webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important;
}
.long-delay {
    -webkit-animation-delay: 700ms !important;
    animation-delay: 700ms !important;
}
/** 2.0 - Plugins ------------------------------------------------- */

/* --- Slick --- */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff;
}
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url("framework/fonts/slick/slick.eot");
    src: url("framework/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("framework/fonts/slick/slick.woff") format("woff"), url("framework/fonts/slick/slick.ttf") format("truetype"), url("framework/fonts/slick/slick.svg#slick") format("svg");
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9999;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 25px;
}
[dir='rtl'] .slick-prev {
    right: 25px;
    left: auto;
}
.slick-prev:before {
    content: '←';
}
[dir='rtl'] .slick-prev:before {
    content: '→';
}
.slick-next {
    right: 25px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: 25px;
}
.slick-next:before {
    content: '→';
}
[dir='rtl'] .slick-next:before {
    content: '←';
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
/* --- FontAwesome --- */

@font-face {
    font-family: 'FontAwesome';
    src: url("framework/fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
    src: url("framework/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("framework/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("framework/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("framework/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("framework/fonts/fontawesome/fontawesome-webfont.svg?v=4.7.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.33333333em;
    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.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul>li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */

.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;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-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 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-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 {
    -webkit-filter: none;
    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: #ffffff;
}
/* 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-f:before, .fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before, .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, .fa-gratipay: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-pp: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-resistance: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-y-combinator-square:before, .fa-yc-square:before, .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";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before, .fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb";
}
.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
/** 3.0 - General ------------------------------------------------- */

body {
    background-color: transparent;
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    color: #404040;
}
.as-body-wrapper {
    background: #ffffff;
}
body.layout-boxed .as-body-wrapper {
    margin: 4%;
}
/* --- Headings --- */

h1, h2, h3, h4, h5, h6 {
    font-family: "Lora", Georgia, serif;
    color: #090909;
    margin: 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
h1 {
    font-size: 1.75rem;
    line-height: 1.3928571429;
}
h2 {
    font-size: 1.625rem;
    line-height: 1.3461538462;
}
h3 {
    font-size: 1.5rem;
    line-height: 1.4166666667;
}
h4 {
    font-size: 1.375rem;
    line-height: 1.4545454545;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1.125rem;
}
/* --- Elements --- */

p {
    margin: 0 0 24px;
}
ul, ol {
    margin: 0 0 24px;
    padding-left: 30px;
}
ul {
    list-style: circle;
}
ol {
    list-style: square;
}
li>ul, li>ol {
    margin-bottom: 0;
    margin-left: 0;
}
dt {
    font-weight: 700;
}
b, strong {
    font-weight: 700;
}
dfn, em, i {
    font-style: italic;
}
s, strike, del {
    text-decoration: line-through;
}
blockquote {
    margin: 0;
}
address {
    font-size: 1rem;
    line-height: 1.5625;
    margin: 0 0 24px;
}
pre {
    background: #ecf0f1;
    max-width: 100%;
    font-family: Consolas, Monaco, monospace;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 24px;
    padding: 15px;
    overflow: auto;
}
code, kbd, tt, var {
    font-family: Consolas, Monaco, monospace;
    font-size: 0.875rem;
    line-height: 1.5;
}
abbr, acronym {
    cursor: help;
    text-decoration: none !important;
}
mark, ins {
    background: #ecf0f1;
    text-decoration: none;
}
sup, sub {
    position: relative;
    height: 0;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.5625;
    margin: 0 0 24px;
}
figcaption {
    padding: 6px 0;
}
aside, iframe, embed {
    max-width: 100%;
}
img {
    height: auto;
    max-width: 100%;
}
dt {
    padding: 0 0 8px;
    font-weight: 700;
}
dd {
    margin: 0 0 24px;
}
dl dt {
    font-size: 1rem;
    line-height: 1.5625;
    font-weight: 700;
}
dl dd {
    font-size: 1rem;
    line-height: 1.5625;
    margin: 0 0 24px;
}
/* --- Tables --- */

table {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5625;
    border-collapse: collapse;
}
table td, table th {
    padding: 8px 5px;
}
table thead th {
    text-align: left;
    background: #ecf0f1;
    padding: 5px;
}
table tbody th {
    text-align: left;
    padding: 5px;
}
table>caption {
    font-style: italic;
    font-weight: 700;
    padding: 10px 0;
}
/* --- Links --- */

a {
    color: #404040;
    outline: 0;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
a:hover, a:active, a:focus {
    color: #090909;
}
/* --- General --- */

.block {
    display: block !important;
}
.inline-block {
    display: inline-block !important;
}
.inline {
    display: inline !important;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-small {
    font-size: 0.75rem !important;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-center {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}
.align-middle {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}
.align-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.align-right {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.align-bottom {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}
.height-50, .height-75, .height-100 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 50vh;
}
.height-75 {
    min-height: 75vh;
}
.height-100 {
    min-height: 100vh;
}
/* --- Clear --- */

.clearfix:after, .clearfix:before {
    content: ' ';
    display: table;
}
.clearfix:after {
    clear: both;
}
/** 4.0 - Forms ------------------------------------------------- */

label {
    display: inline-block;
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
}
input, select, textarea {
    width: 100%;
    font-size: 1rem;
    font-family: "Lora", Georgia, serif;
    line-height: 1.5;
    font-weight: 400;
    color: #404040;
    padding: 9.5px 10px;
    border: 1px solid #eeeeee;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input:focus, input:active, textarea:focus, textarea:active {
    border-color: #dddddd;
    outline: none;
}
textarea {
    resize: none;
}
input[type="checkbox"], input[type="radio"] {
    display: inline-block;
    width: auto;
}
/* --- Buttons --- */

input[type="button"], input[type="submit"], .as-button {
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px;
    color: #ffffff;
    background: #090909;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: none;
}
input[type="button"]:hover, input[type="submit"]:hover, .as-button:hover, input[type="button"]:active, input[type="submit"]:active, .as-button:active, input[type="button"]:focus, input[type="submit"]:focus, .as-button:focus {
    color: #ffffff;
    opacity: 0.80;
}
.signals-button {
    display: inline-block;
    border: 1px solid #090909;
}
/** 5.0 - Header ------------------------------------------------- */

/* --- Common --- */

.header {
    width: 100%;
    background: #ffffff;
    padding: 40px 0;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.header-right, .site-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}
.header-right {
    float: right;
}
.site-title a {
    position: relative;
}
.site-title img {
    display: block;
    max-height: 50px;
    width: auto;
}
.site-title .site-header {
    font-family: "Heebo", Arial, sans-serif;
    font-size: 2.5rem;
    line-height: 1.25;
}
.site-title .site-header a {
    color: #090909;
}
.social-links {
    margin: 0;
    padding: 0;
}
.social-links li {
    display: inline-block;
    margin-right: 8px;
}
.social-links li:last-child {
    margin: 0;
}
.social-links li a {
    display: block;
    font-size: 0.8125rem;
    line-height: 2.3076923077;
    margin: 0 9px;
}
.social-links li:first-child a {
    margin-left: 0;
}
.social-links li a .fa {
    vertical-align: 0;
}
.trigger-close {
    position: absolute;
    height: 1.75rem;
    width: 1.75rem;
    cursor: pointer;
    top: 50px;
    left: 50%;
    margin-left: -14px;
}
.trigger-close:before, .trigger-close:after {
    background: #ffffff;
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.trigger-close:before {
    height: 0.125rem;
    margin-top: -0.0625rem;
    top: 50%;
    width: 100%;
}
.trigger-close:after {
    height: 100%;
    left: 50%;
    margin-left: -0.0625rem;
    width: 0.125rem;
}
/* --- Links --- */

.trigger-search {
    margin-left: 18px;
}
.trigger-search {
    width: 18px;
    height: 18px;
}
.header-triggers {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    margin-left: 25px;
}
.header-triggers a:first-child {
    margin-left: 0;
}
/* --- Preloader --- */

.as-preload {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    left: 0;
    top: 0;
    z-index: 9999;
}
.as-loader {
    float: right;
    font-size: 10px;
    margin: 30px;
    text-indent: -9999em;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #000000;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #000000), color-stop(42%, transparent));
    background: linear-gradient(to right, #000000 10%, transparent 42%);
    position: relative;
    -webkit-animation: as-loader 0.4s infinite linear;
    animation: as-loader 0.4s infinite linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.as-loader:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 50%;
    background: #000000;
    border-radius: 100% 0 0 0;
    top: 0;
    left: 0;
}
.as-loader:after {
    background: #ffffff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes as-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes as-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* --- Mobile --- */

.trigger-menu {
    position: relative;
    display: none;
    vertical-align: 0;
    height: 10px;
    width: 30px;
}
.trigger-menu span {
    margin: 0 auto;
    position: relative;
    top: 4px;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.trigger-menu span:before, .trigger-menu span:after {
    content: '';
    position: absolute;
}
.trigger-menu span:after, .trigger-menu span:before {
    background-color: #090909;
    display: block;
    height: 2px;
    width: 30px;
}
.trigger-menu span:before {
    margin-top: -4px;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: margin, -webkit-transform;
}
.trigger-menu span:after {
    margin-top: 4px;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: margin, -webkit-transform;
}
.trigger-menu.active span {
    background-color: transparent;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.trigger-menu.active span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.trigger-menu.active span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
/* --- Mobile Content --- */

.mobile-content {
    display: none;
    padding-top: 30px;
}
.mobile-content .mobile-search input {
    font-family: "Heebo", Arial, sans-serif;
    background: #ecf0f1;
    border: 0;
    border-bottom: 1px solid #eeeeee;
    padding: 12px;
}
.mobile-content .mobile-navigation-menu li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
}
.mobile-content .mobile-navigation-menu li:last-child {
    border-bottom: 0;
}
.mobile-content .mobile-navigation-menu li a {
    display: block;
    padding: 10px 12px;
}
.mobile-content .mobile-navigation-menu li ul {
    display: none;
}
.mobile-content .social-links {
    display: block;
    padding: 18px 12px 6px;
    margin: 0;
    border-top: 1px solid #eeeeee;
}
.mobile-content .social-links li {
    margin-right: 16px;
}
/** 6.0 - Navigation ------------------------------------------------- */

.site-navigation {
    display: inline-block;
    text-align: left;
}
.navigation-menu, .mobile-navigation-menu {
    font-family: "Heebo", Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.navigation-menu>li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}
.navigation-menu>li:last-child {
    margin-right: 0;
}
.navigation-menu li a, .mobile-navigation-menu li a {
    display: block;
    font-size: 1.3125rem;
    line-height: 1.4285714286;
    font-weight: 500;
    color: #090909;
    padding: 10px 0;
}
.navigation-menu li a:hover, .navigation-menu li.current-menu-item>a, .navigation-menu li.current-menu-parent>a {
    color: #090909;
}
.navigation-menu>li>ul {
    position: absolute;
    background: #ffffff;
    width: 220px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 8px;
    opacity: 0;
    margin-left: -15px;
    -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.075);
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.075);
    -webkit-transition: opacity .2s ease-in-out .3s, visibility .2s linear .3s, -webkit-transform .2s linear .3s;
    transition: opacity .2s ease-in-out .3s, visibility .2s linear .3s, -webkit-transform .2s linear .3s;
    transition: transform .2s linear .3s, opacity .2s ease-in-out .3s, visibility .2s linear .3s;
    transition: transform .2s linear .3s, opacity .2s ease-in-out .3s, visibility .2s linear .3s, -webkit-transform .2s linear .3s;
    visibility: hidden;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    z-index: 99999;
}
.navigation-menu>li:hover>ul {
    -webkit-transition: opacity .2s ease-in-out, visibility 0s 0s linear, -webkit-transform .2s linear;
    transition: opacity .2s ease-in-out, visibility 0s 0s linear, -webkit-transform .2s linear;
    transition: transform .2s linear, opacity .2s ease-in-out, visibility 0s 0s linear;
    transition: transform .2s linear, opacity .2s ease-in-out, visibility 0s 0s linear, -webkit-transform .2s linear;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.navigation-menu>li:last-child ul {
    right: 0;
}
.navigation-menu>li>ul>li {
    display: block;
}
.navigation-menu>li>ul>li a {
    font-size: 0.9375rem;
    line-height: 1.6;
    padding: 4px 15px;
}
/** 7.0 - Sections ------------------------------------------------- */

/* --- Featured --- */

.as-featured-section {
    margin: 0 auto 60px;
    width: 100%;
}
.as-featured-section .featured-wrapper {
    position: relative;
}
.as-featured-section .featured-container {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}
.as-featured-section .featured-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}
.as-featured-section .featured-section {
    position: absolute;
    z-index: 20;
    width: 100%;
    bottom: 30px;
    left: 0;
}
.as-featured-section h3 {
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.3636363636;
    word-wrap: break-word;
}
.as-featured-section h3 a, .as-featured-section .post-categories a {
    color: #ffffff;
}
.as-featured-section .post-categories p {
    margin: 0;
    margin-bottom: 6px;
    font-family: "Heebo", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.as-featured-section .featured-excerpt {
    color: #ffffff;
    margin: 18px 0 0;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
}
.as-featured-section .featured-section-overlay {
    width: 100%;
    height: 75%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(9, 9, 9, 0.75)), to(rgba(9, 9, 9, 0)));
    background: linear-gradient(to top, rgba(9, 9, 9, 0.75) 0, rgba(9, 9, 9, 0) 100%);
    z-index: 1;
}
.as-featured-section h3, .as-featured-section .post-categories p, .as-featured-section .featured-excerpt {
    padding: 0 45px;
}
/* --- Colors --- */

.as-featured-section .fso-1 {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(219, 10, 91, 0.75)), to(rgba(219, 10, 91, 0)));
    background: linear-gradient(to top, rgba(219, 10, 91, 0.75) 0, rgba(219, 10, 91, 0) 100%);
}
.as-featured-section .fso-2 {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(246, 71, 71, 0.75)), to(rgba(246, 71, 71, 0)));
    background: linear-gradient(to top, rgba(246, 71, 71, 0.75) 0, rgba(246, 71, 71, 0) 100%);
}
.as-featured-section .fso-3 {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(34, 167, 240, 0.75)), to(rgba(34, 167, 240, 0)));
    background: linear-gradient(to top, rgba(34, 167, 240, 0.75) 0, rgba(34, 167, 240, 0) 100%);
}
.as-featured-section .fso-4 {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 230, 64, 0.75)), to(rgba(0, 230, 64, 0)));
    background: linear-gradient(to top, rgba(0, 230, 64, 0.75) 0, rgba(0, 230, 64, 0) 100%);
}
.as-featured-section .fso-5 {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(249, 191, 59, 0.75)), to(rgba(249, 191, 59, 0)));
    background: linear-gradient(to top, rgba(249, 191, 59, 0.75) 0, rgba(249, 191, 59, 0) 100%);
}
/* --- Featured: One --- */

.as-featured-one .featured-wrapper {
    float: left;
    width: 19%;
    height: 480px;
    margin-right: 1.25%;
}
.as-featured-one .featured-wrapper:nth-child(5) {
    margin-right: 0;
}
.as-featured-one h3, .as-featured-one .post-categories p, .as-featured-one .featured-excerpt {
    padding: 0 15px;
}
/* --- Featured: One --- */

.as-featured-two .featured-wrapper:nth-child(1) {
    float: left;
    width: 65%;
    height: 530px;
    margin-right: 1%;
}
.as-featured-two .featured-wrapper:nth-child(2), .as-featured-two .featured-wrapper:nth-child(3) {
    float: left;
    width: 34%;
    height: 260px;
    margin-bottom: 10px;
    margin-right: 0;
}
.as-featured-two .featured-wrapper:nth-child(3) {
    margin-bottom: 0;
}
/* --- Featured: Three --- */

.as-featured-three .featured-wrapper:nth-child(1) {
    float: left;
    width: 53%;
    height: 530px;
    margin-right: 1%;
}
.as-featured-three .featured-wrapper:nth-child(2) {
    float: left;
    width: 46%;
    margin-bottom: 10px;
    height: 260px;
}
.as-featured-three .featured-wrapper:nth-child(3), .as-featured-three .featured-wrapper:nth-child(4) {
    float: left;
    width: 22.5%;
    height: 260px;
    margin-right: 1%;
}
.as-featured-three .featured-wrapper:nth-child(4) {
    margin-right: 0;
}
/* --- Featured: Four --- */

.as-featured-four .featured-wrapper {
    position: relative;
    width: 100%;
    height: 640px;
}
.as-featured-four .featured-section-overlay {
    height: 250px;
}
.as-featured-four h3 {
    font-size: 2.25rem;
    font-weight: 700;
}
.as-featured-four .featured-excerpt {
    margin-bottom: 25px;
}
/* --- Featured: Five --- */

.as-featured-five .featured-wrapper:nth-child(2) {
    float: left;
    width: 48%;
    height: 540px;
    margin-right: 1%;
    margin-left: 1%;
}
.as-featured-five .featured-wrapper:nth-child(1), .as-featured-five .featured-wrapper:nth-child(3) {
    float: left;
    width: 25%;
    height: 540px;
}
/** 8.0 - Clearings ------------------------------------------------- */

.as-featured-section:before, .as-featured-section:after, .posts-wrapper:before, .posts-wrapper:after, .gallery:before, .gallery:after, .nav-links:before, .nav-links:after {
    content: ' ';
    display: table;
}
.as-featured-section:before, .as-featured-section:after, .posts-wrapper:after, .gallery:after, .nav-links:after {
    clear: both;
}
/** 9.0 - Content ------------------------------------------------- */

/* --- Common --- */

.main-content-wrapper {
    padding: 0 0 60px;
}
.main-right {
    float: right;
}
.main-right.content-area {
    padding-left: 60px;
}
.main-left.content-area {
    padding-right: 60px;
}
.as-blog-header {
    margin: 0 0 16px;
}
.as-featured-header {
    font-family: "Heebo", Arial, sans-serif;
    font-size: 2.5rem;
}
.as-lead {
    font-family: "Heebo", Arial, sans-serif;
    color: #727477;
    margin: 8px 0 0;
}
.entry-content {
    margin-bottom: 24px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
    margin-bottom: 18px;
}
.entry-content p, .entry-content ul, .entry-content ol {
    font-size: 1rem;
    line-height: 1.5625;
    word-break: break-word;
}
.entry-content ul, .comment-content ul {
    list-style: disc;
}
.entry-content ol, .comment-content ol {
    list-style: decimal;
}
.entry-content ul li, .entry-content ol li, .comment-content ul li, .comment-content ol li {
    margin-bottom: 4px;
}
.entry-content ul ul li:last-child, .entry-content ol ol li:last-child, .comment-content ul ul li:last-child, .comment-content ol ol li:last-child {
    margin-bottom: 0;
}
.entry-content ul ul, .entry-content ol ol, .comment-content ul ul, .comment-content ol ol {
    margin-top: 4px;
}
.entry-content table, .comment-content table {
    margin-bottom: 24px;
}
.entry-content table th, .entry-content table td, .comment-content table th, .comment-content table td {
    border: 1px solid #eeeeee;
}
p.justify {
    text-align: justify;
}
.entry-content blockquote, .comment-content blockquote {
    padding: 30px 85px;
}
.entry-content blockquote p, .comment-content blockquote p {
    position: relative;
    font-size: 1.375rem !important;
    font-weight: 700;
    font-style: italic;
    line-height: 1.5454545455 !important;
    color: #090909;
}
.entry-content blockquote p:before {
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    opacity: 0.20;
    font-size: 2.25rem;
    top: -16px;
    left: -12px;
}
.entry-content blockquote p:last-child, .comment-content blockquote p:last-child {
    margin-bottom: 24px;
}
.entry-content blockquote cite, .comment-content blockquote cite {
    display: block;
    font-family: "Heebo", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    margin-top: 18px;
}
.entry-content blockquote cite:before, .comment-content blockquote cite:before {
    content: '\2014';
    display: inline;
    padding: 0 5px 0 0;
    -webkit-font-smoothing: antialiased;
}
.entry-content>*:last-child, .comment-content>*:last-child {
    margin-bottom: 0;
}
/* --- Thumbnails --- */

.entry-featured-image {
    position: relative;
    margin-bottom: 24px;
}
.entry-featured-image img {
    display: block;
}
.entry-featured-image.gallery-icon:after, .entry-featured-image.audio-icon:after, .entry-featured-image.video-icon:after {
    content: '\f030';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 1rem;
    color: #ffffff;
    bottom: 0;
    padding: 12px;
    border-radius: 100%;
    z-index: 10;
}
.entry-featured-image.audio-icon:after {
    content: '\f001';
}
.entry-featured-image.video-icon:after {
    content: '\f03d';
}
/* --- Header --- */

.entry-title {
    font-family: "Heebo", Arial, sans-serif;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1.2619047619;
    margin: 0;
}
.page-header {
    margin-bottom: 30px;
}
.single-attachment h1.entry-title {
    margin: 24px 0;
}
/* --- Meta --- */

.entry-meta {
    margin: 4px 0 12px;
}
.entry-meta div, .entry-footer div {
    display: inline-block;
    font-family: "Heebo", Arial, sans-serif;
    font-size: 0.875rem;
    margin-right: 6px;
}
.entry-meta p:before {
    content: '\00b7';
    font-size: 1.25rem;
    vertical-align: -2px;
    line-height: 0;
    margin-right: 6px;
}
.entry-meta div:first-child p:before {
    content: none;
}
.entry-meta p, .entry-footer p {
    margin: 0;
}
.entry-meta a {
    color: #727477;
}
/* --- Footer --- */

.posts-wrapper .entry-footer div {
    font-family: "Lora", Georgia, serif;
    font-size: 1rem;
    font-style: italic;
}
.posts-wrapper .entry-footer a {
    font-weight: 700;
}
/* --- Archive --- */

.archive-title {
    margin: 6px 0 45px;
}
.archive-title h1, .page-header h1 {
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1.125rem;
}
.archive-title h1 span, .page-header h1 span {
    font-weight: 700;
    line-height: 1;
    border-bottom: 1px solid #090909;
    padding-bottom: 1px;
}
.archive-title h1 span:nth-child(even) {
    margin-left: 15px;
}
/* --- 404 --- */

.error404 .not-found {
    margin-top: 45px;
}
.error404 .page-title {
    font-family: "Heebo", Arial, sans-serif;
    font-size: 8.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -5px;
    margin-bottom: 15px;
}
.error404 .search-query {
    font-size: 1.0625rem;
}
/* --- None (No Results) --- */

.not-found {
    max-width: 600px;
}
.not-found .page-header {
    margin-bottom: 24px;
}
.not-found .entry-content p {
    font-size: 1.125rem;
}
/* --- Pagination --- */

.post-pagination {
    font-family: "Heebo", Arial, sans-serif;
    padding-top: 30px;
    text-align: center;
}
.post-pagination a, .post-pagination span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    color: #727477;
    margin: 0 12px !important;
}
.post-pagination span.current {
    font-size: 1.375rem;
    line-height: 2;
    color: #090909;
}
.post-pagination a>span {
    padding: 0;
    margin: 0;
}
/* --- Navigation --- */

.nav-links {
    font-family: "Heebo", Arial, sans-serif;
}
.nav-links div {
    float: left;
    display: block;
    width: 50%;
    padding: 10px 0;
}
.nav-links a {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 2;
    margin: 0 20px;
}
.nav-links .nav-previous {
    float: left !important;
    width: 50%;
    text-align: right;
}
.nav-links .nav-next {
    float: right !important;
    width: 50%;
    text-align: left;
}
/* --- Image --- */

.image-navigation {
    display: block !important;
}
/* --- Comment --- */

.comment-navigation .nav-links a {
    font-size: 0.875rem;
    line-height: 2;
    margin: 0 12px;
}
/* --- Single Post --- */

.single-post-navigation {
    margin-top: 60px;
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
}
.single-post-navigation .nav-links {
    font-family: "Lora", Georgia, serif;
    font-style: italic;
}
.single-post-navigation .nav-links a {
    display: block;
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4444444444;
    margin: 6px 0 0;
}
.single-post-navigation .nav-links .nav-previous {
    text-align: left;
}
.single-post-navigation .nav-links .nav-next {
    text-align: right;
}
/* --- Blog: Classic --- */

.blog-classic article {
    padding-bottom: 75px;
}
.blog-classic .entry-featured-image {
    margin-bottom: 45px;
}
.blog-classic h2.entry-title {
    font-size: 2rem;
    line-height: 1.3125;
}
.blog-classic .entry-content {
    margin-top: 30px;
}
.blog-classic .entry-content p {
    font-size: 1.0625rem;
    line-height: 1.6470588235;
}
.blog-classic .read-more {
    position: relative;
    padding-top: 20px;
}
.blog-classic .more-link {
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 4px;
}
.no-sidebar.blog-classic h2.entry-title {
    font-size: 2.25rem;
    line-height: 1.2777777778;
}
/* --- Blog: Square --- */

.blog-square .list-section {
    width: 57% !important;
}
.blog-square .entry-featured-image {
    width: 38% !important;
}
/* --- Blog: Circle --- */

.blog-circle article, .blog-square article, .blog-3-col article, .blog-2-col article {
    position: relative;
    padding-bottom: 60px;
}
.blog-circle .circle-post, .blog-square .square-post {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.blog-circle .list-section, .blog-square .list-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
    height: 100%;
}
.blog-circle .entry-featured-image, .blog-square .entry-featured-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35%;
    margin-right: 5%;
    margin-bottom: 0;
    height: 100%;
}
.blog-circle .entry-featured-image a, .blog-circle .entry-featured-image img {
    border-radius: 100%;
}
.blog-circle .entry-header, .blog-square .entry-header {
    margin-bottom: 24px;
}
.blog-circle h2.entry-title, .blog-square h2.entry-title {
    font-size: 1.5rem;
    line-height: 1.375;
    margin: 0;
}
.blog-circle .entry-meta, .blog-square .entry-meta {
    margin: 4px 0 0;
}
.no-sidebar.blog-circle h2.entry-title, .no-sidebar.blog-square h2.entry-title {
    font-size: 1.75rem;
    line-height: 1.3214285714;
}
/* --- Blog: 2 Col --- */

.blog-2-col article {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.blog-2-col article:nth-child(2n) {
    margin: 0;
}
.blog-2-col .entry-featured-image {
    margin-bottom: 24px;
}
.blog-2-col h2.entry-title {
    font-size: 1.5rem;
    line-height: 1.3333333333;
}
.blog-2-col .entry-content, .blog-3-col .entry-content {
    margin-top: 16px;
}
.blog-2-col .entry-content p, .blog-square .entry-content p, .blog-circle .entry-content p {
    font-size: 0.9375rem;
    line-height: 1.6;
}
.no-sidebar.blog-2-col h2.entry-title {
    font-size: 1.75rem;
    line-height: 1.2857142857;
}
/* --- Blog: 3 Col --- */

.blog-3-col .posts-wrapper {
    margin: 0 -1%;
}
.blog-3-col article {
    float: left;
    width: 31.33%;
    margin: 0 1%;
}
.blog-3-col h2.entry-title {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
}
.blog-3-col .entry-content p {
    font-size: 0.875rem;
    line-height: 1.5714285714;
}
.no-sidebar.blog-3-col h2.entry-title {
    font-size: 1.4375rem;
    line-height: 1.347826087;
}
/* --- Single --- */

/* --- Header --- */

.single .entry-featured-image, .page .entry-featured-image {
    margin-bottom: 45px;
}
.single .entry-header {
    margin-bottom: 30px;
}
.single .entry-meta {
    margin: 14px 0 0;
}
.single .entry-meta div, .single .entry-footer div {
    font-size: 1rem;
}
.single .entry-meta a {
    font-weight: 500;
    color: #727477;
    padding-bottom: 3px;
}
/* --- Content --- */

.single .entry-content p, .page .entry-content p, .single .entry-content ul, .page .entry-content ul, .single .entry-content ol, .page .entry-content ol {
    font-size: 1.0625rem;
    line-height: 1.6470588235;
}
.single .entry-content a, .page .entry-content a {
    font-weight: 700;
    border-bottom: 1px solid #090909;
}
.single .entry-content a:hover, .page .entry-content a:hover {
    border-bottom-width: 3px;
}
/* --- Page --- */

body.page .entry-header {
    padding: 40px 0;
}
/* --- Footer --- */

.single .entry-footer {
    text-align: center;
    padding: 0 0 15px;
    margin-top: 45px;
}
.single .entry-footer .post-tags {
    margin-bottom: 45px;
}
.single .entry-footer .post-tags p {
    margin: 0;
}
.single .entry-footer .post-tags a {
    display: inline-block;
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1rem !important;
    font-weight: 500 !important;
    font-style: normal;
    line-height: 1;
    padding: 10px;
    color: #ffffff;
    background: #090909;
    border-radius: 40px;
    margin: 0 5px 6px 0;
}
.single .entry-footer .post-tags a:hover {
    color: #090909;
    background: #ffffff;
}
.single .edit-link, .page .edit-link {
    display: block;
    text-align: right;
}
.single .edit-link a, .page .edit-link a {
    right: 0;
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    color: #727477;
    padding-bottom: 10px;
}
.single .edit-link a:hover, .page .edit-link a:hover {
    color: #090909;
}
/* --- Breadcrumbs --- */

.breadcrumbs {
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1rem;
    margin-bottom: 24px;
    padding: 9px 0;
}
.breadcrumbs a {
    color: #090909;
    font-weight: 700;
    border-bottom: 0;
    padding-bottom: 4px;
}
.archive-title .breadcrumbs {
    padding: 0;
    margin: 12px 0 0;
}
.single .breadcrumbs {
    padding: 0;
}
/* --- Author --- */

.post-author-section {
    margin: 30px 0 0;
    padding-bottom: 55px;
}
.post-author-section h3 {
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 30px;
}
.post-author-section h3 span {
    font-weight: 700;
}
.post-author-section .post-author-image {
    position: absolute;
}
.post-author-section .author-image img {
    max-width: 150px;
    border-radius: 100%;
}
.post-author-section .post-author-information {
    margin-left: 180px;
    min-height: 150px;
}
.post-author-section .author-bio {
    font-size: 1rem;
    line-height: 1.625;
}
/* --- Related --- */

.related-posts {
    margin: 45px -10px 0;
    padding-bottom: 45px;
}
.related-posts h3 {
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 10px 30px;
}
.related-posts .related-wrapper {
    margin: 0 10px;
}
.related-posts .related-image {
    margin-bottom: 20px;
}
.related-posts .related-image img {
    display: block;
}
.related-posts h4 {
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3333333333;
    margin: 0 0 10px;
}
.related-posts .related-story {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
}
.related-posts p:last-child {
    margin-bottom: 0;
}
/* --- Extras --- */

.postpass-form input {
    max-width: 400px;
}
.postpass-form input[type="submit"] {
    margin-top: 8px;
    max-width: 400px;
}
.page-links {
    font-family: "Heebo", Arial, sans-serif;
    margin-top: 45px;
    padding: 12px 0;
    text-align: left;
}
.page-links>a, .page-links>span {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    border-bottom: 0 !important;
    padding: 8px 2px;
    margin: 0 6px;
}
.page-links>span:first-child, .page-links>a:first-child {
    margin-left: 20px;
}
.page-links>span {
    font-weight: 700;
}
/** 10.0 - Comments ------------------------------------------------- */

.comments-wrapper {
    margin: 60px 0 15px;
}
.comments-title, .comment-reply-title {
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4166666667;
}
.comment-list, .comment-list .children, .commentlist, .commentlist .children {
    padding: 0;
    margin: 0;
    list-style: none !important;
}
.comment-list>li, .commentlist>li {
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 22px;
}
.comment-list>li:first-child {
    margin-top: 45px;
}
.comment-list>li.post.pingback, .comment-list>li.post.pingback>p:last-child {
    margin-bottom: 0;
}
.comment-author-avatar {
    position: absolute;
}
.comment-author-avatar img {
    display: block;
    max-width: 75px;
    height: auto;
    border: 1px solid #eeeeee;
    border-radius: 100%;
}
.comment-author {
    display: inline-block;
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375;
}
.comment-author .fn {
    margin-left: 90px;
    font-style: normal;
}
.comment-meta, .comment-text .meta {
    display: inline-block;
    font-family: "Heebo", Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #727477;
    margin-left: 5px;
}
.comment-meta span {
    font-weight: 700;
}
.comment-meta a {
    color: #727477;
}
.comment-content {
    margin-top: 15px;
    margin-left: 90px;
}
.comment-content p, .comment-content ul, .comment-content ol, .comment-content table td, .comment-content address, .comment-content dl dt, .comment-content dl dd, .comment-text .description p, .comment-text .description ul, .comment-text .description ol, .comment-text .description table td, .comment-text .description address, .comment-text .description dl dt, .comment-text .description dl dd {
    font-size: 1rem;
    line-height: 1.5625;
}
.comment-content p:last-child {
    margin-bottom: 0;
}
.comment-links {
    position: absolute;
    top: 0;
    right: 0;
}
.comment-reply, .comment-edit-link {
    float: right;
}
.comment-reply a, .comment-edit-link {
    display: block;
    color: #404040 !important;
    padding: 4px 10px;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
}
.comment-reply a:hover, .comment-edit-link:hover {
    background: #090909;
    color: #ffffff !important;
}
.comment-reply a .fa, .comment-edit-link .fa {
    font-size: 1rem !important;
}
.comment-reply, .comment-edit-link {
    display: none;
}
.comment-list li:hover .comment-reply, .comment-list li:hover .comment-edit-link {
    display: block;
}
.comment-list li ul.children {
    padding: 0;
}
.comment-list li ul.children li {
    margin-top: 30px;
    margin-left: 30px;
    padding-top: 30px;
    border-top: 1px solid #eeeeee;
}
.comment-list li.pingback p {
    font-size: 1rem;
    line-height: 1.5625;
}
.pending-approval {
    font-family: "Heebo", Arial, sans-serif;
    font-size: 0.875rem;
    color: #727477;
    margin: 4px 0 0 75px;
}
.pending-approval span {
    background: #ecf0f1;
    padding: 2px 3px;
}
.no-comments {
    display: inline-block;
    font-family: "Heebo", Arial, sans-serif;
    font-size: 0.9375rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    padding: 8px 12px;
    margin-top: 30px;
    border: 1px solid #090909;
    margin-bottom: 0;
}
/* --- Respond --- */

.respond-area {
    position: relative;
    z-index: 10;
}
.comment-respond {
    margin-top: 55px;
}
.logged-in-as, .must-log-in, .comment-notes {
    display: block;
    font-family: "Heebo", Arial, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #727477;
    margin-bottom: 0;
    margin-top: 5px;
}
.logged-in-as a, .must-log-in a {
    font-weight: 500 !important;
    padding-bottom: 3px;
    border: 0 !important;
}
#cancel-comment-reply-link {
    position: absolute;
    top: 2px;
    right: 0;
    color: #727477;
}
.comment-form {
    width: 100%;
    white-space: nowrap;
}
.comment-form input:not([type=submit]) {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #eeeeee;
}
.comment-form textarea {
    background: transparent;
    border: 0;
    background-image: repeating-linear-gradient(to bottom, transparent, transparent 41px, #cecece 42px);
    height: 126px;
    min-height: 126px;
    line-height: 45px;
    padding: 0 10px;
}
.form-author, .form-email {
    display: inline-block;
    white-space: normal;
    width: 48%;
    margin-right: 4%;
    margin-top: 30px;
}
.form-email {
    margin: 0;
}
.form-comment, .form-url {
    margin-top: 30px;
}
.form-submit {
    margin: 30px 0 0;
}
.form-submit input[type="submit"] {
    max-width: 150px;
}
/** 11.0 - Widgets ------------------------------------------------- */

.widget {
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.8125;
    margin-bottom: 60px;
}
.widgets-area .widget:last-child {
    margin-bottom: 0;
}
.widget-popup.widget {
    font-family: "Lora", Georgia, serif;
    margin-bottom: 0;
}
.widget-main:first-child .widget-title {
    padding-top: 0;
}
.widget-title {
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 0 20px;
}
.widget p {
    font-size: 1rem;
    line-height: 1.8125;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget li {
    position: relative;
    font-size: 1rem;
    line-height: 1.8125;
    padding: 1.5px 0;
    margin: 0;
}
.widget>li:first-child {
    padding-top: 0;
}
.widget ul li ul {
    padding-top: 2px;
}
.widget ul li ul li:before {
    content: '\2014';
    margin-right: 5px;
}
.widget ul li ul li:last-child {
    padding-bottom: 0;
}
.widget iframe {
    height: auto;
}
/* --- Recent Comments --- */

.comment-author-link {
    font-weight: 500;
}
.recentcomments a {
    border-bottom: 1px solid #090909;
    padding-bottom: 1px;
}
/* --- Calendar --- */

#wp-calendar {
    font-size: 1rem;
    line-height: 1.8125;
}
#wp-calendar a {
    font-weight: 700;
}
#wp-calendar caption, #wp-calendar tfoot td {
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.8125;
    font-weight: 500;
    font-style: normal;
}
#wp-calendar thead th, #wp-calendar tbody td, #wp-calendar tfoot td {
    text-align: center;
    border: 1px solid #eeeeee;
    margin: 0;
}
/* --- Tag Cloud --- */

.widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
    display: inline-block;
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 1;
    padding: 10px;
    color: #ffffff;
    background: #090909;
    border-radius: 40px;
    margin: 0 5px 6px 0;
}
.widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover {
    color: #090909;
    background: #ffffff;
}
/* --- Text --- */

.textwidget, .textwidget p {
    font-size: 1rem;
    line-height: 1.8125;
}
/* --- RSS --- */

.widget_rss>ul>li {
    padding: 0;
    margin: 0 0 40px;
}
.widget_rss>ul>li:last-child {
    margin: 0;
}
.widget_rss>ul>li>a:first-child {
    font-size: 1.0625rem;
    line-height: 1.4705882353;
    font-weight: 700;
}
.widget_rss>ul>li a.rsswidget {
    display: block;
}
.widget_rss>ul>li span.rss-date, .widget_rss>ul>li cite {
    display: block;
    font-family: "Heebo", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #727477;
    font-style: normal;
    margin-top: 4px;
}
.widget_rss>ul>li .rssSummary {
    font-family: "Lora", Georgia, serif;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
    margin-top: 10px;
}
.widget_rss>ul>li cite:before {
    content: 'by ';
}
.widget_rss>ul>li cite {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 10px;
}
.widget_rss a.rsswidget:first-child img {
    display: none;
}
.widget_search .form-search .search-query, .not-found .form-search .search-query, .postpass-form input[type="password"] {
    background: #ecf0f1;
    border: 0;
    padding: 12px;
}
.not-found .form-search .search-query:focus {
    -webkit-box-shadow: 4px 4px 0 0 rgba(9, 9, 9, 0.02);
    box-shadow: 4px 4px 0 0 rgba(9, 9, 9, 0.02);
}
/* --- AS Widgets --- */

.as-subscribe .as-form-control {
    border: 0;
    padding: 6px 0;
}
.as-subscribe-button {
    margin-top: 2px;
}
.as-subscribe-response {
    display: block;
    margin-bottom: 10px;
}
.as-subscribe-response.as-error {
    color: #d64541;
}
.as-subscribe-response.as-success {
    color: #1bbc9b;
}
.as-personal img, .as-ads img {
    display: block;
    margin-bottom: 18px;
}
.as-personal p, .as-video p, .as-ads p {
    font-size: 1rem;
    line-height: 1.8125;
    margin-bottom: 0;
}
.as-video p {
    margin-top: 18px;
}
.as-social {
    margin-bottom: -12px;
}
.as-social a {
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 12px;
}
.as-social a:last-child {
    margin-right: 0;
}
.as-posts li {
    padding: 10px 0;
}
.as-posts li:last-child {
    padding-bottom: 0;
    border: 0;
}
.as-posts .as-item {
    word-break: break-all !important;
}
.as-posts .as-item .as-post-image {
    display: inline-block;
    width: 82px;
    line-height: 0;
    vertical-align: middle;
}
.as-posts .as-item .as-post-image img {
    width: 68px;
    height: auto;
    border-radius: 100%;
}
.as-posts .as-item .as-item-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px);
}
.as-posts .as-item .as-item-text h4 {
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}
.as-posts .as-item .as-item-text h4 a {
    display: inline-block;
}
.as-posts .as-item .as-item-text .as-item-meta {
    display: block;
    font-family: "Lora", Georgia, serif;
    font-style: italic;
    font-size: 0.8125rem;
    line-height: 1.5384615385;
    color: #727477;
}
.as-posts .as-item .as-item-text .as-item-meta a {
    color: #727477;
}
.as-posts .as-item .as-item-text .as-item-meta a:hover {
    color: #090909;
}
.as-quote {
    font-family: "Lora", Georgia, serif;
}
.as-quote p:before {
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    opacity: 0.20;
    font-size: 1.75rem;
    top: -12px;
    left: -8px;
}
.as-quote p {
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 15px;
}
.as-quote cite {
    display: block;
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4375;
    font-style: normal;
    text-align: right;
    color: #727477;
}
.as-quote cite:before {
    content: '\2014';
    display: inline;
    padding: 0 8px 0 0;
    -webkit-font-smoothing: antialiased;
}
/** 12.0 - WordPress (Default) ------------------------------------------------- */

.site-description, .wpcaption, .wp-caption-text, .byuser, .bypostauthor, .sticky {
    position: relative;
}
.sticky:before {
    content: '\f08d';
    padding: 10px 16px;
    position: absolute;
    z-index: 10;
    font-family: 'FontAwesome';
    font-size: 1rem;
    right: 0;
    background: #090909;
    color: #ffffff;
}
.screen-reader-text {
    display: none;
}
.alignleft, .alignright {
    display: block;
}
.alignleft {
    margin: 5px 24px 5px 0;
    float: left;
}
.alignright {
    margin: 5px 0 0 24px;
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
img.alignleft, img.alignright {
    margin-top: 10px;
    margin-bottom: 20px;
}
/** 13.0 - Media ------------------------------------------------- */

.gallery {
    margin: 0;
}
.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 1.1400652%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.625;
    padding-top: 10px;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}
/** 14.0 - Footer ------------------------------------------------- */

.site-footer .footer-widgets {
    padding-top: 65px;
    border-top: 2px solid #090909;
}
.site-info {
    padding: 30px 0 45px;
}
.copyright {
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1.0625rem;
    line-height: 1.7647058824;
    color: #727477;
    margin-bottom: 0;
}
.site-info .social-links {
    display: block;
    text-align: right;
    margin-left: 0;
}
/* --- Search --- */

.s-search {
    display: none;
    position: fixed;
    top: 0;
    background: url("framework/img/bb-white.png");
    width: 100%;
    height: 100%;
    z-index: 9999;
    cursor: url("framework/img/cursor-close.png"), auto;
}
body.layout-boxed .s-search {
    margin-left: -4%;
}
.s-search-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.s-search form {
    width: 100%;
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto;
}
.s-search input {
    background: #ffffff;
    font-family: "Heebo", Arial, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1 !important;
    border: 1px solid #eeeeee;
    padding: 20px 30px;
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}
.s-search input:focus {
    outline: 0;
}
/* --- Move to Top --- */

.as-move-top {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 40px;
    z-index: 100;
}
.as-move-top a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background: #090909;
    color: #ffffff;
}
.as-move-top a:hover {
    opacity: 0.75;
}
/** 15.0 - Shortcodes ------------------------------------------------- */

/* --- Highlights --- */

.as-highlight {
    background: #090909;
    color: #ffffff;
    padding: 3px;
}
.as-highlight.blue {
    background: #1e8bc3;
}
.as-highlight.yellow {
    background: #f9bf3b;
}
.as-highlight.orange {
    background: #f9690e;
}
.as-highlight.red {
    background: #e74c3c;
}
.as-highlight.green {
    background: #2ecc71;
}
.as-highlight.grey {
    background: #727477;
}
/* --- Buttons --- */

.as-button.blue {
    background: #1e8bc3;
    border-color: #1e8bc3;
}
.as-button.yellow {
    background: #f9bf3b;
    border-color: #f9bf3b;
}
.as-button.orange {
    background: #f9690e;
    border-color: #f9690e;
}
.as-button.red {
    background: #e74c3c;
    border-color: #e74c3c;
}
.as-button.green {
    background: #2ecc71;
    border-color: #2ecc71;
}
.as-button.grey {
    background: #f2f2f2;
    border-color: #f2f2f2;
    color: #727477;
}
.as-button.grey:hover {
    color: #727477;
}
.as-button.hollow {
    background: transparent;
    color: #090909;
    border: 1px solid #090909;
}
.as-button.blue.hollow {
    border: 1px solid #1e8bc3;
    color: #1e8bc3;
}
.as-button.yellow.hollow {
    border: 1px solid #f9bf3b;
    color: #f9bf3b;
}
.as-button.orange.hollow {
    border: 1px solid #f9690e;
    color: #f9690e;
}
.as-button.red.hollow {
    border: 1px solid #e74c3c;
    color: #e74c3c;
}
.as-button.green.hollow {
    border: 1px solid #2ecc71;
    color: #2ecc71;
}
.as-button.grey.hollow {
    border: 1px solid #727477;
    color: #727477;
}
.as-button.small {
    font-size: 0.875rem;
}
.as-button.medium {
    font-size: 0.9375rem;
    padding: 9px 11px;
}
.as-button.normal {
    font-size: 1.0625rem;
    padding: 10px 12px;
}
.as-button.large {
    font-size: 1.1875rem;
    padding: 11px 13px;
}
/* --- Info Boxes --- */

.as-infobox {
    background: #090909;
    padding: 30px 25px;
    margin-bottom: 24px;
}
.as-infobox p {
    margin: 0;
    color: #ffffff;
}
.as-infobox.blue {
    background: #1e8bc3;
}
.as-infobox.yellow {
    background: #f9bf3b;
}
.as-infobox.orange {
    background: #f9690e;
}
.as-infobox.red {
    background: #e74c3c;
}
.as-infobox.green {
    background: #2ecc71;
}
.as-infobox.grey {
    background: #727477;
}
/* --- Dropcaps --- */

.as-dropcap {
    float: left;
    font-family: "Heebo", Arial, sans-serif;
    font-size: 5.25rem;
    font-weight: 700;
    line-height: 0.9285714286;
    color: #090909;
    padding: 6px 12px 0;
}
/** 16.0 - Extras ------------------------------------------------- */

/* --- Contact --- */

.contact-sidebar {
    padding: 40px 15px;
}
.wpcf7-form {
    margin-top: 40px;
    max-width: 700px;
}
.wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px !important;
}
.wpcf7 label {
    display: block;
}
.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    padding: 6px 0;
    border: 0;
    border-bottom: 2px solid #eeeeee;
}
.wpcf7 input:focus, .wpcf7 input:active, .wpcf7 textarea:focus, .wpcf7 textarea:active {
    border-color: #090909;
}
.wpcf7 p {
    display: block;
    font-family: "Heebo", Arial, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.5333333333;
    margin-bottom: 20px;
}
.wpcf7-submit {
    max-width: 140px;
    margin-top: 0 !important;
    padding: 9px !important;
}
.wpcf7-mail-sent-ok, .wpcf7-mail-sent-ng, .wpcf7-spam-blocked, .wpcf7-validation-errors {
    display: block;
    font-family: "Heebo", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4375;
    color: #d91e18 !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    border: 1px solid transparent !important;
}
.wpcf7-mail-sent-ok {
    background: #090909;
    color: #ffffff !important;
    padding: 8px !important;
}
.wpcf7-not-valid-tip {
    display: inline-block !important;
    font-size: 1rem !important;
    color: #d91e18 !important;
    margin-top: 5px !important;
    padding: 1px 0;
}
/** 17.0 - Responsive ------------------------------------------------- */

@media (max-width: 1023px) {
    /* --- Content --- */
    .content-area, .widgets-area, .main-right {
        float: none !important;
    }
    .main-right.content-area {
        padding-left: 15px;
    }
    .main-left.content-area {
        padding-right: 15px;
    }
    .no-sidebar.blog-classic h2.entry-title {
        font-size: 2.1875rem;
        line-height: 1.2857142857;
    }
    /* --- Widgets --- */
    .widgets-area {
        max-width: 480px;
        margin: 55px auto 0;
    }
}
@media (max-width: 992px) {
    /* --- Header --- */
    .header {
        position: relative !important;
    }
    .site-navigation {
        display: none;
    }
    .trigger-menu {
        display: block;
    }
    /* --- Featured --- */
    .as-featured-three .featured-wrapper:nth-child(1n) {
        float: left;
        width: 49.25%;
        height: 280px;
        margin-right: 1.5%;
        margin-bottom: 1.5%;
    }
    .as-featured-three .featured-wrapper:nth-child(2n) {
        margin-right: 0;
    }
    .as-featured-three .featured-wrapper:nth-child(3), .as-featured-three .featured-wrapper:nth-child(4) {
        margin-bottom: 0;
    }
    .as-featured-three .featured-excerpt {
        display: none;
    }
    .as-featured-four .featured-wrapper {
        height: 600px;
    }
    /* --- Content --- */
    .main-content {
        padding-top: 0 !important;
    }
}
@media (max-width: 900px) {
    /* --- Featured --- */
    .as-featured-one .featured-wrapper {
        height: 400px;
    }
    .as-featured-one .featured-wrapper:nth-child(1), .as-featured-one .featured-wrapper:nth-child(2) {
        width: 49.25%;
        margin-right: 1.5%;
        margin-bottom: 1.5%;
    }
    .as-featured-one .featured-wrapper:nth-child(3), .as-featured-one .featured-wrapper:nth-child(4), .as-featured-one .featured-wrapper:nth-child(5) {
        width: 32.3333%;
        margin-right: 1.5%;
    }
    .as-featured-one .featured-wrapper:nth-child(2), .as-featured-one .featured-wrapper:nth-child(5) {
        margin-right: 0;
    }
    .as-featured-four .featured-wrapper {
        height: 560px;
    }
    .as-featured-four h3 {
        font-size: 2.125rem;
    }
    /* --- Content --- */
    .blog-3-col .posts-wrapper {
        margin: 0 -1.5%;
    }
    .blog-3-col article {
        width: 47%;
        margin: 0 1.5%;
    }
    .no-sidebar.blog-classic h2.entry-title {
        font-size: 2.0625rem;
        line-height: 1.303030303;
    }
    .no-sidebar.blog-circle h2.entry-title, .no-sidebar.blog-square h2.entry-title {
        font-size: 1.6875rem;
        line-height: 1.3333333333;
    }
}
@media (max-width: 767px) {
    /* --- Featured --- */
    .as-featured-two .featured-wrapper:nth-child(1) {
        float: left;
        width: 100%;
        height: 360px;
        margin-right: 0;
        margin-bottom: 1.5%;
    }
    .as-featured-two .featured-wrapper:nth-child(2), .as-featured-two .featured-wrapper:nth-child(3) {
        float: left;
        width: 49.25%;
        height: 360px;
        margin-bottom: 0;
        margin-right: 1.5%;
    }
    .as-featured-two .featured-wrapper:nth-child(3) {
        margin-right: 0;
    }
    .as-featured-two h3, .as-featured-two .post-categories p, .as-featured-two .featured-excerpt {
        padding: 0 35px;
    }
    .as-featured-five .featured-excerpt {
        display: none;
    }
    .as-featured-four .featured-wrapper {
        height: 520px;
    }
    .as-featured-four h3 {
        font-size: 2rem;
    }
    .as-featured-five .featured-wrapper:nth-child(1n) {
        width: 32.33%;
        margin-right: 1.5%;
        margin-left: 0;
    }
    .as-featured-five .featured-wrapper:nth-child(3) {
        margin-right: 0;
    }
    /* --- Content --- */
    .blog-square .square-post {
        display: block;
    }
    .blog-square .entry-featured-image, .blog-square .list-section {
        width: 100% !important;
    }
    .blog-square .entry-featured-image, .blog-circle .entry-featured-image {
        margin-bottom: 30px;
    }
    .blog-classic h2.entry-title {
        font-size: 1.9375rem;
        line-height: 1.3225806452;
    }
    .single h1.entry-title {
        font-size: 2.5rem;
        line-height: 1.25;
    }
    /* --- Footer --- */
    .s-search input {
        font-size: 1.5rem;
        padding: 10px 25px;
        -webkit-box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.1);
    }
}
@media (max-width: 640px) {
    /* --- Featured --- */
    .as-featured-four .featured-wrapper {
        height: 480px;
    }
    .as-featured-four h3 {
        font-size: 1.875rem;
    }
    .as-featured-five .featured-wrapper:nth-child(1n) {
        width: 100%;
        height: 360px;
        margin-right: 0;
        margin-bottom: 1.5%;
    }
    .as-featured-five .featured-wrapper:nth-child(3) {
        margin-bottom: 0;
    }
    /* --- Content --- */
    .blog-circle .circle-post {
        display: block;
    }
    .blog-circle .entry-featured-image, .blog-circle .list-section {
        width: 100% !important;
    }
    .blog-circle .circle-post .entry-header, .blog-circle .circle-post .entry-footer {
        text-align: center;
    }
    /* --- Footer --- */
    .site-info .copyright {
        text-align: center;
    }
    .site-info .social-links {
        text-align: center;
        margin-top: 8px;
    }
}
@media (max-width: 600px) {
    /* --- Featured --- */
    .as-featured-one .featured-wrapper {
        height: 320px;
    }
    .as-featured-one .featured-wrapper:nth-child(1n) {
        width: 49.25%;
        margin-right: 1.5%;
    }
    .as-featured-one .featured-wrapper:nth-child(1) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.5%;
    }
    .as-featured-one .featured-wrapper:nth-child(3), .as-featured-one .featured-wrapper:nth-child(5) {
        margin-right: 0;
    }
    .as-featured-one .featured-wrapper:nth-child(4), .as-featured-one .featured-wrapper:nth-child(5) {
        margin-bottom: 0;
    }
    .as-featured-two .featured-excerpt {
        display: none;
    }
    .as-featured-four .featured-wrapper {
        height: 440px;
    }
    /* --- Content --- */
    .blog-2-col .posts-wrapper {
        margin: 0;
    }
    .blog-2-col article, .blog-3-col article {
        float: none;
        width: 100%;
        margin: 0;
    }
    .entry-content blockquote, .comment-content blockquote {
        padding: 24px 0;
    }
    .entry-content blockquote p, .comment-content blockquote p {
        font-size: 1.25rem !important;
    }
    .page h1.entry-title {
        font-size: 2.5rem;
        line-height: 1.275;
    }
    .single h1.entry-title {
        font-size: 2.375rem;
        line-height: 1.2631578947;
    }
    /* --- Author --- */
    .post-author-section .post-author-image {
        position: relative;
    }
    .post-author-section .post-author-information {
        margin: 25px 0 0;
    }
}
@media (max-width: 540px) {
    /* --- Featured --- */
    .as-featured-four .featured-wrapper {
        height: 400px;
    }
    .as-featured-four h3 {
        font-size: 1.75rem;
    }
    .as-featured-four .featured-excerpt {
        display: none;
    }
    /* --- Comments --- */
    .comment-author-avatar {
        display: none;
    }
    .comment-author .fn, .comment-content {
        margin-left: 0;
    }
    .comment-author .fn {
        display: block;
        margin-top: 10px;
    }
    .comment-meta, .comment-text .meta {
        display: block;
        margin: 2px 0 0;
    }
}
@media (max-width: 480px) {
    /* --- Header --- */
    .header {
        padding: 25px 0;
    }
    /* --- Featured --- */
    .as-featured-section .featured-wrapper:nth-child(1n) {
        width: 100%;
        height: 280px;
        margin-right: 0;
        margin-bottom: 1.5%;
    }
    .as-featured-section .featured-wrapper:last-child {
        margin-bottom: 0;
    }
    .as-featured-section h3, .as-featured-section .post-categories p, .as-featured-section .featured-excerpt {
        padding: 0 20px;
    }
    /* --- Content --- */
    .posts-wrapper h2.entry-title {
        font-size: 1.75rem !important;
        line-height: 1.3571428571 !important;
    }
    .single h1.entry-title {
        font-size: 2.25rem;
        line-height: 1.25;
    }
}