﻿@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/**
*** Table Of Contents
**/
/*
** Template colors
*

Accent Colors:
1: #e4880f
2: #708090
3: #2cb129
4: #208dcc

Light section (.ls) colors:
Text color in light section: #303849
Background color for light section and font color in dark section: #ffffff
Color for headings in light section and for background in dark section (.ds): #23222d
Background color for light muted section (grey - .ls.ms): #f7f8f8
Background color for dark muted section (.ds.ms): #303849
Border colors for elements in light section (and .bordered elements): rgba(48, 56, 73, 0.1), rgba(72, 97, 115, 0.2)
Background color for elements in light section (.hero-bg): #f5f5f5

Dark section (.ds) colors: 
Text color in dark section: #9a9a9a
Border colors for elements in dark section: rgba(255, 255, 255, 0.1)
Background color for elements in dark section (.hero-bg): rgba(255, 255, 255, 0.05)

Color section (.cs) colors: 
Background color for elements in color section: rgba(255, 255, 255, 0.1)
Border color for elements in color section: rgba(255, 255, 255, 0.15)


1. Common tags styles
2. Styled lists
3. Overrides for default Bootstrap components
4. jQuery plugins styles
  - owl
  - flexslider
  - photoswipe
  - piechart
  - timetable
  - totop
  - countdown
5. Bootstrap Addons helpers styles for sections and elements
  - horizontal
  - vertical
  - sections
  - media_items
  - buttons
6. Light background sections (.ls) styles
7. Dark background sections (.ds) styles
8. Color background sections (.cs) styles
9. Bootstrap Addons utility styles
  - layout
  - colors
  - spacing
10. Shortcodes styles
  - icon-box
  - special-heading
  - number-card
  - price_table
  - quote-item
  - items-masonry
11. Widgets styles
  - search_mailchimp
  - nav_cat_arch_meta_pages
  - calendar
  - rss
  - tag_cloud
  - flickr
  - instagram
  - access_press
  - twitter
  - post_slider
  - post_tabs
  - post_2cols
12. Social icons styles
13. WordPress styles
14. Menu styles
15. Header styles
16. Side header styles
17. Intro section styles
18. Common sub-pages styles
19. Template specific sections styles
*/
fg html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

::-moz-selection {
    color: #ffffff;
    background-color: #e4880f;
}

::selection {
    color: #ffffff;
    background-color: #e4880f;
}

::-moz-selection {
    color: #ffffff;
    background-color: #e4880f;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    background-color: #ffffff;
    overflow: visible;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.1;
    word-break: break-word;
    margin-top: 0.65em;
    margin-bottom: 0.65em;
    font-family: 'Anton', sans-serif;
    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum" 1;
}

h1 {
    font-size: 60px;
    margin-bottom: 0.22em;
    margin-top: 0.97em;
}

h2 {
    font-size: 50px;
    margin-top: 1.13em;
    margin-bottom: 0.3em;
}

h3 {
    font-size: 40px;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

h4 {
    font-size: 30px;
    margin-top: 2em;
    margin-bottom: 0.34em;
}

h5 {
    font-size: 20px;
    margin-top: 3em;
    margin-bottom: 0.61em;
}

h6 {
    font-size: 18px;
    margin-top: 3.5em;
    margin-bottom: 1.1em;
}

@media (max-width: 992px) {
    h1 {
        font-size: 2.6rem;
    }

    h2 {
        font-size: 2.4rem;
    }

    h3 {
        font-size: 2.1rem;
    }

    h4 {
        font-size: 1.7rem;
    }

    h5 {
        font-size: 1.5rem;
    }

    h6 {
        font-size: 1.3rem;
    }

    h3.big {
        font-size: 2.6rem;
    }

    h4.big {
        font-size: 2.4rem;
    }

    h5.big {
        font-size: 2.1rem;
    }

    h6.big {
        font-size: 1.7rem;
    }
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

p {
    margin-bottom: 24px;
}

    ul:last-child,
    ol:last-child,
    p:last-child {
        margin-bottom: 0;
    }

        p:last-child:after {
            content: '';
            display: block;
            clear: both;
        }

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

figcaption {
    font-size: 0.95em;
    line-height: 1.4;
    padding: 17px 0 7px;
}

    figcaption p {
        margin-bottom: 0;
    }

b,
strong {
    font-weight: 700;
}

label {
    color: #23222d;
}

a {
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    color: #303849;
}

    a:hover {
        color: #e4880f;
        text-decoration: none;
        transition: all 0.15s linear 0s;
    }

p a:not([class]) {
    color: #e4880f;
}

    p a:not([class]):hover {
        color: black;
    }

blockquote {
    font-style: italic;
    max-width: 100%;
    padding: 0;
    margin: 33px 0 28px;
}

@media (min-width: 768px) {
    blockquote {
        margin: 49px 0 53px;
    }
}

blockquote.styled-blockquote {
    text-align: center;
}

@media (min-width: 768px) {
    blockquote.styled-blockquote {
        max-width: 83%;
        padding: 0 0 0 80px;
        text-align: inherit;
    }
}

blockquote .quote-author {
    position: relative;
}

    blockquote .quote-author img {
        max-width: 150px;
        margin: 0 auto 20px;
        display: block;
    }

@media (min-width: 768px) {
    blockquote .quote-author img {
        float: left;
        margin-top: -18px;
        margin-bottom: 0;
        margin-right: 57px;
    }
}

blockquote .quote-author:before {
    content: "";
    -webkit-mask: url(../img/quote-mark.png) no-repeat center/contain;
    background-color: #e4880f;
    width: 55px;
    height: 43px;
    position: absolute;
    top: -15px;
    right: -105px;
    z-index: 10;
}

@media (min-width: 768px) {
    blockquote .quote-author:before {
        top: -30px;
        right: 27px;
    }
}

blockquote footer {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
}

    blockquote footer span {
        font-weight: 300;
    }

        blockquote footer span:before {
            content: "|";
            font-size: 20px;
            font-weight: 400;
            margin: 0 24px 0 21px;
            position: relative;
            top: 1px;
        }

@media (max-width: 767px) {
    blockquote footer span:before {
        margin: 0 10px 0 15px;
    }
}

blockquote p {
    margin-bottom: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus {
    outline: medium none;
    text-decoration: none;
}

a > img {
    transition: all 0.15s ease-in-out 0s;
}

a:hover > img {
    opacity: 0.9;
}

hr {
    border-color: rgba(48, 56, 73, 0.1);
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

iframe {
    border: none;
    max-width: 100%;
}

table {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
}

    table td,
    table th {
        padding: 11px 13px;
        line-height: 1.42857143;
        vertical-align: middle;
        border: 1px solid #e7e7e7;
    }

    table th {
        color: #23222d;
        font-weight: normal;
        vertical-align: middle;
    }

.wp-block-table td,
.wp-block-table th,
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: #e7e7e7;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

pre {
    line-height: 1.5;
    background-color: rgba(150, 150, 150, 0.05);
    padding: 0.5em 1em;
}

.big {
    font-size: 20px;
    line-height: 1.5;
}

    .big em {
        display: inline-block;
        margin: 0.3em 0 0;
    }

@media (min-width: 768px) {
    .big em {
        margin: 1em 0 0.5em;
    }
}

.media h3 {
    text-transform: uppercase;
}

.media .dropcap {
    margin-right: 0;
}

.small-text {
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

@media (min-width: 768px) {
    .small-text.extra-letter-spacing {
        letter-spacing: 1em;
    }
}

ul,
ol {
    padding-left: 0.99rem;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

.list-bordered {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .list-bordered li {
        padding-top: 7px;
        padding-bottom: 8px;
        border-top: 1px solid rgba(72, 97, 115, 0.2);
        border-bottom: 1px solid rgba(72, 97, 115, 0.2);
    }

        .list-bordered li + li {
            border-top: none;
        }

    .list-bordered.no-top-border > li:first-child {
        border-top: none;
    }

    .list-bordered.no-bottom-border > li:last-child {
        border-bottom: none;
    }

.list-styled ul,
ul.list-styled {
    list-style: none;
    padding: 0;
}

    .list-styled ul.list-wide li,
    ul.list-styled.list-wide li {
        padding: 9px 0;
    }

    .list-styled ul li,
    ul.list-styled li {
        position: relative;
        padding: 4px 0;
        line-height: 1.4;
    }

@media (min-width: 992px) {
    .list-styled ul li,
    ul.list-styled li {
        padding: 7px 0;
        line-height: 1;
    }
}

.list-styled ul li:first-child,
ul.list-styled li:first-child {
    padding-top: 0 !important;
}

.list-styled ul li:last-child,
ul.list-styled li:last-child {
    padding-bottom: 0 !important;
}

.list-styled ul li:before,
ul.list-styled li:before {
    font-family: 'FontAwesome';
    content: "\f054";
    font-size: 10px;
    color: #e4880f;
    position: relative;
    top: -1px;
    padding-right: 13px;
}

.list-styled ol,
ol.list-styled {
    padding: 0;
    counter-reset: li;
    list-style: none outside none;
}

    .list-styled ol li,
    ol.list-styled li {
        padding: 3px 0 3px 0;
    }

        .list-styled ol li:first-child,
        ol.list-styled li:first-child {
            padding-top: 0 !important;
        }

        .list-styled ol li:last-child,
        ol.list-styled li:last-child {
            padding-bottom: 0 !important;
        }

        .list-styled ol li:before,
        ol.list-styled li:before {
            content: "." counter(li, decimal-leading-zero);
            counter-increment: li;
            color: #e4880f;
            font-weight: 500;
            position: relative;
            left: 0;
            padding-right: 11px;
        }

.bg-maincolor2 .list-bordered li {
    padding-top: 7px;
    padding-bottom: 8px;
    border-color: rgba(255, 255, 255, 0.2);
}

.list-styled2 ol li,
ol.list-styled2 li {
    padding-left: 3px;
}

    .list-styled2 ol li + li,
    ol.list-styled2 li + li {
        padding-top: 17px;
    }

.list-styled2 ul,
ul.list-styled2 {
    list-style: none;
    padding: 0;
    margin: -4px 0 21px;
}

    .list-styled2 ul li,
    ul.list-styled2 li {
        position: relative;
        padding: 9px 0;
        line-height: 1;
    }

        .list-styled2 ul li:first-child,
        ul.list-styled2 li:first-child {
            padding-top: 0 !important;
        }

        .list-styled2 ul li:last-child,
        ul.list-styled2 li:last-child {
            padding-bottom: 0 !important;
        }

        .list-styled2 ul li:before,
        ul.list-styled2 li:before {
            font-family: 'FontAwesome';
            content: "\f111";
            font-size: 3px;
            position: relative;
            top: -4px;
            padding-right: 12px;
        }

.list-icons {
    list-style: none;
    padding-left: 0;
}

.cs ul.list-styled li:before {
    color: #ffffff;
}

/*
** Bootstrap Overrides
*/
/* bootstrap breadcrumbs*/
.breadcrumb {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: 20px;
}

    .breadcrumb > li {
        display: inline-block;
        padding: 0;
        float: none;
    }

.text-center .breadcrumb {
    justify-content: center;
}

@media (min-width: 992px) {
    .text-lg-right .breadcrumb {
        justify-content: flex-end;
    }
}

@media (min-width: 992px) {
    .text-lg-start .breadcrumb {
        justify-content: flex-start;
    }
}

@media (max-width: 992px) {
    .page_title h1 {
        font-size: 30px;
    }
}

.breadcrumb > .active {
    color: #e4880f;
    font-weight: 400;
}

.breadcrumb-item + .breadcrumb-item {
    padding: 0;
}

    .breadcrumb-item + .breadcrumb-item:before {
        display: none;
    }

.breadcrumb-item:not(:last-child):after {
    display: inline-block;
    padding: 0 14px 0 11px;
    color: #ffffff;
    content: "/";
}

@media (max-width: 767px) {
    .breadcrumb-item:nth-child(2n):not(.last-item):after {
        display: none;
    }
}

@media (min-width: 992px) {
    .breadcrumb-nowrap .breadcrumb {
        flex-wrap: nowrap;
    }

        .breadcrumb-nowrap .breadcrumb > *:not(.last-item) {
            flex-shrink: 0;
        }
}

/* forms */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select,
.form-control {
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    color: #303849;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 9px;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid rgba(35, 34, 45, 0.1);
    width: 100%;
}

input[disabled] {
    opacity: .4;
    cursor: not-allowed;
}

input[type="submit"],
button {
    cursor: pointer;
}

select.form-control:not([size]):not([multiple]) {
    height: 60px;
}

input[type="submit"]:not(.btn),
button:not(.btn) {
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.3em;
    border: 1px solid #e4880f;
    text-transform: uppercase;
    padding: 22px 25px;
    border-radius: 0;
    font-weight: 700;
    line-height: 1;
    background-color: #e4880f;
    color: #303849;
    transition: all 0.2s ease-in-out;
}

.ds input[type="submit"]:not(.btn):not([class]),
.cs input[type="submit"]:not(.btn):not([class]),
.ds button:not(.btn):not([class]),
.cs button:not(.btn):not([class]) {
    background-color: #ffffff;
    color: #303849;
    border-color: #ffffff;
}

    .ds input[type="submit"]:not(.btn):not([class]):hover,
    .cs input[type="submit"]:not(.btn):not([class]):hover,
    .ds button:not(.btn):not([class]):hover,
    .cs button:not(.btn):not([class]):hover {
        color: #ffffff;
        background-color: transparent;
        border-color: #ffffff;
    }

input[type="submit"]:not(.btn):hover,
button:not(.btn):hover {
    color: #ffffff;
    background-color: #303849;
    border-color: #303849;
}

textarea,
textarea.form-control {
    padding-top: 18px;
    height: auto;
    padding-bottom: 14px;
}

    textarea.small,
    textarea.form-control.small {
        padding-top: 16px;
    }

.form-group {
    position: relative;
}

[class*='col-'] > .form-group {
    margin-bottom: 0;
}

    [class*='col-'] > .form-group + .form-group {
        margin-top: 10px;
    }

.has-placeholder label {
    display: none;
}

/* select styling */
select[multiple] {
    height: auto;
}

select option,
.form-control option {
    color: #23222d;
    background-color: #ffffff;
    font-weight: 300;
}

.form-control-unstyled {
    border: none;
    background-color: transparent;
}

.form-control:focus {
    border-color: rgba(35, 34, 45, 0.19);
    box-shadow: none;
}

.form-control.invalid {
    border-color: #dc5753;
}

.form-control:-moz-placeholder {
    color: #303849;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #303849;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #303849;
}

.form-control::-webkit-input-placeholder {
    color: #303849;
}

.form-control:focus:-moz-placeholder {
    color: transparent;
}

.form-control:focus::-moz-placeholder {
    color: transparent;
}

.form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

/*icons for forms */
form label + [class*="fa-"],
form label + [class^="ico-"] {
    position: absolute;
    font-size: 14px;
    left: 27px;
    top: 24px;
    width: 1em;
    text-align: center;
}

    form label + [class*="fa-"] + .form-control,
    form label + [class*="ico-"] + .form-control {
        padding-left: 46px;
    }

label {
    font-weight: 400;
}

.checkbox label,
.radio label {
    font-weight: inherit;
}

    .checkbox label[for],
    .radio label[for] {
        font-weight: inherit;
    }

        .checkbox label[for] + input[type=checkbox],
        .checkbox label[for] + input[type=radio],
        .radio label[for] + input[type=checkbox],
        .radio label[for] + input[type=radio] {
            left: 20px;
        }

input[type=checkbox],
input[type=radio] {
    margin-top: 8px;
}

.form-wrapper.hero-bg,
.form-wrapper.muted-bg,
.form-wrapper.cs,
.form-wrapper.ds,
.form-wrapper.ls {
    padding: 35px;
}

.has-error .form-control {
    border-color: #e4880f;
}

.has-error label,
.has-error .help-block {
    color: #e4880f;
}

/*styled checkbox */
.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox label + input[type="checkbox"],
.checkbox label > input[type="checkbox"] {
    display: inline-block;
}

input[type="checkbox"] + label {
    padding-left: 0;
}

    input[type="checkbox"] + label > a {
        color: #23222d;
    }

    input[type="checkbox"] + label:before {
        content: "";
        font-family: "FontAwesome";
        display: inline-block;
        vertical-align: middle;
        margin: 1px 10px 4px 0;
        text-align: center;
        width: 16px;
        height: 16px;
        line-height: 14px;
        font-size: 12px;
        border: 1px solid rgba(48, 56, 73, 0.1);
    }

input[type="checkbox"]:checked + label:before {
    content: "\f00c";
    color: #23222d;
}

input[type="checkbox"]:disabled + label:before {
    background-color: rgba(48, 56, 73, 0.1);
}

/*styled radio*/
.radio input[type="radio"] {
    display: none;
}

.radio label + input[type="radio"],
.radio label > input[type="radio"] {
    display: inline-block;
}

input[type="radio"] + label {
    padding-left: 0;
}

    input[type="radio"] + label > a {
        color: #999999;
    }

    input[type="radio"] + label:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-bottom: 2px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 2px solid rgba(48, 56, 73, 0.1);
    }

input[type="radio"]:checked + label:before {
    padding: 3px;
    background-color: #23222d;
    background-clip: content-box;
}

input[type="radio"]:disabled + label:before {
    background-color: rgba(48, 56, 73, 0.1);
}

.select_container {
    position: relative;
}

    .select_container:before {
        color: #e4880f;
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 16px;
        position: absolute;
        right: 21px;
        top: 30%;
        pointer-events: none;
        font-weight: 600;
    }

select {
    padding-left: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.wp-block-categories.wp-block-categories-dropdown {
    margin-bottom: 15px;
}

.form-error {
    color: #dc5753;
}

.form-error-message .fw-flash-messages {
    margin-top: 20px;
    color: #dc5753;
}

select.form-control {
    padding-right: 47px;
}

/* carousel */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-indicators li {
    max-width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* bootstrap tabs*/
.nav-tabs {
    border-bottom: none;
}

    .nav-tabs .nav-item {
        margin-bottom: 0;
    }

    .nav-tabs .nav-link {
        border-radius: 0;
        border: 0;
        background-color: #f7f8f8;
        margin-right: 4px;
    }

        .nav-tabs .nav-link:hover {
            color: #23222d;
            background-color: #e4880f;
        }

        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            background: #e4880f;
        }

.nav-link {
    padding: 19px 50px 17px;
    color: #303849;
}

@media (max-width: 767px) {
    .nav-link {
        padding: 10px;
    }
}

.small-tabs .nav-link {
    padding: 10px 15px;
}

.tab-content {
    border: 1px solid rgba(48, 56, 73, 0.1);
    padding: 20px;
}

@media (min-width: 768px) {
    .tab-content {
        padding: 40px;
    }
}

.tab-content p strong {
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 7px;
    display: inline-block;
}

@media (min-width: 768px) {
    .tab-content p strong {
        margin-top: 27px;
        margin-bottom: 17px;
    }
}

.tab-content p strong:first-child {
    margin-top: 0;
}

.tab-pane .media img {
    max-width: 40%;
}

    .tab-pane .media img:first-child {
        margin-right: 10px;
    }

.tab-pane .media h3,
.tab-pane .media h4,
.tab-pane .media h5 {
    font-weight: 900;
}

.vertical-tab.nav-tabs {
    padding: 0;
}

@media (min-width: 768px) {
    .vertical-tab.nav-tabs {
        max-width: 370px;
    }
}

.vertical-tab.nav-tabs .nav-item {
    border-bottom: 1px solid rgba(48, 56, 73, 0.2);
    font-weight: 500;
    font-size: 20px;
}

    .vertical-tab.nav-tabs .nav-item:last-child {
        border-bottom: 0;
    }

    .vertical-tab.nav-tabs .nav-item.show .nav-link,
    .vertical-tab.nav-tabs .nav-item .nav-link.active {
        background-color: transparent;
        border-color: inherit;
        border: 0;
        color: #e4880f;
    }

    .vertical-tab.nav-tabs .nav-item .nav-link {
        font-weight: 900;
        font-style: italic;
        background-color: transparent;
        border: 0;
        padding: 11px 0 10px;
    }

        .vertical-tab.nav-tabs .nav-item .nav-link:before {
            font-size: 12px;
            font-style: normal;
            padding-right: 16px;
        }

.vertical-tab-content {
    padding: 0;
}

.nav-tabs.special-nav {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .nav-tabs.special-nav {
        justify-content: center;
    }
}

.nav-tabs.special-nav .nav-link {
    background-color: transparent;
    position: relative;
    padding: 0 0 17px 0;
    margin-right: 0;
}

@media (max-width: 1199px) {
    .nav-tabs.special-nav .nav-link {
        padding: 0 0 4px 0;
        margin: 0 20px 10px;
    }
}

.nav-tabs.special-nav .nav-link.active {
    color: #e4880f;
}

.nav-tabs.special-nav .nav-link:after {
    background-color: #e4880f;
    bottom: -3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 0;
}

.nav-tabs.special-nav .nav-link:hover:after,
.nav-tabs.special-nav .nav-link.active:after {
    width: 100%;
}

.special-tab {
    border: 0;
    padding: 28px 0 42px;
}

@media (max-width: 767px) {
    .special-tab {
        padding: 10px 0 20px;
    }
}

/* bootstrap collapse*/
.accordion.with-bg {
    padding: 50px;
    background-color: #f7f8f8;
}

.card:first-child .card-header a {
    padding-top: 0;
    margin-top: -1px;
}

[data-toggle="collapse"] {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

    [data-toggle="collapse"]:after {
        position: absolute;
        right: 0;
        top: 30%;
        margin-top: -2px;
        font-size: 10px;
        font-family: 'FontAwesome';
        content: "\f078";
    }

    [data-toggle="collapse"].collapsed:after {
        content: "\f054";
    }

[role="tablist"] .card {
    border-radius: 0;
    border: none;
    background: none;
    margin-bottom: 10px;
}

    [role="tablist"] .card:last-child {
        margin-bottom: 0;
    }

[role="tablist"] .card-header {
    padding: 0;
    background: none;
    border: none;
}

    [role="tablist"] .card-header a {
        font-size: 20px;
        color: #23222d;
        display: block;
        position: relative;
        padding: 15px 70px 15px 0;
        border-bottom: 2px solid rgba(48, 56, 73, 0.1);
    }

        [role="tablist"] .card-header a:after {
            content: '\f107';
            font-family: 'FontAwesome';
            width: auto;
            position: absolute;
            right: 0;
            top: 50%;
            bottom: auto;
            transition: all .3s ease-in-out;
            font-size: 16px;
            font-weight: 900;
            color: #e4880f;
            line-height: 30px;
            margin-top: -21px;
            vertical-align: top;
            transform: rotate(180deg);
        }

        [role="tablist"] .card-header a.collapsed {
            opacity: 0.8;
            border-width: 1px;
        }

            [role="tablist"] .card-header a.collapsed:hover {
                opacity: 1;
                color: #e4880f;
            }

            [role="tablist"] .card-header a.collapsed i {
                color: #e4880f;
            }

            [role="tablist"] .card-header a.collapsed:after {
                transform: rotate(0deg);
                content: '\f107';
            }

[role="tablist"] .card-body {
    padding: 13px 0;
}

[role="tablist"] .media img {
    max-width: 80px;
}

[role="tablist"] .tab-side + .tab-side {
    margin-top: 15px;
}

/* bootstrap dropdown menu */
.dropdown-menu {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    z-index: 1001;
    margin-top: 0;
    padding: 40px;
    background-color: #ffffff;
    font-size: inherit;
    line-height: 1.5;
}

    .dropdown-menu > a {
        display: block;
        white-space: nowrap;
    }

        .dropdown-menu > a > img {
            max-width: none;
        }

        .dropdown-menu > a + a {
            margin-top: 1.5em;
        }

.dropdown .dropdown-menu label,
.dropdown .dropdown-menu h3,
.dropdown .dropdown-menu h4 {
    color: #23222d;
}

.dropdown.show .dropdown-menu input {
    border: 1px solid rgba(48, 56, 73, 0.1);
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #23222d;
    background-color: transparent;
}

.dropdwon-menu-title {
    padding: 10px 30px;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

/* modal */
.modal.fade {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    opacity: 0;
    transition: all 0.3s;
    perspective: 1300px;
}

.show.modal.fade {
    transform: rotateX(0deg);
    opacity: 1;
    padding: 0 !important;
}

.modal-open {
    padding-right: 0 !important;
}

.modal-backdrop.show {
    background-color: #1a202e;
    opacity: 0.8;
}

.modal-content {
    border-radius: 1px;
}

    .modal-content [class*="col-"]:last-child {
        margin-bottom: 0;
    }

@media (min-width: 576px) {
    .modal .modal-dialog {
        max-width: 700px;
    }
}

.modal .modal-content .modal-body {
    padding: 40px;
}

.modal-search .modal-dialog {
    max-width: 100%;
    margin: 0;
}

    .modal-search .modal-dialog .modal-content {
        border: 0;
    }

/* media elements */
.media > img {
    display: block;
}

.media-body h3,
.media-body h4,
.media-body h5,
.media-body h6 {
    line-height: 1;
    margin-bottom: 12px;
}

* + .media-body,
.media-body + * {
    margin-left: 20px;
}

td .media-body {
    width: auto;
}

.embed-responsive-3by2 {
    height: 0;
    padding-bottom: 48.3%;
    background-color: #23222d;
}

    .embed-responsive-3by2 a > img {
        opacity: 0.3;
    }

    .embed-responsive-3by2 a:hover > img {
        opacity: 0.3;
    }

.video-post .embed-responsive-3by2 {
    padding-bottom: 41%;
}

.embed-responsive-21by9 {
    height: 0;
    padding-bottom: 42.8571%;
    background-color: #23222d;
}

    .embed-responsive-21by9 a > img {
        opacity: 0.3;
    }

    .embed-responsive-21by9 a:hover > img {
        opacity: 0.3;
    }

.video-post .embed-responsive-21by9 {
    padding-bottom: 41.5%;
}

.embed-placeholder:after,
.video-link:after {
    transition: all 0.3s ease-in-out;
    content: "\e904";
    font-family: 'icomoon';
    position: absolute;
    color: #e4880f;
    font-size: 60px;
    line-height: 56px;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.embed-placeholder:hover:after,
.video-link:hover:after {
    color: #ffffff;
}

.alert {
    border-radius: 0;
    border-width: 0;
    padding: 18px 33px;
    margin-bottom: 20px;
    color: #23222d;
}

    .alert:last-child {
        margin-bottom: 0;
    }

    .alert:before {
        content: "";
        font-family: FontAwesome;
        position: relative;
        top: 0;
        left: -4px;
        font-size: 14px;
    }

.alert-success {
    background-color: #4db19e;
    color: #ffffff;
}

    .alert-success:before {
        content: "\f058";
    }

.alert-info {
    background-color: #007ebd;
    color: #ffffff;
}

    .alert-info:before {
        content: "\f06a";
    }

.alert-warning {
    background-color: #eeb269;
}

    .alert-warning:before {
        content: "\f071";
    }

.alert-danger {
    background-color: #dc5753;
    color: #ffffff;
}

    .alert-danger:before {
        content: "\f057";
    }

.mark,
mark {
    color: #e4880f;
    background-color: transparent;
    padding: 0;
}

button.close {
    min-width: 0;
}

/* small in headings */
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    color: inherit;
    font-weight: 300;
}

/* labels */
.label-success {
    color: #ffffff;
    background-color: #4db19e;
}

.label-info {
    color: #ffffff;
    background-color: #007ebd;
}

.label-warning {
    color: #ffffff;
    background-color: #eeb269;
}

.label-danger {
    color: #ffffff;
    background-color: #dc5753;
}

/*progress bars*/
.progress {
    background-color: #e5e5e5;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 1px;
    margin-bottom: 47px;
    margin-top: 2px;
    overflow: visible;
    position: relative;
}

    .progress:last-child {
        margin-bottom: 10px;
    }

    .progress .progress-bar {
        border-radius: 5px;
        box-shadow: none;
        color: inherit;
        height: 4px;
        transition: width 0.5s ease 0.2s;
        margin-top: -1.11px;
    }

        .progress .progress-bar span {
            color: #303849;
            font-size: 16px;
            position: absolute;
            right: 0;
            top: -37px;
        }

    .progress [data-transitiongoal] {
        width: 0;
    }

.progress-title {
    margin-bottom: 13px;
}

.card {
    border: 0;
    border-radius: 0 !important;
}

@media (max-width: 767px) {
    .p-50 {
        padding: 25px !important;
    }
}

.images-wrap-item a:hover > img {
    opacity: 1;
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #ffffff !important;
}

.wp-block-group.has-background + a.more-link {
    margin-top: 25px;
}

.gallery-caption .wp-caption-text,
.wp-caption .wp-caption-text {
    color: #23222d;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*
**plugins
*/
/* Owl carousel v 2.1.6 styles */
/* Owl Carousel - Core */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-color-main-color: transparent;
    position: relative;
    z-index: 1;
    touch-action: manipulation;
}

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

    .owl-carousel.owl-shadow-items .owl-stage {
        padding-top: 0;
        padding-bottom: 5px;
    }

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

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

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

        .owl-carousel .owl-item .box-shadow {
            height: 100%;
        }

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

    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
        display: none;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: all 0.3s ease-in-out;
    }

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

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

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

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

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

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

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

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

    .owl-carousel .owl-dots {
        text-align: center;
        -webkit-tap-color-main-color: transparent;
        line-height: 1;
    }

        .owl-carousel .owl-dots .owl-dot {
            display: inline-block;
            zoom: 1;
            *display: inline;
        }

            .owl-carousel .owl-dots .owl-dot span {
                width: 8px;
                height: 8px;
                margin: 5px 12px;
                border: 1px solid #ffffff;
                background-color: #ffffff;
                display: block;
                opacity: 0.5;
                -webkit-backface-visibility: visible;
                transition: all 200ms ease;
                border-radius: 50%;
            }

            .owl-carousel .owl-dots .owl-dot.active span,
            .owl-carousel .owl-dots .owl-dot:hover span {
                opacity: 1;
                border-color: #ffffff;
            }

    .owl-carousel .owl-nav {
        transition: all 0.3s ease;
    }

        .owl-carousel .owl-nav > div,
        .owl-carousel .owl-nav > button {
            background-color: #e4880f;
            border: 0;
            bottom: 0;
            height: 40px;
            margin: 0;
            right: -80px;
            text-align: center;
            top: 50%;
            width: 39px;
            padding: 0;
        }

@media (max-width: 575px) {
    .owl-carousel .owl-nav > div,
    .owl-carousel .owl-nav > button {
        right: -13px;
    }
}

.owl-carousel .owl-nav > div.disabled,
.owl-carousel .owl-nav > button.disabled {
    opacity: 0.2;
    cursor: default;
}

    .owl-carousel .owl-nav > div.disabled:hover,
    .owl-carousel .owl-nav > button.disabled:hover {
        cursor: default;
        opacity: 0.2;
    }

.owl-carousel .owl-nav > div:hover,
.owl-carousel .owl-nav > button:hover {
    background-color: #303849;
}

.owl-carousel .owl-nav > div i,
.owl-carousel .owl-nav > button i {
    line-height: 40px;
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease-in-out 0s;
    margin: 0;
}

.owl-carousel .owl-nav > div:first-child,
.owl-carousel .owl-nav > button:first-child {
    left: -80px;
    right: auto;
}

@media (max-width: 575px) {
    .owl-carousel .owl-nav > div:first-child,
    .owl-carousel .owl-nav > button:first-child {
        left: -13px;
    }
}

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

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

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

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

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

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

    100% {
        opacity: 0;
    }
}

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

    100% {
        opacity: 0;
    }
}

/* Owl Carousel - Auto Height Plugin */
.owl-height {
    transition: height 500ms ease-in-out;
}

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

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

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

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

    .owl-carousel .owl-video-play-icon:hover {
        transform: scale(1.3, 1.3);
    }

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

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

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*
THEMES
Owl Default Theme
*/
.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    opacity: 1;
    right: 0;
    left: 0;
    text-align: center;
    -webkit-tap-color-main-color: transparent;
}

    .owl-theme .owl-nav > div,
    .owl-theme .owl-nav > button {
        position: absolute;
        text-align: center;
    }

    .owl-theme .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
    }

.owl-theme .owl-dots {
    margin-top: 40px;
}

.item-media .owl-theme .owl-dots {
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 20px;
}

/* .owl-center theme */
/*theme with nav at the top right corner*/
.top-right-nav .owl-nav {
    position: absolute;
    top: -55px;
    right: 2.4em;
}

    .top-right-nav .owl-nav > div,
    .top-right-nav .owl-nav > button {
        position: absolute;
        background-color: #303849;
        min-width: 2em;
        right: auto;
    }

        .top-right-nav .owl-nav > div:hover,
        .top-right-nav .owl-nav > button:hover {
            background-color: #e4880f;
        }

            .top-right-nav .owl-nav > div:hover i,
            .top-right-nav .owl-nav > button:hover i {
                color: #303849;
            }

        .top-right-nav .owl-nav > div:first-child,
        .top-right-nav .owl-nav > button:first-child {
            left: auto;
            right: 0.8em;
        }

        .top-right-nav .owl-nav > div i,
        .top-right-nav .owl-nav > button i {
            font-size: 1em;
        }

/*theme with text nav*/
.owl-text-nav .owl-nav {
    display: none;
    text-align: center;
    -webkit-tap-color-main-color: transparent;
}

@media (min-width: 1560px) {
    .owl-text-nav .owl-nav {
        display: block;
        position: absolute;
        top: 50%;
        right: -13vw;
        left: -13vw;
    }
}

@media (min-width: 1800px) {
    .owl-text-nav .owl-nav {
        right: -15vw;
        left: -15vw;
    }
}

.owl-text-nav .owl-nav > div,
.owl-text-nav .owl-nav > button {
    position: absolute;
    right: 10px;
    text-align: center;
    margin-top: -30px;
}

    .owl-text-nav .owl-nav > div > span,
    .owl-text-nav .owl-nav > button > span {
        font-weight: 900;
        line-height: 1;
        display: block;
    }

@media (min-width: 1560px) {
    .owl-text-nav .owl-nav > div > span,
    .owl-text-nav .owl-nav > button > span {
        line-height: 1;
        font-size: 38px;
        max-width: 5em;
    }
}

.small-gallery-carousel a {
    display: block;
    overflow: hidden;
}

    .small-gallery-carousel a img {
        transition: all 0.3s ease-in-out;
        opacity: 0.4;
    }

    .small-gallery-carousel a:hover img {
        opacity: 0.2;
        transform: scale(1.2, 1.2);
    }

.small-gallery-carousel .owl-nav > div,
.small-gallery-carousel .owl-nav > button {
    opacity: 1;
    margin-top: -8px;
}

    .small-gallery-carousel .owl-nav > div i,
    .small-gallery-carousel .owl-nav > button i {
        font-size: 20px;
    }

/* owl images fix */
.owl-carousel .owl-item {
    transition: opacity 0.2s ease 0.1s;
    opacity: 0;
}

    .owl-carousel .owl-item.active {
        opacity: 1;
    }

.owl-center .owl-item {
    opacity: 1;
}

.owl-carousel.with-shadow .owl-stage {
    margin-bottom: 5px;
}

.ls .owl-dots .owl-dot span {
    border: 1px solid #303849;
    background-color: #303849;
}

.ls .owl-dots .owl-dot.active span,
.ls .owl-dots .owl-dot:hover span {
    opacity: 1;
    border-color: #303849;
}

.topline-news-nav-arrow.prev-arrow.fa.fa-chevron-left:before {
    position: relative;
    left: -2px;
}

.topline-news-nav-arrow.prev-arrow.fa.fa-chevron-right:before {
    position: relative;
    right: -2px;
}

.post .owl-theme .owl-nav,
.single-post .owl-theme .owl-nav,
.single-gallery .owl-theme .owl-nav {
    bottom: 0;
    left: 0;
    position: static;
    right: 0;
    top: 50%;
}

    .post .owl-theme .owl-nav > div,
    .post .owl-theme .owl-nav > button,
    .single-post .owl-theme .owl-nav > div,
    .single-post .owl-theme .owl-nav > button,
    .single-gallery .owl-theme .owl-nav > div,
    .single-gallery .owl-theme .owl-nav > button {
        background-color: rgba(35, 34, 45, 0.7);
        right: 0;
        opacity: 1;
        bottom: 0;
        height: 100%;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        border-radius: 0;
    }

        .post .owl-theme .owl-nav > div:hover,
        .post .owl-theme .owl-nav > button:hover,
        .single-post .owl-theme .owl-nav > div:hover,
        .single-post .owl-theme .owl-nav > button:hover,
        .single-gallery .owl-theme .owl-nav > div:hover,
        .single-gallery .owl-theme .owl-nav > button:hover {
            background-color: rgba(35, 34, 45, 0.8);
        }

            .post .owl-theme .owl-nav > div:hover i,
            .post .owl-theme .owl-nav > button:hover i,
            .single-post .owl-theme .owl-nav > div:hover i,
            .single-post .owl-theme .owl-nav > button:hover i,
            .single-gallery .owl-theme .owl-nav > div:hover i,
            .single-gallery .owl-theme .owl-nav > button:hover i {
                color: #ffffff;
            }

        .post .owl-theme .owl-nav > div:first-child,
        .post .owl-theme .owl-nav > button:first-child,
        .single-post .owl-theme .owl-nav > div:first-child,
        .single-post .owl-theme .owl-nav > button:first-child,
        .single-gallery .owl-theme .owl-nav > div:first-child,
        .single-gallery .owl-theme .owl-nav > button:first-child {
            right: auto;
            left: 0;
        }

            .post .owl-theme .owl-nav > div:first-child i:before,
            .post .owl-theme .owl-nav > button:first-child i:before,
            .single-post .owl-theme .owl-nav > div:first-child i:before,
            .single-post .owl-theme .owl-nav > button:first-child i:before,
            .single-gallery .owl-theme .owl-nav > div:first-child i:before,
            .single-gallery .owl-theme .owl-nav > button:first-child i:before {
                content: "\f053";
            }

        .post .owl-theme .owl-nav > div i,
        .post .owl-theme .owl-nav > button i,
        .single-post .owl-theme .owl-nav > div i,
        .single-post .owl-theme .owl-nav > button i,
        .single-gallery .owl-theme .owl-nav > div i,
        .single-gallery .owl-theme .owl-nav > button i {
            font-family: 'FontAwesome' !important;
            right: 15px;
            color: #e4880f;
            font-size: 14px;
            left: 30%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

            .post .owl-theme .owl-nav > div i:before,
            .post .owl-theme .owl-nav > button i:before,
            .single-post .owl-theme .owl-nav > div i:before,
            .single-post .owl-theme .owl-nav > button i:before,
            .single-gallery .owl-theme .owl-nav > div i:before,
            .single-gallery .owl-theme .owl-nav > button i:before {
                content: "\f054";
            }

#blog .owl-stage,
#blog .owl-stage .owl-item,
#blog .owl-item .owl-carousel-item,
#blog .owl-item .owl-carousel-item .vertical-item {
    display: flex;
}

    #blog .owl-item .owl-carousel-item .vertical-item {
        flex-direction: column;
    }

#blog .grow-wrap {
    flex-grow: 1;
}

/*
** Flexslider
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles */
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
        width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme */
.flexslider {
    margin: 0 0;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        font-size: 0;
        color: transparent;
        text-align: center;
    }

    .flex-direction-nav .flex-prev {
        left: 40px;
    }

    .flex-direction-nav .flex-next {
        right: 40px;
        text-align: right;
    }

.flexslider:hover .flex-prev {
    opacity: 0.7;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
}

    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "FontAwesome";
    font-size: 20px;
    content: '\f104';
    color: #ffffff;
    position: absolute;
    top: 5px;
    left: 12px;
}

.flex-direction-nav a.flex-next:before {
    content: '\f105';
    left: 14px;
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

    .flex-pauseplay a:before {
        font-family: 'FontAwesome';
        font-size: 20px;
        display: inline-block;
        content: "\f01d";
    }

    .flex-pauseplay a:hover {
        opacity: 1;
    }

    .flex-pauseplay a.flex-play:before {
        content: "\f01d";
    }

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 80px;
    text-align: center;
    z-index: 10;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

    .flex-control-nav li {
        text-align: center;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 5px;
    height: 20px;
    display: block;
    border: 1px solid #ffffff;
    cursor: pointer;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .flex-control-paging li a {
        height: 5px;
        width: 20px;
    }
}

.ds .flex-control-paging li a,
.cs .flex-control-paging li a {
    border-color: #ffffff;
}

.flex-control-paging li a:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    opacity: 1;
}

.flex-control-paging li a.flex-active {
    background-color: #ffffff;
    border-color: #ffffff;
    opacity: 1;
}

.flex-control-thumbs {
    margin: 1px -1px;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0 0 1px;
        padding: 0 0 0 1px;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

/* custom nav for flex slider*/
.flex-custom-nav {
    text-align: center;
    position: absolute;
    bottom: 38px;
    right: 0;
    left: 0;
    z-index: 3;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

    .flex-custom-nav .flex-control-nav {
        width: auto;
        display: inline-block;
        position: static;
    }

    .flex-custom-nav .flex-custom-link {
        font-size: 12px;
        position: relative;
        bottom: 7px;
        margin: 0 8px;
        color: #23222d;
    }

.ds .flex-custom-nav .flex-custom-link,
.cs .flex-custom-nav .flex-custom-link {
    color: #ffffff;
}

.flex-custom-nav .flex-custom-link:hover {
    color: #e4880f;
}

.page_slider:hover .flex-custom-nav {
    opacity: 1;
}

.flexslider-overlay {
    background-color: #1a202e;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: .5;
}

    .flexslider-overlay.darken-overlay {
        opacity: .6;
    }

.page_slider #myVideo {
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

@media (max-width: 1199px) {
    .page_slider #myVideo {
        width: auto;
    }
}

@media (max-width: 1199px) {
    .page_slider .flexslider .slides > li {
        min-height: 500px;
    }

        .page_slider .flexslider .slides > li > img {
            display: none;
        }
}

/*
**photoswipe
* http://photoswipe.com/
*
*/
/* pswp = photoswipe */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    -webkit-backface-visibility: hidden;
    outline: none;
}

    .pswp * {
        box-sizing: border-box;
    }

    .pswp img {
        max-width: none;
    }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
    /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
    opacity: 0.001;
    will-change: opacity;
    /* for open/close transition */
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--dragging .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transform-origin: left top;
    /* for open/close transition */
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
    will-change: opacity;
    /* for open/close transition */
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
    background: #222;
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc;
}

    .pswp__error-msg a {
        color: #ccc;
        text-decoration: underline;
    }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    transition: opacity 0.2s;
    box-shadow: none;
}

    .pswp__button:focus,
    .pswp__button:hover {
        opacity: 1;
    }

    .pswp__button:active {
        outline: none;
        opacity: 0.9;
    }

    .pswp__button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../img/photoswipe/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
    /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../img/photoswipe/default-skin.svg);
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}

.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}

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

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

    .pswp__button--arrow--left:before,
    .pswp__button--arrow--right:before {
        content: '';
        top: 35px;
        background-color: rgba(0, 0, 0, 0.3);
        height: 30px;
        width: 32px;
        position: absolute;
    }

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    transform: translateY(6px);
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

    .pswp__share-tooltip a {
        display: block;
        padding: 8px 12px;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        line-height: 18px;
    }

        .pswp__share-tooltip a:hover {
            text-decoration: none;
            color: #000;
        }

        .pswp__share-tooltip a:first-child {
            /* round corners on the first/last list item */
            border-radius: 2px 2px 0 0;
        }

        .pswp__share-tooltip a:last-child {
            border-radius: 0 0 2px 2px;
        }

.pswp__share-modal--fade-in {
    opacity: 1;
}

    .pswp__share-modal--fade-in .pswp__share-tooltip {
        transform: translateY(0);
    }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff;
}

    a.pswp__share--facebook:hover:before {
        border-bottom-color: #3e5c9a;
    }

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff;
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d;
}

a.pswp__share--download:hover {
    background: #ddd;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: 0.75;
    padding: 0 10px;
}

/*
	
	4. Caption

 */
.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}

    .pswp__caption small {
        font-size: 11px;
        color: #bbb;
    }

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc;
}

.pswp__caption--empty {
    display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
    visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1;
}

    .pswp__preloader--active .pswp__preloader__icn {
        /* We use .gif in browsers that don't support CSS animation */
        background: url(../img/photoswipe/preloader.gif) 0 0 no-repeat;
    }

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

    .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
        -webkit-animation: clockwise 500ms linear infinite;
        animation: clockwise 500ms linear infinite;
    }

    .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
        -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
        animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    }

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
    /*
      The idea of animating inner circle is based on Polymer ("material") loading indicator
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

@-webkit-keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(-140deg);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes donut-rotate {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(-140deg);
    }

    100% {
        transform: rotate(0);
    }
}

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    /* Force paint & create composition layer for controls. */
    opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: none;
}

.pswp__zoom-wrap .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    max-width: 90%;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

    .pswp__zoom-wrap .embed-responsive .embed-responsive-item,
    .pswp__zoom-wrap .embed-responsive embed,
    .pswp__zoom-wrap .embed-responsive iframe,
    .pswp__zoom-wrap .embed-responsive object,
    .pswp__zoom-wrap .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

@media (min-width: 1200px) {
    .pswp__zoom-wrap .embed-responsive {
        max-width: 50%;
    }
}

.pswp__zoom-wrap .embed-responsive-16by9::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

/*
** Easy pieChart
*/
.chart {
    position: relative;
    display: inline-block;
    min-height: 150px;
    min-width: 150px;
    margin-bottom: 10px;
    text-align: center;
}

    .chart .chart-meta {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

        .chart .chart-meta h4 {
            font-size: 20px;
            margin: 0;
            letter-spacing: 0.2em;
        }

        .chart .chart-meta p {
            margin-top: -6px;
        }

.percent {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    font-size: 54px;
    z-index: 2;
    font-weight: 500;
    margin-bottom: 0;
}

    .percent:after {
        content: '%';
    }

.angular {
    margin-top: 100px;
}

    .angular .chart {
        margin-top: 0;
    }

/* 
** Time Table 
*/
#timetable span {
    display: block;
}

#timetable th,
#timetable td {
    vertical-align: middle;
    font-weight: normal;
    text-align: center;
    padding: 25px 5px;
}

#timetable thead {
    color: #ffffff;
}

    #timetable thead th {
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-width: 0 1px;
    }

#timetable tbody th,
#timetable tbody td {
    border: 1px solid rgba(48, 56, 73, 0.1);
    transition: all 0.3s ease-in-out;
}

#timetable tbody .current {
    background-color: #e4880f;
    border-color: #e4880f;
}

    #timetable tbody .current a {
        color: #ffffff;
    }

/* 
** toTop
*/
#toTop {
    border-radius: 50%;
    bottom: 10px;
    right: 10px;
    display: none;
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    z-index: 1000;
    font-size: 0;
    color: transparent;
    background-color: #e4880f;
    opacity: 0.7;
}

    #toTop:after {
        color: #ffffff;
        content: '\f106';
        font-size: 16px;
        line-height: 60px;
        font-family: 'FontAwesome';
        text-align: center;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: all 0.2s linear;
    }

    #toTopHover,
    #toTop:hover {
        bottom: 3px;
        opacity: 1;
    }

        #toTop:hover:after {
            color: #ffffff;
        }

    #toTop:active,
    #toTop:focus {
        outline: medium none;
    }

.modal-open #toTop {
    visibility: hidden;
}

/* Countdown */
#comingsoon-countdown {
    text-align: center;
}

    #comingsoon-countdown:before,
    #comingsoon-countdown:after {
        clear: both;
        display: table;
        content: ' ';
    }

.countdown-rtl {
    direction: rtl;
}

.countdown-row {
    clear: both;
    display: table;
    margin: auto;
    padding: 20px 0;
    text-align: center;
}

.countdown-section {
    display: table-cell;
    text-align: center;
    border-left: 1px solid #303849;
    padding: 10px;
}

@media (min-width: 992px) {
    .countdown-section {
        padding: 10px 30px 20px;
    }
}

.countdown-section:first-child {
    border-left-width: 0;
}

.countdown-amount {
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
    color: #e4880f;
}

.countdown-period {
    display: block;
    color: #303849;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    min-width: 11em;
}

.countdown-descr {
    display: block;
}

@media (max-width: 767px) {
    .countdown-amount {
        font-size: 40px;
    }

    .countdown-period {
        min-width: 4em;
        letter-spacing: 0.1em;
    }
}

/* sidebar scroll plugin */
.scroll-wrapper {
    overflow: hidden;
    padding: 0;
    position: relative;
    height: 100%;
}

    .scroll-wrapper > .scroll-content {
        border: none;
        box-sizing: content-box;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none;
        overflow: scroll;
        padding: 0;
        position: relative;
        top: 0;
        width: auto;
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0;
        }

    .scroll-wrapper.scroll--rtl {
        direction: rtl;
    }

.scroll-element {
    box-sizing: content-box;
    display: none;
}

    .scroll-element div {
        box-sizing: content-box;
    }

    .scroll-element .scroll-bar,
    .scroll-element .scroll-arrow {
        cursor: default;
    }

    .scroll-element.scroll-x.scroll-scrollx_visible,
    .scroll-element.scroll-y.scroll-scrolly_visible {
        display: block;
    }

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

    .scrollbar-macosx > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-macosx > .scroll-element .scroll-element_track {
        display: none;
    }

    .scrollbar-macosx > .scroll-element .scroll-bar {
        background-color: rgba(127, 127, 127, 0.4);
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        border-radius: 1px;
        transition: opacity 0.2s linear;
    }

    .scrollbar-macosx:hover > .scroll-element .scroll-bar,
    .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

    .scrollbar-macosx > .scroll-element.scroll-x {
        bottom: 0;
        height: 0;
        left: 0;
        min-width: 100%;
        overflow: visible;
        width: 100%;
    }

    .scrollbar-macosx > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 0;
        top: 0;
        width: 0;
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
        height: 7px;
        min-width: 10px;
        top: -9px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
        left: -9px;
        min-height: 10px;
        width: 7px;
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
        left: 2px;
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
        left: -4px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
        top: 2px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
        top: -4px;
    }

    .scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -11px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -11px;
    }

/* UserRegistration */
.modal.login-form .modal-dialog {
    margin: 1.75rem auto;
    max-width: 820px;
}

@media (max-width: 820px) {
    .modal.login-form .modal-dialog {
        margin: 1.75rem 10px;
    }
}

.modal.login-form .modal-dialog .modal-content {
    border: 0;
    flex-direction: row;
    align-items: center;
}

    .modal.login-form .modal-dialog .modal-content .close {
        display: flex;
        position: absolute;
        right: 0;
        top: -48px;
        opacity: 1;
        text-shadow: none;
        font-size: 30px;
        background-color: transparent;
        padding: 0;
        border: 0;
    }

@media (min-width: 992px) {
    .modal.login-form .modal-dialog .modal-content .close {
        right: -45px;
        top: -48px;
    }
}

.modal.login-form .modal-dialog .modal-content .close:hover {
    background-color: transparent;
}

    .modal.login-form .modal-dialog .modal-content .close:hover i {
        color: #708090;
    }

.modal.login-form .modal-dialog .modal-content .close:active {
    top: -48px !important;
}

.modal.login-form .modal-dialog .modal-content .close i {
    color: #e4880f;
}

.modal.login-form .modal-dialog .modal-content .modal-body {
    padding: 40px;
}

@media (min-width: 992px) {
    .modal.login-form .modal-dialog .modal-content .modal-body {
        padding: 50px 90px 50px 50px;
    }
}

.modal.login-form .modal-dialog .modal-content .modal-image {
    max-width: 50%;
}

.logged-in .modal.login-form .modal-dialog {
    max-width: 900px;
}

    .logged-in .modal.login-form .modal-dialog .modal-content .modal-body {
        padding: 30px;
    }

        .logged-in .modal.login-form .modal-dialog .modal-content .modal-body .modal-title {
            display: none;
        }

#user-registration.horizontal .user-registration-MyAccount-navigation ul {
    justify-content: start;
}

#user-registration.user-registration {
    margin: 0;
}

    #user-registration.user-registration .ur-frontend-form.login {
        padding: 0;
        border: 0;
    }

        #user-registration.user-registration .ur-frontend-form.login form.user-registration-form.login {
            width: 100%;
        }

            #user-registration.user-registration .ur-frontend-form.login form.user-registration-form.login .ur-form-grid {
                padding: 0;
            }

            #user-registration.user-registration .ur-frontend-form.login form.user-registration-form.login input.form-control {
                border-width: 0 0 1px 0;
                padding: 0;
                height: auto;
                margin-bottom: 33px;
                min-height: 30px;
            }

            #user-registration.user-registration .ur-frontend-form.login form.user-registration-form.login .form-row {
                margin-left: 0;
                margin-right: 0;
            }

            #user-registration.user-registration .ur-frontend-form.login form.user-registration-form.login .user-registration-LostPassword.lost_password {
                padding-top: 1px;
            }

                #user-registration.user-registration .ur-frontend-form.login form.user-registration-form.login .user-registration-LostPassword.lost_password a {
                    text-decoration: underline;
                }

        #user-registration.user-registration .ur-frontend-form.login .form-row.submit-row {
            margin-top: 30px;
            display: block;
            text-align: center;
        }

@media (min-width: 992px) {
    #user-registration.user-registration .ur-frontend-form.login .form-row.submit-row {
        margin-top: 57px;
    }
}

#user-registration.user-registration .ur-frontend-form.login .form-row.submit-row input {
    padding: 8px 20px;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
}

#user-registration.user-registration label.user-registration-form__label-for-checkbox {
    margin-right: 30px;
}

    #user-registration.user-registration label.user-registration-form__label-for-checkbox input[type="checkbox"] {
        display: none;
    }

        #user-registration.user-registration label.user-registration-form__label-for-checkbox input[type="checkbox"] + span {
            padding-left: 0;
        }

            #user-registration.user-registration label.user-registration-form__label-for-checkbox input[type="checkbox"] + span:before {
                content: "";
                font-family: "FontAwesome";
                display: inline-block;
                vertical-align: middle;
                margin: 1px 10px 4px 0;
                text-align: center;
                padding-right: 0.1em;
                width: 16px;
                height: 16px;
                line-height: 14px;
                font-size: 12px;
                border: 1px solid rgba(48, 56, 73, 0.1);
            }

        #user-registration.user-registration label.user-registration-form__label-for-checkbox input[type="checkbox"]:checked + span:before {
            content: "\f00c";
            color: #23222d;
        }

        #user-registration.user-registration label.user-registration-form__label-for-checkbox input[type="checkbox"]:disabled + span:before {
            background-color: rgba(48, 56, 73, 0.1);
        }

#user-registration.user-registration .form-control:-moz-placeholder {
    color: #303849;
    opacity: 1;
}

#user-registration.user-registration .form-control::-moz-placeholder {
    color: #303849;
    opacity: 1;
}

#user-registration.user-registration .form-control:-ms-input-placeholder {
    color: #303849;
}

#user-registration.user-registration .form-control::-webkit-input-placeholder {
    color: #303849;
}

.user-registration-error:before {
    display: none;
}

.user-registration-error strong {
    margin-right: 6px;
}

/*
** Bootstrap Addons
*/
/*
** Horizontal padding (gutters) for columns and rows
*/
/* columns
.c - columns
px-* - horizontal padding value
*/
.c-gutter-130 [class*="col-"],
.row.c-gutter-130 > [class*="col-"] {
    padding-right: 65px;
    padding-left: 65px;
}

.c-gutter-100 [class*="col-"],
.row.c-gutter-100 > [class*="col-"] {
    padding-right: 50px;
    padding-left: 50px;
}

.c-gutter-90 [class*="col-"],
.row.c-gutter-90 > [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
}

.c-gutter-80 [class*="col-"],
.row.c-gutter-80 > [class*="col-"] {
    padding-right: 40px;
    padding-left: 40px;
}

.c-gutter-70 [class*="col-"],
.row.c-gutter-70 > [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px;
}

.c-gutter-60 [class*="col-"],
.row.c-gutter-60 > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

.c-gutter-50 [class*="col-"],
.row.c-gutter-50 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
}

.c-gutter-45 [class*="col-"],
.row.c-gutter-45 > [class*="col-"] {
    padding-right: 22px;
    padding-left: 23px;
}

.c-gutter-40 [class*="col-"],
.row.c-gutter-40 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

.c-gutter-30 [class*="col-"],
.row.c-gutter-30 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.c-gutter-25 [class*="col-"],
.row.c-gutter-25 > [class*="col-"] {
    padding-right: 12px;
    padding-left: 13px;
}

.c-gutter-20 [class*="col-"],
.row.c-gutter-20 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.c-gutter-15 [class*="col-"],
.row.c-gutter-15 > [class*="col-"] {
    padding-right: 7px;
    padding-left: 8px;
}

.c-gutter-10 [class*="col-"],
.row.c-gutter-10 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.c-gutter-5 [class*="col-"],
.row.c-gutter-5 > [class*="col-"] {
    padding-right: 2px;
    padding-left: 3px;
}

.c-gutter-2 [class*="col-"],
.row.c-gutter-2 > [class*="col-"] {
    padding-right: 1px;
    padding-left: 1px;
}

.c-gutter-1 [class*="col-"],
.row.c-gutter-1 > [class*="col-"] {
    padding-right: 0;
    padding-left: 1px;
}

/*same as bootstrap .no-gutters class*/
.c-gutter-0 [class*="col-"],
.row.c-gutter-0 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* rows */
.c-gutter-130 .row,
div.row.c-gutter-130 {
    margin-left: -65px;
    margin-right: -65px;
}

.c-gutter-100 .row,
div.row.c-gutter-100 {
    margin-left: -50px;
    margin-right: -50px;
}

.c-gutter-90 .row,
div.row.c-gutter-90 {
    margin-left: -45px;
    margin-right: -45px;
}

.c-gutter-80 .row,
div.row.c-gutter-80 {
    margin-left: -40px;
    margin-right: -40px;
}

.c-gutter-70 .row,
div.row.c-gutter-70 {
    margin-left: -35px;
    margin-right: -35px;
}

.c-gutter-60 .row,
div.row.c-gutter-60 {
    margin-left: -30px;
    margin-right: -30px;
}

.c-gutter-50 .row,
div.row.c-gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
}

.c-gutter-45 .row,
div.row.c-gutter-45 {
    margin-left: -23px;
    margin-right: -22px;
}

.c-gutter-40 .row,
div.row.c-gutter-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.c-gutter-30 .row,
div.row.c-gutter-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.c-gutter-25 .row,
div.row.c-gutter-25 {
    margin-left: -13px;
    margin-right: -12px;
}

.c-gutter-20 .row,
div.row.c-gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.c-gutter-15 .row,
div.row.c-gutter-15 {
    margin-left: -8px;
    margin-right: -7px;
}

.c-gutter-10 .row,
div.row.c-gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.c-gutter-5 .row,
div.row.c-gutter-5 {
    margin-left: -3px;
    margin-right: -2px;
}

.c-gutter-2 .row,
div.row.c-gutter-2 {
    margin-left: -1px;
    margin-right: -1px;
}

.c-gutter-1 .row,
div.row.c-gutter-1 {
    margin-left: -1px;
    margin-right: 0;
}

.c-gutter-0 .row,
div.row.c-gutter-0 {
    margin-left: 0;
    margin-right: 0;
}

/* containers */
.container-px-0 [class*='container'] {
    padding-left: 0;
    padding-right: 0;
}

.container-px-1 [class*='container'] {
    padding-left: 1px;
    padding-right: 1px;
}

.container-px-2 [class*='container'] {
    padding-left: 2px;
    padding-right: 2px;
}

.container-px-5 [class*='container'] {
    padding-left: 5px;
    padding-right: 5px;
}

.container-px-10 [class*='container'] {
    padding-left: 10px;
    padding-right: 10px;
}

.container-px-20 [class*='container'] {
    padding-left: 20px;
    padding-right: 20px;
}

.container-px-30 [class*='container'] {
    padding-left: 30px;
    padding-right: 30px;
}

.container-px-60 [class*='container'] {
    padding-left: 60px;
    padding-right: 60px;
}

.container-px-80 [class*='container'] {
    padding-left: 80px;
    padding-right: 80px;
}

/*
** Vertical margins and padding for sections and columns
*/
/* Vertical padding for sections
.s - section
pt-* - padding top value
pb-* - padding bottom value
py-* - same value for top and for bottom padding
*/
.s-pt-0 > [class*='container'] {
    padding-top: 0;
}

.s-pt-1 > [class*='container'] {
    padding-top: 1px;
}

.s-pt-2 > [class*='container'] {
    padding-top: 2px;
}

.s-pt-3 > [class*='container'] {
    padding-top: 3px;
}

.s-pt-5 > [class*='container'] {
    padding-top: 5px;
}

.s-pt-10 > [class*='container'] {
    padding-top: 10px;
}

.s-pt-15 > [class*='container'] {
    padding-top: 15px;
}

.s-pt-20 > [class*='container'] {
    padding-top: 20px;
}

.s-pt-25 > [class*='container'] {
    padding-top: 25px;
}

.s-pt-30 > [class*='container'] {
    padding-top: 30px;
}

.s-pt-35 > [class*='container'] {
    padding-top: 35px;
}

.s-pt-40 > [class*='container'] {
    padding-top: 40px;
}

.s-pt-45 > [class*='container'] {
    padding-top: 45px;
}

.s-pt-50 > [class*='container'] {
    padding-top: 50px;
}

.s-pt-55 > [class*='container'] {
    padding-top: 55px;
}

.s-pt-60 > [class*='container'] {
    padding-top: 60px;
}

.s-pt-65 > [class*='container'] {
    padding-top: 65px;
}

.s-pt-70 > [class*='container'] {
    padding-top: 70px;
}

.s-pt-75 > [class*='container'] {
    padding-top: 75px;
}

.s-pt-80 > [class*='container'] {
    padding-top: 80px;
}

.s-pt-85 > [class*='container'] {
    padding-top: 85px;
}

.s-pt-90 > [class*='container'] {
    padding-top: 90px;
}

.s-pt-95 > [class*='container'] {
    padding-top: 95px;
}

.s-pt-100 > [class*='container'] {
    padding-top: 100px;
}

.s-pt-110 > [class*='container'] {
    padding-top: 110px;
}

.s-pt-115 > [class*='container'] {
    padding-top: 115px;
}

.s-pt-120 > [class*='container'] {
    padding-top: 120px;
}

.s-pt-105 > [class*='container'] {
    padding-top: 105px;
}

.s-pt-125 > [class*='container'] {
    padding-top: 125px;
}

.s-pt-130 > [class*='container'] {
    padding-top: 130px;
}

.s-pt-120 > [class*='container'] {
    padding-top: 120px;
}

.s-pt-130 > [class*='container'] {
    padding-top: 130px;
}

.s-pt-135 > [class*='container'] {
    padding-top: 135px;
}

.s-pt-140 > [class*='container'] {
    padding-top: 140px;
}

.s-pt-145 > [class*='container'] {
    padding-top: 145px;
}

.s-pt-150 > [class*='container'] {
    padding-top: 150px;
}

.s-pt-175 > [class*='container'] {
    padding-top: 175px;
}

.s-pt-185 > [class*='container'] {
    padding-top: 185px;
}

.s-pt-195 > [class*='container'] {
    padding-top: 195px;
}

.s-pb-0 > [class*='container'] {
    padding-bottom: 0;
}

.s-pb-1 > [class*='container'] {
    padding-bottom: 1px;
}

.s-pb-2 > [class*='container'] {
    padding-bottom: 2px;
}

.s-pb-3 > [class*='container'] {
    padding-bottom: 3px;
}

.s-pb-5 > [class*='container'] {
    padding-bottom: 5px;
}

.s-pb-10 > [class*='container'] {
    padding-bottom: 10px;
}

.s-pb-15 > [class*='container'] {
    padding-bottom: 15px;
}

.s-pb-20 > [class*='container'] {
    padding-bottom: 20px;
}

.s-pb-25 > [class*='container'] {
    padding-bottom: 25px;
}

.s-pb-30 > [class*='container'] {
    padding-bottom: 30px;
}

.s-pb-35 > [class*='container'] {
    padding-bottom: 35px;
}

.s-pb-40 > [class*='container'] {
    padding-bottom: 40px;
}

.s-pb-45 > [class*='container'] {
    padding-bottom: 45px;
}

.s-pb-50 > [class*='container'] {
    padding-bottom: 50px;
}

.s-pb-55 > [class*='container'] {
    padding-bottom: 55px;
}

.s-pb-60 > [class*='container'] {
    padding-bottom: 60px;
}

.s-pb-65 > [class*='container'] {
    padding-bottom: 65px;
}

.s-pb-70 > [class*='container'] {
    padding-bottom: 70px;
}

.s-pb-75 > [class*='container'] {
    padding-bottom: 75px;
}

.s-pb-80 > [class*='container'] {
    padding-bottom: 80px;
}

.s-pb-85 > [class*='container'] {
    padding-bottom: 85px;
}

.s-pb-90 > [class*='container'] {
    padding-bottom: 90px;
}

.s-pb-95 > [class*='container'] {
    padding-bottom: 95px;
}

.s-pb-100 > [class*='container'] {
    padding-bottom: 100px;
}

.s-pb-110 > [class*='container'] {
    padding-bottom: 110px;
}

.s-pb-115 > [class*='container'] {
    padding-bottom: 115px;
}

.s-pb-120 > [class*='container'] {
    padding-bottom: 120px;
}

.s-pb-105 > [class*='container'] {
    padding-bottom: 105px;
}

.s-pb-125 > [class*='container'] {
    padding-bottom: 125px;
}

.s-pb-130 > [class*='container'] {
    padding-bottom: 130px;
}

.s-pb-120 > [class*='container'] {
    padding-bottom: 120px;
}

.s-pb-130 > [class*='container'] {
    padding-bottom: 130px;
}

.s-pb-135 > [class*='container'] {
    padding-bottom: 135px;
}

.s-pb-140 > [class*='container'] {
    padding-bottom: 140px;
}

.s-pb-145 > [class*='container'] {
    padding-bottom: 145px;
}

.s-pb-150 > [class*='container'] {
    padding-bottom: 150px;
}

.s-pb-175 > [class*='container'] {
    padding-bottom: 175px;
}

.s-pb-185 > [class*='container'] {
    padding-bottom: 185px;
}

.s-pb-195 > [class*='container'] {
    padding-bottom: 195px;
}

.s-py-0 > [class*='container'] {
    padding-top: 0;
    padding-bottom: 0;
}

.s-py-1 > [class*='container'] {
    padding-top: 1px;
    padding-bottom: 1px;
}

.s-py-2 > [class*='container'] {
    padding-top: 2px;
    padding-bottom: 2px;
}

.s-py-3 > [class*='container'] {
    padding-top: 3px;
    padding-bottom: 3px;
}

.s-py-5 > [class*='container'] {
    padding-top: 5px;
    padding-bottom: 5px;
}

.s-py-10 > [class*='container'] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.s-py-15 > [class*='container'] {
    padding-top: 15px;
    padding-bottom: 15px;
}

.s-py-20 > [class*='container'] {
    padding-top: 20px;
    padding-bottom: 20px;
}

.s-py-25 > [class*='container'] {
    padding-top: 25px;
    padding-bottom: 25px;
}

.s-py-30 > [class*='container'] {
    padding-top: 30px;
    padding-bottom: 30px;
}

.s-py-35 > [class*='container'] {
    padding-top: 35px;
    padding-bottom: 35px;
}

.s-py-40 > [class*='container'] {
    padding-top: 40px;
    padding-bottom: 40px;
}

.s-py-45 > [class*='container'] {
    padding-top: 45px;
    padding-bottom: 45px;
}

.s-py-50 > [class*='container'] {
    padding-top: 50px;
    padding-bottom: 50px;
}

.s-py-55 > [class*='container'] {
    padding-top: 55px;
    padding-bottom: 55px;
}

.s-py-60 > [class*='container'] {
    padding-top: 60px;
    padding-bottom: 60px;
}

.s-py-65 > [class*='container'] {
    padding-top: 65px;
    padding-bottom: 65px;
}

.s-py-70 > [class*='container'] {
    padding-top: 70px;
    padding-bottom: 70px;
}

.s-py-75 > [class*='container'] {
    padding-top: 75px;
    padding-bottom: 75px;
}

.s-py-80 > [class*='container'] {
    padding-top: 80px;
    padding-bottom: 80px;
}

.s-py-85 > [class*='container'] {
    padding-top: 85px;
    padding-bottom: 85px;
}

.s-py-90 > [class*='container'] {
    padding-top: 90px;
    padding-bottom: 90px;
}

.s-py-95 > [class*='container'] {
    padding-top: 95px;
    padding-bottom: 95px;
}

.s-py-100 > [class*='container'] {
    padding-top: 100px;
    padding-bottom: 100px;
}

.s-py-110 > [class*='container'] {
    padding-top: 110px;
    padding-bottom: 110px;
}

.s-py-115 > [class*='container'] {
    padding-top: 115px;
    padding-bottom: 115px;
}

.s-py-120 > [class*='container'] {
    padding-top: 120px;
    padding-bottom: 120px;
}

.s-py-105 > [class*='container'] {
    padding-top: 105px;
    padding-bottom: 105px;
}

.s-py-125 > [class*='container'] {
    padding-top: 125px;
    padding-bottom: 125px;
}

.s-py-130 > [class*='container'] {
    padding-top: 130px;
    padding-bottom: 130px;
}

.s-py-120 > [class*='container'] {
    padding-top: 120px;
    padding-bottom: 120px;
}

.s-py-130 > [class*='container'] {
    padding-top: 130px;
    padding-bottom: 130px;
}

.s-py-135 > [class*='container'] {
    padding-top: 135px;
    padding-bottom: 135px;
}

.s-py-140 > [class*='container'] {
    padding-top: 140px;
    padding-bottom: 140px;
}

.s-py-145 > [class*='container'] {
    padding-top: 145px;
    padding-bottom: 145px;
}

.s-py-150 > [class*='container'] {
    padding-top: 150px;
    padding-bottom: 150px;
}

.s-py-175 > [class*='container'] {
    padding-top: 175px;
    padding-bottom: 175px;
}

.s-py-185 > [class*='container'] {
    padding-top: 185px;
    padding-bottom: 185px;
}

.s-py-195 > [class*='container'] {
    padding-top: 195px;
    padding-bottom: 195px;
}

@media (min-width: 576px) {
    .s-pt-sm-0 > [class*='container'] {
        padding-top: 0;
    }

    .s-pt-sm-1 > [class*='container'] {
        padding-top: 1px;
    }

    .s-pt-sm-2 > [class*='container'] {
        padding-top: 2px;
    }

    .s-pt-sm-3 > [class*='container'] {
        padding-top: 3px;
    }

    .s-pt-sm-5 > [class*='container'] {
        padding-top: 5px;
    }

    .s-pt-sm-10 > [class*='container'] {
        padding-top: 10px;
    }

    .s-pt-sm-15 > [class*='container'] {
        padding-top: 15px;
    }

    .s-pt-sm-20 > [class*='container'] {
        padding-top: 20px;
    }

    .s-pt-sm-25 > [class*='container'] {
        padding-top: 25px;
    }

    .s-pt-sm-30 > [class*='container'] {
        padding-top: 30px;
    }

    .s-pt-sm-35 > [class*='container'] {
        padding-top: 35px;
    }

    .s-pt-sm-40 > [class*='container'] {
        padding-top: 40px;
    }

    .s-pt-sm-45 > [class*='container'] {
        padding-top: 45px;
    }

    .s-pt-sm-50 > [class*='container'] {
        padding-top: 50px;
    }

    .s-pt-sm-55 > [class*='container'] {
        padding-top: 55px;
    }

    .s-pt-sm-60 > [class*='container'] {
        padding-top: 60px;
    }

    .s-pt-sm-65 > [class*='container'] {
        padding-top: 65px;
    }

    .s-pt-sm-70 > [class*='container'] {
        padding-top: 70px;
    }

    .s-pt-sm-75 > [class*='container'] {
        padding-top: 75px;
    }

    .s-pt-sm-80 > [class*='container'] {
        padding-top: 80px;
    }

    .s-pt-sm-85 > [class*='container'] {
        padding-top: 85px;
    }

    .s-pt-sm-90 > [class*='container'] {
        padding-top: 90px;
    }

    .s-pt-sm-95 > [class*='container'] {
        padding-top: 95px;
    }

    .s-pt-sm-100 > [class*='container'] {
        padding-top: 100px;
    }

    .s-pt-sm-110 > [class*='container'] {
        padding-top: 110px;
    }

    .s-pt-sm-115 > [class*='container'] {
        padding-top: 115px;
    }

    .s-pt-sm-120 > [class*='container'] {
        padding-top: 120px;
    }

    .s-pt-sm-105 > [class*='container'] {
        padding-top: 105px;
    }

    .s-pt-sm-125 > [class*='container'] {
        padding-top: 125px;
    }

    .s-pt-sm-130 > [class*='container'] {
        padding-top: 130px;
    }

    .s-pt-sm-120 > [class*='container'] {
        padding-top: 120px;
    }

    .s-pt-sm-130 > [class*='container'] {
        padding-top: 130px;
    }

    .s-pt-sm-135 > [class*='container'] {
        padding-top: 135px;
    }

    .s-pt-sm-140 > [class*='container'] {
        padding-top: 140px;
    }

    .s-pt-sm-145 > [class*='container'] {
        padding-top: 145px;
    }

    .s-pt-sm-150 > [class*='container'] {
        padding-top: 150px;
    }

    .s-pt-sm-175 > [class*='container'] {
        padding-top: 175px;
    }

    .s-pt-sm-185 > [class*='container'] {
        padding-top: 185px;
    }

    .s-pt-sm-195 > [class*='container'] {
        padding-top: 195px;
    }

    .s-pb-sm-0 > [class*='container'] {
        padding-bottom: 0;
    }

    .s-pb-sm-1 > [class*='container'] {
        padding-bottom: 1px;
    }

    .s-pb-sm-2 > [class*='container'] {
        padding-bottom: 2px;
    }

    .s-pb-sm-3 > [class*='container'] {
        padding-bottom: 3px;
    }

    .s-pb-sm-5 > [class*='container'] {
        padding-bottom: 5px;
    }

    .s-pb-sm-10 > [class*='container'] {
        padding-bottom: 10px;
    }

    .s-pb-sm-15 > [class*='container'] {
        padding-bottom: 15px;
    }

    .s-pb-sm-20 > [class*='container'] {
        padding-bottom: 20px;
    }

    .s-pb-sm-25 > [class*='container'] {
        padding-bottom: 25px;
    }

    .s-pb-sm-30 > [class*='container'] {
        padding-bottom: 30px;
    }

    .s-pb-sm-35 > [class*='container'] {
        padding-bottom: 35px;
    }

    .s-pb-sm-40 > [class*='container'] {
        padding-bottom: 40px;
    }

    .s-pb-sm-45 > [class*='container'] {
        padding-bottom: 45px;
    }

    .s-pb-sm-50 > [class*='container'] {
        padding-bottom: 50px;
    }

    .s-pb-sm-55 > [class*='container'] {
        padding-bottom: 55px;
    }

    .s-pb-sm-60 > [class*='container'] {
        padding-bottom: 60px;
    }

    .s-pb-sm-65 > [class*='container'] {
        padding-bottom: 65px;
    }

    .s-pb-sm-70 > [class*='container'] {
        padding-bottom: 70px;
    }

    .s-pb-sm-75 > [class*='container'] {
        padding-bottom: 75px;
    }

    .s-pb-sm-80 > [class*='container'] {
        padding-bottom: 80px;
    }

    .s-pb-sm-85 > [class*='container'] {
        padding-bottom: 85px;
    }

    .s-pb-sm-90 > [class*='container'] {
        padding-bottom: 90px;
    }

    .s-pb-sm-95 > [class*='container'] {
        padding-bottom: 95px;
    }

    .s-pb-sm-100 > [class*='container'] {
        padding-bottom: 100px;
    }

    .s-pb-sm-110 > [class*='container'] {
        padding-bottom: 110px;
    }

    .s-pb-sm-115 > [class*='container'] {
        padding-bottom: 115px;
    }

    .s-pb-sm-120 > [class*='container'] {
        padding-bottom: 120px;
    }

    .s-pb-sm-105 > [class*='container'] {
        padding-bottom: 105px;
    }

    .s-pb-sm-125 > [class*='container'] {
        padding-bottom: 125px;
    }

    .s-pb-sm-130 > [class*='container'] {
        padding-bottom: 130px;
    }

    .s-pb-sm-120 > [class*='container'] {
        padding-bottom: 120px;
    }

    .s-pb-sm-130 > [class*='container'] {
        padding-bottom: 130px;
    }

    .s-pb-sm-135 > [class*='container'] {
        padding-bottom: 135px;
    }

    .s-pb-sm-140 > [class*='container'] {
        padding-bottom: 140px;
    }

    .s-pb-sm-145 > [class*='container'] {
        padding-bottom: 145px;
    }

    .s-pb-sm-150 > [class*='container'] {
        padding-bottom: 150px;
    }

    .s-pb-sm-175 > [class*='container'] {
        padding-bottom: 175px;
    }

    .s-pb-sm-185 > [class*='container'] {
        padding-bottom: 185px;
    }

    .s-pb-sm-195 > [class*='container'] {
        padding-bottom: 195px;
    }

    .s-py-sm-0 > [class*='container'] {
        padding-top: 0;
        padding-bottom: 0;
    }

    .s-py-sm-1 > [class*='container'] {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .s-py-sm-2 > [class*='container'] {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .s-py-sm-3 > [class*='container'] {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .s-py-sm-5 > [class*='container'] {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .s-py-sm-10 > [class*='container'] {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .s-py-sm-15 > [class*='container'] {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .s-py-sm-20 > [class*='container'] {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .s-py-sm-25 > [class*='container'] {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .s-py-sm-30 > [class*='container'] {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .s-py-sm-35 > [class*='container'] {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .s-py-sm-40 > [class*='container'] {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .s-py-sm-45 > [class*='container'] {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .s-py-sm-50 > [class*='container'] {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .s-py-sm-55 > [class*='container'] {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .s-py-sm-60 > [class*='container'] {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .s-py-sm-65 > [class*='container'] {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .s-py-sm-70 > [class*='container'] {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .s-py-sm-75 > [class*='container'] {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .s-py-sm-80 > [class*='container'] {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .s-py-sm-85 > [class*='container'] {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .s-py-sm-90 > [class*='container'] {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .s-py-sm-95 > [class*='container'] {
        padding-top: 95px;
        padding-bottom: 95px;
    }

    .s-py-sm-100 > [class*='container'] {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .s-py-sm-110 > [class*='container'] {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .s-py-sm-115 > [class*='container'] {
        padding-top: 115px;
        padding-bottom: 115px;
    }

    .s-py-sm-120 > [class*='container'] {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .s-py-sm-105 > [class*='container'] {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .s-py-sm-125 > [class*='container'] {
        padding-top: 125px;
        padding-bottom: 125px;
    }

    .s-py-sm-130 > [class*='container'] {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .s-py-sm-120 > [class*='container'] {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .s-py-sm-130 > [class*='container'] {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .s-py-sm-135 > [class*='container'] {
        padding-top: 135px;
        padding-bottom: 135px;
    }

    .s-py-sm-140 > [class*='container'] {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .s-py-sm-145 > [class*='container'] {
        padding-top: 145px;
        padding-bottom: 145px;
    }

    .s-py-sm-150 > [class*='container'] {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .s-py-sm-175 > [class*='container'] {
        padding-top: 175px;
        padding-bottom: 175px;
    }

    .s-py-sm-185 > [class*='container'] {
        padding-top: 185px;
        padding-bottom: 185px;
    }

    .s-py-sm-195 > [class*='container'] {
        padding-top: 195px;
        padding-bottom: 195px;
    }
}

@media (min-width: 768px) {
    .s-pt-md-0 > [class*='container'] {
        padding-top: 0;
    }

    .s-pt-md-1 > [class*='container'] {
        padding-top: 1px;
    }

    .s-pt-md-2 > [class*='container'] {
        padding-top: 2px;
    }

    .s-pt-md-3 > [class*='container'] {
        padding-top: 3px;
    }

    .s-pt-md-5 > [class*='container'] {
        padding-top: 5px;
    }

    .s-pt-md-10 > [class*='container'] {
        padding-top: 10px;
    }

    .s-pt-md-15 > [class*='container'] {
        padding-top: 15px;
    }

    .s-pt-md-20 > [class*='container'] {
        padding-top: 20px;
    }

    .s-pt-md-25 > [class*='container'] {
        padding-top: 25px;
    }

    .s-pt-md-30 > [class*='container'] {
        padding-top: 30px;
    }

    .s-pt-md-35 > [class*='container'] {
        padding-top: 35px;
    }

    .s-pt-md-40 > [class*='container'] {
        padding-top: 40px;
    }

    .s-pt-md-45 > [class*='container'] {
        padding-top: 45px;
    }

    .s-pt-md-50 > [class*='container'] {
        padding-top: 50px;
    }

    .s-pt-md-55 > [class*='container'] {
        padding-top: 55px;
    }

    .s-pt-md-60 > [class*='container'] {
        padding-top: 60px;
    }

    .s-pt-md-65 > [class*='container'] {
        padding-top: 65px;
    }

    .s-pt-md-70 > [class*='container'] {
        padding-top: 70px;
    }

    .s-pt-md-75 > [class*='container'] {
        padding-top: 75px;
    }

    .s-pt-md-80 > [class*='container'] {
        padding-top: 80px;
    }

    .s-pt-md-85 > [class*='container'] {
        padding-top: 85px;
    }

    .s-pt-md-90 > [class*='container'] {
        padding-top: 90px;
    }

    .s-pt-md-95 > [class*='container'] {
        padding-top: 95px;
    }

    .s-pt-md-100 > [class*='container'] {
        padding-top: 100px;
    }

    .s-pt-md-110 > [class*='container'] {
        padding-top: 110px;
    }

    .s-pt-md-115 > [class*='container'] {
        padding-top: 115px;
    }

    .s-pt-md-120 > [class*='container'] {
        padding-top: 120px;
    }

    .s-pt-md-105 > [class*='container'] {
        padding-top: 105px;
    }

    .s-pt-md-125 > [class*='container'] {
        padding-top: 125px;
    }

    .s-pt-md-130 > [class*='container'] {
        padding-top: 130px;
    }

    .s-pt-md-120 > [class*='container'] {
        padding-top: 120px;
    }

    .s-pt-md-130 > [class*='container'] {
        padding-top: 130px;
    }

    .s-pt-md-135 > [class*='container'] {
        padding-top: 135px;
    }

    .s-pt-md-140 > [class*='container'] {
        padding-top: 140px;
    }

    .s-pt-md-145 > [class*='container'] {
        padding-top: 145px;
    }

    .s-pt-md-150 > [class*='container'] {
        padding-top: 150px;
    }

    .s-pt-md-175 > [class*='container'] {
        padding-top: 175px;
    }

    .s-pt-md-185 > [class*='container'] {
        padding-top: 185px;
    }

    .s-pt-md-195 > [class*='container'] {
        padding-top: 195px;
    }

    .s-pb-md-0 > [class*='container'] {
        padding-bottom: 0;
    }

    .s-pb-md-1 > [class*='container'] {
        padding-bottom: 1px;
    }

    .s-pb-md-2 > [class*='container'] {
        padding-bottom: 2px;
    }

    .s-pb-md-3 > [class*='container'] {
        padding-bottom: 3px;
    }

    .s-pb-md-5 > [class*='container'] {
        padding-bottom: 5px;
    }

    .s-pb-md-10 > [class*='container'] {
        padding-bottom: 10px;
    }

    .s-pb-md-15 > [class*='container'] {
        padding-bottom: 15px;
    }

    .s-pb-md-20 > [class*='container'] {
        padding-bottom: 20px;
    }

    .s-pb-md-25 > [class*='container'] {
        padding-bottom: 25px;
    }

    .s-pb-md-30 > [class*='container'] {
        padding-bottom: 30px;
    }

    .s-pb-md-35 > [class*='container'] {
        padding-bottom: 35px;
    }

    .s-pb-md-40 > [class*='container'] {
        padding-bottom: 40px;
    }

    .s-pb-md-45 > [class*='container'] {
        padding-bottom: 45px;
    }

    .s-pb-md-50 > [class*='container'] {
        padding-bottom: 50px;
    }

    .s-pb-md-55 > [class*='container'] {
        padding-bottom: 55px;
    }

    .s-pb-md-60 > [class*='container'] {
        padding-bottom: 60px;
    }

    .s-pb-md-65 > [class*='container'] {
        padding-bottom: 65px;
    }

    .s-pb-md-70 > [class*='container'] {
        padding-bottom: 70px;
    }

    .s-pb-md-75 > [class*='container'] {
        padding-bottom: 75px;
    }

    .s-pb-md-80 > [class*='container'] {
        padding-bottom: 80px;
    }

    .s-pb-md-85 > [class*='container'] {
        padding-bottom: 85px;
    }

    .s-pb-md-90 > [class*='container'] {
        padding-bottom: 90px;
    }

    .s-pb-md-95 > [class*='container'] {
        padding-bottom: 95px;
    }

    .s-pb-md-100 > [class*='container'] {
        padding-bottom: 100px;
    }

    .s-pb-md-110 > [class*='container'] {
        padding-bottom: 110px;
    }

    .s-pb-md-115 > [class*='container'] {
        padding-bottom: 115px;
    }

    .s-pb-md-120 > [class*='container'] {
        padding-bottom: 120px;
    }

    .s-pb-md-105 > [class*='container'] {
        padding-bottom: 105px;
    }

    .s-pb-md-125 > [class*='container'] {
        padding-bottom: 125px;
    }

    .s-pb-md-130 > [class*='container'] {
        padding-bottom: 130px;
    }

    .s-pb-md-120 > [class*='container'] {
        padding-bottom: 120px;
    }

    .s-pb-md-130 > [class*='container'] {
        padding-bottom: 130px;
    }

    .s-pb-md-135 > [class*='container'] {
        padding-bottom: 135px;
    }

    .s-pb-md-140 > [class*='container'] {
        padding-bottom: 140px;
    }

    .s-pb-md-145 > [class*='container'] {
        padding-bottom: 145px;
    }

    .s-pb-md-150 > [class*='container'] {
        padding-bottom: 150px;
    }

    .s-pb-md-175 > [class*='container'] {
        padding-bottom: 175px;
    }

    .s-pb-md-185 > [class*='container'] {
        padding-bottom: 185px;
    }

    .s-pb-md-195 > [class*='container'] {
        padding-bottom: 195px;
    }

    .s-py-md-0 > [class*='container'] {
        padding-top: 0;
        padding-bottom: 0;
    }

    .s-py-md-1 > [class*='container'] {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .s-py-md-2 > [class*='container'] {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .s-py-md-3 > [class*='container'] {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .s-py-md-5 > [class*='container'] {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .s-py-md-10 > [class*='container'] {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .s-py-md-15 > [class*='container'] {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .s-py-md-20 > [class*='container'] {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .s-py-md-25 > [class*='container'] {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .s-py-md-30 > [class*='container'] {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .s-py-md-35 > [class*='container'] {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .s-py-md-40 > [class*='container'] {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .s-py-md-45 > [class*='container'] {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .s-py-md-50 > [class*='container'] {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .s-py-md-55 > [class*='container'] {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .s-py-md-60 > [class*='container'] {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .s-py-md-65 > [class*='container'] {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .s-py-md-70 > [class*='container'] {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .s-py-md-75 > [class*='container'] {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .s-py-md-80 > [class*='container'] {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .s-py-md-85 > [class*='container'] {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .s-py-md-90 > [class*='container'] {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .s-py-md-95 > [class*='container'] {
        padding-top: 95px;
        padding-bottom: 95px;
    }

    .s-py-md-100 > [class*='container'] {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .s-py-md-110 > [class*='container'] {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .s-py-md-115 > [class*='container'] {
        padding-top: 115px;
        padding-bottom: 115px;
    }

    .s-py-md-120 > [class*='container'] {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .s-py-md-105 > [class*='container'] {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .s-py-md-125 > [class*='container'] {
        padding-top: 125px;
        padding-bottom: 125px;
    }

    .s-py-md-130 > [class*='container'] {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .s-py-md-120 > [class*='container'] {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .s-py-md-130 > [class*='container'] {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .s-py-md-135 > [class*='container'] {
        padding-top: 135px;
        padding-bottom: 135px;
    }

    .s-py-md-140 > [class*='container'] {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .s-py-md-145 > [class*='container'] {
        padding-top: 145px;
        padding-bottom: 145px;
    }

    .s-py-md-150 > [class*='container'] {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .s-py-md-175 > [class*='container'] {
        padding-top: 175px;
        padding-bottom: 175px;
    }

    .s-py-md-185 > [class*='container'] {
        padding-top: 185px;
        padding-bottom: 185px;
    }

    .s-py-md-195 > [class*='container'] {
        padding-top: 195px;
        padding-bottom: 195px;
    }
}

@media (min-width: 992px) {
    .s-pt-lg-0 > [class*='container'] {
        padding-top: 0;
    }

    .s-pt-lg-1 > [class*='container'] {
        padding-top: 1px;
    }

    .s-pt-lg-2 > [class*='container'] {
        padding-top: 2px;
    }

    .s-pt-lg-3 > [class*='container'] {
        padding-top: 3px;
    }

    .s-pt-lg-5 > [class*='container'] {
        padding-top: 5px;
    }

    .s-pt-lg-10 > [class*='container'] {
        padding-top: 10px;
    }

    .s-pt-lg-15 > [class*='container'] {
        padding-top: 15px;
    }

    .s-pt-lg-20 > [class*='container'] {
        padding-top: 20px;
    }

    .s-pt-lg-25 > [class*='container'] {
        padding-top: 25px;
    }

    .s-pt-lg-30 > [class*='container'] {
        padding-top: 30px;
    }

    .s-pt-lg-35 > [class*='container'] {
        padding-top: 35px;
    }

    .s-pt-lg-40 > [class*='container'] {
        padding-top: 40px;
    }

    .s-pt-lg-45 > [class*='container'] {
        padding-top: 45px;
    }

    .s-pt-lg-50 > [class*='container'] {
        padding-top: 50px;
    }

    .s-pt-lg-55 > [class*='container'] {
        padding-top: 55px;
    }

    .s-pt-lg-60 > [class*='container'] {
        padding-top: 60px;
    }

    .s-pt-lg-65 > [class*='container'] {
        padding-top: 65px;
    }

    .s-pt-lg-70 > [class*='container'] {
        padding-top: 70px;
    }

    .s-pt-lg-75 > [class*='container'] {
        padding-top: 75px;
    }

    .s-pt-lg-80 > [class*='container'] {
        padding-top: 80px;
    }

    .s-pt-lg-85 > [class*='container'] {
        padding-top: 85px;
    }

    .s-pt-lg-90 > [class*='container'] {
        padding-top: 90px;
    }

    .s-pt-lg-95 > [class*='container'] {
        padding-top: 95px;
    }

    .s-pt-lg-100 > [class*='container'] {
        padding-top: 100px;
    }

    .s-pt-lg-110 > [class*='container'] {
        padding-top: 110px;
    }

    .s-pt-lg-115 > [class*='container'] {
        padding-top: 115px;
    }

    .s-pt-lg-120 > [class*='container'] {
        padding-top: 120px;
    }

    .s-pt-lg-105 > [class*='container'] {
        padding-top: 105px;
    }

    .s-pt-lg-125 > [class*='container'] {
        padding-top: 125px;
    }

    .s-pt-lg-130 > [class*='container'] {
        padding-top: 130px;
    }

    .s-pt-lg-120 > [class*='container'] {
        padding-top: 120px;
    }

    .s-pt-lg-130 > [class*='container'] {
        padding-top: 130px;
    }

    .s-pt-lg-135 > [class*='container'] {
        padding-top: 135px;
    }

    .s-pt-lg-140 > [class*='container'] {
        padding-top: 140px;
    }

    .s-pt-lg-145 > [class*='container'] {
        padding-top: 145px;
    }

    .s-pt-lg-150 > [class*='container'] {
        padding-top: 150px;
    }

    .s-pt-lg-175 > [class*='container'] {
        padding-top: 175px;
    }

    .s-pt-lg-185 > [class*='container'] {
        padding-top: 185px;
    }

    .s-pt-lg-195 > [class*='container'] {
        padding-top: 195px;
    }

    .s-pb-lg-0 > [class*='container'] {
        padding-bottom: 0;
    }

    .s-pb-lg-1 > [class*='container'] {
        padding-bottom: 1px;
    }

    .s-pb-lg-2 > [class*='container'] {
        padding-bottom: 2px;
    }

    .s-pb-lg-3 > [class*='container'] {
        padding-bottom: 3px;
    }

    .s-pb-lg-5 > [class*='container'] {
        padding-bottom: 5px;
    }

    .s-pb-lg-10 > [class*='container'] {
        padding-bottom: 10px;
    }

    .s-pb-lg-15 > [class*='container'] {
        padding-bottom: 15px;
    }

    .s-pb-lg-20 > [class*='container'] {
        padding-bottom: 20px;
    }

    .s-pb-lg-25 > [class*='container'] {
        padding-bottom: 25px;
    }

    .s-pb-lg-30 > [class*='container'] {
        padding-bottom: 30px;
    }

    .s-pb-lg-35 > [class*='container'] {
        padding-bottom: 35px;
    }

    .s-pb-lg-40 > [class*='container'] {
        padding-bottom: 40px;
    }

    .s-pb-lg-45 > [class*='container'] {
        padding-bottom: 45px;
    }

    .s-pb-lg-50 > [class*='container'] {
        padding-bottom: 50px;
    }

    .s-pb-lg-55 > [class*='container'] {
        padding-bottom: 55px;
    }

    .s-pb-lg-60 > [class*='container'] {
        padding-bottom: 60px;
    }

    .s-pb-lg-65 > [class*='container'] {
        padding-bottom: 65px;
    }

    .s-pb-lg-70 > [class*='container'] {
        padding-bottom: 70px;
    }

    .s-pb-lg-75 > [class*='container'] {
        padding-bottom: 75px;
    }

    .s-pb-lg-80 > [class*='container'] {
        padding-bottom: 80px;
    }

    .s-pb-lg-85 > [class*='container'] {
        padding-bottom: 85px;
    }

    .s-pb-lg-90 > [class*='container'] {
        padding-bottom: 90px;
    }

    .s-pb-lg-95 > [class*='container'] {
        padding-bottom: 95px;
    }

    .s-pb-lg-100 > [class*='container'] {
        padding-bottom: 100px;
    }

    .s-pb-lg-110 > [class*='container'] {
        padding-bottom: 110px;
    }

    .s-pb-lg-115 > [class*='container'] {
        padding-bottom: 115px;
    }

    .s-pb-lg-120 > [class*='container'] {
        padding-bottom: 120px;
    }

    .s-pb-lg-105 > [class*='container'] {
        padding-bottom: 105px;
    }

    .s-pb-lg-125 > [class*='container'] {
        padding-bottom: 125px;
    }

    .s-pb-lg-130 > [class*='container'] {
        padding-bottom: 130px;
    }

    .s-pb-lg-120 > [class*='container'] {
        padding-bottom: 120px;
    }

    .s-pb-lg-130 > [class*='container'] {
        padding-bottom: 130px;
    }

    .s-pb-lg-135 > [class*='container'] {
        padding-bottom: 135px;
    }

    .s-pb-lg-140 > [class*='container'] {
        padding-bottom: 140px;
    }

    .s-pb-lg-145 > [class*='container'] {
        padding-bottom: 145px;
    }

    .s-pb-lg-150 > [class*='container'] {
        padding-bottom: 150px;
    }

    .s-pb-lg-175 > [class*='container'] {
        padding-bottom: 175px;
    }

    .s-pb-lg-185 > [class*='container'] {
        padding-bottom: 185px;
    }

    .s-pb-lg-195 > [class*='container'] {
        padding-bottom: 195px;
    }

    .s-py-lg-0 > [class*='container'] {
        padding-top: 0;
        padding-bottom: 0;
    }

    .s-py-lg-1 > [class*='container'] {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .s-py-lg-2 > [class*='container'] {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .s-py-lg-3 > [class*='container'] {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .s-py-lg-5 > [class*='container'] {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .s-py-lg-10 > [class*='container'] {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .s-py-lg-15 > [class*='container'] {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .s-py-lg-20 > [class*='container'] {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .s-py-lg-25 > [class*='container'] {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .s-py-lg-30 > [class*='container'] {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .s-py-lg-35 > [class*='container'] {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .s-py-lg-40 > [class*='container'] {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .s-py-lg-45 > [class*='container'] {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .s-py-lg-50 > [class*='container'] {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .s-py-lg-55 > [class*='container'] {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .s-py-lg-60 > [class*='container'] {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .s-py-lg-65 > [class*='container'] {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .s-py-lg-70 > [class*='container'] {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .s-py-lg-75 > [class*='container'] {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .s-py-lg-80 > [class*='container'] {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .s-py-lg-85 > [class*='container'] {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .s-py-lg-90 > [class*='container'] {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .s-py-lg-95 > [class*='container'] {
        padding-top: 95px;
        padding-bottom: 95px;
    }

    .s-py-lg-100 > [class*='container'] {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .s-py-lg-110 > [class*='container'] {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .s-py-lg-115 > [class*='container'] {
        padding-top: 115px;
        padding-bottom: 115px;
    }

    .s-py-lg-120 > [class*='container'] {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .s-py-lg-105 > [class*='container'] {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .s-py-lg-125 > [class*='container'] {
        padding-top: 125px;
        padding-bottom: 125px;
    }

    .s-py-lg-130 > [class*='container'] {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .s-py-lg-120 > [class*='container'] {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .s-py-lg-130 > [class*='container'] {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .s-py-lg-135 > [class*='container'] {
        padding-top: 135px;
        padding-bottom: 135px;
    }

    .s-py-lg-140 > [class*='container'] {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .s-py-lg-145 > [class*='container'] {
        padding-top: 145px;
        padding-bottom: 145px;
    }

    .s-py-lg-150 > [class*='container'] {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .s-py-lg-175 > [class*='container'] {
        padding-top: 175px;
        padding-bottom: 175px;
    }

    .s-py-lg-185 > [class*='container'] {
        padding-top: 185px;
        padding-bottom: 185px;
    }

    .s-py-lg-195 > [class*='container'] {
        padding-top: 195px;
        padding-bottom: 195px;
    }
}

@media (min-width: 1200px) {
    .s-pt-xl-0 > [class*='container'] {
        padding-top: 0;
    }

    .s-pt-xl-1 > [class*='container'] {
        padding-top: 1px;
    }

    .s-pt-xl-2 > [class*='container'] {
        padding-top: 2px;
    }

    .s-pt-xl-3 > [class*='container'] {
        padding-top: 3px;
    }

    .s-pt-xl-5 > [class*='container'] {
        padding-top: 5px;
    }

    .s-pt-xl-10 > [class*='container'] {
        padding-top: 10px;
    }

    .s-pt-xl-15 > [class*='container'] {
        padding-top: 15px;
    }

    .s-pt-xl-20 > [class*='container'] {
        padding-top: 20px;
    }

    .s-pt-xl-25 > [class*='container'] {
        padding-top: 25px;
    }

    .s-pt-xl-30 > [class*='container'] {
        padding-top: 30px;
    }

    .s-pt-xl-35 > [class*='container'] {
        padding-top: 35px;
    }

    .s-pt-xl-40 > [class*='container'] {
        padding-top: 40px;
    }

    .s-pt-xl-45 > [class*='container'] {
        padding-top: 45px;
    }

    .s-pt-xl-50 > [class*='container'] {
        padding-top: 50px;
    }

    .s-pt-xl-55 > [class*='container'] {
        padding-top: 55px;
    }

    .s-pt-xl-60 > [class*='container'] {
        padding-top: 60px;
    }

    .s-pt-xl-65 > [class*='container'] {
        padding-top: 65px;
    }

    .s-pt-xl-70 > [class*='container'] {
        padding-top: 70px;
    }

    .s-pt-xl-75 > [class*='container'] {
        padding-top: 75px;
    }

    .s-pt-xl-80 > [class*='container'] {
        padding-top: 80px;
    }

    .s-pt-xl-85 > [class*='container'] {
        padding-top: 85px;
    }

    .s-pt-xl-90 > [class*='container'] {
        padding-top: 90px;
    }

    .s-pt-xl-95 > [class*='container'] {
        padding-top: 95px;
    }

    .s-pt-xl-100 > [class*='container'] {
        padding-top: 100px;
    }

    .s-pt-xl-110 > [class*='container'] {
        padding-top: 110px;
    }

    .s-pt-xl-115 > [class*='container'] {
        padding-top: 115px;
    }

    .s-pt-xl-120 > [class*='container'] {
        padding-top: 120px;
    }

    .s-pt-xl-105 > [class*='container'] {
        padding-top: 105px;
    }

    .s-pt-xl-125 > [class*='container'] {
        padding-top: 125px;
    }

    .s-pt-xl-130 > [class*='container'] {
        padding-top: 130px;
    }

    .s-pt-xl-120 > [class*='container'] {
        padding-top: 120px;
    }

    .s-pt-xl-130 > [class*='container'] {
        padding-top: 130px;
    }

    .s-pt-xl-135 > [class*='container'] {
        padding-top: 135px;
    }

    .s-pt-xl-140 > [class*='container'] {
        padding-top: 140px;
    }

    .s-pt-xl-145 > [class*='container'] {
        padding-top: 145px;
    }

    .s-pt-xl-150 > [class*='container'] {
        padding-top: 150px;
    }

    .s-pt-xl-175 > [class*='container'] {
        padding-top: 175px;
    }

    .s-pt-xl-185 > [class*='container'] {
        padding-top: 185px;
    }

    .s-pt-xl-195 > [class*='container'] {
        padding-top: 195px;
    }

    .s-pb-xl-0 > [class*='container'] {
        padding-bottom: 0;
    }

    .s-pb-xl-1 > [class*='container'] {
        padding-bottom: 1px;
    }

    .s-pb-xl-2 > [class*='container'] {
        padding-bottom: 2px;
    }

    .s-pb-xl-3 > [class*='container'] {
        padding-bottom: 3px;
    }

    .s-pb-xl-5 > [class*='container'] {
        padding-bottom: 5px;
    }

    .s-pb-xl-10 > [class*='container'] {
        padding-bottom: 10px;
    }

    .s-pb-xl-15 > [class*='container'] {
        padding-bottom: 15px;
    }

    .s-pb-xl-20 > [class*='container'] {
        padding-bottom: 20px;
    }

    .s-pb-xl-25 > [class*='container'] {
        padding-bottom: 25px;
    }

    .s-pb-xl-30 > [class*='container'] {
        padding-bottom: 30px;
    }

    .s-pb-xl-35 > [class*='container'] {
        padding-bottom: 35px;
    }

    .s-pb-xl-40 > [class*='container'] {
        padding-bottom: 40px;
    }

    .s-pb-xl-45 > [class*='container'] {
        padding-bottom: 45px;
    }

    .s-pb-xl-50 > [class*='container'] {
        padding-bottom: 50px;
    }

    .s-pb-xl-55 > [class*='container'] {
        padding-bottom: 55px;
    }

    .s-pb-xl-60 > [class*='container'] {
        padding-bottom: 60px;
    }

    .s-pb-xl-65 > [class*='container'] {
        padding-bottom: 65px;
    }

    .s-pb-xl-70 > [class*='container'] {
        padding-bottom: 70px;
    }

    .s-pb-xl-75 > [class*='container'] {
        padding-bottom: 75px;
    }

    .s-pb-xl-80 > [class*='container'] {
        padding-bottom: 80px;
    }

    .s-pb-xl-85 > [class*='container'] {
        padding-bottom: 85px;
    }

    .s-pb-xl-90 > [class*='container'] {
        padding-bottom: 90px;
    }

    .s-pb-xl-95 > [class*='container'] {
        padding-bottom: 95px;
    }

    .s-pb-xl-100 > [class*='container'] {
        padding-bottom: 100px;
    }

    .s-pb-xl-110 > [class*='container'] {
        padding-bottom: 110px;
    }

    .s-pb-xl-115 > [class*='container'] {
        padding-bottom: 115px;
    }

    .s-pb-xl-120 > [class*='container'] {
        padding-bottom: 120px;
    }

    .s-pb-xl-105 > [class*='container'] {
        padding-bottom: 105px;
    }

    .s-pb-xl-125 > [class*='container'] {
        padding-bottom: 125px;
    }

    .s-pb-xl-130 > [class*='container'] {
        padding-bottom: 130px;
    }

    .s-pb-xl-120 > [class*='container'] {
        padding-bottom: 120px;
    }

    .s-pb-xl-130 > [class*='container'] {
        padding-bottom: 130px;
    }

    .s-pb-xl-135 > [class*='container'] {
        padding-bottom: 135px;
    }

    .s-pb-xl-140 > [class*='container'] {
        padding-bottom: 140px;
    }

    .s-pb-xl-145 > [class*='container'] {
        padding-bottom: 145px;
    }

    .s-pb-xl-150 > [class*='container'] {
        padding-bottom: 150px;
    }

    .s-pb-xl-175 > [class*='container'] {
        padding-bottom: 175px;
    }

    .s-pb-xl-185 > [class*='container'] {
        padding-bottom: 185px;
    }

    .s-pb-xl-195 > [class*='container'] {
        padding-bottom: 195px;
    }

    .s-py-xl-0 > [class*='container'] {
        padding-top: 0;
        padding-bottom: 0;
    }

    .s-py-xl-1 > [class*='container'] {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .s-py-xl-2 > [class*='container'] {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .s-py-xl-3 > [class*='container'] {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .s-py-xl-5 > [class*='container'] {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .s-py-xl-10 > [class*='container'] {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .s-py-xl-15 > [class*='container'] {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .s-py-xl-20 > [class*='container'] {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .s-py-xl-25 > [class*='container'] {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .s-py-xl-30 > [class*='container'] {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .s-py-xl-35 > [class*='container'] {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .s-py-xl-40 > [class*='container'] {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .s-py-xl-45 > [class*='container'] {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .s-py-xl-50 > [class*='container'] {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .s-py-xl-55 > [class*='container'] {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .s-py-xl-60 > [class*='container'] {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .s-py-xl-65 > [class*='container'] {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .s-py-xl-70 > [class*='container'] {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .s-py-xl-75 > [class*='container'] {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .s-py-xl-80 > [class*='container'] {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .s-py-xl-85 > [class*='container'] {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .s-py-xl-90 > [class*='container'] {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .s-py-xl-95 > [class*='container'] {
        padding-top: 95px;
        padding-bottom: 95px;
    }

    .s-py-xl-100 > [class*='container'] {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .s-py-xl-110 > [class*='container'] {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .s-py-xl-115 > [class*='container'] {
        padding-top: 115px;
        padding-bottom: 115px;
    }

    .s-py-xl-120 > [class*='container'] {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .s-py-xl-105 > [class*='container'] {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .s-py-xl-125 > [class*='container'] {
        padding-top: 125px;
        padding-bottom: 125px;
    }

    .s-py-xl-130 > [class*='container'] {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .s-py-xl-120 > [class*='container'] {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .s-py-xl-130 > [class*='container'] {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .s-py-xl-135 > [class*='container'] {
        padding-top: 135px;
        padding-bottom: 135px;
    }

    .s-py-xl-140 > [class*='container'] {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .s-py-xl-145 > [class*='container'] {
        padding-top: 145px;
        padding-bottom: 145px;
    }

    .s-py-xl-150 > [class*='container'] {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .s-py-xl-175 > [class*='container'] {
        padding-top: 175px;
        padding-bottom: 175px;
    }

    .s-py-xl-185 > [class*='container'] {
        padding-top: 185px;
        padding-bottom: 185px;
    }

    .s-py-xl-195 > [class*='container'] {
        padding-top: 195px;
        padding-bottom: 195px;
    }
}

/* Vertical margins for columns in sections and rows
.c - columns
mt-* - margin top value
mb-* - margin bottom value
my-* - same value for top and for bottom margin
*/
.c-mt-0 [class*="col-"],
.row.c-mt-0 > [class*="col-"] {
    margin-top: 0;
}

.c-mt-1 [class*="col-"],
.row.c-mt-1 > [class*="col-"] {
    margin-top: 1px;
}

.c-mt-2 [class*="col-"],
.row.c-mt-2 > [class*="col-"] {
    margin-top: 2px;
}

.c-mt-5 [class*="col-"],
.row.c-mt-5 > [class*="col-"] {
    margin-top: 5px;
}

.c-mt-10 [class*="col-"],
.row.c-mt-10 > [class*="col-"] {
    margin-top: 10px;
}

.c-mt-15 [class*="col-"],
.row.c-mt-15 > [class*="col-"] {
    margin-top: 15px;
}

.c-mt-20 [class*="col-"],
.row.c-mt-20 > [class*="col-"] {
    margin-top: 20px;
}

.c-mt-25 [class*="col-"],
.row.c-mt-25 > [class*="col-"] {
    margin-top: 25px;
}

.c-mt-30 [class*="col-"],
.row.c-mt-30 > [class*="col-"] {
    margin-top: 30px;
}

.c-mt-35 [class*="col-"],
.row.c-mt-35 > [class*="col-"] {
    margin-top: 35px;
}

.c-mt-40 [class*="col-"],
.row.c-mt-40 > [class*="col-"] {
    margin-top: 40px;
}

.c-mt-45 [class*="col-"],
.row.c-mt-45 > [class*="col-"] {
    margin-top: 45px;
}

.c-mt-50 [class*="col-"],
.row.c-mt-50 > [class*="col-"] {
    margin-top: 50px;
}

.c-mt-55 [class*="col-"],
.row.c-mt-55 > [class*="col-"] {
    margin-top: 55px;
}

.c-mt-60 [class*="col-"],
.row.c-mt-60 > [class*="col-"] {
    margin-top: 60px;
}

.c-mb-0 [class*="col-"],
.row.c-mb-0 > [class*="col-"] {
    margin-bottom: 0;
}

.c-mb-1 [class*="col-"],
.row.c-mb-1 > [class*="col-"] {
    margin-bottom: 1px;
}

.c-mb-2 [class*="col-"],
.row.c-mb-2 > [class*="col-"] {
    margin-bottom: 2px;
}

.c-mb-5 [class*="col-"],
.row.c-mb-5 > [class*="col-"] {
    margin-bottom: 5px;
}

.c-mb-10 [class*="col-"],
.row.c-mb-10 > [class*="col-"] {
    margin-bottom: 10px;
}

.c-mb-15 [class*="col-"],
.row.c-mb-15 > [class*="col-"] {
    margin-bottom: 15px;
}

.c-mb-20 [class*="col-"],
.row.c-mb-20 > [class*="col-"] {
    margin-bottom: 20px;
}

.c-mb-25 [class*="col-"],
.row.c-mb-25 > [class*="col-"] {
    margin-bottom: 25px;
}

.c-mb-30 [class*="col-"],
.row.c-mb-30 > [class*="col-"] {
    margin-bottom: 30px;
}

.c-mb-35 [class*="col-"],
.row.c-mb-35 > [class*="col-"] {
    margin-bottom: 35px;
}

.c-mb-40 [class*="col-"],
.row.c-mb-40 > [class*="col-"] {
    margin-bottom: 40px;
}

.c-mb-45 [class*="col-"],
.row.c-mb-45 > [class*="col-"] {
    margin-bottom: 45px;
}

.c-mb-50 [class*="col-"],
.row.c-mb-50 > [class*="col-"] {
    margin-bottom: 50px;
}

.c-mb-55 [class*="col-"],
.row.c-mb-55 > [class*="col-"] {
    margin-bottom: 55px;
}

.c-mb-60 [class*="col-"],
.row.c-mb-60 > [class*="col-"] {
    margin-bottom: 60px;
}

.c-my-0 [class*="col-"],
.row.c-my-0 > [class*="col-"] {
    margin-top: 0;
    margin-bottom: 0;
}

.c-my-1 [class*="col-"],
.row.c-my-1 > [class*="col-"] {
    margin-top: 1px;
    margin-bottom: 1px;
}

.c-my-2 [class*="col-"],
.row.c-my-2 > [class*="col-"] {
    margin-top: 2px;
    margin-bottom: 2px;
}

.c-my-5 [class*="col-"],
.row.c-my-5 > [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
}

.c-my-10 [class*="col-"],
.row.c-my-10 > [class*="col-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.c-my-15 [class*="col-"],
.row.c-my-15 > [class*="col-"] {
    margin-top: 15px;
    margin-bottom: 15px;
}

.c-my-20 [class*="col-"],
.row.c-my-20 > [class*="col-"] {
    margin-top: 20px;
    margin-bottom: 20px;
}

.c-my-25 [class*="col-"],
.row.c-my-25 > [class*="col-"] {
    margin-top: 25px;
    margin-bottom: 25px;
}

.c-my-30 [class*="col-"],
.row.c-my-30 > [class*="col-"] {
    margin-top: 30px;
    margin-bottom: 30px;
}

.c-my-35 [class*="col-"],
.row.c-my-35 > [class*="col-"] {
    margin-top: 35px;
    margin-bottom: 35px;
}

.c-my-40 [class*="col-"],
.row.c-my-40 > [class*="col-"] {
    margin-top: 40px;
    margin-bottom: 40px;
}

.c-my-45 [class*="col-"],
.row.c-my-45 > [class*="col-"] {
    margin-top: 45px;
    margin-bottom: 45px;
}

.c-my-50 [class*="col-"],
.row.c-my-50 > [class*="col-"] {
    margin-top: 50px;
    margin-bottom: 50px;
}

.c-my-55 [class*="col-"],
.row.c-my-55 > [class*="col-"] {
    margin-top: 55px;
    margin-bottom: 55px;
}

.c-my-60 [class*="col-"],
.row.c-my-60 > [class*="col-"] {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .c-mt-sm-0 [class*="col-"],
    .row.c-mt-sm-0 > [class*="col-"] {
        margin-top: 0;
    }

    .c-mt-sm-1 [class*="col-"],
    .row.c-mt-sm-1 > [class*="col-"] {
        margin-top: 1px;
    }

    .c-mt-sm-2 [class*="col-"],
    .row.c-mt-sm-2 > [class*="col-"] {
        margin-top: 2px;
    }

    .c-mt-sm-5 [class*="col-"],
    .row.c-mt-sm-5 > [class*="col-"] {
        margin-top: 5px;
    }

    .c-mt-sm-10 [class*="col-"],
    .row.c-mt-sm-10 > [class*="col-"] {
        margin-top: 10px;
    }

    .c-mt-sm-15 [class*="col-"],
    .row.c-mt-sm-15 > [class*="col-"] {
        margin-top: 15px;
    }

    .c-mt-sm-20 [class*="col-"],
    .row.c-mt-sm-20 > [class*="col-"] {
        margin-top: 20px;
    }

    .c-mt-sm-25 [class*="col-"],
    .row.c-mt-sm-25 > [class*="col-"] {
        margin-top: 25px;
    }

    .c-mt-sm-30 [class*="col-"],
    .row.c-mt-sm-30 > [class*="col-"] {
        margin-top: 30px;
    }

    .c-mt-sm-35 [class*="col-"],
    .row.c-mt-sm-35 > [class*="col-"] {
        margin-top: 35px;
    }

    .c-mt-sm-40 [class*="col-"],
    .row.c-mt-sm-40 > [class*="col-"] {
        margin-top: 40px;
    }

    .c-mt-sm-45 [class*="col-"],
    .row.c-mt-sm-45 > [class*="col-"] {
        margin-top: 45px;
    }

    .c-mt-sm-50 [class*="col-"],
    .row.c-mt-sm-50 > [class*="col-"] {
        margin-top: 50px;
    }

    .c-mt-sm-55 [class*="col-"],
    .row.c-mt-sm-55 > [class*="col-"] {
        margin-top: 55px;
    }

    .c-mt-sm-60 [class*="col-"],
    .row.c-mt-sm-60 > [class*="col-"] {
        margin-top: 60px;
    }

    .c-mb-sm-0 [class*="col-"],
    .row.c-mb-sm-0 > [class*="col-"] {
        margin-bottom: 0;
    }

    .c-mb-sm-1 [class*="col-"],
    .row.c-mb-sm-1 > [class*="col-"] {
        margin-bottom: 1px;
    }

    .c-mb-sm-2 [class*="col-"],
    .row.c-mb-sm-2 > [class*="col-"] {
        margin-bottom: 2px;
    }

    .c-mb-sm-5 [class*="col-"],
    .row.c-mb-sm-5 > [class*="col-"] {
        margin-bottom: 5px;
    }

    .c-mb-sm-10 [class*="col-"],
    .row.c-mb-sm-10 > [class*="col-"] {
        margin-bottom: 10px;
    }

    .c-mb-sm-15 [class*="col-"],
    .row.c-mb-sm-15 > [class*="col-"] {
        margin-bottom: 15px;
    }

    .c-mb-sm-20 [class*="col-"],
    .row.c-mb-sm-20 > [class*="col-"] {
        margin-bottom: 20px;
    }

    .c-mb-sm-25 [class*="col-"],
    .row.c-mb-sm-25 > [class*="col-"] {
        margin-bottom: 25px;
    }

    .c-mb-sm-30 [class*="col-"],
    .row.c-mb-sm-30 > [class*="col-"] {
        margin-bottom: 30px;
    }

    .c-mb-sm-35 [class*="col-"],
    .row.c-mb-sm-35 > [class*="col-"] {
        margin-bottom: 35px;
    }

    .c-mb-sm-40 [class*="col-"],
    .row.c-mb-sm-40 > [class*="col-"] {
        margin-bottom: 40px;
    }

    .c-mb-sm-45 [class*="col-"],
    .row.c-mb-sm-45 > [class*="col-"] {
        margin-bottom: 45px;
    }

    .c-mb-sm-50 [class*="col-"],
    .row.c-mb-sm-50 > [class*="col-"] {
        margin-bottom: 50px;
    }

    .c-mb-sm-55 [class*="col-"],
    .row.c-mb-sm-55 > [class*="col-"] {
        margin-bottom: 55px;
    }

    .c-mb-sm-60 [class*="col-"],
    .row.c-mb-sm-60 > [class*="col-"] {
        margin-bottom: 60px;
    }

    .c-my-sm-0 [class*="col-"],
    .row.c-my-sm-0 > [class*="col-"] {
        margin-top: 0;
        margin-bottom: 0;
    }

    .c-my-sm-1 [class*="col-"],
    .row.c-my-sm-1 > [class*="col-"] {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .c-my-sm-2 [class*="col-"],
    .row.c-my-sm-2 > [class*="col-"] {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .c-my-sm-5 [class*="col-"],
    .row.c-my-sm-5 > [class*="col-"] {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .c-my-sm-10 [class*="col-"],
    .row.c-my-sm-10 > [class*="col-"] {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .c-my-sm-15 [class*="col-"],
    .row.c-my-sm-15 > [class*="col-"] {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .c-my-sm-20 [class*="col-"],
    .row.c-my-sm-20 > [class*="col-"] {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .c-my-sm-25 [class*="col-"],
    .row.c-my-sm-25 > [class*="col-"] {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .c-my-sm-30 [class*="col-"],
    .row.c-my-sm-30 > [class*="col-"] {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .c-my-sm-35 [class*="col-"],
    .row.c-my-sm-35 > [class*="col-"] {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .c-my-sm-40 [class*="col-"],
    .row.c-my-sm-40 > [class*="col-"] {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .c-my-sm-45 [class*="col-"],
    .row.c-my-sm-45 > [class*="col-"] {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .c-my-sm-50 [class*="col-"],
    .row.c-my-sm-50 > [class*="col-"] {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .c-my-sm-55 [class*="col-"],
    .row.c-my-sm-55 > [class*="col-"] {
        margin-top: 55px;
        margin-bottom: 55px;
    }

    .c-my-sm-60 [class*="col-"],
    .row.c-my-sm-60 > [class*="col-"] {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (min-width: 768px) {
    .c-mt-md-0 [class*="col-"],
    .row.c-mt-md-0 > [class*="col-"] {
        margin-top: 0;
    }

    .c-mt-md-1 [class*="col-"],
    .row.c-mt-md-1 > [class*="col-"] {
        margin-top: 1px;
    }

    .c-mt-md-2 [class*="col-"],
    .row.c-mt-md-2 > [class*="col-"] {
        margin-top: 2px;
    }

    .c-mt-md-5 [class*="col-"],
    .row.c-mt-md-5 > [class*="col-"] {
        margin-top: 5px;
    }

    .c-mt-md-10 [class*="col-"],
    .row.c-mt-md-10 > [class*="col-"] {
        margin-top: 10px;
    }

    .c-mt-md-15 [class*="col-"],
    .row.c-mt-md-15 > [class*="col-"] {
        margin-top: 15px;
    }

    .c-mt-md-20 [class*="col-"],
    .row.c-mt-md-20 > [class*="col-"] {
        margin-top: 20px;
    }

    .c-mt-md-25 [class*="col-"],
    .row.c-mt-md-25 > [class*="col-"] {
        margin-top: 25px;
    }

    .c-mt-md-30 [class*="col-"],
    .row.c-mt-md-30 > [class*="col-"] {
        margin-top: 30px;
    }

    .c-mt-md-35 [class*="col-"],
    .row.c-mt-md-35 > [class*="col-"] {
        margin-top: 35px;
    }

    .c-mt-md-40 [class*="col-"],
    .row.c-mt-md-40 > [class*="col-"] {
        margin-top: 40px;
    }

    .c-mt-md-45 [class*="col-"],
    .row.c-mt-md-45 > [class*="col-"] {
        margin-top: 45px;
    }

    .c-mt-md-50 [class*="col-"],
    .row.c-mt-md-50 > [class*="col-"] {
        margin-top: 50px;
    }

    .c-mt-md-55 [class*="col-"],
    .row.c-mt-md-55 > [class*="col-"] {
        margin-top: 55px;
    }

    .c-mt-md-60 [class*="col-"],
    .row.c-mt-md-60 > [class*="col-"] {
        margin-top: 60px;
    }

    .c-mb-md-0 [class*="col-"],
    .row.c-mb-md-0 > [class*="col-"] {
        margin-bottom: 0;
    }

    .c-mb-md-1 [class*="col-"],
    .row.c-mb-md-1 > [class*="col-"] {
        margin-bottom: 1px;
    }

    .c-mb-md-2 [class*="col-"],
    .row.c-mb-md-2 > [class*="col-"] {
        margin-bottom: 2px;
    }

    .c-mb-md-5 [class*="col-"],
    .row.c-mb-md-5 > [class*="col-"] {
        margin-bottom: 5px;
    }

    .c-mb-md-10 [class*="col-"],
    .row.c-mb-md-10 > [class*="col-"] {
        margin-bottom: 10px;
    }

    .c-mb-md-15 [class*="col-"],
    .row.c-mb-md-15 > [class*="col-"] {
        margin-bottom: 15px;
    }

    .c-mb-md-20 [class*="col-"],
    .row.c-mb-md-20 > [class*="col-"] {
        margin-bottom: 20px;
    }

    .c-mb-md-25 [class*="col-"],
    .row.c-mb-md-25 > [class*="col-"] {
        margin-bottom: 25px;
    }

    .c-mb-md-30 [class*="col-"],
    .row.c-mb-md-30 > [class*="col-"] {
        margin-bottom: 30px;
    }

    .c-mb-md-35 [class*="col-"],
    .row.c-mb-md-35 > [class*="col-"] {
        margin-bottom: 35px;
    }

    .c-mb-md-40 [class*="col-"],
    .row.c-mb-md-40 > [class*="col-"] {
        margin-bottom: 40px;
    }

    .c-mb-md-45 [class*="col-"],
    .row.c-mb-md-45 > [class*="col-"] {
        margin-bottom: 45px;
    }

    .c-mb-md-50 [class*="col-"],
    .row.c-mb-md-50 > [class*="col-"] {
        margin-bottom: 50px;
    }

    .c-mb-md-55 [class*="col-"],
    .row.c-mb-md-55 > [class*="col-"] {
        margin-bottom: 55px;
    }

    .c-mb-md-60 [class*="col-"],
    .row.c-mb-md-60 > [class*="col-"] {
        margin-bottom: 60px;
    }

    .c-my-md-0 [class*="col-"],
    .row.c-my-md-0 > [class*="col-"] {
        margin-top: 0;
        margin-bottom: 0;
    }

    .c-my-md-1 [class*="col-"],
    .row.c-my-md-1 > [class*="col-"] {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .c-my-md-2 [class*="col-"],
    .row.c-my-md-2 > [class*="col-"] {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .c-my-md-5 [class*="col-"],
    .row.c-my-md-5 > [class*="col-"] {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .c-my-md-10 [class*="col-"],
    .row.c-my-md-10 > [class*="col-"] {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .c-my-md-15 [class*="col-"],
    .row.c-my-md-15 > [class*="col-"] {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .c-my-md-20 [class*="col-"],
    .row.c-my-md-20 > [class*="col-"] {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .c-my-md-25 [class*="col-"],
    .row.c-my-md-25 > [class*="col-"] {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .c-my-md-30 [class*="col-"],
    .row.c-my-md-30 > [class*="col-"] {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .c-my-md-35 [class*="col-"],
    .row.c-my-md-35 > [class*="col-"] {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .c-my-md-40 [class*="col-"],
    .row.c-my-md-40 > [class*="col-"] {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .c-my-md-45 [class*="col-"],
    .row.c-my-md-45 > [class*="col-"] {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .c-my-md-50 [class*="col-"],
    .row.c-my-md-50 > [class*="col-"] {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .c-my-md-55 [class*="col-"],
    .row.c-my-md-55 > [class*="col-"] {
        margin-top: 55px;
        margin-bottom: 55px;
    }

    .c-my-md-60 [class*="col-"],
    .row.c-my-md-60 > [class*="col-"] {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .c-mt-lg-0 [class*="col-"],
    .row.c-mt-lg-0 > [class*="col-"] {
        margin-top: 0;
    }

    .c-mt-lg-1 [class*="col-"],
    .row.c-mt-lg-1 > [class*="col-"] {
        margin-top: 1px;
    }

    .c-mt-lg-2 [class*="col-"],
    .row.c-mt-lg-2 > [class*="col-"] {
        margin-top: 2px;
    }

    .c-mt-lg-5 [class*="col-"],
    .row.c-mt-lg-5 > [class*="col-"] {
        margin-top: 5px;
    }

    .c-mt-lg-10 [class*="col-"],
    .row.c-mt-lg-10 > [class*="col-"] {
        margin-top: 10px;
    }

    .c-mt-lg-15 [class*="col-"],
    .row.c-mt-lg-15 > [class*="col-"] {
        margin-top: 15px;
    }

    .c-mt-lg-20 [class*="col-"],
    .row.c-mt-lg-20 > [class*="col-"] {
        margin-top: 20px;
    }

    .c-mt-lg-25 [class*="col-"],
    .row.c-mt-lg-25 > [class*="col-"] {
        margin-top: 25px;
    }

    .c-mt-lg-30 [class*="col-"],
    .row.c-mt-lg-30 > [class*="col-"] {
        margin-top: 30px;
    }

    .c-mt-lg-35 [class*="col-"],
    .row.c-mt-lg-35 > [class*="col-"] {
        margin-top: 35px;
    }

    .c-mt-lg-40 [class*="col-"],
    .row.c-mt-lg-40 > [class*="col-"] {
        margin-top: 40px;
    }

    .c-mt-lg-45 [class*="col-"],
    .row.c-mt-lg-45 > [class*="col-"] {
        margin-top: 45px;
    }

    .c-mt-lg-50 [class*="col-"],
    .row.c-mt-lg-50 > [class*="col-"] {
        margin-top: 50px;
    }

    .c-mt-lg-55 [class*="col-"],
    .row.c-mt-lg-55 > [class*="col-"] {
        margin-top: 55px;
    }

    .c-mt-lg-60 [class*="col-"],
    .row.c-mt-lg-60 > [class*="col-"] {
        margin-top: 60px;
    }

    .c-mb-lg-0 [class*="col-"],
    .row.c-mb-lg-0 > [class*="col-"] {
        margin-bottom: 0;
    }

    .c-mb-lg-1 [class*="col-"],
    .row.c-mb-lg-1 > [class*="col-"] {
        margin-bottom: 1px;
    }

    .c-mb-lg-2 [class*="col-"],
    .row.c-mb-lg-2 > [class*="col-"] {
        margin-bottom: 2px;
    }

    .c-mb-lg-5 [class*="col-"],
    .row.c-mb-lg-5 > [class*="col-"] {
        margin-bottom: 5px;
    }

    .c-mb-lg-10 [class*="col-"],
    .row.c-mb-lg-10 > [class*="col-"] {
        margin-bottom: 10px;
    }

    .c-mb-lg-15 [class*="col-"],
    .row.c-mb-lg-15 > [class*="col-"] {
        margin-bottom: 15px;
    }

    .c-mb-lg-20 [class*="col-"],
    .row.c-mb-lg-20 > [class*="col-"] {
        margin-bottom: 20px;
    }

    .c-mb-lg-25 [class*="col-"],
    .row.c-mb-lg-25 > [class*="col-"] {
        margin-bottom: 25px;
    }

    .c-mb-lg-30 [class*="col-"],
    .row.c-mb-lg-30 > [class*="col-"] {
        margin-bottom: 30px;
    }

    .c-mb-lg-35 [class*="col-"],
    .row.c-mb-lg-35 > [class*="col-"] {
        margin-bottom: 35px;
    }

    .c-mb-lg-40 [class*="col-"],
    .row.c-mb-lg-40 > [class*="col-"] {
        margin-bottom: 40px;
    }

    .c-mb-lg-45 [class*="col-"],
    .row.c-mb-lg-45 > [class*="col-"] {
        margin-bottom: 45px;
    }

    .c-mb-lg-50 [class*="col-"],
    .row.c-mb-lg-50 > [class*="col-"] {
        margin-bottom: 50px;
    }

    .c-mb-lg-55 [class*="col-"],
    .row.c-mb-lg-55 > [class*="col-"] {
        margin-bottom: 55px;
    }

    .c-mb-lg-60 [class*="col-"],
    .row.c-mb-lg-60 > [class*="col-"] {
        margin-bottom: 60px;
    }

    .c-my-lg-0 [class*="col-"],
    .row.c-my-lg-0 > [class*="col-"] {
        margin-top: 0;
        margin-bottom: 0;
    }

    .c-my-lg-1 [class*="col-"],
    .row.c-my-lg-1 > [class*="col-"] {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .c-my-lg-2 [class*="col-"],
    .row.c-my-lg-2 > [class*="col-"] {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .c-my-lg-5 [class*="col-"],
    .row.c-my-lg-5 > [class*="col-"] {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .c-my-lg-10 [class*="col-"],
    .row.c-my-lg-10 > [class*="col-"] {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .c-my-lg-15 [class*="col-"],
    .row.c-my-lg-15 > [class*="col-"] {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .c-my-lg-20 [class*="col-"],
    .row.c-my-lg-20 > [class*="col-"] {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .c-my-lg-25 [class*="col-"],
    .row.c-my-lg-25 > [class*="col-"] {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .c-my-lg-30 [class*="col-"],
    .row.c-my-lg-30 > [class*="col-"] {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .c-my-lg-35 [class*="col-"],
    .row.c-my-lg-35 > [class*="col-"] {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .c-my-lg-40 [class*="col-"],
    .row.c-my-lg-40 > [class*="col-"] {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .c-my-lg-45 [class*="col-"],
    .row.c-my-lg-45 > [class*="col-"] {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .c-my-lg-50 [class*="col-"],
    .row.c-my-lg-50 > [class*="col-"] {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .c-my-lg-55 [class*="col-"],
    .row.c-my-lg-55 > [class*="col-"] {
        margin-top: 55px;
        margin-bottom: 55px;
    }

    .c-my-lg-60 [class*="col-"],
    .row.c-my-lg-60 > [class*="col-"] {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .c-mt-xl-0 [class*="col-"],
    .row.c-mt-xl-0 > [class*="col-"] {
        margin-top: 0;
    }

    .c-mt-xl-1 [class*="col-"],
    .row.c-mt-xl-1 > [class*="col-"] {
        margin-top: 1px;
    }

    .c-mt-xl-2 [class*="col-"],
    .row.c-mt-xl-2 > [class*="col-"] {
        margin-top: 2px;
    }

    .c-mt-xl-5 [class*="col-"],
    .row.c-mt-xl-5 > [class*="col-"] {
        margin-top: 5px;
    }

    .c-mt-xl-10 [class*="col-"],
    .row.c-mt-xl-10 > [class*="col-"] {
        margin-top: 10px;
    }

    .c-mt-xl-15 [class*="col-"],
    .row.c-mt-xl-15 > [class*="col-"] {
        margin-top: 15px;
    }

    .c-mt-xl-20 [class*="col-"],
    .row.c-mt-xl-20 > [class*="col-"] {
        margin-top: 20px;
    }

    .c-mt-xl-25 [class*="col-"],
    .row.c-mt-xl-25 > [class*="col-"] {
        margin-top: 25px;
    }

    .c-mt-xl-30 [class*="col-"],
    .row.c-mt-xl-30 > [class*="col-"] {
        margin-top: 30px;
    }

    .c-mt-xl-35 [class*="col-"],
    .row.c-mt-xl-35 > [class*="col-"] {
        margin-top: 35px;
    }

    .c-mt-xl-40 [class*="col-"],
    .row.c-mt-xl-40 > [class*="col-"] {
        margin-top: 40px;
    }

    .c-mt-xl-45 [class*="col-"],
    .row.c-mt-xl-45 > [class*="col-"] {
        margin-top: 45px;
    }

    .c-mt-xl-50 [class*="col-"],
    .row.c-mt-xl-50 > [class*="col-"] {
        margin-top: 50px;
    }

    .c-mt-xl-55 [class*="col-"],
    .row.c-mt-xl-55 > [class*="col-"] {
        margin-top: 55px;
    }

    .c-mt-xl-60 [class*="col-"],
    .row.c-mt-xl-60 > [class*="col-"] {
        margin-top: 60px;
    }

    .c-mb-xl-0 [class*="col-"],
    .row.c-mb-xl-0 > [class*="col-"] {
        margin-bottom: 0;
    }

    .c-mb-xl-1 [class*="col-"],
    .row.c-mb-xl-1 > [class*="col-"] {
        margin-bottom: 1px;
    }

    .c-mb-xl-2 [class*="col-"],
    .row.c-mb-xl-2 > [class*="col-"] {
        margin-bottom: 2px;
    }

    .c-mb-xl-5 [class*="col-"],
    .row.c-mb-xl-5 > [class*="col-"] {
        margin-bottom: 5px;
    }

    .c-mb-xl-10 [class*="col-"],
    .row.c-mb-xl-10 > [class*="col-"] {
        margin-bottom: 10px;
    }

    .c-mb-xl-15 [class*="col-"],
    .row.c-mb-xl-15 > [class*="col-"] {
        margin-bottom: 15px;
    }

    .c-mb-xl-20 [class*="col-"],
    .row.c-mb-xl-20 > [class*="col-"] {
        margin-bottom: 20px;
    }

    .c-mb-xl-25 [class*="col-"],
    .row.c-mb-xl-25 > [class*="col-"] {
        margin-bottom: 25px;
    }

    .c-mb-xl-30 [class*="col-"],
    .row.c-mb-xl-30 > [class*="col-"] {
        margin-bottom: 30px;
    }

    .c-mb-xl-35 [class*="col-"],
    .row.c-mb-xl-35 > [class*="col-"] {
        margin-bottom: 35px;
    }

    .c-mb-xl-40 [class*="col-"],
    .row.c-mb-xl-40 > [class*="col-"] {
        margin-bottom: 40px;
    }

    .c-mb-xl-45 [class*="col-"],
    .row.c-mb-xl-45 > [class*="col-"] {
        margin-bottom: 45px;
    }

    .c-mb-xl-50 [class*="col-"],
    .row.c-mb-xl-50 > [class*="col-"] {
        margin-bottom: 50px;
    }

    .c-mb-xl-55 [class*="col-"],
    .row.c-mb-xl-55 > [class*="col-"] {
        margin-bottom: 55px;
    }

    .c-mb-xl-60 [class*="col-"],
    .row.c-mb-xl-60 > [class*="col-"] {
        margin-bottom: 60px;
    }

    .c-my-xl-0 [class*="col-"],
    .row.c-my-xl-0 > [class*="col-"] {
        margin-top: 0;
        margin-bottom: 0;
    }

    .c-my-xl-1 [class*="col-"],
    .row.c-my-xl-1 > [class*="col-"] {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .c-my-xl-2 [class*="col-"],
    .row.c-my-xl-2 > [class*="col-"] {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .c-my-xl-5 [class*="col-"],
    .row.c-my-xl-5 > [class*="col-"] {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .c-my-xl-10 [class*="col-"],
    .row.c-my-xl-10 > [class*="col-"] {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .c-my-xl-15 [class*="col-"],
    .row.c-my-xl-15 > [class*="col-"] {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .c-my-xl-20 [class*="col-"],
    .row.c-my-xl-20 > [class*="col-"] {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .c-my-xl-25 [class*="col-"],
    .row.c-my-xl-25 > [class*="col-"] {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .c-my-xl-30 [class*="col-"],
    .row.c-my-xl-30 > [class*="col-"] {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .c-my-xl-35 [class*="col-"],
    .row.c-my-xl-35 > [class*="col-"] {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .c-my-xl-40 [class*="col-"],
    .row.c-my-xl-40 > [class*="col-"] {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .c-my-xl-45 [class*="col-"],
    .row.c-my-xl-45 > [class*="col-"] {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .c-my-xl-50 [class*="col-"],
    .row.c-my-xl-50 > [class*="col-"] {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .c-my-xl-55 [class*="col-"],
    .row.c-my-xl-55 > [class*="col-"] {
        margin-top: 55px;
        margin-bottom: 55px;
    }

    .c-my-xl-60 [class*="col-"],
    .row.c-my-xl-60 > [class*="col-"] {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

form[class*="c-mb-"] .row:last-child [class^="col-"],
[class*="c-mb-"] form .row:last-child [class^="col-"] {
    margin-bottom: 0 !important;
}

/* overlap featured image on top section (for big screens) */
@media screen and (min-width: 1200px) {
    .s-top-overlap {
        margin-top: -140px;
    }

    .s-top-overlap-big {
        margin-top: -180px;
    }

    .s-top-overlap-small {
        margin-top: -100px;
    }
}

/* full height section */
.s-full-height {
    min-height: 100vh;
}

/* Vertical dividers - use them with Bootstrap responsive utilities - http://getbootstrap.com/docs/4.1/utilities/display/#hiding-elements */
[class*='divider-'] {
    width: 100%;
    clear: both;
}

    [class*='divider-']:last-child {
        order: 10000;
    }

.divider-0 {
    margin-top: 0;
}

.divider-3 {
    margin-top: 3px;
}

.divider-5 {
    margin-top: 5px;
}

.divider-10 {
    margin-top: 10px;
}

.divider-11 {
    margin-top: 11px;
}

.divider-15 {
    margin-top: 15px;
}

.divider-20 {
    margin-top: 20px;
}

.divider-25 {
    margin-top: 25px;
}

.divider-30 {
    margin-top: 30px;
}

.divider-35 {
    margin-top: 35px;
}

.divider-40 {
    margin-top: 40px;
}

.divider-43 {
    margin-top: 43px;
}

.divider-45 {
    margin-top: 45px;
}

.divider-50 {
    margin-top: 50px;
}

.divider-52 {
    margin-top: 52px;
}

.divider-55 {
    margin-top: 55px;
}

.divider-60 {
    margin-top: 60px;
}

.divider-65 {
    margin-top: 65px;
}

.divider-70 {
    margin-top: 70px;
}

.divider-75 {
    margin-top: 75px;
}

.divider-80 {
    margin-top: 80px;
}

.divider-90 {
    margin-top: 90px;
}

.divider-95 {
    margin-top: 95px;
}

.divider-100 {
    margin-top: 100px;
}

.divider-105 {
    margin-top: 105px;
}

.divider-115 {
    margin-top: 115px;
}

.divider-120 {
    margin-top: 120px;
}

.divider-125 {
    margin-top: 125px;
}

.divider-135 {
    margin-top: 135px;
}

.divider-140 {
    margin-top: 140px;
}

.divider-145 {
    margin-top: 145px;
}

.divider-150 {
    margin-top: 150px;
}

.divider-165 {
    margin-top: 165px;
}

@media (min-width: 576px) {
    .divider-sm-0 {
        margin-top: 0;
    }

    .divider-sm-3 {
        margin-top: 3px;
    }

    .divider-sm-5 {
        margin-top: 5px;
    }

    .divider-sm-10 {
        margin-top: 10px;
    }

    .divider-sm-11 {
        margin-top: 11px;
    }

    .divider-sm-15 {
        margin-top: 15px;
    }

    .divider-sm-20 {
        margin-top: 20px;
    }

    .divider-sm-25 {
        margin-top: 25px;
    }

    .divider-sm-30 {
        margin-top: 30px;
    }

    .divider-sm-35 {
        margin-top: 35px;
    }

    .divider-sm-40 {
        margin-top: 40px;
    }

    .divider-sm-43 {
        margin-top: 43px;
    }

    .divider-sm-45 {
        margin-top: 45px;
    }

    .divider-sm-50 {
        margin-top: 50px;
    }

    .divider-sm-52 {
        margin-top: 52px;
    }

    .divider-sm-55 {
        margin-top: 55px;
    }

    .divider-sm-60 {
        margin-top: 60px;
    }

    .divider-sm-65 {
        margin-top: 65px;
    }

    .divider-sm-70 {
        margin-top: 70px;
    }

    .divider-sm-75 {
        margin-top: 75px;
    }

    .divider-sm-80 {
        margin-top: 80px;
    }

    .divider-sm-90 {
        margin-top: 90px;
    }

    .divider-sm-95 {
        margin-top: 95px;
    }

    .divider-sm-100 {
        margin-top: 100px;
    }

    .divider-sm-105 {
        margin-top: 105px;
    }

    .divider-sm-115 {
        margin-top: 115px;
    }

    .divider-sm-120 {
        margin-top: 120px;
    }

    .divider-sm-125 {
        margin-top: 125px;
    }

    .divider-sm-135 {
        margin-top: 135px;
    }

    .divider-sm-140 {
        margin-top: 140px;
    }

    .divider-sm-145 {
        margin-top: 145px;
    }

    .divider-sm-150 {
        margin-top: 150px;
    }

    .divider-sm-165 {
        margin-top: 165px;
    }
}

@media (min-width: 768px) {
    .divider-md-0 {
        margin-top: 0;
    }

    .divider-md-3 {
        margin-top: 3px;
    }

    .divider-md-5 {
        margin-top: 5px;
    }

    .divider-md-10 {
        margin-top: 10px;
    }

    .divider-md-11 {
        margin-top: 11px;
    }

    .divider-md-15 {
        margin-top: 15px;
    }

    .divider-md-20 {
        margin-top: 20px;
    }

    .divider-md-25 {
        margin-top: 25px;
    }

    .divider-md-30 {
        margin-top: 30px;
    }

    .divider-md-35 {
        margin-top: 35px;
    }

    .divider-md-40 {
        margin-top: 40px;
    }

    .divider-md-43 {
        margin-top: 43px;
    }

    .divider-md-45 {
        margin-top: 45px;
    }

    .divider-md-50 {
        margin-top: 50px;
    }

    .divider-md-52 {
        margin-top: 52px;
    }

    .divider-md-55 {
        margin-top: 55px;
    }

    .divider-md-60 {
        margin-top: 60px;
    }

    .divider-md-65 {
        margin-top: 65px;
    }

    .divider-md-70 {
        margin-top: 70px;
    }

    .divider-md-75 {
        margin-top: 75px;
    }

    .divider-md-80 {
        margin-top: 80px;
    }

    .divider-md-90 {
        margin-top: 90px;
    }

    .divider-md-95 {
        margin-top: 95px;
    }

    .divider-md-100 {
        margin-top: 100px;
    }

    .divider-md-105 {
        margin-top: 105px;
    }

    .divider-md-115 {
        margin-top: 115px;
    }

    .divider-md-120 {
        margin-top: 120px;
    }

    .divider-md-125 {
        margin-top: 125px;
    }

    .divider-md-135 {
        margin-top: 135px;
    }

    .divider-md-140 {
        margin-top: 140px;
    }

    .divider-md-145 {
        margin-top: 145px;
    }

    .divider-md-150 {
        margin-top: 150px;
    }

    .divider-md-165 {
        margin-top: 165px;
    }
}

@media (min-width: 992px) {
    .divider-lg-0 {
        margin-top: 0;
    }

    .divider-lg-3 {
        margin-top: 3px;
    }

    .divider-lg-5 {
        margin-top: 5px;
    }

    .divider-lg-10 {
        margin-top: 10px;
    }

    .divider-lg-11 {
        margin-top: 11px;
    }

    .divider-lg-15 {
        margin-top: 15px;
    }

    .divider-lg-20 {
        margin-top: 20px;
    }

    .divider-lg-25 {
        margin-top: 25px;
    }

    .divider-lg-30 {
        margin-top: 30px;
    }

    .divider-lg-35 {
        margin-top: 35px;
    }

    .divider-lg-40 {
        margin-top: 40px;
    }

    .divider-lg-43 {
        margin-top: 43px;
    }

    .divider-lg-45 {
        margin-top: 45px;
    }

    .divider-lg-50 {
        margin-top: 50px;
    }

    .divider-lg-52 {
        margin-top: 52px;
    }

    .divider-lg-55 {
        margin-top: 55px;
    }

    .divider-lg-60 {
        margin-top: 60px;
    }

    .divider-lg-65 {
        margin-top: 65px;
    }

    .divider-lg-70 {
        margin-top: 70px;
    }

    .divider-lg-75 {
        margin-top: 75px;
    }

    .divider-lg-80 {
        margin-top: 80px;
    }

    .divider-lg-90 {
        margin-top: 90px;
    }

    .divider-lg-95 {
        margin-top: 95px;
    }

    .divider-lg-100 {
        margin-top: 100px;
    }

    .divider-lg-105 {
        margin-top: 105px;
    }

    .divider-lg-115 {
        margin-top: 115px;
    }

    .divider-lg-120 {
        margin-top: 120px;
    }

    .divider-lg-125 {
        margin-top: 125px;
    }

    .divider-lg-135 {
        margin-top: 135px;
    }

    .divider-lg-140 {
        margin-top: 140px;
    }

    .divider-lg-145 {
        margin-top: 145px;
    }

    .divider-lg-150 {
        margin-top: 150px;
    }

    .divider-lg-165 {
        margin-top: 165px;
    }
}

@media (min-width: 1200px) {
    .divider-xl-0 {
        margin-top: 0;
    }

    .divider-xl-3 {
        margin-top: 3px;
    }

    .divider-xl-5 {
        margin-top: 5px;
    }

    .divider-xl-10 {
        margin-top: 10px;
    }

    .divider-xl-11 {
        margin-top: 11px;
    }

    .divider-xl-15 {
        margin-top: 15px;
    }

    .divider-xl-20 {
        margin-top: 20px;
    }

    .divider-xl-25 {
        margin-top: 25px;
    }

    .divider-xl-30 {
        margin-top: 30px;
    }

    .divider-xl-35 {
        margin-top: 35px;
    }

    .divider-xl-40 {
        margin-top: 40px;
    }

    .divider-xl-43 {
        margin-top: 43px;
    }

    .divider-xl-45 {
        margin-top: 45px;
    }

    .divider-xl-50 {
        margin-top: 50px;
    }

    .divider-xl-52 {
        margin-top: 52px;
    }

    .divider-xl-55 {
        margin-top: 55px;
    }

    .divider-xl-60 {
        margin-top: 60px;
    }

    .divider-xl-65 {
        margin-top: 65px;
    }

    .divider-xl-70 {
        margin-top: 70px;
    }

    .divider-xl-75 {
        margin-top: 75px;
    }

    .divider-xl-80 {
        margin-top: 80px;
    }

    .divider-xl-90 {
        margin-top: 90px;
    }

    .divider-xl-95 {
        margin-top: 95px;
    }

    .divider-xl-100 {
        margin-top: 100px;
    }

    .divider-xl-105 {
        margin-top: 105px;
    }

    .divider-xl-115 {
        margin-top: 115px;
    }

    .divider-xl-120 {
        margin-top: 120px;
    }

    .divider-xl-125 {
        margin-top: 125px;
    }

    .divider-xl-135 {
        margin-top: 135px;
    }

    .divider-xl-140 {
        margin-top: 140px;
    }

    .divider-xl-145 {
        margin-top: 145px;
    }

    .divider-xl-150 {
        margin-top: 150px;
    }

    .divider-xl-165 {
        margin-top: 165px;
    }
}

/*
** Common Sections Styles
*/
section {
    position: relative;
}

img {
    max-width: 100%;
}

/*parallax*/
.s-parallax,
.cover-image,
.cover-background,
.texture-background {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}

.cover-image {
    width: 100%;
    height: 100%;
}

.texture-background {
    background-image: url(../img/background-texture-cover.jpg);
}

.pattern-background:before {
    background-image: url(../img/patterns/pattern8.png);
}

@media (min-width: 992px) {
    .cover-image {
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        background-position: 50% 50%;
        z-index: 2;
    }

        .cover-image.s-cover-right {
            width: 50%;
            left: auto;
        }

        .cover-image.s-cover-left {
            width: 50%;
        }

        .cover-image.small-cover {
            width: 40.65%;
        }

        .cover-image > img {
            visibility: hidden;
        }

        .cover-image > a {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
        }

        .cover-image + [class*='container'] [class*='col-'] > img,
        .cover-image + [class*='container'] [class*='col-'] > a:after,
        .cover-image + [class*='container'] [class*='col-'] > a > img {
            visibility: hidden;
        }
}

.fixed-background,
.s-parallax {
    background-attachment: fixed;
    background-position: 50% 0;
}

@media (max-width: 767px) {
    .s-parallax {
        background-size: auto auto;
    }
}

/*additional overlay for parallax sections*/
.s-overlay:before {
    opacity: 0.8;
}

.s-overlay.ls:before {
    background-color: #ffffff;
    opacity: 0.93;
}

.s-overlay.ls.ms:before {
    background-color: #f7f8f8;
    opacity: 0.8;
}

.s-overlay.cs:before {
    background-color: #e4880f;
    opacity: 0.82;
}

.s-overlay.cs.cs2:before {
    background-color: #708090;
}

.s-overlay.cs.cs3:before {
    background-color: #2cb129;
}

.s-overlay.ds:before {
    background-color: #23222d;
    opacity: 0.60;
}

.s-overlay.ds.ms:before {
    background-color: #303849;
    opacity: 0.7;
}

.s-overlay.ds.bs:before {
    background-color: #1a202e;
    opacity: 0.8;
}

.page_title.s-overlay.ds.ms:before {
    opacity: 0.7;
}

.s-muted:before {
    background-color: rgba(35, 34, 45, 0.1);
    opacity: 1;
}

.gradientradial-background {
    overflow: hidden;
}

    .s-parallax > *,
    .s-overlay > *,
    .s-muted > *,
    .s-overlay-diagonal-double > *,
    .pattern-background > *,
    .gradientradial-background > *,
    .gradient-background > *,
    .gradientvertical-background > *,
    .gradientdarken-background > * {
        z-index: 4;
        position: relative;
    }

.s-parallax:before,
.s-overlay:before,
.s-muted:before,
.s-overlay-diagonal-double:before,
.s-overlay-diagonal-double:after,
.pattern-background:before,
.gradient-background:before,
.gradientvertical-background:before,
.gradientdarken-background:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.s-muted:before,
.s-parallax:before {
    opacity: 0.8;
}

.s-overlay-diagonal {
    overflow: hidden;
    padding: 10px 0;
    background-clip: content-box;
}

    .s-overlay-diagonal:before {
        width: 40%;
        height: 3000px;
        margin-left: 30%;
        top: 50%;
        left: 0;
        right: auto;
        bottom: auto;
        transform: translateY(-50%) rotate(-45deg);
    }

@media (max-width: 1200px) {
    .s-overlay-diagonal:before {
        width: 70%;
        margin-left: 15%;
    }
}

.s-overlay-diagonal-double {
    overflow: hidden;
    padding: 10px 0;
}

    .s-overlay-diagonal-double:before {
        background: linear-gradient(45deg, #e4880f 30%, transparent 30%);
        opacity: 0.6;
    }

    .s-overlay-diagonal-double:after {
        background: linear-gradient(45deg, transparent 70%, #e4880f 70%);
        opacity: 0.6;
    }

.gradient-background:before {
    background: #e4880f;
    background: linear-gradient(to right, #e4880f 0%, slategray 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorMain', endColorstr='$colorMain2', GradientType=1);
}

.gradientvertical-background:before {
    background: #e4880f;
    /* Old browsers */
    background: linear-gradient(to bottom, #e4880f 0%, slategray 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorMain', endColorstr='$colorMain2', GradientType=0);
}

.gradientdarken-background:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
}

.gradientradial-background:before {
    content: '';
    display: block;
    position: absolute;
    width: 1400px;
    height: 1400px;
    top: 50%;
    left: 50%;
    margin-top: -700px;
    margin-left: -700px;
    z-index: 2;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 12+ */
    /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.s-overlay.gradientradial-background:before {
    width: 100vw;
    height: 100vw;
    margin-top: -50vw;
    margin-left: -50vw;
}

.s-bordertop,
.s-borderbottom,
.s-bordertop-container .container,
.s-borderbottom-container .container {
    position: relative;
}

    .s-bordertop:before,
    .s-borderbottom:after,
    .s-bordertop-container .container:before,
    .s-borderbottom-container .container:after {
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        left: 0;
        right: 0;
        top: 0;
        background-color: rgba(48, 56, 73, 0.1);
        z-index: 1;
    }

.s-borderheight-2:before,
.s-borderheight-2:after,
.s-borderheight-2 .container:before,
.s-borderheight-2 .container:after {
    height: 2px;
}

.s-borderheight-3:before,
.s-borderheight-3:after,
.s-borderheight-3 .container:before,
.s-borderheight-3 .container:after {
    height: 3px;
}

.s-borderheight-5:before,
.s-borderheight-5:after,
.s-borderheight-5 .container:before,
.s-borderheight-5 .container:after {
    height: 5px;
}

.s-bordercolormain:before,
.s-bordercolormain:after,
.s-bordercolormain .container:before,
.s-bordercolormain .container:after {
    background-color: #e4880f;
}

.s-bordertop-container .container:before,
.s-borderbottom-container .container:after {
    right: 15px;
    left: 15px;
}

.s-borderbottom:after,
.s-borderbottom-container .container:after {
    top: auto;
    bottom: 0;
}

.s-bordered-columns [class*='col-'] + [class*='col-']:before {
    content: '';
    position: absolute;
    top: 1em;
    bottom: 1em;
    left: 0;
    width: 1px;
    background-color: rgba(72, 97, 115, 0.2);
}

/*page preloader*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.99);
    z-index: 13000;
    height: 100%;
}

.no-js .preloader,
.lt-ie9 .preloader,
.lt-ie10 .preloader {
    display: none;
}

.preloader_image {
    width: 256px;
    height: 256px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url("../img/preloader.gif") no-repeat 50% 50%;
}

@-webkit-keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

/* animated elements */
.animate {
    visibility: hidden;
}

.no-js .animate,
.lt-ie10 .animate,
.lt-ie9 .animate {
    visibility: visible;
}

.animated {
    visibility: visible !important;
}

/* boxed layout */
#box_wrapper,
#canvas {
    overflow: visible;
    position: relative;
}

    #box_wrapper > section,
    #box_wrapper > div > section {
        position: relative;
        clear: both;
    }

    #canvas.boxed {
        padding: 1px 0;
    }

body.boxed {
    position: static;
    width: auto;
    height: auto;
}

.pattern1 {
    background-image: url(../img/patterns/pattern1.png);
}

.pattern2 {
    background-image: url(../img/patterns/pattern2.png);
}

.pattern3 {
    background-image: url(../img/patterns/pattern3.png);
}

.pattern4 {
    background-image: url(../img/patterns/pattern4.png);
}

.pattern5 {
    background-image: url(../img/patterns/pattern5.png);
}

.pattern6 {
    background-image: url(../img/patterns/pattern6.png);
}

.pattern7 {
    background-image: url(../img/patterns/pattern7.png);
}

.pattern8 {
    background-image: url(../img/patterns/pattern8.png);
}

.pattern9 {
    background-image: url(../img/patterns/pattern9.png);
}

.pattern10 {
    background-image: url(../img/patterns/pattern10.png);
}

.pattern11 {
    background-image: url(../img/patterns/pattern11.png);
}

.boxed .container {
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 500px) {
    .boxed .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.boxed #box_wrapper.container {
    padding: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-top: 120px;
}

@media (min-width: 1600px) {
    .boxed #box_wrapper.container {
        max-width: 1560px;
    }
}

.boxed #box_wrapper.container.top-bottom-margins {
    margin-top: 150px;
    margin-bottom: 120px;
}

/*common background sections*/
.s-map-dark {
    background-image: url("../img/parallax/map-dark.jpg");
}

.s-map-light {
    background-image: url("../img/parallax/map-light.jpg");
}

.s-light-abstract {
    background-image: url("../img/parallax/light-abstract.jpg");
}

.s-light-wood {
    background-image: url("../img/parallax/light-wood.jpg");
}

/*bordered columns*/
.c-bordered [class*='col-'] {
    border: 1px solid rgba(48, 56, 73, 0.1);
    margin-top: -1px;
    margin-left: -1px;
}

@media (min-width: 768px) {
    .c-bordered.c-bordered-center .row [class*='col-']:first-child {
        border-left-color: transparent;
    }

    .c-bordered.c-bordered-center .row [class*='col-']:last-child {
        border-right-color: transparent;
    }

    .c-bordered.c-bordered-center .row:first-child [class*='col-'] {
        border-top-color: transparent;
    }

    .c-bordered.c-bordered-center .row:last-child [class*='col-'] {
        border-bottom-color: transparent;
    }
}

/* Media Items - Common Side and Top Image Items */
.bordered .item-media,
.bordered .entry-thumbnail {
    margin: -1px -1px -1px -1px;
    z-index: 1;
}

    .bordered .item-media.cover-image {
        height: calc(100% + 2px);
    }

.bordered.full-padding .item-media {
    margin: 0;
}

/* side and vertical items paddings */
.full-padding {
    padding: 40px;
}

.content-padding .item-content {
    padding: 40px;
}

@media (max-width: 992px) {
    .full-padding {
        padding: 30px;
    }

    .content-padding .item-content {
        padding: 30px;
    }
}

/*side item*/
.side-item h2,
.side-item h3,
.side-item h4 {
    line-height: 1;
}

.side-item .row {
    margin: 0;
}

    .side-item .row [class*="col-"] {
        padding: 0;
        margin: 0;
    }

.side-item .item-title + .item-content {
    padding-top: 30px;
}

.side-item [class*="col-"] > .item-title {
    padding: 15px 30px;
}

    .side-item [class*="col-"] > .item-title h2,
    .side-item [class*="col-"] > .item-title h3,
    .side-item [class*="col-"] > .item-title h4 {
        margin: 0;
    }

.side-item.bordered [class*="col-"] > .item-title {
    margin: -1px;
}

.centered-content {
    margin: auto;
}

@media (min-width: 300px) {
    .centered-content {
        margin-top: 55px;
        margin-bottom: 55px;
        width: 93%;
    }
}

@media (min-width: 768px) {
    .centered-content {
        width: 75%;
    }
}

@media (min-width: 1500px) {
    .centered-content {
        width: 54%;
    }
}

@media (min-width: 992px) {
    .centered-content {
        margin-top: 95px;
        margin-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .centered-content {
        margin-top: 145px;
        margin-bottom: 150px;
    }
}

.centered-content.content-map {
    margin: auto !important;
}

/*-xs- -sm- side-item paddings and margins*/
@media (max-width: 767px) {
    .no-content-padding [class*='col-sm-'] .item-content,
    .no-content-padding [class*='col-xs-'] .item-content,
    .full-padding [class*='col-sm-'] .item-content,
    .full-padding [class*='col-xs-'] .item-content {
        padding-left: 30px;
    }

    .no-content-padding [class*='col-sm-'][class*='sm-pull-'] .item-content,
    .no-content-padding [class*='col-sm-'][class*='xs-pull-'] .item-content,
    .no-content-padding [class*='col-sm-'][class*='order-sm-1'] .item-content,
    .no-content-padding [class*='col-sm-'][class*='order-xs-1'] .item-content,
    .no-content-padding [class*='col-xs-'][class*='sm-pull-'] .item-content,
    .no-content-padding [class*='col-xs-'][class*='xs-pull-'] .item-content,
    .no-content-padding [class*='col-xs-'][class*='order-sm-1'] .item-content,
    .no-content-padding [class*='col-xs-'][class*='order-xs-1'] .item-content,
    .full-padding [class*='col-sm-'][class*='sm-pull-'] .item-content,
    .full-padding [class*='col-sm-'][class*='xs-pull-'] .item-content,
    .full-padding [class*='col-sm-'][class*='order-sm-1'] .item-content,
    .full-padding [class*='col-sm-'][class*='order-xs-1'] .item-content,
    .full-padding [class*='col-xs-'][class*='sm-pull-'] .item-content,
    .full-padding [class*='col-xs-'][class*='xs-pull-'] .item-content,
    .full-padding [class*='col-xs-'][class*='order-sm-1'] .item-content,
    .full-padding [class*='col-xs-'][class*='order-xs-1'] .item-content {
        padding-left: 0;
        padding-right: 30px;
    }

    .no-content-padding .col-sm-12 .item-content,
    .no-content-padding .col-xs-12 .item-content,
    .full-padding .col-sm-12 .item-content,
    .full-padding .col-xs-12 .item-content {
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }
}

/*-md- side-item paddings and margins*/
@media (min-width: 768px) {
    .no-content-padding [class*='col-md-'] .item-content,
    .full-padding [class*='col-md-'] .item-content {
        padding-left: 30px;
    }

    .no-content-padding [class*='col-md-'][class*='md-pull-'] .item-content,
    .no-content-padding [class*='col-md-'][class*='order-md-1'] .item-content,
    .full-padding [class*='col-md-'][class*='md-pull-'] .item-content,
    .full-padding [class*='col-md-'][class*='order-md-1'] .item-content {
        padding-left: 0;
        padding-right: 30px;
    }

    .no-content-padding .col-sm-12 .item-content,
    .full-padding .col-sm-12 .item-content {
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }
}

/*-lg- side-item paddings and margins*/
@media (min-width: 992px) {
    .no-content-padding [class*='col-lg-'] .item-content,
    .full-padding [class*='col-lg-'] .item-content {
        padding-left: 30px;
    }

    .no-content-padding [class*='col-lg-'][class*='lg-pull-'] .item-content,
    .no-content-padding [class*='col-lg-'][class*='order-lg-1'] .item-content,
    .full-padding [class*='col-lg-'][class*='lg-pull-'] .item-content,
    .full-padding [class*='col-lg-'][class*='order-lg-1'] .item-content {
        padding-left: 0;
        padding-right: 30px;
    }

    .no-content-padding .col-md-12 .item-content,
    .full-padding .col-md-12 .item-content {
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }
}

/*-xl- side-item paddings and margins*/
@media (min-width: 1200px) {
    .no-content-padding [class*='col-xl-'] .item-content,
    .full-padding [class*='col-xl-'] .item-content {
        padding-left: 30px;
    }

    .no-content-padding [class*='col-xl-'][class*='order-xl-1'] .item-content,
    .full-padding [class*='col-xl-'][class*='order-xl-1'] .item-content {
        padding-left: 0;
        padding-right: 30px;
    }

    .no-content-padding .col-lg-12 .item-content,
    .full-padding .col-lg-12 .item-content {
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }
}

/* vertical media item */
.vertical-item .item-media + .item-content {
    padding-top: 27px;
}

.vertical-item.content-padding .item-content {
    padding: 46px 30px 42px;
}

@media (max-width: 1199px) {
    .vertical-item.content-padding .item-content {
        padding: 25px 20px 21px;
    }
}

.vertical-item.content-padding.padding-small .item-content {
    padding: 26px 40px 23px;
}

.vertical-item.content-absolute {
    position: relative;
}

    .vertical-item.content-absolute .item-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 48px 30px 46px;
        z-index: 2;
    }

    .vertical-item.content-absolute.vertical-center .item-content {
        top: 0;
    }

.vertical-item + .item-title {
    padding: 10px 30px;
}

    .vertical-item + .item-title h2,
    .vertical-item + .item-title h3,
    .vertical-item + .item-title h4 {
        margin: 0;
    }

/* item meta */
.item-meta i {
    width: 1em;
    text-align: center;
    position: relative;
    font-size: 14px;
}

.item-meta span {
    padding: 0 0.5em;
}

/* item media & item links */
.item-media {
    position: relative;
    overflow: hidden;
}

    .item-media img {
        width: 100%;
    }

    .item-media.cover-image {
        height: 100%;
    }

.media-links {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .media-links div {
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -30px;
        z-index: 4;
    }

.content-absolute .media-links div {
    display: flex;
    justify-content: center;
}

    .content-absolute .media-links div a {
        transition: all 0.35s ease 0.1s;
    }

        .content-absolute .media-links div a:hover {
            transform: scale(1.1);
        }

        .content-absolute .media-links div a:first-child {
            transition-delay: 0s;
        }

.media-links div a {
    transition: all 0.35s ease 0.1s;
}

    .media-links div a:hover {
        transform: scale(1.1);
    }

    .media-links div a:first-child {
        transition-delay: 0s;
    }

.media-links:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(228, 136, 15, 0.6);
    opacity: 0;
    transition: all 0.2s linear;
}

[class*="-item"]:not(.align-items-center):hover .media-links:before {
    opacity: 0.5;
}

.media-links a.abs-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

[class*="-item"]:hover .media-links a.abs-link {
    opacity: 1;
}

[class*="-item"] .links-wrap a {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 58px;
    top: -100px;
    border: 2px solid transparent;
    display: inline-block;
    z-index: 5;
    font-size: 16px;
    text-align: center;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

    [class*="-item"] .links-wrap a.link-zoom {
        color: #ffffff;
        background-color: #303849;
        border-color: #303849;
        border-radius: 50px;
    }

        [class*="-item"] .links-wrap a.link-zoom:hover {
            opacity: 1;
            color: #e4880f;
        }

    [class*="-item"] .links-wrap a.link-anchor {
        color: #23222d;
        background-color: #ffffff;
        border-color: #ffffff;
        transition-delay: 0.1s;
    }

        [class*="-item"] .links-wrap a.link-anchor:hover {
            opacity: 1;
            color: #ffffff;
            background-color: #e4880f;
            border-color: #e4880f;
        }

    [class*="-item"] .links-wrap a:before {
        font-family: 'FontAwesome';
        content: "\f002";
    }

    [class*="-item"] .links-wrap a.link-anchor:before {
        content: "\f041";
    }

[class*="-item"]:hover .links-wrap a {
    top: 0;
    filter: alpha(opacity=100);
    opacity: 1;
}

[class*="-item"]:hover .media-links div {
    filter: alpha(opacity=100);
    opacity: 1;
}

/* item icons */
.item-icons {
    margin-top: 35px;
    font-size: 12px;
}

.content-padding .item-icons {
    margin-top: 0;
}

.item-icons i {
    padding: 0 4px;
}

.item-icons .col {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
}

/*
** Buttons
 */
.btn {
    font-size: 14px;
    white-space: nowrap;
    letter-spacing: 0.2em;
    border-width: 1px;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    padding: 17px 15px;
}

@media (min-width: 768px) {
    .btn {
        letter-spacing: 0.3em;
        padding: 17px 25px;
    }
}

.btn.btn-big {
    padding-top: 22px;
    padding-bottom: 22px;
}

.btn.btn-small {
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn.round,
.btn.rounded {
    padding: 23px;
    line-height: 1;
}

.btn + span {
    margin: 0 21px 0 25px;
}

.btn.btn-wide {
    min-width: 220px;
}

.btn + .btn {
    margin-left: 17px;
}

.btn:hover {
    cursor: pointer;
}

.btn.focus,
.btn:focus {
    box-shadow: 0 0 3px 0 rgba(100, 100, 100, 0.75) !important;
}

.btn-secondary {
    border-color: rgba(48, 56, 73, 0.1);
    color: #303849;
}

/*color background buttons*/
.btn-maincolor {
    color: #303849;
    background-color: #e4880f;
    border-color: #e4880f;
}

    .btn-maincolor:hover {
        color: #ffffff;
        background-color: #303849;
        border-color: #303849;
    }

.btn-maincolor2 {
    color: #ffffff;
    background-color: #708090;
    border-color: #708090;
}

    .btn-maincolor2:hover {
        background-color: transparent;
        color: #303849;
    }

.btn-dark {
    color: #ffffff;
    background-color: #303849;
    border-color: #303849;
}

    .btn-dark:hover {
        color: #303849;
        background-color: #e4880f;
        border-color: #e4880f;
    }

.btn-grey {
    color: #303849;
    background-color: #f7f8f8;
    border-color: #f7f8f8;
}

    .btn-grey:hover {
        color: #303849;
        background-color: transparent;
    }

/*color outline buttons*/
.btn-outline-maincolor,
.btn-outline-dark {
    background-color: transparent;
}

    .btn-outline-maincolor:hover,
    .btn-outline-dark:hover {
        color: #303849;
        background-color: transparent;
    }

.btn-outline-maincolor {
    border-color: #e4880f;
}

    .btn-outline-maincolor:hover {
        border-color: #303849;
    }

.btn-outline-maincolor2 {
    border-color: #708090;
}

    .btn-outline-maincolor2:hover {
        background-color: #708090;
        color: #ffffff;
    }

.btn-outline-dark {
    border-color: #303849;
}

    .btn-outline-dark:hover {
        background-color: transparent;
        border-color: #e4880f;
    }

.btn.btn-outline-dark:not(:disabled):not(.disabled):active {
    box-shadow: none;
    background-color: transparent;
    color: #303849;
    border-color: #303849;
}

.btn-outline-grey {
    border-color: #f7f8f8;
}

    .btn-outline-grey:hover {
        color: #303849;
        background-color: #f7f8f8;
    }

.ds .btn-maincolor,
.ds .btn-dark {
    color: #303849;
}

    .ds .btn-maincolor:hover {
        background-color: #ffffff;
        border-color: #ffffff;
    }

.ds .btn-maincolor2:hover,
.ds .btn-grey:hover {
    color: #ffffff;
}

.ds .btn-dark {
    border-color: #ffffff;
    background-color: #ffffff;
}

    .ds .btn-dark:hover {
        background-color: #e4880f;
        border-color: #e4880f;
    }

.ds .btn-outline-maincolor,
.ds .btn-outline-maincolor2,
.ds .btn-maincolor3,
.ds .btn-darkgrey,
.ds .btn-outline-maincolor3,
.ds .btn-outline-darkgrey,
.ds .btn-outline-grey,
.ds .btn-outline-dark {
    color: #ffffff;
}

    .ds .btn-outline-maincolor:hover {
        border-color: #ffffff;
    }

.ds .btn-outline-dark {
    border-color: #ffffff;
}

    .ds .btn-outline-dark:hover {
        border-color: #e4880f;
    }

.ds .btn-outline-grey:hover {
    color: #303849;
}

.cs:not(.cs2) .btn-maincolor {
    background-color: #ffffff;
    border-color: #ffffff;
}

    .cs:not(.cs2) .btn-maincolor:hover {
        color: #ffffff;
        background-color: #303849;
        border-color: #303849;
    }

.cs:not(.cs2) .btn-dark:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}

.cs:not(.cs2) .btn-outline-maincolor {
    color: #303849;
    border-color: #ffffff;
}

    .cs:not(.cs2) .btn-outline-maincolor:hover {
        border-color: #303849;
    }

.cs:not(.cs2) .btn-outline-dark:hover {
    border-color: #ffffff;
}

.cs:not(.cs2) .btn-warning {
    background-color: #ffffff;
    border-color: #ffffff;
}

    .cs:not(.cs2) .btn-warning:hover {
        background-color: transparent;
    }

.cs:not(.cs2) .btn-outline-warning {
    color: #303849;
    border-color: #ffffff;
}

    .cs:not(.cs2) .btn-outline-warning:hover {
        background-color: #ffffff;
    }

.cs.cs2 .btn-maincolor2 {
    color: #303849;
    background-color: #ffffff;
    border-color: #ffffff;
}

    .cs.cs2 .btn-maincolor2:hover {
        background-color: transparent;
        color: #ffffff;
    }

.cs.cs2 .btn-outline-maincolor2 {
    color: #ffffff;
    border-color: #ffffff;
}

    .cs.cs2 .btn-outline-maincolor2:hover {
        color: #303849;
        background-color: #ffffff;
    }

.shortcode-buttons .btn {
    margin-right: 15px;
}

@media (max-width: 1199px) {
    .shortcode-buttons .btn {
        margin-bottom: 18px;
    }
}

.btn-link {
    font-size: 16px;
    letter-spacing: 0;
    color: #e4880f;
}

    .btn-link:hover {
        color: #303849;
        text-decoration: none;
    }

.wp-block-button {
    margin-bottom: 10px;
}

    .wp-block-button .wp-block-button__link {
        border: 2px solid #32373c;
    }

        .wp-block-button .wp-block-button__link:hover {
            background-color: transparent;
            color: #32373c !important;
        }

    .wp-block-button.is-style-outline .wp-block-button__link:hover {
        background-color: #32373c;
        color: #ffffff !important;
    }

.corner {
    position: relative;
    height: 0;
    padding-bottom: 70px;
    background-color: transparent !important;
    overflow: visible !important;
    z-index: 3;
}

    .corner:before,
    .corner:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
    }

    .corner:after {
        border-left: 50vw solid transparent;
        border-right: 50vw solid transparent;
        border-top: 70px solid #ffffff;
    }

    .corner.corner-outside {
        position: absolute;
    }

        .corner.corner-outside:first-child {
            top: -70px;
        }

        .corner.corner-outside:last-child {
            bottom: -70px;
        }

    .corner.corner-half:after {
        border-left-width: 100vw;
        border-right-width: 0;
    }

    .corner.corner-half.corner-half-inverse:after {
        border-left-width: 0;
        border-right-width: 100vw;
    }

    .corner.corner-mirror:after {
        border-left-width: 0;
    }

    .corner.corner-mirror:before {
        border-left: 50vw solid transparent;
        border-top: 70px solid #ffffff;
        left: 50vw;
    }

    .corner.corner-inverse:before,
    .corner.corner-inverse:after {
        border-top: none;
        border-bottom: 70px solid #ffffff;
    }

@media (max-width: 1199px) {
    .corner {
        padding-bottom: 30px;
    }

        .corner:after {
            border-top-width: 30px;
        }

        .corner.corner-outside {
            position: absolute;
        }

            .corner.corner-outside:first-child {
                top: -30px;
            }

            .corner.corner-outside:last-child {
                bottom: -30px;
            }

        .corner.corner-mirror:before {
            border-top-width: 30px;
        }

        .corner.corner-inverse:before,
        .corner.corner-inverse:after {
            border-bottom-width: 30px;
        }
}

.corner.ls.ms.corner-mirror:before,
.corner.ls.ms:after {
    border-top-color: #f7f8f8;
    border-bottom-color: #f7f8f8;
}

.corner.ls.ms.corner-inverse:after {
    border-bottom-color: #f7f8f8;
}

.corner.ds.corner-mirror:before,
.corner.ds:after {
    border-top-color: #23222d;
    border-bottom-color: #23222d;
}

.corner.ds.corner-inverse:after {
    border-bottom-color: #23222d;
}

.corner.ds.ms.corner-mirror:before,
.corner.ds.ms:after {
    border-top-color: #303849;
    border-bottom-color: #303849;
}

.corner.ds.ms.corner-inverse:after {
    border-bottom-color: #303849;
}

.corner.ds.bs.corner-mirror:before,
.corner.ds.bs:after {
    border-top-color: #2f3e47;
    border-bottom-color: #2f3e47;
}

.corner.ds.bs.corner-inverse:after {
    border-bottom-color: #2f3e47;
}

.corner.cs.corner-mirror:before,
.corner.cs:after {
    border-top-color: #e4880f;
    border-bottom-color: #e4880f;
}

.corner.cs.corner-inverse:after {
    border-bottom-color: #e4880f;
}

.corner.cs.cs2.corner-mirror:before,
.corner.cs.cs2:after {
    border-top-color: #708090;
    border-bottom-color: #708090;
}

.corner.cs.cs2.corner-inverse:after {
    border-bottom-color: #708090;
}

.corner.cs.cs3.corner-mirror:before,
.corner.cs.cs3:after {
    border-top-color: #2cb129;
    border-bottom-color: #2cb129;
}

.corner.cs.cs3.corner-inverse:after {
    border-bottom-color: #2cb129;
}

/*
** Light Background Section - .ls
*/
.ls {
    background-color: #ffffff;
    color: #303849;
}

    /*
** Grey Background Section - light section, muted section - .ls.ms
*/
    .ls.ms {
        background-color: #f7f8f8;
    }

        .ls.ms .links-grey a {
            color: #222733;
        }

        .ls.ms .hero-bg {
            background-color: #ffffff;
        }

            .ls.ms .hero-bg hr {
                background-color: rgba(48, 56, 73, 0.1);
            }

        .ls.ms hr {
            background-color: #ffffff;
        }

        .ls.ms input[type="text"],
        .ls.ms input[type="email"],
        .ls.ms input[type="url"],
        .ls.ms input[type="password"],
        .ls.ms input[type="search"],
        .ls.ms input[type="tel"],
        .ls.ms input[type="number"],
        .ls.ms textarea,
        .ls.ms select,
        .ls.ms .form-control {
            background-color: #ffffff;
        }

        .ls.ms .hero-bg input[type="text"],
        .ls.ms .hero-bg input[type="email"],
        .ls.ms .hero-bg input[type="url"],
        .ls.ms .hero-bg input[type="password"],
        .ls.ms .hero-bg input[type="search"],
        .ls.ms .hero-bg input[type="tel"],
        .ls.ms .hero-bg input[type="number"],
        .ls.ms .hero-bg textarea,
        .ls.ms .hero-bg select,
        .ls.ms .hero-bg .form-control {
            border-color: rgba(48, 56, 73, 0.1);
            background-color: #f7f8f8;
        }

        .ls.ms td,
        .ls.ms th,
        .ls.ms .bordered {
            border-color: rgba(38, 44, 58, 0.1);
        }

        .ls.ms .btn-secondary {
            border-color: #ffffff;
        }

            .ls.ms .btn-secondary:hover {
                border-color: #e7eaea;
                background-color: #e7eaea;
            }

        .ls.ms .btn-grey {
            background-color: #ffffff;
        }

            .ls.ms .btn-grey:hover {
                background-color: transparent;
                border-color: #ffffff;
            }

        .ls.ms .btn-outline-grey {
            border-color: #ffffff;
            background-color: transparent;
        }

            .ls.ms .btn-outline-grey:hover {
                background-color: #ffffff;
            }

    .ls .color-icon.bg-icon {
        background-color: #ececec;
    }

    .ls .pricing-plan [class*='btn-outline-'] {
        background-color: #ffffff;
    }

        .ls .pricing-plan [class*='btn-outline-']:hover {
            background-color: #e4880f;
        }

    .ls .top-includes.border-divided > li + li {
        border-color: rgba(72, 97, 115, 0.2);
    }

    .ls.ms .nav-tabs > li.active > a,
    .ls.ms .nav-tabs > li.active > a:hover,
    .ls.ms .nav-tabs > li.active > a:focus {
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .ls.ms .tab-content {
        background-color: #ffffff;
    }

        .ls.ms .tab-content .bordered {
            border-color: #e6e6e6;
        }

        .ls.ms .tab-content.no-border {
            background-color: transparent;
        }

        .ls.ms .tab-content .form-control {
            background-color: #f7f8f8;
        }

    .ls.ms .vertical-tabs .nav > li > a {
        background-color: #ffffff;
    }

        .ls.ms .vertical-tabs .nav > li > a:hover,
        .ls.ms .vertical-tabs .nav > li.active > a {
            background-color: #23222d;
        }

    .ls.ms .panel-title > a {
        background-color: #23222d;
    }

        .ls.ms .panel-title > a.collapsed {
            background-color: #ffffff;
        }

    .ls.ms .hero-bg .panel-title > a {
        border: 1px solid rgba(48, 56, 73, 0.1);
    }

    .ls.ms .panel-title > a.collapsed:hover,
    .ls.ms .panel-title > a:hover {
        background-color: #23222d;
    }

    .ls.ms .pagination a,
    .ls.ms .pagination span {
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .ls.ms .breadcrumb {
        color: #303849;
    }

        .ls.ms .breadcrumb a {
            color: #1c202a;
        }

            .ls.ms .breadcrumb a:hover {
                color: #e4880f;
            }

    .ls.ms [class*='btn-outline-']:not(:hover) {
        background-color: #f7f8f8;
    }

/*
** Dark Section background and Dark Muted background sections - .ds and .ds.ms
*/
/* dark grey background section - .ds */
.ds {
    background-color: #23222d;
    color: #ffffff;
}

    /* dark background section - .ds.ms */
    .ds.ms {
        background-color: #303849;
    }

        .ds.ms .muted-bg,
        .ds.ms .hero-bg {
            background-color: #23222d;
        }

    /* dark section blue - .ds.bs */
    .ds.bs {
        background-color: #2f3e47;
    }

    .ds p a:not([class]) {
        color: #e4880f;
    }

        .ds p a:not([class]):hover {
            color: #b3b3b3;
        }

    .ds a:not(.btn) {
        color: #ffffff;
    }

        .ds a:not(.btn):hover {
            opacity: 1;
            color: #e4880f;
        }

    .ds h1,
    .ds h2,
    .ds h3,
    .ds h4,
    .ds h5,
    .ds h6 {
        color: #ffffff;
    }

        .ds h1 a,
        .ds h2 a,
        .ds h3 a,
        .ds h4 a,
        .ds h5 a,
        .ds h6 a {
            color: #ffffff;
        }

            .ds h1 a:hover,
            .ds h2 a:hover,
            .ds h3 a:hover,
            .ds h4 a:hover,
            .ds h5 a:hover,
            .ds h6 a:hover {
                opacity: 0.8;
            }

    .ds .ls {
        background-color: #ffffff;
        color: #303849;
    }

        .ds .ls h1,
        .ds .ls h2,
        .ds .ls h3,
        .ds .ls h4,
        .ds .ls h5,
        .ds .ls h6 {
            color: #23222d;
        }

            .ds .ls h1 a,
            .ds .ls h2 a,
            .ds .ls h3 a,
            .ds .ls h4 a,
            .ds .ls h5 a,
            .ds .ls h6 a {
                color: inherit;
            }

                .ds .ls h1 a:hover,
                .ds .ls h2 a:hover,
                .ds .ls h3 a:hover,
                .ds .ls h4 a:hover,
                .ds .ls h5 a:hover,
                .ds .ls h6 a:hover {
                    color: #e4880f;
                }

        .ds .ls a:not(.btn) {
            color: #23222d;
        }

            .ds .ls a:not(.btn):hover {
                color: #e4880f;
            }

        .ds .ls.ms {
            background-color: #f7f8f8;
        }

    .ds label {
        color: #ffffff;
    }

    .ds hr {
        border-color: rgba(255, 255, 255, 0.1);
        background-color: rgba(255, 255, 255, 0.1);
    }

    .ds blockquote,
    .ds .blockquote {
        color: #ffffff;
    }

    .ds pre {
        color: #9a9a9a;
    }

    .ds .muted-bg,
    .ds .hero-bg {
        background-color: #303849;
    }

    .ds .bordered {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .ds .color-main {
        color: #e4880f;
    }

    .ds .color-main2 {
        color: #708090;
    }

    .ds .color-dark,
    .ds .color-darkgrey {
        color: #ffffff;
        border-color: #ffffff;
    }

    .ds a.links-maincolor,
    .ds .links-maincolor a {
        color: #e4880f;
    }

        .ds a.links-maincolor:hover,
        .ds .links-maincolor a:hover {
            color: #ffffff;
        }

    .ds .links-maincolor2 a {
        color: #708090;
    }

        .ds .links-maincolor2 a:hover {
            color: #ffffff;
        }

    .ds .links-maincolor3 a {
        color: #2cb129;
    }

        .ds .links-maincolor3 a:hover {
            color: #ffffff;
        }

    .ds .links-grey a {
        color: #9a9a9a;
    }

        .ds .links-grey a:hover {
            color: #ffffff;
        }

    .ds .links-darkgrey a {
        color: #ffffff;
    }

        .ds .links-darkgrey a:hover {
            color: #e4880f;
        }

    .ds.s-bordertop:before,
    .ds.s-borderbottom:after,
    .ds.s-bordertop-container .container:before,
    .ds.s-borderbottom-container .container:after {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .ds.s-bordered-columns [class*='col-'] + [class*='col-']:before {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .ds a.fa {
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.1);
    }

    .ds a.bg-icon {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .ds .fa.color-icon:hover {
        color: #ffffff;
    }

    .ds .color-icon.bg-icon {
        background-color: rgba(255, 255, 255, 0.05);
    }

        .ds .color-icon.bg-icon:hover {
            color: #ffffff;
        }

    .ds .color-bg-icon:hover {
        background-color: #e4880f;
    }

.ds {
    /* shop */
}

    .ds .list-bordered li {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .ds input[type="text"],
    .ds input[type="email"],
    .ds input[type="url"],
    .ds input[type="password"],
    .ds input[type="search"],
    .ds input[type="tel"],
    .ds input[type="number"],
    .ds textarea,
    .ds select,
    .ds .form-control {
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: #ffffff;
        box-shadow: none;
    }

    .ds .form-group-select:before {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .ds .form-control:focus {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .ds .form-control:-moz-placeholder {
        color: #ffffff;
        opacity: 1;
    }

    .ds .form-control::-moz-placeholder {
        color: #ffffff;
        opacity: 1;
    }

    .ds .form-control:-ms-input-placeholder {
        color: #ffffff;
    }

    .ds .form-control::-webkit-input-placeholder {
        color: #ffffff;
    }

    .ds .form-control:focus:-moz-placeholder {
        color: transparent;
    }

    .ds .form-control:focus::-moz-placeholder {
        color: transparent;
    }

    .ds .form-control:focus:-ms-input-placeholder {
        color: transparent;
    }

    .ds .form-control:focus::-webkit-input-placeholder {
        color: transparent;
    }

    .ds .contact-form.transparent-background .form-control {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .ds .tab-content {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .ds .nav-tabs .nav-link {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .ds .owl-theme .owl-dots .owl-dot span {
        border-color: #ffffff;
    }

    .ds .post-adds .share_button > i,
    .ds .post-adds .like_button > i {
        color: #ffffff;
    }

    .ds .side-item {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .ds .excerpt {
        color: #ffffff;
    }

    .ds .reply a {
        color: #ffffff;
    }

    .ds .widget_search .form-inline .btn,
    .ds .widget_product_search [type="submit"],
    .ds .widget_mailchimp .form-inline .btn {
        background-color: transparent;
        color: #e4880f;
    }

    .ds .widget_shopping_cart .cart_list,
    .ds .widget_recent_entries li,
    .ds .widget_recent_comments li,
    .ds .widget_archive li,
    .ds .widget_categories li,
    .ds .widget_meta li,
    .ds .widget_nav_menu li,
    .ds .widget_pages li,
    .ds .widget_popular_entries li {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .ds .widget_nav_menu ul ul {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .ds .widget_popular_entries .media-heading {
        color: #ffffff;
    }

    .ds .tweet_list li + li .tweet_right {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .ds .widget_tag_cloud a {
        color: #ffffff;
        border-color: #ffffff;
    }

    .ds .widget_shopping_cart li a + a {
        color: #ffffff;
    }

        .ds .widget_shopping_cart li a + a:hover {
            color: #e4880f;
        }

    .ds .summary .price {
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.1);
    }

    .ds .summary .product_meta {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .ds .widget_price_filter .price_label {
        color: #ffffff;
    }

    .ds #calendar_wrap {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .ds .widget_calendar table {
        background-color: rgba(255, 255, 255, 0.05);
        border-color: rgba(255, 255, 255, 0.1);
    }

    .ds .widget_calendar tfoot td a {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .ds .widget_calendar caption,
    .ds .widget_calendar thead,
    .ds .widget_calendar th {
        color: #ffffff;
    }

    .ds .widget_calendar caption {
        background-color: #23222d;
    }

    .ds .widget_calendar tbody td a:hover {
        color: #ffffff;
    }

    .ds .grid-view h3:before,
    .ds .grid-view h3:after {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .ds .owl-carousel.product-thumbnails .owl-nav > div:after {
        color: #ffffff;
    }

    .ds .ui-slider {
        background-color: rgba(255, 255, 255, 0.05);
    }

        .ds .ui-slider .ui-slider-handle {
            background-color: #ffffff;
        }

    .ds #sort_view {
        background-color: transparent;
        color: #ffffff;
    }

    .ds #toggle_shop_view.grid-view:after,
    .ds #toggle_shop_view:before {
        background-color: rgba(247, 247, 247, 0.05);
    }

    .ds .widget_layered_nav .color-filters a:before {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .ds .table.cart a {
        color: #ffffff;
    }

    .ds .pagination > li > a,
    .ds .pagination > li > span {
        color: #ffffff;
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

        .ds .pagination > li.active > a,
        .ds .pagination > li.active > span,
        .ds .pagination > li > a:hover,
        .ds .pagination > li > span:hover,
        .ds .pagination > li > a:focus,
        .ds .pagination > li > span:focus {
            border-color: #e4880f;
            background-color: #e4880f;
            color: #ffffff;
        }

    .ds .thumbnail {
        background-color: transparent;
    }

        .ds .thumbnail h3 a {
            color: #ffffff;
        }

        .ds .thumbnail .caption {
            border-color: transparent;
            background-color: rgba(252, 252, 252, 0.05);
        }

    .ds .progress {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .ds .panel-heading .panel-title > a.collapsed,
    .ds .vertical-tabs .nav > li > a {
        background-color: rgba(255, 255, 255, 0.05);
        color: #ffffff;
    }

        .ds .panel-heading .panel-title > a,
        .ds .panel-heading .panel-title > a:hover,
        .ds .vertical-tabs .nav > li.active > a,
        .ds .vertical-tabs .nav > li > a:hover {
            background-color: #e4880f;
        }

            .ds .panel-heading .panel-title > a:hover:after,
            .ds .vertical-tabs .nav > li > a:hover:after {
                color: #ffffff;
            }

    .ds .entry-meta .comments-link a {
        color: #ffffff;
    }

    .ds #timetable tbody th,
    .ds #timetable tbody td {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .ds #isotope_filters a,
    .ds .filters a {
        color: #ffffff;
    }

    .ds div .fw-shortcode-calendar-wrapper .page-header h3,
    .ds div .btn-group button[data-calendar-nav],
    .ds div .btn-group button[data-calendar-nav*='today'] {
        color: #ffffff;
    }

    .ds .ls .widget_shopping_cart .cart_list,
    .ds .ls .widget_recent_entries li,
    .ds .ls .widget_recent_comments li,
    .ds .ls .widget_archive li,
    .ds .ls .widget_categories li,
    .ds .ls .widget_meta li,
    .ds .ls .widget_nav_menu li,
    .ds .ls .widget_pages li,
    .ds .ls .widget_popular_entries li {
        border-color: rgba(35, 34, 45, 0.2);
    }

    .ds .widget_tag_cloud a,
    .ds .tagcloud a {
        border-color: #ffffff;
    }

        .ds .widget_tag_cloud a:hover,
        .ds .tagcloud a:hover {
            color: #303849;
        }

    .ds .cat-links a {
        border-color: rgba(255, 255, 255, 0.2);
    }

/*
** Color Background Section - .cs
*/
.cs.cs2 {
    background-color: #708090;
}

    .cs.cs2 .color-main {
        color: #e4880f;
    }

    .cs.cs2 a:not(.btn) {
        color: #ffffff;
    }

        .cs.cs2 a:not(.btn):hover {
            color: #e4880f;
        }

.cs.cs3 {
    background-color: #2cb129;
}

    .cs.cs3 .color-main {
        color: #e4880f;
    }

/* color section grey - .cs.gs */
.cs.gs {
    background-color: #aaa6a7;
}

.cs.cs-success {
    background-color: #4db19e;
}

.cs.cs-info {
    background-color: #007ebd;
}

.cs.cs-warning {
    background-color: #eeb269;
}

.cs.cs-danger {
    background-color: #dc5753;
}

.cs {
    background-color: #e4880f;
    color: #23222d;
}

    .cs h1,
    .cs h2,
    .cs h3,
    .cs h4,
    .cs h5,
    .cs h6 {
        color: #23222d;
    }

        .cs h1 a,
        .cs h2 a,
        .cs h3 a,
        .cs h4 a,
        .cs h5 a,
        .cs h6 a {
            color: #ffffff;
        }

            .cs h1 a:hover,
            .cs h2 a:hover,
            .cs h3 a:hover,
            .cs h4 a:hover,
            .cs h5 a:hover,
            .cs h6 a:hover {
                color: #ffffff;
            }

    .cs .cs-color-main {
        color: #e4880f;
    }

    .cs a:not(.btn) {
        color: #ffffff;
    }

        .cs a:not(.btn):hover {
            color: #708090;
        }

    .cs blockquote,
    .cs .blockquote {
        border-color: #f2a034;
    }

    .cs hr {
        border-color: rgba(255, 255, 255, 0.15);
    }

    .cs pre {
        color: #ffffff;
    }

    .cs .hero-bg {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .cs .bordered {
        border-color: rgba(255, 255, 255, 0.15);
    }

    .cs.s-bordertop:before,
    .cs.s-borderbottom:after,
    .cs.s-bordertop-container .container:before,
    .cs.s-borderbottom-container .container:after {
        background-color: rgba(255, 255, 255, 0.15);
    }

    .cs.s-bordered-columns [class*='col-'] + [class*='col-']:before {
        background-color: rgba(255, 255, 255, 0.15);
    }

    .cs .links-darkgrey a,
    .cs .links-grey a {
        color: #ffffff;
        opacity: 0.9;
    }

        .cs .links-darkgrey a:hover,
        .cs .links-grey a:hover {
            opacity: 1;
            color: #ffffff;
        }

    .cs .color-light {
        border-color: #ffffff;
        color: #ffffff;
    }

    .cs .color-darkgrey {
        border-color: #23222d;
        color: #23222d;
    }

    .cs .response,
    .cs .color-main {
        color: #ffffff;
    }

    .cs form i.color-main {
        color: #e4880f;
    }

    .cs input[type="text"],
    .cs input[type="email"],
    .cs input[type="url"],
    .cs input[type="password"],
    .cs input[type="search"],
    .cs input[type="tel"],
    .cs input[type="number"],
    .cs textarea,
    .cs select,
    .cs .form-control {
        color: #23222d;
        background-color: #ffffff;
        border-color: rgba(35, 34, 45, 0.1);
    }

        .cs .form-control:focus {
            border-color: rgba(255, 255, 255, 0.5);
        }

        .cs .form-control:-moz-placeholder {
            color: #23222d;
            opacity: 1;
        }

        .cs .form-control::-moz-placeholder {
            color: #23222d;
            opacity: 1;
        }

        .cs .form-control:-ms-input-placeholder {
            color: #23222d;
        }

        .cs .form-control::-webkit-input-placeholder {
            color: #23222d;
        }

        .cs .form-control:focus:-moz-placeholder {
            color: transparent;
        }

        .cs .form-control:focus::-moz-placeholder {
            color: transparent;
        }

        .cs .form-control:focus:-ms-input-placeholder {
            color: transparent;
        }

        .cs .form-control:focus::-webkit-input-placeholder {
            color: transparent;
        }

    .cs a.fa {
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.15);
    }

    .cs a.bg-icon {
        background-color: rgba(255, 255, 255, 0.17);
    }

    .cs .color-icon.bg-icon {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .cs a.fa.color-bg-icon:hover {
        background-color: #23222d;
    }

    .cs a.links-darkgrey {
        color: #303849;
    }

        .cs a.links-darkgrey:hover {
            opacity: 1;
        }

    .cs .btn-action {
        background-color: #ffffff;
    }

        .cs .btn-action i {
            color: #23222d;
        }

        .cs .btn-action:hover i {
            opacity: 0.7;
        }

    .cs mark {
        color: #ffffff;
    }

    .cs a mark {
        color: #303849;
    }

/*
** Helper Utilities
*/
/* layout */
.clear,
.clearfix {
    clear: both;
}

.round {
    border-radius: 50%;
}

.text-normal {
    text-transform: none;
}

/* paddings for .*-bg, .bg-* and .bordered */
.p-big {
    padding: 40px 45px;
}

@media (min-width: 1200px) {
    .p-big {
        padding: 55px 60px;
    }
}

.p-normal {
    padding: 40px 45px;
}

.p-small {
    padding: 30px 35px;
}

.cover-before,
.cover-after {
    overflow: hidden;
}

    .cover-before,
    .cover-after,
    .cover-before > *,
    .cover-after > * {
        position: relative;
        z-index: 2;
    }

        .cover-before:before,
        .cover-after:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

.top-corner {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
}

/* text helpers */
.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 36px;
}

.fs-40 {
    font-size: 40px;
}

.fs-47 {
    font-size: 47px;
}

.fs-50 {
    font-size: 50px;
}

.fs-56 {
    font-size: 56px;
}

.fs-60 {
    font-size: 60px;
}

.fw-100 {
    font-weight: 100;
}

.fw-300,
.thin {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-700,
.bolder {
    font-weight: 700;
}

.fw-900,
.bold {
    font-weight: 900;
}

.dropcap {
    font-size: 108px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.9;
    margin: 0 15px 0 0;
    float: left;
}

@media (max-width: 1600px) {
    .dropcap {
        font-size: 92px;
        margin-right: 15px;
    }
}

.overflow-hidden {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.overflow-visible {
    overflow: visible;
    position: relative;
    z-index: 2;
}

.z-index-2 {
    z-index: 2;
}

.z-index-1002 {
    z-index: 1002;
}

/*display helpers*/
[class*='visible-above-'],
[class*='visible-below-'] {
    display: none !important;
}

@media (min-width: 576px) {
    .visible-above-sm {
        display: block !important;
    }
}

@media (max-width: 575px) {
    .visible-below-sm {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .visible-above-md {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-below-md {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .visible-above-lg {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .visible-below-lg {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-above-xl {
        display: block !important;
    }
}

@media (max-width: 1199px) {
    .visible-below-xl {
        display: block !important;
    }
}

@media (max-width: 575px) {
    .hidden-below-sm {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-above-sm {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-below-md {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-above-md {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-below-lg {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-above-lg {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-below-xl {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-above-xl {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl {
        display: none !important;
    }
}

/* borders, colors and backgrounds */
.light-bg {
    background-color: #ffffff;
}

.hero-bg {
    background-color: #f7f8f8;
}

.muted-bg {
    background-color: rgba(35, 34, 45, 0.06);
}

.response,
.color-main {
    color: #e4880f;
    border-color: #e4880f;
}

.color-main2 {
    color: #708090;
    border-color: #708090;
}

.color-main3 {
    color: #2cb129;
    border-color: #2cb129;
}

.color-dark {
    color: #303849;
    border-color: #303849;
}

.color-grey {
    color: #303849;
}

.color-light {
    color: #ffffff;
}

.color-success {
    color: #4db19e;
}

.color-info {
    color: #007ebd;
}

.color-warning {
    color: #eeb269;
}

.required,
.color-danger {
    color: #dc5753;
}

.bordered {
    border: 1px solid rgba(48, 56, 73, 0.1);
}

.box-shadow {
    border-color: transparent;
    box-shadow: 0 16px 20px 0px rgba(0, 0, 0, 0.15);
    transition: all .5s ease-in-out;
}

    .box-shadow:hover {
        box-shadow: 0 2px 5px 0px rgba(72, 97, 115, 0.4);
    }

a.links-maincolor,
.links-maincolor a {
    color: #e4880f;
}

.links-maincolor2 a {
    color: #708090;
}

.links-maincolor3 a {
    color: #2cb129;
}

.links-grey a {
    color: #303849;
}

    .links-grey a:hover {
        color: #e4880f;
    }

.links-darkgrey a {
    color: #23222d;
}

    .links-darkgrey a:hover {
        color: #e4880f;
    }

.bg-maincolor {
    background-color: #e4880f;
}

.bg-maincolor2 {
    background-color: #708090;
}

.bg-maincolor3 {
    background-color: #2cb129;
}

.bg-maincolor4 {
    background-color: #208dcc;
}

.bg-dark {
    background-color: #303849;
}

.bg-darkblue {
    color: #ffffff;
    background-color: #1a202e;
}

.bg-darkgrey {
    color: #ffffff;
    background-color: #23222d;
}

.bg-success {
    background-color: #4db19e !important;
}

.bg-info {
    background-color: #007ebd !important;
}

.bg-warning {
    background-color: #eeb269 !important;
}

.bg-danger {
    background-color: #dc5753 !important;
}

/*padding for inline elements with theme backgrounds*/
span[class*='bg-'],
span.bordered,
span.light-bg,
span.hero-bg,
span.muted-bg {
    padding-left: 0.37em;
    padding-right: 0.37em;
}

/*Dividers, margins and padding helpers*/
/* margins */
/*top&bottom equal margins - dividers*/
.my--30 {
    margin-top: -30px;
    margin-bottom: -30px;
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-13 {
    margin-top: 13px;
    margin-bottom: 13px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-43 {
    margin-top: 43px;
    margin-bottom: 43px;
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
}

.my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}

.my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
}

/*top margins*/
.mt--30 {
    margin-top: -30px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-13 {
    margin-top: 13px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-43 {
    margin-top: 43px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-140 {
    margin-top: 140px;
}

/*bottom margins*/
.mb--30 {
    margin-bottom: -30px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-13 {
    margin-bottom: 13px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-43 {
    margin-bottom: 43px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-140 {
    margin-bottom: 140px;
}

@media (min-width: 576px) {
    /*top margins*/
    .mt-sm--30 {
        margin-top: -30px;
    }

    .mt-sm-5 {
        margin-top: 5px;
    }

    .mt-sm-10 {
        margin-top: 10px;
    }

    .mt-sm-13 {
        margin-top: 13px;
    }

    .mt-sm-15 {
        margin-top: 15px;
    }

    .mt-sm-18 {
        margin-top: 18px;
    }

    .mt-sm-20 {
        margin-top: 20px;
    }

    .mt-sm-25 {
        margin-top: 25px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mt-sm-35 {
        margin-top: 35px;
    }

    .mt-sm-40 {
        margin-top: 40px;
    }

    .mt-sm-43 {
        margin-top: 43px;
    }

    .mt-sm-45 {
        margin-top: 45px;
    }

    .mt-sm-48 {
        margin-top: 48px;
    }

    .mt-sm-50 {
        margin-top: 50px;
    }

    .mt-sm-55 {
        margin-top: 55px;
    }

    .mt-sm-60 {
        margin-top: 60px;
    }

    .mt-sm-65 {
        margin-top: 65px;
    }

    .mt-sm-70 {
        margin-top: 70px;
    }

    .mt-sm-140 {
        margin-top: 140px;
    }
    /*bottom margins*/
    .mb-sm--30 {
        margin-bottom: -30px;
    }

    .mb-sm-5 {
        margin-bottom: 5px;
    }

    .mb-sm-10 {
        margin-bottom: 10px;
    }

    .mb-sm-13 {
        margin-bottom: 13px;
    }

    .mb-sm-15 {
        margin-bottom: 15px;
    }

    .mb-sm-18 {
        margin-bottom: 18px;
    }

    .mb-sm-20 {
        margin-bottom: 20px;
    }

    .mb-sm-25 {
        margin-bottom: 25px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .mb-sm-35 {
        margin-bottom: 35px;
    }

    .mb-sm-40 {
        margin-bottom: 40px;
    }

    .mb-sm-43 {
        margin-bottom: 43px;
    }

    .mb-sm-45 {
        margin-bottom: 45px;
    }

    .mb-sm-48 {
        margin-bottom: 48px;
    }

    .mb-sm-50 {
        margin-bottom: 50px;
    }

    .mb-sm-55 {
        margin-bottom: 55px;
    }

    .mb-sm-60 {
        margin-bottom: 60px;
    }

    .mb-sm-65 {
        margin-bottom: 65px;
    }

    .mb-sm-70 {
        margin-bottom: 70px;
    }

    .mb-sm-140 {
        margin-bottom: 140px;
    }
}

@media (min-width: 768px) {
    /*top margins*/
    .mt-md--30 {
        margin-top: -30px;
    }

    .mt-md-5 {
        margin-top: 5px;
    }

    .mt-md-10 {
        margin-top: 10px;
    }

    .mt-md-13 {
        margin-top: 13px;
    }

    .mt-md-15 {
        margin-top: 15px;
    }

    .mt-md-18 {
        margin-top: 18px;
    }

    .mt-md-20 {
        margin-top: 20px;
    }

    .mt-md-25 {
        margin-top: 25px;
    }

    .mt-md-30 {
        margin-top: 30px;
    }

    .mt-md-35 {
        margin-top: 35px;
    }

    .mt-md-40 {
        margin-top: 40px;
    }

    .mt-md-43 {
        margin-top: 43px;
    }

    .mt-md-45 {
        margin-top: 45px;
    }

    .mt-md-48 {
        margin-top: 48px;
    }

    .mt-md-50 {
        margin-top: 50px;
    }

    .mt-md-55 {
        margin-top: 55px;
    }

    .mt-md-60 {
        margin-top: 60px;
    }

    .mt-md-65 {
        margin-top: 65px;
    }

    .mt-md-70 {
        margin-top: 70px;
    }

    .mt-md-140 {
        margin-top: 140px;
    }
    /*bottom margins*/
    .mb-md--30 {
        margin-bottom: -30px;
    }

    .mb-md-5 {
        margin-bottom: 5px;
    }

    .mb-md-10 {
        margin-bottom: 10px;
    }

    .mb-md-13 {
        margin-bottom: 13px;
    }

    .mb-md-15 {
        margin-bottom: 15px;
    }

    .mb-md-18 {
        margin-bottom: 18px;
    }

    .mb-md-20 {
        margin-bottom: 20px;
    }

    .mb-md-25 {
        margin-bottom: 25px;
    }

    .mb-md-30 {
        margin-bottom: 30px;
    }

    .mb-md-35 {
        margin-bottom: 35px;
    }

    .mb-md-40 {
        margin-bottom: 40px;
    }

    .mb-md-43 {
        margin-bottom: 43px;
    }

    .mb-md-45 {
        margin-bottom: 45px;
    }

    .mb-md-48 {
        margin-bottom: 48px;
    }

    .mb-md-50 {
        margin-bottom: 50px;
    }

    .mb-md-55 {
        margin-bottom: 55px;
    }

    .mb-md-60 {
        margin-bottom: 60px;
    }

    .mb-md-65 {
        margin-bottom: 65px;
    }

    .mb-md-70 {
        margin-bottom: 70px;
    }

    .mb-md-140 {
        margin-bottom: 140px;
    }
}

@media (min-width: 992px) {
    /*top margins*/
    .mt-lg--30 {
        margin-top: -30px;
    }

    .mt-lg-5 {
        margin-top: 5px;
    }

    .mt-lg-10 {
        margin-top: 10px;
    }

    .mt-lg-13 {
        margin-top: 13px;
    }

    .mt-lg-15 {
        margin-top: 15px;
    }

    .mt-lg-18 {
        margin-top: 18px;
    }

    .mt-lg-20 {
        margin-top: 20px;
    }

    .mt-lg-25 {
        margin-top: 25px;
    }

    .mt-lg-30 {
        margin-top: 30px;
    }

    .mt-lg-35 {
        margin-top: 35px;
    }

    .mt-lg-40 {
        margin-top: 40px;
    }

    .mt-lg-43 {
        margin-top: 43px;
    }

    .mt-lg-45 {
        margin-top: 45px;
    }

    .mt-lg-48 {
        margin-top: 48px;
    }

    .mt-lg-50 {
        margin-top: 50px;
    }

    .mt-lg-55 {
        margin-top: 55px;
    }

    .mt-lg-60 {
        margin-top: 60px;
    }

    .mt-lg-65 {
        margin-top: 65px;
    }

    .mt-lg-70 {
        margin-top: 70px;
    }

    .mt-lg-140 {
        margin-top: 140px;
    }
    /*bottom margins*/
    .mb-lg--30 {
        margin-bottom: -30px;
    }

    .mb-lg-5 {
        margin-bottom: 5px;
    }

    .mb-lg-10 {
        margin-bottom: 10px;
    }

    .mb-lg-13 {
        margin-bottom: 13px;
    }

    .mb-lg-15 {
        margin-bottom: 15px;
    }

    .mb-lg-18 {
        margin-bottom: 18px;
    }

    .mb-lg-20 {
        margin-bottom: 20px;
    }

    .mb-lg-25 {
        margin-bottom: 25px;
    }

    .mb-lg-30 {
        margin-bottom: 30px;
    }

    .mb-lg-35 {
        margin-bottom: 35px;
    }

    .mb-lg-40 {
        margin-bottom: 40px;
    }

    .mb-lg-43 {
        margin-bottom: 43px;
    }

    .mb-lg-45 {
        margin-bottom: 45px;
    }

    .mb-lg-48 {
        margin-bottom: 48px;
    }

    .mb-lg-50 {
        margin-bottom: 50px;
    }

    .mb-lg-55 {
        margin-bottom: 55px;
    }

    .mb-lg-60 {
        margin-bottom: 60px;
    }

    .mb-lg-65 {
        margin-bottom: 65px;
    }

    .mb-lg-70 {
        margin-bottom: 70px;
    }

    .mb-lg-140 {
        margin-bottom: 140px;
    }
}

@media (min-width: 1200px) {
    /*top margins*/
    .mt-xl--30 {
        margin-top: -30px;
    }

    .mt-xl-5 {
        margin-top: 5px;
    }

    .mt-xl-10 {
        margin-top: 10px;
    }

    .mt-xl-13 {
        margin-top: 13px;
    }

    .mt-xl-15 {
        margin-top: 15px;
    }

    .mt-xl-18 {
        margin-top: 18px;
    }

    .mt-xl-20 {
        margin-top: 20px;
    }

    .mt-xl-25 {
        margin-top: 25px;
    }

    .mt-xl-30 {
        margin-top: 30px;
    }

    .mt-xl-35 {
        margin-top: 35px;
    }

    .mt-xl-40 {
        margin-top: 40px;
    }

    .mt-xl-43 {
        margin-top: 43px;
    }

    .mt-xl-45 {
        margin-top: 45px;
    }

    .mt-xl-48 {
        margin-top: 48px;
    }

    .mt-xl-50 {
        margin-top: 50px;
    }

    .mt-xl-55 {
        margin-top: 55px;
    }

    .mt-xl-60 {
        margin-top: 60px;
    }

    .mt-xl-65 {
        margin-top: 65px;
    }

    .mt-xl-70 {
        margin-top: 70px;
    }

    .mt-xl-140 {
        margin-top: 140px;
    }
    /*bottom margins*/
    .mb-xl--30 {
        margin-bottom: -30px;
    }

    .mb-xl-5 {
        margin-bottom: 5px;
    }

    .mb-xl-10 {
        margin-bottom: 10px;
    }

    .mb-xl-13 {
        margin-bottom: 13px;
    }

    .mb-xl-15 {
        margin-bottom: 15px;
    }

    .mb-xl-18 {
        margin-bottom: 18px;
    }

    .mb-xl-20 {
        margin-bottom: 20px;
    }

    .mb-xl-25 {
        margin-bottom: 25px;
    }

    .mb-xl-30 {
        margin-bottom: 30px;
    }

    .mb-xl-35 {
        margin-bottom: 35px;
    }

    .mb-xl-40 {
        margin-bottom: 40px;
    }

    .mb-xl-43 {
        margin-bottom: 43px;
    }

    .mb-xl-45 {
        margin-bottom: 45px;
    }

    .mb-xl-48 {
        margin-bottom: 48px;
    }

    .mb-xl-50 {
        margin-bottom: 50px;
    }

    .mb-xl-55 {
        margin-bottom: 55px;
    }

    .mb-xl-60 {
        margin-bottom: 60px;
    }

    .mb-xl-65 {
        margin-bottom: 65px;
    }

    .mb-xl-70 {
        margin-bottom: 70px;
    }

    .mb-xl-140 {
        margin-bottom: 140px;
    }
}

/*left&right equal margins*/
.mx--30 {
    margin-left: -30px;
    margin-right: -30px;
}

.mx-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-13 {
    margin-left: 13px;
    margin-right: 13px;
}

.mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mx-18 {
    margin-left: 18px;
    margin-right: 18px;
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mx-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.mx-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.mx-35 {
    margin-left: 35px;
    margin-right: 35px;
}

.mx-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.mx-43 {
    margin-left: 43px;
    margin-right: 43px;
}

.mx-45 {
    margin-left: 45px;
    margin-right: 45px;
}

.mx-48 {
    margin-left: 48px;
    margin-right: 48px;
}

.mx-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.mx-55 {
    margin-left: 55px;
    margin-right: 55px;
}

.mx-60 {
    margin-left: 60px;
    margin-right: 60px;
}

.mx-65 {
    margin-left: 65px;
    margin-right: 65px;
}

.mx-70 {
    margin-left: 70px;
    margin-right: 70px;
}

.mx-140 {
    margin-left: 140px;
    margin-right: 140px;
}

/*top right bottom left margins*/
.m--30 {
    margin: -30px;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-13 {
    margin: 13px;
}

.m-15 {
    margin: 15px;
}

.m-18 {
    margin: 18px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}

.m-35 {
    margin: 35px;
}

.m-40 {
    margin: 40px;
}

.m-43 {
    margin: 43px;
}

.m-45 {
    margin: 45px;
}

.m-48 {
    margin: 48px;
}

.m-50 {
    margin: 50px;
}

.m-55 {
    margin: 55px;
}

.m-60 {
    margin: 60px;
}

.m-65 {
    margin: 65px;
}

.m-70 {
    margin: 70px;
}

.m-140 {
    margin: 140px;
}

/* paddings */
/*top&bottom equal paddings - dividers*/
.py--30 {
    padding-top: -30px;
    padding-bottom: -30px;
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-13 {
    padding-top: 13px;
    padding-bottom: 13px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-43 {
    padding-top: 43px;
    padding-bottom: 43px;
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

/*left&right equal paddings*/
.px--30 {
    padding-left: -30px;
    padding-right: -30px;
}

.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-13 {
    padding-left: 13px;
    padding-right: 13px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.px-18 {
    padding-left: 18px;
    padding-right: 18px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.px-43 {
    padding-left: 43px;
    padding-right: 43px;
}

.px-45 {
    padding-left: 45px;
    padding-right: 45px;
}

.px-48 {
    padding-left: 48px;
    padding-right: 48px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.px-55 {
    padding-left: 55px;
    padding-right: 55px;
}

.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.px-65 {
    padding-left: 65px;
    padding-right: 65px;
}

.px-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.px-140 {
    padding-left: 140px;
    padding-right: 140px;
}

/*left padding*/
.pl--30 {
    padding-left: -30px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-13 {
    padding-left: 13px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-18 {
    padding-left: 18px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-43 {
    padding-left: 43px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-48 {
    padding-left: 48px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-140 {
    padding-left: 140px;
}

/*right padding*/
.pr--30 {
    padding-right: -30px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-13 {
    padding-right: 13px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-18 {
    padding-right: 18px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-43 {
    padding-right: 43px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-48 {
    padding-right: 48px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-140 {
    padding-right: 140px;
}

/*top paddings*/
.pt--30 {
    padding-top: -30px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-13 {
    padding-top: 13px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-18 {
    padding-top: 18px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-43 {
    padding-top: 43px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-48 {
    padding-top: 48px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-140 {
    padding-top: 140px;
}

/*bottom paddings*/
.pb--30 {
    padding-bottom: -30px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-13 {
    padding-bottom: 13px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-18 {
    padding-bottom: 18px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-43 {
    padding-bottom: 43px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-48 {
    padding-bottom: 48px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-140 {
    padding-bottom: 140px;
}

@media (min-width: 576px) {
    .pb-sm--30 {
        padding-bottom: -30px;
    }

    .pb-sm-5 {
        padding-bottom: 5px;
    }

    .pb-sm-10 {
        padding-bottom: 10px;
    }

    .pb-sm-13 {
        padding-bottom: 13px;
    }

    .pb-sm-15 {
        padding-bottom: 15px;
    }

    .pb-sm-18 {
        padding-bottom: 18px;
    }

    .pb-sm-20 {
        padding-bottom: 20px;
    }

    .pb-sm-25 {
        padding-bottom: 25px;
    }

    .pb-sm-30 {
        padding-bottom: 30px;
    }

    .pb-sm-35 {
        padding-bottom: 35px;
    }

    .pb-sm-40 {
        padding-bottom: 40px;
    }

    .pb-sm-43 {
        padding-bottom: 43px;
    }

    .pb-sm-45 {
        padding-bottom: 45px;
    }

    .pb-sm-48 {
        padding-bottom: 48px;
    }

    .pb-sm-50 {
        padding-bottom: 50px;
    }

    .pb-sm-55 {
        padding-bottom: 55px;
    }

    .pb-sm-60 {
        padding-bottom: 60px;
    }

    .pb-sm-65 {
        padding-bottom: 65px;
    }

    .pb-sm-70 {
        padding-bottom: 70px;
    }

    .pb-sm-140 {
        padding-bottom: 140px;
    }
}

@media (min-width: 768px) {
    .pb-md--30 {
        padding-bottom: -30px;
    }

    .pb-md-5 {
        padding-bottom: 5px;
    }

    .pb-md-10 {
        padding-bottom: 10px;
    }

    .pb-md-13 {
        padding-bottom: 13px;
    }

    .pb-md-15 {
        padding-bottom: 15px;
    }

    .pb-md-18 {
        padding-bottom: 18px;
    }

    .pb-md-20 {
        padding-bottom: 20px;
    }

    .pb-md-25 {
        padding-bottom: 25px;
    }

    .pb-md-30 {
        padding-bottom: 30px;
    }

    .pb-md-35 {
        padding-bottom: 35px;
    }

    .pb-md-40 {
        padding-bottom: 40px;
    }

    .pb-md-43 {
        padding-bottom: 43px;
    }

    .pb-md-45 {
        padding-bottom: 45px;
    }

    .pb-md-48 {
        padding-bottom: 48px;
    }

    .pb-md-50 {
        padding-bottom: 50px;
    }

    .pb-md-55 {
        padding-bottom: 55px;
    }

    .pb-md-60 {
        padding-bottom: 60px;
    }

    .pb-md-65 {
        padding-bottom: 65px;
    }

    .pb-md-70 {
        padding-bottom: 70px;
    }

    .pb-md-140 {
        padding-bottom: 140px;
    }
}

@media (min-width: 992px) {
    .pb-lg--30 {
        padding-bottom: -30px;
    }

    .pb-lg-5 {
        padding-bottom: 5px;
    }

    .pb-lg-10 {
        padding-bottom: 10px;
    }

    .pb-lg-13 {
        padding-bottom: 13px;
    }

    .pb-lg-15 {
        padding-bottom: 15px;
    }

    .pb-lg-18 {
        padding-bottom: 18px;
    }

    .pb-lg-20 {
        padding-bottom: 20px;
    }

    .pb-lg-25 {
        padding-bottom: 25px;
    }

    .pb-lg-30 {
        padding-bottom: 30px;
    }

    .pb-lg-35 {
        padding-bottom: 35px;
    }

    .pb-lg-40 {
        padding-bottom: 40px;
    }

    .pb-lg-43 {
        padding-bottom: 43px;
    }

    .pb-lg-45 {
        padding-bottom: 45px;
    }

    .pb-lg-48 {
        padding-bottom: 48px;
    }

    .pb-lg-50 {
        padding-bottom: 50px;
    }

    .pb-lg-55 {
        padding-bottom: 55px;
    }

    .pb-lg-60 {
        padding-bottom: 60px;
    }

    .pb-lg-65 {
        padding-bottom: 65px;
    }

    .pb-lg-70 {
        padding-bottom: 70px;
    }

    .pb-lg-140 {
        padding-bottom: 140px;
    }
}

@media (min-width: 1200px) {
    .pb-xl--30 {
        padding-bottom: -30px;
    }

    .pb-xl-5 {
        padding-bottom: 5px;
    }

    .pb-xl-10 {
        padding-bottom: 10px;
    }

    .pb-xl-13 {
        padding-bottom: 13px;
    }

    .pb-xl-15 {
        padding-bottom: 15px;
    }

    .pb-xl-18 {
        padding-bottom: 18px;
    }

    .pb-xl-20 {
        padding-bottom: 20px;
    }

    .pb-xl-25 {
        padding-bottom: 25px;
    }

    .pb-xl-30 {
        padding-bottom: 30px;
    }

    .pb-xl-35 {
        padding-bottom: 35px;
    }

    .pb-xl-40 {
        padding-bottom: 40px;
    }

    .pb-xl-43 {
        padding-bottom: 43px;
    }

    .pb-xl-45 {
        padding-bottom: 45px;
    }

    .pb-xl-48 {
        padding-bottom: 48px;
    }

    .pb-xl-50 {
        padding-bottom: 50px;
    }

    .pb-xl-55 {
        padding-bottom: 55px;
    }

    .pb-xl-60 {
        padding-bottom: 60px;
    }

    .pb-xl-65 {
        padding-bottom: 65px;
    }

    .pb-xl-70 {
        padding-bottom: 70px;
    }

    .pb-xl-140 {
        padding-bottom: 140px;
    }
}

/*top right bottom left paddings*/
.p--30 {
    padding: -30px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-13 {
    padding: 13px;
}

.p-15 {
    padding: 15px;
}

.p-18 {
    padding: 18px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

.p-35 {
    padding: 35px;
}

.p-40 {
    padding: 40px;
}

.p-43 {
    padding: 43px;
}

.p-45 {
    padding: 45px;
}

.p-48 {
    padding: 48px;
}

.p-50 {
    padding: 50px;
}

.p-55 {
    padding: 55px;
}

.p-60 {
    padding: 60px;
}

.p-65 {
    padding: 65px;
}

.p-70 {
    padding: 70px;
}

.p-140 {
    padding: 140px;
}

/* paddings */
/*top&bottom equal paddings - dividers*/
@media (min-width: 576px) {
    .py-sm--30 {
        padding-top: -30px;
        padding-bottom: -30px;
    }

    .py-sm-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .py-sm-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .py-sm-13 {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .py-sm-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .py-sm-18 {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .py-sm-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .py-sm-25 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .py-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .py-sm-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .py-sm-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .py-sm-43 {
        padding-top: 43px;
        padding-bottom: 43px;
    }

    .py-sm-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .py-sm-48 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .py-sm-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .py-sm-55 {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .py-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .py-sm-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .py-sm-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .py-sm-140 {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .p-sm--30 {
        padding: -30px;
    }

    .p-sm-5 {
        padding: 5px;
    }

    .p-sm-10 {
        padding: 10px;
    }

    .p-sm-13 {
        padding: 13px;
    }

    .p-sm-15 {
        padding: 15px;
    }

    .p-sm-18 {
        padding: 18px;
    }

    .p-sm-20 {
        padding: 20px;
    }

    .p-sm-25 {
        padding: 25px;
    }

    .p-sm-30 {
        padding: 30px;
    }

    .p-sm-35 {
        padding: 35px;
    }

    .p-sm-40 {
        padding: 40px;
    }

    .p-sm-43 {
        padding: 43px;
    }

    .p-sm-45 {
        padding: 45px;
    }

    .p-sm-48 {
        padding: 48px;
    }

    .p-sm-50 {
        padding: 50px;
    }

    .p-sm-55 {
        padding: 55px;
    }

    .p-sm-60 {
        padding: 60px;
    }

    .p-sm-65 {
        padding: 65px;
    }

    .p-sm-70 {
        padding: 70px;
    }

    .p-sm-140 {
        padding: 140px;
    }
    /*left&right equal paddings*/
    .px-sm--30 {
        padding-left: -30px;
        padding-right: -30px;
    }

    .px-sm-5 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .px-sm-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .px-sm-13 {
        padding-left: 13px;
        padding-right: 13px;
    }

    .px-sm-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .px-sm-18 {
        padding-left: 18px;
        padding-right: 18px;
    }

    .px-sm-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .px-sm-25 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .px-sm-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .px-sm-35 {
        padding-left: 35px;
        padding-right: 35px;
    }

    .px-sm-40 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .px-sm-43 {
        padding-left: 43px;
        padding-right: 43px;
    }

    .px-sm-45 {
        padding-left: 45px;
        padding-right: 45px;
    }

    .px-sm-48 {
        padding-left: 48px;
        padding-right: 48px;
    }

    .px-sm-50 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .px-sm-55 {
        padding-left: 55px;
        padding-right: 55px;
    }

    .px-sm-60 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .px-sm-65 {
        padding-left: 65px;
        padding-right: 65px;
    }

    .px-sm-70 {
        padding-left: 70px;
        padding-right: 70px;
    }

    .px-sm-140 {
        padding-left: 140px;
        padding-right: 140px;
    }
    /*left padding*/
    .pl-sm--30 {
        padding-left: -30px;
    }

    .pl-sm-5 {
        padding-left: 5px;
    }

    .pl-sm-10 {
        padding-left: 10px;
    }

    .pl-sm-13 {
        padding-left: 13px;
    }

    .pl-sm-15 {
        padding-left: 15px;
    }

    .pl-sm-18 {
        padding-left: 18px;
    }

    .pl-sm-20 {
        padding-left: 20px;
    }

    .pl-sm-25 {
        padding-left: 25px;
    }

    .pl-sm-30 {
        padding-left: 30px;
    }

    .pl-sm-35 {
        padding-left: 35px;
    }

    .pl-sm-40 {
        padding-left: 40px;
    }

    .pl-sm-43 {
        padding-left: 43px;
    }

    .pl-sm-45 {
        padding-left: 45px;
    }

    .pl-sm-48 {
        padding-left: 48px;
    }

    .pl-sm-50 {
        padding-left: 50px;
    }

    .pl-sm-55 {
        padding-left: 55px;
    }

    .pl-sm-60 {
        padding-left: 60px;
    }

    .pl-sm-65 {
        padding-left: 65px;
    }

    .pl-sm-70 {
        padding-left: 70px;
    }

    .pl-sm-140 {
        padding-left: 140px;
    }
    /*right padding*/
    .pr-sm--30 {
        padding-right: -30px;
    }

    .pr-sm-5 {
        padding-right: 5px;
    }

    .pr-sm-10 {
        padding-right: 10px;
    }

    .pr-sm-13 {
        padding-right: 13px;
    }

    .pr-sm-15 {
        padding-right: 15px;
    }

    .pr-sm-18 {
        padding-right: 18px;
    }

    .pr-sm-20 {
        padding-right: 20px;
    }

    .pr-sm-25 {
        padding-right: 25px;
    }

    .pr-sm-30 {
        padding-right: 30px;
    }

    .pr-sm-35 {
        padding-right: 35px;
    }

    .pr-sm-40 {
        padding-right: 40px;
    }

    .pr-sm-43 {
        padding-right: 43px;
    }

    .pr-sm-45 {
        padding-right: 45px;
    }

    .pr-sm-48 {
        padding-right: 48px;
    }

    .pr-sm-50 {
        padding-right: 50px;
    }

    .pr-sm-55 {
        padding-right: 55px;
    }

    .pr-sm-60 {
        padding-right: 60px;
    }

    .pr-sm-65 {
        padding-right: 65px;
    }

    .pr-sm-70 {
        padding-right: 70px;
    }

    .pr-sm-140 {
        padding-right: 140px;
    }
    /*top paddings*/
    .pt-sm--30 {
        padding-top: -30px;
    }

    .pt-sm-5 {
        padding-top: 5px;
    }

    .pt-sm-10 {
        padding-top: 10px;
    }

    .pt-sm-13 {
        padding-top: 13px;
    }

    .pt-sm-15 {
        padding-top: 15px;
    }

    .pt-sm-18 {
        padding-top: 18px;
    }

    .pt-sm-20 {
        padding-top: 20px;
    }

    .pt-sm-25 {
        padding-top: 25px;
    }

    .pt-sm-30 {
        padding-top: 30px;
    }

    .pt-sm-35 {
        padding-top: 35px;
    }

    .pt-sm-40 {
        padding-top: 40px;
    }

    .pt-sm-43 {
        padding-top: 43px;
    }

    .pt-sm-45 {
        padding-top: 45px;
    }

    .pt-sm-48 {
        padding-top: 48px;
    }

    .pt-sm-50 {
        padding-top: 50px;
    }

    .pt-sm-55 {
        padding-top: 55px;
    }

    .pt-sm-60 {
        padding-top: 60px;
    }

    .pt-sm-65 {
        padding-top: 65px;
    }

    .pt-sm-70 {
        padding-top: 70px;
    }

    .pt-sm-140 {
        padding-top: 140px;
    }
}

@media (min-width: 768px) {
    .py-md--30 {
        padding-top: -30px;
        padding-bottom: -30px;
    }

    .py-md-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .py-md-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .py-md-13 {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .py-md-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .py-md-18 {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .py-md-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .py-md-25 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .py-md-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .py-md-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .py-md-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .py-md-43 {
        padding-top: 43px;
        padding-bottom: 43px;
    }

    .py-md-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .py-md-48 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .py-md-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .py-md-55 {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .py-md-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .py-md-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .py-md-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .py-md-140 {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .p-md--30 {
        padding: -30px;
    }

    .p-md-5 {
        padding: 5px;
    }

    .p-md-10 {
        padding: 10px;
    }

    .p-md-13 {
        padding: 13px;
    }

    .p-md-15 {
        padding: 15px;
    }

    .p-md-18 {
        padding: 18px;
    }

    .p-md-20 {
        padding: 20px;
    }

    .p-md-25 {
        padding: 25px;
    }

    .p-md-30 {
        padding: 30px;
    }

    .p-md-35 {
        padding: 35px;
    }

    .p-md-40 {
        padding: 40px;
    }

    .p-md-43 {
        padding: 43px;
    }

    .p-md-45 {
        padding: 45px;
    }

    .p-md-48 {
        padding: 48px;
    }

    .p-md-50 {
        padding: 50px;
    }

    .p-md-55 {
        padding: 55px;
    }

    .p-md-60 {
        padding: 60px;
    }

    .p-md-65 {
        padding: 65px;
    }

    .p-md-70 {
        padding: 70px;
    }

    .p-md-140 {
        padding: 140px;
    }
    /*left&right equal paddings*/
    .px-md--30 {
        padding-left: -30px;
        padding-right: -30px;
    }

    .px-md-5 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .px-md-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .px-md-13 {
        padding-left: 13px;
        padding-right: 13px;
    }

    .px-md-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .px-md-18 {
        padding-left: 18px;
        padding-right: 18px;
    }

    .px-md-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .px-md-25 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .px-md-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .px-md-35 {
        padding-left: 35px;
        padding-right: 35px;
    }

    .px-md-40 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .px-md-43 {
        padding-left: 43px;
        padding-right: 43px;
    }

    .px-md-45 {
        padding-left: 45px;
        padding-right: 45px;
    }

    .px-md-48 {
        padding-left: 48px;
        padding-right: 48px;
    }

    .px-md-50 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .px-md-55 {
        padding-left: 55px;
        padding-right: 55px;
    }

    .px-md-60 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .px-md-65 {
        padding-left: 65px;
        padding-right: 65px;
    }

    .px-md-70 {
        padding-left: 70px;
        padding-right: 70px;
    }

    .px-md-140 {
        padding-left: 140px;
        padding-right: 140px;
    }
    /*left padding*/
    .pl-md--30 {
        padding-left: -30px;
    }

    .pl-md-5 {
        padding-left: 5px;
    }

    .pl-md-10 {
        padding-left: 10px;
    }

    .pl-md-13 {
        padding-left: 13px;
    }

    .pl-md-15 {
        padding-left: 15px;
    }

    .pl-md-18 {
        padding-left: 18px;
    }

    .pl-md-20 {
        padding-left: 20px;
    }

    .pl-md-25 {
        padding-left: 25px;
    }

    .pl-md-30 {
        padding-left: 30px;
    }

    .pl-md-35 {
        padding-left: 35px;
    }

    .pl-md-40 {
        padding-left: 40px;
    }

    .pl-md-43 {
        padding-left: 43px;
    }

    .pl-md-45 {
        padding-left: 45px;
    }

    .pl-md-48 {
        padding-left: 48px;
    }

    .pl-md-50 {
        padding-left: 50px;
    }

    .pl-md-55 {
        padding-left: 55px;
    }

    .pl-md-60 {
        padding-left: 60px;
    }

    .pl-md-65 {
        padding-left: 65px;
    }

    .pl-md-70 {
        padding-left: 70px;
    }

    .pl-md-140 {
        padding-left: 140px;
    }
    /*right padding*/
    .pr-md--30 {
        padding-right: -30px;
    }

    .pr-md-5 {
        padding-right: 5px;
    }

    .pr-md-10 {
        padding-right: 10px;
    }

    .pr-md-13 {
        padding-right: 13px;
    }

    .pr-md-15 {
        padding-right: 15px;
    }

    .pr-md-18 {
        padding-right: 18px;
    }

    .pr-md-20 {
        padding-right: 20px;
    }

    .pr-md-25 {
        padding-right: 25px;
    }

    .pr-md-30 {
        padding-right: 30px;
    }

    .pr-md-35 {
        padding-right: 35px;
    }

    .pr-md-40 {
        padding-right: 40px;
    }

    .pr-md-43 {
        padding-right: 43px;
    }

    .pr-md-45 {
        padding-right: 45px;
    }

    .pr-md-48 {
        padding-right: 48px;
    }

    .pr-md-50 {
        padding-right: 50px;
    }

    .pr-md-55 {
        padding-right: 55px;
    }

    .pr-md-60 {
        padding-right: 60px;
    }

    .pr-md-65 {
        padding-right: 65px;
    }

    .pr-md-70 {
        padding-right: 70px;
    }

    .pr-md-140 {
        padding-right: 140px;
    }
    /*top paddings*/
    .pt-md--30 {
        padding-top: -30px;
    }

    .pt-md-5 {
        padding-top: 5px;
    }

    .pt-md-10 {
        padding-top: 10px;
    }

    .pt-md-13 {
        padding-top: 13px;
    }

    .pt-md-15 {
        padding-top: 15px;
    }

    .pt-md-18 {
        padding-top: 18px;
    }

    .pt-md-20 {
        padding-top: 20px;
    }

    .pt-md-25 {
        padding-top: 25px;
    }

    .pt-md-30 {
        padding-top: 30px;
    }

    .pt-md-35 {
        padding-top: 35px;
    }

    .pt-md-40 {
        padding-top: 40px;
    }

    .pt-md-43 {
        padding-top: 43px;
    }

    .pt-md-45 {
        padding-top: 45px;
    }

    .pt-md-48 {
        padding-top: 48px;
    }

    .pt-md-50 {
        padding-top: 50px;
    }

    .pt-md-55 {
        padding-top: 55px;
    }

    .pt-md-60 {
        padding-top: 60px;
    }

    .pt-md-65 {
        padding-top: 65px;
    }

    .pt-md-70 {
        padding-top: 70px;
    }

    .pt-md-140 {
        padding-top: 140px;
    }
}

@media (min-width: 992px) {
    .py-lg--30 {
        padding-top: -30px;
        padding-bottom: -30px;
    }

    .py-lg-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .py-lg-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .py-lg-13 {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .py-lg-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .py-lg-18 {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .py-lg-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .py-lg-25 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .py-lg-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .py-lg-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .py-lg-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .py-lg-43 {
        padding-top: 43px;
        padding-bottom: 43px;
    }

    .py-lg-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .py-lg-48 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .py-lg-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .py-lg-55 {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .py-lg-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .py-lg-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .py-lg-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .py-lg-140 {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .p-lg--30 {
        padding: -30px;
    }

    .p-lg-5 {
        padding: 5px;
    }

    .p-lg-10 {
        padding: 10px;
    }

    .p-lg-13 {
        padding: 13px;
    }

    .p-lg-15 {
        padding: 15px;
    }

    .p-lg-18 {
        padding: 18px;
    }

    .p-lg-20 {
        padding: 20px;
    }

    .p-lg-25 {
        padding: 25px;
    }

    .p-lg-30 {
        padding: 30px;
    }

    .p-lg-35 {
        padding: 35px;
    }

    .p-lg-40 {
        padding: 40px;
    }

    .p-lg-43 {
        padding: 43px;
    }

    .p-lg-45 {
        padding: 45px;
    }

    .p-lg-48 {
        padding: 48px;
    }

    .p-lg-50 {
        padding: 50px;
    }

    .p-lg-55 {
        padding: 55px;
    }

    .p-lg-60 {
        padding: 60px;
    }

    .p-lg-65 {
        padding: 65px;
    }

    .p-lg-70 {
        padding: 70px;
    }

    .p-lg-140 {
        padding: 140px;
    }
    /*left&right equal paddings*/
    .px-lg--30 {
        padding-left: -30px;
        padding-right: -30px;
    }

    .px-lg-5 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .px-lg-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .px-lg-13 {
        padding-left: 13px;
        padding-right: 13px;
    }

    .px-lg-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .px-lg-18 {
        padding-left: 18px;
        padding-right: 18px;
    }

    .px-lg-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .px-lg-25 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .px-lg-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .px-lg-35 {
        padding-left: 35px;
        padding-right: 35px;
    }

    .px-lg-40 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .px-lg-43 {
        padding-left: 43px;
        padding-right: 43px;
    }

    .px-lg-45 {
        padding-left: 45px;
        padding-right: 45px;
    }

    .px-lg-48 {
        padding-left: 48px;
        padding-right: 48px;
    }

    .px-lg-50 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .px-lg-55 {
        padding-left: 55px;
        padding-right: 55px;
    }

    .px-lg-60 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .px-lg-65 {
        padding-left: 65px;
        padding-right: 65px;
    }

    .px-lg-70 {
        padding-left: 70px;
        padding-right: 70px;
    }

    .px-lg-140 {
        padding-left: 140px;
        padding-right: 140px;
    }
    /*left padding*/
    .pl-lg--30 {
        padding-left: -30px;
    }

    .pl-lg-5 {
        padding-left: 5px;
    }

    .pl-lg-10 {
        padding-left: 10px;
    }

    .pl-lg-13 {
        padding-left: 13px;
    }

    .pl-lg-15 {
        padding-left: 15px;
    }

    .pl-lg-18 {
        padding-left: 18px;
    }

    .pl-lg-20 {
        padding-left: 20px;
    }

    .pl-lg-25 {
        padding-left: 25px;
    }

    .pl-lg-30 {
        padding-left: 30px;
    }

    .pl-lg-35 {
        padding-left: 35px;
    }

    .pl-lg-40 {
        padding-left: 40px;
    }

    .pl-lg-43 {
        padding-left: 43px;
    }

    .pl-lg-45 {
        padding-left: 45px;
    }

    .pl-lg-48 {
        padding-left: 48px;
    }

    .pl-lg-50 {
        padding-left: 50px;
    }

    .pl-lg-55 {
        padding-left: 55px;
    }

    .pl-lg-60 {
        padding-left: 60px;
    }

    .pl-lg-65 {
        padding-left: 65px;
    }

    .pl-lg-70 {
        padding-left: 70px;
    }

    .pl-lg-140 {
        padding-left: 140px;
    }
    /*right padding*/
    .pr-lg--30 {
        padding-right: -30px;
    }

    .pr-lg-5 {
        padding-right: 5px;
    }

    .pr-lg-10 {
        padding-right: 10px;
    }

    .pr-lg-13 {
        padding-right: 13px;
    }

    .pr-lg-15 {
        padding-right: 15px;
    }

    .pr-lg-18 {
        padding-right: 18px;
    }

    .pr-lg-20 {
        padding-right: 20px;
    }

    .pr-lg-25 {
        padding-right: 25px;
    }

    .pr-lg-30 {
        padding-right: 30px;
    }

    .pr-lg-35 {
        padding-right: 35px;
    }

    .pr-lg-40 {
        padding-right: 40px;
    }

    .pr-lg-43 {
        padding-right: 43px;
    }

    .pr-lg-45 {
        padding-right: 45px;
    }

    .pr-lg-48 {
        padding-right: 48px;
    }

    .pr-lg-50 {
        padding-right: 50px;
    }

    .pr-lg-55 {
        padding-right: 55px;
    }

    .pr-lg-60 {
        padding-right: 60px;
    }

    .pr-lg-65 {
        padding-right: 65px;
    }

    .pr-lg-70 {
        padding-right: 70px;
    }

    .pr-lg-140 {
        padding-right: 140px;
    }
    /*top paddings*/
    .pt-lg--30 {
        padding-top: -30px;
    }

    .pt-lg-5 {
        padding-top: 5px;
    }

    .pt-lg-10 {
        padding-top: 10px;
    }

    .pt-lg-13 {
        padding-top: 13px;
    }

    .pt-lg-15 {
        padding-top: 15px;
    }

    .pt-lg-18 {
        padding-top: 18px;
    }

    .pt-lg-20 {
        padding-top: 20px;
    }

    .pt-lg-25 {
        padding-top: 25px;
    }

    .pt-lg-30 {
        padding-top: 30px;
    }

    .pt-lg-35 {
        padding-top: 35px;
    }

    .pt-lg-40 {
        padding-top: 40px;
    }

    .pt-lg-43 {
        padding-top: 43px;
    }

    .pt-lg-45 {
        padding-top: 45px;
    }

    .pt-lg-48 {
        padding-top: 48px;
    }

    .pt-lg-50 {
        padding-top: 50px;
    }

    .pt-lg-55 {
        padding-top: 55px;
    }

    .pt-lg-60 {
        padding-top: 60px;
    }

    .pt-lg-65 {
        padding-top: 65px;
    }

    .pt-lg-70 {
        padding-top: 70px;
    }

    .pt-lg-140 {
        padding-top: 140px;
    }
}

@media (min-width: 1200px) {
    .py-xl--30 {
        padding-top: -30px;
        padding-bottom: -30px;
    }

    .py-xl-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .py-xl-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .py-xl-13 {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .py-xl-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .py-xl-18 {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .py-xl-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .py-xl-25 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .py-xl-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .py-xl-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .py-xl-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .py-xl-43 {
        padding-top: 43px;
        padding-bottom: 43px;
    }

    .py-xl-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .py-xl-48 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .py-xl-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .py-xl-55 {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .py-xl-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .py-xl-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .py-xl-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .py-xl-140 {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .p-xl--30 {
        padding: -30px;
    }

    .p-xl-5 {
        padding: 5px;
    }

    .p-xl-10 {
        padding: 10px;
    }

    .p-xl-13 {
        padding: 13px;
    }

    .p-xl-15 {
        padding: 15px;
    }

    .p-xl-18 {
        padding: 18px;
    }

    .p-xl-20 {
        padding: 20px;
    }

    .p-xl-25 {
        padding: 25px;
    }

    .p-xl-30 {
        padding: 30px;
    }

    .p-xl-35 {
        padding: 35px;
    }

    .p-xl-40 {
        padding: 40px;
    }

    .p-xl-43 {
        padding: 43px;
    }

    .p-xl-45 {
        padding: 45px;
    }

    .p-xl-48 {
        padding: 48px;
    }

    .p-xl-50 {
        padding: 50px;
    }

    .p-xl-55 {
        padding: 55px;
    }

    .p-xl-60 {
        padding: 60px;
    }

    .p-xl-65 {
        padding: 65px;
    }

    .p-xl-70 {
        padding: 70px;
    }

    .p-xl-140 {
        padding: 140px;
    }
    /*left&right equal paddings*/
    .px-xl--30 {
        padding-left: -30px;
        padding-right: -30px;
    }

    .px-xl-5 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .px-xl-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .px-xl-13 {
        padding-left: 13px;
        padding-right: 13px;
    }

    .px-xl-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .px-xl-18 {
        padding-left: 18px;
        padding-right: 18px;
    }

    .px-xl-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .px-xl-25 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .px-xl-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .px-xl-35 {
        padding-left: 35px;
        padding-right: 35px;
    }

    .px-xl-40 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .px-xl-43 {
        padding-left: 43px;
        padding-right: 43px;
    }

    .px-xl-45 {
        padding-left: 45px;
        padding-right: 45px;
    }

    .px-xl-48 {
        padding-left: 48px;
        padding-right: 48px;
    }

    .px-xl-50 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .px-xl-55 {
        padding-left: 55px;
        padding-right: 55px;
    }

    .px-xl-60 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .px-xl-65 {
        padding-left: 65px;
        padding-right: 65px;
    }

    .px-xl-70 {
        padding-left: 70px;
        padding-right: 70px;
    }

    .px-xl-140 {
        padding-left: 140px;
        padding-right: 140px;
    }
    /*left padding*/
    .pl-xl--30 {
        padding-left: -30px;
    }

    .pl-xl-5 {
        padding-left: 5px;
    }

    .pl-xl-10 {
        padding-left: 10px;
    }

    .pl-xl-13 {
        padding-left: 13px;
    }

    .pl-xl-15 {
        padding-left: 15px;
    }

    .pl-xl-18 {
        padding-left: 18px;
    }

    .pl-xl-20 {
        padding-left: 20px;
    }

    .pl-xl-25 {
        padding-left: 25px;
    }

    .pl-xl-30 {
        padding-left: 30px;
    }

    .pl-xl-35 {
        padding-left: 35px;
    }

    .pl-xl-40 {
        padding-left: 40px;
    }

    .pl-xl-43 {
        padding-left: 43px;
    }

    .pl-xl-45 {
        padding-left: 45px;
    }

    .pl-xl-48 {
        padding-left: 48px;
    }

    .pl-xl-50 {
        padding-left: 50px;
    }

    .pl-xl-55 {
        padding-left: 55px;
    }

    .pl-xl-60 {
        padding-left: 60px;
    }

    .pl-xl-65 {
        padding-left: 65px;
    }

    .pl-xl-70 {
        padding-left: 70px;
    }

    .pl-xl-140 {
        padding-left: 140px;
    }
    /*right padding*/
    .pr-xl--30 {
        padding-right: -30px;
    }

    .pr-xl-5 {
        padding-right: 5px;
    }

    .pr-xl-10 {
        padding-right: 10px;
    }

    .pr-xl-13 {
        padding-right: 13px;
    }

    .pr-xl-15 {
        padding-right: 15px;
    }

    .pr-xl-18 {
        padding-right: 18px;
    }

    .pr-xl-20 {
        padding-right: 20px;
    }

    .pr-xl-25 {
        padding-right: 25px;
    }

    .pr-xl-30 {
        padding-right: 30px;
    }

    .pr-xl-35 {
        padding-right: 35px;
    }

    .pr-xl-40 {
        padding-right: 40px;
    }

    .pr-xl-43 {
        padding-right: 43px;
    }

    .pr-xl-45 {
        padding-right: 45px;
    }

    .pr-xl-48 {
        padding-right: 48px;
    }

    .pr-xl-50 {
        padding-right: 50px;
    }

    .pr-xl-55 {
        padding-right: 55px;
    }

    .pr-xl-60 {
        padding-right: 60px;
    }

    .pr-xl-65 {
        padding-right: 65px;
    }

    .pr-xl-70 {
        padding-right: 70px;
    }

    .pr-xl-140 {
        padding-right: 140px;
    }
    /*top paddings*/
    .pt-xl--30 {
        padding-top: -30px;
    }

    .pt-xl-5 {
        padding-top: 5px;
    }

    .pt-xl-10 {
        padding-top: 10px;
    }

    .pt-xl-13 {
        padding-top: 13px;
    }

    .pt-xl-15 {
        padding-top: 15px;
    }

    .pt-xl-18 {
        padding-top: 18px;
    }

    .pt-xl-20 {
        padding-top: 20px;
    }

    .pt-xl-25 {
        padding-top: 25px;
    }

    .pt-xl-30 {
        padding-top: 30px;
    }

    .pt-xl-35 {
        padding-top: 35px;
    }

    .pt-xl-40 {
        padding-top: 40px;
    }

    .pt-xl-43 {
        padding-top: 43px;
    }

    .pt-xl-45 {
        padding-top: 45px;
    }

    .pt-xl-48 {
        padding-top: 48px;
    }

    .pt-xl-50 {
        padding-top: 50px;
    }

    .pt-xl-55 {
        padding-top: 55px;
    }

    .pt-xl-60 {
        padding-top: 60px;
    }

    .pt-xl-65 {
        padding-top: 65px;
    }

    .pt-xl-70 {
        padding-top: 70px;
    }

    .pt-xl-140 {
        padding-top: 140px;
    }
}

/*
** Shortcodes
*/
/*
** Icon Box
*/
.icon-styled {
    text-align: center;
    display: inline-block;
}

    .icon-styled i {
        width: 1em;
        margin-right: 0;
    }

    .icon-styled[class*='bg-'],
    .icon-styled[class*='btn-'],
    .icon-styled.bordered,
    .icon-styled.icon-bordered {
        width: 3em;
        height: 3em;
        box-sizing: content-box;
        border-width: 1px;
        border-style: solid;
    }

.text-center .icon-styled[class*='bg-'],
.text-center .icon-styled[class*='btn-'],
.text-center .icon-styled.bordered,
.text-center .icon-styled.icon-bordered {
    margin-left: auto;
    margin-right: auto;
}

.icon-styled[class*='bg-'] i,
.icon-styled[class*='btn-'] i,
.icon-styled.bordered i,
.icon-styled.icon-bordered i {
    line-height: 3em;
}

.icon-styled[class*='bg-'] + p,
.icon-styled[class*='btn-'] + p,
.icon-styled.bordered + p,
.icon-styled.icon-bordered + p {
    margin-top: 12px;
}

.icon-styled.icon-bordered:not([class*="color-"]) {
    border-color: rgba(48, 56, 73, 0.1);
}

.icon-styled[class*='bg-'] {
    border-color: transparent;
}

.icon-styled.icon-top {
    align-self: flex-start;
    line-height: inherit;
}

.media > .icon-styled:first-child {
    flex-shrink: 0;
}

.media > .icon-styled:last-child {
    flex-shrink: 0;
}

.icon-inline > .icon-styled:first-child {
    flex-shrink: 0;
    margin-right: 20px;
}

.icon-inline > .icon-styled:last-child {
    flex-shrink: 0;
    margin-left: 20px;
}

.icon-inline {
    display: flex;
    align-items: center;
}

    .icon-inline > * {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 4px;
    }

.icon-box.ls,
.icon-box.ds,
.icon-box.cs,
.icon-box.bordered,
.icon-box.hero-bg,
.icon-box.muted-bg,
.icon-box.box-shadow {
    padding: 50px 40px 43px;
}

    .icon-box.ls h6,
    .icon-box.ls .icon-styled + h6,
    .icon-box.ds h6,
    .icon-box.ds .icon-styled + h6,
    .icon-box.cs h6,
    .icon-box.cs .icon-styled + h6,
    .icon-box.bordered h6,
    .icon-box.bordered .icon-styled + h6,
    .icon-box.hero-bg h6,
    .icon-box.hero-bg .icon-styled + h6,
    .icon-box.muted-bg h6,
    .icon-box.muted-bg .icon-styled + h6,
    .icon-box.box-shadow h6,
    .icon-box.box-shadow .icon-styled + h6 {
        margin-top: 14px;
        margin-bottom: 12px;
    }

.c-bordered .icon-box {
    padding: 70px 30px 30px;
}

    .c-bordered .icon-box p:last-child {
        margin-bottom: 20px;
    }

@media (min-width: 768px) {
    .icon-box.featured-box {
        position: relative;
        z-index: 2;
        margin: -6px -10px;
        height: calc(100% + 12px);
        padding-top: 76px;
        padding-bottom: 36px;
    }
}

.icon-box .icon-styled[class*='bg-'],
.icon-box .icon-styled.icon-bordered {
    margin-bottom: 0.5em;
}

.icon-box .icon-styled + p.small-text {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.2em;
    margin: 0.74em 0;
}

.icon-box h2,
.icon-box h3,
.icon-box h4,
.icon-box h5,
.icon-box h6 {
    margin-top: 15px;
    margin-bottom: 23px;
    line-height: 1;
}

.media .heading-accent,
.icon-box .heading-accent {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: inherit;
    font-size: 30px;
    margin-bottom: 0.6em;
    line-height: 1;
}

@media (min-width: 1200px) {
    .media .heading-accent,
    .icon-box .heading-accent {
        font-size: 38px;
    }
}

.media .icon-styled + .heading-accent,
.icon-box .icon-styled + .heading-accent {
    margin-top: 0.6em;
}

.media .special-heading,
.icon-box .special-heading {
    margin: 0;
}

.media .counter,
.media .counter-wrap,
.icon-box .counter,
.icon-box .counter-wrap {
    margin-top: 0;
    margin-bottom: 9px;
}

.media h6.color-main a,
.icon-box h6.color-main a {
    color: #e4880f;
}

    .media h6.color-main a:hover,
    .icon-box h6.color-main a:hover {
        color: #303849;
    }

.media h6.color-main2 a,
.icon-box h6.color-main2 a {
    color: #708090;
}

    .media h6.color-main2 a:hover,
    .icon-box h6.color-main2 a:hover {
        color: #303849;
    }

.media.ls,
.media.ds,
.media.cs,
.media.bordered,
.media.hero-bg,
.media.muted-bg,
.media.box-shadow {
    padding: 44px 20px 38px 20px;
}

@media (min-width: 1200px) {
    .media.ls,
    .media.ds,
    .media.cs,
    .media.bordered,
    .media.hero-bg,
    .media.muted-bg,
    .media.box-shadow {
        padding: 44px 47px 38px 64px;
    }
}

.media.ls [class*='bg-'],
.media.ls .icon-bordered,
.media.ds [class*='bg-'],
.media.ds .icon-bordered,
.media.cs [class*='bg-'],
.media.cs .icon-bordered,
.media.bordered [class*='bg-'],
.media.bordered .icon-bordered,
.media.hero-bg [class*='bg-'],
.media.hero-bg .icon-bordered,
.media.muted-bg [class*='bg-'],
.media.muted-bg .icon-bordered,
.media.box-shadow [class*='bg-'],
.media.box-shadow .icon-bordered {
    margin-right: 10px;
}

    .media.ls [class*='bg-']:last-child,
    .media.ls .icon-bordered:last-child,
    .media.ds [class*='bg-']:last-child,
    .media.ds .icon-bordered:last-child,
    .media.cs [class*='bg-']:last-child,
    .media.cs .icon-bordered:last-child,
    .media.bordered [class*='bg-']:last-child,
    .media.bordered .icon-bordered:last-child,
    .media.hero-bg [class*='bg-']:last-child,
    .media.hero-bg .icon-bordered:last-child,
    .media.muted-bg [class*='bg-']:last-child,
    .media.muted-bg .icon-bordered:last-child,
    .media.box-shadow [class*='bg-']:last-child,
    .media.box-shadow .icon-bordered:last-child {
        margin-right: 0;
        margin-left: 30px;
    }

.media .media-body > p:first-child {
    margin-top: -0.2em;
}

.side-icon-box {
    margin: 15px 0 32px;
}

    .side-icon-box h4 {
        text-transform: uppercase;
        letter-spacing: 0.17em;
        margin-top: 0;
        margin-bottom: 15px;
    }

@media (min-width: 1200px) {
    .side-icon-box .icon-styled + .media-body {
        margin-left: 50px;
    }

    .side-icon-box {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .box-border-right:after {
        content: '';
        width: 1px;
        height: 70px;
        background-color: rgba(255, 255, 255, 0.2);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

.ls .box-border-right:after {
    background-color: rgba(48, 56, 73, 0.2);
}

/*
** Special Heading
*/
.special-heading {
    line-height: 1;
    position: relative;
    z-index: 5;
    margin: 0 0 23px;
}

    .special-heading.with-line:after,
    .special-heading .with-line:after {
        content: '';
        position: relative;
        margin-top: 23px;
        width: 100px;
        height: 1px;
        display: block;
        background-color: #e4880f;
    }

@media (min-width: 768px) {
    .special-heading.with-line:after,
    .special-heading .with-line:after {
        left: -23px;
        margin-top: 17px;
    }
}

.special-heading .big-letter-spacing {
    letter-spacing: 0.4em;
}

@media (min-width: 768px) {
    .special-heading .big-letter-spacing {
        letter-spacing: 0.5em;
    }
}

.special-heading .small-letter-spacing {
    letter-spacing: 0.4em;
}

@media (min-width: 992px) {
    h3.big.special-heading {
        margin-top: -2px;
    }
}

.text-center.with-line:after,
.text-center .with-line:after {
    left: 50%;
    transform: translateX(-50%);
}

.text-center.text-md-left.with-line:after,
.text-center.text-md-left .with-line:after,
.text-center .text-md-left.with-line:after,
.text-center .text-md-left .with-line:after {
    left: 0;
    transform: none;
}

@media (max-width: 767px) {
    .text-center.text-md-left .with-line:after,
    .text-center .text-md-left .with-line:after {
        left: 50%;
        transform: translateX(-50%);
    }
}

.text-center.text-lg-start.with-line:after,
.text-center.text-lg-start .with-line:after,
.text-center .text-lg-start.with-line:after,
.text-center .text-lg-start .with-line:after {
    left: -23px;
    transform: none;
}

@media (max-width: 991px) {
    .text-center.text-lg-start.with-line:after,
    .text-center.text-lg-start .with-line:after,
    .text-center .text-lg-start.with-line:after,
    .text-center .text-lg-start .with-line:after {
        left: 50%;
        transform: translateX(-50%);
    }
}

.text-center.text-xl-left.with-line:after,
.text-center.text-xl-left .with-line:after,
.text-center .text-xl-left.with-line:after,
.text-center .text-xl-left .with-line:after {
    left: -23px;
    transform: none;
}

@media (max-width: 1199px) {
    .text-center.text-xl-left.with-line:after,
    .text-center.text-xl-left .with-line:after,
    .text-center .text-xl-left.with-line:after,
    .text-center .text-xl-left .with-line:after {
        left: 50%;
        transform: translateX(-50%);
    }
}

.cs .with-line:after {
    background-color: #ffffff;
}

.subheading {
    font-weight: 700;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .subheading {
        letter-spacing: 0.5em;
    }
}

@media (min-width: 992px) {
    h3.big {
        font-size: 3.75rem;
    }

    h4.big {
        font-size: 3.125rem;
    }

    h5.big {
        font-size: 2.5rem;
    }

    h6.big {
        font-size: 1.875rem;
    }
}

/*
** Number Card
*/
.number-card {
    display: flex;
    overflow: hidden;
    position: relative;
    margin: 30px 0;
}

    .number-card .card-number span {
        position: relative;
        display: block;
        margin-left: -0.32em;
        margin-top: -0.14em;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 60px;
        line-height: 1;
        letter-spacing: -0.03em;
    }

        .number-card .card-number span:after {
            font-size: 0.62em;
            content: '•';
            position: absolute;
            right: -0.4em;
            bottom: -0.09em;
        }

@media (min-width: 992px) {
    .number-card .card-number span {
        font-size: 100px;
    }
}

@media (min-width: 1200px) {
    .number-card .card-number span {
        font-size: 238px;
    }
}

.number-card .card-content {
    padding: 36px 36px 46px;
}

@media (min-width: 992px) {
    .number-card .card-content {
        padding: 56px 60px 66px 100px;
    }
}

.number-card .card-content h4 {
    margin: 0;
    line-height: 1;
}

.number-card .card-content h3 {
    line-height: 1;
    margin: 6px 0 25px;
    font-weight: 900;
}

@media (min-width: 500px) {
    .number-card .card-content h3 {
        font-size: 38px;
    }
}

@media (max-width: 499px) {
    .number-card .card-number {
        position: absolute;
    }

        .number-card .card-number span {
            font-size: 36px;
        }

    .number-card h3,
    .number-card h4 {
        display: inline-block;
    }
}

.pricing-plan {
    text-align: center;
    transition: .5s all;
    padding: 38px 30px 40px;
}

@media (min-width: 1200px) {
    .pricing-plan {
        padding: 48px 50px 50px;
    }
}

.pricing-plan:hover {
    box-shadow: 0 16px 20px 0px rgba(0, 0, 0, 0.15);
}

.pricing-plan .price-wrap {
    font-size: 20px;
    line-height: 0.7;
    margin: 30px 0 28px;
}

    .pricing-plan .price-wrap[class*='bg-'] {
        padding: 30px 30px 10px;
        margin-top: 50px;
        margin-bottom: 0;
    }

    .pricing-plan .price-wrap h6 {
        margin: 0;
        line-height: inherit;
    }

.pricing-plan [class*='bg-'] {
    padding: 10px 30px 30px;
    margin-left: -41px;
    margin-right: -41px;
}

.pricing-plan .plan-name[class*='bg-'] {
    padding-top: 30px;
    margin-top: -40px;
}

.pricing-plan .plan-name h5 {
    line-height: 1;
}

@media (min-width: 1200px) {
    .pricing-plan [class*='bg-'] {
        margin-left: -61px;
        margin-right: -61px;
    }

    .pricing-plan .plan-name[class*='bg-'] {
        margin-top: -57px;
    }
}

.pricing-plan .plan-features {
    margin: 27px 0 0;
    text-align: left;
}

@media (min-width: 992px) {
    .pricing-plan .plan-features {
        margin: 42px 0 0;
        padding-left: 35px;
    }
}

.pricing-plan .plan-features ul li {
    padding: 10px 0;
    position: relative;
}

    .pricing-plan .plan-features ul li:first-child {
        padding-top: 0;
    }

    .pricing-plan .plan-features ul li:last-child {
        padding-bottom: 0;
    }

    .pricing-plan .plan-features ul li:before {
        top: -2px;
        padding-right: 7px;
    }

    .pricing-plan .plan-features ul li.enabled:before,
    .pricing-plan .plan-features ul li.disabled:before {
        font-family: 'FontAwesome';
        content: "\f00d";
    }

    .pricing-plan .plan-features ul li.disabled:before {
        content: "\f00c";
    }

.pricing-plan hr {
    margin-top: 30px;
    margin-bottom: 28px;
}

@media (min-width: 992px) {
    .pricing-plan hr {
        margin-top: 48px;
        margin-bottom: 46px;
    }
}

.pricing-plan.plan-featured {
    box-shadow: 0 16px 20px 0px rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
    .pricing-plan.plan-featured {
        padding-top: 63px;
        padding-bottom: 57px;
        transform: translateY(-26px);
    }
}

@media (min-width: 1200px) {
    .pricing-plan.plan-featured {
        padding-top: 78px;
        padding-bottom: 72px;
    }
}

.pricing-plan[class*='bg-'] .btn-maincolor:hover {
    color: #fff;
}

.testimonials-slider.owl-carousel .owl-nav {
    top: 62%;
    opacity: 1;
}

@media (max-width: 1199px) {
    .testimonials-slider.owl-carousel .owl-nav {
        display: flex;
        justify-content: center;
        position: static;
        margin-top: 15px;
    }
}

.testimonials-slider.owl-carousel .owl-nav > div {
    background-color: transparent;
    left: 75.5%;
}

    .testimonials-slider.owl-carousel .owl-nav > div:first-child {
        right: auto;
        left: 73.5%;
    }

@media (max-width: 1199px) {
    .testimonials-slider.owl-carousel .owl-nav > div {
        position: static;
    }
}

.testimonials-slider.owl-carousel .owl-nav > div:hover i {
    color: #e4880f;
}

.quote-item {
    font-size: 20px;
    font-style: italic;
    margin-left: auto;
}

@media (min-width: 768px) {
    .quote-item {
        display: flex;
        max-width: 90.8%;
    }
}

.quote-image {
    position: relative;
    display: inline-block;
}

@media (min-width: 768px) {
    .quote-image img {
        max-width: 200px;
    }
}

@media (min-width: 1200px) {
    .quote-image:after {
        content: "";
        -webkit-mask: url(../img/quote-mark.png) no-repeat center/contain;
        background-color: #e4880f;
        width: 73px;
        height: 58px;
        position: absolute;
        top: 29px;
        right: -39px;
    }

    .quote-image img {
        max-width: 400px;
    }
}

.quote-image + .quote-content {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .quote-image + .quote-content {
        margin-top: 0;
        margin-left: 30px;
    }
}

@media (min-width: 992px) {
    .quote-image + .quote-content {
        margin-top: 45px;
        margin-left: 30px;
    }
}

@media (min-width: 1200px) {
    .quote-image + .quote-content {
        margin-top: 117px;
        margin-left: 97px;
    }
}

/*
** Items Masonry
*/
.items-tile .item-content {
    padding-bottom: 100px;
}

    .items-tile .item-content h3 {
        text-transform: none;
        margin-bottom: 0.3em;
    }

@media (min-width: 992px) {
    .items-tile .item-content h3 a {
        display: inline-block;
        max-height: 3.05em;
        overflow: hidden;
        padding-bottom: 0.1em;
    }

    .items-tile .item-content h3 + p {
        max-height: 5.5em;
        overflow: hidden;
    }
}

.items-tile .item-icons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    line-height: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 40px;
    border-bottom: 10px solid rgba(0, 0, 0, 0.1);
}

    .items-tile .item-icons span {
        padding: 0 15px;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .items-tile .col-lg-4 [class*='col-']:first-child .item-media {
        margin-bottom: 32px;
    }

    .items-tile .col-lg-4 [class*='col-']:last-child .item-content {
        min-height: 320px;
    }
}

@media (min-width: 1200px) {
    .items-tile .item-content {
        padding: 60px 60px 100px;
    }

        .items-tile .item-content h3 {
            font-size: 38px;
        }

    .items-tile .col-lg-4 [class*='col-']:first-child .item-media {
        margin-bottom: 16px;
    }

    .items-tile .col-lg-4 [class*='col-']:last-child .item-content {
        min-height: 388px;
    }
}

/*
filters
*/
.filters {
    font-weight: 400;
    padding-top: 4px;
    padding-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 767px) {
    .filters {
        justify-content: center;
        padding-bottom: 20px;
    }
}

.filters a {
    padding: 0 10px;
    position: relative;
}

@media (max-width: 767px) {
    .filters a {
        margin: 0 6px 4px;
    }

        .filters a:first-child {
            margin-left: 0;
        }
}

.filters a:hover {
    color: #e4880f;
}

.filters a:after {
    background-color: #e4880f;
    bottom: -3px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 0;
}

.filters a:hover:after,
.filters a.active:after {
    width: 100%;
}

@media (min-width: 992px) {
    .isotope-wrapper + .row {
        margin-top: 60px;
    }

    .isotope-wrapper.c-mb-30 + .row {
        margin-top: 30px;
    }

    .isotope-wrapper.c-mb-10 + .row {
        margin-top: 50px;
    }

    .isotope-wrapper.c-mb-1 + .row {
        margin-top: 59px;
    }
}

/*
** Team Extension
*/
.team-member.vertical-item.content-absolute .item-content {
    transform: translateY(100%);
    transition: .3s all;
    opacity: 0;
}

    .team-member.vertical-item.content-absolute .item-content .social-icons {
        transition: 0.6s all;
        bottom: -200px;
        position: relative;
    }

    .team-member.vertical-item.content-absolute .item-content .subheading:after {
        content: '';
        width: 100px;
        height: 1px;
        background-color: #e4880f;
        position: relative;
        display: block;
        margin: 24px auto;
    }

.team-member.vertical-item.content-absolute:hover .item-content {
    transform: translateY(0);
    opacity: 1;
}

    .team-member.vertical-item.content-absolute:hover .item-content .social-icons {
        bottom: 0;
    }

.team-single .team-info .team-name {
    margin-top: 8px;
    margin-bottom: 16px;
    z-index: 1;
    position: relative;
}

@media (min-width: 992px) {
    .team-single .team-info .team-social-icons.with-line .social-icons {
        display: flex;
        align-items: center;
    }

        .team-single .team-info .team-social-icons.with-line .social-icons:after {
            content: '';
            position: relative;
            width: 100%;
            height: 1px;
            margin-left: 21px;
            background-color: #e4880f;
            display: inline-block;
        }

        .team-single .team-info .team-social-icons.with-line .social-icons a.fa {
            margin-left: 10px;
            margin-right: 10px;
        }
}

@media (max-width: 767px) {
    .media-block {
        display: block;
    }

        .media-block .media-body {
            margin: 20px 0 0;
        }
}

#test .col-xs-12 > * {
    margin-bottom: 100px;
}

/*
** Service Extension
*/
.service-item.horizontal-item .media-links {
    z-index: 5;
}

.service-item.horizontal-item .item-content ul.list-styled li {
    position: relative;
    padding: 5px 0;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .service-item.horizontal-item .item-content ul.list-styled li {
        padding: 9px 0;
        line-height: 1;
    }
}

@media (min-width: 992px) {
    .service-item.horizontal-item.media-right {
        flex-direction: row-reverse;
    }

        .service-item.horizontal-item.media-right .col-lg-7 {
            text-align: right;
        }
}

.vertical-item.service-item .item-content h4 {
    margin-bottom: 12px;
}

.vertical-item.service-padding {
    position: relative;
    margin-left: -3px;
    margin-right: -3px;
}

    .vertical-item.service-padding .item-content {
        padding: 18px 10px 13px;
    }

@media (min-width: 1200px) {
    .vertical-item.service-padding .item-content {
        padding: 28px 30px 23px;
    }
}

.ls .item-steps .service-item .step-part:before {
    color: #303849;
}

/*
** Gallery Extension
*/
.item-gallery.content-absolute {
    overflow: hidden;
    position: relative;
    background: transparent;
}

    .item-gallery.content-absolute .item-content {
        transform: translateY(100%);
        transition: all 0.15s ease-in-out;
    }

        .item-gallery.content-absolute .item-content h6 {
            z-index: 5;
            opacity: 0;
        }

    .item-gallery.content-absolute:hover .item-content {
        transform: translateY(0);
        background-color: rgba(48, 56, 73, 0.9);
    }

        .item-gallery.content-absolute:hover .item-content h6 {
            opacity: 1;
        }

[class^="ico-"],
[class*=" ico-"] i {
    margin-right: 7px;
}

.gallery-direction .gallery-hover a.gallery-link {
    display: block;
    position: relative;
    overflow: hidden;
}

    .gallery-direction .gallery-hover a.gallery-link .item-content {
        position: absolute;
        background: rgba(228, 136, 15, 0.5);
        width: 100%;
        height: 100%;
        padding: 40px;
    }

        .gallery-direction .gallery-hover a.gallery-link .item-content h6 {
            color: #fff !important;
            text-align: center;
        }

.gallery-direction a > img {
    transition: all 0.5s ease-in-out 0s;
}

.gallery-direction a:hover > img {
    opacity: 1;
    transform: scale(1.1);
}

.images-wrap-item {
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

@media (min-width: 1500px) {
    .images-wrap-item {
        margin-top: 100px;
    }
}

.images-wrap-item img {
    box-shadow: 0 16px 20px 0px rgba(0, 0, 0, 0.15);
}

    .images-wrap-item img:first-child {
        position: relative;
        z-index: 1;
    }

    .images-wrap-item img.image-back {
        position: absolute;
        z-index: 0;
        transition: 0.3s ease-in-out;
    }

.images-wrap-item.img-left {
    margin-left: 30px;
}

@media (min-width: 1500px) {
    .images-wrap-item.img-left {
        margin-left: 0;
    }
}

.images-wrap-item.img-left img.image-back {
    top: -30px;
    left: -30px;
}

@media (min-width: 1500px) {
    .images-wrap-item.img-left img.image-back {
        top: -100px;
        left: -100px;
    }
}

@media (min-width: 992px) {
    .images-wrap-item.img-left:hover img.image-back {
        transform: translateX(-5%);
    }
}

.images-wrap-item.img-right {
    margin-right: 30px;
}

@media (min-width: 1500px) {
    .images-wrap-item.img-right {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .images-wrap-item.img-right:hover img.image-back {
        transform: translateX(5%);
    }
}

.images-wrap-item.img-right img.image-back {
    top: -30px;
    right: -30px;
}

@media (min-width: 1500px) {
    .images-wrap-item.img-right img.image-back {
        top: -100px;
        right: -100px;
    }
}

.gallery-single a.photoswipe-link.video-link:hover:after {
    color: #e4880f;
}

.gallery-item.vertical-item.content-padding .item-content .tagcloud {
    margin-bottom: -6px;
}

.single-portfolio-item.horizontal-item .item-content {
    position: relative;
    padding: 32px 30px 36px;
}

@media (min-width: 1200px) {
    .single-portfolio-item.horizontal-item .item-content {
        padding: 98px 40px 95px;
    }
}

.single-portfolio-item.horizontal-item.cs h4 a:hover {
    opacity: 1;
    color: #303849;
}

.single-portfolio-item.horizontal-item.triangle-right .item-content:before,
.single-portfolio-item.horizontal-item.triangle-left .item-content:before {
    content: '';
    position: absolute;
    right: -10px;
    top: 25px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #23222d;
    z-index: 5;
}

@media (max-width: 767px) {
    .single-portfolio-item.horizontal-item.triangle-right .item-content:before,
    .single-portfolio-item.horizontal-item.triangle-left .item-content:before {
        top: -15px;
        right: auto;
        left: 50%;
        transform: rotate(270deg);
    }
}

@media (min-width: 768px) {
    .single-portfolio-item.horizontal-item.triangle-left .item-content:before {
        transform: rotate(180deg);
        right: auto;
        left: -10px;
    }
}

.single-portfolio-item.horizontal-item.row-reverse {
    flex-direction: row-reverse;
}

.single-portfolio-item.horizontal-item .video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .single-portfolio-item.horizontal-item .video-link:after {
        font-size: 40px;
        line-height: 40px;
    }

.single-portfolio-item.horizontal-item[class*=" triangle-"].ls .item-content:before {
    border-left-color: #ffffff;
}

.single-portfolio-item.horizontal-item[class*=" triangle-"].ds.ms .item-content:before {
    border-left-color: #303849;
}

.single-portfolio-item.horizontal-item[class*=" triangle-"].ls.ms .item-content:before {
    border-left-color: #f7f8f8;
}

.single-portfolio-item.horizontal-item[class*=" triangle-"].cs .item-content:before {
    border-left-color: #e4880f;
}

.single-portfolio-item.horizontal-item[class*=" triangle-"].cs.cs2 .item-content:before {
    border-left-color: #708090;
}

@media (max-width: 991px) {
    .single-portfolio-item.horizontal-item .cover-image.s-overlay img {
        opacity: 0.3;
    }
}

.item-gallery.vertical-item.content-absolute .item-content {
    padding: 20px 10px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .row-md-reverse.triangle-right .item-content:before {
        left: -10px;
        right: auto;
        transform: rotate(180deg);
    }
}

@media (max-width: 575px) {
    .single-gallery .entry-meta .byline {
        line-height: 1.5;
    }
}

.single-gallery .cat-links,
.item-layout-item-title .cat-links {
    margin-bottom: 0;
}

/*
** Steps
*/
@media (min-width: 768px) {
    .steps,
    .steps-alt {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.steps .step .step-image,
.steps-alt .step .step-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .steps .step .step-image,
    .steps-alt .step .step-image {
        height: 200px;
    }
}

.steps .step .step-image img,
.steps-alt .step .step-image img {
    max-width: 140px;
    border-radius: 50%;
}

.steps .step h4,
.steps-alt .step h4 {
    margin-top: 28px;
}

.steps .step:nth-child(2) .step-image img,
.steps-alt .step:nth-child(2) .step-image img {
    max-width: 170px;
}

.steps .step:nth-child(3) .step-image img,
.steps-alt .step:nth-child(3) .step-image img {
    max-width: 200px;
}

@media (max-width: 767px) {
    .steps .step + .step,
    .steps-alt .step + .step {
        margin-top: 46px;
    }
}

.steps.step-bg,
.steps-alt.step-bg {
    padding-top: 60px;
    padding-bottom: 55px;
}

@media (min-width: 992px) {
    .steps.step-bg,
    .steps-alt.step-bg {
        padding: 59px 60px 65px 30px;
    }
}

@media (min-width: 1200px) {
    .steps .step + .step .step-image:after {
        content: '';
        -webkit-mask: url(../img/step_arrow_1.png);
        background-color: #303849;
        position: absolute;
        width: 156px;
        height: 26px;
        display: inline-block;
        left: -28%;
        top: 38%;
    }

    .steps .step:nth-child(3) .step-image:after {
        -webkit-mask: url(../img/step_arrow_2.png);
        background-color: #303849;
        left: -28%;
        top: 50%;
    }
}

@media (min-width: 768px) {
    .steps .step {
        width: 31.7%;
    }
}

.steps-alt {
    z-index: 10;
}

@media (min-width: 768px) {
    .steps-alt {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    .steps-alt {
        justify-content: space-between;
    }
}

.steps-alt .step {
    padding-left: 45px;
    padding-right: 45px;
}

@media (min-width: 992px) {
    .steps-alt .step {
        width: 33.3%;
    }
}

@media (max-width: 991px) {
    .steps-alt .step + .step {
        margin-top: 46px;
    }
}

.steps-alt .step .step-image {
    justify-content: flex-start;
}

.steps-alt .step p.step-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    margin-bottom: 12px;
}

.item-steps {
    counter-reset: step;
}

    .item-steps .step-part {
        position: relative;
        display: inline-block;
        line-height: 1;
        z-index: 1;
    }

        .item-steps .step-part:before {
            content: "0" counter(step);
            font-family: 'Anton', sans-serif;
            counter-increment: step;
            font-size: 50px;
            color: #ffffff;
            display: block;
            margin-bottom: 15px;
            z-index: -1;
            letter-spacing: 3px;
            font-weight: 100;
            transition: .5s all;
        }

.ls.steps .step-part:before,
.ls.steps-alt .step-part:before,
.ls.step-bg .step-part:before {
    color: #303849;
}

.ls.steps .step-title:after,
.ls.steps-alt .step-title:after,
.ls.step-bg .step-title:after {
    background-color: #303849 !important;
}

@media (min-width: 992px) {
    .step-pattern {
        background-image: url(../img/step-pattern.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.steps.item-steps .step-part:before {
    font-size: 65px;
    left: -20px;
    position: absolute;
    top: -22px;
    opacity: 0.1;
}

@media (min-width: 768px) {
    .steps.item-steps .step-part:hover:before {
        opacity: 0.2;
        left: -37px;
    }
}

.fw-price-table {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
    justify-content: center;
}

    .fw-price-table > * {
        flex: 1 1;
        border: 1px solid rgba(48, 56, 73, 0.1);
        margin: 30px 15px;
        min-width: 208px;
        max-width: 380px;
    }

    .fw-price-table > [class*='caption'] {
        text-align: right;
        border-color: transparent;
    }

        .fw-price-table > [class*='caption'] [class*='row'] {
            border-color: transparent;
        }

    .fw-price-table > [class*='package'] {
        text-align: center;
    }

        .fw-price-table > [class*='package'] [class*='head'] {
            background: #e4880f;
            margin: -1px -1px 2px -1px;
        }

    .fw-price-table [class*='price-desc'] {
        display: block;
        font-style: italic;
    }

    .fw-price-table [class*='head'] {
        height: 70px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .fw-price-table [class*='amount'] {
        height: 80px;
        overflow: hidden;
    }

    .fw-price-table [class*='row'] {
        padding: 5px 15px;
        border-top: 1px solid rgba(48, 56, 73, 0.1);
    }

    .fw-price-table h2,
    .fw-price-table h3 {
        padding: 0 15px;
        font-size: 1.5em;
    }

    .fw-price-table i[class*='yes']:before {
        content: "\f00c";
    }

    .fw-price-table i[class*='no']:before {
        content: "\f00d";
    }

@media (max-width: 1199px) {
    .fw-signature {
        overflow: hidden;
    }
}

.fw-signature .signature-line {
    position: relative;
    display: inline-block;
}

    .fw-signature .signature-line img {
        padding: 0 10px;
    }

    .fw-signature .signature-line:before,
    .fw-signature .signature-line:after {
        background-color: #e4880f;
        content: "";
        display: inline-block;
        height: 1px;
        position: absolute;
        bottom: 34%;
        width: 100%;
    }

    .fw-signature .signature-line:before {
        right: 100%;
    }

@media (min-width: 1400px) {
    .fw-signature .signature-line:before {
        width: 116%;
    }
}

.fw-signature .signature-line:after {
    left: 100%;
}

/*
** Widgets
*/
aside h2 {
    margin-bottom: 0;
    line-height: 1;
}

aside > * + * {
    margin-top: 50px;
}

@media (min-width: 992px) {
    aside > * + * {
        margin-top: 69px;
    }
}

.widget {
    position: relative;
}

    .widget > h3,
    .widget .widget-title {
        font-size: 30px;
        margin-bottom: 28px;
        line-height: 1;
    }

    .widget > h6,
    .widget .widget-title {
        font-size: 20px;
    }

    .widget > h2:last-child {
        line-height: 1;
    }

    .widget li.media {
        display: flex;
        align-items: center;
    }

        .widget li.media + li.media {
            margin-top: 30px;
        }

        .widget li.media img {
            max-width: 100px;
        }

        .widget li.media h3,
        .widget li.media h4 {
            line-height: 1.5;
            margin-bottom: 13px;
            text-transform: none;
            font-size: inherit;
        }

        .widget li.media p {
            line-height: 1.4;
            margin-bottom: 0.5em;
        }

            .widget li.media p.widget-post-title {
                font-weight: 400;
                line-height: 1.5;
                margin-top: 6px;
                margin-bottom: 12px;
            }

.page_footer .widget {
    margin-bottom: 50px;
}

    .page_footer .widget > h3,
    .page_footer .widget .widget-title {
        font-size: 30px;
        margin-bottom: 44px;
    }

@media (max-width: 767px) {
    .page_footer .widget > h3,
    .page_footer .widget .widget-title {
        margin-bottom: 30px;
    }
}

.widget .media-body {
    margin-left: 19px;
}

.widget-theme-wrapper.ls.ms,
.widget-theme-wrapper.ds,
.widget-theme-wrapper.cs {
    padding: 50px 30px;
}

.widget-title.next-image-background {
    position: relative;
    z-index: 2;
}

    .widget-title.next-image-background + img {
        position: absolute;
        left: 0;
        top: -15px;
        opacity: 0.5;
    }

.text-center .widget-title.next-image-background + img {
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .text-center .widget-title.next-image-background + img {
        max-width: 180px;
    }
}

@media (max-width: 991px) {
    aside {
        margin: 60px auto 0;
    }
}

/* affix-aside */
.affix-aside {
    position: relative;
}

    .affix-aside.affix {
        width: inherit !important;
        position: fixed;
        top: 100px;
    }

    .affix-aside.affix-bottom {
        position: absolute !important;
        width: inherit !important;
    }

    .affix-aside.affix-top {
        width: inherit !important;
        left: auto !important;
    }

@media (max-width: 991px) {
    .affix-aside,
    .affix-aside.affix-top,
    .affix-aside.affix,
    .affix-aside.affix-bottom {
        position: static !important;
        width: 100% !important;
    }
}

.stars > span {
    display: flex;
}

.stars a {
    position: relative;
    width: 1em;
    color: transparent;
    text-indent: -999em;
}

    .stars a:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 1em;
        height: 1em;
        line-height: 1;
        text-indent: 0;
        font-family: 'FontAwesome';
    }

    .stars a:before,
    .stars a:hover ~ a:before {
        color: #303849;
        content: "\f006";
    }

.stars.selected a.active:before,
.stars:hover a:before {
    content: "\f005";
    color: #e4880f;
    opacity: 1;
}

.stars.selected a.active ~ a:before {
    content: "\f005";
    color: #303849;
    opacity: .75;
}

.stars.selected a:not(.active):before {
    content: "\f005";
    color: #e4880f;
    opacity: 1;
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    width: 5.6em;
    letter-spacing: 3px;
    font-family: 'FontAwesome';
    color: #e4880f;
}

    .star-rating:before {
        font-weight: 600;
        content: '\f006\f006\f006\f006\f006';
        float: left;
        top: 0;
        left: 0;
        position: absolute;
    }

    .star-rating span {
        overflow: hidden;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        padding-top: 1.5em;
    }

        .star-rating span:before {
            content: '\f005\f005\f005\f005\f005';
            top: 0;
            position: absolute;
            left: 0;
        }

[class*='bg-'] .widget .widget-title {
    margin: -1px 0 25px;
}

.widget.widget_portfolio .photo {
    display: inline-block;
}

.widget.widget_portfolio .portfolio {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

    .widget.widget_portfolio .portfolio .photo {
        display: inline-block;
        max-width: 100%;
        padding: 5px;
        width: 50%;
    }

        .widget.widget_portfolio .portfolio .photo img {
            width: 100%;
        }

@media (max-width: 991px) {
    .all-widgets aside {
        margin: 0;
    }
}

.all-widgets .widget.widget_text h4 {
    margin-bottom: -15px;
}

@media (min-width: 992px) {
    .all-widgets .widget.widget_text h4 {
        margin-bottom: -5px;
    }
}

.widget_recent_posts ul > li:last-child {
    margin-bottom: 0;
}

.widget_author_bio {
    text-align: center;
}

    .widget_author_bio img {
        max-width: 150px;
    }

.widget_slider .vertical-item .item-media + .item-content,
.widget_post_tabs .vertical-item .item-media + .item-content {
    padding-top: 25px;
}

    .widget_slider .vertical-item .item-media + .item-content p.fw-400,
    .widget_post_tabs .vertical-item .item-media + .item-content p.fw-400 {
        margin-bottom: 11px;
    }

.page_footer .widget_icons_list li {
    padding-bottom: 18px;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .page_footer .widget_icons_list li + li {
        border-top: none;
    }

/*
widget_search,
widget_mailchimp
widget_product_search
*/
.widget_search form,
.widget_product_search form,
.widget_mailchimp form {
    position: relative;
    margin: auto;
}

.widget_search label,
.widget_product_search label,
.widget_mailchimp label {
    margin: 0;
    padding: 0;
    display: inline;
}

.widget_search input,
.widget_product_search input,
.widget_mailchimp input {
    width: 100%;
    padding-left: 30px;
}

    .widget_search input.search-field {
        height: 40px;
        padding-right: 40px;
    }

.widget_search button.search-submit {
    height: 40px;
    padding: 8px;
}

.widget_search button,
.widget_mailchimp button,
.widget_product_search form button {
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background-color: transparent;
    opacity: 1;
}

.widget_search button {
    padding-top: 5px;
}

    .widget_search button:hover {
        background-color: transparent;
    }

.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type="submit"] {
    padding: 19px;
}

    .widget_search button:hover,
    .widget_mailchimp button:hover,
    .widget_product_search form input[type="submit"]:hover {
        opacity: 0.5;
    }

    .widget_search button:before,
    .widget_mailchimp button:before,
    .widget_product_search form button:before {
        color: #e4880f;
        font-size: 14px;
        content: "\f002";
        font-family: 'FontAwesome';
    }

.widget_mailchimp form button.btn {
    font-size: 0;
    background-color: transparent;
}

    .widget_mailchimp form button.btn:before {
        content: "\e90e";
        font-family: 'icomoon';
    }

    .widget_mailchimp form button.btn:focus {
        box-shadow: none !important;
    }

    .widget_mailchimp form button.btn:active,
    .widget_mailchimp form button.btn:hover {
        opacity: 1;
        background-color: #e4880f !important;
        position: absolute !important;
        top: 0 !important;
    }

        .widget_mailchimp form button.btn:active:before,
        .widget_mailchimp form button.btn:hover:before {
            color: #303849;
        }

.widget_product_search input.search-field {
    height: 40px;
    border: 0;
}

.widget_product_search button {
    color: transparent;
    font-size: 0;
    height: 40px;
    line-height: 40px;
    padding: initial;
}

.cs .widget_search input.search-field,
.cs .widget_product_search input.search-field.form-control {
    border: 0;
}

.mailchimp-with-text .mailchimp-form {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
}

    .mailchimp-with-text .mailchimp-form input.form-control {
        max-width: 379px;
        flex: 1 1 50%;
        padding-left: 30px;
    }

    .mailchimp-with-text .mailchimp-form button.search-submit.btn.btn-dark {
        padding: 9px 15px;
        margin-left: 10px;
        margin-bottom: 0;
        background-color: #303849;
        width: auto;
        position: relative;
        font-size: 14px;
        border: 1px solid #303849;
    }

        .mailchimp-with-text .mailchimp-form button.search-submit.btn.btn-dark:hover {
            color: #303849;
            background-color: #ffffff;
            border-color: #ffffff;
        }

@media (min-width: 768px) {
    .mailchimp-with-text .mailchimp-form button.search-submit.btn.btn-dark {
        padding: 9px 28px;
        margin-left: 20px;
    }
}

.mailchimp-with-text .mailchimp-form button.search-submit.btn.btn-dark:hover {
    opacity: 1;
}

.mailchimp-with-text .mailchimp-form button.search-submit.btn.btn-dark:before {
    display: none;
}

.search-bg .widget_search input {
    background-color: #f7f8f8;
}

.modal .widget_search input.search-field,
.modal .widget_search .search-submit {
    height: 60px;
}

/*
widget_archive
widget_categories
widget_nav_menu
widget_meta
widget_pages
widget_recent_comments
widget_recent_entries
*/
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

    .widget_archive ul ul li,
    .widget_categories ul ul li,
    .widget_nav_menu ul ul li,
    .widget_meta ul ul li,
    .widget_pages ul ul li,
    .widget_recent_comments ul ul li,
    .widget_recent_entries ul ul li {
        padding-left: 15px;
    }

        .widget_archive ul ul li:last-child,
        .widget_categories ul ul li:last-child,
        .widget_nav_menu ul ul li:last-child,
        .widget_meta ul ul li:last-child,
        .widget_pages ul ul li:last-child,
        .widget_recent_comments ul ul li:last-child,
        .widget_recent_entries ul ul li:last-child {
            padding-bottom: 0;
            border-bottom: none;
        }

.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    border-top: 1px solid rgba(48, 56, 73, 0.1);
    border-bottom: 1px solid rgba(48, 56, 73, 0.1);
}

    .widget_archive li.current-cat,
    .widget_categories li.current-cat,
    .widget_nav_menu li.current-cat,
    .widget_meta li.current-cat,
    .widget_pages li.current-cat,
    .widget_recent_comments li.current-cat,
    .widget_recent_entries li.current-cat {
        font-weight: 400;
    }

        .widget_archive li.current-cat ul.children,
        .widget_categories li.current-cat ul.children,
        .widget_nav_menu li.current-cat ul.children,
        .widget_meta li.current-cat ul.children,
        .widget_pages li.current-cat ul.children,
        .widget_recent_comments li.current-cat ul.children,
        .widget_recent_entries li.current-cat ul.children {
            font-weight: 300;
        }

    .widget_archive li + li,
    .widget_categories li + li,
    .widget_nav_menu li + li,
    .widget_meta li + li,
    .widget_pages li + li,
    .widget_recent_comments li + li,
    .widget_recent_entries li + li {
        border-top: none;
    }

    .widget_archive a:empty,
    .widget_archive li > a:not([href]),
    .widget_categories a:empty,
    .widget_categories li > a:not([href]),
    .widget_nav_menu a:empty,
    .widget_nav_menu li > a:not([href]),
    .widget_meta a:empty,
    .widget_meta li > a:not([href]),
    .widget_pages a:empty,
    .widget_pages li > a:not([href]),
    .widget_recent_comments a:empty,
    .widget_recent_comments li > a:not([href]),
    .widget_recent_entries a:empty,
    .widget_recent_entries li > a:not([href]) {
        display: none !important;
    }

.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.nav.vertical-tab li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

    .widget_archive li a,
    .widget_categories li a,
    .widget_nav_menu li a,
    .widget_meta li a,
    .widget_pages li a,
    .nav.vertical-tab li a {
        flex-grow: 10;
        display: inline-block;
        line-height: 1;
        padding-top: 17px;
        padding-bottom: 16px;
    }

    .widget_archive li > a:before,
    .widget_categories li > a:before,
    .widget_nav_menu li > a:before,
    .widget_meta li > a:before,
    .widget_pages li > a:before,
    .nav.vertical-tab li > a:before {
        font-family: 'FontAwesome';
        content: '\f054';
        font-size: 10px;
        color: #e4880f;
        position: relative;
        top: -2px;
        padding-right: 10px;
    }

.widget_recent_comments li,
.widget_recent_entries li {
    padding-top: 12px;
    padding-bottom: 12px;
}

    .widget_recent_comments li:before,
    .widget_recent_entries li:before {
        font-family: 'FontAwesome';
        content: '\f054';
        font-size: 10px;
        color: #e4880f;
        position: relative;
        top: -2px;
        padding-right: 10px;
    }

.page_copyright .widget_nav_menu li,
.page_topline .widget_nav_menu li {
    display: inline-block;
    position: relative;
    border: none;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
}

    .page_copyright .widget_nav_menu li:before,
    .page_topline .widget_nav_menu li:before {
        content: '';
        position: absolute;
        padding: 0;
        left: -5px;
        top: 5px;
        bottom: 5px;
        width: 1px;
        background-color: rgba(72, 97, 115, 0.2);
        opacity: 0.3;
        display: block;
    }

    .page_copyright .widget_nav_menu li:first-child:before,
    .page_topline .widget_nav_menu li:first-child:before {
        display: none;
    }

.page_copyright .widget_nav_menu a,
.page_topline .widget_nav_menu a {
    padding: 0 10px;
}

    .page_copyright .widget_nav_menu a:before,
    .page_topline .widget_nav_menu a:before {
        display: none;
    }

.widget_categories select,
.widget_archive select {
    height: 50px;
    width: 100%;
    border: 1px solid rgba(72, 97, 115, 0.2);
    box-shadow: none;
}

.wp-block-search {
    flex-wrap: nowrap;
}

/* widget_calendar */
.calendar_wrap {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media (min-width: 768px) and (max-width: 992px) {
    .calendar_wrap {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.calendar_wrap nav {
    position: absolute;
    top: 0;
    width: 100%;
}

    .calendar_wrap nav .pad {
        display: none;
    }

    .calendar_wrap nav a {
        text-align: center;
        height: 60px;
        line-height: 60px;
        display: inline-block;
        padding: 0 17px;
        font-size: 0;
        color: transparent;
    }

        .calendar_wrap nav a:hover {
            background-color: #e4880f;
            border-color: #e4880f;
        }

        .calendar_wrap nav a:before,
        .calendar_wrap nav a:after {
            color: #ffffff;
            font-size: 14px;
            font-family: 'FontAwesome';
        }

    .calendar_wrap nav .wp-calendar-nav-prev {
        position: absolute;
        left: 0;
        padding: 0;
    }

        .calendar_wrap nav .wp-calendar-nav-prev a {
            border-right: 1px solid rgba(255, 255, 255, 0.2);
        }

            .calendar_wrap nav .wp-calendar-nav-prev a:before {
                content: '\f104';
            }

    .calendar_wrap nav .wp-calendar-nav-next {
        position: absolute;
        right: 0;
        padding: 0;
    }

        .calendar_wrap nav .wp-calendar-nav-next a {
            border-left: 1px solid rgba(255, 255, 255, 0.2);
        }

            .calendar_wrap nav .wp-calendar-nav-next a:after {
                content: '\f105';
            }

.widget_calendar table {
    margin: 0;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
}

    .widget_calendar table td,
    .widget_calendar table th {
        border: 0;
    }

.widget_calendar caption {
    font-size: 16px;
    line-height: 1;
    padding: 22px 40px;
    text-align: center;
    color: #ffffff;
    background-color: #303849;
}

.widget_calendar thead {
    background-color: #e4880f;
}

    .widget_calendar thead th {
        font-size: 12px;
        text-transform: uppercase;
        padding-top: 21px;
        padding-bottom: 21px;
        text-align: center;
        width: 100px;
    }

        .widget_calendar thead th:first-child {
            padding-left: 20px;
        }

        .widget_calendar thead th:last-child {
            padding-right: 20px;
        }

.widget_calendar tbody {
    border: 1px solid rgba(48, 56, 73, 0.1);
    border-top: none;
}

    .widget_calendar tbody tr:first-child td {
        padding-top: 36px;
    }

    .widget_calendar tbody tr:last-child td {
        padding-bottom: 30px;
    }

    .widget_calendar tbody td {
        padding: 10px 4px;
        position: relative;
        width: 100px;
    }

        .widget_calendar tbody td:first-child {
            padding-left: 20px;
        }

        .widget_calendar tbody td:last-child {
            padding-right: 20px;
        }

        .widget_calendar tbody td a {
            font-weight: 500;
            color: #e4880f;
        }

.widget_calendar th {
    color: inherit;
}

.widget_calendar tfoot td {
    position: absolute;
    top: 0;
}

    .widget_calendar tfoot td a {
        text-align: center;
        height: 60px;
        line-height: 60px;
        display: inline-block;
        padding: 0 27px;
        font-size: 0;
        color: transparent;
    }

        .widget_calendar tfoot td a:hover {
            background-color: #e4880f;
            border-color: #e4880f;
        }

        .widget_calendar tfoot td a:before,
        .widget_calendar tfoot td a:after {
            color: #ffffff;
            font-size: 14px;
            font-family: 'FontAwesome';
        }

    .widget_calendar tfoot td.pad {
        display: none;
    }

    .widget_calendar tfoot td:first-child {
        left: 0;
        padding: 0;
    }

        .widget_calendar tfoot td:first-child a {
            border-right: 1px solid rgba(255, 255, 255, 0.2);
        }

            .widget_calendar tfoot td:first-child a:before {
                content: '\f104';
            }

    .widget_calendar tfoot td:last-child {
        right: 0;
        padding: 0;
    }

        .widget_calendar tfoot td:last-child a {
            border-left: 1px solid rgba(255, 255, 255, 0.2);
        }

            .widget_calendar tfoot td:last-child a:after {
                content: '\f105';
            }

.wp-block-calendar {
    position: relative;
}

    .wp-block-calendar caption {
        text-align: center;
    }

    .wp-block-calendar nav.wp-calendar-nav {
        position: absolute;
        left: 0;
        bottom: 12px;
        width: 100%;
        text-align: left;
    }

        .wp-block-calendar nav.wp-calendar-nav a {
            text-decoration: none;
            color: #303849;
        }

            .wp-block-calendar nav.wp-calendar-nav a:hover {
                color: #e4880f;
            }

        .wp-block-calendar nav.wp-calendar-nav .wp-calendar-nav-next {
            right: 0;
            position: absolute;
        }

/* widget_rss */
.widget_rss .widget-title .rsswidget:first-child img {
    display: none;
}

.widget_rss .widget-title .rsswidget:first-child:before {
    position: relative;
    top: -1px;
    font-size: 0.8em;
    padding-right: 0.3em;
    font-family: 'FontAwesome';
    content: '\f09e';
}

.widget_rss ul {
    padding-left: 0;
    list-style: none;
}

    .widget_rss ul a {
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        line-height: 1.5;
    }

.widget_rss li cite:last-child {
    display: block;
    margin-top: 0.5em;
}

.widget_rss li + li {
    margin-top: 1.5em;
}

.widget_rss .rss-date {
    display: block;
    margin: 0.8em 0;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* widget_tag_cloud */
.widget_tag_cloud a,
.tagcloud a {
    border: 1px solid rgba(72, 97, 115, 0.2);
    padding: 2px 17px;
    margin: 0 5px 10px 0;
    text-align: center;
    display: inline-block;
    font-size: 16px !important;
}

    .widget_tag_cloud a:hover,
    .tagcloud a:hover {
        background-color: #e4880f;
        border-color: #e4880f;
        color: #23222d;
    }

.tagcloud.post-tagcloud {
    margin-bottom: -10px;
}

/* widget_flickr */
.widget_flickr ul {
    margin: 0;
    padding: 0;
}

.widget_flickr li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.widget_flickr img {
    max-width: 145px;
    border-radius: 1px;
}

.widget_flickr a {
    opacity: 1;
}

    .widget_flickr a:hover {
        opacity: 0.6;
    }

.widget_instagram {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

    .widget_instagram .photo {
        display: inline-block;
        max-width: 100%;
        padding: 5px;
        width: 50%;
    }

        .widget_instagram .photo img {
            width: 100%;
        }

/* access_press */
.apsc-each-profile .apsc-facebook-icon,
.apsc-each-profile i.fa-facebook {
    background-color: #3b5998;
}

.apsc-each-profile .apsc-twitter-icon,
.apsc-each-profile i.fa-twitter {
    background-color: #1dcaff;
}

.apsc-each-profile .apsc-youtube-icon,
.apsc-each-profile i.fa-youtube {
    background-color: #e52d27;
}

.apsc-each-profile .apsc-soundcloud-icon,
.apsc-each-profile i.fa-soundcloud {
    background-color: #ff8800;
}

.apsc-each-profile .apsc-dribbble-icon,
.apsc-each-profile i.fa-dribbble {
    background-color: #ea4c89;
}

.apsc-each-profile .apsc-comments-icon,
.apsc-each-profile i.fa-comments {
    background-color: #464646;
}

.apsc-each-profile .apsc-edit-icon,
.apsc-each-profile i.fa-edit {
    background-color: #837d7d;
}

.apsc-each-profile .apsc-instagram-icon,
.apsc-each-profile i.fa-instagram {
    background-color: #3f729b;
}

.apsc-each-profile i.fa-each-profile a {
    color: white !important;
}

.apsc-each-profile a:hover {
    color: white !important;
    text-decoration: none !important;
}

.apsc-theme-4 .apsc-each-profile {
    margin-bottom: 10px;
}

    .apsc-theme-4 .apsc-each-profile a[class*="apsc-"] {
        background-color: transparent;
    }

.apsc-theme-4 .apsc-inner-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.apsc-theme-4 .social-icon {
    display: inline-block;
    margin-right: auto;
    padding: 4px 0;
    transition: all 0.5s ease-in-out;
}

.apsc-theme-4 .apsc-each-profile a {
    color: #303849;
    display: block;
    position: relative;
    padding: 18px 26px 16px 89px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid rgba(48, 56, 73, 0.1);
}

    .apsc-theme-4 .apsc-each-profile a:hover {
        opacity: 0.8;
    }

    .apsc-theme-4 .apsc-each-profile a .fa {
        color: #fff;
        margin: -1px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.4);
        width: 60px;
        font-size: 16px;
        transform: none;
        transition: all 0.5s ease-in-out;
    }

.apsc-theme-4 .apsc-count {
    border-radius: 0;
    font-weight: 400;
    display: inline-block;
    font-size: inherit;
    text-align: center;
    position: relative;
    padding: 4px 4px;
    transition: all 0.5s ease-in-out;
}

.apsc-theme-4 .apsc-media-type {
    display: inline-block;
    padding: 4px 0;
}

@media screen and (max-width: 479px) {
    .apsc-theme-4 .apsc-each-profile,
    .apsc-theme-3 .apsc-each-profile {
        float: none;
    }
}

/* widget_twitter */
.tweet_avatar {
    float: left;
    margin-top: 4px;
}

    .tweet_avatar img {
        max-width: 25px;
        display: none;
    }

    .tweet_avatar:before {
        font-family: 'FontAwesome';
        content: "\f099";
        color: #55acee;
    }

.tweet_right {
    overflow: hidden;
    zoom: 1;
    margin-left: 35px;
}

.tweet_list {
    list-style: none;
    padding: 0;
}

    .tweet_list li + li {
        padding-top: 20px;
        clear: both;
    }

.tweet_text a:last-child {
    display: block;
}

.tweet_time {
    display: block;
}

/*.widget_slider*/
.widget_slider h4:first-child {
    font-weight: 900;
    text-transform: none;
    line-height: 1;
    margin-top: -0.5em;
    margin-bottom: 0.3em;
    font-size: 16px;
}

.widget_slider .cat-links {
    position: absolute;
    top: 10px;
    left: 10px;
    margin-bottom: -4px;
}

.widget_slider .owl-carousel {
    overflow: hidden;
}

/*.widget_post_tabs*/
.widget_post_tabs .tab-content {
    padding: 30px 20px 25px;
}

@media (min-width: 992px) {
    .widget_post_tabs .tab-content {
        padding: 50px 40px 45px;
    }
}

.widget_post_tabs h4:first-child {
    font-size: 16px;
    font-weight: 900;
    text-transform: none;
    line-height: 1;
    margin-top: -0.4em;
    margin-bottom: 0.3em;
}

.widget_post_tabs .vertical-item {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .widget_post_tabs .vertical-item {
        margin-bottom: 44px;
    }
}

.widget_post_tabs .vertical-item:last-child {
    margin-bottom: 0;
}

.widget_post_tabs .nav-link {
    margin-right: 1px;
    padding: 17px 29.8px;
}

@media (max-width: 767px) {
    .widget_post_tabs .nav-link {
        padding: 10px;
    }
}

/*.widget_posts_2cols*/
.widget_posts_2cols ul {
    display: flex;
    flex-wrap: wrap;
}

.widget_posts_2cols li {
    width: 50%;
    margin-top: 20px;
}

    .widget_posts_2cols li:nth-child(even) {
        padding-left: 10px;
    }

    .widget_posts_2cols li:nth-child(odd) {
        padding-right: 10px;
    }

    .widget_posts_2cols li:nth-child(1),
    .widget_posts_2cols li:nth-child(2) {
        margin-top: 0;
    }

.widget_posts_2cols h5 {
    font-size: 16px;
    margin: 10px 0 0;
}

/*
** Social Icons - Font Awesome Brand Icons
*/
/* social icon layout */
a[class*='fa-']:before {
    font-family: 'FontAwesome', sans-serif;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    width: 1em;
}

a.fa {
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
}

    a.fa.bg-icon,
    a.fa .tooltip,
    a.fa.color-bg-icon,
    a.fa .tooltip,
    a.fa.border-icon {
        margin-left: 3px;
        margin-right: 3px;
    }

    a.fa:first-child {
        margin-left: 0 !important;
    }

    a.fa:last-child {
        margin-right: 0 !important;
    }

a.border-icon,
a.bg-icon,
a.color-bg-icon {
    margin-bottom: 4px;
}

    a.border-icon:before,
    a.bg-icon:before,
    a.color-bg-icon:before {
        width: 2.6em;
        height: 2.6em;
        line-height: 2.6em;
    }

a[class*='fa-'].rounded-icon {
    border-radius: 50%;
}

/*social icons brand colors*/
a.color-icon.fa-500px,
a[class*="fa-"].fa-500px:hover {
    color: #0099e5;
}

a.color-icon.fa-adn,
a[class*="fa-"].fa-adn:hover {
    color: #4a484c;
}

a.color-icon.fa-amazon,
a[class*="fa-"].fa-amazon:hover {
    color: #ff9900;
}

a.color-icon.fa-android,
a[class*="fa-"].fa-android:hover {
    color: #a4c639;
}

a.color-icon.fa-angellist,
a[class*="fa-"].fa-angellist:hover {
    color: #000;
}

a.color-icon.fa-apple,
a[class*="fa-"].fa-apple:hover {
    color: #979797;
}

a.color-icon.fa-behance-square,
a[class*="fa-"].fa-behance-square:hover {
    color: #1769ff;
}

a.color-icon.fa-behance,
a[class*="fa-"].fa-behance:hover {
    color: #1769ff;
}

a.color-icon.fa-bitbucket-square,
a[class*="fa-"].fa-bitbucket-square:hover {
    color: #205081;
}

a.color-icon.fa-bitbucket,
a[class*="fa-"].fa-bitbucket:hover {
    color: #205081;
}

a.color-icon.fa-bitcoin,
a[class*="fa-"].fa-bitcoin:hover {
    color: #ee9209;
}

a.color-icon.fa-black-tie,
a[class*="fa-"].fa-black-tie:hover {
    color: #222;
}

a.color-icon.fa-btc,
a[class*="fa-"].fa-btc:hover {
    color: #ee9209;
}

a.color-icon.fa-buysellads,
a[class*="fa-"].fa-buysellads:hover {
    color: #c90100;
}

a.color-icon.fa-cc-amex,
a[class*="fa-"].fa-cc-amex:hover {
    color: #007bc1;
}

a.color-icon.fa-cc-diners-club,
a[class*="fa-"].fa-cc-diners-club:hover {
    color: #004a97;
}

a.color-icon.fa-cc-discover,
a[class*="fa-"].fa-cc-discover:hover {
    color: #f68121;
}

a.color-icon.fa-cc-jcb,
a[class*="fa-"].fa-cc-jcb:hover {
    color: #003a8f;
}

a.color-icon.fa-cc-mastercard,
a[class*="fa-"].fa-cc-mastercard:hover {
    color: #0a3a82;
}

a.color-icon.fa-cc-paypal,
a[class*="fa-"].fa-cc-paypal:hover {
    color: #253b80;
}

a.color-icon.fa-cc-stripe,
a[class*="fa-"].fa-cc-stripe:hover {
    color: #00afe1;
}

a.color-icon.fa-cc-visa,
a[class*="fa-"].fa-cc-visa:hover {
    color: #0157a2;
}

a.color-icon.fa-chrome,
a[class*="fa-"].fa-chrome:hover {
    color: #4587f3;
}

a.color-icon.fa-codepen,
a[class*="fa-"].fa-codepen:hover {
    color: #000;
}

a.color-icon.fa-connectdevelop,
a[class*="fa-"].fa-connectdevelop:hover {
    color: #391448;
}

a.color-icon.fa-contao,
a[class*="fa-"].fa-contao:hover {
    color: #eb8623;
}

a.color-icon.fa-creative-commons,
a[class*="fa-"].fa-creative-commons:hover {
    color: #231f20;
}

a.color-icon.fa-css3,
a[class*="fa-"].fa-css3:hover {
    color: #1680c0;
}

a.color-icon.fa-dashcube,
a[class*="fa-"].fa-dashcube:hover {
    color: #7f7f7f;
}

a.color-icon.fa-delicious,
a[class*="fa-"].fa-delicious:hover {
    color: #3399ff;
}

a.color-icon.fa-deviantart,
a[class*="fa-"].fa-deviantart:hover {
    color: #4e6252;
}

a.color-icon.fa-digg,
a[class*="fa-"].fa-digg:hover {
    color: #000;
}

a.color-icon.fa-dribbble,
a[class*="fa-"].fa-dribbble:hover {
    color: #444444;
}

a.color-icon.fa-dropbox,
a[class*="fa-"].fa-dropbox:hover {
    color: #007ee5;
}

a.color-icon.fa-drupal,
a[class*="fa-"].fa-drupal:hover {
    color: #0077c0;
}

a.color-icon.fa-empire,
a[class*="fa-"].fa-empire:hover {
    color: #000;
}

a.color-icon.fa-expeditedssl,
a[class*="fa-"].fa-expeditedssl:hover {
    color: #343433;
}

a.color-icon.fa-facebook-official,
a[class*="fa-"].fa-facebook-official:hover {
    color: #3b5998;
}

a.color-icon.fa-facebook-square,
a[class*="fa-"].fa-facebook-square:hover {
    color: #3b5998;
}

a.color-icon.fa-facebook,
a[class*="fa-"].fa-facebook:hover {
    color: #3b5998;
}

a.color-icon.fa-firefox,
a[class*="fa-"].fa-firefox:hover {
    color: #e66000;
}

a.color-icon.fa-flickr,
a[class*="fa-"].fa-flickr:hover {
    color: #ff0084;
}

a.color-icon.fa-fonticons,
a[class*="fa-"].fa-fonticons:hover {
    color: #1c1e29;
}

a.color-icon.fa-forumbee,
a[class*="fa-"].fa-forumbee:hover {
    color: #83ad13;
}

a.color-icon.fa-foursquare,
a[class*="fa-"].fa-foursquare:hover {
    color: #0072b1;
}

a.color-icon.fa-ge,
a[class*="fa-"].fa-ge:hover {
    color: #000;
}

a.color-icon.fa-get-pocket,
a[class*="fa-"].fa-get-pocket:hover {
    color: #d3505a;
}

a.color-icon.fa-gg-circle,
a[class*="fa-"].fa-gg-circle:hover {
    color: #000;
}

a.color-icon.fa-gg,
a[class*="fa-"].fa-gg:hover {
    color: #000;
}

a.color-icon.fa-git-square,
a[class*="fa-"].fa-git-square:hover {
    color: #333;
}

a.color-icon.fa-500px,
a[class*="fa-"].fa-500px:hover {
    color: #0099e5;
}

a.color-icon.fa-adn,
a[class*="fa-"].fa-adn:hover {
    color: #4a484c;
}

a.color-icon.fa-amazon,
a[class*="fa-"].fa-amazon:hover {
    color: #ff9900;
}

a.color-icon.fa-android,
a[class*="fa-"].fa-android:hover {
    color: #a4c639;
}

a.color-icon.fa-angellist,
a[class*="fa-"].fa-angellist:hover {
    color: #000;
}

a.color-icon.fa-apple,
a[class*="fa-"].fa-apple:hover {
    color: #979797;
}

a.color-icon.fa-behance-square,
a[class*="fa-"].fa-behance-square:hover {
    color: #1769ff;
}

a.color-icon.fa-behance,
a[class*="fa-"].fa-behance:hover {
    color: #1769ff;
}

a.color-icon.fa-bitbucket-square,
a[class*="fa-"].fa-bitbucket-square:hover {
    color: #205081;
}

a.color-icon.fa-bitbucket,
a[class*="fa-"].fa-bitbucket:hover {
    color: #205081;
}

a.color-icon.fa-bitcoin,
a[class*="fa-"].fa-bitcoin:hover {
    color: #ee9209;
}

a.color-icon.fa-black-tie,
a[class*="fa-"].fa-black-tie:hover {
    color: #222;
}

a.color-icon.fa-btc,
a[class*="fa-"].fa-btc:hover {
    color: #ee9209;
}

a.color-icon.fa-buysellads,
a[class*="fa-"].fa-buysellads:hover {
    color: #c90100;
}

a.color-icon.fa-cc-amex,
a[class*="fa-"].fa-cc-amex:hover {
    color: #007bc1;
}

a.color-icon.fa-cc-diners-club,
a[class*="fa-"].fa-cc-diners-club:hover {
    color: #004a97;
}

a.color-icon.fa-cc-discover,
a[class*="fa-"].fa-cc-discover:hover {
    color: #f68121;
}

a.color-icon.fa-cc-jcb,
a[class*="fa-"].fa-cc-jcb:hover {
    color: #003a8f;
}

a.color-icon.fa-cc-mastercard,
a[class*="fa-"].fa-cc-mastercard:hover {
    color: #0a3a82;
}

a.color-icon.fa-cc-paypal,
a[class*="fa-"].fa-cc-paypal:hover {
    color: #253b80;
}

a.color-icon.fa-cc-stripe,
a[class*="fa-"].fa-cc-stripe:hover {
    color: #00afe1;
}

a.color-icon.fa-cc-visa,
a[class*="fa-"].fa-cc-visa:hover {
    color: #0157a2;
}

a.color-icon.fa-chrome,
a[class*="fa-"].fa-chrome:hover {
    color: #4587f3;
}

a.color-icon.fa-codepen,
a[class*="fa-"].fa-codepen:hover {
    color: #000;
}

a.color-icon.fa-connectdevelop,
a[class*="fa-"].fa-connectdevelop:hover {
    color: #391448;
}

a.color-icon.fa-contao,
a[class*="fa-"].fa-contao:hover {
    color: #eb8623;
}

a.color-icon.fa-creative-commons,
a[class*="fa-"].fa-creative-commons:hover {
    color: #231f20;
}

a.color-icon.fa-css3,
a[class*="fa-"].fa-css3:hover {
    color: #1680c0;
}

a.color-icon.fa-dashcube,
a[class*="fa-"].fa-dashcube:hover {
    color: #7f7f7f;
}

a.color-icon.fa-delicious,
a[class*="fa-"].fa-delicious:hover {
    color: #3399ff;
}

a.color-icon.fa-deviantart,
a[class*="fa-"].fa-deviantart:hover {
    color: #4e6252;
}

a.color-icon.fa-digg,
a[class*="fa-"].fa-digg:hover {
    color: #000;
}

a.color-icon.fa-dribbble,
a[class*="fa-"].fa-dribbble:hover {
    color: #444444;
}

a.color-icon.fa-dropbox,
a[class*="fa-"].fa-dropbox:hover {
    color: #007ee5;
}

a.color-icon.fa-drupal,
a[class*="fa-"].fa-drupal:hover {
    color: #0077c0;
}

a.color-icon.fa-empire,
a[class*="fa-"].fa-empire:hover {
    color: #000;
}

a.color-icon.fa-expeditedssl,
a[class*="fa-"].fa-expeditedssl:hover {
    color: #343433;
}

a.color-icon.fa-facebook-official,
a[class*="fa-"].fa-facebook-official:hover {
    color: #3b5998;
}

a.color-icon.fa-facebook-square,
a[class*="fa-"].fa-facebook-square:hover {
    color: #3b5998;
}

a.color-icon.fa-facebook,
a[class*="fa-"].fa-facebook:hover {
    color: #3b5998;
}

a.color-icon.fa-firefox,
a[class*="fa-"].fa-firefox:hover {
    color: #e66000;
}

a.color-icon.fa-flickr,
a[class*="fa-"].fa-flickr:hover {
    color: #ff0084;
}

a.color-icon.fa-fonticons,
a[class*="fa-"].fa-fonticons:hover {
    color: #1c1e29;
}

a.color-icon.fa-forumbee,
a[class*="fa-"].fa-forumbee:hover {
    color: #83ad13;
}

a.color-icon.fa-foursquare,
a[class*="fa-"].fa-foursquare:hover {
    color: #0072b1;
}

a.color-icon.fa-ge,
a[class*="fa-"].fa-ge:hover {
    color: #000;
}

a.color-icon.fa-get-pocket,
a[class*="fa-"].fa-get-pocket:hover {
    color: #d3505a;
}

a.color-icon.fa-gg-circle,
a[class*="fa-"].fa-gg-circle:hover {
    color: #000;
}

a.color-icon.fa-gg,
a[class*="fa-"].fa-gg:hover {
    color: #000;
}

a.color-icon.fa-git-square,
a[class*="fa-"].fa-git-square:hover {
    color: #333;
}

a.color-icon.fa-git,
a[class*="fa-"].fa-git:hover {
    color: #333;
}

a.color-icon.fa-github-alt,
a[class*="fa-"].fa-github-alt:hover {
    color: #333;
}

a.color-icon.fa-github-square,
a[class*="fa-"].fa-github-square:hover {
    color: #333;
}

a.color-icon.fa-github,
a[class*="fa-"].fa-github:hover {
    color: #333;
}

a.color-icon.fa-gittip,
a[class*="fa-"].fa-gittip:hover {
    color: #663300;
}

a.color-icon.fa-google-plus-square,
a[class*="fa-"].fa-google-plus-square:hover {
    color: #dd4b39;
}

a.color-icon.fa-google-plus,
a[class*="fa-"].fa-google-plus:hover {
    color: #dd4b39;
}

a.color-icon.fa-google-wallet,
a[class*="fa-"].fa-google-wallet:hover {
    color: #4285f4;
}

a.color-icon.fa-google,
a[class*="fa-"].fa-google:hover {
    color: #dd4b39;
}

a.color-icon.fa-hacker-news,
a[class*="fa-"].fa-hacker-news:hover {
    color: #ff6600;
}

a.color-icon.fa-houzz,
a[class*="fa-"].fa-houzz:hover {
    color: #7ac142;
}

a.color-icon.fa-html5,
a[class*="fa-"].fa-html5:hover {
    color: #e34f26;
}

a.color-icon.fa-instagram,
a[class*="fa-"].fa-instagram:hover {
    color: #e1306c;
}

a.color-icon.fa-internet-explorer,
a[class*="fa-"].fa-internet-explorer:hover {
    color: #1ebbee;
}

a.color-icon.fa-ioxhost,
a[class*="fa-"].fa-ioxhost:hover {
    color: #faa729;
}

a.color-icon.fa-joomla,
a[class*="fa-"].fa-joomla:hover {
    color: #142849;
}

a.color-icon.fa-jsfiddle,
a[class*="fa-"].fa-jsfiddle:hover {
    color: #4679bd;
}

a.color-icon.fa-lastfm-square,
a[class*="fa-"].fa-lastfm-square:hover {
    color: #c3000d;
}

a.color-icon.fa-lastfm,
a[class*="fa-"].fa-lastfm:hover {
    color: #c3000d;
}

a.color-icon.fa-leanpub,
a[class*="fa-"].fa-leanpub:hover {
    color: #0c0c0c;
}

a.color-icon.fa-linkedin-square,
a[class*="fa-"].fa-linkedin-square:hover {
    color: #0976b4;
}

a.color-icon.fa-linkedin,
a[class*="fa-"].fa-linkedin:hover {
    color: #0976b4;
}

a.color-icon.fa-linux,
a[class*="fa-"].fa-linux:hover {
    color: #333333;
}

a.color-icon.fa-maxcdn,
a[class*="fa-"].fa-maxcdn:hover {
    color: #ff6600;
}

a.color-icon.fa-meanpath,
a[class*="fa-"].fa-meanpath:hover {
    color: #538ed7;
}

a.color-icon.fa-medium,
a[class*="fa-"].fa-medium:hover {
    color: #000;
}

a.color-icon.fa-odnoklassniki-square,
a[class*="fa-"].fa-odnoklassniki-square:hover {
    color: #ed812b;
}

a.color-icon.fa-odnoklassniki,
a[class*="fa-"].fa-odnoklassniki:hover {
    color: #ed812b;
}

a.color-icon.fa-opencart,
a[class*="fa-"].fa-opencart:hover {
    color: #2ac2ef;
}

a.color-icon.fa-openid,
a[class*="fa-"].fa-openid:hover {
    color: #f78c40;
}

a.color-icon.fa-opera,
a[class*="fa-"].fa-opera:hover {
    color: #cc0f16;
}

a.color-icon.fa-optin-monster,
a[class*="fa-"].fa-optin-monster:hover {
    color: #83c11f;
}

a.color-icon.fa-pagelines,
a[class*="fa-"].fa-pagelines:hover {
    color: #000;
}

a.color-icon.fa-paypal,
a[class*="fa-"].fa-paypal:hover {
    color: #253b80;
}

a.color-icon.fa-pied-piper-alt,
a[class*="fa-"].fa-pied-piper-alt :hover {
    color: #2f9f46;
}

a.color-icon.fa-pied-piper-square,
a[class*="fa-"].fa-pied-piper-square :hover {
    color: #2f9f46;
}

a.color-icon.fa-pied-piper,
a[class*="fa-"].fa-pied-piper:hover {
    color: #2f9f46;
}

a.color-icon.fa-pinterest-p,
a[class*="fa-"].fa-pinterest-p:hover {
    color: #cc2127;
}

a.color-icon.fa-pinterest-square,
a[class*="fa-"].fa-pinterest-square:hover {
    color: #cc2127;
}

a.color-icon.fa-pinterest,
a[class*="fa-"].fa-pinterest:hover {
    color: #cc2127;
}

a.color-icon.fa-qq,
a[class*="fa-"].fa-qq:hover {
    color: #000;
}

a.color-icon.fa-ra,
a[class*="fa-"].fa-ra:hover {
    color: #000;
}

a.color-icon.fa-rebel,
a[class*="fa-"].fa-rebel:hover {
    color: #000;
}

a.color-icon.fa-reddit-square,
a[class*="fa-"].fa-reddit-square:hover {
    color: #ff4500;
}

a.color-icon.fa-reddit,
a[class*="fa-"].fa-reddit:hover {
    color: #ff4500;
}

a.color-icon.fa-renren,
a[class*="fa-"].fa-renren:hover {
    color: #005eac;
}

a.color-icon.fa-safari,
a[class*="fa-"].fa-safari:hover {
    color: #1b88ca;
}

a.color-icon.fa-sellsy,
a[class*="fa-"].fa-sellsy:hover {
    color: #1f78b9;
}

a.color-icon.fa-share-alt-square,
a[class*="fa-"].fa-share-alt-square:hover {
    color: #01bf01;
}

a.color-icon.fa-share-alt,
a[class*="fa-"].fa-share-alt:hover {
    color: #01bf01;
}

a.color-icon.fa-shirtsinbulk,
a[class*="fa-"].fa-shirtsinbulk:hover {
    color: #dd3a26;
}

a.color-icon.fa-simplybuilt,
a[class*="fa-"].fa-simplybuilt:hover {
    color: #000;
}

a.color-icon.fa-skyatlas,
a[class*="fa-"].fa-skyatlas:hover {
    color: #00adbb;
}

a.color-icon.fa-skype,
a[class*="fa-"].fa-skype:hover {
    color: #00aff0;
}

a.color-icon.fa-slack,
a[class*="fa-"].fa-slack:hover {
    color: #0f7965;
}

a.color-icon.fa-slideshare,
a[class*="fa-"].fa-slideshare:hover {
    color: #e98325;
}

a.color-icon.fa-soundcloud,
a[class*="fa-"].fa-soundcloud:hover {
    color: #f80;
}

a.color-icon.fa-spotify,
a[class*="fa-"].fa-spotify:hover {
    color: #7ab800;
}

a.color-icon.fa-stack-exchange,
a[class*="fa-"].fa-stack-exchange:hover {
    color: #000;
}

a.color-icon.fa-stack-overflow,
a[class*="fa-"].fa-stack-overflow:hover {
    color: #fe7a15;
}

a.color-icon.fa-steam-square,
a[class*="fa-"].fa-steam-square:hover {
    color: #0b0b0b;
}

a.color-icon.fa-steam,
a[class*="fa-"].fa-steam:hover {
    color: #0b0b0b;
}

a.color-icon.fa-stumbleupon-circle,
a[class*="fa-"].fa-stumbleupon-circle:hover {
    color: #eb4924;
}

a.color-icon.fa-stumbleupon,
a[class*="fa-"].fa-stumbleupon:hover {
    color: #eb4924;
}

a.color-icon.fa-tencent-weibo,
a[class*="fa-"].fa-tencent-weibo:hover {
    color: #74af2c;
}

a.color-icon.fa-trello,
a[class*="fa-"].fa-trello:hover {
    color: #256a92;
}

a.color-icon.fa-tripadvisor,
a[class*="fa-"].fa-tripadvisor:hover {
    color: #589442;
}

a.color-icon.fa-tumblr-square,
a[class*="fa-"].fa-tumblr-square:hover {
    color: #35465c;
}

a.color-icon.fa-tumblr,
a[class*="fa-"].fa-tumblr:hover {
    color: #35465c;
}

a.color-icon.fa-twitch,
a[class*="fa-"].fa-twitch:hover {
    color: #6441a5;
}

a.color-icon.fa-twitter-square,
a[class*="fa-"].fa-twitter-square:hover {
    color: #55acee;
}

a.color-icon.fa-twitter,
a[class*="fa-"].fa-twitter:hover {
    color: #55acee;
}

a.color-icon.fa-viacoin,
a[class*="fa-"].fa-viacoin:hover {
    color: #333;
}

a.color-icon.fa-vimeo-square,
a[class*="fa-"].fa-vimeo-square:hover {
    color: #1ab7ea;
}

a.color-icon.fa-vimeo,
a[class*="fa-"].fa-vimeo:hover {
    color: #1ab7ea;
}

a.color-icon.fa-vine,
a[class*="fa-"].fa-vine:hover {
    color: #00b488;
}

a.color-icon.fa-vk,
a[class*="fa-"].fa-vk:hover {
    color: #45668e;
}

a.color-icon.fa-wechat,
a[class*="fa-"].fa-wechat:hover {
    color: #93d034;
}

a.color-icon.fa-weibo,
a[class*="fa-"].fa-weibo:hover {
    color: #e71d34;
}

a.color-icon.fa-weixin,
a[class*="fa-"].fa-weixin:hover {
    color: #93d034;
}

a.color-icon.fa-wikipedia-w,
a[class*="fa-"].fa-wikipedia-w:hover {
    color: #000;
}

a.color-icon.fa-windows,
a[class*="fa-"].fa-windows:hover {
    color: #00bcf2;
}

a.color-icon.fa-wordpress,
a[class*="fa-"].fa-wordpress:hover {
    color: #21759b;
}

a.color-icon.fa-xing-square,
a[class*="fa-"].fa-xing-square:hover {
    color: #026466;
}

a.color-icon.fa-xing,
a[class*="fa-"].fa-xing:hover {
    color: #026466;
}

a.color-icon.fa-y-combinator,
a[class*="fa-"].fa-y-combinator:hover {
    color: #f0652f;
}

a.color-icon.fa-yahoo,
a[class*="fa-"].fa-yahoo:hover {
    color: #400191;
}

a.color-icon.fa-yc,
a[class*="fa-"].fa-yc:hover {
    color: #f0652f;
}

a.color-icon.fa-yelp,
a[class*="fa-"].fa-yelp:hover {
    color: #af0606;
}

a.color-icon.fa-youtube-play,
a[class*="fa-"].fa-youtube-play:hover {
    color: #e52d27;
}

a.color-icon.fa-youtube-square,
a[class*="fa-"].fa-youtube-square:hover {
    color: #e52d27;
}

a.color-icon.fa-youtube,
a[class*="fa-"].fa-youtube:hover {
    color: #e52d27;
}

a.color-icon.fa-rss,
a[class*="fa-"].fa-rss:hover {
    color: #ffa811;
}

.color-bg-icon.fa-500px,
a.fa-500px.bg-icon:hover,
.fa-500px.color-icon.border-icon:hover {
    background-color: #0099e5;
}

.color-bg-icon.fa-adn,
a.fa-adn.bg-icon:hover,
.fa-adn.color-icon.border-icon:hover {
    background-color: #4a484c;
}

.color-bg-icon.fa-amazon,
a.fa-amazon.bg-icon:hover,
.fa-amazon.color-icon.border-icon:hover {
    background-color: #ff9900;
}

.color-bg-icon.fa-android,
a.fa-android.bg-icon:hover,
.fa-android.color-icon.border-icon:hover {
    background-color: #a4c639;
}

.color-bg-icon.fa-angellist,
a.fa-angellist.bg-icon:hover,
.fa-angellist.color-icon.border-icon:hover {
    background-color: #000;
}

.color-bg-icon.fa-apple,
a.fa-apple.bg-icon:hover,
.fa-apple.color-icon.border-icon:hover {
    background-color: #979797;
}

.color-bg-icon.fa-behance-square,
a.fa-behance-square.bg-icon:hover,
.fa-behance-square.color-icon.border-icon:hover {
    background-color: #1769ff;
}

.color-bg-icon.fa-behance,
a.fa-behance.bg-icon:hover,
.fa-behance.color-icon.border-icon:hover {
    background-color: #1769ff;
}

.color-bg-icon.fa-bitbucket-square,
a.fa-bitbucket-square.bg-icon:hover,
.fa-bitbucket-square.color-icon.border-icon:hover {
    background-color: #205081;
}

.color-bg-icon.fa-bitbucket,
a.fa-bitbucket.bg-icon:hover,
.fa-bitbucket.color-icon.border-icon:hover {
    background-color: #205081;
}

.color-bg-icon.fa-bitcoin,
a.fa-bitcoin.bg-icon:hover,
.fa-bitcoin.color-icon.border-icon:hover {
    background-color: #ee9209;
}

.color-bg-icon.fa-black-tie,
a.fa-black-tie.bg-icon:hover,
.fa-black-tie.color-icon.border-icon:hover {
    background-color: #222;
}

.color-bg-icon.fa-btc,
a.fa-btc.bg-icon:hover,
.fa-btc.color-icon.border-icon:hover {
    background-color: #ee9209;
}

.color-bg-icon.fa-buysellads,
a.fa-buysellads.bg-icon:hover,
.fa-buysellads.color-icon.border-icon:hover {
    background-color: #c90100;
}

.color-bg-icon.fa-cc-amex,
a.fa-cc-amex.bg-icon:hover,
.fa-cc-amex.color-icon.border-icon:hover {
    background-color: #007bc1;
}

.color-bg-icon.fa-cc-diners-club,
a.fa-cc-diners-club.bg-icon:hover,
.fa-cc-diners-club.color-icon.border-icon:hover {
    background-color: #004a97;
}

.color-bg-icon.fa-cc-discover,
a.fa-cc-discover.bg-icon:hover,
.fa-cc-discover.color-icon.border-icon:hover {
    background-color: #f68121;
}

.color-bg-icon.fa-cc-jcb,
a.fa-cc-jcb.bg-icon:hover,
.fa-cc-jcb.color-icon.border-icon:hover {
    background-color: #003a8f;
}

.color-bg-icon.fa-cc-mastercard,
a.fa-cc-mastercard.bg-icon:hover,
.fa-cc-mastercard.color-icon.border-icon:hover {
    background-color: #0a3a82;
}

.color-bg-icon.fa-cc-paypal,
a.fa-cc-paypal.bg-icon:hover,
.fa-cc-paypal.color-icon.border-icon:hover {
    background-color: #253b80;
}

.color-bg-icon.fa-cc-stripe,
a.fa-cc-stripe.bg-icon:hover,
.fa-cc-stripe.color-icon.border-icon:hover {
    background-color: #00afe1;
}

.color-bg-icon.fa-cc-visa,
a.fa-cc-visa.bg-icon:hover,
.fa-cc-visa.color-icon.border-icon:hover {
    background-color: #0157a2;
}

.color-bg-icon.fa-chrome,
a.fa-chrome.bg-icon:hover,
.fa-chrome.color-icon.border-icon:hover {
    background-color: #4587f3;
}

.color-bg-icon.fa-codepen,
a.fa-codepen.bg-icon:hover,
.fa-codepen.color-icon.border-icon:hover {
    background-color: #000;
}

.color-bg-icon.fa-connectdevelop,
a.fa-connectdevelop.bg-icon:hover,
.fa-connectdevelop.color-icon.border-icon:hover {
    background-color: #391448;
}

.color-bg-icon.fa-contao,
a.fa-contao.bg-icon:hover,
.fa-contao.color-icon.border-icon:hover {
    background-color: #eb8623;
}

.color-bg-icon.fa-creative-commons,
a.fa-creative-commons.bg-icon:hover,
.fa-creative-commons.color-icon.border-icon:hover {
    background-color: #231f20;
}

.color-bg-icon.fa-css3,
a.fa-css3.bg-icon:hover,
.fa-css3.color-icon.border-icon:hover {
    background-color: #1680c0;
}

.color-bg-icon.fa-dashcube,
a.fa-dashcube.bg-icon:hover,
.fa-dashcube.color-icon.border-icon:hover {
    background-color: #7f7f7f;
}

.color-bg-icon.fa-delicious,
a.fa-delicious.bg-icon:hover,
.fa-delicious.color-icon.border-icon:hover {
    background-color: #3399ff;
}

.color-bg-icon.fa-deviantart,
a.fa-deviantart.bg-icon:hover,
.fa-deviantart.color-icon.border-icon:hover {
    background-color: #4e6252;
}

.color-bg-icon.fa-digg,
a.fa-digg.bg-icon:hover,
.fa-digg.color-icon.border-icon:hover {
    background-color: #000;
}

.color-bg-icon.fa-dribbble,
a.fa-dribbble.bg-icon:hover,
.fa-dribbble.color-icon.border-icon:hover {
    background-color: #444444;
}

.color-bg-icon.fa-dropbox,
a.fa-dropbox.bg-icon:hover,
.fa-dropbox.color-icon.border-icon:hover {
    background-color: #007ee5;
}

.color-bg-icon.fa-drupal,
a.fa-drupal.bg-icon:hover,
.fa-drupal.color-icon.border-icon:hover {
    background-color: #0077c0;
}

.color-bg-icon.fa-empire,
a.fa-empire.bg-icon:hover,
.fa-empire.color-icon.border-icon:hover {
    background-color: #000;
}

.color-bg-icon.fa-expeditedssl,
a.fa-expeditedssl.bg-icon:hover,
.fa-expeditedssl.color-icon.border-icon:hover {
    background-color: #343433;
}

.color-bg-icon.fa-facebook-official,
a.fa-facebook-official.bg-icon:hover,
.fa-facebook-official.color-icon.border-icon:hover {
    background-color: #3b5998;
}

.color-bg-icon.fa-facebook-square,
a.fa-facebook-square.bg-icon:hover,
.fa-facebook-square.color-icon.border-icon:hover {
    background-color: #3b5998;
}

.color-bg-icon.fa-facebook,
a.fa-facebook.bg-icon:hover,
.fa-facebook.color-icon.border-icon:hover {
    background-color: #3b5998;
}

.color-bg-icon.fa-firefox,
a.fa-firefox.bg-icon:hover,
.fa-firefox.color-icon.border-icon:hover {
    background-color: #e66000;
}

.color-bg-icon.fa-flickr,
a.fa-flickr.bg-icon:hover,
.fa-flickr.color-icon.border-icon:hover {
    background-color: #ff0084;
}

.color-bg-icon.fa-fonticons,
a.fa-fonticons.bg-icon:hover,
.fa-fonticons.color-icon.border-icon:hover {
    background-color: #1c1e29;
}

.color-bg-icon.fa-forumbee,
a.fa-forumbee.bg-icon:hover,
.fa-forumbee.color-icon.border-icon:hover {
    background-color: #83ad13;
}

.color-bg-icon.fa-foursquare,
a.fa-foursquare.bg-icon:hover,
.fa-foursquare.color-icon.border-icon:hover {
    background-color: #0072b1;
}

.color-bg-icon.fa-ge,
a.fa-ge.bg-icon:hover,
.fa-ge.color-icon.border-icon:hover {
    background-color: #000;
}

.color-bg-icon.fa-get-pocket,
a.fa-get-pocket.bg-icon:hover,
.fa-get-pocket.color-icon.border-icon:hover {
    background-color: #d3505a;
}

.color-bg-icon.fa-gg-circle,
a.fa-gg-circle.bg-icon:hover,
.fa-gg-circle.color-icon.border-icon:hover {
    background-color: #000;
}

.color-bg-icon.fa-gg,
a.fa-gg.bg-icon:hover,
.fa-gg.color-icon.border-icon:hover {
    background-color: #000;
}

.color-bg-icon.fa-git-square,
a.fa-git-square.bg-icon:hover,
.fa-git-square.color-icon.border-icon:hover {
    background-color: #333;
}

.color-bg-icon.fa-git,
a.fa-git.bg-icon:hover,
.fa-git.color-icon.border-icon:hover {
    background-color: #333;
}

.color-bg-icon.fa-github-alt,
a.fa-github-alt.bg-icon:hover,
.fa-github-alt.color-icon.border-icon:hover {
    background-color: #333;
}

.color-bg-icon.fa-github-square,
a.fa-github-square.bg-icon:hover,
.fa-github-square.color-icon.border-icon:hover {
    background-color: #333;
}

.color-bg-icon.fa-github,
a.fa-github.bg-icon:hover,
.fa-github.color-icon.border-icon:hover {
    background-color: #333;
}

.color-bg-icon.fa-gittip,
a.fa-gittip.bg-icon:hover,
.fa-gittip.color-icon.border-icon:hover {
    background-color: #663300;
}

.color-bg-icon.fa-google-plus-square,
a.fa-google-plus-square.bg-icon:hover,
.fa-google-plus-square.color-icon.border-icon:hover {
    background-color: #dd4b39;
}

.color-bg-icon.fa-google-plus,
a.fa-google-plus.bg-icon:hover,
.fa-google-plus.color-icon.border-icon:hover {
    background-color: #dd4b39;
}

.color-bg-icon.fa-google-wallet,
a.fa-google-wallet.bg-icon:hover,
.fa-google-wallet.color-icon.border-icon:hover {
    background-color: #4285f4;
}

.color-bg-icon.fa-google,
a.fa-google.bg-icon:hover,
.fa-google.color-icon.border-icon:hover {
    background-color: #dd4b39;
}

.color-bg-icon.fa-hacker-news,
a.fa-hacker-news.bg-icon:hover,
.fa-hacker-news.color-icon.border-icon:hover {
    background-color: #ff6600;
}

.color-bg-icon.fa-houzz,
a.fa-houzz.bg-icon:hover,
.fa-houzz.color-icon.border-icon:hover {
    background-color: #7ac142;
}

.color-bg-icon.fa-html5,
a.fa-html5.bg-icon:hover,
.fa-html5.color-icon.border-icon:hover {
    background-color: #e34f26;
}

.color-bg-icon.fa-instagram,
a.fa-instagram.bg-icon:hover,
.fa-instagram.color-icon.border-icon:hover {
    background-color: #e1306c;
}

.color-bg-icon.fa-internet-explorer,
a.fa-internet-explorer.bg-icon:hover,
.fa-internet-explorer.color-icon.border-icon:hover {
    background-color: #1ebbee;
}

.color-bg-icon.fa-ioxhost,
a.fa-ioxhost.bg-icon:hover,
.fa-ioxhost.color-icon.border-icon:hover {
    background-color: #faa729;
}

.color-bg-icon.fa-joomla,
a.fa-joomla.bg-icon:hover,
.fa-joomla.color-icon.border-icon:hover {
    background-color: #142849;
}

.color-bg-icon.fa-jsfiddle,
a.fa-jsfiddle.bg-icon:hover,
.fa-jsfiddle.color-icon.border-icon:hover {
    background-color: #4679bd;
}

.color-bg-icon.fa-lastfm-square,
a.fa-lastfm-square.bg-icon:hover,
.fa-lastfm-square.color-icon.border-icon:hover {
    background-color: #c3000d;
}

.color-bg-icon.fa-lastfm,
a.fa-lastfm.bg-icon:hover,
.fa-lastfm.color-icon.border-icon:hover {
    background-color: #c3000d;
}

.color-bg-icon.fa-leanpub,
a.fa-leanpub.bg-icon:hover,
.fa-leanpub.color-icon.border-icon:hover {
    background-color: #0c0c0c;
}

.color-bg-icon.fa-linkedin-square,
a.fa-linkedin-square.bg-icon:hover,
.fa-linkedin-square.color-icon.border-icon:hover {
    background-color: #0976b4;
}

.color-bg-icon.fa-linkedin,
a.fa-linkedin.bg-icon:hover,
.fa-linkedin.color-icon.border-icon:hover {
    background-color: #0976b4;
}

.color-bg-icon.fa-linux,
a.fa-linux.bg-icon:hover,
.fa-linux.color-icon.border-icon:hover {
    background-color: #333333;
}

.color-bg-icon.fa-maxcdn,
a.fa-maxcdn.bg-icon:hover,
.fa-maxcdn.color-icon.border-icon:hover {
    background-color: #ff6600;
}

.color-bg-icon.fa-meanpath,
a.fa-meanpath.bg-icon:hover,
.fa-meanpath.color-icon.border-icon:hover {
    background-color: #538ed7;
}

.color-bg-icon.fa-medium,
a.fa-medium.bg-icon:hover,
.fa-medium.color-icon.border-icon:hover {
    background-color: #000;
}

.color-bg-icon.fa-odnoklassniki-square,
a.fa-odnoklassniki-square.bg-icon:hover,
.fa-odnoklassniki-square.color-icon.border-icon:hover {
    background-color: #ed812b;
}

.color-bg-icon.fa-odnoklassniki,
a.fa-odnoklassniki.bg-icon:hover,
.fa-odnoklassniki.color-icon.border-icon:hover {
    background-color: #ed812b;
}

.color-bg-icon.fa-opencart,
a.fa-opencart.bg-icon:hover,
.fa-opencart.color-icon.border-icon:hover {
    background-color: #2ac2ef;
}

.color-bg-icon.fa-openid,
a.fa-openid.bg-icon:hover,
.fa-openid.color-icon.border-icon:hover {
    background-color: #f78c40;
}

.color-bg-icon.fa-opera,
a.fa-opera.bg-icon:hover,
.fa-opera.color-icon.border-icon:hover {
    background-color: #cc0f16;
}

.color-bg-icon.fa-optin-monster,
a.fa-optin-monster.bg-icon:hover,
.fa-optin-monster.color-icon.border-icon:hover {
    background-color: #83c11f;
}

.color-bg-icon.fa-pagelines,
a.fa-pagelines.bg-icon:hover,
.fa-pagelines.color-icon.border-icon:hover {
    background-color: #000;
}

.color-bg-icon.fa-paypal,
a.fa-paypal.bg-icon:hover,
.fa-paypal.color-icon.border-icon:hover {
    background-color: #253b80;
}

.color-bg-icon.fa-pied-piper-alt,
a.fa-pied-piper-alt .bg-icon:hover,
.fa-pied-piper-alt .color-icon.border-icon:hover {
    color: #2f9f46;
}

.color-bg-icon.fa-pied-piper-square,
a.fa-pied-piper-square .bg-icon:hover,
.fa-pied-piper-square .color-icon.border-icon:hover {
    color: #2f9f46;
}

.color-bg-icon.fa-pied-piper,
a.fa-pied-piper.bg-icon:hover,
.fa-pied-piper.color-icon.border-icon:hover {
    background-color: #2f9f46;
}

.color-bg-icon.fa-pinterest-p,
a.fa-pinterest-p.bg-icon:hover,
.fa-pinterest-p.color-icon.border-icon:hover {
    background-color: #cc2127;
}

.color-bg-icon.fa-pinterest-square,
a.fa-pinterest-square.bg-icon:hover,
.fa-pinterest-square.color-icon.border-icon:hover {
    background-color: #cc2127;
}

.color-bg-icon.fa-pinterest,
a.fa-pinterest.bg-icon:hover,
.fa-pinterest.color-icon.border-icon:hover {
    background-color: #cc2127;
}

.color-bg-icon.fa-qq,
a.fa-qq.bg-icon:hover,
.fa-qq.color-icon.border-icon:hover {
    background-color: #000;
}

.color-bg-icon.fa-ra,
a.fa-ra.bg-icon:hover,
.fa-ra.color-icon.border-icon:hover {
    background-color: #000;
}

.color-bg-icon.fa-rebel,
a.fa-rebel.bg-icon:hover,
.fa-rebel.color-icon.border-icon:hover {
    background-color: #000;
}

.color-bg-icon.fa-reddit-square,
a.fa-reddit-square.bg-icon:hover,
.fa-reddit-square.color-icon.border-icon:hover {
    background-color: #ff4500;
}

.color-bg-icon.fa-reddit,
a.fa-reddit.bg-icon:hover,
.fa-reddit.color-icon.border-icon:hover {
    background-color: #ff4500;
}

.color-bg-icon.fa-renren,
a.fa-renren.bg-icon:hover,
.fa-renren.color-icon.border-icon:hover {
    background-color: #005eac;
}

.color-bg-icon.fa-safari,
a.fa-safari.bg-icon:hover,
.fa-safari.color-icon.border-icon:hover {
    background-color: #1b88ca;
}

.color-bg-icon.fa-sellsy,
a.fa-sellsy.bg-icon:hover,
.fa-sellsy.color-icon.border-icon:hover {
    background-color: #1f78b9;
}

.color-bg-icon.fa-share-alt-square,
a.fa-share-alt-square.bg-icon:hover,
.fa-share-alt-square.color-icon.border-icon:hover {
    background-color: #01bf01;
}

.color-bg-icon.fa-share-alt,
a.fa-share-alt.bg-icon:hover,
.fa-share-alt.color-icon.border-icon:hover {
    background-color: #01bf01;
}

.color-bg-icon.fa-shirtsinbulk,
a.fa-shirtsinbulk.bg-icon:hover,
.fa-shirtsinbulk.color-icon.border-icon:hover {
    background-color: #dd3a26;
}

.color-bg-icon.fa-simplybuilt,
a.fa-simplybuilt.bg-icon:hover,
.fa-simplybuilt.color-icon.border-icon:hover {
    background-color: #000;
}

.color-bg-icon.fa-skyatlas,
a.fa-skyatlas.bg-icon:hover,
.fa-skyatlas.color-icon.border-icon:hover {
    background-color: #00adbb;
}

.color-bg-icon.fa-skype,
a.fa-skype.bg-icon:hover,
.fa-skype.color-icon.border-icon:hover {
    background-color: #00aff0;
}

.color-bg-icon.fa-slack,
a.fa-slack.bg-icon:hover,
.fa-slack.color-icon.border-icon:hover {
    background-color: #0f7965;
}

.color-bg-icon.fa-slideshare,
a.fa-slideshare.bg-icon:hover,
.fa-slideshare.color-icon.border-icon:hover {
    background-color: #e98325;
}

.color-bg-icon.fa-soundcloud,
a.fa-soundcloud.bg-icon:hover,
.fa-soundcloud.color-icon.border-icon:hover {
    background-color: #f80;
}

.color-bg-icon.fa-spotify,
a.fa-spotify.bg-icon:hover,
.fa-spotify.color-icon.border-icon:hover {
    background-color: #7ab800;
}

.color-bg-icon.fa-stack-exchange,
a.fa-stack-exchange.bg-icon:hover,
.fa-stack-exchange.color-icon.border-icon:hover {
    background-color: #000;
}

.color-bg-icon.fa-stack-overflow,
a.fa-stack-overflow.bg-icon:hover,
.fa-stack-overflow.color-icon.border-icon:hover {
    background-color: #fe7a15;
}

.color-bg-icon.fa-steam-square,
a.fa-steam-square.bg-icon:hover,
.fa-steam-square.color-icon.border-icon:hover {
    background-color: #0b0b0b;
}

.color-bg-icon.fa-steam,
a.fa-steam.bg-icon:hover,
.fa-steam.color-icon.border-icon:hover {
    background-color: #0b0b0b;
}

.color-bg-icon.fa-stumbleupon-circle,
a.fa-stumbleupon-circle.bg-icon:hover,
.fa-stumbleupon-circle.color-icon.border-icon:hover {
    background-color: #eb4924;
}

.color-bg-icon.fa-stumbleupon,
a.fa-stumbleupon.bg-icon:hover,
.fa-stumbleupon.color-icon.border-icon:hover {
    background-color: #eb4924;
}

.color-bg-icon.fa-tencent-weibo,
a.fa-tencent-weibo.bg-icon:hover,
.fa-tencent-weibo.color-icon.border-icon:hover {
    background-color: #74af2c;
}

.color-bg-icon.fa-trello,
a.fa-trello.bg-icon:hover,
.fa-trello.color-icon.border-icon:hover {
    background-color: #256a92;
}

.color-bg-icon.fa-tripadvisor,
a.fa-tripadvisor.bg-icon:hover,
.fa-tripadvisor.color-icon.border-icon:hover {
    background-color: #589442;
}

.color-bg-icon.fa-tumblr-square,
a.fa-tumblr-square.bg-icon:hover,
.fa-tumblr-square.color-icon.border-icon:hover {
    background-color: #35465c;
}

.color-bg-icon.fa-tumblr,
a.fa-tumblr.bg-icon:hover,
.fa-tumblr.color-icon.border-icon:hover {
    background-color: #35465c;
}

.color-bg-icon.fa-twitch,
a.fa-twitch.bg-icon:hover,
.fa-twitch.color-icon.border-icon:hover {
    background-color: #6441a5;
}

.color-bg-icon.fa-twitter-square,
a.fa-twitter-square.bg-icon:hover,
.fa-twitter-square.color-icon.border-icon:hover {
    background-color: #55acee;
}

.color-bg-icon.fa-twitter,
a.fa-twitter.bg-icon:hover,
.fa-twitter.color-icon.border-icon:hover {
    background-color: #55acee;
}

.color-bg-icon.fa-viacoin,
a.fa-viacoin.bg-icon:hover,
.fa-viacoin.color-icon.border-icon:hover {
    background-color: #333;
}

.color-bg-icon.fa-vimeo-square,
a.fa-vimeo-square.bg-icon:hover,
.fa-vimeo-square.color-icon.border-icon:hover {
    background-color: #1ab7ea;
}

.color-bg-icon.fa-vimeo,
a.fa-vimeo.bg-icon:hover,
.fa-vimeo.color-icon.border-icon:hover {
    background-color: #1ab7ea;
}

.color-bg-icon.fa-vine,
a.fa-vine.bg-icon:hover,
.fa-vine.color-icon.border-icon:hover {
    background-color: #00b488;
}

.color-bg-icon.fa-vk,
a.fa-vk.bg-icon:hover,
.fa-vk.color-icon.border-icon:hover {
    background-color: #45668e;
}

.color-bg-icon.fa-wechat,
a.fa-wechat.bg-icon:hover,
.fa-wechat.color-icon.border-icon:hover {
    background-color: #93d034;
}

.color-bg-icon.fa-weibo,
a.fa-weibo.bg-icon:hover,
.fa-weibo.color-icon.border-icon:hover {
    background-color: #e71d34;
}

.color-bg-icon.fa-weixin,
a.fa-weixin.bg-icon:hover,
.fa-weixin.color-icon.border-icon:hover {
    background-color: #93d034;
}

.color-bg-icon.fa-wikipedia-w,
a.fa-wikipedia-w.bg-icon:hover,
.fa-wikipedia-w.color-icon.border-icon:hover {
    background-color: #000;
}

.color-bg-icon.fa-windows,
a.fa-windows.bg-icon:hover,
.fa-windows.color-icon.border-icon:hover {
    background-color: #00bcf2;
}

.color-bg-icon.fa-wordpress,
a.fa-wordpress.bg-icon:hover,
.fa-wordpress.color-icon.border-icon:hover {
    background-color: #21759b;
}

.color-bg-icon.fa-xing-square,
a.fa-xing-square.bg-icon:hover,
.fa-xing-square.color-icon.border-icon:hover {
    background-color: #026466;
}

.color-bg-icon.fa-xing,
a.fa-xing.bg-icon:hover,
.fa-xing.color-icon.border-icon:hover {
    background-color: #026466;
}

.color-bg-icon.fa-y-combinator,
a.fa-y-combinator.bg-icon:hover,
.fa-y-combinator.color-icon.border-icon:hover {
    background-color: #f0652f;
}

.color-bg-icon.fa-yahoo,
a.fa-yahoo.bg-icon:hover,
.fa-yahoo.color-icon.border-icon:hover {
    background-color: #400191;
}

.color-bg-icon.fa-yc,
a.fa-yc.bg-icon:hover,
.fa-yc.color-icon.border-icon:hover {
    background-color: #f0652f;
}

.color-bg-icon.fa-yelp,
a.fa-yelp.bg-icon:hover,
.fa-yelp.color-icon.border-icon:hover {
    background-color: #af0606;
}

.color-bg-icon.fa-youtube-play,
a.fa-youtube-play.bg-icon:hover,
.fa-youtube-play.color-icon.border-icon:hover {
    background-color: #e52d27;
}

.color-bg-icon.fa-youtube-square,
a.fa-youtube-square.bg-icon:hover,
.fa-youtube-square.color-icon.border-icon:hover {
    background-color: #e52d27;
}

.color-bg-icon.fa-youtube,
a.fa-youtube.bg-icon:hover,
.fa-youtube.color-icon.border-icon:hover {
    background-color: #e52d27;
}

.color-bg-icon.fa-rss,
a.fa-rss.bg-icon:hover,
.fa-rss.color-icon.border-icon:hover {
    background-color: #ffa811;
}

/*social icons default colors*/
.color-bg-icon {
    color: #ffffff;
}

a.fa {
    color: #303849;
}

a.border-icon {
    border: 1px solid #303849;
    border-color: rgba(48, 56, 73, 0.4);
}

    a.border-icon.color-icon:hover {
        border-color: transparent;
    }

a.bg-icon {
    background-color: #e8e8e8;
}

a.color-bg-icon {
    color: #ffffff;
    background-color: #23222d;
}

a.fa.color-icon:hover {
    color: #23222d;
}

a.fa.bg-icon:hover {
    color: #ffffff;
}

a.fa.color-bg-icon:hover {
    background-color: #e4880f;
    color: #ffffff;
}

a.color-icon:hover {
    color: #23222d;
}

a.color-icon.border-icon:hover {
    color: #ffffff;
}

.social-icons a.fa-paper-plane:hover {
    color: #0088cc;
}

/*
** WordPress Required
*/
.alignnone {
    margin: 10px 0 30px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 10px auto 30px auto;
}

.alignright {
    float: right;
    margin: 10px 0 30px 40px;
    max-width: 50%;
}

.alignleft {
    float: left;
    margin: 5px 30px 10px 0;
    max-width: 50%;
}

a img.alignright {
    float: right;
    margin: 10px 0 30px 40px;
}

a img.alignnone {
    margin: 10px 0 30px;
}

a img.alignleft {
    float: left;
    margin: 10px 40px 30px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    text-align: center;
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .screen-reader-text:focus {
        clip: auto !important;
        display: block;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        /* Above WP toolbar. */
    }

.sticky,
.bypostauthor {
    position: relative;
}

/*
** WordPress Page Links and Pagination
*/
.page-item,
.nav-links,
.page-links {
    clear: both;
}

    .page-item > span,
    .page-item > a,
    .nav-links > span,
    .nav-links > a,
    .page-links > span,
    .page-links > a {
        border: 1px solid rgba(72, 97, 115, 0.2);
        color: #486173;
        display: inline-block;
        margin-right: 5px;
        margin-left: 0;
        padding: 7px;
        min-width: 40px;
        text-align: center;
        line-height: inherit;
        font-weight: 400;
    }

        .page-item > span:hover,
        .page-item > a:hover,
        .nav-links > span:hover,
        .nav-links > a:hover,
        .page-links > span:hover,
        .page-links > a:hover {
            border-color: #e4880f;
            background-color: #e4880f;
        }

        .page-item > span.dots,
        .page-item > a.dots,
        .nav-links > span.dots,
        .nav-links > a.dots,
        .page-links > span.dots,
        .page-links > a.dots {
            cursor: not-allowed !important;
            background-color: transparent !important;
            color: #303849;
            position: relative;
            top: -3px;
            left: 2px;
            letter-spacing: 2px;
            border-color: transparent !important;
            font-size: 24px;
        }

    .page-item.active > a,
    .page-item > span,
    .nav-links.active > a,
    .nav-links > span,
    .page-links.active > a,
    .page-links > span {
        border-color: #e4880f !important;
        background-color: #e4880f !important;
    }

    .page-item .fa,
    .nav-links .fa,
    .page-links .fa {
        font-size: 14px;
        color: #e4880f;
    }

    .page-item a.next.page-numbers:hover i,
    .page-item a.prev.page-numbers:hover i,
    .nav-links a.next.page-numbers:hover i,
    .nav-links a.prev.page-numbers:hover i,
    .page-links a.next.page-numbers:hover i,
    .page-links a.prev.page-numbers:hover i {
        color: #303849;
    }

    .page-links a:first-child {
        margin-left: 1em;
    }

.pagination {
    margin-top: 60px;
}

.post-nav {
    margin: 60px 0 0;
    position: relative;
}

    .post-nav .nav-links {
        display: flex;
        flex-wrap: wrap;
    }

        .post-nav .nav-links > div {
            width: 50%;
            height: auto;
            position: relative;
            padding: 30px 40px;
            text-align: right;
            transition: 0.2s opacity ease;
        }

            .post-nav .nav-links > div:hover {
                opacity: 0.9;
            }

@media (max-width: 575px) {
    .post-nav .nav-links > div {
        width: 100%;
    }
}

.post-nav .nav-links > div .fa {
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.post-nav .nav-links > div:first-child {
    text-align: left;
}

    .post-nav .nav-links > div:first-child .fa {
        right: auto;
        left: 0;
    }

.post-nav .nav-links .nav-subtitle {
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    min-width: 8em;
    padding: 0.25em 0.8em 0.05em;
    display: inline-block;
}

.post-nav .nav-links .nav-title {
    display: block;
}

.post-nav .nav-links a {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.post-nav .post-nav-image {
    display: none;
}

.post-nav .cover-image .post-nav-text-wrap {
    text-align: center;
}

.page-links {
    margin-top: 20px;
}

/*
** Shop
*/
.woocommerce:before,
.woocommerce:after {
    display: block;
    content: '';
    clear: both;
}

form.woocommerce-cart-form table td,
form.woocommerce-cart-form table th {
    text-align: center;
}

.price {
    font-weight: 400;
    margin: 18px 0 0;
    color: #708090;
    display: block;
}

    .price del {
        color: #23222d;
        font-weight: 300;
        padding-right: 1em;
    }

    .price ins {
        text-decoration: none !important;
    }

.woocommerce-breadcrumb,
.woocommerce-products-header {
    display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin: 0 0 1.5em !important;
    padding: 1.5em 1.5em 1.5em 1.5em;
    border-left: 5px solid #e4880f;
    background-color: rgba(150, 150, 150, 0.05);
}

    .woocommerce-Message a.woocommerce-Button.button {
        margin-right: 10px;
    }

.u-columns.woocommerce-Addresses.col2-set.addresses header {
    margin-bottom: 10px;
}

.u-columns.woocommerce-Addresses.col2-set.addresses .col-2 header {
    margin-top: 30px;
}

.woocommerce-info {
    border-color: #007ebd;
}

.woocommerce-error {
    list-style-position: inside;
}

.woocommerce-result-count {
    margin-bottom: 0;
}

.owl-carousel.owl-products {
    margin: 0;
}

    .owl-carousel.owl-products .owl-stage-outer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .owl-carousel.owl-products .product {
        padding: 0;
        width: 100%;
        margin-bottom: 35px;
    }

.products.owl-carousel li.product {
    width: 100% !important;
}

ul.products,
.owl-products {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    clear: both;
}

    ul.products .product,
    .owl-products .product {
        position: relative;
        padding: 0 15px;
        margin-bottom: 30px;
        text-align: center;
    }

        ul.products .product .product-inner,
        .owl-products .product .product-inner {
            position: relative;
            display: block;
            overflow: hidden;
        }

            ul.products .product .product-inner .item-content,
            .owl-products .product .product-inner .item-content {
                padding: 25px 20px 30px;
            }

                ul.products .product .product-inner .item-content .shop-product-button,
                .owl-products .product .product-inner .item-content .shop-product-button {
                    margin-top: 23px;
                }

                    ul.products .product .product-inner .item-content .shop-product-button a:before,
                    .owl-products .product .product-inner .item-content .shop-product-button a:before {
                        display: none;
                    }

                ul.products .product .product-inner .item-content .add-to-card,
                .owl-products .product .product-inner .item-content .add-to-card {
                    margin-top: 23px;
                }

        ul.products .product > a > img,
        .owl-products .product > a > img {
            width: 100%;
            border-radius: 5px 5px 0 0;
        }

        ul.products .product h2,
        .owl-products .product h2 {
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            line-height: 24px;
            font-size: 16px;
            text-transform: none;
            letter-spacing: 0;
        }

        ul.products .product .onsale,
        .owl-products .product .onsale {
            min-width: 60px;
            line-height: 1;
            font-weight: 500;
            border-radius: 5px 0 0 0;
            position: absolute;
            padding: 5px 8px;
            color: #303849;
            background-color: #e4880f;
            z-index: 2;
            display: none;
        }

        ul.products .product .star-rating,
        .owl-products .product .star-rating {
            margin: 27px auto 0;
        }

    ul.products.columns-1 .product,
    .owl-products.columns-1 .product {
        width: 100%;
        margin-right: 0;
    }

    ul.products.columns-2 .product,
    .owl-products.columns-2 .product {
        width: 50%;
    }

    ul.products.columns-3 .product,
    .owl-products.columns-3 .product {
        width: 33.333%;
    }

@media (max-width: 1199px) {
    ul.products.columns-3 .product,
    .owl-products.columns-3 .product {
        width: 49.9%;
    }
}

ul.products.columns-4 .product,
.owl-products.columns-4 .product {
    width: 50%;
}

@media (min-width: 1200px) {
    ul.products.columns-4 .product,
    .owl-products.columns-4 .product {
        width: 25%;
    }
}

@media (max-width: 992px) {
    ul.products.columns-4 .product,
    .owl-products.columns-4 .product {
        width: 33.333333%;
    }
}

.columns-4:not(.owl-carousel) a.button {
    padding: 7px;
    letter-spacing: 0.1em;
}

@media (max-width: 575px) {
    ul.products .product {
        width: 100% !important;
    }
}

.woocommerce-Message .btn,
.woocommerce-message .btn,
.btn.view {
    float: right;
    margin: 3px 0;
    padding: 1px 10px;
    min-width: 120px;
}

.add_to_cart_button.loading:before {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    content: "\f021";
}

.add_to_cart_button.product_type_variable:before {
    content: "\f1de";
}

.add_to_cart_button + .wc-forward {
    padding: 0 1em;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 10px;
}

    .add_to_cart_button + .wc-forward:after {
        font-family: 'FontAwesome';
        content: "\f178";
        padding-left: 0.5em;
    }

/*shop pagination*/
.woocommerce-pagination {
    text-align: center;
    margin-top: 38px;
}

@media (max-width: 991px) {
    .woocommerce-pagination {
        margin-top: 7px;
    }
}

.woocommerce-pagination ul.page-numbers {
    padding: 0;
    list-style: none;
}

    .woocommerce-pagination ul.page-numbers li {
        display: inline-block;
    }

    .woocommerce-pagination ul.page-numbers span,
    .woocommerce-pagination ul.page-numbers a {
        border: 1px solid rgba(72, 97, 115, 0.2);
        color: #303849;
        display: inline-block;
        margin-right: 5px;
        margin-left: 0;
        padding: 7px;
        min-width: 40px;
        text-align: center;
        line-height: inherit;
        font-weight: 400;
    }

        .woocommerce-pagination ul.page-numbers span i,
        .woocommerce-pagination ul.page-numbers a i {
            color: #e4880f;
        }

        .woocommerce-pagination ul.page-numbers span:hover,
        .woocommerce-pagination ul.page-numbers a:hover {
            border-color: #e4880f;
            background-color: #e4880f;
        }

        .woocommerce-pagination ul.page-numbers span.dots,
        .woocommerce-pagination ul.page-numbers a.dots {
            position: relative;
            top: -3px;
            left: 2px;
            letter-spacing: 1px;
            border-color: transparent;
            font-size: 20px;
        }

            .woocommerce-pagination ul.page-numbers span.dots:hover,
            .woocommerce-pagination ul.page-numbers a.dots:hover {
                color: inherit;
                background-color: transparent;
            }

    .woocommerce-pagination ul.page-numbers span {
        border-color: #e4880f;
        background-color: #e4880f;
        cursor: not-allowed;
    }

/*single product*/
.product .flex-control-thumbs li {
    width: 20%;
}

.product .flex-viewport {
    box-shadow: 0 16px 20px 0px rgba(0, 0, 0, 0.15);
}

.product .images {
    position: relative;
    margin-bottom: 40px;
}

    .product .images .flex-direction-nav {
        display: none;
    }

@media (min-width: 992px) {
    .product .images {
        margin-bottom: 70px;
    }
}

.product .images figure {
    max-width: none;
}

@media (min-width: 767px) {
    .product .images {
        width: 46%;
        float: left;
    }
}

.product .summary {
    position: relative;
    margin-bottom: 45px;
}

    .product .summary:after {
        content: '';
        display: block;
        clear: both;
    }

@media (min-width: 767px) {
    .product .summary {
        width: 46%;
        float: right;
    }
}

.product .summary .entry-title {
    line-height: 1;
}

.product .summary .woocommerce-product-rating {
    margin-top: 3px;
    margin-bottom: 13px;
    line-height: 1;
    position: relative;
    display: inline-flex;
}

    .product .summary .woocommerce-product-rating .woocommerce-review-link {
        display: none;
    }

.product .summary .woocommerce-review-link {
    display: inline-block;
    margin-left: 21px;
}

.product .summary .variations {
    margin: 1.5em 0 0;
}

    .product .summary .variations tr {
        display: block;
        margin-bottom: 1em;
    }

    .product .summary .variations td {
        display: block;
        padding: 0;
        border: 0;
    }

    .product .summary .variations label {
        font-size: 16px;
        font-weight: 700;
        text-transform: none;
        letter-spacing: 0;
        margin-bottom: 5px;
    }

        .product .summary .variations label:after {
            content: ':';
        }

    .product .summary .variations .reset_variations {
        font-size: 0;
    }

        .product .summary .variations .reset_variations:before {
            font-size: 16px;
            padding: 0.5em;
            display: inline-block;
            font-family: 'FontAwesome';
            content: "\f05e";
        }

.product .summary .product_meta {
    margin-top: 40px;
}

    .product .summary .product_meta > span {
        display: block;
    }

    .product .summary .product_meta table th {
        padding: 19px 0;
        font-weight: 700;
    }

    .product .summary .product_meta td a {
        color: #708090;
    }

        .product .summary .product_meta td a:hover {
            color: #e4880f;
        }

.product .summary .price {
    margin-top: 25px;
}

    .product .summary .price ins {
        text-decoration: none;
    }

.product .summary form.cart {
    margin-top: 25px;
}

    .product .summary form.cart .add-to-cart .single_add_to_cart_button {
        padding: 22px 35px;
        margin-left: 5px;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .product .summary form.cart .add-to-cart .single_add_to_cart_button {
        padding: 22px 11px;
        margin-left: 0;
    }
}

.product .summary form.cart.grouped_form .woocommerce-grouped-product-list {
    margin-bottom: 30px;
}

    .product .summary form.cart.grouped_form .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label label {
        display: block !important;
        margin-bottom: 0;
    }

    .product .summary form.cart.grouped_form .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price del {
        margin-right: 5px;
    }

.product .summary form.cart button {
    margin-left: 0;
}

.product .summary .product_meta span {
    font-weight: 400;
}

    .product .summary .product_meta span a {
        font-weight: 300;
    }

.product .summary .wcppec-checkout-buttons.woo_pp_cart_buttons_div {
    text-align: left;
}

.woocommerce-message a.button.wc-forward {
    margin-right: 10px;
}

.single_variation_wrap .price {
    margin: 2px 0 10px;
}

    .single_variation_wrap .price del {
        padding-right: 15px;
    }

.quantity {
    display: inline-block;
    position: relative;
}

    .quantity i + i {
        display: none;
    }

.button {
    display: inline-block;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    padding: 7px 25px;
    border-radius: 0;
    font-weight: 700;
    background: #e4880f;
    color: #303849;
    border: 1px solid #e4880f;
    text-align: center;
    background-color: #e4880f;
}

    .button:hover {
        color: #ffffff;
        background-color: #303849;
        border-color: #303849;
    }

    .button.disabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

    .button + .button {
        margin-left: 4px;
    }

.quantity {
    display: inline-block;
    position: relative;
}

    .quantity [type='number'] {
        font-weight: 400;
        padding-right: 30px;
        padding-left: 30px;
        height: 60px;
        text-align: center;
        width: 80px;
        -moz-appearance: textfield;
        border: none;
        border-radius: 0;
        background-color: #f7f8f8;
    }

        .quantity [type='number']::-webkit-inner-spin-button,
        .quantity [type='number']::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    .quantity + button {
        top: -1px;
        position: relative;
    }

@media (max-width: 575px) {
    .quantity + button {
        margin-top: 20px;
    }
}

.quantity [type="button"] {
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    color: transparent;
    border: none;
    width: 22px;
    height: 10px;
    background-color: transparent;
    z-index: 1;
}

    .quantity [type="button"]:hover + i {
        color: #e4880f;
    }

    .quantity [type="button"] + i {
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        width: 22px;
        text-align: center;
        line-height: 10px;
        color: #23222d;
        display: inline-block;
    }

    .quantity [type="button"].minus {
        right: auto;
        left: 6px;
    }

        .quantity [type="button"].minus + i {
            right: auto;
            left: 6px;
        }

/*shop tabs*/
.woocommerce-tabs {
    clear: both;
    margin: 95px 0 92px;
}

@media (max-width: 991px) {
    .woocommerce-tabs {
        margin-top: 40px;
        margin-bottom: 60px;
    }
}

.woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

    .woocommerce-tabs ul.tabs li + li {
        border-top: none;
    }

    .woocommerce-tabs ul.tabs li {
        display: block;
        position: relative;
    }

        .woocommerce-tabs ul.tabs li.active:after {
            opacity: 1;
            right: 0.4em;
        }

        .woocommerce-tabs ul.tabs li.active a {
            background-color: #e4880f;
        }

            .woocommerce-tabs ul.tabs li.active a:hover {
                background-color: #f7f8f8;
            }

        .woocommerce-tabs ul.tabs li a {
            text-align: center;
            background-color: #f7f8f8;
            color: #303849;
            display: block;
            margin-right: 5px;
            margin-bottom: 2px;
            padding: 15px 12px;
            height: 100%;
        }

@media (min-width: 1200px) {
    .woocommerce-tabs ul.tabs li a {
        padding: 18px 46px;
    }
}

.woocommerce-tabs ul.tabs li a:hover {
    background-color: #e4880f;
}

.woocommerce-tabs .panel {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 44px 40px 40px;
}

@media (max-width: 767px) {
    .woocommerce-tabs .panel {
        padding: 30px;
    }
}

.woocommerce-tabs .panel h2 {
    font-size: 30px;
    margin-bottom: 28px;
    line-height: 1;
}

    .woocommerce-tabs .panel h2.woocommerce-Reviews-title {
        font-size: 24px;
        font-weight: 500;
        text-transform: none;
        margin-bottom: 20px;
    }

.woocommerce-tabs .panel p.stars {
    margin-bottom: 15px;
}

.woocommerce-tabs .panel .comment-reply-title {
    display: block;
    margin-top: 30px;
    margin-bottom: 19px;
    font-size: 24px;
    font-weight: 500;
}

@media (min-width: 992px) {
    .woocommerce-tabs .panel .comment-reply-title {
        margin-top: 60px;
    }
}

.woocommerce-tabs .panel .form-submit input[type="submit"] {
    height: auto;
    width: auto;
}

.woocommerce-tabs .panel .woocommerce-Reviews .comment-respond .comment-form-rating .select_container:before {
    display: none;
}

.woocommerce-tabs ul.tabs {
    display: flex;
}

    .woocommerce-tabs ul.tabs li a {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

.woocommerce-tabs .shop_attributes {
    margin-top: 0;
}

    .woocommerce-tabs .shop_attributes th:after {
        content: ':';
    }

.woocommerce-tabs + .woo-related-headings {
    display: none;
}

/*reviews*/
.commentlist {
    margin-top: 40px;
    padding: 0;
    list-style: none;
}

.comment.odd .comment_container {
    padding: 0 30px 20px 70px;
}

@media (max-width: 767px) {
    .comment.odd .comment_container {
        padding: 0 0 20px 70px;
    }
}

.comment.odd .comment_container > img {
    left: -16px;
}

.comment_container {
    position: relative;
    padding: 0 30px 20px;
    margin-bottom: 30px;
    margin-left: 50px;
}

@media (max-width: 767px) {
    .comment_container {
        padding: 0 0px 20px 30px;
        margin-bottom: 30px;
    }
}

.comment_container > img {
    position: absolute;
    border: 5px solid #fff;
    border-radius: 50%;
    max-width: 80px;
    top: -15px;
    left: -60px;
}

.comment_container .meta {
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin-right: 90px;
    margin-bottom: 0.5em;
    color: #23222d;
}

@media (max-width: 767px) {
    .comment_container .meta {
        margin-right: 0;
    }
}

.comment_container .meta strong {
    font-weight: inherit;
}

.comment_container .star-rating {
    float: right;
}

@media (max-width: 767px) {
    .comment_container .star-rating {
        display: none;
    }
}

#tab-reviews .comment-respond {
    border: none;
    padding: 0;
}

.related > h2,
.upsells > h2,
.cross-sells > h2 {
    font-size: 30px;
    margin-bottom: 28px;
    line-height: 1;
}

.related ul.products,
.upsells ul.products,
.cross-sells ul.products {
    margin: 0;
}

    .related ul.products .product,
    .upsells ul.products .product,
    .cross-sells ul.products .product {
        padding: 0;
        margin: 0;
    }

.related {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .related {
        margin-top: 80px;
    }
}

.related .top-right-nav .owl-nav {
    top: -54px;
    opacity: 0;
}

.related:hover .top-right-nav .owl-nav {
    opacity: 1;
}

@media (max-width: 767px) {
    .related .owl-nav {
        display: none;
    }
}

/*shop widgets*/
.widget .woocommerce-Price-amount {
    color: #708090;
    font-weight: 500;
}

.widget_shopping_cart ul,
.widget_products ul,
.widget_recently_viewed_products ul,
.widget_recent_reviews ul,
.widget_top_rated_products ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .widget_shopping_cart ul li,
    .widget_products ul li,
    .widget_recently_viewed_products ul li,
    .widget_recent_reviews ul li,
    .widget_top_rated_products ul li {
        position: relative;
        padding-left: 120px;
        min-height: 70px;
        margin-bottom: 31px;
        border-bottom: 1px solid rgba(48, 56, 73, 0.2);
        padding-bottom: 40px;
    }

        .widget_shopping_cart ul li:last-child,
        .widget_products ul li:last-child,
        .widget_recently_viewed_products ul li:last-child,
        .widget_recent_reviews ul li:last-child,
        .widget_top_rated_products ul li:last-child {
            margin-bottom: 0;
        }

        .widget_shopping_cart ul li a > img,
        .widget_products ul li a > img,
        .widget_recently_viewed_products ul li a > img,
        .widget_recent_reviews ul li a > img,
        .widget_top_rated_products ul li a > img {
            position: absolute;
            left: 0;
            max-width: 100px;
        }

    .widget_shopping_cart ul a.remove,
    .widget_products ul a.remove,
    .widget_recently_viewed_products ul a.remove,
    .widget_recent_reviews ul a.remove,
    .widget_top_rated_products ul a.remove {
        margin-top: 1px;
        margin-right: 9px;
    }

    .widget_shopping_cart ul .rating-product,
    .widget_products ul .rating-product,
    .widget_recently_viewed_products ul .rating-product,
    .widget_recent_reviews ul .rating-product,
    .widget_top_rated_products ul .rating-product {
        margin-bottom: 13px;
    }

.widget_shopping_cart .product-title,
.widget_products .product-title,
.widget_recently_viewed_products .product-title,
.widget_recent_reviews .product-title,
.widget_top_rated_products .product-title {
    font-weight: 400;
    display: block;
    font-size: 16px;
    padding-top: 12px;
    margin-bottom: 2px;
}

.widget_shopping_cart del .woocommerce-Price-amount,
.widget_products del .woocommerce-Price-amount,
.widget_recently_viewed_products del .woocommerce-Price-amount,
.widget_recent_reviews del .woocommerce-Price-amount,
.widget_top_rated_products del .woocommerce-Price-amount {
    color: #23222d;
    font-weight: 300;
}

.widget_shopping_cart del,
.widget_products del,
.widget_recently_viewed_products del,
.widget_recent_reviews del,
.widget_top_rated_products del {
    padding-right: 1em;
}

.widget_shopping_cart ins,
.widget_products ins,
.widget_recently_viewed_products ins,
.widget_recent_reviews ins,
.widget_top_rated_products ins {
    text-decoration: none !important;
}

.ds .widget_shopping_cart del .woocommerce-Price-amount,
.ds .widget_products del .woocommerce-Price-amount,
.ds .widget_recently_viewed_products del .woocommerce-Price-amount,
.ds .widget_recent_reviews del .woocommerce-Price-amount,
.ds .widget_top_rated_products del .woocommerce-Price-amount {
    color: #ffffff;
}

.widget_recent_reviews a {
    font-size: 18px;
    font-weight: 400;
}

.widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount {
    margin-top: 1.4em;
    display: flex;
    flex-direction: column-reverse;
}

@media (max-width: 1199px) {
    .widget_price_filter .price_slider_amount {
        margin-top: 1em;
    }
}

.widget_price_filter .price_slider_amount .price_label {
    margin-bottom: 15px;
}

.widget_price_filter .price_slider_amount button {
    max-width: 170px;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

    .widget_price_filter .ui-slider .to,
    .widget_price_filter .ui-slider .from {
        color: #303849;
        font-size: 16px;
        left: 71%;
        letter-spacing: 1px;
        position: absolute;
        top: 15px;
    }

    .widget_price_filter .ui-slider .from {
        left: 5%;
    }

.widget_price_filter .bg_im {
    background-color: #61728a;
    box-shadow: 0 16px 20px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 675px;
    top: 517px;
    width: 400px;
    height: 400px;
    z-index: 134;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    cursor: ew-resize;
    outline: none;
    background: #e4880f;
    box-sizing: border-box;
    margin-top: -3px;
    opacity: 1;
    border-radius: 50%;
}

    .widget_price_filter .ui-slider .ui-slider-handle:hover,
    .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
        box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
    }

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #e4880f;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #f7f8f8;
}

.widget_price_filter .ui-slider-horizontal {
    height: 4px;
    border-radius: 50px;
}

    .widget_price_filter .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
        left: -1px;
    }

    .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
        right: -1px;
    }

.widget_product_tag_cloud a {
    border: 1px solid rgba(72, 97, 115, 0.2);
    padding: 2px 17px;
    margin: 0 5px 10px 0;
    text-align: center;
    display: inline-block;
}

    .widget_product_tag_cloud a:hover {
        background-color: #e4880f;
        border-color: #e4880f;
        color: #23222d;
    }

.woocommerce-MyAccount-navigation ul,
.widget_layered_nav ul,
.widget_layered_nav_filters ul,
.widget_product_categories ul {
    padding: 0;
    list-style: none;
    width: 100%;
}

    .woocommerce-MyAccount-navigation ul ul li,
    .widget_layered_nav ul ul li,
    .widget_layered_nav_filters ul ul li,
    .widget_product_categories ul ul li {
        padding-left: 20px;
    }

        .woocommerce-MyAccount-navigation ul ul li:last-child,
        .widget_layered_nav ul ul li:last-child,
        .widget_layered_nav_filters ul ul li:last-child,
        .widget_product_categories ul ul li:last-child {
            padding-bottom: 0;
            border-bottom: none;
        }

.woocommerce-MyAccount-navigation li,
.widget_layered_nav li,
.widget_layered_nav_filters li,
.widget_product_categories li {
    border-top: 1px solid rgba(72, 97, 115, 0.2);
    border-bottom: 1px solid rgba(72, 97, 115, 0.2);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .woocommerce-MyAccount-navigation li > a,
    .widget_layered_nav li > a,
    .widget_layered_nav_filters li > a,
    .widget_product_categories li > a {
        flex-grow: 10;
        display: inline-block;
        padding-top: 16px;
        padding-bottom: 17px;
        line-height: 1;
    }

        .woocommerce-MyAccount-navigation li > a.active,
        .widget_layered_nav li > a.active,
        .widget_layered_nav_filters li > a.active,
        .widget_product_categories li > a.active {
            font-weight: 500;
        }

    .woocommerce-MyAccount-navigation li:before,
    .widget_layered_nav li:before,
    .widget_layered_nav_filters li:before,
    .widget_product_categories li:before {
        font-family: 'FontAwesome';
        content: '\f054';
        font-size: 10px;
        color: #e4880f;
        position: relative;
        top: -2px;
        padding-right: 10px;
    }

    .woocommerce-MyAccount-navigation li.is-active,
    .widget_layered_nav li.is-active,
    .widget_layered_nav_filters li.is-active,
    .widget_product_categories li.is-active {
        font-weight: 700;
    }

    .woocommerce-MyAccount-navigation li + li,
    .widget_layered_nav li + li,
    .widget_layered_nav_filters li + li,
    .widget_product_categories li + li {
        border-top: none;
    }

/*shopping cart*/
.shop_table {
    margin-top: 0;
}

    .shop_table .amount {
        font-weight: 600;
    }

    .shop_table th {
        font-size: 12px;
        line-height: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        border-bottom: 1px solid rgba(72, 97, 115, 0.2);
        vertical-align: center;
    }

    .shop_table .remove {
        font-size: 2em;
        display: block;
        text-align: center;
    }

    .shop_table .product-thumbnail img {
        max-width: 70px;
    }

    .shop_table .actions {
        padding: 2em;
        text-align: right;
    }

        .shop_table .actions button {
            padding: 17px 15px;
        }

@media (max-width: 767px) {
    .shop_table .actions {
        text-align: left;
    }
}

.shop_table .coupon {
    float: left;
    display: flex;
}

@media (max-width: 767px) {
    .shop_table .coupon {
        margin-bottom: 15px;
    }
}

.shop_table .coupon label {
    display: none;
}

.shop_table .coupon [type="text"] {
    width: auto;
    height: 50px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .shop_table .coupon [type="text"] {
        width: 200px;
        margin-right: 15px;
    }
}

.shop_table .coupon [type="submit"] {
    position: relative;
}

@media (min-width: 467px) {
    .shop_table .coupon [type="submit"] {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .shop_table .coupon .btn {
        padding: 7px 20px;
    }
}

@media (max-width: 991px) {
    .shop_table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

.woocommerce-cart-form [name="update_cart"] {
    display: none;
}

.cart-collaterals {
    clear: both;
    margin-top: 3em;
    display: flex;
    flex-direction: column;
}

    .cart-collaterals h2 {
        font-size: 30px;
        margin-bottom: 28px;
        line-height: 1;
    }

    .cart-collaterals .cart_totals {
        order: -1;
    }

@media (max-width: 991px) {
    .cart-collaterals .cart_totals table.shop_table td,
    .cart-collaterals .cart_totals table.shop_table th {
        width: 100%;
    }
}

.cart-collaterals .cart_totals a.checkout-button.button.alt.wc-forward {
    padding: 17px 25px;
}

.cart-collaterals .wc-proceed-to-checkout {
    margin: 30px 0 5px;
}

@media (min-width: 992px) {
    .cart-collaterals .wc-proceed-to-checkout {
        margin-top: 3em;
    }
}

.cart-collaterals .wc-proceed-to-checkout .wcppec-checkout-buttons.woo_pp_cart_buttons_div {
    text-align: left;
}

    .cart-collaterals .wc-proceed-to-checkout .wcppec-checkout-buttons.woo_pp_cart_buttons_div .wcppec-checkout-buttons__separator {
        color: #23222d;
        margin-bottom: 0;
    }

.return-to-shop {
    margin-top: 30px;
}

/*shop checkout*/
.checkout:before,
.checkout:after {
    display: block;
    content: '';
    clear: both;
}

.woocommerce-NoticeGroup {
    margin-bottom: 30px;
}

.col2-set .col-1,
.col2-set .col-2 {
    width: 100%;
}

.col2-set .col-1,
.col2-set .col-2 {
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width: 992px) {
    .col2-set#customer_details {
        flex-direction: column;
        width: 65%;
        float: left;
    }

    .col2-set ~ #order_review_heading,
    .col2-set ~ #order_review {
        float: right;
        width: 32%;
        margin-top: 0;
    }
}

ul#shipping_method {
    list-style: none;
    padding-left: 0;
}

    ul#shipping_method input[type=radio] {
        display: none;
    }

.shipping-calculator-button {
    display: block;
    margin-bottom: 10px;
}

#payment ul {
    margin: 1em 0;
    list-style: none;
    padding-left: 0;
}

#payment [type="radio"] {
    opacity: 0;
    margin-left: -10px;
}

#payment label {
    margin-bottom: 0;
}

.wc_payment_method .payment_box {
    margin-top: 0.8em;
    padding: 0.8em 1em;
    background-color: rgba(150, 150, 150, 0.05);
}

.place-order.form-row {
    display: block;
    margin: 2em 0 0;
}

p.form-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

    p.form-row label {
        display: none;
        margin-bottom: 0;
    }

@media (min-width: 992px) {
    p.form-row.form-row-first {
        width: 50%;
        float: left;
        padding-right: 10px;
    }

    p.form-row.form-row-last {
        width: 50%;
        float: left;
        padding-left: 10px;
    }

        p.form-row.form-row-last .button {
            padding: 17px 25px;
        }
}

p.form-row.notes,
p.form-row.form-row-wide {
    width: 100%;
    clear: both;
}

    p.form-row.notes em,
    p.form-row.form-row-wide em {
        display: block;
        margin-top: 5px;
    }

form.woocommerce-EditAccountForm.edit-account p:last-child {
    margin-top: 20px;
}

.woocommerce-info + .checkout_coupon,
.woocommerce-info + .login {
    display: none;
    width: 100% !important;
}

.lost_reset_password p.form-row.form-row-first {
    margin-right: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .lost_reset_password,
    form.login {
        width: 50%;
        margin: 40px 0 0;
    }
}

.lost_reset_password .button,
form.login .button {
    margin: 5px 0 0;
}

.woocommerce-account .woocommerce-notices-wrapper > * {
    margin-bottom: 30px;
}

.woocommerce-account h2 {
    margin-top: -5px;
}

/*shop account subpages*/
@media (max-width: 767px) {
    .woocommerce-MyAccount-navigation {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .woocommerce-MyAccount-navigation {
        padding-left: 60px;
        float: right;
        width: 30%;
    }

    .woocommerce-MyAccount-content {
        float: left;
        width: 65%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .woocommerce-MyAccount-navigation {
        padding: 29px !important;
    }
}

/*
order details
*/
.woocommerce-order-details {
    margin-top: 2.5em;
}

.woocommerce-customer-details {
    margin-top: 3.5em;
}

    .woocommerce-customer-details h3 {
        margin-top: 1em;
    }

ul.wc-item-downloads {
    margin: 0.5em 0;
}

.order-again {
    margin-top: 2em;
}

a.link-scale {
    display: block;
    overflow: hidden;
}

    a.link-scale img {
        transition: all 1s ease-in-out;
    }

    a.link-scale:hover img {
        transform: scale(1.2, 1.2);
    }

.count {
    color: #303849;
}

.product-categories a,
.wc-layered-nav-term a {
    color: #303849;
}

    .product-categories a:hover,
    .wc-layered-nav-term a:hover {
        color: #e4880f;
    }

.dropdown_layered_nav_color {
    letter-spacing: 0.2em;
}

.product .product-title,
.widget_shopping_cart .product-title,
.widget_top_rated_products .product-title,
.widget_products .product-title,
.widget_recently_viewed_products .product-title,
.widget_recent_reviews .product-title {
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product .star-rating,
.widget_shopping_cart .star-rating,
.widget_top_rated_products .star-rating,
.widget_products .star-rating,
.widget_recently_viewed_products .star-rating,
.widget_recent_reviews .star-rating {
    margin-bottom: 14px;
}

.up-sells.upsells.products h5 {
    margin-bottom: 30px;
}

.related.products .product img,
.up-sells.upsells.products img {
    border: 0;
}

table td.with-btn {
    padding: 13px 24px;
}

    table td.with-btn a {
        float: none !important;
    }

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a,
.download-product a {
    font-weight: 500;
    color: #303849;
}

    .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a:hover,
    .download-product a:hover {
        color: #e4880f;
    }

.widget_product_tag_cloud {
    margin-bottom: -10px;
}

.woocommerce-EditAccountForm.edit-account legend {
    padding: 20px 0 10px;
    font-size: 30px;
    line-height: inherit;
    color: #303849;
    white-space: normal;
    font-weight: 400;
}

.columns-3 ul.products.list-view li.product {
    width: 50%;
}

    .columns-3 ul.products.list-view li.product.vertical-item.content-padding.padding-small .item-content {
        padding: 0 24px 0 0px;
    }

        .columns-3 ul.products.list-view li.product.vertical-item.content-padding.padding-small .item-content .star-rating {
            margin: 15px auto 0;
        }

        .columns-3 ul.products.list-view li.product.vertical-item.content-padding.padding-small .item-content .price {
            margin: 15px 0 0;
        }

.columns-3 ul.products.list-view .product-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .columns-3 ul.products.list-view .product-inner img {
        max-width: 200px;
    }

#toggle_shop_view {
    margin-left: 14px;
}

    #toggle_shop_view:before,
    #toggle_shop_view:after {
        font-family: 'icomoon';
        display: inline-block;
        font-size: 14px;
        transition: all 0.2s ease-in-out 0s;
    }

    #toggle_shop_view:after {
        content: "\e91c";
        color: #303849;
    }

    #toggle_shop_view:before {
        margin-right: 16px;
        content: "\e91b";
        color: #303849;
    }

.grid-view:before {
    color: #303849 !important;
}

.grid-view:after {
    color: #303849 !important;
}

#sort_view {
    color: #333333;
    display: inline-block;
    padding: 12px 16px 13px;
    font-size: 14px;
}

.shop-form {
    justify-content: space-between;
    padding: 5px 40px;
}

@media (max-width: 575px) {
    .shop-form {
        padding: 17px 17px 5px;
    }
}

.shop-form .product-found {
    margin-right: 13px;
}

.shop-form .form-group .select_container:before {
    right: 28px;
    top: 21%;
}

.shop-form .form-group select {
    font-size: 14px;
    border-bottom: 0;
    padding-left: 14px;
}

.shop-form .show-product p {
    margin-bottom: 0;
    color: #303849;
    margin-right: 23px;
}

.shop-form .show-product a {
    font-weight: 400;
    font-size: 14px;
    padding: 0 5px;
    color: #303849;
}

    .shop-form .show-product a:hover {
        color: #e4880f;
    }

    .shop-form .show-product a.active {
        color: #e4880f;
        text-decoration: underline;
    }

.shop-form .view-product p {
    margin-bottom: 0;
    color: #303849;
    margin-right: 0;
}

.shop-form .sort-form p {
    color: #303849;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .shop-form .sort-form {
        display: none;
    }
}

.product_title.single_title {
    margin-top: 29px;
    line-height: 1.3;
}

.summary.entry-summary .list-styled ul li,
.summary.entry-summary ul.list-styled li {
    padding: 9px 0;
}

    .summary.entry-summary .list-styled ul li:first-child,
    .summary.entry-summary ul.list-styled li:first-child {
        padding-top: 0;
    }

    .summary.entry-summary .list-styled ul li:last-child,
    .summary.entry-summary ul.list-styled li:last-child {
        padding-bottom: 0;
    }

.widget_shopping_cart ul li {
    padding-bottom: 43px;
}

.widget_shopping_cart .product-title {
    margin-bottom: -1px;
}

.widget_shopping_cart .shop-desk {
    margin-bottom: 0;
}

.widget_shopping_cart .woocommerce-mini-cart__total.total {
    margin: 24px 0 0;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons {
    margin: 24px 0 0;
    display: flex;
}

    .widget_shopping_cart .woocommerce-mini-cart__buttons a:first-child {
        margin-right: 10px;
    }

.widget_shopping_cart ul li {
    display: block;
}

.widget_shopping_cart .btn-outline-maincolor {
    color: #303849;
}

    .widget_shopping_cart .btn-outline-maincolor:hover {
        border-color: #303849;
    }

.widget_shopping_cart .btn-maincolor:hover {
    color: #ffffff;
    background-color: #303849;
    border-color: #303849;
}

.widget_shopping_cart .product-title {
    color: #303849;
}

.up-sells.upsells .owl-item,
.cross-sells .owl-item {
    margin-bottom: 35px;
}

.up-sells.upsells .products.owl-carousel,
.cross-sells .products.owl-carousel {
    margin-bottom: -35px;
}

.widget_recent_reviews ul li,
.widget_products ul li {
    padding-bottom: 39px;
}

@media (min-width: 992px) {
    .woocommerce-page.post-type-archive-product .c-gutter-70 [class*="col-"],
    .woocommerce-page.post-type-archive-product .row.c-gutter-70 > [class*="col-"],
    .woocommerce-page.single-product .c-gutter-70 [class*="col-"],
    .woocommerce-page.single-product .row.c-gutter-70 > [class*="col-"],
    .woocommerce-page.tax-product_cat .c-gutter-70 [class*="col-"],
    .woocommerce-page.tax-product_cat .row.c-gutter-70 > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .woocommerce-page.post-type-archive-product .c-gutter-70 .row,
    .woocommerce-page.post-type-archive-product div.row.c-gutter-70,
    .woocommerce-page.single-product .c-gutter-70 .row,
    .woocommerce-page.single-product div.row.c-gutter-70,
    .woocommerce-page.tax-product_cat .c-gutter-70 .row,
    .woocommerce-page.tax-product_cat div.row.c-gutter-70 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (min-width: 1200px) {
    .woocommerce-page.post-type-archive-product .col-lg-7.col-xl-8.column-main,
    .woocommerce-page.single-product .col-lg-7.col-xl-8.column-main,
    .woocommerce-page.tax-product_cat .col-lg-7.col-xl-8.column-main {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .woocommerce-page.post-type-archive-product .column-sidebar,
    .woocommerce-page.single-product .column-sidebar,
    .woocommerce-page.tax-product_cat .column-sidebar {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.single-product .woocommerce-notices-wrapper {
    width: 100%;
}

    .single-product .woocommerce-notices-wrapper .woocommerce-error,
    .single-product .woocommerce-notices-wrapper .woocommerce-info,
    .single-product .woocommerce-notices-wrapper .woocommerce-message {
        margin-left: 15px;
        margin-bottom: 15px;
    }

@media (max-width: 767px) {
    .single-product .woocommerce-notices-wrapper .woocommerce-error,
    .single-product .woocommerce-notices-wrapper .woocommerce-info,
    .single-product .woocommerce-notices-wrapper .woocommerce-message {
        display: flex;
        flex-wrap: wrap;
    }

        .single-product .woocommerce-notices-wrapper .woocommerce-error a,
        .single-product .woocommerce-notices-wrapper .woocommerce-info a,
        .single-product .woocommerce-notices-wrapper .woocommerce-message a {
            margin-bottom: 10px;
        }
}

.single-product .page_content {
    margin-bottom: 5px;
}

.uws-products.carousel-layout .owl-carousel,
section.related.products ul.products {
    margin: 0;
}

    .uws-products.carousel-layout .owl-carousel .owl-stage-outer,
    section.related.products ul.products .owl-stage-outer {
        margin-right: -20px;
        margin-left: -20px;
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: -35px;
    }

        .uws-products.carousel-layout .owl-carousel .owl-stage-outer .product,
        section.related.products ul.products .owl-stage-outer .product {
            width: 100%;
            padding: 0;
            margin: 0 0 35px;
        }

#content_products {
    margin-bottom: -25px;
}

.widget_price_filter {
    margin-bottom: 5px;
}

.select2-container--default .select2-selection.select2-selection--single {
    height: 60px !important;
    border: 1px solid rgba(35, 34, 45, 0.1);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
}

    .select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered {
        padding: 0;
        line-height: 60px;
        color: #757575;
    }

    .select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow {
        top: 16px;
        right: 17px;
    }

.woocommerce-checkout-payment .payment_method_paypal img {
    display: block;
}

.woocommerce-checkout-payment .payment_method_paypal a {
    color: #23222d;
}

    .woocommerce-checkout-payment .payment_method_paypal a:hover {
        color: #e4880f;
    }

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 20px;
}

.woocommerce-shipping-fields {
    margin-top: 30px;
}

    .woocommerce-shipping-fields + .woocommerce-additional-fields {
        margin-top: 20px;
    }

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: rgba(48, 56, 73, 0.1);
}

/*
** Main Menu styles
*/
.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-wrap {
        justify-content: flex-end;
    }
}

.nav-wrap > .top-nav + *:not(.top-includes) {
    flex-grow: 100;
    padding-left: 20px;
    padding-right: 30px;
}

    .nav-wrap > .top-nav + *:not(.top-includes).toggle_menu_side {
        flex-grow: 0;
        margin-left: 45px;
    }

/* Desktop menu - (min1200px) styles */
@media (min-width: 1200px) {
    .top-nav {
        position: relative;
        flex-grow: 10;
        flex-wrap: nowrap;
        display: flex;
        align-items: center;
    }

    .justify-nav-end .top-nav {
        justify-content: flex-end;
    }

    .justify-nav-center .top-nav {
        justify-content: center;
    }
    /* menu layout */
    .sf-menu {
        display: block;
    }

        .sf-menu,
        .sf-menu ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .sf-menu li {
                position: relative;
            }

                .sf-menu li > ul {
                    position: absolute;
                    display: none;
                    top: 100%;
                    z-index: 99;
                }

                .sf-menu li:hover > ul,
                .sf-menu li.sfHover > ul {
                    display: block;
                }

            .sf-menu a {
                display: block;
                position: relative;
            }
            /* menu skin */
            .sf-menu a {
                padding: 10px 1.1em;
                text-decoration: none;
                zoom: 1;
                transition-property: color, background-color, border-color, padding-top, padding-bottom;
                font-size: 16px;
            }

            .sf-menu li {
                white-space: nowrap;
                *white-space: normal;
            }

            .sf-menu > li {
                display: inline-block;
                position: relative;
            }

            .sf-menu.nav > li:first-child > a {
                margin-left: 0;
            }

            .sf-menu.nav > li:last-child > a {
                margin-right: 0;
            }

            .sf-menu > li > a {
                line-height: 14px;
                padding-top: 31px;
                padding-bottom: 31px;
                padding-right: 0;
                padding-left: 0;
                margin: 0 18px;
                transition-duration: 0.15s;
            }

    .affix .sf-menu > li > a {
        padding: 29px 0 !important;
    }

    .sf-menu > li > a:hover,
    .sf-menu > li.active > a {
        color: #e4880f;
    }

    .nav-narrow .sf-menu > li {
        padding: 0;
    }

    .nav-narrow.home-header .sf-menu > li > a {
        padding: 27px 0 !important;
    }

    .nav-narrow .sf-menu > li > a {
        padding-top: 42px;
        padding-bottom: 42px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .nav-narrow .sf-menu > li.active > a:before {
        content: '';
        position: absolute;
        height: 2px;
        left: -14px;
        right: -14px;
        top: 0;
        z-index: 1;
        background-color: #e4880f;
    }

    .nav-bordered .sf-menu > li + li:before {
        content: '';
        width: 1px;
        position: absolute;
        left: -2px;
        top: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.15);
    }

    .cs .sf-menu > li > a {
        color: #ffffff;
    }

        .cs .sf-menu > li > a:hover,
        .cs .sf-menu > li.active > a {
            color: #23222d;
        }

    .ds .sf-menu > li > a {
        color: #ffffff;
    }

        .ds .sf-menu > li > a:hover,
        .ds .sf-menu > li.active > a,
        .ds .sf-menu > li.sfHover > a {
            color: #e4880f;
            opacity: 1;
        }

    .ds .sf-menu > li.active > a {
        font-weight: 400;
    }

    .ls .sf-menu > li > a {
        color: #23222d;
    }

        .ls .sf-menu > li > a:hover,
        .ls .sf-menu > li.active > a {
            color: #e4880f;
        }

    .ls .sf-menu > li.active > a {
        font-weight: 500;
    }

    .ls .sf-menu > li + li:before {
        background-color: rgba(48, 56, 73, 0.1);
    }

    .sf-menu li:hover,
    .sf-menu li.sfHover {
        /* only transition out, not in */
        transition: none;
    }
    /* second and next levels */
    .sf-menu > li .mega-menu,
    .sf-menu li > ul {
        margin-top: 0;
        text-align: left;
        list-style: none;
        padding: 28px 0 28px;
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        min-width: 10em;
        /* allow long menu items to determine submenu width */
        *width: 10em;
        /* no auto sub width for IE7, see white-space comment below */
    }

    .sf-menu > li .mega-menu {
        padding-left: 0;
        padding-right: 0;
    }

    .sf-menu.nav ul a {
        color: #23222d;
        padding-left: 40px;
        padding-right: 40px;
    }

    .sf-menu .mega-menu ul {
        box-shadow: none;
        padding: 0;
        background: transparent;
    }

        .sf-menu .mega-menu ul a {
            padding-left: 0;
            padding-right: 0;
        }

    .sf-menu ul a:hover,
    .sf-menu ul li.active > a {
        color: #e4880f;
    }
    /* third level */
    .sf-menu ul ul {
        margin-top: 0;
        top: -32px;
        margin-left: 5px;
    }

    .sf-arrows ul .sf-with-ul:after {
        font-family: 'FontAwesome';
        padding-left: 7px;
        content: '\f105';
    }
}

@media (min-width: 992px) and (max-width: 1599px) {
    .sf-menu a {
        padding: 5px 1.1em;
    }
}

.sf-menu i[class] {
    margin-right: 7px;
    font-size: 1.1em;
}

/* hidden menu items */
@media (min-width: 992px) {
    .sf-menu .sf-xl-hidden {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .sf-more-li {
        display: none;
    }
}

.nav-wrap a.btn {
    flex-grow: 0 !important;
}

@media (min-width: 767px) and (max-width: 1199px) {
    .nav-wrap.with-top-buttons {
        justify-content: flex-start;
    }
}

/* Mobile menu toggler */
@media (min-width: 1199px) {
    .page_header .toggle_menu,
    .page_toplogo .toggle_menu {
        display: none;
    }
}

.toggle_menu {
    position: absolute;
    top: 50%;
    right: 0;
    margin-left: -30px;
    margin-top: -30px;
    padding: 0 !important;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1002;
    visibility: visible;
    opacity: 0.95;
}

.page_header_wrapper .toggle_menu {
    z-index: 1003;
}

.page_toplogo .toggle_menu {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    margin: 0;
}

.toggle_menu:before,
.toggle_menu span,
.toggle_menu span:before,
.toggle_menu span:after {
    display: block;
    width: 20px;
    position: absolute;
    background-color: #ffffff;
    content: '';
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    height: 2px;
}

.toggle_menu:before {
    top: 20px;
    left: 20px;
    background-color: #e4880f;
}

.toggle_menu span {
    left: 20px;
    top: 50%;
}

    .toggle_menu span:before {
        opacity: 1;
        top: -5px;
    }

    .toggle_menu span:after {
        opacity: 1;
        top: 5px;
    }

.toggle_menu.mobile-active {
    border: none;
    left: auto;
    top: 0;
    right: 0;
    position: fixed;
    margin: 0;
    z-index: 3000;
    width: 60px;
    background-color: #303849;
}

    .toggle_menu.mobile-active:before {
        background-color: #ffffff;
        transform: rotate(45deg);
        top: 30px;
    }

    .toggle_menu.mobile-active span {
        background-color: #ffffff;
        transform: rotate(-45deg);
    }

        .toggle_menu.mobile-active span:before,
        .toggle_menu.mobile-active span:after {
            opacity: 0;
        }

.toggle_menu.active:before {
    background-color: #ffffff;
    transform: rotate(45deg);
    top: 30px;
}

.toggle_menu.active span {
    background-color: #ffffff !important;
    transform: rotate(-45deg);
}

    .toggle_menu.active span:before {
        opacity: 1;
        transform: rotate(45deg);
        background-color: #e4880f !important;
        top: 10px;
        left: -11px;
        width: 25px;
    }

    .toggle_menu.active span:after {
        opacity: 0;
    }

.toggle_menu.main-toggle {
    background-color: transparent !important;
}

.ls .toggle_menu span,
.ls .toggle_menu span:before,
.ls .toggle_menu span:after {
    background-color: #23222d;
}

/* Mobile Menu (max 1199px) styles */
@media (max-width: 767px) {
    .nav-wrap {
        justify-content: center;
    }
}

@media (max-width: 1199px) {
    .page_header [class*="col"] {
        min-height: 0;
    }

    .top-nav {
        position: fixed;
        visibility: hidden;
        z-index: 10;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: transparent;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

    .mobile-active .top-nav {
        visibility: visible;
        opacity: 1;
        background-color: #111;
        background-color: rgba(35, 34, 45, 0.8);
        z-index: 1002;
    }

    .nav-justified > li > a {
        text-align: left;
    }

    .sf-menu {
        display: block;
        position: fixed;
        overflow: auto;
        background-color: #ffffff;
        border-top: 60px solid #23222d;
        padding: 20px 0 20px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 100%;
        text-align: left;
        opacity: 0;
        transition: all 0.4s ease-in-out;
        font-weight: 400;
        line-height: 1;
    }

    .mobile-active .sf-menu {
        opacity: 1;
        right: 0;
    }

    .sf-menu li {
        position: relative;
        padding-left: 10px;
        text-align: center;
    }

    .top-nav .sf-menu a {
        color: #303849;
        z-index: 2;
        display: inline-block;
        padding: 7px 15px 7px 0px;
        line-height: 1.5;
        font-size: 18px;
    }

    .sf-menu ul {
        list-style: none;
        padding-left: 0;
        margin-top: 0 !important;
    }

        .sf-menu ul li a:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            background-color: #303849;
            width: 3px;
            height: 3px;
            border-radius: 50%;
            position: relative;
            bottom: 3px;
            opacity: 0;
        }
    /* arrows (for all except IE7) */
    .sf-arrows .sf-with-ul {
        padding-right: 3.5em;
    }
        /* styling for both css and generated arrows */
        .sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler {
            right: 5px;
            top: 5px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 50%;
            text-align: center;
            z-index: 1;
        }

            .sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler:after {
                font-family: 'FontAwesome';
                content: '\f105';
                color: #303849;
            }

    .sfHover > .sf-with-ul + .sf-menu-item-mobile-toggler:after {
        content: '\f107';
    }

    .toggle_menu.mobile-active {
        background-color: #23222d;
        opacity: 1;
    }
}

/* Mega Menu */
@media screen and (min-width: 992px) {
    .top-nav ul .mega-menu ul {
        border: none;
        min-width: auto;
    }

    .top-nav .menu-item-has-mega-menu {
        position: relative;
    }

    .top-nav .mega-menu {
        display: none;
        position: absolute;
        width: 940px;
        top: 100%;
        z-index: 10;
    }

    .top-nav .menu-item-has-mega-menu:hover .mega-menu {
        display: block;
    }
    /* row */
    .top-nav .mega-menu-row {
        position: static;
        display: table;
        table-layout: fixed;
    }

        .top-nav .mega-menu-row ul {
            position: static;
            display: block;
        }
    /* column */
    .top-nav .mega-menu-col {
        display: table-cell;
        width: 2000px;
        padding: 0 10px;
        border-left: 1px solid rgba(48, 56, 73, 0.1);
        /* overrides from settings / styling / mega-menu */
    }

        .top-nav .mega-menu-col > a {
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 0.05em;
        }

        .top-nav .mega-menu-col:first-child {
            border-left: none;
        }

    .top-nav ul ul .mega-menu {
        width: auto;
        top: -20px;
        margin-left: 1px;
        display: block;
    }

        .top-nav ul ul .mega-menu li {
            display: block;
            width: auto;
            border: none;
        }
}

@media screen and (min-width: 1200px) {
    .top-nav .mega-menu {
        width: 1170px;
    }

    .top-nav ul .mega-menu ul {
        min-width: 10em;
    }

    .top-nav .mega-menu-col {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1199px) {
    .top-nav .mega-menu {
        position: static;
    }
}

/* side clickable menu styles */
.menu-click {
    padding: 0;
}

    .menu-click i {
        width: 1em;
        text-align: center;
        margin-right: 10px;
    }

    .menu-click .toggle_submenu {
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 8px;
        font-size: 8px;
        text-align: center;
        opacity: 0.9;
        transform: rotate(-90deg);
        transition: .25s ease-in-out;
        border-radius: 50%;
        width: 3em;
        height: 3em;
        line-height: 3em;
    }

        .menu-click .toggle_submenu:before {
            top: 0;
            left: 0;
            position: absolute;
            width: 3em;
            height: 3em;
            line-height: 3em;
            font-family: 'FontAwesome';
            content: "\f078";
        }

    .menu-click ul {
        padding: 0;
    }

    .menu-click li {
        position: relative;
        list-style: none;
        width: 100%;
    }

    .menu-click > li {
        transition: 0.3s ease-in-out;
    }

    .menu-click a {
        display: block;
        padding: 10px 40px;
        font-size: 12px;
        line-height: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

        .menu-click a:hover {
            background-color: rgba(150, 150, 150, 0.05);
        }

    .menu-click .active-submenu > a {
        background-color: rgba(150, 150, 150, 0.05);
    }

    .menu-click .active-submenu > .toggle_submenu {
        transform: rotate(0deg);
    }

    .menu-click li.active > a {
        color: #e4880f;
    }

    .menu-click ul {
        opacity: 0;
        height: 0;
    }

        .menu-click ul a {
            padding-top: 8px;
            padding-bottom: 8px;
            padding-left: 50px;
        }

        .menu-click ul ul a {
            padding-left: 60px;
        }

        .menu-click ul ul ul a {
            padding-left: 70px;
        }

        .menu-click ul ul ul ul a {
            padding-left: 80px;
        }

    .menu-click .active-submenu > div.mega-menu {
        height: auto;
    }

        .menu-click .active-submenu > ul,
        .menu-click .active-submenu > div.mega-menu > ul {
            opacity: 1;
            height: auto;
        }

    .menu-click ul,
    .menu-click div.mega-menu {
        height: 0;
        overflow: hidden;
        transition: opacity 0.6s, margin-top 0.4s, margin-bottom 0.4s, height 0.3s ease-in-out;
    }

        .menu-click ul li.sfHover > .mega-menu ul {
            display: block;
            height: 100%;
        }

        .menu-click div.mega-menu > ul {
            margin-right: 0;
            height: auto;
        }

/*
** Header
*/
.boxed .page_header.affix-top {
    position: static !important;
    background: transparent;
}

.page_header {
    transition: height 0.5s ease-in-out;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    margin: 0;
    padding: 0;
    height: auto;
}

    .boxed .page_header,
    .page_header.affix {
        position: fixed !important;
        z-index: 1001;
        box-shadow: 0 2px 15px 0 rgba(100, 100, 100, 0.05);
        opacity: 0.98;
    }

        .boxed .page_header:after,
        .page_header.affix:after {
            background-color: transparent;
        }

        .page_header.affix.s-bordertop::before {
            display: none;
        }

@media (max-width: 991px) {
    .page_header.mobile-active {
        z-index: 1003;
        opacity: 1;
    }
}

.page_header.affix-bottom {
    top: 0 !important;
    position: fixed;
}

.page_header .row {
    min-height: 60px;
}

.page_header a {
    display: inline-block;
}

.header_absolute {
    position: relative;
}

    .header_absolute .page_header,
    .header_absolute .page_header_wrapper {
        z-index: 1002;
        position: absolute;
        right: 0;
        left: 0;
    }

    .header_absolute .page_topline,
    .header_absolute .page_toplogo,
    .header_absolute .page_header_wrapper,
    .header_absolute .page_title {
        background-color: transparent;
    }

#canvas:not(.boxed) .header_absolute .page_header.affix-top {
    background-color: transparent;
}

.page_topline {
    line-height: 1.4;
    z-index: 1000;
}

    .page_topline.small-text i {
        font-size: 14px;
    }

    .page_topline .icon-inline {
        justify-content: center;
    }

    .page_topline .social-icons {
        display: inline-block;
    }

    .page_topline .widget_nav_menu {
        display: inline-block;
    }

    .page_topline ul {
        margin: 0;
        padding: 0;
    }

    .page_topline .dropdown-language a > img {
        max-width: 16px;
        position: relative;
        bottom: 1px;
        margin-right: 6px;
    }

    .page_topline .owl-news-slider-dates {
        font-weight: 700;
    }

    .page_topline .topline-news-item {
        height: 2em;
        line-height: 2em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0 90px;
    }

        .page_topline .topline-news-item .cat-links {
            display: inline;
        }

    .page_topline .topline-news-nav-arrow {
        color: #ffffff;
        line-height: 38px;
        width: 40px;
    }

        .page_topline .topline-news-nav-arrow:hover {
            opacity: 0.5;
        }

    .page_topline .owl-nav > div {
        opacity: 1;
    }

.owl-carousel.owl-topline-news-slider.owl-news-slider-items .owl-nav {
    top: -4px;
}

    .owl-carousel.owl-topline-news-slider.owl-news-slider-items .owl-nav > div {
        right: 0;
    }

        .owl-carousel.owl-topline-news-slider.owl-news-slider-items .owl-nav > div:first-child {
            left: 0;
            right: auto;
        }

@media (min-width: 1500px) {
    .page_topline .container-fluid,
    .page_toplogo .container-fluid,
    .page_header .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.page_toplogo .media .media-body h6,
.header-side .media .media-body h6 {
    margin-bottom: 6px;
}

.page_toplogo .media .relative-icon i,
.header-side .media .relative-icon i {
    position: relative;
    bottom: 10px;
}

.page_toplogo .media + .media:before,
.header-side .media + .media:before {
    content: '';
    border-left: 1px solid rgba(72, 97, 115, 0.2);
    margin-left: 30px;
    padding-left: 24px;
    height: 47px;
    top: -3px;
    position: relative;
}

@media (max-width: 991px) {
    .page_toplogo .media + .media:before,
    .header-side .media + .media:before {
        display: none;
    }
}

.page_toplogo .media:first-child .media-body,
.header-side .media:first-child .media-body {
    margin-left: 20px;
}

.centered-title h1 {
    line-height: 0.9;
}

.header_absolute .page_header_wrapper.affix-wrapper {
    z-index: 1004;
}

.header_absolute {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .header_absolute .page_topline {
        background-image: none !important;
    }

        .header_absolute .page_topline:before {
            opacity: 0;
        }

/*header includes*/
.top-includes {
    margin: 0;
    padding: 0;
    line-height: 1;
}

@media (min-width: 1200px) {
    .top-includes {
        white-space: nowrap;
    }
}

.top-includes > * {
    display: inline-block;
}

.top-includes > li {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .top-includes > li {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .top-includes > li {
        margin-bottom: 7px;
    }

        .top-includes > li.meta-email {
            margin-left: 0;
        }
}

.top-includes > li:first-child {
    margin-left: 0;
}

@media (min-width: 1200px) {
    .top-includes.border-divided > li + li {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 11px;
        padding-bottom: 11px;
        margin-left: 47px;
        padding-left: 46px;
    }
}

.top-includes.border-divided li > div {
    display: inline-block;
}

.top-includes.border-divided .search_modal_button {
    position: relative;
    top: -2px;
    padding: 0 0 0 5px;
    margin-right: 23px;
}

@media (min-width: 992px) {
    .top-nav + .top-includes {
        margin-left: 50px;
    }
}

@media (max-width: 991px) {
    .top-includes.md-absolute {
        position: absolute;
        bottom: 0;
        right: 80px;
    }
}

.top-includes a.border-icon,
.top-includes a.bg-icon,
.top-includes a.color-bg-icon {
    margin-top: 2px;
    margin-bottom: 2px;
}

.top-includes .shop-dropdown {
    margin-right: 21px;
}

@media (max-width: 767px) {
    .top-includes .shop-dropdown .dropdown-menu-right {
        right: auto;
        left: 13px;
    }
}

.top-includes a.fa {
    margin-left: 8px;
    margin-right: 9px;
}

    .top-includes a.fa:hover {
        color: #e4880f;
    }

.ls .top-includes a.fa:hover {
    color: #ffffff;
}

.toggle_menu.toggle_menu_side.header_widget.header-slide {
    position: relative;
    right: 0;
    width: 35px;
    top: 2px;
}

    .toggle_menu.toggle_menu_side.header_widget.header-slide.active {
        opacity: 0;
    }

/*logo*/
a.logo {
    display: flex;
    align-items: center;
}

    a.logo img {
        display: inline-block;
        max-width: 85px;
    }

    a.logo .logo-text {
        letter-spacing: 1px;
        margin-top: 1px;
        margin-left: 17px;
    }

@media (max-width: 767px) {
    a.logo .logo-text {
        font-size: 30px;
    }
}

a.logo .logo-text-bottom {
    font-size: 26px;
}

a.logo .flex-column,
a.logo.flex-column {
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
}

    a.logo .flex-column.text-center,
    a.logo.flex-column.text-center {
        display: inline-block;
    }

.header_logo_center a.logo {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    z-index: 2;
}

.header_logo_center.affix a.logo {
    padding: 5px 0;
}

a.logo:hover > img {
    opacity: 1;
}

@media (min-width: 992px) {
    .header_logo_center .logo_wrapper {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.page_copyright a.logo {
    justify-content: center;
}

    .page_copyright a.logo img {
        max-width: 110px;
    }

/*search modal*/
#search_modal {
    padding: 0 !important;
}

    #search_modal .widget {
        padding: 20px 0;
        background-color: #ffffff;
    }

    #search_modal .search-form {
        max-width: 960px;
    }

@media (min-width: 768px) {
    #search_modal .search-form {
        margin: 0 100px;
    }
}

#search_modal a {
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
}

    #search_modal a:hover {
        color: #e4880f;
        opacity: 1;
    }

#search_modal .searchform-respond {
    width: 300px;
    margin: 20px auto;
    color: #ffffff;
}

#search_modal .form-group {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    #search_modal .form-group {
        padding: 0 20px;
    }
}

#search_modal .form-control:-moz-placeholder {
    color: #303849;
    opacity: 1;
}

#search_modal .form-control::-moz-placeholder {
    color: #303849;
    opacity: 1;
}

#search_modal .form-control:-ms-input-placeholder {
    color: #303849;
}

#search_modal .form-control::-webkit-input-placeholder {
    color: #303849;
}

#search_modal .search-submit {
    width: 60px;
    height: 60px;
    font-size: 0;
    min-width: auto;
    padding: 0;
}

@media (max-width: 1199px) {
    #search_modal .search-submit {
        right: 20px;
    }
}

#search_modal .search-submit:hover {
    opacity: 1;
}

    #search_modal .search-submit:hover:before {
        color: #23222d;
    }

#search_modal .search-submit:before {
    transition: 0.3s;
    font-size: 18px;
    color: #e4880f;
}

#search_modal .close {
    line-height: 60px;
    position: absolute;
    top: 20px;
    right: 20px;
    min-width: 60px;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    z-index: 2;
    text-shadow: none;
    background-color: transparent;
    padding: 0;
    border: 0;
}

    #search_modal .close:active {
        top: 20px !important;
    }

    #search_modal .close:hover {
        background-color: transparent;
    }

        #search_modal .close:hover i {
            color: #708090;
        }

    #search_modal .close i {
        transition: 0.3s;
        font-size: 30px;
        color: #e4880f;
    }

@media (max-width: 767px) {
    #search_modal .close {
        display: none;
    }
}

.active-side-header #search_modal {
    right: 325px;
}

.search_modal_button {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 0 0 0 10px;
}

/*
** Side Header
*/
/* side header layout */
body:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    visibility: hidden;
    opacity: 0;
}

body,
body:after,
#canvas,
.page_header_side {
    transition: all 0.5s ease-in-out;
}

#canvas {
    left: 0;
    transition-property: left, margin-left;
}

body.active-side-header {
    overflow: hidden;
}

    body.active-side-header #canvas {
        left: 325px;
    }

    body.active-side-header .page_header_side {
        left: 0;
    }

    body.active-side-header:after {
        visibility: visible;
        opacity: 1;
    }

html.html-active-push-header {
    overflow: hidden;
}

.page_header_side {
    z-index: 1102;
    position: fixed;
    width: 325px;
    left: -325px;
    top: 0;
    bottom: 0;
}

    .page_header_side.active-slide-side-header {
        box-shadow: 0 0 4px 3px rgba(50, 50, 50, 0.05);
    }

    .page_header_side ~ .page_toplogo .toggle_menu {
        display: none;
    }

    .page_header_side a.logo {
        padding: 10px 20px;
        margin-bottom: 20px;
    }

        .page_header_side a.logo img {
            max-width: 100%;
        }

    .page_header_side .widget {
        margin-top: 60px;
        padding-left: 40px;
        padding-right: 40px;
    }

        .page_header_side .widget:last-child {
            margin-bottom: 60px;
        }

    .page_header_side .widget_icons_list li + li {
        margin-top: 1em;
    }

.side_header_inner {
    padding: 50px 0 50px;
}

.ls .toggle_menu_side span:before,
.ls .toggle_menu_side span:after,
.ls .toggle_menu_side span {
    background-color: #303849;
}

.toggle_menu_side {
    transition: right 0.3s ease-in-out;
    position: absolute;
    top: 0;
    right: -60px;
    margin: 0;
}

@media (max-width: 370px) {
    .toggle_menu_side.active {
        right: 0;
        opacity: 0.4;
    }
}

.ds .toggle_menu_side {
    background-color: transparent;
}

    .ds .toggle_menu_side.active {
        background-color: #e4880f;
    }

.bs .toggle_menu_side {
    background-color: transparent;
}

.ls .toggle_menu_side {
    background-color: transparent;
}

.page_header_side.header_side_sticked .toggle_menu_side {
    transition: all 0.5s ease-in-out;
    right: -60px;
    top: 0;
}

@media (max-width: 370px) {
    .page_header_side.header_side_sticked .toggle_menu_side.active {
        right: 0;
    }
}

.page_header_side.active-slide-side-header {
    left: 0;
}

.active-side-header .boxed .header_push ~ div .page_header,
.active-side-header .header_push ~ div .page_header.affix {
    margin-left: 325px;
}

.active-side-header.slide-right .boxed .header_push ~ div .page_header,
.active-side-header.slide-right .header_push ~ div .page_header.affix {
    margin-left: -325px;
}

.page_header_side.header_side_right {
    left: auto;
    right: -325px;
}

    .page_header_side.header_side_right.active-slide-side-header {
        right: 0;
    }

    .page_header_side.header_side_right .toggle_menu_side {
        right: auto;
        transition: left 0.3s ease-in-out;
        left: -60px;
    }

@media (max-width: 370px) {
    .page_header_side.header_side_right .toggle_menu_side.active {
        left: 0;
    }
}

body.active-side-header.slide-right #canvas {
    left: -325px;
}

body.active-side-header.slide-right .page_header_side {
    left: auto;
    right: 0;
}

@media (min-width: 600px) {
    .page_header_side.header_side_sticked.active-slide-side-header {
        left: 0;
    }

    .header_side_sticked ~ * {
        transition: all 0.5s ease-in-out;
    }

        .header_side_sticked ~ * .container-fluid {
            padding-left: 80px;
        }

    .header_side_sticked ~ div .page_header {
        width: auto;
    }

    .header_side_sticked.active-slide-side-header ~ *,
    .header_side_sticked.active-slide-side-header ~ div .page_header {
        margin-left: 325px;
    }

    .boxed .header_side_sticked.active-slide-side-header ~ *,
    .boxed .header_side_sticked.active-slide-side-header ~ div .page_header {
        margin-left: 0;
    }

    .header_side_sticked ~ .page_header_wrapper {
        margin: 0 !important;
    }

    .page_header_side.header_side_sticked.header_side_right.active-slide-side-header {
        left: auto;
    }

    .header_side_sticked.header_side_right.active-slide-side-header ~ *,
    .header_side_sticked.header_side_right.active-slide-side-header ~ div .page_header {
        margin-left: 0;
        margin-right: 325px;
    }
}

.header-with-toggle.affix a.logo img {
    max-width: 50px;
}

.header-with-toggle.affix a.logo .logo-text {
    font-size: 30px;
    margin-bottom: 0;
}

.header-widget-area .toggle_menu.toggle_menu_side.header-slide {
    top: 49px;
    left: -134px;
}

    .header-widget-area .toggle_menu.toggle_menu_side.header-slide span:before,
    .header-widget-area .toggle_menu.toggle_menu_side.header-slide span,
    .header-widget-area .toggle_menu.toggle_menu_side.header-slide span:after {
        background-color: #ffffff;
    }

    .header-widget-area .toggle_menu.toggle_menu_side.header-slide.active {
        top: 0;
        left: -60px;
    }

    .header-widget-area .toggle_menu.toggle_menu_side.header-slide:hover:before,
    .header-widget-area .toggle_menu.toggle_menu_side.header-slide:hover span:before,
    .header-widget-area .toggle_menu.toggle_menu_side.header-slide:hover span,
    .header-widget-area .toggle_menu.toggle_menu_side.header-slide:hover span:after {
        width: 30px;
    }

.header-widget-area .widget {
    margin-top: 0;
}

    .header-widget-area .widget + .widget {
        margin-top: 70px;
    }

    .header-widget-area .widget.widget_nav_menu ul.menu.list-bordered li {
        padding: 0;
        border-color: rgba(48, 56, 73, 0.1);
    }

.bg-toggler .toggle_menu.active {
    background-color: #e4880f;
    opacity: 1;
}

    .bg-toggler .toggle_menu.active span,
    .bg-toggler .toggle_menu.active:before {
        left: 20px;
    }

        .bg-toggler .toggle_menu.active span:before {
            background-color: #23222d !important;
            top: 9px;
            left: -12px;
        }

.toggle-dark .toggle_menu.active span,
.toggle-dark .toggle_menu.active:before {
    background-color: #23222d !important;
}

.page_header_side .widget_popular_entries li.media img {
    max-width: 90px;
}

.page_header_side .widget_popular_entries li .media-body {
    margin-left: 15px;
}

/* 
** Intro Section Styles
*/
.page_slider {
    position: relative;
    overflow: hidden;
    clear: both;
}

@media (max-width: 1199px) {
    .page_slider > div {
        min-height: 500px;
    }
}

@media (max-width: 1199px) {
    .page_slider img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.page_slider > img {
    width: 100%;
}

.page_slider h2 {
    font-size: 3em;
    margin: 0;
    line-height: 1;
}

.page_slider h3 {
    font-size: 2em;
    margin: 0;
    line-height: 1;
}

.page_slider h4 {
    font-size: 1.5em;
    margin: 0;
}

.page_slider p {
    margin: 0;
}

@media (max-width: 475px) {
    .page_slider p {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .page_slider h2 {
        font-size: 4em;
    }

    .page_slider h3 {
        font-size: 3em;
    }

    .page_slider h4 {
        font-size: 2.5em;
    }
}

.page_slider .flex-direction-nav .flex-prev {
    left: 2%;
    opacity: 1;
}

.page_slider .flex-direction-nav .flex-next {
    right: 2%;
    opacity: 1;
}

.page_slider .flexslider .slides {
    display: flex;
}

.page_slider .flexslider:before,
.page_slider .flexslider:after {
    content: '';
    display: block;
    clear: both;
}

.page_slider .flexslider .intro_layer img {
    width: auto;
    display: inline-block;
}

.page_slider .flexslider.slider-shadow {
    padding-bottom: 50px;
}

    .page_slider .flexslider.slider-shadow:before,
    .page_slider .flexslider.slider-shadow:after {
        content: "";
        position: absolute;
        background: transparent;
        z-index: 1;
        bottom: 65px;
        left: 10px;
        width: 50%;
        height: 20%;
        max-width: 400px;
        box-shadow: 0 25px 20px rgba(0, 0, 0, 0.3);
        transform: rotate(-3deg);
    }

    .page_slider .flexslider.slider-shadow:after {
        right: 10px;
        left: auto;
        transform: rotate(3deg);
    }

.page_slider .intro_layers_wrapper {
    display: flex;
}

@media (max-width: 767px) {
    .page_slider .intro_layers_wrapper {
        padding-top: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page_slider .intro_layers_wrapper {
        padding-bottom: 60px;
    }
}

.page_slider .intro_after_featured_word {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 30px;
    margin-top: 14px;
    letter-spacing: 0.5em;
}

@media (min-width: 768px) {
    .page_slider .intro_after_featured_word {
        letter-spacing: 1em;
    }
}

.page_slider .intro-arrow {
    margin-top: 11px;
}

@media (min-width: 1200px) {
    .page_slider .intro-arrow {
        margin-top: 41px;
    }
}

.page_slider .intro_layers {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
}

.page_slider .flex-control-nav {
    position: absolute;
    width: 100%;
    left: 0;
}

@media (min-width: 768px) {
    .page_slider .flex-control-nav {
        bottom: 100px;
    }
}

@media (min-width: 992px) {
    .page_slider .flex-control-nav {
        bottom: 44.9%;
        left: 4.9%;
    }
}

.page_slider .flex-control-nav li {
    display: block;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

@media (max-width: 991px) {
    .page_slider .flex-control-nav li {
        padding: 0 2.5px;
        display: inline-block;
    }
}

.page_slider .flex-control-nav li a {
    border-color: #ffffff;
    background: #ffffff;
}

    .page_slider .flex-control-nav li a.flex-active,
    .page_slider .flex-control-nav li a:hover {
        opacity: 1;
        background: #e4880f;
        border-color: #e4880f;
    }

@media (min-width: 300px) {
    .page_slider .cs,
    .page_slider .ds {
        background-color: transparent;
    }

    .page_slider .container-fluid,
    .page_slider .container,
    .page_slider img + .container {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .page_slider [class*="col-"] {
        position: static;
        min-height: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .page_slider .intro_layers_wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        left: 15px;
        height: 100%;
        z-index: 5;
    }
}

@media (min-width: 300px) and (min-width: 600px) {
    .boxed .page_slider .intro_layers_wrapper {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 300px) {
    .page_slider .intro_text_top .intro_layers {
        justify-content: flex-start;
    }

    .page_slider .intro_text_bottom .intro_layers {
        justify-content: flex-end;
    }
}

@media (min-width: 768px) {
    .page_slider .intro_featured_word mark {
        margin: 0 20px;
    }
}

@media (min-width: 1200px) {
    .page_slider .intro_featured_word h3,
    .page_slider .intro_featured_word h4,
    .page_slider .intro_featured_word h5,
    .page_slider .intro_featured_word h6 {
        font-size: 80px;
        white-space: nowrap;
        line-height: 1;
    }
}

@media (max-width: 991px) {
    .page_slider {
        text-align: center;
    }
}

.page_slider .intro_shadow_word {
    font-size: 100px;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); /* changed from -47% */
    margin: 0;
    width: 100%;
    opacity: 0.2;
    z-index: -1;
    left: 0;
    text-align: center; /* ← this was missing */
}

@media (min-width: 768px) {
    .page_slider .intro_shadow_word {
        font-size: 180px;
    }
}

@media (min-width: 992px) {
    .page_slider .intro_shadow_word {
        font-size: 230px;
    }
}

@media (min-width: 1400px) {
    .page_slider .intro_shadow_word {
        left: 0;
        font-size: 400px;
    }
}

/*
** Subpages
*/
/*
** 404
*/
.error404 .header_absolute .page_header,
.error404 .header_absolute .page_header_wrapper {
    position: relative;
}

.error404 .page_topline {
    background-image: none !important;
}

.page_404 {
    min-height: calc(100vh - 64px);
}

    .page_404 .page-header .error_text {
        font-weight: 500;
        letter-spacing: 3em;
        text-transform: uppercase;
        margin-bottom: 17px;
        text-indent: 46px;
    }

    .page_404 .page-header p.color-main {
        font-size: 150px;
        font-weight: 800;
        line-height: 0.8;
        margin-bottom: 13px;
    }

@media (min-width: 992px) {
    .page_404 .page-header p.color-main {
        font-size: 200px;
    }
}

.page_404 .page-content {
    text-transform: uppercase;
}

    .page_404 .page-content p.first-line-text {
        margin-bottom: 10px;
    }

@media (min-width: 768px) {
    .page_404 .page-content p.first-line-text {
        margin-bottom: -4px;
    }
}

/*
** Blog
*/
.blog-slider {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .blog-slider {
        display: none;
    }
}

.blog-featured-posts .post {
    height: 100%;
}

.entry-title,
.entry-title:last-child {
    margin: 0 0 29px;
    line-height: 1.3;
    font-size: 18px;
}

@media (min-width: 768px) {
    .entry-title,
    .entry-title:last-child {
        font-size: 30px;
    }
}

h6.entry-title {
    font-size: 20px !important;
    margin-bottom: 13px !important;
}

.item-media + .item-content h1.entry-title {
    margin-top: 5px;
}

.post {
    position: relative;
}

    .post .more-link {
        font-size: 14px;
        letter-spacing: 0.3em;
        border-width: 1px;
        padding: 18px 25px;
        border-radius: 0;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
        display: flex;
        justify-content: center;
        background-color: #e4880f;
        border-color: #e4880f;
        color: #23222d;
        max-width: 170px;
        margin-top: 20px;
    }

@media (min-width: 992px) {
    .post .more-link {
        margin-top: 35px;
    }
}

.post .more-link:hover {
    background-color: #23222d;
    border-color: #23222d;
    color: #ffffff;
}

.post.vertical-item.content-padding .item-content {
    padding: 26px 30px 30px;
}

@media (min-width: 1200px) {
    .post.vertical-item.content-padding .item-content {
        padding: 56px 60px 60px;
    }
}

.post.sticky {
    border: 1px solid #e4880f;
}

.post > .fa {
    position: absolute;
    right: 9px;
    top: 7px;
    color: #ffffff;
    transform: rotate(45deg);
    z-index: 2;
}

    .post > .fa:before {
        position: relative;
        z-index: 3;
    }

    .post > .fa:after {
        content: '';
        display: block;
        position: absolute;
        z-index: 2;
        top: -14px;
        left: -35px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 40px 40px 40px;
        border-color: transparent transparent #e4880f transparent;
    }

.post + .post {
    margin-top: 100px;
}

@media (max-width: 991px) {
    .post + .post {
        margin-top: 60px;
    }
}

.post h1.entry-title + .entry-meta {
    margin: -1em 0 2em;
}

.post.cover-image {
    padding: 60px 20px 54px;
    text-align: center;
    height: auto;
}

@media (min-width: 992px) {
    .post.cover-image {
        padding: 60px 60px 54px;
    }
}

.post.cover-image .post-thumbnail {
    display: none;
}

.post-thumbnail {
    text-align: center;
}

    .post-thumbnail .owl-dots {
        position: absolute;
        bottom: 30px;
        right: 0;
        left: 0;
    }

.post + hr {
    margin-top: 60px;
    margin-bottom: 60px;
}

.post.search-item + .post.search-item {
    margin-top: 30px;
}

.post-password-form input[type="password"] {
    margin-top: 0.5em;
    width: auto;
}

.post-password-form input[type="submit"] {
    position: relative;
    top: -2px;
}

.post-date {
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 500;
    text-transform: uppercase;
}

    .post-date i {
        margin-right: 8px;
        font-size: 14px;
    }

.entry-footer,
.entry-meta {
    margin-bottom: 17px;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
}

    .entry-footer i,
    .entry-meta i {
        margin-right: 8px;
        font-size: 14px;
    }

    .entry-footer .byline,
    .entry-meta .byline {
        display: flex;
        flex-wrap: wrap;
    }

        .entry-footer .byline > span,
        .entry-meta .byline > span {
            margin-right: 20px;
        }

            .entry-footer .byline > span:last-child,
            .entry-meta .byline > span:last-child {
                margin-right: 0;
            }

.post .entry-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 33px;
    margin-bottom: 0;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 767px) {
    .post .entry-footer {
        align-items: baseline;
        flex-direction: column-reverse;
    }

        .post .entry-footer .post-adds {
            margin-bottom: 15px;
        }
}

.post .entry-footer:before,
.post .entry-footer:after {
    display: none;
}

.post .entry-footer .post-adds > span {
    margin-right: 15px;
}

    .post .entry-footer .post-adds > span:last-child {
        margin-right: 0;
    }

.post .entry-footer .post-cat {
    width: 100%;
}

@media (max-width: 767px) {
    .post .entry-footer .post-cat {
        margin-top: 20px;
    }
}

.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.entry-header:before,
.entry-header:after {
    display: block;
    content: '';
    clear: both;
}

.cat-links {
    z-index: 1;
    font-size: 0;
    display: block;
    margin-bottom: 21px;
    line-height: 1;
}

    .cat-links a {
        display: inline-block;
        line-height: 1;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 7px 17px;
        margin: 0 7px 7px 0;
        border-radius: 0;
        color: #303849;
        background-color: transparent;
        border: 1px solid rgba(72, 97, 115, 0.2);
    }

        .cat-links a:hover {
            color: #e4880f;
        }

.entry-footer .edit-link,
.entry-header .edit-link {
    float: right;
}

    .entry-footer .edit-link a:before,
    .entry-header .edit-link a:before {
        font-family: 'FontAwesome';
        content: '\f040';
        padding-right: 0.4em;
    }

.entry-footer .entry-title + .edit-link,
.entry-header .entry-title + .edit-link {
    position: absolute;
    right: 15px;
    top: 0.5em;
}

/*gallery post*/
.post .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

    .post .gallery .gallery-item {
        width: 50%;
        padding: 0 7px;
    }

        .post .gallery .gallery-item figcaption {
            padding: 20px 3px 5px;
            word-break: break-all;
        }

@media (min-width: 992px) {
    .post .gallery.gallery-columns-1 .gallery-item {
        width: 100%;
    }

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

    .post .gallery.gallery-columns-3 .gallery-item {
        width: 33.33%;
    }

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

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

    .post .gallery.gallery-columns-6 .gallery-item {
        width: 16.66%;
    }

    .post .gallery.gallery-columns-7 .gallery-item {
        width: 14.28%;
    }

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

    .post .gallery.gallery-columns-9 .gallery-item {
        width: 11.11%;
    }
}

.gallery-item .gallery-icon img {
    width: 100%;
}

figure.wp-block-gallery.columns-3.alignfull figcaption.blocks-gallery-caption {
    width: 100%;
    margin-bottom: 50px;
}

/*post author*/
.author-bio a.fa {
    margin-bottom: 0;
}

/*comments*/
.comments-area {
    margin-top: 92px;
}

@media (max-width: 991px) {
    .comments-area {
        margin-top: 48px;
        margin-bottom: -20px;
    }
}

.comments-area .comment-list {
    margin-top: 74px;
    margin-bottom: -15px;
    list-style: none;
    padding: 0;
}

@media (max-width: 767px) {
    .comments-area .comment-list {
        margin-top: 20px;
    }
}

.comments-area .comment-list ol.children {
    list-style: none;
    padding-left: 35px;
}

@media (min-width: 1200px) {
    .comments-area .comment-list ol.children {
        padding-left: 96px;
    }
}

.comments-area .comment-list ol.children ol.children ol.children {
    padding-left: 35px;
}

.comments-area .comment-list .comment-respond {
    margin: 30px 0;
}

.comments-area .trackback .comment-body,
.comments-area .pingback .comment-body {
    padding-left: 0;
    margin-left: 0;
}

.comments-area .comments-title {
    margin-top: -5px;
    margin-bottom: 25px;
}

.comments-area #cancel-comment-reply-link {
    color: #e4880f;
    font-size: 20px;
}

.comment-body {
    position: relative;
    margin-left: 70px;
    margin-bottom: 0;
    padding: 25px 0 25px 30px;
}

    .comment-body ol,
    .comment-body ol ol {
        padding-left: 20px;
    }

.comment-meta {
    margin-bottom: 5px;
    font-size: 20px;
}

    .comment-meta img {
        position: absolute;
        left: -70px;
        top: 26px;
        max-width: 80px;
        margin: 0;
    }

    .comment-meta b {
        font-weight: inherit;
    }

.comment-metadata {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.comment-data {
    display: block;
    margin-bottom: 15px;
}

.comment-data,
.comment-metadata > span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
}

    .comment-data.reply,
    .comment-metadata > span.reply {
        margin-right: 20px;
    }

    .comment-data i,
    .comment-metadata > span i {
        font-size: 14px;
        margin-right: 9px;
        position: relative;
        top: -1px;
    }

@media (max-width: 575px) {
    .comment-body {
        margin-left: 50px;
        padding-right: 0;
    }

    .comment-meta img {
        max-width: 60px;
        left: -50px;
    }
}

.comment-content p {
    margin-bottom: 0.5em;
}

.no-comments {
    margin-top: 30px;
    opacity: 0.7;
}

.comment-awaiting-moderation {
    margin-top: 10px;
    opacity: 0.7;
}

.comments-pagination {
    margin: 2em 0 3em;
}

/*comment respond form*/
.comments-area > .comment-respond {
    margin-top: 47px;
}

@media (max-width: 991px) {
    .comments-area > .comment-respond {
        margin-top: 20px;
    }

        .comments-area > .comment-respond .p-50 {
            padding: 30px !important;
        }
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
}

    .comment-form p {
        margin-bottom: 10px;
        width: 100%;
    }

        .comment-form p.comment-form-cookies-consent {
            margin-top: 5px;
            margin-bottom: 0;
        }

            .comment-form p.comment-form-cookies-consent input {
                display: none;
            }

            .comment-form p.comment-form-cookies-consent label {
                display: block !important;
                margin-bottom: 0;
            }

        .comment-form p.form-submit {
            margin-top: 19px;
            margin-bottom: 0;
        }

    .comment-form input {
        height: 50px;
    }

    .comment-form textarea {
        padding-top: 8px;
    }

    .comment-form textarea,
    .comment-form input {
        width: 100%;
    }

        .comment-form input[type=checkbox] {
            margin: 0;
            visibility: hidden;
        }

@media (min-width: 768px) {
    .comment-form .comment-form-author,
    .comment-form .comment-form-email {
        width: 50%;
    }

    .comment-form .comment-form-author {
        padding-right: 10px;
    }
}

.comment-form label + [class*="fa-"],
.comment-form label + [class^="ico-"] {
    top: 18px;
}

.comment-form .comment-form-comment label + [class*="fa-"],
.comment-form .comment-form-comment label + [class^="ico-"] {
    top: 14px;
}

/* post formats */
.format-chat .entry-content p {
    padding: 7px 20px;
    margin-bottom: 0;
    border: 1px solid rgba(72, 97, 115, 0.2);
}

    .format-chat .entry-content p:nth-child(2n) {
        background-color: #f7f8f8;
        border-color: transparent;
        margin: 5px 0;
    }

.single.single-post .format-quote,
.single.single-post .format-status {
    padding: 0 !important;
}

    .single.single-post .format-quote .entry-meta .byline,
    .single.single-post .format-status .entry-meta .byline {
        justify-content: center;
    }

.single.single-post .entry-footer {
    display: block;
}

    .single.single-post .entry-footer .tag-links {
        margin-bottom: -7px;
    }

.format-quote:not(.cover-image):not(.item-post):not(.media),
.format-status:not(.cover-image):not(.item-post):not(.media) {
    padding: 60px;
}

.format-quote > img,
.format-status > img {
    display: none;
}

.format-quote .avatar,
.format-status .avatar {
    display: block;
    margin: 0 auto;
}

.format-quote .entry-header .entry-title,
.format-status .entry-header .entry-title {
    margin-top: 25px;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .format-quote .entry-header .entry-title,
    .format-status .entry-header .entry-title {
        margin-bottom: 37px;
    }
}

.blog .format-status .item-content.entry-content .entry-content {
    font-size: 20px;
}

.format-quote {
    text-align: center;
}

    .format-quote .quote-author {
        position: relative;
    }

        .format-quote .quote-author:before {
            content: "";
            -webkit-mask: url(../img/quote-mark.png) no-repeat center/contain;
            background-color: #e4880f;
            width: 36px;
            height: 29px;
            position: absolute;
            bottom: 8px;
            left: -21px;
        }

    .format-quote blockquote {
        margin: 0;
        padding: 0;
        font-style: italic;
        font-size: 20px;
        max-width: 100%;
    }

@media (max-width: 991px) {
    .format-quote blockquote {
        margin: 20px 0 16px;
    }
}

.format-quote .entry-header .quote-author {
    display: inline-block;
    margin-bottom: -7px;
}

.blog .post.vertical-item:not(.post_format-post-format-gallery):not(.post_format-post-format-video) .item-media {
    display: inline-block;
    text-align: center;
    margin-bottom: -5px;
}

.masonry-layout .post.vertical-item.content-padding .item-content {
    padding: 24px 20px 30px;
}

.masonry-layout .entry-footer .byline span:after,
.masonry-layout .entry-meta .byline span:after {
    margin: 0 5px;
}

.masonry-layout .post.cover-image {
    padding: 29px 15px;
}

.masonry-layout .format-quote blockquote {
    margin: 15px 0 18px;
    font-size: 16px;
}

.masonry-layout .format-quote .entry-header {
    margin-top: 0;
}

.masonry-layout .format-status .entry-content {
    margin-top: 15px;
}

.blog .format-link .item-content.entry-content {
    padding-top: 30px;
}

@media (min-width: 992px) {
    .blog .format-link .item-content.entry-content {
        padding-top: 60px;
    }
}

.blog .format-link .item-content.entry-content .entry-content a:not(.more-link) {
    line-height: 1;
    font-size: 20px;
    color: #e4880f;
    border-bottom: 1px solid;
}

    .blog .format-link .item-content.entry-content .entry-content a:not(.more-link):hover {
        color: #ffffff;
    }

.blog .format-link .entry-title,
.blog .format-link .entry-title:last-child {
    margin-bottom: 18px;
}

@media (min-width: 992px) {
    .blog .format-link .entry-title,
    .blog .format-link .entry-title:last-child {
        margin-bottom: 38px;
    }
}

.format-aside {
    border-left: 2px solid #e4880f;
}

@media (min-width: 992px) {
    .format-aside {
        padding-left: 30px;
    }
}

.isotope-item .format-aside {
    padding: 30px;
}

.post.event-post + .post.event-post {
    margin-top: 30px;
}

.single-post .post .item-content blockquote {
    max-width: 100%;
    margin-bottom: 28px;
}

@media (min-width: 768px) {
    .single-post .post .item-content blockquote {
        margin-bottom: 44px;
    }
}

.item-post.post.vertical-item.content-padding .item-content {
    padding: 28px 30px 24px;
}

@media (min-width: 992px) {
    .item-post.post.vertical-item.content-padding .item-content {
        padding: 38px 40px 34px;
    }
}

.item-post.post.vertical-item.content-padding .item-content .item-title {
    line-height: 1.4;
}

    .item-post.post.vertical-item.content-padding .item-content .item-title:after,
    .item-post.post.vertical-item.content-padding .item-content .item-title .special-heading .with-line:after {
        left: 0;
        margin-top: 25px;
    }

@media (max-width: 767px) {
    .item-post.post.vertical-item.content-padding .item-content .item-title {
        font-size: 20px;
    }
}

.item-post .entry-meta {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    padding: 15px 30px 15px;
}

@media (min-width: 992px) {
    .item-post .entry-meta {
        padding: 25px 40px;
    }
}

.item-post .entry-meta .byline {
    justify-content: space-between;
}

.item-post .entry-meta:before {
    content: '';
    background-color: rgba(48, 56, 73, 0.1);
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
}

.item-post .post-date {
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}

.item-post .post-tags .cat-links {
    margin-bottom: 15px;
}

    .item-post .post-tags .cat-links a {
        text-transform: none;
        font-weight: 400;
        font-size: 14px;
        background-color: #e4880f;
        border-color: #e4880f;
    }

        .item-post .post-tags .cat-links a:hover {
            background-color: #303849;
            border-color: #303849;
            color: #ffffff;
        }

.item-layout-tiled .post + .post {
    margin-top: 0;
}

@media (min-width: 992px) {
    .item-layout-tiled .item-post-tiled .item-media img {
        display: none;
    }

    .item-layout-tiled .item-post-tiled .item-content {
        padding-top: 5px;
        padding-bottom: 20px;
    }
}

.item-layout-tiled .item-post-tiled2.vertical-item .item-media + .item-content {
    padding-top: 26px;
}

.post#post-1158 #attachment_612.wp-caption.aligncenter {
    display: none;
}

    .post#post-1158 #attachment_612.wp-caption.aligncenter + p {
        display: none;
    }

.tab-pane .post + .post {
    margin-top: 40px;
}

.post-nav-panels {
    display: flex;
    flex-flow: column wrap;
    margin: 40px 0 0;
}

    .post-nav-panels.has-images {
        margin: 60px 0 0;
    }

    .post-nav-panels .nav-item {
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: 50%;
        display: flex;
        justify-content: center;
        position: relative;
    }

        .post-nav-panels .nav-item a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            text-align: center;
            padding: 15px 0;
            position: relative;
            z-index: 2;
        }

        .post-nav-panels .nav-item.has-image {
            min-height: 146px;
        }

            .post-nav-panels .nav-item.has-image:before {
                content: '';
                background-color: #e4880f;
                opacity: 0.8;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                z-index: 1;
            }

            .post-nav-panels .nav-item.has-image:hover:before {
                opacity: 0.5;
            }

            .post-nav-panels .nav-item.has-image a {
                padding-left: 15px;
                padding-right: 15px;
            }

@media (min-width: 320px) {
    .post-nav-panels .nav-item.has-image a {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 992px) {
    .post-nav-panels .nav-item.has-image a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .post-nav-panels .nav-item.has-image a {
        padding-left: 45px;
        padding-right: 45px;
    }
}

.post-nav-panels .nav-item-label {
    color: #708090;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 17px;
    text-transform: uppercase;
    margin-top: 4px;
}

.post-nav-panels .nav-item-title {
    color: #303849;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.05em;
    display: block;
    margin-top: 20px;
}

.post-nav-panels .nav-item a:hover .nav-item-title {
    color: #e4880f;
}

.post-nav-panels .nav-item.has-image a .nav-item-title {
    color: #ffffff;
}

@media (min-width: 992px) {
    .post-nav-panels.both-links {
        flex-flow: row nowrap;
    }

        .post-nav-panels.both-links .nav-item {
            width: 50%;
        }

            .post-nav-panels.both-links .nav-item:not(:last-child) {
                margin-right: 5px;
            }

            .post-nav-panels.both-links .nav-item:not(:first-child) {
                margin-left: 5px;
            }
}

@media (max-width: 991px) {
    .post-nav-panels .nav-item + .nav-item {
        margin-top: 30px;
    }
}

/* 
** Template Specific Styles
*/
#box_wrapper > section,
#box_wrapper > div > section {
    overflow: hidden;
}

@media (min-width: 768px) {
    #box_wrapper > section.page_topline,
    #box_wrapper > section.page_toplogo,
    #box_wrapper > section.overflow-visible,
    #box_wrapper > div > section.overflow-visible {
        overflow: visible;
    }
}

#box_wrapper > section.page_topline.overflow-m-visible,
#box_wrapper > section.page_toplogo.overflow-m-visible,
#box_wrapper > section.overflow-visible.overflow-m-visible,
#box_wrapper > div > section.overflow-visible.overflow-m-visible {
    overflow: visible;
}

#box_wrapper > div > section.topline-overflow-visible {
    overflow: visible;
}

img.absolute_image {
    position: absolute;
    z-index: 1;
    top: 50px;
}

.image-rounded-cross-borders {
    position: relative;
    margin: 50px 0 60px;
}

    .image-rounded-cross-borders:before,
    .image-rounded-cross-borders:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 30px;
        background-color: rgba(48, 56, 73, 0.1);
        top: -30px;
        left: 50%;
    }

    .image-rounded-cross-borders:after {
        top: auto;
        bottom: -30px;
    }

    .image-rounded-cross-borders .box-shadow {
        padding: 9px;
        border-radius: 50%;
    }

        .image-rounded-cross-borders .box-shadow:before,
        .image-rounded-cross-borders .box-shadow:after {
            content: '';
            position: absolute;
            height: 1px;
            width: 30px;
            background-color: rgba(48, 56, 73, 0.1);
            top: 50%;
            left: -30px;
        }

@media (max-width: 1199px) {
    .image-rounded-cross-borders .box-shadow:before,
    .image-rounded-cross-borders .box-shadow:after {
        display: none;
    }
}

.image-rounded-cross-borders .box-shadow:after {
    left: auto;
    right: -30px;
}

.image-rounded-cross-borders img {
    border-radius: 50%;
}

.btn-action i {
    width: 1em;
    height: 1em;
    text-align: center;
}

    .btn-action i.fa-chevron-right {
        position: relative;
        left: 2px;
    }

.partners-carousel a {
    opacity: 0.2;
}

    .partners-carousel a:hover {
        opacity: 0.8;
    }

.partners-carousel .center a {
    opacity: 1;
}

.page_title h1,
.page_title h2 {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .page_title h1,
    .page_title h2 {
        margin-top: -2px;
        font-size: 50px;
    }

        .page_title h1:last-child,
        .page_title h2:last-child {
            margin-bottom: 0;
        }
}

.page_title .small-title {
    margin-bottom: 0;
}

    .page_title .small-title + .breadcrumb {
        font-size: 16px;
        letter-spacing: 0;
        text-transform: none;
        font-weight: 300;
    }

@media (min-width: 992px) {
    .page_title .title-inline {
        margin: 0;
    }

        .page_title .title-inline + .breadcrumb {
            padding-left: 30px;
            margin-left: 30px;
            border-left: 1px solid rgba(200, 200, 200, 0.35);
        }
}

.page_title .breadcrumb {
    line-height: 1.6;
    margin-bottom: 2px;
}

.page_title [class*="container"] > .breadcrumb {
    position: absolute;
    right: 15px;
    margin-bottom: 0;
    bottom: 0;
    padding: 0 15px;
    background-color: rgba(72, 97, 115, 0.2);
}

@media (max-width: 767px) {
    .page_title [class*="container"] > .breadcrumb {
        letter-spacing: 0.15em;
    }
}

.page_map {
    height: 560px;
    text-align: center;
}

    .page_map .marker {
        display: none;
    }

.map_marker_description {
    max-width: 270px;
    padding: 17px 0 12px;
}

    .map_marker_description h3 {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 13px;
    }

    .map_marker_description img {
        max-width: 90% !important;
    }

button.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
}

.gm-style .gm-style-iw {
    overflow: visible !important;
    text-align: center;
    line-height: 1.6em;
}

    .gm-style .gm-style-iw > *:first-child {
        position: relative;
    }

    .gm-style .gm-style-iw .icon-inline {
        display: inline-block;
        margin: 0.3em 0;
    }

        .gm-style .gm-style-iw .icon-inline .icon-styled {
            margin-right: 5px;
        }

.page_footer {
    overflow: hidden;
}

    .page_footer .widget_text + .widget_mailchimp {
        margin-top: -6px;
    }

@media (min-width: 768px) {
    .page_footer .widget_text + .widget_mailchimp {
        margin-top: -15px;
    }
}

.page_footer .widget_mailchimp button {
    height: 60px;
}

.page_footer .widget_bloginfo a.logo {
    margin-top: 0;
    margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .page_footer .widget_bloginfo a.logo {
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .page_footer .widget_bloginfo a.logo {
        margin-top: -12px;
        margin-bottom: 32px;
        justify-content: inherit;
    }
}

.page_footer .widget_bloginfo span {
    display: inline-block;
    margin-top: -4px;
}

.page_footer .list-bordered li {
    padding-top: 17px;
    padding-bottom: 18px;
}

    .page_footer .list-bordered li i {
        margin-right: 16px;
    }

@media (max-width: 767px) {
    .page_footer .widget_icons_list {
        padding-bottom: 9px;
    }
}

.item-hover-content {
    position: relative;
    overflow: hidden;
}

    .item-hover-content .item-media {
        z-index: 2;
    }

    .item-hover-content .item-content {
        position: absolute;
        right: 0;
        left: 0;
        box-shadow: 0 16px 20px 0px rgba(0, 0, 0, 0.15);
    }

        .item-hover-content .item-content h4 {
            line-height: 1;
            letter-spacing: 0.15em;
            margin-bottom: 1.4em;
        }

            .item-hover-content .item-content h4 span {
                font-weight: 900;
            }

@media (min-width: 1200px) {
    .item-hover-content.content-padding .item-content {
        padding: 54px 40px;
    }
}

.item-hover-content:hover {
    overflow: visible;
    z-index: 3;
    box-shadow: 0 16px 20px 0px rgba(0, 0, 0, 0.15);
}

.content-show-hover {
    overflow: hidden;
}

    .content-show-hover .item-content {
        top: 0;
        opacity: 0;
        transform: scale(1.2);
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        transition: all 0.15s ease-in-out;
    }

        .content-show-hover .item-content h4 {
            line-height: 1;
            letter-spacing: 0.15em;
            margin-bottom: 1.4em;
        }

            .content-show-hover .item-content h4 span {
                display: block;
                font-weight: 900;
            }

    .content-show-hover:hover {
        box-shadow: 0 16px 20px 0px rgba(0, 0, 0, 0.15);
    }

        .content-show-hover:hover .item-content {
            transform: scale(1);
            opacity: 1;
        }

.share_buttons {
    display: flex;
}

    .share_buttons a {
        display: block;
        width: 100%;
    }

        .share_buttons a:before {
            height: 50px;
            line-height: 50px;
        }

        .share_buttons a.fa {
            margin: 0 1px 0 0;
        }

            .share_buttons a.fa:last-child {
                margin: 0;
            }

.card-carousel .card .card-body {
    margin: -70px 30px 35px;
    padding: 38px 20px 35px;
    z-index: 10;
}

    .card-carousel .card .card-body .card-title {
        margin-bottom: 10px;
    }

.card-carousel .card .item-media .abs-link {
    opacity: 0.3;
    background-color: #e4880f;
}

.card-carousel .card:hover .item-media .abs-link {
    opacity: 0;
}

.card-carousel [class*="-item"]:not(.align-items-center):hover .media-links:before {
    opacity: 0;
}

@media (max-width: 767px) {
    .dropdown.dropdown-card .dropdown-menu {
        padding: 20px;
    }
}

.dropdown.dropdown-card .dropdown-menu.show {
    margin-top: 8px;
}

.dropdown.dropdown-card .dropdown-shopping-cart {
    position: relative;
    margin-right: 24px;
}

    .dropdown.dropdown-card .dropdown-shopping-cart:after {
        display: none;
    }

    .dropdown.dropdown-card .dropdown-shopping-cart .badge {
        border-radius: 1em;
        color: #303849;
        font-size: 10px;
        left: 9px;
        padding: .27em .47em;
        position: absolute;
        top: -5px;
    }

    .dropdown.dropdown-card .dropdown-shopping-cart:hover {
        color: inherit;
    }

    .dropdown.dropdown-card .dropdown-shopping-cart + .dropdown-menu {
        min-width: 340px;
    }

@media (min-width: 576px) {
    .dropdown.dropdown-card .dropdown-shopping-cart + .dropdown-menu {
        min-width: 460px;
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .dropdown.dropdown-card .woocommerce.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons a {
        padding: 7px 15px;
    }
}

.dropdown.dropdown-card .woocommerce.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item {
    padding-left: 0;
    display: flex;
    align-items: center;
    padding-bottom: 31px;
}

    .dropdown.dropdown-card .woocommerce.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item a > img {
        position: relative;
    }

    .dropdown.dropdown-card .woocommerce.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .minicart-product-meta {
        margin-left: 20px;
    }

        .dropdown.dropdown-card .woocommerce.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .minicart-product-meta > a {
            line-height: 1.3;
            font-weight: 400;
            display: block;
            white-space: normal;
        }

        .dropdown.dropdown-card .woocommerce.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .minicart-product-meta .quantity {
            margin-top: 10px;
        }

    .dropdown.dropdown-card .woocommerce.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item a.remove_from_cart_button {
        order: 1;
        font-size: 0;
        margin: 0;
    }

        .dropdown.dropdown-card .woocommerce.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item a.remove_from_cart_button:before {
            transition: 0.3s;
            content: "\e917";
            font-family: 'icomoon' !important;
            font-size: 16px;
            color: #708090;
        }

        .dropdown.dropdown-card .woocommerce.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item a.remove_from_cart_button:hover:before {
            color: #303849;
        }

.wp-block-group.has-background,
.wp-block-media-text.alignfull.has-media-on-the-right {
    margin-bottom: 30px;
}

.alignleft,
.alignright,
.aligncenter {
    clear: both;
}

/*
** Custom Classes
*/
.cover-image .opacity-0 {
    opacity: 0.2;
}

@media (min-width: 992px) {
    .cover-image .opacity-0 {
        opacity: 0 !important;
    }
}

@media (max-width: 767px) {
    .column-reverse {
        flex-direction: column-reverse;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-md-reverse {
        flex-direction: row-reverse;
    }
}

@media (min-width: 1400px) {
    .offset-big {
        margin-left: 148px;
    }
}

@media (min-width: 1600px) {
    .ml-n-40 {
        margin-left: -40px;
    }
}

.mt-n-1 {
    margin-top: -3px;
}

.z-index-1003 {
    z-index: 1003;
}

@media (min-width: 992px) {
    .c-pr-25 .p-50 {
        padding-right: 25px;
    }

    .c-pl-25 .p-50 {
        padding-left: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .align-md-center {
        display: flex;
        align-items: center;
    }
}

.z-index-3 {
    z-index: 3;
}

@media (max-width: 1199px) {
    #fw-buttons .btn {
        margin-top: 5px;
        margin-left: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .p-lg-none .px-50 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .lh-big h6 {
        line-height: 1.3;
        margin-bottom: 15px;
    }
}

