@charset "utf-8";

400;
500;
600;
700;
900&display=swap";
@import "../fonts/icomoon/icomoon.css";

.gradient-background .widget_search .widget-title {
    margin-bottom: 21px;
    @import "https: //fonts.googleapis.com/css?family=Poppins;

    @import "https: //fonts.googleapis.com/css2?family=Montserrat;

}

html {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}

::selection {
    color: #fff;
    background-color: #ff6162;
}

::-moz-selection {
    color: #fff;
    background-color: #ff6162;display: none;
}

body {
    position: relative;
    overflow: visible;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: poppins,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #777;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: .65em;
    margin-bottom: .65em;
    font-family: montserrat,sans-serif;
    font-weight: 600;
    line-height: 1.2;
    word-break: break-word;
    font-feature-settings: "lnum" 1;
    font-variant-numeric: lining-nums;
}

h1 {
    margin-top: .97em;
    margin-bottom: .22em;
    font-size: 60px;
}

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

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

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

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

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

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

    h2 {
        font-size: 2.4rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.7rem;
    }

    h5 {
        font-size: 1.3rem;
    }

    h6 {
        font-size: 1rem;
    }
}

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: 30px;
}

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

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

img:not(.embed-img) ,
figure {
    height: auto;
    max-width: 100%;
}

figcaption {
    padding: 10px 0 7px;
    font-size: .95em;
    line-height: 1.4;
}

figcaption p {
    margin-bottom: 0;
}

b,
strong {
    font-weight: 600;
    color: #1d1d1d;
}

label {
    color: #1d1d1d;
}

a {
    text-decoration: none;
    color: #777;
    transition: all .2s ease-in-out 0s;
}

a:hover {
    text-decoration: none;
    color: #ff6162;
    transition: all .15s linear 0s;
}

blockquote {
    position: relative;
    margin: 40px 0 40px 15px;
    padding-left: 20px;
    max-width: 100%;
    border-left: 2px solid #ff6162;
    font-size: 20px;
    font-style: italic;
}

@media(min-width:992px) {
    blockquote {
        margin: 40px 0 40px 50px;
        padding-left: 30px;
    }
}

blockquote:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 34px;
    height: 27px;
    margin-right: 15px;
    background-color: #ff6162;
    -webkit-mask: url(../img/quote-mark.png) no-repeat center/contain;
}

blockquote .quote-author {
    margin-top: 20px;
    font-style: normal;
}

blockquote .quote-author img {
    float: left;
    position: relative;
    top: 1px;
    margin-right: 10px;
    max-width: 50px;
    border-radius: 50%;
}

blockquote .quote-author h6 {
    display: inline-block;
    margin: 0;
}

blockquote .quote-author p {
    margin-top: -7px;
    font-size: 16px;
}

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

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

a:hover > img {
    opacity: .8;
}

hr {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
    border-color: #e8e8e8;
}

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

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

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

table th {
    font-weight: 400;
    vertical-align: middle;
    color: #1d1d1d;
}

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

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

pre {
    padding: .5em 1em;
    line-height: 1.5;
    background-color: rgba(150,150,150,.05);
}

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

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

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

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

.media h3 {
    text-transform: uppercase;
}

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

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

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

@media(max-width:1199px) {
    .shortcode-btn .btn {
        margin-bottom: 5px;
    }
}

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

ul {
    list-style: disc;
}

ul ul {
    list-style-type: circle;
}

ul ul ul {
    list-style-type: revert;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

.list-bordered li {
    padding-top: 7px;
    padding-bottom: 8px;
    border-top: 1px solid rgba(29,29,29,.2);
    border-bottom: 1px solid rgba(29,29,29,.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;
}

ul.list-styled,
ol.list-styled {
    position: relative;
}

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

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

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

.list-styled ul li,
ul.list-styled li {
    position: relative;
    padding: 3px 0;
}

.list-styled ul li:before,
ul.list-styled li:before {
    content: "\f105";
    position: relative;
    top: -1px;
    padding-right: 19px;
    font-family: fontawesome;
    font-size: 14px;
    color: #ff6162;
}

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

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

.list-styled ol li:before,
ol.list-styled li:before {
    content: "." counter(li,decimal-leading-zero);
    counter-increment: li;
    position: absolute;
    left: 0;
    color: #ff6162;
}

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

.post h2 + ul,
.post h2 + ol {
    margin-top: 30px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    border-radius: 0;
    font-size: 16px;
    color: inherit;
    background-color: transparent;
}

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

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

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

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

@media(max-width:767px) {
    .breadcrumb .breadcrumb-item.active {
        width: 100%;
        margin-top: 9px;
        padding-left: 0;
    }

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

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    padding: 0 10px 0 8px;
    font-family: fontawesome;
    font-size: 14px;
}

.breadcrumb .breadcrumb-item.last-item span {
    padding: 4px 11px;
    border-radius: 50px;
    background-color: #ff6162;
}

@media(max-width:767px) {
    .breadcrumb .breadcrumb-item.last-item:not(:nth-child(2n) ) {
        width: 100%;
        margin-top: 6px;
    }

    .breadcrumb .breadcrumb-item.last-item:not(:nth-child(2n) )span {
        padding: 0;
        color: #ff6162;
        background-color: transparent;
    }

    .breadcrumb .breadcrumb-item.last-item:not(:nth-child(2n) ):before {
        display: none;
    }
}

.ds .breadcrumb .breadcrumb-item a {
    color: #fff;
}

.ds .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

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 {
    width: 100%;
    height: 50px;
    padding: 8px 20px 9px 20px;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    font-size: 16px;
    font-weight: 300;
    color: #777;
    background-color: transparent;
}

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

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

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

textarea.small-textarea,
textarea.form-control.small-textarea {
    padding-bottom: 8px;
}

.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[multiple] {
    height: auto;
}

select option,
.form-control option {
    color: #1d1d1d;
    background-color: #fff;
}

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

.form-control:focus {
    box-shadow: none;
}

.form-control.invalid {
    border-color: rgba(220,87,83,.6);
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.1);
}

.form-control:focus {
    border-color: #e8e8e8;
    background-color: transparent;
}

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

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

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

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

.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;
}

form label + [class*=fa-],
form label + [class^=ico-] {
    position: absolute;
    top: 18px;
    left: 19px;
    width: 1em;
    text-align: center;
    font-size: 14px;
}

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

label {
    text-transform: none;
    font-weight: 300;
}

.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: #ff6162;
}

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

.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: #1d1d1d;
}

input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 1px 10px 4px 0;
    border: 1px solid #e8e8e8;
    text-align: center;
    font-family: fontawesome;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
}

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

input[type=checkbox]:disabled + label:before {
    background-color: #e8e8e8;
}

.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: #999;
}

input[type=radio] + label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-bottom: 2px;
    border: 2px solid #e8e8e8;
    border-radius: 50%;
    vertical-align: middle;
}

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

input[type=radio]:disabled + label:before {
    background-color: #e8e8e8;
}

@media(max-width:767px) {
    .contact-form .mt-35 {
        margin-top: 20px;
    }
}

.select_container {
    position: relative;
}

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

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.fw-messages-wrap.form-error .fw-flash-type-error {
    margin-top: 15px;
    list-style: none;
    color: #dc5753;
}

.form-error {
    color: #dc5753;
}

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

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

.floating-label label {
    position: absolute;
    top: 11px;
    left: 19px;
    transition: all .2s ease-in-out;
    pointer-events: none;
}

.floating-label label span {
    transition: all .2s ease-in-out;
}

.floating-label label span:first-child {
    display: inline-block;
    padding: 0 2px;
    background-color: #fff;
}

.floating-label .active {
    top: -16px;
    left: 10px;
}

.floating-label .active span:first-child {
    font-size: 14px;
    line-height: 9px;
}

textarea.height-110 {
    height: 110px;
}

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

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

.nav-tabs {
    border-bottom: none;
}

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

.nav-tabs .nav-link {
    margin-right: 4px;
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    border-radius: 0;
}

.nav-tabs .nav-link:hover {
    opacity: .9;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #ff6162;
    color: #fff;
    background: #ff6162;
}

.nav-link {
    padding: 17px 38px;
    font-size: 16px;
    font-weight: 600;
    color: #1d1d1d;
}

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

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

.tab-content {
    padding: 30px;
    border: 1px solid #e8e8e8;
}

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

.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 {
    list-style: none;
}

.vertical-tab.nav-tabs .nav-item + .nav-item {
    margin-top: 10px;
}

.vertical-tab.nav-tabs .nav-item .nav-link {
    margin-right: 0;
    padding: 39px 20px 33px 41px;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    background-color: transparent;
}

@media(min-width:768px) and (max-width:991px) {
    .vertical-tab.nav-tabs .nav-item .nav-link {
        padding: 29px 20px 23px;
    }
}

.vertical-tab.nav-tabs .nav-item .nav-link.active {
    border-color: #f8f8f8;
    background-color: #f8f8f8;
}

.vertical-tab.nav-tabs .nav-item .nav-link:before {
    display: none;
}

.vertical-tab.nav-tabs .nav-item .nav-link .media .icon-styled {
    position: relative;
    top: -8px;
}

.vertical-tab.nav-tabs .nav-item .nav-link .media .media-body {
    margin-left: 20px;
}

.vertical-tab.nav-tabs .nav-item .nav-link .media .media-body h6 {
    margin-bottom: 16px;
}

.vertical-tab.nav-tabs .nav-item .nav-link .media .media-body p {
    line-height: 24px;
    color: #777;
}

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

    .vertical-tab.nav-tabs .nav-item .nav-link .media {
        align-items: center;
    }

    .vertical-tab.nav-tabs .nav-item .nav-link .media .icon-styled {
        top: 0;
    }

    .vertical-tab.nav-tabs .nav-item .nav-link .media .media-body p {
        display: none;
    }

    .vertical-tab.nav-tabs .nav-item .nav-link .media .media-body h6 {
        margin-bottom: 0;
    }
}

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

[role=tablist] .card {
    border: none;
    border-bottom: 1px solid #e8e8e8!important;
    border-radius: 0;
    background: 0 0;
}

[role=tablist] .card:first-child .card-header a {
    padding-top: 0;
}

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

[role=tablist] .card-header a {
    display: flex;
    position: relative;
    align-items: center;
    padding: 15px 30px 15px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #1d1d1d;
}

@media(min-width:992px) {
    [role=tablist] .card-header a {
        padding: 30px 0;
        font-size: 20px;
    }
}

[role=tablist] .card-header a:before {
    content: "?";
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin-right: 21px;
    min-width: 30px;
    border-radius: 50%;
    font-family: montserrat,sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(to right,#896efd 0%,#4f74fb 100%);
    transition: .3s all;
}

[role=tablist] .card-header a:after {
    content: "-";
    position: absolute;
    right: 0;
    font-family: montserrat,sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #7470fc;
    transition: .3s all;
    transform: rotate(0);
}

[role=tablist] .card-header a:hover {
    color: #ff6162;
}

[role=tablist] .card-header a.collapsed:after {
    content: "+";
    transform: rotate(90deg);
}

[role=tablist] .card-header a.hero-bg:not(.collapsed) {
    background: 0 0;
}

[role=tablist] .card-body {
    padding: 0 15px 21px 49px;
}

@media(min-width:992px) {
    [role=tablist] .card-body {
        padding: 0 49px 21px;
    }
}

[role=tablist] .card-body:before {
    content: "\f105";
    display: flex;
    position: absolute;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #7470fc;
    border-radius: 50%;
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 500;
    color: #1d1d1d;
    transition: .3s all;
}

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

.ls.ms [role=tablist] .card-header a.collapsed {
    background-color: #fff;
}

.tab-side + .tab-side {
    margin-top: 15px;
}

.tab-side .card-body {
    position: relative;
    padding-top: 20px;
}

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

.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: #1d1d1d;
}

.dropdown.show .dropdown-menu input {
    border: 1px solid #e8e8e8;
}

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

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

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

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

.modal-backdrop {
    background-color: transparent;
    background-image: linear-gradient(to bottom,transparent 50%,#1d1d1d 50%);
    background-size: 100% 200%;
    transition: background-position .7s;
}

.modal-backdrop.show {
    opacity: .9;
    background-position: 0 -100%;
}

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

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

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

#teamForm .modal-body {
    padding: 50px;
}

.media > img {
    display: block;
}

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

.media-body p {
    line-height: 24px;
}

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

td .media-body {
    width: auto;
}

.embed-responsive {
    background-color: #1d1d1d;
}

.embed-responsive-3by2 {
    height: 0;
    padding-bottom: 49.9%;
    background-color: #252525;
}

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

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

.embed-placeholder,
.video-link {
    position: relative;
}

.embed-placeholder:after,
.video-link:after {
    content: "\f04b";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid #ff6162;
    border-radius: 50%;
    text-align: center;
    text-indent: 3px;
    font-family: fontawesome;
    font-size: 10px;
    line-height: 77px;
    color: #fff;
    transition: all .3s ease-in-out;
    transform: translate(-50%,-50%);
}

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

.link-inline-item {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.video-link2 {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 77px;
    background-color: #ff6162;
    transition: all .4s cubic-bezier(.2,0,.3,1);
    transform: scale3d(1,1,1);
}

.video-link2:after,
.video-link2:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border-radius: 50%;
    opacity: .15;
    background-color: #ff6162;
    animation: playButton 1s cubic-bezier(.2,0,.3,1) infinite alternate;
    transition: transform .3s cubic-bezier(.2,0,.3,1), opacity .3s cubic-bezier(.2,0,.3,1) 0s;
    transform: scale3d(1,1,1);
}

.video-link2:after {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
    opacity: .1;
}

.video-link2 i {
    font-size: 10px;
    color: #fff;
}

@keyframes playButton {
    0% {
        opacity: .6;
        transform: scale3d(.6,.6,1);
    }

    100% {
        opacity: .3;
        transform: scale3d(1,1,1);
    }
}

.alert {
    margin-bottom: 20px;
    padding: 15px 33px;
    border-width: 0;
    border-radius: 0;
    color: #fff;
}

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

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

.alert-light {
    color: #777;
}

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

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

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

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

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

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

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

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

.mark,
mark {
    background-color: transparent;
}

button.close {
    min-width: 0;
}

.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 {
    font-weight: 300;
    color: inherit;
}

.label-success {
    color: #fff;
    background-color: #4db19e;
}

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

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

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

.progress-title {
    margin-bottom: 10px;
    text-align: left;
}

.progress {
    position: relative;
    height: 5px;
    margin-top: 2px;
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
    overflow: visible;
    background-color: #f8f8f8;
    box-shadow: none;
}

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

.progress .progress-bar {
    height: 5px;
    border-radius: 5px;
    color: inherit;
    box-shadow: none;
    transition: width .5s ease .2s;
}

.progress .progress-bar span {
    position: absolute;
    top: -39px;
    right: 0;
    font-size: 16px;
}

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

.progress-flex + .progress-flex {
    margin-top: 17px;
}

.progress-flex .progress-to,
.progress-flex .progress-title {
    flex-shrink: 0;
}

.progress-flex .progress-title {
    min-width: 135px;
}

.progress-flex .progress-to {
    margin-left: 30px;
}

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

@media(min-width:768px) {
    .progress-grid {
        display: -ms-grid;
        display: grid;
        align-items: center;
        -ms-grid-columns: auto 1fr auto;
        grid-gap: 17px 30px;
        grid-template-columns: auto 1fr auto;
    }
}

.progress-grid + .progress-grid {
    margin-top: 17px;
}

.progress-grid .progress-title,
.progress-grid .progress {
    margin-bottom: 0;
}

@media(max-width:767px) {
    .progress-grid .progress {
        display: inline-block;
        margin: 13px 0 24px;
        max-width: 85%;
    }

    .progress-grid .progress-to {
        float: right;
    }
}

.container-px-30 .container-fluid .container {
    padding-right: 15px;
    padding-left: 15px;
}

mark {
    padding: 0;
}

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

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

.gallery-caption .wp-caption-text,
.wp-caption .wp-caption-text {
    color: #1d1d1d;
}

.owl-carousel {
    display: none;
    z-index: 1;
    position: relative;
    width: 100%;
    -webkit-tap-color-main-color: transparent;
    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;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
}

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

.owl-carousel .owl-item {
    float: left;
    position: relative;
    min-height: 1px;
    -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 {
    transition: all .3s ease-in-out;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    user-select: none;
    -ms-user-select: none;
}

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    position: relative;
    zoom: 1;
    width: 21px;
    height: 21px;
    margin: 0 3px;
    border-radius: 50%;
    *display: inline;
}

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

.owl-carousel .owl-dots .owl-dot.active {
    border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active span {
    width: 11px;
    height: 11px;
    margin: 5px;
    background: #ff6162;
}

.owl-carousel .owl-dots .owl-dot.active:before {
    border-color: #ff6162;
    transform: scale(1);
}

.owl-carousel .owl-dots .owl-dot:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .3s ease-in-out;
    transform: scale(0);
}

.owl-carousel .owl-dots .owl-dot:hover:before {
    transform: scale(1);
}

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

.owl-carousel .owl-nav > div {
    top: 50%;
    right: -44px;
    bottom: 0;
    margin: 0;
    border: 0;
    text-align: center;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav > div.disabled {
    color: #777;
    opacity: 1;
    cursor: default;
}

.owl-carousel .owl-nav > div.disabled:hover {
    color: #777;
    opacity: 1;
    cursor: default;
}

.owl-carousel .owl-nav > div:hover {
    color: #777;
}

.owl-carousel .owl-nav > div i {
    margin: 0;
    font-size: 30px;
    color: #1d1d1d;
    transition: all .3s ease-in-out 0s;
}

.owl-carousel .owl-nav > div i:hover {
    color: #ff6162;
}

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

@media(max-width:992px) {
    .owl-carousel .owl-nav {
        line-height: 1;
    }
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

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

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

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

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

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.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 .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

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

.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 {
    height: 100%;
    opacity: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

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

.owl-theme:hover .owl-nav {
    opacity: 1;
}

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

@media(min-width:992px) {
    .owl-theme .owl-nav {
        position: absolute;
    }
}

.owl-theme .owl-nav > div {
    display: inline-block;
    text-align: center;
}

@media(max-width:991px) {
    .owl-theme .owl-nav > div {
        margin: 35px 20px 0;
        line-height: 1;
        transform: translateY(0);
    }
}

@media(min-width:992px) {
    .owl-theme .owl-nav > div {
        position: absolute;
    }
}

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

.owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

@media(min-width:992px) {
    .owl-theme .owl-dots {
        margin-top: 70px;
    }
}

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

.owl-carousel.owl-center .owl-item.active,
.owl-carousel.owl-center .owl-item {
    opacity: .3;
}

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

.owl-count .owl-dots {
    counter-reset: number;
    display: block;
    text-align: left;
}

.owl-count .owl-dots .owl-dot {
    border-bottom: 1px solid transparent;
    line-height: 1.1;
}

.owl-count .owl-dots .owl-dot + .owl-dot {
    margin-left: 29px;
}

.owl-count .owl-dots .owl-dot span {
    display: none;
}

.owl-count .owl-dots .owl-dot:after {
    content: counter(number,decimal-leading-zero);
    counter-increment: number;
    font-size: 20px;
    font-weight: 500;
    color: #777;
    transition: all .3s ease-in-out;
}

.owl-count .owl-dots .owl-dot.active,
.owl-count .owl-dots .owl-dot:hover {
    border-color: #ff6162;
}

.owl-count .owl-dots .owl-dot.active:after,
.owl-count .owl-dots .owl-dot:hover:after {
    color: #ff6162;
}

.top-right-nav .owl-nav {
    position: absolute;
    top: -55px;
    right: -1em;
}

.top-right-nav .owl-nav > div {
    min-width: 2em;
    background: 0 0;
}

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

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

.bottom-left-nav {
    overflow: hidden;
}

.bottom-left-nav .owl-nav {
    top: auto;
    bottom: 70px;
}

.bottom-left-nav .owl-nav > div {
    right: auto;
    left: 71px;
    background-color: #777;
}

.bottom-left-nav .owl-nav > div:first-child {
    left: 0;
    background-color: #252525;
}

.bottom-left-nav .owl-nav > div:first-child:hover {
    background-color: #ff6162;
}

.bottom-left-nav .owl-nav > div i {
    font-size: 14px;
    font-weight: 900;
}

.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 {
    position: absolute;
    right: 10px;
    margin-top: -30px;
    text-align: center;
}

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

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

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

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

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

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

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

.owl-carousel .owl-item {
    opacity: 0;
    transition: opacity .2s ease .1s;
}

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

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

.ls .owl-dots .owl-dot span {
    background-color: #777;
}

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

.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,
.widget_slider .owl-theme .owl-nav,
.single-post .owl-theme .owl-nav,
.gallery-single .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transition: all .3s ease;
    transform: translateY(-50%);
}

.post .owl-theme .owl-nav > div,
.widget_slider .owl-theme .owl-nav > div,
.single-post .owl-theme .owl-nav>div,
.gallery-single .owl-theme .owl-nav>div {
    position: absolute;
    right: 0;
    width: 30px;
    height: 60px;
    margin: 0;
    border-radius: 50px 0 0 50px;
    background-color: #fff;
    transform: translateY(-50%);
}

.post .owl-theme .owl-nav > div:hover,
.widget_slider .owl-theme .owl-nav > div:hover,
.single-post .owl-theme .owl-nav>div:hover,
.gallery-single .owl-theme .owl-nav>div:hover {
    width: 60px;
    background-color: #ff6162;
}

.post .owl-theme .owl-nav > div:hover i,
.widget_slider .owl-theme .owl-nav > div:hover i,
.single-post .owl-theme .owl-nav>div:hover i,
.gallery-single .owl-theme .owl-nav>div:hover i {
    font-size: 20px;
    color: #fff;
}

.post .owl-theme .owl-nav > div i,
.widget_slider .owl-theme .owl-nav > div i,
.single-post .owl-theme .owl-nav>div i,
.gallery-single .owl-theme .owl-nav>div i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: fontawesome!important;
    font-size: 14px;
    color: #252525;
    transform: translate(-50%,-50%);
}

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

.post .owl-theme .owl-nav > div:first-child,
.widget_slider .owl-theme .owl-nav > div:first-child,
.single-post .owl-theme .owl-nav>div:first-child,
.gallery-single .owl-theme .owl-nav>div:first-child {
    right: auto;
    left: 0;
    border-radius: 0 50px 50px 0;
}

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

.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 {
    margin: 0;
    padding: 0;
}

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

.flexslider .slides img {
    display: block;
    width: 100%;
}

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

.slides:after {
    content: "\0020";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
}

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

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {
    position: relative;
    zoom: 1;
    margin: 0;
}

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

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

.flexslider .slides {
    zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-control-paging li a {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    cursor: pointer;
}

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

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

.flex-control-paging li a.flex-active {
    width: 10px;
    height: 10px;
    border-color: #fff;
    opacity: 1;
    background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dark-overlay.flexslider-overlay {
    opacity: .3;
}

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

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

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

.page_slider .flexslider .slides > li {
    min-height: 500px;
}

@media(max-width:1199px) {
    .page_slider .flexslider .slides > li > img {
        display: none;
    }
}

.pswp {
    display: none;
    z-index: 1500;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: none;
    -webkit-backface-visibility: hidden;
    -webkit-text-size-adjust: 100%;
    touch-action: none;
}

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

.pswp img {
    max-width: none;
}

.pswp--animate_opacity {
    opacity: .001;
    transition: opacity 333ms cubic-bezier(.4,0,.22,1);
    will-change: opacity;
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.pswp__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

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

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

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -ms-user-select: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transition: transform 333ms cubic-bezier(.4,0,.22,1);
    transform-origin: left top;
}

.pswp__bg {
    transition: opacity 333ms cubic-bezier(.4,0,.22,1);
    will-change: opacity;
}

.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;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

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

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
    background: #222;
}

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

.pswp__error-msg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -8px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #ccc;
}

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

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

.pswp__button {
    display: block;
    float: right;
    position: relative;
    -webkit-appearance: none;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: visible;
    opacity: .75;
    background: 0 0;
    box-shadow: none;
    transition: opacity .2s;
    cursor: pointer;
}

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

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

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

.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

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

@media(-webkit-min-device-pixel-ratio:1.1) ,
(-webkit-min-device-pixel-ratio:1.09375) ,
(min-resolution:105dpi) ,
(min-resolution:1.1dppx) {
    .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: 0 0;
    }
}

.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;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 100px;
    margin-top: -50px;
    background: 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

.pswp__share-tooltip a:first-child {
    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);
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

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

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

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

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

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

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

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

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

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

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

.pswp__caption--empty {
    display: none;
}

.pswp__caption--fake {
    visibility: hidden;
}

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

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

.pswp__preloader--active {
    opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
    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 {
    animation: clockwise 500ms linear infinite;
}

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

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

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

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

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

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

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

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

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

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

.pswp__ui {
    visibility: visible;
    z-index: 1550;
    opacity: 1;
    -webkit-font-smoothing: auto;
}

.pswp__top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
}

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

.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,.5);
}

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

.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 .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: .001;
}

.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: 0 0;
}

.pswp__zoom-wrap .embed-responsive {
    top: 50%;
    margin: auto;
    max-width: 90%;
    transform: translateY(-50%);
}

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

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

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

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

.percent {
    display: inline-block;
    z-index: 2;
    font-size: 54px;
    font-weight: 400;
    color: #ff6162;
}

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

.angular {
    margin-top: 100px;
}

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

#timetable span {
    display: block;
}

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

#timetable thead {
    color: #fff;
}

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

#timetable tbody th,
#timetable tbody td {
    border: 1px solid #e8e8e8;
    transition: all .3s ease-in-out;
}

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

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

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

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

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

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

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

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

#comingsoon-countdown {
    text-align: center;
}

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

.countdown-rtl {
    direction: rtl;
}

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

.countdown-section {
    display: table-cell;
    padding: 10px 30px 20px;
    border-left: 1px solid rgba(255,255,255,.15);
    text-align: center;
}

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

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

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

.countdown-descr {
    display: block;
}

@media(max-width:767px) {
    .countdown-section {
        padding: 20px 8px 0;
    }

    .countdown-amount {
        font-size: 40px;
    }

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

    .special-heading + p {
        margin-bottom: 0;
    }
}

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

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

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

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

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

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

.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 {
    z-index: 10;
    position: absolute;
    margin: 0;
    padding: 0;
    border: none;
    background: 0 0;
}

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

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

.scrollbar-macosx > .scroll-element .scroll-bar {
    display: block;
    border-radius: 1px;
    opacity: 0;
    background-color: rgba(127,127,127,.4);
    transition: opacity .2s linear;
    -ms-filter: "alpha(opacity=0) ";
    filter: alpha(opacity=0);
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    opacity: .7;
    -ms-filter: "alpha(opacity=70) ";
    filter: alpha(opacity=70);
}

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

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

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

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

.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;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-105 > [class*=container] {
    padding-top: 105px;
}

.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-125 > [class*=container] {
    padding-top: 125px;
}

.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-165 > [class*=container] {
    padding-top: 165px;
}

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

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

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

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

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

.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-105 > [class*=container] {
    padding-bottom: 105px;
}

.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-125 > [class*=container] {
    padding-bottom: 125px;
}

.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-165 > [class*=container] {
    padding-bottom: 165px;
}

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

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

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

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

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

.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-105 > [class*=container] {
    padding-top: 105px;
    padding-bottom: 105px;
}

.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-125 > [class*=container] {
    padding-top: 125px;
    padding-bottom: 125px;
}

.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-165 > [class*=container] {
    padding-top: 165px;
    padding-bottom: 165px;
}

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

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

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

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

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

