@charset "utf-8";
.menu-wrapper {
    display: none
}
.header-light .header-logo {
    background-image: url(../images/logo-dark.png)!important
}
.header-dark .header-logo {
    background-image: url(../images/logo-light.png)!important
}
.header-logo {
    background-size: 74px 14px;
    width: 74px;
    height: 55px
}
.footer-logo {
    height: 25px;
    background-size: 120px 23px
}
.footer-light .footer-logo {
    background-image: url(../images/logo-dark.png)
}
.footer-dark .footer-logo {
    background-image: url(../images/logo-light.png)
}
.menu-dark.menu-large .menu-logo {
    background-image: url(../images/logo-light.png)
}
.menu-light.menu-large .menu-logo {
    background-image: url(../images/logo-dark.png)
}
.menu-large .menu-logo {
    background-size: 105px 20px
}
.menu-perspective .menu-logo {
    background-image: url(../images/logo-light.png);
    background-size: 135px 25px
}
.menu-perspective-background {
    background-image: url(../images/pictures_vertical/bg-perspective.png)
}
.menu-thumbnails .menu-logo .menu-logo-image {
    height: 20px;
    background-size: 100px 19px
}
.menu-dark.menu-thumbnails .menu-logo .menu-logo-image {
    background-image: url(../images/logo-light.png)
}
.menu-light.menu-thumbnails .menu-logo .menu-logo-image {
    background-image: url(../images/logo-dark.png)
}
.menu-list-logo {
    background-size: 140px 27px;
    width: 140px;
    height: 27px
}
.menu-dark .menu-list-logo {
    background-image: url(../images/logo-light.png)
}
.menu-light .menu-list-logo {
    background-image: url(../images/logo-dark.png)
}
.preloader-dark h1 {
    background: url(../images/logo-light.png) center center no-repeat
}
.dark-mode .preloader-light h1 {
    background: url(../images/logo-light.png) center center no-repeat
}
.preloader-light h1 {
    background: url(../images/logo-dark.png) center center no-repeat
}
.timeline-logo {
    background-size: 74px 14px;
    height: 55px;
    background-image: url(../images/logo-light.png)
}
.profile-logo {
    background-image: url(../images/logo-dark.png);
    background-size: 74px 14px;
    height: 55px
}
.preloader-dark {
    background-color: #1b1d26
}
.preloader-dark .cp1, .preloader-dark .cp2 {
    opacity: .05;
    background-color: #fff
}
.preloader-dark em {
    color: rgba(255, 255, 255, .3)
}
.preloader-light {
    background-color: #fff
}
.preloader-light .cp1, .preloader-dark .cp2 {
    opacity: .05;
    background-color: #000
}
.preloader-light em {
    color: rgba(0, 0, 0, .8)
}
.dark-mode .preloader-light {
    background-color: #1b1d26!important
}
#preloader h1 {
    width: 100%;
    height: 32px;
    background-size: 165px 32px;
    margin-top: 110px
}
#preloader em {
    position: fixed;
    width: 100%;
    bottom: 20px;
    font-style: normal;
    text-align: center;
    font-size: 10px;
    line-height: 22px
}
#preloader p {
    text-align: center;
    font-size: 12px
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999999!important;
    pointer-events: none;
    opacity: 1;
    transition: all 500ms ease
}
.hide-preloader {
    pointer-events: none;
    opacity: 0!important;
    transition: all 500ms ease
}
.page-change-preloader {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    pointer-events: none;
    transition: all 250ms ease!important
}
.show-change-preloader {
    opacity: 1;
    transition: all 250ms ease!important
}
#preload-spinner, .preload-spinner {
    animation: preload-spin1 1.2s ease infinite;
    clip: rect(0, 40px, 40px, 20px);
    height: 40px;
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px
}
#preload-spinner:after, .preload-spinner:after {
    animation: preload-spin2 1.2s ease-in-out infinite;
    clip: rect(0, 40px, 40px, 20px);
    content: '';
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    box-shadow: inset #8cc152 0 0 0 1px
}
@keyframes preload-spin1 {
    25% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(185deg)
    }
}
@keyframes preload-spin2 {
    0% {
        transform: rotate(-175deg)
    }
    100% {
        transform: rotate(175deg)
    }
}
.spinner-yellow:after {
    box-shadow: inset #f6bb42 0 0 0 1px!important
}
.spinner-green:after {
    box-shadow: inset #27ae60 0 0 0 1px!important
}
.spinner-red:after {
    box-shadow: inset #d8334a 0 0 0 1px!important
}
.spinner-pink:after {
    box-shadow: inset #ec87c0 0 0 0 1px!important
}
.spinner-blue:after {
    box-shadow: inset #5d9cec 0 0 0 1px!important
}
.spinner-teal:after {
    box-shadow: inset #a0cecb 0 0 0 1px!important
}
.spinner-magenta:after {
    box-shadow: inset #8067b7 0 0 0 1px!important
}
.spinner-black:after {
    box-shadow: inset #000 0 0 0 1px!important
}
.spinner-brown:after {
    box-shadow: inset #8e8271 0 0 0 1px!important
}
p {
    color: #666
}
p strong {
    color: #1f1f1f
}
a {
    color: #2980b9
}
::-webkit-scrollbar {
    display: none
}
html, body {
    overflow-x: hidden!important
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased!important;
    -webkit-transform: translate3d(1, 1, 1);
    transform: translate3d(1, 1, 1);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
:focus {
    outline: none
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 13px;
    font-family: roboto, sans-serif;
    line-height: 30px;
    font-weight: 400
}
::selection {
    background-color: #ccc;
    color: #000
}
div, a, p, img, blockquote, form, fieldset, textarea, input, label, iframe, code, pre {
    display: block;
    position: relative
}
textarea, input {
    outline: none
}
input {
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    display: inline-block
}
textarea {
    -webkit-appearance: none!important;
    border-radius: 0!important;
    -webkit-border-radius: 0!important
}
label a {
    display: inline-block
}
#page-transitions {
    left: 0;
    right: 0;
    display: block;
    overflow: hidden
}
#page-content {
    margin-bottom: 0;
    background-color: #fff
}
.dark-mode #page-content {
    background-color: #16191c!important
}
.page-content-gray {
    background-color: #e1e0e6!important
}
.transparent-bg {
    background-color: transparent!important;
    transition: all 250ms ease
}
.header-clear {
    padding-top: 20px!important
}
.header-clear-large {
    padding-top: 20px!important
}
.header-clear-larger {
    padding-top: 30px!important
}

strong a, em a {
    display: inline
}
h1>a, h2>a, h3>a, h4>a, h5>a, h6>a {
    display: inline
}
ul, ol {
    color: #666
}
ul {
    margin-bottom: 30px
}
ul ul {
    margin-bottom: 5px
}
ol ol {
    margin-bottom: 5px
}
ol {
    margin-bottom: 30px
}
li {
    line-height: 24px;
    margin-bottom: 5px
}
ol>li:last-child, ul>li:last-child {
    margin-bottom: 0
}
textarea {
    font-family: roboto, sans-serif
}
sub, sup {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -15px
}
sub {
    bottom: 0
}
.disabled {
    display: none!important
}
.disabled-box {
    display: none
}
.center-item {
    margin-left: auto!important;
    margin-right: auto
}
.font-8 {
    font-size: 8px!important
}
.font-9 {
    font-size: 9px!important
}
.font-10 {
    font-size: 10px!important
}
.font-11 {
    font-size: 11px!important
}
.font-12 {
    font-size: 12px!important
}
.font-13 {
    font-size: 13px!important
}
.font-14 {
    font-size: 14px!important
}
.font-15 {
    font-size: 15px!important
}
.font-16 {
    font-size: 16px!important
}
.font-17 {
    font-size: 17px!important
}
.font-18 {
    font-size: 18px!important
}
.font-19 {
    font-size: 19px!important
}
.font-20 {
    font-size: 20px!important
}
.font-21 {
    font-size: 21px!important
}
.bg-full {
    position: fixed;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    overflow: hidden
}
.bg-cover {
    background-size: cover;
    background-position: center center
}
.bg-transparent {
    background: transparent!important
}
.bg-dark {
    background-color: rgba(0, 0, 0, .3)!important
}
.bg-1 {
    background-image: url(../images/pictures/1.jpg)
}
.bg-2 {
    background-image: url(../images/pictures/2.jpg)
}
.bg-3 {
    background-image: url(../images/pictures/3.jpg)
}
.bg-4 {
    background-image: url(../images/pictures/4.jpg)
}
.bg-5 {
    background-image: url(../images/pictures/5.jpg)
}
.bg-6 {
    background-image: url(../images/pictures/6.jpg)
}
.bg-7 {
    background-image: url(../images/pictures/7.jpg)
}
.bg-8 {
    background-image: url(../images/pictures/8.jpg)
}
.bg-9 {
    background-image: url(../images/pictures/9.jpg)
}
.vertical-bg-0 {
    background-image: url(../images/pictures_vertical/bg0.jpg)
}
.vertical-bg-1 {
    background-image: url(../images/pictures_vertical/bg1.jpg)
}
.vertical-bg-2 {
    background-image: url(../images/pictures_vertical/bg2.jpg)
}
.vertical-bg-3 {
    background-image: url(../images/pictures_vertical/bg3.jpg)
}
.vertical-bg-4 {
    background-image: url(../images/pictures_vertical/bg4.jpg)
}
.vertical-bg-5 {
    background-image: url(../images/pictures_vertical/bg5.jpg)
}
.vertical-bg-6 {
    background-image: url(../images/pictures_vertical/bg6.jpg)
}
.vertical-bg-7 {
    background-image: url(../images/pictures_vertical/bg7.jpg)
}
.vertical-bg-8 {
    background-image: url(../images/pictures_vertical/bg8.jpg)
}
.vertical-bg-9 {
    background-image: url(../images/pictures_vertical/bg9.jpg)
}
.vertical-bg-10 {
    background-image: url(../images/pictures_vertical/bg10.jpg)
}
.overlay, .overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-size: cover
}
.overlay-image {
    z-index: 8
}
.above-overlay {
    position: relative;
    z-index: 10!important
}
.dark-overlay {
    background-color: rgba(0, 0, 0, .7)
}
.medium-overlay {
    background-color: rgba(0, 0, 0, .6)
}
.light-overlay {
    background-color: rgba(255, 255, 255, .85)
}
.overlay-dark {
    background-color: rgba(0, 0, 0, .8)
}
.overlay-medium {
    background-color: rgba(0, 0, 0, .65)
}
.overlay-light {
    background-color: rgba(255, 255, 255, .75)
}
.overlay-gradient {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 20%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 1) 100%)
}
.overlay-gradient-small {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 30%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.8) 100%)
}
.bg-teal-light {
    background-color: #a0cecb!important;
    color: #fff
}
.bg-teal-dark {
    background-color: #7db1b1!important;
    color: #fff
}
.border-teal-light {
    border: solid 1px #a0cecb!important
}
.border-teal-dark {
    border: solid 1px #7db1b1!important
}
.bg-hover-teal-light:hover {
    background-color: #a0cecb!important;
    color: #fff!important;
    transition: all 200ms ease
}
.bg-hover-teal-dark:hover {
    background-color: #7db1b1!important;
    color: #fff!important;
    transition: all 200ms ease
}
.color-teal-light {
    color: #a0cecb!important
}
.color-teal-dark {
    color: #7db1b1!important
}
.bg-green-light {
    background-color: #a0d468!important;
    color: #fff
}
.bg-green-dark {
    background-color: #8cc152!important;
    color: #fff
}
.border-green-light {
    border: solid 1px #a0d468!important
}
.border-green-dark {
    border: solid 1px #8cc152!important
}
.bg-hover-green-light:hover {
    background-color: #a0d468!important;
    color: #fff!important;
    transition: all 200ms ease
}
.bg-hover-green-dark:hover {
    background-color: #8cc152!important;
    color: #fff!important;
    transition: all 200ms ease
}
.color-green-light {
    color: #a0d468!important
}
.color-green-dark {
    color: #8cc152!important
}
.bg-green2-light {
    background-color: #2ecc71!important;
    color: #fff
}
.bg-green2-dark {
    background-color: #2aba66!important;
    color: #fff
}
.border-green2-light {
    border: solid 1px #2ecc71!important
}
.border-green2-dark {
    border: solid 1px #2aba66!important
}
.bg-hover-green2-light:hover {
    background-color: #2ecc71!important;
    color: #fff!important;
    transition: all 200ms ease
}
.bg-hover-green2-dark:hover {
    background-color: #2aba66!important;
    color: #fff!important;
    transition: all 200ms ease
}
.color-green2-light {
    color: #2ecc71!important
}
.color-green2-dark {
    color: #2aba66!important
}
.bg-blue-light {
    background-color: #5d9cec!important;
    color: #fff
}
.bg-blue-dark {
    background-color: #4a89dc!important;
    color: #fff
}
.border-blue-light {
    border: solid 1px #5d9cec!important
}
.border-blue-dark {
    border: solid 1px #4a89dc!important
}
.bg-hover-blue-light:hover {
    background-color: #5d9cec!important;
    color: #fff!important;
    transition: all 200ms ease
}
.bg-hover-blue-dark:hover {
    background-color: #4a89dc!important;
    color: #fff!important;
    transition: all 200ms ease
}
.color-blue-light {
    color: #5d9cec!important
}
.color-blue-dark {
    color: #4a89dc!important
}
.bg-blue2-light {
    background-color: #4fc1e9!important;
    color: #fff
}
.bg-blue2-dark {
    background-color: #3bafda!important;
    color: #fff!important
}
.border-blue2-light {
    border: solid 1px #4fc1e9!important
}
.border-blue2-dark {
    border: solid 1px #3bafda!important
}
.bg-hover-blue2-light:hover {
    background-color: #4fc1e9!important;
    color: #fff!important;
    transition: all 200ms ease
}
.bg-hover-blue2-dark:hover {
    background-color: #3bafda!important;
    color: #fff!important;
    transition: all 200ms ease
}
.color-blue2-light {
    color: #4fc1e9!important
}
.color-blue2-dark {
    color: #3bafda!important
}
.bg-magenta-light {
    background-color: #8067b7!important;
    color: #fff
}
.bg-magenta-dark {
    background-color: #6a50a7!important;
    color: #fff
}
.border-magenta-light {
    border: solid 1px #8067b7!important
}
.border-magenta-dark {
    border: solid 1px #6a50a7!important
}
.bg-hover-magenta-light:hover {
    background-color: #8067b7!important;
    color: #fff!important;
    transition: all 200ms ease
}
.bg-hover-magenta-dark:hover {
    background-color: #6a50a7!important;
    color: #fff!important;
    transition: all 200ms ease
}
.color-magenta-light {
    color: #8067b7!important
}
.color-magenta-dark {
    color: #6a50a7!important
}
.bg-night-light {
    background-color: #656d78!important;
    color: #fff
}
.bg-night-dark {
    background-color: #434a54!important;
    color: #fff
}
.border-night-light {
    border: solid 1px #656d78!important
}
.border-night-dark {
    border: solid 1px #434a54!important
}
.bg-hover-night-light:hover {
    background-color: #656d78!important;
    color: #fff!important;
    transition: all 200ms ease
}
.bg-hover-night-dark:hover {
    background-color: #434a54!important;
    color: #fff!important;
    transition: all 200ms ease
}
.color-night-light {
    color: #656d78!important
}
.color-night-dark {
    color: #434a54!important
}
.bg-yellow-light {
    background-color: #ffce54!important;
    color: #fff
}
.bg-yellow-dark {
    background-color: #f6bb42!important;
    color: #fff
}
.border-yellow-light {
    border: solid 1px #ffce54!important
}
.border-yellow-dark {
    border: solid 1px #f6bb42!important
}
.bg-hover-yellow-light:hover {
    background-color: #ffce54!important;
    color: #fff!important;
    transition: all 200ms ease
}
.bg-hover-yellow-dark:hover {
    background-color: #f6bb42!important;
    color: #fff!important;
    transition: all 200ms ease
}
.color-yellow-light {
    color: #ffce54!important
}
.color-yellow-dark {
    color: #f6bb42!important
}
.bg-yellow2-light {
    background-color: #e8ce4d!important;
    color: #fff
}
.bg-yellow2-dark {
    background-color: #e0c341!important;
    color: #fff
}
.border-yellow2-light {
    border: solid 1px #e8ce4d!important
}
.border-yellow2-dark {
    border: solid 1px #e0c341!important
}
.bg-hover-yellow2-light:hover {
    background-color: #e8ce4d!important;
    color: #fff!important;
    transition: all 200ms ease
}
.bg-hover-yellow2-dark:hover {
    background-color: #e0c341!important;
    color: #fff!important;
    transition: all 200ms ease
}
.color-yellow2-light {
    color: #e8ce4d!important
}
.color-yellow2-dark {
    color: #e0c341!important
}
.bg-orange-light {
    background-color: #fc6e51!important;
    color: #fff
}
.bg-orange-dark {
    background-color: #e9573f!important;
    color: #fff
}
.border-orange-light {
    border: solid 1px #fc6e51!important
}
.border-orange-dark {
    border: solid 1px #e9573f!important
}
.bg-hover-orange-light:hover {
    background-color: #fc6e51!important;
    color: #fff!important;
    transition: all 200ms ease
}
.bg-hover-orange-dark:hover {
    background-color: #e9573f!important;
    color: #fff!important;
    transition: all 200ms ease
}
.color-orange-light {
    color: #fc6e51!important
}
.color-orange-dark {
    color: #e9573f!important
}
.bg-red-light {
    background-color: #e74c3c!important;
    color: #fff
}
.bg-red-dark {
    background-color: #c0392b!important;
    color: #fff
}
.border-red-light {
    border: solid 1px #e74c3c!important
}
.border-red-dark {
    border: solid 1px #c0392b!important
}
.bg-hover-red-light:hover {
    background-color: #e74c3c!important;
    color: #fff!important;
    transition: all 200ms ease
}
.bg-hover-red-dark:hover {
    background-color: #c0392b!important;
    color: #fff!important;
    transition: all 200ms ease
}
.color-red-light {
    color: #e74c3c!important
}
.color-red-dark {
    color: #c0392b!important
}
.bg-pink-light {
    background-color: #fa6a8e!important;
    color: #fff
}
.bg-pink-dark {
    background-color: #fb3365!important;
    color: #fff
}
.border-pink-light {
    border: solid 1px #fa6a8e!important
}
.border-pink-dark {
    border: solid 1px #fb3365!important
}
.bg-hover-pink-light:hover {
    background-color: #f85d84!important;
    color: #fff!important;
    transition: all 200ms ease
}
.bg-hover-pink-dark:hover {
    background-color: #fa6a8e!important;
    color: #fff!important;
    transition: all 200ms ease
}
.color-pink-light {
    color: #fa6a8e!important
}
.color-pink-dark {
    color: #fb3365!important
}
.bg-brown-light {
    background-color: #baa286!important;
    color: #fff
}
.bg-brown-dark {
    background-color: #aa8e69!important;
    color: #fff
}
.border-brown-light {
    border: solid 1px #baa286!important
}
.border-brown-dark {
    border: solid 1px #aa8e69!important
}
.bg-hover-brown-light:hover {
    background-color: #baa286!important;
    color: #fff!important;
    transition: all 200ms ease
}
.bg-hover-brown-dark:hover {
    background-color: #aa8e69!important;
    color: #fff!important;
    transition: all 200ms ease
}
.color-brown-light {
    color: #baa286!important
}
.color-brown-dark {
    color: #aa8e69!important
}
.bg-brown2-light {
    background-color: #8e8271!important;
    color: #fff
}
.bg-brown2-dark {
    background-color: #7b7163!important;
    color: #fff
}
.border-brown2-light {
    border: solid 1px #8e8271!important
}
.border-brown2-dark {
    border: solid 1px #7b7163!important
}
.bg-hover-brown2-light:hover {
    background-color: #8e8271!important;
    color: #fff!important;
    transition: all 200ms ease
}
.bg-hover-brown2-dark:hover {
    background-color: #7b7163!important;
    color: #fff!important;
    transition: all 200ms ease
}
.color-brown2-light {
    color: #8e8271!important
}
.color-brown2-dark {
    color: #7b7163!important
}
.bg-gray-light {
    background-color: #bdc3c7!important;
    color: #fff
}
.bg-gray-dark {
    background-color: #95a5a6!important;
    color: #fff
}
.border-gray-light {
    border: solid 1px #bdc3c7!important
}
.border-gray-dark {
    border: solid 1px #95a5a6!important
}
.bg-hover-gray-light:hover {
    background-color: #bdc3c7!important;
    color: #fff!important;
    transition: all 200ms ease
}
.bg-hover-gray-dark:hover {
    background-color: #95a5a6!important;
    color: #fff!important;
    transition: all 200ms ease
}
.color-gray-light {
    color: #bdc3c7!important
}
.color-gray-dark {
    color: #95a5a6!important
}
.bg-white {
    background-color: #fff!important
}
.bg-hover-black:hover {
    background-color: #fff!important;
    color: #000!important
}
.color-white {
    color: #fff!important
}
.border-white {
    border: solid 1px #fff!important
}
.border-light {
    border-color: rgba(255, 255, 255, .05)!important
}
.bg-black {
    background-color: #000!important
}
.bg-hover-black:hover {
    background-color: #000!important;
    color: #fff!important
}
.color-black {
    color: #000!important
}
.border-black {
    border: solid 1px #000!important
}
.opacity-05 {
    opacity: .05
}
.opacity-10 {
    opacity: .1
}
.opacity-20 {
    opacity: .2
}
.opacity-25 {
    opacity: .25
}
.opacity-30 {
    opacity: .3
}
.opacity-40 {
    opacity: .4
}
.opacity-50 {
    opacity: .5
}
.opacity-60 {
    opacity: .6
}
.opacity-70 {
    opacity: .7
}
.opacity-75 {
    opacity: .75
}
.opacity-80 {
    opacity: .8
}
.opacity-90 {
    opacity: .9
}
.border-round {
    border-radius: 100px;
    overflow: hidden
}
.bg-green-light i, .bg-green-dark i, .bg-teal-light i, .bg-teal-dark i, .bg-magenta-light i, .bg-magenta-dark i, .bg-yellow-light i, .bg-yellow-dark i, .bg-orange-light i, .bg-orange-dark i, .bg-red-dark i, .bg-red-light i, .bg-gray-light i, .bg-gray-dark i {
    color: #fff
}
.facebook-bg {
    background-color: #3b5998;
    color: #fff;
    border: solid 1px #3b5998
}
.facebook-bg:hover {
    background-color: #4469b7;
    color: #fff;
    border: solid 1px #3b5998
}
.linkedin-bg {
    background-color: #0077b5;
    color: #fff;
    border: solid 1px #0077b5
}
.linkedin-bg:hover {
    background-color: #0186cb;
    color: #fff;
    border: solid 1px #0077b5
}
.twitter-bg {
    background-color: #4099ff;
    color: #fff;
    border: solid 1px #4099ff
}
.twitter-bg:hover {
    background-color: #5fa9fd;
    color: #fff;
    border: solid 1px #4099ff
}
.google-bg {
    background-color: #d34836;
    color: #fff;
    border: solid 1px #d34836
}
.google-bg:hover {
    background-color: #ea4f3b;
    color: #fff;
    border: solid 1px #d34836
}
.whatsapp-bg {
    background-color: #34af23;
    color: #fff;
    border: solid 1px #34af23
}
.whatsapp-bg:hover {
    background-color: #3cc729;
    color: #fff;
    border: solid 1px #34af23
}
.pinterest-bg {
    background-color: #c92228;
    color: #fff;
    border: solid 1px #c92228
}
.pinterest-bg:hover {
    background-color: #e3262c;
    color: #fff;
    border: solid 1px #c92228
}
.sms-bg {
    background-color: #27ae60;
    color: #fff;
    border: solid 1px #27ae60
}
.sms-bg:hover {
    background-color: #2bbe69;
    color: #fff;
    border: solid 1px #27ae60
}
.mail-bg {
    background-color: #3498db;
    color: #fff;
    border: solid 1px #3498db
}
.mail-bg:hover {
    background-color: #38a5ed;
    color: #fff;
    border: solid 1px #3498db
}
.dribbble-bg {
    background-color: #ea4c89;
    color: #fff;
    border: solid 1px #ea4c89
}
.dribbble-bg:hover {
    background-color: #fc5294;
    color: #fff;
    border: solid 1px #ea4c89
}
.tumblr-bg {
    background-color: #2c3d52;
    color: #fff;
    border: solid 1px #2c3d52
}
.tumblr-bg:hover {
    background-color: #3e5674;
    color: #fff;
    border: solid 1px #2c3d52
}
.reddit-bg {
    background-color: #369;
    color: #fff;
    border: solid 1px #369
}
.reddit-bg:hover {
    background-color: #3b77b4;
    color: #fff;
    border: solid 1px #369
}
.youtube-bg {
    background-color: #d12827;
    color: #fff;
    border: solid 1px #d12827
}
.youtube-bg:hover {
    background-color: #ea2e2d;
    color: #fff;
    border: solid 1px #d12827
}
.phone-bg {
    background-color: #27ae60;
    color: #fff;
    border: solid 1px #27ae60
}
.phone-bg:hover {
    background-color: #2cc76e;
    color: #fff;
    border: solid 1px #27ae60
}
.skype-bg {
    background-color: #12a5f4;
    color: #fff;
    border: solid 1px #27ae60
}
.skype-bg:hover {
    background-color: #0f95dd;
    color: #fff;
    border: solid 1px #27ae60
}
.facebook-color {
    color: #3b5998!important
}
.linkedin-color {
    color: #0077b5!important
}
.twitter-color {
    color: #4099ff!important
}
.google-color {
    color: #d34836!important
}
.whatsapp-color {
    color: #34af23!important
}
.pinterest-color {
    color: #c92228!important
}
.sms-color {
    color: #27ae60!important
}
.mail-color {
    color: #3498db!important
}
.dribbble-color {
    color: #ea4c89!important
}
.tumblr-color {
    color: #2c3d52!important
}
.reddit-color {
    color: #369!important
}
.youtube-color {
    color: #d12827!important
}
.phone-color {
    color: #27ae60!important
}
.skype-color {
    color: #12a5f4!important
}
.facebook-color:hover, .twitter-color:hover, .google-color:hover, .pinterest-color:hover, .sms-color:hover, .mail-color:hover, .dribbble-color:hover, .tumblr-color:hover, .reddit-color:hover, .youtube-color:hover, .phone-color:hover {
    color: #fff
}
.float-left {
    float: left;
    margin-top: 10px;
    margin-right: 10px
}
.float-right {
    float: right;
    margin-top: 10px;
    margin-left: 10px
}
.read-more-right {
    float: right;
    display: block
}
.read-more-right i {
    padding-left: 10px
}
.polaroid-effect {
    border: solid 1px rgba(0, 0, 0, .15);
    background-color: #fff;
    padding: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15)
}
.dark-mode .polaroid-effect {
    background-color: rgba(255, 255, 255, .1)!important
}
.polaroid-effect-small {
    padding: 5px
}
.polaroid-effect p {
    margin-bottom: -5px!important
}
.blur-effect-caption, .scale-effect-caption, .grayscale-effect-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    pointer-events: none;
    opacity: 0;
    transition: all 250ms ease;
    padding: 15px
}
.grayscale-effect strong, .blur-effect-caption strong, .scale-effect-caption strong {
    z-index: 10;
    position: relative;
    display: block
}
.grayscale-effect em, .blur-effect-caption em, .scale-effect-caption em {
    z-index: 10;
    position: relative;
    display: block;
    line-height: 24px
}
.scale-effect {
    overflow: hidden;
    transition: all 500ms ease
}
.scale-effect img:hover {
    transform: scale(1.2, 1.2)!important;
    transition: all 500ms ease
}
.scale-effect img:hover~.scale-effect-caption {
    opacity: 1!important;
    transition: all 500ms ease;
    transition-delay: 150ms
}
.blur-effect {
    overflow: hidden;
    transition: all 250ms ease
}
.blur-effect img:hover {
    filter: blur(2px);
    transition: all 500ms ease
}
.blur-effect img:hover~.blur-effect-caption {
    opacity: 1!important;
    transition: all 500ms ease;
    transition-delay: 150ms
}
.grayscale-effect {
    overflow: hidden;
    transition: all 250ms ease
}
.grayscale-effect img:hover {
    filter: grayscale(100%);
    transition: all 500ms ease
}
.grayscale-effect img:hover~.grayscale-effect-caption {
    opacity: 1!important;
    transition: all 500ms ease;
    transition-delay: 150ms
}

