@charset "UTF-8";


body {
    font-family: 'P-FONT', Apple SD Gothic Neo, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.atom_container {
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    display: grid;
    justify-items: center;
    padding: 0 1rem;
    background: #fff
}

@media screen and (max-width:768px) {
    .atom_container {
        padding: 0 .5rem
    }

    .page-title {
        padding-top: 50px;
    }

}

.breadcrumb {
    text-transform: capitalize
}

@media screen and (min-width:1472px) {
    .container {
        max-width: 1170px;
        width: 1170px
    }

    body.header-side-navigation .container {
        width: 100%
    }
}

@media screen and (min-width:1280px) {
    .container {
        max-width: 1170px;
        width: 1170px
    }

    body.header-side-navigation .container {
        width: 100%
    }
}

a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

img {
    display: inline-block
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    line-height: 1.45;
    font-weight: 400
}

.content p {
    line-height: 1.8
}

.content strong,
.content sub {
    font-weight: 700
}

p {

    line-height: 1.55;
    /*color: #797979;*/
    font-weight: 400
}

iframe {
    margin-bottom: -6px
}

pre {
    max-height: 30em
}

pre code {
    font-size: 14.5px;
    line-height: 1.8
}

code[class*=language-],
pre[class*=language-] {
    line-height: 1.8
}

code {
    font-size: 14.5px;
    line-height: 1.8
}

:not(pre)>code[class*=language-] {
    border-radius: 0;
    white-space: normal;
    color: #dd4a68;
    font-size: .875em;
    font-weight: 400;
    padding: .25em .5em .25em;
    margin: 0 .1em
}

::-moz-selection {
    background-color: #e83c2e;
    color: #fff
}

::selection {
    background-color: #e83c2e;
    color: #fff
}

.padding-bottom-none {
    padding-bottom: 0 !important
}

.padding-top-none {
    padding-top: 0 !important
}

.padding-right-none {
    padding-right: 0 !important
}

.padding-left-none {
    padding-left: 0 !important
}

.margin-bottom-none {
    margin-bottom: 0 !important
}

.margin-top-none {
    margin-top: 0 !important
}

.margin-right-none {
    margin-right: 0 !important
}

.margin-left-none {
    margin-left: 0 !important
}

.comment-notes {
    margin-bottom: 1.2rem;
    font-size: 14px;
    font-size: .875rem
}

.comment-notes .required {
    color: #e83c2e
}

.content-404.content h1,
.content-404.content h2 {
    font-family: 'HEAD-FONT', 'Open Sans', sans-serif
}

.content-404.content h1 {
    font-size: 150px;
    font-weight: 700;
    letter-spacing: 10px;
    margin-bottom: 0
}

.content-404.content h2 {
    margin-top: 0;
    color: #797979;
    font-size: 25px
}

.content-404.content p {
    padding-right: 20px;
    padding-left: 20px
}

.content-404.content p .icon {
    margin: 30px 0
}

.content-404.content p .icon i {
    font-size: 50px
}

.badge {
    font-family: 'HEAD-FONT', 'Open Sans', sans-serif
}

footer .badge:after,
header .badge:after {
    padding: .25rem !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.modal.is-active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.show-modal {
    display: inline-block
}

body.boxed-layout {
    padding: 50px;
    background-color: #db392c
}

body.boxed-layout #site-wrap {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05)
}

body.boxed-layout .parallax-mirror {
    z-index: 0 !important;
    top: -84px !important
}

body.boxed-layout .introduction {
    background: #fff ;
    background-color: #fff
}

body.boxed-layout .instagram-section,
body.boxed-layout .menu-section {
    background: #fff ;
    background-color: #fff
}

body.boxed-layout .testimonials-column {
    padding-top: 80px;
    padding-bottom: 49px
}

body.boxed-layout .offers-section img {
    min-width: 100%
}

.box {
    padding: 1.8rem;
    border: 1px solid #f0f0f0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.box:hover {
    -webkit-box-shadow: 0 2px 5px 2px rgba(146, 146, 146, .08);
    box-shadow: 0 2px 5px 2px rgba(146, 146, 146, .08)
}

.box .media-left {
    margin-right: 1.5rem
}

.box .media-right {
    margin-left: 1.5rem
}

.box .avatar img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    max-width: 100px
}

.box .avatar img:hover {
    opacity: .8
}

.box.menu-list {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 10px 0 0
}

.box.menu-list .media-left {
    margin-right: 1.5rem
}

.box.menu-list .level {
    margin-bottom: 0
}

.box.menu-list .media-content {
    margin-top: 10px
}

.box.menu-list a {
    background-color: transparent;
    padding: 0;
    display: inline-block
}

.box.menu-list .menu-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    color: #333;
    margin-bottom: .3em;
    min-width: 170px
}

.box.menu-list .menu-title a {
    color: #171717
}

.box.menu-list .menu-title a:hover {
    color: #e83c2e
}

.box.menu-list .menu-line {
    width: 180px;
    height: 1px;
    border-bottom: 1px dashed #929292;
    display: block
}

.box.menu-list .menu-price {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 20px
}

.box.menu-list .menu-price a {
    color: #e83c2e
}

.box.menu-list .content p {
    font-size: 14px !important;
    font-weight: 400
}

.shop-rating {

    font-size: 14px
}

.shop-rating .icon {
    width: auto;
    color: #edb867;
    vertical-align: middle
}

.shop-rating .icon i {
    font-size: 20px
}

.notification {

    line-height: 1.8
}

.notification>.delete {
    right: .7rem;
    top: .8rem
}

.card {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.card .card-content {
    padding: 1.8rem
}

.card .media-left {
    margin-right: 1.25rem
}

.card .media-right {
    margin-left: 1.25rem
}

.card .image img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.card .image img:hover {
    opacity: .8
}

.card .title {
    font-weight: 400
}

.card .subtitle {
    color: #797979
}

.card:hover {
    -webkit-box-shadow: 0 2px 5px 2px rgba(146, 146, 146, .1);
    box-shadow: 0 2px 5px 2px rgba(146, 146, 146, .1)
}

.card time {
    font-size: 14px
}

.card .card-footer {
    font-family: 'HEAD-FONT', Apple SD Gothic Neo, sans-serif;
}

.dropdown .dropdown-content {
    font-family: 'MENU-FONT', Apple SD Gothic Neo, sans-serif;
}

.menu {
    font-family: 'MENU-FONT', Apple SD Gothic Neo, sans-serif;
}

.menu.vertical-navigation-content {
    -webkit-box-shadow: 0 2px 3px rgba(146, 146, 146, .1), 0 0 0 1px rgba(146, 146, 146, .1);
    box-shadow: 0 2px 3px rgba(146, 146, 146, .1), 0 0 0 1px rgba(146, 146, 146, .1);
    padding: 30px;
    background-color: #fff
}

.menu.vertical-navigation-content:hover {
    -webkit-box-shadow: 0 2px 5px 2px rgba(146, 146, 146, .1);
    box-shadow: 0 2px 5px 2px rgba(146, 146, 146, .1)
}

.menu.vertical-navigation-content.docs-fixed.fixed {
    position: fixed;
    top: 90px;
    z-index: 2
}

.menu.vertical-navigation-content.is-affixed {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background-color: transparent
}

.menu.vertical-navigation-content.is-affixed:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu.vertical-navigation-content.is-affixed .inner-wrapper-sticky {
    -webkit-box-shadow: 0 2px 3px rgba(146, 146, 146, .1), 0 0 0 1px rgba(146, 146, 146, .1);
    box-shadow: 0 2px 3px rgba(146, 146, 146, .1), 0 0 0 1px rgba(146, 146, 146, .1);
    padding: 30px;
    background-color: #fff
}

.menu.vertical-navigation-content.is-affixed .inner-wrapper-sticky:hover {
    -webkit-box-shadow: 0 2px 5px 2px rgba(146, 146, 146, .1);
    box-shadow: 0 2px 5px 2px rgba(146, 146, 146, .1)
}

.docs-fixed-content {
    padding-bottom: 100px
}

.docs-fixed-content>h1 {
    text-transform: capitalize;
    margin-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px
}

.docs-fixed-content:last-child {
    padding-bottom: 0
}

.message {
    -webkit-box-shadow: 0 2px 3px rgba(146, 146, 146, .08), 0 0 0 1px rgba(146, 146, 146, .08);
    box-shadow: 0 2px 3px rgba(146, 146, 146, .08), 0 0 0 1px rgba(146, 146, 146, .08)
}

.message .message-header p {
    color: #fff;
    font-size: 17px;
    font-size: 1.0625rem
}

.message .message-body {
    font-family: 'P-FONT', 'Open Sans', sans-serif
}

.floating_buttons .float {
    position: fixed;
    bottom: 35px;
    right: 30px;
    z-index: 99;
    -webkit-animation: bot-to-top 2s ease-out;
    animation: bot-to-top 2s ease-out
}

.floating_buttons .float .icon i.icon-share {
    margin-left: -2px
}

.floating_buttons .icon {
    font-size: 18px;
    margin-top: 10px;
    width: auto;
    height: auto
}

.floating_buttons ul {
    position: fixed;
    right: 30px;
    bottom: 73px;
    z-index: 100;
    visibility: hidden
}

.floating_buttons ul:not(:hover) {
    -webkit-animation: scale-out .5s;
    animation: scale-out .5s
}

.floating_buttons ul li {
    list-style: none;
    margin-bottom: 10px
}

.floating_buttons ul li a {
    display: block
}

.floating_buttons .float,
.floating_buttons ul li a {
    background-color: #e62819;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px rgba(146, 146, 146, .3);
    box-shadow: 2px 2px 3px rgba(146, 146, 146, .3);
    width: 38px;
    height: 38px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.floating_buttons .float:hover,
.floating_buttons ul li a:hover {
    background-color: #363636
}

.floating_buttons ul:hover {
    visibility: visible !important;
    opacity: 1 !important
}

.floating_buttons.is-active ul {
    visibility: visible;
    opacity: 1;
    -webkit-animation: scale-in .5s;
    animation: scale-in .5s
}

.floating_buttons a#menu-share .icon {
    -webkit-animation: rotate-in .5s;
    animation: rotate-in .5s
}

.floating_buttons a#menu-share:hover>.icon {
    -webkit-animation: rotate-out .5s;
    animation: rotate-out .5s
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@-webkit-keyframes bot-to-top {
    0% {
        bottom: -40px
    }

    50% {
        bottom: 40px
    }
}

@keyframes bot-to-top {
    0% {
        bottom: -40px
    }

    50% {
        bottom: 40px
    }
}

@-webkit-keyframes scale-in {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-in {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes scale-out {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

@keyframes scale-out {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

@-webkit-keyframes rotate-in {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-in {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate-out {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes rotate-out {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.floating_buttons.is-left .float,
.floating_buttons.is-left ul {
    right: inherit;
    left: 30px
}

.floating_buttons.is-animate .float {
    -webkit-animation: bounce 2s ease-in-out forwards;
    animation: bounce 2s ease-in-out forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.floating_buttons.is-animate.is-active .float {
    -webkit-animation: none;
    animation: none
}

.floating_buttons.is-info .float,
.floating_buttons.is-info ul li a {
    background-color: #209cee
}

.floating_buttons.is-success .float,
.floating_buttons.is-success ul li a {
    background-color: #23d160
}

.floating_buttons.is-warning .float,
.floating_buttons.is-warning ul li a {
    background-color: #ffdd57
}

.floating_buttons.is-danger .float,
.floating_buttons.is-danger ul li a {
    background-color: #ff3860
}

.quickview .delete,
.quickview .modal-close {
    background-color: transparent
}

.quickview .delete::before,
.quickview .modal-close::before {
    width: 80%
}

.quickview .delete::after,
.quickview .modal-close::after {
    height: 80%
}

.quickview .delete::after,
.quickview .delete::before,
.quickview .modal-close::after,
.quickview .modal-close::before {
    background-color: #797979
}

#quickviewDemos .image-hover figure {
    margin-bottom: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15)
}

#quickviewDemos .image-hover.effect-5 figure img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

#quickviewDemos .image-hover .menu-mark {
    visibility: visible;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    font-size: 10px;
    height: 1.7em;
    padding-left: .5em;
    padding-right: .5em;
    vertical-align: top;
    margin-top: 1px;
    margin-left: 6px;
    text-transform: uppercase
}

#quickviewDemos .column {
    padding: .5rem
}

#quickviewDemos .column.is-active figure {
    cursor: default
}

#quickviewDemos .quickview-header .title {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;

}

#quickviewDemos .quickview-body {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

#quickviewDemos .quickview-body::-webkit-scrollbar {
    width: 0 !important
}

#quickviewInfo .quickview-header {
    border: none;
    background: #fff;
    margin: 20px 20px 0
}

#quickviewInfo .quickview-body {
    padding-top: 0
}

#quickviewInfo .quickview-body .footer,
#quickviewInfo .quickview-body footer {
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: .5rem;
    padding-right: .5rem;
    background: #fff;
    text-align: center;
    color: #171717
}

#quickviewInfo .quickview-body .footer .widget,
#quickviewInfo .quickview-body footer .widget {

    margin-top: 0
}

#quickviewInfo .quickview-body .footer .box.menu-list,
#quickviewInfo .quickview-body footer .box.menu-list {
    margin: 15px 0 5px
}

#quickviewInfo .quickview-body .footer .box.menu-list a,
#quickviewInfo .quickview-body footer .box.menu-list a {
    color: #494949
}

#quickviewInfo .quickview-body .footer .box.menu-list a:hover,
#quickviewInfo .quickview-body footer .box.menu-list a:hover {
    color: #e83c2e
}

#quickviewInfo .quickview-body .footer .box.menu-list .menu-title,
#quickviewInfo .quickview-body footer .box.menu-list .menu-title {
    font-size: 20px;
    min-width: auto
}

#quickviewInfo .quickview-body .footer .box.menu-list .menu-line,
#quickviewInfo .quickview-body footer .box.menu-list .menu-line {
    width: 50px
}

#quickviewInfo .quickview-body .footer .box.menu-list .menu-price,
#quickviewInfo .quickview-body footer .box.menu-list .menu-price {
    font-family: 'SUB-FONT', Apple SD Gothic Neo, sans-serif;
}

#quickviewInfo .quickview-body .footer .site-logo,
#quickviewInfo .quickview-body footer .site-logo {

    margin-bottom: 0;
    margin-top: -11px
}

#quickviewInfo .quickview-body .footer .site-logo a,
#quickviewInfo .quickview-body footer .site-logo a {
    display: inline-block;
    color: #171717
}

#quickviewInfo .quickview-body .footer .site-logo span.logo-text,
#quickviewInfo .quickview-body footer .site-logo span.logo-text {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 2px;
    padding: 0 8px;
    color: #171717
}

#quickviewInfo .quickview-body .footer .footer-social-links li,
#quickviewInfo .quickview-body footer .footer-social-links li {
    padding: 0 5.5px
}

#quickviewInfo .quickview-body .footer .footer-social-links li:first-child,
#quickviewInfo .quickview-body footer .footer-social-links li:first-child {
    padding-left: 0
}

#quickviewInfo .quickview-body .footer .footer-social-links li:last-child,
#quickviewInfo .quickview-body footer .footer-social-links li:last-child {
    padding-right: 0
}

#quickviewInfo .quickview-body .footer .footer-social-links li .icon,
#quickviewInfo .quickview-body footer .footer-social-links li .icon {
    width: 30px;
    height: 30px;
    border-radius: 100%
}

#quickviewInfo .quickview-body .footer .footer-social-links li .icon i,
#quickviewInfo .quickview-body footer .footer-social-links li .icon i {
    font-size: 15px;
    font-size: .9375rem
}

#quickviewInfo .quickview-body .footer .widget-form .button,
#quickviewInfo .quickview-body footer .widget-form .button {
    height: 100%;
    margin-left: 0
}

#quickviewInfo .quickview-body .footer .widget-form input,
#quickviewInfo .quickview-body footer .widget-form input {
    padding-right: 6.5em
}

#quickviewInfo .quickview-body .footer .widget-title,
#quickviewInfo .quickview-body footer .widget-title {
    color: #171717
}

.ripple-effect {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    -webkit-transition: height .25s ease, width .25s ease;
    transition: height .25s ease, width .25s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ripple-effect:after,
.ripple-effect:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .15)
}

.ripple-effect:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.ripple-effect:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}

.ripple-effect:hover:after,
.ripple-effect:hover:before {
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0
    }
}

.table tbody {

    color: #494949
}

.is-flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.is-flex-reverse-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.breadcrumb {

    font-size: 15px;
    font-size: .9375rem
}

.parallax-background {
    background: 0 0;
    position: relative;
    overflow: hidden
}

.parallax-mirror {
    top: 0 !important
}

.tooltip {
    font-family: 'SUB-FONT', Apple SD Gothic Neo, sans-serif;
}

.tooltip:before {
    text-align: center
}

div.code-toolbar>.toolbar a,
div.code-toolbar>.toolbar button,
div.code-toolbar>.toolbar span {
    border-radius: 0;
    background-color: transparent;
    color: #929292;

    -webkit-box-shadow: none;
    box-shadow: none
}

pre[class*=language-] {
    padding: 1.5em;
    margin: 1.8em 0
}

.back-to-top {
    position: fixed;
    bottom: 32px;
    right: 40px;
    z-index: 9999;
    opacity: 0
}

.back-to-top .icon {
    background-color: rgba(54, 54, 54, .7);
    color: #fff;
    width: 30px;
    height: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.back-to-top .icon i {
    font-size: 20px;
    font-size: 1.25rem
}

.back-to-top:hover .icon {
    background-color: #363636
}

.back-to-top.show {
    opacity: 1
}

.back-to-top.is-primary .icon {
    background-color: rgba(232, 60, 46, .7)
}

.back-to-top.is-primary:hover .icon {
    background-color: #e83c2e
}

.back-to-top.is-info .icon {
    background-color: rgba(32, 156, 238, .7)
}

.back-to-top.is-info:hover .icon {
    background-color: #209cee
}

.back-to-top.is-success .icon {
    background-color: rgba(35, 209, 96, .7)
}

.back-to-top.is-success:hover .icon {
    background-color: #23d160
}

.back-to-top.is-warning .icon {
    background-color: rgba(255, 221, 87, .7)
}

.back-to-top.is-warning:hover .icon {
    background-color: #ffdd57
}

.back-to-top.is-danger .icon {
    background-color: rgba(255, 56, 96, .7)
}

.back-to-top.is-danger:hover .icon {
    background-color: #ff3860
}

.tagsinput input[type=text],
.tagsinput.input {
    font-size: 12px
}

.tagsinput input[type=text]:focus,
.tagsinput.input:focus {
    outline: 0
}

.quickview {
    z-index: 101
}

.quickview .title:not(:last-child) {
    margin-bottom: 0
}

.quickview .quickview-body {
    padding: 25px 20px
}

.steps {
    font-family: 'SUB-FONT', Apple SD Gothic Neo, sans-serif;
}

.mfp-bg {
    background-color: #000;
    opacity: .85
}

.mfp-close {
    right: 30px;
    height: 85px;
    font-size: 30px;
    opacity: 1
}

.mfp-bottom-bar {

    margin-top: -28px
}

.mfp-bottom-bar .mfp-counter,
.mfp-bottom-bar .mfp-title {
    font-size: 12px;
    font-size: .75rem;
    color: #fff;
    opacity: .8
}

.mfp-arrow {
    height: 90px;
    color: #fff;
    opacity: .8
}

.mfp-arrow-right:before {
    font-family: Ionicons;
    font-size: 45px;
    font-size: 2.8125rem;
    content: "\f119";
    border: 0
}

.mfp-arrow-right:after {
    display: none
}

.mfp-arrow-left:before {
    font-family: Ionicons;
    font-size: 45px;
    font-size: 2.8125rem;
    content: "\f117";
    border: 0
}

.mfp-arrow-left:after {
    display: none
}

#popup-form,
#small-dialog,
#small-modal {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
    max-width: 550px;
    margin: 40px auto;
    position: relative
}

#popup-form .mfp-close,
#small-dialog .mfp-close,
#small-modal .mfp-close {
    right: 0;
    height: 44px;
    font-size: 30px;
    opacity: 1
}

#popup-form {
    max-width: 600px
}

.mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.bd-notification {
    background-color: #f0f0f0;
    color: #929292;
    padding: 1.25rem 0;
    position: relative;
    text-align: center
}

.bd-notification.is-primary {
    background-color: #e83c2e;
    color: #fff
}

.bd-notification.is-info {
    background-color: #209cee;
    color: #fff
}

.bd-notification.is-danger {
    background-color: #ff3860;
    color: #fff
}

.barrating {
    font-family: 'SUB-FONT', Apple SD Gothic Neo, sans-serif;
}

.barrating select {
    display: none
}

.barrating .br-wrapper {
    margin-bottom: 10px
}

.barrating.stars-css {
    margin-top: -8px
}

.barrating.stars-css .br-wrapper {
    margin-bottom: 12px
}

.barrating .stars-title {
    font-size: 14px;
    font-size: .875rem;
    color: #929292
}

.barrating .br-theme-fontawesome-stars .br-widget a,
.barrating .br-theme-fontawesome-stars-o .br-widget a {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

.barrating .br-theme-fontawesome-stars .br-widget a,
.barrating .br-theme-fontawesome-stars-o .br-widget a.br-active,
.barrating .br-theme-fontawesome-stars-o .br-widget a.br-fractional,
.barrating .br-theme-fontawesome-stars-o .br-widget a.br-selected {
    font-weight: 900
}

.barrating .br-theme-fontawesome-stars-o .br-widget a:after {
    content: '\f005'
}

.barrating .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    content: '\f005'
}

.barrating .hidden {
    display: none !important;
    visibility: hidden
}

.animated-typing,
.typed-cursor {
    font-size: 20px;
    font-size: 1.25rem;
    white-space: pre
}

#typed-intro {
    font-size: 60px;
    font-size: 3.75rem
}

.page-title .typed-cursor {
    font-size: 60px;
    font-size: 3.75rem
}

.typed-cursor {
    padding: 0 4px
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.video-container {
    margin: 1.8em 0 2em
}

.vidmask-block-back,
.vidmask-body-back {
    background: #121212
}

.no-background {
    background-color: transparent !important
}

.infinite-scroll .page-load-status {
    display: none;
    opacity: .5;
    padding: 35px 0 10px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px
}

.infinite-scroll .view-more-button {
    margin-top: 45px
}

.show-icons-list span {
    font-size: 14px;
    font-size: .875rem;
    color: #929292
}

.show-icons-list .icon {
    color: #797979;
    margin: 8px 15px 8px 25px;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.show-icons-list .icon i {
    font-size: 25px;
    font-size: 1.5625rem
}

.show-icons-list>div:hover .icon {
    color: #e62819
}

.global-social-links {
    text-align: center
}

.global-social-links li {
    display: inline-block;
    padding: 0 7px
}

.global-social-links li a {
    display: inline-block
}

.global-social-links li .icon {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #e83c2e;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.global-social-links li .icon i {
    font-size: 17px;
    font-size: 1.0625rem
}

.global-social-links li .icon:hover {
    background-color: #121212
}

.global-social-links.style-1 li .icon,
.global-social-links.style-3 li .icon {
    background-color: transparent;
    color: #121212;
    border: 1px solid #f0f0f0
}

.global-social-links.style-1 li .icon:hover,
.global-social-links.style-3 li .icon:hover {
    color: #e83c2e;
    background-color: transparent
}

.global-social-links.style-2 li .icon {
    border-radius: 0;
    background-color: #797979
}

.global-social-links.style-2 li .icon:hover {
    background-color: #e83c2e
}

.global-social-links.style-3 li .icon,
.global-social-links.style-4 li .icon {
    border-radius: 0
}

.global-social-links.style-4 li .icon {
    background-color: transparent;
    color: #e83c2e
}

.global-social-links.style-4 li .icon i {
    font-size: 21px;
    font-size: 1.3125rem
}

.global-social-links.style-4 li .icon:hover {
    color: #121212
}

.button.badge:not([data-badge=""])::after {
    padding: .3rem .4rem .3rem .5rem
}

.content blockquote span,
.entry-content blockquote span {
    text-transform: uppercase
}

.content blockquote,
.entry-content blockquote {
    text-transform: capitalize
}

.content blockquote,
.entry-content blockquote {
    font-family: 'HEAD-FONT', Apple SD Gothic Neo, sans-serif;
    margin: 1.8em 0;
    color: #333;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.8;
    position: relative
}

.content blockquote span,
.entry-content blockquote span {

    font-size: 14px;
    font-size: .875rem;
    color: #df4538;
    letter-spacing: 1px;
    display: block;
    margin-top: 1.8em
}

.content blockquote span:before,
.entry-content blockquote span:before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 1px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #d8d8d8;
    vertical-align: middle;
    margin: 0 .5rem 0 0
}

.content blockquote.style-1,
.entry-content blockquote.style-1 {
    text-align: center;
    border: none;
    font-size: 25px;
    font-size: 1.5625rem;
    padding: .8em .1em;
    margin-top: 2.8em
}

.content blockquote.style-1:before,
.entry-content blockquote.style-1:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 35px;
    font-size: 2.1875rem;
    content: "\f10d";
    top: -34%;
    left: 49%;
    position: absolute;
    color: #df4538;
    font-weight: 900
}

.content blockquote.style-1 span,
.entry-content blockquote.style-1 span {
    color: #929292
}

.content blockquote.style-1 span:before,
.entry-content blockquote.style-1 span:before {
    border-color: #df4538;
    background-color: #df4538
}

.content blockquote.style-2,
.entry-content blockquote.style-2 {
    border: none;
    padding-left: 3.2em;
    padding-top: .6em;
    font-size: 22px;
    font-size: 1.375rem
}

.content blockquote.style-2:before,
.entry-content blockquote.style-2:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 33px;
    font-size: 2.0625rem;
    content: "\f10d";
    top: 0;
    left: 0;
    position: absolute;
    color: #df4538;
    font-weight: 900
}

.content blockquote.style-3,
.entry-content blockquote.style-3 {
    border: none;
    padding-top: .4em;
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center
}

.content blockquote.style-3 span,
.entry-content blockquote.style-3 span {
    color: #929292
}

.content blockquote.style-3:before,
.entry-content blockquote.style-3:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 33px;
    font-size: 2.0625rem;
    content: "\f10d";
    top: 0;
    left: 0;
    position: absolute;
    color: #df4538;
    font-weight: 900
}

.content blockquote.style-3:after,
.entry-content blockquote.style-3:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 33px;
    font-size: 2.0625rem;
    content: "\f10e";
    top: 0;
    right: 0;
    position: absolute;
    color: #df4538;
    font-weight: 900;
    content: "\f10e"
}

.content blockquote.style-4,
.entry-content blockquote.style-4 {
    text-align: center;
    border: none;
    font-size: 25px;
    font-size: 1.5625rem;
    padding: .8em .1em;
    margin-top: 2em
}

.content blockquote.style-4:before,
.entry-content blockquote.style-4:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 80px;
    font-size: 5rem;
    content: "\f10d";
    top: -20%;
    left: 46%;
    position: absolute;
    color: #f0f0f0;
    font-weight: 900;
    opacity: .7;
    z-index: -1
}

.content blockquote.is-info,
.entry-content blockquote.is-info {
    border-color: #209cee
}

.content blockquote.is-info span,
.entry-content blockquote.is-info span {
    color: #209cee
}

.content blockquote.is-info.style-1:before,
.entry-content blockquote.is-info.style-1:before {
    color: #209cee
}

.content blockquote.is-info.style-1 span,
.entry-content blockquote.is-info.style-1 span {
    color: #929292
}

.content blockquote.is-info.style-1 span:before,
.entry-content blockquote.is-info.style-1 span:before {
    border-color: #209cee;
    background-color: #209cee
}

.content blockquote.is-info.style-2:before,
.entry-content blockquote.is-info.style-2:before {
    color: #209cee
}

.content blockquote.is-info.style-3 span,
.entry-content blockquote.is-info.style-3 span {
    color: #929292
}

.content blockquote.is-info.style-3:before,
.entry-content blockquote.is-info.style-3:before {
    color: #209cee
}

.content blockquote.is-info.style-3:after,
.entry-content blockquote.is-info.style-3:after {
    color: #209cee
}

.content blockquote.is-success,
.entry-content blockquote.is-success {
    border-color: #23d160
}

.content blockquote.is-success span,
.entry-content blockquote.is-success span {
    color: #23d160
}

.content blockquote.is-success.style-1:before,
.entry-content blockquote.is-success.style-1:before {
    color: #23d160
}

.content blockquote.is-success.style-1 span,
.entry-content blockquote.is-success.style-1 span {
    color: #929292
}

.content blockquote.is-success.style-1 span:before,
.entry-content blockquote.is-success.style-1 span:before {
    border-color: #23d160;
    background-color: #23d160
}

.content blockquote.is-success.style-2:before,
.entry-content blockquote.is-success.style-2:before {
    color: #23d160
}

.content blockquote.is-success.style-3 span,
.entry-content blockquote.is-success.style-3 span {
    color: #929292
}

.content blockquote.is-success.style-3:before,
.entry-content blockquote.is-success.style-3:before {
    color: #23d160
}

.content blockquote.is-success.style-3:after,
.entry-content blockquote.is-success.style-3:after {
    color: #23d160
}

.content blockquote.is-warning,
.entry-content blockquote.is-warning {
    border-color: #ffdd57
}

.content blockquote.is-warning span,
.entry-content blockquote.is-warning span {
    color: #ffdd57
}

.content blockquote.is-warning.style-1:before,
.entry-content blockquote.is-warning.style-1:before {
    color: #ffdd57
}

.content blockquote.is-warning.style-1 span,
.entry-content blockquote.is-warning.style-1 span {
    color: #929292
}

.content blockquote.is-warning.style-1 span:before,
.entry-content blockquote.is-warning.style-1 span:before {
    border-color: #ffdd57;
    background-color: #ffdd57
}

.content blockquote.is-warning.style-2:before,
.entry-content blockquote.is-warning.style-2:before {
    color: #ffdd57
}

.content blockquote.is-warning.style-3 span,
.entry-content blockquote.is-warning.style-3 span {
    color: #929292
}

.content blockquote.is-warning.style-3:before,
.entry-content blockquote.is-warning.style-3:before {
    color: #ffdd57
}

.content blockquote.is-warning.style-3:after,
.entry-content blockquote.is-warning.style-3:after {
    color: #ffdd57
}

.content blockquote.is-black,
.entry-content blockquote.is-black {
    border-color: #0a0a0a
}

.content blockquote.is-black span,
.entry-content blockquote.is-black span {
    color: #0a0a0a
}

.content blockquote.is-black.style-1:before,
.entry-content blockquote.is-black.style-1:before {
    color: #0a0a0a
}

.content blockquote.is-black.style-1 span,
.entry-content blockquote.is-black.style-1 span {
    color: #929292
}

.content blockquote.is-black.style-1 span:before,
.entry-content blockquote.is-black.style-1 span:before {
    border-color: #0a0a0a;
    background-color: #0a0a0a
}

.content blockquote.is-black.style-2:before,
.entry-content blockquote.is-black.style-2:before {
    color: #0a0a0a
}

.content blockquote.is-black.style-3 span,
.entry-content blockquote.is-black.style-3 span {
    color: #929292
}

.content blockquote.is-black.style-3:before,
.entry-content blockquote.is-black.style-3:before {
    color: #0a0a0a
}

.content blockquote.is-black.style-3:after,
.entry-content blockquote.is-black.style-3:after {
    color: #0a0a0a
}

.content blockquote.is-link,
.entry-content blockquote.is-link {
    border-color: #e83c2e
}

.content blockquote.is-link span,
.entry-content blockquote.is-link span {
    color: #e83c2e
}

.content blockquote.is-link.style-1:before,
.entry-content blockquote.is-link.style-1:before {
    color: #e83c2e
}

.content blockquote.is-link.style-1 span,
.entry-content blockquote.is-link.style-1 span {
    color: #929292
}

.content blockquote.is-link.style-1 span:before,
.entry-content blockquote.is-link.style-1 span:before {
    border-color: #e83c2e;
    background-color: #e83c2e
}

.content blockquote.is-link.style-2:before,
.entry-content blockquote.is-link.style-2:before {
    color: #e83c2e
}

.content blockquote.is-link.style-3 span,
.entry-content blockquote.is-link.style-3 span {
    color: #929292
}

.content blockquote.is-link.style-3:before,
.entry-content blockquote.is-link.style-3:before {
    color: #e83c2e
}

.content blockquote.is-link.style-3:after,
.entry-content blockquote.is-link.style-3:after {
    color: #e83c2e
}

.content blockquote.is-danger,
.entry-content blockquote.is-danger {
    border-color: #ff3860
}

.content blockquote.is-danger span,
.entry-content blockquote.is-danger span {
    color: #ff3860
}

.content blockquote.is-danger.style-1:before,
.entry-content blockquote.is-danger.style-1:before {
    color: #ff3860
}

.content blockquote.is-danger.style-1 span,
.entry-content blockquote.is-danger.style-1 span {
    color: #929292
}

.content blockquote.is-danger.style-1 span:before,
.entry-content blockquote.is-danger.style-1 span:before {
    border-color: #ff3860;
    background-color: #ff3860
}

.content blockquote.is-danger.style-2:before,
.entry-content blockquote.is-danger.style-2:before {
    color: #ff3860
}

.content blockquote.is-danger.style-3 span,
.entry-content blockquote.is-danger.style-3 span {
    color: #929292
}

.content blockquote.is-danger.style-3:before,
.entry-content blockquote.is-danger.style-3:before {
    color: #ff3860
}

.content blockquote.is-danger.style-3:after,
.entry-content blockquote.is-danger.style-3:after {
    color: #ff3860
}

.content blockquote.is-primary,
.entry-content blockquote.is-primary {
    border-color: #e83c2e
}

.content blockquote.is-primary span,
.entry-content blockquote.is-primary span {
    color: #e83c2e
}

.content blockquote.is-primary.style-1:before,
.entry-content blockquote.is-primary.style-1:before {
    color: #e83c2e
}

.content blockquote.is-primary.style-1 span,
.entry-content blockquote.is-primary.style-1 span {
    color: #929292
}

.content blockquote.is-primary.style-1 span:before,
.entry-content blockquote.is-primary.style-1 span:before {
    border-color: #e83c2e;
    background-color: #e83c2e
}

.content blockquote.is-primary.style-2:before,
.entry-content blockquote.is-primary.style-2:before {
    color: #e83c2e
}

.content blockquote.is-primary.style-3 span,
.entry-content blockquote.is-primary.style-3 span {
    color: #929292
}

.content blockquote.is-primary.style-3:before,
.entry-content blockquote.is-primary.style-3:before {
    color: #e83c2e
}

.content blockquote.is-primary.style-3:after,
.entry-content blockquote.is-primary.style-3:after {
    color: #e83c2e
}

.content blockquote.is-secondary,
.entry-content blockquote.is-secondary {
    border-color: #121212
}

.content blockquote.is-secondary span,
.entry-content blockquote.is-secondary span {
    color: #121212
}

.content blockquote.is-secondary.style-1:before,
.entry-content blockquote.is-secondary.style-1:before {
    color: #121212
}

.content blockquote.is-secondary.style-1 span,
.entry-content blockquote.is-secondary.style-1 span {
    color: #929292
}

.content blockquote.is-secondary.style-1 span:before,
.entry-content blockquote.is-secondary.style-1 span:before {
    border-color: #121212;
    background-color: #121212
}

.content blockquote.is-secondary.style-2:before,
.entry-content blockquote.is-secondary.style-2:before {
    color: #121212
}

.content blockquote.is-secondary.style-3 span,
.entry-content blockquote.is-secondary.style-3 span {
    color: #929292
}

.content blockquote.is-secondary.style-3:before,
.entry-content blockquote.is-secondary.style-3:before {
    color: #121212
}

.content blockquote.is-secondary.style-3:after,
.entry-content blockquote.is-secondary.style-3:after {
    color: #121212
}

.content blockquote.is-tertiary,
.entry-content blockquote.is-tertiary {
    border-color: #929292
}

.content blockquote.is-tertiary span,
.entry-content blockquote.is-tertiary span {
    color: #929292
}

.content blockquote.is-tertiary.style-1:before,
.entry-content blockquote.is-tertiary.style-1:before {
    color: #929292
}

.content blockquote.is-tertiary.style-1 span,
.entry-content blockquote.is-tertiary.style-1 span {
    color: #929292
}

.content blockquote.is-tertiary.style-1 span:before,
.entry-content blockquote.is-tertiary.style-1 span:before {
    border-color: #929292;
    background-color: #929292
}

.content blockquote.is-tertiary.style-2:before,
.entry-content blockquote.is-tertiary.style-2:before {
    color: #929292
}

.content blockquote.is-tertiary.style-3 span,
.entry-content blockquote.is-tertiary.style-3 span {
    color: #929292
}

.content blockquote.is-tertiary.style-3:before,
.entry-content blockquote.is-tertiary.style-3:before {
    color: #929292
}

.content blockquote.is-tertiary.style-3:after,
.entry-content blockquote.is-tertiary.style-3:after {
    color: #929292
}

.box-item h3:not(:last-child),
.subtitle:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem
}

.box-item h3,
.subtitle,
.title {
    word-break: break-word
}

.box-item h3 em,
.box-item h3 span,
.subtitle em,
.subtitle span,
.title em,
.title span {
    font-weight: inherit
}

.box-item h3 sub,
.subtitle sub,
.title sub {
    font-size: .75em
}

.box-item h3 sup,
.subtitle sup,
.title sup {
    font-size: .75em
}

.box-item h3 .tag,
.subtitle .tag,
.title .tag {
    vertical-align: middle
}

.box-item h3,
.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125
}

.box-item h3 strong,
.title strong {
    color: inherit;
    font-weight: inherit
}

.box-item h3+.highlight,
.title+.highlight {
    margin-top: -.75rem
}

.box-item h3:not(.is-spaced)+.subtitle,
.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem
}

.box-item h3.is-1,
.title.is-1 {
    font-size: 3rem
}

.box-item h3.is-2,
.title.is-2 {
    font-size: 2.5rem
}

.box-item h3.is-3,
.title.is-3 {
    font-size: 2rem
}

.box-item h3.is-4,
.title.is-4 {
    font-size: 1.5rem
}

.box-item h3.is-5,
.title.is-5 {
    font-size: 1.25rem
}

.box-item h3.is-6,
.title.is-6 {
    font-size: 1rem
}

.box-item h3.is-7,
.title.is-7 {
    font-size: .75rem
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25
}

.subtitle strong {
    color: #363636;
    font-weight: 600
}

.box-item .subtitle:not(.is-spaced)+h3,
.subtitle:not(.is-spaced)+.title {
    margin-top: -1.25rem
}

.subtitle.is-1 {
    font-size: 3rem
}

.subtitle.is-2 {
    font-size: 2.5rem
}

.subtitle.is-3 {
    font-size: 2rem
}

.subtitle.is-4 {
    font-size: 1.5rem
}

.subtitle.is-5 {
    font-size: 1.25rem
}

.subtitle.is-6 {
    font-size: 1rem
}

.subtitle.is-7 {
    font-size: .75rem
}

.box-item {
    background-color: #fff;
    padding: 60px 30px 50px;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.box-item .icon {
    width: 85px;
    height: 85px;
    border-radius: 100%;
    background-color: #e83c2e;
    color: #fff;
    margin-bottom: 32px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.box-item .icon i {
    font-size: 45px;
    font-size: 2.8125rem
}

.box-item h3 {
    font-size: 27px;
    font-size: 1.6875rem;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.box-item h3 a {
    color: #121212
}

.box-item p {
    color: #929292;
    font-size: 15px;
    font-size: .9375rem;
    margin-bottom: 28px
}

.box-item .button {
    position: relative;
    color: #333;
    padding-left: 22px;
    padding-right: 22px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 12.5px;
    font-size: .78125rem;
    background-color: transparent !important;
    height: 2.25em
}

.box-item .button:after {
    font-family: Ionicons;
    font-size: 25px;
    font-size: 1.5625rem;
    content: "\f119";
    top: -5px;
    right: 0;
    position: absolute;
    color: #db392c;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.box-item .button:hover {
    color: #db392c
}

.box-item .button:hover:after {
    right: -3px;
    position: absolute
}

.box-item:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(146, 146, 146, .2);
    box-shadow: 2px 1px 25px 5px rgba(146, 146, 146, .2)
}

.box-item:hover .icon {
    background-color: #121212
}

.box-item:hover h3 a {
    color: #e83c2e
}

.columns.is-4 .column .box-item {
    margin-bottom: .5rem
}

.boxes-is-info .box-item .icon {
    background-color: #209cee
}

.boxes-is-info .box-item .button:after {
    color: #209cee
}

.boxes-is-info .box-item .button:hover {
    color: #209cee
}

.boxes-is-info .box-item:hover .icon {
    background-color: #121212
}

.boxes-is-info .box-item:hover h3 a {
    color: #209cee
}

.boxes-is-info.boxes-style-2 .box-item .icon {
    background-color: transparent
}

.boxes-is-info.boxes-style-2 .box-item:hover .icon {
    color: #209cee
}

.boxes-is-info.boxes-style-3 .box-item .icon,
.boxes-is-info.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #209cee
}

.boxes-is-info.boxes-style-3 .box-item:hover .icon,
.boxes-is-info.boxes-style-6 .box-item:hover .icon {
    color: #929292
}

.boxes-is-info.boxes-style-3 .box-item:hover h3 a,
.boxes-is-info.boxes-style-6 .box-item:hover h3 a {
    color: #209cee
}

.boxes-is-info.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #209cee
}

.boxes-is-info.boxes-style-4 .box-item:hover .icon {
    color: #929292
}

.boxes-is-info.boxes-style-4 .box-item:hover h3 a {
    color: #209cee
}

.boxes-is-info.boxes-style-4 .box-item:hover .button {
    background-color: #209cee !important;
    border: 1px solid #209cee
}

.boxes-is-info.boxes-style-4 .box-item .button {
    color: #209cee
}

.boxes-is-info.boxes-style-4 .box-item .button:after {
    color: #209cee
}

.boxes-is-info.boxes-style-4 .box-item .button:hover {
    background-color: #209cee !important;
    border: 1px solid #209cee
}

.boxes-is-info.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #209cee
}

.boxes-is-info.boxes-style-5 .box-item:hover .icon {
    color: #929292
}

.boxes-is-info.boxes-style-6 .box-item:hover {
    border: 1px solid #209cee
}

.boxes-is-info.boxes-style-6 .box-item:hover h3 a {
    color: #121212
}

.boxes-is-success .box-item .icon {
    background-color: #23d160
}

.boxes-is-success .box-item .button:after {
    color: #23d160
}

.boxes-is-success .box-item .button:hover {
    color: #23d160
}

.boxes-is-success .box-item:hover .icon {
    background-color: #121212
}

.boxes-is-success .box-item:hover h3 a {
    color: #23d160
}

.boxes-is-success.boxes-style-2 .box-item .icon {
    background-color: transparent
}

.boxes-is-success.boxes-style-2 .box-item:hover .icon {
    color: #23d160
}

.boxes-is-success.boxes-style-3 .box-item .icon,
.boxes-is-success.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #23d160
}

.boxes-is-success.boxes-style-3 .box-item:hover .icon,
.boxes-is-success.boxes-style-6 .box-item:hover .icon {
    color: #929292
}

.boxes-is-success.boxes-style-3 .box-item:hover h3 a,
.boxes-is-success.boxes-style-6 .box-item:hover h3 a {
    color: #23d160
}

.boxes-is-success.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #23d160
}

.boxes-is-success.boxes-style-4 .box-item:hover .icon {
    color: #929292
}

.boxes-is-success.boxes-style-4 .box-item:hover h3 a {
    color: #23d160
}

.boxes-is-success.boxes-style-4 .box-item:hover .button {
    background-color: #23d160 !important;
    border: 1px solid #23d160
}

.boxes-is-success.boxes-style-4 .box-item .button {
    color: #23d160
}

.boxes-is-success.boxes-style-4 .box-item .button:after {
    color: #23d160
}

.boxes-is-success.boxes-style-4 .box-item .button:hover {
    background-color: #23d160 !important;
    border: 1px solid #23d160
}

.boxes-is-success.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #23d160
}

.boxes-is-success.boxes-style-5 .box-item:hover .icon {
    color: #929292
}

.boxes-is-success.boxes-style-6 .box-item:hover {
    border: 1px solid #23d160
}

.boxes-is-success.boxes-style-6 .box-item:hover h3 a {
    color: #121212
}

.boxes-is-warning .box-item .icon {
    background-color: #ffdd57
}

.boxes-is-warning .box-item .button:after {
    color: #ffdd57
}

.boxes-is-warning .box-item .button:hover {
    color: #ffdd57
}

.boxes-is-warning .box-item:hover .icon {
    background-color: #121212
}

.boxes-is-warning .box-item:hover h3 a {
    color: #ffdd57
}

.boxes-is-warning.boxes-style-2 .box-item .icon {
    background-color: transparent
}

.boxes-is-warning.boxes-style-2 .box-item:hover .icon {
    color: #ffdd57
}

.boxes-is-warning.boxes-style-3 .box-item .icon,
.boxes-is-warning.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #ffdd57
}

.boxes-is-warning.boxes-style-3 .box-item:hover .icon,
.boxes-is-warning.boxes-style-6 .box-item:hover .icon {
    color: #929292
}

.boxes-is-warning.boxes-style-3 .box-item:hover h3 a,
.boxes-is-warning.boxes-style-6 .box-item:hover h3 a {
    color: #ffdd57
}

.boxes-is-warning.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #ffdd57
}

.boxes-is-warning.boxes-style-4 .box-item:hover .icon {
    color: #929292
}

.boxes-is-warning.boxes-style-4 .box-item:hover h3 a {
    color: #ffdd57
}

.boxes-is-warning.boxes-style-4 .box-item:hover .button {
    background-color: #ffdd57 !important;
    border: 1px solid #ffdd57
}

.boxes-is-warning.boxes-style-4 .box-item .button {
    color: #ffdd57
}

.boxes-is-warning.boxes-style-4 .box-item .button:after {
    color: #ffdd57
}

.boxes-is-warning.boxes-style-4 .box-item .button:hover {
    background-color: #ffdd57 !important;
    border: 1px solid #ffdd57
}

.boxes-is-warning.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #ffdd57
}

.boxes-is-warning.boxes-style-5 .box-item:hover .icon {
    color: #929292
}

.boxes-is-warning.boxes-style-6 .box-item:hover {
    border: 1px solid #ffdd57
}

.boxes-is-warning.boxes-style-6 .box-item:hover h3 a {
    color: #121212
}

.boxes-is-black .box-item .icon {
    background-color: #0a0a0a
}

.boxes-is-black .box-item .button:after {
    color: #0a0a0a
}

.boxes-is-black .box-item .button:hover {
    color: #0a0a0a
}

.boxes-is-black .box-item:hover .icon {
    background-color: #121212
}

.boxes-is-black .box-item:hover h3 a {
    color: #0a0a0a
}

.boxes-is-black.boxes-style-2 .box-item .icon {
    background-color: transparent
}

.boxes-is-black.boxes-style-2 .box-item:hover .icon {
    color: #0a0a0a
}

.boxes-is-black.boxes-style-3 .box-item .icon,
.boxes-is-black.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #0a0a0a
}

.boxes-is-black.boxes-style-3 .box-item:hover .icon,
.boxes-is-black.boxes-style-6 .box-item:hover .icon {
    color: #929292
}

.boxes-is-black.boxes-style-3 .box-item:hover h3 a,
.boxes-is-black.boxes-style-6 .box-item:hover h3 a {
    color: #0a0a0a
}

.boxes-is-black.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #0a0a0a
}

.boxes-is-black.boxes-style-4 .box-item:hover .icon {
    color: #929292
}

.boxes-is-black.boxes-style-4 .box-item:hover h3 a {
    color: #0a0a0a
}

.boxes-is-black.boxes-style-4 .box-item:hover .button {
    background-color: #0a0a0a !important;
    border: 1px solid #0a0a0a
}

.boxes-is-black.boxes-style-4 .box-item .button {
    color: #0a0a0a
}

.boxes-is-black.boxes-style-4 .box-item .button:after {
    color: #0a0a0a
}

.boxes-is-black.boxes-style-4 .box-item .button:hover {
    background-color: #0a0a0a !important;
    border: 1px solid #0a0a0a
}

.boxes-is-black.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #0a0a0a
}

.boxes-is-black.boxes-style-5 .box-item:hover .icon {
    color: #929292
}

.boxes-is-black.boxes-style-6 .box-item:hover {
    border: 1px solid #0a0a0a
}

.boxes-is-black.boxes-style-6 .box-item:hover h3 a {
    color: #121212
}

.boxes-is-link .box-item .icon {
    background-color: #e83c2e
}

.boxes-is-link .box-item .button:after {
    color: #e83c2e
}

.boxes-is-link .box-item .button:hover {
    color: #e83c2e
}

.boxes-is-link .box-item:hover .icon {
    background-color: #121212
}

.boxes-is-link .box-item:hover h3 a {
    color: #e83c2e
}

.boxes-is-link.boxes-style-2 .box-item .icon {
    background-color: transparent
}

.boxes-is-link.boxes-style-2 .box-item:hover .icon {
    color: #e83c2e
}

.boxes-is-link.boxes-style-3 .box-item .icon,
.boxes-is-link.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #e83c2e
}

.boxes-is-link.boxes-style-3 .box-item:hover .icon,
.boxes-is-link.boxes-style-6 .box-item:hover .icon {
    color: #929292
}

.boxes-is-link.boxes-style-3 .box-item:hover h3 a,
.boxes-is-link.boxes-style-6 .box-item:hover h3 a {
    color: #e83c2e
}

.boxes-is-link.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #e83c2e
}

.boxes-is-link.boxes-style-4 .box-item:hover .icon {
    color: #929292
}

.boxes-is-link.boxes-style-4 .box-item:hover h3 a {
    color: #e83c2e
}

.boxes-is-link.boxes-style-4 .box-item:hover .button {
    background-color: #e83c2e !important;
    border: 1px solid #e83c2e
}

.boxes-is-link.boxes-style-4 .box-item .button {
    color: #e83c2e
}

.boxes-is-link.boxes-style-4 .box-item .button:after {
    color: #e83c2e
}

.boxes-is-link.boxes-style-4 .box-item .button:hover {
    background-color: #e83c2e !important;
    border: 1px solid #e83c2e
}

.boxes-is-link.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #e83c2e
}

.boxes-is-link.boxes-style-5 .box-item:hover .icon {
    color: #929292
}

.boxes-is-link.boxes-style-6 .box-item:hover {
    border: 1px solid #e83c2e
}

.boxes-is-link.boxes-style-6 .box-item:hover h3 a {
    color: #121212
}

.boxes-is-danger .box-item .icon {
    background-color: #ff3860
}

.boxes-is-danger .box-item .button:after {
    color: #ff3860
}

.boxes-is-danger .box-item .button:hover {
    color: #ff3860
}

.boxes-is-danger .box-item:hover .icon {
    background-color: #121212
}

.boxes-is-danger .box-item:hover h3 a {
    color: #ff3860
}

.boxes-is-danger.boxes-style-2 .box-item .icon {
    background-color: transparent
}

.boxes-is-danger.boxes-style-2 .box-item:hover .icon {
    color: #ff3860
}

.boxes-is-danger.boxes-style-3 .box-item .icon,
.boxes-is-danger.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #ff3860
}

.boxes-is-danger.boxes-style-3 .box-item:hover .icon,
.boxes-is-danger.boxes-style-6 .box-item:hover .icon {
    color: #929292
}

.boxes-is-danger.boxes-style-3 .box-item:hover h3 a,
.boxes-is-danger.boxes-style-6 .box-item:hover h3 a {
    color: #ff3860
}

.boxes-is-danger.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #ff3860
}

.boxes-is-danger.boxes-style-4 .box-item:hover .icon {
    color: #929292
}

.boxes-is-danger.boxes-style-4 .box-item:hover h3 a {
    color: #ff3860
}

.boxes-is-danger.boxes-style-4 .box-item:hover .button {
    background-color: #ff3860 !important;
    border: 1px solid #ff3860
}

.boxes-is-danger.boxes-style-4 .box-item .button {
    color: #ff3860
}

.boxes-is-danger.boxes-style-4 .box-item .button:after {
    color: #ff3860
}

.boxes-is-danger.boxes-style-4 .box-item .button:hover {
    background-color: #ff3860 !important;
    border: 1px solid #ff3860
}

.boxes-is-danger.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #ff3860
}

.boxes-is-danger.boxes-style-5 .box-item:hover .icon {
    color: #929292
}

.boxes-is-danger.boxes-style-6 .box-item:hover {
    border: 1px solid #ff3860
}

.boxes-is-danger.boxes-style-6 .box-item:hover h3 a {
    color: #121212
}

.boxes-is-primary .box-item .icon {
    background-color: #e83c2e
}

.boxes-is-primary .box-item .button:after {
    color: #e83c2e
}

.boxes-is-primary .box-item .button:hover {
    color: #e83c2e
}

.boxes-is-primary .box-item:hover .icon {
    background-color: #121212
}

.boxes-is-primary .box-item:hover h3 a {
    color: #e83c2e
}

.boxes-is-primary.boxes-style-2 .box-item .icon {
    background-color: transparent
}

.boxes-is-primary.boxes-style-2 .box-item:hover .icon {
    color: #e83c2e
}

.boxes-is-primary.boxes-style-3 .box-item .icon,
.boxes-is-primary.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #e83c2e
}

.boxes-is-primary.boxes-style-3 .box-item:hover .icon,
.boxes-is-primary.boxes-style-6 .box-item:hover .icon {
    color: #929292
}

.boxes-is-primary.boxes-style-3 .box-item:hover h3 a,
.boxes-is-primary.boxes-style-6 .box-item:hover h3 a {
    color: #e83c2e
}

.boxes-is-primary.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #e83c2e
}

.boxes-is-primary.boxes-style-4 .box-item:hover .icon {
    color: #929292
}

.boxes-is-primary.boxes-style-4 .box-item:hover h3 a {
    color: #e83c2e
}

.boxes-is-primary.boxes-style-4 .box-item:hover .button {
    background-color: #e83c2e !important;
    border: 1px solid #e83c2e
}

.boxes-is-primary.boxes-style-4 .box-item .button {
    color: #e83c2e
}

.boxes-is-primary.boxes-style-4 .box-item .button:after {
    color: #e83c2e
}

.boxes-is-primary.boxes-style-4 .box-item .button:hover {
    background-color: #e83c2e !important;
    border: 1px solid #e83c2e
}

.boxes-is-primary.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #e83c2e
}

.boxes-is-primary.boxes-style-5 .box-item:hover .icon {
    color: #929292
}

.boxes-is-primary.boxes-style-6 .box-item:hover {
    border: 1px solid #e83c2e
}

.boxes-is-primary.boxes-style-6 .box-item:hover h3 a {
    color: #121212
}

.boxes-is-secondary .box-item .icon {
    background-color: #121212
}

.boxes-is-secondary .box-item .button:after {
    color: #121212
}

.boxes-is-secondary .box-item .button:hover {
    color: #121212
}

.boxes-is-secondary .box-item:hover .icon {
    background-color: #121212
}

.boxes-is-secondary .box-item:hover h3 a {
    color: #121212
}

.boxes-is-secondary.boxes-style-2 .box-item .icon {
    background-color: transparent
}

.boxes-is-secondary.boxes-style-2 .box-item:hover .icon {
    color: #121212
}

.boxes-is-secondary.boxes-style-3 .box-item .icon,
.boxes-is-secondary.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #121212
}

.boxes-is-secondary.boxes-style-3 .box-item:hover .icon,
.boxes-is-secondary.boxes-style-6 .box-item:hover .icon {
    color: #929292
}

.boxes-is-secondary.boxes-style-3 .box-item:hover h3 a,
.boxes-is-secondary.boxes-style-6 .box-item:hover h3 a {
    color: #121212
}

.boxes-is-secondary.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #121212
}

.boxes-is-secondary.boxes-style-4 .box-item:hover .icon {
    color: #929292
}

.boxes-is-secondary.boxes-style-4 .box-item:hover h3 a {
    color: #121212
}

.boxes-is-secondary.boxes-style-4 .box-item:hover .button {
    background-color: #121212 !important;
    border: 1px solid #121212
}

.boxes-is-secondary.boxes-style-4 .box-item .button {
    color: #121212
}

.boxes-is-secondary.boxes-style-4 .box-item .button:after {
    color: #121212
}

.boxes-is-secondary.boxes-style-4 .box-item .button:hover {
    background-color: #121212 !important;
    border: 1px solid #121212
}

.boxes-is-secondary.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #121212
}

.boxes-is-secondary.boxes-style-5 .box-item:hover .icon {
    color: #929292
}

.boxes-is-secondary.boxes-style-6 .box-item:hover {
    border: 1px solid #121212
}

.boxes-is-secondary.boxes-style-6 .box-item:hover h3 a {
    color: #121212
}

.boxes-is-tertiary .box-item .icon {
    background-color: #929292
}

.boxes-is-tertiary .box-item .button:after {
    color: #929292
}

.boxes-is-tertiary .box-item .button:hover {
    color: #929292
}

.boxes-is-tertiary .box-item:hover .icon {
    background-color: #121212
}

.boxes-is-tertiary .box-item:hover h3 a {
    color: #929292
}

.boxes-is-tertiary.boxes-style-2 .box-item .icon {
    background-color: transparent
}

.boxes-is-tertiary.boxes-style-2 .box-item:hover .icon {
    color: #929292
}

.boxes-is-tertiary.boxes-style-3 .box-item .icon,
.boxes-is-tertiary.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #929292
}

.boxes-is-tertiary.boxes-style-3 .box-item:hover .icon,
.boxes-is-tertiary.boxes-style-6 .box-item:hover .icon {
    color: #929292
}

.boxes-is-tertiary.boxes-style-3 .box-item:hover h3 a,
.boxes-is-tertiary.boxes-style-6 .box-item:hover h3 a {
    color: #929292
}

.boxes-is-tertiary.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #929292
}

.boxes-is-tertiary.boxes-style-4 .box-item:hover .icon {
    color: #929292
}

.boxes-is-tertiary.boxes-style-4 .box-item:hover h3 a {
    color: #929292
}

.boxes-is-tertiary.boxes-style-4 .box-item:hover .button {
    background-color: #929292 !important;
    border: 1px solid #929292
}

.boxes-is-tertiary.boxes-style-4 .box-item .button {
    color: #929292
}

.boxes-is-tertiary.boxes-style-4 .box-item .button:after {
    color: #929292
}

.boxes-is-tertiary.boxes-style-4 .box-item .button:hover {
    background-color: #929292 !important;
    border: 1px solid #929292
}

.boxes-is-tertiary.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #929292
}

.boxes-is-tertiary.boxes-style-5 .box-item:hover .icon {
    color: #929292
}

.boxes-is-tertiary.boxes-style-6 .box-item:hover {
    border: 1px solid #929292
}

.boxes-is-tertiary.boxes-style-6 .box-item:hover h3 a {
    color: #121212
}

.boxes-style-1 .box-item,
.boxes-style-3 .box-item,
.boxes-style-5 .box-item {
    padding: 10px 0 10px;
    background-color: transparent
}

.boxes-style-1 .box-item .button,
.boxes-style-3 .box-item .button,
.boxes-style-5 .box-item .button {
    display: none
}

.boxes-style-1 .box-item p,
.boxes-style-3 .box-item p,
.boxes-style-5 .box-item p {
    margin-bottom: 0
}

.boxes-style-1 .box-item:hover,
.boxes-style-3 .box-item:hover,
.boxes-style-5 .box-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.boxes-style-2 .box-item {
    padding: 55px 40px 30px;
    text-align: inherit
}

.boxes-style-2 .box-item .button {
    display: none
}

.boxes-style-2 .box-item .icon {
    background-color: transparent;
    color: #929292;
    width: auto;
    height: auto;
    margin-bottom: 28px
}

.boxes-style-2 .box-item .icon i {
    line-height: 1;
    font-size: 49px;
    font-size: 3.0625rem
}

.boxes-style-2 .box-item:hover .icon {
    color: #e83c2e
}

.boxes-style-2 .box-item:hover h3 a {
    color: #121212
}

.boxes-style-3 .box-item .icon,
.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #e83c2e;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-top: -10px
}

.boxes-style-3 .box-item .icon i,
.boxes-style-6 .box-item .icon i {
    line-height: 1;
    font-size: 49px;
    font-size: 3.0625rem
}

.boxes-style-3 .box-item h3,
.boxes-style-6 .box-item h3 {
    margin-bottom: 1.1rem
}

.boxes-style-3 .box-item .media-left,
.boxes-style-6 .box-item .media-left {
    margin-right: 1.7rem
}

.boxes-style-3 .box-item:hover .icon,
.boxes-style-6 .box-item:hover .icon {
    color: #929292
}

.boxes-style-3 .box-item:hover h3 a,
.boxes-style-6 .box-item:hover h3 a {
    color: #e83c2e
}

.boxes-style-4 .box-item {
    padding-bottom: 60px
}

.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #e83c2e;
    width: auto;
    height: auto;
    margin-bottom: 28px
}

.boxes-style-4 .box-item .icon i {
    line-height: 1;
    font-size: 65px;
    font-size: 4.0625rem
}

.boxes-style-4 .box-item p {
    margin-bottom: 38px
}

.boxes-style-4 .box-item:hover .icon {
    color: #929292
}

.boxes-style-4 .box-item:hover h3 a {
    color: #e83c2e
}

.boxes-style-4 .box-item:hover .button {
    color: #fff;
    border: 1px solid #f0f0f0;
    background-color: #e83c2e !important;
    border: 1px solid #e83c2e
}

.boxes-style-4 .box-item:hover .button:after {
    color: #fff;
    right: 13px;
    position: absolute
}

.boxes-style-4 .box-item .button {
    color: #e83c2e;
    border: 1px solid #f0f0f0;
    height: 2.8em;
    padding-right: 36px;
    padding-left: 18px
}

.boxes-style-4 .box-item .button:after {
    color: #e83c2e;
    top: -2px;
    right: 16px
}

.boxes-style-4 .box-item .button:hover {
    color: #fff;
    border: 1px solid #f0f0f0;
    background-color: #e83c2e !important;
    border: 1px solid #e83c2e
}

.boxes-style-4 .box-item .button:hover:after {
    color: #fff;
    right: 13px;
    position: absolute
}

.boxes-style-5 .box-item .button {
    display: none
}

.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #e83c2e;
    width: auto;
    height: auto;
    margin-bottom: 28px
}

.boxes-style-5 .box-item .icon i {
    line-height: 1;
    font-size: 49px;
    font-size: 3.0625rem
}

.boxes-style-5 .box-item:hover .icon {
    color: #929292
}

.boxes-style-6 .box-item {
    padding: 40px 30px 30px;
    border: 1px solid #f0f0f0
}

.boxes-style-6 .box-item .icon {
    margin-top: -8px
}

.boxes-style-6 .box-item .icon i {
    line-height: 1;
    font-size: 39px;
    font-size: 2.4375rem
}

.boxes-style-6 .box-item h3 {
    margin-bottom: 0
}

.boxes-style-6 .box-item .media-left {
    margin-right: 1rem
}

.boxes-style-6 .box-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e83c2e
}

.boxes-style-6 .box-item:hover h3 a {
    color: #121212
}

.button {
    border-radius: 0
}

.button {
    text-transform: uppercase
}

.button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.button,
.button.is-large,
.button.is-medium {
    font-size: 15.5px;
    font-size: .96875rem;
    /*  height: 3.45em;*/
    padding-left: calc(2.2em - 1px);
    padding-right: calc(2.2em - 1px)
}

.button {

    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: 1px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    background-color: #e83c2e;
    outline: 0;
    border-radius: 4px;
    font-weight: 500
}

.button:focus,
.button:hover {
    color: #fff;
    background-color: #121212
}

.button.is-large {
    font-size: 17.5px;
    font-size: 1.09375rem
}

.button.is-outlined {
    border: 1px solid
}

.button.is-outlined:focus,
.button.is-outlined:hover {
    color: #fff !important
}

.button.is-rounded {
    border-radius: 290486px !important;
    padding-left: 2em;
    padding-right: 2em
}

.calendar {
    font-family: 'SUB-FONT', 'Open Sans', sans-serif
}

.calendar button {
    font-family: 'HEAD-FONT', 'Open Sans', sans-serif
}

.calendar .calendar-footer {
    margin-top: .8rem;
    margin-bottom: .6rem
}

.calendar .calendar-nav .calendar-nav-month,
.calendar .calendar-nav .calendar-nav-year {
    color: #fff
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item {
    font-size: 12px;
    font-size: .75rem
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active {
    color: #fff
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active:hover {
    color: #121212
}

.calendar-full-width .calendar {
    width: 100%;
    max-width: 100%
}

.calendar-is-info .calendar .calendar-nav {
    background-color: #209cee
}

.calendar-is-info .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item:hover {
    border-color: #209cee
}

.calendar-is-info .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-today {
    border-color: #209cee;
    color: #209cee
}

.calendar-is-info .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active {
    background: #209cee;
    border-color: #209cee
}

.calendar-is-info .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active:hover {
    background: #fff
}

.calendar-is-success .calendar .calendar-nav {
    background-color: #23d160
}

.calendar-is-success .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item:hover {
    border-color: #23d160
}

.calendar-is-success .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-today {
    border-color: #23d160;
    color: #23d160
}

.calendar-is-success .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active {
    background: #23d160;
    border-color: #23d160
}

.calendar-is-success .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active:hover {
    background: #fff
}

.calendar-is-warning .calendar .calendar-nav {
    background-color: #ffdd57
}

.calendar-is-warning .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item:hover {
    border-color: #ffdd57
}

.calendar-is-warning .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-today {
    border-color: #ffdd57;
    color: #ffdd57
}

.calendar-is-warning .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active {
    background: #ffdd57;
    border-color: #ffdd57
}

.calendar-is-warning .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active:hover {
    background: #fff
}

.calendar-is-danger .calendar .calendar-nav {
    background-color: #ff3860
}

.calendar-is-danger .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item:hover {
    border-color: #ff3860
}

.calendar-is-danger .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-today {
    border-color: #ff3860;
    color: #ff3860
}

.calendar-is-danger .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active {
    background: #ff3860;
    border-color: #ff3860
}

.calendar-is-danger .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active:hover {
    background: #fff
}

.call-to-action.style-1 .heading,
.call-to-action.style-2 .heading,
.call-to-action.style-5 .heading {
    text-transform: uppercase
}

.call-to-action.style-1 .title,
.call-to-action.style-2 .title,
.call-to-action.style-5 .title {
    text-transform: capitalize
}

.call-to-action {
    padding-top: 5.7rem;
    padding-bottom: 5.7rem
}

.call-to-action.style-1 .title,
.call-to-action.style-2 .title {
    color: #121212;
    letter-spacing: 2.4px;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 400
}

.call-to-action.style-1 .heading,
.call-to-action.style-2 .heading {
    padding-bottom: 12px;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: 1.4px;
    margin-top: -23px
}

.call-to-action.style-1 .button,
.call-to-action.style-2 .button {
    margin-bottom: -23px
}

.call-to-action.style-2 .title {
    margin-bottom: 1rem
}

.call-to-action.style-2 .heading-title-bottom {
    padding-bottom: 0
}

.call-to-action.style-2 .button {
    margin-bottom: 0
}

.call-to-action.style-3 .heading-title {
    margin-bottom: 5px !important
}

.call-to-action.style-3 .heading-title:after {
    display: none
}

.call-to-action.style-4 .icon {
    margin-bottom: 40px;
    color: #ffdd57
}

.call-to-action.style-4 .icon i {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 1
}

.call-to-action.style-4 .heading-title {
    margin-bottom: 16px !important
}

.call-to-action.style-4 p {
    margin-bottom: 45px
}

.call-to-action.style-4 .button {
    margin: 0 5px
}

.call-to-action.style-5 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.call-to-action.style-5 .title {
    color: #fff;
    letter-spacing: 2.4px;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 400
}

.call-to-action.style-5 .heading {
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: 1.4px;
    color: #e62819;
    margin-right: 30px;
    margin-top: 10px
}

.call-to-action.style-5 .button {
    background-color: #e62819
}

.call-to-action.style-5 .button:hover {
    background-color: #e83c2e
}

.clients-list {
    margin: 40px 0
}

.clients-list .client-item {
    min-height: 120px;
    padding: 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.clients-list .client-item:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.clients-list img {
    max-width: 150px;
    max-height: 35px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.clients-list.style-1 .client-item,
.clients-list.style-2 .client-item {
    margin: 4.5px 16px;
    min-height: 130px;
    background-color: #fff
}

.clients-list.style-1 .client-item:last-child,
.clients-list.style-2 .client-item:last-child {
    margin-right: 0
}

.clients-list.style-1 .client-item:hover,
.clients-list.style-2 .client-item:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(232, 60, 46, .2);
    box-shadow: 2px 1px 25px 5px rgba(232, 60, 46, .2)
}

.clients-list.style-1.owl-carousel .client-item,
.clients-list.style-2.owl-carousel .client-item {
    margin-right: 0;
    margin-left: 0
}

.clients-list.style-1.owl-carousel .client-item:hover,
.clients-list.style-2.owl-carousel .client-item:hover {
    -webkit-box-shadow: 0 9px 50px -4px rgba(232, 60, 46, .1);
    box-shadow: 0 9px 50px -4px rgba(232, 60, 46, .1)
}

.clients-list.style-2 .client-item {
    border: 1px solid #f0f0f0
}

.clients-list.style-2 .client-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e83c2e
}

.is-divider-vertical:after,
.is-divider:after {
    text-transform: uppercase
}

.is-divider,
.is-divider-vertical {
    border-top-width: .12rem;
    height: .12rem
}

.is-divider-vertical:after,
.is-divider:after {

    letter-spacing: 2px
}

.is-divider-vertical.divider-dashed,
.is-divider.divider-dashed {
    border-top-style: dashed
}

.is-divider-vertical.divider-dotted,
.is-divider.divider-dotted {
    border-top-style: dotted
}

.is-divider-vertical.is-success,
.is-divider.is-success {
    border-top-color: #23d160
}

.is-divider-vertical.is-success:after,
.is-divider.is-success:after {
    color: #23d160
}

.is-divider-vertical.is-success.is-divider-vertical:before,
.is-divider.is-success.is-divider-vertical:before {
    border-left-color: #23d160
}

.is-divider-vertical.is-warning,
.is-divider.is-warning {
    border-top-color: #ffdd57
}

.is-divider-vertical.is-warning:after,
.is-divider.is-warning:after {
    color: #ffdd57
}

.is-divider-vertical.is-warning.is-divider-vertical:before,
.is-divider.is-warning.is-divider-vertical:before {
    border-left-color: #ffdd57
}

.is-divider-vertical.is-black,
.is-divider.is-black {
    border-top-color: #0a0a0a
}

.is-divider-vertical.is-black:after,
.is-divider.is-black:after {
    color: #0a0a0a
}

.is-divider-vertical.is-black.is-divider-vertical:before,
.is-divider.is-black.is-divider-vertical:before {
    border-left-color: #0a0a0a
}

.is-divider-vertical.is-link,
.is-divider.is-link {
    border-top-color: #e83c2e
}

.is-divider-vertical.is-link:after,
.is-divider.is-link:after {
    color: #e83c2e
}

.is-divider-vertical.is-link.is-divider-vertical:before,
.is-divider.is-link.is-divider-vertical:before {
    border-left-color: #e83c2e
}

.is-divider-vertical.is-info,
.is-divider.is-info {
    border-top-color: #209cee
}

.is-divider-vertical.is-info:after,
.is-divider.is-info:after {
    color: #209cee
}

.is-divider-vertical.is-info.is-divider-vertical:before,
.is-divider.is-info.is-divider-vertical:before {
    border-left-color: #209cee
}

.is-divider-vertical.is-danger,
.is-divider.is-danger {
    border-top-color: #ff3860
}

.is-divider-vertical.is-danger:after,
.is-divider.is-danger:after {
    color: #ff3860
}

.is-divider-vertical.is-danger.is-divider-vertical:before,
.is-divider.is-danger.is-divider-vertical:before {
    border-left-color: #ff3860
}

.is-divider-vertical.is-primary,
.is-divider.is-primary {
    border-top-color: #e83c2e
}

.is-divider-vertical.is-primary:after,
.is-divider.is-primary:after {
    color: #e83c2e
}

.is-divider-vertical.is-primary.is-divider-vertical:before,
.is-divider.is-primary.is-divider-vertical:before {
    border-left-color: #e83c2e
}

.is-divider-vertical.is-secondary,
.is-divider.is-secondary {
    border-top-color: #121212
}

.is-divider-vertical.is-secondary:after,
.is-divider.is-secondary:after {
    color: #121212
}

.is-divider-vertical.is-secondary.is-divider-vertical:before,
.is-divider.is-secondary.is-divider-vertical:before {
    border-left-color: #121212
}

.is-divider-vertical.is-tertiary,
.is-divider.is-tertiary {
    border-top-color: #929292
}

.is-divider-vertical.is-tertiary:after,
.is-divider.is-tertiary:after {
    color: #929292
}

.is-divider-vertical.is-tertiary.is-divider-vertical:before,
.is-divider.is-tertiary.is-divider-vertical:before {
    border-left-color: #929292
}

.hero.has-background-primary-light .is-divider-vertical:after,
.hero.has-background-primary-light .is-divider:after {
    background-color: #fafafa
}

.is-divider-vertical {
    height: auto
}



.select:not(.is-multiple):not(.is-loading)::after {
    top: 65%
}



.field-body .field {
    margin-bottom: 0
}

.field-body>.field:not(:last-child) {
    margin-right: 1.6rem
}

.textarea,
textarea {
    padding: calc(1em - 1px)
}



.control.has-icons-left .icon,
.control.has-icons-right .icon {
    height: 2.9em
}

.field.has-addons .control:first-child .button,
.field.has-addons .control:last-child .button {
    height: 99%
}

.heading-title:after {
    display: block
}

.heading-title-top {
    text-transform: uppercase
}

.heading-title.style-1 {
    text-transform: capitalize
}

.heading-title:not(:last-child),
.subtitle:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem
}

.heading-title,
.subtitle,
.title {
    word-break: break-word
}

.heading-title em,
.heading-title span,
.subtitle em,
.subtitle span,
.title em,
.title span {
    font-weight: inherit
}

.heading-title sub,
.subtitle sub,
.title sub {
    font-size: .75em
}

.heading-title sup,
.subtitle sup,
.title sup {
    font-size: .75em
}

.heading-title .tag,
.subtitle .tag,
.title .tag {
    vertical-align: middle
}

.heading-title,
.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125
}

.heading-title strong,
.title strong {
    color: inherit;
    font-weight: inherit
}

.heading-title+.highlight,
.title+.highlight {
    margin-top: -.75rem
}

.heading-title:not(.is-spaced)+.subtitle,
.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem
}

.is-1.heading-title,
.title.is-1 {
    font-size: 3rem
}

.is-2.heading-title,
.title.is-2 {
    font-size: 2.5rem
}

.is-3.heading-title,
.title.is-3 {
    font-size: 2rem
}

.is-4.heading-title,
.title.is-4 {
    font-size: 1.5rem
}

.is-5.heading-title,
.title.is-5 {
    font-size: 1.25rem
}

.is-6.heading-title,
.title.is-6 {
    font-size: 1rem
}

.is-7.heading-title,
.title.is-7 {
    font-size: .75rem
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25
}

.subtitle strong {
    color: #363636;
    font-weight: 600
}

.subtitle:not(.is-spaced)+.heading-title,
.subtitle:not(.is-spaced)+.title {
    margin-top: -1.25rem
}

.subtitle.is-1 {
    font-size: 3rem
}

.subtitle.is-2 {
    font-size: 2.5rem
}

.subtitle.is-3 {
    font-size: 2rem
}

.subtitle.is-4 {
    font-size: 1.5rem
}

.subtitle.is-5 {
    font-size: 1.25rem
}

.subtitle.is-6 {
    font-size: 1rem
}

.subtitle.is-7 {
    font-size: .75rem
}

.heading-title {
    font-family: HEAD-FONT;
    text-transform: uppercase;
    color: #171717;
    letter-spacing: 0;
    font-size: 47px;
    font-size: 2.5375rem;
    text-align: center;
    font-weight: 500;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: .8rem !important;
    line-height: 1.3
}

.heading-title:after {
    content: '';
    width: 80px;
    height: 4px;
    border-bottom: 1px solid #f14234;
    -webkit-transform: none;
    transform: none;
    top: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 20px
}

.heading-title.multiline {
    line-height: 1.5
}

.heading-title.style-2 {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: inherit;
    margin: 1.5rem 0 !important;
    line-height: inherit;
    padding-bottom: 0
}

.heading-title.style-2:after {
    display: none;
    visibility: hidden
}

.heading-title.style-1 {

    padding-bottom: 0;
    margin-bottom: 2rem !important;
    font-weight: 600;
    font-size: 38px;
    font-size: 2.375rem;
    letter-spacing: .4px
}

.heading-title.style-1:after {
    display: none
}

.heading-title.style-3 {
    padding-bottom: 10px
}

.heading-title.style-3:after {
    display: none
}

.heading-title.style-4 {
    margin-bottom: .8rem !important;
    font-size: 40px;
    font-size: 2.5rem
}

.heading-title.has-text-left:after {
    left: 0;
    margin: 0;
    margin-top: 30px
}

.heading-title.has-text-right:after {
    left: inherit;
    right: 0;
    margin: 0;
    margin-top: 30px
}

.heading-title-bottom {
    padding-bottom: 40px;
    font-size: 15px;
    font-size: .9375rem
}

.heading-title-top {
    padding-bottom: 20px;
    font-size: 14px;
    font-size: .875rem;
    color: #494949;
    letter-spacing: 3px
}

.heading-title-top.style-2 {
    font-size: 26px;
    font-size: 1.625rem;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: 'HEAD-FONT', Kalam, cursive;
    font-weight: 700;
    background: transparent url(../images/title.png) no-repeat center top;
    background-color: transparent;
    padding-top: 25px;
    color: #fff
}

.heading-title-top.has-text-centered {
    padding-bottom: 10px
}

.image-hover figure figcaption .social li:first-child {
    padding-left: 0
}

.image-hover figure figcaption .social li:last-child {
    padding-right: 0
}

.image-hover figure {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    background: #000;
    margin-bottom: 10px
}

.image-hover figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.image-hover figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: capitalize;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.image-hover figure figcaption:after,
.image-hover figure figcaption:before {
    pointer-events: none
}

.image-hover figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.image-hover figure figcaption h2,
.image-hover figure figcaption h3 {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0;
    margin-bottom: .3rem;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    font-weight: 600
}

.image-hover figure figcaption h5,
.image-hover figure figcaption p {

    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 1.4px;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.image-hover figure figcaption ul {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.image-hover figure figcaption .social li {
    display: inline-block;
    padding: 0 4px
}

.image-hover figure figcaption .social li a {
    display: inline-block
}

.image-hover figure figcaption .social li .icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    color: #333;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: 2px solid #fff
}

.image-hover figure figcaption .social li .icon i {
    font-size: 16px;
    font-size: 1rem
}

.image-hover figure figcaption .social li .icon i.icon-control-play,
.image-hover figure figcaption .social li .icon i.icon-magnifier {
    margin-left: 2px
}

.image-hover figure figcaption .social li .icon i.icon-basket {
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: -2px
}

.image-hover figure figcaption .social li .icon:hover {
    background-color: transparent;
    color: #fff
}

.image-hover figure figcaption .social li:last-child {
    border: 0
}

.image-hover figure:hover img {
    opacity: .4
}

.image-hover.is-primary figure {
    background: #e83c2e
}

.image-hover.is-info figure {
    background: #209cee
}

.image-hover.is-success figure {
    background: #23d160
}

.image-hover.is-warning figure {
    background: #ffdd57
}

.image-hover.is-danger figure {
    background: #ff3860
}

.image-hover.effect-1 figure img {
    max-width: none;
    width: calc(100% + 50px);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

.image-hover.effect-1 figure figcaption {
    text-align: left
}

.image-hover.effect-1 figure figcaption>div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 35%
}

.image-hover.effect-1 figure h2,
.image-hover.effect-1 figure h3,
.image-hover.effect-1 figure h5,
.image-hover.effect-1 figure p,
.image-hover.effect-1 figure ul {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
}

.image-hover.effect-1 figure h5,
.image-hover.effect-1 figure p {
    color: rgba(255, 255, 255, .8);
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, transform .35s;
    transition: opacity .2s, transform .35s, -webkit-transform .35s
}

.image-hover.effect-1 figure:hover h3,
.image-hover.effect-1 figure:hover h5,
.image-hover.effect-1 figure:hover p,
.image-hover.effect-1 figure:hover ul {
    opacity: 1
}

.image-hover.effect-1 figure:hover h2,
.image-hover.effect-1 figure:hover h3,
.image-hover.effect-1 figure:hover h5,
.image-hover.effect-1 figure:hover img,
.image-hover.effect-1 figure:hover p,
.image-hover.effect-1 figure:hover ul {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.image-hover.effect-1 figure:hover h5,
.image-hover.effect-1 figure:hover p,
.image-hover.effect-1 figure:hover ul {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

.image-hover.effect-10 figure h2,
.image-hover.effect-10 figure h3,
.image-hover.effect-2 figure h2,
.image-hover.effect-2 figure h3,
.image-hover.effect-4 figure h2,
.image-hover.effect-4 figure h3,
.image-hover.effect-5 figure h2,
.image-hover.effect-5 figure h3,
.image-hover.effect-6 figure h2,
.image-hover.effect-6 figure h3,
.image-hover.effect-7 figure h2,
.image-hover.effect-7 figure h3,
.image-hover.effect-8 figure h2,
.image-hover.effect-8 figure h3,
.image-hover.effect-9 figure h2,
.image-hover.effect-9 figure h3 {
    margin-bottom: .7rem
}

.image-hover.effect-10 figure h2,
.image-hover.effect-10 figure h3,
.image-hover.effect-10 figure h5,
.image-hover.effect-10 figure p,
.image-hover.effect-10 figure ul,
.image-hover.effect-2 figure h2,
.image-hover.effect-2 figure h3,
.image-hover.effect-2 figure h5,
.image-hover.effect-2 figure p,
.image-hover.effect-2 figure ul,
.image-hover.effect-4 figure h2,
.image-hover.effect-4 figure h3,
.image-hover.effect-4 figure h5,
.image-hover.effect-4 figure p,
.image-hover.effect-4 figure ul,
.image-hover.effect-5 figure h2,
.image-hover.effect-5 figure h3,
.image-hover.effect-5 figure h5,
.image-hover.effect-5 figure p,
.image-hover.effect-5 figure ul,
.image-hover.effect-6 figure h2,
.image-hover.effect-6 figure h3,
.image-hover.effect-6 figure h5,
.image-hover.effect-6 figure p,
.image-hover.effect-6 figure ul,
.image-hover.effect-7 figure h2,
.image-hover.effect-7 figure h3,
.image-hover.effect-7 figure h5,
.image-hover.effect-7 figure p,
.image-hover.effect-7 figure ul,
.image-hover.effect-8 figure h2,
.image-hover.effect-8 figure h3,
.image-hover.effect-8 figure h5,
.image-hover.effect-8 figure p,
.image-hover.effect-8 figure ul,
.image-hover.effect-9 figure h2,
.image-hover.effect-9 figure h3,
.image-hover.effect-9 figure h5,
.image-hover.effect-9 figure p,
.image-hover.effect-9 figure ul {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.image-hover.effect-10 figure h2,
.image-hover.effect-10 figure h3,
.image-hover.effect-10 figure h5,
.image-hover.effect-10 figure p,
.image-hover.effect-10 figure ul,
.image-hover.effect-2 figure h2,
.image-hover.effect-2 figure h3,
.image-hover.effect-2 figure h5,
.image-hover.effect-2 figure p,
.image-hover.effect-2 figure ul,
.image-hover.effect-4 figure h2,
.image-hover.effect-4 figure h3,
.image-hover.effect-4 figure h5,
.image-hover.effect-4 figure p,
.image-hover.effect-4 figure ul,
.image-hover.effect-5 figure h2,
.image-hover.effect-5 figure h3,
.image-hover.effect-5 figure h5,
.image-hover.effect-5 figure p,
.image-hover.effect-5 figure ul,
.image-hover.effect-6 figure h2,
.image-hover.effect-6 figure h3,
.image-hover.effect-6 figure h5,
.image-hover.effect-6 figure p,
.image-hover.effect-6 figure ul,
.image-hover.effect-7 figure h2,
.image-hover.effect-7 figure h3,
.image-hover.effect-7 figure h5,
.image-hover.effect-7 figure p,
.image-hover.effect-7 figure ul,
.image-hover.effect-8 figure h2,
.image-hover.effect-8 figure h3,
.image-hover.effect-8 figure h5,
.image-hover.effect-8 figure p,
.image-hover.effect-8 figure ul,
.image-hover.effect-9 figure h2,
.image-hover.effect-9 figure h3,
.image-hover.effect-9 figure h5,
.image-hover.effect-9 figure p,
.image-hover.effect-9 figure ul {
    position: absolute;
    bottom: 35%;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

.image-hover.effect-10 figure:hover h3,
.image-hover.effect-10 figure:hover h5,
.image-hover.effect-10 figure:hover p,
.image-hover.effect-10 figure:hover ul,
.image-hover.effect-2 figure:hover h3,
.image-hover.effect-2 figure:hover h5,
.image-hover.effect-2 figure:hover p,
.image-hover.effect-2 figure:hover ul,
.image-hover.effect-4 figure:hover h3,
.image-hover.effect-4 figure:hover h5,
.image-hover.effect-4 figure:hover p,
.image-hover.effect-4 figure:hover ul,
.image-hover.effect-5 figure:hover h3,
.image-hover.effect-5 figure:hover h5,
.image-hover.effect-5 figure:hover p,
.image-hover.effect-5 figure:hover ul,
.image-hover.effect-6 figure:hover h3,
.image-hover.effect-6 figure:hover h5,
.image-hover.effect-6 figure:hover p,
.image-hover.effect-6 figure:hover ul,
.image-hover.effect-7 figure:hover h3,
.image-hover.effect-7 figure:hover h5,
.image-hover.effect-7 figure:hover p,
.image-hover.effect-7 figure:hover ul,
.image-hover.effect-8 figure:hover h3,
.image-hover.effect-8 figure:hover h5,
.image-hover.effect-8 figure:hover p,
.image-hover.effect-8 figure:hover ul,
.image-hover.effect-9 figure:hover h3,
.image-hover.effect-9 figure:hover h5,
.image-hover.effect-9 figure:hover p,
.image-hover.effect-9 figure:hover ul {
    opacity: 1
}

.image-hover.effect-10 figure:hover h2,
.image-hover.effect-10 figure:hover h3,
.image-hover.effect-10 figure:hover h5,
.image-hover.effect-10 figure:hover p,
.image-hover.effect-10 figure:hover ul,
.image-hover.effect-2 figure:hover h2,
.image-hover.effect-2 figure:hover h3,
.image-hover.effect-2 figure:hover h5,
.image-hover.effect-2 figure:hover p,
.image-hover.effect-2 figure:hover ul,
.image-hover.effect-4 figure:hover h2,
.image-hover.effect-4 figure:hover h3,
.image-hover.effect-4 figure:hover h5,
.image-hover.effect-4 figure:hover p,
.image-hover.effect-4 figure:hover ul,
.image-hover.effect-5 figure:hover h2,
.image-hover.effect-5 figure:hover h3,
.image-hover.effect-5 figure:hover h5,
.image-hover.effect-5 figure:hover p,
.image-hover.effect-5 figure:hover ul,
.image-hover.effect-6 figure:hover h2,
.image-hover.effect-6 figure:hover h3,
.image-hover.effect-6 figure:hover h5,
.image-hover.effect-6 figure:hover p,
.image-hover.effect-6 figure:hover ul,
.image-hover.effect-7 figure:hover h2,
.image-hover.effect-7 figure:hover h3,
.image-hover.effect-7 figure:hover h5,
.image-hover.effect-7 figure:hover p,
.image-hover.effect-7 figure:hover ul,
.image-hover.effect-8 figure:hover h2,
.image-hover.effect-8 figure:hover h3,
.image-hover.effect-8 figure:hover h5,
.image-hover.effect-8 figure:hover p,
.image-hover.effect-8 figure:hover ul,
.image-hover.effect-9 figure:hover h2,
.image-hover.effect-9 figure:hover h3,
.image-hover.effect-9 figure:hover h5,
.image-hover.effect-9 figure:hover p,
.image-hover.effect-9 figure:hover ul {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.image-hover.effect-3 figure figcaption {
    padding: 3em
}

.image-hover.effect-3 figure figcaption:after,
.image-hover.effect-3 figure figcaption:before {
    position: absolute;
    content: '';
    opacity: 0
}

.image-hover.effect-3 figure figcaption:before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.image-hover.effect-3 figure figcaption:after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.image-hover.effect-3 figure h2,
.image-hover.effect-3 figure h3,
.image-hover.effect-3 figure ul {
    opacity: 0;
    padding-top: 42%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    margin-bottom: 0
}

.image-hover.effect-3 figure h5,
.image-hover.effect-3 figure p {
    padding: .5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.image-hover.effect-3 figure h2,
.image-hover.effect-3 figure h3,
.image-hover.effect-3 figure ul {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
}

.image-hover.effect-3 figure figcaption::after,
.image-hover.effect-3 figure figcaption::before,
.image-hover.effect-3 figure h2,
.image-hover.effect-3 figure h3,
.image-hover.effect-3 figure h5,
.image-hover.effect-3 figure img,
.image-hover.effect-3 figure p,
.image-hover.effect-3 figure ul {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.image-hover.effect-3 figure:hover figcaption::after,
.image-hover.effect-3 figure:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.image-hover.effect-3 figure:hover h2,
.image-hover.effect-3 figure:hover h3,
.image-hover.effect-3 figure:hover h5,
.image-hover.effect-3 figure:hover p,
.image-hover.effect-3 figure:hover ul {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.image-hover.effect-3 figure:hover figcaption::after,
.image-hover.effect-3 figure:hover h2,
.image-hover.effect-3 figure:hover h3,
.image-hover.effect-3 figure:hover h5,
.image-hover.effect-3 figure:hover img,
.image-hover.effect-3 figure:hover p,
.image-hover.effect-3 figure:hover ul {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.image-hover.effect-4 figure figcaption:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.image-hover.effect-4 figure:hover figcaption:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.image-hover.effect-5 figure img {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.image-hover.effect-5 figure:hover img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.image-hover.effect-6 figure figcaption:after,
.image-hover.effect-6 figure figcaption:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.image-hover.effect-6 figure figcaption:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.image-hover.effect-6 figure figcaption:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}

.image-hover.effect-6 figure:hover figcaption:after,
.image-hover.effect-6 figure:hover figcaption:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.image-hover.effect-7 figure {
    background-color: #fff
}

.image-hover.effect-7 figure img {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.image-hover.effect-7 figure:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(146, 146, 146, .2);
    box-shadow: 2px 1px 25px 5px rgba(146, 146, 146, .2)
}

.image-hover.effect-7 figure:hover img {
    opacity: .8;
    -webkit-transform: scale3d(.92, .92, 1);
    transform: scale3d(.92, .92, 1)
}

.image-hover.effect-8 figure figcaption:after {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.image-hover.effect-8 figure:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1)
}

.image-hover.effect-8 figure:hover figcaption:after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1)
}

.image-hover.effect-9 figure {
    background-color: #fff
}

.image-hover.effect-9 figure figcaption {
    padding-bottom: 1em
}

.image-hover.effect-9 figure h2,
.image-hover.effect-9 figure h3,
.image-hover.effect-9 figure h5,
.image-hover.effect-9 figure p {
    bottom: 0
}

.image-hover.effect-9 figure img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    z-index: 10
}

.image-hover.effect-9 figure h2,
.image-hover.effect-9 figure h3 {
    color: #333;
    font-size: 18px;
    font-size: 1.125rem
}

.image-hover.effect-9 figure h2 a,
.image-hover.effect-9 figure h3 a {
    color: #333
}

.image-hover.effect-9 figure h5,
.image-hover.effect-9 figure p {
    color: #e83c2e;
    font-size: 13px;
    font-size: .8125rem
}

.image-hover.effect-9 figure h5 a,
.image-hover.effect-9 figure p a {
    color: #e83c2e
}

.image-hover.effect-9 figure:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(146, 146, 146, .2);
    box-shadow: 2px 1px 25px 5px rgba(146, 146, 146, .2)
}

.image-hover.effect-9 figure:hover img {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
}

.image-hover.effect-9 figure:hover h2,
.image-hover.effect-9 figure:hover h3,
.image-hover.effect-9 figure:hover h5,
.image-hover.effect-9 figure:hover p {
    -webkit-transform: none;
    transform: none
}

.image-hover.effect-10 {
    cursor: default
}

.image-hover.owl-carousel figure {
    margin-bottom: 0
}

.image-hover.owl-carousel figure:hover {
    -webkit-box-shadow: 0 9px 10px -4px rgba(146, 146, 146, .1);
    box-shadow: 0 9px 10px -4px rgba(146, 146, 146, .1)
}

.image-hover.isotope figure {
    margin-bottom: 0
}

.content ol.style-3 li .list-mark,
.content ul.style-3 li .list-mark {
    text-transform: uppercase
}

.content ol.list-arrow-right li:before,
.content ul.list-arrow-right li:before {
    font-family: simple-line-icons;
    font-size: 8px;
    font-size: .5rem
}

.content ol.list-arrow-dropright li:before,
.content ol.list-arrow-dropright-circle li:before,
.content ol.list-arrow-round-forward li:before,
.content ol.list-checkbox-outline li:before,
.content ol.list-checkmark li:before,
.content ol.list-checkmark-circle-outline li:before,
.content ol.list-heart li:before,
.content ol.list-minus li:before,
.content ol.list-plus li:before,
.content ol.list-radio-button-on li:before,
.content ol.list-star li:before,
.content ul.list-arrow-dropright li:before,
.content ul.list-arrow-dropright-circle li:before,
.content ul.list-arrow-round-forward li:before,
.content ul.list-checkbox-outline li:before,
.content ul.list-checkmark li:before,
.content ul.list-checkmark-circle-outline li:before,
.content ul.list-heart li:before,
.content ul.list-minus li:before,
.content ul.list-plus li:before,
.content ul.list-radio-button-on li:before,
.content ul.list-star li:before {
    font-family: Ionicons;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1
}

.content ol li .icon,
.content ol.list-arrow-dropright li:before,
.content ol.list-arrow-dropright-circle li:before,
.content ol.list-arrow-right li:before,
.content ol.list-arrow-round-forward li:before,
.content ol.list-checkbox-outline li:before,
.content ol.list-checkmark li:before,
.content ol.list-checkmark-circle-outline li:before,
.content ol.list-heart li:before,
.content ol.list-minus li:before,
.content ol.list-plus li:before,
.content ol.list-radio-button-on li:before,
.content ol.list-star li:before,
.content ul li .icon,
.content ul.list-arrow-dropright li:before,
.content ul.list-arrow-dropright-circle li:before,
.content ul.list-arrow-right li:before,
.content ul.list-arrow-round-forward li:before,
.content ul.list-checkbox-outline li:before,
.content ul.list-checkmark li:before,
.content ul.list-checkmark-circle-outline li:before,
.content ul.list-heart li:before,
.content ul.list-minus li:before,
.content ul.list-plus li:before,
.content ul.list-radio-button-on li:before,
.content ul.list-star li:before {
    vertical-align: middle;
    opacity: .85;
    padding-right: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.content ol,
.content ul {

    font-size: 15px;
    font-size: .9375rem
}

.content ol li,
.content ul li {
    padding: 4px 0;
    list-style-type: none;
    letter-spacing: .5px;
    min-width: 100px;
    color: #797979
}

.content ol li ul,
.content ul li ul {
    margin-top: 1em
}

.content ol li a,
.content ul li a {
    color: #797979
}

.content ol li a:hover,
.content ul li a:hover {
    color: #e83c2e
}

.content ol li:first-child,
.content ul li:first-child {
    padding-top: 0
}

.content ol li:last-child,
.content ul li:last-child {
    padding-bottom: 0
}

.content ol li .icon,
.content ul li .icon {
    padding-right: 8px;
    height: auto;
    width: auto
}

.content ol li .icon i[class*=' fa-'],
.content ol li .icon i[class^=fa-],
.content ul li .icon i[class*=' fa-'],
.content ul li .icon i[class^=fa-] {
    font-size: 12px;
    font-size: .75rem
}

.content ol li .icon i[class*=' icon-'],
.content ol li .icon i[class^=icon-],
.content ul li .icon i[class*=' icon-'],
.content ul li .icon i[class^=icon-] {
    font-size: 10px;
    font-size: .625rem
}

.content ol li .icon i[class*=' ion-'],
.content ol li .icon i[class^=ion-],
.content ul li .icon i[class*=' ion-'],
.content ul li .icon i[class^=ion-] {
    font-size: 14px;
    font-size: .875rem
}

.content ol.no-margin,
.content ul.no-margin {
    margin: 0;
    list-style-position: inside
}

.content ol.no-style,
.content ul.no-style {
    list-style: none
}

.content ol.list-arrow-right li,
.content ul.list-arrow-right li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.content ol.list-arrow-right li ul,
.content ul.list-arrow-right li ul {
    list-style: none
}

.content ol.list-arrow-right li:before,
.content ul.list-arrow-right li:before {
    content: "\e606"
}

.content ol.list-arrow-round-forward li,
.content ul.list-arrow-round-forward li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.content ol.list-arrow-round-forward li ul,
.content ul.list-arrow-round-forward li ul {
    list-style: none
}

.content ol.list-arrow-round-forward li:before,
.content ul.list-arrow-round-forward li:before {
    content: "\f119";
    padding-right: 8px
}

.content ol.list-arrow-dropright li,
.content ul.list-arrow-dropright li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.content ol.list-arrow-dropright li ul,
.content ul.list-arrow-dropright li ul {
    list-style: none
}

.content ol.list-arrow-dropright li:before,
.content ul.list-arrow-dropright li:before {
    content: "\f114";
    padding-right: 8px;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: inherit
}

.content ol.list-checkmark li,
.content ul.list-checkmark li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.content ol.list-checkmark li ul,
.content ul.list-checkmark li ul {
    list-style: none
}

.content ol.list-checkmark li:before,
.content ul.list-checkmark li:before {
    content: "\f2bc";
    padding-right: 8px;
    font-size: 15px;
    font-size: .9375rem;
    vertical-align: inherit
}

.content ol.list-checkmark-circle-outline li,
.content ul.list-checkmark-circle-outline li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.content ol.list-checkmark-circle-outline li ul,
.content ul.list-checkmark-circle-outline li ul {
    list-style: none
}

.content ol.list-checkmark-circle-outline li:before,
.content ul.list-checkmark-circle-outline li:before {
    content: "\f149";
    padding-right: 8px;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: inherit
}

.content ol.list-checkbox-outline li,
.content ul.list-checkbox-outline li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.content ol.list-checkbox-outline li ul,
.content ul.list-checkbox-outline li ul {
    list-style: none
}

.content ol.list-checkbox-outline li:before,
.content ul.list-checkbox-outline li:before {
    content: "\f147";
    padding-right: 8px;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: inherit
}

.content ol.list-plus li,
.content ul.list-plus li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.content ol.list-plus li ul,
.content ul.list-plus li ul {
    list-style: none
}

.content ol.list-plus li:before,
.content ul.list-plus li:before {
    content: "\f273";
    padding-right: 8px;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: inherit
}

.content ol.list-minus li,
.content ul.list-minus li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.content ol.list-minus li ul,
.content ul.list-minus li ul {
    list-style: none
}

.content ol.list-minus li:before,
.content ul.list-minus li:before {
    content: "\f368";
    padding-right: 8px;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: inherit
}

.content ol.list-heart li,
.content ul.list-heart li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.content ol.list-heart li ul,
.content ul.list-heart li ul {
    list-style: none
}

.content ol.list-heart li:before,
.content ul.list-heart li:before {
    content: "\f307";
    padding-right: 8px;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: inherit
}

.content ol.list-star li,
.content ul.list-star li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.content ol.list-star li ul,
.content ul.list-star li ul {
    list-style: none
}

.content ol.list-star li:before,
.content ul.list-star li:before {
    content: "\f384";
    padding-right: 8px;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: inherit
}

.content ol.list-radio-button-on li,
.content ul.list-radio-button-on li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.content ol.list-radio-button-on li ul,
.content ul.list-radio-button-on li ul {
    list-style: none
}

.content ol.list-radio-button-on li:before,
.content ul.list-radio-button-on li:before {
    content: "\f361";
    padding-right: 8px;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: inherit
}

.content ol.list-arrow-dropright-circle li,
.content ul.list-arrow-dropright-circle li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.content ol.list-arrow-dropright-circle li ul,
.content ul.list-arrow-dropright-circle li ul {
    list-style: none
}

.content ol.list-arrow-dropright-circle li:before,
.content ul.list-arrow-dropright-circle li:before {
    content: "\f283";
    padding-right: 8px;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: inherit
}

.content ol.style-1 li,
.content ul.style-1 li {
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 0 12px
}

.content ol.style-1 li:first-child,
.content ul.style-1 li:first-child {
    padding-top: 0
}

.content ol.style-1 li:last-child,
.content ul.style-1 li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.content ol.style-2 li,
.content ul.style-2 li {
    padding: 8px 0 10px
}

.content ol.style-2 li:before,
.content ul.style-2 li:before {
    border-left: 3px solid #121212;
    content: '';
    padding-right: 10px
}

.content ol.style-3 li,
.content ul.style-3 li {
    padding: 8px 0
}

.content ol.style-3 li:first-child,
.content ul.style-3 li:first-child {
    padding-top: 0
}

.content ol.style-3 li:last-child,
.content ul.style-3 li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.content ol.style-3 li .list-mark,
.content ul.style-3 li .list-mark {
    font-size: 10px;
    font-size: .625rem;
    height: 1.7em;
    padding-left: .5em;
    padding-right: .5em;
    margin-top: 1px;
    margin-left: 6px
}

.content ol.is-success li:before,
.content ul.is-success li:before {
    color: #23d160
}

.content ol.is-warning li:before,
.content ul.is-warning li:before {
    color: #ffdd57
}

.content ol.is-white li:before,
.content ul.is-white li:before {
    color: #fff
}

.content ol.is-black li:before,
.content ul.is-black li:before {
    color: #0a0a0a
}

.content ol.is-light li:before,
.content ul.is-light li:before {
    color: #f5f5f5
}

.content ol.is-dark li:before,
.content ul.is-dark li:before {
    color: #363636
}

.content ol.is-link li:before,
.content ul.is-link li:before {
    color: #e83c2e
}

.content ol.is-info li:before,
.content ul.is-info li:before {
    color: #209cee
}

.content ol.is-danger li:before,
.content ul.is-danger li:before {
    color: #ff3860
}

.content ol.is-black-bis li:before,
.content ul.is-black-bis li:before {
    color: #121212
}

.content ol.is-black-ter li:before,
.content ul.is-black-ter li:before {
    color: #242424
}

.content ol.is-grey-darker li:before,
.content ul.is-grey-darker li:before {
    color: #363636
}

.content ol.is-grey-dark li:before,
.content ul.is-grey-dark li:before {
    color: #4a4a4a
}

.content ol.is-grey-light li:before,
.content ul.is-grey-light li:before {
    color: #b5b5b5
}

.content ol.is-grey-lighter li:before,
.content ul.is-grey-lighter li:before {
    color: #dbdbdb
}

.content ol.is-white-ter li:before,
.content ul.is-white-ter li:before {
    color: #f5f5f5
}

.content ol.is-white-bis li:before,
.content ul.is-white-bis li:before {
    color: #fafafa
}

.content ol.is-primary li:before,
.content ul.is-primary li:before {
    color: #e83c2e
}

.content ol.is-primary-2 li:before,
.content ul.is-primary-2 li:before {
    color: #f14234
}

.content ol.is-primary-3 li:before,
.content ul.is-primary-3 li:before {
    color: #db392c
}

.content ol.is-primary-4 li:before,
.content ul.is-primary-4 li:before {
    color: #df4538
}

.content ol.is-primary-5 li:before,
.content ul.is-primary-5 li:before {
    color: #e62819
}

.content ol.is-primary-6 li:before,
.content ul.is-primary-6 li:before {
    color: #fcba1c
}

.content ol.is-primary-7 li:before,
.content ul.is-primary-7 li:before {
    color: #de4b40
}

.content ol.is-primary-light li:before,
.content ul.is-primary-light li:before {
    color: #fafafa
}

.content ol.is-secondary li:before,
.content ul.is-secondary li:before {
    color: #121212
}

.content ol.is-secondary-2 li:before,
.content ul.is-secondary-2 li:before {
    color: #171717
}

.content ol.is-secondary-3 li:before,
.content ul.is-secondary-3 li:before {
    color: #333
}

.content ol.is-secondary-4 li:before,
.content ul.is-secondary-4 li:before {
    color: #494949
}

.content ol.is-secondary-5 li:before,
.content ul.is-secondary-5 li:before {
    color: #797979
}

.content ol.is-tertiary li:before,
.content ul.is-tertiary li:before {
    color: #929292
}

.content ol.is-tertiary-2 li:before,
.content ul.is-tertiary-2 li:before {
    color: #d8d8d8
}

.content ol.is-tertiary-3 li:before,
.content ul.is-tertiary-3 li:before {
    color: #d7d6d3
}

.content ol.is-tertiary-4 li:before,
.content ul.is-tertiary-4 li:before {
    color: #afafaf
}

.content ol.is-tertiary-5 li:before,
.content ul.is-tertiary-5 li:before {
    color: #eaeaea
}

.content ol.is-tertiary-6 li:before,
.content ul.is-tertiary-6 li:before {
    color: #b0b0b0
}

.content ol.is-tertiary-7 li:before,
.content ul.is-tertiary-7 li:before {
    color: #969696
}

.content ol.is-tertiary-8 li:before,
.content ul.is-tertiary-8 li:before {
    color: #999
}

.content ol.is-tertiary-9 li:before,
.content ul.is-tertiary-9 li:before {
    color: #f5f5f5
}

.content ol.is-tertiary-10 li:before,
.content ul.is-tertiary-10 li:before {
    color: #f0f0f0
}

.overhang {
    position: fixed;
    display: none;
    width: 100%;
    z-index: 9999;
    padding: 10px 25px;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0 !important;
    font-family: 'HEAD-FONT', 'Open Sans', sans-serif
}

.overhang .button {
    height: 2.2em;
    padding-left: calc(1.2em - 1px);
    padding-right: calc(1.2em - 1px);
    letter-spacing: 0;
    font-size: 13px;
    margin: 0 10px;
    vertical-align: baseline
}

.overhang .icon {
    font-size: 20px;
    vertical-align: middle
}

.overhang .overhang-message {
    color: #fff;
    font-size: 15px
}

.overhang .overhang-close {
    vertical-align: middle;
    cursor: pointer;
    padding: 0 10px;
    display: inline-block;
    line-height: 1px;
    float: right
}

.overhang .overhang-close:after {
    font-family: Ionicons;
    font-size: 30px;
    font-size: 1.875rem;
    content: "\f406";
    color: #fff;
    line-height: 1
}

.notify-alert .button,
.show-overhang .button {
    margin: 0 4px
}

body.overhang-in-bottom .overhang {
    top: inherit;
    bottom: 0;
    padding-top: 12px
}

body.overhang-push {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-top: 50px
}

body.overhang-info .overhang {
    background-color: #209cee !important
}

body.overhang-success .overhang {
    background-color: #23d160 !important
}

body.overhang-warning .overhang {
    background-color: #ffdd57 !important
}

body.overhang-danger .overhang {
    background-color: #ff3860 !important
}

.noty_layout .noty_body {

    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    line-height: 24px;
    padding: 10px 15px !important
}

.noty_layout .noty_body .icon {
    height: auto;
    width: auto;
    font-size: 20px;
    vertical-align: middle
}

.noty_layout .noty_body .icon i[class^=icon-] {
    font-size: 15px
}

.pageloader .title {
    text-transform: uppercase
}

.show-pageloader {
    display: inline-block;
    margin: 30px 0 40px
}

.show-pageloader .button {
    margin: 0 5px
}

.pageloader .title {

    letter-spacing: 2px;
    font-size: 12px;
    font-size: .75rem;
    margin-top: 3em
}

.pagination a.pagination-next,
.pagination a.pagination-previous {
    text-transform: uppercase
}

.pagination {

    font-size: 16px;
    font-size: 1rem;
    margin: 4.5rem 0 0
}

.pagination .pagination-list li:first-child a {
    margin-left: 0
}

.pagination .pagination-list li:last-child a {
    margin-right: 0
}

.pagination .pagination-link.is-current {
    cursor: default
}

.pagination a {
    margin: .35rem;
    min-width: 2.45em;
    height: 2.45em;
    position: relative
}

.pagination a.is-current,
.pagination a:hover {
    background-color: #e83c2e
}

.pagination a.pagination-ellipsis {
    padding-top: 0;
    min-width: 1.35em;
    padding-left: 0;
    padding-right: 0
}

.pagination a.pagination-next,
.pagination a.pagination-previous {
    min-width: 6.5em;
    min-height: 3em;
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: 1.5px
}

.pagination a.pagination-next {
    margin-right: 0
}

.pagination a.pagination-next:after {
    font-family: simple-line-icons;
    font-size: 11px;
    font-size: .6875rem;
    content: "\e606";
    padding-left: 6px;
    margin-right: -6px;
    margin-top: -1px
}

.pagination a.pagination-previous {
    margin-left: 0
}

.pagination a.pagination-previous:before {
    font-family: simple-line-icons;
    font-size: 11px;
    font-size: .6875rem;
    content: "\e605";
    padding-right: 6px;
    margin-left: -6px;
    margin-top: -1px
}

.pagination a.pagination-link[disabled],
.pagination a.pagination-next[disabled],
.pagination a.pagination-previous[disabled] {
    opacity: .7
}

.pagination a.pagination-link[disabled]:hover,
.pagination a.pagination-next[disabled]:hover,
.pagination a.pagination-previous[disabled]:hover {
    background-color: #eaeaea
}

.pagination.single-post {
    margin: 3rem 0;
    border: 1px solid #f0f0f0;
    padding: 0 15px
}

.pagination.single-post .pagination-ellipsis,
.pagination.single-post .pagination-link,
.pagination.single-post .pagination-next,
.pagination.single-post .pagination-previous {
    border: 0
}

.pagination.single-post a.pagination-next,
.pagination.single-post a.pagination-previous {
    font-size: 13.2px;
    font-size: .825rem
}

.pagination.single-post a.pagination-next:hover,
.pagination.single-post a.pagination-previous:hover {
    background-color: transparent;
    color: #e83c2e
}

.pagination.single-post a.pagination-next:after {
    padding-left: 10px;
    margin-right: -6px;
    color: #e83c2e
}

.pagination.single-post a.pagination-previous:before {
    padding-right: 10px;
    margin-left: -6px;
    color: #e83c2e
}

.pagination.single-work {
    margin-top: 0
}

.pagination.single-work .pagination-ellipsis,
.pagination.single-work .pagination-link,
.pagination.single-work .pagination-next,
.pagination.single-work .pagination-previous {
    border: 0;
    min-width: auto;
    min-height: auto;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 1
}

.pagination.single-work .pagination-ellipsis i,
.pagination.single-work .pagination-link i,
.pagination.single-work .pagination-next i,
.pagination.single-work .pagination-previous i {
    font-size: 24px;
    font-size: 1.5rem
}

.pagination.single-work a {
    color: #e83c2e
}

.pagination.single-work a:hover {
    background-color: transparent;
    color: #797979
}

.pagination.single-work a.pagination-next:after {
    padding-left: 0;
    font-size: 22px;
    font-size: 1.375rem
}

.pagination.single-work a.pagination-previous:before {
    padding-right: 0;
    font-size: 22px;
    font-size: 1.375rem
}

.pagination.is-rounded .pagination-next,
.pagination.is-rounded .pagination-previous {
    padding-left: 1.4em;
    padding-right: 1.4em
}

.pagination.is-success a.is-current,
.pagination.is-success a:hover {
    background-color: #23d160
}

.pagination.is-warning a.is-current,
.pagination.is-warning a:hover {
    background-color: #ffdd57
}

.pagination.is-black a.is-current,
.pagination.is-black a:hover {
    background-color: #0a0a0a
}

.pagination.is-link a.is-current,
.pagination.is-link a:hover {
    background-color: #e83c2e
}

.pagination.is-info a.is-current,
.pagination.is-info a:hover {
    background-color: #209cee
}

.pagination.is-danger a.is-current,
.pagination.is-danger a:hover {
    background-color: #ff3860
}

.pagination.is-primary a.is-current,
.pagination.is-primary a:hover {
    background-color: #e83c2e
}

.pagination.is-secondary a.is-current,
.pagination.is-secondary a:hover {
    background-color: #121212
}

.pagination.is-tertiary a.is-current,
.pagination.is-tertiary a:hover {
    background-color: #929292
}

.progressbar .progressbar-text,
.progressbar-heading {
    text-transform: uppercase
}

.progressbar-heading {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 5px;

    letter-spacing: 2px;
    text-align: center
}

.progressbar {
    margin-bottom: 15px;
    color: #797979;
    position: relative
}

.progressbar .progressbar-text {
    top: 0;
    right: 0;
    position: absolute;
    color: #797979 !important;

    font-size: 15px;
    font-size: .9375rem
}

.progressbar .progressbar-heading {
    font-size: 15px;
    font-size: .9375rem;
    text-align: left
}

.progressbar.no-text .progressbar-text {
    display: none
}

.progressbar.circle {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center
}

.progressbar.circle .progressbar-text {
    font-size: 25px;
    font-size: 1.5625rem
}

.accordions .beefup .beefup__head {
    text-transform: capitalize
}

.accordions.style-arrow .beefup .beefup__head:after,
.accordions.style-arrow .beefup.is-open>.beefup__head:after {
    font-family: simple-line-icons;
    font-size: 11px;
    font-size: .6875rem
}

.accordions .beefup .beefup__head:after,
.accordions .beefup.is-open>.beefup__head:after {
    font-family: Ionicons;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1
}

.accordions .beefup .beefup__head:after,
.accordions .beefup.is-open>.beefup__head:after {
    border: 0;
    right: 24px;
    height: auto;
    margin: 0;
    top: 32%;
    width: auto;
    vertical-align: middle;
    color: #929292
}

.accordions .beefup {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    margin: 18px 0
}

.accordions .beefup:first-child {
    margin-top: 0
}

.accordions .beefup .beefup__head {
    color: #333;
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 1.2px;
    padding: 12px 24px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 0
}

.accordions .beefup .beefup__head:after {
    content: "\f273";
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.accordions .beefup .beefup__body {
    border-top: 1px solid #f0f0f0;
    padding: 20px 24px
}

.accordions .beefup .beefup__body p {
    font-size: 15px;
    font-size: .9375rem
}

.accordions .beefup:hover .beefup__head {
    color: #797979
}

.accordions .beefup:hover .beefup__head:after {
    color: #e83c2e
}

.accordions .beefup.is-open>.beefup__head {
    color: #e83c2e
}

.accordions .beefup.is-open>.beefup__head:after {
    content: "\f368";
    color: #e83c2e
}

.accordions.style-1 .beefup {
    border: 0;
    margin: 0
}

.accordions.style-1 .beefup .beefup__head {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0
}

.accordions.style-1 .beefup .beefup__head:after {
    right: 0;
    top: 37%
}

.accordions.style-1 .beefup .beefup__body {
    border-top: 0;
    padding: 20px 0
}

.accordions.style-1 .beefup:last-child {
    margin-bottom: 18px
}

.accordions.style-1 .beefup.is-open>.beefup__head {
    color: #e62819
}

.accordions.style-1 .beefup.is-open>.beefup__head:after {
    color: #e62819
}

.accordions.style-arrow .beefup .beefup__head:after {
    content: "\e604";
    top: 40%
}

.accordions.style-arrow .beefup.is-open>.beefup__head:after {
    content: "\e607"
}

.accordions.style-2 .beefup {
    border: 0
}

.accordions.style-2 .beefup .beefup__head {
    background-color: rgba(245, 245, 245, .5)
}

.accordions.style-2 .beefup .beefup__body {
    border: 0
}

.accordions.style-2 .beefup:hover .beefup__head {
    color: #797979
}

.accordions.style-2 .beefup:hover .beefup__head:after {
    color: #e83c2e
}

.accordions.style-2 .beefup.is-open>.beefup__head {
    background-color: #e83c2e;
    color: #fff
}

.accordions.style-2 .beefup.is-open>.beefup__head:after {
    color: #fff
}

.accordions.style-2.is-info .beefup .beefup__head {
    background-color: #209cee;
    color: #fff
}

.accordions.style-2.is-info .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-success .beefup .beefup__head {
    background-color: #23d160;
    color: #fff
}

.accordions.style-2.is-success .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-warning .beefup .beefup__head {
    background-color: #ffdd57;
    color: #fff
}

.accordions.style-2.is-warning .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-white .beefup .beefup__head {
    background-color: #fff;
    color: inherit
}

.accordions.style-2.is-white .beefup .beefup__head:after {
    color: inherit
}

.accordions.style-2.is-black .beefup .beefup__head {
    background-color: #0a0a0a;
    color: #fff
}

.accordions.style-2.is-black .beefup .beefup__head:after {
    color: #0a0a0a
}

.accordions.style-2.is-light .beefup .beefup__head {
    background-color: #f5f5f5;
    color: inherit
}

.accordions.style-2.is-light .beefup .beefup__head:after {
    color: inherit
}

.accordions.style-2.is-dark .beefup .beefup__head {
    background-color: #363636;
    color: #fff
}

.accordions.style-2.is-dark .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-link .beefup .beefup__head {
    background-color: #e83c2e;
    color: #fff
}

.accordions.style-2.is-link .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-danger .beefup .beefup__head {
    background-color: #ff3860;
    color: #fff
}

.accordions.style-2.is-danger .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-black-bis .beefup .beefup__head {
    background-color: #121212;
    color: #fff
}

.accordions.style-2.is-black-bis .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-black-ter .beefup .beefup__head {
    background-color: #242424;
    color: #fff
}

.accordions.style-2.is-black-ter .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-grey-darker .beefup .beefup__head {
    background-color: #363636;
    color: #fff
}

.accordions.style-2.is-grey-darker .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-grey-dark .beefup .beefup__head {
    background-color: #4a4a4a;
    color: #fff
}

.accordions.style-2.is-grey-dark .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-grey-light .beefup .beefup__head {
    background-color: #b5b5b5;
    color: inherit
}

.accordions.style-2.is-grey-light .beefup .beefup__head:after {
    color: inherit
}

.accordions.style-2.is-grey-lighter .beefup .beefup__head {
    background-color: #dbdbdb;
    color: inherit
}

.accordions.style-2.is-grey-lighter .beefup .beefup__head:after {
    color: inherit
}

.accordions.style-2.is-white-ter .beefup .beefup__head {
    background-color: #f5f5f5;
    color: inherit
}

.accordions.style-2.is-white-ter .beefup .beefup__head:after {
    color: inherit
}

.accordions.style-2.is-white-bis .beefup .beefup__head {
    background-color: #fafafa;
    color: inherit
}

.accordions.style-2.is-white-bis .beefup .beefup__head:after {
    color: inherit
}

.accordions.style-2.is-primary .beefup .beefup__head {
    background-color: #e83c2e;
    color: #fff
}

.accordions.style-2.is-primary .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-primary-2 .beefup .beefup__head {
    background-color: #f14234;
    color: #fff
}

.accordions.style-2.is-primary-2 .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-primary-3 .beefup .beefup__head {
    background-color: #db392c;
    color: #fff
}

.accordions.style-2.is-primary-3 .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-primary-4 .beefup .beefup__head {
    background-color: #df4538;
    color: #fff
}

.accordions.style-2.is-primary-4 .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-primary-5 .beefup .beefup__head {
    background-color: #e62819;
    color: #fff
}

.accordions.style-2.is-primary-5 .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-primary-6 .beefup .beefup__head {
    background-color: #fcba1c;
    color: #fff
}

.accordions.style-2.is-primary-6 .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-primary-7 .beefup .beefup__head {
    background-color: #de4b40;
    color: #fff
}

.accordions.style-2.is-primary-7 .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-primary-light .beefup .beefup__head {
    background-color: #fafafa;
    color: inherit
}

.accordions.style-2.is-primary-light .beefup .beefup__head:after {
    color: inherit
}

.accordions.style-2.is-secondary .beefup .beefup__head {
    background-color: #121212;
    color: #fff
}

.accordions.style-2.is-secondary .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-secondary-2 .beefup .beefup__head {
    background-color: #171717;
    color: #fff
}

.accordions.style-2.is-secondary-2 .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-secondary-3 .beefup .beefup__head {
    background-color: #333;
    color: #fff
}

.accordions.style-2.is-secondary-3 .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-secondary-4 .beefup .beefup__head {
    background-color: #494949;
    color: #fff
}

.accordions.style-2.is-secondary-4 .beefup .beefup__head:after {
    color: #fff
}

.accordions.style-2.is-secondary-5 .beefup .beefup__head {
    background-color: #797979;
    color: inherit
}

.accordions.style-2.is-secondary-5 .beefup .beefup__head:after {
    color: inherit
}

.accordions.style-2.is-tertiary .beefup .beefup__head {
    background-color: #929292;
    color: inherit
}

.accordions.style-2.is-tertiary .beefup .beefup__head:after {
    color: inherit
}

.accordions.style-2.is-tertiary-2 .beefup .beefup__head {
    background-color: #d8d8d8;
    color: inherit
}

.accordions.style-2.is-tertiary-2 .beefup .beefup__head:after {
    color: inherit
}

.accordions.style-2.is-tertiary-3 .beefup .beefup__head {
    background-color: #d7d6d3;
    color: inherit
}

.accordions.style-2.is-tertiary-3 .beefup .beefup__head:after {
    color: inherit
}

.accordions.style-2.is-tertiary-4 .beefup .beefup__head {
    background-color: #afafaf;
    color: inherit
}

.accordions.style-2.is-tertiary-4 .beefup .beefup__head:after {
    color: inherit
}

.accordions.style-2.is-tertiary-5 .beefup .beefup__head {
    background-color: #eaeaea;
    color: inherit
}

.accordions.style-2.is-tertiary-5 .beefup .beefup__head:after {
    color: inherit
}

.accordions.style-2.is-tertiary-6 .beefup .beefup__head {
    background-color: #b0b0b0;
    color: inherit
}

.accordions.style-2.is-tertiary-6 .beefup .beefup__head:after {
    color: inherit
}

.accordions.style-2.is-tertiary-7 .beefup .beefup__head {
    background-color: #969696;
    color: inherit
}

.accordions.style-2.is-tertiary-7 .beefup .beefup__head:after {
    color: inherit
}

.accordions.style-2.is-tertiary-8 .beefup .beefup__head {
    background-color: #999;
    color: inherit
}

.accordions.style-2.is-tertiary-8 .beefup .beefup__head:after {
    color: inherit
}

.accordions.style-2.is-tertiary-9 .beefup .beefup__head {
    background-color: #f5f5f5;
    color: inherit
}

.accordions.style-2.is-tertiary-9 .beefup .beefup__head:after {
    color: inherit
}

.accordions.style-2.is-tertiary-10 .beefup .beefup__head {
    background-color: #f0f0f0;
    color: inherit
}

.accordions.style-2.is-tertiary-10 .beefup .beefup__head:after {
    color: inherit
}

.tabs-list .tabs li a {
    text-transform: capitalize;
    letter-spacing: 1.2px
}

.tabs-list .tabs li .icon {
    width: auto;
    height: auto
}

.tabs-list .tabs li .icon i[class*=' fa-'],
.tabs-list .tabs li .icon i[class^=fa-] {
    font-size: 14.5px;
    font-size: .90625rem
}

.tabs-list .tabs li .icon i[class*=' icon-'],
.tabs-list .tabs li .icon i[class^=icon-] {
    font-size: 14.5px;
    font-size: .90625rem
}

.tabs-list .tabs li .icon i[class*=' ion-'],
.tabs-list .tabs li .icon i[class^=ion-] {
    font-size: 22px;
    font-size: 1.375rem
}

.tabs-list .tabs.large-icons ul {
    border-bottom: none !important
}

.tabs-list .tabs.large-icons ul li {
    text-align: center
}

.tabs-list .tabs.large-icons ul li a {
    display: block;
    font-size: 15px;
    font-size: .9375rem;
    border-bottom: none !important
}

.tabs-list .tabs.large-icons ul li .icon {
    display: block;
    margin: 0;
    margin-bottom: 10px
}

.tabs-list .tabs.large-icons ul li .icon i[class*=' fa-'],
.tabs-list .tabs.large-icons ul li .icon i[class^=fa-] {
    font-size: 36px;
    font-size: 2.25rem
}

.tabs-list .tabs.large-icons ul li .icon i[class*=' icon-'],
.tabs-list .tabs.large-icons ul li .icon i[class^=icon-] {
    font-size: 36px;
    font-size: 2.25rem
}

.tabs-list .tabs.large-icons ul li .icon i[class*=' ion-'],
.tabs-list .tabs.large-icons ul li .icon i[class^=ion-] {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1
}

.tabs-list .tabs.tabs-vertical ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #f0f0f0
}

.tabs-list .tabs.tabs-vertical ul li {
    width: 99.9%
}

.tabs-list .tabs.tabs-vertical ul li a {
    border-bottom-color: #f0f0f0 !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tabs-list .tabs.tabs-vertical.is-toggle ul,
.tabs-list .tabs.tabs-vertical.large-icons ul {
    border: none
}

.tabs-list .tabs.tabs-vertical.large-icons ul li a {
    padding-bottom: 40px
}

.tabs-list .tabs.tabs-vertical.large-icons ul li:last-child a {
    padding-bottom: .8em
}

.tabs-list .tabs.is-toggle.no-border-bottom ul {
    border-bottom: none !important
}

.tabs-list .tabs.is-toggle.no-border-bottom ul li a {
    margin-bottom: 0 !important
}

.tabs-list .tabs.style-2 ul {
    border-bottom: none !important
}

.tabs-list .tabs.style-2 ul li a {
    font-size: 14.5px;
    font-size: .90625rem;

    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #333 !important;
    border-bottom: none !important;
    padding: .8em .1em .8em .2em;
    margin: 0 1.6em;
    border-bottom: 3px solid transparent !important
}

.tabs-list .tabs.style-2 ul li.is-active a,
.tabs-list .tabs.style-2 ul li:hover a {
    color: #333 !important;
    border-bottom: 3px solid #e83c2e !important
}

.tabs-list .tabs.is-info ul li.is-active a {
    border-bottom-color: #209cee !important;
    color: #209cee !important
}

.tabs-list .tabs.is-info.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-info.is-toggle ul li.is-active a {
    background-color: #209cee;
    border-color: #209cee !important;
    color: #fff !important
}

.tabs-list .tabs.is-info.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-success ul li.is-active a {
    border-bottom-color: #23d160 !important;
    color: #23d160 !important
}

.tabs-list .tabs.is-success.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-success.is-toggle ul li.is-active a {
    background-color: #23d160;
    border-color: #23d160 !important;
    color: #fff !important
}

.tabs-list .tabs.is-success.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-warning ul li.is-active a {
    border-bottom-color: #ffdd57 !important;
    color: #ffdd57 !important
}

.tabs-list .tabs.is-warning.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-warning.is-toggle ul li.is-active a {
    background-color: #ffdd57;
    border-color: #ffdd57 !important;
    color: #fff !important
}

.tabs-list .tabs.is-warning.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-black ul li.is-active a {
    border-bottom-color: #0a0a0a !important;
    color: #0a0a0a !important
}

.tabs-list .tabs.is-black.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-black.is-toggle ul li.is-active a {
    background-color: #0a0a0a;
    border-color: #0a0a0a !important;
    color: #fff !important
}

.tabs-list .tabs.is-black.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-dark ul li.is-active a {
    border-bottom-color: #363636 !important;
    color: #363636 !important
}

.tabs-list .tabs.is-dark.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-dark.is-toggle ul li.is-active a {
    background-color: #363636;
    border-color: #363636 !important;
    color: #fff !important
}

.tabs-list .tabs.is-dark.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-link ul li.is-active a {
    border-bottom-color: #e83c2e !important;
    color: #e83c2e !important
}

.tabs-list .tabs.is-link.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-link.is-toggle ul li.is-active a {
    background-color: #e83c2e;
    border-color: #e83c2e !important;
    color: #fff !important
}

.tabs-list .tabs.is-link.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-danger ul li.is-active a {
    border-bottom-color: #ff3860 !important;
    color: #ff3860 !important
}

.tabs-list .tabs.is-danger.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-danger.is-toggle ul li.is-active a {
    background-color: #ff3860;
    border-color: #ff3860 !important;
    color: #fff !important
}

.tabs-list .tabs.is-danger.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-primary ul li.is-active a {
    border-bottom-color: #e83c2e !important;
    color: #e83c2e !important
}

.tabs-list .tabs.is-primary.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-primary.is-toggle ul li.is-active a {
    background-color: #e83c2e;
    border-color: #e83c2e !important;
    color: #fff !important
}

.tabs-list .tabs.is-primary.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-primary-2 ul li.is-active a {
    border-bottom-color: #f14234 !important;
    color: #f14234 !important
}

.tabs-list .tabs.is-primary-2.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-primary-2.is-toggle ul li.is-active a {
    background-color: #f14234;
    border-color: #f14234 !important;
    color: #fff !important
}

.tabs-list .tabs.is-primary-2.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-primary-3 ul li.is-active a {
    border-bottom-color: #db392c !important;
    color: #db392c !important
}

.tabs-list .tabs.is-primary-3.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-primary-3.is-toggle ul li.is-active a {
    background-color: #db392c;
    border-color: #db392c !important;
    color: #fff !important
}

.tabs-list .tabs.is-primary-3.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-primary-4 ul li.is-active a {
    border-bottom-color: #df4538 !important;
    color: #df4538 !important
}

.tabs-list .tabs.is-primary-4.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-primary-4.is-toggle ul li.is-active a {
    background-color: #df4538;
    border-color: #df4538 !important;
    color: #fff !important
}

.tabs-list .tabs.is-primary-4.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-primary-5 ul li.is-active a {
    border-bottom-color: #e62819 !important;
    color: #e62819 !important
}

.tabs-list .tabs.is-primary-5.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-primary-5.is-toggle ul li.is-active a {
    background-color: #e62819;
    border-color: #e62819 !important;
    color: #fff !important
}

.tabs-list .tabs.is-primary-5.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-primary-6 ul li.is-active a {
    border-bottom-color: #fcba1c !important;
    color: #fcba1c !important
}

.tabs-list .tabs.is-primary-6.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-primary-6.is-toggle ul li.is-active a {
    background-color: #fcba1c;
    border-color: #fcba1c !important;
    color: #fff !important
}

.tabs-list .tabs.is-primary-6.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-primary-7 ul li.is-active a {
    border-bottom-color: #de4b40 !important;
    color: #de4b40 !important
}

.tabs-list .tabs.is-primary-7.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-primary-7.is-toggle ul li.is-active a {
    background-color: #de4b40;
    border-color: #de4b40 !important;
    color: #fff !important
}

.tabs-list .tabs.is-primary-7.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-primary-light ul li.is-active a {
    border-bottom-color: #fafafa !important;
    color: #fafafa !important
}

.tabs-list .tabs.is-primary-light.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-primary-light.is-toggle ul li.is-active a {
    background-color: #fafafa;
    border-color: #fafafa !important;
    color: #fff !important
}

.tabs-list .tabs.is-primary-light.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-secondary ul li.is-active a {
    border-bottom-color: #121212 !important;
    color: #121212 !important
}

.tabs-list .tabs.is-secondary.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-secondary.is-toggle ul li.is-active a {
    background-color: #121212;
    border-color: #121212 !important;
    color: #fff !important
}

.tabs-list .tabs.is-secondary.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-secondary-2 ul li.is-active a {
    border-bottom-color: #171717 !important;
    color: #171717 !important
}

.tabs-list .tabs.is-secondary-2.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-secondary-2.is-toggle ul li.is-active a {
    background-color: #171717;
    border-color: #171717 !important;
    color: #fff !important
}

.tabs-list .tabs.is-secondary-2.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-secondary-3 ul li.is-active a {
    border-bottom-color: #333 !important;
    color: #333 !important
}

.tabs-list .tabs.is-secondary-3.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-secondary-3.is-toggle ul li.is-active a {
    background-color: #333;
    border-color: #333 !important;
    color: #fff !important
}

.tabs-list .tabs.is-secondary-3.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-secondary-4 ul li.is-active a {
    border-bottom-color: #494949 !important;
    color: #494949 !important
}

.tabs-list .tabs.is-secondary-4.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-secondary-4.is-toggle ul li.is-active a {
    background-color: #494949;
    border-color: #494949 !important;
    color: #fff !important
}

.tabs-list .tabs.is-secondary-4.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-secondary-5 ul li.is-active a {
    border-bottom-color: #797979 !important;
    color: #797979 !important
}

.tabs-list .tabs.is-secondary-5.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-secondary-5.is-toggle ul li.is-active a {
    background-color: #797979;
    border-color: #797979 !important;
    color: #fff !important
}

.tabs-list .tabs.is-secondary-5.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs.is-tertiary ul li.is-active a {
    border-bottom-color: #929292 !important;
    color: #929292 !important
}

.tabs-list .tabs.is-tertiary.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important
}

.tabs-list .tabs.is-tertiary.is-toggle ul li.is-active a {
    background-color: #929292;
    border-color: #929292 !important;
    color: #fff !important
}

.tabs-list .tabs.is-tertiary.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important
}

.tabs-list .tabs-content .tab-block p {
    font-size: 15px;
    font-size: .9375rem
}

.tabs-list .tabs-content.style-2 {
    margin-top: 4.5rem
}

.tag,
.tags {
    font-family: 'SUB-FONT', 'Open Sans', sans-serif
}

.tag.token {
    font-family: 'SUB-FONT', onsolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    background-color: transparent;
    font-size: 14.5px;
    padding: 0;
    display: inline
}

.timeline .timeline-header .tag {
    text-transform: capitalize
}

.content .dropcaps:first-letter,
.entry-content .dropcaps:first-letter {
    text-transform: uppercase
}

.content,
.entry-content {
    font-family: 'P-FONT';
}

.content figure,
.entry-content figure {
    text-align: inherit;
    margin-right: 0;
    margin-left: 0
}

.content figure figcaption,
.entry-content figure figcaption {
    font-size: 14px;
    font-size: .875rem;
    color: #929292
}

.content p,
.entry-content p {
    color: #969696
}

.content strong,
.content sub,
.entry-content strong,
.entry-content sub {
    color: #333
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {}

.content code,
.content pre,
.entry-content code,
.entry-content pre {
    margin: 1.8em 0 !important;
    background-color: #f5f5f5
}

.content pre,
.entry-content pre {
    max-height: 30em
}

.content mark,
.entry-content mark {
    padding: 3px 6px
}

.content .dropcaps:first-letter,
.entry-content .dropcaps:first-letter {
    background-color: #e83c2e;
    color: #fff;
    font-size: 45px;
    font-size: 2.8125rem;

    padding: 5px 12px 10px;
    float: left;
    margin: 6px 15px 0 0;
    line-height: 1
}

.content .dropcaps.style-1:first-letter,
.entry-content .dropcaps.style-1:first-letter {
    background-color: transparent !important;
    color: #df4538;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 65px;
    font-size: 4.0625rem
}

.content .dropcaps.style-2:first-letter,
.entry-content .dropcaps.style-2:first-letter {
    border-radius: 5px
}

.content .dropcaps.style-3:first-letter,
.entry-content .dropcaps.style-3:first-letter {
    background-color: transparent !important;
    color: #df4538;
    border: 1px solid #f0f0f0
}

.content .dropcaps.is-info:first-letter,
.entry-content .dropcaps.is-info:first-letter {
    background-color: #209cee
}

.content .dropcaps.is-info.style-1:first-letter,
.content .dropcaps.is-info.style-3:first-letter,
.entry-content .dropcaps.is-info.style-1:first-letter,
.entry-content .dropcaps.is-info.style-3:first-letter {
    color: #209cee
}

.content .dropcaps.is-success:first-letter,
.entry-content .dropcaps.is-success:first-letter {
    background-color: #23d160
}

.content .dropcaps.is-success.style-1:first-letter,
.content .dropcaps.is-success.style-3:first-letter,
.entry-content .dropcaps.is-success.style-1:first-letter,
.entry-content .dropcaps.is-success.style-3:first-letter {
    color: #23d160
}

.content .dropcaps.is-warning:first-letter,
.entry-content .dropcaps.is-warning:first-letter {
    background-color: #ffdd57
}

.content .dropcaps.is-warning.style-1:first-letter,
.content .dropcaps.is-warning.style-3:first-letter,
.entry-content .dropcaps.is-warning.style-1:first-letter,
.entry-content .dropcaps.is-warning.style-3:first-letter {
    color: #ffdd57
}

.content .dropcaps.is-black:first-letter,
.entry-content .dropcaps.is-black:first-letter {
    background-color: #0a0a0a
}

.content .dropcaps.is-black.style-1:first-letter,
.content .dropcaps.is-black.style-3:first-letter,
.entry-content .dropcaps.is-black.style-1:first-letter,
.entry-content .dropcaps.is-black.style-3:first-letter {
    color: #0a0a0a
}

.content .dropcaps.is-link:first-letter,
.entry-content .dropcaps.is-link:first-letter {
    background-color: #e83c2e
}

.content .dropcaps.is-link.style-1:first-letter,
.content .dropcaps.is-link.style-3:first-letter,
.entry-content .dropcaps.is-link.style-1:first-letter,
.entry-content .dropcaps.is-link.style-3:first-letter {
    color: #e83c2e
}

.content .dropcaps.is-danger:first-letter,
.entry-content .dropcaps.is-danger:first-letter {
    background-color: #ff3860
}

.content .dropcaps.is-danger.style-1:first-letter,
.content .dropcaps.is-danger.style-3:first-letter,
.entry-content .dropcaps.is-danger.style-1:first-letter,
.entry-content .dropcaps.is-danger.style-3:first-letter {
    color: #ff3860
}

.content .dropcaps.is-primary:first-letter,
.entry-content .dropcaps.is-primary:first-letter {
    background-color: #e83c2e
}

.content .dropcaps.is-primary.style-1:first-letter,
.content .dropcaps.is-primary.style-3:first-letter,
.entry-content .dropcaps.is-primary.style-1:first-letter,
.entry-content .dropcaps.is-primary.style-3:first-letter {
    color: #e83c2e
}

.content .dropcaps.is-secondary:first-letter,
.entry-content .dropcaps.is-secondary:first-letter {
    background-color: #121212
}

.content .dropcaps.is-secondary.style-1:first-letter,
.content .dropcaps.is-secondary.style-3:first-letter,
.entry-content .dropcaps.is-secondary.style-1:first-letter,
.entry-content .dropcaps.is-secondary.style-3:first-letter {
    color: #121212
}

.content .dropcaps.is-tertiary:first-letter,
.entry-content .dropcaps.is-tertiary:first-letter {
    background-color: #929292
}

.content .dropcaps.is-tertiary.style-1:first-letter,
.content .dropcaps.is-tertiary.style-3:first-letter,
.entry-content .dropcaps.is-tertiary.style-1:first-letter,
.entry-content .dropcaps.is-tertiary.style-3:first-letter {
    color: #929292
}

.section,
footer {
    padding: 5rem 1.5rem
}

@media screen and (min-width:1088px) {

    .section.is-medium,
    footer.is-medium {
        padding: 9rem 1.5rem
    }

    .section.is-large,
    footer.is-large {
        padding: 18rem 1.5rem
    }
}

footer {
    background: #fafafa;
    padding: 1.5rem 1.5rem
}

.site-header-top,
header {
    background-color: #fff;
    width: 100%;
    z-index: 100;
    height: auto;
    position: relative
}

.site-header-top {
    z-index: 200
}

.blog-author .bio .social-links li:first-child {
    padding-left: 0
}

.blog-author .bio .social-links li:last-child {
    padding-right: 0
}

.blog-author .bio h3 {
    text-transform: uppercase
}

.blog-author .bio h3:not(:last-child),
.subtitle:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem
}

.blog-author .bio h3,
.subtitle,
.title {
    word-break: break-word
}

.blog-author .bio h3 em,
.blog-author .bio h3 span,
.subtitle em,
.subtitle span,
.title em,
.title span {
    font-weight: inherit
}

.blog-author .bio h3 sub,
.subtitle sub,
.title sub {
    font-size: .75em
}

.blog-author .bio h3 sup,
.subtitle sup,
.title sup {
    font-size: .75em
}

.blog-author .bio h3 .tag,
.subtitle .tag,
.title .tag {
    vertical-align: middle
}

.blog-author .bio h3,
.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125
}

.blog-author .bio h3 strong,
.title strong {
    color: inherit;
    font-weight: inherit
}

.blog-author .bio h3+.highlight,
.title+.highlight {
    margin-top: -.75rem
}

.blog-author .bio h3:not(.is-spaced)+.subtitle,
.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem
}

.blog-author .bio h3.is-1,
.title.is-1 {
    font-size: 3rem
}

.blog-author .bio h3.is-2,
.title.is-2 {
    font-size: 2.5rem
}

.blog-author .bio h3.is-3,
.title.is-3 {
    font-size: 2rem
}

.blog-author .bio h3.is-4,
.title.is-4 {
    font-size: 1.5rem
}

.blog-author .bio h3.is-5,
.title.is-5 {
    font-size: 1.25rem
}

.blog-author .bio h3.is-6,
.title.is-6 {
    font-size: 1rem
}

.blog-author .bio h3.is-7,
.title.is-7 {
    font-size: .75rem
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25
}

.subtitle strong {
    color: #363636;
    font-weight: 600
}

.blog-author .bio .subtitle:not(.is-spaced)+h3,
.subtitle:not(.is-spaced)+.title {
    margin-top: -1.25rem
}

.subtitle.is-1 {
    font-size: 3rem
}

.subtitle.is-2 {
    font-size: 2.5rem
}

.subtitle.is-3 {
    font-size: 2rem
}

.subtitle.is-4 {
    font-size: 1.5rem
}

.subtitle.is-5 {
    font-size: 1.25rem
}

.subtitle.is-6 {
    font-size: 1rem
}

.subtitle.is-7 {
    font-size: .75rem
}

.blog-author {
    margin-top: 2.5em;
    border: 1px solid #f0f0f0
}

.blog-author .box {
    padding: 0;
    border: none;
    background-color: transparent
}

.blog-author .box:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.blog-author img {
    max-width: 201px
}

.blog-author .bio {
    padding: 26px 13px 22px
}

.blog-author .bio p {
    font-size: 15px;
    font-size: .9375rem
}

.blog-author .bio h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: 1.25px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 1.3rem !important;
    color: #333
}

.blog-author .bio h3:hover {
    color: #e83c2e
}

.blog-author .bio h3 a {
    color: #333;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-author .bio h3 a:hover {
    color: #e83c2e
}

.blog-author .bio .social-links {
    margin-top: 26px
}

.blog-author .bio .social-links li {
    display: inline-block;
    padding: 0 4px
}

.blog-author .bio .social-links li a {
    display: inline-block
}

.blog-author .bio .social-links li .icon {
    width: 29px;
    height: 29px;
    border-radius: 100%;
    background-color: #e83c2e;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-author .bio .social-links li .icon i {
    font-size: 14px;
    font-size: .875rem
}

.blog-author .bio .social-links li .icon:hover {
    background-color: #121212
}

.blog-author .bio .social-links li:last-child {
    border: 0
}

.blog-post .entry-header .post-meta ul li {
    text-transform: uppercase
}

.blog-list.style-1 .blog-post .entry-header .entry-title,
.blog-list.style-2 .blog-post .entry-header .entry-title,
.blog-list.style-3 .blog-post .entry-footer .button,
.blog-list.style-3 .blog-post .entry-header .entry-title {
    text-transform: capitalize
}

.blog-post .entry-header .entry-title:not(:last-child),
.subtitle:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem
}

.blog-post .entry-header .entry-title,
.subtitle,
.title {
    word-break: break-word
}

.blog-post .entry-header .entry-title em,
.blog-post .entry-header .entry-title span,
.subtitle em,
.subtitle span,
.title em,
.title span {
    font-weight: inherit
}

.blog-post .entry-header .entry-title sub,
.subtitle sub,
.title sub {
    font-size: .75em
}

.blog-post .entry-header .entry-title sup,
.subtitle sup,
.title sup {
    font-size: .75em
}

.blog-post .entry-header .entry-title .tag,
.subtitle .tag,
.title .tag {
    vertical-align: middle
}

.blog-post .entry-header .entry-title,
.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125
}

.blog-post .entry-header .entry-title strong,
.title strong {
    color: inherit;
    font-weight: inherit
}

.blog-post .entry-header .entry-title+.highlight,
.title+.highlight {
    margin-top: -.75rem
}

.blog-post .entry-header .entry-title:not(.is-spaced)+.subtitle,
.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem
}

.blog-post .entry-header .is-1.entry-title,
.title.is-1 {
    font-size: 3rem
}

.blog-post .entry-header .is-2.entry-title,
.title.is-2 {
    font-size: 2.5rem
}

.blog-post .entry-header .is-3.entry-title,
.title.is-3 {
    font-size: 2rem
}

.blog-post .entry-header .is-4.entry-title,
.title.is-4 {
    font-size: 1.5rem
}

.blog-post .entry-header .is-5.entry-title,
.title.is-5 {
    font-size: 1.25rem
}

.blog-post .entry-header .is-6.entry-title,
.title.is-6 {
    font-size: 1rem
}

.blog-post .entry-header .is-7.entry-title,
.title.is-7 {
    font-size: .75rem
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25
}

.subtitle strong {
    color: #363636;
    font-weight: 600
}

.blog-post .entry-header .subtitle:not(.is-spaced)+.entry-title,
.subtitle:not(.is-spaced)+.title {
    margin-top: -1.25rem
}

.subtitle.is-1 {
    font-size: 3rem
}

.subtitle.is-2 {
    font-size: 2.5rem
}

.subtitle.is-3 {
    font-size: 2rem
}

.subtitle.is-4 {
    font-size: 1.5rem
}

.subtitle.is-5 {
    font-size: 1.25rem
}

.subtitle.is-6 {
    font-size: 1rem
}

.subtitle.is-7 {
    font-size: .75rem
}

.blog-post {
    margin-bottom: 25px
}

.blog-post .post-image {
    margin-bottom: 30px;
    overflow: hidden
}

.blog-post .post-image img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block
}

.blog-post .post-image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.blog-post .entry-header .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .5px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 1.3rem !important;
    color: #333
}

.blog-post .entry-header .entry-title:hover {
    color: #e83c2e
}

.blog-post .entry-header .entry-title a {
    color: #333;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-post .entry-header .entry-title a:hover {
    color: #e83c2e
}

.blog-post .entry-header .post-meta {
    margin-bottom: 22px
}

.blog-post .entry-header .post-meta ul li {
    display: inline-block;
    color: #797979;
    font-size: 11.8px;
    font-size: .7375rem;
    letter-spacing: 1.1px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;

    padding-right: 12px;
    padding-bottom: 5px
}

.blog-post .entry-header .post-meta ul li a,
.blog-post .entry-header .post-meta ul li span {
    color: #797979;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-post .entry-header .post-meta ul li a:hover,
.blog-post .entry-header .post-meta ul li span:hover {
    color: #f14234
}

.blog-post .entry-header .post-meta ul li .icon {
    color: #f14234;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: text-top;
    margin-right: 1px;
    width: auto;
    height: auto
}

.blog-post .entry-header .post-meta ul li:hover {
    color: #f14234
}

.blog-post .entry-content p {
    font-size: 15.5px;
    font-size: .96875rem;
    color: #929292;
    margin-bottom: 22px;
    font-weight: 400
}

.blog-post .entry-footer .button {
    position: relative;
    color: #333;
    padding-left: 0;
    padding-right: 22px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 13.3px;
    font-size: .83125rem;
    background-color: transparent;
    height: 2.25em;
    text-transform: capitalize
}

.blog-post .entry-footer .button:after {
    font-family: Ionicons;
    font-size: 25px;
    font-size: 1.5625rem;
    content: "\f119";
    top: -3px;
    right: 0;
    position: absolute;
    color: #db392c;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-post .entry-footer .button:hover {
    color: #db392c
}

.blog-post .entry-footer .button:hover:after {
    right: -3px;
    position: absolute
}

.blog-post .image-hover,
.blog-post .works {
    margin-bottom: 30px
}

.blog-post .image-hover .columns.is-0 .column .work-item img,
.blog-post .image-hover .columns.is-gapless .column .work-item img,
.blog-post .works .columns.is-0 .column .work-item img,
.blog-post .works .columns.is-gapless .column .work-item img {
    min-width: auto
}

.blog-post .box,
.blog-post>.video-container {
    margin: 0;
    margin-bottom: 30px
}

.blog-list.single-post {
    margin-top: 1rem
}

.blog-list.single-post .blog-post .post-image {
    margin-bottom: 10px
}

.blog-list.single-post .blog-post .entry-header .entry-title {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.8;
    margin-bottom: 10px !important
}

.blog-list.single-post .blog-post .post-meta {
    margin-bottom: 8px
}

.blog-list.single-post .blog-post .entry-content p {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 10px
}

.blog-list.style-1 .blog-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 0
}

.blog-list.style-1 .blog-post .post-image {
    margin-bottom: 0
}

.blog-list.style-1 .blog-post .post-image img {
    min-width: 398px
}

.blog-list.style-1 .blog-post .entry-content,
.blog-list.style-1 .blog-post .entry-header {
    padding: 0 40px
}

.blog-list.style-1 .blog-post .entry-content {
    padding-bottom: 30px
}

.blog-list.style-1 .blog-post .entry-content p {
    font-size: 15px;
    font-size: .9375rem
}

.blog-list.style-1 .blog-post .entry-header {
    padding-top: 45px
}

.blog-list.style-1 .blog-post .entry-header .entry-title {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.6
}

.blog-list.style-1 .blog-post .entry-header .post-meta {
    margin-bottom: 5px
}

.blog-list.style-1 .blog-post .entry-header .post-meta ul li {
    padding-right: 4px
}

.blog-list.style-1 .blog-post .entry-header .post-meta ul li a,
.blog-list.style-1 .blog-post .entry-header .post-meta ul li span {
    color: #929292
}

.blog-list.style-1 .blog-post .entry-header .post-meta ul li a:hover,
.blog-list.style-1 .blog-post .entry-header .post-meta ul li span:hover {
    color: #e83c2e
}

.blog-list.style-1 .blog-post .entry-header .post-meta ul li:first-child {
    color: #e83c2e
}

.blog-list.style-1 .blog-post .entry-header .post-meta ul li:first-child a,
.blog-list.style-1 .blog-post .entry-header .post-meta ul li:first-child span {
    color: #e83c2e
}

.blog-list.style-1 .blog-post .entry-header .post-meta ul li:first-child a:hover,
.blog-list.style-1 .blog-post .entry-header .post-meta ul li:first-child span:hover {
    color: #797979
}

.blog-list.style-1 .column {
    padding: 0
}

.blog-list.style-1 .column:nth-child(3n+2) .blog-post .post-image {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.blog-list.style-2 .blog-post {
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-list.style-2 .blog-post:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(146, 146, 146, .2);
    box-shadow: 2px 1px 25px 5px rgba(146, 146, 146, .2)
}

.blog-list.style-2 .blog-post .entry-content,
.blog-list.style-2 .blog-post .entry-header {
    padding: 0 38px
}

.blog-list.style-2 .blog-post .entry-content {
    padding-bottom: 18px
}

.blog-list.style-2 .blog-post .entry-content p {
    font-size: 15px;
    font-size: .9375rem
}

.blog-list.style-2 .blog-post .entry-header .entry-title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.6;
    margin-bottom: .55rem !important
}

.blog-list.style-2 .blog-post .entry-header .post-meta {
    margin-bottom: 17px
}

.blog-list.style-2 .blog-post .entry-header .post-meta ul li {
    padding-right: 4px
}

.blog-list.style-2 .blog-post .entry-header .post-meta ul li a,
.blog-list.style-2 .blog-post .entry-header .post-meta ul li span {
    color: #929292
}

.blog-list.style-2 .blog-post .entry-header .post-meta ul li a:hover,
.blog-list.style-2 .blog-post .entry-header .post-meta ul li span:hover {
    color: #e83c2e
}

.blog-list.style-2 .blog-post .entry-header .post-meta ul li:first-child {
    color: #e83c2e
}

.blog-list.style-2 .blog-post .entry-header .post-meta ul li:first-child a,
.blog-list.style-2 .blog-post .entry-header .post-meta ul li:first-child span {
    color: #e83c2e
}

.blog-list.style-2 .blog-post .entry-header .post-meta ul li:first-child a:hover,
.blog-list.style-2 .blog-post .entry-header .post-meta ul li:first-child span:hover {
    color: #797979
}

.blog-list.style-3 .blog-post {
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 42px 35px
}

.blog-list.style-3 .blog-post:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(146, 146, 146, .2);
    box-shadow: 2px 1px 25px 5px rgba(146, 146, 146, .2)
}

.blog-list.style-3 .blog-post .entry-content {
    padding: 5px 0 15px
}

.blog-list.style-3 .blog-post .entry-content p {
    font-size: 15px;
    font-size: .9375rem
}

.blog-list.style-3 .blog-post .entry-footer .button {

    letter-spacing: 1.5px;
    font-weight: 500;
    color: #e83c2e;
    font-size: 14px;
    font-size: .875rem
}

.blog-list.style-3 .blog-post .entry-footer .button:hover {
    color: #797979
}

.blog-list.style-3 .blog-post .entry-footer .button:after {
    display: none
}

.blog-list.style-3 .blog-post .entry-header .entry-title {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.6
}

.blog-list.style-3 .blog-post .entry-header .post-meta {
    margin-bottom: 17px
}

.blog-list.style-3 .blog-post .entry-header .post-meta ul li {
    padding-right: 4px
}

.blog-list.style-3 .blog-post .entry-header .post-meta ul li a,
.blog-list.style-3 .blog-post .entry-header .post-meta ul li span {
    color: #929292
}

.blog-list.style-3 .blog-post .entry-header .post-meta ul li a:hover,
.blog-list.style-3 .blog-post .entry-header .post-meta ul li span:hover {
    color: #e83c2e
}

.blog-list.owl-carousel {
    padding: 25px 0
}

.blog-list.owl-carousel .blog-post:hover {
    -webkit-box-shadow: 0 9px 50px -4px rgba(146, 146, 146, .1);
    box-shadow: 0 9px 50px -4px rgba(146, 146, 146, .1)
}

.blog-list.owl-carousel .owl-dots {
    margin-top: 60px
}

.blog-list.owl-carousel .owl-dots .owl-dot.active span,
.blog-list.owl-carousel .owl-dots .owl-dot:hover span {
    background: #e62819
}

.blog-list.default-style-1 .blog-post {
    border: 1px solid #f0f0f0;
    padding-bottom: 30px
}

.blog-list.default-style-1 .blog-post .entry-content,
.blog-list.default-style-1 .blog-post .entry-footer,
.blog-list.default-style-1 .blog-post .entry-header {
    padding: 0 30px
}

.blog-list.default-style-2 .blog-post {
    margin-bottom: 35px
}

.blog-list.default-style-2 .blog-post .entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.blog-list.default-style-2 .blog-post .entry-footer {
    display: none
}

.blog-list.style-list .blog-post {
    border: 1px solid #f0f0f0;
    background-color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-list.style-list .blog-post:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(146, 146, 146, .2);
    box-shadow: 2px 1px 25px 5px rgba(146, 146, 146, .2)
}

.blog-list.style-list .blog-post .post-image {
    margin-bottom: 0
}

.blog-list.style-list .blog-post .entry-content,
.blog-list.style-list .blog-post .entry-footer,
.blog-list.style-list .blog-post .entry-header {
    padding-right: 35px;
    padding-left: 5px
}

.blog-list.style-list .blog-post .entry-header {
    padding-top: 50px;
    margin-bottom: 30px
}

.blog-list.style-list .blog-post .entry-header .entry-title {
    font-size: 18px;
    margin-bottom: 1rem !important
}

.blog-list.style-list .blog-post .entry-header .post-meta ul li {
    font-size: 11.5px
}

.blog-list.style-list .blog-post .entry-content p {
    font-size: 14px
}

body.blog-list-style-3 .section.content-with-sidebar {
    background-color: #fafafa
}

body.blog-list-style-3 .site-footer-top .subscribe-section {
    background-color: #fff
}

body.blog-list-style-3 .blog-list.style-3 .blog-post .entry-header .post-meta ul li {
    padding-right: 12px
}

.blog-single .entry-footer .post-tags a,
.blog-single .entry-footer .social-share>span {
    text-transform: uppercase
}

.blog-single .entry-header .entry-title {
    font-size: 25.5px;
    font-size: 1.59375rem;
    margin-bottom: 1.8rem !important
}

.blog-single .entry-footer {
    margin-top: 3.4em;
    font-family: 'SUB-FONT', 'Open Sans', sans-serif
}

.blog-single .entry-footer .post-tags .icon {
    width: auto;
    margin-right: 5px
}

.blog-single .entry-footer .post-tags i {
    color: #e83c2e;
    font-size: 15px;
    font-size: .9375rem
}

.blog-single .entry-footer .post-tags a {
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: 1.8px;
    color: #797979;
    padding: 0 1px
}

.blog-single .entry-footer .post-tags a:hover {
    color: #e83c2e
}

.blog-single .entry-footer .social-share>span {
    font-size: 13.5px;
    font-size: .84375rem;
    letter-spacing: 1.8px;
    display: inline-block;
    margin-right: 12px
}

.blog-single .entry-footer .social-share ul {
    display: inline-block
}

.blog-single .entry-footer .social-share ul li {
    display: inline-block;
    padding-right: 5px
}

.blog-single .entry-footer .social-share ul li:last-child {
    padding-right: 0
}

.blog-single .entry-footer .social-share ul li a {
    display: inline-block
}

.blog-single .entry-footer .social-share ul li .icon {
    width: 27px;
    height: 27px;
    border-radius: 100%;
    background-color: #e83c2e;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-single .entry-footer .social-share ul li .icon i {
    font-size: 13px;
    font-size: .8125rem
}

.blog-single .entry-footer .social-share ul li .icon:hover {
    background-color: #121212
}

.owl-carousel * {
    outline: 0
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    top: 50%;
    position: absolute;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
    z-index: 1;
    line-height: 1 !important
}

.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.owl-carousel .owl-next:hover:before,
.owl-carousel .owl-prev:hover:before {
    opacity: 1
}

.owl-carousel .owl-next:before,
.owl-carousel .owl-prev:before {
    font-family: Ionicons;
    font-size: 45px;
    font-size: 2.8125rem;
    color: #fff;
    opacity: .55
}

.owl-carousel .owl-prev {
    left: 1%
}

[dir=rtl] .owl-carousel .owl-prev {
    left: auto;
    right: 1%
}

.owl-carousel .owl-prev:before {
    content: ""
}

[dir=rtl] .owl-carousel .owl-prev:before {
    content: ""
}

.owl-carousel .owl-next {
    right: 1%
}

[dir=rtl] .owl-carousel .owl-next {
    left: 1%;
    right: auto
}

.owl-carousel .owl-next:before {
    content: ""
}

[dir=rtl] .owl-carousel .owl-next:before {
    content: ""
}

.owl-carousel.fullwidth {
    display: none
}

.owl-carousel.fullwidth .owl-prev {
    left: 8%
}

[dir=rtl] .owl-carousel.fullwidth .owl-prev {
    left: auto;
    right: 8%
}

.owl-carousel.fullwidth .owl-next {
    right: 8%
}

[dir=rtl] .owl-carousel.fullwidth .owl-next {
    left: 8%;
    right: auto
}

.owl-carousel.instafeed .owl-nav {
    margin-top: 0
}

.owl-carousel.instafeed .owl-nav .owl-next,
.owl-carousel.instafeed .owl-nav .owl-prev {
    opacity: 0;
    height: auto
}

.owl-carousel.instafeed .owl-nav .owl-next:before,
.owl-carousel.instafeed .owl-nav .owl-prev:before {
    font-size: 45px;
    font-size: 2.8125rem
}

.owl-carousel.instafeed:hover .owl-nav .owl-next,
.owl-carousel.instafeed:hover .owl-nav .owl-prev {
    opacity: .7
}

.owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: -40px
}

.owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-carousel.dots,
.owl-carousel.no-dots {
    display: none
}

.owl-carousel .owl-dots {
    margin-top: 55px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-carousel .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 8px;
    background: #cccccc;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 100%;
    opacity: .25;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover {
    outline: 0
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #ff0000;
    opacity: 1
}

.owl-carousel .owl-scrollbar {
    border-radius: 10px;
    height: 1px;
    max-width: 1170px;
    width: 100%;
    background: #eaeaea;
    position: relative;
    margin: 70px auto 20px !important
}

.owl-carousel .owl-scrollbar .owl-scroll-handle,
.owl-carousel .owl-scrollbar .owl-scroll-progress {
    height: 5px;
    width: 10px;
    display: inline-block;
    background: #121212;
    position: absolute;
    top: -4px;
    left: 0
}

.owl-carousel.carousel-image .carousel-item {
    overflow: hidden
}

.owl-carousel.carousel-image .carousel-item img {
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block
}

.owl-carousel.carousel-image .carousel-item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.owl-carousel.navs {
    display: none
}

.owl-carousel.navs .owl-nav {
    top: 0;
    position: absolute;
    margin-top: -30px
}

.owl-carousel.navs .owl-nav .owl-next:before,
.owl-carousel.navs .owl-nav .owl-prev:before {
    font-size: 33px;
    font-size: 2.0625rem;
    color: #e62819;
    opacity: 1
}

.owl-carousel.navs .owl-nav .owl-next.disabled:before,
.owl-carousel.navs .owl-nav .owl-prev.disabled:before {
    color: #929292
}

.owl-carousel.navs .owl-nav .owl-next {
    right: 0;
  /* border: 1px solid #cccccc;*/
    margin-right: 10px;
}

.owl-carousel.navs .owl-nav .owl-prev {
    left: inherit;
    right: 2.8%;
  /* border: 1px solid #cccccc;*/
    margin-right: 20px;
}

.owl-carousel.navs-images {
    display: none
}

.owl-carousel.navs-images .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: 0
}

.owl-carousel.navs-images .owl-nav .owl-next,
.owl-carousel.navs-images .owl-nav .owl-prev {
    opacity: 0;
    padding: 0 1px !important
}

.owl-carousel.navs-images .owl-nav .owl-next:before,
.owl-carousel.navs-images .owl-nav .owl-prev:before {
    font-size: 33px;
    font-size: 2.0625rem;
    color: #fff;
    opacity: 1
}

.owl-carousel.navs-images .owl-nav .owl-next.disabled:before,
.owl-carousel.navs-images .owl-nav .owl-prev.disabled:before {
    color: #929292
}

.owl-carousel.navs-images .owl-nav .owl-next {
    right: 1%
}

.owl-carousel.navs-images .owl-nav .owl-prev {
    left: 1%
}

.owl-carousel.navs-images .owl-nav .owl-prev:before {
    content: '\f111'
}

[dir=rtl] .owl-carousel.navs-images .owl-nav .owl-prev:before {
    content: '\f113'
}

.owl-carousel.navs-images .owl-nav .owl-next:before {
    content: '\f113'
}

[dir=rtl] .owl-carousel.navs-images .owl-nav .owl-next:before {
    content: '\f111'
}

.owl-carousel.navs-images:hover .owl-nav .owl-next,
.owl-carousel.navs-images:hover .owl-nav .owl-prev {
    opacity: 1
}

.owl-carousel.navs-gallery {
    display: none
}

.owl-carousel.navs-gallery .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: 0
}

.owl-carousel.navs-gallery .owl-nav .owl-next,
.owl-carousel.navs-gallery .owl-nav .owl-prev {
    opacity: 0
}

.owl-carousel.navs-gallery .owl-nav .owl-next:before,
.owl-carousel.navs-gallery .owl-nav .owl-prev:before {
    font-size: 45px;
    font-size: 2.8125rem;
    color: #fff;
    opacity: 1
}

.owl-carousel.navs-gallery .owl-nav .owl-next.disabled:before,
.owl-carousel.navs-gallery .owl-nav .owl-prev.disabled:before {
    color: #929292
}

.owl-carousel.navs-gallery .owl-nav .owl-next {
    right: 1%
}

.owl-carousel.navs-gallery .owl-nav .owl-prev {
    left: 1%
}

.owl-carousel.navs-gallery:hover .owl-nav .owl-next,
.owl-carousel.navs-gallery:hover .owl-nav .owl-prev {
    opacity: 1
}

.flexslider {
    display: none
}

.flexslider .flex-direction-nav a {
    top: 45%
}

.flexslider .flex-direction-nav a:before {
    font-family: Ionicons;
    font-size: 45px;
    font-size: 2.8125rem;
    color: #fff
}

.flexslider .flex-direction-nav a.flex-next:before {
    content: ""
}

.flexslider .flex-direction-nav a.flex-prev:before {
    content: ""
}

.flexslider .flex-control-thumbs {
    margin-top: 15px
}

.flexslider .flex-control-thumbs li {
    margin-right: 15px;
    width: 22.9%
}

.flexslider .flex-control-thumbs li:last-child {
    margin-right: 0
}

.flexslider.intro {
    border: none;
    margin: 0;
    border-radius: 0
}

.flexslider.intro #viewport-food-smoke {
    position: absolute;
    right: 50%
}

.flexslider.intro .flex-control-nav {
    display: none
}

.flexslider.intro .slides>li {
    position: relative;
    overflow: hidden;
    max-height: 820px
}

.flexslider.intro .flex-caption {
    position: absolute;
    bottom: 34%;
    width: 100%;
    text-align: center;
    text-transform: capitalize
}

.flexslider.intro .flex-caption h1 {
    color: #fff
}

.flexslider.intro .flex-caption p {
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
    color: #fff
}

.flexslider.intro .flex-caption p:first-child {
    text-transform: uppercase;
    font-size: 18px
}

.flexslider.intro .flex-direction-nav a {
    top: 48%;
    opacity: 1;
    width: 38px;
    height: 44px;
    text-shadow: none
}

.flexslider.intro .flex-direction-nav a.flex-next {
    right: 50px
}

.flexslider.intro .flex-direction-nav a.flex-next:before {
    content: "\f114";
    line-height: 1;
    text-shadow: none
}

.flexslider.intro .flex-direction-nav a.flex-prev {
    left: 50px
}

.flexslider.intro .flex-direction-nav a.flex-prev:before {
    content: "\f112";
    line-height: 1;
    text-shadow: none
}

.flexslider.intro:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 50px
}

.flexslider.intro:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 50px
}

.comment-list .comment-author,
.comment-list .comment-date,
.comment-list .comment-reply,
.comments .comment-author,
.comments .comment-date,
.comments .comment-reply {
    text-transform: uppercase
}

.comment-list,
.comments {
    margin-bottom: 3.5rem;
    margin-top: 1.8rem;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 2.5rem
}

.comment-list .comment+.comment,
.comment-list .comment-box+.comment-box,
.comment-list .media+.media,
.comments .comment+.comment,
.comments .comment-box+.comment-box,
.comments .media+.media {
    border-top: 1px solid #f0f0f0;
    margin-top: 2rem;
    padding-top: 2.5rem
}

.comment-list .comment .comment,
.comment-list .comment-box .comment-box,
.comment-list .media .media,
.comments .comment .comment,
.comments .comment-box .comment-box,
.comments .media .media {
    border-top: 1px solid #f0f0f0;
    padding-top: 2.5rem;
    margin-top: 2rem
}

.comment-list .media-left,
.comments .media-left {
    margin-right: 1.8rem
}

.comment-list .media-right,
.comments .media-right {
    margin-left: 1.8rem
}

.comment-list .avatar img,
.comments .avatar img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    max-width: 100px
}

.comment-list .avatar img:hover,
.comments .avatar img:hover {
    opacity: .8
}

.comment-list .comment-body .level,
.comments .comment-body .level {
    margin-bottom: .8rem
}

.comment-list .comment-author,
.comments .comment-author {
    color: #333;
    font-size: 17px;
    font-size: 1.0625rem;
    display: inline-block;
    margin-right: 16px;
    letter-spacing: 1px
}

.comment-list .comment-author a,
.comments .comment-author a {
    color: #333
}

.comment-list .comment-author a:hover,
.comments .comment-author a:hover {
    color: #e83c2e
}

.comment-list .comment-date,
.comments .comment-date {
    display: inline-block;
    color: #de4b40;

    font-size: 12.5px;
    font-size: .78125rem;
    margin-top: 3px;
    letter-spacing: 1.3px
}

.comment-list .comment-date a,
.comments .comment-date a {
    color: #de4b40
}

.comment-list .comment-date a:hover,
.comments .comment-date a:hover {
    color: #e83c2e
}

.comment-list .comment-reply,
.comments .comment-reply {
    font-size: 13.5px;
    font-size: .84375rem;
    display: inline-block;
    letter-spacing: 1.4px;
    font-family: 'SUB-FONT', 'Open Sans', sans-serif
}

.comment-list p,
.comments p {
    font-size: 14.5px;
    font-size: .90625rem
}

.countdown-time {

    font-size: 0;
    font-size: 0
}

.countdown-time .item {
    display: inline-block;
    padding: 25px 40px;
    margin: 0 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.countdown-time .item span {
    font-size: 70px;
    font-size: 4.375rem;
    color: #333
}

.countdown-time .item span.label {
    color: #fcba1c;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px
}

.countdown-time.style-1 .item {
    background-color: #fff;
    padding: 10px 40px 20px
}

.countdown-time.style-1 .item:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(232, 60, 46, .2);
    box-shadow: 2px 1px 25px 5px rgba(232, 60, 46, .2)
}

.countdown-time.style-2 .item {
    border-right: 1px solid #eaeaea;
    padding: 0 56px;
    margin: 0;
    margin-bottom: 25px;
    margin-top: 25px
}

.countdown-time.style-2 .item:last-child {
    border: 0
}

.countdown-time.style-3 .item {
    border: 2px solid #e83c2e
}

.countdown-time.style-3 .item span.label {
    color: #929292
}

.countdown-time.style-3 .item:hover {
    border-color: #eaeaea
}

.countdown-time.style-3 .item:hover span.label {
    color: #e83c2e
}

.countdown-time.style-4 .item {
    border: 4px solid #eaeaea;
    border-radius: 50%;
    min-height: 180px;
    min-width: 180px
}

.countdown-time.style-4 .item:hover {
    border-color: #e83c2e
}

.countdown-time.style-4 .item:hover span.label {
    color: #929292
}

.counterup .level-item {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.counterup .level-item>div {
    min-width: 200px
}

.counterup .heading,
.counterup .title {
    margin: 1.2rem 0
}

.counterup .title {
    font-weight: 400;
    color: #333;
    font-size: 74px;
    font-size: 4.625rem;

    max-height: 100px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.counterup .heading {
    color: #fcba1c;
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 1.8rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.counterup.with-icons .level-item>div .icon {
    margin: 0;
    margin-bottom: 20px;
    color: #929292
}

.counterup.with-icons .level-item>div .icon i[class*=' fa-'],
.counterup.with-icons .level-item>div .icon i[class^=fa-] {
    font-size: 42px;
    font-size: 2.625rem
}

.counterup.with-icons .level-item>div .icon i[class*=' icon-'],
.counterup.with-icons .level-item>div .icon i[class^=icon-] {
    font-size: 42px;
    font-size: 2.625rem
}

.counterup.with-icons .level-item>div .icon i[class*=' ion-'],
.counterup.with-icons .level-item>div .icon i[class^=ion-] {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1
}

.counterup.with-icons .level-item>div .title {
    font-size: 36px;
    font-size: 2.25rem;

    margin-bottom: .6rem
}

.counterup.with-icons .level-item>div .heading {
    font-size: 14px;
    font-size: .875rem;
    margin-top: 0
}

.counterup.style-1 .level-item {
    border-right: 1px solid #eaeaea;
    margin: 31.5px 0
}

.counterup.style-1 .level-item>div .heading,
.counterup.style-1 .level-item>div .title {
    line-height: 1
}

.counterup.style-1 .level-item>div .title {
    margin-top: 0;
    margin-bottom: 1.8rem
}

.counterup.style-1 .level-item>div .heading {
    margin-bottom: 0
}

.counterup.style-1 .level-item:last-child {
    border-right: none
}

.counterup.style-1.with-icons .level-item>div .title {
    margin-top: 1.6rem;
    margin-bottom: .8rem
}

.counterup.style-2 .level-item {
    border: 1px solid #e83c2e;
    margin: 0 16px
}

.counterup.style-2 .level-item:first-child {
    margin-left: 0
}

.counterup.style-2 .level-item:last-child {
    margin-right: 0
}

.counterup.style-2 .level-item .heading {
    color: #929292
}

.counterup.style-2 .level-item:hover {
    border-color: #eaeaea
}

.counterup.style-2 .level-item:hover .heading {
    color: #e83c2e
}

.counterup.style-2.with-icons .level-item {
    padding-top: 45px
}

.counterup.style-2.with-icons .level-item>div .title {
    margin-top: 1.6rem;
    margin-bottom: .8rem
}

.counterup.style-3 .level-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.counterup.style-3 .level-item>div {
    text-align: left
}

.counterup.style-3 .level-item .heading,
.counterup.style-3 .level-item .title {
    display: inline-block
}

.counterup.style-3 .level-item .title {
    font-size: 54px;
    font-size: 3.375rem;

    margin-right: 14px
}

.counterup.style-3 .level-item .heading {
    max-width: 90px
}

.counterup.style-3.with-icons .level-item>div .title {
    font-size: 50px;
    font-size: 3.125rem;
    margin-right: 6px
}

.counterup.style-3.with-icons .level-item>div .icon {
    margin-right: 27px
}

.counterup.style-4 .level-item {
    background-color: #fff;
    margin: 0 16px;
    padding: 15px 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.counterup.style-4 .level-item:first-child {
    margin-left: 0
}

.counterup.style-4 .level-item:last-child {
    margin-right: 0
}

.counterup.style-4 .level-item .title {
    color: #e83c2e
}

.counterup.style-4 .level-item .heading {
    color: #929292
}

.counterup.style-4 .level-item:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(232, 60, 46, .2);
    box-shadow: 2px 1px 25px 5px rgba(232, 60, 46, .2)
}

.counterup.style-4 .level-item:hover .title {
    color: #333
}

.counterup.style-4 .level-item:hover .heading {
    color: #fcba1c
}

.counterup.style-4.with-icons .level-item {
    background-color: transparent;
    border: 1px solid #eaeaea;
    padding-top: 45px
}

.counterup.style-4.with-icons .level-item>div .icon {
    color: #fcba1c;
    margin-bottom: 15px
}

.counterup.style-4.with-icons .level-item>div .title {
    margin-top: 1.6rem;
    margin-bottom: .8rem;
    color: #333
}

.counterup.style-4.with-icons .level-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e83c2e
}

.counterup.style-4.with-icons .level-item:hover .title {
    color: #929292
}

.counterup.style-5 .level-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.counterup.style-5 .level-item>div {
    border-right: 1px solid #eaeaea;
    text-align: left
}

.counterup.style-5 .level-item>div .heading,
.counterup.style-5 .level-item>div .title {
    line-height: 1
}

.counterup.style-5 .level-item>div .title {

    font-size: 54px;
    font-size: 3.375rem;
    margin-top: 0;
    margin-bottom: 1.8rem
}

.counterup.style-5 .level-item>div .heading {
    margin-bottom: 0
}

.counterup.style-5 .level-item:last-child>div {
    border-right: none
}

.counterup.style-5.with-icons .level-item>div .title {
    display: inline-block;
    font-size: 44px;
    font-size: 2.75rem
}

.counterup.style-5.with-icons .level-item>div .icon {
    margin-right: 20px
}

.counterup.is-info .level-item>div .heading {
    color: #209cee
}

.counterup.is-info.style-2 .level-item {
    border: 1px solid #209cee
}

.counterup.is-info.style-2 .level-item .heading {
    color: #929292
}

.counterup.is-info.style-2 .level-item:hover {
    border-color: #eaeaea
}

.counterup.is-info.style-2 .level-item:hover .heading {
    color: #209cee
}

.counterup.is-info.style-4 .level-item .title {
    color: #209cee
}

.counterup.is-info.style-4 .level-item:hover .title {
    color: #333
}

.counterup.is-info.style-4 .level-item:hover .heading {
    color: #209cee
}

.counterup.is-info.style-4.with-icons .level-item>div .icon {
    color: #209cee
}

.counterup.is-info.style-4.with-icons .level-item:hover {
    border: 1px solid #209cee
}

.counterup.is-info.style-4.with-icons .level-item:hover .title {
    color: #929292
}

.counterup.is-success .level-item>div .heading {
    color: #23d160
}

.counterup.is-success.style-2 .level-item {
    border: 1px solid #23d160
}

.counterup.is-success.style-2 .level-item .heading {
    color: #929292
}

.counterup.is-success.style-2 .level-item:hover {
    border-color: #eaeaea
}

.counterup.is-success.style-2 .level-item:hover .heading {
    color: #23d160
}

.counterup.is-success.style-4 .level-item .title {
    color: #23d160
}

.counterup.is-success.style-4 .level-item:hover .title {
    color: #333
}

.counterup.is-success.style-4 .level-item:hover .heading {
    color: #23d160
}

.counterup.is-success.style-4.with-icons .level-item>div .icon {
    color: #23d160
}

.counterup.is-success.style-4.with-icons .level-item:hover {
    border: 1px solid #23d160
}

.counterup.is-success.style-4.with-icons .level-item:hover .title {
    color: #929292
}

.counterup.is-warning .level-item>div .heading {
    color: #ffdd57
}

.counterup.is-warning.style-2 .level-item {
    border: 1px solid #ffdd57
}

.counterup.is-warning.style-2 .level-item .heading {
    color: #929292
}

.counterup.is-warning.style-2 .level-item:hover {
    border-color: #eaeaea
}

.counterup.is-warning.style-2 .level-item:hover .heading {
    color: #ffdd57
}

.counterup.is-warning.style-4 .level-item .title {
    color: #ffdd57
}

.counterup.is-warning.style-4 .level-item:hover .title {
    color: #333
}

.counterup.is-warning.style-4 .level-item:hover .heading {
    color: #ffdd57
}

.counterup.is-warning.style-4.with-icons .level-item>div .icon {
    color: #ffdd57
}

.counterup.is-warning.style-4.with-icons .level-item:hover {
    border: 1px solid #ffdd57
}

.counterup.is-warning.style-4.with-icons .level-item:hover .title {
    color: #929292
}

.counterup.is-black .level-item>div .heading {
    color: #0a0a0a
}

.counterup.is-black.style-2 .level-item {
    border: 1px solid #0a0a0a
}

.counterup.is-black.style-2 .level-item .heading {
    color: #929292
}

.counterup.is-black.style-2 .level-item:hover {
    border-color: #eaeaea
}

.counterup.is-black.style-2 .level-item:hover .heading {
    color: #0a0a0a
}

.counterup.is-black.style-4 .level-item .title {
    color: #0a0a0a
}

.counterup.is-black.style-4 .level-item:hover .title {
    color: #333
}

.counterup.is-black.style-4 .level-item:hover .heading {
    color: #0a0a0a
}

.counterup.is-black.style-4.with-icons .level-item>div .icon {
    color: #0a0a0a
}

.counterup.is-black.style-4.with-icons .level-item:hover {
    border: 1px solid #0a0a0a
}

.counterup.is-black.style-4.with-icons .level-item:hover .title {
    color: #929292
}

.counterup.is-link .level-item>div .heading {
    color: #e83c2e
}

.counterup.is-link.style-2 .level-item {
    border: 1px solid #e83c2e
}

.counterup.is-link.style-2 .level-item .heading {
    color: #929292
}

.counterup.is-link.style-2 .level-item:hover {
    border-color: #eaeaea
}

.counterup.is-link.style-2 .level-item:hover .heading {
    color: #e83c2e
}

.counterup.is-link.style-4 .level-item .title {
    color: #e83c2e
}

.counterup.is-link.style-4 .level-item:hover .title {
    color: #333
}

.counterup.is-link.style-4 .level-item:hover .heading {
    color: #e83c2e
}

.counterup.is-link.style-4.with-icons .level-item>div .icon {
    color: #e83c2e
}

.counterup.is-link.style-4.with-icons .level-item:hover {
    border: 1px solid #e83c2e
}

.counterup.is-link.style-4.with-icons .level-item:hover .title {
    color: #929292
}

.counterup.is-danger .level-item>div .heading {
    color: #ff3860
}

.counterup.is-danger.style-2 .level-item {
    border: 1px solid #ff3860
}

.counterup.is-danger.style-2 .level-item .heading {
    color: #929292
}

.counterup.is-danger.style-2 .level-item:hover {
    border-color: #eaeaea
}

.counterup.is-danger.style-2 .level-item:hover .heading {
    color: #ff3860
}

.counterup.is-danger.style-4 .level-item .title {
    color: #ff3860
}

.counterup.is-danger.style-4 .level-item:hover .title {
    color: #333
}

.counterup.is-danger.style-4 .level-item:hover .heading {
    color: #ff3860
}

.counterup.is-danger.style-4.with-icons .level-item>div .icon {
    color: #ff3860
}

.counterup.is-danger.style-4.with-icons .level-item:hover {
    border: 1px solid #ff3860
}

.counterup.is-danger.style-4.with-icons .level-item:hover .title {
    color: #929292
}

.counterup.is-primary .level-item>div .heading {
    color: #e83c2e
}

.counterup.is-primary.style-2 .level-item {
    border: 1px solid #e83c2e
}

.counterup.is-primary.style-2 .level-item .heading {
    color: #929292
}

.counterup.is-primary.style-2 .level-item:hover {
    border-color: #eaeaea
}

.counterup.is-primary.style-2 .level-item:hover .heading {
    color: #e83c2e
}

.counterup.is-primary.style-4 .level-item .title {
    color: #e83c2e
}

.counterup.is-primary.style-4 .level-item:hover .title {
    color: #333
}

.counterup.is-primary.style-4 .level-item:hover .heading {
    color: #e83c2e
}

.counterup.is-primary.style-4.with-icons .level-item>div .icon {
    color: #e83c2e
}

.counterup.is-primary.style-4.with-icons .level-item:hover {
    border: 1px solid #e83c2e
}

.counterup.is-primary.style-4.with-icons .level-item:hover .title {
    color: #929292
}

.counterup.is-secondary .level-item>div .heading {
    color: #121212
}

.counterup.is-secondary.style-2 .level-item {
    border: 1px solid #121212
}

.counterup.is-secondary.style-2 .level-item .heading {
    color: #929292
}

.counterup.is-secondary.style-2 .level-item:hover {
    border-color: #eaeaea
}

.counterup.is-secondary.style-2 .level-item:hover .heading {
    color: #121212
}

.counterup.is-secondary.style-4 .level-item .title {
    color: #121212
}

.counterup.is-secondary.style-4 .level-item:hover .title {
    color: #333
}

.counterup.is-secondary.style-4 .level-item:hover .heading {
    color: #121212
}

.counterup.is-secondary.style-4.with-icons .level-item>div .icon {
    color: #121212
}

.counterup.is-secondary.style-4.with-icons .level-item:hover {
    border: 1px solid #121212
}

.counterup.is-secondary.style-4.with-icons .level-item:hover .title {
    color: #929292
}

.counterup.is-tertiary .level-item>div .heading {
    color: #929292
}

.counterup.is-tertiary.style-2 .level-item {
    border: 1px solid #929292
}

.counterup.is-tertiary.style-2 .level-item .heading {
    color: #929292
}

.counterup.is-tertiary.style-2 .level-item:hover {
    border-color: #eaeaea
}

.counterup.is-tertiary.style-2 .level-item:hover .heading {
    color: #929292
}

.counterup.is-tertiary.style-4 .level-item .title {
    color: #929292
}

.counterup.is-tertiary.style-4 .level-item:hover .title {
    color: #333
}

.counterup.is-tertiary.style-4 .level-item:hover .heading {
    color: #929292
}

.counterup.is-tertiary.style-4.with-icons .level-item>div .icon {
    color: #929292
}

.counterup.is-tertiary.style-4.with-icons .level-item:hover {
    border: 1px solid #929292
}

.counterup.is-tertiary.style-4.with-icons .level-item:hover .title {
    color: #929292
}

.footer .footer-navigation li a,
footer .footer-navigation li a {
    display: block
}

.footer .footer-navigation li:first-child a,
footer .footer-navigation li:first-child a {
    padding-left: 0
}

.footer .footer-navigation li:last-child a,
footer .footer-navigation li:last-child a {
    padding-right: 0
}

.footer .footer-navigation,
footer .footer-navigation {
    text-transform: uppercase
}

.footer-bottom-content .level .footer-copyright,
.footer-bottom-content .main-navigation li {
    text-transform: capitalize
}

.footer,
footer {
    text-align: center
}

.footer .widget-links ul footer li:before,
.footer .widget-links ul li:before,
footer .footer .widget-links ul li:before,
footer .widget-links ul .footer li:before,
footer .widget-links ul li:before {
    font-family: simple-line-icons;
    font-size: 7px;
    font-size: .4375rem
}

.footer .footer-bottom-content .main-navigation li.active>a,
.footer .footer-bottom-content .main-navigation li.current-menu-ancestor>a,
.footer .footer-bottom-content .main-navigation li.current-menu-item>a,
.footer .footer-bottom-content .main-navigation li.current-menu-parent>a,
.footer .footer-bottom-content .main-navigation li.current>a,
.footer .footer-bottom-content .main-navigation li.current_page_item>a,
.footer .footer-navigation footer li.active>a,
.footer .footer-navigation footer li.current-menu-ancestor>a,
.footer .footer-navigation footer li.current-menu-item>a,
.footer .footer-navigation footer li.current-menu-parent>a,
.footer .footer-navigation footer li.current>a,
.footer .footer-navigation footer li.current_page_item>a,
.footer .footer-navigation li.active>a,
.footer .footer-navigation li.current-menu-ancestor>a,
.footer .footer-navigation li.current-menu-item>a,
.footer .footer-navigation li.current-menu-parent>a,
.footer .footer-navigation li.current>a,
.footer .footer-navigation li.current_page_item>a,
.footer-bottom-content .main-navigation .footer li.active>a,
.footer-bottom-content .main-navigation .footer li.current-menu-ancestor>a,
.footer-bottom-content .main-navigation .footer li.current-menu-item>a,
.footer-bottom-content .main-navigation .footer li.current-menu-parent>a,
.footer-bottom-content .main-navigation .footer li.current>a,
.footer-bottom-content .main-navigation .footer li.current_page_item>a,
.footer-bottom-content .main-navigation footer li.active>a,
.footer-bottom-content .main-navigation footer li.current-menu-ancestor>a,
.footer-bottom-content .main-navigation footer li.current-menu-item>a,
.footer-bottom-content .main-navigation footer li.current-menu-parent>a,
.footer-bottom-content .main-navigation footer li.current>a,
.footer-bottom-content .main-navigation footer li.current_page_item>a,
footer .footer-bottom-content .main-navigation li.active>a,
footer .footer-bottom-content .main-navigation li.current-menu-ancestor>a,
footer .footer-bottom-content .main-navigation li.current-menu-item>a,
footer .footer-bottom-content .main-navigation li.current-menu-parent>a,
footer .footer-bottom-content .main-navigation li.current>a,
footer .footer-bottom-content .main-navigation li.current_page_item>a,
footer .footer-navigation .footer li.active>a,
footer .footer-navigation .footer li.current-menu-ancestor>a,
footer .footer-navigation .footer li.current-menu-item>a,
footer .footer-navigation .footer li.current-menu-parent>a,
footer .footer-navigation .footer li.current>a,
footer .footer-navigation .footer li.current_page_item>a,
footer .footer-navigation li.active>a,
footer .footer-navigation li.current-menu-ancestor>a,
footer .footer-navigation li.current-menu-item>a,
footer .footer-navigation li.current-menu-parent>a,
footer .footer-navigation li.current>a,
footer .footer-navigation li.current_page_item>a {
    color: #fcba1c
}

.footer .site-logo,
footer .site-logo {
    margin-bottom: 37px
}

.footer .site-logo a,
footer .site-logo a {
    display: inline-block;
    color: #333
}

.footer .site-logo span.logo-text,
footer .site-logo span.logo-text {
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: 0;
    padding: 0 11px;
    font-weight: 600
}

.footer .site-logo img,
footer .site-logo img {
    vertical-align: top
}

.footer .footer-navigation,
footer .footer-navigation {

    margin-bottom: 37px
}

.footer .footer-navigation li,
footer .footer-navigation li {
    font-size: 15px;
    font-size: .9375rem;
    display: inline-block;
    letter-spacing: 2px
}

.footer .footer-navigation li a,
footer .footer-navigation li a {
    color: #969696;
    padding: 15px 18px
}

.footer .footer-navigation li a:hover,
footer .footer-navigation li a:hover {
    color: #fcba1c
}

.footer .footer-social-links li,
footer .footer-social-links li {
    display: inline-block;
    padding: 0 7.5px
}

.footer .footer-social-links li a,
footer .footer-social-links li a {
    display: inline-block
}

.footer .footer-social-links li .icon,
footer .footer-social-links li .icon {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #e83c2e;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.footer .footer-social-links li .icon i,
footer .footer-social-links li .icon i {
    font-size: 17px;
    font-size: 1.0625rem
}

.footer .footer-social-links li .icon:hover,
footer .footer-social-links li .icon:hover {
    background-color: #121212
}

.footer .widget,
footer .widget {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem
}

.footer .widget-title,
footer .widget-title {
    color: #171717;
    font-size: 19px;
    font-size: 1.1875rem
}

.footer .widget:first-child .widget-title,
footer .widget:first-child .widget-title {
    margin-top: 0
}

.footer .widget-links,
footer .widget-links {
    font-family: 'SUB-FONT', 'Open Sans', sans-serif
}

.footer .widget-links ul li,
footer .widget-links ul li {
    font-size: 14.5px;
    font-size: .90625rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer .widget-links ul li:before,
footer .widget-links ul li:before {
    content: "\e606";
    vertical-align: middle;
    color: #e83c2e;
    padding-right: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer .widget-links ul li:hover:before,
footer .widget-links ul li:hover:before {
    color: #171717
}

.footer .widget-links ul li .icon,
footer .widget-links ul li .icon {
    margin-right: 7px;
    width: auto;
    height: auto
}

.footer .widget-links.links-with-icons,
footer .widget-links.links-with-icons {
    padding-top: 10px
}

.footer .widget-links.links-with-icons ul li,
footer .widget-links.links-with-icons ul li {
    font-size: 14.5px;
    font-size: .90625rem
}

.footer .widget-links.links-with-icons ul li:before,
footer .widget-links.links-with-icons ul li:before {
    content: '';
    padding-right: 0
}

.footer .widget-links.links-with-icons ul li .icon i,
footer .widget-links.links-with-icons ul li .icon i {
    font-size: 18px;
    font-size: 1.125rem
}

.footer .widget-form .button,
footer .widget-form .button {
    background-color: #e83c2e;
    color: #fff;
    width: 20%
}

.footer .widget-form .button:hover,
footer .widget-form .button:hover {
    background-color: #121212
}

.footer .widget-form:hover .button,
footer .widget-form:hover .button {
    color: #fff
}

.footer .widget-instafeed .instafeed,
footer .widget-instafeed .instafeed {
    padding-top: 10px
}

.footer .columns .column.is-3 .widget-instafeed .instafeed .instafeed-image img,
footer .columns .column.is-3 .widget-instafeed .instafeed .instafeed-image img {
    max-width: 73px
}

.footer .columns .column.is-3 .widget-instafeed .instafeed,
footer .columns .column.is-3 .widget-instafeed .instafeed {
    padding-top: 0
}

.footer p,
footer p {
    color: #969696;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 400
}

.footer a,
footer a {
    color: #797979
}

.footer a:hover,
footer a:hover {
    color: #e83c2e
}

body.footer-widgets footer {
    text-align: inherit
}

body.footer-widgets footer .site-logo {

    margin-bottom: 0;
    margin-top: -11px
}

body.footer-widgets footer .site-logo a {
    display: inline-block;
    color: #171717
}

body.footer-widgets footer .site-logo span.logo-text {
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 1px;
    padding: 0 1px;
    font-weight: 600
}

body.footer-widgets footer .footer-social-links li {
    padding: 0 5.5px
}

body.footer-widgets footer .footer-social-links li:first-child {
    padding-left: 0
}

body.footer-widgets footer .footer-social-links li:last-child {
    padding-right: 0
}

body.footer-widgets footer .footer-social-links li .icon {
    width: 30px;
    height: 30px;
    border-radius: 100%
}

body.footer-widgets footer .footer-social-links li .icon i {
    font-size: 15px;
    font-size: .9375rem
}

body.footer-widgets.widgets-5 footer .widget-links ul {
    padding-top: 9px
}

body.footer-widgets.widgets-5 footer .widget-links ul li {
    font-size: 13.5px;
    font-size: .84375rem
}

body.footer-widgets.widgets-5 footer .widget-links.links-with-icons ul {
    padding-top: 0
}

body.footer-widgets.widgets-5 footer .site-logo {
    text-align: center
}

body.footer-widgets.widgets-5 footer .site-logo img {
    display: block;
    margin: 11px auto
}

body.footer-widgets.widgets-6 footer .widget-links.links-with-icons {
    padding-top: 0
}

body.footer-background.primary-color .footer-bottom-content,
body.footer-background.primary-color footer,
body.footer-background.primary-color footer .site-logo .logo-text,
body.footer-background.primary-color footer .widget-title {
    color: #121212
}

body.footer-background.primary-color footer {
    background-color: #db392c
}

body.footer-background.primary-color footer a,
body.footer-background.primary-color footer p {
    color: #fff
}

body.footer-background.primary-color footer a:hover {
    color: #121212
}

body.footer-background.primary-color footer .footer-social-links li .icon {
    background-color: #121212
}

body.footer-background.primary-color footer .footer-social-links li .icon:hover {
    background-color: #e83c2e
}

body.footer-background.primary-color footer .widget-links ul li:before {
    color: #121212
}

body.footer-background.primary-color footer .widget-links ul li:hover:before {
    color: #fff
}

body.footer-background.primary-color footer .widget-tags .tagcloud a {
    background-color: transparent !important;
    border: 1px solid rgba(232, 60, 46, .3);
    color: #fff !important
}

body.footer-background.primary-color footer .widget-tags .tagcloud a:hover {
    border: 1px solid #121212;
    background-color: #121212 !important
}

body.footer-background.primary-color .site-footer-bottom-inner {
    background-color: #121212
}

body.footer-background.primary-color .footer-bottom-content {
    background-color: rgba(219, 57, 44, .9)
}

body.footer-background.primary-color .footer-bottom-content a,
body.footer-background.primary-color .footer-bottom-content p {
    color: #fff
}

body.footer-background.primary-color .footer-bottom-content a:hover {
    color: #121212
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content,
body.footer-background.dark-color:not(.primary-color) footer,
body.footer-background.dark-color:not(.primary-color) footer .site-logo .logo-text,
body.footer-background.dark-color:not(.primary-color) footer .widget-title {
    color: #fff
}

body.footer-background.dark-color:not(.primary-color) footer {
    background-color: #171717
}

body.footer-background.dark-color:not(.primary-color) footer a,
body.footer-background.dark-color:not(.primary-color) footer p {
    color: #929292
}

body.footer-background.dark-color:not(.primary-color) footer a:hover {
    color: #e83c2e
}

body.footer-background.dark-color:not(.primary-color) footer .footer-social-links li .icon {
    background-color: #e83c2e
}

body.footer-background.dark-color:not(.primary-color) footer .footer-social-links li .icon:hover {
    background-color: #121212
}

body.footer-background.dark-color:not(.primary-color) footer .widget-links ul li:before {
    color: #fcba1c
}

body.footer-background.dark-color:not(.primary-color) footer .widget-links ul li:hover:before {
    color: #fff
}

body.footer-background.dark-color:not(.primary-color) footer .widget-tags .tagcloud a {
    background-color: transparent !important;
    border: 1px solid rgba(232, 60, 46, .3);
    color: #fff !important
}

body.footer-background.dark-color:not(.primary-color) footer .widget-tags .tagcloud a:hover {
    border: 1px solid #e83c2e;
    background-color: #e83c2e !important
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content {
    background-color: #121212;
    background: #171717 ;
    margin-top: -30px;
    color: #b0b0b0;
    padding: 2rem 1.5rem 1.6rem
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content a,
body.footer-background.dark-color:not(.primary-color) .footer-bottom-content p {
    color: #b0b0b0
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content a:hover {
    color: #e83c2e
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .footer-copyright a {
    color: #fff
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .footer-copyright a:hover {
    color: #e83c2e
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .header-menu-icons.social .icon {
    background-color: #fff;
    color: #121212;
    width: 30px;
    height: 30px
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .header-menu-icons.social .icon:hover {
    background-color: #fcba1c
}

body.footer-background.dark-color:not(.primary-color).widget-7 footer#footer .footer-social-links li {
    padding: 0 12px
}

body.footer-background.dark-color:not(.primary-color).widget-7 footer#footer .footer-social-links li:first-child {
    padding-left: 0
}

body.footer-background.dark-color:not(.primary-color).widget-7 footer#footer .footer-social-links li .icon {
    background-color: transparent;
    color: #e83c2e;
    width: auto;
    height: auto;
    border-radius: 0
}

body.footer-background.dark-color:not(.primary-color).widget-7 footer#footer .footer-social-links li .icon i {
    font-size: 17px
}

body.footer-background.dark-color:not(.primary-color).widget-7 footer#footer .footer-social-links li .icon:hover {
    color: #fff
}

body.footer-background.dark-color:not(.primary-color).widget-7 footer#footer .widget-form input {
    background-color: transparent;
    border: 1px solid #333;
    padding-right: 1em
}

body.footer-background.dark-color:not(.primary-color).widget-7 footer#footer .widget-form .button {
    position: relative;
    padding-left: calc(1.8em - 1px);
    padding-right: calc(1.8em - 1px)
}

body.footer-background.dark-color:not(.primary-color).widget-7 footer#footer .widget-form .button .icon {
    color: #fff
}

body.footer-background.dark-color:not(.primary-color).widget-7 footer#footer .widget-form .button .icon i {
    font-size: 30px
}

body.footer-reveal #footer-bottom-wrap,
body.footer-reveal #footer-wrap {
    width: 100%;
    height: auto;
    z-index: -200
}

body.footer-reveal .introduction {
    background: #fff;
    background-color: #fff
}

body.footer-reveal .instagram-section,
body.footer-reveal .menu-section {
    background: #fff ;
    background-color: #fff
}

.footer-bottom-content {

    text-align: center;
    color: #999
}

.footer .footer-navigation .footer-bottom-content li.active>a,
.footer .footer-navigation .footer-bottom-content li.current-menu-ancestor>a,
.footer .footer-navigation .footer-bottom-content li.current-menu-item>a,
.footer .footer-navigation .footer-bottom-content li.current-menu-parent>a,
.footer .footer-navigation .footer-bottom-content li.current>a,
.footer .footer-navigation .footer-bottom-content li.current_page_item>a,
.footer-bottom-content .footer .footer-navigation li.active>a,
.footer-bottom-content .footer .footer-navigation li.current-menu-ancestor>a,
.footer-bottom-content .footer .footer-navigation li.current-menu-item>a,
.footer-bottom-content .footer .footer-navigation li.current-menu-parent>a,
.footer-bottom-content .footer .footer-navigation li.current>a,
.footer-bottom-content .footer .footer-navigation li.current_page_item>a,
.footer-bottom-content .main-navigation li.active>a,
.footer-bottom-content .main-navigation li.current-menu-ancestor>a,
.footer-bottom-content .main-navigation li.current-menu-item>a,
.footer-bottom-content .main-navigation li.current-menu-parent>a,
.footer-bottom-content .main-navigation li.current>a,
.footer-bottom-content .main-navigation li.current_page_item>a,
.footer-bottom-content footer .footer-navigation li.active>a,
.footer-bottom-content footer .footer-navigation li.current-menu-ancestor>a,
.footer-bottom-content footer .footer-navigation li.current-menu-item>a,
.footer-bottom-content footer .footer-navigation li.current-menu-parent>a,
.footer-bottom-content footer .footer-navigation li.current>a,
.footer-bottom-content footer .footer-navigation li.current_page_item>a,
footer .footer-navigation .footer-bottom-content li.active>a,
footer .footer-navigation .footer-bottom-content li.current-menu-ancestor>a,
footer .footer-navigation .footer-bottom-content li.current-menu-item>a,
footer .footer-navigation .footer-bottom-content li.current-menu-parent>a,
footer .footer-navigation .footer-bottom-content li.current>a,
footer .footer-navigation .footer-bottom-content li.current_page_item>a {
    color: #fcba1c
}

.footer-bottom-content .footer-copyright {
    font-size: 13.8px;
    font-size: .8625rem;
    display: inline-block;

    text-transform: capitalize;
    letter-spacing: 1px
}

.footer-bottom-content a {
    color: #fcba1c
}

.footer-bottom-content a:hover {
    color: #121212
}

.footer-bottom-content .header-menu-icons.social:before {
    display: none
}

.footer-bottom-content .main-navigation li {
    font-size: 14px;
    font-size: .875rem;
    display: inline-block;
    padding: 3px 0;
    font-family: 'SUB-FONT', 'Open Sans', sans-serif
}

.footer-bottom-content .main-navigation li a {
    color: #929292;
    padding-left: 15px
}

.footer-bottom-content .main-navigation li a:hover {
    color: #e83c2e
}

.footer-bottom-content .main-navigation.left li a {
    padding-left: 0;
    padding-right: 15px
}

.footer-bottom-content .level .footer-copyright {
    font-size: 13.8px;
    font-size: .8625rem;
    letter-spacing: 1px
}

.image-content .content .text h1,
.image-content .content .text h4 {
    text-transform: uppercase
}

.image-content figure {
    overflow: hidden
}

.image-content figure .image {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block
}

.image-content figure .image:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.image-content .content {
    position: relative
}

.image-content .content .text {
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translate(-5%, -50%);
    transform: translate(-5%, -50%);
    width: auto;
    padding: 0 3.4rem
}

.image-content .content .text>* {
    text-align: left
}

.image-content .content .text h4 {
    color: #f14234;
    letter-spacing: 2px
}

.image-content .content .text h1 {
    color: #121212;
    letter-spacing: 2px;
    margin-top: .7em;
    margin-bottom: 1em
}

.image-content .content .text p {
    color: #929292;

    margin-bottom: 38px
}

.image-content .content .text a {
    padding: 23px 34px
}

.column {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: .75rem
}

.columns.is-mobile>.column.is-narrow {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.columns.is-mobile>.column.is-full {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%
}

.columns.is-mobile>.column.is-three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%
}

.columns.is-mobile>.column.is-two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%
}

.columns.is-mobile>.column.is-half {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%
}

.columns.is-mobile>.column.is-one-third {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%
}

.columns.is-mobile>.column.is-one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%
}

.columns.is-mobile>.column.is-one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%
}

.columns.is-mobile>.column.is-two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%
}

.columns.is-mobile>.column.is-three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%
}

.columns.is-mobile>.column.is-four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%
}

.columns.is-mobile>.column.is-offset-three-quarters {
    margin-left: 75%
}

.columns.is-mobile>.column.is-offset-two-thirds {
    margin-left: 66.6666%
}

.columns.is-mobile>.column.is-offset-half {
    margin-left: 50%
}

.columns.is-mobile>.column.is-offset-one-third {
    margin-left: 33.3333%
}

.columns.is-mobile>.column.is-offset-one-quarter {
    margin-left: 25%
}

.columns.is-mobile>.column.is-offset-one-fifth {
    margin-left: 20%
}

.columns.is-mobile>.column.is-offset-two-fifths {
    margin-left: 40%
}

.columns.is-mobile>.column.is-offset-three-fifths {
    margin-left: 60%
}

.columns.is-mobile>.column.is-offset-four-fifths {
    margin-left: 80%
}

.columns.is-mobile>.column.is-1,
.instafeed.columns-is-1 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333%
}

.columns.is-mobile>.column.is-offset-1 {
    margin-left: 8.33333%
}

.columns.is-mobile>.column.is-2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66667%
}

.columns.is-mobile>.column.is-offset-2 {
    margin-left: 16.66667%
}

.columns.is-mobile>.column.is-3,
.instafeed.columns-is-2 .columns.is-mobile>.column,
.instafeed.columns-is-3 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%
}

.columns.is-mobile>.column.is-offset-3 {
    margin-left: 25%
}

.columns.is-mobile>.column.is-4,
.instafeed.columns-is-4 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%
}

.columns.is-mobile>.column.is-offset-4 {
    margin-left: 33.33333%
}

.columns.is-mobile>.column.is-5,
.instafeed.columns-is-5 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66667%
}

.columns.is-mobile>.column.is-offset-5 {
    margin-left: 41.66667%
}

.columns.is-mobile>.column.is-6,
.instafeed.columns-is-6 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%
}

.columns.is-mobile>.column.is-offset-6 {
    margin-left: 50%
}

.columns.is-mobile>.column.is-7,
.instafeed.columns-is-7 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333%
}

.columns.is-mobile>.column.is-offset-7 {
    margin-left: 58.33333%
}

.columns.is-mobile>.column.is-8,
.instafeed.columns-is-8 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66667%
}

.columns.is-mobile>.column.is-offset-8 {
    margin-left: 66.66667%
}

.columns.is-mobile>.column.is-9,
.instafeed.columns-is-9 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%
}

.columns.is-mobile>.column.is-offset-9 {
    margin-left: 75%
}

.columns.is-mobile>.column.is-10,
.instafeed.columns-is-10 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333%
}

.columns.is-mobile>.column.is-offset-10 {
    margin-left: 83.33333%
}

.columns.is-mobile>.column.is-11,
.instafeed.columns-is-11 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66667%
}

.columns.is-mobile>.column.is-offset-11 {
    margin-left: 91.66667%
}

.columns.is-mobile>.column.is-12,
.instafeed.columns-is-12 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%
}

.columns.is-mobile>.column.is-offset-12 {
    margin-left: 100%
}

@media screen and (max-width:768px) {
    .column.is-narrow-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-mobile {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-mobile {
        margin-left: 66.6666%
    }

    .column.is-offset-half-mobile {
        margin-left: 50%
    }

    .column.is-offset-one-third-mobile {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-mobile {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-mobile {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-mobile {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-mobile {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-mobile {
        margin-left: 80%
    }

    .column.is-1-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-mobile {
        margin-left: 8.33333%
    }

    .column.is-2-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-mobile {
        margin-left: 16.66667%
    }

    .column.is-3-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-mobile {
        margin-left: 25%
    }

    .column.is-4-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-mobile {
        margin-left: 33.33333%
    }

    .column.is-5-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-mobile {
        margin-left: 41.66667%
    }

    .column.is-6-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-mobile {
        margin-left: 50%
    }

    .column.is-7-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-mobile {
        margin-left: 58.33333%
    }

    .column.is-8-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-mobile {
        margin-left: 66.66667%
    }

    .column.is-9-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-mobile {
        margin-left: 75%
    }

    .column.is-10-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-mobile {
        margin-left: 83.33333%
    }

    .column.is-11-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-mobile {
        margin-left: 91.66667%
    }

    .column.is-12-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-mobile {
        margin-left: 100%
    }
}

@media screen and (min-width:769px),
print {

    .column.is-narrow,
    .column.is-narrow-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full,
    .column.is-full-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters,
    .column.is-three-quarters-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds,
    .column.is-two-thirds-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half,
    .column.is-half-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third,
    .column.is-one-third-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter,
    .column.is-one-quarter-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth,
    .column.is-one-fifth-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths,
    .column.is-two-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths,
    .column.is-three-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths,
    .column.is-four-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters,
    .column.is-offset-three-quarters-tablet {
        margin-left: 75%
    }

    .column.is-offset-two-thirds,
    .column.is-offset-two-thirds-tablet {
        margin-left: 66.6666%
    }

    .column.is-offset-half,
    .column.is-offset-half-tablet {
        margin-left: 50%
    }

    .column.is-offset-one-third,
    .column.is-offset-one-third-tablet {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter,
    .column.is-offset-one-quarter-tablet {
        margin-left: 25%
    }

    .column.is-offset-one-fifth,
    .column.is-offset-one-fifth-tablet {
        margin-left: 20%
    }

    .column.is-offset-two-fifths,
    .column.is-offset-two-fifths-tablet {
        margin-left: 40%
    }

    .column.is-offset-three-fifths,
    .column.is-offset-three-fifths-tablet {
        margin-left: 60%
    }

    .column.is-offset-four-fifths,
    .column.is-offset-four-fifths-tablet {
        margin-left: 80%
    }

    .column.is-1,
    .column.is-1-tablet,
    .instafeed.columns-is-1 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1,
    .column.is-offset-1-tablet {
        margin-left: 8.33333%
    }

    .column.is-2,
    .column.is-2-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2,
    .column.is-offset-2-tablet {
        margin-left: 16.66667%
    }

    .column.is-3,
    .column.is-3-tablet,
    .instafeed.columns-is-2 .column,
    .instafeed.columns-is-3 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3,
    .column.is-offset-3-tablet {
        margin-left: 25%
    }

    .column.is-4,
    .column.is-4-tablet,
    .instafeed.columns-is-4 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4,
    .column.is-offset-4-tablet {
        margin-left: 33.33333%
    }

    .column.is-5,
    .column.is-5-tablet,
    .instafeed.columns-is-5 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5,
    .column.is-offset-5-tablet {
        margin-left: 41.66667%
    }

    .column.is-6,
    .column.is-6-tablet,
    .instafeed.columns-is-6 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6,
    .column.is-offset-6-tablet {
        margin-left: 50%
    }

    .column.is-7,
    .column.is-7-tablet,
    .instafeed.columns-is-7 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7,
    .column.is-offset-7-tablet {
        margin-left: 58.33333%
    }

    .column.is-8,
    .column.is-8-tablet,
    .instafeed.columns-is-8 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8,
    .column.is-offset-8-tablet {
        margin-left: 66.66667%
    }

    .column.is-9,
    .column.is-9-tablet,
    .instafeed.columns-is-9 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9,
    .column.is-offset-9-tablet {
        margin-left: 75%
    }

    .column.is-10,
    .column.is-10-tablet,
    .instafeed.columns-is-10 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10,
    .column.is-offset-10-tablet {
        margin-left: 83.33333%
    }

    .column.is-11,
    .column.is-11-tablet,
    .instafeed.columns-is-11 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11,
    .column.is-offset-11-tablet {
        margin-left: 91.66667%
    }

    .column.is-12,
    .column.is-12-tablet,
    .instafeed.columns-is-12 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12,
    .column.is-offset-12-tablet {
        margin-left: 100%
    }
}

@media screen and (max-width:1087px) {
    .column.is-narrow-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-touch {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-touch {
        margin-left: 66.6666%
    }

    .column.is-offset-half-touch {
        margin-left: 50%
    }

    .column.is-offset-one-third-touch {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-touch {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-touch {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-touch {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-touch {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-touch {
        margin-left: 80%
    }

    .column.is-1-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-touch {
        margin-left: 8.33333%
    }

    .column.is-2-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-touch {
        margin-left: 16.66667%
    }

    .column.is-3-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-touch {
        margin-left: 25%
    }

    .column.is-4-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-touch {
        margin-left: 33.33333%
    }

    .column.is-5-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-touch {
        margin-left: 41.66667%
    }

    .column.is-6-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-touch {
        margin-left: 50%
    }

    .column.is-7-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-touch {
        margin-left: 58.33333%
    }

    .column.is-8-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-touch {
        margin-left: 66.66667%
    }

    .column.is-9-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-touch {
        margin-left: 75%
    }

    .column.is-10-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-touch {
        margin-left: 83.33333%
    }

    .column.is-11-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-touch {
        margin-left: 91.66667%
    }

    .column.is-12-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-touch {
        margin-left: 100%
    }
}

@media screen and (min-width:1088px) {
    .column.is-narrow-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-desktop {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-desktop {
        margin-left: 66.6666%
    }

    .column.is-offset-half-desktop {
        margin-left: 50%
    }

    .column.is-offset-one-third-desktop {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-desktop {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-desktop {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-desktop {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-desktop {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-desktop {
        margin-left: 80%
    }

    .column.is-1-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-desktop {
        margin-left: 8.33333%
    }

    .column.is-2-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-desktop {
        margin-left: 16.66667%
    }

    .column.is-3-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-desktop {
        margin-left: 25%
    }

    .column.is-4-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-desktop {
        margin-left: 33.33333%
    }

    .column.is-5-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-desktop {
        margin-left: 41.66667%
    }

    .column.is-6-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-desktop {
        margin-left: 50%
    }

    .column.is-7-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-desktop {
        margin-left: 58.33333%
    }

    .column.is-8-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-desktop {
        margin-left: 66.66667%
    }

    .column.is-9-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-desktop {
        margin-left: 75%
    }

    .column.is-10-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-desktop {
        margin-left: 83.33333%
    }

    .column.is-11-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-desktop {
        margin-left: 91.66667%
    }

    .column.is-12-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-desktop {
        margin-left: 100%
    }
}

@media screen and (min-width:1280px) {
    .column.is-narrow-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-widescreen {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-widescreen {
        margin-left: 66.6666%
    }

    .column.is-offset-half-widescreen {
        margin-left: 50%
    }

    .column.is-offset-one-third-widescreen {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-widescreen {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-widescreen {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-widescreen {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-widescreen {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-widescreen {
        margin-left: 80%
    }

    .column.is-1-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-widescreen {
        margin-left: 8.33333%
    }

    .column.is-2-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-widescreen {
        margin-left: 16.66667%
    }

    .column.is-3-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-widescreen {
        margin-left: 25%
    }

    .column.is-4-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-widescreen {
        margin-left: 33.33333%
    }

    .column.is-5-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-widescreen {
        margin-left: 41.66667%
    }

    .column.is-6-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-widescreen {
        margin-left: 50%
    }

    .column.is-7-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-widescreen {
        margin-left: 58.33333%
    }

    .column.is-8-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-widescreen {
        margin-left: 66.66667%
    }

    .column.is-9-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-widescreen {
        margin-left: 75%
    }

    .column.is-10-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-widescreen {
        margin-left: 83.33333%
    }

    .column.is-11-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-widescreen {
        margin-left: 91.66667%
    }

    .column.is-12-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-widescreen {
        margin-left: 100%
    }
}

@media screen and (min-width:1472px) {
    .column.is-narrow-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-fullhd {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-fullhd {
        margin-left: 66.6666%
    }

    .column.is-offset-half-fullhd {
        margin-left: 50%
    }

    .column.is-offset-one-third-fullhd {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-fullhd {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-fullhd {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-fullhd {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-fullhd {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-fullhd {
        margin-left: 80%
    }

    .column.is-1-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-fullhd {
        margin-left: 8.33333%
    }

    .column.is-2-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-fullhd {
        margin-left: 16.66667%
    }

    .column.is-3-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-fullhd {
        margin-left: 25%
    }

    .column.is-4-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-fullhd {
        margin-left: 33.33333%
    }

    .column.is-5-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-fullhd {
        margin-left: 41.66667%
    }

    .column.is-6-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-fullhd {
        margin-left: 50%
    }

    .column.is-7-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-fullhd {
        margin-left: 58.33333%
    }

    .column.is-8-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-fullhd {
        margin-left: 66.66667%
    }

    .column.is-9-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-fullhd {
        margin-left: 75%
    }

    .column.is-10-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-fullhd {
        margin-left: 83.33333%
    }

    .column.is-11-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-fullhd {
        margin-left: 91.66667%
    }

    .column.is-12-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-fullhd {
        margin-left: 100%
    }
}

.columns {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem
}

.columns:last-child {
    margin-bottom: -.75rem
}

.columns:not(:last-child) {
    margin-bottom: calc(1.5rem - .75rem)
}

.columns.is-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

.columns.is-gapless>.column {
    margin: 0;
    padding: 0 !important
}

.columns.is-gapless:not(:last-child) {
    margin-bottom: 1.5rem
}

.columns.is-gapless:last-child {
    margin-bottom: 0
}

.columns.is-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.columns.is-multiline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.columns.is-vcentered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:769px),
print {
    .columns:not(.is-desktop) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:1088px) {
    .columns.is-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.columns.is-variable {
    --columnGap: 0.75rem;
    margin-left: calc(-1 * var(--columnGap));
    margin-right: calc(-1 * var(--columnGap))
}

.columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap)
}

.columns.is-variable.is-0 {
    --columnGap: 0rem
}

.columns.is-variable.is-1,
.instafeed.columns-is-1 .columns.is-variable.column {
    --columnGap: 0.25rem
}

.columns.is-variable.is-2 {
    --columnGap: 0.5rem
}

.columns.is-variable.is-3,
.instafeed.columns-is-2 .columns.is-variable.column,
.instafeed.columns-is-3 .columns.is-variable.column {
    --columnGap: 0.75rem
}

.columns.is-variable.is-4,
.instafeed.columns-is-4 .columns.is-variable.column {
    --columnGap: 1rem
}

.columns.is-variable.is-5,
.instafeed.columns-is-5 .columns.is-variable.column {
    --columnGap: 1.25rem
}

.columns.is-variable.is-6,
.instafeed.columns-is-6 .columns.is-variable.column {
    --columnGap: 1.5rem
}

.columns.is-variable.is-7,
.instafeed.columns-is-7 .columns.is-variable.column {
    --columnGap: 1.75rem
}

.columns.is-variable.is-8,
.instafeed.columns-is-8 .columns.is-variable.column {
    --columnGap: 2rem
}

.instafeed .instafeed-image {
    overflow: hidden;
    position: relative
}

.instafeed .instafeed-image img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block
}

.instafeed .instafeed-image .instafeed-overlay {
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1
}

.instafeed .instafeed-image .instafeed-overlay .instafeed-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    color: #fff;

    font-size: 17px;
    font-size: 1.0625rem
}

.instafeed .instafeed-image .instafeed-overlay .instafeed-info>* {
    text-align: center
}

.instafeed .instafeed-image .instafeed-overlay .instafeed-info span {
    display: inline-block;
    padding: 0 10px
}

.instafeed .instafeed-image .instafeed-overlay .instafeed-info span i {
    font-size: 19px;
    font-size: 1.1875rem;
    vertical-align: text-top;
    margin-right: 1px
}

.instafeed .instafeed-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.instafeed .instafeed-image:hover .instafeed-overlay {
    opacity: 1
}

.instafeed.columns-is-4 .instafeed-image {
    margin-bottom: 10px
}

.logos.awards li:first-child {
    padding-left: 0
}

.logos.awards li:last-child {
    padding-right: 0
}

.logos.awards {
    text-align: center;
    padding: 2rem 0 4rem
}

.logos.awards li {
    display: inline-block;
    padding: 0 3.5rem;
    border-right: 1px solid #f5f5f5
}

.logos.awards li a {
    display: inline-block
}

.logos.awards li img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.logos.awards li img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.logos.awards li:last-child {
    border: 0
}

body.header-sticky header {
    z-index: 100
}

body.header-sticky.header-topbar.hide-on-scroll header {
    position: relative
}

body.header-sticky.header-topbar.header-transparent-overlay.hide-on-scroll header,
body.header-sticky.header-topbar.header-transparent.hide-on-scroll header {
    position: absolute;
    top: 44px
}

body.header-sticky.hide-on-scroll header {
    top: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark) header.hide-on-scroll,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark) header.responsive-on-scroll,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark) header.show-on-scroll,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark) header.hide-on-scroll,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark) header.responsive-on-scroll,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark) header.show-on-scroll {
    max-height: 60px;
    -webkit-box-shadow: 0 1px 2px .5px rgba(215, 214, 211, .2);
    box-shadow: 0 1px 2px .5px rgba(215, 214, 211, .2)
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark) header.hide-on-scroll .main-navigation>ul>li>a,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark) header.responsive-on-scroll .main-navigation>ul>li>a,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark) header.show-on-scroll .main-navigation>ul>li>a,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark) header.hide-on-scroll .main-navigation>ul>li>a,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark) header.responsive-on-scroll .main-navigation>ul>li>a,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark) header.show-on-scroll .main-navigation>ul>li>a {
    margin: 3px 0
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark) header.hide-on-scroll .nav-menu-dropdown>li,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark) header.responsive-on-scroll .nav-menu-dropdown>li,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark) header.show-on-scroll .nav-menu-dropdown>li,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark) header.hide-on-scroll .nav-menu-dropdown>li,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark) header.responsive-on-scroll .nav-menu-dropdown>li,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark) header.show-on-scroll .nav-menu-dropdown>li {
    padding: 13px 0
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark) header.hide-on-scroll .site-logo img,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark) header.responsive-on-scroll .site-logo img,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark) header.show-on-scroll .site-logo img,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark) header.hide-on-scroll .site-logo img,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark) header.responsive-on-scroll .site-logo img,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark) header.show-on-scroll .site-logo img {
    max-height: 38px;
    margin-top: 0
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-logo-top header.hide-on-scroll .level,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-logo-top header.responsive-on-scroll .level,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-logo-top header.show-on-scroll .level,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-logo-top header.hide-on-scroll .level,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-logo-top header.responsive-on-scroll .level,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-logo-top header.show-on-scroll .level {
    border-top: 0
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-logo-top header.hide-on-scroll .level.top,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-logo-top header.responsive-on-scroll .level.top,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-logo-top header.show-on-scroll .level.top,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-logo-top header.hide-on-scroll .level.top,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-logo-top header.responsive-on-scroll .level.top,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-logo-top header.show-on-scroll .level.top {
    display: none
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-logo-top header.hide-on-scroll .header-menu-icons li>ul,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-logo-top header.responsive-on-scroll .header-menu-icons li>ul,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-logo-top header.show-on-scroll .header-menu-icons li>ul,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-logo-top header.hide-on-scroll .header-menu-icons li>ul,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-logo-top header.responsive-on-scroll .header-menu-icons li>ul,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-logo-top header.show-on-scroll .header-menu-icons li>ul {
    margin-top: 12px
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-top header.hide-on-scroll .level,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-top header.responsive-on-scroll .level,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-top header.show-on-scroll .level,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-top header.hide-on-scroll .level,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-top header.responsive-on-scroll .level,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-top header.show-on-scroll .level {
    border-top: 0;
    display: none
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-top header.hide-on-scroll .level.top,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-top header.responsive-on-scroll .level.top,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-top header.show-on-scroll .level.top,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-top header.hide-on-scroll .level.top,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-top header.responsive-on-scroll .level.top,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-top header.show-on-scroll .level.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-with-icons header.hide-on-scroll .header-menu-icons li>ul,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-with-icons header.responsive-on-scroll .header-menu-icons li>ul,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-with-icons header.show-on-scroll .header-menu-icons li>ul,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-with-icons header.hide-on-scroll .header-menu-icons li>ul,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-with-icons header.responsive-on-scroll .header-menu-icons li>ul,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-with-icons header.show-on-scroll .header-menu-icons li>ul {
    margin-top: 17px
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent header.hide-on-scroll,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent header.responsive-on-scroll,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent header.show-on-scroll,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-overlay header.hide-on-scroll,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-overlay header.responsive-on-scroll,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-overlay header.show-on-scroll,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent header.hide-on-scroll,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent header.responsive-on-scroll,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent header.show-on-scroll,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-overlay header.hide-on-scroll,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-overlay header.responsive-on-scroll,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-overlay header.show-on-scroll {
    background-color: #fff
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-center-overlay header.hide-on-scroll,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-center-overlay header.responsive-on-scroll,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-center-overlay header.show-on-scroll,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-center-overlay header.hide-on-scroll,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-center-overlay header.responsive-on-scroll,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-center-overlay header.show-on-scroll {
    padding-top: 0;
    background-color: #fff
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-center-overlay header.hide-on-scroll .site-header-inner,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-center-overlay header.responsive-on-scroll .site-header-inner,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-center-overlay header.show-on-scroll .site-header-inner,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-center-overlay header.hide-on-scroll .site-header-inner,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-center-overlay header.responsive-on-scroll .site-header-inner,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-center-overlay header.show-on-scroll .site-header-inner {
    padding: 0;
    background-color: transparent
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-separator-dots header.hide-on-scroll .main-navigation>ul>li:after,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-separator-dots header.responsive-on-scroll .main-navigation>ul>li:after,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-separator-dots header.show-on-scroll .main-navigation>ul>li:after,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-separator-dots header.hide-on-scroll .main-navigation>ul>li:after,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-separator-dots header.responsive-on-scroll .main-navigation>ul>li:after,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-separator-dots header.show-on-scroll .main-navigation>ul>li:after {
    top: -5px
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-separator-line header.hide-on-scroll .main-navigation>ul>li:after,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-separator-line header.responsive-on-scroll .main-navigation>ul>li:after,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-separator-line header.show-on-scroll .main-navigation>ul>li:after,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-separator-line header.hide-on-scroll .main-navigation>ul>li:after,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-separator-line header.responsive-on-scroll .main-navigation>ul>li:after,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-menu-separator-line header.show-on-scroll .main-navigation>ul>li:after {
    top: 35%
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-border header.hide-on-scroll,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-border header.responsive-on-scroll,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-border header.show-on-scroll,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-border header.hide-on-scroll,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-border header.responsive-on-scroll,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-border header.show-on-scroll {
    background-color: #fff;
    border-bottom: 0
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-border header.hide-on-scroll .header-menu-icons,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-border header.responsive-on-scroll .header-menu-icons,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-border header.show-on-scroll .header-menu-icons,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-border header.hide-on-scroll .header-menu-icons,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-border header.responsive-on-scroll .header-menu-icons,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-border header.show-on-scroll .header-menu-icons {
    border-left: 0
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-border header.hide-on-scroll .header-menu-icons>li,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-border header.responsive-on-scroll .header-menu-icons>li,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-border header.show-on-scroll .header-menu-icons>li,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-border header.hide-on-scroll .header-menu-icons>li,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-border header.responsive-on-scroll .header-menu-icons>li,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-transparent-border header.show-on-scroll .header-menu-icons>li {
    padding: 0;
    padding-left: 8px
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu header.hide-on-scroll #header-logo,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu header.responsive-on-scroll #header-logo,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu header.show-on-scroll #header-logo,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu header.hide-on-scroll #header-logo,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu header.responsive-on-scroll #header-logo,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu header.show-on-scroll #header-logo {
    padding: 15px 0
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.dark-color header.hide-on-scroll .site-logo img,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.dark-color header.responsive-on-scroll .site-logo img,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.dark-color header.show-on-scroll .site-logo img,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.primary-color header.hide-on-scroll .site-logo img,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.primary-color header.responsive-on-scroll .site-logo img,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.primary-color header.show-on-scroll .site-logo img,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.dark-color header.hide-on-scroll .site-logo img,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.dark-color header.responsive-on-scroll .site-logo img,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.dark-color header.show-on-scroll .site-logo img,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.primary-color header.hide-on-scroll .site-logo img,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.primary-color header.responsive-on-scroll .site-logo img,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.primary-color header.show-on-scroll .site-logo img {
    -webkit-filter: none;
    filter: none
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.hide-on-scroll .site-logo img,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.responsive-on-scroll .site-logo img,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.show-on-scroll .site-logo img,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.hide-on-scroll .site-logo img,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.responsive-on-scroll .site-logo img,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.show-on-scroll .site-logo img {
    -webkit-filter: none;
    filter: none
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.hide-on-scroll .hamburger-menu .hamburger-menu-icon,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.hide-on-scroll .hamburger-menu .hamburger-menu-icon:after,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.hide-on-scroll .hamburger-menu .hamburger-menu-icon:before,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.responsive-on-scroll .hamburger-menu .hamburger-menu-icon,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.responsive-on-scroll .hamburger-menu .hamburger-menu-icon:after,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.responsive-on-scroll .hamburger-menu .hamburger-menu-icon:before,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.show-on-scroll .hamburger-menu .hamburger-menu-icon,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.show-on-scroll .hamburger-menu .hamburger-menu-icon:after,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.show-on-scroll .hamburger-menu .hamburger-menu-icon:before,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.hide-on-scroll .hamburger-menu .hamburger-menu-icon,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.hide-on-scroll .hamburger-menu .hamburger-menu-icon:after,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.hide-on-scroll .hamburger-menu .hamburger-menu-icon:before,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.responsive-on-scroll .hamburger-menu .hamburger-menu-icon,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.responsive-on-scroll .hamburger-menu .hamburger-menu-icon:after,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.responsive-on-scroll .hamburger-menu .hamburger-menu-icon:before,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.show-on-scroll .hamburger-menu .hamburger-menu-icon,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.show-on-scroll .hamburger-menu .hamburger-menu-icon:after,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.show-on-scroll .hamburger-menu .hamburger-menu-icon:before {
    background-color: #121212
}

body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.hide-on-scroll .hamburger-menu.expanded .hamburger-menu-icon,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.responsive-on-scroll .hamburger-menu.expanded .hamburger-menu-icon,
body.header-sticky.hide-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.show-on-scroll .hamburger-menu.expanded .hamburger-menu-icon,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.hide-on-scroll .hamburger-menu.expanded .hamburger-menu-icon,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.responsive-on-scroll .hamburger-menu.expanded .hamburger-menu-icon,
body.header-sticky.show-on-scroll:not(.header-background-primary):not(.header-background-dark).header-hamburger-menu.white-color header.show-on-scroll .hamburger-menu.expanded .hamburger-menu-icon {
    background-color: transparent
}

body.header-sticky.show-on-scroll header {
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

.nav-menu-dropdown.style-2:before,
body .header-menu-icons:before,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li:after,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li:after,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li:after,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li:after,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>ul,
header .main-navigation li a,
header .main-navigation li ul li ul li,
header .main-navigation li ul li:hover>ul,
header .main-navigation li.mega-menu>ul>li:after,
header .main-navigation li.mega-menu>ul>li>ul,
header .site-logo a {
    display: block
}

body.header-hamburger-menu.menu-center .header-menu-icons:before,
body.header-hamburger-menu.menu-left .header-menu-icons:before,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li:last-child:after,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li:last-child:after,
body.header-logo-top header .header-menu-icons:before,
body.header-logo-with-icons .header-menu-icons:before,
body.header-menu-top header .header-menu-icons:before,
body.header-menu-with-buttons.menu-center .header-menu-icons:before,
body.header-menu-with-buttons.menu-left .header-menu-icons:before,
body.header-menu-with-icons.menu-center .header-menu-icons:before,
body.header-menu-with-icons.menu-left .header-menu-icons:before,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li:last-child:after,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li:last-child:after,
header .main-navigation li ul,
header .main-navigation li ul li ul,
header .main-navigation li.mega-menu>ul,
header .main-navigation li.mega-menu>ul>li:last-child:after,
header .main-navigation li.niche-templates>ul>li:after {
    display: none
}

header .main-navigation.left>ul>li:first-child a {
    /*padding-left: 0*/
}

header .main-navigation.right>ul>li:last-child a {
    padding-right: 0
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>ul,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>ul>li,
header .main-navigation li.mega-menu>ul,
header .main-navigation li.mega-menu>ul>li>ul,
header .main-navigation li.mega-menu>ul>li>ul>li {
    padding: 0
}

.nav-menu-dropdown.style-2>li>ul li,
.nav-menu-dropdown>li>a,
body .header-menu-icons li>ul li.footer,
body .header-menu-icons li>ul li.header,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>a,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>span,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>span,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>a,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>span,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>a,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>span,
body.logo-text-is-uppercase .site-logo,
body.menu-is-uppercase header .main-navigation,
body.submenu-is-uppercase header .main-navigation li ul,
header .main-navigation li .menu-mark,
header .main-navigation li.mega-menu>ul>li>a,
header .main-navigation li.mega-menu>ul>li>span {
    text-transform: uppercase
}

.nav-menu-dropdown>li>ul li,
body .header-menu-icons li>ul li,
body .header-menu-icons li>ul.dropdown-user-account li input,
body.logo-text-is-capitalized .site-logo,
body.menu-is-capitalized header .main-navigation,
body.submenu-is-capitalized header .main-navigation li ul {
    text-transform: capitalize
}

body.logo-text-is-lowercase .site-logo,
body.menu-is-lowercase header .main-navigation,
body.submenu-is-lowercase header .main-navigation li ul {
    text-transform: lowercase
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li:after,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li:after,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li:after,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li:after,
header .main-navigation li.mega-menu>ul>li:after {
    content: '';
    width: 1px;
    height: 80%;
    top: 12%;
    right: 10%;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(216, 216, 216, .4)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(216, 216, 216, .4) 50%, rgba(0, 0, 0, 0) 100%)
}

.site-header-top-inner.header-fullwidth {
    padding: 0 2.5rem
}

header .header-fullwidth {
    padding: 0 2.5rem
}

header .header-fullwidth.no-padding {
    padding: 0
}

header .header-fullwidth .main-navigation.right>ul>li:last-child.menu-down-icon>a:after {
    right: 0
}

body.menu-show-arrow-down header .main-navigation li.menu-down-icon>a:after,
body.submenu-show-arrow-right header .main-navigation li ul li.menu-right-icon>a:after,
header .nav-menu-dropdown>li>a:after {
    font-family: simple-line-icons;
    font-size: 7px;
    font-size: .4375rem
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.active>a,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.active>span,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-ancestor>a,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-ancestor>span,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-item>a,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-item>span,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-parent>a,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-parent>span,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current>a,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current>span,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current_page_item>a,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current_page_item>span,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.active>a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.active>span,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-ancestor>a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-ancestor>span,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-item>a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-item>span,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-parent>a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-parent>span,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current>a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current>span,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current_page_item>a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current_page_item>span,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.active>a,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.active>span,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-ancestor>a,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-ancestor>span,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-item>a,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-item>span,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-parent>a,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-parent>span,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current>a,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current>span,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current_page_item>a,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current_page_item>span,
header .main-navigation li.active>a,
header .main-navigation li.active>span,
header .main-navigation li.current-menu-ancestor>a,
header .main-navigation li.current-menu-ancestor>span,
header .main-navigation li.current-menu-item>a,
header .main-navigation li.current-menu-item>span,
header .main-navigation li.current-menu-parent>a,
header .main-navigation li.current-menu-parent>span,
header .main-navigation li.current>a,
header .main-navigation li.current>span,
header .main-navigation li.current_page_item>a,
header .main-navigation li.current_page_item>span,
header .main-navigation li.mega-menu>ul>li.active>a,
header .main-navigation li.mega-menu>ul>li.active>span,
header .main-navigation li.mega-menu>ul>li.current-menu-ancestor>a,
header .main-navigation li.mega-menu>ul>li.current-menu-ancestor>span,
header .main-navigation li.mega-menu>ul>li.current-menu-item>a,
header .main-navigation li.mega-menu>ul>li.current-menu-item>span,
header .main-navigation li.mega-menu>ul>li.current-menu-parent>a,
header .main-navigation li.mega-menu>ul>li.current-menu-parent>span,
header .main-navigation li.mega-menu>ul>li.current>a,
header .main-navigation li.mega-menu>ul>li.current>span,
header .main-navigation li.mega-menu>ul>li.current_page_item>a,
header .main-navigation li.mega-menu>ul>li.current_page_item>span {
    color: #e83c2e
}

header .main-navigation li ul li.active>a,
header .main-navigation li ul li.active>span,
header .main-navigation li ul li.current-menu-ancestor>a,
header .main-navigation li ul li.current-menu-ancestor>span,
header .main-navigation li ul li.current-menu-item>a,
header .main-navigation li ul li.current-menu-item>span,
header .main-navigation li ul li.current-menu-parent>a,
header .main-navigation li ul li.current-menu-parent>span,
header .main-navigation li ul li.current>a,
header .main-navigation li ul li.current>span,
header .main-navigation li ul li.current_page_item>a,
header .main-navigation li ul li.current_page_item>span,
header .main-navigation li.mega-menu>ul>li>ul>li.active>a,
header .main-navigation li.mega-menu>ul>li>ul>li.active>span,
header .main-navigation li.mega-menu>ul>li>ul>li.current-menu-ancestor>a,
header .main-navigation li.mega-menu>ul>li>ul>li.current-menu-ancestor>span,
header .main-navigation li.mega-menu>ul>li>ul>li.current-menu-item>a,
header .main-navigation li.mega-menu>ul>li>ul>li.current-menu-item>span,
header .main-navigation li.mega-menu>ul>li>ul>li.current-menu-parent>a,
header .main-navigation li.mega-menu>ul>li>ul>li.current-menu-parent>span,
header .main-navigation li.mega-menu>ul>li>ul>li.current>a,
header .main-navigation li.mega-menu>ul>li>ul>li.current>span,
header .main-navigation li.mega-menu>ul>li>ul>li.current_page_item>a,
header .main-navigation li.mega-menu>ul>li>ul>li.current_page_item>span {
    color: #fcba1c
}

body.header-dropdown-menu-dark header .main-navigation li ul li.active>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.active>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-ancestor>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-ancestor>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-item>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-item>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-parent>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-parent>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current_page_item>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current_page_item>span,
body.header-dropdown-menu-primary header .main-navigation li ul li.active>a,
body.header-dropdown-menu-primary header .main-navigation li ul li.active>span,
body.header-dropdown-menu-primary header .main-navigation li ul li.current-menu-ancestor>a,
body.header-dropdown-menu-primary header .main-navigation li ul li.current-menu-ancestor>span,
body.header-dropdown-menu-primary header .main-navigation li ul li.current-menu-item>a,
body.header-dropdown-menu-primary header .main-navigation li ul li.current-menu-item>span,
body.header-dropdown-menu-primary header .main-navigation li ul li.current-menu-parent>a,
body.header-dropdown-menu-primary header .main-navigation li ul li.current-menu-parent>span,
body.header-dropdown-menu-primary header .main-navigation li ul li.current>a,
body.header-dropdown-menu-primary header .main-navigation li ul li.current>span,
body.header-dropdown-menu-primary header .main-navigation li ul li.current_page_item>a,
body.header-dropdown-menu-primary header .main-navigation li ul li.current_page_item>span {
    color: #121212
}

body.header-dropdown-menu-dark header .main-navigation li ul li.active>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.active>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-ancestor>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-ancestor>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-item>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-item>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-parent>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-parent>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current_page_item>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current_page_item>span {
    color: #fff
}

body.header-background header .main-navigation>ul>li.active>a,
body.header-background header .main-navigation>ul>li.active>span,
body.header-background header .main-navigation>ul>li.current-menu-ancestor>a,
body.header-background header .main-navigation>ul>li.current-menu-ancestor>span,
body.header-background header .main-navigation>ul>li.current-menu-item>a,
body.header-background header .main-navigation>ul>li.current-menu-item>span,
body.header-background header .main-navigation>ul>li.current-menu-parent>a,
body.header-background header .main-navigation>ul>li.current-menu-parent>span,
body.header-background header .main-navigation>ul>li.current>a,
body.header-background header .main-navigation>ul>li.current>span,
body.header-background header .main-navigation>ul>li.current_page_item>a,
body.header-background header .main-navigation>ul>li.current_page_item>span {
    color: #121212
}

body.header-background.dark-color header .main-navigation>ul>li.active>a,
body.header-background.dark-color header .main-navigation>ul>li.active>span,
body.header-background.dark-color header .main-navigation>ul>li.current-menu-ancestor>a,
body.header-background.dark-color header .main-navigation>ul>li.current-menu-ancestor>span,
body.header-background.dark-color header .main-navigation>ul>li.current-menu-item>a,
body.header-background.dark-color header .main-navigation>ul>li.current-menu-item>span,
body.header-background.dark-color header .main-navigation>ul>li.current-menu-parent>a,
body.header-background.dark-color header .main-navigation>ul>li.current-menu-parent>span,
body.header-background.dark-color header .main-navigation>ul>li.current>a,
body.header-background.dark-color header .main-navigation>ul>li.current>span,
body.header-background.dark-color header .main-navigation>ul>li.current_page_item>a,
body.header-background.dark-color header .main-navigation>ul>li.current_page_item>span {
    color: #e83c2e
}

body.header-menu-border-bottom header .main-navigation>ul>li.active:after,
body.header-menu-border-bottom header .main-navigation>ul>li.current-menu-ancestor:after,
body.header-menu-border-bottom header .main-navigation>ul>li.current-menu-item:after,
body.header-menu-border-bottom header .main-navigation>ul>li.current-menu-parent:after,
body.header-menu-border-bottom header .main-navigation>ul>li.current:after,
body.header-menu-border-bottom header .main-navigation>ul>li.current_page_item:after,
body.header-menu-border-bottom header .main-navigation>ul>li:hover:after {
    width: 70%;
    height: auto;
    content: '';
    border-bottom: 1.5px solid #fcba1c;
    bottom: 25%;
    left: 15%;
    position: absolute
}

body.header-menu-border-bottom header .main-navigation>ul>li:last-child:after {
    width: 83%;
    left: 16%
}

body.header-menu-border-bottom header .main-navigation>ul>li:first-child:after {
    width: 70%;
    left: 0
}

body.header-menu-border-top header .main-navigation>ul>li.active:after,
body.header-menu-border-top header .main-navigation>ul>li.current-menu-ancestor:after,
body.header-menu-border-top header .main-navigation>ul>li.current-menu-item:after,
body.header-menu-border-top header .main-navigation>ul>li.current-menu-parent:after,
body.header-menu-border-top header .main-navigation>ul>li.current:after,
body.header-menu-border-top header .main-navigation>ul>li.current_page_item:after,
body.header-menu-border-top header .main-navigation>ul>li:hover:after {
    width: 70%;
    height: auto;
    content: '';
    border-top: 1.5px solid #fcba1c;
    top: 25%;
    left: 15%;
    position: absolute
}

body.header-menu-border-top header .main-navigation>ul>li:last-child:after {
    width: 86%;
    left: 16%
}

body.header-menu-border-top header .main-navigation>ul>li:first-child:after {
    width: 70%;
    left: 0
}

body.header-menu-background-dark header .main-navigation>ul>li.active>a,
body.header-menu-background-dark header .main-navigation>ul>li.current-menu-ancestor>a,
body.header-menu-background-dark header .main-navigation>ul>li.current-menu-item>a,
body.header-menu-background-dark header .main-navigation>ul>li.current-menu-parent>a,
body.header-menu-background-dark header .main-navigation>ul>li.current>a,
body.header-menu-background-dark header .main-navigation>ul>li.current_page_item>a,
body.header-menu-background-primary header .main-navigation>ul>li.active>a,
body.header-menu-background-primary header .main-navigation>ul>li.current-menu-ancestor>a,
body.header-menu-background-primary header .main-navigation>ul>li.current-menu-item>a,
body.header-menu-background-primary header .main-navigation>ul>li.current-menu-parent>a,
body.header-menu-background-primary header .main-navigation>ul>li.current>a,
body.header-menu-background-primary header .main-navigation>ul>li.current_page_item>a {
    color: #fff;
    background-color: #e83c2e
}

body.header-menu-background-dark header .main-navigation>ul>li.active>a,
body.header-menu-background-dark header .main-navigation>ul>li.current-menu-ancestor>a,
body.header-menu-background-dark header .main-navigation>ul>li.current-menu-item>a,
body.header-menu-background-dark header .main-navigation>ul>li.current-menu-parent>a,
body.header-menu-background-dark header .main-navigation>ul>li.current>a,
body.header-menu-background-dark header .main-navigation>ul>li.current_page_item>a {
    color: #fff;
    background-color: #121212
}

body.header-background-dark header .main-navigation>ul>li.active>a,
body.header-background-dark header .main-navigation>ul>li.current-menu-ancestor>a,
body.header-background-dark header .main-navigation>ul>li.current-menu-item>a,
body.header-background-dark header .main-navigation>ul>li.current-menu-parent>a,
body.header-background-dark header .main-navigation>ul>li.current>a,
body.header-background-dark header .main-navigation>ul>li.current_page_item>a,
body.header-background-dark header .main-navigation>ul>li:hover>a,
body.header-background-primary header .main-navigation>ul>li.active>a,
body.header-background-primary header .main-navigation>ul>li.current-menu-ancestor>a,
body.header-background-primary header .main-navigation>ul>li.current-menu-item>a,
body.header-background-primary header .main-navigation>ul>li.current-menu-parent>a,
body.header-background-primary header .main-navigation>ul>li.current>a,
body.header-background-primary header .main-navigation>ul>li.current_page_item>a,
body.header-background-primary header .main-navigation>ul>li:hover>a {
    color: #e83c2e;
    background-color: #171717
}

body.header-background-primary header .main-navigation>ul>li.active>a,
body.header-background-primary header .main-navigation>ul>li.current-menu-ancestor>a,
body.header-background-primary header .main-navigation>ul>li.current-menu-item>a,
body.header-background-primary header .main-navigation>ul>li.current-menu-parent>a,
body.header-background-primary header .main-navigation>ul>li.current>a,
body.header-background-primary header .main-navigation>ul>li.current_page_item>a,
body.header-background-primary header .main-navigation>ul>li:hover>a {
    color: #fff;
    background-color: #db392c
}

header .main-navigation {}

header .main-navigation .icon {
    width: auto;
    height: auto
}

header .main-navigation .icon i {
    font-size: 12px;
    font-size: .75rem
}

header .main-navigation.right>ul>li:last-child.menu-down-icon>a:after {
    right: -15px
}

header .main-navigation>ul>li>ul {
    border-top: 1px solid #f5f5f5
}

header .main-navigation li {
    font-size: 15px;
    font-size: .9375rem;
    float: left;
    letter-spacing: 2px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 500
}

header .main-navigation li a {
   /* color: #121212;*/
    color:#e83c2e;
    margin: 5px 0;
    padding: 15px;

}

header .main-navigation li a:hover {
    color: #111111;
}

header .main-navigation li .menu-mark {
    font-size: 10px;
    font-size: .625rem;
    height: 1.7em;
    padding-left: .5em;
    padding-right: .5em;
    vertical-align: top;
    margin-top: 1px;
    margin-left: 6px;
    visibility: hidden
}

header .main-navigation li ul {
    top: 100%;
    left: 0;
    position: absolute;
    background: #fff;
    min-width: 210px;
    padding: 10px 0;
    z-index: 9999;
    border: 1px solid #f5f5f5
}

header .main-navigation li ul.open-left {
    left: inherit;
    top: 100%;
    right: 0;
    position: absolute
}

header .main-navigation li ul.open-right {
    right: inherit;
    top: 100%;
    left: 0;
    position: absolute
}

header .main-navigation li ul li {
    font-size: 14px;
    font-size: .875rem;
    min-width: 210px;
    padding: 0 10px;
    letter-spacing: 1.5px;
    font-weight: 400
}

header .main-navigation li ul li a {
    padding: 10px;
    margin: 0;
    color: #797979
}

header .main-navigation li ul li a:hover {
    color: #000000;
    background: #eeeeee;
}

header .main-navigation li ul li ul {
    top: -11px;
    left: 100%;
    position: absolute;
    border-left: 1px solid #f5f5f5
}

header .main-navigation li ul li ul.open-left {
    left: inherit;
    top: -11px;
    right: 100%;
    position: absolute;
    border-left: 0;
    border-right: 1px solid #f5f5f5
}

header .main-navigation li ul li ul.open-right {
    right: inherit;
    top: -11px;
    left: 100%;
    position: absolute
}

header .main-navigation li.mega-menu>ul>li {
    min-width: 198px
}

header .main-navigation li.mega-menu>ul>li.column {
    padding: 25px 17px !important
}

header .main-navigation li.mega-menu>ul>li>a,
header .main-navigation li.mega-menu>ul>li>span {
    font-size: 12.5px;
    font-size: .78125rem;
    color: #333
}

header .main-navigation li.mega-menu>ul>li>a:hover,
header .main-navigation li.mega-menu>ul>li>span:hover {
    color: #fcba1c
}

header .main-navigation li.mega-menu>ul>li>ul {
    position: initial;
    min-width: 198px;
    border-left: 0;
    border: 0
}

header .main-navigation li.mega-menu>ul>li>ul>li {
    float: none;
    font-size: 13.6px;
    font-size: .85rem;
    min-width: 198px
}

header .main-navigation li.mega-menu>ul>li>ul>li a {
    color: #797979
}

header .main-navigation li.mega-menu>ul>li>ul>li a:hover {
    color: #fcba1c
}

header .main-navigation li.niche-templates>ul::-webkit-scrollbar {
    width: 0 !important
}

header .main-navigation li.niche-templates>ul {
    padding: 16px 11px 9px;
    overflow-y: auto;
    max-height: 641px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

header .main-navigation li.niche-templates>ul>li {
    text-align: center;
    min-width: auto
}

header .main-navigation li.niche-templates>ul>li.column {
    padding-left: var(--columnGap) !important;
    padding-right: var(--columnGap) !important;
    padding-bottom: 19px !important;
    padding-top: 8px !important
}

header .main-navigation li.niche-templates>ul>li .image-hover {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15)
}

header .main-navigation li.niche-templates>ul>li .image-hover.effect-5 figure img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

header .main-navigation li.niche-templates>ul>li .image-hover .menu-mark {
    visibility: visible;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100
}

header .main-navigation li.niche-templates>ul>li .image-hover.is-active figure {
    cursor: default
}

header .site-logo {
    min-width: 120px
}

header .site-logo a {
    color: #121212
}

header .site-logo span.logo-text {
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: 1px;
    padding: 0 1px;
    font-weight: 600;
    line-height: 1
}

header .site-logo span.logo-text:first-child {
    padding-left: 0
}

header .site-logo span.logo-text:last-child {
    padding-right: 0
}

header .site-logo img {
    margin-top: 15px
}

.search-form-overlay .widget-form input {
    padding: 0;
    padding-right: 1.5em;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.search-form-overlay .widget-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.search-form-overlay .widget-form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.search-form-overlay .widget-form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.search-form-overlay .widget-form input::placeholder {
    color: rgba(255, 255, 255, .5)
}

.search-form-overlay .widget-form .button {
    width: 4%;
    color: rgba(255, 255, 255, .5);
    font-size: 20px;
    font-size: 1.25rem
}

.search-form-overlay .widget-form:focus input,
.search-form-overlay .widget-form:hover input {
    border-bottom: 1px solid #fff
}

.search-form-overlay .widget-form:focus .button,
.search-form-overlay .widget-form:hover .button {
    color: #fff
}

.nav-menu-dropdown {
    font-family: 'SUB-FONT', 'Open Sans', sans-serif
}

.nav-menu-dropdown>li {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    padding: 25px 0
}

.nav-menu-dropdown>li>a {
    border: 1px solid #f0f0f0;
    padding: 7px 12px;
    font-size: 12px;
    font-size: .75rem;
    color: #797979;
    letter-spacing: 2.8px;
    min-width: 140px;
    display: inline-block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative
}

.nav-menu-dropdown>li>a:after {
    content: "\e604";
    top: 35%;
    right: 9px;
    position: absolute
}

.nav-menu-dropdown>li>a:hover {
    color: #e83c2e
}

.nav-menu-dropdown>li>ul {
    display: none;
    top: 100%;
    left: 0;
    position: absolute;
    background: #fff;
    min-width: 180px;
    padding: 10px 0;
    border: 1px solid #f5f5f5
}

.nav-menu-dropdown>li>ul.open-left {
    left: inherit;
    top: 100%;
    right: 0;
    position: absolute
}

.nav-menu-dropdown>li>ul.open-right {
    right: inherit;
    top: 100%;
    left: 0;
    position: absolute
}

.nav-menu-dropdown>li>ul li {
    font-size: 14px;
    font-size: .875rem;
    min-width: 180px;
    padding: 0 12px;
    letter-spacing: 1.5px
}

.nav-menu-dropdown>li>ul li a {
    padding: 7px 0;
    color: #797979;
    display: inline-block
}

.nav-menu-dropdown>li>ul li a:hover {
    color: #e83c2e
}

.nav-menu-dropdown .flag-icon {
    width: 1.28em;
    margin-right: 8px
}

.nav-menu-dropdown.style-2 {
    position: relative;
    padding-left: 7px
}

.nav-menu-dropdown.style-2>li>a {
    min-width: 60px;
    border: 1px solid transparent;
    padding: 7px 0
}

.nav-menu-dropdown.style-2>li>a:after {
    top: 35%;
    right: -2px;
    position: absolute
}

.nav-menu-dropdown.style-2>li>ul {
    min-width: 100px
}

.nav-menu-dropdown.style-2>li>ul li {
    min-width: 100px
}

.nav-menu-dropdown.style-2:before {
    content: '';
    width: 1px;
    height: 30%;
    top: 35%;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(216, 216, 216, .6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(216, 216, 216, .6) 50%, rgba(0, 0, 0, 0) 100%)
}

.hamburger-menu {
    position: relative;
    height: 14px;
    width: 20px;
    z-index: 200;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-top: -1px;
    margin-left: 15px
}

.hamburger-menu .hamburger-menu-icon,
.hamburger-menu .hamburger-menu-icon:after,
.hamburger-menu .hamburger-menu-icon:before {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #e2e2e2;
    content: '';
    width: 100%;
    height: 2px;
    margin-top: 0
}

.hamburger-menu .hamburger-menu-icon:before {
    margin-top: -6px
}

.hamburger-menu .hamburger-menu-icon:after {
    margin-top: 6px
}

.hamburger-menu:hover .hamburger-menu-icon,
.hamburger-menu:hover .hamburger-menu-icon:after,
.hamburger-menu:hover .hamburger-menu-icon:before {
    background-color: #e83c2e
}

.hamburger-menu.expanded .hamburger-menu-icon {
    margin-top: 0;
    background-color: transparent
}

.hamburger-menu.expanded .hamburger-menu-icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0
}

.hamburger-menu.expanded .hamburger-menu-icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0
}

body.menu-show-arrow-down header .main-navigation li.menu-down-icon>a:after {
    content: "\e604";
    top: 45%;
    right: 0;
    position: absolute
}

body.submenu-show-arrow-right header .main-navigation li ul li.menu-right-icon>a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

body.submenu-show-arrow-right header .main-navigation li ul li.menu-right-icon>a:after {
    content: "\e606";
    top: 39%;
    right: 18px;
    position: absolute;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

body.submenu-show-arrow-right header .main-navigation li ul li.menu-right-icon>a:hover:after {
    right: 12px;
    position: absolute
}

body.header-logo-center-menu-center header .level-left {
    margin: 0 auto
}

body.header-logo-center-menu-center header .site-logo {
    min-width: 212px;
    text-align: center
}

body.header-logo-center-menu-center header .site-logo img {
    margin-right: 40px;
    margin-left: 40px
}

body.header-logo-center-menu-center header .site-logo span.logo-text {
    padding-right: 20px;
    padding-left: 20px
}

body.header-hamburger-menu header .main-navigation>ul>li>a,
body.header-menu-with-buttons header .main-navigation>ul>li>a,
body.header-menu-with-icons header .main-navigation>ul>li>a {
    padding: 15px 15px
}

body.header-hamburger-menu header .main-navigation>ul>li:last-child>a,
body.header-menu-with-buttons header .main-navigation>ul>li:last-child>a,
body.header-menu-with-icons header .main-navigation>ul>li:last-child>a {
    padding-right: 15px
}

body.header-hamburger-menu header .button,
body.header-menu-with-buttons header .button,
body.header-menu-with-icons header .button {
    margin-left: 10px;
    height: 3.15em
}

body.header-hamburger-menu header .header-fullwidth .main-navigation>ul>li>a,
body.header-menu-with-buttons header .header-fullwidth .main-navigation>ul>li>a,
body.header-menu-with-icons header .header-fullwidth .main-navigation>ul>li>a {
    padding: 15px
}

body.header-hamburger-menu.menu-center header .main-navigation>ul>li:last-child>a,
body.header-menu-with-buttons.menu-center header .main-navigation>ul>li:last-child>a,
body.header-menu-with-icons.menu-center header .main-navigation>ul>li:last-child>a {
    padding-right: 0
}

body.header-hamburger-menu.menu-center .header-menu-icons,
body.header-menu-with-buttons.menu-center .header-menu-icons,
body.header-menu-with-icons.menu-center .header-menu-icons {
    padding-left: 0
}

body.header-hamburger-menu.menu-center .header-menu-icons:before,
body.header-menu-with-buttons.menu-center .header-menu-icons:before,
body.header-menu-with-icons.menu-center .header-menu-icons:before {
    visibility: hidden
}

body.header-hamburger-menu.menu-left #header-logo,
body.header-hamburger-menu.menu-left .site-logo,
body.header-menu-with-buttons.menu-left #header-logo,
body.header-menu-with-buttons.menu-left .site-logo,
body.header-menu-with-icons.menu-left #header-logo,
body.header-menu-with-icons.menu-left .site-logo {
    padding-right: 30px;
    min-width: 162px
}

body.header-hamburger-menu.menu-left .header-menu-icons,
body.header-menu-with-buttons.menu-left .header-menu-icons,
body.header-menu-with-icons.menu-left .header-menu-icons {
    padding-left: 0
}

body.header-hamburger-menu.menu-left .header-menu-icons:before,
body.header-menu-with-buttons.menu-left .header-menu-icons:before,
body.header-menu-with-icons.menu-left .header-menu-icons:before {
    visibility: hidden
}

body.header-hamburger-menu.slide-down header .main-navigation>ul>li>a,
body.header-menu-with-buttons.slide-down header .main-navigation>ul>li>a,
body.header-menu-with-icons.slide-down header .main-navigation>ul>li>a {
    padding: 15px
}

body.header-hamburger-menu header #header-logo,
body.header-hamburger-menu header .site-logo {
    padding: 17px 0
}

body.header-hamburger-menu header #header-logo img,
body.header-hamburger-menu header .site-logo img {
    margin-top: 0;
    max-height: 30px
}

body.header-hamburger-menu header .main-navigation {
    display: none;
    position: absolute
}

body.header-hamburger-menu.icon-left header .hamburger-menu {
    margin-left: 0;
    margin-right: 15px
}

body.header-hamburger-menu.icon-left header .main-navigation>ul>li:first-child>a {
    padding-left: 15px
}

body.header-hamburger-menu.slide-left header .level,
body.header-hamburger-menu.slide-right header .level {
    margin-bottom: 0
}

body.header-hamburger-menu.slide-left header .level:last-child,
body.header-hamburger-menu.slide-right header .level:last-child {
    display: block;
    top: 0;
    right: 0;
    position: fixed;
    width: 252px;
    height: 100%;
    background-color: #fff;
    border-left: 1px solid rgba(245, 245, 245, .7);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 100;
    margin-right: -252px;
    padding-top: 45px
}

body.header-hamburger-menu.slide-left header .level:last-child.opened,
body.header-hamburger-menu.slide-right header .level:last-child.opened {
    margin-right: 0
}

body.header-hamburger-menu.slide-left header .level:last-child .level-left,
body.header-hamburger-menu.slide-left header .level:last-child .level-right,
body.header-hamburger-menu.slide-right header .level:last-child .level-left,
body.header-hamburger-menu.slide-right header .level:last-child .level-right {
    display: block
}

body.header-hamburger-menu.slide-left header .level:last-child .level-right,
body.header-hamburger-menu.slide-right header .level:last-child .level-right {
    padding-left: 30px;
    padding-right: 30px
}

body.header-hamburger-menu.slide-left header .level:last-child .level-right,
body.header-hamburger-menu.slide-right header .level:last-child .level-right {
    bottom: 30px;
    position: absolute;
    width: 252px
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation {
    margin-top: 20px;
    position: initial;
    display: block
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li {
    float: none
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li>a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li>a {
    margin: 0;
    padding: 14px 30px !important
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li>ul,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li>ul {
    left: inherit;
    top: 0;
    right: 100%;
    position: absolute;
    border: 1px solid #f5f5f5
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li>ul.open-left,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li>ul.open-left {
    left: inherit;
    top: 0;
    right: 100%;
    position: absolute
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li>ul.open-right,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li>ul.open-right {
    right: inherit;
    top: 0;
    left: 100%;
    position: absolute
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li>ul ul,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li>ul ul {
    border: 1px solid #f5f5f5;
    left: inherit;
    top: -11px;
    right: 100%;
    position: absolute
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li>ul ul.open-left,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li>ul ul.open-left {
    left: inherit;
    top: -11px;
    right: 100%;
    position: absolute
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li>ul ul.open-right,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li>ul ul.open-right {
    right: inherit;
    top: -11px;
    left: 100%;
    position: absolute
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul ul,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul ul {
    border: 0
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li {
    min-width: 198px
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li.column,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li.column {
    padding: 25px 16px !important
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>a,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>span,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>span {
    font-size: 12.5px;
    font-size: .78125rem;
    color: #333
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>a:hover,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>span:hover,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>a:hover,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>span:hover {
    color: #fcba1c
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul {
    position: initial;
    min-width: 198px;
    border-left: 0
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li {
    float: none;
    font-size: 12.8px;
    font-size: .8rem;
    min-width: 198px
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li a {
    color: #797979
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li a:hover,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li a:hover {
    color: #fcba1c
}

body.header-hamburger-menu.slide-left header .level:last-child .header-menu-icons.social,
body.header-hamburger-menu.slide-right header .level:last-child .header-menu-icons.social {
    padding-left: 0;
    padding: 20px 0
}

body.header-hamburger-menu.slide-left header .level:last-child .header-menu-icons.social:before,
body.header-hamburger-menu.slide-right header .level:last-child .header-menu-icons.social:before {
    width: 0
}

body.header-hamburger-menu.slide-left header .level:last-child .header-menu-icons.social li:first-child,
body.header-hamburger-menu.slide-right header .level:last-child .header-menu-icons.social li:first-child {
    padding-left: 0
}

body.header-hamburger-menu.slide-left header .level:last-child .header-menu-icons.social li:last-child,
body.header-hamburger-menu.slide-right header .level:last-child .header-menu-icons.social li:last-child {
    padding-right: 0
}

body.header-hamburger-menu.slide-left header .level:last-child .footer-copyright,
body.header-hamburger-menu.slide-right header .level:last-child .footer-copyright {
    font-size: 13px;
    font-size: .8125rem;
    display: inline-block;

    color: #999
}

body.header-hamburger-menu.slide-left header .level:last-child .footer-copyright a,
body.header-hamburger-menu.slide-right header .level:last-child .footer-copyright a {
    color: #fcba1c
}

body.header-hamburger-menu.slide-left header .level:last-child .footer-copyright a:hover,
body.header-hamburger-menu.slide-right header .level:last-child .footer-copyright a:hover {
    color: #121212
}

body.header-hamburger-menu.slide-left.slide-overlay header .header-fullwidth .hamburger-menu.expanded,
body.header-hamburger-menu.slide-right.slide-overlay header .header-fullwidth .hamburger-menu.expanded {
    top: 36px;
    right: 40px;
    position: fixed
}

body.header-hamburger-menu.slide-left.slide-overlay header .header-fullwidth .site-logo,
body.header-hamburger-menu.slide-right.slide-overlay header .header-fullwidth .site-logo {
    position: relative;
    z-index: 200
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child {
    width: 100%;
    margin-right: -100%
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child.opened,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child.opened {
    margin-right: 0
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child .level-left,
body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child .level-right,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child .level-left,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child .level-right {
    width: 200px;
    margin: 0 auto
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child .level-right,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child .level-right {
    left: 0;
    width: 100%;
    text-align: center
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child .main-navigation,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child .main-navigation {
    margin-top: 100px
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child .main-navigation>ul>li>a,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child .main-navigation>ul>li>a {
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    padding: 20px 30px !important
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child .main-navigation>ul>li>ul,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child .main-navigation>ul>li>ul {
    right: inherit;
    top: 0;
    left: 100%;
    position: absolute
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child .main-navigation>ul>li>ul ul,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child .main-navigation>ul>li>ul ul {
    right: inherit;
    top: -11px;
    left: 100%;
    position: absolute
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul {
    border-right: 0
}

body.header-hamburger-menu.slide-left.slide-push,
body.header-hamburger-menu.slide-right.slide-push {
    -webkit-transition: margin-right .5s ease;
    transition: margin-right .5s ease
}

body.header-hamburger-menu.slide-left.slide-push.pushed,
body.header-hamburger-menu.slide-right.slide-push.pushed {
    margin-right: 252px
}

body.header-hamburger-menu.slide-left header .level {
    margin-bottom: 0
}

body.header-hamburger-menu.slide-left header .level:last-child {
    right: inherit;
    top: 0;
    left: 0;
    position: fixed;
    border-left: 0;
    border-right: 1px solid rgba(245, 245, 245, .7);
    margin-right: 0;
    margin-left: -252px
}

body.header-hamburger-menu.slide-left header .level:last-child.opened {
    margin-left: 0
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li>ul {
    right: inherit;
    top: 0;
    left: 100%;
    position: absolute
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li>ul ul {
    right: inherit;
    top: -11px;
    left: 100%;
    position: absolute
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul {
    border-right: 0
}

body.header-hamburger-menu.slide-left.slide-overlay header .header-fullwidth .hamburger-menu.expanded {
    right: inherit;
    top: 36px;
    left: 40px;
    position: fixed
}

body.header-hamburger-menu.slide-left .hamburger-menu {
    margin-left: 0;
    margin-right: 15px
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child {
    margin-right: 0;
    margin-left: -100%
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child.opened {
    margin-left: 0
}

body.header-hamburger-menu.slide-left.overlay-full-width header .hamburger-menu.expanded {
    right: inherit;
    top: 36px;
    left: 40px;
    position: fixed;
    left: 40px !important
}

body.header-hamburger-menu.slide-left.slide-push {
    -webkit-transition: margin-left .5s ease;
    transition: margin-left .5s ease
}

body.header-hamburger-menu.slide-left.slide-push.pushed {
    margin-right: 0;
    margin-left: 252px
}

body.header-hamburger-menu.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .site-logo,
body.header-hamburger-menu.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .site-logo {
    color: #fff
}

body.header-hamburger-menu.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .site-logo a,
body.header-hamburger-menu.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .site-logo a {
    color: #fff
}

body.header-hamburger-menu.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons.social .icon,
body.header-hamburger-menu.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons.social .icon {
    background-color: #fff;
    color: #121212
}

body.header-hamburger-menu.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons.social .icon:hover,
body.header-hamburger-menu.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons.social .icon:hover {
    background-color: #fcba1c;
    color: #fff
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu.expanded .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu.expanded .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu.expanded .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.dark-color header .hamburger-menu.expanded .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.primary-color header .hamburger-menu.expanded .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu.expanded .hamburger-menu-icon {
    background-color: transparent
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu.expanded:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu.expanded:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu.expanded:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.dark-color header .hamburger-menu.expanded:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.primary-color header .hamburger-menu.expanded:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu.expanded:hover .hamburger-menu-icon {
    background-color: transparent
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu.expanded .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu.expanded .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu.expanded .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu.expanded .hamburger-menu-icon:before {
    background-color: #797979
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu.expanded:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu.expanded:hover .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu.expanded:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu.expanded:hover .hamburger-menu-icon:before {
    background-color: rgba(121, 121, 121, .5)
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-color.dark-color header .hamburger-menu .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.dark-color header .hamburger-menu .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-color.dark-color header .hamburger-menu .hamburger-menu-icon:before {
    background-color: #121212
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu:hover .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-color.dark-color header .hamburger-menu:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.dark-color header .hamburger-menu:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-color.dark-color header .hamburger-menu:hover .hamburger-menu-icon:before {
    background-color: rgba(18, 18, 18, .5)
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-color.primary-color header .hamburger-menu .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.primary-color header .hamburger-menu .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-color.primary-color header .hamburger-menu .hamburger-menu-icon:before {
    background-color: #e83c2e
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu:hover .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-color.primary-color header .hamburger-menu:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.primary-color header .hamburger-menu:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-color.primary-color header .hamburger-menu:hover .hamburger-menu-icon:before {
    background-color: rgba(232, 60, 46, .5)
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu .hamburger-menu-icon:before {
    background-color: #fff
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu:hover .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu:hover .hamburger-menu-icon:before {
    background-color: rgba(255, 255, 255, .5)
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .level.top .level-right,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .level.top .level-right {
    background-color: #e83c2e;
    padding: 12px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .level.top .level-right:hover,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .level.top .level-right:hover {
    background-color: #121212
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu {
    margin-left: 0
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu .hamburger-menu-icon:before {
    background-color: #fff
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu:hover .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu:hover .hamburger-menu-icon:before {
    background-color: #fff
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu.expanded .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu.expanded .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu.expanded .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu.expanded .hamburger-menu-icon:before {
    background-color: #797979
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu.expanded:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu.expanded:hover .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu.expanded:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu.expanded:hover .hamburger-menu-icon:before {
    background-color: rgba(121, 121, 121, .5)
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color:not(.primary-color) header .level.top .level-right {
    background-color: #121212
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color:not(.primary-color) header .level.top .level-right:hover {
    background-color: #e83c2e
}

body .header-menu-icons {
    position: relative;
    padding-left: 0
}

body .header-menu-icons.social {
    padding-left: 20px
}

body .header-menu-icons.social li {
    padding-left: 10px
}

body .header-menu-icons.social li:last-child {
    padding-left: 9px
}

body .header-menu-icons.social li:first-child {
    padding-left: 0
}

body .header-menu-icons:before {
    content: '';
    width: 1px;
    height: 90%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(216, 216, 216, .6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(216, 216, 216, .6) 50%, rgba(0, 0, 0, 0) 100%)
}

body .header-menu-icons li {
    display: inline-block;
    padding-left: 14px
}

body .header-menu-icons li:last-child {
    padding-left: 15px
}

body .header-menu-icons li a {
    color: #929292;
    display: inline-block
}

body .header-menu-icons li a:hover {
    color: #e83c2e
}

body .header-menu-icons li .icon {
    vertical-align: text-bottom
}

body .header-menu-icons li .icon .badge {
    margin-top: 2px
}

body .header-menu-icons li .icon .badge[data-badge]::after {
    top: calc(0px - (.8rem / 2));
    left: calc(100% - (.8rem / 2))
}

body .header-menu-icons li .icon i {
    font-size: 18px;
    font-size: 1.125rem
}

body .header-menu-icons li .icon i[class*=" ion-"],
body .header-menu-icons li .icon i[class^=ion-] {
    font-size: 29px;
    font-size: 1.8125rem
}

body .header-menu-icons li>ul {
    display: none;
    top: 100%;
    left: 0;
    position: absolute;
    background: #fff;
    min-width: 250px;
    border: 1px solid #f5f5f5;

    margin-top: 29px;
    max-height: 310px;
    overflow-y: auto;
    overflow-x: hidden
}

body .header-menu-icons li>ul.open-left {
    left: inherit;
    top: 100%;
    right: 0;
    position: absolute
}

body .header-menu-icons li>ul.open-right {
    right: inherit;
    top: 100%;
    left: 0;
    position: absolute
}

body .header-menu-icons li>ul li {
    font-size: 14px;
    font-size: .875rem;
    min-width: 250px;
    padding: 15px 20px !important;
    letter-spacing: 1.5px;
    background-color: rgba(245, 245, 245, .3);
    border-bottom: 1px solid #f5f5f5;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #797979
}

body .header-menu-icons li>ul li:last-child {
    border-bottom: 0
}

body .header-menu-icons li>ul li:hover {
    background-color: rgba(245, 245, 245, .8)
}

body .header-menu-icons li>ul li strong {
    font-weight: 500
}

body .header-menu-icons li>ul li span {
    display: inline-block
}

body .header-menu-icons li>ul li span.product-amount {
    font-size: 11px;
    font-size: .6875rem;
    padding: 0 5px;
    color: #929292;
    text-transform: none
}

body .header-menu-icons li>ul li span.product-price-total {
    color: #e83c2e
}

body .header-menu-icons li>ul li span.product-price {
    font-size: 12px;
    font-size: .75rem
}

body .header-menu-icons li>ul li span.product-price,
body .header-menu-icons li>ul li span.product-price-total {
    padding: 4px 5px 0 0
}

body .header-menu-icons li>ul li img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
    border: 1px solid #e83c2e;
    padding: 1px
}

body .header-menu-icons li>ul li.footer,
body .header-menu-icons li>ul li.header {
    background-color: #fff;
    text-align: center;
    font-size: 12.5px;
    font-size: .78125rem;
    letter-spacing: 2px
}

body .header-menu-icons li>ul li.footer a:hover,
body .header-menu-icons li>ul li.header a:hover {
    color: #e83c2e
}

body .header-menu-icons li>ul li a {
    color: #797979;
    display: block
}

body .header-menu-icons li>ul li a:hover {
    color: #494949
}

body .header-menu-icons li>ul.dropdown-shopping-cart li,
body .header-menu-icons li>ul.dropdown-user-account li {
    position: relative
}

body .header-menu-icons li>ul.dropdown-shopping-cart li .product-remove,
body .header-menu-icons li>ul.dropdown-user-account li .product-remove {
    top: 27%;
    right: 20px;
    position: absolute;
    cursor: pointer;
    font-size: 11px;
    font-size: .6875rem;
    color: #e83c2e
}

body .header-menu-icons li>ul.dropdown-shopping-cart li .product-remove:hover,
body .header-menu-icons li>ul.dropdown-user-account li .product-remove:hover {
    color: #494949
}

body .header-menu-icons li>ul.dropdown-shopping-cart li .button,
body .header-menu-icons li>ul.dropdown-user-account li .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 0;
    margin-top: 13px;
    margin-bottom: 5px;
    letter-spacing: 2px;
    font-size: 11px;
    font-size: .6875rem;
    color: #fff
}

body .header-menu-icons li>ul.dropdown-shopping-cart li .button.is-outlined,
body .header-menu-icons li>ul.dropdown-user-account li .button.is-outlined {
    color: #e83c2e
}

body .header-menu-icons li>ul.dropdown-shopping-cart li .button:hover,
body .header-menu-icons li>ul.dropdown-user-account li .button:hover {
    color: #fff
}

body .header-menu-icons li>ul.dropdown-user-account li .field:not(:last-child) {
    margin-bottom: .8rem;
    margin-top: .3rem
}

body .header-menu-icons li>ul.dropdown-user-account li input {
    height: 2.8em;
    font-size: 14px;
    font-size: .875rem
}

body .header-menu-icons li>ul.dropdown-user-account li p.help {
    margin-top: .6rem;
    text-align: center;
    color: #e83c2e
}

body .header-menu-icons li>ul.dropdown-user-account li p.help a {
    color: #e83c2e
}

body .header-menu-icons li>ul.dropdown-user-account li p.help a:hover {
    color: #121212
}

body .header-menu-icons li>ul.dropdown-user-account li .button {
    padding-left: inherit;
    padding-right: inherit;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 2.8px
}

body .header-menu-icons li.dropdown-search-form ul {
    min-width: 300px
}

body .header-menu-icons li.dropdown-search-form ul li {
    min-width: 300px;
    padding: 15px !important
}

body .header-menu-icons li.dropdown-search-form ul li input {
    height: 2.6em;
    padding-right: 2.1em
}

body .header-menu-icons li.dropdown-search-form ul li .button {
    height: 2.3em;
    top: 3px;
    right: 3px
}

body .header-menu-icons.social .icon {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: #fcba1c;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

body .header-menu-icons.social .icon i {
    font-size: 14px;
    font-size: .875rem
}

body .header-menu-icons.social .icon:hover {
    background-color: #121212
}

body.header-logo-with-icons #header-logo,
body.header-logo-with-icons .site-logo {
    padding: 26px 0
}

body.header-logo-with-icons .header-menu-icons {
    padding-left: 0
}

body.header-logo-with-icons .header-menu-icons:before {
    visibility: hidden
}

body.header-logo-with-icons .header-menu-icons li:first-child {
    padding-left: 0
}

body.header-logo-with-icons.header-logo-top .header-menu-icons li>ul {
    margin-top: 28px
}

body.header-logo-with-icons.logo-menu-center header .level-left {
    margin: 0 auto
}

body.header-logo-with-icons.logo-center header .level .level-left,
body.header-logo-with-icons.menu-center header .level .level-left {
    margin: 0 auto
}

body.header-logo-with-icons.logo-center header .level.top .level-left,
body.header-logo-with-icons.menu-center header .level.top .level-left {
    margin: inherit !important
}

body.header-logo-top header#header .level,
body.header-menu-top header#header .level {
    border-top: 1px solid #f5f5f5
}

body.header-logo-top header#header .level.top,
body.header-menu-top header#header .level.top {
    margin-bottom: 0;
    border-top: 0
}

body.header-logo-top header #header-logo,
body.header-logo-top header .site-logo,
body.header-menu-top header #header-logo,
body.header-menu-top header .site-logo {
    padding: 15px 0
}

body.header-logo-top header #header-logo img,
body.header-logo-top header .site-logo img,
body.header-menu-top header #header-logo img,
body.header-menu-top header .site-logo img {
    margin-top: 0
}

body.header-logo-top header .main-navigation>ul>li>a,
body.header-menu-top header .main-navigation>ul>li>a {
    padding: 10px 15px
}

body.header-logo-top header .main-navigation>ul>li:last-child>a,
body.header-menu-top header .main-navigation>ul>li:last-child>a {
    /* padding-right: 0*/
}

body.header-logo-top header .header-menu-icons,
body.header-menu-top header .header-menu-icons {
    padding-left: 0
}

body.header-logo-top header .header-menu-icons:before,
body.header-menu-top header .header-menu-icons:before {
    visibility: hidden
}

body.header-logo-top header .header-menu-icons li:first-child,
body.header-menu-top header .header-menu-icons li:first-child {
    padding-left: 0
}

body.header-logo-top.logo-menu-center header .level-left,
body.header-menu-top.logo-menu-center header .level-left {
    margin: 0 auto
}

body.header-logo-top.logo-center header .level.top .level-left,
body.header-logo-top.menu-center header .level.top .level-left,
body.header-menu-top.logo-center header .level.top .level-left,
body.header-menu-top.menu-center header .level.top .level-left {
    margin: 0 auto
}

body.header-logo-top.header-transparent header#header .level,
body.header-menu-top.header-transparent header#header .level {
    border-top: 1px solid rgba(245, 245, 245, .15)
}

body.header-logo-top .header-menu-icons li>ul {
    margin-top: 24px
}

body.header-menu-top .header-menu-icons li>ul {
    margin-top: 28px
}

body.header-side-navigation .offers-section img {
    min-width: 100%
}

body.header-side-navigation header {
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 260px;
    z-index: 9999;
    border-right: 1px solid rgba(245, 245, 245, .7)
}

body.header-side-navigation header .site-header-inner {
    padding-top: 40px;
    height: 100%;
    position: relative
}

body.header-side-navigation header .level,
body.header-side-navigation header .level-left,
body.header-side-navigation header .level-right {
    display: block
}

body.header-side-navigation header .level-right {
    bottom: 30px;
    position: absolute;
    width: 100%
}

body.header-side-navigation header .main-navigation>ul>li {
    float: none;
    font-size: 12.8px;
    font-size: .8rem
}

body.header-side-navigation header .main-navigation>ul>li>a {
    margin: 0;
    padding: 14px 30px !important
}

body.header-side-navigation header .main-navigation>ul>li>ul {
    top: 0;
    left: 100%;
    position: absolute;
    border: 1px solid #f5f5f5
}

body.header-side-navigation header .main-navigation>ul>li>ul.open-left {
    left: inherit;
    top: 0;
    right: 100%;
    position: absolute
}

body.header-side-navigation header .main-navigation>ul>li>ul.open-right {
    right: inherit;
    top: 0;
    left: 100%;
    position: absolute
}

body.header-side-navigation header .main-navigation>ul>li>ul ul {
    border: 1px solid #f5f5f5;
    top: -11px;
    left: 100%;
    position: absolute
}

body.header-side-navigation header .main-navigation>ul>li>ul ul.open-left {
    left: inherit;
    top: -11px;
    right: 100%;
    position: absolute
}

body.header-side-navigation header .main-navigation>ul>li>ul ul.open-right {
    right: inherit;
    top: -11px;
    left: 100%;
    position: absolute
}

body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul ul {
    border: 0
}

body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li {
    min-width: 198px
}

body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li.column {
    padding: 25px 16px !important
}

body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>a,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>span {
    font-size: 12.5px;
    font-size: .78125rem;
    color: #333
}

body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>a:hover,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>span:hover {
    color: #fcba1c
}

body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul {
    position: initial;
    min-width: 198px;
    border-left: 0
}

body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li {
    float: none;
    font-size: 12.8px;
    font-size: .8rem;
    min-width: 198px
}

body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li a {
    color: #797979
}

body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li a:hover {
    color: #fcba1c
}

body.header-side-navigation header .site-logo {
    margin: 20px 0;
    min-height: 100px
}

body.header-side-navigation header .site-logo img {
    margin-top: 0
}

body.header-side-navigation header .level-right,
body.header-side-navigation header .site-logo {
    padding-left: 30px;
    padding-right: 30px
}

body.header-side-navigation header .header-menu-icons.social {
    padding-left: 0;
    padding: 20px 0
}

body.header-side-navigation header .header-menu-icons.social:before {
    width: 0
}

body.header-side-navigation header .header-menu-icons.social li:first-child {
    padding-left: 0
}

body.header-side-navigation header .header-menu-icons.social li:last-child {
    padding-right: 0
}

body.header-side-navigation header .footer-copyright {
    font-size: 12.5px;
    font-size: .78125rem;
    display: inline-block;

    color: #999
}

body.header-side-navigation header .footer-copyright a {
    color: #fcba1c
}

body.header-side-navigation header .footer-copyright a:hover {
    color: #121212
}

body.header-side-navigation.side-right header {
    left: inherit;
    top: 0;
    right: 0;
    position: fixed;
    border-right: 0;
    border-left: 1px solid rgba(245, 245, 245, .7)
}

body.header-side-navigation.side-right header .main-navigation>ul>li>ul {
    left: inherit;
    top: 0;
    right: 100%;
    position: absolute
}

body.header-side-navigation.side-right header .main-navigation>ul>li>ul.open-left {
    left: inherit;
    top: 0;
    right: 100%;
    position: absolute
}

body.header-side-navigation.side-right header .main-navigation>ul>li>ul.open-right {
    right: inherit;
    top: 0;
    left: 100%;
    position: absolute
}

body.header-side-navigation.side-right header .main-navigation>ul>li>ul ul {
    left: inherit;
    top: -11px;
    right: 100%;
    position: absolute
}

body.header-side-navigation.side-right header .main-navigation>ul>li>ul ul.open-left {
    left: inherit;
    top: -11px;
    right: 100%;
    position: absolute
}

body.header-side-navigation.side-right header .main-navigation>ul>li>ul ul.open-right {
    right: inherit;
    top: -11px;
    left: 100%;
    position: absolute
}

body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul ul {
    border: 0
}

body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li {
    min-width: 198px
}

body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li.column {
    padding: 25px 16px !important
}

body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>a,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>span {
    font-size: 12.5px;
    font-size: .78125rem;
    color: #333
}

body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>a:hover,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>span:hover {
    color: #fcba1c
}

body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>ul {
    position: initial;
    min-width: 198px;
    border-left: 0
}

body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>ul>li {
    float: none;
    font-size: 12.8px;
    font-size: .8rem;
    min-width: 198px
}

body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>ul>li a {
    color: #797979
}

body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>ul>li a:hover {
    color: #fcba1c
}

body.header-side-navigation.side-right.side-mini .level {
    left: inherit;
    top: 0;
    right: 100%;
    position: absolute;
    margin-left: 0;
    margin-right: 1px;
    border-right: 0;
    border-left: 1px solid rgba(245, 245, 245, .7)
}

body.header-side-navigation.side-mini header {
    width: 70px
}

body.header-side-navigation.side-mini header .site-header-inner {
    padding-top: 35px
}

body.header-side-navigation.side-mini header .level {
    display: none;
    top: 0;
    left: 100%;
    position: absolute;
    height: 100%;
    background-color: #fff;
    margin-left: 1px;
    width: 252px;
    border-right: 1px solid rgba(245, 245, 245, .7)
}

body.header-side-navigation.side-mini header .level .level-right {
    padding-left: 30px;
    padding-right: 30px
}

body.header-side-navigation.side-mini header .level .main-navigation {
    margin-top: 28px
}

body.header-side-navigation.side-mini header .level .main-navigation>ul>li>a {
    padding: 14px 30px !important
}

body.header-side-navigation.side-mini header .level.top {
    display: block;
    text-align: center;
    position: initial;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    border: 0;
    margin-bottom: 0
}

body.header-side-navigation.side-mini header .level.top .level-left {
    top: 48%;
    position: absolute;
    width: 100%
}

body.header-side-navigation.side-mini header .level.top .level-left:first-child {
    position: relative
}

body.header-side-navigation.side-mini header .level.top .level-left,
body.header-side-navigation.side-mini header .level.top .level-right {
    padding-left: 10px;
    padding-right: 10px
}

body.header-side-navigation.side-mini header .level.top .logo-text {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    text-transform: capitalize;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 1px;
    color: #797979;
    margin-top: 70px
}

body.header-side-navigation.side-mini header .level.top .logo-text a {
    color: #797979
}

body.header-side-navigation.side-mini header .level.top .logo-text a:hover {
    color: #333
}

body.header-side-navigation.side-mini header .level.top .header-menu-icons {
    padding-left: 0
}

body.header-side-navigation.side-mini header .level.top .header-menu-icons li {
    padding-left: 0
}

body.header-side-navigation.side-mini header .level.top .header-menu-icons li .icon i {
    font-size: 32px;
    font-size: 2rem
}

body.header-side-navigation.side-mini header .level.top .header-menu-icons li .icon i.ion-ios-close-outline {
    font-size: 42px;
    font-size: 2.625rem
}

body.header-side-navigation.side-mini header .level.top .header-menu-icons:before {
    width: 0
}

body.header-side-navigation.side-mini header .level.top .header-menu-icons.social {
    padding: 0
}

body.header-side-navigation.side-mini header .level.top .header-menu-icons.social li {
    padding-bottom: 10px
}

body.header-side-navigation.side-mini header .level.top .header-menu-icons.social li:last-child {
    padding-bottom: 0
}

body.header-side-navigation.side-mini header .level.top .header-menu-icons.social li .icon {
    background-color: transparent;
    color: #797979
}

body.header-side-navigation.side-mini header .level.top .header-menu-icons.social li .icon i {
    font-size: 17px;
    font-size: 1.0625rem
}

body.header-side-navigation.side-mini header .level.top .header-menu-icons.social li .icon:hover {
    color: #171717
}

body.header-side-navigation.side-mini header .site-logo {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    min-height: inherit;
    min-width: 100%
}

body.header-side-navigation.side-mini header .site-logo img {
    max-width: 49px
}

body.header-side-navigation.side-mini.side-mini-icons-center header .level.top .level-left {
    top: 40%;
    position: absolute
}

body.header-side-navigation.side-mini.side-mini-icons-center header .level.top .level-left:first-child {
    position: relative
}

body.header-side-navigation.side-mini.side-mini-logo-center header .site-header-inner {
    padding-top: 30px
}

body.header-side-navigation.side-mini.side-mini-logo-center header .level.top .level-left {
    top: 42.5%;
    position: absolute
}

body.header-side-navigation.side-mini.side-mini-logo-center header .level.top .level-left:first-child {
    position: relative
}

body.header-side-navigation.side-mini.side-mini-logo-center header .level.top .header-menu-icons .icon {
    color: #797979
}

body.header-side-navigation.side-mini.side-mini-logo-center header .level.top .header-menu-icons .icon:hover {
    color: #171717
}

body.header-side-navigation.side-mini.side-mini-background.dark-color header,
body.header-side-navigation.side-mini.side-mini-background.primary-color header {
    background-color: #db392c
}

body.header-side-navigation.side-mini.side-mini-background.dark-color header .level.top,
body.header-side-navigation.side-mini.side-mini-background.primary-color header .level.top {
    background-color: transparent
}

body.header-side-navigation.side-mini.side-mini-background.dark-color header .level.top .logo-text,
body.header-side-navigation.side-mini.side-mini-background.primary-color header .level.top .logo-text {
    color: #121212
}

body.header-side-navigation.side-mini.side-mini-background.dark-color header .level.top .logo-text a,
body.header-side-navigation.side-mini.side-mini-background.primary-color header .level.top .logo-text a {
    color: #121212
}

body.header-side-navigation.side-mini.side-mini-background.dark-color header .level.top .logo-text a:hover,
body.header-side-navigation.side-mini.side-mini-background.primary-color header .level.top .logo-text a:hover {
    color: #fff
}

body.header-side-navigation.side-mini.side-mini-background.dark-color header .header-menu-icons li a,
body.header-side-navigation.side-mini.side-mini-background.primary-color header .header-menu-icons li a {
    color: #fff
}

body.header-side-navigation.side-mini.side-mini-background.dark-color header .header-menu-icons li a:hover,
body.header-side-navigation.side-mini.side-mini-background.primary-color header .header-menu-icons li a:hover {
    color: #121212
}

body.header-side-navigation.side-mini.side-mini-background.primary-color header {
    border-right: 1px solid #db392c
}

body.header-side-navigation.side-mini.side-mini-background.dark-color:not(.primary-color) header {
    border-right: 1px solid #121212;
    background-color: #121212
}

body.header-side-navigation.side-mini.side-mini-background.dark-color:not(.primary-color) header .site-logo img {
    -webkit-filter: none;
    filter: none
}

body.header-side-navigation.side-mini.side-mini-background.dark-color:not(.primary-color) header .level.top .logo-text {
    color: #fff
}

body.header-side-navigation.side-mini.side-mini-background.dark-color:not(.primary-color) header .level.top .logo-text a {
    color: #fff
}

body.header-side-navigation.side-mini.side-mini-background.dark-color:not(.primary-color) header .level.top .logo-text a:hover {
    color: #e83c2e
}

body.header-side-navigation.side-mini.side-mini-background.dark-color:not(.primary-color) header .header-menu-icons li a {
    color: #e83c2e
}

body.header-side-navigation.side-mini.side-mini-background.dark-color:not(.primary-color) header .header-menu-icons li a:hover {
    color: #fff
}

body.header-side-navigation.side-mini.side-mini-logo-background.dark-color header .site-header-inner,
body.header-side-navigation.side-mini.side-mini-logo-background.primary-color header .site-header-inner {
    padding-top: 0
}

body.header-side-navigation.side-mini.side-mini-logo-background.dark-color header .level.top,
body.header-side-navigation.side-mini.side-mini-logo-background.primary-color header .level.top {
    margin-right: -1px
}

body.header-side-navigation.side-mini.side-mini-logo-background.dark-color header .level.top .level-left:first-child,
body.header-side-navigation.side-mini.side-mini-logo-background.primary-color header .level.top .level-left:first-child {
    background-color: #db392c;
    padding-top: 22px;
    padding-bottom: 22px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

body.header-side-navigation.side-mini.side-mini-logo-background.dark-color header .level.top .level-left:first-child:hover,
body.header-side-navigation.side-mini.side-mini-logo-background.primary-color header .level.top .level-left:first-child:hover {
    background-color: #121212
}

body.header-side-navigation.side-mini.side-mini-logo-background.dark-color header .site-logo .logo-text,
body.header-side-navigation.side-mini.side-mini-logo-background.primary-color header .site-logo .logo-text {
    color: #fff;
    margin-bottom: 10px
}

body.header-side-navigation.side-mini.side-mini-logo-background.dark-color:not(.primary-color) header .level.top .level-left:first-child {
    background-color: #121212
}

body.header-side-navigation.side-mini.side-mini-logo-background.dark-color:not(.primary-color) header .level.top .level-left:first-child:hover {
    background-color: #db392c
}

body.header-side-navigation.side-mini.side-mini-logo-background.dark-color:not(.primary-color) header .site-logo img {
    -webkit-filter: none;
    filter: none
}

body.header-side-navigation.side-content-center header .site-logo {
    margin: 15px 0 20px
}

body.header-side-navigation.side-content-center header .site-logo img {
    display: block;
    margin: 0 auto;
    margin-bottom: 8px
}

body.header-side-navigation.side-content-center header .site-logo .logo-text {
    padding: 0
}

body.header-side-navigation.side-content-center header .footer-copyright,
body.header-side-navigation.side-content-center header .header-menu-icons,
body.header-side-navigation.side-content-center header .main-navigation>ul>li>a,
body.header-side-navigation.side-content-center header .site-logo {
    text-align: center
}

body.header-side-navigation.side-content-right header .site-logo {
    direction: rtl
}

body.header-side-navigation.side-content-right header .site-logo .logo-text {
    padding-right: 8px;
    padding-left: 0
}

body.header-side-navigation.side-content-right header .level .level-right,
body.header-side-navigation.side-content-right header .main-navigation>ul>li>a,
body.header-side-navigation.side-content-right header .site-logo {
    text-align: right
}

body.header-side-navigation.header-menu-background-dark header .main-navigation>ul>li>a,
body.header-side-navigation.header-menu-background-primary header .main-navigation>ul>li>a {
    margin: 2px 30px
}

body.header-side-navigation.header-background.dark-color header .footer-copyright,
body.header-side-navigation.header-background.primary-color header .footer-copyright {
    color: #fff
}

body.header-side-navigation.header-background.dark-color header .footer-copyright a,
body.header-side-navigation.header-background.primary-color header .footer-copyright a {
    color: #fff
}

body.header-side-navigation.header-background.dark-color header .main-navigation>ul>li>ul,
body.header-side-navigation.header-background.primary-color header .main-navigation>ul>li>ul {
    margin-left: 1px
}

body.header-side-navigation.header-background.primary-color header {
    border-right: 1px solid #db392c
}

body.header-side-navigation.header-background.primary-color header .site-logo .logo-text {
    color: #121212
}

body.header-side-navigation.header-background.dark-color:not(.primary-color) header {
    border-right: 1px solid #121212
}

body.header-side-navigation.header-background.dark-color:not(.primary-color) header .site-logo img {
    -webkit-filter: none;
    filter: none
}

body.header-side-navigation.logo-background.logo-dark-color header .site-header-inner,
body.header-side-navigation.logo-background.logo-primary-color header .site-header-inner {
    padding-top: 0
}

body.header-side-navigation.logo-background.logo-dark-color header .site-logo,
body.header-side-navigation.logo-background.logo-primary-color header .site-logo {
    background-color: #db392c;
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: -1px;
    padding-top: 50px;
    padding-bottom: 50px
}

body.header-side-navigation.logo-background.logo-dark-color header .site-logo .logo-text,
body.header-side-navigation.logo-background.logo-primary-color header .site-logo .logo-text {
    color: #fff
}

body.header-side-navigation.logo-background.logo-dark-color header .site-logo {
    background-color: #121212
}

body.header-side-navigation.logo-background.logo-dark-color header .site-logo img {
    -webkit-filter: none;
    filter: none
}

body.header-center-overlay header,
body.header-transparent header,
body.header-transparent-overlay header {
    top: 0;
    position: absolute;
    z-index: 100
}

body.header-transparent header {
    background-color: transparent
}

body.header-transparent-overlay header {
    background-color: rgba(23, 23, 23, .5)
}

body.header-center-overlay header {
    background-color: transparent;
    padding-top: 40px
}

body.header-center-overlay header .site-header-inner {
    background-color: #fff;
    padding: 0 20px
}

body.header-center-overlay header .site-logo img {
    max-width: 100px;
    margin-top: 0
}

body.header-background header .site-logo .logo-text {
    color: #fff
}

body.header-background header .main-navigation>ul>li>a {
    color: #fff
}

body.header-background header .main-navigation>ul>li>a:hover {
    color: #121212
}

body.header-background .header-menu-icons.social {
    margin-left: 0
}

body.header-background .header-menu-icons.social:before {
    width: 0
}

body.header-background .header-menu-icons.social .icon {
    background-color: #121212
}

body.header-background .header-menu-icons.social .icon:hover {
    background-color: rgba(10, 10, 10, .8)
}

body.header-background.dark-color header {
    background-color: #121212
}

body.header-background.dark-color header .site-logo img {
    -webkit-filter: none;
    filter: none
}

body.header-background.dark-color header .main-navigation>ul>li>a {
    color: #fff
}

body.header-background.dark-color header .main-navigation>ul>li>a:hover {
    color: #e83c2e
}

body.header-background.dark-color .header-menu-icons.social .icon {
    background-color: #db392c
}

body.header-background.dark-color .header-menu-icons.social .icon:hover {
    background-color: rgba(10, 10, 10, .2)
}

body.header-background.primary-color header {
    background-color: #db392c
}

body.header-background.primary-color header .site-logo .logo-text {
    color: #fff
}

body.header-background.primary-color header .main-navigation>ul>li>a {
    color: #fff
}

body.header-background.primary-color header .main-navigation>ul>li>a:hover {
    color: #121212
}

body.header-background.primary-color header .main-navigation>ul>li.active>a,
body.header-background.primary-color header .main-navigation>ul>li.active>span,
body.header-background.primary-color header .main-navigation>ul>li.current-menu-ancestor>a,
body.header-background.primary-color header .main-navigation>ul>li.current-menu-ancestor>span,
body.header-background.primary-color header .main-navigation>ul>li.current-menu-item>a,
body.header-background.primary-color header .main-navigation>ul>li.current-menu-item>span,
body.header-background.primary-color header .main-navigation>ul>li.current-menu-parent>a,
body.header-background.primary-color header .main-navigation>ul>li.current-menu-parent>span,
body.header-background.primary-color header .main-navigation>ul>li.current>a,
body.header-background.primary-color header .main-navigation>ul>li.current>span,
body.header-background.primary-color header .main-navigation>ul>li.current_page_item>a,
body.header-background.primary-color header .main-navigation>ul>li.current_page_item>span {
    color: #121212
}

body.header-background.primary-color .header-menu-icons.social {
    margin-left: 0
}

body.header-background.primary-color .header-menu-icons.social:before {
    width: 0
}

body.header-background.primary-color .header-menu-icons.social .icon {
    background-color: #121212
}

body.header-background.primary-color .header-menu-icons.social .icon:hover {
    background-color: rgba(10, 10, 10, .8)
}

body.header-transparent-border header {
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

body.header-transparent-border header .main-navigation>ul>li>a {
    margin: 10px 0
}

body.header-transparent-border header .header-menu-icons {
    border-left: 1px solid rgba(255, 255, 255, .3);
    padding-left: 1.5rem !important
}

body.header-transparent-border header .header-menu-icons li {
    padding: 22px 0 22px 8px
}

body.header-transparent-border header .site-logo img {
    max-width: 100px;
    margin-top: 0
}

body.header-menu-background-dark header .main-navigation>ul>li>a,
body.header-menu-background-primary header .main-navigation>ul>li>a {
    padding: 12px 15px;
    margin: 21px 0
}

body.header-menu-background-dark header .main-navigation>ul>li>a:hover,
body.header-menu-background-primary header .main-navigation>ul>li>a:hover {
    color: #fff;
    background-color: #e83c2e
}

body.header-menu-background-dark header .main-navigation>ul>li:last-child>a,
body.header-menu-background-primary header .main-navigation>ul>li:last-child>a {
    padding-right: 15px
}

body.header-menu-background-dark header .main-navigation>ul>li>a:hover {
    background-color: #121212
}

body.header-menu-separator-dots header .main-navigation>ul>li:after {
    content: ".";
    top: 12%;
    right: -5px;
    position: absolute;
    font-size: 30px;
    font-size: 1.875rem;
    color: #929292
}

body.header-menu-separator-dots header .main-navigation>ul>li:last-child:after {
    content: ''
}

body.header-menu-separator-line header .main-navigation>ul>li:after {
    content: "/";
    top: 38%;
    right: -5px;
    position: absolute;
    color: #929292
}

body.header-menu-separator-line header .main-navigation>ul>li:last-child:after {
    content: ''
}

body.header-background-dark header,
body.header-background-primary header {
    background-color: #121212
}

body.header-background-dark header .site-logo,
body.header-background-primary header .site-logo {
    background-color: #db392c;
    padding: 14px 0 8px 23px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-right: 25px
}

body.header-background-dark header .site-logo img,
body.header-background-primary header .site-logo img {
    max-height: 38px;
    margin-top: 0
}

body.header-background-dark header .site-logo .logo-text,
body.header-background-primary header .site-logo .logo-text {
    color: #fff;
    margin-left: 25px;
    padding-top: 17px;
    padding-bottom: 14px;
    padding-left: 23px;
    font-size: 24px;
    margin-left: 0;
    padding-left: 8px
}

body.header-background-dark header .site-logo:hover,
body.header-background-primary header .site-logo:hover {
    background-color: #e83c2e
}

body.header-background-dark header .main-navigation>ul>li>a,
body.header-background-primary header .main-navigation>ul>li>a {
    color: #fff;
    margin: 0;
    padding: 19px 25px !important;
    border-right: 1px solid #171717
}

body.header-background-dark header .main-navigation>ul>li:last-child>a,
body.header-background-primary header .main-navigation>ul>li:last-child>a {
    border: 0
}

body.header-background-dark header .button,
body.header-background-primary header .button {
    display: none !important
}

body.header-background-dark header .button:last-child,
body.header-background-primary header .button:last-child {
    display: inherit !important;
    font-size: 13px;
    font-size: .8125rem;
    height: 4.55em;
    padding-left: 45px;
    padding-right: 45px;
    background-color: #fcba1c;
    border-radius: 0;
    color: #fff
}

body.header-background-dark header .button:last-child:hover,
body.header-background-primary header .button:last-child:hover {
    background-color: #e83c2e
}

body.header-background-primary header {
    background-color: rgba(219, 57, 44, .95)
}

body.header-background-primary header .site-logo {
    background-color: #121212;
    padding-right: 25px
}

body.header-background-primary header .site-logo img {
    -webkit-filter: none;
    filter: none
}

body.header-background-primary header .site-logo .logo-text {
    background-color: transparent;
    margin-left: 0;
    padding-left: 8px
}

body.header-background-primary header .site-logo:hover {
    background-color: rgba(18, 18, 18, .9)
}

body.header-background-primary header .main-navigation>ul>li>a {
    color: rgba(255, 255, 255, .85);
    border-right: 1px solid rgba(255, 255, 255, .05)
}

body.header-background-primary header .button:last-child {
    background-color: #fcba1c
}

body.header-background-primary header .button:last-child:hover {
    background-color: #121212
}

body.header-dropdown-menu-dark header .main-navigation li ul,
body.header-dropdown-menu-primary header .main-navigation li ul {
    background-color: #db392c;
    border: none
}

body.header-dropdown-menu-dark header .main-navigation li ul li a,
body.header-dropdown-menu-primary header .main-navigation li ul li a {
    color: #fff
}

body.header-dropdown-menu-dark header .main-navigation li ul li a:hover,
body.header-dropdown-menu-primary header .main-navigation li ul li a:hover {
    color: #121212
}

body.header-dropdown-menu-dark header .main-navigation li ul li ul,
body.header-dropdown-menu-primary header .main-navigation li ul li ul {
    border-left: 1px solid rgba(255, 255, 255, .1);
    top: -10px
}

body.header-dropdown-menu-dark header .main-navigation li ul li ul.open-left,
body.header-dropdown-menu-primary header .main-navigation li ul li ul.open-left {
    border-left: 0;
    border-right: 1px solid rgba(255, 255, 255, .1);
    top: -10px
}

body.header-dropdown-menu-dark header .main-navigation li ul li ul.open-right,
body.header-dropdown-menu-primary header .main-navigation li ul li ul.open-right {
    top: -10px
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>a,
body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>span,
body.header-dropdown-menu-primary header .main-navigation li.mega-menu>ul>li>a,
body.header-dropdown-menu-primary header .main-navigation li.mega-menu>ul>li>span {
    color: #333
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>a:hover,
body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>span:hover,
body.header-dropdown-menu-primary header .main-navigation li.mega-menu>ul>li>a:hover,
body.header-dropdown-menu-primary header .main-navigation li.mega-menu>ul>li>span:hover {
    color: #fff
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>ul,
body.header-dropdown-menu-primary header .main-navigation li.mega-menu>ul>li>ul {
    border-left: 0
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>ul>li a,
body.header-dropdown-menu-primary header .main-navigation li.mega-menu>ul>li>ul>li a {
    color: #fff
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>ul>li a:hover,
body.header-dropdown-menu-primary header .main-navigation li.mega-menu>ul>li>ul>li a:hover {
    color: #333
}

body.header-dropdown-menu-dark header .main-navigation li ul {
    background-color: #121212
}

body.header-dropdown-menu-dark header .main-navigation li ul li a {
    color: #929292
}

body.header-dropdown-menu-dark header .main-navigation li ul li a:hover {
    color: #fff
}

body.header-dropdown-menu-dark header .main-navigation li ul li ul {
    border-left: 1px solid rgba(255, 255, 255, .1)
}

body.header-dropdown-menu-dark header .main-navigation li ul li ul.open-left {
    border-left: 0;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li:after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(216, 216, 216, .05)), to(transparent));
    background: linear-gradient(to bottom, transparent 0, rgba(216, 216, 216, .05) 50%, transparent 100%)
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>a,
body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>span {
    color: #fff
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>a:hover,
body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>span:hover {
    color: #fff
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>ul {
    border-left: 0
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>ul>li a {
    color: #929292
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>ul>li a:hover {
    color: #fff
}

body.show-dropdown-menu-mark header .main-navigation li .menu-mark {
    visibility: visible
}

body:not(.header-background-primary):not(.header-background-dark):not(.header-menu-with-icons) header .header-fullwidth .main-navigation>ul>li>a {
    padding: 15px 20px
}

body:not(.header-background-primary):not(.header-background-dark):not(.header-menu-with-icons) header .header-fullwidth .main-navigation.right>ul>li:last-child a {
    padding-right: 0
}

body:not(.header-background-primary):not(.header-background-dark):not(.header-menu-with-icons) header .header-fullwidth .main-navigation.left>ul>li:first-child a {
    padding-left: 12px;
}

body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .site-logo,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .site-logo {
    color: #fff
}

body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .site-logo a,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .site-logo a {
    color: #fff
}

body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li>a,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li>a {
    color: rgba(255, 255, 255, .8)
}

body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li>a:hover,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li>a:hover {
    color: #fff
}

body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.active>a,
body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.active>span,
body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-ancestor>a,
body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-ancestor>span,
body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-item>a,
body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-item>span,
body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-parent>a,
body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-parent>span,
body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current>a,
body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current>span,
body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current_page_item>a,
body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current_page_item>span,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.active>a,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.active>span,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-ancestor>a,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-ancestor>span,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-item>a,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-item>span,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-parent>a,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-parent>span,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current>a,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current>span,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current_page_item>a,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current_page_item>span {
    color: #fff;

}

body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons>li>a,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons>li>a {
    color: #fff
}

body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons>li>a:hover,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons>li>a:hover {
    color: rgba(255, 255, 255, .8)
}

body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .nav-menu-dropdown>li>a,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .nav-menu-dropdown>li>a {
    color: #fff;
    border: 1px solid rgba(240, 240, 240, .2)
}

body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .nav-menu-dropdown.style-2>li>a,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .nav-menu-dropdown.style-2>li>a {
    border: none
}

body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons.social .icon,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons.social .icon {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #fff;
    color: #121212
}

body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons.social .icon i,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons.social .icon i {
    font-size: 18px;
    font-size: 1.125rem
}

body.header-transparent-overlay:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons.social .icon:hover,
body.header-transparent:not(.responsive-layout):not(.slide-right):not(.slide-left) header:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons.social .icon:hover {
    background-color: #fcba1c
}

body.header-one-page.header-menu-border-bottom header .main-navigation>ul>li:first-child:after {
    left: 13%
}

body:not(.header-transparent) header#header .site-logo img {
    max-width: 100px;
    margin-top: 0
}

.page-title .hero-body .subtitle,
.page-title .hero-body h3,
.page-title.is-fullheight h3,
.page-title.is-large h3,
.page-title.is-medium h3 {
    text-transform: capitalize
}

.page-title {
    background-color: #fafafa;

    padding-bottom: 0 !important
}

.page-title.mini-height .hero-body {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.page-title.mini-height .hero-body .title,
.page-title.mini-height .hero-body h1 {
    font-size: 20px;
    font-size: 1.25rem
}

.page-title.mini-height .hero-body .breadcrumb,
.page-title.mini-height .hero-body .subtitle,
.page-title.mini-height .hero-body h3 {
    font-size: 14px;
    font-size: .875rem
}

.page-title.is-primary .hero-body .subtitle,
.page-title.is-primary .hero-body h3 {
    color: #fff
}

.page-title.is-primary .hero-body .breadcrumb li+li:before {
    color: #db392c
}

.page-title.is-primary .hero-body .breadcrumb li.is-active a {
    color: #fff
}

.page-title.is-primary .hero-body .breadcrumb li a:hover {
    color: #fff
}

.page-title.is-secondary .hero-body .title,
.page-title.is-secondary .hero-body h1 {
    color: #fff
}

.page-title.is-secondary .hero-body .subtitle,
.page-title.is-secondary .hero-body h3 {
    color: #929292
}

.page-title.is-secondary .hero-body .breadcrumb li+li:before {
    color: #797979
}

.page-title.is-secondary .hero-body .breadcrumb li.is-active a {
    color: #929292
}

.page-title.is-secondary .hero-body .breadcrumb li a:hover {
    color: #929292
}

.page-title.is-secondary .hero-body .button {
    border: 1px solid #e83c2e
}

.page-title.is-secondary .hero-body .button:hover {
    background-color: transparent;
    border-color: #fff
}

.page-title.has-text-centered .hero-body .breadcrumb {
    font-size: 13px;
    font-size: .8125rem;
    margin-bottom: 1rem
}

.page-title.has-text-centered .hero-body .header-menu-icons.social li:first-child {
    padding-left: 0
}

.page-title .hero-body {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem
}

.page-title .hero-body .button {
    margin: 0 4px
}

.page-title .hero-body .button:first-child {
    margin-left: 0
}

.page-title .hero-body .button:last-child {
    margin-right: 0
}

.page-title .hero-body .title,
.page-title .hero-body h1 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 29px;
    font-size: 1.8125rem;
    color: #121212
}

.page-title .hero-body .subtitle,
.page-title .hero-body h3 {
    letter-spacing: 1px;
    margin-top: -8px !important;
    color: #797979;
    font-size: 15.5px;
    font-size: .96875rem;

}

.page-title .hero-body .level .level-right .header-menu-icons.social:before {
    display: none
}

.page-title .hero-body .level .level-left .header-menu-icons.social {
    padding-left: 0;
    padding-right: 10px
}

.page-title .hero-body .level .level-left .header-menu-icons.social:before {
    display: none
}

.page-title .hero-body .level .level-left .header-menu-icons.social li:first-child {
    padding-left: 0
}

.page-title.is-fullheight .hero-body>div:before,
.page-title.is-large .hero-body>div:before,
.page-title.is-medium .hero-body>div:before {
    display: inline-block;
    content: '';
    height: 49px;
    width: 1px;
    background-color: #fff;
    opacity: .45;
    margin-bottom: 20px;
    margin-top: -50px
}

.page-title.is-fullheight h1,
.page-title.is-large h1,
.page-title.is-medium h1 {
    text-transform: uppercase;
    font-size: 65px;
    font-size: 4.0625rem;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600
}

.page-title.is-fullheight h3,
.page-title.is-large h3,
.page-title.is-medium h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    letter-spacing: 1.8px;
    margin-top: 15px !important;

    color: #fff
}

.page-title.portfolio .hero-body>div:before {
    background-color: #de4b40
}

.page-title.ken-burns,
.page-title.parallax-background {
    background: 0 0
}

.page-title.ken-burns {
    position: relative;
    overflow: hidden
}

.page-title .ken-burns-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat center center;
    background-size: cover;
    -webkit-animation: kenburns 40s infinite;
    animation: kenburns 40s infinite
}

.page-title.is-fullheight .hero-body>div:before,
.page-title.is-large .hero-body>div:before,
.page-title.is-medium .hero-body>div:before {
    display: none
}

body.page-index .page-title.is-fullheight .hero-body {
    padding-top: 7.5rem
}

body.page-index .page-title.is-fullheight .hero-body #viewport-food-smoke {
    position: absolute;
    right: 50%
}

body.page-index .page-title.is-fullheight .hero-body h1 {
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600
}

body.page-index .page-title.is-fullheight .hero-body h3 {

    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-top: 20px !important
}

body.header-background-dark .hero.is-fullheight,
body.header-background-dark .page-title.is-fullheight,
body.header-background-primary .hero.is-fullheight,
body.header-background-primary .page-title.is-fullheight {
    min-height: 94vh
}

body.header-background .hero.is-fullheight,
body.header-background .page-title.is-fullheight {
    min-height: 91vh
}

body.header-topbar .hero.is-fullheight,
body.header-topbar .page-title.is-fullheight {
    min-height: 86vh
}

.portfolio-single .work-images li {
    margin-bottom: 1.5rem
}

.portfolio-single .work-images li:last-child {
    margin-bottom: 0
}

.portfolio-single .work-images img {
    display: block
}

.portfolio-single .widget-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 1.3rem
}

.portfolio-single .widget {
    margin-bottom: 1rem
}

.portfolio-single .widget:first-child .widget-title {
    margin-top: -7px
}

.portfolio-single .widget.full-width {
    margin-bottom: 0;
    margin-top: 1rem
}

.portfolio-single .widget.full-width:first-child .widget-title {
    margin-top: 0
}

.portfolio-single .is-flex-reverse-column .widget.full-width {
    margin-top: 0;
    margin-bottom: 1rem
}

.portfolio-single .textwidget p {
    margin-bottom: 0;
    font-size: 15px;
    font-size: .9375rem
}

.portfolio-single .widget-social ul li {
    padding-right: 9px;
    padding-bottom: 9px
}

.portfolio-single .widget-social ul li .icon {
    width: 31px;
    height: 31px;
    border-radius: 100%
}

.portfolio-single .widget-social ul li .icon i {
    font-size: 16px;
    font-size: 1rem
}

.portfolio-single .widget-links ul li {
    padding: 6px 0;
    font-size: 15px;
    font-size: .9375rem;
    color: #797979
}

.portfolio-single .widget-links ul li a {
    color: #797979
}

.portfolio-single .widget-links ul li a:hover {
    color: #e83c2e
}

.portfolio-single .widget-links ul li span {
    font-size: 14px;
    font-size: .875rem;
    color: #e83c2e
}

.portfolio-single .widget-links ul li .icon {
    color: #f14234;
    margin-right: 2.5px;
    width: auto;
    height: auto
}

.pricing-table .pricing-plan .plan-items .plan-item {
    text-transform: capitalize
}

.pricing-table .pricing-plan .plan-header:not(:last-child),
.subtitle:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem
}

.pricing-table .pricing-plan .plan-header,
.subtitle,
.title {
    word-break: break-word
}

.pricing-table .pricing-plan .plan-header em,
.pricing-table .pricing-plan .plan-header span,
.subtitle em,
.subtitle span,
.title em,
.title span {
    font-weight: inherit
}

.pricing-table .pricing-plan .plan-header sub,
.subtitle sub,
.title sub {
    font-size: .75em
}

.pricing-table .pricing-plan .plan-header sup,
.subtitle sup,
.title sup {
    font-size: .75em
}

.pricing-table .pricing-plan .plan-header .tag,
.subtitle .tag,
.title .tag {
    vertical-align: middle
}

.pricing-table .pricing-plan .plan-header,
.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125
}

.pricing-table .pricing-plan .plan-header strong,
.title strong {
    color: inherit;
    font-weight: inherit
}

.pricing-table .pricing-plan .plan-header+.highlight,
.title+.highlight {
    margin-top: -.75rem
}

.pricing-table .pricing-plan .plan-header:not(.is-spaced)+.subtitle,
.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem
}

.pricing-table .pricing-plan .is-1.plan-header,
.title.is-1 {
    font-size: 3rem
}

.pricing-table .pricing-plan .is-2.plan-header,
.title.is-2 {
    font-size: 2.5rem
}

.pricing-table .pricing-plan .is-3.plan-header,
.title.is-3 {
    font-size: 2rem
}

.pricing-table .pricing-plan .is-4.plan-header,
.title.is-4 {
    font-size: 1.5rem
}

.pricing-table .pricing-plan .is-5.plan-header,
.title.is-5 {
    font-size: 1.25rem
}

.pricing-table .pricing-plan .is-6.plan-header,
.title.is-6 {
    font-size: 1rem
}

.pricing-table .pricing-plan .is-7.plan-header,
.title.is-7 {
    font-size: .75rem
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25
}

.subtitle strong {
    color: #363636;
    font-weight: 600
}

.pricing-table .pricing-plan .subtitle:not(.is-spaced)+.plan-header,
.subtitle:not(.is-spaced)+.title {
    margin-top: -1.25rem
}

.subtitle.is-1 {
    font-size: 3rem
}

.subtitle.is-2 {
    font-size: 2.5rem
}

.subtitle.is-3 {
    font-size: 2rem
}

.subtitle.is-4 {
    font-size: 1.5rem
}

.subtitle.is-5 {
    font-size: 1.25rem
}

.subtitle.is-6 {
    font-size: 1rem
}

.subtitle.is-7 {
    font-size: .75rem
}

.pricing-table {
    padding: 30px 0 50px
}

.pricing-table .pricing-plan {
    margin: .9rem;
    background: #fff;
    padding: 22px 3% 45px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.pricing-table .pricing-plan:hover {
    margin-top: 0;
    border: 1px solid #f14234
}

.pricing-table .pricing-plan:first-child {
    margin-left: 0
}

.pricing-table .pricing-plan:last-child {
    margin-right: 0
}

.pricing-table .pricing-plan .plan-header {
    text-transform: uppercase;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: 1.4px;
    color: #f14234;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 2.5rem
}

.pricing-table .pricing-plan .plan-price {
    font-size: 14px;
    font-size: .875rem;
    color: #797979;
    padding: .3rem 0 2.2rem;
    line-height: 1
}

.pricing-table .pricing-plan .plan-price .plan-price-amount {
    color: #121212;
    font-size: 58px;
    font-size: 3.625rem;
    letter-spacing: 2.4px;
    padding: 0 2px;
    font-weight: 400
}

.pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
    color: #121212;
    font-size: 1.5rem !important;
    vertical-align: middle
}

.pricing-table .pricing-plan .plan-items {
    margin-bottom: 1.4rem
}

.pricing-table .pricing-plan .plan-items .plan-item {

    font-size: 14px;
    font-size: .875rem
}

.pricing-table .pricing-plan .plan-footer .button {
    color: #fff;
    background-color: #121212;
    padding: 22px 45px
}

.pricing-table .pricing-plan .plan-footer .button:hover {
    background-color: #e83c2e
}

.pricing-table .pricing-plan.is-active {
    border: none;
    background: #121212 url(../images/background/8.png) no-repeat right top;
    margin-top: .9rem !important
}

.pricing-table .pricing-plan.is-active .plan-header {
    border-bottom: .1px solid #494949
}

.pricing-table .pricing-plan.is-active .plan-price {
    color: #fff
}

.pricing-table .pricing-plan.is-active .plan-price .plan-price-amount {
    color: #fff
}

.pricing-table .pricing-plan.is-active .plan-price .plan-price-amount .plan-price-currency {
    color: #fff
}

.pricing-table .pricing-plan.is-active .plan-footer .button {
    color: #fff;
    background-color: #e83c2e;
    padding: 19px 45px
}

.pricing-table .pricing-plan.is-active .plan-footer .button:hover {
    background-color: #e83c2e;
    color: #121212
}

.pricing-table.is-comparative {
    margin: 0
}

.pricing-table.is-comparative .pricing-plan {
    padding-right: 0;
    padding-left: 0;
    margin: .9rem 0
}

.pricing-table.is-comparative .pricing-plan.is-active {
    border: none
}

.pricing-table.style-2 .pricing-plan {
    padding-right: 2.25%;
    padding-left: 2.25%
}

section {
    position: relative;
    background-color: #fff
}

.section {
    padding: 3.1rem 1.5rem
}

.section#styles {
    padding-bottom: .4rem
}

.section.hero {
    padding-left: 0;
    padding-right: 0
}

.introduction {
    background: transparent;
    background-color: transparent;
    padding: 5rem 1.5rem 1rem;
    margin-top: -30px
}

.introduction .introduction-logo {
    position: absolute;
    bottom: 32%;
    left: -75px
}

.introduction p:not(.heading-title-top) {
    font-family: SUB-FONT;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 10px
}

.introduction .content ol,
.introduction .content ul {
    font-size: 16px
}

.introduction .heading-title-top {
    background: transparent url(../images/title.png) no-repeat left top;
    padding-left: 50px
}

.introduction .heading-title-top.has-text-centered {
    background: transparent url(../images/title.png) no-repeat center top;
    padding-left: 0
}

.introduction .works-latest .works-latest-item.video-icon {
    margin-top: 50px
}

.introduction .works-latest .works-latest-item .works-latest-item-icon.style-2 {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    transform: none
}

.introduction .works-latest .works-latest-item .works-latest-item-icon.style-2 .label {

    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 16px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #171717
}

.introduction .works-latest .works-latest-item .works-latest-item-icon.style-2 .icon {
    background-color: #f14234;
    color: #fff
}

.introduction .works-latest .works-latest-item .works-latest-item-icon.style-2 .icon:hover {
    background-color: #0a0a0a
}

.introduction.about-us {
    padding: 3rem 1.5rem 0
}

.introduction.about-us p:not(.heading-title-top) {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
    padding-right: 10px
}

.introduction.about-us .works-latest .works-latest-item .works-latest-item-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    color: #fff
}

.introduction.about-us .works-latest .works-latest-item .works-latest-item-icon>* {
    text-align: center
}

.introduction.about-us .works-latest .works-latest-item .works-latest-item-icon .icon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    opacity: .8;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.introduction.about-us .works-latest .works-latest-item .works-latest-item-icon .icon i {
    font-size: 25px;
    font-size: 1.5625rem
}

.introduction.about-us .works-latest .works-latest-item .works-latest-item-icon .icon:hover {
    opacity: 1
}

.introduction.about-us .works-latest .works-latest-item .works-latest-item-icon.style-2 {
    top: 55%;
    left: 55%
}

.introduction.about-us .works-latest .works-latest-item .works-latest-item-icon.style-2 .icon {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    opacity: 1;
    color: #121212;
    background-color: #fff
}

.introduction.about-us .works-latest .works-latest-item .works-latest-item-icon.style-2 .icon:hover {
    color: #e83c2e
}

.introduction.contact-us .heading-title.style-3 {
    padding-bottom: 5px
}

.introduction.contact-us .heading-title-top {
    padding-bottom: 10px
}

.introduction.contact-us .widget-links ul li {
    font-size: 18px
}

.introduction.contact-us .widget-links ul li span {
    font-size: 21px;
    margin-right: 10px
}

.introduction.contact-us .widget-links ul li a {
    color: #494949
}

.introduction.contact-us .widget-links ul li a:hover {
    color: #e83c2e
}

.introduction.contact-us form .input,
.introduction.contact-us form .textarea {
    border-width: 2px
}

.offers-section {
    padding: 5rem 1.5rem 1rem
}

.offers-section img {
    
}

.about-boxes-section {
    background: #121212 url(../images/background/back.png) no-repeat center top;
    background-color: #121212;
    padding: 10rem 1.5rem 8rem
}

.about-boxes-section .boxes-style-5 .box-item .icon {
    color: #fcba1c;
    margin-bottom: 40px
}

.about-boxes-section .boxes-style-5 .box-item .icon i {
    font-size: 60px
}

.about-boxes-section .boxes-style-5 .box-item h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 21px;
    margin-bottom: .9rem
}

.about-boxes-section .boxes-style-5 .box-item h3 a {
    color: #fff
}

.about-boxes-section .boxes-style-5 .box-item:hover .icon {
    color: #fff
}

.about-boxes-section .boxes-style-5 .box-item:hover h3 a {
    color: #fcba1c
}

.about-boxes-section.menu {
    background: #121212 url(../images/background/back-2.png) no-repeat center top;
    background-color: #121212;
    padding: 6.5rem 1.5rem 6rem
}

.about-boxes-section.menu .heading-title.style-3 {
    padding-bottom: 0
}

.combo-section {
    padding-bottom: 3rem
}

.combo-section .box.menu-list .menu-line {
    width: 280px
}

.about-just-background {
    background-color: transparent;
    background: transparent;
    margin-bottom: -50px;
    z-index: 1;
    padding: 3.5rem 1.5rem
}

.services {
    background-color: #fafafa;
    padding-bottom: 6.5rem
}

.stories {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, #fff), color-stop(32%, #fafafa));
    background: linear-gradient(to bottom, #fff 68%, #fafafa 32%)
}

.works-list {
    background-color: #fff;
    padding-bottom: 4rem
}

.testimonials-list {
    background-color: #121212;
    padding: 5rem 1.5rem
}

.testimonials-list .heading-title,
.testimonials-list .heading-title-top {
    color: #fff
}

.instagram-section,
.menu-section {
    background: transparent ;
    background-color: transparent;
    padding-bottom: 9rem;
    margin-bottom: -30px;
    z-index: 1
}

.instagram-section.about-us .boxes-style-5 .box-item,
.menu-section.about-us .boxes-style-5 .box-item {
    padding: 50px 0 10px
}

.instagram-section.about-us .boxes-style-5 .box-item h3,
.menu-section.about-us .boxes-style-5 .box-item h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 21px;
    margin-bottom: .9rem
}

.instagram-section.about-us .boxes-style-5 .box-item:hover h3 a,
.menu-section.about-us .boxes-style-5 .box-item:hover h3 a {
    color: #fcba1c
}

.instagram-section {
    padding-bottom: 8rem
}

.testimonials-section .testimonials:before {
    display: none
}

.testimonials-section .testimonials .testimonials-item img {
    display: none
}

.testimonials-section .testimonials .testimonials-item p {
    padding: 1.2rem 7rem 3.2rem 6rem;
    color: #fff;
    font-size: 18px
}

.testimonials-section .testimonials .testimonials-item p:after,
.testimonials-section .testimonials .testimonials-item p:before {
    display: none
}

.testimonials-section .testimonials .testimonials-item h3 {
    color: rgba(255, 255, 255, .8) !important
}

.testimonials-section .testimonials .testimonials-item h3:before {
    background-color: rgba(255, 255, 255, .3) !important;
    border-color: rgba(255, 255, 255, .3) !important
}

.testimonials-column {
    /*background: transparent url(../images/background/black.png) no-repeat center center;*/
    background: #171717;
    padding-top: 140px;
    padding-bottom: 69px
}

.subscribe-form-section {
    padding: 4rem 1.5rem 4rem
}

.subscribe-form-section .heading-title.style-3 {
    color: #fff;
    font-size: 38px;
    letter-spacing: 1px;
    padding-bottom: 0;
    line-height: 1.2;
    text-align: left
}

.subscribe-form-section .heading-title-bottom {
    color: #fff;
    padding-bottom: 0;
    font-size: 14.5px
}

.subscribe-form-section .subscribe-form.style-1 .button {
    background-color: #fcba1c;
    color: #fff
}

.subscribe-form-section .subscribe-form.style-1 .button:hover {
    background-color: #121212
}

.subscribe-form-section .subscribe-form.style-1 input {
    border: none
}

.subscribe-form-section .subscribe-form.style-1 input:focus {
    border: none
}

.pricingtable {
    background-color: #fff
}

.subscribe-section {
    background-color: #fafafa;
    padding: 7.3rem 1.5rem
}

.subscribe-section .heading-title {
    padding-bottom: 27px;
    margin-bottom: 0 !important
}

.subscribe-section .heading-title:after {
    display: none
}

.subscribe-section p {
    text-align: center;
    color: #797979;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 40px
}

.latest-news,
.slider {
    background-color: #fff
}

.latest-news {
    background-color: #fafafa;
    padding-bottom: 7rem
}

.get-in-touch {
    background-color: #fafafa;
    padding-bottom: 6.5rem
}

.get-in-touch .box-item p {
    margin-bottom: 15px
}

.instagram-feed {
    background: #fff
}

.site-footer-bottom .section {
    padding: 3rem 1.5rem 2.6rem;
    background: #fff
}

.intro-about {
    background-color: #fff
}

.our-team {
    background-color: #fff;
    padding-bottom: 4rem
}

.counters {
    background-color: #fafafa
}

.contact-form {
    background-color: #fff
}

.hero.carousel {
    padding: 5rem 0 4rem
}

.hero.instagram-feed {
    padding-bottom: 0
}

.content-with-sidebar {
    background-color: #fff;
    padding: 6rem 1.5rem
}

.portfolio-single {
    background-color: #fff;
    padding: 6rem 1.5rem
}

.related-works {
    background-color: #fff
}

.works-navigation {
    background-color: #fafafa;
    padding: 4rem 1.5rem
}

body.header-side-navigation:not(.side-mini) .offers-section img {
    min-width: 100%
}

body.header-side-navigation:not(.side-mini) .testimonials-column {
    padding-top: 88px;
    padding-bottom: 61px
}

body.header-side-navigation:not(.side-mini) .testimonials-column .testimonials .testimonials-item {
    max-width: 85%
}

body.header-side-navigation:not(.side-mini) .testimonials-column .testimonials .testimonials-item p {
    font-size: 23px
}

body.side-mini .testimonials-column {
    padding-top: 119px
}

.widget-tags .tagcloud a {
    text-transform: uppercase
}

.widget-links ul li,
.widget-list .content a,
.widget-list .content p {
    text-transform: normal;
}

.tags,
.widget-tags .tagcloud {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tags .tag,
.widget-tags .tagcloud .tag,
.widget-tags .tagcloud a {
    margin-bottom: .5rem
}

.tags .tag:not(:last-child),
.widget-tags .tagcloud .tag:not(:last-child),
.widget-tags .tagcloud a:not(:last-child) {
    margin-right: .5rem
}

.tags:last-child,
.widget-tags .tagcloud:last-child {
    margin-bottom: -.5rem
}

.tags:not(:last-child),
.widget-tags .tagcloud:not(:last-child) {
    margin-bottom: 1rem
}

.tags.has-addons .tag,
.tags.has-addons .widget-tags .tagcloud a,
.widget-tags .has-addons.tagcloud .tag,
.widget-tags .has-addons.tagcloud a,
.widget-tags .tagcloud .tags.has-addons a {
    margin-right: 0
}

.tags.has-addons .tag:not(:first-child),
.tags.has-addons .widget-tags .tagcloud a:not(:first-child),
.widget-tags .has-addons.tagcloud .tag:not(:first-child),
.widget-tags .has-addons.tagcloud a:not(:first-child),
.widget-tags .tagcloud .tags.has-addons a:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.tags.has-addons .tag:not(:last-child),
.tags.has-addons .widget-tags .tagcloud a:not(:last-child),
.widget-tags .has-addons.tagcloud .tag:not(:last-child),
.widget-tags .has-addons.tagcloud a:not(:last-child),
.widget-tags .tagcloud .tags.has-addons a:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.tags.is-centered,
.widget-tags .is-centered.tagcloud {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tags.is-centered .tag,
.tags.is-centered .widget-tags .tagcloud a,
.widget-tags .is-centered.tagcloud .tag,
.widget-tags .is-centered.tagcloud a,
.widget-tags .tagcloud .tags.is-centered a {
    margin-right: .25rem;
    margin-left: .25rem
}

.tags.is-right,
.widget-tags .is-right.tagcloud {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tags.is-right .tag:not(:first-child),
.tags.is-right .widget-tags .tagcloud a:not(:first-child),
.widget-tags .is-right.tagcloud .tag:not(:first-child),
.widget-tags .is-right.tagcloud a:not(:first-child),
.widget-tags .tagcloud .tags.is-right a:not(:first-child) {
    margin-left: .5rem
}

.tags.is-right .tag:not(:last-child),
.tags.is-right .widget-tags .tagcloud a:not(:last-child),
.widget-tags .is-right.tagcloud .tag:not(:last-child),
.widget-tags .is-right.tagcloud a:not(:last-child),
.widget-tags .tagcloud .tags.is-right a:not(:last-child) {
    margin-right: 0
}

.tag:not(body),
.widget-tags .tagcloud a:not(body) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #494949;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5;
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

.tag:not(body) .delete,
.widget-tags .tagcloud a:not(body) .delete {
    margin-left: .25rem;
    margin-right: -.375rem
}

.tag:not(body).is-white,
.widget-tags .tagcloud a:not(body).is-white {
    background-color: #fff;
    color: #0a0a0a
}

.tag:not(body).is-black,
.widget-tags .tagcloud a:not(body).is-black {
    background-color: #0a0a0a;
    color: #fff
}

.tag:not(body).is-light,
.widget-tags .tagcloud a:not(body).is-light {
    background-color: #f5f5f5;
    color: #363636
}

.tag:not(body).is-dark,
.widget-tags .tagcloud a:not(body).is-dark {
    background-color: #363636;
    color: #f5f5f5
}

.tag:not(body).is-primary,
.widget-tags .tagcloud a:not(body).is-primary {
    background-color: #e83c2e;
    color: #fff
}

.tag:not(body).is-link,
.widget-tags .tagcloud a:not(body).is-link {
    background-color: #e83c2e;
    color: #fff
}

.tag:not(body).is-info,
.widget-tags .tagcloud a:not(body).is-info {
    background-color: #209cee;
    color: #fff
}

.tag:not(body).is-success,
.widget-tags .tagcloud a:not(body).is-success {
    background-color: #23d160;
    color: #fff
}

.tag:not(body).is-warning,
.widget-tags .tagcloud a:not(body).is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, .7)
}

.tag:not(body).is-danger,
.widget-tags .tagcloud a:not(body).is-danger {
    background-color: #ff3860;
    color: #fff
}

.tag:not(body).is-medium,
.widget-tags .tagcloud a:not(body) {
    font-size: 1rem
}

.tag:not(body).is-large,
.widget-tags .tagcloud a:not(body).is-large {
    font-size: 1.25rem
}

.tag:not(body) .icon:first-child:not(:last-child),
.widget-tags .tagcloud a:not(body) .icon:first-child:not(:last-child) {
    margin-left: -.375em;
    margin-right: .1875em
}

.tag:not(body) .icon:last-child:not(:first-child),
.widget-tags .tagcloud a:not(body) .icon:last-child:not(:first-child) {
    margin-left: .1875em;
    margin-right: -.375em
}

.tag:not(body) .icon:first-child:last-child,
.widget-tags .tagcloud a:not(body) .icon:first-child:last-child {
    margin-left: -.375em;
    margin-right: -.375em
}

.tag:not(body).is-delete,
.widget-tags .tagcloud a:not(body).is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em
}

.tag:not(body).is-delete::after,
.tag:not(body).is-delete::before,
.widget-tags .tagcloud a:not(body).is-delete::after,
.widget-tags .tagcloud a:not(body).is-delete::before {
    background-color: currentColor;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.tag:not(body).is-delete::before,
.widget-tags .tagcloud a:not(body).is-delete::before {
    height: 1px;
    width: 50%
}

.tag:not(body).is-delete::after,
.widget-tags .tagcloud a:not(body).is-delete::after {
    height: 50%;
    width: 1px
}

.tag:not(body).is-delete:focus,
.tag:not(body).is-delete:hover,
.widget-tags .tagcloud a:not(body).is-delete:focus,
.widget-tags .tagcloud a:not(body).is-delete:hover {
    background-color: #e8e8e8
}

.tag:not(body).is-delete:active,
.widget-tags .tagcloud a:not(body).is-delete:active {
    background-color: #dbdbdb
}

.tag:not(body).is-rounded,
.widget-tags .tagcloud a:not(body).is-rounded {
    border-radius: 290486px
}

.widget-tags .tagcloud a:hover,
a.tag:hover {
    text-decoration: underline
}

.sidebar {
    padding-left: 20px
}

.sidebar.is-left {
    padding-left: 0;
    padding-right: 20px
}

.widget-title {
    text-transform: uppercase;
    color: #121212;
    letter-spacing: 1px;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;

    font-weight: 500
}

.widget {
    margin-bottom: 2.6rem;
    font-family: 'SUB-FONT', 'Open Sans', sans-serif
}

.widget:first-child .widget-title {
    margin-top: -9px
}

.widget .box {
    padding: 0;
    border: none;
    background-color: transparent
}

.widget .box:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.widget-form input {
    padding-right: 3.5em
}

.widget-form .button {
    top: 0;
    right: 0;
    position: absolute;
    background-color: transparent;
    color: #b0b0b0;
    font-size: 17px;
    font-size: 1.0625rem;
    height: 98%;
    width: 12%;
    padding: 0;
    border-radius: 0 4px 4px 0
}

.widget-form:hover .button {
    color: #e83c2e
}

.widget-links ul li {
    padding: 3px 0 3px;
    font-size: 15px;
    font-size: .9375rem;
    letter-spacing: 0px
}

.widget-links ul li:first-child {
    padding-top: 0
}

.widget-links ul li:last-child {
    padding-bottom: 0
}

.widget-links ul li span {
    font-size: 14px;
    font-size: .875rem;
    color: #fcba1c
}

.widget-tags .tagcloud a {
    background-color: #fff !important;
    border: 1px solid #eaeaea;
    color: #929292 !important;
    font-size: 12.5px !important;
    letter-spacing: 1.5px;
    height: 3em !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
    margin-right: .7rem !important;
    margin-bottom: .7rem
}

.widget-tags .tagcloud a:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #e83c2e !important;
    border-color: transparent
}

.widget-social ul li {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px
}

.widget-social ul li a {
    display: inline-block
}

.widget-social ul li .icon {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: #e83c2e;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.widget-social ul li .icon i {
    font-size: 16px;
    font-size: 1rem
}

.widget-social ul li .icon:hover {
    background-color: #121212
}

.textwidget p {
    margin-bottom: 20px
}

.widget-gallery ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 8px
}

.widget-gallery ul li a,
.widget-gallery ul li img {
    display: block
}

.widget-gallery ul li img {
    max-width: 100px
}

.widget-instafeed .instafeed .instafeed-image {
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 8px
}

.widget-instafeed .instafeed .instafeed-image img {
    max-width: 100px
}

.widget-instafeed .instafeed .instafeed-image .instafeed-overlay .instafeed-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 12px;
    font-size: .75rem;
    text-align: center
}

.widget-instafeed .instafeed .instafeed-image .instafeed-overlay .instafeed-info>* {
    text-align: center
}

.widget-instafeed .instafeed .instafeed-image .instafeed-overlay .instafeed-info span {
    padding: 0 3px
}

.widget-instafeed .instafeed .instafeed-image .instafeed-overlay .instafeed-info span i {
    font-size: 14px;
    font-size: .875rem
}

.widget-list figure img {
    max-width: 83px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.widget-list figure img:hover {
    opacity: .8
}

.widget-list .content a {
    color: #797979;
    font-size: 15px;
    font-size: .9375rem;

    letter-spacing: .5px
}

.widget-list .content a:hover {
    color: #e83c2e
}

.widget-list .content p {
    color: #e83c2e;
    font-size: 13.5px;
    font-size: .84375rem;
    letter-spacing: 1px;
    margin-top: 8px
}

.tp-bgimg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.tparrows {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.tparrows.uranus {
    width: 55px;
    height: 50px;
    background-color: transparent !important
}

.tparrows.uranus:before {
    font-family: Ionicons;
    font-size: 55px;
    font-size: 3.4375rem;
    width: 55px;
    height: 50px
}

.tparrows.uranus.tp-rightarrow:before {
    content: '\f3d1'
}

.tparrows.uranus.tp-leftarrow:before {
    content: '\f3cf'
}

.tparrows.uranus:hover:before {
    color: #fff
}

.hermes .tp-bullet {
    width: 11px;
    height: 11px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, .4)
}

.hermes .tp-bullet:after {
    background-color: transparent
}

.hermes .tp-bullet.selected,
.hermes .tp-bullet:hover {
    background-color: #fff
}

.tp-loader.spinner2 {
    background-color: #db392c
}

.tp-caption.large_text {
    font-family: 'SUB-FONT', 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-size: 80px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    line-height: 1.1 !important;
    text-shadow: none !important
}

.tp-caption.small_text {
    text-transform: capitalize;
    text-align: center;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-shadow: none !important;
    line-height: 1.8 !important;
    padding-top: 25px !important;
    min-width: 192px !important
}

.tp-caption.offer-price {
    background-color: #e62819;
    width: 150px;
    height: 150px;
    padding: 28px 10px 40px 0 !important;
    text-align: center;
    border-radius: 100%;
    color: #fff
}

.tp-caption.offer-price span.text {
    color: #ffda45;

    text-transform: uppercase !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    padding-left: 10px !important
}

.tp-caption.offer-price span.price {
    font-family: 'SUB-FONT', Kalam, cursive !important;
    font-weight: 700 !important;
    font-size: 55px !important;
    line-height: 1.4 !important;
    letter-spacing: -4px !important
}

.tp-caption.offer-price span.dollar {
    font-family: 'SUB-FONT', Kalam, cursive !important;
    font-weight: 400 !important;
    font-size: 27px !important;
    line-height: 1.4 !important;
    vertical-align: text-bottom
}

.tp-caption.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 3.45em;
    padding-left: calc(3em - 1px) !important;
    padding-right: calc(3em - 1px) !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px !important;
    font-size: 15.5px;
    font-size: .96875rem
}

.tp-caption.button:hover {
    background-color: #333;
    color: #fff
}

#viewport-food-smoke,
#viewport-food-smoke-2 {
    position: relative;
    width: 560px;
    height: 600px;
    overflow: hidden;
    margin: 280px auto;
    z-index: 100
}

#viewport-food-smoke .smoke,
#viewport-food-smoke-2 .smoke {
    position: absolute;
    width: 250px;
    height: 250px;
    background: url(/_var/homeplz/banner/smoke.png) no-repeat;
    bottom: 150px;
    margin-left: 0
}

#viewport-food-smoke-2 {
    position: absolute;
    top: 50px;
    right: 300px;
    margin: 0
}

.subscribe-form {
    padding: 20px 0
}

.subscribe-form input {
    min-width: 412px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #fff;

    font-size: 15px !important;
    height: 3.55em;
    padding-left: 20px;
    padding-right: 10px;
    color: #797979
}

.subscribe-form .button {
    background-color: #e83c2e;
    color: #fff
}

.subscribe-form .button:hover {
    background-color: #121212
}

.subscribe-form.style-1 input,
.subscribe-form.style-2 input {
    border: 1px solid #f0f0f0
}

.subscribe-form.style-1 input:focus,
.subscribe-form.style-2 input:focus {
    border: 1px solid #e83c2e
}

.subscribe-form.style-1 .button,
.subscribe-form.style-1 input {
    border-radius: 4px !important
}

.subscribe-form.style-1 .field.is-grouped>.control:not(:last-child) {
    margin-right: 1.2rem
}

.subscribe-form.style-2 input {
    padding-right: 13%;
    min-width: 520px
}

.subscribe-form.style-2 .button {
    top: 0;
    right: 0;
    position: absolute;
    background-color: transparent;
    color: #e83c2e;
    font-size: 27px;
    font-size: 1.6875rem;
    height: 100%;
    width: 14%;
    padding: 0;
    padding-top: 0
}

.subscribe-form.style-2 .control:hover .button {
    color: #121212
}

.team .team-member .team-member-meta .team-social-links li:first-child {
    padding-left: 0
}

.team .team-member .team-member-meta .team-social-links li:last-child {
    padding-right: 0
}

.team .team-member .team-member-meta h5 {
    text-transform: uppercase
}

.team .team-member .team-member-meta p,
.team.style-1 .team-member-meta h3,
.team.style-2 .team-member .team-member-meta h3 {
    text-transform: capitalize
}

.subtitle:not(:last-child),
.team .team-member .team-member-meta h3:not(:last-child),
.team .team-member .team-member-meta h5:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem
}

.subtitle,
.team .team-member .team-member-meta h3,
.team .team-member .team-member-meta h5,
.title {
    word-break: break-word
}

.subtitle em,
.subtitle span,
.team .team-member .team-member-meta h3 em,
.team .team-member .team-member-meta h3 span,
.team .team-member .team-member-meta h5 em,
.team .team-member .team-member-meta h5 span,
.title em,
.title span {
    font-weight: inherit
}

.subtitle sub,
.team .team-member .team-member-meta h3 sub,
.team .team-member .team-member-meta h5 sub,
.title sub {
    font-size: .75em
}

.subtitle sup,
.team .team-member .team-member-meta h3 sup,
.team .team-member .team-member-meta h5 sup,
.title sup {
    font-size: .75em
}

.subtitle .tag,
.team .team-member .team-member-meta h3 .tag,
.team .team-member .team-member-meta h5 .tag,
.title .tag {
    vertical-align: middle
}

.team .team-member .team-member-meta h3,
.team .team-member .team-member-meta h5,
.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125
}

.team .team-member .team-member-meta h3 strong,
.team .team-member .team-member-meta h5 strong,
.title strong {
    color: inherit;
    font-weight: inherit
}

.team .team-member .team-member-meta h3+.highlight,
.team .team-member .team-member-meta h5+.highlight,
.title+.highlight {
    margin-top: -.75rem
}

.team .team-member .team-member-meta h3:not(.is-spaced)+.subtitle,
.team .team-member .team-member-meta h5:not(.is-spaced)+.subtitle,
.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem
}

.team .team-member .team-member-meta h3.is-1,
.team .team-member .team-member-meta h5.is-1,
.title.is-1 {
    font-size: 3rem
}

.team .team-member .team-member-meta h3.is-2,
.team .team-member .team-member-meta h5.is-2,
.title.is-2 {
    font-size: 2.5rem
}

.team .team-member .team-member-meta h3.is-3,
.team .team-member .team-member-meta h5.is-3,
.title.is-3 {
    font-size: 2rem
}

.team .team-member .team-member-meta h3.is-4,
.team .team-member .team-member-meta h5.is-4,
.title.is-4 {
    font-size: 1.5rem
}

.team .team-member .team-member-meta h3.is-5,
.team .team-member .team-member-meta h5.is-5,
.title.is-5 {
    font-size: 1.25rem
}

.team .team-member .team-member-meta h3.is-6,
.team .team-member .team-member-meta h5.is-6,
.title.is-6 {
    font-size: 1rem
}

.team .team-member .team-member-meta h3.is-7,
.team .team-member .team-member-meta h5.is-7,
.title.is-7 {
    font-size: .75rem
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25
}

.subtitle strong {
    color: #363636;
    font-weight: 600
}

.subtitle:not(.is-spaced)+.title,
.team .team-member .team-member-meta .subtitle:not(.is-spaced)+h3,
.team .team-member .team-member-meta .subtitle:not(.is-spaced)+h5 {
    margin-top: -1.25rem
}

.subtitle.is-1 {
    font-size: 3rem
}

.subtitle.is-2 {
    font-size: 2.5rem
}

.subtitle.is-3 {
    font-size: 2rem
}

.subtitle.is-4 {
    font-size: 1.5rem
}

.subtitle.is-5 {
    font-size: 1.25rem
}

.subtitle.is-6 {
    font-size: 1rem
}

.subtitle.is-7 {
    font-size: .75rem
}

.team .columns.is-4 .column {
    padding-bottom: 1.3rem
}

.team .columns.is-4 .column.is-12 .column {
    position: relative
}

.team .columns.is-4 .column.is-12 .column:first-child .team-member-img {
    margin-top: 20px
}

.team .columns.is-4 .column.is-12 .team-member-img {
    margin-bottom: 0
}

.team .columns.is-4 .column.is-12 .team-member-meta {
    text-align: inherit;
    position: absolute;
    top: 50%;
    left: 21%;
    -webkit-transform: translate(-21%, -50%);
    transform: translate(-21%, -50%);
    width: auto
}

.team .columns.is-4 .column.is-12 .team-member-meta>* {
    text-align: left
}

.team .columns.is-4 .column.is-12 .team-member-meta h3 {
    font-size: 26px;
    font-size: 1.625rem
}

.team .columns.is-4 .column.is-12 .team-member-meta h5 {
    font-size: 14.5px;
    font-size: .90625rem
}

.team .columns.is-4 .column.is-12 .team-member-meta p {
    padding: 0
}

.team .columns.is-4 .column.is-12 .team-member-meta .team-social-links .icon {
    width: 36px;
    height: 36px;
    border-radius: 100%
}

.team .columns.is-4 .column.is-12 .team-member-meta .team-social-links .icon i {
    font-size: 17px;
    font-size: 1.0625rem
}

.team .team-member {
    margin-bottom: 35px
}

.team .team-member .team-member-img {
    margin-bottom: 35px;
    overflow: hidden
}

.team .team-member .team-member-img img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block
}

.team .team-member .team-member-img:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.team .team-member .team-member-meta {
    text-align: center
}

.team .team-member .team-member-meta h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1.25px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 1.3rem !important;
    color: #333
}

.team .team-member .team-member-meta h3:hover {
    color: #e83c2e
}

.team .team-member .team-member-meta h3 a {
    color: #333;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.team .team-member .team-member-meta h3 a:hover {
    color: #e83c2e
}

.team .team-member .team-member-meta h5 {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 1.4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #e83c2e;
    font-family: 'SUB-FONT', 'Open Sans', sans-serif
}

.team .team-member .team-member-meta h5:hover {
    color: #333
}

.team .team-member .team-member-meta h5 a {
    color: #e83c2e;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.team .team-member .team-member-meta h5 a:hover {
    color: #333
}

.team .team-member .team-member-meta p {
    font-size: 15px;
    font-size: .9375rem;
    color: #929292;
    padding: 0 10px
}

.team .team-member .team-member-meta .team-social-links {
    margin-top: 30px
}

.team .team-member .team-member-meta .team-social-links li {
    display: inline-block;
    padding: 0 5.5px
}

.team .team-member .team-member-meta .team-social-links li a {
    display: inline-block
}

.team .team-member .team-member-meta .team-social-links li .icon {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #e83c2e;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.team .team-member .team-member-meta .team-social-links li .icon i {
    font-size: 16px;
    font-size: 1rem
}

.team .team-member .team-member-meta .team-social-links li .icon:hover {
    background-color: #121212
}

.team .team-member .team-member-meta .team-social-links li:last-child {
    border: 0
}

.team.style-1 .team-member {
    position: relative;
    margin-bottom: 0
}

.team.style-1 .team-member:hover .team-member-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.team.style-1 .team-member:hover .team-member-meta {
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.team.style-1 .team-member-img {
    position: relative;
    margin-bottom: 0
}

.team.style-1 .team-member-meta {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    text-align: left;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.team.style-1 .team-member-meta h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: .8rem !important
}

.team.style-1 .team-member-meta h3 a {
    color: #fff !important
}

.team.style-1 .team-member-meta h5 a {
    color: #f0f0f0 !important
}

.team.style-1 .team-member-meta .team-info,
.team.style-1 .team-member-meta .team-social-links {
    padding: 10px 40px 40px;
    position: absolute;
    left: 0
}

.team.style-1 .team-member-meta .team-social-links {
    top: 0
}

.team.style-1 .team-member-meta .team-info {
    bottom: 0
}

.team.style-2 .team-member {
    position: relative;
    margin-bottom: 0;
    background-color: #fff
}

.team.style-2 .team-member .team-social-links {
    position: absolute;
    left: 33%;
    top: 40%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.team.style-2 .team-member .team-member-img {
    margin-bottom: 30px
}

.team.style-2 .team-member .team-member-meta {
    padding-bottom: 10px
}

.team.style-2 .team-member .team-member-meta h3 {
    font-size: 19px;
    font-size: 1.1875rem
}

.team.style-2 .team-member:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(146, 146, 146, .2);
    box-shadow: 2px 1px 25px 5px rgba(146, 146, 146, .2)
}

.team.style-2 .team-member:hover .team-social-links {
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.team.style-2 .team-member:hover .team-member-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.team.owl-carousel .team-member {
    margin-bottom: 35px
}

.team.owl-carousel .team-member:hover {
    -webkit-box-shadow: 0 9px 50px -4px rgba(146, 146, 146, .1);
    box-shadow: 0 9px 50px -4px rgba(146, 146, 146, .1)
}

.team.owl-carousel .owl-dots {
    margin-top: 35px
}

.team.owl-carousel .owl-dots .owl-dot.active span,
.team.owl-carousel .owl-dots .owl-dot:hover span {
    background: #e62819
}

.testimonials .testimonials-item h3,
.testimonials.columns-style-1 .testimonials-item h3,
.testimonials.columns-style-1 .testimonials-item h3 span,
.testimonials.columns-style-2 .testimonials-item h3,
.testimonials.columns-style-2 .testimonials-item h3 span {
    text-transform: uppercase
}

.testimonials .testimonials-item p,
.testimonials.columns-style-1 .testimonials-item h2,
.testimonials.columns-style-2 .testimonials-item h2 {
    text-transform: capitalize
}

.subtitle:not(:last-child),
.testimonials .testimonials-item h3:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem
}

.subtitle,
.testimonials .testimonials-item h3,
.title {
    word-break: break-word
}

.subtitle em,
.subtitle span,
.testimonials .testimonials-item h3 em,
.testimonials .testimonials-item h3 span,
.title em,
.title span {
    font-weight: inherit
}

.subtitle sub,
.testimonials .testimonials-item h3 sub,
.title sub {
    font-size: .75em
}

.subtitle sup,
.testimonials .testimonials-item h3 sup,
.title sup {
    font-size: .75em
}

.subtitle .tag,
.testimonials .testimonials-item h3 .tag,
.title .tag {
    vertical-align: middle
}

.testimonials .testimonials-item h3,
.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125
}

.testimonials .testimonials-item h3 strong,
.title strong {
    color: inherit;
    font-weight: inherit
}

.testimonials .testimonials-item h3+.highlight,
.title+.highlight {
    margin-top: -.75rem
}

.testimonials .testimonials-item h3:not(.is-spaced)+.subtitle,
.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem
}

.testimonials .testimonials-item h3.is-1,
.title.is-1 {
    font-size: 3rem
}

.testimonials .testimonials-item h3.is-2,
.title.is-2 {
    font-size: 2.5rem
}

.testimonials .testimonials-item h3.is-3,
.title.is-3 {
    font-size: 2rem
}

.testimonials .testimonials-item h3.is-4,
.title.is-4 {
    font-size: 1.5rem
}

.testimonials .testimonials-item h3.is-5,
.title.is-5 {
    font-size: 1.25rem
}

.testimonials .testimonials-item h3.is-6,
.title.is-6 {
    font-size: 1rem
}

.testimonials .testimonials-item h3.is-7,
.title.is-7 {
    font-size: .75rem
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25
}

.subtitle strong {
    color: #363636;
    font-weight: 600
}

.subtitle:not(.is-spaced)+.title,
.testimonials .testimonials-item .subtitle:not(.is-spaced)+h3 {
    margin-top: -1.25rem
}

.subtitle.is-1 {
    font-size: 3rem
}

.subtitle.is-2 {
    font-size: 2.5rem
}

.subtitle.is-3 {
    font-size: 2rem
}

.subtitle.is-4 {
    font-size: 1.5rem
}

.subtitle.is-5 {
    font-size: 1.25rem
}

.subtitle.is-6 {
    font-size: 1rem
}

.subtitle.is-7 {
    font-size: .75rem
}

.testimonials-quote {
    padding-bottom: 40px
}

.testimonials-quote .icon {
    color: #fcba1c
}

.testimonials-quote .icon i {
    font-size: 45px;
    font-size: 2.8125rem
}

.testimonials .testimonials-item {
    text-align: center
}

.testimonials .testimonials-item img {
    width: 105px;
    height: 105px;
    border-radius: 100%;
    margin: 20px 0;
    display: inline-block
}

.testimonials .testimonials-item p {
    font-size: 34px;
    font-size: 2.125rem;
    color: #121212;

    letter-spacing: 0;
    padding: .8rem 2rem 3.2rem
}

.testimonials .testimonials-item p:before {
    display: inline-block;
    content: '“';
    padding: 0 1px
}

.testimonials .testimonials-item p:after {
    display: inline-block;
    content: '”';
    padding: 0 1px
}

.testimonials .testimonials-item h3 {

    font-size: 20px;
    font-size: 1.25rem;
    color: #e62819;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: .9rem
}

.testimonials .testimonials-item h3:before {
    display: inline-block;
    content: '';
    width: 16px;
    height: 1px;
    border-bottom: 2px solid #d8d8d8;
    background-color: #d8d8d8;
    vertical-align: middle;
    margin: 0 .8rem;
    margin-left: -2.7rem
}

.testimonials .testimonials-item .testimonials-stars {
    margin-bottom: 10px
}

.testimonials .testimonials-item .testimonials-stars .icon {
    font-size: 20px;
    font-size: 1.25rem;
    color: #fcba1c;
    line-height: 1;
    width: auto;
    height: auto;
    margin: 0 1.4px
}

.testimonials.style-1:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 115px;
    font-size: 7.1875rem;
    content: "\f10d";
    top: -17%;
    left: 46%;
    position: absolute;
    color: #f0f0f0;
    font-weight: 900;
    opacity: .8
}

.testimonials.style-1 .testimonials-item h3 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #999;
    letter-spacing: 1px
}

.testimonials.style-1 .testimonials-item h3:before {
    width: 10px;
    margin: 0 .6rem;
    border-bottom: 2px solid #d7d6d3;
    background-color: #d7d6d3
}

.testimonials.style-1.owl-carousel .owl-dots .owl-dot.active span,
.testimonials.style-1.owl-carousel .owl-dots .owl-dot:hover span {
    background: #fcba1c
}

.testimonials.style-2 .testimonials-item img,
.testimonials.style-4 .testimonials-item img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: 0 0 10px
}

.testimonials.style-2 .testimonials-item h3,
.testimonials.style-4 .testimonials-item h3 {
    color: #f0f0f0;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 0;

    font-weight: 600
}

.testimonials.style-2 .testimonials-item h3 span,
.testimonials.style-4 .testimonials-item h3 span {
    color: #797979;
    font-size: 13px;
    font-size: .8125rem;

    font-weight: 400;
    text-transform: capitalize
}

.testimonials.style-2 .testimonials-item h3:before,
.testimonials.style-4 .testimonials-item h3:before {
    display: none
}

.testimonials.style-2 .testimonials-item p,
.testimonials.style-4 .testimonials-item p {
    color: #fff;
    padding-bottom: 3rem;

    font-size: 26px;
    font-size: 1.625rem;
    padding: .8rem 10rem 2rem;
    line-height: 1.6
}

.testimonials.style-2 .testimonials-item .testimonials-stars,
.testimonials.style-4 .testimonials-item .testimonials-stars {
    margin-bottom: 5px
}

.testimonials.style-2.owl-carousel .owl-dots .owl-dot span,
.testimonials.style-4.owl-carousel .owl-dots .owl-dot span {
    background: #929292
}

.testimonials.style-2.owl-carousel .owl-dots .owl-dot.active span,
.testimonials.style-2.owl-carousel .owl-dots .owl-dot:hover span,
.testimonials.style-4.owl-carousel .owl-dots .owl-dot.active span,
.testimonials.style-4.owl-carousel .owl-dots .owl-dot:hover span {
    background: #fcba1c
}

.testimonials.style-4 .testimonials-item img {
    width: 72px;
    height: 72px;
    border-radius: 100%;
    margin-bottom: 10px
}

.testimonials.style-4 .testimonials-item p {
    color: #494949;
    padding-bottom: 2rem
}

.testimonials.style-4 .testimonials-item p:after,
.testimonials.style-4 .testimonials-item p:before {
    display: none
}

.testimonials.style-4 .testimonials-item h3 {
    color: #e62819;
    font-size: 15px;
    font-size: .9375rem;
    letter-spacing: 1px
}

.testimonials.style-4 .testimonials-item h3 span {
    color: #929292;
    font-size: 14px;
    font-size: .875rem
}

.testimonials.columns-style-1,
.testimonials.columns-style-2 {
    padding: 25px 0
}

.testimonials.columns-style-1 .testimonials-item,
.testimonials.columns-style-2 .testimonials-item {
    background-color: #fff;
    padding: 45px 35px;
    text-align: left;
    margin-bottom: .5rem;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.testimonials.columns-style-1 .testimonials-item img,
.testimonials.columns-style-2 .testimonials-item img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 0;
    vertical-align: middle;
    margin-top: -25px;
    margin-right: 15px
}

.testimonials.columns-style-1 .testimonials-item h3,
.testimonials.columns-style-2 .testimonials-item h3 {

    font-size: 15.3px;
    font-size: .95625rem;
    color: #121212;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 25px
}

.testimonials.columns-style-1 .testimonials-item h3:before,
.testimonials.columns-style-2 .testimonials-item h3:before {
    display: none
}

.testimonials.columns-style-1 .testimonials-item h3 span,
.testimonials.columns-style-2 .testimonials-item h3 span {

    font-size: 13px;
    font-size: .8125rem;
    color: #e62819
}

.testimonials.columns-style-1 .testimonials-item p,
.testimonials.columns-style-2 .testimonials-item p {
    font-size: 15.5px;
    font-size: .96875rem;
    color: #929292;

    letter-spacing: normal;
    padding: 0;
    padding-bottom: 48px;
    text-transform: none
}

.testimonials.columns-style-1 .testimonials-item p:after,
.testimonials.columns-style-1 .testimonials-item p:before,
.testimonials.columns-style-2 .testimonials-item p:after,
.testimonials.columns-style-2 .testimonials-item p:before {
    padding: 0 2px
}

.testimonials.columns-style-1 .testimonials-item:hover,
.testimonials.columns-style-2 .testimonials-item:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(232, 60, 46, .2);
    box-shadow: 2px 1px 25px 5px rgba(232, 60, 46, .2)
}

.testimonials.columns-style-1 .testimonials-item .testimonials-stars,
.testimonials.columns-style-2 .testimonials-item .testimonials-stars {
    margin-bottom: 15px
}

.testimonials.columns-style-1 .testimonials-item .testimonials-stars .icon,
.testimonials.columns-style-2 .testimonials-item .testimonials-stars .icon {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #fcba1c;
    margin: 0 .5px
}

.testimonials.columns-style-1.owl-carousel .testimonials-item:hover,
.testimonials.columns-style-2.owl-carousel .testimonials-item:hover {
    -webkit-box-shadow: 0 9px 50px -4px rgba(232, 60, 46, .1);
    box-shadow: 0 9px 50px -4px rgba(232, 60, 46, .1)
}

.testimonials.columns-style-1.owl-carousel .owl-dots,
.testimonials.columns-style-2.owl-carousel .owl-dots {
    margin-top: 60px
}

.testimonials.columns-style-1.owl-carousel .owl-dots .owl-dot.active span,
.testimonials.columns-style-1.owl-carousel .owl-dots .owl-dot:hover span,
.testimonials.columns-style-2.owl-carousel .owl-dots .owl-dot.active span,
.testimonials.columns-style-2.owl-carousel .owl-dots .owl-dot:hover span {
    background: #fcba1c
}

.testimonials.columns-style-1 .testimonials-item h2 {
    font-size: 17px;
    font-size: 1.0625rem;
    display: inline-block
}

.testimonials.columns-style-1 .testimonials-item .testimonials-stars {
    display: inline-block;
    margin-left: 25px;
    margin-bottom: 25px
}

.testimonials.columns-style-1 .testimonials-item .testimonials-stars .icon {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #fcba1c;
    margin: 0 .5px
}

.testimonials.columns-style-2 .testimonials-item {
    text-align: center;
    padding: 45px 30px
}

.testimonials.columns-style-2 .testimonials-item img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin: 0;
    margin-bottom: 25px
}

.testimonials.columns-style-2 .testimonials-item h2 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 10px;
    color: #797979
}

.testimonials.columns-style-2 .testimonials-item p {
    padding-bottom: 32px
}

.testimonials.columns-style-2 .testimonials-item p:after,
.testimonials.columns-style-2 .testimonials-item p:before {
    display: none
}

.testimonials.style-5 {
    padding-top: 7px
}

.testimonials.style-5 .testimonials-item {
    background-color: transparent;
    padding: 0
}

.testimonials.style-5 .testimonials-item img {
    margin-left: 37px
}

.testimonials.style-5 .testimonials-item p {
    padding: 35px 35px 45px;
    background-color: #e62819;
    color: #fff;
    position: relative;
    margin-bottom: 42px
}

.testimonials.style-5 .testimonials-item p:before {
    display: none
}

.testimonials.style-5 .testimonials-item p:after {
    position: absolute;
    top: 100%;
    left: 10%;
    margin-top: -1px;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 15px solid #e62819;
    border-bottom: 15px solid transparent;
    padding: 0;
    content: ''
}

.testimonials.style-5 .testimonials-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.testimonials.style-5.owl-carousel .testimonials-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.testimonials.style-5.owl-carousel.navs .owl-nav {
    top: 96%
}

.testimonials.style-5.owl-carousel.navs .owl-prev {
    left: inherit;
    right: 5.6%
}

.testimonials.parallax {
    padding: 50px 0
}

.testimonials.parallax:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, .4)
}

.testimonials.parallax .testimonials-item p {
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #fff;
    padding: 0 2rem 2.2rem
}

.testimonials.parallax .testimonials-item h3 {
    color: #f14234;
    font-size: 16px;
    letter-spacing: .5px;
    text-transform: capitalize
}

.testimonials.parallax .testimonials-item h3:before {
    width: 16px;
    border-color: rgba(255, 255, 255, .5);
    margin: 0 .6rem;
    margin-left: 0
}

.site-header-top .main-navigation li {
    text-transform: capitalize
}

.site-header-top {
    padding: 8px 0;
    font-family: 'SUB-FONT', 'Open Sans', sans-serif
}

.site-header-top .nav-menu-dropdown.style-2>li>a:after {
    font-family: simple-line-icons;
    font-size: 7px;
    font-size: .4375rem
}

.site-header-top .main-navigation li.active>a,
.site-header-top .main-navigation li.current-menu-ancestor>a,
.site-header-top .main-navigation li.current-menu-item>a,
.site-header-top .main-navigation li.current-menu-parent>a,
.site-header-top .main-navigation li.current>a,
.site-header-top .main-navigation li.current_page_item>a {
    color: #fcba1c
}

.site-header-top .header-menu-icons.social {
    padding-left: 0
}

.site-header-top .header-menu-icons.social:before {
    display: none
}

.site-header-top .header-menu-icons.social li {
    vertical-align: text-bottom
}

.site-header-top .header-menu-icons.social .icon {
    width: 22px;
    height: 22px;
    border-radius: 100%
}

.site-header-top .header-menu-icons.social .icon i {
    font-size: 12px;
    font-size: .75rem
}

.site-header-top .topbar-info li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    font-size: .8125rem;
    color: #929292
}

.site-header-top .topbar-info li a {
    color: #929292
}

.site-header-top .topbar-info li a:hover {
    color: #e83c2e
}

.site-header-top .topbar-info li .icon {
    height: auto;
    width: auto;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -1px
}

.site-header-top .topbar-info li .icon i {
    font-size: 14px;
    font-size: .875rem;
    color: #e83c2e
}

.site-header-top .nav-menu-dropdown.style-2 {
    margin-left: 13px;
    padding-left: 4px
}

.site-header-top .nav-menu-dropdown.style-2>li {
    padding: 0
}

.site-header-top .nav-menu-dropdown.style-2>li>a {
    padding: 4px 0
}

.site-header-top .nav-menu-dropdown.style-2>li>a:after {
    content: "\e604";
    top: 33%
}

.site-header-top .nav-menu-dropdown.style-2>li>ul {
    margin-top: 8px
}

.site-header-top .nav-menu-dropdown.style-2:before {
    height: 65%;
    top: 17%
}

.site-header-top .main-navigation li {
    font-size: 14px;
    font-size: .875rem;
    display: inline-block;
    padding: 3px 0
}

.site-header-top .main-navigation li a {
    color: #929292;
    padding-left: 15px
}

.site-header-top .main-navigation li a:hover {
    color: #e83c2e
}

body.topbar-default .site-header-top {
    border-bottom: 1px solid #f5f5f5
}

body.topbar-background.dark-color .site-header-top,
body.topbar-background.primary-color .site-header-top {
    background-color: #db392c
}

body.topbar-background.dark-color .site-header-top .topbar-info li,
body.topbar-background.primary-color .site-header-top .topbar-info li {
    color: #fff
}

body.topbar-background.dark-color .site-header-top .topbar-info li a,
body.topbar-background.primary-color .site-header-top .topbar-info li a {
    color: #fff
}

body.topbar-background.dark-color .site-header-top .topbar-info li a:hover,
body.topbar-background.primary-color .site-header-top .topbar-info li a:hover {
    color: #121212
}

body.topbar-background.dark-color .site-header-top .topbar-info li .icon i,
body.topbar-background.primary-color .site-header-top .topbar-info li .icon i {
    color: #121212
}

body.topbar-background.dark-color .site-header-top .header-menu-icons.social .icon,
body.topbar-background.primary-color .site-header-top .header-menu-icons.social .icon {
    background-color: #121212
}

body.topbar-background.dark-color .site-header-top .header-menu-icons.social .icon:hover,
body.topbar-background.primary-color .site-header-top .header-menu-icons.social .icon:hover {
    background-color: #0a0a0a
}

body.topbar-background.dark-color:not(.primary-color) .site-header-top {
    background-color: #121212
}

body.topbar-background.dark-color:not(.primary-color) .site-header-top .topbar-info li a:hover {
    color: #e83c2e
}

body.topbar-background.dark-color:not(.primary-color) .site-header-top .topbar-info li .icon i {
    color: #e83c2e
}

body.topbar-background.dark-color:not(.primary-color) .site-header-top .header-menu-icons.social .icon {
    background-color: #e83c2e
}

body.topbar-background.dark-color:not(.primary-color) .site-header-top .header-menu-icons.social .icon:hover {
    background-color: #0a0a0a
}

.works-latest .works-latest-item .works-latest-item-meta h5 {
    text-transform: uppercase
}

.works-latest .works-latest-item .works-latest-item-meta p {
    text-transform: capitalize
}

.subtitle:not(:last-child),
.title:not(:last-child),
.works-latest .works-latest-item .works-latest-item-meta h3:not(:last-child),
.works-latest .works-latest-item .works-latest-item-meta h5:not(:last-child) {
    margin-bottom: 1.5rem
}

.subtitle,
.title,
.works-latest .works-latest-item .works-latest-item-meta h3,
.works-latest .works-latest-item .works-latest-item-meta h5 {
    word-break: break-word
}

.subtitle em,
.subtitle span,
.title em,
.title span,
.works-latest .works-latest-item .works-latest-item-meta h3 em,
.works-latest .works-latest-item .works-latest-item-meta h3 span,
.works-latest .works-latest-item .works-latest-item-meta h5 em,
.works-latest .works-latest-item .works-latest-item-meta h5 span {
    font-weight: inherit
}

.subtitle sub,
.title sub,
.works-latest .works-latest-item .works-latest-item-meta h3 sub,
.works-latest .works-latest-item .works-latest-item-meta h5 sub {
    font-size: .75em
}

.subtitle sup,
.title sup,
.works-latest .works-latest-item .works-latest-item-meta h3 sup,
.works-latest .works-latest-item .works-latest-item-meta h5 sup {
    font-size: .75em
}

.subtitle .tag,
.title .tag,
.works-latest .works-latest-item .works-latest-item-meta h3 .tag,
.works-latest .works-latest-item .works-latest-item-meta h5 .tag {
    vertical-align: middle
}

.title,
.works-latest .works-latest-item .works-latest-item-meta h3,
.works-latest .works-latest-item .works-latest-item-meta h5 {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125
}

.title strong,
.works-latest .works-latest-item .works-latest-item-meta h3 strong,
.works-latest .works-latest-item .works-latest-item-meta h5 strong {
    color: inherit;
    font-weight: inherit
}

.title+.highlight,
.works-latest .works-latest-item .works-latest-item-meta h3+.highlight,
.works-latest .works-latest-item .works-latest-item-meta h5+.highlight {
    margin-top: -.75rem
}

.title:not(.is-spaced)+.subtitle,
.works-latest .works-latest-item .works-latest-item-meta h3:not(.is-spaced)+.subtitle,
.works-latest .works-latest-item .works-latest-item-meta h5:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem
}

.title.is-1,
.works-latest .works-latest-item .works-latest-item-meta h3.is-1,
.works-latest .works-latest-item .works-latest-item-meta h5.is-1 {
    font-size: 3rem
}

.title.is-2,
.works-latest .works-latest-item .works-latest-item-meta h3.is-2,
.works-latest .works-latest-item .works-latest-item-meta h5.is-2 {
    font-size: 2.5rem
}

.title.is-3,
.works-latest .works-latest-item .works-latest-item-meta h3.is-3,
.works-latest .works-latest-item .works-latest-item-meta h5.is-3 {
    font-size: 2rem
}

.title.is-4,
.works-latest .works-latest-item .works-latest-item-meta h3.is-4,
.works-latest .works-latest-item .works-latest-item-meta h5.is-4 {
    font-size: 1.5rem
}

.title.is-5,
.works-latest .works-latest-item .works-latest-item-meta h3.is-5,
.works-latest .works-latest-item .works-latest-item-meta h5.is-5 {
    font-size: 1.25rem
}

.title.is-6,
.works-latest .works-latest-item .works-latest-item-meta h3.is-6,
.works-latest .works-latest-item .works-latest-item-meta h5.is-6 {
    font-size: 1rem
}

.title.is-7,
.works-latest .works-latest-item .works-latest-item-meta h3.is-7,
.works-latest .works-latest-item .works-latest-item-meta h5.is-7 {
    font-size: .75rem
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25
}

.subtitle strong {
    color: #363636;
    font-weight: 600
}

.subtitle:not(.is-spaced)+.title,
.works-latest .works-latest-item .works-latest-item-meta .subtitle:not(.is-spaced)+h3,
.works-latest .works-latest-item .works-latest-item-meta .subtitle:not(.is-spaced)+h5 {
    margin-top: -1.25rem
}

.subtitle.is-1 {
    font-size: 3rem
}

.subtitle.is-2 {
    font-size: 2.5rem
}

.subtitle.is-3 {
    font-size: 2rem
}

.subtitle.is-4 {
    font-size: 1.5rem
}

.subtitle.is-5 {
    font-size: 1.25rem
}

.subtitle.is-6 {
    font-size: 1rem
}

.subtitle.is-7 {
    font-size: .75rem
}

.works-latest .works-latest-item {
    overflow: hidden;
    position: relative
}

.works-latest .works-latest-item img {
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block
}

.works-latest .works-latest-item .works-latest-item-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    color: #fff
}

.works-latest .works-latest-item .works-latest-item-icon>* {
    text-align: center
}

.works-latest .works-latest-item .works-latest-item-icon .icon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    opacity: .8;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.works-latest .works-latest-item .works-latest-item-icon .icon i {
    font-size: 25px;
    font-size: 1.5625rem
}

.works-latest .works-latest-item .works-latest-item-icon .icon:hover {
    opacity: 1
}

.works-latest .works-latest-item .works-latest-item-icon.style-2 {
    top: 55%;
    left: 55%
}

.works-latest .works-latest-item .works-latest-item-icon.style-2 .icon {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    opacity: 1;
    color: #121212;
    background-color: #fff
}

.works-latest .works-latest-item .works-latest-item-icon.style-2 .icon:hover {
    color: #e83c2e
}

.works-latest .works-latest-item .works-latest-item-meta {
    display: none;
    bottom: 13%;
    left: 5%;
    position: absolute;
    padding: 10px
}

.works-latest .works-latest-item .works-latest-item-meta h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1.25px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 1.3rem !important;
    color: #fff;
    opacity: .9
}

.works-latest .works-latest-item .works-latest-item-meta h3:hover {
    opacity: 1
}

.works-latest .works-latest-item .works-latest-item-meta h3 a {
    color: #fff;
    opacity: .9;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.works-latest .works-latest-item .works-latest-item-meta h3 a:hover {
    opacity: 1
}

.works-latest .works-latest-item .works-latest-item-meta h5 {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: 1.4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #fff;
    opacity: .7;
    font-family: 'SUB-FONT', 'Open Sans', sans-serif
}

.works-latest .works-latest-item .works-latest-item-meta h5:hover {
    opacity: .9
}

.works-latest .works-latest-item .works-latest-item-meta h5 a {
    color: #fff;
    opacity: .7;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.works-latest .works-latest-item .works-latest-item-meta h5 a:hover {
    opacity: .9
}

.works-latest .works-latest-item .works-latest-item-meta p {
    font-size: 15px;
    font-size: .9375rem;
    color: #fff;
    opacity: .7;
    max-width: 60%
}

.works-latest .owl-item.active .works-latest-item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.works-latest .owl-item.active .works-latest-item-meta {
    display: block
}

.works.isotope .isotope-filter li:first-child {
    padding-left: 0
}

.works.isotope .isotope-filter li:last-child {
    padding-right: 0
}

.works .work-item .work-item-meta h5,
.works.isotope .isotope-filter {
    text-transform: uppercase
}

.works .work-item .work-item-meta p,
.works.style-1 .work-item .work-item-meta h3 {
    text-transform: capitalize
}

.subtitle:not(:last-child),
.title:not(:last-child),
.works .work-item .work-item-meta h3:not(:last-child),
.works .work-item .work-item-meta h5:not(:last-child) {
    margin-bottom: 1.5rem
}

.subtitle,
.title,
.works .work-item .work-item-meta h3,
.works .work-item .work-item-meta h5 {
    word-break: break-word
}

.subtitle em,
.subtitle span,
.title em,
.title span,
.works .work-item .work-item-meta h3 em,
.works .work-item .work-item-meta h3 span,
.works .work-item .work-item-meta h5 em,
.works .work-item .work-item-meta h5 span {
    font-weight: inherit
}

.subtitle sub,
.title sub,
.works .work-item .work-item-meta h3 sub,
.works .work-item .work-item-meta h5 sub {
    font-size: .75em
}

.subtitle sup,
.title sup,
.works .work-item .work-item-meta h3 sup,
.works .work-item .work-item-meta h5 sup {
    font-size: .75em
}

.subtitle .tag,
.title .tag,
.works .work-item .work-item-meta h3 .tag,
.works .work-item .work-item-meta h5 .tag {
    vertical-align: middle
}

.title,
.works .work-item .work-item-meta h3,
.works .work-item .work-item-meta h5 {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125
}

.title strong,
.works .work-item .work-item-meta h3 strong,
.works .work-item .work-item-meta h5 strong {
    color: inherit;
    font-weight: inherit
}

.title+.highlight,
.works .work-item .work-item-meta h3+.highlight,
.works .work-item .work-item-meta h5+.highlight {
    margin-top: -.75rem
}

.title:not(.is-spaced)+.subtitle,
.works .work-item .work-item-meta h3:not(.is-spaced)+.subtitle,
.works .work-item .work-item-meta h5:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem
}

.title.is-1,
.works .work-item .work-item-meta h3.is-1,
.works .work-item .work-item-meta h5.is-1 {
    font-size: 3rem
}

.title.is-2,
.works .work-item .work-item-meta h3.is-2,
.works .work-item .work-item-meta h5.is-2 {
    font-size: 2.5rem
}

.title.is-3,
.works .work-item .work-item-meta h3.is-3,
.works .work-item .work-item-meta h5.is-3 {
    font-size: 2rem
}

.title.is-4,
.works .work-item .work-item-meta h3.is-4,
.works .work-item .work-item-meta h5.is-4 {
    font-size: 1.5rem
}

.title.is-5,
.works .work-item .work-item-meta h3.is-5,
.works .work-item .work-item-meta h5.is-5 {
    font-size: 1.25rem
}

.title.is-6,
.works .work-item .work-item-meta h3.is-6,
.works .work-item .work-item-meta h5.is-6 {
    font-size: 1rem
}

.title.is-7,
.works .work-item .work-item-meta h3.is-7,
.works .work-item .work-item-meta h5.is-7 {
    font-size: .75rem
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25
}

.subtitle strong {
    color: #363636;
    font-weight: 600
}

.subtitle:not(.is-spaced)+.title,
.works .work-item .work-item-meta .subtitle:not(.is-spaced)+h3,
.works .work-item .work-item-meta .subtitle:not(.is-spaced)+h5 {
    margin-top: -1.25rem
}

.subtitle.is-1 {
    font-size: 3rem
}

.subtitle.is-2 {
    font-size: 2.5rem
}

.subtitle.is-3 {
    font-size: 2rem
}

.subtitle.is-4 {
    font-size: 1.5rem
}

.subtitle.is-5 {
    font-size: 1.25rem
}

.subtitle.is-6 {
    font-size: 1rem
}

.subtitle.is-7 {
    font-size: .75rem
}

.works .columns.is-4 .column {
    padding-bottom: 1.3rem
}

.works .columns.is-1 .column {
    padding-bottom: .25rem;
    padding-top: .25rem
}

.works .columns.is-0,
.works .columns.is-gapless {
    margin: 0
}

.works .columns.is-0 .column,
.works .columns.is-gapless .column {
    padding: 0
}

.works .columns.is-0 .column .work-item figure,
.works .columns.is-gapless .column .work-item figure {
    margin-bottom: 0
}

.works .columns.is-0 .column .work-item img,
.works .columns.is-gapless .column .work-item img {
    min-width: 390px
}

.works .columns .column.columns-5 .work-item .work-item-img img,
.works .columns .column.columns-5 .work-item figure img {
    max-width: 348.5px
}

.works .columns .column.columns-6 .work-item .work-item-img img,
.works .columns .column.columns-6 .work-item figure img {
    max-width: 285px
}

.works .columns.is-3 .column.columns-5 .work-item .work-item-img img,
.works .columns.is-3 .column.columns-5 .work-item figure img {
    max-width: 355px
}

.works .work-item {
    margin-bottom: 35px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.works .work-item .work-item-img {
    margin-bottom: 35px;
    overflow: hidden
}

.works .work-item .work-item-img img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block
}

.works .work-item .work-item-img:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.works .work-item .work-item-meta {
    text-align: center
}

.works .work-item .work-item-meta h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 1.3rem !important;
    color: #333
}

.works .work-item .work-item-meta h3:hover {
    color: #fcba1c
}

.works .work-item .work-item-meta h3 a {
    color: #171717;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.works .work-item .work-item-meta h3 a:hover {
    color: #fcba1c
}

.works .work-item .work-item-meta h3 span.work-price {
    color: #e83c2e;
    padding: 0 20px
}

.works .work-item .work-item-meta h5 {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 1.4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #e83c2e;
    font-family: 'SUB-FONT', 'Open Sans', sans-serif
}

.works .work-item .work-item-meta h5:hover {
    color: #333
}

.works .work-item .work-item-meta h5 a {
    color: #e83c2e;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.works .work-item .work-item-meta h5 a:hover {
    color: #333
}

.works .work-item .work-item-meta p {
    font-size: 15px;
    font-size: .9375rem;
    color: #929292;
    padding: 0 10px
}

.works.isotope .isotope-filter {
    text-align: center;

    margin-bottom: 3.5rem
}

.works.isotope .isotope-filter li {
    font-size: 15px;
    font-size: .9375rem;
    display: inline-block;
    letter-spacing: 2px;
    cursor: pointer;
    color: #333;
    font-size: 13.5px;
    font-size: .84375rem;
    padding: 0 18px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.works.isotope .isotope-filter li.active,
.works.isotope .isotope-filter li:hover {
    color: #fcba1c
}

.works.isotope .isotope-filter.style-1 {
    text-transform: capitalize
}

.works.isotope .isotope-filter.style-1 li {
    color: #494949;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-size: .875rem;
    padding: 8px 20px;
    border: 1px solid transparent;
    border-radius: 290486px
}

.works.isotope .isotope-filter.style-1 li.active,
.works.isotope .isotope-filter.style-1 li:hover {
    color: #fcba1c;
    border: 1px solid #fcba1c
}

.works.isotope .isotope-filter.style-1 li:first-child {
    margin-left: 0
}

.works.isotope .isotope-filter.style-1 li:last-child {
    margin-right: 0
}

.works.isotope .isotope-filter.style-2 {
    text-transform: capitalize
}

.works.isotope .isotope-filter.style-2 li {
    color: #929292;
    letter-spacing: 1.5px;
    font-size: 15px;
    font-size: .9375rem;
    padding: 0;
    padding-bottom: 16px;
    margin: 0 18px;
    border-bottom: 2px solid transparent
}

.works.isotope .isotope-filter.style-2 li.active,
.works.isotope .isotope-filter.style-2 li:hover {
    color: #494949;
    border-bottom: 2px solid #fcba1c
}

.works.isotope .isotope-filter.style-2 li:first-child {
    margin-left: 0
}

.works.isotope .isotope-filter.style-2 li:last-child {
    margin-right: 0
}

.works.image-hover .work-item {
    margin-bottom: 0
}

.works.image-hover.isotope {
    margin-bottom: 2.8rem
}

.works.style-1 .work-item {
    background-color: #fff;
    margin-bottom: 0
}

.works.style-1 .work-item .work-item-img,
.works.style-1 .work-item figure {
    margin-bottom: 30px
}

.works.style-1 .work-item .work-item-meta {
    padding-bottom: 30px
}

.works.style-1 .work-item .work-item-meta h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 1rem !important
}

.works.style-1 .work-item .work-item-meta h5 {
    font-size: 13.5px;
    font-size: .84375rem
}

.works.style-1 .work-item:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(146, 146, 146, .2);
    box-shadow: 2px 1px 25px 5px rgba(146, 146, 146, .2)
}

.works.style-1 .work-item:hover .work-item-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.works.style-1.isotope {
    margin-bottom: 2.8rem
}

.works.owl-carousel .work-item figure:hover {
    -webkit-box-shadow: 0 9px 10px -4px rgba(146, 146, 146, .1);
    box-shadow: 0 9px 10px -4px rgba(146, 146, 146, .1)
}

.works.owl-carousel .owl-dots {
    margin-top: 60px
}

.works.owl-carousel .owl-dots .owl-dot.active span,
.works.owl-carousel .owl-dots .owl-dot:hover span {
    background: #e62819
}

.works.works-shop .work-item .work-item-meta h5 {
    font-size: 16px;
    margin-bottom: .6rem
}

.works.works-shop .work-item .shop-rating .icon {
    width: auto;
    color: #edb867
}

.works.services {
    padding: 0;
    background-color: transparent
}

.works.services .work-item {
    margin-bottom: 10px
}

.works.services .work-item .work-item-meta {
    font-family: SUB-FONT;
    text-align: center
}

.works.services .work-item .work-item-meta h3 {
    font-weight: 500
}

.works.services .work-item .work-item-img {
    margin-bottom: 0
}

.widget.isotope .isotope-filter li {
    cursor: pointer;
    color: #797979;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.widget.isotope .isotope-filter li.active,
.widget.isotope .isotope-filter li:hover {
    color: #fcba1c
}

.page-about .intro-about figure {
    text-align: center
}

.page-about .intro-about figure img {
    margin-bottom: 2rem;
    max-width: 115px
}

.page-about .intro-about p {
    margin-bottom: 2rem;
    text-align: center
}

.page-blog-single .instagram-feed {
    background: #fafafa
}

.page-blog .instagram-feed {
    background: #fafafa
}

.page-portfolio-single .instagram-feed {
    background: #fafafa
}

.page-services .works-list .container>p {
    text-transform: capitalize
}

.page-services .works-list .container>p {
    text-align: center;
    font-size: 15.5px;
    font-size: .96875rem;
    color: #929292;
    margin-bottom: 4.5rem;
    padding: 0 14%
}

.page-services .works-list .container .works-button {
    text-align: center;
    padding: 1.6rem 0 2.4rem
}

.page-services .works-list .container .works-button a {
    padding: 23px 34px
}

.page-services .instagram-feed {
    background: #fafafa
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .image-content figure .image {
        max-width: 400px
    }

    .tp-caption.large_text {
        font-size: 60px !important
    }

    .tp-caption.button,
    .tp-caption.large_text,
    .tp-caption.small_text {
        margin-left: 180px !important
    }

    .tp-caption.offer-price {
        margin-right: 180px !important
    }

    .introduction {
        padding: 8rem 1.5rem 1rem
    }

    .introduction br {
        display: none
    }

    .introduction .columns .column:first-child {
        margin-top: -70px
    }

    .introduction .content ol,
    .introduction .content ul {
        font-size: 14px
    }

    .introduction .introduction-logo {
        left: -45px
    }

    .offers-section img {
        min-width: 100%
    }

    .testimonials-section {
        background-color: #171717 !important
    }

    .testimonials-section .testimonials .testimonials-item p {
        padding: 1.2rem 2rem 1rem 1rem;
        font-size: 18px
    }

    .testimonials-section .testimonials-column {
        padding-top: 48px;
        padding-bottom: 30px
    }

    .testimonials-section .testimonials-quote {
        padding-bottom: 0
    }

    .subscribe-form-section .subscribe-form input {
        min-width: 252px
    }

    footer .widget-links ul li,
    footer .widget-links.links-with-icons ul li {
        font-size: 12px
    }

    .owl-carousel .owl-scrollbar {
        max-width: 960px
    }

    .blog-post .entry-header .entry-title {
        font-size: 18px
    }

    body.footer-background.dark-color.widget-7 footer#footer .widget-form input {
        max-width: 80%
    }

    body.footer-background.dark-color.widget-7 footer#footer .widget-form .button {
        right: 65px
    }

    .blog-list.style-1 .blog-post .entry-content,
    .blog-list.style-1 .blog-post .entry-header {
        padding-left: 30px;
        padding-right: 30px
    }

    .blog-list.style-1 .blog-post .entry-header {
        padding-top: 50px
    }

    .flexslider.intro .flex-caption {
        bottom: 20%
    }

    .widget-instafeed .instafeed .instafeed-image img {
        max-width: 80px
    }

    .call-to-action.style-5 .title {
        font-size: 30px
    }

    .hero.is-medium .hero-body {
        padding-bottom: 4rem;
        padding-top: 15rem
    }

    .page-title.is-medium h1 {
        font-size: 40px
    }

    .page-title.is-medium h3 {
        font-size: 18px
    }

    .team .team-member .team-member-img img {
        max-width: 450px
    }

    .testimonials.columns-style-1 .testimonials-item {
        padding: 35px 25px
    }

    .testimonials.columns-style-1 .testimonials-item p {
        font-size: 14.5px
    }

    .flexslider .flex-control-thumbs li {
        width: 22.4%
    }

    .pricing-table.style-2 .pricing-plan {
        margin: 0
    }

    .pricing-table.style-2 .pricing-plan.is-active {
        margin-top: 0 !important;
        -webkit-transform: none;
        transform: none
    }

    .works .columns .column.columns-5 .work-item .work-item-img img,
    .works .columns .column.columns-5 .work-item figure img,
    .works .columns.is-3 .column.columns-5 .work-item figure img {
        max-width: 325px
    }

    .works.style-1 .columns .column.is-2 .work-item .work-item-meta h3 {
        font-size: 15px
    }

    .works.style-1 .columns .column.is-2 .work-item .work-item-meta h5 {
        font-size: 14.5px
    }

    .global-social-links li,
    .widget-social ul li {
        padding-right: 6px
    }

    .global-social-links li .icon,
    .widget-social ul li .icon {
        width: 30px;
        height: 30px
    }

    .widget-tags .tagcloud a {
        font-size: 11px !important
    }

    .widget-form .button {
        width: 18%
    }

    .portfolio-single .widget-links ul li {
        font-size: 14px
    }

    .widget-gallery ul li img {
        max-width: 78px
    }

    .blog-list.style-1 .blog-post .entry-content p {
        font-size: 14.5px
    }

    .blog-list.style-list .blog-post .entry-content,
    .blog-list.style-list .blog-post .entry-footer,
    .blog-list.style-list .blog-post .entry-header {
        padding-left: 0
    }

    .blog-list.style-list .blog-post .entry-header {
        padding-top: 30px;
        margin-bottom: 0
    }

    .blog-list.style-list .blog-post .entry-header .entry-title {
        font-size: 14px
    }

    .blog-list.style-list .blog-post .entry-header .post-meta {
        margin-bottom: 10px
    }

    .blog-list.style-list .blog-post .entry-header .post-meta ul li {
        font-size: 11px;
        padding-right: 2px
    }

    .blog-list.style-list .blog-post .entry-content p {
        font-size: 14px
    }

    .blog-list.style-list .blog-post .entry-footer .button {
        font-size: 12.3px
    }

    .testimonials.style-5.owl-carousel.navs .owl-nav {
        top: 88%;
        right: 30px
    }

    .content ul[class*=' list'] li .icon,
    .content ul[class*=' list'] li:before,
    .content ul[class^=list] li .icon,
    .content ul[class^=list] li:before {
        padding-right: 4px
    }

    .boxes-style-6 .box-item {
        padding: 40px 25px 30px
    }

    .boxes-style-6 .box-item h3 {
        font-size: 15px
    }

    body.boxed-layout {
        padding: 30px
    }

    body.page-about .site-content-area #apply-now>div>div {
        padding: 0 40px !important
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div {
        padding: 32px 5% 0 0 !important
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div>br {
        display: none
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div h1 {
        font-size: 20px;
        margin-bottom: 1rem !important
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div .heading-title-bottom {
        padding-bottom: 20px;
        font-size: 14px
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div .boxes-style-3 .box-item {
        margin-bottom: 0;
        padding: 0
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div .boxes-style-3 .box-item p {
        font-size: 13px
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div .boxes-style-3 .box-item h3 {
        font-size: 15px
    }

    body.header-side-navigation .container {
        width: 100%
    }

    body.header-side-navigation .tp-caption.large_text {
        font-size: 30px !important
    }

    body.header-side-navigation .image-content figure .image {
        max-width: 300px
    }

    body.header-side-navigation .image-content .content .text {
        padding: 0 2rem
    }

    body.header-side-navigation .image-content .content .text h4 {
        font-size: 16px
    }

    body.header-side-navigation .image-content .content .text h1 {
        font-size: 20px
    }

    body.header-side-navigation .image-content .content .text p {
        font-size: 14px
    }

    body.header-side-navigation .image-content .content .text .button,
    body.header-side-navigation .image-content .content .text a {
        padding: 0;
        padding-left: calc(2em - 1px);
        padding-right: calc(2em - 1px);
        font-size: .75rem
    }

    body.header-side-navigation .testimonials.owl-carousel.dots .owl-item {
        padding-right: .5%
    }

    body.header-side-navigation .pricing-table .pricing-plan {
        padding: 22px 1% 45px
    }

    body.header-side-navigation .blog-post .entry-header .entry-title {
        font-size: 15px
    }

    body.header-side-navigation .get-in-touch .box-item p {
        font-size: 13px
    }
}

@media screen and (max-width:1087px) {

    body.responsive-layout header .main-navigation li.menu-down-icon>span.opened:before,
    body.responsive-layout header .main-navigation li.menu-down-icon>span:before,
    body.responsive-layout header .main-navigation li.menu-right-icon>span.opened:before,
    body.responsive-layout header .main-navigation li.menu-right-icon>span:before {
        font-family: simple-line-icons;
        font-size: 7px;
        font-size: .4375rem
    }

    body.boxed-layout {
        padding: 0
    }

    body.boxed-layout #site-wrap {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    body .section.hero {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    body .section.hero.padding-bottom-none,
    body .section.hero.padding-top-none {
        padding-left: 0;
        padding-right: 0
    }

    body .section.hero .container {
        margin: 0
    }

    body header #header-logo,
    body header .button,
    body header .hamburger-menu,
    body header .header-menu-icons,
    body header .main-navigation,
    body header .nav-menu-dropdown,
    body header .site-logo {
        visibility: hidden;
        display: none
    }

    body .owl-carousel .owl-scrollbar {
        max-width: 100%
    }

    body .subscribe-form input {
        min-width: 325px
    }

    body .works-latest .works-latest-item img {
        margin: 0 auto
    }

    body .introduction {
        text-align: center
    }

    body .introduction .heading-title {
        text-align: center !important
    }

    body .introduction .works-latest .works-latest-item.video-icon {
        margin-bottom: 50px
    }

    body .blog-list.style-1 .blog-post .entry-header .entry-title {
        font-size: 18px
    }

    body .select select {
        min-width: auto
    }

    body.footer-reveal #footer-bottom-wrap,
    body.footer-reveal #footer-wrap {
        position: relative !important;
        bottom: inherit !important
    }

    body.footer-reveal #content-footer-wrap,
    body.footer-reveal #content-main-wrap,
    body.footer-reveal #footer-top-wrap {
        margin-bottom: 0 !important
    }

    body .tp-caption.large_text {
        font-size: 50px !important
    }

    body .image-content figure .image {
        max-width: 400px
    }

    body .image-content .content .text {
        padding: 0 2rem
    }

    body .image-content .content .text h4 {
        font-size: 15px
    }

    body .image-content .content .text h1 {
        font-size: 22px
    }

    body .image-content .content .text p {
        font-size: 15px
    }

    body .image-content .content .text .button,
    body .image-content .content .text a {
        padding: 0;
        padding-left: calc(2em - 1px);
        padding-right: calc(2em - 1px);
        font-size: .75rem
    }

    body .box-item {
        padding: 50px 17px 40px
    }

    body .box-item p {
        font-size: 14px
    }

    body .testimonials .testimonials-item p {
        font-size: 26px
    }

    body .blog-post .entry-header .entry-title {
        font-size: 16px;
        line-height: 1.6
    }

    body .tp-caption.button,
    body .tp-caption.large_text,
    body .tp-caption.small_text {
        margin-left: 220px !important
    }

    body .tp-caption.offer-price {
        margin-right: 180px !important
    }

    body .introduction {
        text-align: left
    }

    body .introduction br {
        display: none
    }

    body .introduction .introduction-logo {
        display: none
    }

    body .introduction .heading-title {
        text-align: left !important
    }

    body .offers-section img {
        min-width: 100%
    }

    body .works .work-item .work-item-meta h3 {
        font-size: 19px
    }

    body .works .work-item .work-item-meta h3 span.work-price {
        padding: 0 10px
    }

    body .works .work-item .work-item-meta p {
        padding: 0
    }

    body .subscribe-form-section {
        text-align: center
    }

    body .subscribe-form-section .heading-title.style-3 {
        text-align: center
    }

    body .subscribe-form-section .level {
        display: block
    }

    body .subscribe-form-section .level div {
        margin: 0 auto
    }

    body .subscribe-form-section .subscribe-form input {
        min-width: 100%
    }

    body .flexslider.intro .flex-caption {
        bottom: 22%
    }

    body .flexslider.intro .flex-caption p {
        font-size: 15px
    }

    body .flexslider.intro .flex-caption p:first-child {
        font-size: 14px
    }

    body .flexslider.intro .flex-caption h1 {
        font-size: 35px;
        letter-spacing: 5px
    }

    body .flexslider.intro .flex-caption .button,
    body .flexslider.intro .flex-caption a {
        padding: 0;
        padding-left: calc(2em - 1px);
        padding-right: calc(2em - 1px);
        font-size: .75rem
    }

    body .page-title.is-fullheight h1,
    body .page-title.is-medium h1 {
        font-size: 35px
    }

    body .page-title.is-fullheight h3,
    body .page-title.is-medium h3 {
        font-size: 16px
    }

    body .page-title #typed-intro,
    body .page-title .typed-cursor {
        font-size: 35px
    }

    body.footer-widgets.widgets-5 #footer-wrap .site-footer-inner .site-logo {
        text-align: left
    }

    body .call-to-action.style-1,
    body .call-to-action.style-2,
    body .call-to-action.style-3,
    body .call-to-action.style-5 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    body .call-to-action.style-1 .heading,
    body .call-to-action.style-2 .heading,
    body .call-to-action.style-3 .heading,
    body .call-to-action.style-5 .heading {
        font-size: 25px;
        margin-right: 15px
    }

    body .call-to-action.style-1 .title,
    body .call-to-action.style-2 .title,
    body .call-to-action.style-3 .title,
    body .call-to-action.style-5 .title {
        font-size: 23px
    }

    body .call-to-action.style-1 .button,
    body .call-to-action.style-2 .button,
    body .call-to-action.style-3 .button,
    body .call-to-action.style-5 .button {
        padding: 0;
        padding-left: calc(1.5em - 1px);
        padding-right: calc(1.5em - 1px);
        font-size: .75rem
    }

    body .call-to-action.style-1 .heading {
        font-size: 14px
    }

    body .call-to-action.style-3 .heading-title {
        font-size: 28px
    }

    body .counterup .level-item>div {
        min-width: auto
    }

    body .progressbar.circle {
        width: 150px;
        height: 150px
    }

    body .team .team-member .team-member-img img {
        max-width: 450px
    }

    body .team .columns.is-4 .column.is-12 .team-member-meta h3 {
        font-size: 20px
    }

    body .team .columns.is-4 .column.is-12 .team-member-meta h5 {
        font-size: 13.5px
    }

    body .team .team-member .team-member-meta p {
        font-size: 14px
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div {
        padding: 32px 5% 70px !important
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div>br {
        display: none
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div h1 {
        font-size: 20px;
        margin-bottom: 1rem !important
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div .heading-title-bottom {
        padding-bottom: 20px;
        font-size: 14px
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div .boxes-style-3 .box-item {
        margin-bottom: 0;
        padding: 0
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div .boxes-style-3 .box-item p {
        font-size: 13px
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div .boxes-style-3 .box-item h3 {
        font-size: 15px
    }

    body .testimonials.columns-style-1 .testimonials-item,
    body .testimonials.columns-style-2 .testimonials-item {
        text-align: center
    }

    body .testimonials.columns-style-1 .testimonials-item .testimonials-stars {
        margin-left: 0
    }

    body .testimonials.columns-style-1 .testimonials-item img,
    body .testimonials.columns-style-2 .testimonials-item img {
        margin-bottom: 10px
    }

    body .flexslider .flex-control-thumbs li {
        width: 22.2%;
        margin-bottom: 15px
    }

    body .pricing-table .pricing-plan {
        margin: 0
    }

    body .pricing-table .pricing-plan.is-active {
        margin-top: 0 !important;
        -webkit-transform: none;
        transform: none
    }

    body .countdown-time .item {
        padding: 25px 30px
    }

    body .countdown-time.style-1 .item {
        padding: 25px 30px
    }

    body .countdown-time.style-2 .item {
        padding: 0 46px
    }

    body .countdown-time.style-4 .item {
        min-width: 140px;
        min-height: 140px;
        width: 140px;
        height: 140px;
        padding: 25px 20px
    }

    body .countdown-time.style-4 .item span {
        font-size: 40px
    }

    body .countdown-time.style-4 .item span.label {
        font-size: 13px
    }

    body .pricing-table.is-comparative .pricing-plan {
        margin: 0
    }

    body .pricing-table.is-comparative .pricing-plan.is-active {
        margin-top: 0 !important;
        -webkit-transform: none;
        transform: none
    }

    body.page-about .site-content-area #apply-now>div>div {
        padding: 0 !important
    }

    body .works .columns .column.columns-5 .work-item .work-item-img img,
    body .works .columns .column.columns-5 .work-item figure img,
    body .works .columns.is-3 .column.columns-5 .work-item figure img {
        max-width: 268px
    }

    body .hero.is-medium .hero-body {
        padding-bottom: 6rem;
        padding-top: 6rem
    }

    body .works.style-1 .columns .column.is-2 .work-item .work-item-meta h3 {
        font-size: 15px
    }

    body .works.style-1 .columns .column.is-2 .work-item .work-item-meta h5 {
        font-size: 14.5px
    }

    body .sidebar {
        padding-left: 0
    }

    body .sidebar.is-left {
        padding-right: 0
    }

    body .column.is-12-tablet .sidebar {
        padding-top: 50px
    }

    body .work-content,
    body .work-details {
        padding: 0 !important
    }

    body .global-social-links li,
    body .widget-social ul li {
        padding-right: 6px
    }

    body .global-social-links li .icon,
    body .widget-social ul li .icon {
        width: 30px;
        height: 30px
    }

    body .widget-tags .tagcloud a {
        font-size: 11px !important
    }

    body .widget-form .button {
        width: 18%
    }

    body .portfolio-single .widget-links ul li {
        font-size: 14px
    }

    body .widget-gallery ul li img {
        max-width: 75px
    }

    body .blog-list.style-1 .blog-post .entry-content p {
        font-size: 14.5px;
        margin-bottom: 43px
    }

    body .blog-list.style-1 .blog-post .entry-content,
    body .blog-list.style-1 .blog-post .entry-header {
        padding: 0 28px
    }

    body .blog-list.style-1 .blog-post .entry-header {
        padding-top: 35px
    }

    body .image-hover figure figcaption .social li .icon {
        width: 30px;
        height: 30px
    }

    body .image-hover figure figcaption .social li .icon i {
        font-size: 14px
    }

    body .image-hover.effect-10 figure ul {
        bottom: inherit;
        top: 40%
    }

    body .blog-author .bio p {
        font-size: 13.5px
    }

    body .blog-author .bio h3 {
        font-size: 16px;
        margin-bottom: 10px !important
    }

    body .blog-author .bio .social-links {
        margin-top: 16px
    }

    body .counterup.style-2 .level-item,
    body .counterup.style-4 .level-item {
        margin: 0 5px
    }

    body .counterup.style-2 .level-item:first-child,
    body .counterup.style-4 .level-item:first-child {
        margin-left: 0
    }

    body .counterup.style-5 .level-item>div {
        min-width: 155px
    }

    body .boxes-style-6 .box-item {
        padding: 40px 25px 30px
    }

    body .boxes-style-6 .box-item h3 {
        font-size: 15px
    }

    body.header-topbar .site-header-top .site-header-top-inner {
        padding: 0 2.5rem
    }

    body.header-topbar header .level.top .hamburger-menu.expanded {
        top: 62px !important
    }

    body.header-topbar header .level:last-child {
        padding-top: 77px !important
    }

    body.header-side-navigation.side-mini #content-main-wrap,
    body.header-side-navigation.side-mini .rev_slider_wrapper,
    body.header-side-navigation.side-mini .site-content-footer,
    body.header-side-navigation.side-mini .site-content-header,
    body.header-side-navigation.side-mini .site-footer,
    body.header-side-navigation.side-mini .site-footer-bottom,
    body.header-side-navigation.side-mini .site-footer-top,
    body.header-side-navigation.side-mini .site-header-bottom,
    body.header-side-navigation.side-mini .site-header-top {
        margin-left: 50px !important
    }

    body.header-side-navigation.side-mini.side-right #content-main-wrap,
    body.header-side-navigation.side-mini.side-right .rev_slider_wrapper,
    body.header-side-navigation.side-mini.side-right .site-content-footer,
    body.header-side-navigation.side-mini.side-right .site-content-header,
    body.header-side-navigation.side-mini.side-right .site-footer,
    body.header-side-navigation.side-mini.side-right .site-footer-bottom,
    body.header-side-navigation.side-mini.side-right .site-footer-top,
    body.header-side-navigation.side-mini.side-right .site-header-bottom,
    body.header-side-navigation.side-mini.side-right .site-header-top {
        margin-left: 0 !important
    }

    body.header-side-navigation.side-mini .rev_slider_wrapper {
        max-width: 100%
    }

    body.header-side-navigation.side-mini header {
        width: 50px
    }

    body.header-side-navigation.side-mini header .level.top .level-left,
    body.header-side-navigation.side-mini header .level.top .level-right {
        padding-left: 7px;
        padding-right: 7px
    }

    body.responsive-layout.header-logo-center header .level:last-child .level-right,
    body.responsive-layout.header-logo-left header .level:last-child .level-right,
    body.responsive-layout.header-logo-right header .level:last-child .level-right,
    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right {
        position: initial;
        padding: 0
    }

    body.responsive-layout.header-logo-center header .level:last-child .level-right #nav-wrap,
    body.responsive-layout.header-logo-left header .level:last-child .level-right #nav-wrap,
    body.responsive-layout.header-logo-right header .level:last-child .level-right #nav-wrap,
    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right #nav-wrap,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right #nav-wrap {
        visibility: visible
    }

    body.responsive-layout.header-logo-center header .level:last-child .level-right #nav-wrap .main-navigation,
    body.responsive-layout.header-logo-left header .level:last-child .level-right #nav-wrap .main-navigation,
    body.responsive-layout.header-logo-right header .level:last-child .level-right #nav-wrap .main-navigation,
    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right #nav-wrap .main-navigation,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right #nav-wrap .main-navigation {
        margin-top: 0
    }

    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right #nav-wrap .main-navigation,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right #nav-wrap .main-navigation {
        margin: 20px 0
    }

    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right .header-menu-icons,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right .header-menu-icons {
        padding: 20px 18px
    }

    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right .header-menu-icons.social,
    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right>.button,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right .header-menu-icons.social,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right>.button {
        margin: 10px 30px;
        padding: 0;
        width: 75%
    }

    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right .nav-menu-dropdown,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right .nav-menu-dropdown {
        margin: 10px 20px
    }

    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right .nav-menu-dropdown.style-2,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right .nav-menu-dropdown.style-2 {
        margin-left: 14px
    }

    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right .nav-menu-dropdown.style-2:before,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right .nav-menu-dropdown.style-2:before {
        display: none
    }

    body.responsive-layout.header-menu-with-buttons.menu-center header .level:last-child .level-left,
    body.responsive-layout.header-menu-with-icons.menu-center header .level:last-child .level-left {
        display: block !important
    }

    body.responsive-layout.header-menu-with-buttons.menu-center header .level:last-child .level-left:first-child,
    body.responsive-layout.header-menu-with-icons.menu-center header .level:last-child .level-left:first-child {
        display: none !important
    }

    body.responsive-layout.header-menu-with-buttons.menu-center header .level:last-child .level-left #nav-wrap .main-navigation,
    body.responsive-layout.header-menu-with-icons.menu-center header .level:last-child .level-left #nav-wrap .main-navigation {
        margin-bottom: 20px
    }

    body.responsive-layout.header-menu-with-buttons.menu-left header .level:last-child .level-left,
    body.responsive-layout.header-menu-with-icons.menu-left header .level:last-child .level-left {
        display: block !important
    }

    body.responsive-layout.header-menu-with-buttons.menu-left header .level:last-child .level-left .site-logo,
    body.responsive-layout.header-menu-with-icons.menu-left header .level:last-child .level-left .site-logo {
        display: none !important
    }

    body.responsive-layout.header-menu-with-buttons.menu-left header .level:last-child .level-left #nav-wrap .main-navigation,
    body.responsive-layout.header-menu-with-icons.menu-left header .level:last-child .level-left #nav-wrap .main-navigation {
        margin-bottom: 20px
    }

    body.responsive-layout.header-logo-top header .level:last-child .level-right {
        position: initial;
        margin-top: 50px
    }

    body.responsive-layout.slide-overlay header .header-fullwidth .hamburger-menu.expanded {
        top: 22px !important
    }

    body.responsive-layout.header-hamburger-menu header .level:last-child {
        padding-top: 20px;
        display: none
    }

    body.responsive-layout.header-hamburger-menu header .level:last-child.opened {
        display: block
    }

    body.responsive-layout.header-hamburger-menu.header-logo-left header .level:last-child,
    body.responsive-layout.header-hamburger-menu.header-logo-right header .level:last-child,
    body.responsive-layout.header-hamburger-menu.header-logo-top header .level:last-child {
        padding-top: 37px
    }

    body.responsive-layout.header-hamburger-menu.header-logo-center-menu-center header .level:first-child .level-left,
    body.responsive-layout.header-hamburger-menu.header-logo-top header .level:first-child .level-left {
        margin: 0
    }

    body.responsive-layout.header-hamburger-menu.header-logo-center-menu-center header .level:first-child .level-left .site-logo img,
    body.responsive-layout.header-hamburger-menu.header-logo-top header .level:first-child .level-left .site-logo img {
        margin: 0
    }

    body.responsive-layout.header-hamburger-menu.header-logo-center-menu-center header .level:last-child .level-left #nav-wrap:last-child .main-navigation,
    body.responsive-layout.header-hamburger-menu.header-logo-top header .level:last-child .level-left #nav-wrap:last-child .main-navigation {
        margin-top: 0
    }

    body.responsive-layout.header-hamburger-menu.header-menu-top header .level:last-child {
        display: block !important
    }

    body.responsive-layout.header-hamburger-menu.header-transparent header .site-logo img {
        -webkit-filter: none;
        filter: none
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down header .level:last-child .level-left {
        display: none
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down header .level:last-child .level-right {
        position: initial;
        padding: 0
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down header .level:last-child .level-right #nav-wrap {
        visibility: visible
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down header .level:last-child .level-right #nav-wrap .main-navigation {
        display: block !important
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down header .level:last-child .level-right .hamburger-menu {
        display: none !important
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down-left header .level:last-child .level-right {
        display: none
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down-left header .level:last-child .level-left {
        position: initial;
        padding: 0
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down-left header .level:last-child .level-left #nav-wrap {
        visibility: visible
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down-left header .level:last-child .level-left #nav-wrap .main-navigation {
        display: block !important
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down-left header .level:last-child .level-left .hamburger-menu {
        display: none !important
    }

    body.responsive-layout.header-hamburger-menu.side-left #content-main-wrap,
    body.responsive-layout.header-hamburger-menu.side-left .rev_slider_wrapper,
    body.responsive-layout.header-hamburger-menu.side-left .site-content-footer,
    body.responsive-layout.header-hamburger-menu.side-left .site-content-header,
    body.responsive-layout.header-hamburger-menu.side-left .site-footer,
    body.responsive-layout.header-hamburger-menu.side-left .site-footer-bottom,
    body.responsive-layout.header-hamburger-menu.side-left .site-footer-top,
    body.responsive-layout.header-hamburger-menu.side-left .site-header-bottom,
    body.responsive-layout.header-hamburger-menu.side-left .site-header-top,
    body.responsive-layout.header-hamburger-menu.side-right #content-main-wrap,
    body.responsive-layout.header-hamburger-menu.side-right .rev_slider_wrapper,
    body.responsive-layout.header-hamburger-menu.side-right .site-content-footer,
    body.responsive-layout.header-hamburger-menu.side-right .site-content-header,
    body.responsive-layout.header-hamburger-menu.side-right .site-footer,
    body.responsive-layout.header-hamburger-menu.side-right .site-footer-bottom,
    body.responsive-layout.header-hamburger-menu.side-right .site-footer-top,
    body.responsive-layout.header-hamburger-menu.side-right .site-header-bottom,
    body.responsive-layout.header-hamburger-menu.side-right .site-header-top {
        margin-left: 0 !important
    }

    body.responsive-layout.header-hamburger-menu.side-left .rev_slider_wrapper,
    body.responsive-layout.header-hamburger-menu.side-right .rev_slider_wrapper {
        max-width: 100%
    }

    body.responsive-layout.header-hamburger-menu.side-left header .level:last-child .level-left:first-child,
    body.responsive-layout.header-hamburger-menu.side-right header .level:last-child .level-left:first-child {
        display: none
    }

    body.responsive-layout.header-hamburger-menu.side-left.header-background.dark-color header .footer-copyright,
    body.responsive-layout.header-hamburger-menu.side-left.header-background.primary-color header .footer-copyright,
    body.responsive-layout.header-hamburger-menu.side-right.header-background.dark-color header .footer-copyright,
    body.responsive-layout.header-hamburger-menu.side-right.header-background.primary-color header .footer-copyright {
        color: #fff
    }

    body.responsive-layout.header-hamburger-menu.side-left.header-background.dark-color header .footer-copyright a,
    body.responsive-layout.header-hamburger-menu.side-left.header-background.primary-color header .footer-copyright a,
    body.responsive-layout.header-hamburger-menu.side-right.header-background.dark-color header .footer-copyright a,
    body.responsive-layout.header-hamburger-menu.side-right.header-background.primary-color header .footer-copyright a {
        color: #fff
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width header .level:last-child {
        width: 100%
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width header .main-navigation>ul>li {
        min-width: 250px
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width header .main-navigation>ul>li.menu-down-icon>span {
        top: 10px
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width.slide-right header .level:last-child {
        margin-left: 0;
        margin-right: -100%
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width.slide-right header .level:last-child.opened {
        margin-right: 0
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width.slide-left header .level:last-child {
        margin-left: -100%
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width.slide-left header .level:last-child.opened {
        margin-left: 0
    }

    body.responsive-layout.header-background-dark header .site-logo,
    body.responsive-layout.header-background-primary header .site-logo {
        padding: 14px 18px 14px 16px !important
    }

    body.responsive-layout.header-background-dark header .level.top .level-right,
    body.responsive-layout.header-background-primary header .level.top .level-right {
        padding: 0 1.8rem
    }

    body.responsive-layout.header-background-dark header .level:last-child,
    body.responsive-layout.header-background-primary header .level:last-child {
        background-color: rgba(219, 57, 44, .95);
        border-left: 1px solid rgba(252, 186, 28, .4)
    }

    body.responsive-layout.header-background-dark header .level:last-child .level-right>.button,
    body.responsive-layout.header-background-primary header .level:last-child .level-right>.button {
        display: none !important
    }

    body.responsive-layout.header-background-dark header .level:last-child .level-right>.button:last-child,
    body.responsive-layout.header-background-primary header .level:last-child .level-right>.button:last-child {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: 3.15em
    }

    body.responsive-layout.header-background-dark header .hamburger-menu .hamburger-menu-icon,
    body.responsive-layout.header-background-primary header .hamburger-menu .hamburger-menu-icon {
        background-color: #fff
    }

    body.responsive-layout.header-background-dark header .hamburger-menu .hamburger-menu-icon:after,
    body.responsive-layout.header-background-dark header .hamburger-menu .hamburger-menu-icon:before,
    body.responsive-layout.header-background-primary header .hamburger-menu .hamburger-menu-icon:after,
    body.responsive-layout.header-background-primary header .hamburger-menu .hamburger-menu-icon:before {
        background-color: #fff
    }

    body.responsive-layout.header-background-dark header .hamburger-menu.expanded .hamburger-menu-icon,
    body.responsive-layout.header-background-primary header .hamburger-menu.expanded .hamburger-menu-icon {
        background-color: transparent
    }

    body.responsive-layout.header-background-dark header .main-navigation>ul>li>a,
    body.responsive-layout.header-background-primary header .main-navigation>ul>li>a {
        border: none
    }

    body.responsive-layout.header-background-dark header .main-navigation>ul>li>span,
    body.responsive-layout.header-background-primary header .main-navigation>ul>li>span {
        color: #fff
    }

    body.responsive-layout.header-background-dark header .main-navigation>ul>li.active,
    body.responsive-layout.header-background-dark header .main-navigation>ul>li:hover,
    body.responsive-layout.header-background-primary header .main-navigation>ul>li.active,
    body.responsive-layout.header-background-primary header .main-navigation>ul>li:hover {
        background-color: #db392c
    }

    body.responsive-layout.header-background-dark header .site-logo {
        padding: 14px 0 14px 16px !important
    }

    body.responsive-layout.header-background-dark header .site-logo .logo-text {
        margin-left: 15px;
        padding-left: 19px
    }

    body.responsive-layout.header-background-dark header .level:last-child {
        background-color: #121212;
        border-left: 1px solid #171717
    }

    body.responsive-layout.header-background-dark header .level:last-child .level-right>.button:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 3.15em
    }

    body.responsive-layout.header-background-dark header .main-navigation>ul>li.active,
    body.responsive-layout.header-background-dark header .main-navigation>ul>li:hover {
        background-color: #171717
    }

    body.responsive-layout.header-background header .hamburger-menu .hamburger-menu-icon {
        background-color: #fff
    }

    body.responsive-layout.header-background header .hamburger-menu .hamburger-menu-icon:after,
    body.responsive-layout.header-background header .hamburger-menu .hamburger-menu-icon:before {
        background-color: #fff
    }

    body.responsive-layout.header-background header .hamburger-menu.expanded .hamburger-menu-icon {
        background-color: transparent
    }

    body.responsive-layout.header-background header .main-navigation>ul>li>span {
        color: #fff
    }

    body.responsive-layout.header-background.primary-color header .site-logo img {
        -webkit-filter: brightness(0) invert(1) !important;
        filter: brightness(0) invert(1) !important
    }

    body.responsive-layout.header-background.primary-color header .level:last-child {
        background-color: #db392c;
        border-left: 1px solid rgba(252, 186, 28, .4)
    }

    body.responsive-layout.header-background.dark-color header .level:last-child {
        background-color: #121212;
        border-left: 1px solid #171717
    }

    body.responsive-layout.header-center-overlay header .site-header-inner {
        padding: 0 2.5rem !important
    }

    body.responsive-layout.menu-show-arrow-down header .main-navigation li.menu-down-icon>a:after {
        top: 40%;
        right: 44px
    }

    body.responsive-layout.header-menu-separator-dots header .main-navigation>ul>li:after,
    body.responsive-layout.header-menu-separator-line header .main-navigation>ul>li:after {
        display: none
    }

    body.responsive-layout.header-dropdown-menu-primary header .main-navigation li ul {
        border: 1px solid rgba(252, 186, 28, .4) !important
    }

    body.responsive-layout.header-dropdown-menu-primary header .main-navigation li ul li ul {
        border: none !important;
        border-top: 1px solid rgba(252, 186, 28, .4) !important
    }

    body.responsive-layout.header-dropdown-menu-primary header .main-navigation li.menu-right-icon>span {
        color: #fff
    }

    body.responsive-layout.header-dropdown-menu-dark header .main-navigation li ul {
        border: 1px solid #171717 !important
    }

    body.responsive-layout.header-dropdown-menu-dark header .main-navigation li ul li ul {
        border: none !important;
        border-top: 1px solid #171717 !important
    }

    body.responsive-layout.header-dropdown-menu-dark header .main-navigation li.menu-right-icon>span {
        color: #fff
    }

    body.responsive-layout.header-side-navigation.side-mini #content-main-wrap,
    body.responsive-layout.header-side-navigation.side-mini .rev_slider_wrapper,
    body.responsive-layout.header-side-navigation.side-mini .site-content-footer,
    body.responsive-layout.header-side-navigation.side-mini .site-content-header,
    body.responsive-layout.header-side-navigation.side-mini .site-footer,
    body.responsive-layout.header-side-navigation.side-mini .site-footer-bottom,
    body.responsive-layout.header-side-navigation.side-mini .site-footer-top,
    body.responsive-layout.header-side-navigation.side-mini .site-header-bottom,
    body.responsive-layout.header-side-navigation.side-mini .site-header-top {
        margin-left: 50px !important
    }

    body.responsive-layout.header-side-navigation.side-mini.side-right #content-main-wrap,
    body.responsive-layout.header-side-navigation.side-mini.side-right .rev_slider_wrapper,
    body.responsive-layout.header-side-navigation.side-mini.side-right .site-content-footer,
    body.responsive-layout.header-side-navigation.side-mini.side-right .site-content-header,
    body.responsive-layout.header-side-navigation.side-mini.side-right .site-footer,
    body.responsive-layout.header-side-navigation.side-mini.side-right .site-footer-bottom,
    body.responsive-layout.header-side-navigation.side-mini.side-right .site-footer-top,
    body.responsive-layout.header-side-navigation.side-mini.side-right .site-header-bottom,
    body.responsive-layout.header-side-navigation.side-mini.side-right .site-header-top {
        margin-left: 0 !important
    }

    body.responsive-layout.header-side-navigation.side-mini .rev_slider_wrapper {
        max-width: 100%
    }

    body.responsive-layout.header-side-navigation.side-mini header {
        width: 50px
    }

    body.responsive-layout.header-side-navigation.side-mini header .level.top .level-left,
    body.responsive-layout.header-side-navigation.side-mini header .level.top .level-right {
        padding-left: 7px;
        padding-right: 7px
    }

    body.responsive-layout.header-topbar .site-header-top .site-header-top-inner {
        padding: 0 2.5rem
    }

    body.responsive-layout.header-topbar header .level.top .hamburger-menu.expanded {
        top: 62px !important
    }

    body.responsive-layout.header-topbar header .level:last-child {
        padding-top: 77px !important
    }

    body.responsive-layout.header-menu-border-bottom header .main-navigation>ul>li.active:after,
    body.responsive-layout.header-menu-border-bottom header .main-navigation>ul>li:hover:after,
    body.responsive-layout.header-menu-border-top header .main-navigation>ul>li.active:after,
    body.responsive-layout.header-menu-border-top header .main-navigation>ul>li:hover:after {
        display: none
    }

    body.responsive-layout.header-menu-background-dark header .main-navigation>ul>li.active,
    body.responsive-layout.header-menu-background-dark header .main-navigation>ul>li:hover,
    body.responsive-layout.header-menu-background-primary header .main-navigation>ul>li.active,
    body.responsive-layout.header-menu-background-primary header .main-navigation>ul>li:hover {
        background-color: #e83c2e
    }

    body.responsive-layout.header-menu-background-dark header .main-navigation>ul>li.active>span,
    body.responsive-layout.header-menu-background-dark header .main-navigation>ul>li:hover>span,
    body.responsive-layout.header-menu-background-primary header .main-navigation>ul>li.active>span,
    body.responsive-layout.header-menu-background-primary header .main-navigation>ul>li:hover>span {
        color: #fff
    }

    body.responsive-layout.header-menu-background-dark header .main-navigation>ul>li.active>a,
    body.responsive-layout.header-menu-background-dark header .main-navigation>ul>li:hover>a,
    body.responsive-layout.header-menu-background-primary header .main-navigation>ul>li.active>a,
    body.responsive-layout.header-menu-background-primary header .main-navigation>ul>li:hover>a {
        color: #fff;
        background-color: transparent
    }

    body.responsive-layout.header-menu-background-dark header .main-navigation>ul>li.active,
    body.responsive-layout.header-menu-background-dark header .main-navigation>ul>li:hover {
        background-color: #121212
    }

    body.responsive-layout header .level:last-child {
        overflow-y: auto;
        overflow-x: hidden
    }

    body.responsive-layout header .main-navigation li a {
        display: inline-block
    }

    body.responsive-layout header .main-navigation li.menu-down-icon a:after,
    body.responsive-layout header .main-navigation li.menu-right-icon a:after {
        display: none
    }

    body.responsive-layout header .main-navigation li.menu-down-icon>span,
    body.responsive-layout header .main-navigation li.menu-right-icon>span {
        top: 3px;
        right: 28px;
        position: absolute;
        padding: 10px 15px;
        cursor: pointer
    }

    body.responsive-layout header .main-navigation li.menu-down-icon>span:before,
    body.responsive-layout header .main-navigation li.menu-right-icon>span:before {
        content: "\e604"
    }

    body.responsive-layout header .main-navigation li.menu-down-icon>span.opened:before,
    body.responsive-layout header .main-navigation li.menu-right-icon>span.opened:before {
        content: "\e607"
    }

    body.responsive-layout header .main-navigation li.menu-right-icon>span {
        right: 8px;
        padding: 7px 15px
    }

    body.responsive-layout header .main-navigation li ul {
        display: none
    }

    body.responsive-layout header .main-navigation li ul li ul {
        display: none
    }

    body.responsive-layout header .main-navigation li.niche-templates>ul {
        padding: 16px 18px 9px
    }

    body.responsive-layout header .main-navigation>ul>li>ul li {
        padding: 0
    }

    body.responsive-layout header .main-navigation>ul>li>ul,
    body.responsive-layout header .main-navigation>ul>li>ul ul {
        position: initial !important;
        overflow-y: auto;
        max-height: 296px;
        border-left: none !important;
        border-right: none !important;
        padding: 10px 18px
    }

    body.responsive-layout header .main-navigation>ul>li>ul ul {
        padding: 10px 0;
        max-width: 190px;
        min-width: 190px
    }

    body.responsive-layout .header-menu-icons li>ul {
        min-width: 210px;
        max-width: 210px;
        margin-top: 17px !important
    }

    body.responsive-layout .header-menu-icons li>ul li {
        min-width: 210px;
        max-width: 210px
    }

    body.responsive-layout .header-menu-icons li>ul.dropdown-shopping-cart li .button {
        width: 100%;
        margin-bottom: 0
    }

    body.responsive-layout .header-menu-icons li>ul.dropdown-user-account li .button {
        width: 100%;
        margin-bottom: 5px
    }
}

@media screen and (max-width:916px) {
    .submenu>a {
        pointer-events: none;
    }

    .pricing-table .pricing-plan {
        margin: 0
    }

    .pricing-table .pricing-plan.is-active {
        margin-top: 0 !important;
        -webkit-transform: none;
        transform: none
    }
}

@media screen and (max-width:768px) {
    body.header-topbar .site-header-top {
        display: none
    }

    body.header-topbar header .level.top .hamburger-menu.expanded {
        top: 22px !important
    }

    body.header-topbar header .level:last-child {
        padding-top: 37px !important
    }

    body.boxed-layout {
        background-color: #fff
    }

    body header .main-navigation li a {
        display: inline-block
    }

    body header .main-navigation li.menu-down-icon>span,
    body header .main-navigation li.menu-right-icon>span {
        right: 9px
    }

    body header .main-navigation li.menu-right-icon>span {
        right: 4px
    }

    body header .main-navigation>ul>li>ul li {
        padding: 0
    }

    body header .main-navigation>ul>li {
        max-width: 235px
    }

    body .subscribe-form input {
        min-width: auto
    }

    body .subscribe-form .button {
        padding: 0 15px
    }

    body .tp-caption.large_text {
        font-size: 29.8px !important;
        padding: 10px !important
    }

    body .tp-caption.small_text {
        margin-bottom: 50px !important
    }

    body .tp-caption.button,
    body .tp-caption.large_text,
    body .tp-caption.small_text {
        margin-left: 130px !important;
        margin-top: 150px !important
    }

    body .tp-caption.button {
        margin-left: 140px !important
    }

    body .tp-caption.offer-price {
        margin-right: 180px !important
    }

    body .field.has-addons .control:first-child .button,
    body .field.has-addons .control:last-child .button {
        height: 3.45em
    }

    body .subscribe-form.style-1 .field.is-grouped>.control:not(:last-child) {
        margin-right: 0
    }

    body .tparrows {
        display: none
    }

    body .image-content {
        text-align: center
    }

    body .image-content .image,
    body .image-content img {
        display: inline-block
    }

    body .image-content .content .text {
        position: initial;
        -webkit-transform: none;
        transform: none;
        padding: 0;
        padding-top: 10px
    }

    body .image-content .content .text>* {
        text-align: center
    }

    body .team .columns.is-4 .column.is-12 .team-member-meta {
        text-align: center;
        position: initial;
        -webkit-transform: none;
        transform: none
    }

    body .team .columns.is-4 .column.is-12 .team-member-meta>* {
        text-align: center
    }

    body .team .columns.is-4 .column.is-12 .team-member-meta .team-social-links .icon {
        width: 32px;
        height: 32px
    }

    body .team .columns.is-4 .column.is-12 .team-member-meta .team-social-links .icon i {
        font-size: 16px
    }

    body .heading-title:after {
        left: 40.8%
    }

    body footer .site-logo2 img {
        max-height: 35px
    }

    body footer .site-logo span.logo-text {
        font-size: 16px;
        padding: 0 5px
    }

    body footer .footer-navigation li {
        font-size: 12px
    }

    body footer .footer-navigation li a {
        padding: 15px 3px
    }

    body footer .footer-social-links li .icon {
        width: 30px;
        height: 30px
    }

    body footer .footer-social-links li .icon i {
        font-size: 13px
    }

    body .footer-bottom-content .footer-copyright {
        font-size: 12px;
        letter-spacing: 2px
    }

    body .works-latest .works-latest-item .works-latest-item-icon .icon {
        width: 40px;
        height: 40px
    }

    body .works-latest .works-latest-item .works-latest-item-meta {
        bottom: 3%
    }

    body .works-latest .works-latest-item .works-latest-item-meta h3 {
        font-size: 14px;
        margin-bottom: .3rem !important
    }

    body .works-latest .works-latest-item .works-latest-item-meta h5 {
        font-size: 13px
    }

    body .testimonials .testimonials-item p {
        font-size: 18px !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    body .testimonials .testimonials-item h3 {
        font-size: 13px
    }

    body .testimonials .testimonials-item h3:before {
        width: 20px;
        margin: 0 .8rem
    }

    body .flexslider.intro .flex-caption {
        bottom: 20%
    }

    body .flexslider.intro .flex-caption p {
        font-size: 8px;
        margin-bottom: 5px;
        display: block
    }

    body .flexslider.intro .flex-caption p:first-child {
        font-size: 12px
    }

    body .flexslider.intro .flex-caption h1 {
        font-size: 15px;
        letter-spacing: 1px
    }

    body .flexslider.intro .flex-caption .button,
    body .flexslider.intro .flex-caption a {
        padding: 0;
        padding-left: calc(1em - 1px);
        padding-right: calc(1em - 1px);
        font-size: 8px
    }

    body .flexslider.intro .flex-caption br {
        display: none
    }

    body .flexslider.intro .flex-direction-nav a {
        top: 55%;
        width: 28px;
        height: 34px
    }

    body .flexslider.intro .flex-direction-nav a:before {
        font-size: 30px
    }

    body .flexslider.intro .flex-direction-nav a.flex-prev {
        opacity: 1;
        left: 10px
    }

    body .flexslider.intro .flex-direction-nav a.flex-next {
        opacity: 1;
        right: 10px
    }

    body .flexslider.intro:hover .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    body .flexslider.intro:hover .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }

    body .call-to-action.style-1,
    body .call-to-action.style-2,
    body .call-to-action.style-3,
    body .call-to-action.style-5 {
        text-align: center
    }

    body .call-to-action.style-1 .heading,
    body .call-to-action.style-2 .heading,
    body .call-to-action.style-3 .heading,
    body .call-to-action.style-5 .heading {
        margin-right: 0;
        font-size: 30px
    }

    body .call-to-action.style-1 .title,
    body .call-to-action.style-2 .title,
    body .call-to-action.style-3 .title,
    body .call-to-action.style-5 .title {
        line-height: 35px
    }

    body .call-to-action.style-1 .heading {
        font-size: 14px
    }

    body .call-to-action.style-1 .button,
    body .call-to-action.style-2 .button {
        margin-top: 25px
    }

    body .subscribe-form.style-1 .field.is-grouped,
    body .subscribe-form.style-2 .field.is-grouped {
        display: block
    }

    body .subscribe-form.style-1 .field.is-grouped .control,
    body .subscribe-form.style-2 .field.is-grouped .control {
        margin: 0;
        display: block
    }

    body .subscribe-form.style-1 .button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 20px
    }

    body .subscribe-form.style-2 input {
        min-width: 100%
    }

    body .header-menu-icons.social {
        padding-left: 0;
        padding-top: 0
    }

    body .header-menu-icons.social li:first-child {
        padding-left: 0
    }

    body .footer-bottom-content .level .level-left .header-menu-icons.social {
        padding-top: 1.5rem
    }

    body .footer-bottom-content .main-navigation li:first-child a {
        padding-left: 0
    }

    body .page-title .level .level-right {
        margin-top: 25px
    }

    body .page-title .level .level-left {
        margin-bottom: 25px
    }

    body .page-title.is-fullheight h1,
    body .page-title.is-medium h1 {
        font-size: 20px;
        letter-spacing: 4px
    }

    body .page-title.is-fullheight h3,
    body .page-title.is-medium h3 {
        font-size: 13px
    }

    body .hero.is-medium .hero-body {
        padding-bottom: 25px;
        padding-top: 25px;
        margin-top: 50px;
    }

    body .field-body>.field:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1.8rem
    }

    body .logos.awards li {
        display: block;
        padding: 15px 0;
        border-right: 0
    }

    body .image-hover figure img {
        min-width: auto !important
    }

    body .clients-list.style-1 .client-item,
    body .clients-list.style-2 .client-item {
        margin: 4.5px 0
    }

    body .works.isotope .isotope-filter li {
        padding: 0 5px 5px;
        font-size: 12.5px;
        letter-spacing: 1px
    }

    body .works.isotope .isotope-filter.style-1 li {
        font-size: 13px;
        margin-bottom: 5px
    }

    body .works.isotope .isotope-filter.style-2 li {
        font-size: 13px;
        margin: 0 10px;
        margin-bottom: 5px;
        padding-bottom: 10px
    }

    body .works .columns .column.columns-5 .work-item .work-item-img img,
    body .works .columns .column.columns-5 .work-item figure img,
    body .works .columns.is-3 .column.columns-5 .work-item figure img {
        max-width: 100%
    }

    body .blog-list.default-style-1 .blog-post {
        padding-bottom: 20px
    }

    body .blog-list.default-style-1 .blog-post .post-image {
        margin-bottom: 20px
    }

    body .blog-list.default-style-1 .blog-post .entry-content,
    body .blog-list.default-style-1 .blog-post .entry-footer,
    body .blog-list.default-style-1 .blog-post .entry-header {
        padding: 0 20px
    }

    body .blog-list.style-3 .blog-post {
        padding: 22px 20px
    }

    body .blog-list.style-1 .blog-post {
        margin-bottom: 25px
    }

    body .blog-list.style-1 .column:nth-child(3n+2) .blog-post .post-image {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial
    }

    body .blog-list.style-list .blog-post .entry-header .entry-title {
        font-size: 15px
    }

    body .blog-list.style-list .blog-post .entry-content,
    body .blog-list.style-list .blog-post .entry-footer,
    body .blog-list.style-list .blog-post .entry-header {
        padding: 0 25px 0;
        margin-bottom: 0
    }

    body .blog-list.style-list .blog-post .entry-footer {
        padding-bottom: 25px
    }

    body .media-left,
    body .media-right {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    body .box .media-left {
        margin-right: .8rem
    }

    body .counterup.style-1 .level-item,
    body .counterup.style-5 .level-item>div {
        border-right: 0;
        text-align: center
    }

    body .counterup.style-2 .level-item,
    body .counterup.style-4 .level-item {
        margin: 5px 0
    }

    body .counterup.style-3 .level-item,
    body .counterup.style-5 .level-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    body .global-social-links li,
    body .widget-social ul li {
        padding-right: 3px;
        padding-bottom: 12px
    }

    body .box {
        padding: 1rem
    }

    body .countdown-time .item {
        margin: 16px
    }

    body .countdown-time.style-2 .item {
        border: 0
    }

    body .team .team-member .team-member-img,
    body .works .work-item .work-item-img {
        text-align: center
    }

    body .team .team-member .team-member-img img,
    body .works .work-item .work-item-img img {
        display: inline-block
    }

    body.responsive-layout.header-hamburger-menu header .level:first-child .level-left,
    body.responsive-layout.header-hamburger-menu header .level:first-child .level-right {
        display: inline-block
    }

    body.responsive-layout.header-hamburger-menu header .level:first-child .level-right {
        float: right
    }

    body.responsive-layout.header-hamburger-menu header .level:first-child .level-left {
        float: left
    }

    body.responsive-layout.header-hamburger-menu header .level:last-child .level-right {
        margin-top: 0
    }

    body.responsive-layout.header-hamburger-menu.slide-right header .level:last-child {
        width: 236px;
        margin-right: -236px
    }

    body.responsive-layout.header-hamburger-menu.slide-right header .level:last-child.opened {
        margin-right: 0
    }

    body.responsive-layout.header-hamburger-menu.slide-right.slide-overlay header .header-fullwidth .hamburger-menu.expanded {
        right: 21px
    }

    body.responsive-layout.header-hamburger-menu.slide-left header .level:last-child {
        width: 236px;
        margin-left: -236px
    }

    body.responsive-layout.header-hamburger-menu.slide-left header .level:last-child.opened {
        margin-left: 0
    }

    body.responsive-layout.header-hamburger-menu.slide-left.slide-overlay header .header-fullwidth .hamburger-menu.expanded {
        left: 21px
    }

    body.responsive-layout.header-hamburger-menu.slide-push header .level.top .hamburger-menu {
        margin-left: 0;
        margin-right: 0
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width header .level:last-child {
        width: 100%
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width header .main-navigation>ul>li {
        min-width: 235px
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width header .main-navigation>ul>li.menu-down-icon>span {
        top: 10px
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width.slide-right header .level:last-child {
        margin-left: 0;
        margin-right: -100%
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width.slide-right header .level:last-child.opened {
        margin-right: 0
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width.slide-left header .level:last-child {
        margin-left: -100%
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width.slide-left header .level:last-child.opened {
        margin-left: 0
    }

    body.responsive-layout.header-hamburger-menu.header-logo-right header .level:first-child .level-right,
    body.responsive-layout.header-hamburger-menu.slide-left header .level:first-child .level-right {
        margin-top: 0
    }

    body.responsive-layout.header-hamburger-menu.header-logo-right header .level:first-child .level-left,
    body.responsive-layout.header-hamburger-menu.slide-left header .level:first-child .level-left {
        margin-top: 1.4rem
    }

    body.responsive-layout.header-hamburger-menu.hamburger-menu-icon-background-color header .level:first-child .level-right {
        margin-top: .6rem
    }

    body.responsive-layout.header-hamburger-menu.header-logo-top header .level:first-child .level-right,
    body.responsive-layout.header-hamburger-menu.header-menu-top header .level:first-child .level-right {
        margin-top: 0
    }

    body.responsive-layout.header-hamburger-menu.header-logo-top header .level:last-child .level-right {
        margin-top: 50px
    }

    body.responsive-layout.header-background header,
    body.responsive-layout.header-background-dark header,
    body.responsive-layout.header-background-primary header {
        overflow: hidden
    }

    body.responsive-layout.header-background-dark header .site-logo {
        padding-right: 16px !important
    }

    body.responsive-layout.header-center-overlay header .site-header-inner {
        padding: 0 1.4rem 0 1rem !important
    }

    body.responsive-layout.header-topbar .site-header-top {
        display: none
    }

    body.responsive-layout.header-topbar header .level.top .hamburger-menu.expanded {
        top: 22px !important
    }

    body.responsive-layout.header-topbar header .level:last-child {
        padding-top: 37px !important
    }

    body.responsive-layout header .main-navigation li a {
        display: inline-block
    }

    body.responsive-layout header .main-navigation li.menu-down-icon>span,
    body.responsive-layout header .main-navigation li.menu-right-icon>span {
        right: 9px
    }

    body.responsive-layout header .main-navigation li.menu-right-icon>span {
        right: 4px
    }

    body.responsive-layout header .main-navigation>ul>li>ul li {
        padding: 0
    }

    body.responsive-layout header .main-navigation>ul>li {
        max-width: 235px
    }

    body header .header-fullwidth {
        padding: 0 1.4rem 0 1rem;
        background: #ffffff;
    }
}

/*# sourceMappingURL=styles.min.css.map */