@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-105 > [class*=container] {
        padding-top: 105px;
    }

    .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-125 > [class*=container] {
        padding-top: 125px;
    }

    .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-165 > [class*=container] {
        padding-top: 165px;
    }

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

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

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

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

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

    .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-105 > [class*=container] {
        padding-bottom: 105px;
    }

    .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-125 > [class*=container] {
        padding-bottom: 125px;
    }

    .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-165 > [class*=container] {
        padding-bottom: 165px;
    }

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

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

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

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

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

    .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-105 > [class*=container] {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .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-125 > [class*=container] {
        padding-top: 125px;
        padding-bottom: 125px;
    }

    .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-165 > [class*=container] {
        padding-top: 165px;
        padding-bottom: 165px;
    }

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

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

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

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

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

@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-105 > [class*=container] {
        padding-top: 105px;
    }

    .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-125 > [class*=container] {
        padding-top: 125px;
    }

    .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-165 > [class*=container] {
        padding-top: 165px;
    }

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

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

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

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

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

    .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-105 > [class*=container] {
        padding-bottom: 105px;
    }

    .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-125 > [class*=container] {
        padding-bottom: 125px;
    }

    .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-165 > [class*=container] {
        padding-bottom: 165px;
    }

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

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

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

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

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

    .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-105 > [class*=container] {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .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-125 > [class*=container] {
        padding-top: 125px;
        padding-bottom: 125px;
    }

    .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-165 > [class*=container] {
        padding-top: 165px;
        padding-bottom: 165px;
    }

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

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

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

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

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

@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-105 > [class*=container] {
        padding-top: 105px;
    }

    .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-125 > [class*=container] {
        padding-top: 125px;
    }

    .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-165 > [class*=container] {
        padding-top: 165px;
    }

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

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

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

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

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

    .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-105 > [class*=container] {
        padding-bottom: 105px;
    }

    .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-125 > [class*=container] {
        padding-bottom: 125px;
    }

    .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-165 > [class*=container] {
        padding-bottom: 165px;
    }

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

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

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

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

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

    .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-105 > [class*=container] {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .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-125 > [class*=container] {
        padding-top: 125px;
        padding-bottom: 125px;
    }

    .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-165 > [class*=container] {
        padding-top: 165px;
        padding-bottom: 165px;
    }

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

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

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

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

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

@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-105 > [class*=container] {
        padding-top: 105px;
    }

    .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-125 > [class*=container] {
        padding-top: 125px;
    }

    .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-165 > [class*=container] {
        padding-top: 165px;
    }

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

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

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

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

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

    .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-105 > [class*=container] {
        padding-bottom: 105px;
    }

    .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-125 > [class*=container] {
        padding-bottom: 125px;
    }

    .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-165 > [class*=container] {
        padding-bottom: 165px;
    }

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

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

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

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

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

    .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-105 > [class*=container] {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .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-125 > [class*=container] {
        padding-top: 125px;
        padding-bottom: 125px;
    }

    .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-165 > [class*=container] {
        padding-top: 165px;
        padding-bottom: 165px;
    }

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

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

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

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

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

.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;
}

@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;
    }
}

.s-full-height {
    min-height: 100vh;
}

[class*=divider-] {
    clear: both;
    width: 100%;
}

[class*=divider-]:last-child {
    order: 10000;
}

.divider--30 {
    margin-top: -30px;
}

.divider--10 {
    margin-top: -10px;
}

.divider--5 {
    margin-top: -5px;
}

.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-33 {
    margin-top: 33px;
}

.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-53 {
    margin-top: 53px;
}

.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-85 {
    margin-top: 85px;
}

.divider-90 {
    margin-top: 90px;
}

.divider-95 {
    margin-top: 95px;
}

.divider-100 {
    margin-top: 100px;
}

.divider-105 {
    margin-top: 105px;
}

.divider-110 {
    margin-top: 110px;
}

.divider-115 {
    margin-top: 115px;
}

.divider-120 {
    margin-top: 120px;
}

.divider-125 {
    margin-top: 125px;
}

.divider-130 {
    margin-top: 130px;
}

.divider-135 {
    margin-top: 135px;
}

.divider-145 {
    margin-top: 145px;
}

.divider-150 {
    margin-top: 150px;
}

.divider-170 {
    margin-top: 170px;
}

@media(min-width:576px) {
    .divider-sm--30 {
        margin-top: -30px;
    }

    .divider-sm--10 {
        margin-top: -10px;
    }

    .divider-sm--5 {
        margin-top: -5px;
    }

    .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-33 {
        margin-top: 33px;
    }

    .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-53 {
        margin-top: 53px;
    }

    .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-85 {
        margin-top: 85px;
    }

    .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-110 {
        margin-top: 110px;
    }

    .divider-sm-115 {
        margin-top: 115px;
    }

    .divider-sm-120 {
        margin-top: 120px;
    }

    .divider-sm-125 {
        margin-top: 125px;
    }

    .divider-sm-130 {
        margin-top: 130px;
    }

    .divider-sm-135 {
        margin-top: 135px;
    }

    .divider-sm-145 {
        margin-top: 145px;
    }

    .divider-sm-150 {
        margin-top: 150px;
    }

    .divider-sm-170 {
        margin-top: 170px;
    }
}

@media(min-width:768px) {
    .divider-md--30 {
        margin-top: -30px;
    }

    .divider-md--10 {
        margin-top: -10px;
    }

    .divider-md--5 {
        margin-top: -5px;
    }

    .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-33 {
        margin-top: 33px;
    }

    .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-53 {
        margin-top: 53px;
    }

    .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-85 {
        margin-top: 85px;
    }

    .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-110 {
        margin-top: 110px;
    }

    .divider-md-115 {
        margin-top: 115px;
    }

    .divider-md-120 {
        margin-top: 120px;
    }

    .divider-md-125 {
        margin-top: 125px;
    }

    .divider-md-130 {
        margin-top: 130px;
    }

    .divider-md-135 {
        margin-top: 135px;
    }

    .divider-md-145 {
        margin-top: 145px;
    }

    .divider-md-150 {
        margin-top: 150px;
    }

    .divider-md-170 {
        margin-top: 170px;
    }
}

@media(min-width:992px) {
    .divider-lg--30 {
        margin-top: -30px;
    }

    .divider-lg--10 {
        margin-top: -10px;
    }

    .divider-lg--5 {
        margin-top: -5px;
    }

    .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-33 {
        margin-top: 33px;
    }

    .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-53 {
        margin-top: 53px;
    }

    .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-85 {
        margin-top: 85px;
    }

    .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-110 {
        margin-top: 110px;
    }

    .divider-lg-115 {
        margin-top: 115px;
    }

    .divider-lg-120 {
        margin-top: 120px;
    }

    .divider-lg-125 {
        margin-top: 125px;
    }

    .divider-lg-130 {
        margin-top: 130px;
    }

    .divider-lg-135 {
        margin-top: 135px;
    }

    .divider-lg-145 {
        margin-top: 145px;
    }

    .divider-lg-150 {
        margin-top: 150px;
    }

    .divider-lg-170 {
        margin-top: 170px;
    }
}

@media(min-width:1200px) {
    .divider-xl--30 {
        margin-top: -30px;
    }

    .divider-xl--10 {
        margin-top: -10px;
    }

    .divider-xl--5 {
        margin-top: -5px;
    }

    .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-33 {
        margin-top: 33px;
    }

    .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-53 {
        margin-top: 53px;
    }

    .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-85 {
        margin-top: 85px;
    }

    .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-110 {
        margin-top: 110px;
    }

    .divider-xl-115 {
        margin-top: 115px;
    }

    .divider-xl-120 {
        margin-top: 120px;
    }

    .divider-xl-125 {
        margin-top: 125px;
    }

    .divider-xl-130 {
        margin-top: 130px;
    }

    .divider-xl-135 {
        margin-top: 135px;
    }

    .divider-xl-145 {
        margin-top: 145px;
    }

    .divider-xl-150 {
        margin-top: 150px;
    }

    .divider-xl-170 {
        margin-top: 170px;
    }
}

section {
    position: relative;
}

img {
    max-width: 100%;
}

.s-parallax,
.cover-image,
.cover-background,
.texture-background {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.cover-image {
    width: 100%;
    height: 100%;
}

.texture-background {
    background-image: url(../img/background-texture-cover.jpg);
}

.pattern-background:before {
    background-image: url(../img/patterns/pattern3.png);
}

@media(min-width:768px) {
    .cover-image {
        display: block;
        z-index: 2;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-position: 50% 50%;
    }

    .cover-image.s-cover-right {
        left: auto;
        width: 50%;
    }

    .cover-image.s-cover-left {
        width: 50%;
    }

    .cover-image > img {
        visibility: hidden;
    }

    .cover-image > a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 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;
    }
}

.s-overlay:before {
    opacity: .8;
}

.s-overlay.ls:before {
    opacity: .93;
    background-color: #fff;
}

.s-overlay.ls.ms:before {
    opacity: .81;
    background-color: #f8f8f8;
}

.s-overlay.cs:before {
    opacity: .82;
    background-color: #ff6162;
}

.s-overlay.cs.cs2:before {
    background-color: #7470fc;
}

.s-overlay.cs.cs3:before {
    background-color: #896efd;
}

.s-overlay.ds:before {
    opacity: .65;
    background-color: #1d1d1d;
}

.s-overlay.ds.ms:before {
    opacity: .9;
    background-color: #252525;
}

.s-overlay.ds.bs:before {
    opacity: .7;
    background-color: #27205f;
}

.page_title.s-overlay.ds.bs:before {
    opacity: .5;
}

.s-muted:before {
    opacity: 1;
    background-color: rgba(29,29,29,.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;
    right: 0;
    bottom: 0;
    left: 0;
}

.s-muted:before,
.s-parallax:before {
    opacity: .8;
}

.s-overlay-diagonal {
    padding: 10px 0;
    overflow: hidden;
    background-clip: content-box;
}

.s-overlay-diagonal:before {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    width: 40%;
    height: 3000px;
    margin-left: 30%;
    transform: translateY(-50%) rotate(-45deg);
}

@media(max-width:1200px) {
    .s-overlay-diagonal:before {
        width: 70%;
        margin-left: 15%;
    }
}

.s-overlay-diagonal-double {
    padding: 10px 0;
    overflow: hidden;
}

.s-overlay-diagonal-double:before {
    opacity: .6;
    background: linear-gradient(45deg,#ff6162 30%,transparent 30%);
}

.s-overlay-diagonal-double:after {
    opacity: .6;
    background: linear-gradient(45deg,transparent 70%,#ff6162 70%);
}

.gradient-background:before {
    content: "";
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1400px;
    height: 1400px;
    margin-top: -700px;
    margin-left: -700px;
    background: #896efd;
    background: linear-gradient(to right,#896efd 0%,#4f74fb 100%);
    background: linear-gradient(to bottom,#ff6162 0%,#7470fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain3",endColorstr="$colorMain4",GradientType=1) }.gradientvertical-background:before{background:#ff6162;
    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="#00000",endColorstr="#00000",GradientType=0) }.gradientradial-background:before{background:radial-gradient(ellipse at center,rgba(255,255,255,0.24) 0%,rgba(255,255,255,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ffff",endColorstr="#0ffff",GradientType=1);
}

.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;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #e8e8e8;
}

.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: #ff6162;
}

.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;
}

@media(min-width:768px) {
    .col-border-right {
        border-right: 1px solid #e8e8e8;
    }
}

.s-bordered-columns [class*=col-] + [class*=col-]:before {
    content: "";
    position: absolute;
    top: 1em;
    bottom: 1em;
    left: 0;
    width: 1px;
    background-color: rgba(29,29,29,.2);
}

.preloader {
    z-index: 13000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: rgba(255,255,255,.99);
}

.no-js .preloader,
.lt-ie9 .preloader,
.lt-ie10 .preloader {
    display: none;
}

@keyframes pulse-ring {
    0% {
        transform: scale(.33);
    }

    80%,
    100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.8);
    }
}

.animate {
    visibility: hidden;
}

.no-js .animate,
.lt-ie10 .animate,
.lt-ie9 .animate {
    visibility: visible;
}

.animated {
    visibility: visible!important;
}

#box_wrapper,
#canvas {
    position: relative;
    overflow: visible;
}

#box_wrapper > section,
#box_wrapper > div>section {
    clear: both;
    position: relative;
}

#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-right: 50px;
    padding-left: 50px;
}

@media(max-width:500px) {
    .boxed .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.boxed #box_wrapper.container {
    margin-top: 120px;
    padding: 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

@media(min-width:1600px) {
    .boxed #box_wrapper.container {
        max-width: 1560px;
    }
}

.boxed #box_wrapper.container.top-bottom-margins {
    margin-top: 150px;
    margin-bottom: 120px;
}

.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);
}

.c-bordered [class*=col-] {
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid #e8e8e8;
}

@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;
    }
}

#particles-js {
    position: absolute;
    width: 100%;
    min-height: 1000px;
}

@media(min-width:992px) {
    .pattern-square:after {
        content: "";
        z-index: -1;
        position: absolute;
        bottom: -58px;
        left: -48px;
        width: 240px;
        height: 240px;
        background-image: url(../img/pattern-square.jpg);
    }
}

.bordered .item-media,
.bordered .entry-thumbnail {
    z-index: 1;
    margin: -1px;
}

.bordered .item-media.cover-image {
    height: calc(100% + 2px);
}

.bordered.full-padding .item-media {
    margin: 0;
}

.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 h2,
.side-item h3,
.side-item h4 {
    line-height: 1;
}

.side-item .row {
    margin: 0;
}

.side-item .row [class*=col-] {
    margin: 0;
    padding: 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;
}

@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-right: 30px;
        padding-left: 0;
    }

    .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-right: 0;
        padding-left: 0;
    }
}

@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-right: 30px;
        padding-left: 0;
    }

    .no-content-padding .col-sm-12 .item-content,
    .full-padding .col-sm-12 .item-content {
        padding-top: 30px;
        padding-right: 0;
        padding-left: 0;
    }
}

@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-right: 30px;
        padding-left: 0;
    }

    .no-content-padding .col-md-12 .item-content,
    .full-padding .col-md-12 .item-content {
        padding-top: 30px;
        padding-right: 0;
        padding-left: 0;
    }
}

@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-right: 30px;
        padding-left: 0;
    }

    .no-content-padding .col-lg-12 .item-content,
    .full-padding .col-lg-12 .item-content {
        padding-top: 30px;
        padding-right: 0;
        padding-left: 0;
    }
}

.vertical-item .item-media + .item-content {
    padding-top: 25px;
}

@media(min-width:1200px) {
    .vertical-item .item-media + .item-content {
        padding-top: 50px;
    }
}

.vertical-item.content-padding .item-content {
    padding: 25px 20px 30px;
}

@media(min-width:992px) {
    .vertical-item.content-padding .item-content {
        padding: 34px 40px 40px;
    }
}

@media(min-width:1200px) {
    .vertical-item.content-padding .item-content {
        padding: 54px 60px 60px;
    }
}

.vertical-item.content-padding.padding-small .item-content {
    padding: 25px 30px 20px;
}

@media(min-width:768px) {
    .vertical-item.content-padding.padding-small .item-content {
        padding: 45px 40px 40px;
    }
}

.vertical-item.content-absolute {
    position: relative;
}

.vertical-item.content-absolute .item-content {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.vertical-item.content-absolute.vertical-center .item-content {
    top: 0;
}

.vertical-item + .item-title {
    padding: 30px;
}

.vertical-item + .item-title h2,
.vertical-item + .item-title h3,
.vertical-item+.item-title h4 {
    margin: 0;
}

.item-meta i {
    position: relative;
    width: 1em;
    text-align: center;
    font-size: 14px;
}

.item-media {
    position: relative;
    overflow: hidden;
}

.item-media img {
    width: 100%;
}

.item-media.cover-image {
    height: 100%;
}

.media-links {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.media-links div {
    z-index: 4;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -30px;
}

.content-absolute .media-links div {
    display: flex;
    justify-content: center;
}

.content-absolute .media-links div a {
    transition: all .35s ease .1s;
}

.content-absolute .media-links div a:hover {
    color: #fff;
    transform: scale(1.1);
}

.content-absolute .media-links div a:first-child {
    transition-delay: 0s;
}

.media-links:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: #27205f;
    transition: all .2s linear;
}

[class*=-item]:not(.align-items-center):not(.owl-shadow-items):hover .media-links:before {
    opacity: .7;
}

.media-links a.abs-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

[class*=-item]:not(.align-items-center):not(.owl-shadow-items):hover .media-links a.abs-link {
    opacity: 1;
}

[class*=-item] .links-wrap a.link-zoom {
    display: inline-block;
    z-index: 5;
    position: relative;
    width: 60px;
    height: 60px;
    border: 2px solid transparent;
    text-align: center;
    font-size: 50px;
    line-height: 58px;
    color: #fff;
    opacity: 0;
    transition: all .6s cubic-bezier(.175,.885,.32,1.275) 0s;
    transform: scale(0) rotate(-45deg);
}

[class*=-item] .links-wrap a.link-zoom:hover {
    color: #fff;
    opacity: 1;
}

[class*=-item] .links-wrap a.link-zoom:before {
    content: "Stechene";
    font-family: icomoon;
    text-align: center;
    position: relative;right: 70px;
}

[class*=-item] .links-wrap a.link-anchor {
    border-color: #fff;
    color: #1d1d1d;
    background-color: #fff;
    transition-delay: .1s;
}

[class*=-item] .links-wrap a.link-anchor:hover {
    border-color: #ff6162;
    color: #fff;
    opacity: 1;
    background-color: #ff6162;
}

[class*=-item] .links-wrap a.link-anchor:before {
    content: "\f041";
}

[class*=-item]:hover a.link-zoom {
    transform: scale(1) rotate(0deg);
}

[class*=-item]:hover .links-wrap a {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

[class*=-item]:hover .media-links div {
    opacity: 1;
    filter: alpha(opacity=100);
}

.item-icons {
    margin-top: 35px;
    font-size: 12px;
}

.content-padding .item-icons {
    margin-top: 0;
}

.item-icons i {
    padding: 0 4px;
}

.item-icons .col {
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: center;
}

.link-zoom.photoswipe-link.fs-20 {
    font-size: 20px;
}

.btn {
    position: relative;
    padding: 0;
    border-width: 2px;
    border-radius: 50px;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}

.btn span {
    display: inline-block;
    position: relative;
    padding: 11px 39px;
    white-space: normal;
}

.btn span i {
    position: relative;
    top: 1px;
    margin-right: 6px;
}

@media(min-width:768px) {
    .btn.btn-big span {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .btn.btn-small span {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

.btn.with-arrow span {
    padding-right: 27px;
    padding-left: 27px;
}

.btn.with-arrow span:after {
    content: "";
    position: absolute;
    top: -2px;
    right: -1px;
    width: 1px;
    height: calc(100% + 4px);
    opacity: .1;
    transition: .15s all;
}

.btn.with-arrow i {
    z-index: 1;
    position: relative;
    padding: 0 27px 0 15px;
    font-size: 14px;
}

@media(min-width:1200px) {
    .btn.with-arrow.btn-wide {
        min-width: 280px;
    }
}

.btn.round,
.btn.rounded {
    padding: 23px;
    line-height: 1;
}

.btn + span {
    margin: 0 21px 0 25px;
}

.btn.btn-wide {
    min-width: 170px;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn.btn-gradient,
.btn.btn-outline-gradient {
    border: 2px solid transparent;
    background-color: transparent;
}

.btn.btn-gradient:before,
.btn.btn-outline-gradient:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 50px;
    opacity: 1;
    background: linear-gradient(to right,#896efd 0%,#4f74fb 100%);
    transition: all .15s ease-in-out;
}

.btn.btn-gradient:hover,
.btn.btn-outline-gradient:hover {
    border-color: #7470fc;
    background: 0 0;
    transition: all .15s ease-in-out;
}

.btn.btn-gradient:hover:before,
.btn.btn-outline-gradient:hover:before {
    opacity: 0;
}

.btn.btn-outline-gradient {
    border-color: transparent;
    color: #1d1d1d;
    transition: border-color .5s;
    background-color: #7470fc;
}

.btn.btn-outline-gradient:before {
    opacity: 0;
}

.btn.btn-outline-gradient:hover {
    border-color: transparent;
    color: #fff;
}

.btn.btn-outline-gradient:hover:before {
    opacity: 1;
}

.btn-gradient.with-arrow span:after,
.btn-darkgrey.with-arrow span:after {
    background-color: #fff;
}

.btn-gradient.with-arrow:hover span:after,
.btn-darkgrey.with-arrow:hover span:after {
    background-color: #1d1d1d;
}

.btn-outline-gradient.with-arrow span:after,
.btn-outline-darkgrey.with-arrow span:after {
    background-color: #1d1d1d;
}

.btn-outline-gradient.with-arrow:hover span:after,
.btn-outline-darkgrey.with-arrow:hover span:after {
    background-color: #fff;
}

.btn-grey.with-arrow span:after,
.btn-maincolor.with-arrow span:after,
.btn-outline-grey.with-arrow span:after,
.btn-outline-maincolor.with-arrow span:after {
    background-color: #1d1d1d;
}

.btn-gradient,
.btn-maincolor,
.btn-grey,
.btn-darkgrey {
    color: #fff;
}

.btn-gradient:hover,
.btn-maincolor:hover,
.btn-grey:hover,
.btn-darkgrey:hover {
    color: #1d1d1d;
    background-color: transparent;
}

.btn-maincolor {
    border-color: #ff6162;
    background-color: #ff6162;
}

.btn-darkgrey {
    border-color: #1d1d1d;
    background-color: #1d1d1d;
}

.btn-grey {
    border-color: #f8f8f8;
    color: #1d1d1d;
    background-color: #f8f8f8;
}

.btn-outline-gradient,
.btn-outline-maincolor,
.btn-outline-grey,
.btn-outline-darkgrey {
    color: #1d1d1d;
    background-color: transparent;
}

.btn-outline-gradient:hover,
.btn-outline-maincolor:hover,
.btn-outline-grey:hover,
.btn-outline-darkgrey:hover {
    color: #fff;
}

.btn-outline-maincolor {
    border-color: #ff6162;
}

.btn-outline-maincolor:hover {
    background-color: #ff6162;
}

.btn-outline-darkgrey {
    border-color: #1d1d1d;
}

.btn-outline-darkgrey:hover {
    background-color: #1d1d1d;
}

.btn-outline-grey {
    border-color: #f8f8f8;
}

.btn-outline-grey:hover {
    color: #1d1d1d;
    background-color: #f8f8f8;
}

.ls.ms .btn-grey {
    border-color: #fff;
    color: #1d1d1d;
    background-color: #fff;
}

.ls.ms .btn-grey:hover {
    background-color: transparent;
}

.ls.ms .btn-outline-grey {
    border-color: #fff;
}

.ls.ms .btn-outline-grey:hover {
    color: #1d1d1d;
    background-color: #fff;
}

.ds {
}

.ds .btn-gradient,
.ds .btn-maincolor {
    color: #fff;
}

.ds .btn-gradient:hover,
.ds .btn-maincolor:hover {
    color: #fff;
}

.ds .btn-grey:hover {
    color: #fff;
}

.ds .btn-darkgrey {
    border-color: #fff;
    color: #1d1d1d;
    background-color: #fff;
}

.ds .btn-darkgrey:hover {
    color: #fff;
    background-color: transparent;
}

.ds .btn-outline-gradient,
.ds .btn-outline-maincolor,
.ds .btn-outline-grey,
.ds .btn-outline-darkgrey {
    color: #fff;
}

.ds .btn-outline-grey:hover {
    color: #1d1d1d;
}

.ds .btn-outline-darkgrey {
    border-color: #fff;
}

.ds .btn-outline-darkgrey:hover {
    color: #1d1d1d;
    background-color: #fff;
}

.ds .btn-grey.with-arrow span:after,
.ds .btn-darkgrey.with-arrow span:after,
.ds .btn-maincolor.with-arrow span:after {
    background-color: #1d1d1d;
}

.ds .btn-grey.with-arrow:hover span:after,
.ds .btn-darkgrey.with-arrow:hover span:after,
.ds .btn-maincolor.with-arrow:hover span:after {
    background-color: #fff;
}

.ds .btn-gradient.with-arrow span:after {
    background-color: #fff;
}

.ds .btn-outline-gradient.with-arrow span:after,
.ds .btn-outline-grey.with-arrow span:after,
.ds .btn-outline-darkgrey.with-arrow span:after,
.ds .btn-outline-maincolor.with-arrow span:after {
    background-color: #fff;
}

.ds .btn-outline-gradient.with-arrow:hover span:after,
.ds .btn-outline-grey.with-arrow:hover span:after,
.ds .btn-outline-darkgrey.with-arrow:hover span:after,
.ds .btn-outline-maincolor.with-arrow:hover span:after {
    background-color: #1d1d1d;
}

.cs .btn-maincolor {
    border-color: #fff;
    color: #1d1d1d;
    background-color: #fff;
}

.cs .btn-maincolor:hover {
    color: #fff;
    background-color: transparent;
}

.cs .btn-outline-maincolor {
    border-color: #fff;
}

.cs .btn-outline-maincolor:hover {
    color: #1d1d1d;
    background-color: #fff;
}

.gradient-background .btn.btn-gradient,
.gradient-background .btn.btn-outline-gradient {
    border-color: #fff;
}

.gradient-background .btn.btn-gradient:before,
.gradient-background .btn.btn-outline-gradient:before {
    background: #fff;
}

.gradient-background .btn.btn-gradient {
    color: #1d1d1d;
}

.gradient-background .btn.btn-gradient:hover {
    color: #fff;
}

.gradient-background .btn.btn-outline-gradient:hover {
    color: #1d1d1d;
}

.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 {
    color: #32373c!important;
    background-color: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #fff!important;
    background-color: #32373c;
}

.corner {
    z-index: 3;
    position: relative;
    height: 0;
    padding-bottom: 70px;
    overflow: visible!important;
    background-color: transparent!important;
}

.corner:before,
.corner:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
}

.corner:after {
    border-top: 70px solid #fff;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
}

.corner.corner-outside {
    position: absolute;
}

.corner.corner-outside:first-child {
    top: -70px;
}

.corner.corner-outside:last-child {
    bottom: -70px;
}

.corner.corner-half:after {
    border-right-width: 0;
    border-left-width: 100vw;
}

.corner.corner-half.corner-half-inverse:after {
    border-right-width: 100vw;
    border-left-width: 0;
}

.corner.corner-mirror:after {
    border-left-width: 0;
}

.corner.corner-mirror:before {
    left: 50vw;
    border-top: 70px solid #fff;
    border-left: 50vw solid transparent;
}

.corner.corner-inverse:before,
.corner.corner-inverse:after {
    border-top: none;
    border-bottom: 70px solid #fff;
}

@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: #f8f8f8;
    border-bottom-color: #f8f8f8;
}

.corner.ls.ms.corner-inverse:after {
    border-bottom-color: #f8f8f8;
}

.corner.ds.corner-mirror:before,
.corner.ds:after {
    border-top-color: #1d1d1d;
    border-bottom-color: #1d1d1d;
}

.corner.ds.corner-inverse:after {
    border-bottom-color: #1d1d1d;
}

.corner.ds.ms.corner-mirror:before,
.corner.ds.ms:after {
    border-top-color: #252525;
    border-bottom-color: #252525;
}

.corner.ds.ms.corner-inverse:after {
    border-bottom-color: #252525;
}

.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: #ff6162;
    border-bottom-color: #ff6162;
}

.corner.cs.corner-inverse:after {
    border-bottom-color: #ff6162;
}

.corner.cs.cs2.corner-mirror:before,
.corner.cs.cs2:after {
    border-top-color: #7470fc;
    border-bottom-color: #7470fc;
}

.corner.cs.cs2.corner-inverse:after {
    border-bottom-color: #7470fc;
}

.corner.cs.cs3.corner-mirror:before,
.corner.cs.cs3:after {
    border-top-color: #896efd;
    border-bottom-color: #896efd;
}

.corner.cs.cs3.corner-inverse:after {
    border-bottom-color: #896efd;
}

.ls {
    color: #777;
    background-color: #fff;
}

.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
    color: #1d1d1d;
}

.ls h1 a,
.ls h2 a,
.ls h3 a,
.ls h4 a,
.ls h5 a,
.ls h6 a {
    color: inherit;
}

.ls h1 a:hover,
.ls h2 a:hover,
.ls h3 a:hover,
.ls h4 a:hover,
.ls h5 a:hover,
.ls h6 a:hover {
    color: #ff6162;
}

.ls .color-main {
    border-color: #ff6162;
    color: #ff6162;
}

.ls .color-light {
    border-color: #fff;
    color: #fff;
}

.ls.ms {
    background-color: #f8f8f8;
}

.ls.ms .links-grey a {
    color: #656565;
}

.ls.ms .hero-bg {
    background-color: #fff;
}

.ls.ms .hero-bg hr {
    background-color: #e8e8e8;
}

.ls.ms hr {
    background-color: #fff;
}

.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: #fff;
}

.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: #e8e8e8;
    background-color: #f8f8f8;
}

.ls.ms td,
.ls.ms th,
.ls.ms .bordered {
    border-color: #dbdbdb;
}

.ls.ms .btn-secondary {
    border-color: #fff;
}

.ls.ms .btn-secondary:hover {
    border-color: #e9e9e9;
    background-color: #e9e9e9;
}

.ls .color-icon.bg-icon {
    background-color: #ececec;
}

.ls .pricing-plan [class*=btn-outline-] {
    background-color: #fff;
}

.ls .pricing-plan [class*=btn-outline-]:hover {
    background-color: #ff6162;
}

.ls .shortcode-video-button a.photoswipe-link:hover i {
    color: #1d1d1d;
}

.ls.ms .nav-tabs > li.active > a,
.ls.ms .nav-tabs>li.active>a:hover,
.ls.ms .nav-tabs>li.active>a:focus {
    border-color: #fff;
    background-color: #fff;
}

.ls.ms .tab-content {
    background-color: #fff;
}

.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: #f8f8f8;
}

.ls.ms .vertical-tabs .nav > li > a {
    background-color: #fff;
}

.ls.ms .vertical-tabs .nav > li > a:hover,
.ls.ms .vertical-tabs .nav>li.active>a {
    background-color: #1d1d1d;
}

.ls.ms .panel-title > a {
    background-color: #1d1d1d;
}

.ls.ms .panel-title > a.collapsed {
    background-color: #fff;
}

.ls.ms .hero-bg .panel-title > a {
    border: 1px solid #e8e8e8;
}

.ls.ms .panel-title > a.collapsed:hover,
.ls.ms .panel-title > a:hover {
    background-color: #1d1d1d;
}

.ls.ms .pagination a,
.ls.ms .pagination span {
    border-color: #fff;
    background-color: #fff;
}

.ls.ms .breadcrumb {
    color: #777;
}

.ls.ms .breadcrumb a {
    color: #5e5e5e;
}

.ls.ms .breadcrumb a:hover {
    color: #ff6162;
}

.ds {
    color: #9d9d9d;
    background-color: #1d1d1d;
}

.ds.ms {
    background-color: #252525;
}

.ds.ms .muted-bg,
.ds.ms .hero-bg {
    background-color: #1d1d1d;
}

.ds.bs {
    background-color: #2f3e47;
}

.ds a:not([class*=btn-]) {
    color: #9d9d9d;
}

.ds a:not([class*=btn-]):hover {
    color: #7470fc;
    opacity: 1;
}

.ds h1,
.ds h2,
.ds h3,
.ds h4,
.ds h5,
.ds h6 {
    color: #fff;
}

.ds h1 a,
.ds h2 a,
.ds h3 a,
.ds h4 a,
.ds h5 a,
.ds h6 a {
    color: #fff;
}

.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: .8;
}

.ds .ls {
    color: #777;
    background-color: #fff;
}

.ds .ls h1,
.ds .ls h2,
.ds .ls h3,
.ds .ls h4,
.ds .ls h5,
.ds .ls h6 {
    color: #1d1d1d;
}

.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: #ff6162;
}

.ds .ls a:not([class*=" btn-"]) {
    color: #1d1d1d;
}

.ds .ls a:not([class*=" btn-"]):hover {
    color: #ff6162;
}