.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6 {
    color: #fff
}
.small-heading {
    font-size: 12px;
    margin: -10px 0 10px;
    display: block
}
.heading-style h4 {
    text-align: center
}
.heading-style p {
    width: 90%!important;
    margin-left: auto;
    margin-right: auto
}
.heading-style .line {
    z-index: 1;
    width: 280px;
    margin: 30px auto 25px;
    display: block;
    height: 1px
}
.heading-title {
    padding-top: 50px
}
.dark-mode .heading-style .line {
    background-color: rgba(255, 255, 255, .1)!important
}
.heading-style i {
    font-size: 32px!important;
    height: 40px;
    width: 50px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    z-index: 2;
    background-color: transparent!important
}
.heading-style p {
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}
.font-icon-list li {
    list-style: none;
    padding-left: 0;
    margin-left: -20px;
    line-height: 30px
}
.font-icon-list i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
    display: inline-block
}
.font-icon-list .font-icon-list {
    padding-left: 30px
}
.icon-list {
    list-style: none;
    padding-left: 0
}
.icon-list i {
    width: 20px;
    text-align: center;
    margin-left: -5px
}
.icon-list ul {
    padding-left: 40px
}
ul {
    padding-left: 20px;
    list-style-type: disc
}
ul ul, ol ol {
    padding-top: 10px;
    padding-bottom: 10px
}
ol {
    padding-left: 20px;
    list-style-type: decimal
}
ol ol {
    list-style-type: lower-alpha
}
ol ol ol {
    list-style-type: disc
}
.clear {
    clear: both!important
}
.last-column {
    margin-right: 0!important
}
.no-bottom {
    margin-bottom: 0!important
}
.no-top {
    margin-top: 0!important;
    padding-top: 0!important
}
.half-bottom {
    margin-bottom: 15px!important;
    display: block
}
.quarter-bottom {
    margin-bottom: 5px!important
}
.quarter-top {
    margin-top: 5px!important
}
.small-bottom {
    margin-bottom: 10px!important;
    display: block
}
.small-top {
    margin-top: 10px!important;
    display: block
}
.half-top {
    margin-top: 15px!important;
    display: block
}
.full-bottom {
    margin-bottom: 30px!important;
    display: block
}
.full-top {
    margin-top: 30px!important;
    display: block
}
.left-padding {
    padding-left: 30px
}
.right-padding {
    padding-right: 30px
}
.padding-right {
    padding-right: 20px
}
.padding-left {
    padding-left: 20px
}
.no-border {
    border: none!important
}
.responsive-image {
    display: block;
    width: 100%;
    margin-bottom: 15px
}
.rounded-image {
    border-radius: 300px;
    max-width: 300px;
    overflow: hidden
}
.no-shadow {
    box-shadow: none!important
}
.center-object {
    margin: auto;
    background-position: center!important
}
.box-shadow {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15)
}
.icon-clear-left {
    padding-left: 15px
}
.icon-clear-right {
    padding-right: 15px
}
.maps {
    min-height: 250px
}
.responsive-video {
    position: relative;
    min-height: 220px;
    width: 100%;
    overflow: hidden
}
.responsive-video iframe, .responsive-video object, .responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.content-padding {
    padding: 20px
}
.content-large {
    margin-top: 40px!important;
    margin-bottom: 40px!important
}
.content-boxed {
    border-radius: 5px!important;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15)
}
.content-boxed-padding {
    padding: 15px 20px;
    margin-bottom: 30px
}
.content-boxed-shadow {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15)
}
.content-boxed .owl-dots {
    margin-bottom: 0!important
}
.content {
    margin: 0 20px 30px
}
.content-fullscreen, .content-full {
    margin-bottom: 30px;
    padding: 0
}
.last-column:after, container:after {
    visibility: hidden!important;
    display: block!important;
    content: ""!important;
    clear: both!important;
    height: 0!important
}
.container, .container-fullscreen {
    margin-bottom: 30px;
    display: block
}
.hide-if-mobile {
    display: none!important
}
.uppercase {
    text-transform: uppercase
}
.lowercase {
    text-transform: lowercase
}
.capitalize {
    text-transform: capitalize!important
}
.thin {
    font-weight: 300!important
}
.ultrathin {
    font-weight: 100!important
}
.thiner {
    font-weight: 400!important
}
.bold {
    font-weight: 600!important
}
.regular {
    font-weight: 400!important
}
.regularbold {
    font-weight: 500!important
}
.ultrabold {
    font-weight: 900!important
}
.justify {
    text-align: justify!important
}
.italic {
    font-style: italic
}
.pointer {
    cursor: pointer
}
.ultrasmall-text {
    font-size: 10px!important
}
.small-text {
    font-size: 12px!important;
    margin-top: -5px;
    display: block;
    line-height: 24px
}
.smaller-text {
    font-size: 11px!important;
    margin-top: -5px;
    display: block
}
.normal-text {
    font-size: 14px!important
}
.larger-text {
    font-size: 26px!important
}
.large-text {
    font-size: 28px!important
}
.huge-text {
    font-size: 30px!important
}
.boxed-text {
    max-width: 80%;
    margin: 0 auto;
    text-align: center
}
.boxed-text-small {
    max-width: 200px;
    margin: 0 auto;
    text-align: center
}
.boxed-text-large {
    max-width: 300px;
    margin: 0 auto;
    text-align: center
}
.medium-line-height {
    line-height: 30px
}
.large-line-height {
    line-height: 40px
}
.small-text-icon i {
    padding-left: 15px;
    width: 25px;
    padding-right: 10px
}
.small-text-icon i:first-child {
    padding-left: 0
}
.border-text {
    border-width: 4px!important;
    padding: 5px 0 5px 15px;
    border-right: none!important;
    border-top: none!important;
    border-bottom: none!important
}
.center-text {
    text-align: center!important;
    display: block
}
.left-text {
    text-align: left!important;
    display: block
}
.right-text {
    text-align: right!important;
    display: block
}
.center-stars i {
    font-size: 16px;
    padding: 0 5px
}
.center-stars {
    width: 155px;
    margin: 0 auto
}
.space-left {
    padding-left: 10px
}
.space-right {
    padding-right: 10px
}
.center-boxed-content {
    max-width: 600px!important
}
.center-boxed-text, .center-boxed-content {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}
.one-half {
    width: 45%;
    float: left;
    margin-right: 10%
}
.one-third {
    width: 28%;
    float: left;
    margin-right: 8%
}
.decoration-margins {
    margin: 0 20px
}
.decoration {
    height: 1px;
    display: block;
    margin-bottom: 30px;
    clear: both!important;
    background-color: rgba(0, 0, 0, .1)
}
.dark-mode .decoration {
    background-color: rgba(255, 255, 255, .07)
}
.decoration-boxed {
    margin: 0 20px
}
.decoration-lines div {
    height: 5px;
    width: 10%;
    float: left
}
.decoration-lines-thin div {
    height: 3px;
    width: 10%;
    float: left
}
.deco-0 {
    background-color: #c0392b
}
.deco-1 {
    background-color: #2ecc71
}
.deco-2 {
    background-color: #3498db
}
.deco-3 {
    background-color: #bdc3c7
}
.deco-4 {
    background-color: #f1c40f
}
.deco-5 {
    background-color: #e67e22
}
.deco-6 {
    background-color: #9b59b6
}
.deco-7 {
    background-color: #34495e
}
.deco-8 {
    background-color: #16a085
}
.deco-9 {
    background-color: #95a5a6;
    margin-bottom: 30px
}
.deco-thick {
    height: 3px;
    width: 60px;
    margin: 0 auto
}
.heading-icon {
    height: 50px;
    width: 50px;
    background-color: #fff;
    line-height: 27px!important
}
.decoration-small {
    height: 3px;
    width: 100px;
    margin: 0 auto 30px
}
.decoration-shadow {
    height: 5px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, .5)
}
.decoration-line-fade {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0))
}
.decoration-zig-zag {
    height: 6px;
    background: url(../images/framework/deco-zig.png) repeat-x 0 0;
    border: 0
}
.decoration-slash {
    height: 6px;
    background: url(../images/framework/deco-slash.png) repeat-x 0 0;
    border: 0
}
.rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.rotate-135 {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}
.rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.rotate-225 {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}
.rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}
.rotate-315 {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}
.rotate-45, .rotate-90, .rotate-135, .rotate-180, .rotate-225, .rotate-270, .rotate-315 {
    transition: all 250ms ease
}
.scale-hover:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
.scale-out {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    transition: all 250ms ease
}
.opacity-out {
    opacity: 0;
    transition: all 250ms ease
}
.input-simple-1.has-icon i {
    position: absolute;
    z-index: 2;
    right: 0;
    font-size: 12px;
    height: 40px;
    width: 12px;
    line-height: 41px;
    text-align: center;
    color: #666
}
.input-simple-1.textarea.has-icon i {
    margin-top: 28px
}
.input-simple-1.textarea textarea {
    padding: 5px 30px 10px 0;
    height: 40px;
    line-height: 28px;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    background-color: transparent;
    transition: all 250ms ease
}
.input-simple-1.textarea textarea:focus {
    height: 120px
}
.input-simple-1 em, .select-box-1 em {
    font-style: normal;
    display: block;
    font-size: 11px
}
.input-simple-1 strong, .select-box-1 strong {
    position: absolute;
    right: 0;
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    color: #cacaca
}
.input-simple-1 input {
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    border-left: none!important;
    border-right: none!important;
    border-top: none!important;
    display: block;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
    transition: all 250ms ease
}
.input-simple-1.has-icon input {
    text-indent: 0!important
}
.input-simple-1 input::placeholder, .input-simple-1 textarea::placeholder {
    color: #b7b7b7
}
.input-simple-1.input-blue input:focus {
    border-bottom: solid 1px #5d9cec!important
}
.input-simple-1.input-green input:focus {
    border-bottom: solid 1px #a0d468!important
}
.input-simple-1.input-red input:focus {
    border-bottom: solid 1px #d8334a!important
}
.input-simple-1 .textarea-simple-1 {
    width: 100%;
    display: block;
    padding: 0;
    text-indent: 0;
    transition: all 250ms ease
}
.select-box {
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff url(data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==) no-repeat 95% 50%;
    box-sizing: border-box;
    margin-bottom: 30px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    box-shadow: none;
    -webkit-appearance: none;
    background-color: transparent
}
.select-box select {
    width: 99.9%;
    height: 50px;
    padding-left: 20px;
    line-height: 50px;
    border: none;
    box-shadow: none;
    background: 0 0;
    background-image: none;
    -webkit-appearance: none;
    box-sizing: border-box
}
.select-box-1 {
    margin-top: 50px;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    padding-top: 5px
}
.select-box-1 select {
    padding-left: 0!important;
    color: #b7b7b7
}
.select-box-1 {
    background-position: center right
}
.select-box-1 em {
    position: absolute;
    margin-top: -35px
}
.select-box-1 strong {
    margin-top: -35px
}
.select-box select:focus {
    outline: none;
    color: #666
}
.select-style select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}
.input-simple-2.has-icon i {
    position: absolute;
    z-index: 2;
    right: 0;
    font-size: 12px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #666
}
.input-simple-2 {
    box-sizing: border-box;
    display: block;
    width: 100%
}
.input-simple-2 input {
    border: solid 1px rgba(0, 0, 0, .1);
    background-color: transparent;
    height: 50px;
    line-height: 50px;
    border-radius: 3px!important;
    text-indent: 15px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-size: 12px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    transition: all 250ms ease
}
.input-simple-2.textarea.has-icon i {
    margin-top: 0
}
.input-simple-2.textarea textarea {
    padding-top: 5px;
    padding-right: 30px;
    height: 50px;
    border-radius: 3px!important;
    padding-top: 10px;
    padding-left: 15px;
    line-height: 28px;
    background-color: transparent;
    border: solid 1px rgba(0, 0, 0, .1);
    transition: all 250ms ease
}
.input-simple-2.textarea textarea:focus {
    height: 130px
}
.input-simple-2.has-icon input {
    text-indent: 15px!important
}
.input-simple-2 input::placeholder, .input-simple-2 textarea::placeholder {
    color: #959595
}
.input-simple-2.input-blue input:focus {
    border: solid 1px #5d9cec!important
}
.input-simple-2.input-green input:focus {
    border: solid 1px #a0d468!important
}
.input-simple-2.input-red input:focus {
    border: solid 1px #fc6e51!important
}
.select-box-2 {
    border: solid 1px rgba(0, 0, 0, .1);
    border-radius: 3px!important
}
.select-box-2 select {
    padding-left: 15px!important;
    color: #a3a3a3
}
.select-box-2 {
    background-position: center 10px
}
.textarea-simple-2 {
    width: 100%;
    display: block;
    padding: 0;
    text-indent: 0;
    transition: all 250ms ease
}
.dark-mode .range-slider i {
    color: #fff
}
.dark-mode .range-slider .classic-slider {
    background-color: rgba(255, 255, 255, .1)!important
}
.dark-mode .fac label {
    color: #666!important
}
.dark-mode .select-box strong, .dark-mode .select-box em {
    color: #666!important
}
.dark-mode .select-box select {
    border-bottom: solid 1px rgba(255, 255, 255, .1)
}
.dark-mode .input-simple-1 strong, .dark-mode .input-simple-1 em {
    color: #666!important
}
.dark-mode .input-simple-1 input {
    border-bottom: solid 1px rgba(255, 255, 255, .1)
}
.dark-mode .input-simple-2 input {
    border: solid 1px rgba(255, 255, 255, .1)
}
.dark-mode .input-simple-1 textarea {
    border-bottom: solid 1px rgba(255, 255, 255, .1)!important
}
.dark-mode .select-box-2 select {
    border: solid 1px rgba(255, 255, 255, .1)!important
}
.dark-mode .input-simple-2 textarea {
    border: solid 1px rgba(255, 255, 255, .1)!important
}
.switch-box h5 {
    float: left;
    width: 200px;
    font-weight: 400;
    font-size: 15px
}
.switch-box div {
    float: right
}
.switch-box:after {
    content: '';
    display: block;
    clear: both
}
.ios-switch {
    position: relative;
    width: 45px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}
.ios-switch-checkbox {
    display: none
}
.ios-switch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 27px;
    padding: 0;
    line-height: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    background-color: #fff;
    transition: all 250ms ease
}
.ios-switch-label:before {
    content: "";
    display: block;
    width: 25px;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 19px;
    border: 2px solid #e3e3e3;
    border-radius: 20px;
    transition: all 250ms ease
}
.ios-switch-checkbox:checked+.ios-switch-label {
    background-color: #a0d468
}
.ios-switch-checkbox:checked+.ios-switch-label, .ios-switch-checkbox:checked+.ios-switch-label:before {
    border-color: #a0d468
}
.ios-switch-checkbox:checked+.ios-switch-label:before {
    right: 0
}
.material-switch {
    position: relative;
    width: 40px;
    margin-left: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}
.material-checkbox {
    display: none
}
.material-label {
    display: block;
    cursor: pointer;
    height: 16px;
    padding: 0;
    line-height: 16px;
    border: 0 solid #fff;
    border-radius: 22px;
    background-color: #9e9e9e
}
.material-label:before {
    content: "";
    display: block;
    width: 22px;
    margin: -3px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    border-radius: 22px;
    box-shadow: 0 6px 12px 0 #757575;
    transition: all 250ms ease
}
.material-checkbox:checked+.material-label {
    background-color: #68a3f0
}
.material-checkbox:checked+.material-label, .material-checkbox:checked+.material-label:before {
    border-color: #68a3f0
}
.material-checkbox:checked+.material-label .onoffswitch-inner {
    margin-left: 0
}
.material-checkbox:checked+.material-label:before {
    right: 0;
    background-color: #3a76c4;
    box-shadow: 3px 6px 18px 0 rgba(0, 0, 0, .2)
}
.range-slider input {
    width: 100%
}
input[type=range] {
    -webkit-appearance: none;
    height: 20px;
    outline: none
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #f26b5e;
    position: relative;
    z-index: 3
}
input[type=range]::-webkit-slider-thumb:after {
    content: " ";
    height: 10px;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 5px;
    background: #ff5b32;
    background: linear-gradient(to right, #f088fc 1%, #AC6CFF 70%)
}
.ios-slider {
    height: 40px!important;
    background: linear-gradient(to right, #5D9CEC 0%, #5D9CEC 100%);
    background-size: 100% 3px;
    background-position: center;
    background-repeat: no-repeat
}
.ios-slider::-webkit-slider-thumb {
    background-color: #fff!important;
    border: solid 1px rgba(0, 0, 0, .1);
    border-radius: 30px;
    height: 25px!important;
    width: 25px!important;
    box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, .2)!important
}
.material-slider {
    height: 40px!important;
    background: linear-gradient(to right, #CCD1D9 0%, #CCD1D9 100%);
    background-size: 100% 18px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 3px
}
.material-slider::-webkit-slider-thumb {
    background-color: #434a54!important;
    border: solid 1px rgba(0, 0, 0, .1);
    height: 10px!important;
    width: 30px!important
}
.classic-slider {
    height: 20px!important;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, .1);
    border-radius: 30px!important;
    background-size: 100% 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 0 3px;
    -webkit-box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, .1)
}
.classic-slider::-webkit-slider-thumb {
    background-color: #5d9cec!important;
    border: solid 1px transparent;
    height: 16px!important;
    border-radius: 20px;
    width: 16px!important;
    box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, .2)!important
}
.range-slider-icons {
    padding: 0 30px
}
.range-slider.range-slider-icons i {
    position: absolute;
    top: 0;
    height: 44px;
    line-height: 44px;
    text-align: center
}
.range-slider .fa-range-icon-1 {
    left: 0
}
.range-slider .fa-range-icon-2 {
    right: 0
}
.fac {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}
.fac label {
    margin: 0 1em 0 0;
    padding-left: 1.5em;
    cursor: pointer;
    font-weight: inherit
}
.fac>input+label:before, .fac>span::after {
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    left: 0;
    margin-top: .5px
}
.fac>input+label:before {
    transition: opacity 150ms ease-in-out
}
.fac input {
    display: none
}
.checkboxes-demo .fac {
    display: block
}
.fac-checkbox>input+label:before, .fac-checkbox-round>input+label:before {
    opacity: 1
}
.fac-checkbox>input:checked+label:before, .fac>input:checked+label:before {
    opacity: 0
}
.fac-radio>input+label:before, .fac-checkbox-o>input+label:before, .fac-checkbox-round-o>input+label:before {
    opacity: 0
}
.fac-radio>input:checked+label:before, .fac-checkbox-o>input:checked+label:before, .fac-checkbox-round-o>input:checked+label:before {
    opacity: 1
}
.fac-default>input+label:before, .fac-default>span::after {
    color: #9d9d9d
}
.fac-blue>input+label:before, .fac-blue>span::after {
    color: #428bca
}
.fac-green>input+label:before, .fac-green>span::after {
    color: #5cb85c
}
.fac-orange>input+label:before, .fac-orange>span::after {
    color: #f0ad4e
}
.fac-red>input+label:before, .fac-red>span::after {
    color: #d9534f
}
.fac-checkbox>span::after {
    content: "\f45c";
    opacity: 1
}
.fac-checkbox>input[type=checkbox]+label:before {
    content: "\f00c";
    color: #fff!important;
    font-size: 10px!important;
    padding-left: 2px
}
.fac-checkbox-round>span::after {
    content: "\f111"
}
.fac-checkbox-round>input[type=checkbox]+label:before {
    content: "\f00c";
    color: #fff!important;
    font-size: 8px!important;
    padding-left: 3px
}
.fac-radio>span::after {
    content: "\f45c"
}
.fac-radio>input[type=radio]+label:before {
    content: "\f00c";
    color: #fff!important;
    font-size: 10px!important;
    padding-left: 2px
}
.fac-radio-full>span::after {
    content: "\f00c";
    font-size: 12px!important
}
.fac-radio-full>input[type=radio]+label:before {
    content: "\f111"
}
.dropcaps-1:first-child:first-letter {
    float: left;
    font-size: 60px;
    margin-right: 10px;
    padding: 15px 10px 15px 0;
    font-family: Georgia;
    color: #000
}
.dropcaps-2:first-child:first-letter {
    float: left;
    font-size: 60px;
    margin-right: 15px;
    padding: 15px 5px 15px 0;
    color: #000;
    font-weight: 800
}
.dropcaps-3:first-child:first-letter {
    float: left;
    font-size: 60px;
    margin-right: 15px;
    padding: 15px 5px 15px 0;
    color: #000;
    font-weight: 300
}
.dark-mode .dropcaps-1:first-child:first-letter, .dark-mode .dropcaps-2:first-child:first-letter, .dark-mode .dropcaps-3:first-child:first-letter {
    color: #fff
}
.text-highlight {
    margin-bottom: 15px
}
.text-highlight span {
    display: block;
    float: left;
    padding: 0 8px;
    margin-right: 5px
}
.chips-dark {
    background-color: #242631!important;
    color: #fff!important
}
.chips a {
    background-color: #ececec;
    border: solid 1px rgba(0, 0, 0, .03);
    display: inline-block
}
.chips .chips-icon, .chips img {
    border-radius: 20px;
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
    position: absolute;
    left: -2px;
    top: -1px
}
.chips-large a {
    padding: 0 20px 0 45px;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 5px
}
.chips-large .chips-icon, .chips-large img {
    width: 32px;
    height: 32px;
    line-height: 32px
}
.chips-small a {
    padding: 1px 10px 1px 35px;
    border-radius: 24px;
    margin: 0 5px 5px 0;
    font-size: 12px;
    line-height: 24px
}
.chips-small .chips-icon, .chips-small img {
    width: 28px;
    height: 28px;
    line-height: 29px
}
.chips-hide {
    margin-left: 10px;
    font-size: 12px!important;
    opacity: .5;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, .1);
    text-align: center;
    display: block
}
.link-list {
    list-style: none;
    padding-left: 0;
    display: block;
    position: relative
}
.link-list a {
    padding-left: 35px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.link-list .link-list {
    display: none
}
.link-list .link-list a {
    border: none;
    padding-left: 35px;
    line-height: 35px
}
.link-list .link-list a i {
    padding-left: 0;
    font-size: 10px;
    line-height: 38px
}
.link-list .link-list a span {
    line-height: 35px!important;
    font-size: 13px;
    color: #666;
    font-weight: 400
}
.link-list li {
    background-color: rgba(255, 255, 255, 255, 0);
    margin: 0;
    padding-top: 5px
}
.link-list a i {
    font-size: 18px;
    position: absolute;
    height: 50px;
    width: 30px;
    line-height: 50px;
    left: -5px;
    text-align: center
}
.link-list .fa-angle-right, .link-list .fa-angle-down {
    right: -8px!important;
    left: auto!important;
    padding: 0!important;
    font-size: 12px
}
.dark-mode #page-content .link-list a {
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, .06)
}
.sortable-ghost, .sortable-chosen {
    background-color: rgba(0, 0, 0, .05)!important
}
.disabled-search {
    opacity: 0;
    height: 0!important;
    overflow: hidden;
    transition: all 200ms ease
}
.search-results {
    overflow: scroll;
    transition: all 200ms ease
}
.disabled-search-list {
    max-height: 0!important;
    overflow: hidden;
    transition: all 200ms ease
}
.search-icon-list div {
    line-height: 40px;
    transition: all 250ms ease
}
.search-icon-list i {
    line-height: 40px;
    width: 30px;
    text-align: center
}
.search-input-square .search input {
    -webkit-appearance: none
}
.search-input-round .search input {
    border-radius: 65px!important;
    -webkit-appearance: none
}
.search-input-large input, .search-input-large .search i {
    height: 60px!important;
    line-height: 60px!important
}
.search [data-search] {
    margin-bottom: 20px!important
}
.search-input-container .search i {
    position: absolute;
    height: 45px;
    line-height: 45px;
    width: 40px;
    text-align: center;
    font-size: 11px;
    z-index: 2
}
.search-input-container .search input {
    height: 45px;
    line-height: 45px;
    width: 100%;
    background-color: transparent;
    padding: 0 0 0 40px;
    margin: 0;
    border: solid 1px rgba(0, 0, 0, .15)
}
.search-input-dark .search input::placeholder {
    font-size: 12px;
    color: #cacaca
}
.search-input-dark .search input {
    background-color: #242631;
    color: #cacaca
}
.search-input-dark .search i {
    color: #cacaca
}
.search-input-light .search input::placeholder {
    font-size: 12px;
    color: #888
}
.search-input-light .search input {
    background-color: #fff;
    color: #1f1f1f
}
.search-input-light .search i {
    color: #1f1f1f
}
.search-input-transparent .search input::placeholder {
    font-size: 12px;
    color: #888
}
.search-input-transparent .search input {
    background-color: rgba(255, 255, 255, .1);
    color: #666
}
.search-input-transparent .search i {
    color: #666
}
.button {
    transition: all 250ms ease
}
@media(max-width:560px) {
    .demo-socials a {
        width: 100%
    }
}
@media(min-width:560px) and (max-width:760px) {
    .demo-socials a {
        width: 45%
    }
}
@media(min-width:760px) and (max-width:1280px) {
    .demo-socials a {
        width: 31%
    }
}
@media(min-width:1280px) {
    .demo-socials a {
        width: 18%
    }
}
.icon {
    display: inline-block;
    margin: 0 5px 5px
}
.button, .button-round {
    color: #fff;
    height: 45px;
    line-height: 42px;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 0 20px
}
.button-ghost {
    text-align: center;
    font-size: 13px;
    display: inline-block;
    margin: 0 5px 10px;
    padding: 0 20px;
    background-color: transparent;
    color: #fff;
    padding-top: 1px
}
.button-ghost:hover {
    background-color: #fff!important;
    color: #1f1f1f!important
}
.icon i {
    display: block;
    text-align: center
}
.button-bold {
    font-weight: 700!important
}
.button-xl {
    font-size: 18px;
    height: 70px!important;
    line-height: 68px!important
}
.button-xl.button-icon i {
    font-size: 12px;
    height: 70px!important;
    width: 68px!important;
    border-radius: 70px!important;
    line-height: 70px!important
}
.button-l {
    font-size: 16px;
    height: 60px!important;
    line-height: 60px!important
}
.button-l.button-icon i {
    font-size: 20px;
    height: 60px!important;
    width: 55px!important;
    line-height: 60px!important
}
.button-l.button-icon {
    line-height: 60px!important
}
.button-m {
    font-size: 15px;
    height: 55px!important;
    line-height: 55px!important
}
.button-m.button-icon i {
    font-size: 16px;
    height: 55px!important;
    width: 55px!important;
    line-height: 55px!important
}
.button-m.button-icon {
    line-height: 55px!important
}
.button-sm {
    font-size: 12px;
    height: 45px!important;
    line-height: 41px!important
}
.button-sm.button-icon i {
    font-size: 14px;
    height: 45px!important;
    width: 45px!important;
    line-height: 45px!important
}
.button-sm.button-icon {
    line-height: 45px!important
}
.button-s {
    font-size: 12px;
    height: 40px!important;
    line-height: 36px!important
}
.button-s.button-icon i {
    font-size: 14px;
    height: 40px!important;
    width: 40px!important;
    line-height: 40px!important
}
.button-s.button-icon {
    line-height: 40px!important
}
.button-xs {
    font-size: 11px;
    height: 35px!important;
    line-height: 31px!important
}
.button-xs.button-icon i {
    font-size: 14px;
    height: 35px!important;
    width: 35px!important;
    line-height: 35px!important
}
.button-xs.button-icon {
    line-height: 35px!important
}
.button-icon.button-center-large {
    padding-left: 40px
}
.icon-xxl {
    width: 100px!important;
    height: 100px!important;
    line-height: 100px!important;
    font-size: 40px!important
}
.icon-xxl i {
    width: 100px!important;
    height: 100px!important;
    line-height: 100px!important;
    font-size: 40px
}
.icon-xl {
    width: 70px!important;
    height: 70px!important;
    line-height: 70px!important;
    font-size: 32px!important
}
.icon-xl i {
    width: 70px!important;
    height: 70px!important;
    line-height: 70px!important;
    font-size: 32px
}
.icon-l {
    width: 60px!important;
    height: 60px!important;
    line-height: 60px!important;
    font-size: 24px!important
}
.icon-l i {
    width: 60px!important;
    height: 60px!important;
    line-height: 60px!important;
    font-size: 24px
}
.icon-m {
    width: 55px!important;
    height: 55px!important;
    line-height: 55px!important;
    font-size: 20px!important
}
.icon-m i {
    width: 55px!important;
    height: 55px!important;
    line-height: 55px!important;
    font-size: 20px
}
.icon-s {
    width: 40px!important;
    height: 40px!important;
    line-height: 38px!important;
    font-size: 16px!important
}
.icon-s i {
    width: 40px!important;
    height: 40px!important;
    line-height: 39px!important;
    font-size: 16px
}
.icon-xs i {
    width: 35px!important;
    height: 35px!important;
    line-height: 35px!important;
    font-size: 14px;
    margin-left: -1px
}
.icon-xs {
    width: 35px!important;
    height: 35px!important;
    line-height: 35px!important;
    font-size: 14px!important
}
.icon-round {
    border-radius: 3px
}
.icon-circle {
    border-radius: 100%
}
.icon-center {
    margin: 0 auto;
    display: block
}
.center-icons {
    margin: 20px auto 30px
}
.center-3-icons {
    width: 142px
}
.center-2-icons {
    width: 94px
}
.button-teal {
    background-color: #a0cecb;
    border: solid 2px #a0cecb
}
.button-teal-3d {
    border: none!important;
    border-bottom: solid 5px #7db1b1!important;
    padding: 0 22px
}
.button-teal:hover {
    background-color: #7db1b1;
    border: solid 2px #7db1b1
}
.button-teal:active {
    background-color: #628d8d;
    border-bottom: solid 2px #628d8d!important
}
.button-mint {
    background-color: #48cfad;
    border: solid 2px #48cfad
}
.button-mint-3d {
    border: none!important;
    border-bottom: solid 5px #37bc9b!important;
    padding: 0 22px
}
.button-mint:hover {
    background-color: #37bc9b;
    border: solid 2px #37bc9b
}
.button-mint:active {
    background-color: #2fa285;
    border-bottom: solid 2px #2fa285!important
}
.button-green {
    background-color: #8cc152;
    border: solid 2px #8cc152
}
.button-green-3d {
    border: none!important;
    border-bottom: solid 5px #77a346!important;
    padding: 0 22px
}
.button-green:hover {
    background-color: #a0d468;
    border: solid 2px #a0d468
}
.button-green:active {
    background-color: #77a346;
    border: solid 2px #77a346
}
.button-blue {
    background-color: #4a89dc;
    border: solid 2px #4a89dc
}
.button-blue-3d {
    border: none!important;
    border-bottom: solid 5px #3a71b9!important;
    padding: 0 22px
}
.button-blue:hover {
    background-color: #5d9cec;
    border: solid 2px #5d9cec
}
.button-blue:active {
    background-color: #3a71b9;
    border: solid 2px #3a71b9
}
.button-blue2 {
    background-color: #4fc1e9;
    border: solid 2px #4fc1e9
}
.button-blue2-3d {
    border: none!important;
    border-bottom: solid 5px #3ba3c9!important;
    padding: 0 22px
}
.button-blue2:hover {
    background-color: #3bafda;
    border: solid 2px #3bafda
}
.button-blue2:active {
    background-color: #3ba3c9;
    border: solid 2px #3ba3c9
}
.button-magenta {
    background-color: #ac92ec;
    border: solid 2px #ac92ec
}
.button-magenta-3d {
    border: none!important;
    border-bottom: solid 5px #8a70cc!important;
    padding: 0 22px
}
.button-magenta:hover {
    background-color: #967adc;
    border: solid 2px #967adc
}
.button-magenta:active {
    background-color: #8a70cc;
    border: solid 2px #8a70cc
}
.button-magenta2 {
    background-color: #8067b7;
    border: solid 2px #8067b7
}
.button-magenta2-3d {
    border: none!important;
    border-bottom: solid 5px #503a84!important;
    padding: 0 22px
}
.button-magenta2:hover {
    background-color: #6a50a7;
    border: solid 2px #6a50a7
}
.button-magenta2:active {
    background-color: #503a84;
    border: solid 2px #503a84
}
.button-dark {
    background-color: #3c3b3d;
    border: solid 2px #3c3b3d
}
.button-dark-3d {
    border: none!important;
    border-bottom: solid 5px #000!important;
    padding: 0 22px
}
.button-dark:hover {
    background-color: #323133;
    border: solid 2px #323133
}
.button-dark:active {
    background-color: #000;
    border: solid 2px #000
}
.button-dark2 {
    background-color: #656d78;
    border: solid 2px #656d78
}
.button-dark2-3d {
    border: none!important;
    border-bottom: solid 5px #434a54!important;
    padding: 0 22px
}
.button-dark2:hover {
    background-color: #656d78;
    border: solid 2px #656d78
}
.button-dark2:active {
    background-color: #3a404a;
    border: solid 2px #434a54
}
.button-yellow {
    background-color: #f6bb42;
    border: solid 2px #f6bb42
}
.button-yellow-3d {
    border: none!important;
    border-bottom: solid 5px #cb9527!important;
    padding: 0 22px
}
.button-yellow:hover {
    background-color: #d8a02e;
    border: solid 2px #d8a02e
}
.button-yellow:active {
    background-color: #cb9527;
    border: solid 2px #cb9527
}
.button-orange {
    background-color: #fc6e51;
    border: solid 2px #fc6e51
}
.button-orange-3d {
    border: none!important;
    border-bottom: solid 5px #c6442f!important;
    padding: 0 22px
}
.button-orange:hover {
    background-color: #e9573f;
    border: solid 2px #e9573f
}
.button-orange:active {
    background-color: #c6442f;
    border: solid 2px #c6442f
}
.button-red {
    background-color: #ed5565;
    border: solid 2px #ed5565
}
.button-red-3d {
    border: none!important;
    border-bottom: solid 5px #bf263c!important;
    padding: 0 22px
}
.button-red:hover {
    background-color: #da4453;
    border: solid 2px #da4453
}
.button-red:active {
    background-color: #bf263c;
    border: solid 2px #bf263c
}
.button-pink {
    background-color: #fb3365;
    border: solid 2px #fb3365
}
.button-pink-3d {
    border: none!important;
    border-bottom: solid 5px #d9315b!important;
    padding: 0 22px
}
.button-pink:hover {
    background-color: #ff4876;
    border: solid 2px #e22c59
}
.button-pink:active {
    background-color: #e22c59;
    border: solid 2px #e22c59
}
.button-pink2 {
    background-color: #ec87c0;
    border: solid 2px #ec87c0
}
.button-pink2-3d {
    border: none!important;
    border-bottom: solid 5px #ba5992!important;
    padding: 0 22px
}
.button-pink2:hover {
    background-color: #d770ad;
    border: solid 2px #d770ad
}
.button-pink2:active {
    background-color: #ba5992;
    border: solid 2px #ba5992
}
.button-icon {
    padding-left: 50px;
    height: 50px;
    line-height: 50px;
    border: none!important
}
.button-full {
    display: block;
    width: 100%!important;
    margin-left: -1px
}
.button-round {
    border-radius: 40px
}
.button-social {
    text-align: left!important;
    width: 100%;
    padding-left: 70px!important
}
.button-social i {
    text-align: center!important
}
.button-social-center {
    text-align: center!important;
    padding-left: 40px!important
}
.button-center-large {
    display: block;
    width: 250px;
    margin-left: auto;
    margin-right: auto
}
.button-center {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block
}
.button-center-small {
    width: 100px;
    margin: 0 auto;
    display: block
}
.button-rounded {
    border-radius: 4px
}
.button-round.button-icon i {
    border-radius: 50px
}
.button-icon i {
    width: 50px;
    line-height: 50px!important;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    font-size: 16px;
    background-color: rgba(0, 0, 0, .1)
}
.button-icon.button-full {
    padding-left: 20px
}
.footer-clear-top {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    z-index: 9!important
}
.footer-clear-top.back-to-top-badge-visible {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px)
}
.back-to-top-badge {
    width: 34px;
    height: 34px;
    border-radius: 4px;
    font-size: 12px;
    position: fixed;
    z-index: 9;
    right: 15px;
    bottom: 5px;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    color: #fff;
    text-align: center;
    line-height: 32px;
    background: #499bea;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#207ce5', GradientType=0);
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}
.back-to-top-badge:hover {
    color: #fff
}
.back-to-top-badge i {
    height: 34px;
    line-height: 35px;
    text-align: center;
    width: 34px;
    font-size: 18px
}
.back-to-top-badge-visible {
    pointer-events: all;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}
