/*!

 =========================================================
 * SoloZandonai - v1.0.1
 =========================================================

 * Copyright 2018 TCB DESIGN & EXPERIENCES (https://www.tcbdesign.cl)

/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 * http://www.apache.org/licenses/LICENSE-2.0
 */

@font-face {
    font-family:FerroRosso;
    src:url(../fonts/ferro-rosso.ttf);
    font-weight: 300;
}

.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 30px;
    border: 0;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    line-height: 8px;
    width: 59px !important;
    height: 22px;
    outline: none;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-right: 20px;
    background: rgba(44, 44, 44, 0.2);
}

.bootstrap-switch .bootstrap-switch-container {
    display: inline-flex;
    top: 0;
    height: 22px;
    border-radius: 4px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100px !important;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block !important;
    height: 100%;
    color: #fff;
    padding: 6px 12px;
    font-size: 11px;
    text-indent: -5px;
    line-height: 15px;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
    text-align: center;
    z-index: 1;
    float: left;
    line-height: 11px;
    width: 50% !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-brown,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-brown {
    color: #fff;
    background: #f96332;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-blue,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-blue {
    color: #fff;
    background: #2CA8FF;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-green,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-green {
    color: #fff;
    background: #18ce0f;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-orange,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-orange {
    background: #FFB236;
    color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-red,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-red {
    color: #fff;
    background: #FF3636;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    color: #fff;
}

.bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    z-index: 100;
    color: #333333;
    background: #ffffff;
    width: 22px !important;
    height: 22px !important;
    margin: 0px -11px;
    border-radius: 20px;
    position: absolute;
    float: left;
    top: 0;
    left: 50%;
    padding: 0;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.25);
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
    background-color: rgba(23, 23, 23, 0.4);
}

.bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label {
    width: 27px !important;
    margin-left: -16px;
}

.bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label {
    width: 27px !important;
    margin-left: -11px;
}

.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.bootstrap-switch .bootstrap-switch-handle-off {
    text-indent: 6px;
}

.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
    height: auto;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
    padding: 6px 16px;
    font-size: 18px;
    line-height: 1.33;
}

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
    cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    -webkit-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
    margin-left: -2px !important;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
    margin-left: -39px !important;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label:before {
    background-color: #FFFFFF;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-red~.bootstrap-switch-default {
    background-color: #FF3636;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-orange~.bootstrap-switch-default {
    background-color: #FFB236;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-green~.bootstrap-switch-default {
    background-color: #18ce0f;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-brown~.bootstrap-switch-default {
    background-color: #f96332;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-blue~.bootstrap-switch-default {
    background-color: #2CA8FF;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-red,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-brown,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-blue,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-orange,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-green {
    background-color: #E3E3E3;
}

.bootstrap-switch-off .bootstrap-switch-handle-on {
    opacity: 0;
}

.bootstrap-switch-on .bootstrap-switch-handle-off {
    opacity: 0;
}


/*! nouislider - 9.1.0 - 2016-12-10 16:00:32 */


/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}


/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* Slider size and handle placement;
 */

.noUi-horizontal {
    height: 1px;
}

.noUi-horizontal .noUi-handle {
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.2);
    height: 15px;
    width: 15px;
    cursor: pointer;
    margin-left: -10px;
    margin-top: -7px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}


/* Styling;
 */

.noUi-target {
    background-color: rgba(182, 182, 182, 0.3);
    border-radius: 3px;
}

.noUi-connect {
    background: #888888;
    border-radius: 3px;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}


/* Handles and cursors;
 */

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
    -webkit-transition: 300ms ease 0s;
    -moz-transition: 300ms ease 0s;
    -ms-transition: 300ms ease 0s;
    -o-transform: 300ms ease 0s;
    transition: 300ms ease 0s;
}

.noUi-active {
    -webkit-transform: scale3d(1.5, 1.5, 1);
    -moz-transform: scale3d(1.5, 1.5, 1);
    -ms-transform: scale3d(1.5, 1.5, 1);
    -o-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
}


/* Disabled state;
 */

[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}


/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}


/* Values;
 *
 */

.noUi-value {
    position: absolute;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}


/* Markings;
 *
 */

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}


/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}


/* Vertical layout;
 *
 */

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.slider.slider-neutral .noUi-connect,
.slider.slider-neutral.noUi-connect {
    background-color: #FFFFFF;
}

.slider.slider-neutral.noUi-target {
    background-color: rgba(255, 255, 255, 0.3);
}

.slider.slider-neutral .noUi-handle {
    background-color: #FFFFFF;
}

.slider.slider-primary .noUi-connect,
.slider.slider-primary.noUi-connect {
    background-color: #f96332;
}

.slider.slider-primary.noUi-target {
    background-color: rgba(249, 99, 50, 0.3);
}

.slider.slider-primary .noUi-handle {
    background-color: #f96332;
}

.slider.slider-info .noUi-connect,
.slider.slider-info.noUi-connect {
    background-color: #2CA8FF;
}

.slider.slider-info.noUi-target {
    background-color: rgba(44, 168, 255, 0.3);
}

.slider.slider-info .noUi-handle {
    background-color: #2CA8FF;
}

.slider.slider-success .noUi-connect,
.slider.slider-success.noUi-connect {
    background-color: #18ce0f;
}

.slider.slider-success.noUi-target {
    background-color: rgba(24, 206, 15, 0.3);
}

.slider.slider-success .noUi-handle {
    background-color: #18ce0f;
}

.slider.slider-warning .noUi-connect,
.slider.slider-warning.noUi-connect {
    background-color: #FFB236;
}

.slider.slider-warning.noUi-target {
    background-color: rgba(255, 178, 54, 0.3);
}

.slider.slider-warning .noUi-handle {
    background-color: #FFB236;
}

.slider.slider-danger .noUi-connect,
.slider.slider-danger.noUi-connect {
    background-color: #FF3636;
}

.slider.slider-danger.noUi-target {
    background-color: rgba(255, 54, 54, 0.3);
}

.slider.slider-danger .noUi-handle {
    background-color: #FF3636;
}

.section-isometricGrids {
    /* Header */
    /* Top Navigation Style */
    /* Demo links */
    /* Content */
    /* Related demos */
    /* Shadow effect */
    /* All individual isometric grid layouts (static and scrollable) */
    /* Shadow effect */
    /* All individual isometric grid layouts (static and scrollable) */
}

.section-isometricGrids .button-menu {
    width: 50px;
    height: 30px;
    position: fixed;
    top: 3em;
    right: 3em;
    border: none;
    background: transparent;
    fill: #fff;
    cursor: pointer;
    pointer-events: auto;
}

.section-isometricGrids .button-menu:focus {
    outline: none;
}

.section-isometricGrids .codrops-header {
    padding: 3vmax 0 0 3vmax;
    position: absolute;
    width: 100%;
    z-index: 2000;
    pointer-events: none;
}

.section-isometricGrids .demo-1 .codrops-header {
    position: fixed;
}

.section-isometricGrids .codrops-header h1 {
    margin: 0;
    letter-spacing: -0.035em;
    font-size: 4.65em;
    line-height: 1;
    font-weight: 900;
    color: #323F5C;
}

.section-isometricGrids .codrops-header p {
    padding: 0;
    margin: 0;
    font-size: 1.25em;
    font-weight: bold;
    color: #fff;
}

.section-isometricGrids .codrops-links {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    pointer-events: auto;
    margin: 0 0 0 -0.5em;
}

.section-isometricGrids .codrops-links::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 110%;
    background: #323F5C;
    opacity: 0.1;
    -webkit-transform: translateY(-50%) rotate3d(0, 0, 1, 22.5deg);
    transform: translateY(-50%) rotate3d(0, 0, 1, 22.5deg);
}

.section-isometricGrids .codrops-icon {
    display: inline-block;
    margin: 0.5em;
    width: 1.5em;
    text-decoration: none;
}

.section-isometricGrids .codrops-icon span {
    display: none;
}

.section-isometricGrids .codrops-icon::before {
    margin: 0 5px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.section-isometricGrids .codrops-icon--drop::before {
    content: "\e001";
    color: #0099cc;
}

.section-isometricGrids .codrops-icon--prev::before {
    content: "\e004";
}

.section-isometricGrids .codrops-demos {
    margin: 1.5em 0;
}

.section-isometricGrids .codrops-demos a {
    display: inline-block;
    margin: 0 1em 0 0;
    font-weight: bold;
    pointer-events: auto;
}

.section-isometricGrids .codrops-demos a.current-demo {
    color: #ce4555;
}

.section-isometricGrids .section--intro {
    position: relative;
    height: 75vh;
    max-height: 1200px;
}

.section-isometricGrids .section--right {
    text-align: right;
}

.section-isometricGrids .section__heading {
    pointer-events: none;
    padding: 0;
    font-size: 4.5em;
    line-height: 1;
    margin: 0;
    color: #fff;
    position: relative;
    z-index: 1000;
    font-family: 'Playfair Display', serif;
}

.section-isometricGrids .section__heading em {
    font-family: sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.3em;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 0.15em 0;
    vertical-align: middle;
    display: inline-block;
    letter-spacing: 0.05em;
}

.section-isometricGrids .section__subtitle {
    pointer-events: none;
    font-size: 1.25em;
    max-width: 500px;
    position: relative;
    z-index: 1000;
}

.section-isometricGrids .section--portraits .section__subtitle {
    color: #688CB1;
}

.section-isometricGrids .section--right .section__subtitle {
    margin: 1em 0 0 auto;
}

.section-isometricGrids .interval {
    position: relative;
    padding: 30vh 20vw;
    background: #1C222F;
    overflow: hidden;
}

.section-isometricGrids .interval__text {
    font-size: 1.75em;
    line-height: 1.5;
    color: #777792;
}

.section-isometricGrids .content--related {
    text-align: center;
    font-weight: bold;
    padding: 10vh 2vw;
    background: #1C222F;
    color: #fff;
}

.section-isometricGrids .media-item {
    display: inline-block;
    padding: 1em;
    vertical-align: top;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.section-isometricGrids .media-item__img {
    max-width: 100%;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.section-isometricGrids .media-item:hover .media-item__img,
.section-isometricGrids .media-item:focus .media-item__img {
    opacity: 1;
}

.section-isometricGrids .media-item__title {
    margin: 0;
    padding: 0.5em;
    font-size: 1em;
}

.section-isometricGrids .pater {
    position: fixed;
    right: 0;
    bottom: 0;
    color: #fff;
    width: 320px;
    padding: 2em 2em 2em 0;
    text-align: right;
    z-index: 100000;
}

.section-isometricGrids .demo-2 .pater {
    position: absolute;
}

.section-isometricGrids .pater::before {
    content: '';
    position: absolute;
    background: url(../img/ink.png) no-repeat top left;
    width: 491px;
    height: 332px;
    top: -80px;
    left: -60px;
    z-index: 0;
    opacity: 0.9;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    -webkit-transition: opacity 0.3s, -webit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    pointer-events: none;
}

.section-isometricGrids .pater:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.section-isometricGrids .pater__title::before {
    content: 'Sponsored by';
    position: absolute;
    bottom: 93%;
    left: 27%;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 0.45em;
    color: #212738;
}

.section-isometricGrids .pater__title,
.section-isometricGrids .pater__desc {
    margin: 0;
    color: #fff;
    position: relative;
}

.section-isometricGrids .pater__title {
    -webkit-transform: translate3d(5px, 10px, 0);
    transform: translate3d(5px, 10px, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.section-isometricGrids .pater:hover .pater__title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.section-isometricGrids .pater__title img {
    width: 90%;
}

.section-isometricGrids .pater__desc {
    font-weight: 600;
    padding: 0.3em 0 0 0.3em;
}

@media screen and (max-width: 50em) {
    .section-isometricGrids .codrops-header {
        width: 80%;
    }
    .section-isometricGrids .codrops-header h1 {
        font-size: 2em;
    }
    .section-isometricGrids .codrops-header p {
        font-size: 0.85em;
    }
    .section-isometricGrids .interval {
        padding: 1.5em;
    }
    .section-isometricGrids .interval__text {
        font-size: 1.25em;
        padding: 0 0 3em 0;
    }
    .section-isometricGrids .section__heading {
        font-size: 2.5em;
    }
    .section-isometricGrids .section__subtitle {
        display: none;
    }
    .section-isometricGrids .codrops-demos {
        margin: 0.5em 0;
        font-size: 0.75em;
    }
    .section-isometricGrids .button-menu {
        top: 0.75em;
        right: 0.75em;
        width: 30px;
        height: 20px;
    }
    .section-isometricGrids .demo-1 .pater {
        width: 100%;
        padding: 1em;
        text-align: left;
        background: rgba(49, 63, 105, 0.8);
        -webkit-transform: translateZ(200px);
        transform: translateZ(200px);
    }
    .section-isometricGrids .demo-1 .pater__title::before {
        left: 0;
    }
    .section-isometricGrids .demo-1 .pater__title img {
        width: 150px;
        margin-top: 0.25em;
    }
    .section-isometricGrids .demo-1 .pater::before {
        display: none;
    }
    .section-isometricGrids .demo-1 .pater__desc {
        font-size: 0.65em;
    }
    .section-isometricGrids .isolayer.isolayer--scroll1 {
        top: -38vh;
    }
    .section-isometricGrids .demo-2 .pater {
        position: relative;
        display: block;
        background: none;
        margin: 0 0 0 auto;
        padding: 0;
        width: 100%;
    }
}

.section-isometricGrids .isolayer {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.section-isometricGrids .section--intro .grid,
.section-isometricGrids .section--intro .grid__item,
.section-isometricGrids .section--intro .grid__link {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.section-isometricGrids .grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.section-isometricGrids .grid__item {
    width: 300px;
}

.section-isometricGrids .section--intro .grid__item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.section-isometricGrids .grid__link {
    position: relative;
    z-index: 1;
    display: block;
}

.section-isometricGrids .grid__img {
    display: block;
    max-width: 100%;
}

.section-isometricGrids .grid__title {
    font-size: 0.65em;
    font-weight: 600;
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.section-isometricGrids .grid__item:hover .grid__title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.section-isometricGrids .layer {
    position: relative;
    display: block;
}

.section-isometricGrids .layer:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}

.section-isometricGrids .isolayer--shadow .grid__link::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
    -webkit-transform: translateZ(-1px) scale(0.95);
    transform: translateZ(-1px) scale(0.95);
    -webkit-transition: transform 0.3s, opacity 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, opacity 0.3s, box-shadow 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.section-isometricGrids .isolayer--shadow .grid__item:hover .grid__link::before {
    opacity: 0.2;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.8);
    -webkit-transform: translateZ(-1px) scale(1);
    transform: translateZ(-1px) scale(1);
}

.section-isometricGrids .isolayer--scroll1 {
    width: 70vw;
    max-width: 1200px;
    height: calc(100vh - 280px);
}

.section-isometricGrids .isolayer--scroll1 .grid__item {
    width: 300px;
    padding: 15px;
}

.section-isometricGrids .pseudo-scroller {
    pointer-events: none;
}

.section-isometricGrids .isolayer {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.section-isometricGrids .grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.section-isometricGrids .grid__item {
    width: 300px;
}

.section-isometricGrids .js .grid__item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.section-isometricGrids .grid__link {
    position: relative;
    z-index: 1;
    display: block;
}

.section-isometricGrids .grid__img {
    display: block;
    max-width: 100%;
}

.section-isometricGrids .grid__title {
    font-size: 0.65em;
    font-weight: 600;
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.section-isometricGrids .grid__item:hover .grid__title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.section-isometricGrids .layer {
    position: relative;
    display: block;
}

.section-isometricGrids .layer:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}

.section-isometricGrids .isolayer--shadow .grid__link::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
    -webkit-transform: translateZ(-1px) scale(0.95);
    transform: translateZ(-1px) scale(0.95);
    -webkit-transition: transform 0.3s, opacity 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, opacity 0.3s, box-shadow 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.section-isometricGrids .isolayer--shadow .grid__item:hover .grid__link::before {
    opacity: 0.2;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.8);
    -webkit-transform: translateZ(-1px) scale(1);
    transform: translateZ(-1px) scale(1);
}

.section-isometricGrids .isolayer--scroll1 {
    width: 70vw;
    max-width: 1200px;
    height: calc(100vh - 280px);
}

.section-isometricGrids .isolayer--scroll1 .grid__item {
    width: 300px;
    padding: 15px;
}

.section-isometricGrids .isolayer--deco1 {
    width: 1200px;
    height: 900px;
}

.section-isometricGrids .isolayer--deco1 .grid__link .layer:first-child:not(img) {
    background: #EB5E28;
}

.section-isometricGrids .isolayer--deco1 .grid__link .layer:nth-child(2):not(img) {
    background: #F3BB45;
}

.section-isometricGrids .isolayer--deco1 .grid__link .layer:nth-child(3):not(img) {
    background: #7AC29A;
}

.section-isometricGrids .isolayer--deco1 .grid__link div.layer {
    width: 370px;
    height: 270px;
}

.section-isometricGrids .isolayer--deco1 .grid__item {
    width: 400px;
    height: 300px;
    padding: 15px;
}

.section-isometricGrids .isolayer--deco1 .grid__item:nth-child(2) {
    margin-top: 135px;
}

.section-isometricGrids .isolayer--deco1 .grid__item:nth-child(6) {
    margin-top: 10px;
}

.section-isometricGrids .isolayer--deco2 {
    width: 1200px;
    height: 100vh;
}

.section-isometricGrids .isolayer--deco2 .grid__item {
    padding: 20px;
}

.section-isometricGrids .isolayer--deco2 .grid__link .layer {
    border: 20px solid #fff;
    border-width: 40px 20px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.08);
}

.section-isometricGrids .first-card {
    top: -20px !important;
}

.section-isometricGrids .first-card .layer:not(img) {
    height: 260px !important;
    width: 365px !important;
    margin: 5px 0 0 5px;
    border-radius: 6px;
}

.section-isometricGrids .first-card img {
    border-radius: 6px;
}

.section-isometricGrids .second-card {
    top: 80px !important;
}

.section-isometricGrids .second-card .layer:not(img) {
    height: 170px !important;
    border-radius: 6px;
}

.section-isometricGrids .second-card img {
    border-radius: 6px;
}

.section-isometricGrids .third-card .layer:not(img) {
    height: 460px !important;
    width: 275px !important;
    margin: 5px 0 0 5px;
    border-radius: 6px;
}

.section-isometricGrids .third-card {
    top: 290px !important;
}

.section-isometricGrids .third-card img {
    border-radius: 6px;
    width: 280px !important;
}

.section-isometricGrids .third-card .grid__link::before {
    top: 60px;
    height: 410px;
    width: 275px;
}

.section-isometricGrids .fourth-card {
    top: 270px !important;
}

.section-isometricGrids .fourth-card .layer:not(img) {
    height: 450px !important;
    width: 360px !important;
    margin: 5px 0 0 5px;
    border-radius: 6px;
}

.section-isometricGrids .fourth-card img {
    border-radius: 6px;
}

.section-isometricGrids .fifth-card {
    top: 660px !important;
    left: 400px !important;
}

.section-isometricGrids .fifth-card .layer:not(img) {
    height: 400px !important;
    width: 364px !important;
    margin: 5px 0 0 5px;
    border-radius: 6px;
}

.section-isometricGrids .fifth-card img {
    border-radius: 6px;
}

.section-isometricGrids .sixth-card {
    top: 485px !important;
}

.section-isometricGrids .sixth-card .layer:not(img) {
    height: 145px !important;
    width: 364px !important;
    margin: 5px 0 0 5px;
    border-radius: 6px;
}

.section-isometricGrids .sixth-card img {
    border-radius: 6px;
}

.section-isometricGrids .seventh-card {
    top: 755px !important;
}

.section-isometricGrids .seventh-card .layer:not(img) {
    height: 435px !important;
    width: 365px !important;
    margin: 5px 0 0 5px;
    border-radius: 6px;
}

.section-isometricGrids .seventh-card img {
    border-radius: 6px;
}

.section-isometricGrids .eight-card {
    top: -215px !important;
    left: 400px !important;
}

.section-isometricGrids .eight-card img {
    border-radius: 6px;
}

.section-isometricGrids .eight-card .layer:not(img) {
    height: 480px !important;
    border-radius: 6px;
}

.section-isometricGrids .ninth-card {
    top: 790px !important;
    left: 800px !important;
}

.section-isometricGrids .ninth-card .grid__link::before {
    width: 280px !important;
    height: 370px !important;
}

.section-isometricGrids .ninth-card .layer:not(img) {
    width: 280px !important;
    height: 360px !important;
    border-radius: 6px;
}

.section-isometricGrids .ninth-card img {
    border-radius: 6px;
}

.section-isometricGrids .isolayer {
    transform: translateX(29vw) translateY(-377px) rotateX(50deg) rotateZ(26deg) !important;
    z-index: 1;
}


/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    min-width: 220px;
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
}

.bootstrap-select>.dropdown-toggle:after {
    margin-left: -10px;
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.btn-block {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

.bootstrap-select .dropdown-menu.inner li a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: block;
    outline: none;
    color: #292b2c;
}

.bootstrap-select .dropdown-menu.inner li.disabled a {
    color: rgba(182, 182, 182, 0.6);
}

.bootstrap-select .dropdown-menu.inner li.disabled a:hover,
.bootstrap-select .dropdown-menu.inner li.disabled a:focus {
    background-color: transparent;
}

.bootstrap-select .dropdown-menu.open {
    overflow: visible !important;
}


/*
 * bootstrap-tagsinput v0.8.0
 *
 */

.bootstrap-tagsinput {
    display: inline-block;
    padding: 4px 6px;
    max-width: 100%;
    line-height: 22px;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    margin: 0;
    width: 74px;
    max-width: inherit;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder,
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #fff;
}

.bootstrap-tagsinput .tag {
    cursor: pointer;
    margin: 5px 3px 5px 0;
    position: relative;
    padding: 3px 8px;
    border-radius: 12px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 0.75em;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.5em;
    padding-left: 0.8em;
}

.bootstrap-tagsinput .tag.tag-primary {
    background-color: #f96332;
    color: #FFFFFF;
    border: none;
}

.bootstrap-tagsinput .tag.tag-primary .tagsinput-remove-link {
    color: #FFFFFF;
}

.bootstrap-tagsinput .tag.tag-primary .tagsinput-add {
    color: #f96332;
}

.bootstrap-tagsinput .tag.tag-info {
    background-color: #2CA8FF;
    color: #FFFFFF;
    border: none;
}

.bootstrap-tagsinput .tag.tag-info .tagsinput-remove-link {
    color: #FFFFFF;
}

.bootstrap-tagsinput .tag.tag-info .tagsinput-add {
    color: #2CA8FF;
}

.bootstrap-tagsinput .tag.tag-success {
    background-color: #18ce0f;
    color: #FFFFFF;
    border: none;
}

.bootstrap-tagsinput .tag.tag-success .tagsinput-remove-link {
    color: #FFFFFF;
}

.bootstrap-tagsinput .tag.tag-success .tagsinput-add {
    color: #18ce0f;
}

.bootstrap-tagsinput .tag.tag-warning {
    background-color: #FFB236;
    color: #FFFFFF;
    border: none;
}

.bootstrap-tagsinput .tag.tag-warning .tagsinput-remove-link {
    color: #FFFFFF;
}

.bootstrap-tagsinput .tag.tag-warning .tagsinput-add {
    color: #FFB236;
}

.bootstrap-tagsinput .tag.tag-danger {
    background-color: #FF3636;
    color: #FFFFFF;
    border: none;
}

.bootstrap-tagsinput .tag.tag-danger .tagsinput-remove-link {
    color: #FFFFFF;
}

.bootstrap-tagsinput .tag.tag-danger .tagsinput-add {
    color: #FF3636;
}

.bootstrap-tagsinput .tag:hover {
    padding-right: 22px;
}

.bootstrap-tagsinput .tag:hover [data-role="remove"] {
    opacity: 1;
    padding-right: 4px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 0px;
    opacity: 0;
    background-color: transparent;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    font-family: 'Nucleo Outline';
    content: "\ea53";
    padding: 0px 2px;
}

.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.btn-file>input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    direction: ltr;
}

.fileinput {
    display: inline-block;
    margin-bottom: 9px;
}

.fileinput .form-control {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text;
}

.fileinput .thumbnail {
    display: inline-block;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    max-width: 360px;
}

.fileinput .thumbnail.img-circle {
    border-radius: 50%;
    max-width: 100px;
}

.fileinput .thumbnail>img {
    max-height: 100%;
}

.fileinput .btn {
    vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
}

.fileinput-inline .fileinput-controls {
    display: inline;
}

.fileinput-filename {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.form-control .fileinput-filename {
    vertical-align: bottom;
}

.fileinput.input-group {
    display: table;
}

.fileinput.input-group>* {
    position: relative;
    z-index: 2;
}

.fileinput.input-group>.btn-file {
    z-index: 1;
}

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
    border-radius: 0 4px 4px 0;
}

.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
    border-radius: 0 3px 3px 0;
}

.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
    border-radius: 0 6px 6px 0;
}

.form-group.has-warning .fileinput .fileinput-preview {
    color: #FFB236;
}

.form-group.has-warning .fileinput .thumbnail {
    border-color: #FFB236;
}

.form-group.has-error .fileinput .fileinput-preview {
    color: #FF3636;
}

.form-group.has-error .fileinput .thumbnail {
    border-color: #FF3636;
}

.form-group.has-success .fileinput .fileinput-preview {
    color: #18ce0f;
}

.form-group.has-success .fileinput .thumbnail {
    border-color: #18ce0f;
}

.input-group-addon:not(:first-child) {
    border-left: 0;
}

.thumbnail {
    border: 0 none;
    border-radius: 0;
    padding: 0;
}


/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.sr-only,
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.bootstrap-datetimepicker-widget {
    list-style: none;
}

.bootstrap-datetimepicker-widget a .btn:hover {
    background-color: transparent;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 8px 6px;
    width: 254px;
    max-width: 254px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .now-ui-icons {
    opacity: 1;
}

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: -5px;
    left: 10px;
    right: auto;
    color: #FFFFFF;
    border-bottom: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: auto;
    bottom: -6px;
    right: auto;
    left: 10px;
    color: #FFFFFF;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top {
    margin-top: auto;
    margin-bottom: -20px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top.open {
    margin-top: auto;
    margin-bottom: 3px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 0;
    border-width: 0;
    color: #66615B;
    background-color: transparent;
}

.bootstrap-datetimepicker-widget a[data-action="togglePicker"],
.bootstrap-datetimepicker-widget a[data-action="togglePicker"]:hover {
    color: #f96332;
}

.bootstrap-datetimepicker-widget a[data-action]:hover {
    background-color: transparent;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 300;
    font-size: 1.5em;
    margin: 3px;
    border-radius: 50%;
}

.bootstrap-datetimepicker-widget button[data-action] {
    width: 38px;
    background-color: #f96332;
    height: 38px;
    padding: 0;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.bootstrap-datetimepicker-widget .btn {
    margin: 0 !important;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
    border-radius: 3px;
    color: #f96332;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%;
    border-radius: 3px;
    margin: 2px 0px !important;
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
    text-align: center;
}

.bootstrap-datetimepicker-widget table td>div,
.bootstrap-datetimepicker-widget table th>div {
    text-align: center;
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
    font-weight: 300;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #cfcfca;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev span,
.bootstrap-datetimepicker-widget table th.next span {
    border-radius: 4px;
    height: 27px;
    width: 27px;
    line-height: 28px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    color: #f96332;
}

.bootstrap-datetimepicker-widget table th.prev::after {
    content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
    content: "Next Month";
}

.bootstrap-datetimepicker-widget table th.dow {
    text-align: center;
    color: #f96332;
    padding-bottom: 5px;
    padding-top: 10px;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover span,
.bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
    background: #eee;
}

.bootstrap-datetimepicker-widget table td.cw>div {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #cfcfca;
}

.bootstrap-datetimepicker-widget table td.day>div,
.bootstrap-datetimepicker-widget table td.minute>div,
.bootstrap-datetimepicker-widget table td.hour>div {
    height: 30px;
    line-height: 2.2;
    width: 30px;
    text-align: center;
    padding: 0px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: -1;
    position: relative;
    font-weight: 300;
    font-size: 14px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.bootstrap-datetimepicker-widget table td.day:hover>div,
.bootstrap-datetimepicker-widget table td.hour:hover>div,
.bootstrap-datetimepicker-widget table td.minute:hover>div,
.bootstrap-datetimepicker-widget table td.second:hover>div {
    background: #eee;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old>div,
.bootstrap-datetimepicker-widget table td.new>div {
    color: #888888;
}

.bootstrap-datetimepicker-widget table td.today>div:before {
    content: '';
    display: inline-block;
    border: 0 0 7px 7px solid transparent;
    border-bottom-color: #68B3C8;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.bootstrap-datetimepicker-widget table td.active>div,
.bootstrap-datetimepicker-widget table td.active:hover>div {
    background-color: #f96332;
    color: #FFFFFF;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.bootstrap-datetimepicker-widget table td.active.today:before>div {
    border-bottom-color: #FFFFFF;
}

.bootstrap-datetimepicker-widget table td.disabled>div,
.bootstrap-datetimepicker-widget table td.disabled:hover>div {
    background: none;
    color: #cfcfca;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eee;
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #f96332;
    color: #FFFFFF;
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #cfcfca;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #cfcfca;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget .timepicker-picker span,
.bootstrap-datetimepicker-widget .timepicker-hours span,
.bootstrap-datetimepicker-widget .timepicker-minutes span {
    border-radius: 50% !important;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 1px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}

input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget .picker-switch,
input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget table th.prev span,
input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget table th.next span,
input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget table td.day>div,
input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget a[data-action="togglePicker"],
input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget a[data-action="togglePicker"]:hover,
input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget span,
input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget .timepicker-hours span,
input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget .timepicker-minutes span,
input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget .separator,
input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget table td.minute>div,
input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget table td.hour>div {
    color: #FFFFFF;
}

input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget table th.dow {
    color: rgba(255, 255, 255, 0.8);
}

input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget table td.old>div,
input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget table td.new>div {
    color: rgba(255, 255, 255, 0.4);
}

input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget button[data-action] {
    background-color: #FFFFFF;
}

input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget table td.active>div,
input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget table td.active:hover>div {
    background-color: #FFFFFF;
}

input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget table td:not(.active).day:hover>div,
input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget table td.hour:hover>div,
input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget table td.minute:hover>div,
input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget table td.second:hover>div,
input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget table td span:hover {
    background: rgba(255, 255, 255, 0.2);
}

input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget table thead tr:first-child th:hover span,
input.datetimepicker[data-color]+.bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

input.datetimepicker[data-color="orange"]+.bootstrap-datetimepicker-widget {
    background-color: #f96332;
}

input.datetimepicker[data-color="orange"]+.bootstrap-datetimepicker-widget table td.active>div,
input.datetimepicker[data-color="orange"]+.bootstrap-datetimepicker-widget table td.active:hover>div,
input.datetimepicker[data-color="orange"]+.bootstrap-datetimepicker-widget button[data-action],
input.datetimepicker[data-color="orange"]+.bootstrap-datetimepicker-widget.dropdown-menu.top:after,
input.datetimepicker[data-color="orange"]+.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    color: #f96332;
}

input.datetimepicker[data-color="blue"]+.bootstrap-datetimepicker-widget {
    background-color: #2CA8FF;
}

input.datetimepicker[data-color="blue"]+.bootstrap-datetimepicker-widget table td.active>div,
input.datetimepicker[data-color="blue"]+.bootstrap-datetimepicker-widget table td.active:hover>div,
input.datetimepicker[data-color="blue"]+.bootstrap-datetimepicker-widget button[data-action],
input.datetimepicker[data-color="blue"]+.bootstrap-datetimepicker-widget.dropdown-menu.top:after,
input.datetimepicker[data-color="blue"]+.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    color: #2CA8FF;
}

input.datetimepicker[data-color="green"]+.bootstrap-datetimepicker-widget {
    background-color: #18ce0f;
}

input.datetimepicker[data-color="green"]+.bootstrap-datetimepicker-widget table td.active>div,
input.datetimepicker[data-color="green"]+.bootstrap-datetimepicker-widget table td.active:hover>div,
input.datetimepicker[data-color="green"]+.bootstrap-datetimepicker-widget button[data-action],
input.datetimepicker[data-color="green"]+.bootstrap-datetimepicker-widget.dropdown-menu.top:after,
input.datetimepicker[data-color="green"]+.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    color: #18ce0f;
}

input.datetimepicker[data-color="red"]+.bootstrap-datetimepicker-widget {
    background-color: #FF3636;
}

input.datetimepicker[data-color="red"]+.bootstrap-datetimepicker-widget table td.active>div,
input.datetimepicker[data-color="red"]+.bootstrap-datetimepicker-widget table td.active:hover>div,
input.datetimepicker[data-color="red"]+.bootstrap-datetimepicker-widget button[data-action],
input.datetimepicker[data-color="red"]+.bootstrap-datetimepicker-widget.dropdown-menu.top:after,
input.datetimepicker[data-color="red"]+.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    color: #FF3636;
}

input.datetimepicker[data-color="yellow"]+.bootstrap-datetimepicker-widget {
    background-color: #FFB236;
}

input.datetimepicker[data-color="yellow"]+.bootstrap-datetimepicker-widget table td.active>div,
input.datetimepicker[data-color="yellow"]+.bootstrap-datetimepicker-widget table td.active:hover>div,
input.datetimepicker[data-color="yellow"]+.bootstrap-datetimepicker-widget button[data-action],
input.datetimepicker[data-color="yellow"]+.bootstrap-datetimepicker-widget.dropdown-menu.top:after,
input.datetimepicker[data-color="yellow"]+.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    color: #FFB236;
}

.btn,
.navbar .navbar-nav>a.btn {
    border-width: 2px;
    font-weight: 400;
    font-size: 0.8571em;
    line-height: 1.35em;
    margin: 5px 1px;
    border: none;
    margin: 10px 1px;
    border-radius: 0.1875rem;
    padding: 11px 22px;
    cursor: pointer;
    background-color: #888888;
    color: #FFFFFF;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus,
.btn:active:hover,
.btn.active:focus,
.btn.active:hover,
.show>.btn.dropdown-toggle,
.show>.btn.dropdown-toggle:focus,
.show>.btn.dropdown-toggle:hover,
.navbar .navbar-nav>a.btn:hover,
.navbar .navbar-nav>a.btn:focus,
.navbar .navbar-nav>a.btn:active,
.navbar .navbar-nav>a.btn.active,
.navbar .navbar-nav>a.btn:active:focus,
.navbar .navbar-nav>a.btn:active:hover,
.navbar .navbar-nav>a.btn.active:focus,
.navbar .navbar-nav>a.btn.active:hover,
.show>.navbar .navbar-nav>a.btn.dropdown-toggle,
.show>.navbar .navbar-nav>a.btn.dropdown-toggle:focus,
.show>.navbar .navbar-nav>a.btn.dropdown-toggle:hover {
    background-color: #979797;
    color: #FFFFFF;
    box-shadow: none;
}

.btn:not([data-action]):hover,
.navbar .navbar-nav>a.btn:not([data-action]):hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}

.btn.disabled,
.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled.focus,
.btn.disabled:active,
.btn.disabled.active,
.btn:disabled,
.btn:disabled:hover,
.btn:disabled:focus,
.btn:disabled.focus,
.btn:disabled:active,
.btn:disabled.active,
.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled].focus,
.btn[disabled]:active,
.btn[disabled].active,
fieldset[disabled] .btn,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn.focus,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn.active,
.navbar .navbar-nav>a.btn.disabled,
.navbar .navbar-nav>a.btn.disabled:hover,
.navbar .navbar-nav>a.btn.disabled:focus,
.navbar .navbar-nav>a.btn.disabled.focus,
.navbar .navbar-nav>a.btn.disabled:active,
.navbar .navbar-nav>a.btn.disabled.active,
.navbar .navbar-nav>a.btn:disabled,
.navbar .navbar-nav>a.btn:disabled:hover,
.navbar .navbar-nav>a.btn:disabled:focus,
.navbar .navbar-nav>a.btn:disabled.focus,
.navbar .navbar-nav>a.btn:disabled:active,
.navbar .navbar-nav>a.btn:disabled.active,
.navbar .navbar-nav>a.btn[disabled],
.navbar .navbar-nav>a.btn[disabled]:hover,
.navbar .navbar-nav>a.btn[disabled]:focus,
.navbar .navbar-nav>a.btn[disabled].focus,
.navbar .navbar-nav>a.btn[disabled]:active,
.navbar .navbar-nav>a.btn[disabled].active,
fieldset[disabled] .navbar .navbar-nav>a.btn,
fieldset[disabled] .navbar .navbar-nav>a.btn:hover,
fieldset[disabled] .navbar .navbar-nav>a.btn:focus,
fieldset[disabled] .navbar .navbar-nav>a.btn.focus,
fieldset[disabled] .navbar .navbar-nav>a.btn:active,
fieldset[disabled] .navbar .navbar-nav>a.btn.active {
    background-color: #888888;
    border-color: #888888;
}

.btn.btn-simple,
.navbar .navbar-nav>a.btn.btn-simple {
    color: #888888;
    border-color: #888888;
}

.btn.btn-simple:hover,
.btn.btn-simple:focus,
.btn.btn-simple:active,
.navbar .navbar-nav>a.btn.btn-simple:hover,
.navbar .navbar-nav>a.btn.btn-simple:focus,
.navbar .navbar-nav>a.btn.btn-simple:active {
    background-color: transparent;
    color: #979797;
    border-color: #979797;
    box-shadow: none;
}

.btn.btn-link,
.navbar .navbar-nav>a.btn.btn-link {
    color: #888888;
}

.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active,
.navbar .navbar-nav>a.btn.btn-link:hover,
.navbar .navbar-nav>a.btn.btn-link:focus,
.navbar .navbar-nav>a.btn.btn-link:active {
    background-color: transparent;
    color: #979797;
    text-decoration: none;
    box-shadow: none;
}

.btn:hover,
.btn:focus,
.navbar .navbar-nav>a.btn:hover,
.navbar .navbar-nav>a.btn:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    outline: 0 !important;
}

.btn:active,
.btn.active,
.open>.btn.dropdown-toggle,
.navbar .navbar-nav>a.btn:active,
.navbar .navbar-nav>a.btn.active,
.open>.navbar .navbar-nav>a.btn.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

.btn.btn-icon,
.navbar .navbar-nav>a.btn.btn-icon {
    height: 2.375rem;
    min-width: 2.375rem;
    width: 2.375rem;
    padding: 0;
    font-size: 0.9375rem;
    overflow: hidden;
    position: relative;
    line-height: normal;
}

.btn.btn-icon.btn-simple,
.navbar .navbar-nav>a.btn.btn-icon.btn-simple {
    padding: 0;
}

.btn.btn-icon.btn-sm,
.navbar .navbar-nav>a.btn.btn-icon.btn-sm {
    height: 1.875rem;
    min-width: 1.875rem;
    width: 1.875rem;
}

.btn.btn-icon.btn-sm i.fa,
.btn.btn-icon.btn-sm i.now-ui-icons,
.navbar .navbar-nav>a.btn.btn-icon.btn-sm i.fa,
.navbar .navbar-nav>a.btn.btn-icon.btn-sm i.now-ui-icons {
    font-size: 0.6875rem;
}

.btn.btn-icon.btn-lg,
.navbar .navbar-nav>a.btn.btn-icon.btn-lg {
    height: 3.6rem;
    min-width: 3.6rem;
    width: 3.6rem;
}

.btn.btn-icon.btn-lg i.now-ui-icons,
.btn.btn-icon.btn-lg i.fa,
.navbar .navbar-nav>a.btn.btn-icon.btn-lg i.now-ui-icons,
.navbar .navbar-nav>a.btn.btn-icon.btn-lg i.fa {
    font-size: 1.325rem;
}

.btn.btn-icon:not(.btn-footer) i.now-ui-icons,
.btn.btn-icon:not(.btn-footer) i.fa,
.navbar .navbar-nav>a.btn.btn-icon:not(.btn-footer) i.now-ui-icons,
.navbar .navbar-nav>a.btn.btn-icon:not(.btn-footer) i.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-12px, -12px);
    line-height: 1.5626rem;
    width: 25px;
}

.btn:not(.btn-icon) .now-ui-icons,
.navbar .navbar-nav>a.btn:not(.btn-icon) .now-ui-icons {
    position: relative;
    top: 1px;
}

.btn.btn-facebook,
.navbar .navbar-nav>a.btn.btn-facebook {
    background-color: #3b5998;
    color: #fff;
}

.btn.btn-facebook:focus,
.btn.btn-facebook:active,
.btn.btn-facebook:hover,
.navbar .navbar-nav>a.btn.btn-facebook:focus,
.navbar .navbar-nav>a.btn.btn-facebook:active,
.navbar .navbar-nav>a.btn.btn-facebook:hover {
    background-color: #4466ae;
    color: #fff;
}

.btn.btn-facebook.btn-simple,
.navbar .navbar-nav>a.btn.btn-facebook.btn-simple {
    color: #3b5998;
    background-color: transparent;
    box-shadow: none;
    border-color: #3b5998;
}

.btn.btn-facebook.btn-simple:hover,
.btn.btn-facebook.btn-simple:focus,
.btn.btn-facebook.btn-simple:active,
.navbar .navbar-nav>a.btn.btn-facebook.btn-simple:hover,
.navbar .navbar-nav>a.btn.btn-facebook.btn-simple:focus,
.navbar .navbar-nav>a.btn.btn-facebook.btn-simple:active {
    color: #4466ae;
    border-color: #4466ae;
}

.btn.btn-facebook.btn-neutral,
.navbar .navbar-nav>a.btn.btn-facebook.btn-neutral {
    color: #3b5998;
    background-color: #FFFFFF;
}

.btn.btn-facebook.btn-neutral:hover,
.btn.btn-facebook.btn-neutral:focus,
.btn.btn-facebook.btn-neutral:active,
.navbar .navbar-nav>a.btn.btn-facebook.btn-neutral:hover,
.navbar .navbar-nav>a.btn.btn-facebook.btn-neutral:focus,
.navbar .navbar-nav>a.btn.btn-facebook.btn-neutral:active {
    color: #4466ae;
}

.btn.btn-twitter,
.navbar .navbar-nav>a.btn.btn-twitter {
    background-color: #55acee;
    color: #fff;
}

.btn.btn-twitter:focus,
.btn.btn-twitter:active,
.btn.btn-twitter:hover,
.navbar .navbar-nav>a.btn.btn-twitter:focus,
.navbar .navbar-nav>a.btn.btn-twitter:active,
.navbar .navbar-nav>a.btn.btn-twitter:hover {
    background-color: #71baf1;
    color: #fff;
}

.btn.btn-twitter.btn-simple,
.navbar .navbar-nav>a.btn.btn-twitter.btn-simple {
    color: #55acee;
    background-color: transparent;
    box-shadow: none;
    border-color: #55acee;
}

.btn.btn-twitter.btn-simple:hover,
.btn.btn-twitter.btn-simple:focus,
.btn.btn-twitter.btn-simple:active,
.navbar .navbar-nav>a.btn.btn-twitter.btn-simple:hover,
.navbar .navbar-nav>a.btn.btn-twitter.btn-simple:focus,
.navbar .navbar-nav>a.btn.btn-twitter.btn-simple:active {
    color: #71baf1;
    border-color: #71baf1;
}

.btn.btn-twitter.btn-neutral,
.navbar .navbar-nav>a.btn.btn-twitter.btn-neutral {
    color: #55acee;
    background-color: #FFFFFF;
}

.btn.btn-twitter.btn-neutral:hover,
.btn.btn-twitter.btn-neutral:focus,
.btn.btn-twitter.btn-neutral:active,
.navbar .navbar-nav>a.btn.btn-twitter.btn-neutral:hover,
.navbar .navbar-nav>a.btn.btn-twitter.btn-neutral:focus,
.navbar .navbar-nav>a.btn.btn-twitter.btn-neutral:active {
    color: #71baf1;
}

.btn.btn-pinterest,
.navbar .navbar-nav>a.btn.btn-pinterest {
    background-color: #cc2127;
    color: #fff;
}

.btn.btn-pinterest:focus,
.btn.btn-pinterest:active,
.btn.btn-pinterest:hover,
.navbar .navbar-nav>a.btn.btn-pinterest:focus,
.navbar .navbar-nav>a.btn.btn-pinterest:active,
.navbar .navbar-nav>a.btn.btn-pinterest:hover {
    background-color: #dd2e34;
    color: #fff;
}

.btn.btn-pinterest.btn-simple,
.navbar .navbar-nav>a.btn.btn-pinterest.btn-simple {
    color: #cc2127;
    background-color: transparent;
    box-shadow: none;
    border-color: #cc2127;
}

.btn.btn-pinterest.btn-simple:hover,
.btn.btn-pinterest.btn-simple:focus,
.btn.btn-pinterest.btn-simple:active,
.navbar .navbar-nav>a.btn.btn-pinterest.btn-simple:hover,
.navbar .navbar-nav>a.btn.btn-pinterest.btn-simple:focus,
.navbar .navbar-nav>a.btn.btn-pinterest.btn-simple:active {
    color: #dd2e34;
    border-color: #dd2e34;
}

.btn.btn-pinterest.btn-neutral,
.navbar .navbar-nav>a.btn.btn-pinterest.btn-neutral {
    color: #cc2127;
    background-color: #FFFFFF;
}

.btn.btn-pinterest.btn-neutral:hover,
.btn.btn-pinterest.btn-neutral:focus,
.btn.btn-pinterest.btn-neutral:active,
.navbar .navbar-nav>a.btn.btn-pinterest.btn-neutral:hover,
.navbar .navbar-nav>a.btn.btn-pinterest.btn-neutral:focus,
.navbar .navbar-nav>a.btn.btn-pinterest.btn-neutral:active {
    color: #dd2e34;
}

.btn.btn-google,
.navbar .navbar-nav>a.btn.btn-google {
    background-color: #dd4b39;
    color: #fff;
}

.btn.btn-google:focus,
.btn.btn-google:active,
.btn.btn-google:hover,
.navbar .navbar-nav>a.btn.btn-google:focus,
.navbar .navbar-nav>a.btn.btn-google:active,
.navbar .navbar-nav>a.btn.btn-google:hover {
    background-color: #e16353;
    color: #fff;
}

.btn.btn-google.btn-simple,
.navbar .navbar-nav>a.btn.btn-google.btn-simple {
    color: #dd4b39;
    background-color: transparent;
    box-shadow: none;
    border-color: #dd4b39;
}

.btn.btn-google.btn-simple:hover,
.btn.btn-google.btn-simple:focus,
.btn.btn-google.btn-simple:active,
.navbar .navbar-nav>a.btn.btn-google.btn-simple:hover,
.navbar .navbar-nav>a.btn.btn-google.btn-simple:focus,
.navbar .navbar-nav>a.btn.btn-google.btn-simple:active {
    color: #e16353;
    border-color: #e16353;
}

.btn.btn-google.btn-neutral,
.navbar .navbar-nav>a.btn.btn-google.btn-neutral {
    color: #dd4b39;
    background-color: #FFFFFF;
}

.btn.btn-google.btn-neutral:hover,
.btn.btn-google.btn-neutral:focus,
.btn.btn-google.btn-neutral:active,
.navbar .navbar-nav>a.btn.btn-google.btn-neutral:hover,
.navbar .navbar-nav>a.btn.btn-google.btn-neutral:focus,
.navbar .navbar-nav>a.btn.btn-google.btn-neutral:active {
    color: #e16353;
}

.btn.btn-linkedin,
.navbar .navbar-nav>a.btn.btn-linkedin {
    background-color: #0077B5;
    color: #fff;
}

.btn.btn-linkedin:focus,
.btn.btn-linkedin:active,
.btn.btn-linkedin:hover,
.navbar .navbar-nav>a.btn.btn-linkedin:focus,
.navbar .navbar-nav>a.btn.btn-linkedin:active,
.navbar .navbar-nav>a.btn.btn-linkedin:hover {
    background-color: #008bd4;
    color: #fff;
}

.btn.btn-linkedin.btn-simple,
.navbar .navbar-nav>a.btn.btn-linkedin.btn-simple {
    color: #0077B5;
    background-color: transparent;
    box-shadow: none;
    border-color: #0077B5;
}

.btn.btn-linkedin.btn-simple:hover,
.btn.btn-linkedin.btn-simple:focus,
.btn.btn-linkedin.btn-simple:active,
.navbar .navbar-nav>a.btn.btn-linkedin.btn-simple:hover,
.navbar .navbar-nav>a.btn.btn-linkedin.btn-simple:focus,
.navbar .navbar-nav>a.btn.btn-linkedin.btn-simple:active {
    color: #008bd4;
    border-color: #008bd4;
}

.btn.btn-linkedin.btn-neutral,
.navbar .navbar-nav>a.btn.btn-linkedin.btn-neutral {
    color: #0077B5;
    background-color: #FFFFFF;
}

.btn.btn-linkedin.btn-neutral:hover,
.btn.btn-linkedin.btn-neutral:focus,
.btn.btn-linkedin.btn-neutral:active,
.navbar .navbar-nav>a.btn.btn-linkedin.btn-neutral:hover,
.navbar .navbar-nav>a.btn.btn-linkedin.btn-neutral:focus,
.navbar .navbar-nav>a.btn.btn-linkedin.btn-neutral:active {
    color: #008bd4;
}

.btn.btn-dribbble,
.navbar .navbar-nav>a.btn.btn-dribbble {
    background-color: #ea4c89;
    color: #fff;
}

.btn.btn-dribbble:focus,
.btn.btn-dribbble:active,
.btn.btn-dribbble:hover,
.navbar .navbar-nav>a.btn.btn-dribbble:focus,
.navbar .navbar-nav>a.btn.btn-dribbble:active,
.navbar .navbar-nav>a.btn.btn-dribbble:hover {
    background-color: #ed679b;
    color: #fff;
}

.btn.btn-dribbble.btn-simple,
.navbar .navbar-nav>a.btn.btn-dribbble.btn-simple {
    color: #ea4c89;
    background-color: transparent;
    box-shadow: none;
    border-color: #ea4c89;
}

.btn.btn-dribbble.btn-simple:hover,
.btn.btn-dribbble.btn-simple:focus,
.btn.btn-dribbble.btn-simple:active,
.navbar .navbar-nav>a.btn.btn-dribbble.btn-simple:hover,
.navbar .navbar-nav>a.btn.btn-dribbble.btn-simple:focus,
.navbar .navbar-nav>a.btn.btn-dribbble.btn-simple:active {
    color: #ed679b;
    border-color: #ed679b;
}

.btn.btn-dribbble.btn-neutral,
.navbar .navbar-nav>a.btn.btn-dribbble.btn-neutral {
    color: #ea4c89;
    background-color: #FFFFFF;
}

.btn.btn-dribbble.btn-neutral:hover,
.btn.btn-dribbble.btn-neutral:focus,
.btn.btn-dribbble.btn-neutral:active,
.navbar .navbar-nav>a.btn.btn-dribbble.btn-neutral:hover,
.navbar .navbar-nav>a.btn.btn-dribbble.btn-neutral:focus,
.navbar .navbar-nav>a.btn.btn-dribbble.btn-neutral:active {
    color: #ed679b;
}

.btn.btn-github,
.navbar .navbar-nav>a.btn.btn-github {
    background-color: #333333;
    color: #fff;
}

.btn.btn-github:focus,
.btn.btn-github:active,
.btn.btn-github:hover,
.navbar .navbar-nav>a.btn.btn-github:focus,
.navbar .navbar-nav>a.btn.btn-github:active,
.navbar .navbar-nav>a.btn.btn-github:hover {
    background-color: #424242;
    color: #fff;
}

.btn.btn-github.btn-simple,
.navbar .navbar-nav>a.btn.btn-github.btn-simple {
    color: #333333;
    background-color: transparent;
    box-shadow: none;
    border-color: #333333;
}

.btn.btn-github.btn-simple:hover,
.btn.btn-github.btn-simple:focus,
.btn.btn-github.btn-simple:active,
.navbar .navbar-nav>a.btn.btn-github.btn-simple:hover,
.navbar .navbar-nav>a.btn.btn-github.btn-simple:focus,
.navbar .navbar-nav>a.btn.btn-github.btn-simple:active {
    color: #424242;
    border-color: #424242;
}

.btn.btn-github.btn-neutral,
.navbar .navbar-nav>a.btn.btn-github.btn-neutral {
    color: #333333;
    background-color: #FFFFFF;
}

.btn.btn-github.btn-neutral:hover,
.btn.btn-github.btn-neutral:focus,
.btn.btn-github.btn-neutral:active,
.navbar .navbar-nav>a.btn.btn-github.btn-neutral:hover,
.navbar .navbar-nav>a.btn.btn-github.btn-neutral:focus,
.navbar .navbar-nav>a.btn.btn-github.btn-neutral:active {
    color: #424242;
}

.btn.btn-youtube,
.navbar .navbar-nav>a.btn.btn-youtube {
    background-color: #e52d27;
    color: #fff;
}

.btn.btn-youtube:focus,
.btn.btn-youtube:active,
.btn.btn-youtube:hover,
.navbar .navbar-nav>a.btn.btn-youtube:focus,
.navbar .navbar-nav>a.btn.btn-youtube:active,
.navbar .navbar-nav>a.btn.btn-youtube:hover {
    background-color: #e84842;
    color: #fff;
}

.btn.btn-youtube.btn-simple,
.navbar .navbar-nav>a.btn.btn-youtube.btn-simple {
    color: #e52d27;
    background-color: transparent;
    box-shadow: none;
    border-color: #e52d27;
}

.btn.btn-youtube.btn-simple:hover,
.btn.btn-youtube.btn-simple:focus,
.btn.btn-youtube.btn-simple:active,
.navbar .navbar-nav>a.btn.btn-youtube.btn-simple:hover,
.navbar .navbar-nav>a.btn.btn-youtube.btn-simple:focus,
.navbar .navbar-nav>a.btn.btn-youtube.btn-simple:active {
    color: #e84842;
    border-color: #e84842;
}

.btn.btn-youtube.btn-neutral,
.navbar .navbar-nav>a.btn.btn-youtube.btn-neutral {
    color: #e52d27;
    background-color: #FFFFFF;
}

.btn.btn-youtube.btn-neutral:hover,
.btn.btn-youtube.btn-neutral:focus,
.btn.btn-youtube.btn-neutral:active,
.navbar .navbar-nav>a.btn.btn-youtube.btn-neutral:hover,
.navbar .navbar-nav>a.btn.btn-youtube.btn-neutral:focus,
.navbar .navbar-nav>a.btn.btn-youtube.btn-neutral:active {
    color: #e84842;
}

.btn.btn-instagram,
.navbar .navbar-nav>a.btn.btn-instagram {
    background-color: #125688;
    color: #fff;
}

.btn.btn-instagram:focus,
.btn.btn-instagram:active,
.btn.btn-instagram:hover,
.navbar .navbar-nav>a.btn.btn-instagram:focus,
.navbar .navbar-nav>a.btn.btn-instagram:active,
.navbar .navbar-nav>a.btn.btn-instagram:hover {
    background-color: #1667a3;
    color: #fff;
}

.btn.btn-instagram.btn-simple,
.navbar .navbar-nav>a.btn.btn-instagram.btn-simple {
    color: #125688;
    background-color: transparent;
    box-shadow: none;
    border-color: #125688;
}

.btn.btn-instagram.btn-simple:hover,
.btn.btn-instagram.btn-simple:focus,
.btn.btn-instagram.btn-simple:active,
.navbar .navbar-nav>a.btn.btn-instagram.btn-simple:hover,
.navbar .navbar-nav>a.btn.btn-instagram.btn-simple:focus,
.navbar .navbar-nav>a.btn.btn-instagram.btn-simple:active {
    color: #1667a3;
    border-color: #1667a3;
}

.btn.btn-instagram.btn-neutral,
.navbar .navbar-nav>a.btn.btn-instagram.btn-neutral {
    color: #125688;
    background-color: #FFFFFF;
}

.btn.btn-instagram.btn-neutral:hover,
.btn.btn-instagram.btn-neutral:focus,
.btn.btn-instagram.btn-neutral:active,
.navbar .navbar-nav>a.btn.btn-instagram.btn-neutral:hover,
.navbar .navbar-nav>a.btn.btn-instagram.btn-neutral:focus,
.navbar .navbar-nav>a.btn.btn-instagram.btn-neutral:active {
    color: #1667a3;
}

.btn.btn-reddit,
.navbar .navbar-nav>a.btn.btn-reddit {
    background-color: #ff4500;
    color: #fff;
}

.btn.btn-reddit:focus,
.btn.btn-reddit:active,
.btn.btn-reddit:hover,
.navbar .navbar-nav>a.btn.btn-reddit:focus,
.navbar .navbar-nav>a.btn.btn-reddit:active,
.navbar .navbar-nav>a.btn.btn-reddit:hover {
    background-color: #ff5b1f;
    color: #fff;
}

.btn.btn-reddit.btn-simple,
.navbar .navbar-nav>a.btn.btn-reddit.btn-simple {
    color: #ff4500;
    background-color: transparent;
    box-shadow: none;
    border-color: #ff4500;
}

.btn.btn-reddit.btn-simple:hover,
.btn.btn-reddit.btn-simple:focus,
.btn.btn-reddit.btn-simple:active,
.navbar .navbar-nav>a.btn.btn-reddit.btn-simple:hover,
.navbar .navbar-nav>a.btn.btn-reddit.btn-simple:focus,
.navbar .navbar-nav>a.btn.btn-reddit.btn-simple:active {
    color: #ff5b1f;
    border-color: #ff5b1f;
}

.btn.btn-reddit.btn-neutral,
.navbar .navbar-nav>a.btn.btn-reddit.btn-neutral {
    color: #ff4500;
    background-color: #FFFFFF;
}

.btn.btn-reddit.btn-neutral:hover,
.btn.btn-reddit.btn-neutral:focus,
.btn.btn-reddit.btn-neutral:active,
.navbar .navbar-nav>a.btn.btn-reddit.btn-neutral:hover,
.navbar .navbar-nav>a.btn.btn-reddit.btn-neutral:focus,
.navbar .navbar-nav>a.btn.btn-reddit.btn-neutral:active {
    color: #ff5b1f;
}

.btn.btn-tumblr,
.navbar .navbar-nav>a.btn.btn-tumblr {
    background-color: #35465c;
    color: #fff;
}

.btn.btn-tumblr:focus,
.btn.btn-tumblr:active,
.btn.btn-tumblr:hover,
.navbar .navbar-nav>a.btn.btn-tumblr:focus,
.navbar .navbar-nav>a.btn.btn-tumblr:active,
.navbar .navbar-nav>a.btn.btn-tumblr:hover {
    background-color: #40556f;
    color: #fff;
}

.btn.btn-tumblr.btn-simple,
.navbar .navbar-nav>a.btn.btn-tumblr.btn-simple {
    color: #35465c;
    background-color: transparent;
    box-shadow: none;
    border-color: #35465c;
}

.btn.btn-tumblr.btn-simple:hover,
.btn.btn-tumblr.btn-simple:focus,
.btn.btn-tumblr.btn-simple:active,
.navbar .navbar-nav>a.btn.btn-tumblr.btn-simple:hover,
.navbar .navbar-nav>a.btn.btn-tumblr.btn-simple:focus,
.navbar .navbar-nav>a.btn.btn-tumblr.btn-simple:active {
    color: #40556f;
    border-color: #40556f;
}

.btn.btn-tumblr.btn-neutral,
.navbar .navbar-nav>a.btn.btn-tumblr.btn-neutral {
    color: #35465c;
    background-color: #FFFFFF;
}

.btn.btn-tumblr.btn-neutral:hover,
.btn.btn-tumblr.btn-neutral:focus,
.btn.btn-tumblr.btn-neutral:active,
.navbar .navbar-nav>a.btn.btn-tumblr.btn-neutral:hover,
.navbar .navbar-nav>a.btn.btn-tumblr.btn-neutral:focus,
.navbar .navbar-nav>a.btn.btn-tumblr.btn-neutral:active {
    color: #40556f;
}

.btn.btn-behance,
.navbar .navbar-nav>a.btn.btn-behance {
    background-color: #1769ff;
    color: #fff;
}

.btn.btn-behance:focus,
.btn.btn-behance:active,
.btn.btn-behance:hover,
.navbar .navbar-nav>a.btn.btn-behance:focus,
.navbar .navbar-nav>a.btn.btn-behance:active,
.navbar .navbar-nav>a.btn.btn-behance:hover {
    background-color: #367dff;
    color: #fff;
}

.btn.btn-behance.btn-simple,
.navbar .navbar-nav>a.btn.btn-behance.btn-simple {
    color: #1769ff;
    background-color: transparent;
    box-shadow: none;
    border-color: #1769ff;
}

.btn.btn-behance.btn-simple:hover,
.btn.btn-behance.btn-simple:focus,
.btn.btn-behance.btn-simple:active,
.navbar .navbar-nav>a.btn.btn-behance.btn-simple:hover,
.navbar .navbar-nav>a.btn.btn-behance.btn-simple:focus,
.navbar .navbar-nav>a.btn.btn-behance.btn-simple:active {
    color: #367dff;
    border-color: #367dff;
}

.btn.btn-behance.btn-neutral,
.navbar .navbar-nav>a.btn.btn-behance.btn-neutral {
    color: #1769ff;
    background-color: #FFFFFF;
}

.btn.btn-behance.btn-neutral:hover,
.btn.btn-behance.btn-neutral:focus,
.btn.btn-behance.btn-neutral:active,
.navbar .navbar-nav>a.btn.btn-behance.btn-neutral:hover,
.navbar .navbar-nav>a.btn.btn-behance.btn-neutral:focus,
.navbar .navbar-nav>a.btn.btn-behance.btn-neutral:active {
    color: #367dff;
}

.btn-primary {
    background-color: #f96332;
    color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:focus,
.btn-primary.active:hover,
.show>.btn-primary.dropdown-toggle,
.show>.btn-primary.dropdown-toggle:focus,
.show>.btn-primary.dropdown-toggle:hover {
    background-color: #fa7a50;
    color: #FFFFFF;
    box-shadow: none;
}

.btn-primary:not([data-action]):hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary:disabled,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus,
.btn-primary:disabled:active,
.btn-primary:disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #f96332;
    border-color: #f96332;
}

.btn-primary.btn-simple {
    color: #f96332;
    border-color: #f96332;
}

.btn-primary.btn-simple:hover,
.btn-primary.btn-simple:focus,
.btn-primary.btn-simple:active {
    background-color: transparent;
    color: #fa7a50;
    border-color: #fa7a50;
    box-shadow: none;
}

.btn-primary.btn-link {
    color: #f96332;
}

.btn-primary.btn-link:hover,
.btn-primary.btn-link:focus,
.btn-primary.btn-link:active {
    background-color: transparent;
    color: #fa7a50;
    text-decoration: none;
    box-shadow: none;
}

.btn-success {
    background-color: #18ce0f;
    color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active:focus,
.btn-success.active:hover,
.show>.btn-success.dropdown-toggle,
.show>.btn-success.dropdown-toggle:focus,
.show>.btn-success.dropdown-toggle:hover {
    background-color: #1beb11;
    color: #FFFFFF;
    box-shadow: none;
}

.btn-success:not([data-action]):hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success:disabled,
.btn-success:disabled:hover,
.btn-success:disabled:focus,
.btn-success:disabled.focus,
.btn-success:disabled:active,
.btn-success:disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #18ce0f;
    border-color: #18ce0f;
}

.btn-success.btn-simple {
    color: #18ce0f;
    border-color: #18ce0f;
}

.btn-success.btn-simple:hover,
.btn-success.btn-simple:focus,
.btn-success.btn-simple:active {
    background-color: transparent;
    color: #1beb11;
    border-color: #1beb11;
    box-shadow: none;
}

.btn-success.btn-link {
    color: #18ce0f;
}

.btn-success.btn-link:hover,
.btn-success.btn-link:focus,
.btn-success.btn-link:active {
    background-color: transparent;
    color: #1beb11;
    text-decoration: none;
    box-shadow: none;
}

.btn-info {
    background-color: #2CA8FF;
    color: #FFFFFF;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info.active:focus,
.btn-info.active:hover,
.show>.btn-info.dropdown-toggle,
.show>.btn-info.dropdown-toggle:focus,
.show>.btn-info.dropdown-toggle:hover {
    background-color: #4bb5ff;
    color: #FFFFFF;
    box-shadow: none;
}

.btn-info:not([data-action]):hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info:disabled,
.btn-info:disabled:hover,
.btn-info:disabled:focus,
.btn-info:disabled.focus,
.btn-info:disabled:active,
.btn-info:disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #2CA8FF;
    border-color: #2CA8FF;
}

.btn-info.btn-simple {
    color: #2CA8FF;
    border-color: #2CA8FF;
}

.btn-info.btn-simple:hover,
.btn-info.btn-simple:focus,
.btn-info.btn-simple:active {
    background-color: transparent;
    color: #4bb5ff;
    border-color: #4bb5ff;
    box-shadow: none;
}

.btn-info.btn-link {
    color: #2CA8FF;
}

.btn-info.btn-link:hover,
.btn-info.btn-link:focus,
.btn-info.btn-link:active {
    background-color: transparent;
    color: #4bb5ff;
    text-decoration: none;
    box-shadow: none;
}

.btn-warning {
    background-color: #FFB236;
    color: #FFFFFF;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning.active:focus,
.btn-warning.active:hover,
.show>.btn-warning.dropdown-toggle,
.show>.btn-warning.dropdown-toggle:focus,
.show>.btn-warning.dropdown-toggle:hover {
    background-color: #ffbe55;
    color: #FFFFFF;
    box-shadow: none;
}

.btn-warning:not([data-action]):hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning:disabled,
.btn-warning:disabled:hover,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus,
.btn-warning:disabled:active,
.btn-warning:disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #FFB236;
    border-color: #FFB236;
}

.btn-warning.btn-simple {
    color: #FFB236;
    border-color: #FFB236;
}

.btn-warning.btn-simple:hover,
.btn-warning.btn-simple:focus,
.btn-warning.btn-simple:active {
    background-color: transparent;
    color: #ffbe55;
    border-color: #ffbe55;
    box-shadow: none;
}

.btn-warning.btn-link {
    color: #FFB236;
}

.btn-warning.btn-link:hover,
.btn-warning.btn-link:focus,
.btn-warning.btn-link:active {
    background-color: transparent;
    color: #ffbe55;
    text-decoration: none;
    box-shadow: none;
}

.btn-danger {
    background-color: #FF3636;
    color: #FFFFFF;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.active:focus,
.btn-danger.active:hover,
.show>.btn-danger.dropdown-toggle,
.show>.btn-danger.dropdown-toggle:focus,
.show>.btn-danger.dropdown-toggle:hover {
    background-color: #ff5555;
    color: #FFFFFF;
    box-shadow: none;
}

.btn-danger:not([data-action]):hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger:disabled,
.btn-danger:disabled:hover,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus,
.btn-danger:disabled:active,
.btn-danger:disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #FF3636;
    border-color: #FF3636;
}

.btn-danger.btn-simple {
    color: #FF3636;
    border-color: #FF3636;
}

.btn-danger.btn-simple:hover,
.btn-danger.btn-simple:focus,
.btn-danger.btn-simple:active {
    background-color: transparent;
    color: #ff5555;
    border-color: #ff5555;
    box-shadow: none;
}

.btn-danger.btn-link {
    color: #FF3636;
}

.btn-danger.btn-link:hover,
.btn-danger.btn-link:focus,
.btn-danger.btn-link:active {
    background-color: transparent;
    color: #ff5555;
    text-decoration: none;
    box-shadow: none;
}

.btn-neutral {
background-color: #FFFFFF;
    color: #000000;
    text-transform: uppercase;
}

.btn-neutral:hover,
.btn-neutral:focus,
.btn-neutral:active,
.btn-neutral.active,
.btn-neutral:active:focus,
.btn-neutral:active:hover,
.btn-neutral.active:focus,
.btn-neutral.active:hover,
.show>.btn-neutral.dropdown-toggle,
.show>.btn-neutral.dropdown-toggle:focus,
.show>.btn-neutral.dropdown-toggle:hover {
    background-color: #FFFFFF;
    color: #FFFFFF;
    box-shadow: none;
}

.btn-neutral:not([data-action]):hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}

.btn-neutral.disabled,
.btn-neutral.disabled:hover,
.btn-neutral.disabled:focus,
.btn-neutral.disabled.focus,
.btn-neutral.disabled:active,
.btn-neutral.disabled.active,
.btn-neutral:disabled,
.btn-neutral:disabled:hover,
.btn-neutral:disabled:focus,
.btn-neutral:disabled.focus,
.btn-neutral:disabled:active,
.btn-neutral:disabled.active,
.btn-neutral[disabled],
.btn-neutral[disabled]:hover,
.btn-neutral[disabled]:focus,
.btn-neutral[disabled].focus,
.btn-neutral[disabled]:active,
.btn-neutral[disabled].active,
fieldset[disabled] .btn-neutral,
fieldset[disabled] .btn-neutral:hover,
fieldset[disabled] .btn-neutral:focus,
fieldset[disabled] .btn-neutral.focus,
fieldset[disabled] .btn-neutral:active,
fieldset[disabled] .btn-neutral.active {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-neutral.btn-danger {
    color: #FF3636;
}

.btn-neutral.btn-danger:hover,
.btn-neutral.btn-danger:focus,
.btn-neutral.btn-danger:active {
    color: #ff5555;
}

.btn-neutral.btn-info {
    color: #2CA8FF;
}

.btn-neutral.btn-info:hover,
.btn-neutral.btn-info:focus,
.btn-neutral.btn-info:active {
    color: #4bb5ff;
}

.btn-neutral.btn-warning {
    color: #FFB236;
}

.btn-neutral.btn-warning:hover,
.btn-neutral.btn-warning:focus,
.btn-neutral.btn-warning:active {
    color: #ffbe55;
}

.btn-neutral.btn-success {
    color: #18ce0f;
}

.btn-neutral.btn-success:hover,
.btn-neutral.btn-success:focus,
.btn-neutral.btn-success:active {
    color: #1beb11;
}

.btn-neutral.btn-default {
    color: #888888;
}

.btn-neutral.btn-default:hover,
.btn-neutral.btn-default:focus,
.btn-neutral.btn-default:active {
    color: #979797;
}

.btn-neutral.active,
.btn-neutral:active,
.btn-neutral:active:focus,
.btn-neutral:active:hover,
.btn-neutral.active:focus,
.btn-neutral.active:hover,
.show>.btn-neutral.dropdown-toggle,
.show>.btn-neutral.dropdown-toggle:focus,
.show>.btn-neutral.dropdown-toggle:hover {
    background-color: #FFFFFF;
    color: #fa7a50;
    box-shadow: none;
}

.btn-neutral:hover,
.btn-neutral:focus {
    color: #d61e13;
}

.btn-neutral:hover:not(.nav-link),
.btn-neutral:focus:not(.nav-link) {
    box-shadow: none;
}

.btn-neutral.btn-simple {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-neutral.btn-simple:hover,
.btn-neutral.btn-simple:focus,
.btn-neutral.btn-simple:active {
    background-color: transparent;
    color: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: none;
}

.btn-neutral.btn-link {
    color: #FFFFFF;
}

.btn-neutral.btn-link:hover,
.btn-neutral.btn-link:focus,
.btn-neutral.btn-link:active {
    background-color: transparent;
    color: #FFFFFF;
    text-decoration: none;
    box-shadow: none;
}

.btn:disabled,
.btn[disabled],
.btn.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.btn-round {
    border-width: 1px;
    border-radius: 30px !important;
    padding: 11px 23px;
}

.btn-round.btn-simple {
    padding: 10px 22px;
}

.btn-simple {
    border: 1px solid;
    border-color: #888888;
    padding: 10px 22px;
    background-color: transparent;
}

.btn-simple.disabled,
.btn-simple.disabled:hover,
.btn-simple.disabled:focus,
.btn-simple.disabled.focus,
.btn-simple.disabled:active,
.btn-simple.disabled.active,
.btn-simple:disabled,
.btn-simple:disabled:hover,
.btn-simple:disabled:focus,
.btn-simple:disabled.focus,
.btn-simple:disabled:active,
.btn-simple:disabled.active,
.btn-simple[disabled],
.btn-simple[disabled]:hover,
.btn-simple[disabled]:focus,
.btn-simple[disabled].focus,
.btn-simple[disabled]:active,
.btn-simple[disabled].active,
fieldset[disabled] .btn-simple,
fieldset[disabled] .btn-simple:hover,
fieldset[disabled] .btn-simple:focus,
fieldset[disabled] .btn-simple.focus,
fieldset[disabled] .btn-simple:active,
fieldset[disabled] .btn-simple.active,
.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled.focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link:disabled,
.btn-link:disabled:hover,
.btn-link:disabled:focus,
.btn-link:disabled.focus,
.btn-link:disabled:active,
.btn-link:disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled].focus,
.btn-link[disabled]:active,
.btn-link[disabled].active,
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link.focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active {
    background-color: transparent;
}

.btn-lg {
    font-size: 0.9em;
    border-radius: 0.1rem;
    padding: 15px 48px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-lg.btn-simple {
    padding: 14px 47px;
}

.btn-sm {
    font-size: 14px;
    border-radius: 0.1875rem;
    padding: 5px 15px;
}

.btn-sm.btn-simple {
    padding: 4px 14px;
}

.btn-link {
    border: 0;
    padding: 0.5rem 0.7rem;
    background-color: transparent;
}

.btn-wd {
    min-width: 140px;
}

.btn-group.select {
    width: 100%;
}

.btn-group.select .btn {
    text-align: left;
}

.btn-group.select .caret {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 8px;
}

.form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control:-moz-placeholder {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control {
    background-color: transparent;
    border: 1px solid #E3E3E3;
    border-radius: 0;
    color: #fff;
    line-height: normal;
    font-size: 0.8571em;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control {
    border-color: #E3E3E3;
}

.form-control:focus {
    border: 1px solid #d01d1a;
    -webkit-box-shadow: none;
    background-color: transparent; 
    box-shadow: none;
    outline: 0 !important;
    color: #fff;
}


.form-control:focus+.input-group-addon,
.form-control:focus~.input-group-addon {
    border: 1px solid #f96332;
    border-left: none;
    background-color: transparent;
}

.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control:focus {
    border-color: #1be611;
}

.has-danger .form-control.form-control-success,
.has-danger .form-control.form-control-danger,
.has-success .form-control.form-control-success,
.has-success .form-control.form-control-danger {
    background-image: none;
}

.has-danger .form-control {
    border-color: #ffcfcf;
    color: #FF3636;
    background-color: rgba(222, 222, 222, 0.1);
}

.has-danger .form-control:focus {
    background-color: #FFFFFF;
}

.form-control+.form-control-feedback {
    border-radius: 0.25rem;
    font-size: 14px;
    margin-top: -7px;
    position: absolute;
    right: 10px;
    top: 50%;
    vertical-align: middle;
}

.open .form-control {
    border-radius: 0.25rem 0.25rem 0 0;
    border-bottom-color: transparent;
}

.form-control+.input-group-addon {
    background-color: #FFFFFF;
}

.has-success:after,
.has-danger:after {
    font-family: 'Nucleo Outline';
    content: "\ea22";
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 12px;
    color: #18ce0f;
    font-size: 11px;
}

.has-success.input-lg:after,
.has-danger.input-lg:after {
    font-size: 13px;
    top: 13px;
}

.has-danger:after {
    content: "\ea53";
    color: #FF3636;
}

.form-group.form-group-no-border.input-lg .input-group-addon,
.input-group.form-group-no-border.input-lg .input-group-addon {
    padding: 15px 0 15px 19px;
}

.form-group.form-group-no-border.input-lg .form-control,
.input-group.form-group-no-border.input-lg .form-control {
    padding: 15px 19px;
}

.form-group.form-group-no-border.input-lg .form-control+.input-group-addon,
.input-group.form-group-no-border.input-lg .form-control+.input-group-addon {
    padding: 15px 19px 15px 0;
}

.form-group.input-lg .form-control,
.input-group.input-lg .form-control {
    padding: 14px 18px;
}

.form-group.input-lg .form-control+.input-group-addon,
.input-group.input-lg .form-control+.input-group-addon {
    padding: 14px 18px 14px 0;
}

.form-group.input-lg .input-group-addon,
.input-group.input-lg .input-group-addon {
    padding: 14px 0 15px 18px;
}

.form-group.input-lg .input-group-addon+.form-control,
.input-group.input-lg .input-group-addon+.form-control {
    padding: 15px 18px 15px 16px;
}

.form-group.form-group-no-border .form-control,
.input-group.form-group-no-border .form-control {
    padding: 11px 19px;
}

.form-group.form-group-no-border .form-control+.input-group-addon,
.input-group.form-group-no-border .form-control+.input-group-addon {
    padding: 11px 19px 11px 0;
}

.form-group.form-group-no-border .input-group-addon,
.input-group.form-group-no-border .input-group-addon {
    padding: 11px 0 11px 19px;
}

.form-group .form-control,
.input-group .form-control {
    padding: 10px 18px 10px 18px;
}

.form-group .form-control+.input-group-addon,
.input-group .form-control+.input-group-addon {
    padding: 10px 18px 10px 0;
}

.form-group .input-group-addon,
.input-group .input-group-addon {
    padding: 10px 0 10px 18px;
}

.form-group .input-group-addon+.form-control,
.form-group .input-group-addon~.form-control,
.input-group .input-group-addon+.form-control,
.input-group .input-group-addon~.form-control {
    padding: 10px 19px 11px 16px;
}

.form-group.form-group-no-border .form-control,
.form-group.form-group-no-border .form-control+.input-group-addon,
.input-group.form-group-no-border .form-control,
.input-group.form-group-no-border .form-control+.input-group-addon {
    background-color: rgba(222, 222, 222, 0.3);
    border: medium none;
}

.form-group.form-group-no-border .form-control:focus,
.form-group.form-group-no-border .form-control:active,
.form-group.form-group-no-border .form-control:active,
.form-group.form-group-no-border .form-control+.input-group-addon:focus,
.form-group.form-group-no-border .form-control+.input-group-addon:active,
.form-group.form-group-no-border .form-control+.input-group-addon:active,
.input-group.form-group-no-border .form-control:focus,
.input-group.form-group-no-border .form-control:active,
.input-group.form-group-no-border .form-control:active,
.input-group.form-group-no-border .form-control+.input-group-addon:focus,
.input-group.form-group-no-border .form-control+.input-group-addon:active,
.input-group.form-group-no-border .form-control+.input-group-addon:active {
    border: medium none;
    background-color: rgba(222, 222, 222, 0.5);
}

.form-group.form-group-no-border .form-control:focus+.input-group-addon,
.input-group.form-group-no-border .form-control:focus+.input-group-addon {
    background-color: rgba(222, 222, 222, 0.5);
}

.form-group.form-group-no-border .input-group-addon,
.input-group.form-group-no-border .input-group-addon {
    background-color: rgba(222, 222, 222, 0.3);
    border: none;
}

.has-error .form-control-feedback,
.has-error .control-label {
    color: #FF3636;
}

.has-success .form-control-feedback,
.has-success .control-label {
    color: #18ce0f;
}

.input-group-addon {
    background-color: transparent;
    border: 1px solid #E3E3E3;
    border-radius: 0;
    color: #ffffff;
    padding: -0.5rem 0 -0.5rem -0.3rem;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.has-success .input-group-addon,
.has-danger .input-group-addon {
    background-color: #FFFFFF;
}

.has-danger .form-control:focus+.input-group-addon {
    color: #FF3636;
}

.has-success .form-control:focus+.input-group-addon {
    color: #18ce0f;
}

.input-group-addon+.form-control,
.input-group-addon~.form-control {
    padding: -0.5rem 0.7rem;
    padding-left: 18px;
}

.input-group-addon i {
    width: 17px;
}

.input-group-focus .input-group-addon {
    background-color: transparent;
    border-color: #d01d1a;
}



.input-group-focus.form-group-no-border .input-group-addon {
    background-color: rgba(222, 222, 222, 0.5);
}

.input-group,
.form-group {
    margin-bottom: 10px;
    position: relative;
}

.input-group[disabled] .input-group-addon {
    background-color: #E3E3E3;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0 none;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
    border-left: 0 none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #E3E3E3;
    color: #888888;
    cursor: not-allowed;
}

.input-group-btn .btn {
    border-width: 1px;
    padding: 11px 0.7rem;
}

.input-group-btn .btn-default:not(.btn-fill) {
    border-color: #DDDDDD;
}

.input-group-btn:last-child>.btn {
    margin-left: 0;
}

textarea.form-control {
    max-width: 100%;
    max-height: 80px;
    padding: 10px 10px 0 0;
    resize: none;
    border: none;
    border-bottom: 1px solid #E3E3E3;
    border-radius: 0;
    line-height: 2;
}

textarea.form-control:focus,
textarea.form-control:active {
    border-left: none;
    border-top: none;
    border-right: none;
}

.has-success.form-group .form-control,
.has-success.form-group.form-group-no-border .form-control,
.has-danger.form-group .form-control,
.has-danger.form-group.form-group-no-border .form-control {
    padding-right: 40px;
}

.form.form-newsletter .form-group {
    float: left;
    width: 78%;
    margin-right: 2%;
    margin-top: 9px;
}

.input-group .input-group-btn {
    padding: 0 12px;
}

.form-group input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.checkbox,
.radio {
    margin-bottom: 12px;
}

.checkbox label,
.radio label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    line-height: 26px;
    margin-bottom: 0;
}

.radio label {
    padding-left: 28px;
}

.checkbox label::before,
.checkbox label::after {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    cursor: pointer;
    border-radius: 3px;
    top: 0;
    background-color: transparent;
    border: 1px solid #E3E3E3;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.checkbox label::after {
    font-family: 'Nucleo Outline';
    content: "\ea22";
    top: 0px;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    color: #555555;
    border: 0;
    background-color: inherit;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.checkbox input[type="checkbox"]:checked+label::after {
    opacity: 1;
}

.checkbox input[type="checkbox"]:disabled+label,
.radio input[type="radio"]:disabled+label {
    color: #9A9A9A;
    opacity: .5;
}

.checkbox input[type="checkbox"]:disabled+label::before,
.checkbox input[type="checkbox"]:disabled+label::after {
    cursor: not-allowed;
}

.checkbox input[type="checkbox"]:disabled+label,
.radio input[type="radio"]:disabled+label {
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.radio label::before,
.radio label::after {
    content: " ";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #E3E3E3;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 3px;
    padding: 1px;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.radio input[type="radio"]+label:after,
.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:checked+label::after {
    width: 4px;
    height: 4px;
    background-color: #555555;
    border-color: #555555;
    top: 11px;
    left: 11px;
    opacity: 1;
}

.radio input[type="radio"]:checked+label::after {
    opacity: 1;
}

.radio input[type="radio"]:disabled+label {
    color: #9A9A9A;
}

.radio input[type="radio"]:disabled+label::before,
.radio input[type="radio"]:disabled+label::after {
    color: #9A9A9A;
}

.radio.radio-inline {
    margin-top: 0;
}

.progress-container {
    position: relative;
}

.progress-container+.progress-container,
.progress-container~.progress-container {
    margin-top: 15px;
}

.progress-container .progress-badge {
    color: #888888;
    font-size: 0.8571em;
    text-transform: uppercase;
}

.progress-container .progress {
    height: 1px;
    border-radius: 0;
    box-shadow: none;
    background: rgba(222, 222, 222, 0.8);
    margin-top: 14px;
}

.progress-container .progress .progress-bar {
    box-shadow: none;
    background-color: #888888;
}

.progress-container .progress .progress-value {
    position: absolute;
    top: 2px;
    right: 0;
    color: #888888;
    font-size: 0.8571em;
}

.progress-container.progress-neutral .progress {
    background: rgba(255, 255, 255, 0.3);
}

.progress-container.progress-neutral .progress-bar {
    background: #FFFFFF;
}

.progress-container.progress-neutral .progress-value,
.progress-container.progress-neutral .progress-badge {
    color: #FFFFFF;
}

.progress-container.progress-primary .progress {
    background: rgba(249, 99, 50, 0.3);
}

.progress-container.progress-primary .progress-bar {
    background: #f96332;
}

.progress-container.progress-primary .progress-value,
.progress-container.progress-primary .progress-badge {
    color: #f96332;
}

.progress-container.progress-info .progress {
    background: rgba(44, 168, 255, 0.3);
}

.progress-container.progress-info .progress-bar {
    background: #2CA8FF;
}

.progress-container.progress-info .progress-value,
.progress-container.progress-info .progress-badge {
    color: #2CA8FF;
}

.progress-container.progress-success .progress {
    background: rgba(24, 206, 15, 0.3);
}

.progress-container.progress-success .progress-bar {
    background: #18ce0f;
}

.progress-container.progress-success .progress-value,
.progress-container.progress-success .progress-badge {
    color: #18ce0f;
}

.progress-container.progress-warning .progress {
    background: rgba(255, 178, 54, 0.3);
}

.progress-container.progress-warning .progress-bar {
    background: #FFB236;
}

.progress-container.progress-warning .progress-value,
.progress-container.progress-warning .progress-badge {
    color: #FFB236;
}

.progress-container.progress-danger .progress {
    background: rgba(255, 54, 54, 0.3);
}

.progress-container.progress-danger .progress-bar {
    background: #FF3636;
}

.progress-container.progress-danger .progress-value,
.progress-container.progress-danger .progress-badge {
    color: #FF3636;
}


/*           badges             */

.badge {
    border-radius: 8px;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 0.7142em;
    line-height: 12px;
    background-color: transparent;
    border: 1px solid;
    margin-bottom: 5px;
    border-radius: 0.875rem;
}

.badge-icon {
    padding: 0.4em 0.55em;
}

.badge-icon i {
    font-size: 0.8em;
}

.badge-default {
    border-color: #888888;
    background-color: #888888;
}

.badge-primary {
    border-color: #f96332;
    background-color: #f96332;
}

.badge-info {
    border-color: #2CA8FF;
    background-color: #2CA8FF;
}

.badge-success {
    border-color: #18ce0f;
    background-color: #18ce0f;
}

.badge-warning {
    border-color: #FFB236;
    background-color: #FFB236;
}

.badge-danger {
    border-color: #FF3636;
    background-color: #FF3636;
}

.badge-neutral {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    color: inherit;
}

.pagination .page-item .page-link {
    border: 0;
    border-radius: 30px !important;
    transition: all .3s;
    padding: 0px 11px;
    margin: 0 3px;
    min-width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #2c2c2c;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
    color: #2c2c2c;
    background-color: rgba(222, 222, 222, 0.3);
    border: none;
}

.pagination .arrow-margin-left,
.pagination .arrow-margin-right {
    position: absolute;
}

.pagination .arrow-margin-right {
    right: 0;
}

.pagination .arrow-margin-left {
    left: 0;
}

.pagination .page-item.active>.page-link {
    color: #E3E3E3;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.pagination .page-item.active>.page-link,
.pagination .page-item.active>.page-link:focus,
.pagination .page-item.active>.page-link:hover {
    background-color: #888888;
    border-color: #888888;
    color: #FFFFFF;
}

.pagination .page-item.disabled>.page-link {
    opacity: .5;
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.pagination.pagination-info .page-item.active>.page-link,
.pagination.pagination-info .page-item.active>.page-link:focus,
.pagination.pagination-info .page-item.active>.page-link:hover {
    background-color: #2CA8FF;
    border-color: #2CA8FF;
}

.pagination.pagination-success .page-item.active>.page-link,
.pagination.pagination-success .page-item.active>.page-link:focus,
.pagination.pagination-success .page-item.active>.page-link:hover {
    background-color: #18ce0f;
    border-color: #18ce0f;
}

.pagination.pagination-primary .page-item.active>.page-link,
.pagination.pagination-primary .page-item.active>.page-link:focus,
.pagination.pagination-primary .page-item.active>.page-link:hover {
    background-color: #f96332;
    border-color: #f96332;
}

.pagination.pagination-warning .page-item.active>.page-link,
.pagination.pagination-warning .page-item.active>.page-link:focus,
.pagination.pagination-warning .page-item.active>.page-link:hover {
    background-color: #FFB236;
    border-color: #FFB236;
}

.pagination.pagination-danger .page-item.active>.page-link,
.pagination.pagination-danger .page-item.active>.page-link:focus,
.pagination.pagination-danger .page-item.active>.page-link:hover {
    background-color: #FF3636;
    border-color: #FF3636;
}

.pagination.pagination-neutral .page-item>.page-link {
    color: #FFFFFF;
}

.pagination.pagination-neutral .page-item>.page-link:focus,
.pagination.pagination-neutral .page-item>.page-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.pagination.pagination-neutral .page-item.active>.page-link,
.pagination.pagination-neutral .page-item.active>.page-link:focus,
.pagination.pagination-neutral .page-item.active>.page-link:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #f96332;
}

.pagination-container {
    display: flex;
    align-items: center;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

small {
    font-size: 60%;
}

a {
    color: #f96332;
}

a:hover,
a:focus {
    color: #f96332;
}

h1,
.h1 {
    font-size: 3.5em;
    line-height: 1.15;
    margin-bottom: 30px;
}

h1 small,
.h1 small {
    font-weight: 700;
    text-transform: uppercase;
    opacity: .8;
}

h2,
.h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
}

h3,
.h3 {
    font-size: 1.825em;
    margin-bottom: 30px;
    line-height: 1.4em;
}

h4,
.h4 {
    font-size: 1.5em;
    line-height: 1.45em;
    margin-top: 30px;
    margin-bottom: 15px;
}

h4+.category,
h4.title+.category,
.h4+.category,
.h4.title+.category {
    margin-top: -5px;
}

h5,
.h5 {
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 15px;
}

h5.category,
.h5.category {
    font-weight: 400;
}

h6,
.h6 {
    font-size: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
}

p {
    line-height: 1.61em;
    font-weight: 300;
    font-size: 1.2em;
}

.title {
    font-weight: 700;
}

.title-services {
    text-align: left;
    text-transform: uppercase;
    margin-left: 2em;
    font-size: 1.5em;
}

.title.title-up {
    text-transform: uppercase;
}

.title.title-up a {
    color: #2c2c2c;
    text-decoration: none;
}

.title+.category {
    margin-top: -25px;
}

.description,
.card-description,
.footer-big p {
    font-size: .95em;
    font-weight: 300;
    margin-top: 2em;
}

.form-footer label {
        color: #fff;
    text-transform: uppercase;
    font-size: .86em;
}

.category {
    text-transform: capitalize;
    font-weight: 700;
    color: #9A9A9A;
}

.text-primary {
    color: #f96332 !important;
}

.text-info {
    color: #2CA8FF !important;
}

.text-success {
    color: #18ce0f !important;
}

.text-warning {
    color: #FFB236 !important;
}

.text-danger {
    color: #FF3636 !important;
}

.text-black {
    color: #444;
}

.blockquote {
    border-left: none;
    border: 1px solid #888888;
    padding: 20px;
    font-size: 1.1em;
    line-height: 1.8;
}

.blockquote small {
    color: #888888;
    font-size: 0.8571em;
    text-transform: uppercase;
}

.blockquote.blockquote-primary {
    border-color: #f96332;
    color: #f96332;
}

.blockquote.blockquote-primary small {
    color: #f96332;
}

.blockquote.blockquote-danger {
    border-color: #FF3636;
    color: #FF3636;
}

.blockquote.blockquote-danger small {
    color: #FF3636;
}

.blockquote.blockquote-white {
    border-color: rgba(255, 255, 255, 0.8);
    color: #FFFFFF;
}

.blockquote.blockquote-white small {
    color: rgba(255, 255, 255, 0.8);
}

body {
    color: #2c2c2c;
    font-size: 14px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.main {
    position: relative;
    background: #FFFFFF;
}


/* Animations */

.nav-pills .nav-link,
.nav-item .nav-link,
.navbar,
.nav-tabs .nav-link,
.tag,
.tag [data-role="remove"] {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.dropdown-toggle:after,
.card a,
.bootstrap-switch-label:before {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

.dropdown-toggle[aria-expanded="true"]:after {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.button-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #FFFFFF;
}

.button-bar+.button-bar {
    margin-top: 7px;
}

.button-bar:nth-child(2) {
    width: 17px;
}

.separator-line {
    height: 2px;
    width: 44px;
    background-color: #888888;
    margin: 20px auto;
}

.separator-line.separator-primary {
    background-color: #f96332;
}

.section-space {
    height: 62px;
    display: block;
}

.nav-pills.flex-column li>a {
    margin-bottom: 15px;
}

.nav-pills:not(.nav-pills-icons):not(.nav-pills-just-icons) .nav-item .nav-link {
    border-radius: 30px;
}

.nav-pills.nav-pills-just-icons .nav-item .nav-link {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    padding: 0;
    max-width: 80px;
    min-width: auto;
}

.nav-pills.nav-pills-just-icons .nav-item .nav-link i.now-ui-icons {
    line-height: 80px;
    font-size: 24px;
}

.nav-pills .nav-item:not(:last-child) .nav-link {
    margin-right: 19px;
}

.nav-pills .nav-item .nav-link {
    padding: 0 15.5px;
    text-align: center;
    padding: 11px 23px;
    min-width: 100px;
    font-weight: 400;
    color: #444;
    background-color: rgba(222, 222, 222, 0.3);
}

.nav-pills .nav-item .nav-link:hover {
    background-color: rgba(222, 222, 222, 0.3);
}

.nav-pills .nav-item .nav-link.active,
.nav-pills .nav-item .nav-link.active:focus,
.nav-pills .nav-item .nav-link.active:hover {
    background-color: #9A9A9A;
    color: #FFFFFF;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.nav-pills .nav-item .nav-link.disabled,
.nav-pills .nav-item .nav-link:disabled,
.nav-pills .nav-item .nav-link[disabled] {
    opacity: .5;
}

.nav-pills .nav-item i {
    display: block;
    font-size: 20px;
    line-height: 60px;
}

.nav-pills.nav-pills-neutral .nav-item .nav-link {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.nav-pills.nav-pills-neutral .nav-item .nav-link.active,
.nav-pills.nav-pills-neutral .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-neutral .nav-item .nav-link.active:hover {
    background-color: #FFFFFF;
    color: #f96332;
}

.nav-pills.nav-pills-primary .nav-item .nav-link.active,
.nav-pills.nav-pills-primary .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-primary .nav-item .nav-link.active:hover {
    background-color: #f96332;
}

.nav-pills.nav-pills-info .nav-item .nav-link.active,
.nav-pills.nav-pills-info .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-info .nav-item .nav-link.active:hover {
    background-color: #2CA8FF;
}

.nav-pills.nav-pills-success .nav-item .nav-link.active,
.nav-pills.nav-pills-success .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-success .nav-item .nav-link.active:hover {
    background-color: #18ce0f;
}

.nav-pills.nav-pills-warning .nav-item .nav-link.active,
.nav-pills.nav-pills-warning .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-warning .nav-item .nav-link.active:hover {
    background-color: #FFB236;
}

.nav-pills.nav-pills-danger .nav-item .nav-link.active,
.nav-pills.nav-pills-danger .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-danger .nav-item .nav-link.active:hover {
    background-color: #FF3636;
}

.tab-space {
    padding: 20px 0 50px 0px;
}

.nav-align-center {
    text-align: center;
}

.nav-align-center .nav-pills {
    display: inline-flex;
}

.nav-tabs {
    border: 0;
    padding: 15px 0.7rem;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.nav-tabs>.nav-item>.nav-link {
    color: #888888;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5;
}

.nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.nav-tabs>.nav-item>.nav-link.active {
    background-color: #444;
    border-radius: 30px;
    color: #FFFFFF;
}

.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs>.nav-item.disabled>.nav-link,
.nav-tabs>.nav-item.disabled>.nav-link:hover {
    color: rgba(255, 255, 255, 0.5);
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.nav-tabs.nav-tabs-primary>.nav-item>.nav-link.active {
    background-color: #f96332;
}

.nav-tabs.nav-tabs-info>.nav-item>.nav-link.active {
    background-color: #2CA8FF;
}

.nav-tabs.nav-tabs-danger>.nav-item>.nav-link.active {
    background-color: #FF3636;
}

.nav-tabs.nav-tabs-warning>.nav-item>.nav-link.active {
    background-color: #FFB236;
}

.nav-tabs.nav-tabs-success>.nav-item>.nav-link.active {
    background-color: #18ce0f;
}

.navbar {
    max-width: calc(100% - 300px);
    margin: 0 auto;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    min-height: 53px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.navbar a {
    vertical-align: middle;
}

.navbar a:not(.btn):not(.dropdown-item) {
    color: #FFFFFF;
}

.navbar p {
    display: inline-block;
    margin: 0;
    line-height: 1.8em;
    font-size: 1em;
    font-weight: 400;
}

.navbar.navbar-absolute {
    position: absolute;
    width: 100%;
    padding-top: 10px;
    z-index: 1029;
}

.navbar .navbar-nav.navbar-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 49px;
    top: -4px;
}

.navbar .navbar-nav .nav-link.btn {
    padding: 11px 22px;
}

.navbar .navbar-nav .nav-link.btn.btn-lg {
    padding: 15px 48px;
}

.navbar .navbar-nav .nav-link.btn.btn-sm {
    padding: 5px 15px;
}

.navbar .navbar-nav .nav-link:not(.btn) {
    text-transform: uppercase;
    font-size: 0.75em;
    padding: 0.5rem 0.7rem;
    line-height: 1.625rem;
}

.navbar .navbar-nav .nav-link:not(.btn) i.fa+p,
.navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons+p {
    margin-left: 3px;
}

.navbar .navbar-nav .nav-link:not(.btn) i.fa,
.navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons {
    font-size: 18px;
    position: relative;
    top: 3px;
    text-align: center;
    width: 21px;
}

.navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons {
    top: 4px;
    font-size: 16px;
}

.navbar .navbar-nav .nav-link:not(.btn).profile-photo .profile-photo-small {
    width: 27px;
    height: 27px;
}

.navbar .navbar-nav .nav-link:not(.btn).disabled {
    opacity: .5;
    color: #FFFFFF;
}

.navbar .navbar-nav .nav-item.active .nav-link:not(.btn),
.navbar .navbar-nav .nav-item .nav-link:not(.btn):focus,
.navbar .navbar-nav .nav-item .nav-link:not(.btn):hover,
.navbar .navbar-nav .nav-item .nav-link:not(.btn):active {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.1875rem;
}

.navbar .logo-container {
    width: 27px;
    height: 27px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid transparent;
}

.navbar .navbar-brand {
    text-transform: uppercase;
    font-size: 0.8571em;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.625rem;
}

.navbar .navbar-brand img{
    max-width: 115px;
}

.navbar .navbar-toggler {
    width: 37px;
    height: 27px;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}

.navbar .navbar-toggler.navbar-toggler-left {
    position: relative;
    left: 0;
    top: 0;
    padding-left: 0;
}

.navbar .navbar-toggler.navbar-toggler-right {
    padding-right: 0;
    top: 8px;
}

.navbar .navbar-toggler:hover .navbar-toggler-bar.bar2 {
    width: 22px;
}

.navbar .button-dropdown .navbar-toggler-bar:nth-child(2) {
    width: 17px;
}

.navbar.navbar-transparent {
    background-color: transparent !important;
    box-shadow: none;
    color: #FFFFFF;
    padding-top: 20px;
}

.navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item):not(.btn) {
    color: #656565;
}

.navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item):not(.btn).disabled {
    opacity: .5;
    color: #888888;
}

.navbar.bg-white:not(.navbar-transparent) .button-bar {
    background: #888888;
}

.navbar.bg-white:not(.navbar-transparent) .nav-item.active .nav-link:not(.btn),
.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):focus,
.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):hover,
.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):active {
        background-color: transparent;
    color: #000;
}

.navbar.bg-white:not(.navbar-transparent) .logo-container {
    border: 1px solid #888888;
}


.navbar-contact-info {
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;    
}

.navbar-contact-info p {
    display: inline-block;
    margin: 0;
    line-height: 1.8em;
    font-size: 1em;
    font-weight: 400;
        padding-left: 0;
}


.navbar-contact-info .navbar-info .nav-info-link:not(.btn) {
    text-transform: uppercase;
    font-size: 0.83em;
    padding: 0.5rem 0.7rem;
    line-height: 1.625rem;
        color: #e4e4e4;
    display: inline-block;
        padding-left: 0;
}

.navbar-contact-info .navbar-info .nav-info-link:not(.btn):hover, .navbar-contact-info .navbar-info .nav-info-link:not(.btn):focus  {
    text-decoration: none;
    color: #fff;
}

.navbar-contact-info .navbar-info .nav-info-link:not(.btn) i.fa+p,
.navbar-contact-info .navbar-info .nav-info-link:not(.btn) i.now-ui-icons+p {
    margin-left: 3px;
}

.navbar-contact-info .navbar-info .nav-info-link:not(.btn) i.fa,
.navbar-contact-info .navbar-info .nav-info-link:not(.btn) i.now-ui-icons {
    font-size: 18px;
    position: relative;
    top: 3px;
    text-align: center;
    width: 21px;
}

.navbar-contact-info .navbar-info .nav-info-link:not(.btn) i.now-ui-icons {
    top: 4px;
    font-size: 16px;
}

.navbar-contact-info .navbar-info .nav-info-link:not(.btn).profile-photo .profile-photo-small {
    width: 27px;
    height: 27px;
}

.navbar-contact-info .navbar-info .nav-info-link:not(.btn).disabled {
    opacity: .5;
    color: #FFFFFF;
}

.navbar-info{
    list-style: none;
} 

.nav-info-link {
    display: block;
}

.navbar-info li{
    display: inline-block;
}

.info-left {
    float: left;
    padding-left: 0;
        margin-left: -10px;

}
.info-right {
    float: right;

}

.border-right {
        border-right: 1px solid #ffffff80;
    padding: 0px 10px 0px 10px!important;
}




.presentation-page .page-header,
.index-page .page-header {
    background: #e0001fb3;
}


.bg-default {
    background-color: #888888 !important;
}

.bg-primary {
    background-color: #f96332 !important;
}

.bg-info {
    background-color: #2CA8FF !important;
}

.bg-success {
    background-color: #18ce0f !important;
}

.bg-danger {
    background-color: #FF3636 !important;
}

.bg-warning {
    background-color: #FFB236 !important;
}

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


.absolute-top {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    max-width: 100%;
}


.dropdown-menu {
    border: 0;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.125rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 14px;
}

.dropdown-menu.dropdown-menu-right:before {
    left: auto;
    right: 10px;
}

.dropdown-menu i {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.dropdown-menu .now-ui-icons {
    margin-right: 10px;
    position: relative;
    top: 4px;
    font-size: 18px;
    margin-top: -5px;
    opacity: .5;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    color: inherit;
}

.dropup .dropdown-menu:before {
    display: none;
}

.dropup .dropdown-menu:after {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: auto;
    bottom: -5px;
    right: auto;
    left: 10px;
    color: #FFFFFF;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}

.dropup .dropdown-menu.dropdown-menu-right:after {
    right: 10px;
    left: auto;
}

.dropdown-menu:before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: -5px;
    left: 10px;
    right: auto;
    color: #FFFFFF;
    border-bottom: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}

.dropdown-menu .dropdown-item,
.bootstrap-select .dropdown-menu.inner li a {
    font-size: 0.8571em;
    padding-top: .6rem;
    padding-bottom: .6rem;
    margin-top: 5px;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.bootstrap-select .dropdown-menu.inner li a:hover,
.bootstrap-select .dropdown-menu.inner li a:focus {
    background-color: rgba(222, 222, 222, 0.3);
}

.dropdown-menu .dropdown-item.disabled,
.dropdown-menu .dropdown-item:disabled,
.bootstrap-select .dropdown-menu.inner li a.disabled,
.bootstrap-select .dropdown-menu.inner li a:disabled {
    color: rgba(182, 182, 182, 0.6);
}

.dropdown-menu .dropdown-item.disabled:hover,
.dropdown-menu .dropdown-item.disabled:focus,
.dropdown-menu .dropdown-item:disabled:hover,
.dropdown-menu .dropdown-item:disabled:focus,
.bootstrap-select .dropdown-menu.inner li a.disabled:hover,
.bootstrap-select .dropdown-menu.inner li a.disabled:focus,
.bootstrap-select .dropdown-menu.inner li a:disabled:hover,
.bootstrap-select .dropdown-menu.inner li a:disabled:focus {
    background-color: transparent;
}

.dropdown-menu .dropdown-divider {
    background-color: rgba(222, 222, 222, 0.5);
}

.dropdown-menu .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(182, 182, 182, 0.6);
    font-size: 0.7142em;
    text-transform: uppercase;
    font-weight: 700;
}

.dropdown-menu.dropdown-primary {
    background-color: #f95823;
}

.dropdown-menu.dropdown-primary:before {
    color: #f95823;
}

.dropdown-menu.dropdown-primary .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-primary .dropdown-item {
    color: #FFFFFF;
}

.dropdown-menu.dropdown-primary .dropdown-item:hover,
.dropdown-menu.dropdown-primary .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-primary .dropdown-divider {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-info {
    background-color: #1da2ff;
}

.dropdown-menu.dropdown-info:before {
    color: #1da2ff;
}

.dropdown-menu.dropdown-info .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-info .dropdown-item {
    color: #FFFFFF;
}

.dropdown-menu.dropdown-info .dropdown-item:hover,
.dropdown-menu.dropdown-info .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-info .dropdown-divider {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-danger {
    background-color: #ff2727;
}

.dropdown-menu.dropdown-danger:before {
    color: #ff2727;
}

.dropdown-menu.dropdown-danger .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-danger .dropdown-item {
    color: #FFFFFF;
}

.dropdown-menu.dropdown-danger .dropdown-item:hover,
.dropdown-menu.dropdown-danger .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-danger .dropdown-divider {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-success {
    background-color: #16c00e;
}

.dropdown-menu.dropdown-success:before {
    color: #16c00e;
}

.dropdown-menu.dropdown-success .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-success .dropdown-item {
    color: #FFFFFF;
}

.dropdown-menu.dropdown-success .dropdown-item:hover,
.dropdown-menu.dropdown-success .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-success .dropdown-divider {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-warning {
    background-color: #ffac27;
}

.dropdown-menu.dropdown-warning:before {
    color: #ffac27;
}

.dropdown-menu.dropdown-warning .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-warning .dropdown-item {
    color: #FFFFFF;
}

.dropdown-menu.dropdown-warning .dropdown-item:hover,
.dropdown-menu.dropdown-warning .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-warning .dropdown-divider {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown .dropdown-menu,
.dropup:not(.bootstrap-select) .dropdown-menu,
.dropdown-menu.bootstrap-datetimepicker-widget.top,
.bootstrap-select .dropdown-menu:not(.inner),
.dropdown-menu.bootstrap-datetimepicker-widget.bottom {
    -webkit-transform: translate3d(0, -25px, 0);
    -moz-transform: translate3d(0, -25px, 0);
    -o-transform: translate3d(0, -25px, 0);
    -ms-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
}

.dropup:not(.bootstrap-select) .dropdown-menu,
.bootstrap-select.dropup .dropdown-menu:not(.inner),
.dropdown-menu.bootstrap-datetimepicker-widget.top {
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    -o-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}

.dropdown.show .dropdown-menu,
.bootstrap-select.show .dropdown-menu:not(.inner),
.dropdown-menu.bootstrap-datetimepicker-widget.top.open,
.dropdown-menu.bootstrap-datetimepicker-widget.bottom.open,
.dropup.show:not(.bootstrap-select) .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.navbar .dropdown.show .dropdown-menu {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    -o-transform: translate3d(0, 7px, 0);
    -ms-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.book-wrap {
position: relative;
    height: 50px;
    margin-bottom: 30px;
}
.book-free {
    position: absolute;
    right: 70px;
    bottom: 0;
    background: #d60014;
    width: 385px;
    padding: 0 15px 30px 0;
}
.book-free .book-content {
  background: #ffffff;
  margin-top: -30px;
  padding: 47px 20px 50px;
}
.book-free .book-content h2 {
  font-size: 18px;
  font-weight: 800;
  padding: 0;
  margin: 0 0 47px 0;
  text-transform: uppercase;
  color: #010100;
  text-align: center;
}
.book-free .book-content input:not([type="submit"]) {
  background: #f0f0f0;
  border: 0;
  height: 40px;
  padding: 0 20px;
  color: #696969;
  width: 100%;
  margin-bottom: 20px;
}
.book-free .book-content input:not([type="submit"])::-moz-placeholder {
  color: #696969;
  opacity: 1;
}
.book-free .book-content input:not([type="submit"]):-ms-input-placeholder {
  color: #696969;
}
.book-free .book-content input:not([type="submit"])::-webkit-input-placeholder {
  color: #696969;
}
.book-free .book-content input:not([type="submit"])::-moz-placeholder {
  color: #696969;
  opacity: 1;
}
.book-free .book-content input:not([type="submit"]):-ms-input-placeholder {
  color: #696969;
}
.book-free .book-content input:not([type="submit"])::-webkit-input-placeholder {
  color: #696969;
}
.book-free .book-content input:not([type="submit"]):focus {
  outline: none;
  outline-color: transparent;
}
.book-free .book-content select {
  width: 100%;
  height: 40px;
  background-color: #f0f0f0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #696969;
  padding: 0 20px;
  margin-bottom: 20px;
}
.book-free .book-content select:focus {
  outline: none;
  outline-color: transparent;
}
.book-free .book-content textarea {
  background: #f0f0f0;
  border: 0;
  height: 120px;
  padding: 20px;
  color: #696969;
  width: 100%;
  margin-bottom: 20px;
}
.book-free .book-content textarea::-moz-placeholder {
  color: #696969;
  opacity: 1;
}
.book-free .book-content textarea:-ms-input-placeholder {
  color: #696969;
}
.book-free .book-content textarea::-webkit-input-placeholder {
  color: #696969;
}
.book-free .book-content textarea::-moz-placeholder {
  color: #696969;
  opacity: 1;
}
.book-free .book-content textarea:-ms-input-placeholder {
  color: #696969;
}
.book-free .book-content textarea::-webkit-input-placeholder {
  color: #696969;
}
.book-free .book-content textarea:focus {
  outline: none;
  outline-color: transparent;
}
.book-free .book-content p {
  margin-bottom: 0;
  text-align: center;
}
.book-free .book-content input[type="submit"] {
  padding: 10px 56px;
  background: #011e9e;
  border: 0;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.book-free .book-content input[type="submit"]:hover {
  background: #333333;
}
.book-free .book-content input[type="submit"]:focus {
  outline-color: transparent;
  outline: none;
}
.book-free .book-content .ajax-loader {
  display: none;
}
.book-free .book-content span.wpcf7-not-valid-tip {
  margin-bottom: 10px;
}

.title-features {
        margin-bottom: 7em;
}
.noo-title {
  font-size: 112px;
  line-height: 80px;
  color: #d61e13;
  margin: 0;
  padding: 0 0 0 72px;
  position: relative;
  font-weight: 800;
}
.noo-title .noo-title-number {
  position: absolute;
  left: 0;
  top: 0;
}
.noo-title .last {
  display: inline-block;
  overflow: hidden;
  height: 50px;
  vertical-align: top;
}
.noo-title strong {
  font-size: 24px;
  line-height: 20px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
  padding-top: 17px;
    position: absolute;
    left: 80px;
    top: 40px;  
}
.noo-title.white strong {
  color: #ffffff;
}
.title-center {
  text-align: center;
}
.title-center .noo-title {
  display: inline-block;
}

.description-title {
    margin-top: 2em;
    text-align: left;
}

.description-title p{
    font-size: 1em;
    color: #888888;
}

.button-dropdown {
    padding-right: 0.7rem;
    cursor: pointer;
}

.button-dropdown .dropdown-toggle {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: block;
}

.button-dropdown .dropdown-toggle:after {
    display: none;
}

.alert {
    border: 0;
    border-radius: 0;
    color: #FFFFFF;
    padding-top: .9rem;
    padding-bottom: .9rem;
}

.alert.alert-success {
    background-color: rgba(24, 206, 15, 0.8);
}

.alert.alert-danger {
    background-color: rgba(255, 54, 54, 0.8);
}

.alert.alert-warning {
    background-color: rgba(255, 178, 54, 0.8);
}

.alert.alert-info {
    background-color: rgba(44, 168, 255, 0.8);
}

.alert.alert-primary {
    background-color: rgba(249, 99, 50, 0.8);
}

.alert .alert-icon {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: -1px;
}

.alert strong {
    text-transform: uppercase;
    font-size: 12px;
}

.alert i.fa,
.alert i.now-ui-icons {
    font-size: 20px;
}

.alert .close {
    color: #FFFFFF;
    opacity: .9;
    text-shadow: none;
    line-height: 0;
    outline: 0;
    display: inline-block;
}

img {
    max-width: 100%;
    border-radius: 1px;
}

.img-raised {
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}

.popover {
    font-size: 14px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
    border: none;
    line-height: 1.7;
    max-width: 240px;
}

.popover .popover-title {
    color: rgba(182, 182, 182, 0.6);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-top: 5px;
    border: none;
    background-color: transparent;
}

.popover:before {
    display: none;
}

.popover.bs-tether-element-attached-top:after {
    border-bottom-color: #FFFFFF;
    top: -9px;
}

.popover.popover-primary {
    background-color: #f96332;
    color: #FFFFFF;
}

.popover.popover-primary.bs-tether-element-attached-right:after {
    border-left-color: #f96332;
}

.popover.popover-primary.bs-tether-element-attached-top:after {
    border-bottom-color: #f96332;
}

.popover.popover-primary.bs-tether-element-attached-bottom:after {
    border-top-color: #f96332;
}

.popover.popover-primary.bs-tether-element-attached-left:after {
    border-right-color: #f96332;
}

.popover.popover-primary .popover-title {
    color: #FFFFFF;
}

.popover.popover-info {
    background-color: #2CA8FF;
    color: #FFFFFF;
}

.popover.popover-info.bs-tether-element-attached-right:after {
    border-left-color: #2CA8FF;
}

.popover.popover-info.bs-tether-element-attached-top:after {
    border-bottom-color: #2CA8FF;
}

.popover.popover-info.bs-tether-element-attached-bottom:after {
    border-top-color: #2CA8FF;
}

.popover.popover-info.bs-tether-element-attached-left:after {
    border-right-color: #2CA8FF;
}

.popover.popover-info .popover-title {
    color: #FFFFFF;
}

.popover.popover-warning {
    background-color: #FFB236;
    color: #FFFFFF;
}

.popover.popover-warning.bs-tether-element-attached-right:after {
    border-left-color: #FFB236;
}

.popover.popover-warning.bs-tether-element-attached-top:after {
    border-bottom-color: #FFB236;
}

.popover.popover-warning.bs-tether-element-attached-bottom:after {
    border-top-color: #FFB236;
}

.popover.popover-warning.bs-tether-element-attached-left:after {
    border-right-color: #FFB236;
}

.popover.popover-warning .popover-title {
    color: #FFFFFF;
}

.popover.popover-danger {
    background-color: #FF3636;
    color: #FFFFFF;
}

.popover.popover-danger.bs-tether-element-attached-right:after {
    border-left-color: #FF3636;
}

.popover.popover-danger.bs-tether-element-attached-top:after {
    border-bottom-color: #FF3636;
}

.popover.popover-danger.bs-tether-element-attached-bottom:after {
    border-top-color: #FF3636;
}

.popover.popover-danger.bs-tether-element-attached-left:after {
    border-right-color: #FF3636;
}

.popover.popover-danger .popover-title {
    color: #FFFFFF;
}

.popover.popover-success {
    background-color: #18ce0f;
    color: #FFFFFF;
}

.popover.popover-success.bs-tether-element-attached-right:after {
    border-left-color: #18ce0f;
}

.popover.popover-success.bs-tether-element-attached-top:after {
    border-bottom-color: #18ce0f;
}

.popover.popover-success.bs-tether-element-attached-bottom:after {
    border-top-color: #18ce0f;
}

.popover.popover-success.bs-tether-element-attached-left:after {
    border-right-color: #18ce0f;
}

.popover.popover-success .popover-title {
    color: #FFFFFF;
}

.tooltip.bs-tether-element-attached-right .tooltip-inner:before {
    border-left-color: #FFFFFF;
}

.tooltip.bs-tether-element-attached-top .tooltip-inner:before {
    border-bottom-color: #FFFFFF;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner:before {
    border-top-color: #FFFFFF;
}

.tooltip.bs-tether-element-attached-left .tooltip-inner:before {
    border-right-color: #FFFFFF;
}

.tooltip-inner {
    padding: 0.5rem 0.7rem;
    min-width: 130px;
    background-color: #FFFFFF;
    font-size: 14px;
    color: inherit;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}


/* --------------------------------

Nucleo Outline Web Font - nucleoapp.com/
License - nucleoapp.com/license/
Created using IcoMoon - icomoon.io

-------------------------------- */

@font-face {
  font-family: 'Nucleo Outline';
  src: url('../fonts/nucleo-outline.eot');
  src: url('../fonts/nucleo-outline.eot') format('embedded-opentype'), url('../fonts/nucleo-outline.woff2') format('woff2'), url('../fonts/nucleo-outline.woff') format('woff'), url('../fonts/nucleo-outline.ttf') format('truetype'), url('../fonts/nucleo-outline.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*------------------------
    base class definition
-------------------------*/
.now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Outline';
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
.now-ui-icons.lg {
  font-size: 1.33333333em;
  vertical-align: -16%;
}
.now-ui-icons.x2 {
  font-size: 2em;
}
.now-ui-icons.x3 {
  font-size: 3em;
}
/*----------------------------------
  add a square/circle background
-----------------------------------*/
.now-ui-icons.square,
.now-ui-icons.circle {
  padding: 0.33333333em;
  vertical-align: -16%;
  background-color: #eee;
}
.now-ui-icons.circle {
  border-radius: 50%;
}
/*------------------------
  list icons
-------------------------*/
.nc-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.nc-icon-ul > li {
  position: relative;
}
.nc-icon-ul > li > .now-ui-icons {
  position: absolute;
  left: -1.57142857em;
  top: 0.14285714em;
  text-align: center;
}
.nc-icon-ul > li > .now-ui-icons.lg {
  top: 0;
  left: -1.35714286em;
}
.nc-icon-ul > li > .now-ui-icons.circle,
.nc-icon-ul > li > .now-ui-icons.square {
  top: -0.19047619em;
  left: -1.9047619em;
}
/*------------------------
  spinning icons
-------------------------*/
.now-ui-icons.spin {
  -webkit-animation: nc-icon-spin 2s infinite linear;
  -moz-animation: nc-icon-spin 2s infinite linear;
  animation: nc-icon-spin 2s infinite linear;
}
@-webkit-keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes nc-icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.now-ui-icons.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.now-ui-icons.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.now-ui-icons.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.now-ui-icons.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.now-ui-icons.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/*------------------------
    font icons
-------------------------*/
.now-ui-icons.files_add:before {
  content: "\e900";
}
.now-ui-icons.files_archive-3d-check:before {
  content: "\e901";
}
.now-ui-icons.files_archive-3d-content:before {
  content: "\e902";
}
.now-ui-icons.files_archive-check:before {
  content: "\e903";
}
.now-ui-icons.files_archive-content:before {
  content: "\e904";
}
.now-ui-icons.files_archive-paper-check:before {
  content: "\e905";
}
.now-ui-icons.files_archive-paper:before {
  content: "\e906";
}
.now-ui-icons.files_archive:before {
  content: "\e907";
}
.now-ui-icons.files_audio:before {
  content: "\e908";
}
.now-ui-icons.files_book-07:before {
  content: "\e909";
}
.now-ui-icons.files_book-08:before {
  content: "\e90a";
}
.now-ui-icons.files_bookmark:before {
  content: "\e90b";
}
.now-ui-icons.files_box:before {
  content: "\e90c";
}
.now-ui-icons.files_chart-bar:before {
  content: "\e90d";
}
.now-ui-icons.files_chart-pie:before {
  content: "\e90e";
}
.now-ui-icons.files_check:before {
  content: "\e90f";
}
.now-ui-icons.files_cloud:before {
  content: "\e910";
}
.now-ui-icons.files_copy:before {
  content: "\e911";
}
.now-ui-icons.files_dev:before {
  content: "\e912";
}
.now-ui-icons.files_download:before {
  content: "\e913";
}
.now-ui-icons.files_drawer:before {
  content: "\e914";
}
.now-ui-icons.files_edit:before {
  content: "\e915";
}
.now-ui-icons.files_exclamation:before {
  content: "\e916";
}
.now-ui-icons.files_folder-13:before {
  content: "\e917";
}
.now-ui-icons.files_folder-14:before {
  content: "\e918";
}
.now-ui-icons.files_folder-15:before {
  content: "\e919";
}
.now-ui-icons.files_folder-16:before {
  content: "\e91a";
}
.now-ui-icons.files_folder-17:before {
  content: "\e91b";
}
.now-ui-icons.files_folder-18:before {
  content: "\e91c";
}
.now-ui-icons.files_folder-19:before {
  content: "\e91d";
}
.now-ui-icons.files_folder-add:before {
  content: "\e91e";
}
.now-ui-icons.files_folder-audio:before {
  content: "\e91f";
}
.now-ui-icons.files_folder-bookmark:before {
  content: "\e920";
}
.now-ui-icons.files_folder-chart-bar:before {
  content: "\e921";
}
.now-ui-icons.files_folder-chart-pie:before {
  content: "\e922";
}
.now-ui-icons.files_folder-check:before {
  content: "\e923";
}
.now-ui-icons.files_folder-cloud:before {
  content: "\e924";
}
.now-ui-icons.files_folder-dev:before {
  content: "\e925";
}
.now-ui-icons.files_folder-download:before {
  content: "\e926";
}
.now-ui-icons.files_folder-edit:before {
  content: "\e927";
}
.now-ui-icons.files_folder-exclamation:before {
  content: "\e928";
}
.now-ui-icons.files_folder-gallery:before {
  content: "\e929";
}
.now-ui-icons.files_folder-heart:before {
  content: "\e92a";
}
.now-ui-icons.files_folder-image:before {
  content: "\e92b";
}
.now-ui-icons.files_folder-info:before {
  content: "\e92c";
}
.now-ui-icons.files_folder-link:before {
  content: "\e92d";
}
.now-ui-icons.files_folder-locked:before {
  content: "\e92e";
}
.now-ui-icons.files_folder-money:before {
  content: "\e92f";
}
.now-ui-icons.files_folder-music:before {
  content: "\e930";
}
.now-ui-icons.files_folder-no-access:before {
  content: "\e931";
}
.now-ui-icons.files_folder-play:before {
  content: "\e932";
}
.now-ui-icons.files_folder-question:before {
  content: "\e933";
}
.now-ui-icons.files_folder-refresh:before {
  content: "\e934";
}
.now-ui-icons.files_folder-remove:before {
  content: "\e935";
}
.now-ui-icons.files_folder-search:before {
  content: "\e936";
}
.now-ui-icons.files_folder-settings-81:before {
  content: "\e937";
}
.now-ui-icons.files_folder-settings-97:before {
  content: "\e938";
}
.now-ui-icons.files_folder-shared:before {
  content: "\e939";
}
.now-ui-icons.files_folder-star:before {
  content: "\e93a";
}
.now-ui-icons.files_folder-time:before {
  content: "\e93b";
}
.now-ui-icons.files_folder-upload:before {
  content: "\e93c";
}
.now-ui-icons.files_folder-user:before {
  content: "\e93d";
}
.now-ui-icons.files_folder-vector:before {
  content: "\e93e";
}
.now-ui-icons.files_gallery:before {
  content: "\e93f";
}
.now-ui-icons.files_heart:before {
  content: "\e940";
}
.now-ui-icons.files_image:before {
  content: "\e941";
}
.now-ui-icons.files_info:before {
  content: "\e942";
}
.now-ui-icons.files_link:before {
  content: "\e943";
}
.now-ui-icons.files_locked:before {
  content: "\e944";
}
.now-ui-icons.files_money:before {
  content: "\e945";
}
.now-ui-icons.files_music:before {
  content: "\e946";
}
.now-ui-icons.files_no-access:before {
  content: "\ee8c";
}
.now-ui-icons.files_notebook:before {
  content: "\ee8d";
}
.now-ui-icons.files_paper:before {
  content: "\ee8e";
}
.now-ui-icons.files_play:before {
  content: "\ee8f";
}
.now-ui-icons.files_question:before {
  content: "\ee90";
}
.now-ui-icons.files_refresh:before {
  content: "\ee91";
}
.now-ui-icons.files_remove:before {
  content: "\ee92";
}
.now-ui-icons.files_replace-folder:before {
  content: "\ee93";
}
.now-ui-icons.files_replace:before {
  content: "\ee94";
}
.now-ui-icons.files_search:before {
  content: "\ee95";
}
.now-ui-icons.files_settings-46:before {
  content: "\ee96";
}
.now-ui-icons.files_settings-99:before {
  content: "\ee97";
}
.now-ui-icons.files_shared:before {
  content: "\ee98";
}
.now-ui-icons.files_single-content-02:before {
  content: "\ee99";
}
.now-ui-icons.files_single-content-03:before {
  content: "\ee9a";
}
.now-ui-icons.files_single-copies:before {
  content: "\ee9b";
}
.now-ui-icons.files_single-copy-04:before {
  content: "\ee9c";
}
.now-ui-icons.files_single-copy-06:before {
  content: "\ee9d";
}
.now-ui-icons.files_single-folded-content:before {
  content: "\ee9e";
}
.now-ui-icons.files_single-folded:before {
  content: "\ee9f";
}
.now-ui-icons.files_single-paragraph:before {
  content: "\eea0";
}
.now-ui-icons.files_single:before {
  content: "\eea1";
}
.now-ui-icons.files_star:before {
  content: "\eea2";
}
.now-ui-icons.files_time:before {
  content: "\eea3";
}
.now-ui-icons.files_upload:before {
  content: "\eea4";
}
.now-ui-icons.files_user:before {
  content: "\eea5";
}
.now-ui-icons.files_vector:before {
  content: "\eea6";
}
.now-ui-icons.files_zip-54:before {
  content: "\eea7";
}
.now-ui-icons.files_zip-55:before {
  content: "\eea8";
}
.now-ui-icons.tech_cable-49:before {
  content: "\eea9";
}
.now-ui-icons.tech_cable-50:before {
  content: "\eeaa";
}
.now-ui-icons.tech_cd-reader:before {
  content: "\eeab";
}
.now-ui-icons.tech_computer-monitor:before {
  content: "\eeac";
}
.now-ui-icons.tech_computer-old:before {
  content: "\eead";
}
.now-ui-icons.tech_computer:before {
  content: "\eeae";
}
.now-ui-icons.tech_controller-modern:before {
  content: "\eeaf";
}
.now-ui-icons.tech_controller:before {
  content: "\eeb0";
}
.now-ui-icons.tech_desktop-screen:before {
  content: "\eeb1";
}
.now-ui-icons.tech_desktop:before {
  content: "\eeb2";
}
.now-ui-icons.tech_disk-reader:before {
  content: "\eeb3";
}
.now-ui-icons.tech_disk:before {
  content: "\eeb4";
}
.now-ui-icons.tech_gopro:before {
  content: "\eeb5";
}
.now-ui-icons.tech_headphones:before {
  content: "\eeb6";
}
.now-ui-icons.tech_keyboard-mouse:before {
  content: "\eeb7";
}
.now-ui-icons.tech_keyboard-wifi:before {
  content: "\eeb8";
}
.now-ui-icons.tech_keyboard:before {
  content: "\eeb9";
}
.now-ui-icons.tech_laptop-1:before {
  content: "\eeba";
}
.now-ui-icons.tech_laptop-2:before {
  content: "\eebb";
}
.now-ui-icons.tech_laptop:before {
  content: "\eebc";
}
.now-ui-icons.tech_mobile-button:before {
  content: "\eebd";
}
.now-ui-icons.tech_mobile-camera:before {
  content: "\eebe";
}
.now-ui-icons.tech_mobile-recharger-08:before {
  content: "\eebf";
}
.now-ui-icons.tech_mobile-recharger-09:before {
  content: "\eec0";
}
.now-ui-icons.tech_mobile-toolbar:before {
  content: "\eec1";
}
.now-ui-icons.tech_mobile:before {
  content: "\eec2";
}
.now-ui-icons.tech_music:before {
  content: "\eec3";
}
.now-ui-icons.tech_navigation:before {
  content: "\eec4";
}
.now-ui-icons.tech_player-19:before {
  content: "\eec5";
}
.now-ui-icons.tech_player-48:before {
  content: "\eec6";
}
.now-ui-icons.tech_print-fold:before {
  content: "\eec7";
}
.now-ui-icons.tech_print-round-fold:before {
  content: "\eec8";
}
.now-ui-icons.tech_print-round:before {
  content: "\eec9";
}
.now-ui-icons.tech_print:before {
  content: "\eeca";
}
.now-ui-icons.tech_ram:before {
  content: "\eecb";
}
.now-ui-icons.tech_remote:before {
  content: "\eecc";
}
.now-ui-icons.tech_signal:before {
  content: "\eecd";
}
.now-ui-icons.tech_socket:before {
  content: "\eece";
}
.now-ui-icons.tech_sync:before {
  content: "\eecf";
}
.now-ui-icons.tech_tablet-button:before {
  content: "\eed0";
}
.now-ui-icons.tech_tablet-reader-31:before {
  content: "\eed1";
}
.now-ui-icons.tech_tablet-reader-42:before {
  content: "\eed2";
}
.now-ui-icons.tech_tablet-toolbar:before {
  content: "\eed3";
}
.now-ui-icons.tech_tablet:before {
  content: "\eed4";
}
.now-ui-icons.tech_tv-old:before {
  content: "\eed5";
}
.now-ui-icons.tech_tv:before {
  content: "\eed6";
}
.now-ui-icons.tech_watch-circle:before {
  content: "\eed7";
}
.now-ui-icons.tech_watch-time:before {
  content: "\eed8";
}
.now-ui-icons.tech_watch:before {
  content: "\eed9";
}
.now-ui-icons.tech_webcam-38:before {
  content: "\eeda";
}
.now-ui-icons.tech_webcam-39:before {
  content: "\eedb";
}
.now-ui-icons.tech_wifi-router:before {
  content: "\eedc";
}
.now-ui-icons.tech_wifi:before {
  content: "\eedd";
}
.now-ui-icons.tech-2_cctv:before {
  content: "\eede";
}
.now-ui-icons.tech-2_connection:before {
  content: "\eedf";
}
.now-ui-icons.tech-2_device-connection:before {
  content: "\eee0";
}
.now-ui-icons.tech-2_dock:before {
  content: "\eee1";
}
.now-ui-icons.tech-2_firewall:before {
  content: "\eee2";
}
.now-ui-icons.tech-2_hdmi:before {
  content: "\eee3";
}
.now-ui-icons.tech-2_headphone:before {
  content: "\eee4";
}
.now-ui-icons.tech-2_headset:before {
  content: "\eee5";
}
.now-ui-icons.tech-2_keyboard-hide:before {
  content: "\eee6";
}
.now-ui-icons.tech-2_keyboard-wireless:before {
  content: "\eee7";
}
.now-ui-icons.tech-2_l-add:before {
  content: "\eee8";
}
.now-ui-icons.tech-2_l-check:before {
  content: "\eee9";
}
.now-ui-icons.tech-2_l-location:before {
  content: "\eeea";
}
.now-ui-icons.tech-2_l-remove:before {
  content: "\eeeb";
}
.now-ui-icons.tech-2_l-search:before {
  content: "\eeec";
}
.now-ui-icons.tech-2_l-security:before {
  content: "\eeed";
}
.now-ui-icons.tech-2_l-settings:before {
  content: "\eeee";
}
.now-ui-icons.tech-2_l-sync:before {
  content: "\eeef";
}
.now-ui-icons.tech-2_l-system-update:before {
  content: "\eef0";
}
.now-ui-icons.tech-2_lock-landscape:before {
  content: "\eef1";
}
.now-ui-icons.tech-2_lock-portrait:before {
  content: "\eef2";
}
.now-ui-icons.tech-2_mic:before {
  content: "\eef3";
}
.now-ui-icons.tech-2_mobile-landscape:before {
  content: "\eef4";
}
.now-ui-icons.tech-2_p-add:before {
  content: "\eef5";
}
.now-ui-icons.tech-2_p-check:before {
  content: "\eef6";
}
.now-ui-icons.tech-2_p-edit:before {
  content: "\eef7";
}
.now-ui-icons.tech-2_p-heart:before {
  content: "\eef8";
}
.now-ui-icons.tech-2_p-location:before {
  content: "\eef9";
}
.now-ui-icons.tech-2_p-remove:before {
  content: "\eefa";
}
.now-ui-icons.tech-2_p-search:before {
  content: "\eefb";
}
.now-ui-icons.tech-2_p-settings:before {
  content: "\eefc";
}
.now-ui-icons.tech-2_p-share:before {
  content: "\eefd";
}
.now-ui-icons.tech-2_p-sync:before {
  content: "\eefe";
}
.now-ui-icons.tech-2_p-system-update:before {
  content: "\eeff";
}
.now-ui-icons.tech-2_p-time:before {
  content: "\ef00";
}
.now-ui-icons.tech-2_pci-card:before {
  content: "\ef01";
}
.now-ui-icons.tech-2_rotate-lock:before {
  content: "\ef02";
}
.now-ui-icons.tech-2_rotate:before {
  content: "\ef03";
}
.now-ui-icons.tech-2_sim-card:before {
  content: "\ef04";
}
.now-ui-icons.tech-2_socket-europe-1:before {
  content: "\ef05";
}
.now-ui-icons.tech-2_socket-europe-2:before {
  content: "\ef06";
}
.now-ui-icons.tech-2_socket-uk:before {
  content: "\ef07";
}
.now-ui-icons.tech-2_vpn:before {
  content: "\ef08";
}
.now-ui-icons.tech-2_wifi-off:before {
  content: "\ef09";
}
.now-ui-icons.tech-2_wifi-protected:before {
  content: "\ef0a";
}
.now-ui-icons.tech-2_wifi:before {
  content: "\ef0b";
}
.now-ui-icons.users_add-27:before {
  content: "\ef0c";
}
.now-ui-icons.users_add-29:before {
  content: "\ef0d";
}
.now-ui-icons.users_badge-13:before {
  content: "\ef0e";
}
.now-ui-icons.users_badge-14:before {
  content: "\ef0f";
}
.now-ui-icons.users_badge-15:before {
  content: "\ef10";
}
.now-ui-icons.users_circle-08:before {
  content: "\ef11";
}
.now-ui-icons.users_circle-09:before {
  content: "\ef12";
}
.now-ui-icons.users_circle-10:before {
  content: "\ef13";
}
.now-ui-icons.users_contacts:before {
  content: "\ef14";
}
.now-ui-icons.users_delete-28:before {
  content: "\ef15";
}
.now-ui-icons.users_delete-30:before {
  content: "\ef16";
}
.now-ui-icons.users_man-20:before {
  content: "\ef17";
}
.now-ui-icons.users_man-23:before {
  content: "\ef18";
}
.now-ui-icons.users_man-glasses:before {
  content: "\ef19";
}
.now-ui-icons.users_mobile-contact:before {
  content: "\ef1a";
}
.now-ui-icons.users_multiple-11:before {
  content: "\ef1b";
}
.now-ui-icons.users_multiple-19:before {
  content: "\ef1c";
}
.now-ui-icons.users_network:before {
  content: "\ef1d";
}
.now-ui-icons.users_parent:before {
  content: "\ef1e";
}
.now-ui-icons.users_single-01:before {
  content: "\ef1f";
}
.now-ui-icons.users_single-02:before {
  content: "\ef20";
}
.now-ui-icons.users_single-03:before {
  content: "\ef21";
}
.now-ui-icons.users_single-04:before {
  content: "\ef22";
}
.now-ui-icons.users_single-05:before {
  content: "\ef23";
}
.now-ui-icons.users_single-body:before {
  content: "\ef24";
}
.now-ui-icons.users_single-position:before {
  content: "\ef25";
}
.now-ui-icons.users_square-31:before {
  content: "\ef26";
}
.now-ui-icons.users_square-32:before {
  content: "\ef27";
}
.now-ui-icons.users_square-33:before {
  content: "\ef28";
}
.now-ui-icons.users_woman-21:before {
  content: "\ef29";
}
.now-ui-icons.users_woman-24:before {
  content: "\ef2a";
}
.now-ui-icons.users_woman-25:before {
  content: "\ef2b";
}
.now-ui-icons.users_woman-man:before {
  content: "\ef2c";
}
.now-ui-icons.users-2_a-add:before {
  content: "\ef2d";
}
.now-ui-icons.users-2_a-check:before {
  content: "\ef2e";
}
.now-ui-icons.users-2_a-delete:before {
  content: "\ef2f";
}
.now-ui-icons.users-2_a-edit:before {
  content: "\ef30";
}
.now-ui-icons.users-2_a-heart:before {
  content: "\ef31";
}
.now-ui-icons.users-2_a-location:before {
  content: "\ef32";
}
.now-ui-icons.users-2_a-remove:before {
  content: "\ef33";
}
.now-ui-icons.users-2_a-search:before {
  content: "\ef34";
}
.now-ui-icons.users-2_a-security:before {
  content: "\ef35";
}
.now-ui-icons.users-2_a-share:before {
  content: "\ef36";
}
.now-ui-icons.users-2_a-star:before {
  content: "\ef37";
}
.now-ui-icons.users-2_a-sync:before {
  content: "\ef38";
}
.now-ui-icons.users-2_a-time:before {
  content: "\ef39";
}
.now-ui-icons.users-2_accessibility:before {
  content: "\ef3a";
}
.now-ui-icons.users-2_b-add:before {
  content: "\ef3b";
}
.now-ui-icons.users-2_b-check:before {
  content: "\ef3c";
}
.now-ui-icons.users-2_b-location:before {
  content: "\ef3d";
}
.now-ui-icons.users-2_b-love:before {
  content: "\ef3e";
}
.now-ui-icons.users-2_b-meeting:before {
  content: "\ef3f";
}
.now-ui-icons.users-2_b-remove:before {
  content: "\ef40";
}
.now-ui-icons.users-2_b-security:before {
  content: "\ef41";
}
.now-ui-icons.users-2_child:before {
  content: "\ef42";
}
.now-ui-icons.users-2_contacts-44:before {
  content: "\ef43";
}
.now-ui-icons.users-2_contacts-45:before {
  content: "\ef44";
}
.now-ui-icons.users-2_couple-gay:before {
  content: "\ef45";
}
.now-ui-icons.users-2_couple-lesbian:before {
  content: "\ef46";
}
.now-ui-icons.users-2_disabled:before {
  content: "\ef47";
}
.now-ui-icons.users-2_exchange:before {
  content: "\ef48";
}
.now-ui-icons.users-2_family:before {
  content: "\ef49";
}
.now-ui-icons.users-2_focus:before {
  content: "\ef4a";
}
.now-ui-icons.users-2_home:before {
  content: "\ef4b";
}
.now-ui-icons.users-2_man-down:before {
  content: "\ef4c";
}
.now-ui-icons.users-2_man-up:before {
  content: "\ef4d";
}
.now-ui-icons.users-2_man:before {
  content: "\ef4e";
}
.now-ui-icons.users-2_meeting:before {
  content: "\ef4f";
}
.now-ui-icons.users-2_mickey-mouse:before {
  content: "\ef50";
}
.now-ui-icons.users-2_multiple:before {
  content: "\ef51";
}
.now-ui-icons.users-2_pin:before {
  content: "\ef52";
}
.now-ui-icons.users-2_police:before {
  content: "\ef53";
}
.now-ui-icons.users-2_search:before {
  content: "\ef54";
}
.now-ui-icons.users-2_standing-man:before {
  content: "\ef55";
}
.now-ui-icons.users-2_standing-woman:before {
  content: "\ef56";
}
.now-ui-icons.users-2_voice-record:before {
  content: "\ef57";
}
.now-ui-icons.users-2_wc:before {
  content: "\ef58";
}
.now-ui-icons.users-2_woman-down:before {
  content: "\ef59";
}
.now-ui-icons.users-2_woman-up:before {
  content: "\ef5a";
}
.now-ui-icons.users-2_woman:before {
  content: "\ef5b";
}
.now-ui-icons.shopping_award:before {
  content: "\ea3e";
}
.now-ui-icons.shopping_bag-09:before {
  content: "\ea3f";
}
.now-ui-icons.shopping_bag-16:before {
  content: "\ea40";
}
.now-ui-icons.shopping_bag-17:before {
  content: "\ea41";
}
.now-ui-icons.shopping_bag-20:before {
  content: "\ea42";
}
.now-ui-icons.shopping_bag-add-18:before {
  content: "\ea43";
}
.now-ui-icons.shopping_bag-add-21:before {
  content: "\ea44";
}
.now-ui-icons.shopping_bag-edit:before {
  content: "\ea45";
}
.now-ui-icons.shopping_bag-remove-19:before {
  content: "\ea46";
}
.now-ui-icons.shopping_bag-remove-22:before {
  content: "\ea47";
}
.now-ui-icons.shopping_barcode-scan:before {
  content: "\ea48";
}
.now-ui-icons.shopping_barcode:before {
  content: "\ea49";
}
.now-ui-icons.shopping_bardcode-qr:before {
  content: "\ea4a";
}
.now-ui-icons.shopping_basket-add:before {
  content: "\ea4b";
}
.now-ui-icons.shopping_basket-edit:before {
  content: "\ea4c";
}
.now-ui-icons.shopping_basket-remove:before {
  content: "\ea4d";
}
.now-ui-icons.shopping_basket-simple-add:before {
  content: "\ea4e";
}
.now-ui-icons.shopping_basket-simple-remove:before {
  content: "\ea4f";
}
.now-ui-icons.shopping_basket-simple:before {
  content: "\ea50";
}
.now-ui-icons.shopping_basket:before {
  content: "\ea51";
}
.now-ui-icons.shopping_bitcoin:before {
  content: "\ea52";
}
.now-ui-icons.shopping_board:before {
  content: "\ea53";
}
.now-ui-icons.shopping_box-3d-50:before {
  content: "\ea54";
}
.now-ui-icons.shopping_box-3d-67:before {
  content: "\ea55";
}
.now-ui-icons.shopping_box-ribbon:before {
  content: "\ea56";
}
.now-ui-icons.shopping_box:before {
  content: "\ea57";
}
.now-ui-icons.shopping_cart-add:before {
  content: "\ea58";
}
.now-ui-icons.shopping_cart-modern-add:before {
  content: "\ea59";
}
.now-ui-icons.shopping_cart-modern-in:before {
  content: "\ea5a";
}
.now-ui-icons.shopping_cart-modern-remove:before {
  content: "\ea5b";
}
.now-ui-icons.shopping_cart-modern:before {
  content: "\ea5c";
}
.now-ui-icons.shopping_cart-remove:before {
  content: "\ea5d";
}
.now-ui-icons.shopping_cart-simple-add:before {
  content: "\ea5e";
}
.now-ui-icons.shopping_cart-simple-in:before {
  content: "\ea5f";
}
.now-ui-icons.shopping_cart-simple-remove:before {
  content: "\ea60";
}
.now-ui-icons.shopping_cart-simple:before {
  content: "\ea61";
}
.now-ui-icons.shopping_cart:before {
  content: "\ea62";
}
.now-ui-icons.shopping_cash-register:before {
  content: "\ea63";
}
.now-ui-icons.shopping_chart:before {
  content: "\ea64";
}
.now-ui-icons.shopping_credit-card-in:before {
  content: "\ea65";
}
.now-ui-icons.shopping_credit-card:before {
  content: "\ea66";
}
.now-ui-icons.shopping_credit-locked:before {
  content: "\ea67";
}
.now-ui-icons.shopping_delivery-fast:before {
  content: "\ea68";
}
.now-ui-icons.shopping_delivery-time:before {
  content: "\ea69";
}
.now-ui-icons.shopping_delivery-track:before {
  content: "\ea6a";
}
.now-ui-icons.shopping_delivery:before {
  content: "\ea6b";
}
.now-ui-icons.shopping_discount:before {
  content: "\ea6c";
}
.now-ui-icons.shopping_gift:before {
  content: "\ea6d";
}
.now-ui-icons.shopping_hand-card:before {
  content: "\ea6e";
}
.now-ui-icons.shopping_list:before {
  content: "\ea6f";
}
.now-ui-icons.shopping_mobile-card:before {
  content: "\ea70";
}
.now-ui-icons.shopping_mobile-cart:before {
  content: "\ea71";
}
.now-ui-icons.shopping_mobile-touch:before {
  content: "\ea72";
}
.now-ui-icons.shopping_newsletter:before {
  content: "\ea73";
}
.now-ui-icons.shopping_pos:before {
  content: "\ea74";
}
.now-ui-icons.shopping_receipt-list-42:before {
  content: "\ea75";
}
.now-ui-icons.shopping_receipt-list-43:before {
  content: "\ea76";
}
.now-ui-icons.shopping_receipt:before {
  content: "\ea77";
}
.now-ui-icons.shopping_shop-location:before {
  content: "\ea78";
}
.now-ui-icons.shopping_shop:before {
  content: "\ea79";
}
.now-ui-icons.shopping_stock:before {
  content: "\ea7a";
}
.now-ui-icons.shopping_tag-content:before {
  content: "\ea7b";
}
.now-ui-icons.shopping_tag-cut:before {
  content: "\ea7c";
}
.now-ui-icons.shopping_tag-line:before {
  content: "\ea7d";
}
.now-ui-icons.shopping_tag-sale:before {
  content: "\ea7e";
}
.now-ui-icons.shopping_tag:before {
  content: "\ea7f";
}
.now-ui-icons.shopping_wallet:before {
  content: "\ea80";
}
.now-ui-icons.arrows-1_back-78:before {
  content: "\ea81";
}
.now-ui-icons.arrows-1_back-80:before {
  content: "\ea82";
}
.now-ui-icons.arrows-1_bold-direction:before {
  content: "\ea83";
}
.now-ui-icons.arrows-1_bold-down:before {
  content: "\ea84";
}
.now-ui-icons.arrows-1_bold-left:before {
  content: "\ea85";
}
.now-ui-icons.arrows-1_bold-right:before {
  content: "\ea86";
}
.now-ui-icons.arrows-1_bold-up:before {
  content: "\ea87";
}
.now-ui-icons.arrows-1_circle-down-12:before {
  content: "\ea88";
}
.now-ui-icons.arrows-1_circle-down-40:before {
  content: "\ea89";
}
.now-ui-icons.arrows-1_circle-left-10:before {
  content: "\ea8a";
}
.now-ui-icons.arrows-1_circle-left-38:before {
  content: "\ea8b";
}
.now-ui-icons.arrows-1_circle-right-09:before {
  content: "\ea8c";
}
.now-ui-icons.arrows-1_circle-right-37:before {
  content: "\ea8d";
}
.now-ui-icons.arrows-1_circle-up-11:before {
  content: "\ea8e";
}
.now-ui-icons.arrows-1_circle-up-39:before {
  content: "\ea8f";
}
.now-ui-icons.arrows-1_cloud-download-93:before {
  content: "\ea90";
}
.now-ui-icons.arrows-1_cloud-download-95:before {
  content: "\ea91";
}
.now-ui-icons.arrows-1_cloud-upload-94:before {
  content: "\ea92";
}
.now-ui-icons.arrows-1_cloud-upload-96:before {
  content: "\ea93";
}
.now-ui-icons.arrows-1_curved-next:before {
  content: "\ea94";
}
.now-ui-icons.arrows-1_curved-previous:before {
  content: "\ea95";
}
.now-ui-icons.arrows-1_direction-53:before {
  content: "\ea96";
}
.now-ui-icons.arrows-1_direction-56:before {
  content: "\ea97";
}
.now-ui-icons.arrows-1_double-left:before {
  content: "\ea98";
}
.now-ui-icons.arrows-1_double-right:before {
  content: "\ea99";
}
.now-ui-icons.arrows-1_download:before {
  content: "\ea9a";
}
.now-ui-icons.arrows-1_enlarge-diagonal-43:before {
  content: "\ea9b";
}
.now-ui-icons.arrows-1_enlarge-diagonal-44:before {
  content: "\ea9c";
}
.now-ui-icons.arrows-1_enlarge-horizontal:before {
  content: "\ea9d";
}
.now-ui-icons.arrows-1_enlarge-vertical:before {
  content: "\ea9e";
}
.now-ui-icons.arrows-1_fit-horizontal:before {
  content: "\ea9f";
}
.now-ui-icons.arrows-1_fit-vertical:before {
  content: "\eaa0";
}
.now-ui-icons.arrows-1_fullscreen-70:before {
  content: "\eaa1";
}
.now-ui-icons.arrows-1_fullscreen-71:before {
  content: "\eaa2";
}
.now-ui-icons.arrows-1_fullscreen-76:before {
  content: "\eaa3";
}
.now-ui-icons.arrows-1_fullscreen-77:before {
  content: "\eaa4";
}
.now-ui-icons.arrows-1_fullscreen-double-74:before {
  content: "\eaa5";
}
.now-ui-icons.arrows-1_fullscreen-double-75:before {
  content: "\eaa6";
}
.now-ui-icons.arrows-1_fullscreen-split-72:before {
  content: "\eaa7";
}
.now-ui-icons.arrows-1_fullscreen-split-73:before {
  content: "\eaa8";
}
.now-ui-icons.arrows-1_log-in:before {
  content: "\eaa9";
}
.now-ui-icons.arrows-1_log-out:before {
  content: "\eaaa";
}
.now-ui-icons.arrows-1_loop-82:before {
  content: "\eaab";
}
.now-ui-icons.arrows-1_loop-83:before {
  content: "\eaac";
}
.now-ui-icons.arrows-1_minimal-down:before {
  content: "\eaad";
}
.now-ui-icons.arrows-1_minimal-left:before {
  content: "\eaae";
}
.now-ui-icons.arrows-1_minimal-right:before {
  content: "\eaaf";
}
.now-ui-icons.arrows-1_minimal-up:before {
  content: "\eab0";
}
.now-ui-icons.arrows-1_redo-79:before {
  content: "\eab1";
}
.now-ui-icons.arrows-1_redo-81:before {
  content: "\eab2";
}
.now-ui-icons.arrows-1_refresh-68:before {
  content: "\eab3";
}
.now-ui-icons.arrows-1_refresh-69:before {
  content: "\eab4";
}
.now-ui-icons.arrows-1_round-down:before {
  content: "\eab5";
}
.now-ui-icons.arrows-1_round-left:before {
  content: "\eab6";
}
.now-ui-icons.arrows-1_round-right:before {
  content: "\eab7";
}
.now-ui-icons.arrows-1_round-up:before {
  content: "\eab8";
}
.now-ui-icons.arrows-1_share-66:before {
  content: "\eab9";
}
.now-ui-icons.arrows-1_share-91:before {
  content: "\eaba";
}
.now-ui-icons.arrows-1_share-92:before {
  content: "\eabb";
}
.now-ui-icons.arrows-1_shuffle-97:before {
  content: "\eabc";
}
.now-ui-icons.arrows-1_shuffle-98:before {
  content: "\eabd";
}
.now-ui-icons.arrows-1_simple-down:before {
  content: "\eabe";
}
.now-ui-icons.arrows-1_simple-left:before {
  content: "\eabf";
}
.now-ui-icons.arrows-1_simple-right:before {
  content: "\eac0";
}
.now-ui-icons.arrows-1_simple-up:before {
  content: "\eac1";
}
.now-ui-icons.arrows-1_small-triangle-down:before {
  content: "\eac2";
}
.now-ui-icons.arrows-1_small-triangle-left:before {
  content: "\eac3";
}
.now-ui-icons.arrows-1_small-triangle-right:before {
  content: "\eac4";
}
.now-ui-icons.arrows-1_small-triangle-up:before {
  content: "\eac5";
}
.now-ui-icons.arrows-1_square-down:before {
  content: "\eac6";
}
.now-ui-icons.arrows-1_square-left:before {
  content: "\eac7";
}
.now-ui-icons.arrows-1_square-right:before {
  content: "\eac8";
}
.now-ui-icons.arrows-1_square-up:before {
  content: "\eac9";
}
.now-ui-icons.arrows-1_strong-down:before {
  content: "\eaca";
}
.now-ui-icons.arrows-1_strong-left:before {
  content: "\eacb";
}
.now-ui-icons.arrows-1_strong-right:before {
  content: "\eacc";
}
.now-ui-icons.arrows-1_strong-up:before {
  content: "\eacd";
}
.now-ui-icons.arrows-1_tail-down:before {
  content: "\eace";
}
.now-ui-icons.arrows-1_tail-left:before {
  content: "\eacf";
}
.now-ui-icons.arrows-1_tail-right:before {
  content: "\ead0";
}
.now-ui-icons.arrows-1_tail-triangle-down:before {
  content: "\ead1";
}
.now-ui-icons.arrows-1_tail-triangle-left:before {
  content: "\ead2";
}
.now-ui-icons.arrows-1_tail-triangle-right:before {
  content: "\ead3";
}
.now-ui-icons.arrows-1_tail-triangle-up:before {
  content: "\ead4";
}
.now-ui-icons.arrows-1_tail-up:before {
  content: "\ead5";
}
.now-ui-icons.arrows-1_trend-down:before {
  content: "\ead6";
}
.now-ui-icons.arrows-1_trend-up:before {
  content: "\ead7";
}
.now-ui-icons.arrows-1_triangle-down-20:before {
  content: "\ead8";
}
.now-ui-icons.arrows-1_triangle-down-65:before {
  content: "\ead9";
}
.now-ui-icons.arrows-1_triangle-left-18:before {
  content: "\eada";
}
.now-ui-icons.arrows-1_triangle-left-63:before {
  content: "\eadb";
}
.now-ui-icons.arrows-1_triangle-right-17:before {
  content: "\eadc";
}
.now-ui-icons.arrows-1_triangle-right-62:before {
  content: "\eadd";
}
.now-ui-icons.arrows-1_triangle-up-19:before {
  content: "\eade";
}
.now-ui-icons.arrows-1_triangle-up-64:before {
  content: "\eadf";
}
.now-ui-icons.arrows-1_window-zoom-in:before {
  content: "\eae0";
}
.now-ui-icons.arrows-1_window-zoom-out:before {
  content: "\eae1";
}
.now-ui-icons.arrows-1_zoom-88:before {
  content: "\eae2";
}
.now-ui-icons.arrows-1_zoom-99:before {
  content: "\eae3";
}
.now-ui-icons.arrows-1_zoom-100:before {
  content: "\eae4";
}
.now-ui-icons.arrows-2_block-down:before {
  content: "\eae5";
}
.now-ui-icons.arrows-2_block-left:before {
  content: "\eae6";
}
.now-ui-icons.arrows-2_block-right:before {
  content: "\eae7";
}
.now-ui-icons.arrows-2_block-up:before {
  content: "\eae8";
}
.now-ui-icons.arrows-2_circle-in:before {
  content: "\eae9";
}
.now-ui-icons.arrows-2_circle-out:before {
  content: "\eaea";
}
.now-ui-icons.arrows-2_circuit-round:before {
  content: "\eaeb";
}
.now-ui-icons.arrows-2_circuit:before {
  content: "\eaec";
}
.now-ui-icons.arrows-2_computer-upload:before {
  content: "\eaed";
}
.now-ui-icons.arrows-2_conversion:before {
  content: "\eaee";
}
.now-ui-icons.arrows-2_corner-down-round:before {
  content: "\eaef";
}
.now-ui-icons.arrows-2_corner-down:before {
  content: "\eaf0";
}
.now-ui-icons.arrows-2_corner-left-down:before {
  content: "\eaf1";
}
.now-ui-icons.arrows-2_corner-left-round:before {
  content: "\eaf2";
}
.now-ui-icons.arrows-2_corner-left:before {
  content: "\eaf3";
}
.now-ui-icons.arrows-2_corner-right-down:before {
  content: "\eaf4";
}
.now-ui-icons.arrows-2_corner-right-round:before {
  content: "\eaf5";
}
.now-ui-icons.arrows-2_corner-right:before {
  content: "\eaf6";
}
.now-ui-icons.arrows-2_corner-up-left:before {
  content: "\eaf7";
}
.now-ui-icons.arrows-2_corner-up-right:before {
  content: "\eaf8";
}
.now-ui-icons.arrows-2_corner-up-round:before {
  content: "\eaf9";
}
.now-ui-icons.arrows-2_corner-up:before {
  content: "\eafa";
}
.now-ui-icons.arrows-2_cross-down:before {
  content: "\eafb";
}
.now-ui-icons.arrows-2_cross-horizontal:before {
  content: "\eafc";
}
.now-ui-icons.arrows-2_cross-left:before {
  content: "\eafd";
}
.now-ui-icons.arrows-2_cross-right:before {
  content: "\eafe";
}
.now-ui-icons.arrows-2_cross-up:before {
  content: "\eaff";
}
.now-ui-icons.arrows-2_cross-vertical:before {
  content: "\eb00";
}
.now-ui-icons.arrows-2_curve-circuit:before {
  content: "\eb01";
}
.now-ui-icons.arrows-2_curve-directions:before {
  content: "\eb02";
}
.now-ui-icons.arrows-2_curve-split:before {
  content: "\eb03";
}
.now-ui-icons.arrows-2_delete-49:before {
  content: "\eb04";
}
.now-ui-icons.arrows-2_delete-50:before {
  content: "\eb05";
}
.now-ui-icons.arrows-2_direction:before {
  content: "\eb06";
}
.now-ui-icons.arrows-2_dots-download:before {
  content: "\eb07";
}
.now-ui-icons.arrows-2_dots-upload:before {
  content: "\eb08";
}
.now-ui-icons.arrows-2_eject:before {
  content: "\eb09";
}
.now-ui-icons.arrows-2_enlarge-circle:before {
  content: "\eb0a";
}
.now-ui-icons.arrows-2_file-download-87:before {
  content: "\eb0b";
}
.now-ui-icons.arrows-2_file-download-89:before {
  content: "\eb0c";
}
.now-ui-icons.arrows-2_file-download-94:before {
  content: "\eb0d";
}
.now-ui-icons.arrows-2_file-upload-86:before {
  content: "\eb0e";
}
.now-ui-icons.arrows-2_file-upload-88:before {
  content: "\eb0f";
}
.now-ui-icons.arrows-2_file-upload-93:before {
  content: "\eb10";
}
.now-ui-icons.arrows-2_fork-round:before {
  content: "\eb11";
}
.now-ui-icons.arrows-2_fork:before {
  content: "\eb12";
}
.now-ui-icons.arrows-2_hit-down:before {
  content: "\eb13";
}
.now-ui-icons.arrows-2_hit-left:before {
  content: "\eb14";
}
.now-ui-icons.arrows-2_hit-right:before {
  content: "\eb15";
}
.now-ui-icons.arrows-2_hit-up:before {
  content: "\eb16";
}
.now-ui-icons.arrows-2_lines:before {
  content: "\eb17";
}
.now-ui-icons.arrows-2_log-out:before {
  content: "\eb18";
}
.now-ui-icons.arrows-2_loop:before {
  content: "\eb19";
}
.now-ui-icons.arrows-2_merge-round:before {
  content: "\eb1a";
}
.now-ui-icons.arrows-2_merge:before {
  content: "\eb1b";
}
.now-ui-icons.arrows-2_move-05:before {
  content: "\eb1c";
}
.now-ui-icons.arrows-2_move-06:before {
  content: "\eb1d";
}
.now-ui-icons.arrows-2_move-92:before {
  content: "\eb1e";
}
.now-ui-icons.arrows-2_move-down-right:before {
  content: "\eb1f";
}
.now-ui-icons.arrows-2_move-down:before {
  content: "\eb20";
}
.now-ui-icons.arrows-2_move-left:before {
  content: "\eb21";
}
.now-ui-icons.arrows-2_move-right:before {
  content: "\eb22";
}
.now-ui-icons.arrows-2_move-up-left:before {
  content: "\eb23";
}
.now-ui-icons.arrows-2_move-up:before {
  content: "\eb24";
}
.now-ui-icons.arrows-2_push-next:before {
  content: "\eb25";
}
.now-ui-icons.arrows-2_push-previous:before {
  content: "\eb26";
}
.now-ui-icons.arrows-2_reload:before {
  content: "\eb27";
}
.now-ui-icons.arrows-2_replay:before {
  content: "\ee16";
}
.now-ui-icons.arrows-2_rotate-left:before {
  content: "\ee17";
}
.now-ui-icons.arrows-2_rotate-right:before {
  content: "\ee18";
}
.now-ui-icons.arrows-2_round-left-down:before {
  content: "\ee19";
}
.now-ui-icons.arrows-2_round-right-down:before {
  content: "\ee1a";
}
.now-ui-icons.arrows-2_round-up-left:before {
  content: "\ee1b";
}
.now-ui-icons.arrows-2_round-up-right:before {
  content: "\ee1c";
}
.now-ui-icons.arrows-2_select-83:before {
  content: "\ee1d";
}
.now-ui-icons.arrows-2_select-84:before {
  content: "\ee1e";
}
.now-ui-icons.arrows-2_separate-round:before {
  content: "\ee1f";
}
.now-ui-icons.arrows-2_separate:before {
  content: "\ee20";
}
.now-ui-icons.arrows-2_share-left:before {
  content: "\ee21";
}
.now-ui-icons.arrows-2_share-right:before {
  content: "\ee22";
}
.now-ui-icons.arrows-2_skew-down:before {
  content: "\ee23";
}
.now-ui-icons.arrows-2_skew-left:before {
  content: "\ee24";
}
.now-ui-icons.arrows-2_skew-right:before {
  content: "\ee25";
}
.now-ui-icons.arrows-2_skew-up:before {
  content: "\ee26";
}
.now-ui-icons.arrows-2_small-left:before {
  content: "\ee27";
}
.now-ui-icons.arrows-2_small-right:before {
  content: "\ee28";
}
.now-ui-icons.arrows-2_split-horizontal:before {
  content: "\ee29";
}
.now-ui-icons.arrows-2_split-round:before {
  content: "\ee2a";
}
.now-ui-icons.arrows-2_split-vertical:before {
  content: "\ee2b";
}
.now-ui-icons.arrows-2_split:before {
  content: "\ee2c";
}
.now-ui-icons.arrows-2_square-download:before {
  content: "\ee2d";
}
.now-ui-icons.arrows-2_square-upload:before {
  content: "\ee2e";
}
.now-ui-icons.arrows-2_time:before {
  content: "\ee2f";
}
.now-ui-icons.arrows-2_triangle-down:before {
  content: "\ee30";
}
.now-ui-icons.arrows-2_triangle-left:before {
  content: "\ee31";
}
.now-ui-icons.arrows-2_triangle-right:before {
  content: "\ee32";
}
.now-ui-icons.arrows-2_triangle-up:before {
  content: "\ee33";
}
.now-ui-icons.arrows-2_unite-round:before {
  content: "\ee34";
}
.now-ui-icons.arrows-2_unite:before {
  content: "\ee35";
}
.now-ui-icons.arrows-2_zoom:before {
  content: "\ee36";
}
.now-ui-icons.arrows-3_circle-down:before {
  content: "\ee37";
}
.now-ui-icons.arrows-3_circle-left:before {
  content: "\ee38";
}
.now-ui-icons.arrows-3_circle-right:before {
  content: "\ee39";
}
.now-ui-icons.arrows-3_circle-simple-down:before {
  content: "\ee3a";
}
.now-ui-icons.arrows-3_circle-simple-left:before {
  content: "\ee3b";
}
.now-ui-icons.arrows-3_circle-simple-right:before {
  content: "\ee3c";
}
.now-ui-icons.arrows-3_circle-simple-up:before {
  content: "\ee3d";
}
.now-ui-icons.arrows-3_circle-up:before {
  content: "\ee3e";
}
.now-ui-icons.arrows-3_cloud-refresh:before {
  content: "\ee3f";
}
.now-ui-icons.arrows-3_separate:before {
  content: "\ee40";
}
.now-ui-icons.arrows-3_small-down:before {
  content: "\ee41";
}
.now-ui-icons.arrows-3_small-up:before {
  content: "\ee42";
}
.now-ui-icons.arrows-3_square-corner-down-left:before {
  content: "\ee43";
}
.now-ui-icons.arrows-3_square-corner-down-right:before {
  content: "\ee44";
}
.now-ui-icons.arrows-3_square-corner-up-left:before {
  content: "\ee45";
}
.now-ui-icons.arrows-3_square-corner-up-right:before {
  content: "\ee46";
}
.now-ui-icons.arrows-3_square-down-06:before {
  content: "\ee47";
}
.now-ui-icons.arrows-3_square-down-22:before {
  content: "\ee48";
}
.now-ui-icons.arrows-3_square-enlarge:before {
  content: "\ee49";
}
.now-ui-icons.arrows-3_square-left-04:before {
  content: "\ee4a";
}
.now-ui-icons.arrows-3_square-left-20:before {
  content: "\ee4b";
}
.now-ui-icons.arrows-3_square-right-03:before {
  content: "\ee4c";
}
.now-ui-icons.arrows-3_square-right-19:before {
  content: "\ee4d";
}
.now-ui-icons.arrows-3_square-simple-down:before {
  content: "\ee4e";
}
.now-ui-icons.arrows-3_square-simple-left:before {
  content: "\ee4f";
}
.now-ui-icons.arrows-3_square-simple-right:before {
  content: "\ee50";
}
.now-ui-icons.arrows-3_square-simple-up:before {
  content: "\ee51";
}
.now-ui-icons.arrows-3_square-up-05:before {
  content: "\ee52";
}
.now-ui-icons.arrows-3_square-up-21:before {
  content: "\ee53";
}
.now-ui-icons.arrows-3_square-zoom:before {
  content: "\ee54";
}
.now-ui-icons.arrows-3_super-bold-down:before {
  content: "\ee55";
}
.now-ui-icons.arrows-3_super-bold-left:before {
  content: "\ee56";
}
.now-ui-icons.arrows-3_super-bold-right:before {
  content: "\ee57";
}
.now-ui-icons.arrows-3_super-bold-up:before {
  content: "\ee58";
}
.now-ui-icons.arrows-4_block-bottom-left:before {
  content: "\ee59";
}
.now-ui-icons.arrows-4_block-bottom-right:before {
  content: "\ee5a";
}
.now-ui-icons.arrows-4_block-top-left:before {
  content: "\ee5b";
}
.now-ui-icons.arrows-4_block-top-right:before {
  content: "\ee5c";
}
.now-ui-icons.arrows-4_centralize:before {
  content: "\ee5d";
}
.now-ui-icons.arrows-4_compare:before {
  content: "\ee5e";
}
.now-ui-icons.arrows-4_contrast:before {
  content: "\ee5f";
}
.now-ui-icons.arrows-4_cross:before {
  content: "\ee60";
}
.now-ui-icons.arrows-4_diag-bottom-left:before {
  content: "\ee61";
}
.now-ui-icons.arrows-4_diag-bottom-right:before {
  content: "\ee62";
}
.now-ui-icons.arrows-4_diag-top-left:before {
  content: "\ee63";
}
.now-ui-icons.arrows-4_diag-top-right:before {
  content: "\ee64";
}
.now-ui-icons.arrows-4_disperse:before {
  content: "\ee65";
}
.now-ui-icons.arrows-4_download:before {
  content: "\ee66";
}
.now-ui-icons.arrows-4_enlarge-45:before {
  content: "\ee67";
}
.now-ui-icons.arrows-4_enlarge-46:before {
  content: "\ee68";
}
.now-ui-icons.arrows-4_export:before {
  content: "\ee69";
}
.now-ui-icons.arrows-4_format-left:before {
  content: "\ee6a";
}
.now-ui-icons.arrows-4_format-right:before {
  content: "\ee6b";
}
.now-ui-icons.arrows-4_input-12:before {
  content: "\ee6c";
}
.now-ui-icons.arrows-4_input-21:before {
  content: "\ee6d";
}
.now-ui-icons.arrows-4_invert:before {
  content: "\ee6e";
}
.now-ui-icons.arrows-4_launch-11:before {
  content: "\ee6f";
}
.now-ui-icons.arrows-4_launch-47:before {
  content: "\ee70";
}
.now-ui-icons.arrows-4_logout:before {
  content: "\ee71";
}
.now-ui-icons.arrows-4_loop-30:before {
  content: "\ee72";
}
.now-ui-icons.arrows-4_loop-34:before {
  content: "\ee73";
}
.now-ui-icons.arrows-4_merge:before {
  content: "\ee74";
}
.now-ui-icons.arrows-4_open-in-browser:before {
  content: "\ee75";
}
.now-ui-icons.arrows-4_priority-high:before {
  content: "\ee76";
}
.now-ui-icons.arrows-4_priority-low:before {
  content: "\ee77";
}
.now-ui-icons.arrows-4_redo-10:before {
  content: "\ee78";
}
.now-ui-icons.arrows-4_redo-26:before {
  content: "\ee79";
}
.now-ui-icons.arrows-4_reply-all:before {
  content: "\ee7a";
}
.now-ui-icons.arrows-4_reply:before {
  content: "\ee7b";
}
.now-ui-icons.arrows-4_restore:before {
  content: "\ee7c";
}
.now-ui-icons.arrows-4_share:before {
  content: "\ee7d";
}
.now-ui-icons.arrows-4_shuffle-01:before {
  content: "\ee7e";
}
.now-ui-icons.arrows-4_shuffle-35:before {
  content: "\ee7f";
}
.now-ui-icons.arrows-4_split-33:before {
  content: "\ee80";
}
.now-ui-icons.arrows-4_split-37:before {
  content: "\ee81";
}
.now-ui-icons.arrows-4_stre-down:before {
  content: "\ee82";
}
.now-ui-icons.arrows-4_stre-left:before {
  content: "\ee83";
}
.now-ui-icons.arrows-4_stre-right:before {
  content: "\ee84";
}
.now-ui-icons.arrows-4_stre-up:before {
  content: "\ee85";
}
.now-ui-icons.arrows-4_swap-horizontal:before {
  content: "\ee86";
}
.now-ui-icons.arrows-4_swap-vertical:before {
  content: "\ee87";
}
.now-ui-icons.arrows-4_system-update:before {
  content: "\ee88";
}
.now-ui-icons.arrows-4_undo-25:before {
  content: "\ee89";
}
.now-ui-icons.arrows-4_undo-29:before {
  content: "\ee8a";
}
.now-ui-icons.arrows-4_upload:before {
  content: "\ee8b";
}
.now-ui-icons.files-2_ai-illustrator:before {
  content: "\e947";
}
.now-ui-icons.files-2_avi:before {
  content: "\e948";
}
.now-ui-icons.files-2_css:before {
  content: "\e949";
}
.now-ui-icons.files-2_csv:before {
  content: "\e94a";
}
.now-ui-icons.files-2_doc:before {
  content: "\e94b";
}
.now-ui-icons.files-2_docx:before {
  content: "\e94c";
}
.now-ui-icons.files-2_epub:before {
  content: "\e94d";
}
.now-ui-icons.files-2_exe:before {
  content: "\e94e";
}
.now-ui-icons.files-2_font:before {
  content: "\e94f";
}
.now-ui-icons.files-2_gif:before {
  content: "\e950";
}
.now-ui-icons.files-2_html:before {
  content: "\e951";
}
.now-ui-icons.files-2_jpg-jpeg:before {
  content: "\e952";
}
.now-ui-icons.files-2_js-javascript-jquery:before {
  content: "\e953";
}
.now-ui-icons.files-3_mov:before {
  content: "\e954";
}
.now-ui-icons.files-3_mp3:before {
  content: "\e955";
}
.now-ui-icons.files-3_mp4:before {
  content: "\e956";
}
.now-ui-icons.files-3_pdf:before {
  content: "\e957";
}
.now-ui-icons.files-3_png:before {
  content: "\e958";
}
.now-ui-icons.files-3_psd-photoshop:before {
  content: "\e959";
}
.now-ui-icons.files-3_rar:before {
  content: "\e95a";
}
.now-ui-icons.files-3_sketch:before {
  content: "\e95b";
}
.now-ui-icons.files-3_svg:before {
  content: "\e95c";
}
.now-ui-icons.files-3_txt:before {
  content: "\e95d";
}
.now-ui-icons.files-3_wav:before {
  content: "\e95e";
}
.now-ui-icons.files-3_zip:before {
  content: "\e95f";
}
.now-ui-icons.design_album:before {
  content: "\e960";
}
.now-ui-icons.design_align-bottom:before {
  content: "\e961";
}
.now-ui-icons.design_align-center-horizontal:before {
  content: "\e962";
}
.now-ui-icons.design_align-center-vertical:before {
  content: "\e963";
}
.now-ui-icons.design_align-left:before {
  content: "\e964";
}
.now-ui-icons.design_align-right:before {
  content: "\e965";
}
.now-ui-icons.design_align-top:before {
  content: "\e966";
}
.now-ui-icons.design_app:before {
  content: "\e967";
}
.now-ui-icons.design_artboard:before {
  content: "\e968";
}
.now-ui-icons.design_blend:before {
  content: "\e969";
}
.now-ui-icons.design_book-bookmark:before {
  content: "\e96a";
}
.now-ui-icons.design_book-open:before {
  content: "\e96b";
}
.now-ui-icons.design_brush:before {
  content: "\e96c";
}
.now-ui-icons.design_bug:before {
  content: "\e96d";
}
.now-ui-icons.design_bullet-list-67:before {
  content: "\e96e";
}
.now-ui-icons.design_bullet-list-68:before {
  content: "\e96f";
}
.now-ui-icons.design_bullet-list-69:before {
  content: "\e970";
}
.now-ui-icons.design_bullet-list-70:before {
  content: "\e971";
}
.now-ui-icons.design_clone:before {
  content: "\e972";
}
.now-ui-icons.design_code-editor:before {
  content: "\e973";
}
.now-ui-icons.design_code:before {
  content: "\e974";
}
.now-ui-icons.design_collection:before {
  content: "\e975";
}
.now-ui-icons.design_command:before {
  content: "\e976";
}
.now-ui-icons.design_compass:before {
  content: "\e977";
}
.now-ui-icons.design_contrast:before {
  content: "\e978";
}
.now-ui-icons.design_copy:before {
  content: "\e979";
}
.now-ui-icons.design_crop:before {
  content: "\e97a";
}
.now-ui-icons.design_cursor-48:before {
  content: "\e97b";
}
.now-ui-icons.design_cursor-49:before {
  content: "\e97c";
}
.now-ui-icons.design_design-dev:before {
  content: "\e97d";
}
.now-ui-icons.design_design:before {
  content: "\e97e";
}
.now-ui-icons.design_distribute-horizontal:before {
  content: "\e97f";
}
.now-ui-icons.design_distribute-vertical:before {
  content: "\e980";
}
.now-ui-icons.design_drag:before {
  content: "\e981";
}
.now-ui-icons.design_eraser-32:before {
  content: "\e982";
}
.now-ui-icons.design_eraser-33:before {
  content: "\e983";
}
.now-ui-icons.design_eraser-46:before {
  content: "\e984";
}
.now-ui-icons.design_flip-horizontal:before {
  content: "\e985";
}
.now-ui-icons.design_flip-vertical:before {
  content: "\e986";
}
.now-ui-icons.design_image:before {
  content: "\e987";
}
.now-ui-icons.design_magnet:before {
  content: "\e988";
}
.now-ui-icons.design_marker:before {
  content: "\e989";
}
.now-ui-icons.design_measure-02:before {
  content: "\e98a";
}
.now-ui-icons.design_measure-17:before {
  content: "\e98b";
}
.now-ui-icons.design_measure-big:before {
  content: "\e98c";
}
.now-ui-icons.design_mobile-design:before {
  content: "\e98d";
}
.now-ui-icons.design_mobile-dev:before {
  content: "\e98e";
}
.now-ui-icons.design_mouse-08:before {
  content: "\e98f";
}
.now-ui-icons.design_mouse-09:before {
  content: "\e990";
}
.now-ui-icons.design_mouse-10:before {
  content: "\e991";
}
.now-ui-icons.design_newsletter-dev:before {
  content: "\e992";
}
.now-ui-icons.design_note-code:before {
  content: "\e993";
}
.now-ui-icons.design_paint-16:before {
  content: "\e994";
}
.now-ui-icons.design_paint-37:before {
  content: "\e995";
}
.now-ui-icons.design_paint-38:before {
  content: "\e996";
}
.now-ui-icons.design_paint-bucket-39:before {
  content: "\e997";
}
.now-ui-icons.design_paint-bucket-40:before {
  content: "\e998";
}
.now-ui-icons.design_palette:before {
  content: "\e999";
}
.now-ui-icons.design_pantone:before {
  content: "\e99a";
}
.now-ui-icons.design_paper-design:before {
  content: "\e99b";
}
.now-ui-icons.design_paper-dev:before {
  content: "\e99c";
}
.now-ui-icons.design_patch-19:before {
  content: "\e99d";
}
.now-ui-icons.design_patch-34:before {
  content: "\e99e";
}
.now-ui-icons.design_path-exclude:before {
  content: "\e99f";
}
.now-ui-icons.design_path-intersect:before {
  content: "\e9a0";
}
.now-ui-icons.design_path-minus:before {
  content: "\e9a1";
}
.now-ui-icons.design_path-unite:before {
  content: "\e9a2";
}
.now-ui-icons.design_pen-01:before {
  content: "\e9a3";
}
.now-ui-icons.design_pen-23:before {
  content: "\e9a4";
}
.now-ui-icons.design_pen-tool:before {
  content: "\e9a5";
}
.now-ui-icons.design_phone:before {
  content: "\e9a6";
}
.now-ui-icons.design_photo-editor:before {
  content: "\e9a7";
}
.now-ui-icons.design_responsive:before {
  content: "\e9a8";
}
.now-ui-icons.design_scissors-dashed:before {
  content: "\e9a9";
}
.now-ui-icons.design_scissors:before {
  content: "\e9aa";
}
.now-ui-icons.design_shape-adjust:before {
  content: "\edcb";
}
.now-ui-icons.design_shape-circle:before {
  content: "\edcc";
}
.now-ui-icons.design_shape-polygon:before {
  content: "\edcd";
}
.now-ui-icons.design_shape-square:before {
  content: "\edce";
}
.now-ui-icons.design_shape-triangle:before {
  content: "\edcf";
}
.now-ui-icons.design_shapes:before {
  content: "\edd0";
}
.now-ui-icons.design_sharpener:before {
  content: "\edd1";
}
.now-ui-icons.design_slice:before {
  content: "\edd2";
}
.now-ui-icons.design_spray:before {
  content: "\edd3";
}
.now-ui-icons.design_stamp:before {
  content: "\edd4";
}
.now-ui-icons.design_tablet-mobile:before {
  content: "\edd5";
}
.now-ui-icons.design_tablet:before {
  content: "\edd6";
}
.now-ui-icons.design_text:before {
  content: "\edd7";
}
.now-ui-icons.design_todo:before {
  content: "\edd8";
}
.now-ui-icons.design_usb:before {
  content: "\edd9";
}
.now-ui-icons.design_vector:before {
  content: "\edda";
}
.now-ui-icons.design_wand-11:before {
  content: "\eddb";
}
.now-ui-icons.design_wand-99:before {
  content: "\eddc";
}
.now-ui-icons.design_watch-dev:before {
  content: "\eddd";
}
.now-ui-icons.design_web-design:before {
  content: "\edde";
}
.now-ui-icons.design_webpage:before {
  content: "\eddf";
}
.now-ui-icons.design_window-code:before {
  content: "\ede0";
}
.now-ui-icons.design_window-dev:before {
  content: "\ede1";
}
.now-ui-icons.design_window-paragraph:before {
  content: "\ede2";
}
.now-ui-icons.design_window-responsive:before {
  content: "\ede3";
}
.now-ui-icons.design-2_3d-28:before {
  content: "\ede4";
}
.now-ui-icons.design-2_3d-29:before {
  content: "\ede5";
}
.now-ui-icons.design-2_android:before {
  content: "\ede6";
}
.now-ui-icons.design-2_angle:before {
  content: "\ede7";
}
.now-ui-icons.design-2_animation-14:before {
  content: "\ede8";
}
.now-ui-icons.design-2_animation-31:before {
  content: "\ede9";
}
.now-ui-icons.design-2_animation-32:before {
  content: "\edea";
}
.now-ui-icons.design-2_apple:before {
  content: "\edeb";
}
.now-ui-icons.design-2_browser-chrome:before {
  content: "\edec";
}
.now-ui-icons.design-2_browser-edge:before {
  content: "\eded";
}
.now-ui-icons.design-2_browser-firefox:before {
  content: "\edee";
}
.now-ui-icons.design-2_browser-ie:before {
  content: "\edef";
}
.now-ui-icons.design-2_browser-opera:before {
  content: "\edf0";
}
.now-ui-icons.design-2_browser-safari:before {
  content: "\edf1";
}
.now-ui-icons.design-2_bucket:before {
  content: "\edf2";
}
.now-ui-icons.design-2_button:before {
  content: "\edf3";
}
.now-ui-icons.design-2_canvas:before {
  content: "\edf4";
}
.now-ui-icons.design-2_css3:before {
  content: "\edf5";
}
.now-ui-icons.design-2_cursor-add:before {
  content: "\edf6";
}
.now-ui-icons.design-2_cursor-grab:before {
  content: "\edf7";
}
.now-ui-icons.design-2_cursor-load:before {
  content: "\edf8";
}
.now-ui-icons.design-2_cursor-menu:before {
  content: "\edf9";
}
.now-ui-icons.design-2_cursor-not-allowed:before {
  content: "\edfa";
}
.now-ui-icons.design-2_cursor-pointer:before {
  content: "\edfb";
}
.now-ui-icons.design-2_cursor-text:before {
  content: "\edfc";
}
.now-ui-icons.design-2_divider:before {
  content: "\edfd";
}
.now-ui-icons.design-2_filter-organization:before {
  content: "\edfe";
}
.now-ui-icons.design-2_form:before {
  content: "\edff";
}
.now-ui-icons.design-2_frame:before {
  content: "\ee00";
}
.now-ui-icons.design-2_group:before {
  content: "\ee01";
}
.now-ui-icons.design-2_html5:before {
  content: "\ee02";
}
.now-ui-icons.design-2_image:before {
  content: "\ee03";
}
.now-ui-icons.design-2_layers:before {
  content: "\ee04";
}
.now-ui-icons.design-2_layout-11:before {
  content: "\ee05";
}
.now-ui-icons.design-2_layout-25:before {
  content: "\ee06";
}
.now-ui-icons.design-2_microsoft:before {
  content: "\ee07";
}
.now-ui-icons.design-2_mirror:before {
  content: "\ee08";
}
.now-ui-icons.design-2_move-down:before {
  content: "\ee09";
}
.now-ui-icons.design-2_move-up:before {
  content: "\ee0a";
}
.now-ui-icons.design-2_paint-brush:before {
  content: "\ee0b";
}
.now-ui-icons.design-2_ruler-pencil:before {
  content: "\ee0c";
}
.now-ui-icons.design-2_scale-down:before {
  content: "\ee0d";
}
.now-ui-icons.design-2_scale-up:before {
  content: "\ee0e";
}
.now-ui-icons.design-2_scale:before {
  content: "\ee0f";
}
.now-ui-icons.design-2_selection:before {
  content: "\ee10";
}
.now-ui-icons.design-2_slider:before {
  content: "\ee11";
}
.now-ui-icons.design-2_text:before {
  content: "\ee12";
}
.now-ui-icons.design-2_transform-origin:before {
  content: "\ee13";
}
.now-ui-icons.design-2_transform:before {
  content: "\ee14";
}
.now-ui-icons.design-2_ungroup:before {
  content: "\ee15";
}
.now-ui-icons.loader_circle-04:before {
  content: "\edc7";
}
.now-ui-icons.loader_dots-06:before {
  content: "\edc8";
}
.now-ui-icons.loader_gear:before {
  content: "\edc9";
}
.now-ui-icons.loader_refresh:before {
  content: "\edca";
}
.now-ui-icons.ui-1_analytics-88:before {
  content: "\ecd6";
}
.now-ui-icons.ui-1_analytics-89:before {
  content: "\ecd7";
}
.now-ui-icons.ui-1_attach-86:before {
  content: "\ecd8";
}
.now-ui-icons.ui-1_attach-87:before {
  content: "\ecd9";
}
.now-ui-icons.ui-1_bell-53:before {
  content: "\ecda";
}
.now-ui-icons.ui-1_bell-54:before {
  content: "\ecdb";
}
.now-ui-icons.ui-1_bell-55:before {
  content: "\ecdc";
}
.now-ui-icons.ui-1_bold-add:before {
  content: "\ecdd";
}
.now-ui-icons.ui-1_bold-delete:before {
  content: "\ecde";
}
.now-ui-icons.ui-1_bold-remove:before {
  content: "\ecdf";
}
.now-ui-icons.ui-1_bookmark-add:before {
  content: "\ece0";
}
.now-ui-icons.ui-1_bookmark-remove:before {
  content: "\ece1";
}
.now-ui-icons.ui-1_calendar-57:before {
  content: "\ece2";
}
.now-ui-icons.ui-1_calendar-60:before {
  content: "\ece3";
}
.now-ui-icons.ui-1_calendar-check-59:before {
  content: "\ece4";
}
.now-ui-icons.ui-1_calendar-check-62:before {
  content: "\ece5";
}
.now-ui-icons.ui-1_calendar-grid-58:before {
  content: "\ece6";
}
.now-ui-icons.ui-1_calendar-grid-61:before {
  content: "\ece7";
}
.now-ui-icons.ui-1_check-bold:before {
  content: "\ece8";
}
.now-ui-icons.ui-1_check-circle-07:before {
  content: "\ece9";
}
.now-ui-icons.ui-1_check-circle-08:before {
  content: "\ecea";
}
.now-ui-icons.ui-1_check-curve:before {
  content: "\eceb";
}
.now-ui-icons.ui-1_check-simple:before {
  content: "\ecec";
}
.now-ui-icons.ui-1_check-small:before {
  content: "\eced";
}
.now-ui-icons.ui-1_check-square-09:before {
  content: "\ecee";
}
.now-ui-icons.ui-1_check-square-11:before {
  content: "\ecef";
}
.now-ui-icons.ui-1_check:before {
  content: "\ecf0";
}
.now-ui-icons.ui-1_circle-add:before {
  content: "\ecf1";
}
.now-ui-icons.ui-1_circle-bold-add:before {
  content: "\ecf2";
}
.now-ui-icons.ui-1_circle-bold-remove:before {
  content: "\ecf3";
}
.now-ui-icons.ui-1_circle-delete:before {
  content: "\ecf4";
}
.now-ui-icons.ui-1_circle-remove:before {
  content: "\ecf5";
}
.now-ui-icons.ui-1_dashboard-29:before {
  content: "\ecf6";
}
.now-ui-icons.ui-1_dashboard-30:before {
  content: "\ecf7";
}
.now-ui-icons.ui-1_dashboard-half:before {
  content: "\ecf8";
}
.now-ui-icons.ui-1_dashboard-level:before {
  content: "\ecf9";
}
.now-ui-icons.ui-1_database:before {
  content: "\ecfa";
}
.now-ui-icons.ui-1_drop:before {
  content: "\ecfb";
}
.now-ui-icons.ui-1_edit-71:before {
  content: "\ecfc";
}
.now-ui-icons.ui-1_edit-72:before {
  content: "\ecfd";
}
.now-ui-icons.ui-1_edit-73:before {
  content: "\ecfe";
}
.now-ui-icons.ui-1_edit-74:before {
  content: "\ecff";
}
.now-ui-icons.ui-1_edit-75:before {
  content: "\ed00";
}
.now-ui-icons.ui-1_edit-76:before {
  content: "\ed01";
}
.now-ui-icons.ui-1_edit-77:before {
  content: "\ed02";
}
.now-ui-icons.ui-1_edit-78:before {
  content: "\ed03";
}
.now-ui-icons.ui-1_email-83:before {
  content: "\ed04";
}
.now-ui-icons.ui-1_email-84:before {
  content: "\ed05";
}
.now-ui-icons.ui-1_email-85:before {
  content: "\ed06";
}
.now-ui-icons.ui-1_eye-17:before {
  content: "\ed07";
}
.now-ui-icons.ui-1_eye-19:before {
  content: "\ed08";
}
.now-ui-icons.ui-1_eye-ban-18:before {
  content: "\ed09";
}
.now-ui-icons.ui-1_eye-ban-20:before {
  content: "\ed0a";
}
.now-ui-icons.ui-1_flame:before {
  content: "\ed0b";
}
.now-ui-icons.ui-1_home-51:before {
  content: "\ed0c";
}
.now-ui-icons.ui-1_home-52:before {
  content: "\ed0d";
}
.now-ui-icons.ui-1_home-minimal:before {
  content: "\ed0e";
}
.now-ui-icons.ui-1_home-simple:before {
  content: "\ed0f";
}
.now-ui-icons.ui-1_leaf-80:before {
  content: "\ed10";
}
.now-ui-icons.ui-1_leaf-81:before {
  content: "\ed11";
}
.now-ui-icons.ui-1_leaf-edit:before {
  content: "\ed12";
}
.now-ui-icons.ui-1_lock-circle-open:before {
  content: "\ed13";
}
.now-ui-icons.ui-1_lock-circle:before {
  content: "\ed14";
}
.now-ui-icons.ui-1_lock-open:before {
  content: "\ed15";
}
.now-ui-icons.ui-1_lock:before {
  content: "\ed16";
}
.now-ui-icons.ui-1_notification-69:before {
  content: "\ed17";
}
.now-ui-icons.ui-1_notification-70:before {
  content: "\ed18";
}
.now-ui-icons.ui-1_pencil:before {
  content: "\ed19";
}
.now-ui-icons.ui-1_preferences-circle-rotate:before {
  content: "\ed1a";
}
.now-ui-icons.ui-1_preferences-circle:before {
  content: "\ed1b";
}
.now-ui-icons.ui-1_preferences-container-circle-rotate:before {
  content: "\ed1c";
}
.now-ui-icons.ui-1_preferences-container-circle:before {
  content: "\ed1d";
}
.now-ui-icons.ui-1_preferences-container-rotate:before {
  content: "\ed1e";
}
.now-ui-icons.ui-1_preferences-container:before {
  content: "\ed1f";
}
.now-ui-icons.ui-1_preferences-rotate:before {
  content: "\ed20";
}
.now-ui-icons.ui-1_preferences:before {
  content: "\ed21";
}
.now-ui-icons.ui-1_send:before {
  content: "\ed22";
}
.now-ui-icons.ui-1_settings-gear-63:before {
  content: "\ed23";
}
.now-ui-icons.ui-1_settings-gear-64:before {
  content: "\ed24";
}
.now-ui-icons.ui-1_settings-gear-65:before {
  content: "\ed25";
}
.now-ui-icons.ui-1_settings-tool-66:before {
  content: "\ed26";
}
.now-ui-icons.ui-1_settings-tool-67:before {
  content: "\ed27";
}
.now-ui-icons.ui-1_settings:before {
  content: "\ed28";
}
.now-ui-icons.ui-1_simple-add:before {
  content: "\ed29";
}
.now-ui-icons.ui-1_simple-delete:before {
  content: "\ed2a";
}
.now-ui-icons.ui-1_simple-remove:before {
  content: "\ed2b";
}
.now-ui-icons.ui-1_trash-round:before {
  content: "\ed2c";
}
.now-ui-icons.ui-1_trash-simple:before {
  content: "\ed2d";
}
.now-ui-icons.ui-1_trash:before {
  content: "\ed2e";
}
.now-ui-icons.ui-1_ui-03:before {
  content: "\ed2f";
}
.now-ui-icons.ui-1_ui-04:before {
  content: "\ed30";
}
.now-ui-icons.ui-1_zoom-bold-in:before {
  content: "\ed31";
}
.now-ui-icons.ui-1_zoom-bold-out:before {
  content: "\ed32";
}
.now-ui-icons.ui-1_zoom-bold:before {
  content: "\ed33";
}
.now-ui-icons.ui-1_zoom-in:before {
  content: "\ed34";
}
.now-ui-icons.ui-1_zoom-out:before {
  content: "\ed35";
}
.now-ui-icons.ui-1_zoom-split-in:before {
  content: "\ed36";
}
.now-ui-icons.ui-1_zoom-split-out:before {
  content: "\ed37";
}
.now-ui-icons.ui-1_zoom-split:before {
  content: "\ed38";
}
.now-ui-icons.ui-1_zoom:before {
  content: "\ed39";
}
.now-ui-icons.ui-2_alert:before {
  content: "\ed3a";
}
.now-ui-icons.ui-2_alert-:before {
  content: "\ed3b";
}
.now-ui-icons.ui-2_alert-circle:before {
  content: "\ed3c";
}
.now-ui-icons.ui-2_alert-circle-:before {
  content: "\ed3d";
}
.now-ui-icons.ui-2_alert-circle-i:before {
  content: "\ed3e";
}
.now-ui-icons.ui-2_alert-i:before {
  content: "\ed3f";
}
.now-ui-icons.ui-2_alert-square:before {
  content: "\ed40";
}
.now-ui-icons.ui-2_alert-square-:before {
  content: "\ed41";
}
.now-ui-icons.ui-2_alert-square-i:before {
  content: "\ed42";
}
.now-ui-icons.ui-2_archive:before {
  content: "\ed43";
}
.now-ui-icons.ui-2_ban-bold:before {
  content: "\ed44";
}
.now-ui-icons.ui-2_ban:before {
  content: "\ed45";
}
.now-ui-icons.ui-2_battery-81:before {
  content: "\ed46";
}
.now-ui-icons.ui-2_battery-83:before {
  content: "\ed47";
}
.now-ui-icons.ui-2_battery-half:before {
  content: "\ed48";
}
.now-ui-icons.ui-2_battery-low:before {
  content: "\ed49";
}
.now-ui-icons.ui-2_bluetooth:before {
  content: "\ed4a";
}
.now-ui-icons.ui-2_book:before {
  content: "\ed4b";
}
.now-ui-icons.ui-2_chart-bar-52:before {
  content: "\ed4c";
}
.now-ui-icons.ui-2_chart-bar-53:before {
  content: "\ed4d";
}
.now-ui-icons.ui-2_chat-content:before {
  content: "\ed4e";
}
.now-ui-icons.ui-2_chat-round-content:before {
  content: "\ed4f";
}
.now-ui-icons.ui-2_chat-round:before {
  content: "\ed50";
}
.now-ui-icons.ui-2_chat:before {
  content: "\ed51";
}
.now-ui-icons.ui-2_circle-bold-delete:before {
  content: "\ed52";
}
.now-ui-icons.ui-2_cloud-25:before {
  content: "\ed53";
}
.now-ui-icons.ui-2_cloud-26:before {
  content: "\ed54";
}
.now-ui-icons.ui-2_disk:before {
  content: "\ed55";
}
.now-ui-icons.ui-2_enlarge-57:before {
  content: "\ed56";
}
.now-ui-icons.ui-2_enlarge-58:before {
  content: "\ed57";
}
.now-ui-icons.ui-2_enlarge-59:before {
  content: "\ed58";
}
.now-ui-icons.ui-2_fat-add:before {
  content: "\ed59";
}
.now-ui-icons.ui-2_fat-delete:before {
  content: "\ed5a";
}
.now-ui-icons.ui-2_fat-remove:before {
  content: "\ed5b";
}
.now-ui-icons.ui-2_favourite-28:before {
  content: "\ed5c";
}
.now-ui-icons.ui-2_favourite-31:before {
  content: "\ed5d";
}
.now-ui-icons.ui-2_favourite-add-29:before {
  content: "\ed5e";
}
.now-ui-icons.ui-2_favourite-add-32:before {
  content: "\ed5f";
}
.now-ui-icons.ui-2_favourite-remove-30:before {
  content: "\ed60";
}
.now-ui-icons.ui-2_favourite-remove-33:before {
  content: "\ed61";
}
.now-ui-icons.ui-2_filter:before {
  content: "\ed62";
}
.now-ui-icons.ui-2_fullsize:before {
  content: "\ed63";
}
.now-ui-icons.ui-2_grid-45:before {
  content: "\ed64";
}
.now-ui-icons.ui-2_grid-46:before {
  content: "\ed65";
}
.now-ui-icons.ui-2_grid-48:before {
  content: "\ed66";
}
.now-ui-icons.ui-2_grid-49:before {
  content: "\ed67";
}
.now-ui-icons.ui-2_grid-50:before {
  content: "\ed68";
}
.now-ui-icons.ui-2_grid-square:before {
  content: "\ed69";
}
.now-ui-icons.ui-2_hourglass:before {
  content: "\ed6a";
}
.now-ui-icons.ui-2_lab:before {
  content: "\ed6b";
}
.now-ui-icons.ui-2_layers:before {
  content: "\ed6c";
}
.now-ui-icons.ui-2_like:before {
  content: "\ed6d";
}
.now-ui-icons.ui-2_link-66:before {
  content: "\ed6e";
}
.now-ui-icons.ui-2_link-67:before {
  content: "\ed6f";
}
.now-ui-icons.ui-2_link-68:before {
  content: "\ed70";
}
.now-ui-icons.ui-2_link-69:before {
  content: "\ed71";
}
.now-ui-icons.ui-2_link-71:before {
  content: "\ed72";
}
.now-ui-icons.ui-2_link-72:before {
  content: "\ed73";
}
.now-ui-icons.ui-2_link-broken-70:before {
  content: "\ed74";
}
.now-ui-icons.ui-2_link-broken-73:before {
  content: "\ed75";
}
.now-ui-icons.ui-2_menu-34:before {
  content: "\ed76";
}
.now-ui-icons.ui-2_menu-35:before {
  content: "\ed77";
}
.now-ui-icons.ui-2_menu-bold:before {
  content: "\ed78";
}
.now-ui-icons.ui-2_menu-dots:before {
  content: "\ed79";
}
.now-ui-icons.ui-2_menu-square:before {
  content: "\ed7a";
}
.now-ui-icons.ui-2_node:before {
  content: "\ed7b";
}
.now-ui-icons.ui-2_paragraph:before {
  content: "\ed7c";
}
.now-ui-icons.ui-2_phone:before {
  content: "\ed7d";
}
.now-ui-icons.ui-2_settings-90:before {
  content: "\ed7e";
}
.now-ui-icons.ui-2_settings-91:before {
  content: "\ed7f";
}
.now-ui-icons.ui-2_share-bold:before {
  content: "\ed80";
}
.now-ui-icons.ui-2_share:before {
  content: "\ed81";
}
.now-ui-icons.ui-2_small-add:before {
  content: "\ed82";
}
.now-ui-icons.ui-2_small-delete:before {
  content: "\ed83";
}
.now-ui-icons.ui-2_small-remove:before {
  content: "\ed84";
}
.now-ui-icons.ui-2_square-add-08:before {
  content: "\ed85";
}
.now-ui-icons.ui-2_square-add-11:before {
  content: "\ed86";
}
.now-ui-icons.ui-2_square-delete-10:before {
  content: "\ed87";
}
.now-ui-icons.ui-2_square-delete-13:before {
  content: "\ed88";
}
.now-ui-icons.ui-2_square-remove-09:before {
  content: "\ed89";
}
.now-ui-icons.ui-2_square-remove-12:before {
  content: "\ed8a";
}
.now-ui-icons.ui-2_target:before {
  content: "\ed8b";
}
.now-ui-icons.ui-2_tile-55:before {
  content: "\ed8c";
}
.now-ui-icons.ui-2_tile-56:before {
  content: "\ed8d";
}
.now-ui-icons.ui-2_time-alarm:before {
  content: "\ed8e";
}
.now-ui-icons.ui-2_time-clock:before {
  content: "\ed8f";
}
.now-ui-icons.ui-2_time-countdown:before {
  content: "\ed90";
}
.now-ui-icons.ui-2_time:before {
  content: "\ed91";
}
.now-ui-icons.ui-2_webpage:before {
  content: "\ed92";
}
.now-ui-icons.ui-2_window-add:before {
  content: "\ed93";
}
.now-ui-icons.ui-2_window-delete:before {
  content: "\ed94";
}
.now-ui-icons.ui-3_alert:before {
  content: "\ed95";
}
.now-ui-icons.ui-3_backward:before {
  content: "\ed96";
}
.now-ui-icons.ui-3_bolt:before {
  content: "\ed97";
}
.now-ui-icons.ui-3_bullet-list:before {
  content: "\ed98";
}
.now-ui-icons.ui-3_calendar-add:before {
  content: "\ed99";
}
.now-ui-icons.ui-3_card-add:before {
  content: "\ed9a";
}
.now-ui-icons.ui-3_card-alert:before {
  content: "\ed9b";
}
.now-ui-icons.ui-3_chart-bars:before {
  content: "\ed9c";
}
.now-ui-icons.ui-3_chart:before {
  content: "\ed9d";
}
.now-ui-icons.ui-3_chat-33:before {
  content: "\ed9e";
}
.now-ui-icons.ui-3_chat-45:before {
  content: "\ed9f";
}
.now-ui-icons.ui-3_chat-46:before {
  content: "\eda0";
}
.now-ui-icons.ui-3_chat-reply:before {
  content: "\eda1";
}
.now-ui-icons.ui-3_check-in:before {
  content: "\eda2";
}
.now-ui-icons.ui-3_check-out:before {
  content: "\eda3";
}
.now-ui-icons.ui-3_dock-bottom:before {
  content: "\eda4";
}
.now-ui-icons.ui-3_dock-left:before {
  content: "\eda5";
}
.now-ui-icons.ui-3_dock-right:before {
  content: "\eda6";
}
.now-ui-icons.ui-3_dock-top:before {
  content: "\eda7";
}
.now-ui-icons.ui-3_filter-check:before {
  content: "\eda8";
}
.now-ui-icons.ui-3_filter-remove:before {
  content: "\eda9";
}
.now-ui-icons.ui-3_forward:before {
  content: "\edaa";
}
.now-ui-icons.ui-3_funnel-39:before {
  content: "\edab";
}
.now-ui-icons.ui-3_funnel-40:before {
  content: "\edac";
}
.now-ui-icons.ui-3_funnel-41:before {
  content: "\edad";
}
.now-ui-icons.ui-3_heart-add:before {
  content: "\edae";
}
.now-ui-icons.ui-3_heart-remove:before {
  content: "\edaf";
}
.now-ui-icons.ui-3_heart:before {
  content: "\edb0";
}
.now-ui-icons.ui-3_infinite:before {
  content: "\edb1";
}
.now-ui-icons.ui-3_link:before {
  content: "\edb2";
}
.now-ui-icons.ui-3_menu-left:before {
  content: "\edb3";
}
.now-ui-icons.ui-3_menu-right:before {
  content: "\edb4";
}
.now-ui-icons.ui-3_menu:before {
  content: "\edb5";
}
.now-ui-icons.ui-3_metrics:before {
  content: "\edb6";
}
.now-ui-icons.ui-3_phone-call-end:before {
  content: "\edb7";
}
.now-ui-icons.ui-3_phone-call:before {
  content: "\edb8";
}
.now-ui-icons.ui-3_phone:before {
  content: "\edb9";
}
.now-ui-icons.ui-3_playlist:before {
  content: "\edba";
}
.now-ui-icons.ui-3_search:before {
  content: "\edbb";
}
.now-ui-icons.ui-3_security:before {
  content: "\edbc";
}
.now-ui-icons.ui-3_segmentation:before {
  content: "\edbd";
}
.now-ui-icons.ui-3_select:before {
  content: "\edbe";
}
.now-ui-icons.ui-3_send:before {
  content: "\edbf";
}
.now-ui-icons.ui-3_signal:before {
  content: "\edc0";
}
.now-ui-icons.ui-3_slide-left:before {
  content: "\edc1";
}
.now-ui-icons.ui-3_slide-right:before {
  content: "\edc2";
}
.now-ui-icons.ui-3_table-left:before {
  content: "\edc3";
}
.now-ui-icons.ui-3_table-right:before {
  content: "\edc4";
}
.now-ui-icons.ui-3_tag:before {
  content: "\edc5";
}
.now-ui-icons.ui-3_widget:before {
  content: "\edc6";
}
.now-ui-icons.envir_bulb-saver:before {
  content: "\ecc4";
}
.now-ui-icons.envir_bulb:before {
  content: "\ecc5";
}
.now-ui-icons.envir_car:before {
  content: "\ecc6";
}
.now-ui-icons.envir_fuel-electric:before {
  content: "\ecc7";
}
.now-ui-icons.envir_fuel:before {
  content: "\ecc8";
}
.now-ui-icons.envir_home:before {
  content: "\ecc9";
}
.now-ui-icons.envir_level:before {
  content: "\ecca";
}
.now-ui-icons.envir_panel:before {
  content: "\eccb";
}
.now-ui-icons.envir_radiation:before {
  content: "\eccc";
}
.now-ui-icons.envir_recycling:before {
  content: "\eccd";
}
.now-ui-icons.envir_save-planet:before {
  content: "\ecce";
}
.now-ui-icons.envir_waste-danger:before {
  content: "\eccf";
}
.now-ui-icons.envir_waste-recycling:before {
  content: "\ecd0";
}
.now-ui-icons.envir_waste:before {
  content: "\ecd1";
}
.now-ui-icons.envir_water-hand:before {
  content: "\ecd2";
}
.now-ui-icons.envir_water-sink:before {
  content: "\ecd3";
}
.now-ui-icons.envir_water:before {
  content: "\ecd4";
}
.now-ui-icons.envir_wind:before {
  content: "\ecd5";
}
.now-ui-icons.text_align-center:before {
  content: "\ecaa";
}
.now-ui-icons.text_align-justify:before {
  content: "\ecab";
}
.now-ui-icons.text_align-left:before {
  content: "\ecac";
}
.now-ui-icons.text_align-right:before {
  content: "\ecad";
}
.now-ui-icons.text_background:before {
  content: "\ecae";
}
.now-ui-icons.text_bold:before {
  content: "\ecaf";
}
.now-ui-icons.text_capitalize:before {
  content: "\ecb0";
}
.now-ui-icons.text_caps-all:before {
  content: "\ecb1";
}
.now-ui-icons.text_caps-small:before {
  content: "\ecb2";
}
.now-ui-icons.text_color:before {
  content: "\ecb3";
}
.now-ui-icons.text_edit:before {
  content: "\ecb4";
}
.now-ui-icons.text_italic:before {
  content: "\ecb5";
}
.now-ui-icons.text_line-height:before {
  content: "\ecb6";
}
.now-ui-icons.text_list-bullet:before {
  content: "\ecb7";
}
.now-ui-icons.text_list-numbers:before {
  content: "\ecb8";
}
.now-ui-icons.text_margin-left:before {
  content: "\ecb9";
}
.now-ui-icons.text_margin-right:before {
  content: "\ecba";
}
.now-ui-icons.text_quote:before {
  content: "\ecbb";
}
.now-ui-icons.text_scale-horizontal:before {
  content: "\ecbc";
}
.now-ui-icons.text_scale-vertical:before {
  content: "\ecbd";
}
.now-ui-icons.text_size:before {
  content: "\ecbe";
}
.now-ui-icons.text_strikethrough:before {
  content: "\ecbf";
}
.now-ui-icons.text_subscript:before {
  content: "\ecc0";
}
.now-ui-icons.text_superscript:before {
  content: "\ecc1";
}
.now-ui-icons.text_tracking:before {
  content: "\ecc2";
}
.now-ui-icons.text_underline:before {
  content: "\ecc3";
}
.now-ui-icons.gestures_2x-drag-down:before {
  content: "\ec09";
}
.now-ui-icons.gestures_2x-drag-up:before {
  content: "\ec0a";
}
.now-ui-icons.gestures_2x-swipe-down:before {
  content: "\ec0b";
}
.now-ui-icons.gestures_2x-swipe-left:before {
  content: "\ec0c";
}
.now-ui-icons.gestures_2x-swipe-right:before {
  content: "\ec0d";
}
.now-ui-icons.gestures_2x-swipe-up:before {
  content: "\ec0e";
}
.now-ui-icons.gestures_2x-tap:before {
  content: "\ec0f";
}
.now-ui-icons.gestures_3x-swipe-left:before {
  content: "\ec10";
}
.now-ui-icons.gestures_3x-swipe-right:before {
  content: "\ec11";
}
.now-ui-icons.gestures_3x-swipe-up:before {
  content: "\ec12";
}
.now-ui-icons.gestures_3x-tap:before {
  content: "\ec13";
}
.now-ui-icons.gestures_4x-swipe-left:before {
  content: "\ec14";
}
.now-ui-icons.gestures_4x-swipe-right:before {
  content: "\ec15";
}
.now-ui-icons.gestures_4x-swipe-up:before {
  content: "\ec16";
}
.now-ui-icons.gestures_active-38:before {
  content: "\ec17";
}
.now-ui-icons.gestures_active-40:before {
  content: "\ec18";
}
.now-ui-icons.gestures_camera:before {
  content: "\ec19";
}
.now-ui-icons.gestures_double-tap:before {
  content: "\ec1a";
}
.now-ui-icons.gestures_drag-21:before {
  content: "\ec1b";
}
.now-ui-icons.gestures_drag-31:before {
  content: "\ec1c";
}
.now-ui-icons.gestures_drag-down:before {
  content: "\ec1d";
}
.now-ui-icons.gestures_drag-left:before {
  content: "\ec1e";
}
.now-ui-icons.gestures_drag-right:before {
  content: "\ec1f";
}
.now-ui-icons.gestures_drag-up:before {
  content: "\ec20";
}
.now-ui-icons.gestures_flick-down:before {
  content: "\ec21";
}
.now-ui-icons.gestures_flick-left:before {
  content: "\ec22";
}
.now-ui-icons.gestures_flick-right:before {
  content: "\ec23";
}
.now-ui-icons.gestures_flick-up:before {
  content: "\ec24";
}
.now-ui-icons.gestures_grab:before {
  content: "\ec25";
}
.now-ui-icons.gestures_hold:before {
  content: "\ec26";
}
.now-ui-icons.gestures_pin:before {
  content: "\ec27";
}
.now-ui-icons.gestures_pinch:before {
  content: "\ec28";
}
.now-ui-icons.gestures_rotate-22:before {
  content: "\ec29";
}
.now-ui-icons.gestures_rotate-23:before {
  content: "\ec2a";
}
.now-ui-icons.gestures_scan:before {
  content: "\ec2b";
}
.now-ui-icons.gestures_scroll-horitontal:before {
  content: "\ec2c";
}
.now-ui-icons.gestures_scroll-vertical:before {
  content: "\ec2d";
}
.now-ui-icons.gestures_stretch:before {
  content: "\ec2e";
}
.now-ui-icons.gestures_swipe-bottom:before {
  content: "\ec2f";
}
.now-ui-icons.gestures_swipe-left:before {
  content: "\ec30";
}
.now-ui-icons.gestures_swipe-right:before {
  content: "\ec31";
}
.now-ui-icons.gestures_swipe-up:before {
  content: "\ec32";
}
.now-ui-icons.gestures_tap-01:before {
  content: "\ec33";
}
.now-ui-icons.gestures_tap-02:before {
  content: "\ec34";
}
.now-ui-icons.sport_badminton:before {
  content: "\ec35";
}
.now-ui-icons.sport_baseball-ball:before {
  content: "\ec36";
}
.now-ui-icons.sport_baseball-bat:before {
  content: "\ec37";
}
.now-ui-icons.sport_baseball:before {
  content: "\ec38";
}
.now-ui-icons.sport_basketball-12:before {
  content: "\ec39";
}
.now-ui-icons.sport_basketball-13:before {
  content: "\ec3a";
}
.now-ui-icons.sport_boxing:before {
  content: "\ec3b";
}
.now-ui-icons.sport_cardio:before {
  content: "\ec3c";
}
.now-ui-icons.sport_cricket:before {
  content: "\ec3d";
}
.now-ui-icons.sport_crown:before {
  content: "\ec3e";
}
.now-ui-icons.sport_dart:before {
  content: "\ec3f";
}
.now-ui-icons.sport_dumbbells:before {
  content: "\ec40";
}
.now-ui-icons.sport_energy-drink:before {
  content: "\ec41";
}
.now-ui-icons.sport_energy-supplement:before {
  content: "\ec42";
}
.now-ui-icons.sport_fencing:before {
  content: "\ec43";
}
.now-ui-icons.sport_fishing:before {
  content: "\ec44";
}
.now-ui-icons.sport_flag-finish:before {
  content: "\ec45";
}
.now-ui-icons.sport_football-headguard:before {
  content: "\ec46";
}
.now-ui-icons.sport_golf:before {
  content: "\ec47";
}
.now-ui-icons.sport_helmet:before {
  content: "\ec48";
}
.now-ui-icons.sport_hockey:before {
  content: "\ec49";
}
.now-ui-icons.sport_kettlebell:before {
  content: "\ec4a";
}
.now-ui-icons.sport_ping-pong:before {
  content: "\ec4b";
}
.now-ui-icons.sport_podium-trophy:before {
  content: "\ec4c";
}
.now-ui-icons.sport_podium:before {
  content: "\ec4d";
}
.now-ui-icons.sport_rope:before {
  content: "\ec4e";
}
.now-ui-icons.sport_rugby:before {
  content: "\ec4f";
}
.now-ui-icons.sport_shaker:before {
  content: "\ec50";
}
.now-ui-icons.sport_shoe-run:before {
  content: "\ec51";
}
.now-ui-icons.sport_skateboard:before {
  content: "\ec52";
}
.now-ui-icons.sport_snowboard:before {
  content: "\ec53";
}
.now-ui-icons.sport_soccer-field:before {
  content: "\ec54";
}
.now-ui-icons.sport_steering-wheel:before {
  content: "\ec55";
}
.now-ui-icons.sport_supplement:before {
  content: "\ec56";
}
.now-ui-icons.sport_surf:before {
  content: "\ec57";
}
.now-ui-icons.sport_tactic:before {
  content: "\ec58";
}
.now-ui-icons.sport_tennis-ball:before {
  content: "\ec59";
}
.now-ui-icons.sport_tennis:before {
  content: "\ec5a";
}
.now-ui-icons.sport_trophy:before {
  content: "\ec5b";
}
.now-ui-icons.sport_user-balance:before {
  content: "\ec5c";
}
.now-ui-icons.sport_user-climb:before {
  content: "\ec5d";
}
.now-ui-icons.sport_user-meditation:before {
  content: "\ec5e";
}
.now-ui-icons.sport_user-run:before {
  content: "\ec5f";
}
.now-ui-icons.sport_user-snowboard:before {
  content: "\ec60";
}
.now-ui-icons.sport_user-swim:before {
  content: "\ec61";
}
.now-ui-icons.sport_volleyball:before {
  content: "\ec62";
}
.now-ui-icons.sport_whistle:before {
  content: "\ec63";
}
.now-ui-icons.holidays_bat:before {
  content: "\ec64";
}
.now-ui-icons.holidays_biscuit:before {
  content: "\ec65";
}
.now-ui-icons.holidays_bones:before {
  content: "\ec66";
}
.now-ui-icons.holidays_boot:before {
  content: "\ec67";
}
.now-ui-icons.holidays_candy:before {
  content: "\ec68";
}
.now-ui-icons.holidays_cat:before {
  content: "\ec69";
}
.now-ui-icons.holidays_cauldron:before {
  content: "\ec6a";
}
.now-ui-icons.holidays_chimney:before {
  content: "\ec6b";
}
.now-ui-icons.holidays_cockade:before {
  content: "\ec6c";
}
.now-ui-icons.holidays_coffin:before {
  content: "\ec6d";
}
.now-ui-icons.holidays_dead-hand:before {
  content: "\ec6e";
}
.now-ui-icons.holidays_decoration:before {
  content: "\ec6f";
}
.now-ui-icons.holidays_deer:before {
  content: "\ec70";
}
.now-ui-icons.holidays_egg-38:before {
  content: "\ec71";
}
.now-ui-icons.holidays_egg-39:before {
  content: "\ec72";
}
.now-ui-icons.holidays_frankenstein:before {
  content: "\ec73";
}
.now-ui-icons.holidays_ghost:before {
  content: "\ec74";
}
.now-ui-icons.holidays_gift-exchange:before {
  content: "\ec75";
}
.now-ui-icons.holidays_gift:before {
  content: "\ec76";
}
.now-ui-icons.holidays_glove:before {
  content: "\ec77";
}
.now-ui-icons.holidays_grave:before {
  content: "\ec78";
}
.now-ui-icons.holidays_light:before {
  content: "\ec79";
}
.now-ui-icons.holidays_message:before {
  content: "\ec7a";
}
.now-ui-icons.holidays_mistletoe:before {
  content: "\ec7b";
}
.now-ui-icons.holidays_owl:before {
  content: "\ec7c";
}
.now-ui-icons.holidays_pumpkin:before {
  content: "\ec7d";
}
.now-ui-icons.holidays_rabbit:before {
  content: "\ec7e";
}
.now-ui-icons.holidays_santa-hat:before {
  content: "\ec7f";
}
.now-ui-icons.holidays_sickle:before {
  content: "\ec80";
}
.now-ui-icons.holidays_snow-ball:before {
  content: "\ec81";
}
.now-ui-icons.holidays_snowman-head:before {
  content: "\ec82";
}
.now-ui-icons.holidays_snowman:before {
  content: "\ec83";
}
.now-ui-icons.holidays_soak:before {
  content: "\ec84";
}
.now-ui-icons.holidays_spider:before {
  content: "\ec85";
}
.now-ui-icons.holidays_tree-ball:before {
  content: "\ec86";
}
.now-ui-icons.holidays_tree:before {
  content: "\ec87";
}
.now-ui-icons.holidays_vampire:before {
  content: "\ec88";
}
.now-ui-icons.holidays_witch-hat:before {
  content: "\ec89";
}
.now-ui-icons.holidays_wolf:before {
  content: "\ec8a";
}
.now-ui-icons.holidays_zombie:before {
  content: "\ec8b";
}
.now-ui-icons.nature_bear:before {
  content: "\ec8c";
}
.now-ui-icons.nature_bee:before {
  content: "\ec8d";
}
.now-ui-icons.nature_butterfly:before {
  content: "\ec8e";
}
.now-ui-icons.nature_chicken:before {
  content: "\ec8f";
}
.now-ui-icons.nature_clover:before {
  content: "\ec90";
}
.now-ui-icons.nature_collar:before {
  content: "\ec91";
}
.now-ui-icons.nature_cow:before {
  content: "\ec92";
}
.now-ui-icons.nature_dog-house:before {
  content: "\ec93";
}
.now-ui-icons.nature_dog:before {
  content: "\ec94";
}
.now-ui-icons.nature_flower-05:before {
  content: "\ec95";
}
.now-ui-icons.nature_flower-06:before {
  content: "\ec96";
}
.now-ui-icons.nature_flower-07:before {
  content: "\ec97";
}
.now-ui-icons.nature_food-dog:before {
  content: "\ec98";
}
.now-ui-icons.nature_food:before {
  content: "\ec99";
}
.now-ui-icons.nature_forest:before {
  content: "\ec9a";
}
.now-ui-icons.nature_mountain:before {
  content: "\ec9b";
}
.now-ui-icons.nature_mushroom:before {
  content: "\ec9c";
}
.now-ui-icons.nature_panda:before {
  content: "\ec9d";
}
.now-ui-icons.nature_paw:before {
  content: "\ec9e";
}
.now-ui-icons.nature_pig:before {
  content: "\ec9f";
}
.now-ui-icons.nature_plant-ground:before {
  content: "\eca0";
}
.now-ui-icons.nature_plant-vase:before {
  content: "\eca1";
}
.now-ui-icons.nature_rat:before {
  content: "\eca2";
}
.now-ui-icons.nature_sheep:before {
  content: "\eca3";
}
.now-ui-icons.nature_snake:before {
  content: "\eca4";
}
.now-ui-icons.nature_tree-01:before {
  content: "\eca5";
}
.now-ui-icons.nature_tree-02:before {
  content: "\eca6";
}
.now-ui-icons.nature_tree-03:before {
  content: "\eca7";
}
.now-ui-icons.nature_turtle:before {
  content: "\eca8";
}
.now-ui-icons.nature_wood:before {
  content: "\eca9";
}
.now-ui-icons.travel_axe:before {
  content: "\eb28";
}
.now-ui-icons.travel_backpack:before {
  content: "\eb29";
}
.now-ui-icons.travel_bag:before {
  content: "\eb2a";
}
.now-ui-icons.travel_barbecue:before {
  content: "\eb2b";
}
.now-ui-icons.travel_beach-umbrella:before {
  content: "\eb2c";
}
.now-ui-icons.travel_berlin:before {
  content: "\eb2d";
}
.now-ui-icons.travel_binocular:before {
  content: "\eb2e";
}
.now-ui-icons.travel_camper:before {
  content: "\eb2f";
}
.now-ui-icons.travel_camping:before {
  content: "\eb30";
}
.now-ui-icons.travel_castle:before {
  content: "\eb31";
}
.now-ui-icons.travel_china:before {
  content: "\eb32";
}
.now-ui-icons.travel_church:before {
  content: "\eb33";
}
.now-ui-icons.travel_drink:before {
  content: "\eb34";
}
.now-ui-icons.travel_explore:before {
  content: "\eb35";
}
.now-ui-icons.travel_fire:before {
  content: "\eb36";
}
.now-ui-icons.travel_hotel-bell:before {
  content: "\eb37";
}
.now-ui-icons.travel_hotel-symbol:before {
  content: "\eb38";
}
.now-ui-icons.travel_hotel:before {
  content: "\eb39";
}
.now-ui-icons.travel_hut:before {
  content: "\eb3a";
}
.now-ui-icons.travel_igloo:before {
  content: "\eb3b";
}
.now-ui-icons.travel_info:before {
  content: "\eb3c";
}
.now-ui-icons.travel_istanbul:before {
  content: "\eb3d";
}
.now-ui-icons.travel_jellyfish:before {
  content: "\eb3e";
}
.now-ui-icons.travel_lamp:before {
  content: "\eb3f";
}
.now-ui-icons.travel_lighthouse:before {
  content: "\eb40";
}
.now-ui-icons.travel_london:before {
  content: "\eb41";
}
.now-ui-icons.travel_luggage:before {
  content: "\eb42";
}
.now-ui-icons.travel_mosque:before {
  content: "\eb43";
}
.now-ui-icons.travel_ny:before {
  content: "\eb44";
}
.now-ui-icons.travel_octopus:before {
  content: "\eb45";
}
.now-ui-icons.travel_paris-tower:before {
  content: "\eb46";
}
.now-ui-icons.travel_passport:before {
  content: "\eb47";
}
.now-ui-icons.travel_pickaxe:before {
  content: "\eb48";
}
.now-ui-icons.travel_pool:before {
  content: "\eb49";
}
.now-ui-icons.travel_pyramid:before {
  content: "\eb4a";
}
.now-ui-icons.travel_rackets:before {
  content: "\eb4b";
}
.now-ui-icons.travel_rio:before {
  content: "\eb4c";
}
.now-ui-icons.travel_road-sign-left:before {
  content: "\eb4d";
}
.now-ui-icons.travel_road-sign-right:before {
  content: "\eb4e";
}
.now-ui-icons.travel_rome:before {
  content: "\eb4f";
}
.now-ui-icons.travel_rowing:before {
  content: "\eb50";
}
.now-ui-icons.travel_sea-mask:before {
  content: "\eb51";
}
.now-ui-icons.travel_sf-bridge:before {
  content: "\eb52";
}
.now-ui-icons.travel_shark:before {
  content: "\eb53";
}
.now-ui-icons.travel_spa:before {
  content: "\eb54";
}
.now-ui-icons.travel_sunglasses:before {
  content: "\eb55";
}
.now-ui-icons.travel_surf:before {
  content: "\eb56";
}
.now-ui-icons.travel_swimsuit:before {
  content: "\eb57";
}
.now-ui-icons.travel_swimwear:before {
  content: "\eb58";
}
.now-ui-icons.travel_swiss-knife:before {
  content: "\eb59";
}
.now-ui-icons.travel_temple-02:before {
  content: "\eb5a";
}
.now-ui-icons.travel_temple-25:before {
  content: "\eb5b";
}
.now-ui-icons.travel_trolley:before {
  content: "\eb5c";
}
.now-ui-icons.travel_white-house:before {
  content: "\eb5d";
}
.now-ui-icons.travel_world:before {
  content: "\eb5e";
}
.now-ui-icons.travel_worldmap:before {
  content: "\eb5f";
}
.now-ui-icons.food_alcohol:before {
  content: "\eb60";
}
.now-ui-icons.food_apple:before {
  content: "\eb61";
}
.now-ui-icons.food_baby:before {
  content: "\eb62";
}
.now-ui-icons.food_bacon:before {
  content: "\eb63";
}
.now-ui-icons.food_baguette:before {
  content: "\eb64";
}
.now-ui-icons.food_banana:before {
  content: "\eb65";
}
.now-ui-icons.food_barbecue-02:before {
  content: "\eb66";
}
.now-ui-icons.food_barbecue-15:before {
  content: "\eb67";
}
.now-ui-icons.food_barbecue-tools:before {
  content: "\eb68";
}
.now-ui-icons.food_beer-95:before {
  content: "\eb69";
}
.now-ui-icons.food_beer-96:before {
  content: "\eb6a";
}
.now-ui-icons.food_beverage:before {
  content: "\eb6b";
}
.now-ui-icons.food_bottle-wine:before {
  content: "\eb6c";
}
.now-ui-icons.food_bottle:before {
  content: "\eb6d";
}
.now-ui-icons.food_bowl:before {
  content: "\eb6e";
}
.now-ui-icons.food_bread:before {
  content: "\eb6f";
}
.now-ui-icons.food_broccoli:before {
  content: "\eb70";
}
.now-ui-icons.food_cake-13:before {
  content: "\eb71";
}
.now-ui-icons.food_cake-100:before {
  content: "\eb72";
}
.now-ui-icons.food_cake-slice:before {
  content: "\eb73";
}
.now-ui-icons.food_candle:before {
  content: "\eb74";
}
.now-ui-icons.food_candy:before {
  content: "\eb75";
}
.now-ui-icons.food_carrot:before {
  content: "\eb76";
}
.now-ui-icons.food_champagne:before {
  content: "\eb77";
}
.now-ui-icons.food_cheese-24:before {
  content: "\eb78";
}
.now-ui-icons.food_cheese-87:before {
  content: "\eb79";
}
.now-ui-icons.food_cheeseburger:before {
  content: "\eb7a";
}
.now-ui-icons.food_chef-hat:before {
  content: "\eb7b";
}
.now-ui-icons.food_cherry:before {
  content: "\eb7c";
}
.now-ui-icons.food_chicken:before {
  content: "\eb7d";
}
.now-ui-icons.food_chili:before {
  content: "\eb7e";
}
.now-ui-icons.food_chinese:before {
  content: "\eb7f";
}
.now-ui-icons.food_chips:before {
  content: "\eb80";
}
.now-ui-icons.food_chocolate:before {
  content: "\eb81";
}
.now-ui-icons.food_cocktail:before {
  content: "\eb82";
}
.now-ui-icons.food_coffe-long:before {
  content: "\eb83";
}
.now-ui-icons.food_coffee-long:before {
  content: "\eb84";
}
.now-ui-icons.food_coffee:before {
  content: "\eb85";
}
.now-ui-icons.food_cookies:before {
  content: "\eb86";
}
.now-ui-icons.food_course:before {
  content: "\eb87";
}
.now-ui-icons.food_crab:before {
  content: "\eb88";
}
.now-ui-icons.food_croissant:before {
  content: "\eb89";
}
.now-ui-icons.food_cutlery-75:before {
  content: "\eb8a";
}
.now-ui-icons.food_cutlery-76:before {
  content: "\eb8b";
}
.now-ui-icons.food_cutlery-77:before {
  content: "\eb8c";
}
.now-ui-icons.food_dishwasher:before {
  content: "\eb8d";
}
.now-ui-icons.food_donut:before {
  content: "\eb8e";
}
.now-ui-icons.food_drink:before {
  content: "\eb8f";
}
.now-ui-icons.food_egg:before {
  content: "\eb90";
}
.now-ui-icons.food_energy-drink:before {
  content: "\eb91";
}
.now-ui-icons.food_fish:before {
  content: "\eb92";
}
.now-ui-icons.food_fishbone:before {
  content: "\eb93";
}
.now-ui-icons.food_fridge:before {
  content: "\eb94";
}
.now-ui-icons.food_glass:before {
  content: "\eb95";
}
.now-ui-icons.food_grape:before {
  content: "\eb96";
}
.now-ui-icons.food_hob:before {
  content: "\eb97";
}
.now-ui-icons.food_hot-dog:before {
  content: "\eb98";
}
.now-ui-icons.food_ice-cream-22:before {
  content: "\eb99";
}
.now-ui-icons.food_ice-cream-72:before {
  content: "\eb9a";
}
.now-ui-icons.food_jam:before {
  content: "\eb9b";
}
.now-ui-icons.food_kettle:before {
  content: "\eb9c";
}
.now-ui-icons.food_kitchen-fan:before {
  content: "\eb9d";
}
.now-ui-icons.food_knife:before {
  content: "\eb9e";
}
.now-ui-icons.food_lemon-slice:before {
  content: "\eb9f";
}
.now-ui-icons.food_lighter:before {
  content: "\eba0";
}
.now-ui-icons.food_lobster:before {
  content: "\eba1";
}
.now-ui-icons.food_matches:before {
  content: "\eba2";
}
.now-ui-icons.food_measuring-cup:before {
  content: "\eba3";
}
.now-ui-icons.food_meat-spit:before {
  content: "\eba4";
}
.now-ui-icons.food_microwave:before {
  content: "\eba5";
}
.now-ui-icons.food_milk:before {
  content: "\eba6";
}
.now-ui-icons.food_moka:before {
  content: "\eba7";
}
.now-ui-icons.food_muffin:before {
  content: "\eba8";
}
.now-ui-icons.food_mug:before {
  content: "\eba9";
}
.now-ui-icons.food_oven:before {
  content: "\ebaa";
}
.now-ui-icons.food_pan:before {
  content: "\ebab";
}
.now-ui-icons.food_pizza-slice:before {
  content: "\ebac";
}
.now-ui-icons.food_pizza:before {
  content: "\ebad";
}
.now-ui-icons.food_plate:before {
  content: "\ebae";
}
.now-ui-icons.food_pot:before {
  content: "\ebaf";
}
.now-ui-icons.food_prosciutto:before {
  content: "\ebb0";
}
.now-ui-icons.food_recipe-book-46:before {
  content: "\ebb1";
}
.now-ui-icons.food_recipe-book-47:before {
  content: "\ebb2";
}
.now-ui-icons.food_rolling-pin:before {
  content: "\ebb3";
}
.now-ui-icons.food_salt:before {
  content: "\ebb4";
}
.now-ui-icons.food_sausage:before {
  content: "\ebb5";
}
.now-ui-icons.food_scale:before {
  content: "\ebb6";
}
.now-ui-icons.food_scotch:before {
  content: "\ebb7";
}
.now-ui-icons.food_shrimp:before {
  content: "\ebb8";
}
.now-ui-icons.food_steak:before {
  content: "\ebb9";
}
.now-ui-icons.food_store:before {
  content: "\ebba";
}
.now-ui-icons.food_strawberry:before {
  content: "\ebbb";
}
.now-ui-icons.food_sushi:before {
  content: "\ebbc";
}
.now-ui-icons.food_tacos:before {
  content: "\ebbd";
}
.now-ui-icons.food_tea:before {
  content: "\ebbe";
}
.now-ui-icons.food_temperature:before {
  content: "\ebbf";
}
.now-ui-icons.food_vest-07:before {
  content: "\ebc0";
}
.now-ui-icons.food_vest-31:before {
  content: "\ebc1";
}
.now-ui-icons.food_watermelon:before {
  content: "\ebc2";
}
.now-ui-icons.food_whisk:before {
  content: "\ebc3";
}
.now-ui-icons.emoticons_alien:before {
  content: "\ebc4";
}
.now-ui-icons.emoticons_angry-10:before {
  content: "\ebc5";
}
.now-ui-icons.emoticons_angry-44:before {
  content: "\ebc6";
}
.now-ui-icons.emoticons_big-eyes:before {
  content: "\ebc7";
}
.now-ui-icons.emoticons_big-smile:before {
  content: "\ebc8";
}
.now-ui-icons.emoticons_bigmouth:before {
  content: "\ebc9";
}
.now-ui-icons.emoticons_bleah:before {
  content: "\ebca";
}
.now-ui-icons.emoticons_blind:before {
  content: "\ebcb";
}
.now-ui-icons.emoticons_bomb:before {
  content: "\ebcc";
}
.now-ui-icons.emoticons_bored:before {
  content: "\ebcd";
}
.now-ui-icons.emoticons_cake:before {
  content: "\ebce";
}
.now-ui-icons.emoticons_cry-15:before {
  content: "\ebcf";
}
.now-ui-icons.emoticons_cry-57:before {
  content: "\ebd0";
}
.now-ui-icons.emoticons_cute:before {
  content: "\ebd1";
}
.now-ui-icons.emoticons_devil:before {
  content: "\ebd2";
}
.now-ui-icons.emoticons_disgusted:before {
  content: "\ebd3";
}
.now-ui-icons.emoticons_fist:before {
  content: "\ebd4";
}
.now-ui-icons.emoticons_ghost:before {
  content: "\ebd5";
}
.now-ui-icons.emoticons_hannibal:before {
  content: "\ebd6";
}
.now-ui-icons.emoticons_happy-sun:before {
  content: "\ebd7";
}
.now-ui-icons.emoticons_kid:before {
  content: "\ebd8";
}
.now-ui-icons.emoticons_kiss:before {
  content: "\ebd9";
}
.now-ui-icons.emoticons_laugh-17:before {
  content: "\ebda";
}
.now-ui-icons.emoticons_laugh-35:before {
  content: "\ebdb";
}
.now-ui-icons.emoticons_like-no:before {
  content: "\ebdc";
}
.now-ui-icons.emoticons_like:before {
  content: "\ebdd";
}
.now-ui-icons.emoticons_mad-12:before {
  content: "\ebde";
}
.now-ui-icons.emoticons_mad-58:before {
  content: "\ebdf";
}
.now-ui-icons.emoticons_malicious:before {
  content: "\ebe0";
}
.now-ui-icons.emoticons_manga-62:before {
  content: "\ebe1";
}
.now-ui-icons.emoticons_manga-63:before {
  content: "\ebe2";
}
.now-ui-icons.emoticons_monster:before {
  content: "\ebe3";
}
.now-ui-icons.emoticons_nerd-22:before {
  content: "\ebe4";
}
.now-ui-icons.emoticons_nerd-23:before {
  content: "\ebe5";
}
.now-ui-icons.emoticons_ninja:before {
  content: "\ebe6";
}
.now-ui-icons.emoticons_no-words:before {
  content: "\ebe7";
}
.now-ui-icons.emoticons_parrot:before {
  content: "\ebe8";
}
.now-ui-icons.emoticons_penguin:before {
  content: "\ebe9";
}
.now-ui-icons.emoticons_pirate:before {
  content: "\ebea";
}
.now-ui-icons.emoticons_poop:before {
  content: "\ebeb";
}
.now-ui-icons.emoticons_puzzled:before {
  content: "\ebec";
}
.now-ui-icons.emoticons_quite-happy:before {
  content: "\ebed";
}
.now-ui-icons.emoticons_robot:before {
  content: "\ebee";
}
.now-ui-icons.emoticons_rock:before {
  content: "\ebef";
}
.now-ui-icons.emoticons_sad:before {
  content: "\ebf0";
}
.now-ui-icons.emoticons_satisfied:before {
  content: "\ebf1";
}
.now-ui-icons.emoticons_shark:before {
  content: "\ebf2";
}
.now-ui-icons.emoticons_shy:before {
  content: "\ebf3";
}
.now-ui-icons.emoticons_sick:before {
  content: "\ebf4";
}
.now-ui-icons.emoticons_silly:before {
  content: "\ebf5";
}
.now-ui-icons.emoticons_skull:before {
  content: "\ebf6";
}
.now-ui-icons.emoticons_sleep:before {
  content: "\ebf7";
}
.now-ui-icons.emoticons_sloth:before {
  content: "\ebf8";
}
.now-ui-icons.emoticons_smart:before {
  content: "\ebf9";
}
.now-ui-icons.emoticons_smile:before {
  content: "\ebfa";
}
.now-ui-icons.emoticons_soldier:before {
  content: "\ebfb";
}
.now-ui-icons.emoticons_speechless:before {
  content: "\ebfc";
}
.now-ui-icons.emoticons_spiteful:before {
  content: "\ebfd";
}
.now-ui-icons.emoticons_sunglasses-48:before {
  content: "\ebfe";
}
.now-ui-icons.emoticons_sunglasses-49:before {
  content: "\ebff";
}
.now-ui-icons.emoticons_surprise:before {
  content: "\ec00";
}
.now-ui-icons.emoticons_upset-13:before {
  content: "\ec01";
}
.now-ui-icons.emoticons_upset-14:before {
  content: "\ec02";
}
.now-ui-icons.emoticons_virus:before {
  content: "\ec03";
}
.now-ui-icons.emoticons_what:before {
  content: "\ec04";
}
.now-ui-icons.emoticons_whiskers:before {
  content: "\ec05";
}
.now-ui-icons.emoticons_wink-06:before {
  content: "\ec06";
}
.now-ui-icons.emoticons_wink-11:before {
  content: "\ec07";
}
.now-ui-icons.emoticons_wink-69:before {
  content: "\ec08";
}
.now-ui-icons.weather_celsius:before {
  content: "\e600";
}
.now-ui-icons.weather_cloud-13:before {
  content: "\e601";
}
.now-ui-icons.weather_cloud-14:before {
  content: "\e602";
}
.now-ui-icons.weather_cloud-drop:before {
  content: "\e603";
}
.now-ui-icons.weather_cloud-fog-31:before {
  content: "\e604";
}
.now-ui-icons.weather_cloud-fog-32:before {
  content: "\e605";
}
.now-ui-icons.weather_cloud-hail:before {
  content: "\e606";
}
.now-ui-icons.weather_cloud-light:before {
  content: "\e607";
}
.now-ui-icons.weather_cloud-moon:before {
  content: "\e608";
}
.now-ui-icons.weather_cloud-rain:before {
  content: "\e609";
}
.now-ui-icons.weather_cloud-rainbow:before {
  content: "\e60a";
}
.now-ui-icons.weather_cloud-snow-34:before {
  content: "\e60b";
}
.now-ui-icons.weather_cloud-snow-42:before {
  content: "\e60c";
}
.now-ui-icons.weather_cloud-sun-17:before {
  content: "\e60d";
}
.now-ui-icons.weather_cloud-sun-19:before {
  content: "\e60e";
}
.now-ui-icons.weather_compass:before {
  content: "\e60f";
}
.now-ui-icons.weather_drop-12:before {
  content: "\e610";
}
.now-ui-icons.weather_drop-15:before {
  content: "\e611";
}
.now-ui-icons.weather_drops:before {
  content: "\e612";
}
.now-ui-icons.weather_eclipse:before {
  content: "\e613";
}
.now-ui-icons.weather_fahrenheit:before {
  content: "\e614";
}
.now-ui-icons.weather_fog:before {
  content: "\e615";
}
.now-ui-icons.weather_forecast:before {
  content: "\e616";
}
.now-ui-icons.weather_hurricane-44:before {
  content: "\e617";
}
.now-ui-icons.weather_hurricane-45:before {
  content: "\e618";
}
.now-ui-icons.weather_moon-cloud-drop:before {
  content: "\e619";
}
.now-ui-icons.weather_moon-cloud-fog:before {
  content: "\e61a";
}
.now-ui-icons.weather_moon-cloud-hail:before {
  content: "\e61b";
}
.now-ui-icons.weather_moon-cloud-light:before {
  content: "\e61c";
}
.now-ui-icons.weather_moon-cloud-rain:before {
  content: "\e61d";
}
.now-ui-icons.weather_moon-cloud-snow-61:before {
  content: "\e61e";
}
.now-ui-icons.weather_moon-cloud-snow-62:before {
  content: "\e61f";
}
.now-ui-icons.weather_moon-fog:before {
  content: "\e620";
}
.now-ui-icons.weather_moon-full:before {
  content: "\e621";
}
.now-ui-icons.weather_moon-stars:before {
  content: "\e622";
}
.now-ui-icons.weather_moon:before {
  content: "\e623";
}
.now-ui-icons.weather_rain-hail:before {
  content: "\e624";
}
.now-ui-icons.weather_rain:before {
  content: "\e625";
}
.now-ui-icons.weather_rainbow:before {
  content: "\e626";
}
.now-ui-icons.weather_snow:before {
  content: "\e627";
}
.now-ui-icons.weather_sun-cloud-drop:before {
  content: "\e628";
}
.now-ui-icons.weather_sun-cloud-fog:before {
  content: "\e629";
}
.now-ui-icons.weather_sun-cloud-hail:before {
  content: "\e62a";
}
.now-ui-icons.weather_sun-cloud-light:before {
  content: "\e62b";
}
.now-ui-icons.weather_sun-cloud-rain:before {
  content: "\e62c";
}
.now-ui-icons.weather_sun-cloud-snow-54:before {
  content: "\e62d";
}
.now-ui-icons.weather_sun-cloud-snow-55:before {
  content: "\e62e";
}
.now-ui-icons.weather_sun-cloud:before {
  content: "\e62f";
}
.now-ui-icons.weather_sun-fog-29:before {
  content: "\e630";
}
.now-ui-icons.weather_sun-fog-30:before {
  content: "\e631";
}
.now-ui-icons.weather_sun-fog-43:before {
  content: "\e632";
}
.now-ui-icons.weather_sun:before {
  content: "\e633";
}
.now-ui-icons.weather_wind:before {
  content: "\e634";
}
.now-ui-icons.transportation_air-baloon:before {
  content: "\e717";
}
.now-ui-icons.transportation_bike-sport:before {
  content: "\e718";
}
.now-ui-icons.transportation_bike:before {
  content: "\e719";
}
.now-ui-icons.transportation_boat-front:before {
  content: "\e71a";
}
.now-ui-icons.transportation_boat-small-02:before {
  content: "\e71b";
}
.now-ui-icons.transportation_boat-small-03:before {
  content: "\e71c";
}
.now-ui-icons.transportation_boat:before {
  content: "\e71d";
}
.now-ui-icons.transportation_bus-front-10:before {
  content: "\e71e";
}
.now-ui-icons.transportation_bus-front-12:before {
  content: "\e71f";
}
.now-ui-icons.transportation_bus:before {
  content: "\e720";
}
.now-ui-icons.transportation_car-front:before {
  content: "\e721";
}
.now-ui-icons.transportation_car-simple:before {
  content: "\e722";
}
.now-ui-icons.transportation_car-sport:before {
  content: "\e723";
}
.now-ui-icons.transportation_car-taxi:before {
  content: "\e724";
}
.now-ui-icons.transportation_car:before {
  content: "\e725";
}
.now-ui-icons.transportation_helicopter:before {
  content: "\e726";
}
.now-ui-icons.transportation_helmet:before {
  content: "\e727";
}
.now-ui-icons.transportation_light-traffic:before {
  content: "\e728";
}
.now-ui-icons.transportation_moto:before {
  content: "\e729";
}
.now-ui-icons.transportation_plane-17:before {
  content: "\e72a";
}
.now-ui-icons.transportation_plane-18:before {
  content: "\e72b";
}
.now-ui-icons.transportation_road:before {
  content: "\e72c";
}
.now-ui-icons.transportation_skateboard:before {
  content: "\e72d";
}
.now-ui-icons.transportation_tractor:before {
  content: "\e72e";
}
.now-ui-icons.transportation_train-speed:before {
  content: "\e72f";
}
.now-ui-icons.transportation_train:before {
  content: "\e730";
}
.now-ui-icons.transportation_tram:before {
  content: "\e731";
}
.now-ui-icons.transportation_truck-front:before {
  content: "\e732";
}
.now-ui-icons.transportation_vespa-front:before {
  content: "\e733";
}
.now-ui-icons.transportation_vespa:before {
  content: "\e734";
}
.now-ui-icons.education_abc:before {
  content: "\e7ad";
}
.now-ui-icons.education_agenda-bookmark:before {
  content: "\e7ae";
}
.now-ui-icons.education_atom:before {
  content: "\e7af";
}
.now-ui-icons.education_award-55:before {
  content: "\e7b0";
}
.now-ui-icons.education_backpack-57:before {
  content: "\e7b1";
}
.now-ui-icons.education_backpack-58:before {
  content: "\e7b2";
}
.now-ui-icons.education_ball-basket:before {
  content: "\e7b3";
}
.now-ui-icons.education_ball-soccer:before {
  content: "\e7b4";
}
.now-ui-icons.education_board-51:before {
  content: "\e7b5";
}
.now-ui-icons.education_book-39:before {
  content: "\e7b6";
}
.now-ui-icons.education_book-bookmark:before {
  content: "\e7b7";
}
.now-ui-icons.education_book-open:before {
  content: "\e7b8";
}
.now-ui-icons.education_books-46:before {
  content: "\e7b9";
}
.now-ui-icons.education_chalkboard:before {
  content: "\e7ba";
}
.now-ui-icons.education_flask:before {
  content: "\e7bb";
}
.now-ui-icons.education_glasses:before {
  content: "\e7bc";
}
.now-ui-icons.education_grammar-check:before {
  content: "\e7bd";
}
.now-ui-icons.education_hat:before {
  content: "\e7be";
}
.now-ui-icons.education_language:before {
  content: "\e7bf";
}
.now-ui-icons.education_microscope:before {
  content: "\e7c0";
}
.now-ui-icons.education_molecule:before {
  content: "\e7c1";
}
.now-ui-icons.education_notepad:before {
  content: "\e7c2";
}
.now-ui-icons.education_paper-diploma:before {
  content: "\e7c3";
}
.now-ui-icons.education_paper:before {
  content: "\e7c4";
}
.now-ui-icons.education_pencil-47:before {
  content: "\e7c5";
}
.now-ui-icons.education_school:before {
  content: "\e7c6";
}
.now-ui-icons.objects_alien-29:before {
  content: "\e7c7";
}
.now-ui-icons.objects_alien-33:before {
  content: "\e7c8";
}
.now-ui-icons.objects_anchor:before {
  content: "\e7c9";
}
.now-ui-icons.objects_astronaut:before {
  content: "\e7ca";
}
.now-ui-icons.objects_axe:before {
  content: "\e7cb";
}
.now-ui-icons.objects_baby-bottle:before {
  content: "\e7cc";
}
.now-ui-icons.objects_baby:before {
  content: "\e7cd";
}
.now-ui-icons.objects_baloon:before {
  content: "\e7ce";
}
.now-ui-icons.objects_battery:before {
  content: "\e7cf";
}
.now-ui-icons.objects_bear:before {
  content: "\e7d0";
}
.now-ui-icons.objects_billiard:before {
  content: "\e7d1";
}
.now-ui-icons.objects_binocular:before {
  content: "\e7d2";
}
.now-ui-icons.objects_bow:before {
  content: "\e7d3";
}
.now-ui-icons.objects_bowling:before {
  content: "\e7d4";
}
.now-ui-icons.objects_broom:before {
  content: "\e7d5";
}
.now-ui-icons.objects_cone:before {
  content: "\e7d6";
}
.now-ui-icons.objects_controller:before {
  content: "\e7d7";
}
.now-ui-icons.objects_diamond:before {
  content: "\e7d8";
}
.now-ui-icons.objects_dice:before {
  content: "\e7d9";
}
.now-ui-icons.objects_globe:before {
  content: "\e7da";
}
.now-ui-icons.objects_hut:before {
  content: "\e7db";
}
.now-ui-icons.objects_key-25:before {
  content: "\e7dc";
}
.now-ui-icons.objects_key-26:before {
  content: "\e7dd";
}
.now-ui-icons.objects_lamp:before {
  content: "\e7de";
}
.now-ui-icons.objects_leaf-36:before {
  content: "\e7df";
}
.now-ui-icons.objects_leaf-38:before {
  content: "\e7e0";
}
.now-ui-icons.objects_light:before {
  content: "\e7e1";
}
.now-ui-icons.objects_pipe:before {
  content: "\e7e2";
}
.now-ui-icons.objects_planet:before {
  content: "\e7e3";
}
.now-ui-icons.objects_puzzle-09:before {
  content: "\e7e4";
}
.now-ui-icons.objects_puzzle-10:before {
  content: "\e7e5";
}
.now-ui-icons.objects_shovel:before {
  content: "\e7e6";
}
.now-ui-icons.objects_skull:before {
  content: "\e7e7";
}
.now-ui-icons.objects_spaceship:before {
  content: "\e7e8";
}
.now-ui-icons.objects_spray:before {
  content: "\e7e9";
}
.now-ui-icons.objects_support-16:before {
  content: "\e7ea";
}
.now-ui-icons.objects_support-17:before {
  content: "\e7eb";
}
.now-ui-icons.objects_umbrella-13:before {
  content: "\e7ec";
}
.now-ui-icons.objects_umbrella-14:before {
  content: "\e7ed";
}
.now-ui-icons.objects_wool-ball:before {
  content: "\e7ee";
}
.now-ui-icons.media-1_3d:before {
  content: "\e7ef";
}
.now-ui-icons.media-1_action-73:before {
  content: "\e7f0";
}
.now-ui-icons.media-1_action-74:before {
  content: "\e7f1";
}
.now-ui-icons.media-1_album:before {
  content: "\e7f2";
}
.now-ui-icons.media-1_audio-91:before {
  content: "\e7f3";
}
.now-ui-icons.media-1_audio-92:before {
  content: "\e7f4";
}
.now-ui-icons.media-1_balance:before {
  content: "\e7f5";
}
.now-ui-icons.media-1_brightness-46:before {
  content: "\e7f6";
}
.now-ui-icons.media-1_brightness-47:before {
  content: "\e7f7";
}
.now-ui-icons.media-1_button-circle-pause:before {
  content: "\e7f8";
}
.now-ui-icons.media-1_button-circle-play:before {
  content: "\e7f9";
}
.now-ui-icons.media-1_button-circle-stop:before {
  content: "\e7fa";
}
.now-ui-icons.media-1_button-eject:before {
  content: "\e7fb";
}
.now-ui-icons.media-1_button-next:before {
  content: "\e7fc";
}
.now-ui-icons.media-1_button-pause:before {
  content: "\e7fd";
}
.now-ui-icons.media-1_button-play:before {
  content: "\e7fe";
}
.now-ui-icons.media-1_button-power:before {
  content: "\e7ff";
}
.now-ui-icons.media-1_button-previous:before {
  content: "\e800";
}
.now-ui-icons.media-1_button-record:before {
  content: "\e801";
}
.now-ui-icons.media-1_button-rewind:before {
  content: "\e802";
}
.now-ui-icons.media-1_button-skip:before {
  content: "\e803";
}
.now-ui-icons.media-1_button-stop:before {
  content: "\e804";
}
.now-ui-icons.media-1_camera-18:before {
  content: "\e805";
}
.now-ui-icons.media-1_camera-19:before {
  content: "\e806";
}
.now-ui-icons.media-1_camera-20:before {
  content: "\e807";
}
.now-ui-icons.media-1_camera-ban-36:before {
  content: "\e808";
}
.now-ui-icons.media-1_camera-ban-37:before {
  content: "\e809";
}
.now-ui-icons.media-1_camera-compact:before {
  content: "\e80a";
}
.now-ui-icons.media-1_camera-screen:before {
  content: "\e80b";
}
.now-ui-icons.media-1_camera-square-57:before {
  content: "\e80c";
}
.now-ui-icons.media-1_camera-square-58:before {
  content: "\e80d";
}
.now-ui-icons.media-1_camera-time:before {
  content: "\e80e";
}
.now-ui-icons.media-1_countdown-34:before {
  content: "\e80f";
}
.now-ui-icons.media-1_countdown-35:before {
  content: "\e810";
}
.now-ui-icons.media-1_edit-color:before {
  content: "\e811";
}
.now-ui-icons.media-1_edit-contrast-42:before {
  content: "\e812";
}
.now-ui-icons.media-1_edit-contrast-43:before {
  content: "\e813";
}
.now-ui-icons.media-1_edit-saturation:before {
  content: "\e814";
}
.now-ui-icons.media-1_flash-21:before {
  content: "\e815";
}
.now-ui-icons.media-1_flash-24:before {
  content: "\e816";
}
.now-ui-icons.media-1_flash-29:before {
  content: "\e817";
}
.now-ui-icons.media-1_flash-auto-22:before {
  content: "\e818";
}
.now-ui-icons.media-1_flash-auto-25:before {
  content: "\e819";
}
.now-ui-icons.media-1_flash-off-23:before {
  content: "\e81a";
}
.now-ui-icons.media-1_flash-off-26:before {
  content: "\e81b";
}
.now-ui-icons.media-1_focus-32:before {
  content: "\e81c";
}
.now-ui-icons.media-1_focus-38:before {
  content: "\e81d";
}
.now-ui-icons.media-1_focus-40:before {
  content: "\e81e";
}
.now-ui-icons.media-1_focus-circle:before {
  content: "\e81f";
}
.now-ui-icons.media-1_frame-12:before {
  content: "\e820";
}
.now-ui-icons.media-1_frame-41:before {
  content: "\e821";
}
.now-ui-icons.media-1_grid:before {
  content: "\e822";
}
.now-ui-icons.media-1_image-01:before {
  content: "\e823";
}
.now-ui-icons.media-1_image-02:before {
  content: "\e824";
}
.now-ui-icons.media-1_image-05:before {
  content: "\e825";
}
.now-ui-icons.media-1_image-add:before {
  content: "\e826";
}
.now-ui-icons.media-1_image-delete:before {
  content: "\e827";
}
.now-ui-icons.media-1_image-location:before {
  content: "\e828";
}
.now-ui-icons.media-1_kid:before {
  content: "\e829";
}
.now-ui-icons.media-1_layers:before {
  content: "\e82a";
}
.now-ui-icons.media-1_lens-31:before {
  content: "\e82b";
}
.now-ui-icons.media-1_lens-56:before {
  content: "\e82c";
}
.now-ui-icons.media-1_macro:before {
  content: "\e82d";
}
.now-ui-icons.media-1_movie-61:before {
  content: "\e82e";
}
.now-ui-icons.media-1_movie-62:before {
  content: "\e82f";
}
.now-ui-icons.media-1_night:before {
  content: "\e830";
}
.now-ui-icons.media-1_picture:before {
  content: "\e831";
}
.now-ui-icons.media-1_play-68:before {
  content: "\e832";
}
.now-ui-icons.media-1_play-69:before {
  content: "\e833";
}
.now-ui-icons.media-1_player:before {
  content: "\e834";
}
.now-ui-icons.media-1_polaroid-add:before {
  content: "\e835";
}
.now-ui-icons.media-1_polaroid-delete:before {
  content: "\e836";
}
.now-ui-icons.media-1_polaroid-multiple:before {
  content: "\e837";
}
.now-ui-icons.media-1_polaroid-user:before {
  content: "\e838";
}
.now-ui-icons.media-1_polaroid:before {
  content: "\e839";
}
.now-ui-icons.media-1_roll:before {
  content: "\e83a";
}
.now-ui-icons.media-1_rotate-left:before {
  content: "\e83b";
}
.now-ui-icons.media-1_rotate-right:before {
  content: "\e83c";
}
.now-ui-icons.media-1_sd:before {
  content: "\e83d";
}
.now-ui-icons.media-1_selfie:before {
  content: "\e83e";
}
.now-ui-icons.media-1_shake:before {
  content: "\e83f";
}
.now-ui-icons.media-1_speaker:before {
  content: "\e840";
}
.now-ui-icons.media-1_sport:before {
  content: "\e841";
}
.now-ui-icons.media-1_ticket-75:before {
  content: "\e842";
}
.now-ui-icons.media-1_ticket-76:before {
  content: "\e843";
}
.now-ui-icons.media-1_touch:before {
  content: "\e844";
}
.now-ui-icons.media-1_tripod:before {
  content: "\e845";
}
.now-ui-icons.media-1_video-64:before {
  content: "\e846";
}
.now-ui-icons.media-1_video-65:before {
  content: "\e847";
}
.now-ui-icons.media-1_video-66:before {
  content: "\e848";
}
.now-ui-icons.media-1_video-67:before {
  content: "\e849";
}
.now-ui-icons.media-1_videocamera-71:before {
  content: "\e84a";
}
.now-ui-icons.media-1_videocamera-72:before {
  content: "\e84b";
}
.now-ui-icons.media-1_volume-93:before {
  content: "\e84c";
}
.now-ui-icons.media-1_volume-97:before {
  content: "\e84d";
}
.now-ui-icons.media-1_volume-98:before {
  content: "\e84e";
}
.now-ui-icons.media-1_volume-ban:before {
  content: "\e84f";
}
.now-ui-icons.media-1_volume-down:before {
  content: "\e850";
}
.now-ui-icons.media-1_volume-off:before {
  content: "\e851";
}
.now-ui-icons.media-1_volume-up:before {
  content: "\e852";
}
.now-ui-icons.media-2_guitar:before {
  content: "\e853";
}
.now-ui-icons.media-2_headphones-mic:before {
  content: "\e854";
}
.now-ui-icons.media-2_headphones:before {
  content: "\e855";
}
.now-ui-icons.media-2_knob:before {
  content: "\e856";
}
.now-ui-icons.media-2_mic:before {
  content: "\e857";
}
.now-ui-icons.media-2_music-album:before {
  content: "\e858";
}
.now-ui-icons.media-2_music-cloud:before {
  content: "\e859";
}
.now-ui-icons.media-2_note-03:before {
  content: "\e85a";
}
.now-ui-icons.media-2_note-04:before {
  content: "\e85b";
}
.now-ui-icons.media-2_piano:before {
  content: "\e85c";
}
.now-ui-icons.media-2_radio:before {
  content: "\e85d";
}
.now-ui-icons.media-2_remix:before {
  content: "\e85e";
}
.now-ui-icons.media-2_sound-wave:before {
  content: "\e85f";
}
.now-ui-icons.media-2_speaker-01:before {
  content: "\e860";
}
.now-ui-icons.media-2_speaker-05:before {
  content: "\e861";
}
.now-ui-icons.media-2_tape:before {
  content: "\e862";
}
.now-ui-icons.location_appointment:before {
  content: "\e863";
}
.now-ui-icons.location_bookmark-add:before {
  content: "\e864";
}
.now-ui-icons.location_bookmark-remove:before {
  content: "\e865";
}
.now-ui-icons.location_bookmark:before {
  content: "\e866";
}
.now-ui-icons.location_compass-04:before {
  content: "\e867";
}
.now-ui-icons.location_compass-05:before {
  content: "\e868";
}
.now-ui-icons.location_compass-06:before {
  content: "\e869";
}
.now-ui-icons.location_crosshair:before {
  content: "\e86a";
}
.now-ui-icons.location_explore-user:before {
  content: "\e86b";
}
.now-ui-icons.location_explore:before {
  content: "\e86c";
}
.now-ui-icons.location_flag-complex:before {
  content: "\e86d";
}
.now-ui-icons.location_flag-diagonal-33:before {
  content: "\e86e";
}
.now-ui-icons.location_flag-diagonal-34:before {
  content: "\e86f";
}
.now-ui-icons.location_flag-points-31:before {
  content: "\e870";
}
.now-ui-icons.location_flag-points-32:before {
  content: "\e871";
}
.now-ui-icons.location_flag-simple:before {
  content: "\e872";
}
.now-ui-icons.location_flag-triangle:before {
  content: "\e873";
}
.now-ui-icons.location_flag:before {
  content: "\e874";
}
.now-ui-icons.location_gps:before {
  content: "\e875";
}
.now-ui-icons.location_map-big:before {
  content: "\e876";
}
.now-ui-icons.location_map-compass:before {
  content: "\e877";
}
.now-ui-icons.location_map-gps:before {
  content: "\e878";
}
.now-ui-icons.location_map-marker:before {
  content: "\e879";
}
.now-ui-icons.location_map-pin:before {
  content: "\e87a";
}
.now-ui-icons.location_map:before {
  content: "\e87b";
}
.now-ui-icons.location_marker:before {
  content: "\e87c";
}
.now-ui-icons.location_pin-add:before {
  content: "\e87d";
}
.now-ui-icons.location_pin-copy:before {
  content: "\e87e";
}
.now-ui-icons.location_pin-remove:before {
  content: "\e87f";
}
.now-ui-icons.location_pin:before {
  content: "\e880";
}
.now-ui-icons.location_pins:before {
  content: "\e881";
}
.now-ui-icons.location_position-marker:before {
  content: "\e882";
}
.now-ui-icons.location_position-pin:before {
  content: "\e883";
}
.now-ui-icons.location_position-user:before {
  content: "\e884";
}
.now-ui-icons.location_radar:before {
  content: "\e885";
}
.now-ui-icons.location_road:before {
  content: "\e886";
}
.now-ui-icons.location_route-alert:before {
  content: "\e887";
}
.now-ui-icons.location_route-close:before {
  content: "\e888";
}
.now-ui-icons.location_route-open:before {
  content: "\e889";
}
.now-ui-icons.location_square-marker:before {
  content: "\e88a";
}
.now-ui-icons.location_square-pin:before {
  content: "\e88b";
}
.now-ui-icons.location_treasure-map-21:before {
  content: "\e88c";
}
.now-ui-icons.location_treasure-map-40:before {
  content: "\e88d";
}
.now-ui-icons.location_worl-marker:before {
  content: "\e88e";
}
.now-ui-icons.location_world-pin:before {
  content: "\e88f";
}
.now-ui-icons.location_world:before {
  content: "\e890";
}
.now-ui-icons.health_ambulance:before {
  content: "\e891";
}
.now-ui-icons.health_apple:before {
  content: "\e892";
}
.now-ui-icons.health_bag-49:before {
  content: "\e893";
}
.now-ui-icons.health_bag-50:before {
  content: "\e894";
}
.now-ui-icons.health_brain:before {
  content: "\e895";
}
.now-ui-icons.health_dna-27:before {
  content: "\e896";
}
.now-ui-icons.health_dna-38:before {
  content: "\e897";
}
.now-ui-icons.health_doctor:before {
  content: "\e898";
}
.now-ui-icons.health_flask:before {
  content: "\e899";
}
.now-ui-icons.health_heartbeat-16:before {
  content: "\e89a";
}
.now-ui-icons.health_height:before {
  content: "\e89b";
}
.now-ui-icons.health_hospital-32:before {
  content: "\e89c";
}
.now-ui-icons.health_hospital-33:before {
  content: "\e89d";
}
.now-ui-icons.health_hospital-34:before {
  content: "\e89e";
}
.now-ui-icons.health_humidity-26:before {
  content: "\e89f";
}
.now-ui-icons.health_humidity-52:before {
  content: "\e8a0";
}
.now-ui-icons.health_intestine:before {
  content: "\e8a1";
}
.now-ui-icons.health_lungs:before {
  content: "\e8a2";
}
.now-ui-icons.health_molecule-39:before {
  content: "\e8a3";
}
.now-ui-icons.health_molecule-40:before {
  content: "\e8a4";
}
.now-ui-icons.health_notebook:before {
  content: "\e8a5";
}
.now-ui-icons.health_nurse:before {
  content: "\e8a6";
}
.now-ui-icons.health_patch-46:before {
  content: "\e8a7";
}
.now-ui-icons.health_pill-42:before {
  content: "\e8a8";
}
.now-ui-icons.health_pill-43:before {
  content: "\e8a9";
}
.now-ui-icons.health_pill-container-44:before {
  content: "\e8aa";
}
.now-ui-icons.health_pill-container-47:before {
  content: "\e8ab";
}
.now-ui-icons.health_pulse-chart:before {
  content: "\e8ac";
}
.now-ui-icons.health_pulse-phone:before {
  content: "\e8ad";
}
.now-ui-icons.health_pulse-sleep:before {
  content: "\e8ae";
}
.now-ui-icons.health_pulse-watch:before {
  content: "\e8af";
}
.now-ui-icons.health_pulse:before {
  content: "\e8b0";
}
.now-ui-icons.health_sleep:before {
  content: "\e8b1";
}
.now-ui-icons.health_steps:before {
  content: "\e8b2";
}
.now-ui-icons.health_syringe:before {
  content: "\e8b3";
}
.now-ui-icons.health_temperature-23:before {
  content: "\e8b4";
}
.now-ui-icons.health_temperature-24:before {
  content: "\e8b5";
}
.now-ui-icons.health_tooth:before {
  content: "\e8b6";
}
.now-ui-icons.health_weed:before {
  content: "\e8b7";
}
.now-ui-icons.health_weight:before {
  content: "\e8b8";
}
.now-ui-icons.health_wheelchair:before {
  content: "\e8b9";
}
.now-ui-icons.health_woman:before {
  content: "\e8ba";
}
.now-ui-icons.furniture_air-conditioner:before {
  content: "\e8bb";
}
.now-ui-icons.furniture_armchair:before {
  content: "\e8bc";
}
.now-ui-icons.furniture_bath-tub:before {
  content: "\e8bd";
}
.now-ui-icons.furniture_bed-09:before {
  content: "\e8be";
}
.now-ui-icons.furniture_bed-23:before {
  content: "\e8bf";
}
.now-ui-icons.furniture_bed-side:before {
  content: "\e8c0";
}
.now-ui-icons.furniture_cabinet:before {
  content: "\e8c1";
}
.now-ui-icons.furniture_cactus:before {
  content: "\e8c2";
}
.now-ui-icons.furniture_chair:before {
  content: "\e8c3";
}
.now-ui-icons.furniture_coat-hanger:before {
  content: "\e8c4";
}
.now-ui-icons.furniture_coffee:before {
  content: "\e8c5";
}
.now-ui-icons.furniture_cradle:before {
  content: "\e8c6";
}
.now-ui-icons.furniture_curtain:before {
  content: "\e8c7";
}
.now-ui-icons.furniture_desk-drawer:before {
  content: "\e8c8";
}
.now-ui-icons.furniture_desk:before {
  content: "\e8c9";
}
.now-ui-icons.furniture_door:before {
  content: "\e8ca";
}
.now-ui-icons.furniture_drawer:before {
  content: "\e8cb";
}
.now-ui-icons.furniture_fridge:before {
  content: "\e8cc";
}
.now-ui-icons.furniture_hanger-clothes:before {
  content: "\e8cd";
}
.now-ui-icons.furniture_hanger:before {
  content: "\e8ce";
}
.now-ui-icons.furniture_heater:before {
  content: "\e8cf";
}
.now-ui-icons.furniture_iron:before {
  content: "\e8d0";
}
.now-ui-icons.furniture_lamp-floor:before {
  content: "\e8d1";
}
.now-ui-icons.furniture_lamp:before {
  content: "\e8d2";
}
.now-ui-icons.furniture_library:before {
  content: "\e8d3";
}
.now-ui-icons.furniture_light:before {
  content: "\e8d4";
}
.now-ui-icons.furniture_mixer:before {
  content: "\e8d5";
}
.now-ui-icons.furniture_oven:before {
  content: "\e8d6";
}
.now-ui-icons.furniture_shower:before {
  content: "\e8d7";
}
.now-ui-icons.furniture_sink-wash:before {
  content: "\e8d8";
}
.now-ui-icons.furniture_sink:before {
  content: "\e8d9";
}
.now-ui-icons.furniture_sofa:before {
  content: "\e8da";
}
.now-ui-icons.furniture_storage-hanger:before {
  content: "\e8db";
}
.now-ui-icons.furniture_storage:before {
  content: "\e8dc";
}
.now-ui-icons.furniture_table:before {
  content: "\e8dd";
}
.now-ui-icons.furniture_toilet-paper:before {
  content: "\e8de";
}
.now-ui-icons.furniture_toilet:before {
  content: "\e8df";
}
.now-ui-icons.furniture_tv:before {
  content: "\e8e0";
}
.now-ui-icons.furniture_wardrobe:before {
  content: "\e8e1";
}
.now-ui-icons.furniture_wash:before {
  content: "\e8e2";
}
.now-ui-icons.clothes_baby:before {
  content: "\e9ab";
}
.now-ui-icons.clothes_backpack:before {
  content: "\e9ac";
}
.now-ui-icons.clothes_bag-21:before {
  content: "\e9ad";
}
.now-ui-icons.clothes_bag-22:before {
  content: "\e9ae";
}
.now-ui-icons.clothes_belt:before {
  content: "\e9af";
}
.now-ui-icons.clothes_boot-woman:before {
  content: "\e9b0";
}
.now-ui-icons.clothes_boot:before {
  content: "\e9b1";
}
.now-ui-icons.clothes_bra:before {
  content: "\e9b2";
}
.now-ui-icons.clothes_button:before {
  content: "\e9b3";
}
.now-ui-icons.clothes_cap:before {
  content: "\e9b4";
}
.now-ui-icons.clothes_coat:before {
  content: "\e9b5";
}
.now-ui-icons.clothes_corset:before {
  content: "\e9b6";
}
.now-ui-icons.clothes_dress-man:before {
  content: "\e9b7";
}
.now-ui-icons.clothes_dress-woman:before {
  content: "\e9b8";
}
.now-ui-icons.clothes_flip:before {
  content: "\e9b9";
}
.now-ui-icons.clothes_glasses:before {
  content: "\e9ba";
}
.now-ui-icons.clothes_gloves:before {
  content: "\e9bb";
}
.now-ui-icons.clothes_hat-top:before {
  content: "\e9bc";
}
.now-ui-icons.clothes_hat:before {
  content: "\e9bd";
}
.now-ui-icons.clothes_hoodie:before {
  content: "\e9be";
}
.now-ui-icons.clothes_iron-dont:before {
  content: "\e9bf";
}
.now-ui-icons.clothes_iron:before {
  content: "\e9c0";
}
.now-ui-icons.clothes_jeans-41:before {
  content: "\e9c1";
}
.now-ui-icons.clothes_jeans-43:before {
  content: "\e9c2";
}
.now-ui-icons.clothes_jeans-pocket:before {
  content: "\e9c3";
}
.now-ui-icons.clothes_kitchen:before {
  content: "\e9c4";
}
.now-ui-icons.clothes_long-sleeve:before {
  content: "\e9c5";
}
.now-ui-icons.clothes_makeup:before {
  content: "\e9c6";
}
.now-ui-icons.clothes_needle:before {
  content: "\e9c7";
}
.now-ui-icons.clothes_pajamas:before {
  content: "\e9c8";
}
.now-ui-icons.clothes_ring:before {
  content: "\e9c9";
}
.now-ui-icons.clothes_scarf:before {
  content: "\e9ca";
}
.now-ui-icons.clothes_shirt-business:before {
  content: "\e9cb";
}
.now-ui-icons.clothes_shirt-buttons:before {
  content: "\e9cc";
}
.now-ui-icons.clothes_shirt-neck:before {
  content: "\e9cd";
}
.now-ui-icons.clothes_shirt:before {
  content: "\e9ce";
}
.now-ui-icons.clothes_shoe-man:before {
  content: "\e9cf";
}
.now-ui-icons.clothes_shoe-sport:before {
  content: "\e9d0";
}
.now-ui-icons.clothes_shoe-woman:before {
  content: "\e9d1";
}
.now-ui-icons.clothes_skirt:before {
  content: "\e9d2";
}
.now-ui-icons.clothes_slacks-12:before {
  content: "\e9d3";
}
.now-ui-icons.clothes_slacks-13:before {
  content: "\e9d4";
}
.now-ui-icons.clothes_sock:before {
  content: "\e9d5";
}
.now-ui-icons.clothes_tie-bow:before {
  content: "\e9d6";
}
.now-ui-icons.clothes_tshirt-53:before {
  content: "\e9d7";
}
.now-ui-icons.clothes_tshirt-54:before {
  content: "\e9d8";
}
.now-ui-icons.clothes_tshirt-sport:before {
  content: "\e9d9";
}
.now-ui-icons.clothes_underwear-man:before {
  content: "\e9da";
}
.now-ui-icons.clothes_underwear:before {
  content: "\e9db";
}
.now-ui-icons.clothes_vest-sport:before {
  content: "\e9dc";
}
.now-ui-icons.clothes_vest:before {
  content: "\e9dd";
}
.now-ui-icons.clothes_wash-30:before {
  content: "\e9de";
}
.now-ui-icons.clothes_wash-60:before {
  content: "\e9df";
}
.now-ui-icons.clothes_wash-90:before {
  content: "\e9e0";
}
.now-ui-icons.clothes_wash-hand:before {
  content: "\e9e1";
}
.now-ui-icons.clothes_wash:before {
  content: "\e9e2";
}
.now-ui-icons.business_agenda:before {
  content: "\e9e3";
}
.now-ui-icons.business_atm:before {
  content: "\e9e4";
}
.now-ui-icons.business_award-48:before {
  content: "\e9e5";
}
.now-ui-icons.business_award-49:before {
  content: "\e9e6";
}
.now-ui-icons.business_award-74:before {
  content: "\e9e7";
}
.now-ui-icons.business_badge:before {
  content: "\e9e8";
}
.now-ui-icons.business_bank:before {
  content: "\e9e9";
}
.now-ui-icons.business_board-27:before {
  content: "\e9ea";
}
.now-ui-icons.business_board-28:before {
  content: "\e9eb";
}
.now-ui-icons.business_board-29:before {
  content: "\e9ec";
}
.now-ui-icons.business_board-30:before {
  content: "\e9ed";
}
.now-ui-icons.business_books:before {
  content: "\e9ee";
}
.now-ui-icons.business_briefcase-24:before {
  content: "\e9ef";
}
.now-ui-icons.business_briefcase-25:before {
  content: "\e9f0";
}
.now-ui-icons.business_briefcase-26:before {
  content: "\e9f1";
}
.now-ui-icons.business_building:before {
  content: "\e9f2";
}
.now-ui-icons.business_bulb-61:before {
  content: "\e9f3";
}
.now-ui-icons.business_bulb-62:before {
  content: "\e9f4";
}
.now-ui-icons.business_bulb-63:before {
  content: "\e9f5";
}
.now-ui-icons.business_business-contact-85:before {
  content: "\e9f6";
}
.now-ui-icons.business_business-contact-86:before {
  content: "\e9f7";
}
.now-ui-icons.business_business-contact-87:before {
  content: "\e9f8";
}
.now-ui-icons.business_business-contact-88:before {
  content: "\e9f9";
}
.now-ui-icons.business_business-contact-89:before {
  content: "\e9fa";
}
.now-ui-icons.business_businessman-03:before {
  content: "\e9fb";
}
.now-ui-icons.business_businessman-04:before {
  content: "\e9fc";
}
.now-ui-icons.business_calculator:before {
  content: "\e9fd";
}
.now-ui-icons.business_chair:before {
  content: "\e9fe";
}
.now-ui-icons.business_chart-bar-32:before {
  content: "\e9ff";
}
.now-ui-icons.business_chart-bar-33:before {
  content: "\ea00";
}
.now-ui-icons.business_chart-growth:before {
  content: "\ea01";
}
.now-ui-icons.business_chart-pie-35:before {
  content: "\ea02";
}
.now-ui-icons.business_chart-pie-36:before {
  content: "\ea03";
}
.now-ui-icons.business_chart:before {
  content: "\ea04";
}
.now-ui-icons.business_cheque:before {
  content: "\ea05";
}
.now-ui-icons.business_coins:before {
  content: "\ea06";
}
.now-ui-icons.business_connect:before {
  content: "\ea07";
}
.now-ui-icons.business_contacts:before {
  content: "\ea08";
}
.now-ui-icons.business_currency-dollar:before {
  content: "\ea09";
}
.now-ui-icons.business_currency-euro:before {
  content: "\ea0a";
}
.now-ui-icons.business_currency-pound:before {
  content: "\ea0b";
}
.now-ui-icons.business_currency-yen:before {
  content: "\ea0c";
}
.now-ui-icons.business_factory:before {
  content: "\ea0d";
}
.now-ui-icons.business_globe:before {
  content: "\ea0e";
}
.now-ui-icons.business_goal-64:before {
  content: "\ea0f";
}
.now-ui-icons.business_goal-65:before {
  content: "\ea10";
}
.now-ui-icons.business_gold:before {
  content: "\ea11";
}
.now-ui-icons.business_hammer:before {
  content: "\ea12";
}
.now-ui-icons.business_handout:before {
  content: "\ea13";
}
.now-ui-icons.business_handshake:before {
  content: "\ea14";
}
.now-ui-icons.business_hat:before {
  content: "\ea15";
}
.now-ui-icons.business_hierarchy-53:before {
  content: "\ea16";
}
.now-ui-icons.business_hierarchy-54:before {
  content: "\ea17";
}
.now-ui-icons.business_hierarchy-55:before {
  content: "\ea18";
}
.now-ui-icons.business_hierarchy-56:before {
  content: "\ea19";
}
.now-ui-icons.business_laptop-71:before {
  content: "\ea1a";
}
.now-ui-icons.business_laptop-72:before {
  content: "\ea1b";
}
.now-ui-icons.business_laptop-91:before {
  content: "\ea1c";
}
.now-ui-icons.business_law:before {
  content: "\ea1d";
}
.now-ui-icons.business_math:before {
  content: "\ea1e";
}
.now-ui-icons.business_money-11:before {
  content: "\ea1f";
}
.now-ui-icons.business_money-12:before {
  content: "\ea20";
}
.now-ui-icons.business_money-13:before {
  content: "\ea21";
}
.now-ui-icons.business_money-bag:before {
  content: "\ea22";
}
.now-ui-icons.business_money-coins:before {
  content: "\ea23";
}
.now-ui-icons.business_money-growth:before {
  content: "\ea24";
}
.now-ui-icons.business_money-time:before {
  content: "\ea25";
}
.now-ui-icons.business_net:before {
  content: "\ea26";
}
.now-ui-icons.business_notes:before {
  content: "\ea27";
}
.now-ui-icons.business_payment:before {
  content: "\ea28";
}
.now-ui-icons.business_percentage-38:before {
  content: "\ea29";
}
.now-ui-icons.business_percentage-39:before {
  content: "\ea2a";
}
.now-ui-icons.business_pig:before {
  content: "\ea2b";
}
.now-ui-icons.business_pin:before {
  content: "\ea2c";
}
.now-ui-icons.business_plug:before {
  content: "\ea2d";
}
.now-ui-icons.business_progress:before {
  content: "\ea2e";
}
.now-ui-icons.business_round-dollar:before {
  content: "\ea2f";
}
.now-ui-icons.business_round-euro:before {
  content: "\ea30";
}
.now-ui-icons.business_round-pound:before {
  content: "\ea31";
}
.now-ui-icons.business_round-yen:before {
  content: "\ea32";
}
.now-ui-icons.business_safe:before {
  content: "\ea33";
}
.now-ui-icons.business_scale:before {
  content: "\ea34";
}
.now-ui-icons.business_sign:before {
  content: "\ea35";
}
.now-ui-icons.business_signature:before {
  content: "\ea36";
}
.now-ui-icons.business_stock:before {
  content: "\ea37";
}
.now-ui-icons.business_strategy:before {
  content: "\ea38";
}
.now-ui-icons.business_tie-01:before {
  content: "\ea39";
}
.now-ui-icons.business_tie-02:before {
  content: "\ea3a";
}
.now-ui-icons.business_wallet-43:before {
  content: "\ea3b";
}
.now-ui-icons.business_wallet-44:before {
  content: "\ea3c";
}
.now-ui-icons.business_wallet-90:before {
  content: "\ea3d";
}


.table>thead>tr>th {
    border-bottom-width: 1px;
    font-size: 1.3em;
    font-weight: 300;
    border: 0;
}

.table .radio,
.table .checkbox {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    width: 15px;
}

.table .radio .icons,
.table .checkbox .icons {
    position: relative;
}

.table .radio label:after,
.table .radio label:before,
.table .checkbox label:after,
.table .checkbox label:before {
    top: -17px;
    left: -3px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 12px 7px;
    vertical-align: middle;
}

.table .th-description {
    max-width: 150px;
}

.table .td-price {
    font-size: 26px;
    font-weight: 300;
    margin-top: 5px;
    position: relative;
    top: 4px;
    text-align: right;
}

.table .td-total {
    font-weight: 700;
    font-size: 1.3em;
    padding-top: 20px;
    text-align: right;
}

.table .td-actions .btn {
    margin: 0px;
}

.table>tbody>tr {
    position: relative;
}

.table-shopping>thead>tr>th {
    font-size: 0.9em;
    text-transform: uppercase;
}

.table-shopping>tbody>tr>td {
    font-size: 1.2em;
}

.table-shopping>tbody>tr>td b {
    display: block;
    margin-bottom: 5px;
}

.table-shopping .td-name {
    font-weight: 400;
    font-size: 1.5em;
}

.table-shopping .td-name small {
    color: #9A9A9A;
    font-size: 0.75em;
    font-weight: 300;
}

.table-shopping .td-number {
    font-weight: 300;
    font-size: 1.5em;
}

.table-shopping .td-name {
    min-width: 200px;
}

.table-shopping .td-number {
    text-align: right;
    min-width: 145px;
}

.table-shopping .td-number small {
    margin-right: 3px;
}

.table-shopping .img-container {
    width: 120px;
    max-height: 160px;
    overflow: hidden;
    display: block;
}

.table-shopping .img-container img {
    width: 100%;
}

#tables .table-responsive {
    margin-bottom: 30px;
}

.info {
    max-width: 575px;
    margin: 0 auto;
        padding: 20px 0 5px;
    text-align: center;
}

.info.info-hover .info-title {
    transition: color .4s;
}

.info.info-hover:hover .icon {
    -webkit-transform: translate3d(0, -0.5rem, 0);
    -moz-transform: translate3d(0, -0.5rem, 0);
    -o-transform: translate3d(0, -0.5rem, 0);
    -ms-transform: translate3d(0, -0.5rem, 0);
    transform: translate3d(0, -0.5rem, 0);
}

.info.info-hover:hover .icon.icon-primary.icon-circle {
    box-shadow: 0px 15px 30px 0px rgba(249, 99, 50, 0.35);
}

.info.info-hover:hover .icon.icon-info.icon-circle {
    box-shadow: 0px 15px 35px 0px rgba(44, 168, 255, 0.35);
}

.info.info-hover:hover .icon.icon-success.icon-circle {
    box-shadow: 0px 15px 35px 0px rgba(24, 206, 15, 0.35);
}

.info.info-hover:hover .icon.icon-warning.icon-circle {
    box-shadow: 0px 15px 35px 0px rgba(255, 178, 54, 0.35);
}

.info.info-hover:hover .icon.icon-danger.icon-circle {
    box-shadow: 0px 15px 35px 0px rgba(255, 54, 54, 0.35);
}

.info.info-hover:hover .icon.icon-info+.info-title {
    color: #2CA8FF;
}

.info.info-hover:hover .icon.icon-warning+.info-title {
    color: #FFB236;
}

.info.info-hover:hover .icon.icon-danger+.info-title {
    color: #FF3636;
}

.info.info-hover:hover .icon.icon-primary+.info-title {
    color: #f96332;
}

.info.info-hover:hover .icon.icon-success+.info-title {
    color: #18ce0f;
}

.info .icon {
    color: #888888;
    transition: transform .4s, box-shadow .4s;
}

.info .icon>i {
    font-size: 3em;
}

.info .icon.icon-circle {
    max-width: 80px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0px 9px 35px -6px rgba(0, 0, 0, 0.3);
    font-size: 0.7142em;
    background-color: #FFFFFF;
    position: relative;
}

.info .icon.icon-circle i {
    line-height: 2.7;
}

.info .info-title {
    margin: 15px 0 15px;
    padding: 0 15px;
    color: #2c2c2c;
    font-size: 1em;
        text-transform: uppercase;
}

.info p {
    color: #888888;
    padding: 0 15px;
    font-size: 1em;
}

.info-horizontal {
    text-align: left !important;
}

.info-horizontal .icon {
    float: left;
    margin-top: 47px;
    margin-right: 3px;
}

.info-horizontal .icon>i {
    font-size: 2.5em;
}

.info-horizontal .icon.icon-circle {
    width: 65px;
    height: 65px;
    max-width: 65px;
    margin-top: 8px;
}

.info-horizontal .icon.icon-circle i {
    display: table;
    margin: 0 auto;
    line-height: 3.5;
    font-size: 1.9em;
}

.info-horizontal .description {
    overflow: hidden;
}

.info-vertical {
    text-align: left !important;
    padding: 5px 0 5px;
}

.info-vertical .description {
    overflow: hidden;
    margin-top: 5px;
}

.icon.icon-primary {
    color: #d61e13;
}

.icon.icon-primary.icon-circle {
    box-shadow: 0px 9px 30px -6px rgba(249, 99, 50, 0.3);
}

.icon.icon-info {
    color: #2CA8FF;
}

.icon.icon-info.icon-circle {
    box-shadow: 0px 9px 30px -6px rgba(44, 168, 255, 0.3);
}

.icon.icon-success {
    color: #18ce0f;
}

.icon.icon-success.icon-circle {
    box-shadow: 0px 9px 30px -6px rgba(24, 206, 15, 0.3);
}

.icon.icon-warning {
    color: #FFB236;
}

.icon.icon-warning.icon-circle {
    box-shadow: 0px 9px 30px -6px rgba(255, 178, 54, 0.3);
}

.icon.icon-danger {
    color: #FF3636;
}

.icon.icon-danger.icon-circle {
    box-shadow: 0px 9px 30px -6px rgba(255, 54, 54, 0.3);
}

.icon.icon-white {
    color: #FFFFFF;
}

.icon.img-white {

}

.icon.img-white img {
        width: 80px;
    height: 80px;
    border-radius: 50%;
}

.media .avatar {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    margin-right: 15px;
}

.media .avatar img {
    width: 100%;
    border-radius: 50%;
}

.media textarea {
    margin-bottom: 20px;
}

.media .media-heading small {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

.media .media-body {
    padding-right: 10px;
}

.media .media-body .media .media-body {
    padding-right: 0px;
}

.media.media-post .form-group,
.media.media-post .input-group {
    margin-top: 25px;
}

.media .media-footer .btn {
    margin-bottom: 20px;
}

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

.media p {
    color: #888888;
    font-size: 1.104em;
    line-height: 1.61em;
}

.media-left,
.media>.pull-left {
    padding: 10px;
}

.modal-content {
    border-radius: 0.1875rem;
    border: none;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.5);
}

.modal-content .modal-header {
    border-bottom: none;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 0;
    padding-left: 24px;
}

.modal-content .modal-header button {
    position: absolute;
    right: 27px;
    top: 30px;
    outline: 0;
}

.modal-content .modal-header .title {
    margin-top: 5px;
    margin-bottom: 0;
}

.modal-content .modal-body {
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    line-height: 1.9;
}

.modal-content .modal-footer {
    border-top: none;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    -webkit-justify-content: space-between;
    /* Safari 6.1+ */
    justify-content: space-between;
}

.modal-content .modal-footer button {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
}

.modal-content .modal-footer button.pull-left {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    left: -5px;
}

.modal-content .modal-body+.modal-footer {
    padding-top: 0;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.3);
}

.modal .modal-login {
    max-width: 320px;
}

.modal .modal-login .card-login .logo-container {
    width: 65px;
    margin-bottom: 38px;
    margin-top: 27px;
}

.modal.modal-mini p {
    text-align: center;
}

.modal.modal-mini .modal-dialog {
    max-width: 255px;
    margin: 0 auto;
}

.modal.modal-mini .modal-profile {
    width: 70px;
    height: 70px;
    background-color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 5.7;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.3);
}

.modal.modal-mini .modal-profile i {
    color: #f96332;
    font-size: 21px;
}

.modal.modal-mini .modal-profile[class*="modal-profile-"] i {
    color: #FFFFFF;
}

.modal.modal-mini .modal-profile.modal-profile-primary {
    background-color: #f96332;
}

.modal.modal-mini .modal-profile.modal-profile-danger {
    background-color: #FF3636;
}

.modal.modal-mini .modal-profile.modal-profile-warning {
    background-color: #FFB236;
}

.modal.modal-mini .modal-profile.modal-profile-success {
    background-color: #18ce0f;
}

.modal.modal-mini .modal-profile.modal-profile-info {
    background-color: #2CA8FF;
}

.modal.modal-mini .modal-footer button {
    text-transform: uppercase;
}

.modal.modal-mini .modal-footer button:first-child {
    opacity: .5;
}

.modal.modal-default .modal-content {
    background-color: #FFFFFF;
    color: #2c2c2c;
}

.modal.modal-default .modal-header .close {
    color: #2c2c2c;
}

.modal.modal-default .form-control::-moz-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-default .form-control:-moz-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-default .form-control::-webkit-input-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-default .form-control:-ms-input-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-default .form-control {
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

.modal.modal-default .form-control:focus {
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
}

.modal.modal-default .has-success:after,
.modal.modal-default .has-danger:after {
    color: #FFFFFF;
}

.modal.modal-default .has-danger .form-control {
    background-color: transparent;
}

.modal.modal-default .input-group-addon {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

.modal.modal-default .input-group-focus .input-group-addon {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.modal.modal-default .form-group.form-group-no-border .form-control,
.modal.modal-default .input-group.form-group-no-border .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
}

.modal.modal-default .form-group.form-group-no-border .form-control:focus,
.modal.modal-default .form-group.form-group-no-border .form-control:active,
.modal.modal-default .form-group.form-group-no-border .form-control:active,
.modal.modal-default .input-group.form-group-no-border .form-control:focus,
.modal.modal-default .input-group.form-group-no-border .form-control:active,
.modal.modal-default .input-group.form-group-no-border .form-control:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-default .form-group.form-group-no-border .form-control+.input-group-addon,
.modal.modal-default .input-group.form-group-no-border .form-control+.input-group-addon {
    background-color: rgba(255, 255, 255, 0.1);
}

.modal.modal-default .form-group.form-group-no-border .form-control+.input-group-addon:focus,
.modal.modal-default .form-group.form-group-no-border .form-control+.input-group-addon:active,
.modal.modal-default .form-group.form-group-no-border .form-control+.input-group-addon:active,
.modal.modal-default .input-group.form-group-no-border .form-control+.input-group-addon:focus,
.modal.modal-default .input-group.form-group-no-border .form-control+.input-group-addon:active,
.modal.modal-default .input-group.form-group-no-border .form-control+.input-group-addon:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-default .form-group.form-group-no-border .form-control:focus+.input-group-addon,
.modal.modal-default .input-group.form-group-no-border .form-control:focus+.input-group-addon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-default .form-group.form-group-no-border .input-group-addon,
.modal.modal-default .input-group.form-group-no-border .input-group-addon {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #FFFFFF;
}

.modal.modal-default .form-group.form-group-no-border.input-group-focus .input-group-addon,
.modal.modal-default .input-group.form-group-no-border.input-group-focus .input-group-addon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-default .input-group-addon,
.modal.modal-default .form-group.form-group-no-border .input-group-addon,
.modal.modal-default .input-group.form-group-no-border .input-group-addon {
    color: rgba(255, 255, 255, 0.8);
}

.modal.modal-primary .modal-content {
    background-color: #f96332;
    color: #FFFFFF;
}

.modal.modal-primary .modal-header .close {
    color: #FFFFFF;
}

.modal.modal-primary .form-control::-moz-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-primary .form-control:-moz-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-primary .form-control::-webkit-input-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-primary .form-control:-ms-input-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-primary .form-control {
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

.modal.modal-primary .form-control:focus {
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
}

.modal.modal-primary .has-success:after,
.modal.modal-primary .has-danger:after {
    color: #FFFFFF;
}

.modal.modal-primary .has-danger .form-control {
    background-color: transparent;
}

.modal.modal-primary .input-group-addon {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

.modal.modal-primary .input-group-focus .input-group-addon {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.modal.modal-primary .form-group.form-group-no-border .form-control,
.modal.modal-primary .input-group.form-group-no-border .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
}

.modal.modal-primary .form-group.form-group-no-border .form-control:focus,
.modal.modal-primary .form-group.form-group-no-border .form-control:active,
.modal.modal-primary .form-group.form-group-no-border .form-control:active,
.modal.modal-primary .input-group.form-group-no-border .form-control:focus,
.modal.modal-primary .input-group.form-group-no-border .form-control:active,
.modal.modal-primary .input-group.form-group-no-border .form-control:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-primary .form-group.form-group-no-border .form-control+.input-group-addon,
.modal.modal-primary .input-group.form-group-no-border .form-control+.input-group-addon {
    background-color: rgba(255, 255, 255, 0.1);
}

.modal.modal-primary .form-group.form-group-no-border .form-control+.input-group-addon:focus,
.modal.modal-primary .form-group.form-group-no-border .form-control+.input-group-addon:active,
.modal.modal-primary .form-group.form-group-no-border .form-control+.input-group-addon:active,
.modal.modal-primary .input-group.form-group-no-border .form-control+.input-group-addon:focus,
.modal.modal-primary .input-group.form-group-no-border .form-control+.input-group-addon:active,
.modal.modal-primary .input-group.form-group-no-border .form-control+.input-group-addon:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-primary .form-group.form-group-no-border .form-control:focus+.input-group-addon,
.modal.modal-primary .input-group.form-group-no-border .form-control:focus+.input-group-addon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-primary .form-group.form-group-no-border .input-group-addon,
.modal.modal-primary .input-group.form-group-no-border .input-group-addon {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #FFFFFF;
}

.modal.modal-primary .form-group.form-group-no-border.input-group-focus .input-group-addon,
.modal.modal-primary .input-group.form-group-no-border.input-group-focus .input-group-addon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-primary .input-group-addon,
.modal.modal-primary .form-group.form-group-no-border .input-group-addon,
.modal.modal-primary .input-group.form-group-no-border .input-group-addon {
    color: rgba(255, 255, 255, 0.8);
}

.modal.modal-danger .modal-content {
    background-color: #FF3636;
    color: #FFFFFF;
}

.modal.modal-danger .modal-header .close {
    color: #FFFFFF;
}

.modal.modal-danger .form-control::-moz-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-danger .form-control:-moz-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-danger .form-control::-webkit-input-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-danger .form-control:-ms-input-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-danger .form-control {
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

.modal.modal-danger .form-control:focus {
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
}

.modal.modal-danger .has-success:after,
.modal.modal-danger .has-danger:after {
    color: #FFFFFF;
}

.modal.modal-danger .has-danger .form-control {
    background-color: transparent;
}

.modal.modal-danger .input-group-addon {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

.modal.modal-danger .input-group-focus .input-group-addon {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.modal.modal-danger .form-group.form-group-no-border .form-control,
.modal.modal-danger .input-group.form-group-no-border .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
}

.modal.modal-danger .form-group.form-group-no-border .form-control:focus,
.modal.modal-danger .form-group.form-group-no-border .form-control:active,
.modal.modal-danger .form-group.form-group-no-border .form-control:active,
.modal.modal-danger .input-group.form-group-no-border .form-control:focus,
.modal.modal-danger .input-group.form-group-no-border .form-control:active,
.modal.modal-danger .input-group.form-group-no-border .form-control:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-danger .form-group.form-group-no-border .form-control+.input-group-addon,
.modal.modal-danger .input-group.form-group-no-border .form-control+.input-group-addon {
    background-color: rgba(255, 255, 255, 0.1);
}

.modal.modal-danger .form-group.form-group-no-border .form-control+.input-group-addon:focus,
.modal.modal-danger .form-group.form-group-no-border .form-control+.input-group-addon:active,
.modal.modal-danger .form-group.form-group-no-border .form-control+.input-group-addon:active,
.modal.modal-danger .input-group.form-group-no-border .form-control+.input-group-addon:focus,
.modal.modal-danger .input-group.form-group-no-border .form-control+.input-group-addon:active,
.modal.modal-danger .input-group.form-group-no-border .form-control+.input-group-addon:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-danger .form-group.form-group-no-border .form-control:focus+.input-group-addon,
.modal.modal-danger .input-group.form-group-no-border .form-control:focus+.input-group-addon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-danger .form-group.form-group-no-border .input-group-addon,
.modal.modal-danger .input-group.form-group-no-border .input-group-addon {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #FFFFFF;
}

.modal.modal-danger .form-group.form-group-no-border.input-group-focus .input-group-addon,
.modal.modal-danger .input-group.form-group-no-border.input-group-focus .input-group-addon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-danger .input-group-addon,
.modal.modal-danger .form-group.form-group-no-border .input-group-addon,
.modal.modal-danger .input-group.form-group-no-border .input-group-addon {
    color: rgba(255, 255, 255, 0.8);
}

.modal.modal-warning .modal-content {
    background-color: #FFB236;
    color: #FFFFFF;
}

.modal.modal-warning .modal-header .close {
    color: #FFFFFF;
}

.modal.modal-warning .form-control::-moz-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-warning .form-control:-moz-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-warning .form-control::-webkit-input-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-warning .form-control:-ms-input-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-warning .form-control {
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

.modal.modal-warning .form-control:focus {
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
}

.modal.modal-warning .has-success:after,
.modal.modal-warning .has-danger:after {
    color: #FFFFFF;
}

.modal.modal-warning .has-danger .form-control {
    background-color: transparent;
}

.modal.modal-warning .input-group-addon {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

.modal.modal-warning .input-group-focus .input-group-addon {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.modal.modal-warning .form-group.form-group-no-border .form-control,
.modal.modal-warning .input-group.form-group-no-border .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
}

.modal.modal-warning .form-group.form-group-no-border .form-control:focus,
.modal.modal-warning .form-group.form-group-no-border .form-control:active,
.modal.modal-warning .form-group.form-group-no-border .form-control:active,
.modal.modal-warning .input-group.form-group-no-border .form-control:focus,
.modal.modal-warning .input-group.form-group-no-border .form-control:active,
.modal.modal-warning .input-group.form-group-no-border .form-control:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-warning .form-group.form-group-no-border .form-control+.input-group-addon,
.modal.modal-warning .input-group.form-group-no-border .form-control+.input-group-addon {
    background-color: rgba(255, 255, 255, 0.1);
}

.modal.modal-warning .form-group.form-group-no-border .form-control+.input-group-addon:focus,
.modal.modal-warning .form-group.form-group-no-border .form-control+.input-group-addon:active,
.modal.modal-warning .form-group.form-group-no-border .form-control+.input-group-addon:active,
.modal.modal-warning .input-group.form-group-no-border .form-control+.input-group-addon:focus,
.modal.modal-warning .input-group.form-group-no-border .form-control+.input-group-addon:active,
.modal.modal-warning .input-group.form-group-no-border .form-control+.input-group-addon:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-warning .form-group.form-group-no-border .form-control:focus+.input-group-addon,
.modal.modal-warning .input-group.form-group-no-border .form-control:focus+.input-group-addon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-warning .form-group.form-group-no-border .input-group-addon,
.modal.modal-warning .input-group.form-group-no-border .input-group-addon {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #FFFFFF;
}

.modal.modal-warning .form-group.form-group-no-border.input-group-focus .input-group-addon,
.modal.modal-warning .input-group.form-group-no-border.input-group-focus .input-group-addon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-warning .input-group-addon,
.modal.modal-warning .form-group.form-group-no-border .input-group-addon,
.modal.modal-warning .input-group.form-group-no-border .input-group-addon {
    color: rgba(255, 255, 255, 0.8);
}

.modal.modal-success .modal-content {
    background-color: #18ce0f;
    color: #FFFFFF;
}

.modal.modal-success .modal-header .close {
    color: #FFFFFF;
}

.modal.modal-success .form-control::-moz-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-success .form-control:-moz-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-success .form-control::-webkit-input-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-success .form-control:-ms-input-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-success .form-control {
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

.modal.modal-success .form-control:focus {
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
}

.modal.modal-success .has-success:after,
.modal.modal-success .has-danger:after {
    color: #FFFFFF;
}

.modal.modal-success .has-danger .form-control {
    background-color: transparent;
}

.modal.modal-success .input-group-addon {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

.modal.modal-success .input-group-focus .input-group-addon {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.modal.modal-success .form-group.form-group-no-border .form-control,
.modal.modal-success .input-group.form-group-no-border .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
}

.modal.modal-success .form-group.form-group-no-border .form-control:focus,
.modal.modal-success .form-group.form-group-no-border .form-control:active,
.modal.modal-success .form-group.form-group-no-border .form-control:active,
.modal.modal-success .input-group.form-group-no-border .form-control:focus,
.modal.modal-success .input-group.form-group-no-border .form-control:active,
.modal.modal-success .input-group.form-group-no-border .form-control:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-success .form-group.form-group-no-border .form-control+.input-group-addon,
.modal.modal-success .input-group.form-group-no-border .form-control+.input-group-addon {
    background-color: rgba(255, 255, 255, 0.1);
}

.modal.modal-success .form-group.form-group-no-border .form-control+.input-group-addon:focus,
.modal.modal-success .form-group.form-group-no-border .form-control+.input-group-addon:active,
.modal.modal-success .form-group.form-group-no-border .form-control+.input-group-addon:active,
.modal.modal-success .input-group.form-group-no-border .form-control+.input-group-addon:focus,
.modal.modal-success .input-group.form-group-no-border .form-control+.input-group-addon:active,
.modal.modal-success .input-group.form-group-no-border .form-control+.input-group-addon:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-success .form-group.form-group-no-border .form-control:focus+.input-group-addon,
.modal.modal-success .input-group.form-group-no-border .form-control:focus+.input-group-addon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-success .form-group.form-group-no-border .input-group-addon,
.modal.modal-success .input-group.form-group-no-border .input-group-addon {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #FFFFFF;
}

.modal.modal-success .form-group.form-group-no-border.input-group-focus .input-group-addon,
.modal.modal-success .input-group.form-group-no-border.input-group-focus .input-group-addon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-success .input-group-addon,
.modal.modal-success .form-group.form-group-no-border .input-group-addon,
.modal.modal-success .input-group.form-group-no-border .input-group-addon {
    color: rgba(255, 255, 255, 0.8);
}

.modal.modal-info .modal-content {
    background-color: #2CA8FF;
    color: #FFFFFF;
}

.modal.modal-info .modal-header .close {
    color: #FFFFFF;
}

.modal.modal-info .form-control::-moz-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-info .form-control:-moz-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-info .form-control::-webkit-input-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-info .form-control:-ms-input-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.modal-info .form-control {
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

.modal.modal-info .form-control:focus {
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
}

.modal.modal-info .has-success:after,
.modal.modal-info .has-danger:after {
    color: #FFFFFF;
}

.modal.modal-info .has-danger .form-control {
    background-color: transparent;
}

.modal.modal-info .input-group-addon {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

.modal.modal-info .input-group-focus .input-group-addon {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.modal.modal-info .form-group.form-group-no-border .form-control,
.modal.modal-info .input-group.form-group-no-border .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
}

.modal.modal-info .form-group.form-group-no-border .form-control:focus,
.modal.modal-info .form-group.form-group-no-border .form-control:active,
.modal.modal-info .form-group.form-group-no-border .form-control:active,
.modal.modal-info .input-group.form-group-no-border .form-control:focus,
.modal.modal-info .input-group.form-group-no-border .form-control:active,
.modal.modal-info .input-group.form-group-no-border .form-control:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-info .form-group.form-group-no-border .form-control+.input-group-addon,
.modal.modal-info .input-group.form-group-no-border .form-control+.input-group-addon {
    background-color: rgba(255, 255, 255, 0.1);
}

.modal.modal-info .form-group.form-group-no-border .form-control+.input-group-addon:focus,
.modal.modal-info .form-group.form-group-no-border .form-control+.input-group-addon:active,
.modal.modal-info .form-group.form-group-no-border .form-control+.input-group-addon:active,
.modal.modal-info .input-group.form-group-no-border .form-control+.input-group-addon:focus,
.modal.modal-info .input-group.form-group-no-border .form-control+.input-group-addon:active,
.modal.modal-info .input-group.form-group-no-border .form-control+.input-group-addon:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-info .form-group.form-group-no-border .form-control:focus+.input-group-addon,
.modal.modal-info .input-group.form-group-no-border .form-control:focus+.input-group-addon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-info .form-group.form-group-no-border .input-group-addon,
.modal.modal-info .input-group.form-group-no-border .input-group-addon {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #FFFFFF;
}

.modal.modal-info .form-group.form-group-no-border.input-group-focus .input-group-addon,
.modal.modal-info .input-group.form-group-no-border.input-group-focus .input-group-addon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.modal.modal-info .input-group-addon,
.modal.modal-info .form-group.form-group-no-border .input-group-addon,
.modal.modal-info .input-group.form-group-no-border .input-group-addon {
    color: rgba(255, 255, 255, 0.8);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 30%);
    -o-transform: translate(0, 30%);
    transform: translate(0, 30%);
}

.modal .modal-header .close {
    color: #FF3636;
    text-shadow: none;
}

.modal .modal-header .close:hover,
.modal .modal-header .close:focus {
    opacity: 1;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.carousel .carousel-inner {
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}

.carousel .card {
    max-width: 650px;
    margin: 60px auto;
    display: block;
}

.card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.card-footer {
    margin-top: 3em;
}

.card-transparent {
    background: transparent;
    box-shadow: none;
        padding: 0 0 0 3em;
}

.card .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.card .author span {
    color: #9A9A9A;
        text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
}

.card .info {
    padding: 40px 0 40px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.card .card-header {
    border-bottom: 0;
    position: relative;
}

.card .card-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #E3E3E3;
}

.card .rounded {
    border-radius: 0.1875rem;
}

.card:not(.card-plain) .rounded {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card a[data-toggle='collapse'] {
    text-decoration: none;
}

.card a:not(.btn):not(.nav-link):not([data-toggle='collapse']) {
    text-decoration: none;
    border-bottom: 2px solid transparent;
    color: #444;
}

.card a:not(.btn):not(.nav-link):not([data-toggle='collapse']):hover,
.card a:not(.btn):not(.nav-link):not([data-toggle='collapse']):focus {
    border-color: #444;
}

.card .checkbox,
.card .radio {
    margin-top: 15px;
}

.card .card-header {
    background-color: transparent;
}

.card-collapse .card .card-header {
    padding-left: 0;
    padding-right: 0;
}

.card .card-header a[data-toggle="collapse"] {
    display: block;
    color: #444;
}

.card .card-header a[data-toggle="collapse"][aria-expanded="true"] i,
.card .card-header a[data-toggle="collapse"].expanded i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card .card-header a[data-toggle="collapse"] i {
    float: right;
    position: relative;
    color: #f96332;
    top: 1px;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.card .card-image {
    position: relative;
}

.card .card-footer {
    padding: 0;
    margin-top: 15px;
    background-color: transparent;
    border: 0;
}

.card .card-footer div {
    display: inline-block;
}

.card .card-footer .stats.stats-right {
    float: right;
    line-height: 30px;
}

.card .card-footer .stats span:first-child {
    margin-right: 30px;
}

.card:not(.card-product) .card-footer .stats .now-ui-icons {
    position: relative;
    top: 3px;
    font-size: 18px;
    margin-right: 5px;
}

.card:not(.card-product) .card-footer .stats i {
    color: #a2a2a2;
}

.card .card-title {
    margin-top: 15px;
    line-height: 1.25em;
}

.form-footer .card-title {
        text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 600;
    margin: 1em 1em 3em;
    letter-spacing: 1px;
}

.card-footer .card-description a p {
    margin: 5px 0;
}

.card-footer .card-description a:focus, .card-footer .card-description a:hover {
    font-weight: 700;
}

.card-footer .card-description a p i{
    margin-right: 5px;
}

.signup-form {
    margin-top: 10em;
}

.card[data-background-color="orange"] {
    background-color: #f96332;
}

.card[data-background-color="red"] {
    background-color: #d00f19;
}

.card[data-background-color="yellow"] {
    background-color: #FFB236;
}

.card[data-background-color="blue"] {
    background-color: #2CA8FF;
}

.card[data-background-color="green"] {
    background-color: #15b60d;
}

.card-raised {
    box-shadow: 4px 9px 20px 0px rgba(0, 0, 0, 0.3);
}

.card-blog .row .category {
    margin-bottom: 0;
}

.card-blog .card-image+.category {
    margin-top: 20px;
}

.card-product {
    margin-top: 30px;
}

.card-product .price-container {
    margin-top: 9px;
}

.card-product .btn {
    margin: 0;
}

.card-product .image {
    overflow: hidden;
    border-radius: 0.25rem;
}

.card-product .card-footer {
    margin-top: 5px;
}

.card-product .card-footer .price h4 {
    margin-bottom: 0;
    margin-top: 0;
}

.card-product .card-footer .stats {
    margin-top: 5px;
}

.card-product .card-footer .stats .btn {
    position: relative;
    top: -3px;
}

.card-product .card-title,
.card-product .category,
.card-product .card-description {
    text-align: center;
}

.card-product .category {
    margin-bottom: 0;
}

.card-product .category~.card-title {
    margin-top: 0;
}

.card-product .price {
    font-size: 16px;
    color: #888888;
}

.card-product .price-old {
    text-decoration: line-through;
    font-size: 16px;
    color: #888888;
}

.card-product .price-new {
    color: #FF3636;
}

.card-product:not(.card-plain) .card-image {
    padding: 15px;
}

.card-contact .header .title {
    margin: 10px 0 10px;
}

.card-profile,
.card-testimonial {
    margin-top: 30px;
    text-align: center;
}

.card-profile .card-block .card-title,
.card-testimonial .card-block .card-title {
    margin-top: 0;
}

.card-profile [class*=col-] .card-description,
.card-testimonial [class*=col-] .card-description {
    margin-bottom: 0;
}

.card-profile [class*=col-] .card-description+.card-footer,
.card-testimonial [class*=col-] .card-description+.card-footer {
    margin-top: 8px;
}

.card-profile .card-avatar,
.card-testimonial .card-avatar {
    max-width: 130px;
    max-height: 130px;
    margin: -60px auto 0;
}

.card-profile .card-avatar img,
.card-testimonial .card-avatar img {
    border-radius: 50%;
}

.card-profile .card-avatar+.card-block,
.card-testimonial .card-avatar+.card-block {
    margin-top: 15px;
}

.card-profile.card-plain .card-avatar,
.card-testimonial.card-plain .card-avatar {
    margin-top: 0;
}

.card-profile .card-block .card-avatar,
.card-testimonial .card-block .card-avatar {
    margin: 0 auto 30px;
}

.card-testimonial .card-block {
    padding-top: 25px;
}

.card-testimonial .card-avatar {
    max-width: 100px;
    max-height: 100px;
    margin-top: -50px;
}

.card-testimonial .card-footer {
    margin-top: 0;
    margin-bottom: 2.5rem;
}

.card-testimonial .card-description+.card-title {
    margin-top: 30px;
}

.card-testimonial .icon i {
    font-size: 32px;
}

.card-testimonial .icon.icon-primary i {
    color: #f96332;
}

.card-testimonial .icon.icon-info i {
    color: #2CA8FF;
}

.card-testimonial .icon.icon-danger i {
    color: #FF3636;
}

.card-testimonial .icon.icon-warning i {
    color: #FFB236;
}

.card-testimonial .icon.icon-success i {
    color: #18ce0f;
}

.card-background {
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.card-background .card-block {
    position: relative;
    z-index: 2;
    min-height: 370px;
    max-width: 530px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.card-background.card-background-product .card-block {
    max-width: 400px;
}

.card-background.card-background-product .card-block .card-title {
    margin-top: 30px;
}

.card-background .stats {
    color: #FFFFFF;
}

.card-background .card-footer .stats-link>a {
    color: #FFFFFF;
    line-height: 1.9;
}

.card-background .category,
.card-background .card-description,
.card-background small {
    color: rgba(255, 255, 255, 0.8);
}

.card-background .card-title {
    color: #FFFFFF;
    margin-top: 130px;
}

.card-background:not(.card-pricing) .btn {
    margin-bottom: 0;
}

.card-background:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.63);
    border-radius: 0.25rem;
}

.card-pricing {
    text-align: center;
}

.card-pricing .card-title {
    margin-top: 30px;
}

.card-pricing .icon {
    padding: 10px 0 0px;
}

.card-pricing .icon i {
    font-size: 30px;
    line-height: 2.7;
    max-width: 80px;
    color: #888888;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0px 9px 35px -6px rgba(0, 0, 0, 0.3);
    background-color: #FFFFFF;
    position: relative;
}

.card-pricing .icon.icon-primary i {
    box-shadow: 0px 9px 30px -6px #f96332;
    color: #f96332;
}

.card-pricing .icon.icon-info i {
    box-shadow: 0px 9px 30px -6px #2CA8FF;
    color: #2CA8FF;
}

.card-pricing .icon.icon-success i {
    color: #18ce0f;
    box-shadow: 0px 9px 30px -6px rgba(22, 199, 13, 0.85);
}

.card-pricing .icon.icon-warning i {
    box-shadow: 0px 9px 30px -6px #FFB236;
    color: #FFB236;
}

.card-pricing .icon.icon-danger i {
    box-shadow: 0px 9px 30px -6px #FF3636;
    color: #FF3636;
}

.card-pricing h1 small {
    font-size: 18px;
}

.card-pricing h1 small:first-child {
    position: relative;
    top: -17px;
    font-size: 26px;
}

.card-pricing ul {
    list-style: none;
    padding: 0;
    max-width: 240px;
    margin: 10px auto;
}

.card-pricing ul li {
    color: #888888;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(136, 136, 136, 0.3);
}

.card-pricing ul li:last-child {
    border: 0;
}

.card-pricing ul li b {
    color: #2c2c2c;
}

.card-pricing ul li i {
    top: 3px;
    right: 3px;
    position: relative;
    font-size: 20px;
}

.card-pricing.card-background ul li {
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.3);
}

.card-pricing.card-background ul li b {
    color: #FFFFFF;
}

.card-pricing.card-background [class*="text-"] {
    color: #FFFFFF !important;
}

.card-pricing.card-background .card-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.card-pricing.card-background:after {
    background-color: rgba(0, 0, 0, 0.65);
}

.card-form-horizontal .card-block {
    padding-left: 15px;
    padding-right: 15px;
}

.card-form-horizontal .form-group {
    padding-bottom: 0px;
    margin: 3px 0 0 0;
}

.card-form-horizontal .form-group .form-control {
    margin-bottom: 0;
}

.card-form-horizontal .btn {
    margin: 0;
}

.card-form-horizontal .input-group,
.card-form-horizontal .form-group {
    margin: 0;
}

.card-signup {
    max-width: 350px;
    margin: 0 auto;
}

.card-signup .header {
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px 0;
}

.card-signup .text-divider {
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
}

.card-signup .card-block {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: auto;
}

.card-signup .checkbox {
    margin-top: 20px;
}

.card-signup .checkbox label {
    margin-left: 17px;
}

.card-signup .checkbox .checkbox-material {
    padding-right: 12px;
}

.card-signup .card-title {
    margin-top: 15px;
    margin-bottom: 15px;
}

.card-signup .card-description {
    margin-top: 15px;
    margin-bottom: 20px;
}

.card-signup .social-line {
    margin-top: 20px;
    text-align: center;
}

.card-signup .social-line .btn.btn-icon,
.card-signup .social-line .btn.btn-icon .btn-icon {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
}

.card-signup .footer {
    margin-bottom: 10px;
    margin-top: 24px;
}

.card-testimonial .card-description+.card-title {
    margin-top: 20px;
}

.card-no-shadow {
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}

.card-no-shadow:after {
    border-radius: 0;
}

.card-fashion {
    min-height: 500px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    display: block;
}

.card-container .card-fashion {
    width: 50%;
    float: left;
}

.card-fashion:not(.card-background) .card-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 85%;
}

.card-fashion h4 {
    margin-top: 0;
}

.card-fashion.card-background::after {
    border-radius: 0;
}

.card-fashion.card-background a {
    color: #FFFFFF !important;
}

.card-fashion.card-background a:hover,
.card-fashion.card-background a:focus {
    border-color: #FFFFFF !important;
}

.card-fashion:not(.card-background) .stats span,
.card-fashion .stats-link {
    color: initial;
}

.card-fashion .card-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 2rem 1.4rem;
    color: #fff;
    min-height: auto;
}

.card-fashion:not(.card-background):before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    z-index: 2;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}

.card-fashion.arrow-left:not(.card-background):before {
    right: 100%;
    border-right-color: #fff;
    left: auto;
    border-left: none;
}

.card-plain {
    background: transparent;
    box-shadow: none;
}

.card-plain .card-block,
.card-plain .card-header {
    padding-left: 5px;
    padding-right: 5px;
}

.card-plain .card-header:after {
    width: 100%;
    left: 0;
}

.footer {
    padding: 1.125rem 0;
    text-align: center;
}

.footer.footer-default {
    background-color: #f2f2f2;
}

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

.footer nav {
    display: inline-block;
    float: left;
}

.footer .content {
    text-align: left;
}

.footer .nav-link {
    display: inline;
}

.footer.footer-big {
    padding: 30px 0;
}

.footer.footer-big .social-feed i {
    font-size: 20px;
    float: left;
    padding-right: 10px;
    padding-bottom: 30px;
}

.footer.footer-big .gallery-feed img {
    width: 20%;
    margin-right: 5%;
    margin-bottom: 5%;
    float: left;
}

.footer .footer-brand {
    float: left;
    font-size: 0.875rem;
    line-height: 44px;
}

.footer ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.footer ul:not(.links-vertical) {
    line-height: 3.1;
}

.footer ul.links-vertical {
    line-height: 1.6;
}

.footer ul.links-vertical li {
    display: block;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0px;
}

.footer ul.links-vertical li a {
    padding: 5px;
    display: block;
}

.footer ul li {
    display: inline-block;
}

.footer ul li a {
    color: inherit;
    padding: 13px 0.5rem;
    font-size: 0.8571em;
    text-transform: uppercase;
    text-decoration: none;
}

.footer ul li a:hover {
    text-decoration: none;
}

.footer .social-buttons a,
.footer .social-buttons .btn {
    margin: 0;
}

.footer .pull-center {
    display: inline-block;
    float: none;
}

.footer .copyright {
font-size: 0.76em;
    line-height: 3.5;
    color: #fff;
    border-top: 1px solid #ffffff38;
    text-transform: uppercase;
}

.footer .copyright a{
    color: #e6e6e6;
}

.footer .copyright a:focus, .footer .copyright a:hover{
    text-decoration: none;
    color: #fff;
        font-weight: 700;
}

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

.index-page .page-header,
.presentation-page .page-header {
    height: 85vh;
}

.index-page .page-header .container>.content-center,
.presentation-page .page-header .container>.content-center {
    top: 37%;
}

.index-page .category-absolute,
.presentation-page .category-absolute {
    position: absolute;
    top: 100vh;
    margin-top: -60px;
    padding: 0 15px;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.presentation-page .section-sections .section-description {
    text-align: center;
    margin-bottom: 60px;
}

.presentation-page .section-sections .col-md-3 {
    padding: 7.5px;
}

.presentation-page .section-sections img {
    width: 100%;
    border-radius: 0.1875rem;
    transition: all 0.2s ease 0s;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.presentation-page .section-sections img:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.presentation-page .section-pricing .card-pricing {
    margin-top: 45px;
}

.presentation-page .section-pricing .card-margin {
    margin-top: 90px;
}

.blog-posts .projects-4 {
    padding-top: 0;
}

.ecommerce-page .container {
    position: relative;
    z-index: 2;
}

.ecommerce-page .card-header {
    padding-left: 0;
    padding-right: 0;
}

.ecommerce-page .card-header:after {
    width: 100%;
    left: 0;
}

.ecommerce-page .slider-refine {
    margin: 15px 0;
}

.ecommerce-page .card-refine {
    max-height: 273px;
    overflow-y: scroll;
}

.ecommerce-page .card-refine>.card-title {
    margin-bottom: 30px;
}

.ecommerce-page .card-refine .card-block {
    padding-left: 25px;
    padding-right: 25px;
}

.ecommerce-page .card-refine .card-block.panel-refine {
    padding-left: 15px;
    padding-right: 15px;
}

.ecommerce-page .card-refine .price-right,
.ecommerce-page .card-refine .price-left {
    font-weight: 500;
}

.ecommerce-page .card-refine .btn {
    margin: -5px -12px;
}

.ecommerce-page .card-refine .checkbox input[type=checkbox]:checked+.checkbox-material .check {
    background: #f96332;
}

.ecommerce-page .card-product .card-image {
    width: 200px;
    margin: 0 auto;
}

.product-page {
    background-color: #eee;
}

.product-page .carousel {
    margin: -90px 0px 0;
}

.product-page .carousel img {
    border-radius: 0.1875rem;
    height: auto;
}

.product-page .section {
    padding-top: 30px;
}

.product-page .main-price {
    margin: 10px 0 25px;
    font-weight: 300;
}

.product-page .blockquote {
    width: 90%;
    margin-top: -10px;
    margin-left: 5%;
}

.product-page .pick-size {
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-page .pick-size .form-group {
    margin-top: 5px;
}

.product-page .related-products .title {
    margin-bottom: 80px;
}

.product-page .features {
    padding-top: 30px;
}

.product-page .accordeon .card {
    margin-bottom: 15px;
}

.landing-page .page-header {
    height: 100vh;
    position: relative;
}

.landing-page .page-header .container {
    text-align: left;
}

.landing-page .page-header .share {
    margin-top: 150px;
}

.landing-page .page-header h1 {
    font-weight: 600;
}

.landing-page .page-header .title {
    color: #FFFFFF;
}

.landing-page .section-team .team .team-player img {
    max-width: 100px;
}

.landing-page .section-team .team-player {
    margin-bottom: 15px;
}

.landing-page .section-contact-us .title {
    margin-bottom: 15px;
}

.landing-page .section-contact-us .description {
    margin-bottom: 30px;
}

.landing-page .section-contact-us .input-group,
.landing-page .section-contact-us .send-button,
.landing-page .section-contact-us .textarea-container {
    padding: 0 40px;
}

.landing-page .section-contact-us .textarea-container {
    margin: 40px 0;
}

.landing-page .section-contact-us a.btn {
    margin-top: 35px;
}

.profile-page .button-container,
.blog-post .button-container {
    text-align: center;
    margin-top: -112px;
}

.profile-page .page-header {
    min-height: 550px;
}

.profile-page .profile-container {
    color: #FFFFFF;
}

.profile-page .photo-container {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}

.profile-page .title {
    text-align: center;
    margin-top: 30px;
}

.profile-page .category {
    text-align: center;
}

.profile-page h5.description {
    max-width: 700px;
    margin: 20px auto 75px;
}

.profile-page .nav-align-center {
    margin-top: 30px;
}

.profile-page .info-horizontal {
    padding: 15px 0 0;
}

.profile-page .content {
    max-width: 450px;
    margin: 0 auto;
}

.profile-page .content .social-description {
    display: inline-block;
    max-width: 150px;
    width: 145px;
    text-align: center;
    margin: 15px 0 0px;
}

.profile-page .content .social-description h2 {
    margin-bottom: 5px;
}

.profile-page .collections img {
    margin-bottom: 30px;
}

.profile-page .gallery {
    margin-top: 45px;
    padding-bottom: 50px;
}

.section-full-page:after,
.section-full-page:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.section-full-page:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.section-full-page[filter-color="purple"]:after,
.section-full-page[filter-color="primary"]:after {
    background: rgba(227, 227, 227, 0.26);
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, rgba(227, 227, 227, 0.26), rgba(249, 99, 50, 0.95));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, rgba(227, 227, 227, 0.26), rgba(249, 99, 50, 0.95));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, rgba(227, 227, 227, 0.26), rgba(249, 99, 50, 0.95));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, rgba(227, 227, 227, 0.26), rgba(249, 99, 50, 0.95));
    /* Standard syntax */
}

.section-full-page[data-image]:after {
    opacity: .5;
}

.section-full-page>.content,
.section-full-page>.footer {
    position: relative;
    z-index: 4;
}

.section-full-page>.content {
    min-height: calc(100vh - 80px);
}

.section-full-page .full-page-background {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}

.section-full-page .footer nav>ul a:not(.btn),
.section-full-page .footer,
.section-full-page .footer .copyright a {
    color: #FFFFFF;
}

.signup-page .section {
    padding-top: 180px;
    padding-bottom: 0;
}

.signup-page .input-group,
.signup-page .form-group {
    margin-bottom: 20px;
}

.signup-page .card-signup {
    max-width: 100%;
    margin-bottom: 130px;
    padding: 15px 0px;
}

.signup-page .card-signup:not([data-background-color]) .card-title {
    color: initial;
}

.signup-page .card-signup .checkbox label {
    margin-left: 14px;
    padding-left: 39px;
    color: initial;
}

.signup-page .info-horizontal {
    padding: 0px 0px 20px;
}

.signup-page .social .btn {
    margin: 5px;
}

.signup-page .social h4 {
    margin-top: 20px;
}

.login-page .card-login {
    border-radius: 0.25rem;
    padding-bottom: 0.7rem;
    max-width: 320px;
}

.login-page .card-login .btn-wd {
    min-width: 180px;
}

.login-page .card-login .logo-container {
    width: 65px;
    margin: 0 auto;
    margin-bottom: 55px;
}

.login-page .card-login .logo-container img {
    width: 100%;
}

.login-page .card-login .input-group:last-child {
    margin-bottom: 40px;
}

.login-page .card-login.card-plain .form-control::-moz-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.login-page .card-login.card-plain .form-control:-moz-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.login-page .card-login.card-plain .form-control::-webkit-input-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.login-page .card-login.card-plain .form-control:-ms-input-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

.login-page .card-login.card-plain .form-control {
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

.login-page .card-login.card-plain .form-control:focus {
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
}

.login-page .card-login.card-plain .has-success:after,
.login-page .card-login.card-plain .has-danger:after {
    color: #FFFFFF;
}

.login-page .card-login.card-plain .has-danger .form-control {
    background-color: transparent;
}

.login-page .card-login.card-plain .input-group-addon {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

.login-page .card-login.card-plain .input-group-focus .input-group-addon {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.login-page .card-login.card-plain .form-group.form-group-no-border .form-control,
.login-page .card-login.card-plain .input-group.form-group-no-border .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
}

.login-page .card-login.card-plain .form-group.form-group-no-border .form-control:focus,
.login-page .card-login.card-plain .form-group.form-group-no-border .form-control:active,
.login-page .card-login.card-plain .form-group.form-group-no-border .form-control:active,
.login-page .card-login.card-plain .input-group.form-group-no-border .form-control:focus,
.login-page .card-login.card-plain .input-group.form-group-no-border .form-control:active,
.login-page .card-login.card-plain .input-group.form-group-no-border .form-control:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.login-page .card-login.card-plain .form-group.form-group-no-border .form-control+.input-group-addon,
.login-page .card-login.card-plain .input-group.form-group-no-border .form-control+.input-group-addon {
    background-color: rgba(255, 255, 255, 0.1);
}

.login-page .card-login.card-plain .form-group.form-group-no-border .form-control+.input-group-addon:focus,
.login-page .card-login.card-plain .form-group.form-group-no-border .form-control+.input-group-addon:active,
.login-page .card-login.card-plain .form-group.form-group-no-border .form-control+.input-group-addon:active,
.login-page .card-login.card-plain .input-group.form-group-no-border .form-control+.input-group-addon:focus,
.login-page .card-login.card-plain .input-group.form-group-no-border .form-control+.input-group-addon:active,
.login-page .card-login.card-plain .input-group.form-group-no-border .form-control+.input-group-addon:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.login-page .card-login.card-plain .form-group.form-group-no-border .form-control:focus+.input-group-addon,
.login-page .card-login.card-plain .input-group.form-group-no-border .form-control:focus+.input-group-addon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.login-page .card-login.card-plain .form-group.form-group-no-border .input-group-addon,
.login-page .card-login.card-plain .input-group.form-group-no-border .input-group-addon {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #FFFFFF;
}

.login-page .card-login.card-plain .form-group.form-group-no-border.input-group-focus .input-group-addon,
.login-page .card-login.card-plain .input-group.form-group-no-border.input-group-focus .input-group-addon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.login-page .card-login.card-plain .input-group-addon,
.login-page .card-login.card-plain .form-group.form-group-no-border .input-group-addon,
.login-page .card-login.card-plain .input-group.form-group-no-border .input-group-addon {
    color: rgba(255, 255, 255, 0.8);
}

.login-page .link {
    font-size: 10px;
    color: #FFFFFF !important;
    text-decoration: none;
}

.login-page .link:hover,
.login-page .link:focus {
    border-color: #FFFFFF !important;
}

.contact-page .contact-content {
    padding-bottom: 40px;
    padding-top: 40px;
}

.contact-page .container {
    max-width: 970px;
}

.contact-page .big-map {
    height: 55vh;
    width: 100%;
    display: block;
    position: relative;
}

.contact-page .message {
    margin-top: 20px;
}

.contact-page .info {
    padding-bottom: 10px;
    padding-top: 0px;
}

.contact-page .info .title {
    margin: 25px 0 10px;
}

.blog-post .section-blog-info {
    padding-top: 30px;
    padding-bottom: 0px;
}

.blog-post .section-blog-info .btn {
    margin-top: 0;
    margin-bottom: 0;
}

.blog-post .section-blog-info .blog-tags {
    padding-top: 8px;
}

.blog-post .section-blog-info .card-profile {
    margin-top: 0;
    text-align: left;
}

.blog-post .section-blog-info .card-profile .description {
    font-size: 14px;
}

.blog-post .section-blog-info .card-profile .btn {
    margin-top: 25px;
}

.blog-post .section-comments .title {
    margin-bottom: 30px;
}

.blog-post .media p {
    color: #888888;
}

.about-us .page-header .container {
    color: #FFFFFF;
    text-align: center;
}

.about-us .page-header .title {
    color: #FFFFFF;
}

.about-us .about-description {
    padding: 70px 0px 0px 0px;
}

.about-us .about-services {
    padding-top: 10px;
}

.about-us .about-office .description {
    margin-bottom: 70px;
}

.about-us .about-office img {
    margin: 20px 0px;
}

.about-us .about-contact,
.about-us .about-office {
    padding: 80px 0px;
}

.about-us .about-contact .description,
.about-us .about-office .description {
    margin-bottom: 70px;
}

.section {
    padding: 70px 0;
    position: relative;
    background: #FFFFFF;
}

.section .row+.category {
    margin-top: 15px;
}

.section-navbars {
    padding-bottom: 0;
}

.section-full-screen {
    height: 100vh;
}

.section-signup {
    padding-top: 20vh;
}

.parallax-s {
    overflow: hidden;
    height: 500px;
    width: 100%;
}

.section-image {
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
}

.section-image .title,
.section-image .card-plain .card-title {
    color: #FFFFFF;
}

.section-image .nav-pills .nav-link {
    background-color: #FFFFFF;
}

.section-image .nav-pills .nav-link:hover,
.section-image .nav-pills .nav-link:focus {
    background-color: #FFFFFF;
}

.section-image .info-title,
.section-image .info.info-horizontal .icon i,
.section-image .card-pricing.card-plain ul li {
    color: #FFFFFF;
}

.section-image .description,
.section-image .info .icon:not(.icon-circle) {
    color: rgba(255, 255, 255, 0.8);
}

.section-image .card:not(.card-plain) .info-title {
    color: #2c2c2c;
}

.section-image .card:not(.card-plain) .info p,
.section-image .card:not(.card-plain) .info .icon,
.section-image .card:not(.card-plain) .description {
    color: #9A9A9A;
}

.section-image .footer {
    color: #FFFFFF;
}

.section-image .card-plain [class*="text-"],
.section-image .card-plain ul li b {
    color: #FFFFFF;
}

.section-image .card-plain .category {
    color: rgba(255, 255, 255, 0.5);
}

.section-image:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
}

.section-image .container {
    z-index: 2;
    position: relative;
}

.page-header {
    min-height: 100vh;
    max-height: 999px;
    padding: 0;
    color: #FFFFFF;
    position: relative;
}

.page-header .page-header-image {
    position: absolute;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-header .content-center {
    position: absolute;
    top: 65%;
    left: 50%;
    z-index: 2;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFFFFF;
    padding: 0 15px;
    width: 100%;
    max-width: 880px;
}

.page-header footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.page-header .container {
    height: 100%;
    z-index: 1;
}

.page-header .category,
.page-header .description {
color: rgba(255, 255, 255, 0.91);
    font-weight: 300;
    font-size: 1.2em;
}

.page-header.page-header-small {
    min-height: 60vh;
    max-height: 440px;
}

.page-header.page-header-mini {
    min-height: 40vh;
    max-height: 340px;
}

.page-header .title {
    margin-bottom: 15px;
}

.page-header .title+h4 {
    margin-top: 10px;
}

.page-header:after,
.page-header:before {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

.page-header:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.page-header[filter-color="orange"] {
    background: rgba(44, 44, 44, 0.2);
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(224, 23, 3, 0.6));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(224, 23, 3, 0.6));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(224, 23, 3, 0.6));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, rgba(44, 44, 44, 0.2), rgba(224, 23, 3, 0.6));
    /* Standard syntax */
}

.clear-filter:after,
.clear-filter:before {
    display: none;
}

.section-story-overview {
    padding: 50px 0;
}

.section-story-overview .image-container {
    height: 335px;
    position: relative;
    background-position: center center;
    background-size: cover;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    border-radius: .25rem;
}

.section-story-overview .image-container+.category {
    padding-top: 15px;
}

.section-story-overview .image-container.image-right {
    z-index: 2;
}

.section-story-overview .image-container.image-right+h3.title {
    margin-top: 120px;
}

.section-story-overview .image-container.image-left {
    z-index: 1;
}

.section-story-overview .image-container img {
    width: 100%;
    left: 0;
    top: 0;
    height: auto;
    position: absolute;
}

.section-story-overview .image-container:nth-child(2) {
    margin-top: 420px;
    margin-left: -105px;
}

.section-story-overview p.blockquote {
    width: 220px;
    min-height: 180px;
    text-align: left;
    position: absolute;
    top: 376px;
    right: 155px;
    z-index: 0;
}

.section-nucleo-icons .nucleo-container img {
    width: auto;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}

.section-nucleo-icons .nucleo-container {
    height: 335px;
    position: relative;
}

.section-nucleo-icons h5 {
    margin-bottom: 35px;
}

.section-nucleo-icons .icons-container {
    position: relative;
    max-width: 450px;
    height: 300px;
    max-height: 300px;
    margin: 0 auto;
}

.section-nucleo-icons .icons-container i {
    font-size: 34px;
    position: absolute;
    left: 0;
    top: 0;
}

.section-nucleo-icons .icons-container i:nth-child(1) {
    top: 5%;
    left: 7%;
}

.section-nucleo-icons .icons-container i:nth-child(2) {
    top: 28%;
    left: 24%;
}

.section-nucleo-icons .icons-container i:nth-child(3) {
    top: 40%;
}

.section-nucleo-icons .icons-container i:nth-child(4) {
    top: 18%;
    left: 62%;
}

.section-nucleo-icons .icons-container i:nth-child(5) {
    top: 74%;
    left: 3%;
}

.section-nucleo-icons .icons-container i:nth-child(6) {
    top: 36%;
    left: 44%;
    font-size: 65px;
    color: #f96332;
    padding: 1px;
}

.section-nucleo-icons .icons-container i:nth-child(7) {
    top: 59%;
    left: 26%;
}

.section-nucleo-icons .icons-container i:nth-child(8) {
    top: 60%;
    left: 69%;
}

.section-nucleo-icons .icons-container i:nth-child(9) {
    top: 72%;
    left: 47%;
}

.section-nucleo-icons .icons-container i:nth-child(10) {
    top: 88%;
    left: 27%;
}

.section-nucleo-icons .icons-container i:nth-child(11) {
    top: 31%;
    left: 80%;
}

.section-nucleo-icons .icons-container i:nth-child(12) {
    top: 88%;
    left: 68%;
}

.section-nucleo-icons .icons-container i:nth-child(13) {
    top: 5%;
    left: 81%;
}

.section-nucleo-icons .icons-container i:nth-child(14) {
    top: 58%;
    left: 90%;
}

.section-nucleo-icons .icons-container i:nth-child(15) {
    top: 6%;
    left: 40%;
}

.section-images {
    max-height: 670px;
    height: 670px;
}

.section-images .hero-images-container,
.section-images .hero-images-container-1,
.section-images .hero-images-container-2 {
    margin-top: -38vh;
}

.section-images .hero-images-container {
    max-width: 670px;
}

.section-images .hero-images-container-1 {
    max-width: 390px;
    position: absolute;
    top: 55%;
    right: 18%;
}

.section-images .hero-images-container-2 {
    max-width: 225px;
    position: absolute;
    top: 68%;
    right: 12%;
}

[data-background-color="gray"] {
    background-color: #eeeeee;
}

[data-background-color="orange"] {
    background-color: #e95e38;
}

[data-background-color="black"] {
    background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .separator-line {
    background-color: rgba(255, 255, 255, 0.5);
}

[data-background-color]:not([data-background-color="gray"]) .footer.footer-white .footer-brand,
[data-background-color]:not([data-background-color="gray"]) .footer.footer-white ul li>a.nav-link:not(.btn-icon) {
    color: initial;
}

[data-background-color]:not([data-background-color="gray"]) .card:not(.card-plain) .category,
[data-background-color]:not([data-background-color="gray"]) .card:not(.card-plain) .card-description,
[data-background-color]:not([data-background-color="gray"]) .card:not(.card-plain) .category,
[data-background-color]:not([data-background-color="gray"]) .card:not(.card-plain) .category {
    color: #efefef;
}

[data-background-color]:not([data-background-color="gray"]) .card:not(.card-plain) .card-title,
[data-background-color]:not([data-background-color="gray"]) .card:not(.card-plain) .card-title {
    color: initial;
}

[data-background-color]:not([data-background-color="gray"]) .carousel .carousel-inner {
    box-shadow: none;
}

[data-background-color]:not([data-background-color="gray"]) .title,
[data-background-color]:not([data-background-color="gray"]) .social-description h2,
[data-background-color]:not([data-background-color="gray"]) p,
[data-background-color]:not([data-background-color="gray"]) p.blockquote,
[data-background-color]:not([data-background-color="gray"]) p.blockquote small,
[data-background-color]:not([data-background-color="gray"]) h1,
[data-background-color]:not([data-background-color="gray"]) h2,
[data-background-color]:not([data-background-color="gray"]) h3,
[data-background-color]:not([data-background-color="gray"]) h4,
[data-background-color]:not([data-background-color="gray"]) h5,
[data-background-color]:not([data-background-color="gray"]) h6,
[data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item):not(.card-link),
[data-background-color]:not([data-background-color="gray"]) .icons-container i,
[data-background-color]:not([data-background-color="gray"]).card-pricing ul li,
[data-background-color]:not([data-background-color="gray"]) .info.info-horizontal .icon i,
[data-background-color]:not([data-background-color="gray"]) .card-pricing.card-plain ul li {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]).card a:not(.btn):not(.dropdown-item) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]).card a:not(.btn):not(.dropdown-item):hover,
[data-background-color]:not([data-background-color="gray"]).card a:not(.btn):not(.dropdown-item):focus {
    border-color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]).footer hr,
[data-background-color]:not([data-background-color="gray"]).card-pricing .icon i,
[data-background-color]:not([data-background-color="gray"]).card-pricing ul li {
    border-color: rgba(255, 255, 255, 0.2);
}

[data-background-color]:not([data-background-color="gray"]) .card-footer .stats i,
[data-background-color]:not([data-background-color="gray"]).card-plain .category,
[data-background-color]:not([data-background-color="gray"]) .card-plain .category,
[data-background-color]:not([data-background-color="gray"]) .card-header:after {
    color: rgba(255, 255, 255, 0.5);
}

[data-background-color]:not([data-background-color="gray"]).card-pricing ul li i,
[data-background-color]:not([data-background-color="gray"]).card-pricing ul li b,
[data-background-color]:not([data-background-color="gray"]) .card-pricing.card-plain ul li b,
[data-background-color]:not([data-background-color="gray"]) .card-category,
[data-background-color]:not([data-background-color="gray"]) .author span,
[data-background-color]:not([data-background-color="gray"]) .card-pricing.card-plain ul li i {
    color: rgba(255, 255, 255, 0.8) !important;
}

[data-background-color]:not([data-background-color="gray"]) .separator {
    background-color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .navbar.bg-white p {
    color: #888888;
}

[data-background-color]:not([data-background-color="gray"]) .description,
[data-background-color]:not([data-background-color="gray"]) .social-description p {
    color: rgba(255, 255, 255, 0.8);
}

[data-background-color]:not([data-background-color="gray"]) p.blockquote {
    border-color: rgba(255, 255, 255, 0.2);
}

[data-background-color]:not([data-background-color="gray"]) .checkbox label::before,
[data-background-color]:not([data-background-color="gray"]) .checkbox label::after,
[data-background-color]:not([data-background-color="gray"]) .radio label::before,
[data-background-color]:not([data-background-color="gray"]) .radio label::after {
    border-color: rgba(255, 255, 255, 0.2);
}

[data-background-color]:not([data-background-color="gray"]) .checkbox label::after,
[data-background-color]:not([data-background-color="gray"]) .checkbox label,
[data-background-color]:not([data-background-color="gray"]) .radio label {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .checkbox input[type="checkbox"]:disabled+label,
[data-background-color]:not([data-background-color="gray"]) .radio input[type="radio"]:disabled+label {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .radio input[type="radio"]:not(:disabled):hover+label::after,
[data-background-color]:not([data-background-color="gray"]) .radio input[type="radio"]:checked+label::after {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .form-control::-moz-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

[data-background-color]:not([data-background-color="gray"]) .form-control:-moz-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

[data-background-color]:not([data-background-color="gray"]) .form-control::-webkit-input-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

[data-background-color]:not([data-background-color="gray"]) .form-control:-ms-input-placeholder {
    color: #ebebeb;
    opacity: 1;
    filter: alpha(opacity=100);
}

[data-background-color]:not([data-background-color="gray"]) .form-control {
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .form-control:focus {
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .has-success:after,
[data-background-color]:not([data-background-color="gray"]) .has-danger:after {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .has-danger .form-control {
    background-color: transparent;
}

[data-background-color]:not([data-background-color="gray"]) .input-group-addon {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .input-group-focus .input-group-addon {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .form-group.form-group-no-border .form-control,
[data-background-color]:not([data-background-color="gray"]) .input-group.form-group-no-border .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .form-group.form-group-no-border .form-control:focus,
[data-background-color]:not([data-background-color="gray"]) .form-group.form-group-no-border .form-control:active,
[data-background-color]:not([data-background-color="gray"]) .form-group.form-group-no-border .form-control:active,
[data-background-color]:not([data-background-color="gray"]) .input-group.form-group-no-border .form-control:focus,
[data-background-color]:not([data-background-color="gray"]) .input-group.form-group-no-border .form-control:active,
[data-background-color]:not([data-background-color="gray"]) .input-group.form-group-no-border .form-control:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .form-group.form-group-no-border .form-control+.input-group-addon,
[data-background-color]:not([data-background-color="gray"]) .input-group.form-group-no-border .form-control+.input-group-addon {
    background-color: rgba(255, 255, 255, 0.1);
}

[data-background-color]:not([data-background-color="gray"]) .form-group.form-group-no-border .form-control+.input-group-addon:focus,
[data-background-color]:not([data-background-color="gray"]) .form-group.form-group-no-border .form-control+.input-group-addon:active,
[data-background-color]:not([data-background-color="gray"]) .form-group.form-group-no-border .form-control+.input-group-addon:active,
[data-background-color]:not([data-background-color="gray"]) .input-group.form-group-no-border .form-control+.input-group-addon:focus,
[data-background-color]:not([data-background-color="gray"]) .input-group.form-group-no-border .form-control+.input-group-addon:active,
[data-background-color]:not([data-background-color="gray"]) .input-group.form-group-no-border .form-control+.input-group-addon:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .form-group.form-group-no-border .form-control:focus+.input-group-addon,
[data-background-color]:not([data-background-color="gray"]) .input-group.form-group-no-border .form-control:focus+.input-group-addon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .form-group.form-group-no-border .input-group-addon,
[data-background-color]:not([data-background-color="gray"]) .input-group.form-group-no-border .input-group-addon {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .form-group.form-group-no-border.input-group-focus .input-group-addon,
[data-background-color]:not([data-background-color="gray"]) .input-group.form-group-no-border.input-group-focus .input-group-addon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .input-group-addon,
[data-background-color]:not([data-background-color="gray"]) .form-group.form-group-no-border .input-group-addon,
[data-background-color]:not([data-background-color="gray"]) .input-group.form-group-no-border .input-group-addon {
    color: rgba(255, 255, 255, 0.8);
}

[data-background-color]:not([data-background-color="gray"]) .subscribe-line .form-control {
    background-color: transparent;
    border: 1px solid #E3E3E3;
    color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) .subscribe-line .form-control:last-child {
    border-left: 0 none;
}

[data-background-color]:not([data-background-color="gray"]) .subscribe-line .input-group-addon,
[data-background-color]:not([data-background-color="gray"]) .subscribe-line .form-group.form-group-no-border .input-group-addon,
[data-background-color]:not([data-background-color="gray"]) .subscribe-line .input-group.form-group-no-border .input-group-addon {
    color: #555555;
    border: 1px solid #E3E3E3;
}

[data-background-color]:not([data-background-color="gray"]) .btn.btn-simple {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .btn.btn-simple:hover,
[data-background-color]:not([data-background-color="gray"]) .btn.btn-simple:hover,
[data-background-color]:not([data-background-color="gray"]) .btn.btn-simple:focus,
[data-background-color]:not([data-background-color="gray"]) .btn.btn-simple:active {
    background-color: transparent;
    border-color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]).section-nucleo-icons .icons-container i:nth-child(6) {
    color: #FFFFFF;
}

[class*="features-"],
[class*="team-"],
[class*="projects-"],
[class*="pricing-"],
[class*="testimonials-"],
[class*="contactus-"] {
    padding: 80px 0;
}

.page-header .carousel .carousel-indicators {
    bottom: 60px;
}

.page-header .container {
    color: #FFFFFF;
}

.page-header .title {
    font-family: 'FerroRosso';
    color: #FFFFFF;
    font-size: 7em;
    margin-bottom: 0;
}

.page-header .subtitle {
    font-size: 2.5em;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.page-header.header-small {
    height: 65vh;
    min-height: 65vh;
}

.page-header.header-small .container {
    padding-top: 20vh;
}

.header-filter {
    position: relative;
}

.header-filter .container {
    z-index: 2;
    position: relative;
}

.clear-filter:before {
    display: none;
}

.iframe-container iframe {
    width: 100%;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.3);
}

.header-1 .wrapper,
.header-2 .wrapper,
.header-3 .wrapper {
    background: #CCCCCC;
}

.header-1 .content-center,
.header-2 .content-center,
.header-3 .content-center {
    max-width: none !important;
}

.header-2 .page-header .card,
.header-1 .page-header .card {
    margin-top: 60px;
}

.header-3 .btn {
    margin: 0;
}

.header-3 h6 {
    margin-bottom: 0;
}

.phone-container img {
    width: 100%;
}

.features-2,
.features-1,
.features-3 {
    text-align: center;
}

.features-4 .card {
    margin-top: 70px;
}

.features-2 .info-title,
.features-2 .title {
    color: #FFFFFF;
}

.features-5 .info {
    max-width: none;
    margin: 0 auto;
    padding: 10px 0 0px;
}

.features-5 .phone-container {
    max-width: 200px;
    margin: 0 auto;
}

.features-6 .phone-container {
    max-width: 260px;
    margin: 60px auto 0;
}

.features-6 .info {
    max-width: none;
    margin: 0 auto;
    padding: 10px 0 0px;
}

.features-6 .info:first-child {
    padding-top: 130px;
}

.features-7,
.features-2,
.features-8 {
    position: relative;
}

.features-7:after,
.features-2:after,
.features-8:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

.features-7 .container,
.features-7 .container-fluid,
.features-7 .title,
.features-7 .description,
.features-2 .container,
.features-2 .container-fluid,
.features-2 .title,
.features-2 .description,
.features-8 .container,
.features-8 .container-fluid,
.features-8 .title,
.features-8 .description {
    position: relative;
    z-index: 2;
}

.features-8 .title,
.features-7 .title {
    color: #FFFFFF;
}

.features-8 .title+.description {
    margin-bottom: 70px;
}

.features-7 {
    overflow: hidden;
}

.features-7 .info-title {
    color: #FFFFFF;
}

.features-7 .info-horizontal {
    padding: 15px 0 0;
}

.features-7 .info-horizontal:first-child {
    padding-top: 45px;
}

.features-7 .image-container {
    max-width: 1200px;
    position: relative;
    height: 550px;
    margin-top: 58px;
}

.features-7 .image-container img {
    max-width: 1200px;
    left: 100px;
    top: 0;
    height: 100%;
    position: absolute;
}

.tablet-container {
    margin-top: 40px;
}

.img-why-us-container {
    margin-top: 162px;
    position: absolute;
    left: -230px;
}

.services-img-container-left {
    position: absolute;
    left: 0;
    top: 2em;
}

.services-img-container-left img {
max-width: 700px;
    margin-left: -17em;
    border: 15px solid #f10b0b;
}

.services-img-container-right {
    position: absolute;
    right: -5em;
    top: 1em;
}

.services-img-container-right img {
    max-width: 700px;
    margin-right: -13em;
    border: 15px solid #f10b0b; 
}

.img-why-us-container img{
    max-width: 665px;
    border: 13px solid #d61e13;
}


.description-philosophy p{
    text-align: center;
    color: #656565;
    padding: 0 15px;
    font-size: 1em;
    margin: 3em 3em 5em;
}

.img-philosophy {

}


.autoplay-partners{
        margin-top: 4em;
}

.partners {

        max-width: 150px;        
          /* Firefox 10+, Firefox on Android */
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(100%);
      /* Chrome 19+, Safari 6+, Safari 6+ iOS */
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; 
}

.partners:hover {
    -webkit-filter: grayscale(0%);
}

[class*="blogs-"] {
    padding: 50px 0;
}

.blogs-1 .card {
    margin-bottom: 80px;
}

.blogs-4 .card {
    margin-bottom: 60px;
    text-align: center;
}

.team-2 .card .card-title {
    margin: 10px 0 0;
}

.team-2 .card h6 {
    margin-top: 5px;
}

.team-2 [class*="col-md-"]:nth-child(2) {
    margin-top: 45px;
}

.team-3 .card.card-profile .card-image a>img {
    border-radius: 0;
    border-bottom-left-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.team-3 .card.card-profile .card-title {
    margin-top: 15px;
}

.team-4 .card {
    text-align: left;
}

.team-4 .card .footer {
    margin-top: 0;
}

.team-5 h5.description {
    margin-bottom: 100px;
}

.team-5 [class*="col-md-"] {
    margin-top: 50px;
}

.team-5 [class*="col-md-"]:nth-child(2) {
    margin-top: 95px;
}

.team-5 .card.card-profile .card-title+.category {
    margin-bottom: .625rem;
}

.projects-1 .card-title {
    margin-top: 10px;
}

.projects-2 h2.title {
    margin-top: 5px;
    margin-bottom: 15px;
}

.projects-2 .card-title {
    margin-bottom: 5px;
}

.projects-2 .category {
    color: #888888;
    margin-top: 5px;
}

.projects-2 .card-description {
    margin-top: 20px;
}

.projects-2 .card {
    text-align: center;
}

.projects-3 h2.title,
.projects-3 h3.title {
    margin-bottom: 80px;
    margin-top: 5px;
}

.projects-3 .card {
    margin-bottom: 30px;
    text-align: center;
}

.projects-3 .category {
    margin-bottom: 5px;
}

.projects-3 .card-title {
    margin-top: 10px;
}

.projects-5 h2.title {
    margin-top: 5px;
    margin-bottom: 15px;
}

.projects-5 .info {
    padding: 0;
}

.projects-5 .info p {
    margin: 0;
}

.projects-5 .card-background {
    margin-bottom: 0;
}

.projects-5 .card-background .card-block {
    padding-top: 140px;
    padding-bottom: 140px;
}

.projects-5 hr {
    margin: 70px auto;
    max-width: 970px;
}

.pricing-1 h2.title {
    margin-bottom: 10px;
}

.pricing-1 .card-separator {
    width: 1px;
    display: block;
    height: 100%;
    background-color: rgba(136, 136, 136, 0.2);
    position: absolute;
    left: 0;
    top: 0;
}

.pricing-2 .nav-pills {
    margin-bottom: 50px;
}

.pricing-5 .nav-pills {
    margin-top: 50px;
    margin-bottom: 50px;
}

.pricing-3 .title,
.pricing-4 .title {
    margin-bottom: 10px;
}

.testimonials-1 .description {
    margin-bottom: 50px;
}

.section-testimonials,
.testimonials-2 {
    background-image: none;
}

.section-testimonials .card-profile .card-title,
.section-testimonials .card-profile .card-description,
.testimonials-2 .card-profile .card-title,
.testimonials-2 .card-profile .card-description {
    text-align: left !important;
}

.section-testimonials .card-image,
.testimonials-2 .card-image {
    margin: 0;
}

.section-testimonials .carousel .carousel-inner,
.testimonials-2 .carousel .carousel-inner {
    box-shadow: none;
}

.section-testimonials .carousel .carousel-control-prev i,
.section-testimonials .carousel .carousel-control-next i,
.testimonials-2 .carousel .carousel-control-prev i,
.testimonials-2 .carousel .carousel-control-next i {
    color: #444;
}

.section-testimonials .testimonials-people,
.testimonials-2 .testimonials-people {
    position: relative;
}

.section-testimonials .testimonials-people img,
.testimonials-2 .testimonials-people img {
    position: absolute;
    border-radius: 50%;
    z-index: 4;
}

.section-testimonials .testimonials-people .left-first-person,
.testimonials-2 .testimonials-people .left-first-person {
    left: 2%;
    top: 2%;
    height: 70px;
    width: 70px;
}

.section-testimonials .testimonials-people .left-second-person,
.testimonials-2 .testimonials-people .left-second-person {
    left: 65%;
    top: 100%;
    height: 70px;
    width: 70px;
}

.section-testimonials .testimonials-people .left-third-person,
.testimonials-2 .testimonials-people .left-third-person {
    left: -25%;
    top: 135%;
    height: 120px;
    width: 120px;
}

.section-testimonials .testimonials-people .left-fourth-person,
.testimonials-2 .testimonials-people .left-fourth-person {
    left: 40%;
    top: 180%;
    height: 40px;
    width: 40px;
}

.section-testimonials .testimonials-people .left-fifth-person,
.testimonials-2 .testimonials-people .left-fifth-person {
    left: 95%;
    top: 220%;
    height: 45px;
    width: 45px;
}

.section-testimonials .testimonials-people .left-sixth-person,
.testimonials-2 .testimonials-people .left-sixth-person {
    left: 40%;
    top: 265%;
    height: 95px;
    width: 95px;
}

.section-testimonials .testimonials-people .right-first-person,
.testimonials-2 .testimonials-people .right-first-person {
    right: 2%;
    top: 0;
    height: 60px;
    width: 60px;
}

.section-testimonials .testimonials-people .right-second-person,
.testimonials-2 .testimonials-people .right-second-person {
    right: 30%;
    top: 60%;
    height: 70px;
    width: 70px;
}

.section-testimonials .testimonials-people .right-third-person,
.testimonials-2 .testimonials-people .right-third-person {
    right: 95%;
    top: 95%;
    height: 50px;
    width: 50px;
}

.section-testimonials .testimonials-people .right-fourth-person,
.testimonials-2 .testimonials-people .right-fourth-person {
    right: 66%;
    top: 145%;
    height: 40px;
    width: 40px;
}

.section-testimonials .testimonials-people .right-fifth-person,
.testimonials-2 .testimonials-people .right-fifth-person {
    right: 90%;
    top: 210%;
    height: 100px;
    width: 100px;
}

.section-testimonials .testimonials-people .right-sixth-person,
.testimonials-2 .testimonials-people .right-sixth-person {
    right: 15%;
    top: 240%;
    height: 70px;
    width: 70px;
}

.contactus-1 .info {
    padding: 0;
    margin: 0;
}

.contactus-1 .info:first-child {
    margin-top: 30px;
}

.contactus-1 .info .info-title {
    margin-top: 20px;
    color: #FFFFFF;
}

.contactus-1 .info .icon {
    margin-top: 19px;
    color: #FFFFFF;
}

.contactus-1 .card-contact {
    margin-top: 30px;
}

.contactus-2 {
    padding: 0;
    position: relative;
}

.contactus-2 .card-contact {
    max-width: 560px;
    margin: 80px 0 80px 150px;
}

.contactus-2 .card-contact .info {
    padding: 0;
    margin: 0;
}

.contactus-2 .map {
    width: 100%;
    height: 100%;
    position: absolute;
}

.contactus-2 .info-horizontal .icon {
    margin-top: 28px;
}

.contactus-2 .info-horizontal .icon>i {
    font-size: 2.2em;
    max-width: 45px;
}

.social-line-big-icons [class*="col-"] {
    border-right: 1px solid #E3E3E3;
}

.social-line-big-icons [class*="col-"]:last-child {
    border: 0;
}

.social-line-big-icons .btn {
    margin: 0;
    width: 100%;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    height: auto;
}

.social-line-big-icons .btn .fa {
    font-size: 25px;
}

.social-line {
    padding: .65rem 0;
}

.subscribe-line {
    padding: 30px 0;
}

.subscribe-line .card {
    margin-top: 54px;
}

.subscribe-line .card .card-block {
    min-height: auto;
}

.subscribe-line.subscribe-line-image {
    position: relative;
    background-position: center center;
    background-size: cover;
}

.subscribe-line.subscribe-line-image .description {
    color: rgba(255, 255, 255, 0.8);
}

.subscribe-line.subscribe-line-image .title {
    color: #FFFFFF;
}

.subscribe-line.subscribe-line-image:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.66);
}

.subscribe-line.subscribe-line-image .container {
    z-index: 2;
    position: relative;
}

.subscribe-line .title {
text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 300;
}
.subscribe-line .description {
        text-transform: uppercase;
    margin: .1em 2em;
    font-size: 2.5em;
}

.social-line-white,
.subscribe-line-white {
    background-color: #FFFFFF;
}

.social-line-red,
.subscribe-line-red {
    background-color: #d61e13;
}

.social-line-red [class*="col-"],
.subscribe-line-red [class*="col-"] {
    border-color: rgba(255, 255, 255, 0.32);
        text-align: center;
}

.social-line-red p {
    color: #fff;
    font-size: 3.5em;
    font-weight: 700;
}

.social-line-red p small{
    position: absolute;
    top: 0;
    left: -5px;
    color: #fff;
    font-size: .5em;
}


.social-line-red p span {
    color: #fff;
    display: block;
    font-size: .25em;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
}

[data-background-color] .social-line h1,
[data-background-color] .social-line h2,
[data-background-color] .social-line h3,
[data-background-color] .social-line h4,
[data-background-color] .social-line h5,
[data-background-color] .social-line h6 {
    color: initial;
}

[data-background-color] .social-line .btn.btn-simple {
    border: 0;
}

@media screen and (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        display: block;
        top: 0;
        height: 100% !important;
        width: 300px;
        right: 0;
        z-index: 1032;
        visibility: visible;
        background-color: #999;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        max-height: none !important;
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    .navbar-collapse:after {
        background: #888888;
        background: -webkit-linear-gradient(#888888 0%, #000 80%);
        background: -o-linear-gradient(#888888 0%, #000 80%);
        background: -moz-linear-gradient(#888888 0%, #000 80%);
        background: linear-gradient(#888888 0%, #000 80%);
        opacity: 0.76;
        filter: alpha(opacity=76);
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .navbar-collapse[data-color="blue"]:after {
        background: #2CA8FF;
        background: -webkit-linear-gradient(#2CA8FF 0%, #000 80%);
        background: -o-linear-gradient(#2CA8FF 0%, #000 80%);
        background: -moz-linear-gradient(#2CA8FF 0%, #000 80%);
        background: linear-gradient(#2CA8FF 0%, #000 80%);
    }
    .navbar-collapse[data-color="green"]:after {
        background: #18ce0f;
        background: -webkit-linear-gradient(#18ce0f 0%, #000 80%);
        background: -o-linear-gradient(#18ce0f 0%, #000 80%);
        background: -moz-linear-gradient(#18ce0f 0%, #000 80%);
        background: linear-gradient(#18ce0f 0%, #000 80%);
    }
    .navbar-collapse[data-color="orange"]:after {
        background: #f96332;
        background: -webkit-linear-gradient(#f96332 0%, #000 80%);
        background: -o-linear-gradient(#f96332 0%, #000 80%);
        background: -moz-linear-gradient(#f96332 0%, #000 80%);
        background: linear-gradient(#f96332 0%, #000 80%);
    }
    .navbar-collapse[data-color="red"]:after {
        background: #FF3636;
        background: -webkit-linear-gradient(#FF3636 0%, #000 80%);
        background: -o-linear-gradient(#FF3636 0%, #000 80%);
        background: -moz-linear-gradient(#FF3636 0%, #000 80%);
        background: linear-gradient(#FF3636 0%, #000 80%);
    }
    .navbar-collapse[data-color="yellow"]:after {
        background: #FFB236;
        background: -webkit-linear-gradient(#FFB236 0%, #000 80%);
        background: -o-linear-gradient(#FFB236 0%, #000 80%);
        background: -moz-linear-gradient(#FFB236 0%, #000 80%);
        background: linear-gradient(#FFB236 0%, #000 80%);
    }
    .nav-open .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
        margin: 0 1rem;
        margin-top: 0.3125rem;
    }
    .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
        color: #FFFFFF !important;
    }
    .navbar-collapse .dropdown-menu .dropdown-item {
        color: #FFFFFF;
    }
    .menu-on-left .navbar-collapse {
        right: auto;
        left: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }
    .menu-on-left .navbar-brand {
        float: right;
        margin-right: 0;
        margin-left: 1rem;
    }
    .navbar .navbar-brand {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .navbar .navbar-nav {
        margin-top: 53px;
    }
    .navbar .navbar-nav.navbar-logo {
        top: 0;
        height: 53px;
    }
    .navbar .dropdown.show .dropdown-menu,
    .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 300px;
        overflow-y: scroll;
    }
    .navbar .dropdown.show .dropdown-menu:before,
    .navbar .dropdown .dropdown-menu:before {
        display: none;
    }
    .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }
    .navbar .dropdown .dropdown-menu {
        display: none;
    }
    .navbar .dropdown.show .dropdown-menu {
        display: block;
    }
    .navbar .dropdown-menu .dropdown-item:focus,
    .navbar .dropdown-menu .dropdown-item:hover {
        color: #FFFFFF;
        border-radius: 0.1875rem;
    }
    .navbar .navbar-translate {
        width: 100%;
        position: relative;
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #FFFFFF;
    }
    .navbar .navbar-toggler-bar+.navbar-toggler-bar {
        margin-top: 7px;
    }
    .navbar .navbar-toggler-bar.bar2 {
        width: 17px;
        transition: width .2s linear;
    }
    .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888888;
    }
    .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }
    .navbar .toggled .navbar-toggler-bar+.navbar-toggler-bar {
        margin-top: 5px;
    }
    .navbar .nav-link i.fa,
    .navbar .nav-link i.now-ui-icons {
        opacity: .5;
    }
    .nav-open .wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        -moz-transform: translate3d(-150px, 0, 0);
        -o-transform: translate3d(-150px, 0, 0);
        -ms-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }
    .nav-open .navbar-translate {
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }
    .nav-open .menu-on-left .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .nav-open .menu-on-left .navbar-translate {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }
    .nav-open .menu-on-left .wrapper {
        -webkit-transform: translate3d(150px, 0, 0);
        -moz-transform: translate3d(150px, 0, 0);
        -o-transform: translate3d(150px, 0, 0);
        -ms-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0);
    }
    .nav-open .menu-on-left #bodyClick {
        right: auto;
        left: 300px;
    }
    .wrapper {
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    .bar1,
    .bar2,
    .bar3 {
        outline: 1px solid transparent;
    }
    .bar1 {
        top: 0px;
        -webkit-animation: topbar-back 500ms linear 0s;
        -moz-animation: topbar-back 500ms linear 0s;
        animation: topbar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    .bar2 {
        opacity: 1;
    }
    .bar3 {
        bottom: 0px;
        -webkit-animation: bottombar-back 500ms linear 0s;
        -moz-animation: bottombar-back 500ms linear 0s;
        animation: bottombar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 500ms linear 0s;
        -moz-animation: topbar-x 500ms linear 0s;
        animation: topbar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    .toggled .bar2 {
        opacity: 0;
    }
    .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 500ms linear 0s;
        -moz-animation: bottombar-x 500ms linear 0s;
        animation: bottombar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes topbar-x {
        0% {
            top: 0px;
            transform: rotate(0deg);
        }
        45% {
            top: 6px;
            transform: rotate(145deg);
        }
        75% {
            transform: rotate(130deg);
        }
        100% {
            transform: rotate(135deg);
        }
    }
    @-webkit-keyframes topbar-x {
        0% {
            top: 0px;
            -webkit-transform: rotate(0deg);
        }
        45% {
            top: 6px;
            -webkit-transform: rotate(145deg);
        }
        75% {
            -webkit-transform: rotate(130deg);
        }
        100% {
            -webkit-transform: rotate(135deg);
        }
    }
    @-moz-keyframes topbar-x {
        0% {
            top: 0px;
            -moz-transform: rotate(0deg);
        }
        45% {
            top: 6px;
            -moz-transform: rotate(145deg);
        }
        75% {
            -moz-transform: rotate(130deg);
        }
        100% {
            -moz-transform: rotate(135deg);
        }
    }
    @keyframes topbar-back {
        0% {
            top: 6px;
            transform: rotate(135deg);
        }
        45% {
            transform: rotate(-10deg);
        }
        75% {
            transform: rotate(5deg);
        }
        100% {
            top: 0px;
            transform: rotate(0);
        }
    }
    @-webkit-keyframes topbar-back {
        0% {
            top: 6px;
            -webkit-transform: rotate(135deg);
        }
        45% {
            -webkit-transform: rotate(-10deg);
        }
        75% {
            -webkit-transform: rotate(5deg);
        }
        100% {
            top: 0px;
            -webkit-transform: rotate(0);
        }
    }
    @-moz-keyframes topbar-back {
        0% {
            top: 6px;
            -moz-transform: rotate(135deg);
        }
        45% {
            -moz-transform: rotate(-10deg);
        }
        75% {
            -moz-transform: rotate(5deg);
        }
        100% {
            top: 0px;
            -moz-transform: rotate(0);
        }
    }
    @keyframes bottombar-x {
        0% {
            bottom: 0px;
            transform: rotate(0deg);
        }
        45% {
            bottom: 6px;
            transform: rotate(-145deg);
        }
        75% {
            transform: rotate(-130deg);
        }
        100% {
            transform: rotate(-135deg);
        }
    }
    @-webkit-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -webkit-transform: rotate(0deg);
        }
        45% {
            bottom: 6px;
            -webkit-transform: rotate(-145deg);
        }
        75% {
            -webkit-transform: rotate(-130deg);
        }
        100% {
            -webkit-transform: rotate(-135deg);
        }
    }
    @-moz-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -moz-transform: rotate(0deg);
        }
        45% {
            bottom: 6px;
            -moz-transform: rotate(-145deg);
        }
        75% {
            -moz-transform: rotate(-130deg);
        }
        100% {
            -moz-transform: rotate(-135deg);
        }
    }
    @keyframes bottombar-back {
        0% {
            bottom: 6px;
            transform: rotate(-135deg);
        }
        45% {
            transform: rotate(10deg);
        }
        75% {
            transform: rotate(-5deg);
        }
        100% {
            bottom: 0px;
            transform: rotate(0);
        }
    }
    @-webkit-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -webkit-transform: rotate(-135deg);
        }
        45% {
            -webkit-transform: rotate(10deg);
        }
        75% {
            -webkit-transform: rotate(-5deg);
        }
        100% {
            bottom: 0px;
            -webkit-transform: rotate(0);
        }
    }
    @-moz-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -moz-transform: rotate(-135deg);
        }
        45% {
            -moz-transform: rotate(10deg);
        }
        75% {
            -moz-transform: rotate(-5deg);
        }
        100% {
            bottom: 0px;
            -moz-transform: rotate(0);
        }
    }
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    #bodyClick {
        height: 100%;
        width: 100%;
        position: fixed;
        opacity: 1;
        top: 0;
        left: auto;
        right: 300px;
        content: "";
        z-index: 9999;
        overflow-x: hidden;
        background-color: transparent;
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    .profile-photo .profile-photo-small {
        margin-left: -2px;
    }
    [class*="navbar-toggleable-"] .navbar-collapse {
        width: 300px;
    }
    .button-dropdown {
        display: none;
    }
    .section-nucleo-icons .container .row>[class*="col-"]:first-child {
        text-align: center;
    }
    .footer .copyright {
        text-align: right;
    }
    .section-nucleo-icons .icons-container {
        margin-top: 65px;
    }
    .section-images {
        height: 500px;
        max-height: 500px;
    }
    .section-images .hero-images-container {
        max-width: 500px;
    }
    .section-images .hero-images-container-1 {
        right: 10%;
        top: 68%;
        max-width: 269px;
    }
    .section-images .hero-images-container-2 {
        right: 5%;
        max-width: 135px;
        top: 93%;
    }
}

@media screen and (min-width: 992px) {
    .navbar-nav .nav-link.profile-photo {
        padding: 0;
        margin: 7px 0.7rem;
    }
    .navbar-nav .nav-link.btn:not(.btn-sm) {
        margin: 0;
    }
    .navbar-nav .nav-item:not(:last-child) {
        margin-right: 5px;
    }
    .card.card-form-horizontal [class*="col-sm-"]:not(:last-child),
    .card.card-form-horizontal [class*="col-md-"]:not(:last-child) {
        padding-right: 0;
    }
    .burger-menu .navbar-collapse {
        position: fixed;
        display: block;
        top: 0;
        height: 100% !important;
        width: 300px;
        right: 0;
        z-index: 1032;
        visibility: visible;
        background-color: #999;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        max-height: none !important;
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    .burger-menu .navbar-collapse:after {
        background: #888888;
        background: -webkit-linear-gradient(#888888 0%, #000 80%);
        background: -o-linear-gradient(#888888 0%, #000 80%);
        background: -moz-linear-gradient(#888888 0%, #000 80%);
        background: linear-gradient(#888888 0%, #000 80%);
        opacity: 0.76;
        filter: alpha(opacity=76);
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .burger-menu .navbar-collapse[data-color="blue"]:after {
        background: #2CA8FF;
        background: -webkit-linear-gradient(#2CA8FF 0%, #000 80%);
        background: -o-linear-gradient(#2CA8FF 0%, #000 80%);
        background: -moz-linear-gradient(#2CA8FF 0%, #000 80%);
        background: linear-gradient(#2CA8FF 0%, #000 80%);
    }
    .burger-menu .navbar-collapse[data-color="green"]:after {
        background: #18ce0f;
        background: -webkit-linear-gradient(#18ce0f 0%, #000 80%);
        background: -o-linear-gradient(#18ce0f 0%, #000 80%);
        background: -moz-linear-gradient(#18ce0f 0%, #000 80%);
        background: linear-gradient(#18ce0f 0%, #000 80%);
    }
    .burger-menu .navbar-collapse[data-color="orange"]:after {
        background: #f96332;
        background: -webkit-linear-gradient(#f96332 0%, #000 80%);
        background: -o-linear-gradient(#f96332 0%, #000 80%);
        background: -moz-linear-gradient(#f96332 0%, #000 80%);
        background: linear-gradient(#f96332 0%, #000 80%);
    }
    .burger-menu .navbar-collapse[data-color="red"]:after {
        background: #FF3636;
        background: -webkit-linear-gradient(#FF3636 0%, #000 80%);
        background: -o-linear-gradient(#FF3636 0%, #000 80%);
        background: -moz-linear-gradient(#FF3636 0%, #000 80%);
        background: linear-gradient(#FF3636 0%, #000 80%);
    }
    .burger-menu .navbar-collapse[data-color="yellow"]:after {
        background: #FFB236;
        background: -webkit-linear-gradient(#FFB236 0%, #000 80%);
        background: -o-linear-gradient(#FFB236 0%, #000 80%);
        background: -moz-linear-gradient(#FFB236 0%, #000 80%);
        background: linear-gradient(#FFB236 0%, #000 80%);
    }
    .nav-open .burger-menu .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .burger-menu .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
        margin: 0 1rem;
        margin-top: 0.3125rem;
    }
    .burger-menu .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
        color: #FFFFFF !important;
    }
    .burger-menu .navbar-collapse .dropdown-menu .dropdown-item {
        color: #FFFFFF;
    }
    .menu-on-left .burger-menu .navbar-collapse {
        right: auto;
        left: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }
    .burger-menu .menu-on-left .navbar-brand {
        float: right;
        margin-right: 0;
        margin-left: 1rem;
    }
    .burger-menu .navbar .navbar-brand {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .burger-menu .navbar .navbar-nav {
        margin-top: 53px;
    }
    .burger-menu .navbar .navbar-nav.navbar-logo {
        top: 0;
        height: 53px;
    }
    .burger-menu .navbar .dropdown.show .dropdown-menu,
    .burger-menu .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 300px;
        overflow-y: scroll;
    }
    .burger-menu .navbar .dropdown.show .dropdown-menu:before,
    .burger-menu .navbar .dropdown .dropdown-menu:before {
        display: none;
    }
    .burger-menu .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }
    .burger-menu .navbar .dropdown .dropdown-menu {
        display: none;
    }
    .burger-menu .navbar .dropdown.show .dropdown-menu {
        display: block;
    }
    .burger-menu .navbar .dropdown-menu .dropdown-item:focus,
    .burger-menu .navbar .dropdown-menu .dropdown-item:hover {
        color: #FFFFFF;
        border-radius: 0.1875rem;
    }
    .burger-menu .navbar .navbar-translate {
        width: 100%;
        position: relative;
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    .burger-menu .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #FFFFFF;
    }
    .burger-menu .navbar .navbar-toggler-bar+.navbar-toggler-bar {
        margin-top: 7px;
    }
    .burger-menu .navbar .navbar-toggler-bar.bar2 {
        width: 17px;
        transition: width .2s linear;
    }
    .burger-menu .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888888;
    }
    .burger-menu .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }
    .burger-menu .navbar .toggled .navbar-toggler-bar+.navbar-toggler-bar {
        margin-top: 5px;
    }
    .burger-menu .navbar .nav-link i.fa,
    .burger-menu .navbar .nav-link i.now-ui-icons {
        opacity: .5;
    }
    .burger-menu .nav-open .wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        -moz-transform: translate3d(-150px, 0, 0);
        -o-transform: translate3d(-150px, 0, 0);
        -ms-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }
    .burger-menu .nav-open .navbar-translate {
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }
    .burger-menu .nav-open .menu-on-left .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .burger-menu .nav-open .menu-on-left .navbar-translate {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }
    .burger-menu .nav-open .menu-on-left .wrapper {
        -webkit-transform: translate3d(150px, 0, 0);
        -moz-transform: translate3d(150px, 0, 0);
        -o-transform: translate3d(150px, 0, 0);
        -ms-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0);
    }
    .burger-menu .nav-open .menu-on-left #bodyClick {
        right: auto;
        left: 300px;
    }
    .burger-menu .wrapper {
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    .burger-menu .bar1,
    .burger-menu .bar2,
    .burger-menu .bar3 {
        outline: 1px solid transparent;
    }
    .burger-menu .bar1 {
        top: 0px;
        -webkit-animation: topbar-back 500ms linear 0s;
        -moz-animation: topbar-back 500ms linear 0s;
        animation: topbar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    .burger-menu .bar2 {
        opacity: 1;
    }
    .burger-menu .bar3 {
        bottom: 0px;
        -webkit-animation: bottombar-back 500ms linear 0s;
        -moz-animation: bottombar-back 500ms linear 0s;
        animation: bottombar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    .burger-menu .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 500ms linear 0s;
        -moz-animation: topbar-x 500ms linear 0s;
        animation: topbar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    .burger-menu .toggled .bar2 {
        opacity: 0;
    }
    .burger-menu .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 500ms linear 0s;
        -moz-animation: bottombar-x 500ms linear 0s;
        animation: bottombar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes topbar-x {
        0% {
            top: 0px;
            transform: rotate(0deg);
        }
        45% {
            top: 6px;
            transform: rotate(145deg);
        }
        75% {
            transform: rotate(130deg);
        }
        100% {
            transform: rotate(135deg);
        }
    }
    @-webkit-keyframes topbar-x {
        0% {
            top: 0px;
            -webkit-transform: rotate(0deg);
        }
        45% {
            top: 6px;
            -webkit-transform: rotate(145deg);
        }
        75% {
            -webkit-transform: rotate(130deg);
        }
        100% {
            -webkit-transform: rotate(135deg);
        }
    }
    @-moz-keyframes topbar-x {
        0% {
            top: 0px;
            -moz-transform: rotate(0deg);
        }
        45% {
            top: 6px;
            -moz-transform: rotate(145deg);
        }
        75% {
            -moz-transform: rotate(130deg);
        }
        100% {
            -moz-transform: rotate(135deg);
        }
    }
    @keyframes topbar-back {
        0% {
            top: 6px;
            transform: rotate(135deg);
        }
        45% {
            transform: rotate(-10deg);
        }
        75% {
            transform: rotate(5deg);
        }
        100% {
            top: 0px;
            transform: rotate(0);
        }
    }
    @-webkit-keyframes topbar-back {
        0% {
            top: 6px;
            -webkit-transform: rotate(135deg);
        }
        45% {
            -webkit-transform: rotate(-10deg);
        }
        75% {
            -webkit-transform: rotate(5deg);
        }
        100% {
            top: 0px;
            -webkit-transform: rotate(0);
        }
    }
    @-moz-keyframes topbar-back {
        0% {
            top: 6px;
            -moz-transform: rotate(135deg);
        }
        45% {
            -moz-transform: rotate(-10deg);
        }
        75% {
            -moz-transform: rotate(5deg);
        }
        100% {
            top: 0px;
            -moz-transform: rotate(0);
        }
    }
    @keyframes bottombar-x {
        0% {
            bottom: 0px;
            transform: rotate(0deg);
        }
        45% {
            bottom: 6px;
            transform: rotate(-145deg);
        }
        75% {
            transform: rotate(-130deg);
        }
        100% {
            transform: rotate(-135deg);
        }
    }
    @-webkit-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -webkit-transform: rotate(0deg);
        }
        45% {
            bottom: 6px;
            -webkit-transform: rotate(-145deg);
        }
        75% {
            -webkit-transform: rotate(-130deg);
        }
        100% {
            -webkit-transform: rotate(-135deg);
        }
    }
    @-moz-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -moz-transform: rotate(0deg);
        }
        45% {
            bottom: 6px;
            -moz-transform: rotate(-145deg);
        }
        75% {
            -moz-transform: rotate(-130deg);
        }
        100% {
            -moz-transform: rotate(-135deg);
        }
    }
    @keyframes bottombar-back {
        0% {
            bottom: 6px;
            transform: rotate(-135deg);
        }
        45% {
            transform: rotate(10deg);
        }
        75% {
            transform: rotate(-5deg);
        }
        100% {
            bottom: 0px;
            transform: rotate(0);
        }
    }
    @-webkit-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -webkit-transform: rotate(-135deg);
        }
        45% {
            -webkit-transform: rotate(10deg);
        }
        75% {
            -webkit-transform: rotate(-5deg);
        }
        100% {
            bottom: 0px;
            -webkit-transform: rotate(0);
        }
    }
    @-moz-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -moz-transform: rotate(-135deg);
        }
        45% {
            -moz-transform: rotate(10deg);
        }
        75% {
            -moz-transform: rotate(-5deg);
        }
        100% {
            bottom: 0px;
            -moz-transform: rotate(0);
        }
    }
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .burger-menu #bodyClick {
        height: 100%;
        width: 100%;
        position: fixed;
        opacity: 1;
        top: 0;
        left: auto;
        right: 300px;
        content: "";
        z-index: 9999;
        overflow-x: hidden;
        background-color: transparent;
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    .burger-menu .navbar-collapse {
        display: block !important;
    }
    .burger-menu .navbar-collapse .navbar-nav {
        margin-top: 53px;
        height: 100%;
        z-index: 2;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .burger-menu .navbar-collapse .navbar-nav .nav-item {
        margin: 0;
    }
    .burger-menu.menu-on-left .navbar-collapse {
        right: auto;
        left: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }
    .burger-menu .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
    .burger-menu .navbar-toggleable-md .navbar-toggler {
        display: inline-block;
    }
    .nav-open .burger-menu.menu-on-left .navbar .navbar-translate {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }
    .nav-open .burger-menu .navbar .navbar-translate {
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }
    .nav-open .burger-menu.menu-on-left .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .nav-open .burger-menu.menu-on-left #bodyClick {
        right: auto;
        left: 300px;
    }
    .burger-menu.menu-on-left .navbar-brand {
        float: right;
        margin-right: 0;
        margin-left: 1rem;
    }
    .section-nucleo-icons .icons-container {
        margin: 0 0 0 auto;
    }
    .footer:not(.footer-big) .copyright {
        float: right;
    }
}

@media screen and (min-width: 768px) {
    .image-container.image-right {
        top: 80px;
        margin-left: -100px;
        margin-bottom: 130px;
    }
    .image-container.image-left {
        margin-right: -100px;
    }
}

@media screen and (max-width: 768px) {
    .image-container.image-left {
        margin-bottom: 260px;
    }
    .image-container.image-left p.blockquote {
        margin: 0 auto;
        position: relative;
        right: 0;
    }
    .header-2 .card-form-horizontal .input-group,
    .header-2 .card-form-horizontal .form-group {
        margin-bottom: 10px;
    }
    .contactus-2 .card-contact {
        max-width: inherit;
        margin: 0;
        margin-top: 15px;
    }
    .section-story-overview .image-container+.category {
        padding-top: 50px;
    }
    .features-7 .image-container img {
        left: 0px;
        top: 0;
        max-width: inherit;
        width: 100%;
        height: auto;
        position: relative;
    }
    .footer.footer-big .social-feed i {
        padding-bottom: 10px;
    }
    .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }
    .nav-tabs .nav-item>.nav-link {
        margin-bottom: 5px;
    }
    .landing-page .section-story-overview .image-container:nth-child(2) {
        margin-left: 0;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 580px) {
    .alert button.close {
        position: absolute;
        right: -6px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 576px) {
    .navbar[class*='navbar-toggleable-'] .container {
        margin-left: 0;
        margin-right: 0;
    }
    .typography-line span {
        margin-left: 0;
    }
    .footer .copyright {
        text-align: center;
    }
    .projects-1 .nav-pills {
        display: block;
    }
    .projects-1 .nav-pills .nav-item .nav-link {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .subscribe-line .card-form-horizontal .btn {
        margin-top: 10px;
    }
    .modal .modal-dialog .modal-header button.close {
        font-size: 18px;
        right: 12px;
        top: 10px;
    }
    .header-3 .btn {
        margin-bottom: 10px;
    }
    .card.card-fashion:not(.card-background):before {
        display: none;
    }
    .profile-page .content-center {
        margin: 10px 0 0;
    }
    .profile-page .content-center .content .social-description {
        width: 105px;
        max-width: 105px;
    }
    .section-nucleo-icons .icons-container i {
        font-size: 30px;
    }
    .section-nucleo-icons .icons-container i:nth-child(6) {
        font-size: 48px;
    }
    .page-header .container h6.category-absolute {
        width: 90%;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .section-images .hero-images-container-1 {
        right: 9%;
        max-width: 370px;
    }
    .section-images .hero-images-container-2 {
        right: 2%;
        max-width: 216px;
    }
}

@media screen and (max-width: 768px) {
    .section-images {
        height: 300px;
        max-height: 300px;
    }
    .section-images .hero-images-container {
        max-width: 380px;
    }
    .section-images .hero-images-container-1 {
        right: 7%;
        top: 87%;
        max-width: 210px;
    }
    .section-images .hero-images-container-2 {
        right: 1%;
        max-width: 133px;
        top: 99%;
    }
    .footer nav {
        display: block;
        float: none;
    }
    #social-buttons>.row .col-md-1:nth-child(2) p,
    #social-buttons>.row .col-md-1:nth-child(3) p,
    #social-buttons>.row .col-md-3 p {
        display: none;
    }
}

@media screen and (max-width: 517px) {
    .alert .alert-icon {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .section-images .hero-images-container-1 {
        top: 51%;
        right: 21%;
    }
    .section-images .hero-images-container-2 {
        top: 66%;
        right: 14%;
    }
}