.ds .cs a:not([class*=" btn-"]):hover {
    color: #1d1d1d;
    opacity: 1;
}

.ds label {
    color: #fff;
}

.ds hr {
    border-color: rgba(255,255,255,.2);
    background-color: rgba(255,255,255,.2);
}

.ds blockquote,
.ds .blockquote {
    color: #fff;
}

.ds pre {
    color: #9d9d9d;
}

.ds .muted-bg,
.ds .hero-bg {
    background-color: #252525;
}

.ds .bordered {
    border-color: rgba(255,255,255,.2);
}

.ds .color-main {
    color: #ff6162;
}

.ds .color-main2 {
    color: #7470fc;
}

.ds .color-dark,
.ds .color-darkgrey {
    border-color: #fff;
    color: #fff;
}

.ds .links-maincolor a {
    color: #ff6162;
}

.ds .links-maincolor a:hover {
    color: #fff;
}

.ds .links-maincolor2 a {
    color: #7470fc;
}

.ds .links-maincolor2 a:hover {
    color: #fff;
}

.ds .links-maincolor3 a {
    color: #896efd;
}

.ds .links-maincolor3 a:hover {
    color: #fff;
}

.ds .links-grey a {
    color: #9d9d9d;
}

.ds .links-grey a:hover {
    color: #fff;
}

.ds .links-light a,
.ds a.links-light {
    color: #fff;
}

.ds .links-light a:hover,
.ds a.links-light:hover {
    color: #ff6162;
}

.ds .links-darkgrey a {
    color: #fff;
}

.ds .links-darkgrey a:hover {
    color: #ff6162;
}

.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,.2);
}

.ds.s-bordered-columns [class*=col-] + [class*=col-]:before {
    background-color: rgba(255,255,255,.2);
}

.ds a.fa {
    border-color: rgba(255,255,255,.2);
}

.ds a.bg-icon {
    color: #1d1d1d;
    background-color: #fff;
}

.ds .fa.color-icon:hover {
    color: #fff;
}

.ds .color-icon.bg-icon {
    background-color: #fff;
}

.ds .color-icon.bg-icon:hover {
    color: #fff;
}

.ds .color-bg-icon:hover {
    background-color: #ff6162;
}

.ds {
}

.ds .list-bordered li {
    border-color: rgba(255,255,255,.2);
}

.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 {
    border: 1px solid #fff;
    color: #777;
    background-color: #fff;
    box-shadow: none;
}

.ds .form-group-select:before {
    border-color: rgba(255,255,255,.2);
}

.ds .form-control:focus {
    border-color: rgba(255,255,255,.2);
}

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

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

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

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

.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,.2);
}

.ds .tab-content {
    border-color: rgba(255,255,255,.2);
}

.ds .nav-tabs .nav-link {
    border-color: rgba(255,255,255,.2);
}

.ds .owl-theme .owl-dots .owl-dot.active span {
    border-color: #ff6162;
}

.ds .owl-theme .owl-dots .owl-dot span {
    border-color: #fff;
}

.ds .post-adds .share_button > i,
.ds .post-adds .like_button > i {
    color: #fff;
}

.ds .side-item {
    border-color: rgba(255,255,255,.2);
}

.ds .excerpt {
    color: #fff;
}

.ds .reply a {
    color: #fff;
}

.ds .widget_search .form-inline .btn,
.ds .widget_product_search [type=submit],
.ds .widget_mailchimp .form-inline .btn {
    color: #ff6162;
    background-color: transparent;
}

.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,.2);
}

.ds .widget_nav_menu ul ul {
    border-color: rgba(255,255,255,.2);
}

.ds .widget_popular_entries .media-heading {
    color: #fff;
}

.ds .tweet_list li + li .tweet_right {
    border-color: rgba(255,255,255,.2);
}

.ds .widget_tag_cloud a {
    border-color: #fff;
    color: #fff;
}

.ds .widget_shopping_cart li a + a {
    color: #fff;
}

.ds .widget_shopping_cart li a + a:hover {
    color: #ff6162;
}

.ds .summary .price {
    border-color: rgba(255,255,255,.2);
    color: #fff;
}

.ds .summary .product_meta {
    border-color: rgba(255,255,255,.2);
}

.ds .widget_price_filter .price_label {
    color: #fff;
}

.ds #calendar_wrap {
    border-color: rgba(255,255,255,.2);
}

.ds .widget_calendar tfoot td a {
    border-color: rgba(255,255,255,.2);
}

.ds .widget_calendar thead {
    background-color: #777;
}

.ds .widget_calendar td,
.ds .widget_calendar th {
    color: #1d1d1d;
}

.ds .widget_calendar td a,
.ds .widget_calendar th a {
    font-weight: 600;
    color: #1d1d1d;
}

.ds .widget_calendar td a:hover,
.ds .widget_calendar th a:hover {
    color: #ff6162!important;
}

.ds .widget_calendar caption,
.ds .widget_calendar thead,
.ds .widget_calendar th {
    color: #fff;
}

.ds .widget_calendar tbody td a:hover {
    color: #fff;
}

.ds .grid-view h3:before,
.ds .grid-view h3:after {
    background-color: rgba(255,255,255,.2);
}

.ds .owl-carousel.product-thumbnails .owl-nav > div:after {
    color: #fff;
}

.ds .ui-slider {
    background-color: rgba(255,255,255,.05);
}

.ds .ui-slider .ui-slider-handle {
    background-color: #fff;
}

.ds #sort_view {
    color: #fff;
    background-color: transparent;
}

.ds #toggle_shop_view.grid-view:after,
.ds #toggle_shop_view:before {
    background-color: rgba(247,247,247,.05);
}

.ds .widget_layered_nav .color-filters a:before {
    border-color: rgba(255,255,255,.2);
}

.ds .table.cart a {
    color: #fff;
}

.ds .pagination > li > a,
.ds .pagination>li>span {
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
    background-color: transparent;
}

.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: #ff6162;
    color: #fff;
    background-color: #ff6162;
}

.ds .thumbnail {
    background-color: transparent;
}

.ds .thumbnail h3 a {
    color: #fff;
}

.ds .thumbnail .caption {
    border-color: transparent;
    background-color: rgba(252,252,252,.05);
}

.ds .progress {
    background-color: rgba(255,255,255,.2);
}

.ds .panel-heading .panel-title > a.collapsed,
.ds .vertical-tabs .nav > li>a {
    color: #fff;
    background-color: rgba(255,255,255,.05);
}

.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: #ff6162;
}

.ds .panel-heading .panel-title > a:hover:after,
.ds .vertical-tabs .nav > li>a:hover:after {
    color: #fff;
}

.ds .entry-meta .comments-link a {
    color: #fff;
}

.ds #timetable tbody th,
.ds #timetable tbody td {
    border-color: rgba(255,255,255,.2);
}

.ds #isotope_filters a,
.ds .filters a {
    color: #fff;
}

.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: #fff;
}

.ds .steps-alt .step:hover .step-content:before {
    color: #fff;
}

.ds .widget_rss .rss-date {
    color: #fff;
}

.ds .widget_tag_cloud a:hover {
    color: #fff;
}

.ds .select_container:before {
    color: #fff;
}

.cs.cs2 {
    background-color: #7470fc;
}

.cs.cs2 .color-main {
    color: #ff6162;
}

.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: #ff6162;
}

.cs h1,
.cs h2,
.cs h3,
.cs h4,
.cs h5,
.cs h6 {
    color: #fff;
}

.cs h1 a,
.cs h2 a,
.cs h3 a,
.cs h4 a,
.cs h5 a,
.cs h6 a {
    color: #fff;
}

.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: rgba(255,255,255,.6);
}

.cs a:not([class*=" btn-"]) {
    color: #fff;
}

.cs a:not([class*=" btn-"]):hover {
    opacity: .8;
}

.cs blockquote,
.cs .blockquote {
    border-color: #ff9495;
}

.cs hr {
    border-color: rgba(255,255,255,.15);
}

.cs pre {
    color: #fff;
}

.cs .hero-bg {
    background-color: rgba(255,255,255,.1);
}

.cs .bordered {
    border-color: rgba(255,255,255,.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,.15);
}

.cs.s-bordered-columns [class*=col-] + [class*=col-]:before {
    background-color: rgba(255,255,255,.15);
}

.cs .links-darkgrey a,
.cs .links-grey a {
    color: #1d1d1d;
    opacity: .9;
}

.cs .links-darkgrey a:hover,
.cs .links-grey a:hover {
    color: #fff;
    opacity: 1;
}

.cs .color-dark {
    border-color: #fff;
    color: #fff;
}

.cs .color-darkgrey {
    border-color: #1d1d1d;
    color: #1d1d1d;
}

.cs .response,
.cs .color-main {
    color: #fff;
}

.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 {
    border-color: #fff;
    color: #1d1d1d;
    background-color: #fff;
}

.cs a.fa {
    border-color: rgba(255,255,255,.15);
    color: #fff;
}

.cs a.bg-icon {
    background-color: rgba(255,255,255,.17);
}

.cs .color-icon.bg-icon {
    background-color: rgba(255,255,255,.9);
}

.cs a.fa.color-bg-icon:hover {
    background-color: #1d1d1d;
}

.bg-maincolor .count-item:before,
.cs .count-item:before {
    color: #fff;
}

.cs .btn-action {
    background-color: #fff;
}

.cs .btn-action i {
    color: #1d1d1d;
}

.cs .btn-action:hover i {
    opacity: .7;
}

.clear,
.clearfix {
    clear: both;
}

.round {
    border-radius: 50%;
}

.text-normal {
    text-transform: none;
}

.p-big {
    padding: 40px 45px;
}

@media(min-width:1200px) {
    .p-big {
        padding: 55px 60px;
    }
}

.letter-spacing {
    letter-spacing: .49em;
}

.p-normal {
    padding: 40px 45px;
}

.p-small {
    padding: 30px 35px;
}

.cover-before,
.cover-after {
    overflow: hidden;
}

.cover-before,
.cover-after,
.cover-before > *,
.cover-after > * {
    z-index: 2;
    position: relative;
}

.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;
}

.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-37 {
    font-size: 37px;
}

.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-600 {
    font-weight: 600;
}

.fw-700,
.bolder {
    font-weight: 700;
}

.fw-900,
.bold {
    font-weight: 900;
}

.dropcap {
    float: left;
    margin: 0 15px 0 0;
    text-transform: uppercase;
    font-size: 108px;
    font-weight: 900;
    line-height: .9;
}

@media(max-width:1600px) {
    .dropcap {
        margin-right: 15px;
        font-size: 92px;
    }
}

.overflow-hidden {
    z-index: 2;
    position: relative;
    overflow: hidden;
}

.overflow-visible {
    z-index: 2;
    position: relative;
    overflow: visible;
}

.z-index-2 {
    z-index: 2;
}

[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;
    }
}

.light-bg {
    background-color: #fff;
}

.hero-bg {
    background-color: #f8f8f8;
}

.muted-bg {
    background-color: rgba(29,29,29,.06);
}

.transparent-bg {
    background-color: transparent;
}

.response,
.color-main {
    border-color: #ff6162;
    color: #ff6162;
}

.color-main2 {
    border-color: #7470fc;
    color: #7470fc;
}

.color-main3 {
    border-color: #896efd;
    color: #896efd;
}

.color-dark {
    border-color: #252525;
    color: #252525;
}

.color-darkgrey {
    border-color: #1d1d1d;
    color: #1d1d1d;
}

.color-grey {
    color: #777;
}

.color-light {
    color: #fff;
}

.color-dark-font {
    color: #9d9d9d;
}

.color-success {
    color: #4db19e;
}

.color-info {
    color: #007ebd;
}

.color-warning {
    color: #eeb269;
}

.required,
.color-danger {
    color: #dc5753;
}

.bordered {
    border: 1px solid #e8e8e8;
}

.box-shadow {
    border-color: transparent;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
    transition: all .5s ease-in-out;
}

.box-shadow:hover {
    box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
}

.links-maincolor a {
    color: #ff6162;
}

.links-maincolor2 a {
    color: #7470fc;
}

.links-maincolor3 a {
    color: #896efd;
}

.links-grey a {
    color: #777;
}

.links-grey a:hover {
    color: #ff6162;
}

a.links-dark {
    color: #252525;
}

a.links-dark:hover {
    color: #ff6162;
}

a.links-darkgrey {
    color: #1d1d1d;
}

a.links-darkgrey:hover {
    color: #ff6162;
}

.links-light a,
a.links-light {
    color: #fff;
}

.links-light a:hover,
a.links-light:hover {
    color: #ff6162;
}

.links-darkgrey a {
    color: #1d1d1d;
}

.links-darkgrey a:hover {
    color: #ff6162;
}

.bg-maincolor {
    background-color: #ff6162;
}

.bg-maincolor2 {
    background-color: #7470fc;
}

.bg-maincolor3 {
    background-color: #896efd;
}

.bg-maincolor4 {
    background-color: #4f74fb;
}

.bg-dark {
    background-color: #252525;
}

.bg-darkblue {
    color: #fff;
    background-color: #27205f;
}

.bg-darkgrey {
    color: #fff;
    background-color: #1d1d1d;
}

.bg-success {
    background-color: #4db19e!important;
}

.bg-info {
    background-color: #007ebd!important;
}

.bg-warning {
    background-color: #eeb269!important;
}

.bg-danger {
    background-color: #dc5753!important;
}

[class*=bg-] {
    color: #fff;
}

[class*=bg-] a,
[class*=bg-] h1,
[class*=bg-] h2,
[class*=bg-] h3,
[class*=bg-] h4,
[class*=bg-] h5,
[class*=bg-] h6 {
    color: #fff;
}

span[class*=bg-],
span.bordered,
span.light-bg,
span.hero-bg,
span.muted-bg {
    padding-right: .37em;
    padding-left: .37em;
}

.ds.ds-container {
    background-color: transparent;
}

.ds.ds-container [class*=container] {
    background-color: #1d1d1d;
}