.back-to-top-small {
    overflow: hidden;
    bottom: -3px
}
.back-to-top-large {
    width: 130px;
    height: 32px;
    border-radius: 18px;
    font-size: 12px;
    position: fixed;
    left: 50%;
    margin-left: -65px;
    bottom: -5px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    background: #499bea;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #499bea), color-stop(100%, #207ce5));
    background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%);
    background: linear-gradient(to bottom, #499bea 0%, #207ce5 100%);
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}
.back-to-top-header {
    top: -50px
}
.back-to-top-header.back-to-top-badge-visible {
    transform: translateY(120px)!important
}
.back-to-top-large i {
    height: 32px;
    line-height: 32px!important;
    padding-right: 17px;
    text-align: center;
    width: 23px;
    font-size: 13px
}
.content-strip {
    margin-bottom: 30px
}
.content-strip .container, .content-strip .owl-carousel {
    padding: 0 20px;
    z-index: 90;
    margin-bottom: 0
}
.content-strip {
    padding: 40px 0
}
.content-strip-round {
    width: 310px;
    height: 310px;
    border-radius: 310px;
    overflow: hidden;
    margin: 0 auto 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .4);
    border: solid 8px #fff
}
.dark-mode .content-strip-round {
    border: solid 8px rgba(255, 255, 255, .08)!important
}
.content-strip-bg {
    position: absolute;
    background-size: cover;
    background-position: center center;
    z-index: 8;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}
.content-strip-arrow {
    z-index: 15;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 25px
}
.content-strip-arrow i {
    color: rgba(255, 255, 255, .2);
    height: 5px;
    line-height: 5px;
    display: block;
    font-size: 12px
}
.content-strip-arrow i:nth-child(1) {
    animation: bounce1 2s infinite
}
.content-strip-arrow i:nth-child(2) {
    animation: bounce2 2s infinite;
    animation-delay: .1s
}
.content-strip-arrow i:nth-child(3) {
    animation: bounce3 2s infinite;
    animation-delay: .2s
}
@keyframes bounce1 {
    25% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes bounce2 {
    25% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes bounce3 {
    25% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.icon-column img {
    width: 80px;
    position: absolute
}
.icon-column h1 {
    padding-left: 75px;
    font-size: 18px;
    padding-top: 0
}
.icon-column p {
    padding-left: 75px
}
.icon-with-bg i {
    margin-top: 15px!important
}
.icon-column i {
    font-size: 40px;
    left: -10px;
    margin-top: -14px;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    line-height: 67px;
    padding-top: 3px;
    text-align: center;
    position: absolute
}
.icon-column-center i {
    position: relative;
    display: block;
    margin: 10px auto 20px;
    left: 0;
    font-size: 40px;
    width: 80px!important;
    height: 80px!important;
    line-height: 75px!important
}
.icon-column-center h3 {
    text-align: center;
    padding: 0;
    font-size: 22px
}
.icon-column-center p {
    text-align: center;
    padding: 0;
    width: 80%;
    margin: 10px auto 30px
}
.homepage-cta h1 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 10px
}
.homepage-cta-socials {
    width: 142px;
    margin: 7.5px auto
}
.homepage-cta h2 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px
}
.homepage-cta .cta-buttons a {
    float: left;
    width: 120px;
    text-align: center;
    margin: 20px 7px 0;
    border-radius: 40px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff
}
.homepage-cta.cta-buttons {
    width: 275px;
    margin: 0 auto
}
.homepage-cta-or {
    max-width: 300px;
    margin: 0 auto
}
.homepage-cta-or a {
    max-width: 130px;
    float: left
}
.homepage-cta-or span {
    float: left;
    display: block;
    text-align: center;
    width: 40px;
    margin-bottom: 30px;
    font-size: 11px;
    line-height: 35px
}
.homepage-slider-round {
    border-radius: 100%!important;
    border-radius: 500px!important;
    overflow: hidden;
    max-width: 90%;
    margin: 0 auto
}
.pricing-1, .pricing-2, .pricing-3, .pricing-4 {
    max-width: 280px;
    margin: 0 auto
}
.pricing-single {
    max-width: 280px;
    margin: 0 auto
}
.pricing-double-1 {
    width: 48%;
    float: left;
    margin-right: 4%
}
.pricing-double-2 {
    width: 48%;
    float: left
}
.pricing-1 {
    border: solid 1px rgba(0, 0, 0, .1);
    padding: 20px 0 10px
}
.pricing-1 * {
    list-style: none
}
.pricing-1 .pricing-icon {
    font-size: 50px
}
.pricing-1 .pricing-title {
    font-size: 32px;
    padding: 20px 0 0
}
.pricing-1 .pricing-value {
    font-size: 40px;
    font-weight: 300;
    padding: 20px 0 0
}
.pricing-1 .pricing-value sup {
    font-size: 12px;
    top: -18px
}
.pricing-1 .pricing-value sup:first-child {
    padding-right: 5px;
    top: -13px;
    font-size: 20px
}
.pricing-1 .pricing-subtitle {
    opacity: .6;
    font-size: 11px;
    line-height: 18px;
    font-weight: 300;
    padding: 0 0 10px
}
.pricing-1 .pricing-list {
    padding: 0
}
.pricing-1 .pricing-list li {
    line-height: 40px;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    font-size: 14px;
    font-weight: 500
}
.pricing-1 .pricing-list li:last-child {
    border-bottom: none;
    margin-bottom: -20px
}
.dark-mode .pricing-1 .pricing-list li {
    border-bottom: solid 1px rgba(255, 255, 255, .1)!important
}
.pricing-2 {
    border: solid 1px rgba(0, 0, 0, .2);
    padding: 0 0 10px
}
.pricing-2 * {
    list-style: none
}
.pricing-2 .pricing-icon {
    font-size: 50px;
    padding: 10px 0
}
.pricing-2 .pricing-title {
    font-size: 25px;
    padding: 15px 0;
    margin: -10px 0 20px
}
.pricing-2 .pricing-overtitle {
    font-size: 25px;
    padding: 15px 0;
    margin: -10px 0 0
}
.pricing-2 .pricing-value {
    font-size: 43px;
    padding: 15px 0 0
}
.pricing-2 .pricing-value sup {
    font-size: 12px;
    top: -18px
}
.pricing-2 .pricing-value sup:first-child {
    padding-right: 5px;
    top: -13px;
    font-size: 20px
}
.pricing-2 .pricing-subtitle {
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    padding: 0
}
.pricing-2 .pricing-list {
    padding: 0
}
.pricing-2 .pricing-list li {
    line-height: 40px;
    border-bottom: solid 1px rgba(0, 0, 0, .07);
    font-size: 14px;
    font-weight: 500
}
.pricing-2 .pricing-list li:last-child {
    border-bottom: none
}
.dark-mode .pricing-2 .pricing-list li {
    border-bottom: solid 1px rgba(255, 255, 255, .1)!important
}
.pricing-3 {
    border: solid 1px rgba(0, 0, 0, .1);
    padding: 0 0 10px
}
.pricing-3 * {
    list-style: none
}
.pricing-3 .button {
    max-width: 90%;
    margin: -10px auto 10px
}
.pricing-3 .pricing-icon {
    font-size: 50px
}
.pricing-3 .pricing-title {
    font-size: 28px;
    padding: 30px 0 0 20px
}
.pricing-3 .pricing-value {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    padding: 20px 0
}
.pricing-3 .pricing-value sup {
    font-size: 12px;
    top: -18px
}
.pricing-3 .pricing-value sup:first-child {
    padding-right: 5px;
    top: -13px;
    font-size: 20px
}
.pricing-3 .pricing-subtitle {
    opacity: .6;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    padding: 0 0 30px 20px;
    border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.pricing-3 .pricing-list {
    padding: 0
}
.pricing-3 .pricing-list i {
    padding-right: 20px;
    width: 30px
}
.pricing-3 .pricing-list li {
    line-height: 50px;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 0 20px
}
.dark-mode .pricing-3 .pricing-list li {
    border-bottom: solid 1px rgba(255, 255, 255, .1)!important
}
.pricing-4 {
    border: solid 1px rgba(0, 0, 0, .2);
    padding: 0 0 10px
}
.pricing-4 * {
    list-style: none
}
.pricing-4 .pricing-title {
    font-size: 18px;
    padding: 15px 0;
    margin: 0
}
.pricing-4 .pricing-value {
    font-size: 43px;
    padding: 30px 0 20px
}
.pricing-4 .pricing-value sup {
    font-size: 12px;
    top: -18px
}
.pricing-4 .pricing-value sup:first-child {
    padding-right: 5px;
    top: -13px;
    font-size: 20px
}
.pricing-4 .pricing-subtitle {
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    padding: 0 0 20px;
    margin-top: -10px
}
.pricing-4 .pricing-list {
    padding: 0;
    margin-bottom: 20px
}
.pricing-4 .pricing-list li {
    line-height: 40px;
    border-bottom: solid 1px rgba(0, 0, 0, .07);
    font-size: 14px;
    font-weight: 500
}
.pricing-4 .pricing-list li:last-child {
    border-bottom: none
}
.dark-mode .pricing-4 .pricing-list li {
    border-bottom: solid 1px rgba(255, 255, 255, .1)!important
}
.dark-mode .pricing-1, .dark-mode .pricing-2, .dark-mode .pricing-3, .dark-mode .pricing-4 {
    border: solid 1px rgba(255, 255, 255, .1)
}
.blockquote-1 p {
    font-size: 15px;
    line-height: 32px;
    font-weight: 300;
    color: #535353
}
.blockquote-1 a {
    font-size: 12px
}
.blockquote-border-left {
    border-right: none!important;
    border-bottom: none!important;
    border-top: none!important;
    padding: 5px 10px 5px 20px;
    border-left-width: 4px!important
}
.blockquote-border-right {
    border-left: none!important;
    border-bottom: none!important;
    border-top: none!important;
    padding: 5px 20px 5px 10px;
    border-right-width: 4px!important
}
.blockquote-2 p {
    font-size: 14px;
    line-height: 27px;
    font-weight: 300;
    padding-left: 90px;
    color: #000
}
.blockquote-2 i, .blockquote-2 img {
    position: absolute;
    margin-top: 4px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 32px;
    border-radius: 50px
}
.blockquote-2 a {
    font-size: 11px
}
.blockquote-3 i {
    display: block;
    font-size: 40px;
    line-height: 102px;
    width: 100px;
    height: 100px;
    border-radius: 60px;
    margin: 0 auto 20px;
    text-align: center
}
.blockquote-3 p {
    text-align: center;
    max-width: 300px;
    margin: 20px auto;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    color: #000
}
.blockquote-4 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 34px;
    font-style: italic;
    color: #1f1f1f
}
.blockquote-4 .fa-quote-left {
    position: absolute;
    top: 0;
    height: 100px;
    line-height: 100px;
    font-size: 95px;
    margin-top: 5px;
    opacity: .08
}
.blockquote-4 .fa-quote-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    line-height: 100px;
    font-size: 95px;
    margin-top: 5px;
    opacity: .08
}
.dark-mode .blockquote-1 p, .dark-mode .blockquote-2 p, .dark-mode .blockquote-3 p, .dark-mode .blockquote-4 p {
    color: #fff
}
.dark-mode .blockquote-4 i {
    color: #959595
}
.dark-mode .blockquote-1 a {
    color: #666!important
}
.review-1 img {
    width: 60px;
    border-radius: 60px;
    position: absolute;
    top: 0
}
.review-1 h1 {
    font-size: 16px;
    padding-left: 80px;
    line-height: 30px
}
.review-1 .review-stars {
    margin-left: 85px;
    color: #f39c12
}
.review-1 p {
    padding-top: 20px;
    margin-bottom: 10px
}
.review-1 em {
    display: block;
    font-size: 12px;
    text-align: right
}
.review-2 img {
    width: 120px;
    margin: 20px auto;
    border-radius: 120px
}
.review-2 h1 {
    text-align: center;
    font-size: 18px;
    font-weight: 600
}
.review-2 .review-stars {
    width: 115px;
    margin: 10px auto;
    color: #f39c12
}
.review-2 .review-stars i {
    font-size: 18px
}
.review-2 p {
    width: 95%;
    text-align: center;
    margin: 30px auto;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 300
}
.review-2 em {
    text-align: center;
    display: block;
    font-size: 12px
}
.review-3 .review-icon {
    text-align: center;
    font-size: 36px;
    width: 100px!important;
    height: 100px!important;
    line-height: 100px;
    text-align: center;
    border-radius: 100px;
    margin: 0 auto;
    display: block
}
.review-3 p {
    width: 90%;
    margin: 20px auto;
    text-align: center;
    font-size: 17px;
    line-height: 40px;
    font-weight: 300
}
.review-3 a {
    text-align: center;
    font-weight: 800
}
.review-3 .review-stars i {
    font-size: 23px
}
.review-3 .review-stars {
    width: 145px;
    margin: 20px auto;
    color: #f39c12
}
.review-4 h1 {
    font-size: 30px;
    font-weight: 800
}
.review-4 h2 {
    font-size: 12px;
    position: absolute;
    top: 7px;
    margin-left: 70px
}
.review-4 a {
    text-align: right
}
.review-4 .review-stars {
    color: #f39c12
}
.review-4 .review-stars i {
    margin-right: 5px;
    font-size: 18px;
    margin-bottom: 20px
}
.review-4 img {
    width: 50px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: 0
}
.review-4 p {
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 32px
}
.review-5 h1 {
    font-size: 50px;
    font-weight: 800
}
.review-5 h2 {
    font-size: 10px;
    position: absolute;
    top: -10px;
    margin-left: 110px
}
.review-5 .review-stars {
    color: #f39c12;
    margin-left: 110px;
    margin-top: -25px
}
.review-5 .review-stars i {
    margin-right: 2px;
    font-size: 16px;
    margin-bottom: 20px
}
.review-5 img {
    width: 55px;
    border-radius: 55px;
    position: absolute;
    top: -15px;
    right: 0
}
.review-5 p {
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 32px
}
.review-5 a {
    text-align: right
}
.review-6 h1 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: -5px
}
.review-6 em {
    font-size: 12px;
    padding-bottom: 10px;
    display: block
}
.review-6 h3 {
    float: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px
}
.review-6 .review-stars {
    float: right;
    color: #f39c12;
    line-height: 30px
}
.review-6 .review-stars i {
    padding-left: 5px
}
.dark-mode .instant-box.bg-white {
    background-color: #16191c!important
}
.instant-box-clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: -15px;
    z-index: 99999;
    overflow: scroll;
    transform: translateX(99.9%);
    transition: all 300ms cubic-bezier(.1, .2, .1, 1);
    -webkit-overflow-scrolling: touch
}
.instant-hidden-small {
    display: none
}
.instant-box-clone .instant-hidden-small {
    display: block!important
}
.instant-hidden-large {
    display: block
}
.instant-box-clone .instant-hidden-large {
    display: none!important
}
.active-instant {
    transform: translateX(0px)!important;
    transition: all 300ms cubic-bezier(.1, .2, .1, 1)
}
.dark-mode .instant-hidden-large span {
    color: #666
}
.article-card.article-full, .article-card.article-full .article-header {
    margin: 0;
    border: none;
    height: 200px
}
.article-card.article-full .article-image, .article-card.article-full .article-overlay {
    height: 200px!important
}
.article-card.article-card-round .article-category {
    border-radius: 30px
}
.article-card.article-card-round {
    border-radius: 5px!important;
    overflow: hidden
}
.article-card .article-header {
    position: relative;
    height: 150px
}
.article-category {
    z-index: 2;
    font-size: 11px;
    left: 20px;
    top: 20px;
    line-height: 25px;
    padding: 0 15px;
    font-weight: 600;
    background-color: rgba(0, 0, 0, .8)
}
.article-card {
    border: solid 1px rgba(0, 0, 0, .1);
    height: 100%;
    margin: 0 20px 30px
}
.dark-mode .article-card {
    border: solid 1px rgba(255, 255, 255, .1)
}
.article-card .article-image, .article-card .article-overlay, .article-card .article-category, .article-card .article-close {
    position: absolute
}
.article-card .article-content {
    padding: 10px 15px 0
}
.article-content-clear {
    height: 40px;
    margin: 0 0 20px;
    border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.article-card .article-title {
    font-size: 16px;
    line-height: 20px;
    z-index: 5;
    bottom: 10px;
    left: 20px
}
.dark-mode .article-card.bg-white .article-title {
    color: #000
}
.article-card .article-close, .article-instant .article-close {
    display: none;
    z-index: 3;
    right: 0
}
.article-card .article-image {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: all 500ms ease
}
.article-card .article-overlay {
    width: 100%;
    height: 150px;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 1) 100%)
}
.article-author i {
    padding-right: 10px
}
.article-author {
    position: absolute;
    font-size: 11px;
    padding: 5px 20px;
    bottom: 0;
    z-index: 2
}
.article-time i {
    padding-left: 10px
}
.article-time {
    position: absolute;
    font-size: 11px;
    padding: 5px 20px;
    bottom: 0;
    z-index: 2;
    right: 0
}
.article-clone {
    position: fixed;
    top: 0;
    z-index: 999;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    transform: translateX(99.9%);
    transition: all 300ms cubic-bezier(.1, .2, .1, 1);
    -webkit-overflow-scrolling: touch
}
.article-clone .article-overlay {
    display: none
}
.article-clone {
    border: none!important
}
.article-card .article-content-hidden {
    display: none;
    padding: 0 15px
}
.article-clone .article-content-hidden {
    display: block!important
}
.active-card {
    transform: translateX(0px)!important;
    transition: all 300ms cubic-bezier(.1, .2, .1, 1)
}
.article-clone .article-header, .article-clone .article-image {
    height: 300px
}
.article-clone .article-time, .article-clone .article-author {
    bottom: -40px;
    color: #666!important
}
.article-clone .article-content {
    margin-top: 40px;
    border-top: solid 1px rgba(0, 0, 0, .1)
}
.article-clone .article-category {
    right: 20px;
    left: auto
}
.article-clone .article-back i {
    padding-right: 10px
}
.article-clone .article-back {
    z-index: 15;
    font-size: 11px;
    left: 20px;
    top: 20px;
    line-height: 25px;
    border-radius: 30px;
    padding: 0 15px;
    font-weight: 600;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    color: #fff;
    text-transform: uppercase
}
.contactForm input {
    padding-left: 10px;
    border: solid 1px rgba(0, 0, 0, .1)
}
.dark-mode .contactForm input {
    border: solid 1px rgba(255, 255, 255, .08);
    background-color: rgba(255, 255, 255, .05)
}
.contactForm textarea {
    border: solid 1px rgba(0, 0, 0, .1)
}
.dark-mode .contactForm textarea {
    border: solid 1px rgba(255, 255, 255, .08);
    background-color: rgba(255, 255, 255, .05)
}
.field-title {
    padding-left: 0!important;
    margin-left: 0!important
}
.contactField, .contactTextarea {
    font-size: 12px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}