.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-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-33 {
    margin-top: 33px;
    margin-bottom: 33px;
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.my-53 {
    margin-top: 53px;
    margin-bottom: 53px;
}

.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-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.my-135 {
    margin-top: 135px;
    margin-bottom: 135px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-13 {
    margin-top: 13px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-33 {
    margin-top: 33px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-53 {
    margin-top: 53px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-n-10 {
    margin-top: -10px;
}

.mt-n-13 {
    margin-top: -13px;
}

.mt-n-15 {
    margin-top: -15px;
}

.mt-n-20 {
    margin-top: -20px;
}

.mt-n-25 {
    margin-top: -25px;
}

.mt-n-30 {
    margin-top: -30px;
}

.mt-n-33 {
    margin-top: -33px;
}

.mt-n-35 {
    margin-top: -35px;
}

.mt-n-40 {
    margin-top: -40px;
}

.mt-n-45 {
    margin-top: -45px;
}

.mt-n-50 {
    margin-top: -50px;
}

.mt-n-53 {
    margin-top: -53px;
}

.mt-n-55 {
    margin-top: -55px;
}

.mt-n-60 {
    margin-top: -60px;
}

.mt-n-65 {
    margin-top: -65px;
}

.mt-n-70 {
    margin-top: -70px;
}

.mt-n-80 {
    margin-top: -80px;
}

.mt-n-100 {
    margin-top: -100px;
}

.mt-n-135 {
    margin-top: -135px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-13 {
    margin-bottom: 13px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-33 {
    margin-bottom: 33px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-53 {
    margin-bottom: 53px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-135 {
    margin-bottom: 135px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-13 {
    margin-left: 13px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-33 {
    margin-left: 33px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-53 {
    margin-left: 53px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-135 {
    margin-left: 135px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-13 {
    margin-right: 13px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-33 {
    margin-right: 33px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-53 {
    margin-right: 53px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-135 {
    margin-right: 135px;
}

@media(min-width:576px) {
    .mt-sm-10 {
        margin-top: 10px;
    }

    .mt-sm-13 {
        margin-top: 13px;
    }

    .mt-sm-15 {
        margin-top: 15px;
    }

    .mt-sm-20 {
        margin-top: 20px;
    }

    .mt-sm-25 {
        margin-top: 25px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mt-sm-33 {
        margin-top: 33px;
    }

    .mt-sm-35 {
        margin-top: 35px;
    }

    .mt-sm-40 {
        margin-top: 40px;
    }

    .mt-sm-45 {
        margin-top: 45px;
    }

    .mt-sm-50 {
        margin-top: 50px;
    }

    .mt-sm-53 {
        margin-top: 53px;
    }

    .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-80 {
        margin-top: 80px;
    }

    .mt-sm-100 {
        margin-top: 100px;
    }

    .mt-sm-135 {
        margin-top: 135px;
    }

    .mb-sm-10 {
        margin-bottom: 10px;
    }

    .mb-sm-13 {
        margin-bottom: 13px;
    }

    .mb-sm-15 {
        margin-bottom: 15px;
    }

    .mb-sm-20 {
        margin-bottom: 20px;
    }

    .mb-sm-25 {
        margin-bottom: 25px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .mb-sm-33 {
        margin-bottom: 33px;
    }

    .mb-sm-35 {
        margin-bottom: 35px;
    }

    .mb-sm-40 {
        margin-bottom: 40px;
    }

    .mb-sm-45 {
        margin-bottom: 45px;
    }

    .mb-sm-50 {
        margin-bottom: 50px;
    }

    .mb-sm-53 {
        margin-bottom: 53px;
    }

    .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-80 {
        margin-bottom: 80px;
    }

    .mb-sm-100 {
        margin-bottom: 100px;
    }

    .mb-sm-135 {
        margin-bottom: 135px;
    }

    .ml-sm-10 {
        margin-left: 10px;
    }

    .ml-sm-13 {
        margin-left: 13px;
    }

    .ml-sm-15 {
        margin-left: 15px;
    }

    .ml-sm-20 {
        margin-left: 20px;
    }

    .ml-sm-25 {
        margin-left: 25px;
    }

    .ml-sm-30 {
        margin-left: 30px;
    }

    .ml-sm-33 {
        margin-left: 33px;
    }

    .ml-sm-35 {
        margin-left: 35px;
    }

    .ml-sm-40 {
        margin-left: 40px;
    }

    .ml-sm-45 {
        margin-left: 45px;
    }

    .ml-sm-50 {
        margin-left: 50px;
    }

    .ml-sm-53 {
        margin-left: 53px;
    }

    .ml-sm-55 {
        margin-left: 55px;
    }

    .ml-sm-60 {
        margin-left: 60px;
    }

    .ml-sm-65 {
        margin-left: 65px;
    }

    .ml-sm-70 {
        margin-left: 70px;
    }

    .ml-sm-80 {
        margin-left: 80px;
    }

    .ml-sm-100 {
        margin-left: 100px;
    }

    .ml-sm-135 {
        margin-left: 135px;
    }

    .mr-sm-10 {
        margin-right: 10px;
    }

    .mr-sm-13 {
        margin-right: 13px;
    }

    .mr-sm-15 {
        margin-right: 15px;
    }

    .mr-sm-20 {
        margin-right: 20px;
    }

    .mr-sm-25 {
        margin-right: 25px;
    }

    .mr-sm-30 {
        margin-right: 30px;
    }

    .mr-sm-33 {
        margin-right: 33px;
    }

    .mr-sm-35 {
        margin-right: 35px;
    }

    .mr-sm-40 {
        margin-right: 40px;
    }

    .mr-sm-45 {
        margin-right: 45px;
    }

    .mr-sm-50 {
        margin-right: 50px;
    }

    .mr-sm-53 {
        margin-right: 53px;
    }

    .mr-sm-55 {
        margin-right: 55px;
    }

    .mr-sm-60 {
        margin-right: 60px;
    }

    .mr-sm-65 {
        margin-right: 65px;
    }

    .mr-sm-70 {
        margin-right: 70px;
    }

    .mr-sm-80 {
        margin-right: 80px;
    }

    .mr-sm-100 {
        margin-right: 100px;
    }

    .mr-sm-135 {
        margin-right: 135px;
    }

    .mt-n-sm-10 {
        margin-top: -10px;
    }

    .mt-n-sm-13 {
        margin-top: -13px;
    }

    .mt-n-sm-15 {
        margin-top: -15px;
    }

    .mt-n-sm-20 {
        margin-top: -20px;
    }

    .mt-n-sm-25 {
        margin-top: -25px;
    }

    .mt-n-sm-30 {
        margin-top: -30px;
    }

    .mt-n-sm-33 {
        margin-top: -33px;
    }

    .mt-n-sm-35 {
        margin-top: -35px;
    }

    .mt-n-sm-40 {
        margin-top: -40px;
    }

    .mt-n-sm-45 {
        margin-top: -45px;
    }

    .mt-n-sm-50 {
        margin-top: -50px;
    }

    .mt-n-sm-53 {
        margin-top: -53px;
    }

    .mt-n-sm-55 {
        margin-top: -55px;
    }

    .mt-n-sm-60 {
        margin-top: -60px;
    }

    .mt-n-sm-65 {
        margin-top: -65px;
    }

    .mt-n-sm-70 {
        margin-top: -70px;
    }

    .mt-n-sm-80 {
        margin-top: -80px;
    }

    .mt-n-sm-100 {
        margin-top: -100px;
    }

    .mt-n-sm-135 {
        margin-top: -135px;
    }
}

@media(min-width:768px) {
    .mt-md-10 {
        margin-top: 10px;
    }

    .mt-md-13 {
        margin-top: 13px;
    }

    .mt-md-15 {
        margin-top: 15px;
    }

    .mt-md-20 {
        margin-top: 20px;
    }

    .mt-md-25 {
        margin-top: 25px;
    }

    .mt-md-30 {
        margin-top: 30px;
    }

    .mt-md-33 {
        margin-top: 33px;
    }

    .mt-md-35 {
        margin-top: 35px;
    }

    .mt-md-40 {
        margin-top: 40px;
    }

    .mt-md-45 {
        margin-top: 45px;
    }

    .mt-md-50 {
        margin-top: 50px;
    }

    .mt-md-53 {
        margin-top: 53px;
    }

    .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-80 {
        margin-top: 80px;
    }

    .mt-md-100 {
        margin-top: 100px;
    }

    .mt-md-135 {
        margin-top: 135px;
    }

    .mb-md-10 {
        margin-bottom: 10px;
    }

    .mb-md-13 {
        margin-bottom: 13px;
    }

    .mb-md-15 {
        margin-bottom: 15px;
    }

    .mb-md-20 {
        margin-bottom: 20px;
    }

    .mb-md-25 {
        margin-bottom: 25px;
    }

    .mb-md-30 {
        margin-bottom: 30px;
    }

    .mb-md-33 {
        margin-bottom: 33px;
    }

    .mb-md-35 {
        margin-bottom: 35px;
    }

    .mb-md-40 {
        margin-bottom: 40px;
    }

    .mb-md-45 {
        margin-bottom: 45px;
    }

    .mb-md-50 {
        margin-bottom: 50px;
    }

    .mb-md-53 {
        margin-bottom: 53px;
    }

    .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-80 {
        margin-bottom: 80px;
    }

    .mb-md-100 {
        margin-bottom: 100px;
    }

    .mb-md-135 {
        margin-bottom: 135px;
    }

    .ml-md-10 {
        margin-left: 10px;
    }

    .ml-md-13 {
        margin-left: 13px;
    }

    .ml-md-15 {
        margin-left: 15px;
    }

    .ml-md-20 {
        margin-left: 20px;
    }

    .ml-md-25 {
        margin-left: 25px;
    }

    .ml-md-30 {
        margin-left: 30px;
    }

    .ml-md-33 {
        margin-left: 33px;
    }

    .ml-md-35 {
        margin-left: 35px;
    }

    .ml-md-40 {
        margin-left: 40px;
    }

    .ml-md-45 {
        margin-left: 45px;
    }

    .ml-md-50 {
        margin-left: 50px;
    }

    .ml-md-53 {
        margin-left: 53px;
    }

    .ml-md-55 {
        margin-left: 55px;
    }

    .ml-md-60 {
        margin-left: 60px;
    }

    .ml-md-65 {
        margin-left: 65px;
    }

    .ml-md-70 {
        margin-left: 70px;
    }

    .ml-md-80 {
        margin-left: 80px;
    }

    .ml-md-100 {
        margin-left: 100px;
    }

    .ml-md-135 {
        margin-left: 135px;
    }

    .mr-md-10 {
        margin-right: 10px;
    }

    .mr-md-13 {
        margin-right: 13px;
    }

    .mr-md-15 {
        margin-right: 15px;
    }

    .mr-md-20 {
        margin-right: 20px;
    }

    .mr-md-25 {
        margin-right: 25px;
    }

    .mr-md-30 {
        margin-right: 30px;
    }

    .mr-md-33 {
        margin-right: 33px;
    }

    .mr-md-35 {
        margin-right: 35px;
    }

    .mr-md-40 {
        margin-right: 40px;
    }

    .mr-md-45 {
        margin-right: 45px;
    }

    .mr-md-50 {
        margin-right: 50px;
    }

    .mr-md-53 {
        margin-right: 53px;
    }

    .mr-md-55 {
        margin-right: 55px;
    }

    .mr-md-60 {
        margin-right: 60px;
    }

    .mr-md-65 {
        margin-right: 65px;
    }

    .mr-md-70 {
        margin-right: 70px;
    }

    .mr-md-80 {
        margin-right: 80px;
    }

    .mr-md-100 {
        margin-right: 100px;
    }

    .mr-md-135 {
        margin-right: 135px;
    }

    .mt-n-md-10 {
        margin-top: -10px;
    }

    .mt-n-md-13 {
        margin-top: -13px;
    }

    .mt-n-md-15 {
        margin-top: -15px;
    }

    .mt-n-md-20 {
        margin-top: -20px;
    }

    .mt-n-md-25 {
        margin-top: -25px;
    }

    .mt-n-md-30 {
        margin-top: -30px;
    }

    .mt-n-md-33 {
        margin-top: -33px;
    }

    .mt-n-md-35 {
        margin-top: -35px;
    }

    .mt-n-md-40 {
        margin-top: -40px;
    }

    .mt-n-md-45 {
        margin-top: -45px;
    }

    .mt-n-md-50 {
        margin-top: -50px;
    }

    .mt-n-md-53 {
        margin-top: -53px;
    }

    .mt-n-md-55 {
        margin-top: -55px;
    }

    .mt-n-md-60 {
        margin-top: -60px;
    }

    .mt-n-md-65 {
        margin-top: -65px;
    }

    .mt-n-md-70 {
        margin-top: -70px;
    }

    .mt-n-md-80 {
        margin-top: -80px;
    }

    .mt-n-md-100 {
        margin-top: -100px;
    }

    .mt-n-md-135 {
        margin-top: -135px;
    }
}

@media(min-width:992px) {
    .mt-lg-10 {
        margin-top: 10px;
    }

    .mt-lg-13 {
        margin-top: 13px;
    }

    .mt-lg-15 {
        margin-top: 15px;
    }

    .mt-lg-20 {
        margin-top: 20px;
    }

    .mt-lg-25 {
        margin-top: 25px;
    }

    .mt-lg-30 {
        margin-top: 30px;
    }

    .mt-lg-33 {
        margin-top: 33px;
    }

    .mt-lg-35 {
        margin-top: 35px;
    }

    .mt-lg-40 {
        margin-top: 40px;
    }

    .mt-lg-45 {
        margin-top: 45px;
    }

    .mt-lg-50 {
        margin-top: 50px;
    }

    .mt-lg-53 {
        margin-top: 53px;
    }

    .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-80 {
        margin-top: 80px;
    }

    .mt-lg-100 {
        margin-top: 100px;
    }

    .mt-lg-135 {
        margin-top: 135px;
    }

    .mb-lg-10 {
        margin-bottom: 10px;
    }

    .mb-lg-13 {
        margin-bottom: 13px;
    }

    .mb-lg-15 {
        margin-bottom: 15px;
    }

    .mb-lg-20 {
        margin-bottom: 20px;
    }

    .mb-lg-25 {
        margin-bottom: 25px;
    }

    .mb-lg-30 {
        margin-bottom: 30px;
    }

    .mb-lg-33 {
        margin-bottom: 33px;
    }

    .mb-lg-35 {
        margin-bottom: 35px;
    }

    .mb-lg-40 {
        margin-bottom: 40px;
    }

    .mb-lg-45 {
        margin-bottom: 45px;
    }

    .mb-lg-50 {
        margin-bottom: 50px;
    }

    .mb-lg-53 {
        margin-bottom: 53px;
    }

    .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-80 {
        margin-bottom: 80px;
    }

    .mb-lg-100 {
        margin-bottom: 100px;
    }

    .mb-lg-135 {
        margin-bottom: 135px;
    }

    .ml-lg-10 {
        margin-left: 10px;
    }

    .ml-lg-13 {
        margin-left: 13px;
    }

    .ml-lg-15 {
        margin-left: 15px;
    }

    .ml-lg-20 {
        margin-left: 20px;
    }

    .ml-lg-25 {
        margin-left: 25px;
    }

    .ml-lg-30 {
        margin-left: 30px;
    }

    .ml-lg-33 {
        margin-left: 33px;
    }

    .ml-lg-35 {
        margin-left: 35px;
    }

    .ml-lg-40 {
        margin-left: 40px;
    }

    .ml-lg-45 {
        margin-left: 45px;
    }

    .ml-lg-50 {
        margin-left: 50px;
    }

    .ml-lg-53 {
        margin-left: 53px;
    }

    .ml-lg-55 {
        margin-left: 55px;
    }

    .ml-lg-60 {
        margin-left: 60px;
    }

    .ml-lg-65 {
        margin-left: 65px;
    }

    .ml-lg-70 {
        margin-left: 70px;
    }

    .ml-lg-80 {
        margin-left: 80px;
    }

    .ml-lg-100 {
        margin-left: 100px;
    }

    .ml-lg-135 {
        margin-left: 135px;
    }

    .mr-lg-10 {
        margin-right: 10px;
    }

    .mr-lg-13 {
        margin-right: 13px;
    }

    .mr-lg-15 {
        margin-right: 15px;
    }

    .mr-lg-20 {
        margin-right: 20px;
    }

    .mr-lg-25 {
        margin-right: 25px;
    }

    .mr-lg-30 {
        margin-right: 30px;
    }

    .mr-lg-33 {
        margin-right: 33px;
    }

    .mr-lg-35 {
        margin-right: 35px;
    }

    .mr-lg-40 {
        margin-right: 40px;
    }

    .mr-lg-45 {
        margin-right: 45px;
    }

    .mr-lg-50 {
        margin-right: 50px;
    }

    .mr-lg-53 {
        margin-right: 53px;
    }

    .mr-lg-55 {
        margin-right: 55px;
    }

    .mr-lg-60 {
        margin-right: 60px;
    }

    .mr-lg-65 {
        margin-right: 65px;
    }

    .mr-lg-70 {
        margin-right: 70px;
    }

    .mr-lg-80 {
        margin-right: 80px;
    }

    .mr-lg-100 {
        margin-right: 100px;
    }

    .mr-lg-135 {
        margin-right: 135px;
    }

    .mt-n-lg-10 {
        margin-top: -10px;
    }

    .mt-n-lg-13 {
        margin-top: -13px;
    }

    .mt-n-lg-15 {
        margin-top: -15px;
    }

    .mt-n-lg-20 {
        margin-top: -20px;
    }

    .mt-n-lg-25 {
        margin-top: -25px;
    }

    .mt-n-lg-30 {
        margin-top: -30px;
    }

    .mt-n-lg-33 {
        margin-top: -33px;
    }

    .mt-n-lg-35 {
        margin-top: -35px;
    }

    .mt-n-lg-40 {
        margin-top: -40px;
    }

    .mt-n-lg-45 {
        margin-top: -45px;
    }

    .mt-n-lg-50 {
        margin-top: -50px;
    }

    .mt-n-lg-53 {
        margin-top: -53px;
    }

    .mt-n-lg-55 {
        margin-top: -55px;
    }

    .mt-n-lg-60 {
        margin-top: -60px;
    }

    .mt-n-lg-65 {
        margin-top: -65px;
    }

    .mt-n-lg-70 {
        margin-top: -70px;
    }

    .mt-n-lg-80 {
        margin-top: -80px;
    }

    .mt-n-lg-100 {
        margin-top: -100px;
    }

    .mt-n-lg-135 {
        margin-top: -135px;
    }
}

@media(min-width:1200px) {
    .mt-xl-10 {
        margin-top: 10px;
    }

    .mt-xl-13 {
        margin-top: 13px;
    }

    .mt-xl-15 {
        margin-top: 15px;
    }

    .mt-xl-20 {
        margin-top: 20px;
    }

    .mt-xl-25 {
        margin-top: 25px;
    }

    .mt-xl-30 {
        margin-top: 30px;
    }

    .mt-xl-33 {
        margin-top: 33px;
    }

    .mt-xl-35 {
        margin-top: 35px;
    }

    .mt-xl-40 {
        margin-top: 40px;
    }

    .mt-xl-45 {
        margin-top: 45px;
    }

    .mt-xl-50 {
        margin-top: 50px;
    }

    .mt-xl-53 {
        margin-top: 53px;
    }

    .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-80 {
        margin-top: 80px;
    }

    .mt-xl-100 {
        margin-top: 100px;
    }

    .mt-xl-135 {
        margin-top: 135px;
    }

    .mb-xl-10 {
        margin-bottom: 10px;
    }

    .mb-xl-13 {
        margin-bottom: 13px;
    }

    .mb-xl-15 {
        margin-bottom: 15px;
    }

    .mb-xl-20 {
        margin-bottom: 20px;
    }

    .mb-xl-25 {
        margin-bottom: 25px;
    }

    .mb-xl-30 {
        margin-bottom: 30px;
    }

    .mb-xl-33 {
        margin-bottom: 33px;
    }

    .mb-xl-35 {
        margin-bottom: 35px;
    }

    .mb-xl-40 {
        margin-bottom: 40px;
    }

    .mb-xl-45 {
        margin-bottom: 45px;
    }

    .mb-xl-50 {
        margin-bottom: 50px;
    }

    .mb-xl-53 {
        margin-bottom: 53px;
    }

    .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-80 {
        margin-bottom: 80px;
    }

    .mb-xl-100 {
        margin-bottom: 100px;
    }

    .mb-xl-135 {
        margin-bottom: 135px;
    }

    .ml-xl-10 {
        margin-left: 10px;
    }

    .ml-xl-13 {
        margin-left: 13px;
    }

    .ml-xl-15 {
        margin-left: 15px;
    }

    .ml-xl-20 {
        margin-left: 20px;
    }

    .ml-xl-25 {
        margin-left: 25px;
    }

    .ml-xl-30 {
        margin-left: 30px;
    }

    .ml-xl-33 {
        margin-left: 33px;
    }

    .ml-xl-35 {
        margin-left: 35px;
    }

    .ml-xl-40 {
        margin-left: 40px;
    }

    .ml-xl-45 {
        margin-left: 45px;
    }

    .ml-xl-50 {
        margin-left: 50px;
    }

    .ml-xl-53 {
        margin-left: 53px;
    }

    .ml-xl-55 {
        margin-left: 55px;
    }

    .ml-xl-60 {
        margin-left: 60px;
    }

    .ml-xl-65 {
        margin-left: 65px;
    }

    .ml-xl-70 {
        margin-left: 70px;
    }

    .ml-xl-80 {
        margin-left: 80px;
    }

    .ml-xl-100 {
        margin-left: 100px;
    }

    .ml-xl-135 {
        margin-left: 135px;
    }

    .mr-xl-10 {
        margin-right: 10px;
    }

    .mr-xl-13 {
        margin-right: 13px;
    }

    .mr-xl-15 {
        margin-right: 15px;
    }

    .mr-xl-20 {
        margin-right: 20px;
    }

    .mr-xl-25 {
        margin-right: 25px;
    }

    .mr-xl-30 {
        margin-right: 30px;
    }

    .mr-xl-33 {
        margin-right: 33px;
    }

    .mr-xl-35 {
        margin-right: 35px;
    }

    .mr-xl-40 {
        margin-right: 40px;
    }

    .mr-xl-45 {
        margin-right: 45px;
    }

    .mr-xl-50 {
        margin-right: 50px;
    }

    .mr-xl-53 {
        margin-right: 53px;
    }

    .mr-xl-55 {
        margin-right: 55px;
    }

    .mr-xl-60 {
        margin-right: 60px;
    }

    .mr-xl-65 {
        margin-right: 65px;
    }

    .mr-xl-70 {
        margin-right: 70px;
    }

    .mr-xl-80 {
        margin-right: 80px;
    }

    .mr-xl-100 {
        margin-right: 100px;
    }

    .mr-xl-135 {
        margin-right: 135px;
    }

    .mt-n-xl-10 {
        margin-top: -10px;
    }

    .mt-n-xl-13 {
        margin-top: -13px;
    }

    .mt-n-xl-15 {
        margin-top: -15px;
    }

    .mt-n-xl-20 {
        margin-top: -20px;
    }

    .mt-n-xl-25 {
        margin-top: -25px;
    }

    .mt-n-xl-30 {
        margin-top: -30px;
    }

    .mt-n-xl-33 {
        margin-top: -33px;
    }

    .mt-n-xl-35 {
        margin-top: -35px;
    }

    .mt-n-xl-40 {
        margin-top: -40px;
    }

    .mt-n-xl-45 {
        margin-top: -45px;
    }

    .mt-n-xl-50 {
        margin-top: -50px;
    }

    .mt-n-xl-53 {
        margin-top: -53px;
    }

    .mt-n-xl-55 {
        margin-top: -55px;
    }

    .mt-n-xl-60 {
        margin-top: -60px;
    }

    .mt-n-xl-65 {
        margin-top: -65px;
    }

    .mt-n-xl-70 {
        margin-top: -70px;
    }

    .mt-n-xl-80 {
        margin-top: -80px;
    }

    .mt-n-xl-100 {
        margin-top: -100px;
    }

    .mt-n-xl-135 {
        margin-top: -135px;
    }
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px;
}

.mx-13 {
    margin-right: 13px;
    margin-left: 13px;
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px;
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px;
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px;
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px;
}

.mx-33 {
    margin-right: 33px;
    margin-left: 33px;
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px;
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px;
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px;
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px;
}

.mx-53 {
    margin-right: 53px;
    margin-left: 53px;
}

.mx-55 {
    margin-right: 55px;
    margin-left: 55px;
}

.mx-60 {
    margin-right: 60px;
    margin-left: 60px;
}

.mx-65 {
    margin-right: 65px;
    margin-left: 65px;
}

.mx-70 {
    margin-right: 70px;
    margin-left: 70px;
}

.mx-80 {
    margin-right: 80px;
    margin-left: 80px;
}

.mx-100 {
    margin-right: 100px;
    margin-left: 100px;
}

.mx-135 {
    margin-right: 135px;
    margin-left: 135px;
}

.m-10 {
    margin: 10px;
}

.m-13 {
    margin: 13px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}

.m-33 {
    margin: 33px;
}

.m-35 {
    margin: 35px;
}

.m-40 {
    margin: 40px;
}

.m-45 {
    margin: 45px;
}

.m-50 {
    margin: 50px;
}

.m-53 {
    margin: 53px;
}

.m-55 {
    margin: 55px;
}

.m-60 {
    margin: 60px;
}

.m-65 {
    margin: 65px;
}

.m-70 {
    margin: 70px;
}

.m-80 {
    margin: 80px;
}

.m-100 {
    margin: 100px;
}

.m-135 {
    margin: 135px;
}

.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-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-33 {
    padding-top: 33px;
    padding-bottom: 33px;
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-53 {
    padding-top: 53px;
    padding-bottom: 53px;
}

.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-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px;
}

.px-13 {
    padding-right: 13px;
    padding-left: 13px;
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px;
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px;
}

.px-33 {
    padding-right: 33px;
    padding-left: 33px;
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px;
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px;
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px;
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px;
}

.px-53 {
    padding-right: 53px;
    padding-left: 53px;
}

.px-55 {
    padding-right: 55px;
    padding-left: 55px;
}

.px-60 {
    padding-right: 60px;
    padding-left: 60px;
}

.px-65 {
    padding-right: 65px;
    padding-left: 65px;
}

.px-70 {
    padding-right: 70px;
    padding-left: 70px;
}

.px-80 {
    padding-right: 80px;
    padding-left: 80px;
}

.px-100 {
    padding-right: 100px;
    padding-left: 100px;
}

.px-135 {
    padding-right: 135px;
    padding-left: 135px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-13 {
    padding-left: 13px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-33 {
    padding-left: 33px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-53 {
    padding-left: 53px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-135 {
    padding-left: 135px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-13 {
    padding-right: 13px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-33 {
    padding-right: 33px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-53 {
    padding-right: 53px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-135 {
    padding-right: 135px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-13 {
    padding-top: 13px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-33 {
    padding-top: 33px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-53 {
    padding-top: 53px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-135 {
    padding-top: 135px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-13 {
    padding-bottom: 13px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-33 {
    padding-bottom: 33px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-53 {
    padding-bottom: 53px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-135 {
    padding-bottom: 135px;
}

@media(min-width:576px) {
    .pb-sm-10 {
        padding-bottom: 10px;
    }

    .pb-sm-13 {
        padding-bottom: 13px;
    }

    .pb-sm-15 {
        padding-bottom: 15px;
    }

    .pb-sm-20 {
        padding-bottom: 20px;
    }

    .pb-sm-25 {
        padding-bottom: 25px;
    }

    .pb-sm-30 {
        padding-bottom: 30px;
    }

    .pb-sm-33 {
        padding-bottom: 33px;
    }

    .pb-sm-35 {
        padding-bottom: 35px;
    }

    .pb-sm-40 {
        padding-bottom: 40px;
    }

    .pb-sm-45 {
        padding-bottom: 45px;
    }

    .pb-sm-50 {
        padding-bottom: 50px;
    }

    .pb-sm-53 {
        padding-bottom: 53px;
    }

    .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-80 {
        padding-bottom: 80px;
    }

    .pb-sm-100 {
        padding-bottom: 100px;
    }

    .pb-sm-135 {
        padding-bottom: 135px;
    }
}

@media(min-width:768px) {
    .pb-md-10 {
        padding-bottom: 10px;
    }

    .pb-md-13 {
        padding-bottom: 13px;
    }

    .pb-md-15 {
        padding-bottom: 15px;
    }

    .pb-md-20 {
        padding-bottom: 20px;
    }

    .pb-md-25 {
        padding-bottom: 25px;
    }

    .pb-md-30 {
        padding-bottom: 30px;
    }

    .pb-md-33 {
        padding-bottom: 33px;
    }

    .pb-md-35 {
        padding-bottom: 35px;
    }

    .pb-md-40 {
        padding-bottom: 40px;
    }

    .pb-md-45 {
        padding-bottom: 45px;
    }

    .pb-md-50 {
        padding-bottom: 50px;
    }

    .pb-md-53 {
        padding-bottom: 53px;
    }

    .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-80 {
        padding-bottom: 80px;
    }

    .pb-md-100 {
        padding-bottom: 100px;
    }

    .pb-md-135 {
        padding-bottom: 135px;
    }
}

@media(min-width:992px) {
    .pb-lg-10 {
        padding-bottom: 10px;
    }

    .pb-lg-13 {
        padding-bottom: 13px;
    }

    .pb-lg-15 {
        padding-bottom: 15px;
    }

    .pb-lg-20 {
        padding-bottom: 20px;
    }

    .pb-lg-25 {
        padding-bottom: 25px;
    }

    .pb-lg-30 {
        padding-bottom: 30px;
    }

    .pb-lg-33 {
        padding-bottom: 33px;
    }

    .pb-lg-35 {
        padding-bottom: 35px;
    }

    .pb-lg-40 {
        padding-bottom: 40px;
    }

    .pb-lg-45 {
        padding-bottom: 45px;
    }

    .pb-lg-50 {
        padding-bottom: 50px;
    }

    .pb-lg-53 {
        padding-bottom: 53px;
    }

    .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-80 {
        padding-bottom: 80px;
    }

    .pb-lg-100 {
        padding-bottom: 100px;
    }

    .pb-lg-135 {
        padding-bottom: 135px;
    }
}

@media(min-width:1200px) {
    .pb-xl-10 {
        padding-bottom: 10px;
    }

    .pb-xl-13 {
        padding-bottom: 13px;
    }

    .pb-xl-15 {
        padding-bottom: 15px;
    }

    .pb-xl-20 {
        padding-bottom: 20px;
    }

    .pb-xl-25 {
        padding-bottom: 25px;
    }

    .pb-xl-30 {
        padding-bottom: 30px;
    }

    .pb-xl-33 {
        padding-bottom: 33px;
    }

    .pb-xl-35 {
        padding-bottom: 35px;
    }

    .pb-xl-40 {
        padding-bottom: 40px;
    }

    .pb-xl-45 {
        padding-bottom: 45px;
    }

    .pb-xl-50 {
        padding-bottom: 50px;
    }

    .pb-xl-53 {
        padding-bottom: 53px;
    }

    .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-80 {
        padding-bottom: 80px;
    }

    .pb-xl-100 {
        padding-bottom: 100px;
    }

    .pb-xl-135 {
        padding-bottom: 135px;
    }
}

.p-10 {
    padding: 10px;
}

.p-13 {
    padding: 13px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

.p-33 {
    padding: 33px;
}

.p-35 {
    padding: 35px;
}

.p-40 {
    padding: 40px;
}

.p-45 {
    padding: 45px;
}

.p-50 {
    padding: 50px;
}

.p-53 {
    padding: 53px;
}

.p-55 {
    padding: 55px;
}

.p-60 {
    padding: 60px;
}

.p-65 {
    padding: 65px;
}

.p-70 {
    padding: 70px;
}

.p-80 {
    padding: 80px;
}

.p-100 {
    padding: 100px;
}

.p-135 {
    padding: 135px;
}

@media(min-width:576px) {
    .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-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-33 {
        padding-top: 33px;
        padding-bottom: 33px;
    }

    .py-sm-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .py-sm-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .py-sm-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .py-sm-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .py-sm-53 {
        padding-top: 53px;
        padding-bottom: 53px;
    }

    .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-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .py-sm-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .py-sm-135 {
        padding-top: 135px;
        padding-bottom: 135px;
    }

    .p-sm-10 {
        padding: 10px;
    }

    .p-sm-13 {
        padding: 13px;
    }

    .p-sm-15 {
        padding: 15px;
    }

    .p-sm-20 {
        padding: 20px;
    }

    .p-sm-25 {
        padding: 25px;
    }

    .p-sm-30 {
        padding: 30px;
    }

    .p-sm-33 {
        padding: 33px;
    }

    .p-sm-35 {
        padding: 35px;
    }

    .p-sm-40 {
        padding: 40px;
    }

    .p-sm-45 {
        padding: 45px;
    }

    .p-sm-50 {
        padding: 50px;
    }

    .p-sm-53 {
        padding: 53px;
    }

    .p-sm-55 {
        padding: 55px;
    }

    .p-sm-60 {
        padding: 60px;
    }

    .p-sm-65 {
        padding: 65px;
    }

    .p-sm-70 {
        padding: 70px;
    }

    .p-sm-80 {
        padding: 80px;
    }

    .p-sm-100 {
        padding: 100px;
    }

    .p-sm-135 {
        padding: 135px;
    }

    .px-sm-10 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .px-sm-13 {
        padding-right: 13px;
        padding-left: 13px;
    }

    .px-sm-15 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .px-sm-20 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .px-sm-25 {
        padding-right: 25px;
        padding-left: 25px;
    }

    .px-sm-30 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .px-sm-33 {
        padding-right: 33px;
        padding-left: 33px;
    }

    .px-sm-35 {
        padding-right: 35px;
        padding-left: 35px;
    }

    .px-sm-40 {
        padding-right: 40px;
        padding-left: 40px;
    }

    .px-sm-45 {
        padding-right: 45px;
        padding-left: 45px;
    }

    .px-sm-50 {
        padding-right: 50px;
        padding-left: 50px;
    }

    .px-sm-53 {
        padding-right: 53px;
        padding-left: 53px;
    }

    .px-sm-55 {
        padding-right: 55px;
        padding-left: 55px;
    }

    .px-sm-60 {
        padding-right: 60px;
        padding-left: 60px;
    }

    .px-sm-65 {
        padding-right: 65px;
        padding-left: 65px;
    }

    .px-sm-70 {
        padding-right: 70px;
        padding-left: 70px;
    }

    .px-sm-80 {
        padding-right: 80px;
        padding-left: 80px;
    }

    .px-sm-100 {
        padding-right: 100px;
        padding-left: 100px;
    }

    .px-sm-135 {
        padding-right: 135px;
        padding-left: 135px;
    }

    .pl-sm-10 {
        padding-left: 10px;
    }

    .pl-sm-13 {
        padding-left: 13px;
    }

    .pl-sm-15 {
        padding-left: 15px;
    }

    .pl-sm-20 {
        padding-left: 20px;
    }

    .pl-sm-25 {
        padding-left: 25px;
    }

    .pl-sm-30 {
        padding-left: 30px;
    }

    .pl-sm-33 {
        padding-left: 33px;
    }

    .pl-sm-35 {
        padding-left: 35px;
    }

    .pl-sm-40 {
        padding-left: 40px;
    }

    .pl-sm-45 {
        padding-left: 45px;
    }

    .pl-sm-50 {
        padding-left: 50px;
    }

    .pl-sm-53 {
        padding-left: 53px;
    }

    .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-80 {
        padding-left: 80px;
    }

    .pl-sm-100 {
        padding-left: 100px;
    }

    .pl-sm-135 {
        padding-left: 135px;
    }

    .pr-sm-10 {
        padding-right: 10px;
    }

    .pr-sm-13 {
        padding-right: 13px;
    }

    .pr-sm-15 {
        padding-right: 15px;
    }

    .pr-sm-20 {
        padding-right: 20px;
    }

    .pr-sm-25 {
        padding-right: 25px;
    }

    .pr-sm-30 {
        padding-right: 30px;
    }

    .pr-sm-33 {
        padding-right: 33px;
    }

    .pr-sm-35 {
        padding-right: 35px;
    }

    .pr-sm-40 {
        padding-right: 40px;
    }

    .pr-sm-45 {
        padding-right: 45px;
    }

    .pr-sm-50 {
        padding-right: 50px;
    }

    .pr-sm-53 {
        padding-right: 53px;
    }

    .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-80 {
        padding-right: 80px;
    }

    .pr-sm-100 {
        padding-right: 100px;
    }

    .pr-sm-135 {
        padding-right: 135px;
    }

    .pt-sm-10 {
        padding-top: 10px;
    }

    .pt-sm-13 {
        padding-top: 13px;
    }

    .pt-sm-15 {
        padding-top: 15px;
    }

    .pt-sm-20 {
        padding-top: 20px;
    }

    .pt-sm-25 {
        padding-top: 25px;
    }

    .pt-sm-30 {
        padding-top: 30px;
    }

    .pt-sm-33 {
        padding-top: 33px;
    }

    .pt-sm-35 {
        padding-top: 35px;
    }

    .pt-sm-40 {
        padding-top: 40px;
    }

    .pt-sm-45 {
        padding-top: 45px;
    }

    .pt-sm-50 {
        padding-top: 50px;
    }

    .pt-sm-53 {
        padding-top: 53px;
    }

    .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-80 {
        padding-top: 80px;
    }

    .pt-sm-100 {
        padding-top: 100px;
    }

    .pt-sm-135 {
        padding-top: 135px;
    }
}

@media(min-width:768px) {
    .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-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-33 {
        padding-top: 33px;
        padding-bottom: 33px;
    }

    .py-md-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .py-md-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .py-md-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .py-md-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .py-md-53 {
        padding-top: 53px;
        padding-bottom: 53px;
    }

    .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-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .py-md-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .py-md-135 {
        padding-top: 135px;
        padding-bottom: 135px;
    }

    .p-md-10 {
        padding: 10px;
    }

    .p-md-13 {
        padding: 13px;
    }

    .p-md-15 {
        padding: 15px;
    }

    .p-md-20 {
        padding: 20px;
    }

    .p-md-25 {
        padding: 25px;
    }

    .p-md-30 {
        padding: 30px;
    }

    .p-md-33 {
        padding: 33px;
    }

    .p-md-35 {
        padding: 35px;
    }

    .p-md-40 {
        padding: 40px;
    }

    .p-md-45 {
        padding: 45px;
    }

    .p-md-50 {
        padding: 50px;
    }

    .p-md-53 {
        padding: 53px;
    }

    .p-md-55 {
        padding: 55px;
    }

    .p-md-60 {
        padding: 60px;
    }

    .p-md-65 {
        padding: 65px;
    }

    .p-md-70 {
        padding: 70px;
    }

    .p-md-80 {
        padding: 80px;
    }

    .p-md-100 {
        padding: 100px;
    }

    .p-md-135 {
        padding: 135px;
    }

    .px-md-10 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .px-md-13 {
        padding-right: 13px;
        padding-left: 13px;
    }

    .px-md-15 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .px-md-20 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .px-md-25 {
        padding-right: 25px;
        padding-left: 25px;
    }

    .px-md-30 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .px-md-33 {
        padding-right: 33px;
        padding-left: 33px;
    }

    .px-md-35 {
        padding-right: 35px;
        padding-left: 35px;
    }

    .px-md-40 {
        padding-right: 40px;
        padding-left: 40px;
    }

    .px-md-45 {
        padding-right: 45px;
        padding-left: 45px;
    }

    .px-md-50 {
        padding-right: 50px;
        padding-left: 50px;
    }

    .px-md-53 {
        padding-right: 53px;
        padding-left: 53px;
    }

    .px-md-55 {
        padding-right: 55px;
        padding-left: 55px;
    }

    .px-md-60 {
        padding-right: 60px;
        padding-left: 60px;
    }

    .px-md-65 {
        padding-right: 65px;
        padding-left: 65px;
    }

    .px-md-70 {
        padding-right: 70px;
        padding-left: 70px;
    }

    .px-md-80 {
        padding-right: 80px;
        padding-left: 80px;
    }

    .px-md-100 {
        padding-right: 100px;
        padding-left: 100px;
    }

    .px-md-135 {
        padding-right: 135px;
        padding-left: 135px;
    }

    .pl-md-10 {
        padding-left: 10px;
    }

    .pl-md-13 {
        padding-left: 13px;
    }

    .pl-md-15 {
        padding-left: 15px;
    }

    .pl-md-20 {
        padding-left: 20px;
    }

    .pl-md-25 {
        padding-left: 25px;
    }

    .pl-md-30 {
        padding-left: 30px;
    }

    .pl-md-33 {
        padding-left: 33px;
    }

    .pl-md-35 {
        padding-left: 35px;
    }

    .pl-md-40 {
        padding-left: 40px;
    }

    .pl-md-45 {
        padding-left: 45px;
    }

    .pl-md-50 {
        padding-left: 50px;
    }

    .pl-md-53 {
        padding-left: 53px;
    }

    .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-80 {
        padding-left: 80px;
    }

    .pl-md-100 {
        padding-left: 100px;
    }

    .pl-md-135 {
        padding-left: 135px;
    }

    .pr-md-10 {
        padding-right: 10px;
    }

    .pr-md-13 {
        padding-right: 13px;
    }

    .pr-md-15 {
        padding-right: 15px;
    }

    .pr-md-20 {
        padding-right: 20px;
    }

    .pr-md-25 {
        padding-right: 25px;
    }

    .pr-md-30 {
        padding-right: 30px;
    }

    .pr-md-33 {
        padding-right: 33px;
    }

    .pr-md-35 {
        padding-right: 35px;
    }

    .pr-md-40 {
        padding-right: 40px;
    }

    .pr-md-45 {
        padding-right: 45px;
    }

    .pr-md-50 {
        padding-right: 50px;
    }

    .pr-md-53 {
        padding-right: 53px;
    }

    .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-80 {
        padding-right: 80px;
    }

    .pr-md-100 {
        padding-right: 100px;
    }

    .pr-md-135 {
        padding-right: 135px;
    }

    .pt-md-10 {
        padding-top: 10px;
    }

    .pt-md-13 {
        padding-top: 13px;
    }

    .pt-md-15 {
        padding-top: 15px;
    }

    .pt-md-20 {
        padding-top: 20px;
    }

    .pt-md-25 {
        padding-top: 25px;
    }

    .pt-md-30 {
        padding-top: 30px;
    }

    .pt-md-33 {
        padding-top: 33px;
    }

    .pt-md-35 {
        padding-top: 35px;
    }

    .pt-md-40 {
        padding-top: 40px;
    }

    .pt-md-45 {
        padding-top: 45px;
    }

    .pt-md-50 {
        padding-top: 50px;
    }

    .pt-md-53 {
        padding-top: 53px;
    }

    .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-80 {
        padding-top: 80px;
    }

    .pt-md-100 {
        padding-top: 100px;
    }

    .pt-md-135 {
        padding-top: 135px;
    }
}

@media(min-width:992px) {
    .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-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-33 {
        padding-top: 33px;
        padding-bottom: 33px;
    }

    .py-lg-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .py-lg-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .py-lg-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .py-lg-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .py-lg-53 {
        padding-top: 53px;
        padding-bottom: 53px;
    }

    .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-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .py-lg-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .py-lg-135 {
        padding-top: 135px;
        padding-bottom: 135px;
    }

    .p-lg-10 {
        padding: 10px;
    }

    .p-lg-13 {
        padding: 13px;
    }

    .p-lg-15 {
        padding: 15px;
    }

    .p-lg-20 {
        padding: 20px;
    }

    .p-lg-25 {
        padding: 25px;
    }

    .p-lg-30 {
        padding: 30px;
    }

    .p-lg-33 {
        padding: 33px;
    }

    .p-lg-35 {
        padding: 35px;
    }

    .p-lg-40 {
        padding: 40px;
    }

    .p-lg-45 {
        padding: 45px;
    }

    .p-lg-50 {
        padding: 50px;
    }

    .p-lg-53 {
        padding: 53px;
    }

    .p-lg-55 {
        padding: 55px;
    }

    .p-lg-60 {
        padding: 60px;
    }

    .p-lg-65 {
        padding: 65px;
    }

    .p-lg-70 {
        padding: 70px;
    }

    .p-lg-80 {
        padding: 80px;
    }

    .p-lg-100 {
        padding: 100px;
    }

    .p-lg-135 {
        padding: 135px;
    }

    .px-lg-10 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .px-lg-13 {
        padding-right: 13px;
        padding-left: 13px;
    }

    .px-lg-15 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .px-lg-20 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .px-lg-25 {
        padding-right: 25px;
        padding-left: 25px;
    }

    .px-lg-30 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .px-lg-33 {
        padding-right: 33px;
        padding-left: 33px;
    }

    .px-lg-35 {
        padding-right: 35px;
        padding-left: 35px;
    }

    .px-lg-40 {
        padding-right: 40px;
        padding-left: 40px;
    }

    .px-lg-45 {
        padding-right: 45px;
        padding-left: 45px;
    }

    .px-lg-50 {
        padding-right: 50px;
        padding-left: 50px;
    }

    .px-lg-53 {
        padding-right: 53px;
        padding-left: 53px;
    }

    .px-lg-55 {
        padding-right: 55px;
        padding-left: 55px;
    }

    .px-lg-60 {
        padding-right: 60px;
        padding-left: 60px;
    }

    .px-lg-65 {
        padding-right: 65px;
        padding-left: 65px;
    }

    .px-lg-70 {
        padding-right: 70px;
        padding-left: 70px;
    }

    .px-lg-80 {
        padding-right: 80px;
        padding-left: 80px;
    }

    .px-lg-100 {
        padding-right: 100px;
        padding-left: 100px;
    }

    .px-lg-135 {
        padding-right: 135px;
        padding-left: 135px;
    }

    .pl-lg-10 {
        padding-left: 10px;
    }

    .pl-lg-13 {
        padding-left: 13px;
    }

    .pl-lg-15 {
        padding-left: 15px;
    }

    .pl-lg-20 {
        padding-left: 20px;
    }

    .pl-lg-25 {
        padding-left: 25px;
    }

    .pl-lg-30 {
        padding-left: 30px;
    }

    .pl-lg-33 {
        padding-left: 33px;
    }

    .pl-lg-35 {
        padding-left: 35px;
    }

    .pl-lg-40 {
        padding-left: 40px;
    }

    .pl-lg-45 {
        padding-left: 45px;
    }

    .pl-lg-50 {
        padding-left: 50px;
    }

    .pl-lg-53 {
        padding-left: 53px;
    }

    .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-80 {
        padding-left: 80px;
    }

    .pl-lg-100 {
        padding-left: 100px;
    }

    .pl-lg-135 {
        padding-left: 135px;
    }

    .pr-lg-10 {
        padding-right: 10px;
    }

    .pr-lg-13 {
        padding-right: 13px;
    }

    .pr-lg-15 {
        padding-right: 15px;
    }

    .pr-lg-20 {
        padding-right: 20px;
    }

    .pr-lg-25 {
        padding-right: 25px;
    }

    .pr-lg-30 {
        padding-right: 30px;
    }

    .pr-lg-33 {
        padding-right: 33px;
    }

    .pr-lg-35 {
        padding-right: 35px;
    }

    .pr-lg-40 {
        padding-right: 40px;
    }

    .pr-lg-45 {
        padding-right: 45px;
    }

    .pr-lg-50 {
        padding-right: 50px;
    }

    .pr-lg-53 {
        padding-right: 53px;
    }

    .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-80 {
        padding-right: 80px;
    }

    .pr-lg-100 {
        padding-right: 100px;
    }

    .pr-lg-135 {
        padding-right: 135px;
    }

    .pt-lg-10 {
        padding-top: 10px;
    }

    .pt-lg-13 {
        padding-top: 13px;
    }

    .pt-lg-15 {
        padding-top: 15px;
    }

    .pt-lg-20 {
        padding-top: 20px;
    }

    .pt-lg-25 {
        padding-top: 25px;
    }

    .pt-lg-30 {
        padding-top: 30px;
    }

    .pt-lg-33 {
        padding-top: 33px;
    }

    .pt-lg-35 {
        padding-top: 35px;
    }

    .pt-lg-40 {
        padding-top: 40px;
    }

    .pt-lg-45 {
        padding-top: 45px;
    }

    .pt-lg-50 {
        padding-top: 50px;
    }

    .pt-lg-53 {
        padding-top: 53px;
    }

    .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-80 {
        padding-top: 80px;
    }

    .pt-lg-100 {
        padding-top: 100px;
    }

    .pt-lg-135 {
        padding-top: 135px;
    }
}

@media(min-width:1200px) {
    .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-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-33 {
        padding-top: 33px;
        padding-bottom: 33px;
    }

    .py-xl-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .py-xl-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .py-xl-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .py-xl-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .py-xl-53 {
        padding-top: 53px;
        padding-bottom: 53px;
    }

    .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-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .py-xl-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .py-xl-135 {
        padding-top: 135px;
        padding-bottom: 135px;
    }

    .p-xl-10 {
        padding: 10px;
    }

    .p-xl-13 {
        padding: 13px;
    }

    .p-xl-15 {
        padding: 15px;
    }

    .p-xl-20 {
        padding: 20px;
    }

    .p-xl-25 {
        padding: 25px;
    }

    .p-xl-30 {
        padding: 30px;
    }

    .p-xl-33 {
        padding: 33px;
    }

    .p-xl-35 {
        padding: 35px;
    }

    .p-xl-40 {
        padding: 40px;
    }

    .p-xl-45 {
        padding: 45px;
    }

    .p-xl-50 {
        padding: 50px;
    }

    .p-xl-53 {
        padding: 53px;
    }

    .p-xl-55 {
        padding: 55px;
    }

    .p-xl-60 {
        padding: 60px;
    }

    .p-xl-65 {
        padding: 65px;
    }

    .p-xl-70 {
        padding: 70px;
    }

    .p-xl-80 {
        padding: 80px;
    }

    .p-xl-100 {
        padding: 100px;
    }

    .p-xl-135 {
        padding: 135px;
    }

    .px-xl-10 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .px-xl-13 {
        padding-right: 13px;
        padding-left: 13px;
    }

    .px-xl-15 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .px-xl-20 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .px-xl-25 {
        padding-right: 25px;
        padding-left: 25px;
    }

    .px-xl-30 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .px-xl-33 {
        padding-right: 33px;
        padding-left: 33px;
    }

    .px-xl-35 {
        padding-right: 35px;
        padding-left: 35px;
    }

    .px-xl-40 {
        padding-right: 40px;
        padding-left: 40px;
    }

    .px-xl-45 {
        padding-right: 45px;
        padding-left: 45px;
    }

    .px-xl-50 {
        padding-right: 50px;
        padding-left: 50px;
    }

    .px-xl-53 {
        padding-right: 53px;
        padding-left: 53px;
    }

    .px-xl-55 {
        padding-right: 55px;
        padding-left: 55px;
    }

    .px-xl-60 {
        padding-right: 60px;
        padding-left: 60px;
    }

    .px-xl-65 {
        padding-right: 65px;
        padding-left: 65px;
    }

    .px-xl-70 {
        padding-right: 70px;
        padding-left: 70px;
    }

    .px-xl-80 {
        padding-right: 80px;
        padding-left: 80px;
    }

    .px-xl-100 {
        padding-right: 100px;
        padding-left: 100px;
    }

    .px-xl-135 {
        padding-right: 135px;
        padding-left: 135px;
    }

    .pl-xl-10 {
        padding-left: 10px;
    }

    .pl-xl-13 {
        padding-left: 13px;
    }

    .pl-xl-15 {
        padding-left: 15px;
    }

    .pl-xl-20 {
        padding-left: 20px;
    }

    .pl-xl-25 {
        padding-left: 25px;
    }

    .pl-xl-30 {
        padding-left: 30px;
    }

    .pl-xl-33 {
        padding-left: 33px;
    }

    .pl-xl-35 {
        padding-left: 35px;
    }

    .pl-xl-40 {
        padding-left: 40px;
    }

    .pl-xl-45 {
        padding-left: 45px;
    }

    .pl-xl-50 {
        padding-left: 50px;
    }

    .pl-xl-53 {
        padding-left: 53px;
    }

    .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-80 {
        padding-left: 80px;
    }

    .pl-xl-100 {
        padding-left: 100px;
    }

    .pl-xl-135 {
        padding-left: 135px;
    }

    .pr-xl-10 {
        padding-right: 10px;
    }

    .pr-xl-13 {
        padding-right: 13px;
    }

    .pr-xl-15 {
        padding-right: 15px;
    }

    .pr-xl-20 {
        padding-right: 20px;
    }

    .pr-xl-25 {
        padding-right: 25px;
    }

    .pr-xl-30 {
        padding-right: 30px;
    }

    .pr-xl-33 {
        padding-right: 33px;
    }

    .pr-xl-35 {
        padding-right: 35px;
    }

    .pr-xl-40 {
        padding-right: 40px;
    }

    .pr-xl-45 {
        padding-right: 45px;
    }

    .pr-xl-50 {
        padding-right: 50px;
    }

    .pr-xl-53 {
        padding-right: 53px;
    }

    .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-80 {
        padding-right: 80px;
    }

    .pr-xl-100 {
        padding-right: 100px;
    }

    .pr-xl-135 {
        padding-right: 135px;
    }

    .pt-xl-10 {
        padding-top: 10px;
    }

    .pt-xl-13 {
        padding-top: 13px;
    }

    .pt-xl-15 {
        padding-top: 15px;
    }

    .pt-xl-20 {
        padding-top: 20px;
    }

    .pt-xl-25 {
        padding-top: 25px;
    }

    .pt-xl-30 {
        padding-top: 30px;
    }

    .pt-xl-33 {
        padding-top: 33px;
    }

    .pt-xl-35 {
        padding-top: 35px;
    }

    .pt-xl-40 {
        padding-top: 40px;
    }

    .pt-xl-45 {
        padding-top: 45px;
    }

    .pt-xl-50 {
        padding-top: 50px;
    }

    .pt-xl-53 {
        padding-top: 53px;
    }

    .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-80 {
        padding-top: 80px;
    }

    .pt-xl-100 {
        padding-top: 100px;
    }

    .pt-xl-135 {
        padding-top: 135px;
    }
}

.icon-styled {
    display: inline-block;
    text-align: center;
}

.icon-styled i {
    width: 1em;
    margin-right: 0;
}

.icon-styled[class*=bg-],
.icon-styled[class*=btn-],
.icon-styled.bordered,
.icon-styled.icon-bordered {
    box-sizing: content-box;
    width: 2.3em;
    height: 2.3em;
    border-style: solid;
    border-width: 1px;
}

.text-center .icon-styled[class*=bg-],
.text-center .icon-styled[class*=btn-],
.text-center .icon-styled.bordered,
.text-center .icon-styled.icon-bordered {
    margin-right: auto;
    margin-left: auto;
}

.icon-styled[class*=bg-] i,
.icon-styled[class*=btn-] i,
.icon-styled.bordered i,
.icon-styled.icon-bordered i {
    line-height: 2.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: #e8e8e8;
}

.icon-styled[class*=bg-] {
    border-color: transparent;
}

.icon-styled.icon-top {
    position: relative;
    top: -7px;
    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;
}

.text-center .icon-inline {
    justify-content: center;
}

.icon-inline > * {
    margin-top: 0;
    margin-right: 4px;
    margin-bottom: 0;
}

.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 20px 40px;
}

@media(min-width:992px) {
    .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: 100px 40px 90px;
    }
}

.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 {
        z-index: 2;
        position: relative;
        height: calc(100% + 12px);
        margin: -6px -10px;
        padding-top: 76px;
        padding-bottom: 36px;
    }
}

.icon-box .icon-styled[class*=bg-],
.icon-box .icon-styled.icon-bordered {
    margin-bottom: .5em;
}

.icon-box .icon-styled + h5 {
    margin-top: 21px;
    margin-bottom: 18px;
}

@media(min-width:992px) {
    .icon-box .icon-styled + h5 {
        margin-top: 41px;
        margin-bottom: 18px;
    }
}

.icon-box .icon-styled + h2,
.icon-box .icon-styled + h3,
.icon-box .icon-styled+h4,
.icon-box .icon-styled+h6 {
    margin-top: 19px;
    margin-bottom: 14px;
}

.icon-box .icon-styled + p.small-text {
    margin: .74em 0;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .2em;
}

.icon-box h2,
.icon-box h3,
.icon-box h4,
.icon-box h5,
.icon-box h6 {
    margin-top: 19px;
    margin-bottom: 14px;
    line-height: 1;
}

.icon-box .counter-wrap {
    margin-bottom: 15px;
}

.media,
.icon-box {
    position: relative;
}

.media .heading-accent,
.icon-box .heading-accent {
    margin-bottom: .6em;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: inherit;
}

@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: .6em;
}

.media .special-heading,
.icon-box .special-heading {
    margin: 0;
}

.media.ls,
.media.ds,
.media.cs,
.media.bordered,
.media.hero-bg,
.media.muted-bg,
.media.box-shadow {
    padding: 31px 30px 26px;
}

@media(min-width:992px) {
    .media.ls,
    .media.ds,
    .media.cs,
    .media.bordered,
    .media.hero-bg,
    .media.muted-bg,
    .media.box-shadow {
        padding: 51px 50px 46px;
    }
}

.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: -.2em;
}

.media.styled-media {
    align-items: center;
}

.media.styled-media h6 {
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1;
}

.media.styled-media .media-body {
    margin-left: 13px;
}

.media .icon-styled {
    position: relative;
    top: 5px;
}

.icons-top .icon-styled {
    top: 0;
}

.after-intro .media {
    position: relative;
    transition: .3s all;
}

.after-intro .media .icon-styled {
    top: 0;
}

.after-intro .media .media-body {
    margin-left: 19px;
}

@media(min-width:992px) {
    .after-intro .media .media-body h5 {
        margin-bottom: 0;
    }
}

@media(min-width:992px) {
    .after-intro .media:hover {
        transform: translateY(-10px);
    }
}

.special-heading {
    line-height: 1.34;
    word-wrap: break-word;
}

.special-heading.subheading {
    margin-top: -2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #ff6162;
}

@media(min-width:768px) {
    .special-heading.subheading + .special-heading {
        margin-top: 14px;
    }
}

.special-heading.text-lowercase {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.1;
}

.special-heading.big,
.special-heading.text-uppercase {
    font-weight: 900;
    line-height: .8;
}

.special-heading.big {
    margin-top: .65em;
    margin-bottom: .65em;
}

@media(max-width:1600px) {
    .special-heading.big,
    .special-heading.text-lowercase,
    .special-heading.text-uppercase {
        line-height: 1;
    }
}

.special-heading + h3 {
    margin-top: -.4em;
}

.special-heading.text-center + p {
    text-align: center;
}

h3.small .special-heading {
    line-height: 1;
}

h4.special-heading {
    margin-top: -1px;
}

p.special-heading {
    margin-bottom: 3px;
    line-height: 24px;
}

h3.small {
    margin-bottom: 36px;
}

.gradient-background .special-heading.subheading {
    color: #fff;
}

.number-card {
    display: flex;
    position: relative;
    margin: 30px 0;
    overflow: hidden;
}

.number-card .card-number span {
    display: block;
    position: relative;
    margin-top: -.14em;
    margin-left: -.32em;
    font-family: poppins,sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.03em;
}

.number-card .card-number span:after {
    content: "â€¢";
    position: absolute;
    right: -.4em;
    bottom: -.09em;
    font-size: .62em;
}

@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 {
    margin: 6px 0 25px;
    font-weight: 900;
    line-height: 1;
}

@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 {
    padding: 38px 30px 40px;
    text-align: center;
    transition: .5s all;
}

@media(max-width:991px) {
    .pricing-plan {
        box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
    }
}

@media(min-width:992px) {
    .pricing-plan {
        padding: 92px 50px 100px;
    }
}

.pricing-plan .plan-name {
    text-transform: uppercase;
    font-weight: 400;
}

.pricing-plan .price-wrap {
    margin-top: 20px;
}

@media(min-width:992px) {
    .pricing-plan .price-wrap {
        margin-top: 27px;
    }
}

.pricing-plan .price-wrap[class*=bg-] {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 15px 30px 18px;
}

.pricing-plan .price-wrap h6 {
    margin: 0;
    line-height: inherit;
}

.pricing-plan .price-wrap .plan-sign {
    display: inline-block;
    position: relative;
    top: -10px;
    margin: 0 12px 0 0;
    font-size: 18px;
}

.pricing-plan .price-wrap .plan-rate {
    margin-top: -8px;
}

.pricing-plan [class*=bg-] {
    margin-right: -41px;
    margin-left: -41px;
    padding: 10px 30px 30px;
}

.pricing-plan .plan-name[class*=bg-] {
    margin-top: -40px;
    padding-top: 30px;
}

.pricing-plan .plan-name h5 {
    line-height: 1;
}

@media(min-width:1200px) {
    .pricing-plan [class*=bg-] {
        margin-right: -61px;
        margin-left: -61px;
    }

    .pricing-plan .plan-name[class*=bg-] {
        margin-top: -78px;
    }
}

.pricing-plan .plan-features {
    margin: 27px 0 0;
}

@media(min-width:1200px) {
    .pricing-plan .plan-features {
        margin-top: 29px;
    }
}

.pricing-plan .plan-features ul {
    padding-left: 0;
    list-style: none;
}

.pricing-plan .plan-features ul li {
    position: relative;
    padding: 5px 0;
}

.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.enabled:before,
.pricing-plan .plan-features ul li.disabled:before {
    content: "\f00c";
    position: relative;
    top: 1px;
    padding-right: 13px;
    font-family: fontawesome;
    font-size: 14px;
    color: #ff6162;
}

.pricing-plan .plan-features ul li.disabled:before {
    content: "\f00d";
    font-family: fontawesome;
}

.pricing-plan.plan-featured {
    z-index: 5;
    position: relative;
}

.pricing-plan.cs .plan-features ul li:before {
    color: #fff;
}

.pricing-plan[class*=bg-] .btn-maincolor:hover {
    color: #fff;
}

.plan-badge {
    position: absolute;
    top: 0;
    left: 30px;
    padding: 26px 2px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: #ff6162;
}

.plan-badge:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    border-right: 20px solid #ff6162;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #ff6162;
}

.plan-badge span {
    display: block;
    position: relative;
    transform: rotate(270deg);
}

.quote-item {
    position: relative;
    margin: 0;
    padding: 30px;
}

@media(min-width:992px) {
    .quote-item {
        padding: 40px 40px 34px;
    }
}

@media(min-width:1200px) {
    .quote-item {
        padding: 40px 40px 62px;
    }
}

@media(min-width:1200px) {
    .quote-item {
        width: 255px;
    }
}

@media(min-width:1300px) {
    .quote-item {
        width: 270px;
    }
}

.quote-item .quote-content:before {
    content: "";
    display: block;
    position: relative;
    width: 52px;
    height: 41px;
    margin-bottom: 25px;
    margin-left: auto;
    background-color: #ff6162;
    -webkit-mask: url(../img/quote-mark.png) no-repeat center/contain;
}

@media(min-width:992px) {
    .quote-item .quote-content:before {
        margin-bottom: 61px;
    }
}

.quote-item .quote-content .quote-author {
    display: flex;
    margin-top: 25px;
}

@media(min-width:992px) {
    .quote-item .quote-content .quote-author {
        margin-top: 46px;
    }
}

.quote-item .quote-content .quote-author img {
    position: relative;
    top: -6px;
    max-height: 50px;
    max-width: 50px;
    border-radius: 50%;
}

.quote-item .quote-content .quote-author .author-meta {
    margin-left: 9px;
}

.quote-item .quote-content .quote-author .author-meta .author-name {
    margin-bottom: 4px;
}

.quote-item .quote-content .quote-author .author-meta .author-position {
    line-height: 1;
}

.quote-item.quote-large {
    padding-bottom: 20px;
}

.quote-item.quote-large img {
    flex-grow: 1;
    height: 100%;
    min-width: 240px;
}

.quote-item.quote-large .quote-content .author-name {
    margin-top: -14px;
    margin-bottom: 0;
}

@media(max-width:1199px) {
    .quote-item.quote-large > img {
        display: none;
    }
}

@media(min-width:992px) {
    .quote-item.quote-large {
        padding-bottom: 30px;
    }
}

@media(min-width:1200px) {
    .quote-item.quote-large {
        display: flex;
        width: 540px;
        padding-bottom: 40px;
    }

    .quote-item.quote-large .quote-content {
        padding-left: 40px;
    }

    .quote-item.quote-large .quote-content:before {
        display: block;
        margin-top: 0;
        margin-bottom: 43px;
    }

    .quote-item.quote-large .quote-content .author-name {
        margin-top: 3em;
        margin-bottom: 6px;
    }
}

@media(min-width:1300px) {
    .quote-item.quote-large {
        width: 570px;
    }
}

.testimonials-slider2 .owl-item {
    padding-top: 65px;
    padding-bottom: 5px;
}

.quote-item2 {
    position: relative;
    padding: 40px;
}

.quote-item2 .quote-author {
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
}

.quote-item2 .quote-author img {
    max-width: 130px;
}

.quote-item2 .quote-content {
    margin-top: 77px;
}

.quote-item2 .quote-content:before {
    content: "";
    display: block;
    position: relative;
    width: 52px;
    height: 41px;
    margin: 0 auto 41px;
    background-color: #ff6162;
    -webkit-mask: url(../img/quote-mark.png) no-repeat center/contain;
}

.quote-item2 .quote-content .author-meta {
    padding-top: 5px;
}

.quote-item2 .quote-content .author-meta .author-name {
    margin-bottom: -3px;
}

#testimonials.with-particles .container {
    pointer-events: none;
}

#testimonials.with-particles .container .testimonials-slider {
    pointer-events: auto;
}

.items-tile .item-content {
    padding-bottom: 100px;
}

.items-tile .item-content h3 {
    margin-bottom: .3em;
    text-transform: none;
}

@media(min-width:992px) {
    .items-tile .item-content h3 a {
        display: inline-block;
        padding-bottom: .1em;
        max-height: 3.05em;
        overflow: hidden;
    }

    .items-tile .item-content h3 + p {
        max-height: 5.5em;
        overflow: hidden;
    }
}

.items-tile .item-icons {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 70px;
    padding: 0 40px;
    border-top: 1px solid rgba(255,255,255,.2);
    border-bottom: 10px solid rgba(0,0,0,.1);
    line-height: 60px;
}

.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 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

@media(min-width:992px) {
    .filters {
        padding-bottom: 41px;
    }
}

@media(min-width:768px) {
    .filters.space-evenly {
        justify-content: space-evenly;
    }
}

.filters a {
    z-index: 1;
    position: relative;
    margin: 0 15px;
    padding: 7px 15px;
    line-height: 1;
}

@media(max-width:767px) {
    .filters a {
        margin: 0 6px 4px;
    }

    .filters a:first-child {
        margin-left: 0;
    }
}

.filters a:hover {
    color: #fff;
}

.filters a:before {
    content: "";
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    margin: 0 auto;
    background-color: #ff6162;
    transition: height .2s;
}

.filters a.active,
.filters a:hover {
    color: #fff;
}

.filters a.active:before,
.filters a:hover:before {
    height: 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;
    }
}

.filters-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 4px 0 20px;
}

@media(min-width:992px) {
    .filters-item {
        padding: 4px 0 53px;
    }
}

.filters-item .filters {
    padding: 0;
}

.filters-item a.btn {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: left;
}

@media(min-width:992px) {
    .filters-item a.btn {
        display: inline-block;
        margin: 0 0 0 26px;
    }
}

.filters-item a.btn:after {
    float: right;
}

.team-member.vertical-item {
    transition: all .3s ease-in-out;
}

.team-member.vertical-item .item-content {
    padding-top: 25px;
    padding-bottom: 20px;
}

@media(min-width:1200px) {
    .team-member.vertical-item .item-content {
        padding-top: 35px;
        padding-bottom: 30px;
    }
}

.team-member.vertical-item .team-name {
    margin-bottom: 6px;
}

.team-member.vertical-item .team-position {
    margin-bottom: 13px;
}

.team-member.vertical-item:hover {
    box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
}

.team-member2.vertical-item {
    z-index: 1;
    position: relative;
    padding: 50px 40px 41px;
}

.team-member2.vertical-item .item-media {
    margin: auto;
    max-width: 170px;
}

.team-member2.vertical-item .item-content {
    padding-top: 45px;
}

.team-member2.vertical-item .item-content .team-name {
    margin-bottom: 6px;
}

.team-member2.vertical-item .item-content .team-position {
    margin-bottom: 25px;
}

@media(min-width:992px) {
    .team-member2.vertical-item .item-content .team-position {
        margin-bottom: 34px;
    }
}

.team-single .team-info .team-position {
    margin-top: -6px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #ff6162;
}

.team-single .team-info .team-name {
    margin-top: 13px;
}

.team-single .team-info .social-icons {
    display: block;
    transition-delay: .08s;
}

.team-single.text-center .icon-inline {
    justify-content: flex-start;
}

@media(max-width:767px) {
    .media-block {
        display: block;
    }

    .media-block .media-body {
        margin: 20px 0 0;
    }
}

.single-service .item-content {
    padding: 27px 20px 23px;
}

@media(min-width:768px) {
    .single-service .item-content {
        padding: 52px 100px 50px;
    }
}

@media(min-width:992px) {
    .single-service .item-content {
        padding: 92px 200px 90px;
    }
}

.single-service .item-content .service-progress {
    margin: 31px 0 41px;
}

.single-service .service-title {
    margin: 30px 0 41px;
}

.icon-box.service-box .service-title {
    margin-top: 20px;
    margin-bottom: 18px;
    font-weight: 400;
}

@media(min-width:992px) {
    .icon-box.service-box .service-title {
        margin-top: 30px;
    }
}

.item-gallery.content-absolute {
    position: relative;
    overflow: hidden;
    background: 0 0;
}

.item-gallery.content-absolute .item-content h6 {
    z-index: 5;
    opacity: 0;
    transition: all .15s ease-in-out;
    transform: scale(0);
}

.item-gallery.content-absolute:hover .item-content h6 {
    opacity: 1;
    transform: scale(1);
}

.item-gallery .media-links:before {
    background-color: #27205f;
}

.item-gallery.vertical-item.content-padding.padding-small .item-content .tagcloud {
    margin-bottom: 0;
}

.gallery-single .cat-links {
    display: block;
    margin-bottom: -4px;
}

.gallery-single .entry-meta {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4;
}

.images-wrap-item {
    display: inline-block;
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
}

@media(min-width:1300px) {
    .images-wrap-item {
        margin-top: 120px;
        margin-right: 0;
    }
}

.images-wrap-item img {
    box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
}

.images-wrap-item img:first-child {
    z-index: 1;
    position: relative;
}

.images-wrap-item img.image-back {
    z-index: 0;
    position: absolute;
    top: -20px;
    right: -20px;
    transition: .3s ease-in-out;
}

@media(min-width:1300px) {
    .images-wrap-item img.image-back {
        top: -120px;
        right: -200px;
    }
}

@media(min-width:992px) {
    .images-wrap-item:hover img.image-back {
        transform: translateX(5%);
    }
}

@media(min-width:1300px) {
    .images-wrap-item .pattern-square.right-pattern:after {
        right: -263px;
        bottom: 62px;
        left: auto;
    }
}

.gallery-direction .gallery-hover a.gallery-link {
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery-direction .gallery-hover a.gallery-link .item-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 40px;
    background: rgba(255,97,98,.5);
}

.gallery-direction .gallery-hover a.gallery-link .item-content h6 {
    text-align: center;
    color: #fff!important;
}

.gallery-direction a > img {
    transition: all .5s ease-in-out 0s;
}

.gallery-direction a:hover > img {
    opacity: 1;
    transform: scale(1.1);
}

.layout-gallery-title .vertical-item .item-media + .item-content {
    padding-top: 25px;
}

.steps {
    counter-reset: step;
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media(min-width:768px) {
    .steps {
        display: flex;
    }
}

.steps .step {
    flex: 1 1 25%;
    padding-right: 30px;
}

.steps .step:hover .step-bullet:before {
    font-size: 18px;
}

.steps .step .step-title h6 {
    line-height: 1.9;
}

.steps .step .step-bullet {
    display: inline-block;
    z-index: 1;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #7470fc;
}

.steps .step .step-bullet:before {
    content: counter(step,decimal-leading-zero);
    counter-increment: step;
    line-height: 40px;
    color: #fff;
    transition: font-size .15s;
}

.steps .step .step-bullet:after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 19px;
    left: 0;
    width: 500px;
    height: 2px;
    background-color: #7470fc;
}

@media(max-width:767px) {
    .steps .step + .step {
        margin-top: 30px;
    }

    .steps .step .step-top {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .steps .step .step-top .step-title {
        margin-left: 20px;
    }

    .steps .step .step-top .step-title h6 {
        line-height: 1.3;
    }

    .steps .step .step-top .step-bullet:after {
        top: 0;
        bottom: 0;
        left: 19px;
        width: 2px;
        height: 500px;
    }

    .steps .step .step-content {
        margin-left: 61px;
    }
}

aside h2 {
    margin-bottom: 0;
    line-height: 1;
}

aside > * + * {
    margin-top: 40px;
}

@media(min-width:992px) {
    aside > * + * {
        margin-top: 70px;
    }
}

.widget {
    position: relative;
}

.widget > h3,
.widget .widget-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: .7;
}

.widget > h2:last-child {
    line-height: 1;
}

.widget li.media {
    display: flex;
    align-items: center;
}

.widget li.media + li.media {
    margin-top: 10px;
}

.widget li.media img {
    max-width: 100px;
}

.widget li.media h3,
.widget li.media h4 {
    margin-bottom: 15px;
    text-transform: none;
    font-size: 16px;
    line-height: 1.4;
}

.widget li.media .item-meta {
    margin-bottom: -6px;
}

.widget li.media .item-meta i {
    margin-right: 8px;
}

.widget li.media p:not(.item-meta) {
    margin-bottom: .5em;
    line-height: 1.4;
}

.page_footer .widget {
    margin-bottom: 40px;
}

.page_footer .widget > h3,
.page_footer .widget .widget-title {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

@media(max-width:767px) {
    .page_footer .widget > h3,
    .page_footer .widget .widget-title {
        margin-bottom: 20px;
    }
}

.widget .media-body {
    margin-left: 20px;
}

.ds.page_footer .widget > h3,
.ds.page_footer .widget .widget-title {
    color: #fff;
}

.widget-title.next-image-background {
    z-index: 2;
    position: relative;
}

.widget-title.next-image-background + img {
    position: absolute;
    top: -15px;
    left: 0;
    opacity: .5;
}

.text-center .widget-title.next-image-background + img {
    left: 50%;
    transform: translateX(-50%);
}

@media(max-width:991px) {
    aside {
        margin: 60px auto 0;
    }
}

.affix-aside {
    position: relative;
}

.affix-aside.affix {
    position: fixed;
    top: 100px;
}

.affix-aside.affix-bottom {
    position: absolute!important;
}

.affix-aside.affix-top {
    left: auto!important;
    width: inherit!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;
    text-indent: -999em;
    color: transparent;
}

.stars a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    text-indent: 0;
    font-family: fontawesome;
    line-height: 1;
}

.stars a:before,
.stars a:hover~a:before {
    content: "\f006";
    color: #777;
}

.stars.selected a.active:before,
.stars:hover a:before {
    content: "\f005";
    color: #ff6162;
    opacity: 1;
}

.stars.selected a.active~a:before {
    content: "\f005";
    color: #777;
    opacity: .75;
}

.stars.selected a:not(.active):before {
    content: "\f005";
    color: #ff6162;
    opacity: 1;
}

.star-rating {
    position: relative;
    width: 5em;
    height: 1em;
    overflow: hidden;
    font-family: fontawesome;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .1em;
    color: #777;
}

.star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.star-rating span {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1.5em;
    overflow: hidden;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    position: absolute;
    top: 0;
    left: 0;
}

[class*=bg-] .widget .widget-title {
    margin: -4px 0 11px;
}

.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;
    width: 50%;
    padding: 5px;
    max-width: 100%;
}

.widget.widget_portfolio .portfolio .photo img {
    width: 100%;
}

@media(max-width:991px) {
    .all-widgets aside {
        margin: 0;
    }
}

.widget-theme-wrapper.cs,
.widget-theme-wrapper.ds,
.widget-theme-wrapper.ls.ms,
.widget-theme-wrapper.hero-bg {
    padding: 40px;
}

.widget-theme-wrapper.cs .form-group,
.widget-theme-wrapper.ds .form-group,
.widget-theme-wrapper.ls.ms .form-group,
.widget-theme-wrapper.hero-bg .form-group {
    margin-bottom: 0;
}

.widget-theme-wrapper.cs .widget-title {
    color: #fff;
}

.widget_tabs h6 {
    margin: 20px 0 10px;
}

.widget_tabs .item-meta i {
    margin-right: 6px;
}

@media(min-width:1200px) {
    .widget_tabs .post + .post {
        margin-top: 30px;
    }
}

.widget_contact_list .contact-item .title {
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
}

.widget_contact_list .contact-item + .contact-item {
    margin-top: 12px;
}

.widget_portfolio .portfolio-2cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-gap: 10px;
    -ms-grid-rows: (1fr) [2];
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
}

.widget_search form,
.widget_product_search form,
.widget_mailchimp form {
    position: relative;
    margin: auto;
}

.widget_search label,
.widget_product_search label,
.widget_mailchimp label {
    display: inline;
    margin: 0;
    padding: 0;
}

.widget_search input,
.widget_product_search input,
.widget_mailchimp input {
    width: 100%;
    height: 40px;
    padding-right: 49px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: none;
}

.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type=submit],
.widget_product_search form:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    padding-right: 10px;
    padding-left: 10px;
    border: none;
    text-align: center;
    opacity: 1;
    background-color: transparent;
}

.widget_search button,
.widget_product_search form input[type=submit],
.widget_product_search form:before {
    width: 60px;
}

.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type=submit] {
    padding: 5px 10px;
}

.widget_search button:hover,
.widget_mailchimp button:hover,
.widget_product_search form input[type=submit]:hover {
    opacity: .5;
}

.widget_search button:before,
.widget_mailchimp button:before,
.widget_product_search form:before {
    content: "\f002";
    font-family: fontawesome;
    font-size: 16px;
    color: #777;
}

.widget_mailchimp form button:before {
    content: "\f003";
    font-weight: 100;
}

.widget_product_search form:before {
    line-height: 40px;
}

.widget_product_search input[type=submit] {
    font-size: 0;
    color: transparent;
}

.page_footer .widget_mailchimp form .mc4wp-form-fields {
    display: flex;
    justify-content: space-between;
}

.page_footer .widget_mailchimp form input {
    height: 33px;
    margin-right: 28px;
    padding-right: 0;
    padding-left: 0;
    border-width: 0 0 1px;
}

.page_footer .widget_mailchimp form button {
    position: relative;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    padding: 0;
    border-radius: 50%;
    line-height: 26px;
    background-color: #ff6162;
}

.page_footer .widget_mailchimp form button:hover {
    opacity: 1;
    background-color: #fff;
}

.page_footer .widget_mailchimp form button:hover:before {
    color: #1d1d1d;
}

.page_footer .widget_mailchimp form button:before {
    content: "\e90e";
    font-family: icomoon;
    color: #fff;
    transition: all .2s ease-in-out;
}

.mail-background:after,
.search-background:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .05;
    background: url(../img/icon-search.png) right top no-repeat;
    transition: opacity .5s;
}

.mail-background:hover:after,
.search-background:hover:after {
    opacity: .1;
}

.mail-background:after {
    background: url(../img/icon-mail.png) right top no-repeat;
}

.page_footer .widget_mailchimp form .form-control.mailchimp_email {
    border-color: rgba(255,255,255,.2);
    background-color: transparent;
}

.page_footer .widget_mailchimp form .search-submit {
    position: absolute;
}

.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.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: 20px;
}

.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(29,29,29,.2);
    border-bottom: 1px solid rgba(29,29,29,.2);
}

.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;
}

.widget_archive li.active a,
.widget_archive li.active a:before,
.widget_categories li.active a,
.widget_categories li.active a:before,
.widget_nav_menu li.active a,
.widget_nav_menu li.active a:before,
.widget_meta li.active a,
.widget_meta li.active a:before,
.widget_pages li.active a,
.widget_pages li.active a:before,
.nav.vertical-tab li.active a,
.nav.vertical-tab li.active a:before {
    color: #1d1d1d;
}

.widget_archive li.active:hover a,
.widget_archive li.active:hover a:before,
.widget_categories li.active:hover a,
.widget_categories li.active:hover a:before,
.widget_nav_menu li.active:hover a,
.widget_nav_menu li.active:hover a:before,
.widget_meta li.active:hover a,
.widget_meta li.active:hover a:before,
.widget_pages li.active:hover a,
.widget_pages li.active:hover a:before,
.nav.vertical-tab li.active:hover a,
.nav.vertical-tab li.active:hover a:before {
    color: #ff6162;
}

.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 {
    display: inline-block;
    flex-grow: 10;
    padding-top: 15px;
    padding-bottom: 14px;
    line-height: 1.3;
}

.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 {
    content: "\f111";
    position: relative;
    top: -4px;
    padding-right: 11px;
    font-family: fontawesome;
    font-size: 5px;
    line-height: 1;
    color: #777;
}

.widget_recent_comments li,
.widget_recent_entries li {
    padding-top: 12px;
    padding-bottom: 12px;
}

.widget_recent_comments li:before,
.widget_recent_entries li:before {
    content: "\f111";
    position: relative;
    top: -4px;
    padding-right: 11px;
    font-family: fontawesome;
    font-size: 5px;
    line-height: 1;
    color: #777;
}

.page_copyright .widget_nav_menu li,
.page_topline .widget_nav_menu li {
    display: inline-block;
    position: relative;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0;
    border: none;
}

.page_copyright .widget_nav_menu li:before,
.page_topline .widget_nav_menu li:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: -5px;
    width: 1px;
    padding: 0;
    opacity: .3;
    background-color: rgba(29,29,29,.2);
}

.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 17px;
}

.page_copyright .widget_nav_menu a:before,
.page_topline .widget_nav_menu a:before {
    display: none;
}

.widget_rss {
    margin-bottom: -20px;
}

.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 {
    display: inline-block;
    height: 60px;
    padding: 0 27px;
    text-align: center;
    font-size: 0;
    line-height: 60px;
    color: transparent;
}

.calendar_wrap nav a:before,
.calendar_wrap nav a:after {
    font-family: fontawesome;
    font-size: 16px;
    color: #fff;
}

.calendar_wrap nav .wp-calendar-nav-prev {
    position: absolute;
    left: 0;
    padding: 0;
}

.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:after {
    content: "\f105";
}

.widget_calendar table {
    display: flex;
    position: relative;
    flex-direction: column;
    margin: 0;
    text-align: center;
}

.widget_calendar table td,
.widget_calendar table th {
    border: 0;
}

.widget_calendar caption {
    padding: 20px 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background: linear-gradient(to right,#896efd 0%,#4f74fb 100%);
}

.widget_calendar thead {
    background-color: #1d1d1d;
}

.widget_calendar thead th {
    width: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.widget_calendar thead th:first-child {
    padding-left: 20px;
}

.widget_calendar thead th:last-child {
    padding-right: 20px;
}

.widget_calendar tbody {
    border-top: none;
    background-color: #f8f8f8;
}

.widget_calendar tbody tr:first-child td {
    padding-top: 23px;
}

.widget_calendar tbody tr:last-child td {
    padding-bottom: 20px;
}

.widget_calendar tbody td {
    position: relative;
    width: 100px;
    padding: 10px 4px;
}

.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: 400;
    color: #1d1d1d;
}

.widget_calendar th {
    color: inherit;
}

.widget_calendar tfoot td {
    position: absolute;
    top: 0;
}

.widget_calendar tfoot td a {
    display: inline-block;
    height: 60px;
    padding: 0 27px;
    text-align: center;
    font-size: 0;
    line-height: 60px;
    color: transparent;
}

.widget_calendar tfoot td a:hover {
    border-color: #ff6162;
    background-color: #ff6162;
}

.widget_calendar tfoot td a:before,
.widget_calendar tfoot td a:after {
    font-family: fontawesome;
    font-size: 14px;
    color: #fff;
}

.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,.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,.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;
    bottom: 12px;
    left: 0;
    width: 100%;
    text-align: left;
}

.wp-block-calendar nav.wp-calendar-nav a {
    text-decoration: none;
    color: #1d1d1d;
}

.wp-block-calendar nav.wp-calendar-nav a:hover {
    color: #ff6162;
}

.wp-block-calendar nav.wp-calendar-nav .wp-calendar-nav-next {
    position: absolute;
    right: 0;
}

.widget_rss .widget-title .rsswidget:first-child img {
    display: none;
}

.widget_rss .widget-title .rsswidget:first-child:before {
    content: "\f09e";
    position: relative;
    top: -1px;
    padding-right: .3em;
    font-family: fontawesome;
    font-size: .8em;
}

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

.widget_rss ul a {
    display: block;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: .1em;
}

.widget_rss li cite:last-child {
    display: block;
    margin-top: .5em;
}

.widget_rss li + li {
    margin-top: 1.5em;
}

.widget_rss .rss-date {
    display: block;
    margin: .8em 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: .1em;
    color: #1d1d1d;
}

.widget_tag_cloud,
.tagcloud {
    margin-bottom: -10px;
}

.widget_tag_cloud a,
.tagcloud a {
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 4px 20px;
    border: 1px solid #e8e8e8;
    font-size: 16px!important;
}

.widget_tag_cloud a:hover,
.tagcloud a:hover {
    border-color: #ff6162;
    color: #fff;
    background-color: #ff6162;
}

.blog-post .post .tagcloud {
    margin-bottom: 0;
}

.widget_flickr ul {
    margin: 0;
    padding: 0;
}

.widget_flickr li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.widget_flickr img {
    max-width: 160px;
    border-radius: 1px;
}

.widget_flickr a {
    opacity: 1;
}

.widget_flickr a:hover {
    opacity: .6;
}

.widget_instagram {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.widget_instagram .photo {
    display: inline-block;
    width: 50%;
    padding: 5px;
    max-width: 100%;
}

.widget_instagram .photo img {
    width: 100%;
}

.apsc-each-profile i.fa-facebook {
    background-color: #3b5998;
}

.apsc-each-profile i.fa-twitter {
    background-color: #1dcaff;
}

.apsc-each-profile i.fa-youtube {
    background-color: #e52d27;
}

.apsc-each-profile i.fa-soundcloud {
    background-color: #f80;
}

.apsc-each-profile i.fa-dribbble {
    background-color: #ea4c89;
}

.apsc-each-profile i.fa-comments {
    background-color: #464646;
}

.apsc-each-profile i.fa-edit {
    background-color: #837d7d;
}

.apsc-each-profile i.fa-google-plus {
    background-color: #dd4b39;
}

.apsc-each-profile i.fa-instagram {
    background-color: #3f729b;
}

.apsc-theme-4 .apsc-each-profile {
    margin-bottom: 10px;
}

.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 .5s ease-in-out;
}

.apsc-theme-4 .apsc-each-profile a {
    display: block;
    position: relative;
    padding: 17px 26px 17px 89px;
    border: 1px solid #e8e8e8;
    font-size: 16px;
    line-height: 1;
    color: #777;
}

.apsc-theme-4 .apsc-each-profile a:hover {
    color: #777;
    opacity: .8;
}

.apsc-theme-4 .apsc-each-profile a .fa {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 60px;
    margin: -1px;
    border-right: 1px solid rgba(255,255,255,.4);
    font-size: 16px;
    color: #fff;
    transition: all .5s ease-in-out;
    transform: none;
}

.apsc-theme-4 .apsc-count {
    display: inline-block;
    position: relative;
    padding: 4px;
    border-radius: 0;
    text-align: center;
    font-size: inherit;
    transition: all .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;
    }
}

.tweet_avatar {
    float: left;
    margin-top: 4px;
}

.tweet_avatar img {
    display: none;
    max-width: 25px;
}

.tweet_avatar:before {
    content: "\f099";
    font-family: fontawesome;
    color: #55acee;
}

.tweet_right {
    zoom: 1;
    margin-left: 35px;
    overflow: hidden;
}

.tweet_list {
    padding: 0;
    list-style: none;
}

.tweet_list li + li {
    clear: both;
    padding-top: 20px;
}

.tweet_text a:last-child {
    display: block;
}

.tweet_time {
    display: block;
}

.widget_slider .vertical-item .item-media + .item-content {
    padding-top: 20px;
}

.widget_slider .owl-carousel .owl-nav {
    top: 30%;
}

.widget_slider h4:first-child {
    margin-top: 6px;
    margin-bottom: 10px;
    text-transform: none;
    font-size: 20px;
}

.widget_slider .cat-links {
    position: absolute;
    top: 10px;
    left: 10px;
    margin-bottom: -4px;
}

.widget_slider .owl-carousel {
    overflow: hidden;
}

.widget_post_tabs .vertical-item .item-media + .item-content {
    padding-top: 20px;
}

.widget_post_tabs h4:first-child {
    margin-top: 6px;
    margin-bottom: 4px;
    text-transform: none;
    font-size: 20px;
}

.widget_post_tabs .vertical-item {
    margin-bottom: 2em;
}

.widget_post_tabs .vertical-item:last-child {
    margin-bottom: 0;
}

.widget_post_tabs .nav-link {
    margin-right: 1px;
    padding: 10px;
}

@media(min-width:1200px) {
    .widget_post_tabs .nav-link {
        padding: 15px 19px;
    }
}

.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 {
    margin: 10px 0 0;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
}

a[class*=fa-]:before {
    display: inline-block;
    width: 1em;
    font-family: fontawesome,sans-serif;
    font-size: 14px;
    line-height: 1;
}

a.fa {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

a.fa.bg-icon,
a.fa .tooltip,
a.fa.color-bg-icon,
a.fa .tooltip,
a.fa.border-icon {
    margin-right: 8px;
    margin-left: 8px;
}

a.fa:first-child {
    margin-left: 0!important;
}

a.fa:last-child {
    margin-right: 0!important;
}

@media(min-width:1200px) {
    .large-icon a.fa {
        margin-right: 27px;
        margin-left: 27px;
        color: #1d1d1d;
    }
}

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.15em;
    height: 2.15em;
    line-height: 2.15em;
}

a[class*=fa-].rounded-icon {
    border-radius: 50%;
}

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: #f90;
}

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: #39f;
}

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: #444;
}

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: #f90;
}

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: #39f;
}

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: #444;
}

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: #630;
}

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: #f60;
}

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: #3f729b;
}

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: #333;
}

a.color-icon.fa-maxcdn,
a[class*=fa-].fa-maxcdn:hover {
    color: #f60;
}

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: #f90;
}

.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: #39f;
}

.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: #444;
}

.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-paper-plane,
a.fa-paper-plane.bg-icon:hover,
.fa-paper-plane.color-icon.border-icon:hover {
    background-color: #08c;
}

.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: #630;
}