.contactField:focus, .contactTextarea:focus {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}
.contactSubmitButton {
    font-family: roboto, sans-serif;
    display: block!important;
    margin-right: 4px;
    width: 100%;
    font-weight: 700!important
}
.contactNameField {
    padding-bottom: 5px;
    font-size: 12px
}
.contactNameField span {
    float: right;
    opacity: .2
}
.contactEmailField {
    padding-bottom: 5px;
    font-size: 12px
}
.contactEmailField span {
    float: right;
    opacity: .2
}
.contactMessageTextarea {
    padding-bottom: 5px;
    font-size: 12px
}
.contactMessageTextarea span {
    float: right;
    opacity: .2
}
.formFieldWrap {
    margin-top: -5px
}
#contactNameField {
    text-transform: capitalize
}
.dark-mode .contactNameField, .dark-mode .contactEmailField, .dark-mode .contactMessageTextarea {
    color: #fff
}
.contactField {
    min-width: 100%;
    display: block;
    box-sizing: border-box
}
.contactTextarea {
    min-width: 100%;
    display: block;
    box-sizing: border-box
}
.buttonWrap {
    -webkit-appearance: none;
    line-height: 20px;
    padding-bottom: 24px;
    min-width: 43%;
    display: inline-block;
    margin-left: -1px
}
.formSubmitButtonErrorsWrap a {
    width: 25%;
    text-align: center;
    padding: 8px 10px!important
}
.contactFormButton #contactSubmitButton {
    margin-bottom: 30px
}
.formValidationError {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    background-color: #c0392b;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px
}
.formValidationError p {
    line-height: 40px
}
.contactField {
    height: 40px;
    padding: 0 10px;
    margin-bottom: 10px
}
.contactTextarea {
    margin: 0 0 20px;
    padding: 9px 12px;
    margin-bottom: 20px;
    line-height: 18px;
    height: 80px
}
.contact-information a i {
    display: inline-block;
    padding-right: 20px
}
.contact-information a {
    display: block;
    width: 100%;
    line-height: 40px;
    color: #666
}
.contact-information strong {
    color: #000
}
.dark-mode .contact-information strong {
    color: #fff
}
#header {
    height: 55px;
    line-height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
    transition: all 350ms ease
}
.header-mask {
    position: fixed;
    height: 55px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 997;
    transition: all 350ms ease
}
.header-mask .header-logo {
    background-position: center center;
    width: 100%
}
.header-icon {
    width: 50px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 13px;
    position: absolute
}
.header-icon-ball {
    font-size: 8px;
    position: absolute;
    width: 13px;
    height: 13px;
    line-height: 13px;
    border-radius: 13px;
    top: 12px;
    right: 7px
}
.header-logo {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute
}
#header * {
    transition: all 250ms ease
}
.header-logo-center .header-logo {
    left: 50%;
    margin-left: -37px
}
.header-logo-center .header-icon-1 {
    border-right: solid 1px;
    left: 0
}
.header-logo-center .header-icon-2 {
    left: 50px
}
.header-logo-center .header-icon-3 {
    right: 50px
}
.header-logo-center .header-icon-4 {
    border-left: solid 1px;
    right: 0
}
.header-logo-left .header-logo {
    left: 20px
}
.header-logo-left .header-icon-4 {
    right: 150px
}
.header-logo-left .header-icon-3 {
    right: 100px;
    border-left: solid 1px
}
.header-logo-left .header-icon-2 {
    right: 50px;
    border-left: solid 1px
}
.header-logo-left .header-icon-1 {
    right: 0;
    border-left: solid 1px
}
.header-logo-right .header-logo {
    right: 20px
}
.header-logo-right .header-icon-4 {
    left: 150px
}
.header-logo-right .header-icon-3 {
    left: 100px;
    border-left: solid 1px
}
.header-logo-right .header-icon-2 {
    left: 50px;
    border-left: solid 1px
}
.header-logo-right .header-icon-1 {
    left: 0;
    border-left: solid 1px
}
.header-logo-app .header-logo {
    left: 60px
}
.header-logo-app .header-title {
    left: 60px;
    position: absolute
}
.header-logo-app .header-icon-4 {
    right: 0;
    border-left: solid 1px
}
.header-logo-app .header-icon-3 {
    right: 100px;
    border-left: solid 1px
}
.header-logo-app .header-icon-2 {
    right: 50px;
    border-left: solid 1px
}
.header-logo-app .header-icon-1 {
    left: 0;
    border-left: solid 1px
}
.header-title {
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    font-weight: 500
}
.header-light {
    background-color: #fff;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 0 10px 1px rgba(0, 0, 0, .015)
}
.header-light .header-icon {
    color: #1f1f1f
}
.header-light .header-icon i {
    color: #1f1f1f
}
.header-light .header-icon em {
    background-color: #1f1f1f
}
.header-light .header-icon {
    border-color: rgba(0, 0, 0, .05)
}
.header-light .header-title {
    color: #1f1f1f
}
.header-dark {
    background-color: #242631
}
.dark-mode .header-dark {
    background-color: #0c1117
}
.header-dark .header-icon {
    color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .04)
}
.header-dark em {
    background-color: rgba(255, 255, 255, .7)!important
}
.header-dark .header-title {
    color: #fff
}
.footer-dark {
    background-color: #0c1117
}
.footer-dark .decoration {
    background-color: rgba(255, 255, 255, .05)
}
.footer-light {
    background-color: #f5f5f5;
    border-top: solid 1px rgba(0, 0, 0, .05)
}
.footer-light .decoration {
    background-color: rgba(0, 0, 0, .1)
}
.footer-light {
    box-shadow: 0 -5px 5px rgba(0, 0, 0, .03)
}
.footer {
    padding: 40px 20px 20px
}
.footer .decoration {
    margin-bottom: 20px
}
.footer-logo {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px
}
.footer-socials a {
    width: 16.7%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center
}
.footer-socials i {
    margin-left: 0!important
}
.footer-socials {
    width: 270px;
    margin: 30px auto 20px
}
.footer-socials:after {
    content: '';
    display: block;
    clear: both
}
.footer p {
    text-align: center;
    max-width: 80%;
    margin: 0 auto
}
.footer .copyright-text {
    opacity: .7;
    font-size: 11px!important
}
.dark-mode-toggle, .dark-menu-toggle {
    height: 40px;
    border-top: solid 1px rgba(0, 0, 0, .1)
}
.dark-mode-toggle a, .dark-menu-toggle a {
    position: absolute;
    right: 10px;
    transform: scale(.7, .7);
    z-index: 10;
    margin-top: 5px
}
.dark-mode-toggle u, .dark-menu-toggle u {
    background-color: #8cc152;
    text-decoration: none;
    font-size: 13px;
    margin-right: 15px;
    color: #fff;
    padding: 1px 10px;
    border: none!important;
    border-radius: 5px
}
.dark-mode-toggle strong, .dark-menu-toggle strong {
    position: absolute;
    width: 280px;
    left: -275px;
    padding-top: 0;
    font-size: 16px!important;
    padding-left: 20px;
    font-weight: 500;
    color: #484848;
    bottom: -2px
}
.deploy-menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    z-index: 999
}
.remove-scroll {
    overflow: hidden!important
}
.menu-wrapper {
    pointer-events: none
}
.active-menu {
    pointer-events: all!important
}
.activate-page {
    display: block!important
}
.plushide-animated *, .dropdown-animated *, .hamburger-animated * {
    transition: all 350ms ease
}
.hamburger-animated .hm1, .hamburger-animated .hm2, .hamburger-animated .hm3 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 14px;
    z-index: 998;
    background-color: #000
}
.hm1 {
    margin-top: 3px;
    margin-left: -7px
}
.hm2 {
    margin-top: -1px;
    margin-left: -7px
}
.hm3 {
    margin-top: -5px;
    margin-left: -7px
}
.hm1a, .hm2a, .hm3a {
    background-color: #e74c3c!important
}
.hm1a {
    -webkit-transform: rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg)
}
.hm2a {
    opacity: 0
}
.hm3a {
    -webkit-transform: rotate(45deg);
    transform: translateY(4px) rotate(45deg)
}
.dropdown-animated .dm1, .dropdown-animated .dm2 {
    position: absolute;
    width: 6px;
    height: 1px;
    top: 50%;
    left: 50%;
    margin-top: 0
}
.dm1 {
    margin-left: -5px;
    transform: rotate(40deg)
}
.dm2 {
    margin-left: 0;
    transform: rotate(-40deg)
}
.dm1a {
    transform: rotate(-40deg)!important;
    background-color: #e74c3c!important
}
.dm2a {
    transform: rotate(40deg)!important;
    background-color: #e74c3c!important
}
.ph1 {
    height: 11px;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px
}
.ph2 {
    height: 1px;
    width: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -1px
}
.ph1a, .ph2a {
    transform: rotate(45deg);
    background-color: #e74c3c!important
}
#page-content-scroll {
    transition: all 350ms ease
}
.page-content {
    transition: all 350ms ease;
    padding-top: 55px;
    margin-top: 0
}
.page-content-full {
    padding-top: 0!important
}
.menu-wrapper {
    position: fixed
}
.menu-scroll {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch!important
}
.delete-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    pointer-events: none;
    transition: all 500ms ease
}
.delete-menu-active {
    opacity: 1!important;
    pointer-events: all!important;
    transition: all 500ms ease
}
.menu-top {
    top: -1px;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all 400ms ease
}
.close-menu-bottom {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    margin-top: -25px;
    color: red;
    border-radius: 50px;
    z-index: 9999
}
.menu-bottom {
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #1f1f1f;
    transition: all 350ms ease
}
.menu-modal.menu-large {
    padding: 0!important
}
.menu-modal-square {
    border-radius: 0!important
}
.menu-modal {
    top: 50%;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 999;
    max-width: 300px;
    left: 50%;
    margin-left: -150px;
    transform: scale(0, 0);
    border-radius: 5px;
    padding: 15px;
    overflow: scroll;
    transition: all 250ms ease
}
.menu-modal-full, .menu-modal-fade {
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    max-width: 100%!important;
    height: auto!important;
    z-index: 999;
    transform: scale(0, 0);
    border-radius: 0;
    padding: 15px;
    transition: all 250ms ease;
    margin: 0!important
}
.menu-modal-fade {
    opacity: 0;
    transform: scale(1, 1)
}
.menu-sidebar-left {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 250px;
    z-index: 999;
    transform: translateX(-270px);
    transition: all 450ms ease
}
.menu-sidebar-left-full {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transform: translateX(-100%);
    transition: all 450ms ease
}
.menu-sidebar-left-small {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    z-index: 999;
    transform: translateX(-70px);
    transition: all 450ms ease
}
.menu-sidebar-right {
    top: 0;
    right: 0;
    bottom: 0;
    width: 250px;
    z-index: 999;
    transform: translateX(270px);
    transition: all 450ms ease
}
.menu-sidebar-right-full {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transform: translateX(100%);
    transition: all 450ms ease
}
.menu-sidebar-right-small {
    top: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    z-index: 999;
    transform: translateX(70px);
    transition: all 470ms ease
}
.dismiss-menu-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 9999
}
.header-original {
    display: none
}
#menu-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 165px!important;
    z-index: 9998;
    transition: all 350ms ease!important;
    transform: translateY(200px);
    box-shadow: 5px 0 20px 1px rgba(0, 0, 0, .2);
    border-top: solid 1px rgba(0, 0, 0, .1)
}
#menu-cookie .cookie-buttons {
    width: 200px!important;
    margin: 0 auto;
    display: block;
    opacity: .8
}
#menu-cookie .cookie-buttons a {
    float: left;
    width: 100px;
    text-align: center
}
.active-cookie {
    transform: translateY(0px)!important;
    transition-delay: 1500ms
}
.active-menu.menu-top, .active-menu.menu-bottom {
    transform: translateY(0px)!important
}
.active-menu.menu-sidebar-left, .active-menu.menu-sidebar-left-full, .active-menu.menu-sidebar-right-full, .active-menu.menu-sidebar-right, .active-menu.menu-sidebar-left-small, .active-menu.menu-sidebar-right-small {
    transform: translateX(0px)!important
}
.active-menu.menu-modal, .active-menu.menu-modal-full {
    transform: scale(1, 1)!important
}
.active-menu.menu-modal-fade {
    opacity: 1!important;
    pointer-events: all!important
}
.body-left {
    transform: translateX(50px)!important;
    transition: all 350ms ease
}
.body-right {
    transform: translateX(-50px)!important;
    transition: all 350ms ease
}
.body-top {
    transform: translateY(80px)!important;
    transition: all 350ms ease
}
.body-bottom {
    transform: translateY(-80px)!important;
    transition: all 350ms ease
}
.body-scale {
    transform: scale(1.1, 1.1);
    transition: all 350ms ease
}
.menu-dark {
    background-color: #242631
}
.menu-light {
    background-color: #f8f8f8
}
.menu-dark .link-list li {
    background-color: transparent
}
.menu-light .link-list li {
    background-color: transparent
}
.menu-dark .link-list a {
    color: #fff
}
.menu-dark .menu-divider {
    color: #51585e;
    background-color: rgba(0, 0, 0, .1);
    border-bottom: solid 1px rgba(255, 255, 255, .02);
    border-top: solid 1px rgba(255, 255, 255, .03);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .07)
}
.menu-dark .menu-divider span {
    color: #51585e!important
}
.menu-dark .decoration {
    background-color: rgba(255, 255, 255, .1)!important
}
.menu-dark .dark-mode-toggle strong, .menu-dark .dark-menu-toggle strong {
    color: #c9c9c9
}
.menu-dark .dark-mode-toggle, .menu-dark .dark-menu-toggle {
    border-top: solid 1px rgba(255, 255, 255, .04)!important
}
.menu-light .menu-divider {
    color: #1f1f1f;
    background-color: rgba(0, 0, 0, .02);
    border-top: solid 1px rgba(0, 0, 0, .08);
    border-bottom: solid 1px rgba(0, 0, 0, .08);
    box-shadow: none
}
.menu-light .menu-divider span {
    color: #1f1f1f!important
}
.menu-divider {
    font-family: roboto, sans-serif;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    padding-left: 20px;
    margin-bottom: -1px;
    margin-top: -1px;
    z-index: 999;
    position: relative
}
.menu-divider i {
    position: absolute;
    right: 25px;
    height: 40px;
    line-height: 40px!important
}
.menu-notification a i {
    width: 30px;
    height: 50px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    margin-top: 16px;
    font-size: 16px;
    border: none!important
}
.menu-notification a {
    margin: 8px 15px
}
.menu-notification a strong {
    position: absolute;
    padding-left: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600
}
.menu-notification a em {
    position: absolute;
    padding-top: 7px;
    line-height: 15px;
    font-size: 11px;
    margin-top: 30px;
    padding-left: 20px;
    font-style: normal
}
.menu-dark.menu-notification a i {
    border-bottom: solid 3px rgba(255, 255, 255, .2)
}
.menu-dark.menu-notification a strong {
    color: #fff!important
}
.menu-dark.menu-notification a em {
    color: #94999e
}
.menu-light.menu-notification a i {
    border-bottom: solid 3px rgba(0, 0, 0, .3)
}
.menu-light.menu-notification a strong {
    color: #404040!important
}
.menu-light.menu-notification a em {
    color: #94999e
}
.menu-large .menu-socials:after {
    content: '';
    display: block;
    clear: both
}
.menu-large .menu-socials a {
    font-size: 12px;
    width: 16.6%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    float: left
}
.menu-large .menu-logo {
    padding: 40px 0;
    background-repeat: no-repeat;
    background-position: left 20px center;
    display: block;
    float: none;
    clear: both;
    width: 100%;
    height: 70px;
    z-index: 999999999;
    position: relative;
    pointer-events: all!important
}
.menu-large .menu-item {
    height: 55px;
    line-height: 55px;
    display: block;
    transition: all 350ms ease
}
.menu-large .menu-item strong {
    font-family: roboto, sans-serif!important;
    font-weight: 300;
    font-size: 13px;
    transition: all 350ms ease;
    position: absolute;
    padding-left: 10px
}
.submenu-item .active-item {
    font-weight: 600
}
.menu-large .active-item strong, .menu-large .active-item i {
    transition: all 350ms ease
}
.menu-large .menu-item i {
    width: 50px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    transition: all 250ms ease;
    font-size: 15px
}
.menu-large .menu-item i:first-child {
    padding-left: 10px
}
.menu-large .plushide-animated {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 5px;
    margin-top: 2px;
    transform: scale(.6, .6)
}
.menu-large .submenu-item a {
    font-family: roboto, sans-serif!important;
    font-size: 12px!important;
    height: 50px;
    line-height: 50px;
    padding-left: 60px
}
.menu-large .submenu-item a:nth-child(1) {
    margin-top: -1px
}
.menu-large .submenu-item .fa-angle-right {
    position: absolute;
    left: 0;
    height: 50px;
    line-height: 50px;
    width: 60px;
    text-align: center;
    font-size: 10px;
    opacity: .5
}
.menu-large .menu-item .fa-circle {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 5px;
    font-size: 4px;
    text-align: center;
    opacity: .3
}
.menu-large .submenu-item .fa-circle {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 5px;
    font-size: 4px;
    margin-top: 23px;
    text-align: center;
    opacity: .3
}
.menu-large .menu .submenu-items {
    width: 17px;
    height: 17px;
    border-radius: 17px;
    line-height: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 9px;
    font-style: normal;
    z-index: 99;
    margin-top: 19px;
    margin-right: 21px;
    font-weight: 300
}
[data-submenu] .fa-circle {
    display: none
}
.menu-large .submenu-item {
    height: 0;
    overflow: hidden;
    transition: all 400ms ease
}
.menu-large .menu .submenu-item a:last-child {
    border-bottom: solid 1px rgba(0, 0, 0, .05)
}
.menu-dark.menu-large .menu-socials {
    background-color: rgba(0, 0, 0, .1)
}
.menu-dark.menu-large .menu-socials:after {
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .04)
}
.menu-dark.menu-large .menu-socials a i {
    color: #c3c9d0!important
}
.menu-dark.menu-large .menu-sub-logo {
    margin: -30px 20px 20px;
    display: block;
    font-size: 11px;
    font-style: normal;
    color: #646464
}
.menu-dark.menu-large .menu-item {
    color: #94999e;
    border-top: solid 1px rgba(255, 255, 255, .03);
    border-bottom: solid 1px rgba(0, 0, 0, .2)
}
.menu-dark.menu-large .menu-item strong {
    color: #a6aeb5
}
.menu-dark.menu-large .menu-item i {
    color: #fff!important
}
.menu-dark.menu-large .fa-circle {
    font-size: 4px!important
}
.menu-dark.menu-large .active-item strong {
    color: #fff;
    font-weight: 700
}
.menu-dark.menu-large .submenu-item .active-item {
    color: #fff
}
.menu-dark.menu-large .active-item i {
    color: #fff!important
}
.menu-dark.menu-large .active-item .fa-circle {
    color: #c0392b!important;
    opacity: 1!important
}
.menu-dark.menu-large .plushide-animated * {
    background-color: #65686c
}
.menu-dark.menu-large .submenu-item a {
    color: #94999e
}
.menu-dark.menu-large .menu .submenu-items {
    background-color: #bf263c;
    color: #fff
}
.menu-dark .menu-divider-contrast {
    color: rgba(255, 255, 255, .8);
    font-size: 10px
}
.menu-light.menu-large {
    box-shadow: 5px 0 20px 1px rgba(0, 0, 0, .1)
}
.menu-light.menu-large .menu-socials {
    background-color: rgba(0, 0, 0, .01)
}
.menu-light.menu-large .menu-socials:after {
    border-bottom: solid 1px rgba(0, 0, 0, .08);
    box-shadow: none
}
.menu-light.menu-large .menu-socials a {
    color: #000
}
.menu-light.menu-large .menu-sub-logo {
    margin: -30px 20px 20px;
    display: block;
    font-size: 11px;
    font-style: normal;
    color: gray
}
.menu-light.menu-large .menu-item {
    color: #1f1f1f;
    border-top: solid 1px rgba(255, 255, 255, .01);
    border-bottom: solid 1px rgba(0, 0, 0, .05)
}
.menu-light.menu-large .menu-item strong {
    color: #000;
    font-weight: 400
}
.menu-light.menu-large .menu-item i {
    color: #1f1f1f
}
.menu-light.menu-large .active-item strong {
    color: #000;
    font-weight: 700
}
.menu-light.menu-large .submenu-item .active-item {
    color: #000
}
.menu-light.menu-large .active-item .fa-circle {
    color: #e74c3c!important;
    font-size: 5px!important;
    opacity: 1!important
}
.menu-light.menu-large .active-item i {
    color: #000
}
.menu-light.menu-large .plushide-animated * {
    background-color: #65686c
}
.menu-light.menu-large .submenu-item a {
    color: #4a5055
}
.menu-light.menu-large .submenu-item .fa-angle-right {
    color: #8c9eb1
}
.menu-light.menu-large .menu .submenu-items {
    background-color: #bf263c;
    color: #fff
}
.menu-share {
    height: 150px;
    transform: translateY(150px)
}
.menu-share strong {
    display: block;
    line-height: 45px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    border-bottom: solid 1px rgba(255, 255, 255, .05)
}
.menu-share-icons a em {
    display: block;
    font-size: 11px;
    text-align: center;
    font-style: normal
}
.menu-share-icons {
    margin: 13px auto 20px
}
.menu-share-icons a {
    width: 20%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    float: left;
    box-sizing: border-box
}
.menu-share-icons a i {
    width: 50px;
    height: 49px;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    line-height: 46px;
    margin-top: 5px;
    margin-bottom: -5px;
    font-size: 16px;
    transition: all 250ms ease
}
.menu-dark.menu-share a i {
    border-bottom: solid 4px rgba(255, 255, 255, .1)
}
.menu-dark.menu-share .menu-share-icons a {
    color: #fff
}
.menu-dark.menu-share .menu-divider {
    border-bottom: solid 1px rgba(255, 255, 255, .1)
}
.menu-light.menu-share a i {
    border-bottom: solid 3px rgba(0, 0, 0, .4)
}
.menu-light.menu-share .menu-share-icons a {
    color: #000
}
.menu-light.menu-share .menu-divider {
    border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.menu-contact .contactForm {
    margin: 0 10px
}
.menu-contact .contactNameField:before {
    content: "\f007 ";
    font-family: 'font awesome 5 free';
    position: absolute;
    font-weight: 800;
    margin-top: 10px;
    margin-left: 1px
}
.menu-contact .contactEmailField:before {
    content: "\f1fa ";
    font-family: 'font awesome 5 free';
    font-weight: 600;
    position: absolute;
    margin-top: 10px;
    margin-left: 1px
}
.menu-contact .contactMessageTextarea:before {
    content: "\f0e0 ";
    font-family: 'font awesome 5 free';
    font-weight: 600;
    position: absolute;
    margin-top: 9px
}
.menu-contact #contactNameField, .menu-contact #contactEmailField, .menu-contact #contactMessageTextarea {
    padding-left: 30px!important
}
.menu-contact .menu-contact-title h4 {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900
}
.menu-contact .menu-contact-title h5 {
    text-align: center;
    padding: 0 12px;
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: 400
}
.menu-contact .menu-contact-title i {
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 15px;
    display: block;
    text-align: Center;
    font-size: 24px
}
.menu-contact form i {
    padding-right: 10px;
    padding-left: 3px
}
.menu-contact .formFieldWrap input, .menu-contact textarea {
    background-color: transparent;
    border: none
}
.menu-contact span {
    font-size: 10px
}
.menu-contact input {
    height: 40px;
    line-height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    padding: 0!important
}
.menu-contact input::placeholder, .menu-contact textarea::placeholder {
    font-size: 12px
}
.menu-contact .formFieldWrap, .menu-contact .formTextareaWrap, .menu-contact .contactFormButton {
    margin: 0 10px
}
.menu-contact textarea {
    min-height: 40px;
    max-height: 40px;
    font-size: 13px;
    text-indent: 1px!important;
    padding-left: 0!important
}
.menu-contact textarea:focus {
    min-height: 92px!important
}
.menu-contact .formFieldWrap input:focus, .menu-contact textarea:focus {
    border-left: none!important;
    border-right: none!important;
    border-top: none!important
}
.menu-contact .buttonWrap {
    text-transform: uppercase;
    font-size: 12px!important;
    height: 40px!important;
    line-height: 35px!important;
    border-radius: 40px!important;
    margin-top: 30px!important
}
.dark-mode .menu-contact input, .dark-mode .menu-contact textarea {
    border-left: none!important;
    border-right: none!important;
    border-top: none!important;
    background-color: transparent!important
}
.menu-contact .formSuccessMessageWrap {
    padding-top: 30px
}
.menu-dark.menu-contact .menu-contact-title h4 {
    color: #fff
}
.menu-dark.menu-contact .menu-contact-title h5 {
    color: #a5a5a5
}
.menu-dark.menu-contact .menu-contact-title i {
    color: #fff
}
.menu-dark.menu-contact .formFieldWrap input, .menu-dark.menu-contact textarea {
    border-bottom: solid 1px rgba(255, 255, 255, .03)
}
.menu-dark.menu-contact .field-title {
    color: #ededed!important
}
.menu-dark.menu-contact input {
    color: #fff
}
.menu-dark.menu-contact input::placeholder, .menu-dark.menu-contact textarea::placeholder {
    color: rgba(255, 255, 255, .5)
}
.menu-dark.menu-contact textarea {
    color: #fff
}
.menu-dark.menu-contact .formFieldWrap input:focus, .menu-dark.menu-contact textarea:focus {
    border-bottom: solid 1px rgba(39, 174, 96, .3)!important
}
.menu-dark.menu-contact .buttonWrap {
    background-color: #2980b9!important
}
.menu-dark #formSuccessMessageWrap i {
    color: #fff
}
.menu-dark #formSuccessMessageWrap h4 {
    color: #fff
}
.menu-light.menu-contact .menu-contact-title h4 {
    color: #000
}
.menu-light.menu-contact .menu-contact-title h5 {
    color: #a5a5a5
}
.menu-light.menu-contact .menu-contact-title i {
    color: #1f1f1f
}
.menu-light.menu-contact .contactNameField {
    border-top: solid 1px rgba(0, 0, 0, .1)
}
.menu-light.menu-contact .formFieldWrap input, .menu-light.menu-contact textarea {
    border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.menu-light.menu-contact .field-title {
    color: #ededed!important
}
.menu-light.menu-contact input {
    color: #1f1f1f
}
.menu-light.menu-contact input::placeholder, .menu-light.menu-contact textarea::placeholder {
    color: rgba(0, 0, 0, .5)
}
.menu-light.menu-contact textarea {
    color: #1f1f1f
}
.menu-light.menu-contact .formFieldWrap input:focus, .menu-light.menu-contact textarea:focus {
    border-bottom: solid 1px rgba(39, 174, 96, .3)!important
}
.menu-light.menu-contact .buttonWrap {
    background-color: #2980b9!important;
    color: #fff
}
.menu-light #formSuccessMessageWrap i {
    color: #000
}
.menu-light formsuccessmessagewrap h4 {
    color: #fff
}
.menu-light.menu-contact .contactNameField:before {
    color: #1f1f1f
}
.menu-light.menu-contact .contactEmailField:before {
    color: #1f1f1f
}
.menu-light.menu-contact .contactMessageTextarea:before {
    color: #1f1f1f
}
.menu-thumbnails .menu {
    margin-bottom: -1px
}
.menu-thumbnails .menu a {
    width: 33.3%;
    float: left;
    height: 120px;
    box-sizing: border-box;
    border-top: none!important
}
.menu-thumbnails .menu a:nth-child(3n+2) {
    border-left: none!important;
    border-right: none!important
}
.menu-thumbnails .menu a:nth-child(3n+1) {
    border-left: none!important
}
.menu-thumbnails .menu a:nth-child(3n+3) {
    border-right: none!important
}
.menu-thumbnails .menu a i {
    position: absolute;
    font-size: 26px;
    width: 100%;
    height: 100%;
    line-height: 90px;
    text-align: center
}
.menu-thumbnails .menu a em {
    display: block;
    text-align: center;
    height: 100px;
    line-height: 170px;
    font-size: 11px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700
}
.menu-thumbnails .menu .menu-logo {
    width: 100%!important;
    display: block!important;
    height: 100px
}
.menu-thumbnails .menu-logo {
    margin-top: 30px;
    padding-bottom: 10px
}
.menu-thumbnails .menu-logo .menu-logo-image {
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 10px
}
.menu-thumbnails .menu-logo .menu-logo-text {
    text-align: center;
    display: block;
    font-size: 11px;
    font-style: normal;
    margin-bottom: 20px
}
.menu-dark.menu-thumbnails .menu a {
    border: solid 1px rgba(255, 255, 255, .03)
}
.menu-dark.menu-thumbnails .menu a i {
    text-shadow: 0 1px 0 #000;
    color: #7f8488
}
.menu-dark.menu-thumbnails .menu a em {
    color: #a7a7a7;
    text-shadow: 0 1px 0 #000
}
.menu-dark.menu-thumbnails .menu-logo {
    border-bottom: solid 1px rgba(255, 255, 255, .05)
}
.menu-dark.menu-thumbnails .menu-logo .menu-logo-text {
    color: rgba(255, 255, 255, .5)
}
.menu-dark.menu-thumbnails .menu .active-item {
    background-color: #22242f
}
.menu-dark.menu-thumbnails .menu .active-item i {
    color: #fff
}
.menu-dark.menu-thumbnails .menu .active-item em {
    color: #fff!important
}
.menu-light.menu-thumbnails .menu a {
    border: solid 1px rgba(0, 0, 0, .1)
}
.menu-light.menu-thumbnails .menu a i {
    color: #1f1f1f
}
.menu-light.menu-thumbnails .menu a em {
    color: #1f1f1f;
    font-weight: 500
}
.menu-light.menu-thumbnails .menu-logo {
    border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.menu-light.menu-thumbnails .menu-logo .menu-logo-text {
    color: rgba(0, 0, 0, .5)
}
.menu-light.menu-thumbnails .active-item {
    background-color: rgba(0, 0, 0, .05)
}
.menu-small {
    transition: all 350ms ease!important
}
.menu-small .menu a {
    width: 70px;
    height: 70px
}
.menu-small .menu a i {
    position: absolute;
    line-height: 50px;
    height: 70px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px
}
.menu-small .menu em {
    display: block;
    font-size: 9px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    height: 70px;
    line-height: 100px;
    font-weight: 600
}
.menu-small .active-item .fa-caret-left {
    right: -7px;
    font-size: 24px;
    height: 20px;
    width: 20px;
    top: 10px;
    z-index: 99999
}
.menu-dark.menu-small .active-item .fa-caret-left {
    color: #fff!important;
    font-size: 16px
}
.menu-dark.menu-small .menu a {
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    border-top: solid 1px rgba(255, 255, 255, .05)
}
.menu-dark.menu-small .menu a i {
    color: #fff!important
}
.menu-dark.menu-small .menu em {
    color: #b1b1b1
}
.menu-light.menu-small .active-item .fa-caret-left {
    color: #000!important
}
.menu-light.menu-small {
    box-shadow: -5px 0 20px 1px rgba(0, 0, 0, .1)
}
.menu-light.menu-small .menu a {
    border-top: solid 1px rgba(0, 0, 0, .1)
}
.menu-light.menu-small .menu a i {
    color: #2a2a2a
}
.menu-light.menu-small .menu em {
    color: rgba(0, 0, 0, .5)
}
.menu-dark.menu-modal h1, .menu-dark.menu-modal h2, .menu-dark.menu-modal h3, .menu-dark.menu-modal h4, .menu-dark.menu-modal h5, .menu-dark.menu-modal h6 {
    color: #fff
}
.menu-dark.menu-modal .close-text {
    color: rgba(255, 255, 255, .3);
    font-size: 11px
}
.menu-light.menu-modal {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1)
}
.menu-light.menu-modal h1, .menu-light.menu-modal h2, .menu-light.menu-modal h3, .menu-light.menu-modal h4, .menu-light.menu-modal h5, .menu-light.menu-modal h6 {
    color: #000
}
.menu-light.menu-modal .close-text {
    color: rgba(0, 0, 0, .4);
    font-size: 11px
}
.menu-dark.menu-list {
    background-color: rgba(0, 0, 0, .9)!important
}
.menu-dark .menu-list-items a {
    color: #fff
}
.menu-dark .menu-list-socials a {
    color: #fff
}
.menu-dark span {
    color: rgba(255, 255, 255, .4)
}
.menu-light.menu-list {
    background-color: rgba(255, 255, 255, .9)!important
}
.menu-light .menu-list-items a {
    color: #000
}
.menu-light .menu-list-socials a {
    color: #000
}
.menu-light span {
    color: rgba(0, 0, 0, .5)
}
.menu-list-logo {
    margin: 0 auto
}
.menu-list span {
    text-align: center;
    display: block;
    font-size: 12px;
    margin: 5px 0 30px
}
.menu-list-items a {
    line-height: 55px;
    font-size: 22px;
    font-weight: 300;
    opacity: .6
}
.menu-list-items .active-item {
    opacity: 1!important;
    font-weight: 900!important
}
.menu-list-socials {
    width: 158px;
    margin: 40px auto 0
}
.menu-list-socials a {
    width: 50px;
    text-align: center;
    display: inline-block
}
.menu-dark.menu-fixed i {
    color: #fff
}
.menu-dark.menu-fixed a {
    color: #fff;
    border-left: solid 1px rgba(255, 255, 255, .06);
    border-right: solid 1px rgba(0, 0, 0, .25)
}
.menu-light.menu-fixed i {
    color: #1f1f1f
}
.menu-light.menu-fixed a {
    color: #1f1f1f;
    border-top: solid 1px rgba(0, 0, 0, .08);
    border-right: solid 1px rgba(0, 0, 0, .08)
}
.menu-fixed {
    transition: all 350ms ease;
    position: fixed;
    bottom: 0!important;
    left: 0;
    right: 0;
    background-color: #000;
    height: 60px;
    z-index: 91
}
.menu-fixed a i {
    display: block;
    text-align: center;
    padding-top: 14px;
    font-size: 15px
}
.menu-fixed * {
    box-sizing: border-box
}
.menu-fixed a {
    display: block;
    width: 100%;
    text-align: center
}
.menu-fixed a em {
    font-size: 9px;
    letter-spacing: .6px;
    text-transform: uppercase;
    font-style: normal;
    display: block;
    text-align: center
}
.mobile-ad-box {
    width: 320px;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -160px;
    z-index: 999;
    overflow: hidden;
    transition: all 500ms ease
}
.mobile-ad-dark {
    background-color: #242631
}
.mobile-ad-dark .mobile-ad-heading-1, .mobile-ad-dark .mobile-ad-heading-2 {
    color: #fff
}
.mobile-ad-dark .close-mobile-ad {
    color: #fff;
    background-color: rgba(255, 255, 255, .05)
}
.mobile-ad-light {
    background-color: #fff;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .2);
    border: solid 1px rgba(0, 0, 0, .1)
}
.mobile-ad-light .close-mobile-ad {
    color: #1f1f1f;
    background-color: rgba(0, 0, 0, .05)
}
.mobile-ad-heading-1 {
    padding-top: 6px;
    text-align: center;
    font-weight: 800
}
.mobile-ad-heading-2 {
    padding-top: 25px;
    text-align: center;
    font-weight: 800
}
.mobile-ad-small {
    height: 50px;
    transform: translateY(80px)
}
.mobile-ad-small .small-text {
    margin-top: -10px;
    font-size: 10px!important
}
.mobile-ad-large {
    height: 100px;
    transform: translateY(130px)
}
.mobile-ad-active {
    transform: translateY(0px);
    transition: all 500ms ease
}
.close-mobile-ad {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    text-align: center;
    margin-top: 0;
    line-height: 27px;
    color: #fff;
    font-size: 12px;
    background-color: rgba(255, 255, 255, .1);
    z-index: 25
}
.remove-header {
    transform: translateY(-60px)!important;
    transition: all 350ms ease!important
}
.menu-search .search-results {
    background-color: #f7f7f7;
    color: #1f1f1f;
    margin-top: 1px;
    max-height: 300px;
    overflow: scroll;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 5px 0 20px 1px rgba(0, 0, 0, .2)
}
.menu-search .search-results div {
    height: 50px;
    line-height: 50px
}
.menu-search .search-results * {
    color: #1f1f1f:
}
.menu-search .fa-search {
    height: 55px;
    width: 45px;
    line-height: 55px;
    text-align: center
}
.menu-search input {
    height: 55px;
    width: 100%;
    background-color: transparent;
    padding-left: 20px;
    color: #fff
}
.menu-search .fa-times {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    height: 55px;
    line-height: 55px;
    width: 50px;
    text-align: center;
    cursor: pointer
}
.search-header .search-results {
    margin-top: -18px
}
.accordion a {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #000
}
.dark-mode .accordion a {
    color: #fff!important
}
.accordion a i:last-child {
    position: absolute;
    right: -15px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    transition: all 350ms ease
}
.accordion a i:first-child {
    height: 100%;
    width: 40px;
    text-align: center;
    margin-left: -10px
}
.accordion-content {
    display: none;
    overflow: hidden
}
.accordion-style-2 a {
    padding: 0 10px 0 20px;
    height: 50px;
    line-height: 50px
}
.accordion-style-2 a i:last-child {
    right: 0;
    height: 50px;
    line-height: 50px
}
.accordion-style-2 .accordion-content {
    margin-top: 10px
}
.accordion-style-3 a {
    height: 80px;
    overflow: hidden;
    margin-bottom: 5px
}
.tab-item {
    display: none
}
.active-tab-button {
    background-color: #fff!important;
    color: #000!important;
    border-bottom: solid 1px #a0d468!important;
    transition: all 500ms ease;
    z-index: 9;
    font-weight: 900!important
}
.dark-mode .active-tab-button {
    background-color: rgba(255, 255, 255, .2)!important;
    color: #fff!important
}
.tab-titles a {
    display: inline-block;
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, .05);
    color: #666;
    margin-right: -4px;
    transition: all 500ms ease;
    border-top: solid 1px rgba(0, 0, 0, .1);
    border-left: solid 1px rgba(0, 0, 0, .1);
    border-bottom: solid 1px transparent;
    z-index: 8;
    font-size: 12px
}
.tab-titles a:last-child {
    border-right: solid 1px rgba(0, 0, 0, .1)
}
.tab-content {
    margin-top: -1px;
    padding: 15px;
    border: solid 1px rgba(0, 0, 0, .1)
}
.tab-pill-titles {
    display: table;
    width: 100%;
    margin-bottom: 20px
}
.tab-pill-titles a {
    color: #1f1f1f;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-left: solid 1px rgba(0, 0, 0, .1);
    border-top: solid 1px rgba(0, 0, 0, .1);
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    height: 36px;
    transition: all 250ms ease
}
.active-tab-pill-button {
    color: #fff!important
}
.tab-pill-titles a:last-child {
    border-right: solid 1px rgba(0, 0, 0, .1);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px
}
.tab-pill-titles a:first-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px
}
.dark-mode .tab-titles a {
    background-color: rgba(255, 255, 255, .05);
    color: #fff
}
.dark-mode .tab-content {
    background-color: rgba(255, 255, 255, .05)
}
.dark-mode .tab-pill-titles a {
    background-color: rgba(255, 255, 255, .05);
    color: #fff
}
.read-more-box {
    display: none
}
.toggle {
    clear: both
}
.toggle .toggle-content {
    display: none
}
.toggle-trigger {
    float: right;
    margin-bottom: 15px
}
.dark-mode .toggle-trigger i {
    color: #fff
}
.toggle-title {
    float: left;
    cursor: pointer;
    line-height: 30px;
    width: 100%;
    position: absolute;
    font-size: 14px
}
.toggle-subtitle {
    padding-top: 20px;
    position: absolute
}
.toggle-content {
    clear: both
}
.toggle-trigger:after {
    content: "";
    display: table;
    clear: both
}
.toggle .bg-white {
    border: solid 1px rgba(0, 0, 0, .2);
    background-color: #f6f6f6!important
}
.toggle span {
    border: solid 1px rgba(0, 0, 0, .2)!important
}
.toggle-1 * {
    transition: all 200ms ease;
    overflow: hidden
}
.toggle-1 i, .toggle-1 span {
    position: absolute
}
.toggle-1 i {
    padding: 0 8px;
    font-size: 10px
}
.toggle-active .toggle-1 i:last-child {
    opacity: 0!important
}
.toggle-active .toggle-1 span {
    transform: translateX(24px)!important
}
.toggle-1, .toggle-1 i, .toggle-1 span {
    width: 50px;
    height: 27px;
    border-radius: 26px;
    line-height: 26px;
    border: solid 1px transparent
}
.toggle-1 span {
    width: 27px;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, .2);
    z-index: 1;
    margin-top: 0;
    left: -1px
}
.toggle-2 * {
    transition: all 200ms ease;
    overflow: hidden
}
.toggle-2 i, .toggle-2 span {
    position: absolute
}
.toggle-2 i {
    padding: 0 10px;
    font-size: 12px
}
.toggle-active .toggle-2 i:last-child {
    opacity: 0!important
}
.toggle-active .toggle-2 span {
    transform: translateX(23px)!important
}
.toggle-2, .toggle-2 i, .toggle-2 span {
    width: 50px;
    height: 27px;
    border-radius: 26px;
    line-height: 29px;
    border: solid 1px transparent
}
.toggle-2 span {
    width: 23px;
    height: 23px;
    background-color: #fff;
    border: solid 1px transparent;
    z-index: 1;
    margin-top: 2px;
    left: 2px
}
.toggle-2 .toggle-icon-2 {
    padding-left: 31px;
    font-size: 9px;
    line-height: 26px
}
.toggle-2 .toggle-icon-1 {
    padding-right: 33px;
    font-size: 9px;
    line-height: 26px
}
.toggle-3 {
    margin-bottom: 20px;
    margin-top: 5px
}
.toggle-3 * {
    transition: all 200ms ease
}
.toggle-3 i, .toggle-3 span {
    position: absolute
}
.toggle-3 i {
    padding: 0 13px
}
.toggle-active .toggle-3 i:last-child {
    opacity: 0!important
}
.toggle-active .toggle-3 span {
    transform: translateX(30px)!important
}
.toggle-3, .toggle-3 i {
    width: 50px;
    height: 15px;
    border-radius: 15px;
    line-height: 13px;
    font-size: 10px;
    border: solid 1px transparent
}
.toggle-3 span {
    width: 22px;
    height: 22px;
    border-radius: 27px;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, .15);
    z-index: 1;
    margin-top: -4px;
    left: -1px
}
.toggle-4 * {
    transition: all 200ms ease
}
.toggle-4 i, .toggle-4 span {
    position: absolute
}
.toggle-4 i {
    padding: 0 8px
}
.toggle-active .toggle-4 i:last-child {
    opacity: 0
}
.toggle-active .toggle-4 span {
    transform: translateX(25px)
}
.toggle-4, .toggle-4 i {
    width: 50px;
    height: 25px;
    line-height: 23px;
    font-size: 10px;
    border: solid 1px transparent;
    border-radius: 3px
}
.toggle-4 span {
    border-radius: 3px;
    width: 21px;
    height: 21px;
    background-color: #fff;
    z-index: 1;
    left: 2px;
    margin-top: 2px
}
.toggle-5 {
    margin-top: 5px;
    margin-bottom: 20px
}
.toggle-5 * {
    transition: all 200ms ease
}
.toggle-5 i, .toggle-5 span {
    position: absolute
}
.toggle-5 i {
    padding: 0 13px
}
.toggle-active .toggle-5 i:last-child {
    opacity: 0!important
}
.toggle-active .toggle-5 span {
    transform: translateX(25px)!important
}
.toggle-5, .toggle-5 i {
    width: 50px;
    height: 20px;
    border-radius: 20px;
    line-height: 18px;
    font-size: 10px;
    border: solid 1px transparent
}
.toggle-5 span {
    width: 10px;
    height: 30px;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, .2);
    z-index: 1;
    margin-top: -5px;
    left: 10px;
    border-radius: 3px
}
.toggle-classic * {
    transition: all 250ms ease;
    overflow: hidden
}
.toggle-classic {
    width: 50px;
    height: 25px
}
.toggle-classic i {
    position: absolute;
    right: 0;
    width: 20px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #1f1f1f
}
.toggle-classic .fa-plus {
    font-size: 12px
}
.toggle-classic .fa-chevron-down {
    font-size: 10px
}
.toggle-classic .fa-circle {
    font-size: 8px;
    color: red
}
.toggle-active .toggle-classic .fa-plus {
    transform: rotate(45deg)!important;
    color: red
}
.toggle-active .toggle-classic .fa-chevron-down {
    transform: rotate(180deg)!important;
    color: red
}
.toggle-active .toggle-classic .fa-circle {
    transform: scale(1.6, 1.6)!important;
    color: #32cd32
}
.faq-question {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0 15px 50px
}
.faq-question i {
    position: absolute;
    width: 20px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    left: 13px;
    top: 0;
    bottom: 0;
    font-size: 10px;
    transition: all 250ms ease
}
.faq {
    border: solid 1px rgba(0, 0, 0, .1);
    border-bottom: none;
    margin-bottom: -1px
}
.dark-mode .faq {
    border: solid 1px rgba(255, 255, 255, .03)
}
.faq p {
    margin-bottom: 0;
    padding: 0 15px 20px
}
.faq-answer {
    display: none
}
.faq-question .rotate-45, .faq-question .rotate-180 {
    color: #bf263c
}
.snackbar {
    position: fixed;
    bottom: 0;
    z-index: 19
}
.notification-bar {
    top: 100px
}
.snackbar p {
    margin-top: 0;
    margin-bottom: 0;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 12px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    border-radius: 5px;
    transition: all 350ms cubic-bezier(.1, .2, .1, 1);
    background-color: #242631;
    transform: translateY(50px);
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, .15)
}
.snackbar-boxed {
    left: 10px;
    right: 10px
}
.snackbar-full {
    left: 0;
    right: 0;
    margin-right: 0
}
.snackbar-full p {
    border-radius: 0;
    margin-right: 0
}
.snackbar-full .active-snack {
    margin-bottom: 0!important;
    transform: translateY(0px)!important
}
.snackbar .bg-white {
    border: solid 1px rgba(0, 0, 0, .15)
}
.snackbar .bg-white a {
    color: red!important
}
.snackbar i {
    width: 35px
}
.active-snack {
    opacity: 1!important;
    height: 50px!important;
    transform: translateY(-10px)!important;
    margin-bottom: 15px!important;
    transition: all 350ms cubic-bezier(.1, .2, .1, 1)
}
.snackbar a {
    color: #fff;
    position: absolute;
    right: 0;
    width: 50px;
    top: 0;
    text-align: center;
    font-size: 10px
}
.notification-bar {
    position: fixed;
    transform: translateY(-100px);
    z-index: 9;
    left: 0;
    right: 0;
    top: 55px;
    height: 100px;
    transition: all 350ms cubic-bezier(.1, .2, .1, 1)
}
.toggle-notification-bar {
    transform: translateY(0px)
}
.toast {
    position: fixed;
    z-index: 99;
    left: 50%;
    text-align: center;
    background-color: rgba(0, 0, 0, .85);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 20px;
    border-radius: 30px;
    pointer-events: none;
    margin-bottom: 0;
    opacity: 0;
    transition: all 350ms ease
}
.toast-top {
    top: 80px
}
.toast-bottom {
    bottom: 30px
}
.toast i {
    width: 30px;
    text-align: center
}
.toast-small {
    width: 170px!important;
    margin-left: -85px!important
}
.toast-large {
    width: 250px;
    margin-left: -125px
}
.show-toast {
    opacity: 1!important;
    transition: all 350ms ease
}
.notification-green {
    background-color: #8fbf5b
}
.notification-blue {
    background-color: #2a87c4
}
.notification-red {
    background-color: #e05967
}
.notification-rounded {
    border-radius: 5px
}
.notification-round {
    border-radius: 250px
}
.notification-icon-transparent .notification-icon {
    background-color: transparent!important;
    padding-left: 0
}
.notification-icon-transparent p {
    margin-left: -10px!important
}
.notification-has-icon {
    padding: 15px 40px 15px 80px!important;
    padding-left: 80px!important
}
.notification-has-icon div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    background-color: rgba(0, 0, 0, .05)
}
.notification-has-icon .notification-icon i {
    position: absolute;
    width: 60px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff
}
.notification-large {
    padding: 20px 15px 15px;
    margin: 0 0 30px
}
.notification-large h1 {
    font-size: 16px;
    color: #fff
}
.notification-large p {
    opacity: .7;
    color: #fff;
    margin-bottom: 0
}
.close-notification {
    position: absolute;
    height: 50px;
    width: 55px;
    line-height: 43px;
    text-align: center;
    top: 4px;
    right: 0;
    color: #fff;
    opacity: .3
}
.notification-small {
    padding: 15px 20px 10px 15px;
    margin: 0 0 30px
}
.notification-small p {
    font-size: 13px;
    color: #fff;
    margin: 0;
    margin-top: -4px
}
.notification-small.notification-has-icon {
    height: 50px;
    padding-left: 65px!important
}
.notification-small.notification-has-icon .notification-icon {
    height: 50px;
    width: 50px
}
.notification-small.notification-has-icon i {
    font-size: 14px!important
}
.reading-bar {
    left: 0;
    width: 100%;
    height: 5px;
    margin-bottom: 0;
    position: fixed;
    z-index: 998;
    bottom: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .2)
}
.reading-line {
    width: 0;
    float: left;
    height: 100%;
    z-index: 99;
    max-width: 100%;
    background-color: #4fc1e9;
    -webkit-transition: width 150ms ease
}
.pagination-round a {
    border-radius: 35px
}
.pagination {
    width: 100%;
    text-align: center;
    margin: 0 0 30px
}
.pagination a {
    color: #1f1f1f;
    font-size: 11px;
    display: inline-block;
    width: 35px;
    line-height: 33px;
    height: 35px;
    margin: 0 5px 5px 0;
    border: 1px solid rgba(0, 0, 0, .06)
}
.dark-mode .pagination a {
    color: #fff
}
.progress-bar-wrapper {
    display: block;
    overflow: hidden
}
.progress-bar-wrapper em {
    position: absolute;
    left: 0;
    right: 0;
    font-style: normal;
    display: block;
    padding: 0 15px;
    animation: pbar 1000ms 1
}
@keyframes pbar {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.progress-bar {
    width: 0;
    position: absolute;
    border-left: solid 0 #fff;
    border-right: solid 0 #fff;
    transition: width 500ms ease
}
.gallery-filter-all {
    float: left!important;
    padding-left: 0!important
}
.gallery-filter-controls {
    padding: 0;
    border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.dark-mode .gallery-filter-controls {
    border-bottom: solid 1px rgba(255, 255, 255, .1)
}
.gallery-filter-controls li {
    list-style: none;
    cursor: pointer;
    float: right;
    padding-left: 15px;
    font-size: 13px;
    transition: all 350ms ease
}
.gallery-filter-controls li:first-child {
    padding-right: 30px;
    font-weight: 800
}
.gallery-filter-controls {
    width: 100%
}
.gallery-filter-active {
    color: #4a89dc
}
.gallery-filter {
    transition: height 350ms ease;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 30px
}
.gallery-filter a {
    width: 33.3%;
    padding: 5px;
    display: block;
    transition: height 350ms ease
}
.gallery-filter a img {
    display: block;
    width: 100%
}
.gallery-thumbs {
    margin-bottom: 20px
}
.gallery-thumbs:after, .gallery-filter-controls, .gallery-collection:after, .gallery-insta-controls:after {
    content: "";
    display: table;
    clear: both
}
.gallery-thumbs span {
    color: #666;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 12px
}
.gallery-wide a {
    position: relative
}
.gallery-wide strong {
    position: absolute;
    bottom: 20px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    z-index: 10;
    color: #fff;
    font-size: 16px;
    font-weight: 500
}
.gallery-wide em {
    position: absolute;
    bottom: 10px;
    z-index: 10;
    color: #a3a3a3;
    padding: 0 15px;
    font-style: normal;
    font-size: 12px
}
.gallery-wide img {
    margin-bottom: 0
}
.gallery-thumbs .polaroid-effect {
    padding: 4px
}
.gallery-thumbs a {
    float: left
}
.gallery-thumbs a img {
    margin-bottom: 0
}
.gallery-round a img {
    border-radius: 100%;
    overflow: hidden
}
@media(min-width:340px) {
    .gallery-thumbs a {
        width: 31.33333333%;
        margin-bottom: 4%
    }
    .gallery-thumbs a:nth-child(3n+2) {
        margin-left: 3%;
        margin-right: 3%
    }
}
@media(max-width:340px) {
    .gallery-filter a {
        width: 50%
    }
    .gallery-thumbs a {
        width: 47%!important;
        margin-bottom: 6%
    }
    .gallery-thumbs a:nth-child(odd) {
        margin-right: 6%
    }
}
.gallery-collection a {
    width: 48%;
    float: left
}
.gallery-collection a:nth-child(2n+2) {
    margin-left: 4%;
    margin-bottom: 4%
}
.gallery-collection a img {
    width: 50%;
    float: left;
    padding: 1px
}
.gallery-collection i {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin-top: -25px;
    margin-left: -25px;
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
    font-size: 17px;
    color: #1f1f1f
}
.full-page {
    position: absolute
}
.full-page-content {
    position: absolute
}
.full-page-clear {
    position: relative
}
.box {
    padding: 30px;
    margin: 30px 25px;
    border: solid 1px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .05);
    border-radius: 5px
}
#page-404, #page-maintenance {
    margin: 120px auto;
    max-width: 300px
}
@keyframes glow-red {
    0% {
        color: #000
    }
    50% {
        color: #ed5565
    }
    0% {
        color: #000
    }
}
@keyframes glow-reds {
    0% {
        color: #fff
    }
    50% {
        color: #ed5565
    }
    0% {
        color: #fff
    }
}
#page-404 h1 {
    font-size: 90px;
    font-weight: 900;
    padding-bottom: 30px;
    animation: glow-red 4s;
    animation-iteration-count: infinite;
    color: #000!important
}
#page-404 h1.color-white {
    font-size: 90px;
    font-weight: 900;
    padding-bottom: 30px;
    animation: glow-reds 4s;
    animation-iteration-count: infinite
}
#page-countdown {
    width: 290px;
    margin: 30px auto 90px
}
.countdown .countdown-hours, .countdown .countdown-minutes, .countdown .countdown-years, .countdown .countdown-seconds, .countdown .countdown-days {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 30px;
    font-weight: 900
}
.countdown em {
    font-size: 11px;
    font-style: normal;
    display: block;
    font-weight: 300;
    color: #9d9d9d;
    margin-top: -5px
}
#page-countdown h1 {
    font-size: 32px;
    font-weight: 900
}
#page-countdown h2 {
    font-size: 14px;
    font-weight: 900
}
.dark-mode .countdown div {
    color: #fff
}
.page-login {
    overflow: hidden;
    min-width: 270px;
    max-width: 300px;
    margin: 0 auto 30px
}
.page-login .login-bg {
    width: 116%;
    left: 0;
    right: 0;
    top: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: -20px
}
.page-login .login-image {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    position: absolute;
    margin-top: -50px;
    right: 20px;
    border: solid 1px rgba(0, 0, 0, .1)
}
.page-login .page-login-field {
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px
}
.page-login .page-login-field i {
    position: absolute;
    z-index: 2;
    height: 45px;
    line-height: 45px;
    width: 20px;
    text-align: center
}
.page-login .page-login-field em {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0;
    font-size: 10px;
    color: #cacaca;
    transition: all 250ms ease
}
.page-login .page-login-field input:focus~em {
    color: #000;
    opacity: 0
}
.page-login .page-login-field input {
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    background-color: transparent;
    display: block;
    width: 100%;
    padding-left: 30px
}
.page-login .page-login-field input::placeholder {
    color: #aaa
}
.page-login .page-login-links a {
    font-size: 10px;
    color: #aaa
}
.page-login .forgot i {
    padding-left: 5px;
    display: none
}
.page-login .create i {
    padding-right: 10px;
    display: none
}
#page-vcard {
    padding-top: 20px
}
.vcard-header img {
    width: 103px;
    margin: 0 auto 30px;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, .1);
    position: absolute;
    left: 0
}
.vcard-header {
    padding-left: 130px
}
.vcard-title {
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase
}
.vcard-field {
    padding-top: 5px;
    border-bottom: solid 1px rgba(0, 0, 0, .05)
}
.vcard-field strong {
    color: #ababab;
    font-weight: 400;
    font-size: 10px
}
.vcard-field i {
    position: absolute;
    top: 35px;
    width: 15px;
    text-align: center;
    right: 0;
    opacity: .3
}
.vcard-field a {
    color: #1f1f1f;
    font-weight: 400;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 10px
}
.timeline-cover {
    height: 300px;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    background-position: center center;
    background-size: cover
}
.timeline-cover .overlay {
    opacity: .8
}
.timeline-cover .content {
    z-index: 10
}
.timeline-body {
    margin-top: 240px;
    padding-top: 15px;
    z-index: 2;
    background-color: #f2f1f6;
    margin-bottom: -30px;
    padding-bottom: 10px
}
.dark-mode .timeline-body {
    background-color: #16191c!important
}
.timeline-header {
    height: 55px;
    border-bottom: solid 1px rgba(255, 255, 255, .5)
}
.timeline-header .back-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    z-index: 11
}
.timeline-header .menu-icon {
    position: absolute;
    top: 2px;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    z-index: 11
}
.timeline-header .menu-icon em {
    background-color: #fff
}
.timeline-logo {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    width: 100%
}
.timeline-cover .timeline-heading {
    margin-top: 170px;
    padding-left: 65px
}
.timeline-cover .timeline-sub-heading {
    padding-left: 65px
}
.timeline-cover .timeline-image {
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
    border-radius: 50px;
    position: absolute;
    bottom: -1px
}
.timeline-deco {
    background-color: rgba(0, 0, 0, .08);
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 43px;
    width: 1px
}
.dark-mode .timeline-deco {
    background-color: rgba(255, 255, 255, .09)
}
.timeline-item-content, .timeline-item-content-full {
    border: solid 1px rgba(0, 0, 0, .1);
    background-color: #fff;
    margin: 0 15px 30px 90px;
    padding: 20px 15px;
    border-radius: 5px
}
.timeline-item-content-full {
    padding: 0
}
.timeline-item-content-full h5 {
    padding: 5px 15px 15px
}
.timeline-item i {
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    left: 21px;
    top: 25px;
    font-size: 18px;
    text-align: center
}
.timeline-cover-center .timeline-sub-heading, .timeline-cover-center .timeline-heading {
    padding-left: 0;
    text-align: center
}
.timeline-cover-center .timeline-image {
    top: 50%;
    bottom: auto;
    margin-top: -170px;
    left: 50%;
    margin-left: -60px;
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    border-radius: 100px
}
.timeline-body-center i {
    width: 60px;
    height: 60px;
    left: 50%;
    line-height: 60px;
    margin-left: -31px;
    margin-top: -115px
}
.timeline-body-center .timeline-deco {
    left: 50%;
    margin-left: -1px
}
.timeline-body-center .timeline-item-content, .timeline-body-center .timeline-item-content-full {
    margin: 120px 20px 20px!important;
    padding: 20px
}
.profile-1 .profile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.profile-1-back {
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 2;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #1f1f1f;
    z-index: 2
}
.profile-1-menu {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 2;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #1f1f1f;
    z-index: 2
}
.profile-logo {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1
}
.profile-header-clear {
    height: 450px;
    pointer-events: none
}
.profile-1 .profile-body {
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
    border: solid 1px rgba(0, 0, 0, .1);
    display: block;
    margin: 0 20px;
    padding: 0 20px;
    z-index: 10
}
.profile-1 .profile-button {
    margin-top: -22px;
    letter-spacing: 1.1px
}
.profile-1 .profile-heading {
    font-size: 28px;
    text-align: center;
    font-weight: 100;
    margin-top: 25px;
    letter-spacing: 1.1px
}
.profile-1 .profile-sub-heading {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    margin-top: 0;
    color: #9d9d9d
}
.profile-1 .profile-stats {
    margin: 20px 30px 30px 20px
}
.profile-1 .profile-content {
    margin: 0 20px 30px 10px
}
.profile-1 .profile-stats a {
    width: 33.3%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #1f1f1f
}
.profile-1 .profile-stats a i {
    font-size: 15px;
    padding-right: 15px
}
.profile-gallery a {
    width: 29%;
    margin: 0 2%;
    float: left
}
.profile-2 .profile-image {
    width: 170px;
    border-radius: 170px;
    margin: 20px auto 30px;
    border: solid 5px #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2)
}
.profile-2 .profile-heading {
    text-align: center;
    font-size: 34px;
    font-weight: 600
}
.profile-2 .profile-stats {
    width: 300px;
    margin: 0 auto
}
.profile-2 .profile-sub-heading {
    text-align: center;
    font-size: 13px;
    color: #666;
    font-weight: 400;
    margin-top: -5px;
    letter-spacing: 1.1px
}
.profile-2 .profile-stats a {
    width: 33.3%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #1f1f1f;
    margin: 20px 0;
    font-weight: 500
}
.dark-mode .profile-2 .profile-stats a {
    color: #fff
}
.profile-2 .profile-stats a i {
    display: block;
    text-align: center;
    font-size: 15px;
    width: 45px;
    height: 45px;
    line-height: 44px;
    border-radius: 45px;
    margin: 0 auto 10px
}
.profile-2 .profile-stats a em {
    display: block;
    font-size: 11px;
    font-style: normal;
    color: #666;
    margin-top: -10px;
    font-weight: 400
}
.system-box {
    border: solid 1px rgba(0, 0, 0, .1);
    margin-bottom: -1px;
    padding: 10px 15px
}
.system-box strong {
    height: 40px;
    line-height: 40px;
    font-size: 14px
}
.system-box em {
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    font-style: normal;
    padding-right: 35px;
    font-size: 12px
}
.system-box i {
    position: absolute;
    font-size: 8px;
    height: 40px;
    width: 10px;
    top: 0;
    line-height: 40px;
    right: 15px
}
.team-member img {
    width: 180px;
    margin: 0 auto 20px
}
.team-gallery a {
    width: 29%;
    margin: 0 2%;
    float: left
}
.team-member-image i {
    font-size: 12px;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: 50px;
    text-align: center;
    line-height: 32px;
    bottom: 9px;
    background-color: rgba(0, 0, 0, .1)
}
.calendar {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    max-width: 90%;
    margin: 0 auto 30px
}
.cal-title, .cal-sub-title {
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
    padding: 0 15px
}
.cal-title-right {
    float: right;
    margin-top: -60px;
    line-height: 60px;
    height: 60px;
    padding-right: 20px
}
.cal-title-left {
    float: left;
    margin-top: -60px;
    line-height: 60px;
    height: 60px;
    padding-left: 20px
}
.cal-days {
    margin-bottom: 10px
}
.cal-days a {
    width: 14.2857142857%;
    float: left;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-weight: 800
}
.cal-disabled {
    color: #cacaca!important
}
.cal-selected span {
    z-index: 2;
    position: relative;
    color: #fff
}
.cal-selected i {
    color: #000;
    z-index: 0;
    opacity: 1;
    font-size: 32px;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    text-align: center;
    line-height: 32px
}
.cal-dates a {
    width: 14.2857142857%;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-weight: 500
}
.cal-dates-border a {
    overflow: hidden;
    border-right: solid 1px rgba(0, 0, 0, .05);
    border-bottom: solid 1px rgba(0, 0, 0, .05)
}
.cal-schedule {
    min-height: 80px;
    border-bottom: solid 1px rgba(0, 0, 0, .055)
}
.cal-schedule em {
    line-height: 20px;
    padding: 20px 0 0 20px;
    position: absolute;
    font-size: 11px;
    font-style: normal
}
.cal-schedule strong {
    display: block;
    padding: 17px 0 0 100px;
    font-size: 14px
}
.cal-schedule span {
    display: block;
    font-size: 10px;
    color: #a2a2a2;
    margin-top: -10px
}
.cal-schedule span i {
    width: 50px;
    display: inline-block;
    text-align: center;
    padding: 0 20px 0 102px
}
.cal-message i {
    position: absolute;
    height: 40px;
    line-height: 43px;
    font-size: 27px;
    right: 20px
}
.cal-message {
    display: block
}
.cal-message strong {
    display: block;
    line-height: 20px;
    font-weight: 400;
    font-size: 11px;
    padding-left: 20px
}
.speech-left {
    max-width: 240px;
    float: right
}
.speech-right {
    max-width: 240px;
    float: left
}
.speach-image {
    padding: 0!important
}
.speach-image img {
    margin: 0
}
.speech-last {
    margin-bottom: 0!important
}
.speech-bubble {
    position: relative;
    border-radius: 17px;
    padding: 10px 15px;
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 13px;
    background-color: #e5e5ea;
    overflow: hidden
}
.speech-bubble:after {
    content: '';
    display: block;
    clear: both
}
.speech-read {
    font-size: 10px;
    font-style: normal;
    display: block;
    text-align: right;
    font-weight: 500;
    color: #9d9d9d
}
.cover-back-buton {
    left: 0
}
.cover-home-button {
    right: 0
}
.cover-back-button, .cover-home-button {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 12!important
}
.cover-tag {
    font-size: 11px;
    padding: 3px 12px;
    font-weight: 700;
    line-height: 15px
}
.cover-small-text {
    font-size: 11px;
    color: #fff;
    display: block
}
.cover-walkthrough-slider .cover-content-bottom {
    bottom: -30px!important
}
.cover-slider .owl-dots, .cover-walkthrough-slider .owl-dots {
    margin-top: -30px;
    height: 30px
}
.cover-item {
    background-size: cover;
    background-position: center center
}
.cover-content {
    z-index: 5!important;
    position: absolute
}
.cover-overlay {
    z-index: 3!important;
    position: absolute
}
.content-boxed .cover-content-center {
    padding: 0 15px
}
.cover-content-center {
    position: absolute;
    width: 500px;
    top: 50%;
    left: 50%;
    z-index: 10
}
.cover-infinite-background {
    position: fixed;
    top: 0;
    left: -30px;
    bottom: 0;
    right: -20px;
    z-index: 2!important;
    height: 100%;
    background-size: 90%;
    background-image: url(../images/infinite_bg.png);
    animation: 90s scroll infinite linear
}
@keyframes scroll {
    100% {
        background-position: 2000px 2000px
    }
}
@media(max-width:350px) {
    .cover-content-center {
        width: 300px
    }
}
@media(min-width:350px) and (max-width:500px) {
    .cover-content-center {
        width: 320px
    }
}
.cover-content-center-full {
    left: 0!important;
    margin-left: 0!important;
    padding: 0 20px
}
.cover-content-bottom {
    position: absolute;
    padding: 0 20px 30px;
    bottom: 30px;
    left: 0;
    right: 0
}
.cover-content-center p {
    line-height: 24px
}
.cover-content-bottom p {
    line-height: 28px
}
.cover-item .cover-icon {
    width: 158px!important;
    margin: 0 auto 30px
}
.cover-slider .overlay-gradient {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 1) 100%)
}
.walkthrough-buttons .owl-dot.active {
    background-color: #5d9cec
}
.walkthrough-buttons .owl-dots {
    top: -10px
}
.walkthrough-buttons .next-slide-custom, .walkthrough-buttons .prev-slide-custom, .walkthrough-buttons .skip-slide-custom {
    position: absolute;
    bottom: 0;
    width: 60px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    z-index: 9;
    color: #888;
    font-size: 12px
}
.walkthrough-buttons .next-slide-custom {
    right: 0!important
}
.walkthrough-buttons .skip-slide-custom {
    left: 0!important
}
.walkthrough-buttons .prev-slide-custom {
    left: 0!important
}
.walkthrough-has-button .owl-dot, .walkthrough-has-button .next-slide-custom, .walkthrough-has-button .prev-slide-custom, .walkthrough-has-button .skip-slide-custom {
    bottom: 60px
}
.walkthrough-has-button .get-started-custom {
    position: absolute;
    top: 100%;
    margin-top: -60px;
    z-index: 99999;
    left: 20px;
    right: 10px;
    width: auto!important
}
.map-full .cover-content, .map-full .cover-overlay {
    transition: all 350ms ease
}
.hide-map {
    position: absolute;
    margin-top: -60px;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    opacity: 0
}
.activate-map {
    opacity: 1;
    transition: all 250ms ease;
    transition: all 350ms ease
}
.deactivate-map {
    opacity: 0;
    pointer-events: none;
    transition: all 350ms ease
}
.menu-cart-item {
    margin: 20px 0 0;
    min-height: 100px
}
.menu-cart-item img {
    width: 70px;
    position: absolute
}
.menu-cart-item a i {
    padding-right: 5px
}
.menu-cart-total * {
    line-height: 24px;
    margin-bottom: 0
}
.menu-cart-item strong {
    position: absolute;
    padding-left: 90px;
    margin-top: -5px;
    font-size: 15px;
    display: block
}
.menu-cart-item span {
    padding: 20px 70px 0 90px;
    font-size: 10px;
    line-height: 15px;
    display: block;
    font-style: normal;
    color: #6a6a6a
}
.menu-cart-item em {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    text-align: right;
    font-style: normal;
    padding-top: 2px
}
.menu-cart-item em del {
    display: block;
    font-size: 10px;
    margin-top: -10px
}
.menu-cart-item a {
    padding-left: 90px;
    height: 40px;
    line-height: 30px;
    font-size: 10px
}
.menu-dark .menu-cart-item strong {
    color: #fff
}
.menu-dark .menu-cart-item em {
    color: #fff
}
.store-slide-1 .store-slide-image {
    margin: 20px auto 30px
}
.store-slide-1 .store-slide-button {
    margin: 20px 30px
}
.store-slide-1 .store-slide-price {
    margin: 0 30px
}
.store-slide-1 .store-slide-price a i {
    padding-right: 10px
}
@media(max-width:400px) {
    .store-slide-1 .store-slide-image {
        max-width: 55%
    }
}
@media(min-width:400px) {
    .store-slide-1 .store-slide-image {
        max-width: 70%
    }
}
.store-slide-1 .store-slide-rating {
    width: 130px;
    margin: -10px auto 20px
}
.store-slide-1 .store-slide-rating i {
    color: #f6bb42;
    font-size: 15px;
    margin: 0 3px
}
.store-slide-1 .store-slide-price a {
    width: 60%;
    float: right;
    text-align: right;
    color: #1f1f1f;
    padding-top: 0;
    font-size: 14px
}
.store-slide-1 .store-slide-price strong {
    width: 40%;
    float: left;
    text-align: left;
    font-size: 20px;
    font-weight: 500
}
.dark-mode .store-slide-1 .store-slide-price strong {
    color: #fff
}
.dark-mode .store-slide-1 .store-slide-price a {
    color: #fff
}
.store-slide-1 .store-slide-price strong del {
    color: #cacaca;
    font-size: 11px;
    margin-top: -10px;
    margin-bottom: -10px;
    display: block
}
.store-slide-1 .store-slide-price em {
    text-align: right;
    display: block;
    font-size: 10px;
    margin-top: -12px
}
.store-slide-2 {
    min-height: 100px;
    padding: 20px!important
}
.store-slide-2 .store-slide-button {
    padding: 10px 0 0 90px
}
.store-slide-2 .store-slide-button a i {
    padding-right: 10px
}
.store-slide-2 .store-slide-image {
    position: absolute;
    width: 80px!important;
    left: 10px!important;
    top: 30px
}
.store-slide-2 .store-slide-image img {
    width: 80px
}
.store-slide-2 .store-slide-image strong {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #1f1f1f;
    font-size: 14px
}
.store-slide-2 .store-slide-title strong {
    display: block;
    padding-left: 90px;
    font-size: 16px;
    line-height: 20px
}
.dark-mode .store-slide-2 .store-slide-title strong {
    color: #fff
}
.dark-mode .store-slide-2 .store-slide-button strong {
    color: #fff
}
.store-slide-2 .store-slide-title em {
    font-size: 12px;
    padding-left: 90px;
    display: block;
    margin-top: 5px;
    line-height: 22px
}
.store-slide-2 .store-slide-button strong {
    font-size: 14px
}
.store-slide-2 .store-slide-button strong del {
    position: absolute;
    margin-top: -14px;
    text-decoration: none;
    font-weight: 400
}
.store-slide-2 .store-slide-button a {
    padding-left: 10px;
    height: 35px;
    min-width: 35px;
    font-size: 12px;
    color: #8b8b8b;
    float: right
}
.store-ball {
    font-size: 8px;
    position: absolute;
    width: 13px;
    height: 13px;
    line-height: 13px;
    border-radius: 13px;
    top: 12px;
    right: 7px
}
.store-featured-1 {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px
}
.store-featured-1 a {
    max-width: 100px;
    margin: 0 auto
}
.store-featured-1 img {
    max-width: 100px
}
.dark-mode .store-featured-1 strong {
    color: #fff
}
.store-featured-1 strong {
    display: block;
    padding-top: 5px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    text-align: center
}
.dark-mode .store-featured-1 u {
    color: #fff
}
.store-featured-1 u {
    display: block;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
    text-align: center
}
.store-featured-1 span {
    display: block;
    font-size: 10px;
    margin-top: -10px;
    text-align: center
}
.store-featured-1 em {
    display: block;
    font-size: 11px;
    line-height: 20px;
    color: #6b6b6b;
    font-style: normal;
    padding: 5px 0 10px;
    text-align: center
}
.store-featured-1-buttons {
    width: 100px!important;
    margin: 0 auto
}
.store-featured-1-buttons a {
    width: 40px;
    float: left;
    height: 40px;
    text-align: center;
    margin: 10px 5px 0;
    line-height: 40px;
    border-radius: 10px;
    border: solid 1px rgba(0, 0, 0, .1)
}
.dark-mode .store-featured-1-buttons a {
    border: solid 1px rgba(255, 255, 255, .1)!important
}
.store-categories a:nth-child(3n+2) {
    border-bottom: none
}
.store-categories a:nth-child(3n+1) {
    border-bottom: none;
    border-left: none;
    border-right: none
}
.store-categories a:nth-child(3n+3) {
    border-bottom: none;
    border-right: none;
    border-left: none
}
.store-categories a {
    width: 33.33333%;
    float: left;
    height: 100px;
    border: solid 1px rgba(0, 0, 0, .1);
    color: #1f1f1f
}
.dark-mode .store-categories a {
    border: solid 1px rgba(255, 255, 255, .1)
}
.store-categories a i {
    position: absolute;
    text-align: center;
    width: 100%;
    line-height: 70px
}
.store-categories a em {
    display: block;
    text-align: center;
    line-height: 130px;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase
}
.dark-mode .store-categories em {
    color: #fff
}
.store-links a {
    height: 40px;
    line-height: 40px;
    float: left;
    width: 50%;
    color: #818181
}
.store-links a i {
    width: 30px;
    text-align: center;
    color: #1f1f1f
}
.dark-mode .store-links a i {
    color: #fff
}
.cover-store a {
    height: 40px;
    line-height: 40px;
    padding-top: 20px;
    margin-bottom: 20px
}
.cover-store a i {
    height: 40px;
    width: 70px;
    line-height: 40px
}
.cover-store a:first-child {
    color: #fff;
    font-weight: 600;
    float: left;
    padding-right: 20px;
    width: 150px
}
.cover-store a:nth-child(2), .cover-store a:nth-child(3) {
    float: left;
    text-align: center
}
.cover-store em {
    position: absolute;
    right: 0;
    color: #fff;
    bottom: 0;
    height: 0;
    line-height: 0;
    font-size: 20px;
    font-weight: 300;
    font-style: normal
}
.store-category-slider {
    padding: 0 10px
}
.store-category-slider a {
    border-radius: 10px;
    overflow: hidden
}
.store-category-slider a strong {
    position: absolute;
    color: #fff;
    z-index: 10;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    width: 100%;
    line-height: 22px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase
}
.store-product-button-fixed {
    position: fixed;
    bottom: 0;
    z-index: 2;
    bottom: -12px;
    transform: translateY(60px)
}
.show-store-product-button {
    transform: translateY(0px)
}
.store-product-slider {
    margin-bottom: 20px
}
.store-product-slider a {
    padding: 0 30px 10px
}
.store-product-slider .owl-dots * {
    width: 12px;
    height: 12px
}
.store-product .store-product-title {
    font-size: 15px;
    padding-right: 100px
}
.store-product .store-product-price {
    position: absolute;
    top: 4px;
    right: 0
}
.store-product .store-product-price em {
    font-size: 10px;
    font-style: normal;
    display: block;
    line-height: 10px;
    text-align: right;
    color: #b2b2b2
}
.store-product .store-product-price strong {
    display: block;
    text-align: right;
    font-size: 28px
}
.store-product .store-product-reviews {
    color: #ffbb58;
    font-size: 12px;
    display: block;
    margin-top: 10px
}
.store-product .store-product-reviews strong {
    font-weight: 400
}
.store-product .store-product-reviews a {
    color: #9f9f9f
}
.store-product .store-product-reviews i {
    padding: 0 15px 0 5px
}
.store-product .store-product-discount {
    position: absolute;
    right: 0;
    margin-top: -25px;
    font-size: 11px;
    line-height: 20px;
    padding: 0 8px
}
.store-product-table * {
    text-align: left;
    padding-left: 10px
}
.store-product-select-box, .store-product-select-box select {
    line-height: 45px!important;
    height: 45px!important;
    font-size: 12px;
    color: #1f1f1f
}
.dark-mode .store-product-select-box, .dark-mode .store-product-select-box select {
    color: #fff
}
.store-cart-1 {
    min-height: 120px;
    padding: 10px;
    margin: 10px 0 15px
}
.store-cart-1 img {
    position: absolute;
    height: 80px;
    left: 10px
}
.store-cart-1-remove {
    position: absolute;
    font-size: 11px;
    line-height: 10px;
    width: 80px;
    text-align: center;
    top: 103px
}
.store-cart-1 strong {
    display: block;
    padding-left: 95px;
    line-height: 18px;
    font-size: 15px;
    font-weight: 500
}
.store-cart-1 span {
    font-size: 11px;
    padding: 10px 0 30px 95px;
    display: block;
    line-height: 12px
}
.store-cart-1 span del {
    padding-right: 10px
}
.store-cart-1 em {
    display: block;
    font-size: 18px;
    padding-left: 95px;
    padding-top: 5px;
    color: #1f1f1f;
    position: absolute;
    bottom: 0;
    right: 15px;
    font-style: normal;
    font-weight: 400
}
.store-cart-qty {
    position: absolute;
    left: 105px;
    bottom: 2px
}
.store-cart-qty i {
    width: 25px;
    font-size: 10px;
    background-color: rgba(0, 0, 0, .05)
}
.store-cart-qty input {
    width: 30px;
    font-size: 11px;
    border-top: solid 1px rgba(0, 0, 0, .05);
    border-bottom: solid 1px rgba(0, 0, 0, .05)
}
.store-cart-qty * {
    float: left;
    height: 25px;
    line-height: 25px!important;
    color: #1f1f1f;
    text-align: center
}
.store-cart-2 {
    min-height: 70px;
    margin-bottom: 40px
}
.store-cart-2 img {
    width: 70px;
    position: absolute
}
.store-cart-2 span {
    padding-left: 85px;
    font-size: 10px;
    display: block;
    color: #a0a0a0;
    line-height: 14px
}
.store-cart-2 strong {
    padding-left: 85px;
    display: block;
    line-height: 20px;
    font-size: 15px;
    padding-right: 50px
}
.dark-mode .store-cart-2 strong {
    color: #fff
}
.store-cart-2 em {
    position: absolute;
    top: 0;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    right: 0;
    line-height: 17px;
    text-align: right
}
.dark-mode .store-cart-2 em {
    color: #fff
}
.store-cart-2 em del {
    display: block;
    font-size: 10px;
    color: #cacaca;
    text-align: right;
    font-weight: 300;
    text-decoration: none
}
.store-cart-2 a {
    font-size: 10px;
    padding-left: 85px;
    padding-top: 5px;
    color: red
}
.store-cart-2 input {
    height: 25px;
    width: 40px;
    font-size: 10px;
    border: solid 1px rgba(0, 0, 0, .1);
    text-align: center;
    position: absolute;
    right: 0;
    top: 40px
}
.dark-mode .store-cart-2 input {
    background-color: transparent;
    border: solid 1px rgba(255, 255, 255, .1);
    color: #fff
}
.store-cart-total strong {
    float: left;
    font-weight: 500
}
.store-cart-total span {
    float: right;
    font-weight: 500
}
.dark-mode .store-cart-total strong {
    color: #fff
}
.dark-mode .store-cart-total span {
    color: #fff
}
.checkout-total strong {
    float: left;
    margin-bottom: 10px;
    font-weight: 800
}
.checkout-total span {
    float: right;
    margin-bottom: 10px;
    font-weight: 400
}
.dark-mode .checkout-total strong {
    color: #fff
}
.dark-mode .checkout-total span {
    color: #fff
}
.invoice-box {
    background: #fff;
    display: block;
    margin: 0 20px 30px 30px;
    padding: 10px 15px 13px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    border-radius: 5px
}
.invoice-box-content {
    display: none
}
.invoice-box-header em {
    position: absolute;
    background-color: #1f1f1f;
    padding: 0 10px 0 15px;
    line-height: 25px;
    margin: 13px 0 0 -25px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    font-style: normal
}
.invoice-box-header strong {
    padding-left: 50px;
    color: #969696;
    font-weight: 400;
    font-size: 10px
}
.invoice-box-header span {
    font-size: 15px;
    display: block;
    padding-left: 50px;
    color: #1f1f1f;
    margin-top: -15px;
    font-weight: 700
}
.invoice-box-header u {
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    text-align: right;
    line-height: 15px
}
.invoice-box-header u del {
    font-size: 10px;
    display: block;
    text-align: right;
    font-weight: 200;
    text-decoration: none
}
.invoice-box-item em {
    display: block;
    font-size: 10px;
    line-height: 20px;
    font-style: normal;
    color: #acacac
}
.invoice-box-item strong {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin: -5px 0 15px
}
.invoice-box-item a u {
    float: right;
    text-decoration: none;
    color: #acacac
}
.menu-news-item {
    margin: 10px 0 0
}
.menu-news-item img {
    width: 80px;
    position: absolute
}
.menu-news-item em i {
    padding-right: 5px
}
.menu-news-item strong {
    padding-left: 95px;
    line-height: 20px;
    font-size: 14px;
    display: block
}
.menu-dark .menu-news-item strong {
    color: #fff
}
.menu-news-item span {
    padding: 5px 20px 0 95px;
    font-size: 11px;
    line-height: 18px;
    display: block;
    font-style: normal;
    color: #8d8d8d
}
.menu-news-item em {
    padding-left: 90px;
    height: 40px;
    line-height: 30px;
    font-size: 10px;
    font-style: normal;
    text-align: right;
    display: block
}
.news-ball {
    font-size: 8px;
    position: absolute;
    width: 13px;
    height: 13px;
    line-height: 13px;
    border-radius: 13px;
    top: 12px;
    right: 7px
}
.news-home [data-tab] {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 1px;
    background-color: transparent!important;
    height: 45px;
    line-height: 45px;
    margin-bottom: -1px;
    border-bottom: solid 1px rgba(0, 0, 0, .01)!important
}
.news-tabs {
    border-bottom: solid 1px rgba(0, 0, 0, .05)
}
.news-tabs-content {
    padding-top: 30px
}
.news-home .active-tab-button {
    font-weight: 500!important;
    border-bottom: solid 1px #d8334a!important
}
.news-list-item img {
    position: absolute;
    width: 70px;
    margin-top: 2px
}
.news-list-item {
    min-height: 80px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.dark-mode .news-list-item {
    border-bottom: solid 1px rgba(255, 255, 255, .1)
}
.dark-mode .news-list-item strong {
    color: #c3c3c3
}
.news-list-item strong {
    padding-left: 85px;
    display: block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #1f1f1f
}
.news-list-item span {
    display: block;
    padding-left: 85px;
    font-size: 10px;
    color: #989898
}
.news-list-item span a {
    padding-left: 5px;
    margin-left: 5px;
    border-left: solid 1px rgba(0, 0, 0, .2)
}
.news-list-item span i {
    margin-right: 10px
}
.news-col-item em {
    position: absolute;
    margin-top: -39px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 10px;
    font-style: normal
}
.news-col-item strong {
    color: #666;
    font-weight: 500
}
.news-col-item {
    line-height: 18px;
    margin-bottom: 30px
}
.news-col-item span i {
    margin-right: 10px
}
.news-col-item span {
    display: block;
    font-size: 10px;
    padding: 10px 0 0;
    color: #989898
}
.news-slide-1 strong {
    color: #fff;
    position: absolute;
    bottom: 10px;
    z-index: 10;
    padding: 0 30px 10px 20px;
    padding-left: 20px;
    font-weight: 300;
    line-height: 22px
}
.news-slide-1 i {
    position: absolute;
    bottom: 25px;
    right: 0;
    z-index: 10;
    font-size: 12px;
    padding: 0 20px;
    color: #fff
}
.news-slide-1 em {
    position: absolute;
    top: 0;
    padding: 1px 12px;
    font-size: 10px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700
}
.news-slide-2 em {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    font-weight: 600
}
.news-slide-2 strong {
    position: absolute;
    bottom: 20px;
    margin-top: -10px;
    line-height: 28px;
    width: 100%;
    text-align: left;
    padding: 0 30px;
    z-index: 10;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0 2px 0 #000
}
.archive-box-content {
    display: none
}
.archive-box-current {
    display: block!important
}
.archive-box-title {
    font-size: 21px;
    font-weight: 600;
    color: #1f1f1f;
    height: 40px;
    line-height: 40px
}
.archive-box-title em {
    display: block;
    text-align: right;
    margin-top: -38px;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
    color: #b7b7b7;
    font-weight: 400
}
.archive-box-content a:first-child {
    margin-top: -5px!important
}
.archive-box-content a:last-child {
    padding-bottom: 0
}
.archive-box-content a {
    line-height: 40px
}
.archive-item-disabled {
    color: #cacaca!important
}
.archive-box-content a em {
    position: absolute;
    right: 0;
    font-size: 11px;
    font-style: normal
}
.dark-mode .blog-post-home strong {
    color: #fff
}
.blog-post-home strong {
    display: block;
    padding: 0 20px 15px;
    font-weight: 500;
    line-height: 24px
}
.dark-mode .blog-post-home span {
    color: #989898
}
.blog-post-home span {
    display: block;
    font-size: 11px;
    margin: -15px 0 5px 20px
}
.blog-post-home p {
    color: #959595;
    line-height: 26px;
    padding: 0 20px
}
.blog-post-stats {
    padding: 0 20px
}
.blog-post-stats a i {
    padding-right: 5px
}
.blog-post-stats a {
    font-size: 11px;
    float: left;
    color: #6a6a6a;
    margin: -5px 15px 5px 0
}
.blog-post-home-author {
    margin: -10px 0 0 20px;
    color: #1f1f1f;
    margin-bottom: 30px;
    width: 60%
}
.blog-post-home-author img {
    width: 35px;
    margin-top: 7px;
    position: absolute;
    border-radius: 35px
}
.blog-post-home-author span {
    font-size: 12px;
    padding-left: 25px;
    display: block
}
.blog-post-home-author span u {
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    padding-left: 5px;
    color: #4a89dc
}
.blog-post-home-author em {
    font-size: 11px;
    display: block;
    margin-top: -15px;
    color: #a7a7a7;
    font-weight: 400;
    padding-left: 44px
}
.blog-post-more {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 35px;
    position: absolute;
    right: 20px;
    margin-top: -72px
}
.blog-categories-3 a {
    width: 30.3333333333%;
    float: left;
    margin: 0 1.5% 3%
}
.blog-categories-1 a {
    width: 97%;
    margin: 0 1.5% 5%
}
.blog-categories-2 a {
    width: 47%;
    float: left;
    margin: 0 1.5% 3%
}
.blog-categories a {
    border-radius: 5px!important;
    overflow: hidden
}
.blog-categories-1 em {
    font-size: 26px
}
.blog-categories-2 em {
    font-size: 20px
}
.blog-categories-3 em {
    font-size: 16px
}
.blog-categories em {
    text-transform: uppercase;
    font-weight: 700;
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
    top: 50%;
    margin-top: -15px;
    z-index: 10;
    font-style: normal;
    text-shadow: 0 1px 0 #000
}
.blog-categories strong {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, .2)
}
.blog-categories a img {
    margin-bottom: 0
}
.blog-categories a span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8
}
.perspective-left {
    transform: translateX(260px)!important;
    transition: all 350ms ease;
    overflow: hidden!important;
    opacity: 1!important;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, .2)
}
.perspective-right {
    transform: translateX(-260px)!important;
    transition: all 350ms ease;
    overflow: hidden!important;
    opacity: 1!important;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, .2)
}
.perspective-left-header {
    transform: translateX(260px) translateY(0px)!important;
    transition: all 350ms ease
}
.perspective-right-header {
    transform: translateX(-260px) translateY(0px)!important;
    transition: all 350ms ease
}
.perspective-delete {
    opacity: 0!important
}
.menu-perspective {
    opacity: 0;
    width: 250px:
}
.menu-perspective.active-menu {
    opacity: 1!important
}
.menu-perspective-background {
    position: fixed;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -10
}
.menu-perspective .menu-logo {
    margin-top: 30px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center
}
.menu-perspective a em {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 14px;
    right: 5px
}
.menu-perspective .menu {
    padding-bottom: 30px!important;
    padding-right: 20px
}
.menu-perspective .menu-sub-logo {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    margin-bottom: 20px
}
.menu-perspective .menu-divider {
    color: gray;
    padding: 0 0 0 20px
}
.menu-perspective .menu-divider i {
    display: none
}
.menu-perspective .menu-item strong, .menu-perspective .submenu-item a {
    color: #d0d4df;
    font-size: 15px;
    font-weight: 300;
    line-height: 55px
}
.menu-perspectiv [data-submenu] em {
    background-color: #FFFFFF:
}
.menu-perspective .submenu-item {
    height: 0;
    overflow: hidden
}
.menu-perspective .submenu-item a {
    font-size: 14px;
    line-height: 50px;
    padding-left: 65px;
    opacity: .7
}
.menu-perspective .submenu-item .fa-angle-right {
    display: none
}
.menu-perspective .fa-circle {
    font-size: 3px;
    width: 10px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    right: 0;
    text-align: center;
    color: #fff
}
.menu-perspective .menu-item i:first-child {
    padding-left: 20px;
    color: #4b4b4b!important;
    padding-right: 43px;
    width: 15px;
    text-align: center
}
.menu-perspective .menu-item {
    border-left: solid 3px transparent;
    transition: all 250ms ease
}
.menu-perspective .active-item {
    border-left: solid 3px #a0d468;
    transition: all 250ms ease
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper, .owl-dots {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    animation-name: fadeOut
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    transition: all 250ms ease!important
}
.owl-auto-height .owl-height {
    transition: all 250ms ease-in-out!important
}
.owl-carousel .owl-item .owl-lazy {
    z-index: opacity:0;
    transition: opacity .4s ease
}
.owl-carousel .owl-item img, .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}
.owl-dot, .owl-dot.active {
    transition: all 250ms ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
.owl-no-dots .owl-dots {
    display: none!important
}
.owl-no-dots .cover-content-bottom {
    bottom: 0;
    padding-bottom: 30px
}
.owl-dots {
    text-align: center;
    bottom: 5px;
    width: 100%;
    backface-visibility: hidden
}
.owl-dot {
    border-radius: 50px;
    height: 8px;
    width: 8px;
    display: inline-block;
    background: rgba(101, 101, 101, .3);
    margin-left: 5px;
    margin-right: 5px
}
.owl-dot.active {
    background: #b5b5b5
}
.owl-nav {
    position: absolute;
    top: 50%;
    z-index: 10;
    left: 0;
    right: 0
}
.owl-next, .owl-prev {
    width: 40px;
    height: 50px;
    position: absolute;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin-top: -25px
}
.owl-prev {
    left: 0
}
.owl-next {
    right: 0
}
.owl-has-dots .owl-dots {
    margin-top: 20px;
    margin-bottom: 0
}
.owl-has-dots-over .owl-dots {
    margin-top: -40px;
    margin-bottom: 10px
}
.next-slide-arrow, .prev-slide-arrow {
    position: absolute;
    bottom: 50%;
    z-index: 15;
    height: 50px;
    line-height: 50px;
    margin-bottom: -75px;
    width: 50px;
    text-align: center
}
.next-slide-arrow {
    right: 0
}
.prev-slide-arrow {
    left: 0
}
.next-slide-text {
    float: right;
    margin-top: -34px;
    z-index: 2
}
.prev-slide-text {
    float: left;
    margin-top: -34px;
    z-index: 2
}
#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: #000;
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease
}
#baguetteBox-overlay.visible {
    opacity: 1
}
#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center
}
#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}
#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}
#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #fff;
    background-color: #000;
    background-color: #000!important;
    font-family: sans-serif;
    height: 50px;
    margin-top: 20px;
    font-size: 12px
}
#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}
#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}
#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}
#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}
@-webkit-keyframes bounceFromRight {
    0%, 100% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
}
@keyframes bounceFromRight {
    0%, 100% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
}
@-webkit-keyframes bounceFromLeft {
    0%, 100% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
}
@keyframes bounceFromLeft {
    0%, 100% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    width: 50px;
    height: 60px;
    bottom: 0;
    background-color: transparent
}
.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}
.baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}
.baguetteBox-button#next-button {
    right: 0;
    width: 33.3%;
    font-size: 16px;
    text-align: right;
    padding-right: 20px
}
.baguetteBox-button#previous-button {
    width: 33.3%;
    left: 0;
    font-size: 16px;
    text-align: left;
    padding-left: 20px
}
.baguetteBox-button#close-button {
    font-size: 14px;
    bottom: 0;
    width: 50px;
    left: 50%;
    margin-left: -16.7%;
    height: 60px;
    background-color: transparent;
    width: 33.3%
}
.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}
.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}
.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}
.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}
@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}
.baguetteBox-button {
    display: block!important
}
.loader-box {
    width: 33.3%;
    height: 120px;
    padding-top: 90px;
    display: block;
    float: left;
    margin-bottom: 30px
}
.container.header-demo #header {
    position: relative;
    margin-bottom: 30px;
    z-index: 0
}
.demo-icon-font article {
    color: #000;
    width: 16.4%;
    font-size: 24px;
    height: 50px;
    float: left;
    text-align: center
}
.dark-mode .demo-icon-font article {
    color: #fff
}
.demo-icon a {
    width: 30%;
    height: 60px;
    margin-right: 3.3%;
    margin-bottom: 10px;
    float: left
}
.demo-icon-sizes a {
    margin-right: 5px
}
.demo-buttons a {
    width: 30.6%;
    margin-right: 1%!important;
    margin-left: 1%!important;
    box-sizing: border-box
}
.demo-buttons .button-full {
    margin-left: 1%!important;
    width: 97.6%!important
}
.demo-line {
    display: block;
    padding: 6px 16px;
    font-size: 12px
}
.demo-icon em {
    color: #000;
    background-color: #000
}
.demo-qr {
    position: fixed;
    z-index: 98;
    top: 50%;
    right: -5px;
    width: 45px;
    height: 40px;
    line-height: 39px;
    margin-top: -20px;
    font-size: 20px;
    text-align: center;
    background-color: #1f1f1f;
    color: #d4d4d4;
    border-radius: 5px;
    padding-right: 2px
}
#demo-qr #qr-page {
    width: 145px;
    height: 145px;
    margin: 10px auto 0;
    background-color: #fff;
    padding: 8px;
    border: solid 1px rgba(0, 0, 0, .1)
}
#demo-qr {
    height: 365px!important;
    margin-top: -182px;
    background-color: #ececec!important
}
#demo-qr strong {
    font-size: 21px;
    display: block;
    margin: 12px 0 10px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase
}
#demo-qr p {
    text-align: center
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}
.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}
.fa-xs {
    font-size: .75em
}
.fa-sm {
    font-size: .875em
}
.fa-1x {
    font-size: 1em
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-6x {
    font-size: 6em
}
.fa-7x {
    font-size: 7em
}
.fa-8x {
    font-size: 8em
}
.fa-9x {
    font-size: 9em
}
.fa-10x {
    font-size: 10em
}
.fa-fw {
    text-align: center;
    width: 1.25em
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}
.fa-ul>li {
    position: relative
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}
.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}
.fa-pull-left {
    float: left
}
.fa-pull-right {
    float: right
}
.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}
.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}
.fa-spin {
    animation: a 2s infinite linear
}
.fa-pulse {
    animation: a 1s infinite steps(8)
}
@keyframes a {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}
.fa-rotate-90 {
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    transform: scaleX(-1)
}
.fa-flip-vertical {
    transform: scaleY(-1)
}
.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)"
}
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}
.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-500px:before {
    content: "\f26e"
}
.fa-accessible-icon:before {
    content: "\f368"
}
.fa-accusoft:before {
    content: "\f369"
}
.fa-address-book:before {
    content: "\f2b9"
}
.fa-address-card:before {
    content: "\f2bb"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-adn:before {
    content: "\f170"
}
.fa-adversal:before {
    content: "\f36a"
}
.fa-affiliatetheme:before {
    content: "\f36b"
}
.fa-air-freshener:before {
    content: "\f5d0"
}
.fa-algolia:before {
    content: "\f36c"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-allergies:before {
    content: "\f461"
}
.fa-amazon:before {
    content: "\f270"
}
.fa-amazon-pay:before {
    content: "\f42c"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}
.fa-amilia:before {
    content: "\f36d"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-android:before {
    content: "\f17b"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angry:before {
    content: "\f556"
}
.fa-angrycreative:before {
    content: "\f36e"
}
.fa-angular:before {
    content: "\f420"
}
.fa-app-store:before {
    content: "\f36f"
}
.fa-app-store-ios:before {
    content: "\f370"
}
.fa-apper:before {
    content: "\f371"
}
.fa-apple:before {
    content: "\f179"
}
.fa-apple-alt:before {
    content: "\f5d1"
}
.fa-apple-pay:before {
    content: "\f415"
}
.fa-archive:before {
    content: "\f187"
}
.fa-archway:before {
    content: "\f557"
}
.fa-arrow-alt-circle-down:before {
    content: "\f358"
}
.fa-arrow-alt-circle-left:before {
    content: "\f359"
}
.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}
.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-arrows-alt-h:before {
    content: "\f337"
}
.fa-arrows-alt-v:before {
    content: "\f338"
}
.fa-assistive-listening-systems:before {
    content: "\f2a2"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-asymmetrik:before {
    content: "\f372"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-atlas:before {
    content: "\f558"
}
.fa-atom:before {
    content: "\f5d2"
}
.fa-audible:before {
    content: "\f373"
}
.fa-audio-description:before {
    content: "\f29e"
}
.fa-autoprefixer:before {
    content: "\f41c"
}
.fa-avianex:before {
    content: "\f374"
}
.fa-aviato:before {
    content: "\f421"
}
.fa-award:before {
    content: "\f559"
}
.fa-aws:before {
    content: "\f375"
}
.fa-backspace:before {
    content: "\f55a"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-balance-scale:before {
    content: "\f24e"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-band-aid:before {
    content: "\f462"
}
.fa-bandcamp:before {
    content: "\f2d5"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-bars:before {
    content: "\f0c9"
}
.fa-baseball-ball:before {
    content: "\f433"
}
.fa-basketball-ball:before {
    content: "\f434"
}
.fa-bath:before {
    content: "\f2cd"
}
.fa-battery-empty:before {
    content: "\f244"
}
.fa-battery-full:before {
    content: "\f240"
}
.fa-battery-half:before {
    content: "\f242"
}
.fa-battery-quarter:before {
    content: "\f243"
}
.fa-battery-three-quarters:before {
    content: "\f241"
}
.fa-bed:before {
    content: "\f236"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bezier-curve:before {
    content: "\f55b"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bimobject:before {
    content: "\f378"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitcoin:before {
    content: "\f379"
}
.fa-bity:before {
    content: "\f37a"
}
.fa-black-tie:before {
    content: "\f27e"
}
.fa-blackberry:before {
    content: "\f37b"
}
.fa-blender:before {
    content: "\f517"
}
.fa-blind:before {
    content: "\f29d"
}
.fa-blogger:before {
    content: "\f37c"
}
.fa-blogger-b:before {
    content: "\f37d"
}
.fa-bluetooth:before {
    content: "\f293"
}
.fa-bluetooth-b:before {
    content: "\f294"
}
.fa-bold:before {
    content: "\f032"
}
.fa-bolt:before {
    content: "\f0e7"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-bone:before {
    content: "\f5d7"
}
.fa-bong:before {
    content: "\f55c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-book-open:before {
    content: "\f518"
}
.fa-book-reader:before {
    content: "\f5da"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-bowling-ball:before {
    content: "\f436"
}
.fa-box:before {
    content: "\f466"
}
.fa-box-open:before {
    content: "\f49e"
}
.fa-boxes:before {
    content: "\f468"
}
.fa-braille:before {
    content: "\f2a1"
}
.fa-brain:before {
    content: "\f5dc"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-briefcase-medical:before {
    content: "\f469"
}
.fa-broadcast-tower:before {
    content: "\f519"
}
.fa-broom:before {
    content: "\f51a"
}
.fa-brush:before {
    content: "\f55d"
}
.fa-btc:before {
    content: "\f15a"
}
.fa-bug:before {
    content: "\f188"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-burn:before {
    content: "\f46a"
}
.fa-buromobelexperte:before {
    content: "\f37f"
}
.fa-bus:before {
    content: "\f207"
}
.fa-bus-alt:before {
    content: "\f55e"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-calendar:before {
    content: "\f133"
}
.fa-calendar-alt:before {
    content: "\f073"
}
.fa-calendar-check:before {
    content: "\f274"
}
.fa-calendar-minus:before {
    content: "\f272"
}
.fa-calendar-plus:before {
    content: "\f271"
}
.fa-calendar-times:before {
    content: "\f273"
}
.fa-camera:before {
    content: "\f030"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-cannabis:before {
    content: "\f55f"
}
.fa-capsules:before {
    content: "\f46b"
}
.fa-car:before {
    content: "\f1b9"
}
.fa-car-alt:before {
    content: "\f5de"
}
.fa-car-battery:before {
    content: "\f5df"
}
.fa-car-crash:before {
    content: "\f5e1"
}
.fa-car-side:before {
    content: "\f5e4"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-caret-square-down:before {
    content: "\f150"
}
.fa-caret-square-left:before {
    content: "\f191"
}
.fa-caret-square-right:before {
    content: "\f152"
}
.fa-caret-square-up:before {
    content: "\f151"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cc-amazon-pay:before {
    content: "\f42d"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-apple-pay:before {
    content: "\f416"
}
.fa-cc-diners-club:before {
    content: "\f24c"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-jcb:before {
    content: "\f24b"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-centercode:before {
    content: "\f380"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-chalkboard:before {
    content: "\f51b"
}
.fa-chalkboard-teacher:before {
    content: "\f51c"
}
.fa-charging-station:before {
    content: "\f5e7"
}
.fa-chart-area:before {
    content: "\f1fe"
}
.fa-chart-bar:before {
    content: "\f080"
}
.fa-chart-line:before {
    content: "\f201"
}
.fa-chart-pie:before {
    content: "\f200"
}
.fa-check:before {
    content: "\f00c"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-check-double:before {
    content: "\f560"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-chess:before {
    content: "\f439"
}
.fa-chess-bishop:before {
    content: "\f43a"
}
.fa-chess-board:before {
    content: "\f43c"
}
.fa-chess-king:before {
    content: "\f43f"
}
.fa-chess-knight:before {
    content: "\f441"
}
.fa-chess-pawn:before {
    content: "\f443"
}
.fa-chess-queen:before {
    content: "\f445"
}
.fa-chess-rook:before {
    content: "\f447"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-chrome:before {
    content: "\f268"
}
.fa-church:before {
    content: "\f51d"
}
.fa-circle:before {
    content: "\f111"
}
.fa-circle-notch:before {
    content: "\f1ce"
}
.fa-clipboard:before {
    content: "\f328"
}
.fa-clipboard-check:before {
    content: "\f46c"
}
.fa-clipboard-list:before {
    content: "\f46d"
}
.fa-clock:before {
    content: "\f017"
}
.fa-clone:before {
    content: "\f24d"
}
.fa-closed-captioning:before {
    content: "\f20a"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-cloud-download-alt:before {
    content: "\f381"
}
.fa-cloud-upload-alt:before {
    content: "\f382"
}
.fa-cloudscale:before {
    content: "\f383"
}
.fa-cloudsmith:before {
    content: "\f384"
}
.fa-cloudversify:before {
    content: "\f385"
}
.fa-cocktail:before {
    content: "\f561"
}
.fa-code:before {
    content: "\f121"
}
.fa-code-branch:before {
    content: "\f126"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-codiepie:before {
    content: "\f284"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cog:before {
    content: "\f013"
}
.fa-cogs:before {
    content: "\f085"
}
.fa-coins:before {
    content: "\f51e"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-comment:before {
    content: "\f075"
}
.fa-comment-alt:before {
    content: "\f27a"
}
.fa-comment-dots:before {
    content: "\f4ad"
}
.fa-comment-slash:before {
    content: "\f4b3"
}
.fa-comments:before {
    content: "\f086"
}
.fa-compact-disc:before {
    content: "\f51f"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-compress:before {
    content: "\f066"
}
.fa-concierge-bell:before {
    content: "\f562"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-contao:before {
    content: "\f26d"
}
.fa-cookie:before {
    content: "\f563"
}
.fa-cookie-bite:before {
    content: "\f564"
}
.fa-copy:before {
    content: "\f0c5"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-couch:before {
    content: "\f4b8"
}
.fa-cpanel:before {
    content: "\f388"
}
.fa-creative-commons:before {
    content: "\f25e"
}
.fa-creative-commons-by:before {
    content: "\f4e7"
}
.fa-creative-commons-nc:before {
    content: "\f4e8"
}
.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}
.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}
.fa-creative-commons-nd:before {
    content: "\f4eb"
}
.fa-creative-commons-pd:before {
    content: "\f4ec"
}
.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}
.fa-creative-commons-remix:before {
    content: "\f4ee"
}
.fa-creative-commons-sa:before {
    content: "\f4ef"
}
.fa-creative-commons-sampling:before {
    content: "\f4f0"
}
.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}
.fa-creative-commons-share:before {
    content: "\f4f2"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-crop:before {
    content: "\f125"
}
.fa-crop-alt:before {
    content: "\f565"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-crow:before {
    content: "\f520"
}
.fa-crown:before {
    content: "\f521"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-css3-alt:before {
    content: "\f38b"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-cut:before {
    content: "\f0c4"
}
.fa-cuttlefish:before {
    content: "\f38c"
}
.fa-d-and-d:before {
    content: "\f38d"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-deaf:before {
    content: "\f2a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-deploydog:before {
    content: "\f38e"
}
.fa-deskpro:before {
    content: "\f38f"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-diagnoses:before {
    content: "\f470"
}
.fa-dice:before {
    content: "\f522"
}
.fa-dice-five:before {
    content: "\f523"
}
.fa-dice-four:before {
    content: "\f524"
}
.fa-dice-one:before {
    content: "\f525"
}
.fa-dice-six:before {
    content: "\f526"
}
.fa-dice-three:before {
    content: "\f527"
}
.fa-dice-two:before {
    content: "\f528"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-digital-ocean:before {
    content: "\f391"
}
.fa-digital-tachograph:before {
    content: "\f566"
}
.fa-directions:before {
    content: "\f5eb"
}
.fa-discord:before {
    content: "\f392"
}
.fa-discourse:before {
    content: "\f393"
}
.fa-divide:before {
    content: "\f529"
}
.fa-dizzy:before {
    content: "\f567"
}
.fa-dna:before {
    content: "\f471"
}
.fa-dochub:before {
    content: "\f394"
}
.fa-docker:before {
    content: "\f395"
}
.fa-dollar-sign:before {
    content: "\f155"
}
.fa-dolly:before {
    content: "\f472"
}
.fa-dolly-flatbed:before {
    content: "\f474"
}
.fa-donate:before {
    content: "\f4b9"
}
.fa-door-closed:before {
    content: "\f52a"
}
.fa-door-open:before {
    content: "\f52b"
}
.fa-dot-circle:before {
    content: "\f192"
}
.fa-dove:before {
    content: "\f4ba"
}
.fa-download:before {
    content: "\f019"
}
.fa-draft2digital:before {
    content: "\f396"
}
.fa-drafting-compass:before {
    content: "\f568"
}
.fa-draw-polygon:before {
    content: "\f5ee"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-dribbble-square:before {
    content: "\f397"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-drum:before {
    content: "\f569"
}
.fa-drum-steelpan:before {
    content: "\f56a"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-dumbbell:before {
    content: "\f44b"
}
.fa-dyalog:before {
    content: "\f399"
}
.fa-earlybirds:before {
    content: "\f39a"
}
.fa-ebay:before {
    content: "\f4f4"
}
.fa-edge:before {
    content: "\f282"
}
.fa-edit:before {
    content: "\f044"
}
.fa-eject:before {
    content: "\f052"
}
.fa-elementor:before {
    content: "\f430"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-ello:before {
    content: "\f5f1"
}
.fa-ember:before {
    content: "\f423"
}
.fa-empire:before {
    content: "\f1d1"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-envelope-open:before {
    content: "\f2b6"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-envira:before {
    content: "\f299"
}
.fa-equals:before {
    content: "\f52c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-erlang:before {
    content: "\f39d"
}
.fa-ethereum:before {
    content: "\f42e"
}
.fa-etsy:before {
    content: "\f2d7"
}
.fa-euro-sign:before {
    content: "\f153"
}
.fa-exchange-alt:before {
    content: "\f362"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-exclamation-triangle:before {
    content: "\f071"
}
.fa-expand:before {
    content: "\f065"
}
.fa-expand-arrows-alt:before {
    content: "\f31e"
}
.fa-expeditedssl:before {
    content: "\f23e"
}
.fa-external-link-alt:before {
    content: "\f35d"
}
.fa-external-link-square-alt:before {
    content: "\f360"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-dropper:before {
    content: "\f1fb"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-facebook:before {
    content: "\f09a"
}
.fa-facebook-f:before {
    content: "\f39e"
}
.fa-facebook-messenger:before {
    content: "\f39f"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-feather:before {
    content: "\f52d"
}
.fa-feather-alt:before {
    content: "\f56b"
}
.fa-female:before {
    content: "\f182"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-alt:before {
    content: "\f15c"
}
.fa-file-archive:before {
    content: "\f1c6"
}
.fa-file-audio:before {
    content: "\f1c7"
}
.fa-file-code:before {
    content: "\f1c9"
}
.fa-file-contract:before {
    content: "\f56c"
}
.fa-file-download:before {
    content: "\f56d"
}
.fa-file-excel:before {
    content: "\f1c3"
}
.fa-file-export:before {
    content: "\f56e"
}
.fa-file-image:before {
    content: "\f1c5"
}
.fa-file-import:before {
    content: "\f56f"
}
.fa-file-invoice:before {
    content: "\f570"
}
.fa-file-invoice-dollar:before {
    content: "\f571"
}
.fa-file-medical:before {
    content: "\f477"
}
.fa-file-medical-alt:before {
    content: "\f478"
}
.fa-file-pdf:before {
    content: "\f1c1"
}
.fa-file-powerpoint:before {
    content: "\f1c4"
}
.fa-file-prescription:before {
    content: "\f572"
}
.fa-file-signature:before {
    content: "\f573"
}
.fa-file-upload:before {
    content: "\f574"
}
.fa-file-video:before {
    content: "\f1c8"
}
.fa-file-word:before {
    content: "\f1c2"
}
.fa-fill:before {
    content: "\f575"
}
.fa-fill-drip:before {
    content: "\f576"
}
.fa-film:before {
    content: "\f008"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-fingerprint:before {
    content: "\f577"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-firefox:before {
    content: "\f269"
}
.fa-first-aid:before {
    content: "\f479"
}
.fa-first-order:before {
    content: "\f2b0"
}
.fa-first-order-alt:before {
    content: "\f50a"
}
.fa-firstdraft:before {
    content: "\f3a1"
}
.fa-fish:before {
    content: "\f578"
}
.fa-flag:before {
    content: "\f024"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-flipboard:before {
    content: "\f44d"
}
.fa-flushed:before {
    content: "\f579"
}
.fa-fly:before {
    content: "\f417"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-font:before {
    content: "\f031"
}
.fa-font-awesome:before {
    content: "\f2b4"
}
.fa-font-awesome-alt:before {
    content: "\f35c"
}
.fa-font-awesome-flag:before {
    content: "\f425"
}
.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}
.fa-fonticons:before {
    content: "\f280"
}
.fa-fonticons-fi:before {
    content: "\f3a2"
}
.fa-football-ball:before {
    content: "\f44e"
}
.fa-fort-awesome:before {
    content: "\f286"
}
.fa-fort-awesome-alt:before {
    content: "\f3a3"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-free-code-camp:before {
    content: "\f2c5"
}
.fa-freebsd:before {
    content: "\f3a4"
}
.fa-frog:before {
    content: "\f52e"
}
.fa-frown:before {
    content: "\f119"
}
.fa-frown-open:before {
    content: "\f57a"
}
.fa-fulcrum:before {
    content: "\f50b"
}
.fa-futbol:before {
    content: "\f1e3"
}
.fa-galactic-republic:before {
    content: "\f50c"
}
.fa-galactic-senate:before {
    content: "\f50d"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-gas-pump:before {
    content: "\f52f"
}
.fa-gavel:before {
    content: "\f0e3"
}
.fa-gem:before {
    content: "\f3a5"
}
.fa-genderless:before {
    content: "\f22d"
}
.fa-get-pocket:before {
    content: "\f265"
}
.fa-gg:before {
    content: "\f260"
}
.fa-gg-circle:before {
    content: "\f261"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-github:before {
    content: "\f09b"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-gitkraken:before {
    content: "\f3a6"
}
.fa-gitlab:before {
    content: "\f296"
}
.fa-gitter:before {
    content: "\f426"
}
.fa-glass-martini:before {
    content: "\f000"
}
.fa-glass-martini-alt:before {
    content: "\f57b"
}
.fa-glasses:before {
    content: "\f530"
}
.fa-glide:before {
    content: "\f2a5"
}
.fa-glide-g:before {
    content: "\f2a6"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-globe-africa:before {
    content: "\f57c"
}
.fa-globe-americas:before {
    content: "\f57d"
}
.fa-globe-asia:before {
    content: "\f57e"
}
.fa-gofore:before {
    content: "\f3a7"
}
.fa-golf-ball:before {
    content: "\f450"
}
.fa-goodreads:before {
    content: "\f3a8"
}
.fa-goodreads-g:before {
    content: "\f3a9"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-google-drive:before {
    content: "\f3aa"
}
.fa-google-play:before {
    content: "\f3ab"
}
.fa-google-plus:before {
    content: "\f2b3"
}
.fa-google-plus-g:before {
    content: "\f0d5"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-graduation-cap:before {
    content: "\f19d"
}
.fa-gratipay:before {
    content: "\f184"
}
.fa-grav:before {
    content: "\f2d6"
}
.fa-greater-than:before {
    content: "\f531"
}
.fa-greater-than-equal:before {
    content: "\f532"
}
.fa-grimace:before {
    content: "\f57f"
}
.fa-grin:before {
    content: "\f580"
}
.fa-grin-alt:before {
    content: "\f581"
}
.fa-grin-beam:before {
    content: "\f582"
}
.fa-grin-beam-sweat:before {
    content: "\f583"
}
.fa-grin-hearts:before {
    content: "\f584"
}
.fa-grin-squint:before {
    content: "\f585"
}
.fa-grin-squint-tears:before {
    content: "\f586"
}
.fa-grin-stars:before {
    content: "\f587"
}
.fa-grin-tears:before {
    content: "\f588"
}
.fa-grin-tongue:before {
    content: "\f589"
}
.fa-grin-tongue-squint:before {
    content: "\f58a"
}
.fa-grin-tongue-wink:before {
    content: "\f58b"
}
.fa-grin-wink:before {
    content: "\f58c"
}
.fa-grip-horizontal:before {
    content: "\f58d"
}
.fa-grip-vertical:before {
    content: "\f58e"
}
.fa-gripfire:before {
    content: "\f3ac"
}
.fa-grunt:before {
    content: "\f3ad"
}
.fa-gulp:before {
    content: "\f3ae"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-hacker-news:before {
    content: "\f1d4"
}
.fa-hacker-news-square:before {
    content: "\f3af"
}
.fa-hackerrank:before {
    content: "\f5f7"
}
.fa-hand-holding:before {
    content: "\f4bd"
}
.fa-hand-holding-heart:before {
    content: "\f4be"
}
.fa-hand-holding-usd:before {
    content: "\f4c0"
}
.fa-hand-lizard:before {
    content: "\f258"
}
.fa-hand-paper:before {
    content: "\f256"
}
.fa-hand-peace:before {
    content: "\f25b"
}
.fa-hand-point-down:before {
    content: "\f0a7"
}
.fa-hand-point-left:before {
    content: "\f0a5"
}
.fa-hand-point-right:before {
    content: "\f0a4"
}
.fa-hand-point-up:before {
    content: "\f0a6"
}
.fa-hand-pointer:before {
    content: "\f25a"
}
.fa-hand-rock:before {
    content: "\f255"
}
.fa-hand-scissors:before {
    content: "\f257"
}
.fa-hand-spock:before {
    content: "\f259"
}
.fa-hands:before {
    content: "\f4c2"
}
.fa-hands-helping:before {
    content: "\f4c4"
}
.fa-handshake:before {
    content: "\f2b5"
}
.fa-hashtag:before {
    content: "\f292"
}
.fa-hdd:before {
    content: "\f0a0"
}
.fa-heading:before {
    content: "\f1dc"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-headphones-alt:before {
    content: "\f58f"
}
.fa-headset:before {
    content: "\f590"
}
.fa-heart:before {
    content: "\f004"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-helicopter:before {
    content: "\f533"
}
.fa-highlighter:before {
    content: "\f591"
}
.fa-hips:before {
    content: "\f452"
}
.fa-hire-a-helper:before {
    content: "\f3b0"
}
.fa-history:before {
    content: "\f1da"
}
.fa-hockey-puck:before {
    content: "\f453"
}
.fa-home:before {
    content: "\f015"
}
.fa-hooli:before {
    content: "\f427"
}
.fa-hornbill:before {
    content: "\f592"
}
.fa-hospital:before {
    content: "\f0f8"
}
.fa-hospital-alt:before {
    content: "\f47d"
}
.fa-hospital-symbol:before {
    content: "\f47e"
}
.fa-hot-tub:before {
    content: "\f593"
}
.fa-hotel:before {
    content: "\f594"
}
.fa-hotjar:before {
    content: "\f3b1"
}
.fa-hourglass:before {
    content: "\f254"
}
.fa-hourglass-end:before {
    content: "\f253"
}
.fa-hourglass-half:before {
    content: "\f252"
}
.fa-hourglass-start:before {
    content: "\f251"
}
.fa-houzz:before {
    content: "\f27c"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-hubspot:before {
    content: "\f3b2"
}
.fa-i-cursor:before {
    content: "\f246"
}
.fa-id-badge:before {
    content: "\f2c1"
}
.fa-id-card:before {
    content: "\f2c2"
}
.fa-id-card-alt:before {
    content: "\f47f"
}
.fa-image:before {
    content: "\f03e"
}
.fa-images:before {
    content: "\f302"
}
.fa-imdb:before {
    content: "\f2d8"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-industry:before {
    content: "\f275"
}
.fa-infinity:before {
    content: "\f534"
}
.fa-info:before {
    content: "\f129"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-internet-explorer:before {
    content: "\f26b"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-italic:before {
    content: "\f033"
}
.fa-itunes:before {
    content: "\f3b4"
}
.fa-itunes-note:before {
    content: "\f3b5"
}
.fa-java:before {
    content: "\f4e4"
}
.fa-jedi-order:before {
    content: "\f50e"
}
.fa-jenkins:before {
    content: "\f3b6"
}
.fa-joget:before {
    content: "\f3b7"
}
.fa-joint:before {
    content: "\f595"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-js:before {
    content: "\f3b8"
}
.fa-js-square:before {
    content: "\f3b9"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-kaggle:before {
    content: "\f5fa"
}
.fa-key:before {
    content: "\f084"
}
.fa-keybase:before {
    content: "\f4f5"
}
.fa-keyboard:before {
    content: "\f11c"
}
.fa-keycdn:before {
    content: "\f3ba"
}
.fa-kickstarter:before {
    content: "\f3bb"
}
.fa-kickstarter-k:before {
    content: "\f3bc"
}
.fa-kiss:before {
    content: "\f596"
}
.fa-kiss-beam:before {
    content: "\f597"
}
.fa-kiss-wink-heart:before {
    content: "\f598"
}
.fa-kiwi-bird:before {
    content: "\f535"
}
.fa-korvue:before {
    content: "\f42f"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-laptop-code:before {
    content: "\f5fc"
}
.fa-laravel:before {
    content: "\f3bd"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-laugh:before {
    content: "\f599"
}
.fa-laugh-beam:before {
    content: "\f59a"
}
.fa-laugh-squint:before {
    content: "\f59b"
}
.fa-laugh-wink:before {
    content: "\f59c"
}
.fa-layer-group:before {
    content: "\f5fd"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-lemon:before {
    content: "\f094"
}
.fa-less:before {
    content: "\f41d"
}
.fa-less-than:before {
    content: "\f536"
}
.fa-less-than-equal:before {
    content: "\f537"
}
.fa-level-down-alt:before {
    content: "\f3be"
}
.fa-level-up-alt:before {
    content: "\f3bf"
}
.fa-life-ring:before {
    content: "\f1cd"
}
.fa-lightbulb:before {
    content: "\f0eb"
}
.fa-line:before {
    content: "\f3c0"
}
.fa-link:before {
    content: "\f0c1"
}
.fa-linkedin:before {
    content: "\f08c"
}
.fa-linkedin-in:before {
    content: "\f0e1"
}
.fa-linode:before {
    content: "\f2b8"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-lira-sign:before {
    content: "\f195"
}
.fa-list:before {
    content: "\f03a"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-lock:before {
    content: "\f023"
}
.fa-lock-open:before {
    content: "\f3c1"
}
.fa-long-arrow-alt-down:before {
    content: "\f309"
}
.fa-long-arrow-alt-left:before {
    content: "\f30a"
}
.fa-long-arrow-alt-right:before {
    content: "\f30b"
}
.fa-long-arrow-alt-up:before {
    content: "\f30c"
}
.fa-low-vision:before {
    content: "\f2a8"
}
.fa-luggage-cart:before {
    content: "\f59d"
}
.fa-lyft:before {
    content: "\f3c3"
}
.fa-magento:before {
    content: "\f3c4"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-mailchimp:before {
    content: "\f59e"
}
.fa-male:before {
    content: "\f183"
}
.fa-mandalorian:before {
    content: "\f50f"
}
.fa-map:before {
    content: "\f279"
}
.fa-map-marked:before {
    content: "\f59f"
}
.fa-map-marked-alt:before {
    content: "\f5a0"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-map-marker-alt:before {
    content: "\f3c5"
}
.fa-map-pin:before {
    content: "\f276"
}
.fa-map-signs:before {
    content: "\f277"
}
.fa-markdown:before {
    content: "\f60f"
}
.fa-marker:before {
    content: "\f5a1"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mars-double:before {
    content: "\f227"
}
.fa-mars-stroke:before {
    content: "\f229"
}
.fa-mars-stroke-h:before {
    content: "\f22b"
}
.fa-mars-stroke-v:before {
    content: "\f22a"
}
.fa-mastodon:before {
    content: "\f4f6"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-medal:before {
    content: "\f5a2"
}
.fa-medapps:before {
    content: "\f3c6"
}
.fa-medium:before {
    content: "\f23a"
}
.fa-medium-m:before {
    content: "\f3c7"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-medrt:before {
    content: "\f3c8"
}
.fa-meetup:before {
    content: "\f2e0"
}
.fa-megaport:before {
    content: "\f5a3"
}
.fa-meh:before {
    content: "\f11a"
}
.fa-meh-blank:before {
    content: "\f5a4"
}
.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}
.fa-memory:before {
    content: "\f538"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-microchip:before {
    content: "\f2db"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-alt:before {
    content: "\f3c9"
}
.fa-microphone-alt-slash:before {
    content: "\f539"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-microscope:before {
    content: "\f610"
}
.fa-microsoft:before {
    content: "\f3ca"
}
.fa-minus:before {
    content: "\f068"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-mix:before {
    content: "\f3cb"
}
.fa-mixcloud:before {
    content: "\f289"
}
.fa-mizuni:before {
    content: "\f3cc"
}
.fa-mobile:before {
    content: "\f10b"
}
.fa-mobile-alt:before {
    content: "\f3cd"
}
.fa-modx:before {
    content: "\f285"
}
.fa-monero:before {
    content: "\f3d0"
}
.fa-money-bill:before {
    content: "\f0d6"
}
.fa-money-bill-alt:before {
    content: "\f3d1"
}
.fa-money-bill-wave:before {
    content: "\f53a"
}
.fa-money-bill-wave-alt:before {
    content: "\f53b"
}
.fa-money-check:before {
    content: "\f53c"
}
.fa-money-check-alt:before {
    content: "\f53d"
}
.fa-monument:before {
    content: "\f5a6"
}
.fa-moon:before {
    content: "\f186"
}
.fa-mortar-pestle:before {
    content: "\f5a7"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-mouse-pointer:before {
    content: "\f245"
}
.fa-music:before {
    content: "\f001"
}
.fa-napster:before {
    content: "\f3d2"
}
.fa-neos:before {
    content: "\f612"
}
.fa-neuter:before {
    content: "\f22c"
}
.fa-newspaper:before {
    content: "\f1ea"
}
.fa-nimblr:before {
    content: "\f5a8"
}
.fa-nintendo-switch:before {
    content: "\f418"
}
.fa-node:before {
    content: "\f419"
}
.fa-node-js:before {
    content: "\f3d3"
}
.fa-not-equal:before {
    content: "\f53e"
}
.fa-notes-medical:before {
    content: "\f481"
}
.fa-npm:before {
    content: "\f3d4"
}
.fa-ns8:before {
    content: "\f3d5"
}
.fa-nutritionix:before {
    content: "\f3d6"
}
.fa-object-group:before {
    content: "\f247"
}
.fa-object-ungroup:before {
    content: "\f248"
}
.fa-odnoklassniki:before {
    content: "\f263"
}
.fa-odnoklassniki-square:before {
    content: "\f264"
}
.fa-oil-can:before {
    content: "\f613"
}
.fa-old-republic:before {
    content: "\f510"
}
.fa-opencart:before {
    content: "\f23d"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-opera:before {
    content: "\f26a"
}
.fa-optin-monster:before {
    content: "\f23c"
}
.fa-osi:before {
    content: "\f41a"
}
.fa-outdent:before {
    content: "\f03b"
}
.fa-page4:before {
    content: "\f3d7"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-paint-roller:before {
    content: "\f5aa"
}
.fa-palette:before {
    content: "\f53f"
}
.fa-palfed:before {
    content: "\f3d8"
}
.fa-pallet:before {
    content: "\f482"
}
.fa-paper-plane:before {
    content: "\f1d8"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-parachute-box:before {
    content: "\f4cd"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-parking:before {
    content: "\f540"
}
.fa-passport:before {
    content: "\f5ab"
}
.fa-paste:before {
    content: "\f0ea"
}
.fa-patreon:before {
    content: "\f3d9"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-pause-circle:before {
    content: "\f28b"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-pen:before {
    content: "\f304"
}
.fa-pen-alt:before {
    content: "\f305"
}
.fa-pen-fancy:before {
    content: "\f5ac"
}
.fa-pen-nib:before {
    content: "\f5ad"
}
.fa-pen-square:before {
    content: "\f14b"
}
.fa-pencil-alt:before {
    content: "\f303"
}
.fa-pencil-ruler:before {
    content: "\f5ae"
}
.fa-people-carry:before {
    content: "\f4ce"
}
.fa-percent:before {
    content: "\f295"
}
.fa-percentage:before {
    content: "\f541"
}
.fa-periscope:before {
    content: "\f3da"
}
.fa-phabricator:before {
    content: "\f3db"
}
.fa-phoenix-framework:before {
    content: "\f3dc"
}
.fa-phoenix-squadron:before {
    content: "\f511"
}
.fa-phone:before {
    content: "\f095"
}
.fa-phone-slash:before {
    content: "\f3dd"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-phone-volume:before {
    content: "\f2a0"
}
.fa-php:before {
    content: "\f457"
}
.fa-pied-piper:before {
    content: "\f2ae"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-pied-piper-hat:before {
    content: "\f4e5"
}
.fa-pied-piper-pp:before {
    content: "\f1a7"
}
.fa-piggy-bank:before {
    content: "\f4d3"
}
.fa-pills:before {
    content: "\f484"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-plane:before {
    content: "\f072"
}
.fa-plane-arrival:before {
    content: "\f5af"
}
.fa-plane-departure:before {
    content: "\f5b0"
}
.fa-play:before {
    content: "\f04b"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-playstation:before {
    content: "\f3df"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-plus:before {
    content: "\f067"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-podcast:before {
    content: "\f2ce"
}
.fa-poo:before {
    content: "\f2fe"
}
.fa-poop:before {
    content: "\f619"
}
.fa-portrait:before {
    content: "\f3e0"
}
.fa-pound-sign:before {
    content: "\f154"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-prescription:before {
    content: "\f5b1"
}
.fa-prescription-bottle:before {
    content: "\f485"
}
.fa-prescription-bottle-alt:before {
    content: "\f486"
}
.fa-print:before {
    content: "\f02f"
}
.fa-procedures:before {
    content: "\f487"
}
.fa-product-hunt:before {
    content: "\f288"
}
.fa-project-diagram:before {
    content: "\f542"
}
.fa-pushed:before {
    content: "\f3e1"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-python:before {
    content: "\f3e2"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-question:before {
    content: "\f128"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-quidditch:before {
    content: "\f458"
}
.fa-quinscape:before {
    content: "\f459"
}
.fa-quora:before {
    content: "\f2c4"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-r-project:before {
    content: "\f4f7"
}
.fa-random:before {
    content: "\f074"
}
.fa-ravelry:before {
    content: "\f2d9"
}
.fa-react:before {
    content: "\f41b"
}
.fa-readme:before {
    content: "\f4d5"
}
.fa-rebel:before {
    content: "\f1d0"
}
.fa-receipt:before {
    content: "\f543"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-red-river:before {
    content: "\f3e3"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-alien:before {
    content: "\f281"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-redo:before {
    content: "\f01e"
}
.fa-redo-alt:before {
    content: "\f2f9"
}
.fa-registered:before {
    content: "\f25d"
}
.fa-rendact:before {
    content: "\f3e4"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-reply:before {
    content: "\f3e5"
}
.fa-reply-all:before {
    content: "\f122"
}
.fa-replyd:before {
    content: "\f3e6"
}
.fa-researchgate:before {
    content: "\f4f8"
}
.fa-resolving:before {
    content: "\f3e7"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-rev:before {
    content: "\f5b2"
}
.fa-ribbon:before {
    content: "\f4d6"
}
.fa-road:before {
    content: "\f018"
}
.fa-robot:before {
    content: "\f544"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-rocketchat:before {
    content: "\f3e8"
}
.fa-rockrms:before {
    content: "\f3e9"
}
.fa-route:before {
    content: "\f4d7"
}
.fa-rss:before {
    content: "\f09e"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-ruble-sign:before {
    content: "\f158"
}
.fa-ruler:before {
    content: "\f545"
}
.fa-ruler-combined:before {
    content: "\f546"
}
.fa-ruler-horizontal:before {
    content: "\f547"
}
.fa-ruler-vertical:before {
    content: "\f548"
}
.fa-rupee-sign:before {
    content: "\f156"
}
.fa-sad-cry:before {
    content: "\f5b3"
}
.fa-sad-tear:before {
    content: "\f5b4"
}
.fa-safari:before {
    content: "\f267"
}
.fa-sass:before {
    content: "\f41e"
}
.fa-save:before {
    content: "\f0c7"
}
.fa-schlix:before {
    content: "\f3ea"
}
.fa-school:before {
    content: "\f549"
}
.fa-screwdriver:before {
    content: "\f54a"
}
.fa-scribd:before {
    content: "\f28a"
}
.fa-search:before {
    content: "\f002"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-searchengin:before {
    content: "\f3eb"
}
.fa-seedling:before {
    content: "\f4d8"
}
.fa-sellcast:before {
    content: "\f2da"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-server:before {
    content: "\f233"
}
.fa-servicestack:before {
    content: "\f3ec"
}
.fa-shapes:before {
    content: "\f61f"
}
.fa-share:before {
    content: "\f064"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-shekel-sign:before {
    content: "\f20b"
}
.fa-shield-alt:before {
    content: "\f3ed"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-shipping-fast:before {
    content: "\f48b"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-shoe-prints:before {
    content: "\f54b"
}
.fa-shopping-bag:before {
    content: "\f290"
}
.fa-shopping-basket:before {
    content: "\f291"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-shopware:before {
    content: "\f5b5"
}
.fa-shower:before {
    content: "\f2cc"
}
.fa-shuttle-van:before {
    content: "\f5b6"
}
.fa-sign:before {
    content: "\f4d9"
}
.fa-sign-in-alt:before {
    content: "\f2f6"
}
.fa-sign-language:before {
    content: "\f2a7"
}
.fa-sign-out-alt:before {
    content: "\f2f5"
}
.fa-signal:before {
    content: "\f012"
}
.fa-signature:before {
    content: "\f5b7"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-sistrix:before {
    content: "\f3ee"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-sith:before {
    content: "\f512"
}
.fa-skull:before {
    content: "\f54c"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-slack:before {
    content: "\f198"
}
.fa-slack-hash:before {
    content: "\f3ef"
}
.fa-sliders-h:before {
    content: "\f1de"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-smile:before {
    content: "\f118"
}
.fa-smile-beam:before {
    content: "\f5b8"
}
.fa-smile-wink:before {
    content: "\f4da"
}
.fa-smoking:before {
    content: "\f48d"
}
.fa-smoking-ban:before {
    content: "\f54d"
}
.fa-snapchat:before {
    content: "\f2ab"
}
.fa-snapchat-ghost:before {
    content: "\f2ac"
}
.fa-snapchat-square:before {
    content: "\f2ad"
}
.fa-snowflake:before {
    content: "\f2dc"
}
.fa-solar-panel:before {
    content: "\f5ba"
}
.fa-sort:before {
    content: "\f0dc"
}
.fa-sort-alpha-down:before {
    content: "\f15d"
}
.fa-sort-alpha-up:before {
    content: "\f15e"
}
.fa-sort-amount-down:before {
    content: "\f160"
}
.fa-sort-amount-up:before {
    content: "\f161"
}
.fa-sort-down:before {
    content: "\f0dd"
}
.fa-sort-numeric-down:before {
    content: "\f162"
}
.fa-sort-numeric-up:before {
    content: "\f163"
}
.fa-sort-up:before {
    content: "\f0de"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-spa:before {
    content: "\f5bb"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-speakap:before {
    content: "\f3f3"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-splotch:before {
    content: "\f5bc"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-spray-can:before {
    content: "\f5bd"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-square-full:before {
    content: "\f45c"
}
.fa-squarespace:before {
    content: "\f5be"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-stamp:before {
    content: "\f5bf"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-star-half-alt:before {
    content: "\f5c0"
}
.fa-star-of-life:before {
    content: "\f621"
}
.fa-staylinked:before {
    content: "\f3f5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-steam-symbol:before {
    content: "\f3f6"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-sticker-mule:before {
    content: "\f3f7"
}
.fa-sticky-note:before {
    content: "\f249"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-stop-circle:before {
    content: "\f28d"
}
.fa-stopwatch:before {
    content: "\f2f2"
}
.fa-store:before {
    content: "\f54e"
}
.fa-store-alt:before {
    content: "\f54f"
}
.fa-strava:before {
    content: "\f428"
}
.fa-stream:before {
    content: "\f550"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-stripe:before {
    content: "\f429"
}
.fa-stripe-s:before {
    content: "\f42a"
}
.fa-stroopwafel:before {
    content: "\f551"
}
.fa-studiovinari:before {
    content: "\f3f8"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-subway:before {
    content: "\f239"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-suitcase-rolling:before {
    content: "\f5c1"
}
.fa-sun:before {
    content: "\f185"
}
.fa-superpowers:before {
    content: "\f2dd"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-supple:before {
    content: "\f3f9"
}
.fa-surprise:before {
    content: "\f5c2"
}
.fa-swatchbook:before {
    content: "\f5c3"
}
.fa-swimmer:before {
    content: "\f5c4"
}
.fa-swimming-pool:before {
    content: "\f5c5"
}
.fa-sync:before {
    content: "\f021"
}
.fa-sync-alt:before {
    content: "\f2f1"
}
.fa-syringe:before {
    content: "\f48e"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-table-tennis:before {
    content: "\f45d"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-tablet-alt:before {
    content: "\f3fa"
}
.fa-tablets:before {
    content: "\f490"
}
.fa-tachometer-alt:before {
    content: "\f3fd"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-tape:before {
    content: "\f4db"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-taxi:before {
    content: "\f1ba"
}
.fa-teamspeak:before {
    content: "\f4f9"
}
.fa-teeth:before {
    content: "\f62e"
}
.fa-teeth-open:before {
    content: "\f62f"
}
.fa-telegram:before {
    content: "\f2c6"
}
.fa-telegram-plane:before {
    content: "\f3fe"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-theater-masks:before {
    content: "\f630"
}
.fa-themeco:before {
    content: "\f5c6"
}
.fa-themeisle:before {
    content: "\f2b2"
}
.fa-thermometer:before {
    content: "\f491"
}
.fa-thermometer-empty:before {
    content: "\f2cb"
}
.fa-thermometer-full:before {
    content: "\f2c7"
}
.fa-thermometer-half:before {
    content: "\f2c9"
}
.fa-thermometer-quarter:before {
    content: "\f2ca"
}
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbtack:before {
    content: "\f08d"
}
.fa-ticket-alt:before {
    content: "\f3ff"
}
.fa-times:before {
    content: "\f00d"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-tint:before {
    content: "\f043"
}
.fa-tint-slash:before {
    content: "\f5c7"
}
.fa-tired:before {
    content: "\f5c8"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-toolbox:before {
    content: "\f552"
}
.fa-tooth:before {
    content: "\f5c9"
}
.fa-trade-federation:before {
    content: "\f513"
}
.fa-trademark:before {
    content: "\f25c"
}
.fa-traffic-light:before {
    content: "\f637"
}
.fa-train:before {
    content: "\f238"
}
.fa-transgender:before {
    content: "\f224"
}
.fa-transgender-alt:before {
    content: "\f225"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-trash-alt:before {
    content: "\f2ed"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-trello:before {
    content: "\f181"
}
.fa-tripadvisor:before {
    content: "\f262"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-truck-loading:before {
    content: "\f4de"
}
.fa-truck-monster:before {
    content: "\f63b"
}
.fa-truck-moving:before {
    content: "\f4df"
}
.fa-truck-pickup:before {
    content: "\f63c"
}
.fa-tshirt:before {
    content: "\f553"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-tv:before {
    content: "\f26c"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-typo3:before {
    content: "\f42b"
}
.fa-uber:before {
    content: "\f402"
}
.fa-uikit:before {
    content: "\f403"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-umbrella-beach:before {
    content: "\f5ca"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-undo:before {
    content: "\f0e2"
}
.fa-undo-alt:before {
    content: "\f2ea"
}
.fa-uniregistry:before {
    content: "\f404"
}
.fa-universal-access:before {
    content: "\f29a"
}
.fa-university:before {
    content: "\f19c"
}
.fa-unlink:before {
    content: "\f127"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-untappd:before {
    content: "\f405"
}
.fa-upload:before {
    content: "\f093"
}
.fa-usb:before {
    content: "\f287"
}
.fa-user:before {
    content: "\f007"
}
.fa-user-alt:before {
    content: "\f406"
}
.fa-user-alt-slash:before {
    content: "\f4fa"
}
.fa-user-astronaut:before {
    content: "\f4fb"
}
.fa-user-check:before {
    content: "\f4fc"
}
.fa-user-circle:before {
    content: "\f2bd"
}
.fa-user-clock:before {
    content: "\f4fd"
}
.fa-user-cog:before {
    content: "\f4fe"
}
.fa-user-edit:before {
    content: "\f4ff"
}
.fa-user-friends:before {
    content: "\f500"
}
.fa-user-graduate:before {
    content: "\f501"
}
.fa-user-lock:before {
    content: "\f502"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-user-minus:before {
    content: "\f503"
}
.fa-user-ninja:before {
    content: "\f504"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-user-shield:before {
    content: "\f505"
}
.fa-user-slash:before {
    content: "\f506"
}
.fa-user-tag:before {
    content: "\f507"
}
.fa-user-tie:before {
    content: "\f508"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-users:before {
    content: "\f0c0"
}
.fa-users-cog:before {
    content: "\f509"
}
.fa-ussunnah:before {
    content: "\f407"
}
.fa-utensil-spoon:before {
    content: "\f2e5"
}
.fa-utensils:before {
    content: "\f2e7"
}
.fa-vaadin:before {
    content: "\f408"
}
.fa-vector-square:before {
    content: "\f5cb"
}
.fa-venus:before {
    content: "\f221"
}
.fa-venus-double:before {
    content: "\f226"
}
.fa-venus-mars:before {
    content: "\f228"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-viadeo:before {
    content: "\f2a9"
}
.fa-viadeo-square:before {
    content: "\f2aa"
}
.fa-vial:before {
    content: "\f492"
}
.fa-vials:before {
    content: "\f493"
}
.fa-viber:before {
    content: "\f409"
}
.fa-video:before {
    content: "\f03d"
}
.fa-video-slash:before {
    content: "\f4e2"
}
.fa-vimeo:before {
    content: "\f40a"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-vimeo-v:before {
    content: "\f27d"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-vk:before {
    content: "\f189"
}
.fa-vnv:before {
    content: "\f40b"
}
.fa-volleyball-ball:before {
    content: "\f45f"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-vuejs:before {
    content: "\f41f"
}
.fa-walking:before {
    content: "\f554"
}
.fa-wallet:before {
    content: "\f555"
}
.fa-warehouse:before {
    content: "\f494"
}
.fa-weebly:before {
    content: "\f5cc"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-weight:before {
    content: "\f496"
}
.fa-weight-hanging:before {
    content: "\f5cd"
}
.fa-weixin:before {
    content: "\f1d7"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-whatsapp-square:before {
    content: "\f40c"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-whmcs:before {
    content: "\f40d"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-wikipedia-w:before {
    content: "\f266"
}
.fa-window-close:before {
    content: "\f410"
}
.fa-window-maximize:before {
    content: "\f2d0"
}
.fa-window-minimize:before {
    content: "\f2d1"
}
.fa-window-restore:before {
    content: "\f2d2"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-wine-glass:before {
    content: "\f4e3"
}
.fa-wine-glass-alt:before {
    content: "\f5ce"
}
.fa-wix:before {
    content: "\f5cf"
}
.fa-wolf-pack-battalion:before {
    content: "\f514"
}
.fa-won-sign:before {
    content: "\f159"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-wordpress-simple:before {
    content: "\f411"
}
.fa-wpbeginner:before {
    content: "\f297"
}
.fa-wpexplorer:before {
    content: "\f2de"
}
.fa-wpforms:before {
    content: "\f298"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-x-ray:before {
    content: "\f497"
}
.fa-xbox:before {
    content: "\f412"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-y-combinator:before {
    content: "\f23b"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-yandex:before {
    content: "\f413"
}
.fa-yandex-international:before {
    content: "\f414"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-yen-sign:before {
    content: "\f157"
}
.fa-yoast:before {
    content: "\f2b1"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-youtube-square:before {
    content: "\f431"
}
.fa-zhihu:before {
    content: "\f63f"
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}
@font-face {
    font-family: "font awesome 5 brands";
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/webfonts/fa-brands-400.eot);
    src: url(./fonts/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(./fonts/webfonts/fa-brands-400.woff2) format("woff2"), url(./fonts/webfonts/fa-brands-400.woff) format("woff"), url(./fonts/webfonts/fa-brands-400.ttf) format("truetype"), url(./fonts/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}
.fab {
    font-family: "font awesome 5 brands"
}
@font-face {
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/webfonts/fa-regular-400.eot);
    src: url(./fonts/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(./fonts/webfonts/fa-regular-400.woff2) format("woff2"), url(./fonts/webfonts/fa-regular-400.woff) format("woff"), url(./fonts/webfonts/fa-regular-400.ttf) format("truetype"), url(./fonts/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}
.far {
    font-weight: 400
}
@font-face {
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 900;
    src: url(./fonts/webfonts/fa-solid-900.eot);
    src: url(./fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(./fonts/webfonts/fa-solid-900.woff2) format("woff2"), url(./fonts/webfonts/fa-solid-900.woff) format("woff"), url(./fonts/webfonts/fa-solid-900.ttf) format("truetype"), url(./fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}
.fa, .far, .fas {
    font-family: "font awesome 5 free"
}
.fa, .fas {
    font-weight: 900
}