.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: #f60;
}

.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: #3f729b;
}

.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: #333;
}

.color-bg-icon.fa-maxcdn,
a.fa-maxcdn.bg-icon:hover,
.fa-maxcdn.color-icon.border-icon:hover {
    background-color: #f60;
}

.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;
}

.color-bg-icon {
    color: #fff;
}

a.fa {
    color: #777;
}

a.border-icon {
    border: 1px solid #e8e8e8;
}

a.border-icon.color-icon:hover {
    border-color: transparent;
}

.bg-hover-main:hover {
    border-color: #ff6162;
    background-color: #ff6162;
}

.bg-hover-main:hover:before {
    color: #fff;
}

a.bg-icon {
    background-color: #e8e8e8;
}

a.color-bg-icon {
    color: #fff!important;
    background-color: #1d1d1d;
}

a.fa.color-icon:hover {
    color: #1d1d1d;
}

a.fa.bg-icon:hover {
    color: #fff;
}

a.fa.color-bg-icon:hover {
    color: #fff;
    background-color: #ff6162;
}

a.color-icon:hover {
    color: #1d1d1d;
}

a.color-icon.border-icon:hover {
    color: #fff;
}

.alignnone {
    margin: 10px 0 30px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 10px auto 30px;
}

.alignright {
    float: right;
    margin: 10px 0 30px 40px;
    max-width: 50%;
}

.alignleft {
    float: left;
    margin: 10px 40px 30px 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-right: auto;
    margin-left: 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 {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    max-width: 98.5%;
    border: 0;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
    font-size: 11px;
    line-height: 17px;
}

.screen-reader-text {
    position: absolute!important;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    white-space: nowrap;
}

.screen-reader-text:focus {
    display: block;
    z-index: 100000;
    top: 5px;
    left: 5px;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    clip: auto!important;
    text-decoration: none;
    font-weight: 700;
    line-height: normal;
}

.sticky,
.bypostauthor {
    position: relative;
}

.page-item,
.nav-links,
.page-links {
    clear: both;
}

.page-item > span,
.page-item > a.page-link,
.nav-links>span,
.nav-links>a.page-link,
.page-links>span,
.page-links>a.page-link {
    display: inline-block;
    margin-right: 5px;
    margin-left: 0;
    padding: 4px;
    min-width: 40px;
    border: 1px solid #e8e8e8;
    border-radius: 50px!important;
    text-align: center;
    font-weight: 400;
    line-height: inherit;
    color: #777;
}

.page-item > span:hover,
.page-item > a.page-link:hover,
.nav-links>span:hover,
.nav-links>a.page-link:hover,
.page-links>span:hover,
.page-links>a.page-link:hover {
    border-color: #7470fc;
    color: #1d1d1d;
    background-color: transparent;
}

.page-item > span.dots,
.page-item > a.page-link.dots,
.nav-links>span.dots,
.nav-links>a.page-link.dots,
.page-links>span.dots,
.page-links>a.page-link.dots {
    position: relative;
    top: -3px;
    left: 2px;
    border-color: transparent;
    font-size: 24px;
    letter-spacing: 2px;
    color: #777;
    background-color: transparent;
    cursor: not-allowed;
}

.page-item.active > a.page-link,
.page-item > span,
.nav-links.active>a.page-link,
.nav-links>span,
.page-links.active>a.page-link,
.page-links>span {
    border-color: #7470fc;
    color: #1d1d1d;
    background-color: transparent;
}

.page-item .fa,
.nav-links .fa,
.page-links .fa {
    font-size: 14px;
}

.page-links a:first-child {
    margin-left: 1em;
}

.pagination {
    margin-top: 60px;
}

.post-nav {
    position: relative;
    margin-top: 50px;
}

@media(min-width:992px) {
    .post-nav {
        margin-top: 100px;
    }
}

.post-nav .nav-links {
    display: flex;
}

@media(max-width:767px) {
    .post-nav .nav-links {
        flex-wrap: wrap;
    }
}

.post-nav .nav-links > div {
    position: relative;
    width: 50%;
    height: auto;
    padding: 38px 40px 41px;
    text-align: right;
    transition: .2s opacity ease;
}

@media(min-width:1200px) {
    .post-nav .nav-links > div {
        margin-right: 5px;
    }
}

.post-nav .nav-links > div.s-overlay:before {
    opacity: .9;
}

.post-nav .nav-links > div.nav-next {
    margin-top: 10px;
    margin-right: 0;
}

@media(min-width:768px) {
    .post-nav .nav-links > div.nav-next {
        margin-top: 0;
        margin-left: 5px;
    }
}

.post-nav .nav-links > div:hover {
    opacity: .9;
}

.post-nav .nav-links > div:hover h6 {
    color: #ff6162;
}

@media(max-width:575px) {
    .post-nav .nav-links > div {
        width: 100%;
    }
}

.post-nav .nav-links > div .fa {
    position: relative;
    top: -1px;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 14px;
}

.post-nav .nav-links > div:first-child {
    text-align: left;
}

.post-nav .nav-links > div:first-child .fa {
    margin-right: 4px;
}

.post-nav .nav-links .nav-subtitle {
    text-transform: uppercase;
    font-weight: 400;
    color: #ff6162;
}

.post-nav .nav-links .nav-title {
    display: block;
    margin-top: 3px;
}

.post-nav .nav-links a {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.post-nav .post-nav-image {
    display: none;
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-wrap>.top-nav+*:not(.top-includes) {
    flex-grow: 100;
    padding-right: 30px;
    padding-left: 20px;
}

@media(min-width:1200px) {
    .top-nav {
        display: flex;
        position: relative;
        flex-grow: 10;
        flex-wrap: nowrap;
        align-items: center;
    }

    .justify-nav-end .top-nav {
        justify-content: flex-end;
    }

    .justify-nav-center .top-nav {
        justify-content: center;
    }

    .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 {
        display: none;
        z-index: 99;
        position: absolute;
        top: 100%;
    }

    .sf-menu li:hover > ul,
    .sf-menu li.sfHover > ul {
        display: block;
    }

    .sf-menu a {
        display: block;
        position: relative;
    }

    .sf-menu a {
        zoom: 1;
        padding: 12px 0;
        text-decoration: none;
        transition-property: color,background-color,border-color,padding-top,padding-bottom;
    }

    .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 {
        margin: 0 22px 0 21px;
        padding: 45px 0 45px 0;
        font-size: 16px;
        line-height: 14px;
        transition-duration: .15s;
    }
}

@media(min-width:1200px) and (min-width:1200px) and (max-width:1399px) {
    .sf-menu > li > a {
        margin: 0 15px;
    }
}

@media(min-width:1200px) {
    .line-header .sf-menu > li > a:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 35px;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #ff6162;
        transition: all .4s cubic-bezier(.175,.885,.32,1.275) 0s;
    }

    .line-header .sf-menu > li > a:hover:before,
    .line-header .sf-menu>li.active>a:before {
        width: 100%;
    }

    .nav-narrow .sf-menu > li {
        padding: 0;
    }

    .nav-narrow .sf-menu > li > a {
        margin-right: 20px;
        margin-left: 20px;
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .nav-narrow .sf-menu > li.active > a:before {
        content: "";
        z-index: 1;
        position: absolute;
        top: 0;
        right: -14px;
        left: -14px;
        height: 2px;
        background-color: #ff6162;
    }

    .header-small .sf-menu > li > a {
        padding: 33px 0;
    }

    .header-small.line-header .sf-menu > li > a:before {
        bottom: 23px;
    }

    .nav-bordered .sf-menu > li + li:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -2px;
        width: 1px;
        background-color: rgba(255,255,255,.15);
    }

    .cs .sf-menu > li > a {
        color: #fff;
    }

    .cs .sf-menu > li > a:hover,
    .cs .sf-menu>li.active>a {
        color: #1d1d1d;
    }

    .ds .sf-menu > li > a {
        color: #fff;
    }

    .ds .sf-menu > li > a:hover,
    .ds .sf-menu>li.active>a {
        color: #fff;
        opacity: 1;
    }

    .ds .sf-menu > li.active > a {
        font-weight: 500;
    }

    .ls .sf-menu > li > a {
        color: #1d1d1d;
    }

    .ls .sf-menu > li.active > a {
        font-weight: 500;
    }

    .ls .sf-menu > li + li:before {
        background-color: #e8e8e8;
    }

    .sf-menu li:hover,
    .sf-menu li.sfHover {
        transition: none;
    }

    .sf-menu > li .mega-menu,
    .sf-menu li > ul {
        margin-top: 0;
        padding: 38px 50px;
        min-width: 18.3em;
        text-align: left;
        list-style: none;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,.2);
    }

    .sf-menu > li .mega-menu {
        padding-right: 0;
        padding-left: 0;
    }

    .sf-menu.nav ul a {
        width: 100%;
        line-height: 1;
        color: #777;
    }

    .sf-menu .mega-menu ul {
        padding: 0;
        background: 0 0;
        box-shadow: none;
    }

    .sf-menu .mega-menu ul li.mega-menu-col:last-child a {
        border-bottom: 0;
    }

    .sf-menu .mega-menu ul li.mega-menu-col:last-child li:last-child a {
        border-bottom: 1px solid rgba(255,255,255,.2);
    }

    .sf-menu .mega-menu ul a {
        padding-right: 0;
        padding-left: 0;
    }

    .sf-menu ul a:hover,
    .sf-menu ul li.active > a {
        color: #ff6162;
    }

    .sf-menu ul ul {
        top: 0;
        margin-top: -5px!important;
        margin-left: 53px;
    }

    .sf-arrows ul .sf-with-ul:after {
        content: "\f107";
        padding-left: 7px;
        font-family: fontawesome;
        line-height: 14px;
    }
}

.sf-menu i[class] {
    margin-right: 7px;
    font-size: 1.1em;
}

@media(min-width:1200px) {
    .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:1200px) {
    .page_header.affix .sf-menu > li .mega-menu,
    .page_header.affix .sf-menu li > ul {
        margin-top: 0!important;
    }
}

@media(min-width:1200px) and (max-width:1599px) {
    .page_header.header4 .sf-menu > li > a {
        margin: 0 16px;
        font-size: 16px;
    }

    .page_header.header4 .sf-menu > li:last-child a {
        margin-right: 0;
    }
}

@media(min-width:1600px) {
    .page_header.header4 .sf-menu > li > a {
        margin: 0 16px;
    }

    .page_header.header4 .sf-menu > li:last-child a {
        margin-right: 0;
    }
}

@media(min-width:1200px) {
    .page_header .toggle_menu,
    .page_toplogo .toggle_menu {
        display: none;
    }
}

.toggle_menu {
    visibility: visible;
    z-index: 1002;
    position: absolute;
    top: 50%;
    right: 0;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    padding: 0!important;
    opacity: .95;
    cursor: pointer;
}

.page_header_wrapper .toggle_menu {
    z-index: 1003;
}

.ls .toggle_menu {
    background-color: #fff;
}

.ls .toggle_menu:before,
.ls .toggle_menu span,
.ls .toggle_menu span:before,
.ls .toggle_menu span:after {
    background-color: #1d1d1d;
}

.page_toplogo .toggle_menu {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    margin: 0;
}

.toggle_menu:hover span:before {
    top: -9px;
}

.toggle_menu:hover span:after {
    top: 9px;
}

.toggle_menu:before,
.toggle_menu span,
.toggle_menu span:before,
.toggle_menu span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: .25s ease-in-out;
    transform: rotate(0deg);
}

.toggle_menu:before,
.toggle_menu span {
    top: 50%;
    left: 15px;
}

.toggle_menu span:before {
    top: -8px;
    opacity: 1;
}

.toggle_menu span:after {
    top: 8px;
    opacity: 1;
}

.toggle_menu.mobile-active {
    z-index: 3000;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    margin: 0;
    border: none;
    background-color: #ff6162;
}

@media(max-width:1199px) {
    .toggle_menu.mobile-active {
        background-color: transparent;
    }
}

.toggle_menu.mobile-active:before {
    background-color: #fff;
    transform: rotate(45deg);
}

.toggle_menu.mobile-active span {
    background-color: #fff;
    transform: rotate(-45deg);
}

.toggle_menu.mobile-active span:before,
.toggle_menu.mobile-active span:after {
    opacity: 0;
}

.toggle_menu.active:before {
    background-color: #fff!important;
    transform: rotate(45deg);
}

.toggle_menu.active span {
    background-color: #fff!important;
    transform: rotate(-45deg);
}

.toggle_menu.active span:before,
.toggle_menu.active span:after {
    opacity: 0;
}

.toggle_menu.main-toggle {
    background-color: transparent!important;
}

.page_header_side.header_slide.active-slide-side-header .toggle_menu.active span,
.page_header_side.header_slide.active-slide-side-header .toggle_menu.active:before,
.page_header_side.header_side_sticked.active-slide-side-header .toggle_menu.active span,
.page_header_side.header_side_sticked.active-slide-side-header .toggle_menu.active:before {
    background-color: #777!important;
}

@media(max-width:767px) {
    .nav-wrap {
        justify-content: center;
    }
}

@media(max-width:1199px) {
    .page_header [class*=col] {
        min-height: 0;
    }

    .top-nav {
        visibility: hidden;
        z-index: 10;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        background-color: transparent;
        transition: all .3s ease-in-out;
    }

    .mobile-active .top-nav {
        visibility: visible;
        z-index: 1002;
        opacity: 1;
        background-color: #111;
        background-color: rgba(0,0,0,.9);
    }

    .nav-justified > li > a {
        text-align: left;
    }

    .sf-menu {
        display: block;
        position: fixed;
        top: 0;
        right: 100%;
        bottom: 0;
        left: 0;
        margin-right: 60px;
        padding: 20px 10px 20px 20px;
        border-top: 60px solid #ff6162;
        overflow: auto;
        text-align: left;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.6em;
        letter-spacing: .1em;
        opacity: 0;
        background-color: #fff;
        transition: all .4s ease-in-out;
    }

    .mobile-active .sf-menu {
        right: 0;
        opacity: 1;
    }

    .sf-menu li {
        position: relative;
    }

    .top-nav .sf-menu a {
        display: block;
        z-index: 2;
        padding: 10px;
        color: #1d1d1d;
    }

    .sf-menu ul {
        margin-top: 0!important;
        padding-left: 10px;
        list-style: none;
    }

    .sf-menu ul li a {
        font-weight: 500;
        letter-spacing: .1em;
    }

    .sf-menu ul li a:before {
        content: "";
        display: inline-block;
        position: relative;
        bottom: 3px;
        width: 3px;
        height: 3px;
        margin-right: 10px;
        border-radius: 50%;
        background-color: #ff6162;
    }

    .sf-arrows .sf-with-ul {
        padding-right: 3.5em;
    }

    .sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler {
        z-index: 1;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
    }

    .sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler:after {
        content: "\f105";
        font-family: fontawesome;
        color: #1d1d1d;
    }

    .sfHover > .sf-with-ul + .sf-menu-item-mobile-toggler:after {
        content: "\f107";
    }
}

@media screen and (max-width:1199px) {
    .top-nav .mega-menu {
        margin-top: 0!important;
    }
}

@media screen and (min-width:992px) {
    .top-nav ul .mega-menu ul {
        min-width: auto;
        border: none;
    }

    .top-nav .menu-item-has-mega-menu {
        position: relative;
    }

    .top-nav .mega-menu {
        display: none;
        z-index: 10;
        position: absolute;
        top: 100%;
        width: 940px;
    }

    .top-nav .menu-item-has-mega-menu:hover .mega-menu {
        display: block;
    }

    .top-nav .mega-menu-row {
        display: table;
        position: static;
        table-layout: fixed;
    }

    .top-nav .mega-menu-row ul {
        display: block;
        position: static;
    }

    .top-nav .mega-menu-col {
        display: table-cell;
        width: 2000px;
        padding: 0 10px;
        border-left: 1px solid #e8e8e8;
    }

    .top-nav .mega-menu-col > a {
        margin-bottom: 15px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: .05em;
    }

    .top-nav .sf-menu .mega-menu-col > a {
        color: #1d1d1d;
    }

    .top-nav .sf-menu .mega-menu-col > a:hover {
        color: #ff6162;
    }

    .top-nav .mega-menu-col:first-child {
        border-left: none;
    }

    .top-nav ul ul .mega-menu {
        display: block;
        top: -20px;
        width: auto;
        margin-left: 1px;
    }

    .top-nav ul ul .mega-menu li {
        display: block;
        width: auto;
        border: none;
    }
}

@media screen and (min-width:1200px) {
    .top-nav .mega-menu {
        width: 1205px;
    }

    .top-nav ul .mega-menu ul {
        margin-left: 0;
        min-width: 10em;
    }

    .top-nav .mega-menu-col {
        padding: 0 40px;
    }
}

@media screen and (max-width:1199px) {
    .top-nav .mega-menu {
        position: static;
    }
}

.menu-click {
    padding: 0;
}

.menu-click i {
    width: 1em;
    margin-right: 10px;
    text-align: center;
}

.menu-click .toggle_submenu {
    position: absolute;
    top: 8px;
    right: 20px;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    text-align: center;
    font-size: 8px;
    line-height: 3em;
    opacity: .9;
    transition: .25s ease-in-out;
    transform: rotate(-90deg);
    cursor: pointer;
}

.menu-click .toggle_submenu:before {
    content: "\f078";
    position: absolute;
    top: 0;
    left: 0;
    width: 3em;
    height: 3em;
    font-family: fontawesome;
    line-height: 3em;
}

.menu-click ul {
    padding: 0;
}

.menu-click li {
    position: relative;
    width: 100%;
    list-style: none;
}

.menu-click > li {
    transition: .3s ease-in-out;
}

.menu-click a {
    display: block;
    padding: 10px 30px;
    font-weight: 400;
    line-height: 1;
    color: #1d1d1d;
}

.menu-click a:hover {
    color: #ff6162;
}

.menu-click a:hover {
    background-color: rgba(150,150,150,.05);
}

.menu-click .active-submenu > a {
    background-color: rgba(150,150,150,.05);
}

.menu-click .active-submenu > .toggle_submenu {
    transform: rotate(0deg);
}

.menu-click li.active > a {
    color: #ff6162;
}

.menu-click ul {
    height: 0;
    opacity: 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 {
    height: auto;
    opacity: 1;
}

.menu-click ul,
.menu-click div.mega-menu {
    height: 0;
    overflow: hidden;
    transition: opacity .6s,margin-top .4s,margin-bottom .4s,height .3s ease-in-out;
}

.menu-click ul li.sfHover > .mega-menu ul {
    display: block;
    height: 100%;
}

.menu-click div.mega-menu > ul {
    height: auto;
    margin-right: 0;
}

.page_header {
    z-index: 1000;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    transition: .5s ease-in-out;
}

.boxed .page_header,
.page_header.affix {
    z-index: 1001;
    position: fixed!important;
    opacity: .98;
    box-shadow: 0 2px 15px 0 rgba(100,100,100,.05);
}

.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.mobile-active .nav-col {
        z-index: 1004;
    }
}

.page_header.affix-bottom {
    position: fixed;
    top: 0!important;
}

.page_header .row {
    min-height: 60px;
}

.page_header a {
    display: inline-block;
}

.page_header .btn {
    margin-bottom: 0;
}

.page_header .btn span {
    padding-right: 19px;
    padding-left: 19px;
}

@media(max-width:1199px) {
    .page_header .btn span {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .page_header .btn span {
        padding-right: 15px;
        padding-left: 15px;
    }

    .page_header .btn span i {
        display: none;
    }
}

.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;
}

.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 ul li {
    display: inline-block;
}

.page_topline .dropdown-menu {
    margin: 23px 0 0 -25px;
    padding: 33px 40px 40px;
    min-width: auto;
}

.page_topline .dropdown-language a > img {
    position: relative;
    bottom: 1px;
    margin-right: 6px;
    max-width: 16px;
}

.page_topline .owl-news-slider-dates {
    font-weight: 700;
}

.page_topline .topline-news-item {
    height: 2em;
    margin: 0 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2em;
    white-space: nowrap;
}

@media(min-width:768px) {
    .page_topline .topline-news-item {
        margin: 0 90px;
    }
}

.page_topline .topline-news-item .cat-links {
    display: inline;
}

.page_topline .topline-news-nav-arrow {
    line-height: 30px;
    color: #fff;
}

.page_topline .topline-news-nav-arrow:hover {
    opacity: .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;
    width: 30px;
    height: 30px;
}

.owl-carousel.owl-topline-news-slider.owl-news-slider-items .owl-nav > div:first-child {
    right: auto;
    left: 0;
}

.page_toplogo .widget_search form,
.page_toplogo .widget_product_search form,
.page_toplogo .widget_search input,
.page_toplogo .widget_product_search input {
    max-width: none;
}

@media(min-width:1500px) {
    .page_topline .container-fluid,
    .page_toplogo .container-fluid,
    .page_header .container-fluid {
        padding-right: 85px;
        padding-left: 100px;
    }
}

@media(max-width:767px) {
    .logo-centered .logo {
        justify-content: center;
    }
}

.toplogo-includes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: -10px;
}

@media(min-width:992px) {
    .toplogo-includes {
        justify-content: flex-end;
    }
}

.toplogo-includes .media {
    margin-bottom: 10px;
}

.toplogo-includes .media .icon-styled {
    top: 0;
    line-height: 1;
}

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

.toplogo-includes .media * + .media-body h6 {
    margin-bottom: 14px;
}

.toplogo-includes .media * + .media-body p,
.toplogo-includes .media * + .media-body a {
    line-height: 1;
}

@media(max-width:991px) {
    .toplogo-includes .media {
        margin-right: 15px;
    }

    .toplogo-includes .media .media-body {
        margin-left: 7px;
    }

    .toplogo-includes .media h6 {
        display: none;
    }
}

@media(min-width:992px) {
    .toplogo-includes .media + .media {
        margin-left: 48px;
    }
}

.toplogo-includes .social-icons {
    margin-left: 48px;
}

.toplogo-includes .social-icons a {
    margin-right: 1px;
    margin-left: 2px;
}

.toplogo-includes .social-icons a:hover {
    border-color: #ff6162;
    color: #fff;
    background-color: #ff6162;
}

.centered-title h1 {
    line-height: .9;
}

.top-includes {
    margin: 0;
    padding: 0;
}

@media(min-width:992px) {
    .top-includes {
        white-space: nowrap;
    }
}

.top-includes > * {
    display: inline-block;
}

.top-includes > li {
    margin-left: 10px;
}

.top-includes > li:first-child {
    margin-left: 0;
}

@media(min-width:992px) {
    .top-includes.border-divided > li + li {
        margin-left: 30px;
        padding-top: 1px;
        padding-left: 19px;
        border-left: 1px solid rgba(200,200,200,.35);
    }
}

@media(min-width:992px) {
    .top-nav + .top-includes {
        margin-left: 50px;
    }
}

@media(max-width:991px) {
    .top-includes.md-absolute {
        position: absolute;
        right: 80px;
        bottom: 0;
    }
}

.top-includes a.border-icon,
.top-includes a.bg-icon,
.top-includes a.color-bg-icon {
    margin-top: 2px;
    margin-bottom: 2px;
}

.main-includes i {
    margin-right: 5px;
}

.top-includes .shop-dropdown {
    margin-right: 21px;
}

@media(max-width:767px) {
    .top-includes .shop-dropdown .dropdown-menu-right {
        right: auto;
        left: 13px;
    }
}

.top-includes .fw-icon-title {
    font-weight: 500;
}

.page_topline .top-includes .icon-inline .icon-styled {
    margin-right: 5px;
}

.page_topline .top-includes .icon-inline .icon-styled i {
    font-size: 24px;
}

.page_topline .top-includes .icon-inline .fw-icon-title {
    font-size: 16px;
    font-weight: 400;
}

.ds.page_header_wrapper .top-includes a {
    color: #fff;
}

.ds.page_header_wrapper .top-includes a:hover {
    color: #ff6162;
}

a.logo {
    display: flex;
    align-items: center;
}

a.logo img {
    display: inline-block;
    max-width: 119px;
}

a.logo .logo-text {
    margin-top: -10px;
    margin-bottom: 2px;
    padding: 0 10px;
    font-size: 40px;
}

@media(max-width:767px) {
    a.logo .logo-text {
        font-size: 30px;
    }
}

a.logo .logo-subtext {
    padding: 0 7px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .48em;
    color: #777!important;
}

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 {
    display: inline-block;
    z-index: 2;
    position: relative;
    padding: 10px 0;
}

.header_logo_center.affix a.logo {
    padding: 5px 0;
}

@media(min-width:1200px) {
    .header_logo_center .logo_wrapper {
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        align-items: center;
        justify-content: center;
    }
}

.ds a.logo .logo-subtext {
    color: #fff!important;
}

#search_modal {
    padding: 0!important;
}

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

#search_modal .modal-dialog .modal-content {
    border: 0;
}

#search_modal .widget {
    padding: 20px 0;
    background-color: #fff;
}

#search_modal .search-form {
    margin: 0 auto 0 40px;
    max-width: 960px;
}

#search_modal a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: .1em;
    color: #fff;
}

#search_modal a:hover {
    color: #ff6162;
    opacity: 1;
}

#search_modal .searchform-respond {
    width: 300px;
    margin: 20px auto;
    color: #fff;
}

#search_modal .form-group {
    margin-bottom: 0;
}

@media(max-width:1199px) {
    #search_modal .form-group {
        padding: 0 20px;
    }
}

#search_modal .form-control {
    width: 100%;
    height: 60px;
    max-width: none;
    font-size: 20px;
    background-color: transparent;
}

#search_modal .form-control:focus {
    box-shadow: 0 2px 5px 0 rgba(72,97,115,.4);
}

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

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

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

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

#search_modal .btn {
    width: 60px;
    height: 60px;
    padding: 0;
    min-width: auto;
    font-size: 0;
    line-height: 60px;
    color: #1d1d1d;
}

@media(max-width:1199px) {
    #search_modal .btn {
        right: 20px;
    }
}

#search_modal .btn:hover {
    opacity: 1;
}

#search_modal .btn:hover:before {
    color: #ff6162;
}

#search_modal .btn:before {
    font-size: 18px;
    color: #1d1d1d;
}

#search_modal .close {
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    min-width: 60px;
    border: 0;
    border-radius: 50px;
    text-align: center;
    text-shadow: none;
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    color: #ff6162;
    opacity: 1;
    box-shadow: none;
}

#search_modal .close:active {
    top: 20px!important;
}

@media(max-width:1199px) {
    #search_modal .close {
        display: none;
    }
}

.active-side-header #search_modal {
    right: 310px;
}

.search_modal_button {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 14px;
    line-height: 1;
}

body:after {
    content: "";
    visibility: hidden;
    z-index: 1001;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,.5);
}

body,
body:after,
#canvas,
.page_header_side {
    transition: .5s ease-in-out;
}

#canvas {
    left: 0;
    transition-property: left,margin-left;
}

body.active-side-header {
    overflow: hidden;
}

body.active-side-header #canvas {
    left: 310px;
}

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;
    top: 0;
    bottom: 0;
    left: -310px;
    width: 310px;
}

.page_header_side.active-slide-side-header {
    box-shadow: 0 0 4px 3px rgba(50,50,50,.05);
}

.page_header_side~.page_toplogo .toggle_menu {
    display: none;
}

.page_header_side a.logo {
    margin-bottom: 20px;
    padding: 10px 20px;
}

.page_header_side a.logo img {
    max-width: 100%;
}

.page_header_side .widget {
    margin-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
}

.page_header_side .widget_icons_list li + li {
    margin-top: 1.6em;
}

.page_header_side .social-icons {
    display: block;
    margin-top: 43px;
}

.page_header_side .social-icons a.border-icon,
.page_header_side .social-icons a.bg-icon,
.page_header_side .social-icons a.color-bg-icon {
    margin-top: 2px;
    margin-bottom: 2px;
}

@media(min-width:1200px) {
    .page_header_side~.page_topline .container-fluid,
    .page_header_side~.page_toplogo .container-fluid,
    .page_header_side~div .page_header .container-fluid {
        padding-right: 65px;
        padding-left: 65px;
    }
}

@media(max-width:1199px) {
    .page_header_side~.page_topline [class*=container],
    .page_header_side~.page_toplogo [class*=container],
    .page_header_side~div .page_header [class*=container] {
        padding-right: 55px;
        padding-left: 55px;
    }
}

.side_header_inner {
    padding: 26px 0 60px;
}

@media(min-width:1200px) {
    .top-10 .toggle_menu_side {
        top: 10px!important;
    }
}

.toggle_menu_side {
    position: absolute;
    top: 0;
    right: -60px;
    margin: 0;
    transition: right .3s ease-in-out;
}

@media(max-width:370px) {
    .toggle_menu_side.active {
        right: 0;
        opacity: .4;
    }
}

.toggle_menu_side:before,
.toggle_menu_side span:before,
.toggle_menu_side span:after,
.toggle_menu_side span {
    background-color: #777!important;
}

.ds .toggle_menu_side {
    background-color: transparent;
}

.bs .toggle_menu_side {
    background-color: transparent;
}

.ls .toggle_menu_side {
    background-color: transparent;
}

.page_header_side.header_side_sticked .toggle_menu_side {
    top: 0;
    right: -60px;
    transition: .5s ease-in-out;
}

.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: 310px;
}

.active-side-header.slide-right .boxed .header_push~div .page_header,
.active-side-header.slide-right .header_push~div .page_header.affix {
    margin-left: -310px;
}

.page_header_side.header_side_right {
    right: -310px;
    left: auto;
}

.page_header_side.header_side_right.active-slide-side-header {
    right: 0;
}

.page_header_side.header_side_right .toggle_menu_side {
    right: auto;
    left: -60px;
    transition: left .3s ease-in-out;
}

@media(max-width:370px) {
    .page_header_side.header_side_right .toggle_menu_side.active {
        left: 0;
    }
}

body.active-side-header.slide-right #canvas {
    left: -310px;
}

body.active-side-header.slide-right .page_header_side {
    right: 0;
    left: auto;
}

@media(min-width:600px) {
    .page_header_side.header_side_sticked.active-slide-side-header {
        left: 0;
    }

    .header_side_sticked~* {
        transition: margin .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: 310px;
    }

    .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-right: 310px;
        margin-left: 0;
    }
}

@media(max-width:767px) {
    .page_header_side~div .page_header [class*=container] a.logo {
        justify-content: center;
    }
}

.page_header_side .toplogo-includes {
    justify-content: flex-start;
}

@media(max-width:991px) {
    .page_header_side .toplogo-includes .media .media-body {
        margin-left: 17px;
    }
}

.page_slider {
    clear: both;
    position: relative;
    overflow: hidden;
}

.page_slider > img {
    width: 100%;
}

.page_slider p {
    color: #fff;
}

.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 {
    display: inline-block;
    width: auto;
}

.page_slider .flexslider.slider-shadow {
    padding-bottom: 50px;
}

.page_slider .flexslider.slider-shadow:before,
.page_slider .flexslider.slider-shadow:after {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 65px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 400px;
    background: 0 0;
    box-shadow: 0 25px 20px rgba(0,0,0,.3);
    transform: rotate(-3deg);
}

.page_slider .flexslider.slider-shadow:after {
    right: 10px;
    left: auto;
    transform: rotate(3deg);
}

.page_slider .flexslider mark {
    color: #ff6162;
}

.page_slider .intro_layers_wrapper {
    display: flex;
}

.page_slider .intro_after_featured_word {
    margin-top: 35px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

@media(max-width:767px) {
    .page_slider .intro_after_featured_word {
        margin-top: 20px;
    }
}

.page_slider .intro_layers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
}

@media(min-width:992px) {
    .page_slider .intro_layers {
        max-width: 67%;
    }
}

.page_slider .intro_layers .intro_layer + .intro_layer {
    margin-top: 20px;
}

@media(min-width:992px) {
    .page_slider .intro_layers .intro_layer + .intro_layer {
        margin-top: 30px;
    }
}

.page_slider .intro_layers .intro_layer.intro_buttons {
    margin-top: 25px;
}

@media(min-width:992px) {
    .page_slider .intro_layers .intro_layer.intro_buttons {
        margin-top: 40px;
    }
}

.page_slider .flex-control-nav {
    display: flex;
    position: absolute;
    bottom: 60px;
    left: 50%;
    align-items: center;
    width: auto;
    transform: translateX(-50%);
}

@media(min-width:1200px) {
    .page_slider .flex-control-nav {
        top: 50%;
        bottom: auto;
        left: 10px;
        flex-direction: column;
        padding: 3px 0;
        transform: translateY(-50%);
    }
}

@media(min-width:1300px) {
    .page_slider .flex-control-nav {
        left: 30px;
    }
}

@media(min-width:1400px) {
    .page_slider .flex-control-nav {
        left: 75px;
    }
}

@media(min-width:1600px) {
    .page_slider .flex-control-nav {
        transform: translateY(-85%);
    }
}

.page_slider .flex-control-nav li {
    display: block;
    margin: 8px;
    padding: 0;
    border-radius: 50%;
}

.page_slider .flex-control-nav li a {
    position: relative;
    background: #fff;
}

.page_slider .flex-control-nav li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 21px;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: .3s ease-in-out;
    transform: translate(-50%,-50%) scale(0);
}

.page_slider .flex-control-nav li a.flex-active {
    border-color: #ff6162;
    background: #ff6162;
}

.page_slider .flex-control-nav li a.flex-active:hover:before {
    border-color: #ff6162;
}

.page_slider .flex-control-nav li a.flex-active:before {
    border-color: #ff6162;
    transform: translate(-50%,-50%) scale(1);
}

.page_slider .flex-control-nav li a:hover:before {
    border-color: #fff;
    transform: translate(-50%,-50%) scale(1);
}

@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;
        right: 0;
        bottom: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .page_slider [class*=col-] {
        position: static;
        margin-top: 0;
        margin-bottom: 0;
        min-height: 0;
    }

    .page_slider .intro_layers_wrapper {
        z-index: 5;
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        left: 15px;
        height: 100%;
    }
}

@media(min-width:300px) and (min-width:600px) {
    .boxed .page_slider .intro_layers_wrapper {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media(min-width:300px) {
    .page_slider .intro_text_top .intro_layers {
        justify-content: flex-start;
        margin-top: 25px;
    }
}

@media(min-width:300px) and (min-width:768px) {
    .page_slider .intro_text_top .intro_layers {
        margin-top: 50px;
    }
}

@media(min-width:300px) and (min-width:1600px) {
    .page_slider .intro_text_top .intro_layers {
        margin-top: 102px;
    }
}

@media(min-width:300px) {
    .page_slider .intro_text_top .intro_layers .intro_video {
        top: 33%;
    }

    .page_slider .intro_text_bottom .intro_layers {
        justify-content: flex-end;
    }
}

@media(max-width:400px) {
    .page_slider .intro_featured_word {
        font-size: 40px;
    }
}

@media(min-width:992px) {
    .page_slider {
    }

    .page_slider .page_slider {
        clear: both;
        position: relative;
        overflow: hidden;
    }

    .page_slider .page_slider > img {
        width: 100%;
    }

    .page_slider .page_slider .flex-direction-nav .flex-prev {
        left: 2%;
        opacity: 1;
    }

    .page_slider .page_slider .flex-direction-nav .flex-next {
        right: 2%;
        opacity: 1;
    }

    .page_slider .page_slider .flexslider .slides {
        display: flex;
    }

    .page_slider .page_slider .flexslider:before,
    .page_slider .page_slider .flexslider:after {
        content: "";
        display: block;
        clear: both;
    }

    .page_slider .page_slider .flexslider .intro_layer img {
        display: inline-block;
        width: auto;
    }

    .page_slider .page_slider .flexslider.slider-shadow {
        padding-bottom: 50px;
    }

    .page_slider .page_slider .flexslider.slider-shadow:before,
    .page_slider .page_slider .flexslider.slider-shadow:after {
        content: "";
        z-index: 1;
        position: absolute;
        bottom: 65px;
        left: 10px;
        width: 50%;
        height: 20%;
        max-width: 400px;
        background: 0 0;
        box-shadow: 0 25px 20px rgba(0,0,0,.3);
        transform: rotate(-3deg);
    }

    .page_slider .page_slider .flexslider.slider-shadow:after {
        right: 10px;
        left: auto;
        transform: rotate(3deg);
    }

    .page_slider .page_slider .intro_layers_wrapper {
        display: flex;
    }

    .page_slider .page_slider .intro_after_featured_word {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
    }
}

@media(min-width:992px) and (max-width:400px) {
    .page_slider .page_slider .intro_after_featured_word {
        display: none;
    }
}

@media(min-width:992px) {
    .page_slider .page_slider .intro_layers {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding: 20px 0;
    }

    .page_slider .page_slider .flex-control-nav {
        display: flex;
        position: absolute;
        bottom: 55px;
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }
}

@media(min-width:992px) and (max-width:991px) {
    .page_slider .page_slider .flex-control-nav {
        display: none;
    }
}

@media(min-width:992px) {
    .page_slider .page_slider .flex-control-nav li {
        display: block;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .page_slider .page_slider .flex-control-nav li a {
        border-color: #fff;
        opacity: .5;
        background: #fff;
    }

    .page_slider .page_slider .flex-control-nav li a.flex-active {
        opacity: 1;
    }
}

@media(min-width:992px) and (min-width:300px) {
    .page_slider .page_slider .cs,
    .page_slider .page_slider .ds {
        background-color: transparent;
    }

    .page_slider .page_slider .container-fluid,
    .page_slider .page_slider .container,
    .page_slider .page_slider img + .container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .page_slider .page_slider [class*=col-] {
        position: static;
        margin-top: 0;
        margin-bottom: 0;
        min-height: 0;
    }

    .page_slider .page_slider .intro_layers_wrapper {
        z-index: 5;
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        left: 15px;
        height: 100%;
    }
}

@media(min-width:992px) and (min-width:300px) and (min-width:600px) {
    .boxed .page_slider .page_slider .intro_layers_wrapper {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media(min-width:992px) and (min-width:300px) {
    .page_slider .page_slider .intro_text_top .intro_layers {
        justify-content: flex-start;
    }

    .page_slider .page_slider .intro_text_bottom .intro_layers {
        justify-content: flex-end;
    }

    .page_slider .page_slider .intro_before_featured_word {
        margin: 0;
        padding: 0 .2em;
        text-align: left;
        text-shadow: 0 0 7px rgba(0,0,0,.25);
        font-size: 20px;
        line-height: .8;
    }

    .page_slider .page_slider .intro_featured_word {
        margin: 0;
        text-shadow: 0 0 13px rgba(0,0,0,.1);
        font-size: 50px;
        line-height: .9;
        white-space: nowrap;
    }

    .page_slider .page_slider .intro_after_featured_word {
        text-shadow: 0 0 4px rgba(0,0,0,.4);
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1em;
    }
}

@media(min-width:992px) and (max-width:400px) {
    .page_slider .page_slider .intro_featured_word {
        font-size: 40px;
    }
}

@media(min-width:992px) and (min-width:992px) {
    .page_slider .page_slider .flex-direction-nav {
        display: none;
    }

    .page_slider .page_slider .intro_layers_wrapper {
        padding: 100px 0;
    }

    .page_slider .page_slider .intro_before_featured_word {
        font-size: 42px;
    }

    .page_slider .page_slider .intro_featured_word {
        font-size: 138px;
    }

    .page_slider .page_slider .intro_after_featured_word {
        font-size: 12px;
        letter-spacing: 2em;
    }
}

@media(min-width:992px) and (min-width:1600px) {
    .page_slider .page_slider .intro_before_featured_word {
        font-size: 62px;
    }

    .page_slider .page_slider .intro_featured_word {
        font-size: 238px;
        white-space: nowrap;
    }

    .container .page_slider .page_slider .intro_featured_word {
        font-size: 138px;
    }
}

@media(min-width:992px) and (max-width:991px) {
    .page_slider .page_slider {
        text-align: center;
    }
}

@media(min-width:992px) {
    .page_slider .intro_featured_word {
        font-size: 80px;
    }
}

@media(min-width:1600px) {
    .page_slider .intro_featured_word h2,
    .page_slider .intro_featured_word h3,
    .page_slider .intro_featured_word h4 {
        font-size: 100px;
        font-weight: 700;
        line-height: .89;
        white-space: nowrap;
    }

    .container .page_slider .intro_featured_word {
        font-size: 138px;
    }
}

@media(max-width:767px) {
    .page_slider {
        text-align: center;
    }
}

.page_slider .intro_layers .intro_layer h3 {
    line-height: 1.25;
}

@media(max-width:767px) {
    .page_slider .intro_layers .intro_layer h3 {
        font-size: 30px;
    }
}

.page_slider .intro_layers .intro_layer.intro_video {
    right: 0;
}

@media(max-width:767px) {
    .page_slider .intro_layers .intro_layer.intro_video {
        margin-top: 40px;
    }

    .page_slider .intro_layers .intro_layer.intro_video .video-link2 {
        width: 60px;
        height: 60px;
        line-height: 57px;
    }
}

@media(min-width:768px) {
    .page_slider .intro_layers .intro_layer.intro_video {
        position: absolute;
        margin-top: 0;
    }
}

.page_slider .intro_layers .intro_layer > * {
    display: inline-block;
}

.intro-button-layer {
    margin-top: 46px;
}

@media(max-width:991px) {
    .intro-button-layer {
        margin-top: 16px;
    }
}

.intro-button-layer .btn + .btn {
    margin-left: 7px;
}

@media(max-width:991px) {
    .intro-button-layer .btn {
        padding: 10px 30px;
        min-width: 150px;
    }
}

.intro_before_featured_word {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .79em;
}

@media(max-width:991px) {
    .intro_before_featured_word {
        margin-bottom: 10px!important;
        line-height: 20px;
        letter-spacing: .4em;
    }
}

.intro_featured_word2 {
    font-weight: 700;
}

.page_slider2 .intro_layers {
    margin-top: 0;
}

@media(min-width:992px) {
    .page_slider2 .intro_layers {
        margin-top: 43px;
    }
}

.error_404 {
    background-image: url(../img/404.jpg);
    background-position: center;
}

.error_404 h3 {
    margin-bottom: 20px;
    font-size: 100px;
    line-height: .9;
    letter-spacing: .15em;
}

@media(min-width:992px) {
    .error_404 h3 {
        font-size: 200px;
    }
}

.error_404 .content_404 .buttons_404 {
    margin-top: 32px;
}

@media(min-width:992px) {
    .error_404 .content_404 .buttons_404 {
        margin-top: 45px;
    }
}

@media(min-width:768px) {
    .error_404 .content_404 .buttons_404 a {
        min-width: 150px;
    }
}

.error_404 .content_404 .buttons_404 a + a {
    margin-left: 15px;
}

.blog_slider {
    margin-bottom: 60px;
}

@media(min-width:992px) {
    .blog_slider .intro_layers_wrapper {
        right: 130px;
        left: 130px;
    }
}

@media(max-width:767px) {
    .blog_slider {
        display: none;
    }
}

.blog-featured-posts .post {
    height: 100%;
}

.blog .post.vertical-item:not(.post_format-post-format-gallery):not(.post_format-post-format-video) .item-media {
    display: inline-block;
    margin-bottom: -5px;
    text-align: center;
}

.entry-title,
.entry-title:last-child {
    margin: 0 0 31px;
    text-transform: none;
    font-size: 30px;
    line-height: 1.35;
}

@media(max-width:991px) {
    .entry-title,
    .entry-title:last-child {
        margin: 0 0 20px;
        font-size: 20px;
    }
}

h6.entry-title,
h6.entry-title:last-child {
    margin-bottom: 13px;
    font-size: 20px;
}

.item-media + .item-content h1.entry-title {
    margin-top: 5px;
}

@media(min-width:1200px) {
    .post.search-item + .post.search-item {
        margin-top: 50px;
    }
}

.post {
    position: relative;
}

.post > .fa {
    z-index: 2;
    position: absolute;
    top: 7px;
    right: 9px;
    color: #fff;
    transform: rotate(45deg);
}

.post > .fa:before {
    z-index: 3;
    position: relative;
}

.post > .fa:after {
    content: "";
    display: block;
    z-index: 2;
    position: absolute;
    top: -14px;
    left: -35px;
    width: 0;
    height: 0;
    border: 0 40px 40px solid transparent transparent #ff6162 transparent;
}

.post + .post {
    margin-top: 60px;
}

@media(min-width:1200px) {
    .post + .post {
        margin-top: 100px;
    }
}

.post h1.entry-title + .entry-meta {
    margin: -1em 0 2em;
}

.post.cover-image {
    height: auto;
    padding: 40px;
}

.post.cover-image .post-thumbnail {
    display: none;
}

.post.has-post-thumbnail .cat-links {
    z-index: 10;
    position: absolute;
    top: 10px;
    left: 10px;
    margin-top: 0;
}

@media(min-width:992px) {
    .post.has-post-thumbnail .cat-links {
        top: 20px;
        left: 20px;
    }
}

.post .post-read-more {
    display: inline-block;
    margin-top: 25px;
}

@media(min-width:992px) {
    .post .post-read-more {
        margin-top: 40px;
    }
}

.post-thumbnail {
    text-align: center;
}

.post-thumbnail .owl-dots {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
}

.post-thumbnail + .entry-content {
    margin-top: 1.5em;
}

.post-password-form input[type=password] {
    width: auto;
    margin-top: .5em;
}

.post-password-form input[type=submit] {
    position: relative;
    top: -2px;
}

.entry-footer,
.entry-meta {
    clear: both;
    margin-bottom: 8px;
    line-height: 1;
}

@media(min-width:1200px) {
    .entry-footer,
    .entry-meta {
        margin-bottom: 31px;
    }
}

.entry-footer .inline-content,
.entry-meta .inline-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.entry-footer .inline-content > *,
.entry-meta .inline-content > * {
    margin-bottom: 10px;
}

.entry-footer .post-author,
.entry-meta .post-author {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.entry-footer .post-author img,
.entry-meta .post-author img {
    max-width: 50px;
}

.entry-footer .post-author .author-name,
.entry-meta .post-author .author-name {
    margin: 0 0 0 20px;
}

.entry-footer .post-author .author-name span,
.entry-meta .post-author .author-name span {
    font-family: poppins,sans-serif;
    font-weight: 300;
    color: #777;
}

.entry-footer i,
.entry-meta i {
    position: relative;
    top: 1px;
    margin-right: 3px;
    font-size: 14px;
}

.entry-footer {
    margin-top: 40px;
    margin-bottom: 50px;
}

.entry-footer .fa {
    margin-right: 10px;
}

.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.entry-header:before,
.entry-header:after {
    content: "";
    display: block;
    clear: both;
}

.cat-links a {
    display: inline-block;
    margin: 0 7px 7px 0;
    padding: 7px 10px;
    border: 1px solid #ff6162;
    text-transform: uppercase;
    font-family: montserrat,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background-color: #ff6162;
}

.cat-links a:hover {
    border-color: #7470fc;
    background-color: #7470fc;
}

.entry-footer .edit-link,
.entry-header .edit-link {
    float: right;
}

.entry-footer .edit-link a:before,
.entry-header .edit-link a:before {
    content: "\f040";
    padding-right: .4em;
    font-family: fontawesome;
}

.entry-footer .entry-title + .edit-link,
.entry-header .entry-title + .edit-link {
    position: absolute;
    top: .5em;
    right: 15px;
}

.post-adds {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    line-height: 1;
    background-color: #f5f5f5;
}

.post-adds i {
    width: 1em;
}

.post-adds a {
    display: inline-block;
    margin: 0;
}

.post-adds .dropdown-menu {
    padding: 0;
    border: none;
}

.post-adds .share_buttons {
    display: flex;
}

.post-adds .share_button {
    padding: 0 21px;
    line-height: 60px;
    color: #fff;
    background-color: #ff6162;
}

.post-adds .like_button {
    padding: 0 21px;
    border-right: 1px solid rgba(29,29,29,.2);
    line-height: 60px;
    color: #ff6162;
}

.post-adds .votes_count {
    padding: 0 21px;
}

.post-adds .views-count {
    margin-left: auto;
    padding: 22px 30px;
    color: #fff;
    background-color: #ff6162;
}

@media(max-width:576px) {
    .post-adds {
        flex-wrap: wrap;
    }

    .post-adds .share_button {
        padding: 0 11px;
        line-height: 40px;
    }

    .post-adds .like_button {
        padding: 0 11px;
        line-height: 40px;
    }

    .post-adds .views-count {
        width: 100%;
        padding: 10px 15px;
    }
}

.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: 15px 10px;
    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%;
    }
}

@media(max-width:767px) {
    .post .cat-links {
        display: block;
        margin-bottom: 8px;
    }
}

.gallery-item .gallery-icon img {
    width: 100%;
}

.author-bio a.fa {
    margin-bottom: 0;
}

.comments-title {
    margin-bottom: 17px;
}

.comments-area {
    margin-top: 57px;
}

.comments-area .no-comments {
    padding-top: 30px;
}

@media(min-width:992px) {
    .comments-area {
        margin-top: 100px;
    }
}

.comments-area .comment-list {
    margin-top: 35px;
    margin-bottom: -67px;
    padding: 0;
    list-style: none;
}

@media(min-width:768px) {
    .comments-area .comment-list {
        margin-top: 95px;
    }
}

.comments-area .comment-list ol.children {
    margin-left: 20px;
    padding-left: 30px;
    border-left: 1px solid #e8e8e8;
    list-style: none;
}

@media(min-width:575px) {
    .comments-area .comment-list ol.children {
        margin-left: 40px;
        padding-left: 60px;
    }
}

.comments-area .comment-list .trackback .comment-body,
.comments-area .comment-list .pingback .comment-body {
    margin-left: 0;
    padding-left: 0;
}

.comments-area .comment-list .trackback .comment-body a.comment-edit-link,
.comments-area .comment-list .pingback .comment-body a.comment-edit-link {
    display: block;
    margin-top: 10px;
    color: #1d1d1d;
}

.comments-area .comment-list .trackback .comment-body a.comment-edit-link:before,
.comments-area .comment-list .pingback .comment-body a.comment-edit-link:before {
    content: "\e911";
    position: relative;
    margin-right: 9px;
    font-family: icomoon;
    font-size: 14px;
}

.comment-body {
    position: relative;
    margin-bottom: 57px;
    margin-left: 100px;
    padding-left: 30px;
}

.comment-body ol,
.comment-body ol ol {
    padding-left: 20px;
}

.comment-body .comment-metadata {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3px;
}

.comment-body .comment-metadata > span i {
    position: relative;
    margin-right: 9px;
    font-size: 14px;
}

.comment-body .comment-metadata>span:not(:last-child) {
    margin-right: 19px;
}

.comment-body .comment-metadata>span:not(:last-child):after {
    content: "|";
    position: relative;
    padding-left: 13px;
    font-size: 15px;
    font-weight: 400;
}

@media(max-width:575px) {
    .comment-body .comment-metadata .reply:after {
        display: none;
    }

    .comment-body .comment-metadata .time {
        width: 100%;
    }
}

.comment-meta {
    margin-bottom: 6px;
}

.comment-meta .comment-author {
    margin-bottom: 5px;
}

.comment-meta h6 {
    margin: 0;
}

.comment-meta img {
    position: absolute;
    top: 5px;
    left: -100px;
    margin: 0;
    border-radius: 50%;
}

.comment-meta b {
    font-weight: inherit;
}

.comment-meta .comment-data {
    display: flex;
    align-items: center;
}

@media(max-width:575px) {
    .comment-body {
        margin-left: 50px;
        padding-right: 0;
    }

    .comment-meta img {
        left: -50px;
        max-width: 60px;
    }
}

.no-comments,
.comment-awaiting-moderation {
    opacity: .7;
}

.comments-pagination {
    margin: 2em 0 3em;
}

.comments-area > .comment-respond .comment-reply-title {
    margin: -6px 0 19px;
}

@media(min-width:992px) {
    .comments-area > .comment-respond .comment-reply-title {
        margin: -6px 0 42px;
    }
}

ol.comment-list li .comment-form {
    margin-bottom: 30px;
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
}

.comment-form p {
    width: 100%;
    margin-bottom: 10px;
}

.comment-form p.comment-form-cookies-consent {
    margin-bottom: -5px;
}

.comment-form p.comment-form-cookies-consent input {
    display: none;
}

.comment-form p.comment-form-cookies-consent label {
    display: block!important;
    margin-top: 10px;
}

.comment-form textarea,
.comment-form input {
    width: 100%;
}

.comment-form input[type=checkbox] {
    visibility: hidden;
    margin: 0;
}

@media(min-width:992px) {
    .comment-form .comment-form-author,
    .comment-form .comment-form-email {
        width: 50%;
    }

    .comment-form .comment-form-author {
        padding-right: 10px;
    }
}

.format-video .post-thumbnail + .entry-content {
    margin-top: 0;
}

.format-status.s-overlay:before {
    opacity: .7;
}

.single-post .format-quote,
.single-post .format-status {
    padding: 0!important;
}

.format-quote:not(.cover-image):not(.item-post):not(.media) ,
.format-status:not(.cover-image):not(.item-post):not(.media) {
    padding: 60px;
}

.format-status:not(.content-padding) .s-overlay:before,
.format-quote:not(.content-padding) .s-overlay:before {
    opacity: .85;
}

@media(min-width:768px) {
    .format-status:not(.content-padding):after,
    .format-quote:not(.content-padding):after {
        content: "";
        position: absolute;
        top: 40px;
        right: 40px;
        width: 52px;
        height: 41px;
        background-color: #ff6162;
        -webkit-mask: url(../img/quote-mark.png);
    }
}

.format-status:not(.content-padding) >img,
.format-quote:not(.content-padding) > img {
    display: none;
}

.format-status:not(.content-padding) .entry-meta,
.format-quote:not(.content-padding) .entry-meta {
    margin-bottom: 50px;
}

.format-status:not(.content-padding) .entry-meta a,
.format-quote:not(.content-padding) .entry-meta a {
    color: #fff;
}

.format-status:not(.content-padding) .entry-meta .inline-meta a,
.format-quote:not(.content-padding) .entry-meta .inline-meta a {
    color: #1d1d1d;
}

.format-status:not(.content-padding) .tagcloud a,
.format-quote:not(.content-padding) .tagcloud a {
    color: #fff;
}

.format-status:not(.content-padding) .item-content.entry-content,
.format-quote:not(.content-padding) .item-content.entry-content {
    margin-bottom: -10px;
}

@media(min-width:1200px) {
    .format-status:not(.content-padding) .item-content.entry-content,
    .format-quote:not(.content-padding) .item-content.entry-content {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .format-status:not(.content-padding) .item-content.entry-content .entry-content,
    .format-quote:not(.content-padding) .item-content.entry-content .entry-content {
        margin-left: 40px;
    }

    .format-status:not(.content-padding) .item-content.entry-content .entry-content .entry-title,
    .format-quote:not(.content-padding) .item-content.entry-content .entry-content .entry-title {
        margin-bottom: 29px;
    }
}

.format-status:not(.content-padding) .item-content.entry-content .author-name,
.format-quote:not(.content-padding) .item-content.entry-content .author-name {
    margin: -11px 0 1px;
}

@media(min-width:768px) {
    .format-status:not(.content-padding) .item-content.entry-content .author-name,
    .format-quote:not(.content-padding) .item-content.entry-content .author-name {
        margin: 35px 0 5px;
    }
}

.post-side-item.no-content-padding [class*=col-xl-] .item-content {
    padding-top: 25px;
}

@media(min-width:1200px) {
    .post-side-item.no-content-padding [class*=col-xl-] .item-content {
        padding-top: 0;
        padding-left: 50px;
    }
}

.format-chat .entry-content {
    margin-top: 20px;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
}

@media(min-width:992px) {
    .format-chat .entry-content {
        margin-top: 40px;
    }
}

.format-chat .entry-content strong {
    color: #1d1d1d;
}

.format-chat .entry-content p {
    margin-bottom: 0;
    padding: 9px 20px;
    border-bottom: 1px solid #e8e8e8;
}

.format-chat .entry-content p:last-child {
    border-bottom: 0;
}

.format-chat .entry-content p:nth-child(2n) {
    background-color: #f8f8f8;
}

.format-chat .entry-content p:nth-child(2n) strong {
    color: #ff6162;
}

.masonry-layout.post-grid .vertical-item .item-media + .item-content {
    padding-top: 25px;
}

.masonry-layout.post-grid .post .post-read-more {
    margin-top: 25px;
}

.masonry-layout.post-grid .entry-meta {
    margin-bottom: 8px;
}

.masonry-layout.post-grid .post.cover-image {
    padding: 29px 15px;
}

.masonry-layout.post-grid .format-status,
.masonry-layout.post-grid .format-quote {
    display: block;
    text-align: center;
}

.masonry-layout.post-grid .format-status:after,
.masonry-layout.post-grid .format-quote:after {
    display: none;
}

.masonry-layout.post-grid .format-status .item-content,
.masonry-layout.post-grid .format-quote .item-content {
    display: block;
}

.masonry-layout.post-grid .format-status .item-content .entry-content,
.masonry-layout.post-grid .format-quote .item-content .entry-content {
    margin-top: 20px;
    margin-left: 0;
}

.post.event-post .entry-meta {
    margin-bottom: 20px;
}

.post.event-post .entry-title {
    margin: 7px 0 18px;
}

.post.event-post.content-padding .item-content {
    padding: 21px 30px 30px;
}

@media(min-width:768px) {
    .post.event-post.content-padding .item-content {
        padding: 31px 40px 40px;
    }
}

@media(max-width:991px) {
    .post.event-post .entry-meta .byline span:after {
        margin: 0 8px;
    }
}

.post.event-post + .post.event-post {
    margin-top: 40px;
}

.layout-item-extended .item-content .entry-meta {
    margin-top: 3px;
    margin-bottom: 10px;
}

.layout-item-extended .item-content .item-title {
    margin-bottom: 15px;
    line-height: 1.5;
}

.fw-event + .fw-event {
    margin-top: 50px;
}

.post.sticky {
    border: 1px solid #ff6162;
    box-shadow: none;
}

@media(min-width:1200px) {
    .blog-post .col-xl-8,
    .single-post .col-xl-8 {
        flex: 0 0 70.9%;
        max-width: 70.9%;
    }

    .blog-post .col-xl-4,
    .single-post .col-xl-4 {
        flex: 0 0 29.1%;
        max-width: 29.1%;
    }
}

#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,
#box_wrapper > section.page_toplogo {
    overflow: visible;
}

#box_wrapper > div > section.topline-overflow-visible {
    overflow: visible;
}

img.absolute_image {
    z-index: 1;
    position: absolute;
    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;
    top: -30px;
    left: 50%;
    width: 1px;
    height: 30px;
    background-color: #e8e8e8;
}

.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;
    top: 50%;
    left: -30px;
    width: 30px;
    height: 1px;
    background-color: #e8e8e8;
}

@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 {
    right: -30px;
    left: auto;
}

.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: .2;
}

.partners-carousel a:hover {
    opacity: .8;
}

.partners-carousel .center a {
    opacity: 1;
}

.dropdown-shopping-cart {
    position: relative;
    font-weight: 700;
}

.page_toplogo .dropdown-shopping-cart {
    margin-left: 24px;
}

.dropdown-shopping-cart i {
    margin-right: 11px;
}

.page_toplogo .dropdown-shopping-cart i {
    position: relative;
    top: .18em;
}

.dropdown-shopping-cart .badge {
    position: absolute;
    top: -6px;
    left: 7px;
    padding: .27em .47em;
    border-radius: 1em;
    font-size: 10px;
    color: #1d1d1d;
}

.dropdown-shopping-cart:hover {
    color: inherit;
}

.dropdown-shopping-cart + .dropdown-menu {
    margin-top: 10px;
    min-width: 310px;
}

@media(min-width:450px) {
    .dropdown-shopping-cart + .dropdown-menu {
        min-width: 430px;
    }
}

.dropdown-shopping-cart:after {
    display: none;
}

@media(max-width:767px) {
    .dropdown-cart.dropdown-menu {
        padding: 20px;
    }
}

.header_absolute.cover-background,
.header_absolute.s-parallax,
.page_topline.cover-background,
.page_topline.s-parallax,
.page_title.cover-background,
.page_title.s-parallax {
    background-image: url(../img/parallax/title-bg.jpg);
}

.page_title h1,
.page_title h2 {
    margin-top: -2px;
    margin-bottom: 18px;
    font-size: 30px;
}

@media(min-width:992px) {
    .page_title h1,
    .page_title h2 {
        margin-bottom: 13px;
        font-size: 40px;
    }

    .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 {
    margin-top: 10px;
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
}

@media(min-width:992px) {
    .page_title .title-inline {
        margin: 0;
    }

    .page_title .title-inline + .breadcrumb {
        margin-left: 30px;
        padding-left: 30px;
        border-left: 1px solid rgba(200,200,200,.35);
    }
}

.page_title .breadcrumb {
    margin-bottom: -2px;
    line-height: 1.6;
}

@media(max-width:767px) {
    .page_title [class*=container] > .breadcrumb {
        justify-content: center;
    }
}

@media(min-width:768px) {
    .page_title [class*=container] > .breadcrumb {
        position: absolute;
        right: 15px;
        bottom: 0;
        margin-bottom: 0;
        padding: 0 15px;
        background-color: rgba(29,29,29,.5);
    }
}

.page_title [class*=container] > .breadcrumb .breadcrumb-item.last-item span {
    padding: 0;
    background-color: transparent;
}

.page_title [class*=container] > .breadcrumb .breadcrumb-item.active {
    text-align: center;
    color: #ff6162;
}

.gm-svpc > div {
    position: relative!important;
    left: 0!important;
}

.page_map {
    height: 600px;
    text-align: center;
}

.page_map .marker {
    display: none;
}

.page_map.big_map {
    height: 500px;
}

@media(min-width:992px) {
    .page_map.big_map {
        height: 820px;
    }
}

@media(min-width:1200px) {
    .page_map.big_map {
        height: 940px;
    }
}

.page_map.height-750 {
    height: 500px;
}

@media(min-width:992px) {
    .page_map.height-750 {
        height: 750px;
    }
}

@media(max-width:767px) {
    .fw-map-canvas {
        height: 500px!important;
    }
}

.map_marker_description {
    padding: 17px 0 12px;
    max-width: 270px;
}

.map_marker_description h3 {
    margin-bottom: 13px;
    font-size: 30px;
    line-height: 1;
}

.map_marker_description img {
    max-width: 90%!important;
}

button.gm-ui-hover-effect {
    top: 0!important;
    right: 0!important;
}

.gm-style .gm-style-mtc label {
    margin-bottom: -8px;
}

.gm-style .gm-style-iw {
    overflow: visible!important;
    text-align: center;
    line-height: 1.6em;
}

.gm-style > *:first-child {
    position: relative;
}

.gm-style .icon-inline {
    display: inline-block;
    margin: .3em 0;
}

.gm-style .icon-inline .icon-styled {
    margin-right: 5px;
}

.page_copyright .widget_social_buttons a,
.page_footer .widget_social_buttons a {
    border-color: #9d9d9d;
    color: #9d9d9d;
}

.page_copyright .widget_social_buttons a.fa:hover,
.page_footer .widget_social_buttons a.fa:hover {
    border-color: transparent;
    color: #fff;
    background-color: #7470fc;
    transform: scale(1.1);
}

.page_copyright a.fa.border-icon,
.page_footer a.fa.border-icon {
    margin-right: 3px;
    margin-left: 3px;
}

.page_footer {
    overflow: hidden;
}

.page_footer ul.menu {
    margin-top: -3px;
}

.page_footer .widget_nav_menu ul li {
    border: 0;
}

.page_footer .widget_nav_menu ul li a {
    padding-top: 8px;
    padding-bottom: 9px;
    line-height: 1.2;
    color: #9d9d9d;
    text-underline-offset: 10px;
    text-underline-position: under;
}

.page_footer .widget_nav_menu ul li a:before {
    display: none;
}

@media(min-width:992px) {
    .page_copyright .widget_nav_menu {
        padding-right: 30px;
    }
}

.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 0 7px 0 rgba(0,0,0,.1);
}

.item-hover-content .item-content h4 {
    margin-bottom: 1.4em;
    line-height: 1;
    letter-spacing: .15em;
}

.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 {
    z-index: 3;
    overflow: visible;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
}

.content-show-hover {
    overflow: hidden;
}

.content-show-hover .item-content {
    display: flex;
    top: 0;
    flex-direction: column;
    justify-content: space-around;
    opacity: 0;
    transition: all .15s ease-in-out;
    transform: scale(1.2);
}

.content-show-hover .item-content h4 {
    margin-bottom: 1.4em;
    line-height: 1;
    letter-spacing: .15em;
}

.content-show-hover .item-content h4 span {
    display: block;
    font-weight: 900;
}

.content-show-hover:hover {
    box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
}

.content-show-hover:hover .item-content {
    opacity: 1;
    transform: scale(1);
}

@media(min-width:992px) {
    .col-absolute {
        z-index: 10;
        position: absolute;
        top: 150px;
        right: 50px;
        flex: 0 0 3.3%;
        max-width: 43.3%;
    }
}

@media(min-width:1200px) {
    .col-absolute {
        top: 170px;
        right: 0;
    }
}

@media(max-width:991px) {
    .pattern-gradient {
        box-shadow: none;
    }

    .pattern-gradient:hover {
        box-shadow: none;
    }
}

@media(min-width:992px) {
    .pattern-gradient:before {
        content: "";
        z-index: -1;
        position: absolute;
        top: -50px;
        right: -50px;
        width: 100%;
        height: calc(100% + 100px);
        background: linear-gradient(to right,#896efd 0%,#4f74fb 100%);
        transition: .3s all;
    }
}

.contact-pattern .pattern-gradient:hover:before {
    top: -30px;
    right: -30px;
    height: calc(100% + 60px);
}

.call-to-action {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 26px 30px 30px;
    overflow: hidden;
}

@media(min-width:992px) {
    .call-to-action {
        justify-content: space-between;
        padding: 56px 100px;
    }
}

@media(max-width:767px) {
    .call-to-action .left-part {
        display: block;
        margin-bottom: 25px;
    }
}

.alignleft,
.alignright,
.aligncenter {
    clear: both;
}

.post#post-1158 #attachment_612.wp-caption.aligncenter {
    display: none;
}

.post#post-1158 #attachment_612.wp-caption.aligncenter + p {
    display: none;
}

.wp-block-group.has-background {
    margin-bottom: 20px;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 8%;
}

.blocks-gallery-grid + .blocks-gallery-caption {
    padding: 30px 0;
}

code {
    display: inline-block;
    margin: 4px 0;
    padding: 4px 17px;
    white-space: pre-wrap;
    background-color: #f8f8f8;
}

kbd {
    margin-right: 2px;
    background-color: #ff6162;
}

.icon-bg {
    background-image: url(../img/parallax/icon-bg.png);
    background-size: auto;
}

.background-pattern:after,
.background-pattern2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .03;
    background-image: url(../img/pattern-big.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.background-pattern2:after {
    background-image: url(../img/pattern-small.png);
}

.featured-video {
    background-image: url(../img/parallax/video-bg.jpg);
}

.page_comingsoon {
    background-image: url(../images/slide01.jpg);
}

.steps-section {
    background-image: url(../img/parallax/step-bg.jpg);
}

.counter-inline {
    display: flex;
    justify-content: space-between;
    padding: 54px 70px;
}

@media(max-width:767px) {
    .counter-inline {
        flex-wrap: wrap;
        padding: 32px 40px;
    }
}

.counter-inline .counter-box {
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

@media(min-width:768px) {
    .counter-inline .counter-box {
        padding: 20px 0 25px;
    }
}

.counter-inline .counter-box .title-count {
    margin: 5px 0 15px;
}

.counter-inline .counter-box .counter-wrap,
.counter-inline .counter-box .counter {
    margin-bottom: 5px;
}

@media(max-width:991px) {
    .counter-inline .counter-box .counter-wrap,
    .counter-inline .counter-box .counter {
        font-size: 45px;
    }
}

.counter-inline .counter-box .counter-add {
    margin-left: -17px;
}

@media(min-width:992px) {
    .counter-inline.counter-border-right .counter-box:not(:last-child) {
        border-right: 1px solid #e8e8e8;
    }
}

.center-jobs .job-board {
    padding: 30px 0 40px;
    border-top: 1px solid #e8e8e8;
}

@media(min-width:992px) {
    .center-jobs .job-board {
        padding: 94px 0 90px;
    }
}

.center-jobs .job-board .media-body p {
    line-height: 30px;
}

.center-jobs .job-board:last-child {
    border-bottom: 1px solid #e8e8e8;
}

.gradient-hover {
    z-index: 1;
}

.gradient-hover:hover {
    box-shadow: none;
}

.gradient-hover:hover * {
    color: #fff;
}

.gradient-hover:hover:after {
    opacity: 1;
}

.gradient-hover a,
.gradient-hover p,
.gradient-hover i,
.gradient-hover h6,
.gradient-hover h5,
.gradient-hover h4 {
    transition: 0s;
}

.gradient-hover a:hover,
.gradient-hover p:hover,
.gradient-hover i:hover,
.gradient-hover h6:hover,
.gradient-hover h5:hover,
.gradient-hover h4:hover {
    transition: all .3s;
}

.gradient-hover a:hover {
    color: #fff!important;
    opacity: .8;
}

.gradient-hover:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(to right,#896efd 0%,#4f74fb 100%);
    transition: all .3s;
}

.mt-n-5 {
    margin-top: -5px!important;
}

@media(min-width:992px) {
    .map-right {
        position: absolute;
        top: 0;
        right: 0;
        flex: 0 0 44.666667%;
        width: 100%;
        padding-right: 0!important;
        max-width: 44.666667%;
    }
}

.shortcode-buttons .btn {
    margin-bottom: 5px;
}

.z-1001 {
    z-index: 1001;
}

.z-1003 {
    z-index: 1003;
}

.z-3 {
    z-index: 3;
}

#switcher {
    z-index: 1001;
    position: fixed;
    top: 22%;
    right: -210px;
    width: 210px;
    padding-bottom: 20px;
    font-size: 15px;
    color: #fff;
    background-color: #141414;
    transition: all .6s ease;
}

#switcher.active {
    right: 0;
}

#switcher .hidden {
    display: none;
}

#switcher a {
    color: #ff6162;
}

#switcher .checkbox {
    margin: 0;
    font-size: 14px;
    line-height: 1;
}

#switcher h4 {
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0;
    color: #fff;
    background-color: #ff6162;
}

#switcher span.fa {
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    left: -20px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
}

#switcher span.fa:hover {
    color: #fff;
}

#switcher span.fa:first-child {
    z-index: 3;
    left: -60px;
    background-color: #ff6162;
}

#switcher li {
    float: left;
    margin-bottom: 0;
    padding: 0 2px 5px;
}

#switcher p {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
}

#switcher label {
    margin: 0 0 10px;
    color: #999;
}

#switcher ul {
    margin-bottom: 0;
}

#switcher ul:before,
#switcher ul:after {
    content: "";
    display: block;
    clear: both;
}

#switcher .tooltip {
    min-width: 110px;
}

#switcher .tooltip-arrow {
    display: none;
}

#switcher-version a {
    display: inline-block;
    padding: 13px 14px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

#switcher-version a:hover {
    color: #e4344e!important;
}

#switcher-version a.light {
    color: #1d1d1d;
    background-color: #fff;
}

#switcher-version a.dark {
    color: #fff;
    background-color: #262626;
}

#switcher-colors a {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-color: #ff6162;
}

#switcher-colors a:hover {
    opacity: .7;
}

#switcher-colors a.color2 {
    background-color: #7470fc;
}

#switcher-colors a.color3 {
    background-color: #e9c20d;
}

#switcher-colors {
    line-height: 0;
}

#switcher-patterns a {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    line-height: 1;
    background-color: #fff;
}

#switcher-patterns a img {
    opacity: 0;
}

#switcher-patterns a:hover {
    opacity: .7;
}

#switcher-patterns li:first-child a img {
    opacity: 1;
}

#switcher_accent_color,
#switcher_color_scheme,
#switcher_layout,
#switcher_patterns {
    padding: 20px 31px 0 32px;
}

.checkbox-slider--b-flat {
    position: relative;
}

.checkbox-slider--b-flat input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    zoom: 1;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.checkbox-slider--b-flat input + span {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -ms-user-select: none;
}

.checkbox-slider--b-flat input + span:before {
    display: inline-block;
    position: absolute;
    left: 0;
}

.checkbox-slider--b-flat input + span > h4 {
    display: inline;
}

.checkbox-slider--b-flat input + span {
    padding-left: 40px;
}

.checkbox-slider--b-flat input + span:before {
    content: "";
    width: 30px;
    height: 15px;
    background: #fff;
}

.checkbox-slider--b-flat input + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 15px;
    text-align: center;
    font-weight: 700;
    background: #fff;
    transition: margin-left .4s ease-in-out;
}

.checkbox-slider--b-flat input:checked + span:after {
    content: "";
    margin-left: 20px;
}

.checkbox-slider--b-flat input:checked + span:before {
    transition: background .2s ease-in;
}

.checkbox-slider--b-flat input + span {
    padding-left: 36px;
}

.checkbox-slider--b-flat input + span:before {
    width: 30px;
    border-radius: 15px;
}

.checkbox-slider--b-flat input + span:after {
    content: "";
    width: 15px;
    border: solid transparent 2px;
    border-radius: 20px;
    background: #ff6162;
    background-clip: padding-box;
}

.checkbox-slider--b-flat input:checked + span:after {
    content: "";
    margin-left: 15px;
    border: solid transparent 2px;
    background-clip: padding-box;
}

.checkbox-slider--b-flat input:checked + span:before {
    background: #fff;
}

.checkbox-slider--b-flat.checkbox-slider-md input + span:before {
    border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-md input + span:after {
    border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input + span:before {
    border-radius: 40px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input + span:after {
    border-radius: 40px;
}

.checkbox-slider--b-flat input + span:before {
    box-shadow: none;
}