@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Anton);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(../fonts/icomoon/style.html);

html {
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

::-moz-selection {
    background-color: #bb201e;
    color: #fff
}

::selection {
    background-color: #bb201e;
    color: #fff
}

::-moz-selection {
    background-color: #bb201e;
    color: #fff
}

body {
    background-color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow: visible;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Anton, sans-serif;
    -webkit-font-feature-settings: "lnum"1;
    font-feature-settings: "lnum"1;
    font-variant-numeric: lining-nums;
    font-weight: 400;
    line-height: 1.16;
    margin-bottom: .27em;
    margin-top: .65em;
    text-transform: uppercase;
    word-break: break-word
}

h1 {
    font-size: 58px;
    letter-spacing: 3px
}

h2 {
    font-size: 46px;
    letter-spacing: 2px;
    margin-bottom: .45em;
    margin-top: 2em
}

h3 {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 1.23;
    margin-bottom: .5em;
    margin-top: 2.55em
}

h4 {
    font-size: 27px;
    letter-spacing: 1.5px;
    margin-bottom: .85em;
    margin-top: 3.65em
}

h5 {
    font-size: 23px;
    letter-spacing: .7px;
    margin-bottom: .9em;
    margin-top: 3.95em
}

h6 {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 1.2em;
    margin-top: 5em;
    text-transform: capitalize
}

@media (max-width:767px) {
    h1 {
        font-size: 2.5rem
    }

    h2 {
        font-size: 2rem
    }

    h3 {
        font-size: 1.9rem
    }

    h4 {
        font-size: 1.3rem
    }

    h5 {
        font-size: 1.2rem
    }

    h6 {
        font-size: 1.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: 1em
}

ol:last-child,
p:last-child,
ul:last-child {
    margin-bottom: 0
}

p:last-child:after {
    clear: both;
    content: "";
    display: block
}

figure,
img {
    height: auto;
    max-width: 100%
}

figcaption {
    font-size: .95em;
    line-height: 1.4;
    padding: 10px 0 7px
}

figcaption p {
    margin-bottom: 0
}

b,
strong {
    color: #131e25;
    font-weight: 700
}

label {
    color: #131e25
}

a {
    color: #131e25;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

a:hover {
    color: #e62721;
    text-decoration: none;
    -webkit-transition: all .15s linear 0s;
    transition: all .15s linear 0s
}

blockquote {
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-style: normal;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 18px 0 16px 50px;
    padding: 0;
    width: 80%
}

blockquote img {
    border-radius: 50%;
    margin-right: 23px
}

blockquote p {
    margin-bottom: 1.6rem;
    position: relative
}

blockquote p .name {
    color: #131e25;
    display: block;
    font-weight: 700;
    margin-bottom: 3px;
    margin-top: 3px;
    padding-top: 26px;
    position: relative;
    text-indent: 0
}

blockquote p .name:after,
blockquote p .name:before {
    color: #bb201e;
    left: 0;
    position: absolute;
    top: 0
}

blockquote p .name:before {
    content: "\e919";
    font-family: icomoon !important;
    font-size: 13px
}

blockquote p .name:after {
    content: ".....................................";
    font-size: 13px;
    left: 23px;
    letter-spacing: 3.2px;
    line-height: 1;
    top: 1px
}

blockquote p .profession {
    color: #bb201e;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-indent: 0;
    text-transform: uppercase
}

blockquote .media {
    margin: 15px 0
}

blockquote .text-small,
blockquote h3,
blockquote h4 {
    font-style: normal
}

blockquote .item-meta {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: capitalize
}

blockquote .item-meta span+span {
    margin-left: 27px;
    padding-left: 28px;
    position: relative
}

blockquote .item-meta span+span:before {
    content: "|";
    left: 0;
    position: absolute;
    top: -1px
}

@media (max-width:767px) {
    blockquote {
        margin: 18px 0 16px 0
    }
}

@media (max-width:479px) {

    .flow-chart .structure .bx10::before,
    .flow-chart .structure .bx13::before,
    .flow-chart .structure .bx1::before,
    .flow-chart .structure .bx3::after,
    .flow-chart .structure .bx5::after,
    .flow-chart .structure .bx6::after,
    .flow-chart .structure .bx9::before,
    .horizonatalline {
        display: none
    }

    .flow-chart .structure .bx11::before,
    .flow-chart .structure .bx12::before,
    .flow-chart .structure .bx14::before,
    .flow-chart .structure .bx15::before,
    .flow-chart .structure .bx16::before,
    .flow-chart .structure .bx2:before,
    .flow-chart .structure .bx3::before,
    .flow-chart .structure .bx4:before,
    .flow-chart .structure .bx5::before,
    .flow-chart .structure .bx6::before,
    .flow-chart .structure .bx7::after,
    .flow-chart .structure .bx7::before,
    .flow-chart .structure .bx8::before,
    .verticalline {
        display: none
    }

    .for-phone-display,
    .organige-point1 h4::before,
    .organige-point2 h4::before,
    .organige-point3 h4::before,
    .organige-point4,
    .organige-point5,
    .organige-point6 {
        display: none
    }

    .security-phone {
        margin-left: 70px
    }

    .flow-chart .structure .bx2,
    .flow-chart .structure .bx4 {
        margin-top: 15px !important
    }

    .flow-chart .structure .thirdrow {
        display: contents !important
    }

    .structure .operation-pd {
        padding-top: 0 !important
    }

    blockquote {
        margin: 32px 0 38px 30px;
        padding: 1.2em 0 .3em 2em;
        width: 80%
    }

    .post .entry-content blockquote {
        width: 100% !important
    }

    blockquote {
        display: block;
        margin-left: 0;
        padding-left: 0
    }

    .post .entry-content blockquote {
        width: 100% !important
    }

    blockquote img {
        margin-bottom: 20px
    }

    blockquote p .name:after {
        letter-spacing: 2.2px
    }
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: medium none;
    text-decoration: none
}

a>img {
    -webkit-transition: all .15s ease-in-out 0s;
    transition: all .15s ease-in-out 0s
}

a:hover>img {
    opacity: .8
}

a.btn:active,
a.button:active,
button:active,
input[type=submit]:active {
    position: relative;
    top: 1px !important
}

hr {
    border-color: #b0b6b9;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px
}

iframe {
    border: none;
    max-width: 100%
}

table {
    margin: 10px 0;
    max-width: 100%;
    width: 100%
}

table td,
table th {
    line-height: 1.42857143;
    padding: 13px 8px;
    vertical-align: top
}

table th {
    color: #131e25;
    font-weight: 400;
    vertical-align: middle
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

pre {
    background-color: rgba(150, 150, 150, .05);
    line-height: 1.5;
    padding: .5em 1em
}

.big {
    font-size: 20px;
    line-height: 1.8em;
    margin: .85em 0 1.3em
}

.big em {
    display: inline-block;
    margin: .3em 0 0
}

@media (min-width:768px) {
    .big em {
        margin: 1em 0 .5em
    }
}

.text-underlinen {
    font-weight: 400;
    text-decoration: underline
}

.media h3 {
    text-transform: uppercase
}

.media .dropcap {
    margin-right: 0
}

.small-text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.6em;
    text-transform: capitalize
}

@media (min-width:768px) {
    .small-text.extra-letter-spacing {
        letter-spacing: 1em
    }
}

ol,
ul {
    line-height: 1.9;
    padding-left: 1.15rem
}

ol.counter-list {
    list-style-type: decimal-leading-zero
}

ol.counter-list {
    counter-reset: item;
    list-style-type: decimal-leading-zero;
    padding-left: 0
}

ol.counter-list li {
    display: block
}

ol.counter-list li:before {
    color: #bb201e;
    content: ".0"counter(item) " ";
    counter-increment: item;
    font-weight: 500;
    margin-right: 6px
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

.list-bordered {
    list-style: none;
    overflow: hidden;
    padding: 0
}

.list-bordered li {
    border-bottom: 1px solid #b0b6b9;
    border-top: 1px solid #b0b6b9;
    padding-bottom: 15px;
    padding-top: 14px
}

.list-bordered li+li {
    border-top: none
}

.list-bordered.no-top-border>li:first-child {
    border-top: none
}

.list-bordered.no-bottom-border>li:last-child {
    border-bottom: none
}

.list-not-style {
    list-style: none;
    overflow: hidden;
    padding: 0
}

.list-not-style li {
    padding-bottom: 6px;
    padding-top: 6px
}

.list-not-style li:first-child {
    padding-top: 0
}

.custom-style {
    padding: 0
}

.list-styled ul,
ul.list-styled {
    color: #131e25;
    list-style: none;
    padding: 0
}

.list-styled ul li,
ul.list-styled li {
    position: relative
}

.list-styled ul li:before,
ul.list-styled li:before {
    color: #bb201e;
    content: "\e917";
    font-family: icomoon !important;
    font-size: 4px;
    padding-right: 9px;
    position: relative;
    top: -4px
}

ul.list-styled-caret {
    color: #131e25;
    list-style: none;
    padding: 0
}

ul.list-styled-caret li {
    position: relative
}

ul.list-styled-caret li:before {
    color: #bb201e;
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 9px;
    position: relative;
    top: 0
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    text-transform: capitalize
}

.breadcrumb>li {
    display: inline-block;
    float: none;
    padding: 0
}

.text-center .breadcrumb {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (min-width:992px) {
    .text-lg-right .breadcrumb {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }
}

.breadcrumb-item+.breadcrumb-item:before {
    background: #b0b6b9 !important;
    content: "";
    display: inline-block;
    height: 100%;
    padding: 0 !important;
    vertical-align: middle;
    width: 2px
}

.breadcrumb>.active {
    color: #2F4C86
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 6px
}

.breadcrumb-item+.breadcrumb-item::before {
    color: inherit;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0 13px
}

@media (max-width:479px) {
    .breadcrumb-item+.breadcrumb-item::before {
        color: inherit;
        margin-left: 5px;
        margin-right: 5px;
        padding: 0 5px
    }
}

.form-control,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
    background: 0 0
}

footer .form-control,
footer input[type=email],
footer input[type=number],
footer input[type=password],
footer input[type=search],
footer input[type=tel],
footer input[type=text],
footer input[type=url],
footer select,
footer textarea {
    padding: 5px 10px
}

select {
    border: 2px solid #e7e8e9;
    padding-bottom: 0;
    padding-top: 0
}

input[disabled] {
    cursor: not-allowed;
    opacity: .4
}

[type=submit],
button {
    cursor: pointer
}

[type=submit],
button {
    background-color: transparent;
    /* border: 2px solid #bb201e;
    color: #131e25; */
    border: none;
    color: #bb201e;
    cursor: pointer;
    font-weight: 500;
    padding: 6px 36px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

[type=submit]:hover,
button:hover {
    color: rgba(19, 30, 37, .8)
}

.cs [type=submit]:not([class]),
.cs button:not([class]),
.ds [type=submit]:not([class]),
.ds button:not([class]) {
    border-color: #fff;
    color: #fff
}

[type=submit] {
    padding: 12px 30px
}

textarea,
textarea.form-control {
    height: 100%;
    padding-top: 9px
}

.form-group {
    position: relative
}

[class*=col-]>.form-group {
    margin-bottom: 0
}

[class*=col-]>.form-group+.form-group {
    margin-top: 10px
}

[class*=col-]>.form-group+.form-group label {
    margin-top: 41px
}

.form-group .btn {
    margin-top: 5px;
    padding: 11px 30px;
    width: 100%
}

@media (max-width:1199px) {
    [class*=col-]>.form-group+.form-group {
        margin-top: 0
    }
}

@media (max-width:575px) {
    [class*=col-]>.form-group+.form-group {
        margin-top: 10px
    }

    [class*=col-]>.form-group+.form-group label {
        margin-bottom: 20px;
        margin-top: 25px
    }
}

.contact-form textarea,
textarea.form-control {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 171px;
    padding: 20px;
    width: 100%;
    background: 0 0
}

select[multiple] {
    height: auto
}

.form-control option,
select option {
    background-color: #fff;
    color: #131e25
}

.form-control-unstyled {
    background-color: transparent;
    border: none
}

.form-control,
.form-control:focus {
    box-shadow: none
}

.form-control.invalid {
    box-shadow: 0 0 0 2px #bb201e
}

.form-control:focus {
    background-color: transparent;
    border-color: transparent transparent #879195
}

.form-control:-moz-placeholder {
    color: #131e25;
    font-style: normal;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #131e25;
    font-style: normal;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #131e25;
    font-style: normal;
    opacity: 1
}

.form-control::-webkit-input-placeholder {
    color: #131e25;
    font-style: normal;
    opacity: 1
}

.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-] {
    font-size: 16px;
    left: 28px;
    position: absolute;
    text-align: center;
    top: 60px;
    width: 1em
}

form .has-placeholder label+[class*=fa-] {
    top: 13px
}

form label+[class*=fa-]+.form-control {
    padding-left: 60px
}

label {
    display: block;
    font-family: Anton, sans-serif;
    font-size: 24px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    font-weight: inherit
}

.checkbox label[for],
.radio label[for] {
    cursor: pointer;
    font-weight: inherit
}

label[for] {
    cursor: pointer
}

.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
}

.checkbox .form-check,
.radio .form-check {
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    margin-top: 8px
}

.form-wrapper.cs,
.form-wrapper.ds,
.form-wrapper.hero-bg,
.form-wrapper.ls,
.form-wrapper.muted-bg {
    padding: 35px
}

.has-error .form-control {
    border-color: #bb201e
}

.has-error .help-block,
.has-error label {
    color: #bb201e
}

.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: #131e25
}

input[type=checkbox]+label:before {
    border: 1px solid #b0b6b9;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    height: 16px;
    line-height: 14px;
    margin: 1px 10px 4px 0;
    padding-right: .1em;
    text-align: center;
    vertical-align: middle;
    width: 16px
}

input[type=checkbox]:checked+label:before {
    color: #bb201e;
    content: "\f00c"
}

input[type=checkbox]:disabled+label:before {
    background-color: #b0b6b9
}

.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 {
    border: 2px solid #b0b6b9;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 16px;
    margin-bottom: 2px;
    margin-right: 10px;
    vertical-align: middle;
    width: 16px
}

input[type=radio]:checked+label:before {
    background-clip: content-box;
    background-color: #131e25;
    padding: 3px
}

input[type=radio]:disabled+label:before {
    background-color: #b0b6b9
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-indicators li {
    border-radius: 50%;
    height: 10px;
    max-width: 10px
}

.nav-tabs {
    border-bottom: none
}

.nav-tabs .nav-link {
    background: #fafafa;
    border: none;
    border-radius: 0;
    color: #131e25;
    font-weight: 300;
    margin-right: 4px
}

.nav-tabs .nav-link:hover {
    opacity: .9
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #bb201e;
    border-color: #bb201e;
    color: #131e25;
    font-weight: 500
}

.nav-link {
    color: #6d7a82;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
    padding: 21px 49px;
    text-transform: capitalize
}

.nav-link i {
    color: #131e25
}

.small-tabs .nav-link {
    padding: 24px 32px 18px
}

@media (max-width:1440px) {
    .nav-link {
        padding: 10px 21px
    }
}

@media (max-width:1199px) {
    .nav-link {
        padding: 10px 14px
    }
}

.tab-content {
    border: none;
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, .05);
    padding: 36px 40px 63px
}

.tab-pane .media img {
    max-width: 40%
}

.tab-pane .media img:first-child {
    margin-right: 10px
}

.career-option .collapse {
    margin-bottom: 30px
}

[data-toggle=collapse] {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-right: 20px;
    position: relative
}

[data-toggle=collapse]:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 10px;
    margin-top: 0;
    position: absolute;
    right: 23px;
    top: 20px
}

[data-toggle=collapse].collapsed:after {
    content: "\f054"
}

[role=tablist] .card {
    background: 0 0;
    border: none;
    border-radius: 0
}

[role=tablist] .card>div {
    margin-bottom: 15px
}

[role=tablist] .card-header {
    background: 0 0;
    border: none;
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, .05);
    margin-bottom: 0 !important;
    padding: 0
}

[role=tablist] .card-header a {
    background-color: #fff;
    color: #131e25;
    display: block;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    padding: 36px 20px 21px 67px;
    position: relative;
    text-transform: capitalize
}

[role=tablist] .card-header a:after,
[role=tablist] .card-header a:before {
    background-color: transparent;
    bottom: 0;
    color: #bb201e;
    content: "";
    font-family: inherit;
    font-size: 11px;
    font-weight: 100;
    left: 19px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 60px
}

[role=tablist] .card-header a:after {
    background: 0 0;
    bottom: auto;
    content: "\e91c";
    font-family: icomoon;
    height: 30px;
    line-height: 30px;
    margin-top: -7px;
    top: 50%;
    vertical-align: top
}

[role=tablist] .card-header a:hover {
    color: inherit;
    opacity: .7
}

[role=tablist] .card-header a.collapsed {
    background-color: #fff;
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, .05);
    color: #131e25;
    padding-bottom: 32px;
    padding-top: 29px
}

[role=tablist] .card-header a.collapsed:after {
    content: "\e91b";
    font-family: icomoon;
    margin-top: -15px
}

[role=tablist] .collapse {
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, .05);
    margin-bottom: 0 !important
}

[role=tablist] .media img {
    max-width: 80px
}

[role=tablist] .card-header+div .card-body {
    background-color: #fff;
    margin-bottom: 0;
    padding: 6px 61px 23px
}

.card-body {
    margin-bottom: 30px;
    padding: 40px
}

[role=tablist] .card+.card {
    margin-top: 11px
}

[role=tablist]>div+div {
    margin-top: 11px
}

@media (max-width:767px) {
    [role=tablist] .card-header a {
        font-size: 18px
    }
}

@media (max-width:479px) {
    [role=tablist] .card-header a {
        padding: 36px 20px 21px 35px
    }

    [role=tablist] .card-header a:after,
    [role=tablist] .card-header a:before {
        left: -10px
    }

    [role=tablist] .card-header+div .card-body {
        padding: 6px 35px 23px
    }
}

.dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-top: 3px solid #bb201e;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    font-size: inherit;
    line-height: 1.5;
    margin-top: 0;
    padding: 40px;
    z-index: 1001
}

.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 h3,
.dropdown .dropdown-menu h4,
.dropdown .dropdown-menu label {
    color: #131e25
}

.dropdown.show .dropdown-menu input {
    border: 1px solid #b0b6b9
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #131e25
}

.dropdwon-menu-title {
    padding: 10px 30px
}

@media (min-width:1300px) {
    .container {
        max-width: 1200px
    }
}

.modal-open {
    padding-right: 0 !important
}

.modal-backdrop.show {
    background-color: #4d4d4d;
    opacity: .9
}

.modal-content {
    border-radius: 1px
}

.modal-content [class*=col-]:last-child {
    margin-bottom: 0
}

.btn {
    border-radius: 0;
    border-width: 2px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0;
    padding: 6px 30px
}

.btn.round,
.btn.rounded {
    line-height: 1;
    padding: 23px
}

.btn.large {
    padding: 10px 40px
}

.btn.small {
    padding: 6px 17px
}

.media>img {
    display: block
}

.media-body h3,
.media-body h4 {
    line-height: 1;
    margin-bottom: .2em;
    margin-top: .3em
}

*+.media-body,
.media-body+* {
    margin-left: 18px
}

@media (max-width:479px) {
    button.btn+span.m-25 {
        margin: 10px
    }
}

td .media-body {
    width: auto
}

.embed-responsive-3by2 {
    background-color: #0d161b;
    height: 0;
    padding-bottom: 56.4%
}

.embed-responsive-3by2 a>img {
    opacity: .3
}

.embed-responsive-3by2 a:hover>img {
    opacity: .3
}

#video .embed-placeholder:after,
#video .photoswipe-link:after,
.format-video .embed-placeholder:after,
.format-video .photoswipe-link:after {
    border-radius: 50%;
    color: #bb201e;
    content: "\e90d";
    font-family: icomoon;
    font-size: 40px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 40px
}

#video .embed-placeholder:hover:after,
#video .photoswipe-link:hover:after,
.format-video .embed-placeholder:hover:after,
.format-video .photoswipe-link:hover:after {
    opacity: .4
}

@media (max-width:479px) {

    #video .embed-placeholder:after,
    #video .photoswipe-link:after,
    .format-video .embed-placeholder:after,
    .format-video .photoswipe-link:after {
        font-size: 60px
    }
}

.alert {
    border: none;
    border-radius: 0;
    border-width: 0 0 0 4px;
    color: #fff;
    margin-bottom: 20px;
    padding: 18px 30px
}

.alert:before {
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 10px
}

.alert-success {
    background-color: #82b440
}

.alert-success:before {
    content: "\f058"
}

.alert-info {
    background-color: #56d7fe
}

.alert-info:before {
    content: "\f06a"
}

.alert-warning {
    background-color: #bb201e;
    color: #131e25
}

.alert-warning:before {
    color: #131e25;
    content: "\f071"
}

.alert-danger {
    background-color: #f26f1f
}

.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 {
    color: inherit;
    font-weight: 300
}

.label-success {
    background-color: #4db19e;
    color: #fff
}

.label-info {
    background-color: #007ebd;
    color: #fff
}

.label-warning {
    background-color: #eeb269;
    color: #fff
}

.label-danger {
    background-color: #dc5753;
    color: #fff
}

.progress-bar-title {
    color: #131e25;
    margin-bottom: .95em
}

.progress {
    background-color: #b0b6b9;
    border-radius: 20px;
    box-shadow: none;
    height: 1px;
    margin-bottom: 45px;
    overflow: unset;
    position: relative
}

.progress+.progress {
    margin-top: 10px
}

.progress [data-transitiongoal] {
    width: 0
}

.progress .progress-bar {
    border-radius: 20px;
    height: 4px;
    position: relative;
    top: -2px;
    -webkit-transition: width .5s ease .2s;
    transition: width .5s ease .2s
}

.progress span {
    color: #131e25;
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: -39px
}

.owl-carousel {
    display: none;
    position: relative;
    -webkit-tap-color-main-color: transparent;
    touch-action: manipulation;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel.owl-shadow-items .owl-stage {
    padding-bottom: 11px;
    padding-top: 11px
}

.owl-carousel .owl-stage:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.owl-carousel .owl-stage-outer {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    float: left;
    min-height: 1px;
    position: relative;
    -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-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .owl-dots {
    line-height: 1;
    -webkit-tap-color-main-color: transparent;
    text-align: center
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-carousel .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 8px;
    margin: 5px 12px;
    opacity: .5;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 8px
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    border-color: #fff;
    opacity: 1
}

.owl-carousel .owl-nav {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.owl-carousel .owl-nav>div {
    display: inline-block;
    opacity: 1;
    right: 10px;
    text-transform: uppercase
}

.owl-carousel .owl-nav>div.disabled {
    cursor: default;
    opacity: .2
}

.owl-carousel .owl-nav>div.disabled:hover {
    cursor: default;
    opacity: .2
}

.owl-carousel .owl-nav>div:hover {
    opacity: 1
}

.owl-carousel .owl-nav>div:hover i {
    background: 0 0;
    color: #131e25
}

.owl-carousel .owl-nav>div i {
    background: #bb201e;
    border: 2px solid #bb201e;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    left: -5px;
    padding: 6px 15px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-carousel .owl-nav>div:first-child {
    left: 0;
    right: auto
}

.post.gallery .owl-carousel .owl-nav>div i {
    background: 0 0;
    border: none;
    color: #bb201e;
    font-size: 20px;
    font-weight: 700
}

.post.gallery .owl-carousel .owl-nav>div i:hover {
    color: #bb201e
}

@media (min-width:768px) {
    .owl-carousel .owl-nav>div.owl-next i {
        padding: 4px 11px 4px 15px
    }

    .owl-carousel .owl-nav>div.owl-prev i {
        padding: 4px 15px 4px 11px
    }
}

@media (min-width:768px) {
    .owl-carousel .owl-nav>div.owl-next i {
        left: auto;
        right: 0
    }
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    background: #000;
    height: 100%;
    position: relative
}

.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
    background: url(../img/owl.video.play.html) no-repeat;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
    width: 80px;
    z-index: 1
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.owl-theme:hover .owl-nav {
    opacity: 1
}

.owl-theme .owl-nav {
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    -webkit-tap-color-main-color: transparent;
    text-align: center;
    top: 50%
}

.owl-theme .owl-nav>div {
    position: absolute;
    right: 0;
    text-align: center
}

.owl-theme .owl-nav .disabled {
    cursor: default;
    opacity: .5
}

.owl-theme .owl-dots {
    margin-top: 40px
}

.item-media .owl-theme .owl-dots {
    bottom: 20px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0
}

.owl-center .owl-nav {
    bottom: 0;
    margin-top: 0;
    opacity: 1;
    position: static;
    top: 0
}

.owl-center .owl-nav>div {
    background-color: rgba(19, 30, 37, .6);
    bottom: 0;
    height: auto;
    margin: 0;
    right: -15px;
    top: 0;
    width: 50px
}

.owl-center .owl-nav>div:first-child {
    left: -15px;
    right: auto
}

.owl-center .owl-nav>div:first-child:after {
    left: 13px
}

.owl-center .owl-nav>div:after {
    color: #fff;
    font-size: 20px;
    left: 17px;
    margin-top: -10px;
    position: absolute;
    top: 50%
}

@media (min-width:768px) {
    .owl-center .owl-nav>div {
        width: 30px
    }
}

.top-right-nav .owl-nav {
    background: #bb201e;
    position: absolute;
    right: 0;
    top: -55px
}

.top-right-nav .owl-nav>div {
    background: 0 0;
    min-width: 2em
}

.top-right-nav .owl-nav>div:first-child {
    left: auto;
    right: 3em
}

.top-right-nav .owl-nav>div i {
    font-size: 1em
}

.owl-text-nav .owl-nav {
    display: none;
    -webkit-tap-color-main-color: transparent;
    text-align: center
}

@media (min-width:1560px) {
    .owl-text-nav .owl-nav {
        display: block;
        left: -13vw;
        position: absolute;
        right: -13vw;
        top: 50%
    }
}

@media (min-width:1800px) {
    .owl-text-nav .owl-nav {
        left: -15vw;
        right: -15vw
    }
}

.owl-text-nav .owl-nav>div {
    margin-top: -30px;
    position: absolute;
    right: 10px;
    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 {
        font-size: 38px;
        line-height: 1;
        max-width: 5em
    }
}

.small-gallery-carousel a {
    display: block;
    overflow: hidden
}

.small-gallery-carousel a img {
    opacity: .4;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.small-gallery-carousel a:hover img {
    opacity: .2;
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.small-gallery-carousel .owl-nav>div {
    opacity: 1
}

@media (min-width:768px) {
    .small-gallery-carousel .owl-nav>div {
        margin-top: -8px;
        right: 100px
    }

    .small-gallery-carousel .owl-nav>div:first-child {
        left: 100px
    }
}

.small-gallery-carousel .owl-nav>div i {
    font-size: 20px
}

@media (max-width:767px) {
    .owl-carousel .owl-nav>div.owl-next i {
        left: -35px
    }
}

@media (max-width:575px) {
    .owl-carousel .owl-nav>div i {
        left: 1px;
        padding: 2px 12px 4px 10px
    }

    .owl-carousel .owl-nav>div.owl-next i {
        left: -39px
    }
}

.owl-carousel .owl-item {
    opacity: 1;
    -webkit-transition: opacity .2s ease .1s;
    transition: opacity .2s ease .1s
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-center .owl-item {
    opacity: 1
}

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
    outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.slides {
    list-style: none;
    margin: 0;
    padding: 0;

}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    -webkit-backface-visibility: hidden;
    display: none
}

.flexslider .slides img {
    display: block;
    width: 100%;
        height: 920px;
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    clear: both;
    content: "\0020";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0 0;
    position: relative;
    zoom: 1
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.flex-direction-nav a {
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 40px;
    margin: -20px 0 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    width: 40px;
    z-index: 10;
    display: none;
}

.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 {
    cursor: default;
    opacity: 0
}

.flex-direction-nav a:before {
    color: #fff;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 20px;
    left: 12px;
    position: absolute;
    top: 5px
}

.flex-direction-nav a.flex-next:before {
    content: "\f105";
    left: 14px
}

.flex-pauseplay a {
    bottom: 5px;
    color: #000;
    cursor: pointer;
    display: block;
    height: 20px;
    left: 10px;
    opacity: .8;
    overflow: hidden;
    position: absolute;
    width: 20px;
    z-index: 10;
}

.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 {
    bottom: 20px;
    color: transparent;
    font-size: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10
}

.flex-control-nav:before {
    background: #111;
    bottom: 94px;
    content: "";
    display: inline-block;
    height: 163px;
    left: 14px;
    margin-left: 19px;
    -webkit-mask: url(../img/mask/slider-dots.png) repeat center center;
    position: absolute;
    top: -173px;
    width: 2px
}

.flex-control-nav:after {
    background: #111;
    bottom: auto;
    content: "";
    display: inline-block;
    height: 163px;
    left: 14px;
    margin-left: 19px;
    -webkit-mask: url(../img/mask/slider-dots.png) repeat center center;
    position: absolute;
    top: 158px;
    width: 2px
}

.page_slider.static_layer .flex-control-nav {
    display: none
}

.flex-control-nav li {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 14px;
    text-align: center;
    zoom: 1
}

.flex-control-paging li a {
    background: 0 0;
    border: 1px solid #111;
    border-radius: 50%;
    color: #111;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    opacity: 1;
    padding: 7px 10px
}

.cs .flex-control-paging li a,
.ds .flex-control-paging li a {
    border-color: #fff
}

.flex-control-paging li a:hover {
    border-color: #bb201e;
    border-width: 2px;
    color: #bb201e;
    font-size: 19px;
    opacity: 1;
    padding: 9px 13px
}

.flex-control-paging li a.flex-active {
    border-color: #111;
    border-width: 2px;
    color: #111;
    font-size: 20px;
    opacity: 1;
    padding: 9px 13px;
    position: relative
}

.flex-control-thumbs {
    margin: 1px -1px;
    overflow: hidden;
    position: static
}

.flex-control-thumbs li {
    float: left;
    margin: 0 0 1px;
    padding: 0 0 0 1px;
    width: 25%
}

.flex-control-thumbs img {
    cursor: pointer;
    display: block;
    opacity: .7;
    width: 100%
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    cursor: default;
    opacity: 1
}

.flex-custom-nav {
    bottom: 38px;
    left: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 3
}

.flex-custom-nav .flex-control-nav {
    display: inline-block;
    position: static;
    width: auto
}

.flex-custom-nav .flex-custom-link {
    bottom: 7px;
    color: #131e25;
    font-size: 12px;
    margin: 0 8px;
    position: relative
}

.cs .flex-custom-nav .flex-custom-link,
.ds .flex-custom-nav .flex-custom-link {
    color: #fff
}

.flex-custom-nav .flex-custom-link:hover {
    color: #bb201e
}

.page_slider:hover .flex-custom-nav {
    opacity: 1
}

@media (max-width:1440px) {
    .flex-control-nav:before {
        height: 100px
    }

    .flex-control-nav:after {
        height: 100px
    }
}

@media (max-width:991px) {
    .page_slider .flexslider.flexslider-style2 .slides li.flex-slide {
        min-height: 600px
    }
}

@media (max-width:575px) {
    .flexslider .slides img {
        display: none
    }

    .page_slider .flexslider .slides li.flex-slide {
        min-height: 420px
    }
}

@media (max-width:479px) {
    .page_slider .flexslider.flexslider-style2 .slides li.flex-slide {
        min-height: 700px
    }

    .page_slider .flexslider .slides li.flex-slide {
        min-height: 460px
    }

    .page_slider .flexslider .intro_layer a.btn {
        left: 5px;
        position: relative
    }
}

.pswp {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: absolute;
    -webkit-text-size-adjust: 100%;
    top: 0;
    touch-action: none;
    width: 100%;
    z-index: 1500
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    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 {
    -webkit-backface-visibility: hidden;
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    will-change: opacity
}

.pswp__scroll-wrap {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.pswp__container,
.pswp__zoom-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    touch-action: none
}

.pswp__container,
.pswp__img {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__zoom-wrap {
    position: absolute;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    width: 100%
}

.pswp__bg {
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.pswp__img {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: auto
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    height: auto !important;
    left: 0;
    top: 0;
    width: 100% !important
}

.pswp__error-msg {
    color: #ccc;
    font-size: 14px;
    left: 0;
    line-height: 16px;
    margin-top: -8px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    float: right;
    height: 44px;
    margin: 0;
    opacity: .75;
    overflow: visible;
    padding: 0;
    position: relative;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    width: 44px
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    opacity: .9;
    outline: 0
}

.pswp__button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../img/photoswipe/default-skin.html) 0 0 no-repeat;
    background-size: 264px 88px;
    height: 44px;
    width: 44px
}

@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-2.html)
    }

    .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 {
    background-position: -88px 0;
    display: none
}

.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 {
    background: 0 0;
    height: 100px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 70px
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background-color: rgba(0, 0, 0, .3);
    content: "";
    height: 30px;
    position: absolute;
    top: 35px;
    width: 32px
}

.pswp__button--arrow--left:before {
    background-position: -138px -44px;
    left: 6px
}

.pswp__button--arrow--right:before {
    background-position: -94px -44px;
    right: 6px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    -webkit-backface-visibility: hidden;
    background: rgba(0, 0, 0, .5);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    width: 100%;
    will-change: opacity;
    z-index: 1600
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    -webkit-backface-visibility: hidden;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    display: block;
    position: absolute;
    right: 44px;
    top: 56px;
    -ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    width: auto;
    will-change: transform;
    z-index: 1620
}

.pswp__share-tooltip a {
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 12px;
    text-decoration: none
}

.pswp__share-tooltip a:hover {
    color: #000;
    text-decoration: none
}

.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 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    border: 6px solid transparent;
    border-bottom-color: #fff;
    content: "";
    display: block;
    height: 0;
    -moz-pointer-events: none;
    pointer-events: none;
    -webkit-pointer-events: none;
    position: absolute;
    right: 15px;
    top: -12px;
    width: 0
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    color: #fff;
    font-size: 13px;
    height: 44px;
    left: 0;
    line-height: 44px;
    opacity: .75;
    padding: 0 10px;
    position: absolute;
    top: 0
}

.pswp__caption {
    bottom: 0;
    left: 0;
    min-height: 44px;
    position: absolute;
    width: 100%
}

.pswp__caption small {
    color: #bbb;
    font-size: 11px
}

.pswp__caption__center {
    color: #ccc;
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 420px;
    padding: 10px;
    text-align: left
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    direction: ltr;
    height: 44px;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    width: 44px;
    will-change: opacity
}

.pswp__preloader__icn {
    height: 20px;
    margin: 12px;
    width: 20px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../img/photoswipe/preloader.html) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    height: 14px;
    left: 15px;
    margin: 0;
    opacity: .75;
    position: absolute;
    top: 15px;
    width: 14px
}

.pswp--css_animation .pswp__preloader__cut {
    height: 14px;
    overflow: hidden;
    position: relative;
    width: 7px
}

.pswp--css_animation .pswp__preloader__donut {
    background: 0 0;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    height: 14px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 14px
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        float: right;
        left: auto;
        margin: 0;
        position: relative;
        top: auto
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    opacity: 1;
    visibility: visible;
    z-index: 1550
}

.pswp__top-bar {
    height: 44px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    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__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    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 {
    margin: auto;
    max-width: 90%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:1200px) {
    .pswp__zoom-wrap .embed-responsive {
        max-width: 50%
    }
}

.chart {
    display: inline-block;
    margin-bottom: 10px;
    min-height: 150px;
    min-width: 150px;
    position: relative;
    text-align: center
}

.chart .chart-meta {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.chart .chart-meta h4 {
    color: #131e25;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px 0 0 0;
    text-transform: capitalize
}

.percent {
    display: inline-block;
    font-family: Anton, sans-serif;
    font-size: 36px;
    font-weight: 500;
    z-index: 2
}

.percent:after {
    content: "%"
}

.angular {
    margin-top: 100px
}

.angular .chart {
    margin-top: 0
}

#timetable span {
    display: block
}

#timetable td,
#timetable th {
    font-weight: 400;
    padding: 25px 5px;
    text-align: center;
    vertical-align: middle
}

#timetable thead {
    color: #fff
}

#timetable thead th {
    border: 1px solid rgba(255, 255, 255, .15);
    border-width: 0 1px
}

#timetable tbody td,
#timetable tbody th {
    border: 1px solid #b0b6b9;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#timetable tbody .current {
    background-color: #bb201e;
    border-color: #bb201e
}

#timetable tbody .current a {
    color: #fff
}

#toTop {
    background-color: #060606;
    bottom: 0;
    color: transparent;
    display: none;
    font-size: 0;
    height: 60px;
    opacity: .7;
    overflow: hidden;
    position: fixed;
    right: 0;
    text-decoration: none;
    width: 60px;
    z-index: 1000
}

#toTop:after {
    bottom: 0;
    color: #fff;
    content: "\f106";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    left: 0;
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

#toTop:hover,
#toTopHover {
    bottom: 3px;
    opacity: 1
}

#toTop:hover:after {
    color: #fff
}

#toTop:active,
#toTop:focus {
    outline: medium none
}

.modal-open #toTop {
    visibility: hidden
}

#comingsoon-countdown {
    text-align: center
}

#comingsoon-countdown:after,
#comingsoon-countdown:before {
    clear: both;
    content: " ";
    display: table
}

.countdown-rtl {
    direction: rtl
}

.countdown-row {
    clear: both;
    display: table;
    margin: auto;
    padding: 20px 0;
    text-align: center
}

.countdown-section {
    border-left: 1px solid rgba(255, 255, 255, .15);
    display: table-cell;
    padding: 10px 30px 20px;
    text-align: center
}

.countdown-section:first-child {
    border-left-width: 0
}

.countdown-amount {
    color: #bb201e;
    font-size: 80px;
    font-weight: 700;
    line-height: 1
}

.countdown-period {
    color: #131e25;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
    min-width: 11em;
    text-transform: uppercase
}

.countdown-descr {
    display: block
}

@media (max-width:991px) {
    .countdown-section {
        padding: 10px
    }
}

@media (max-width:767px) {
    .countdown-section {
        padding: 20px 8px 0
    }

    .countdown-amount {
        font-size: 40px
    }

    .countdown-period {
        letter-spacing: .1em;
        min-width: 4em
    }
}

.counter-wrap.color-main {
    color: #bb201e
}

.icon-styled+h3.counter-wrap {
    margin-bottom: 18px;
    margin-top: 18px !important
}

h3.counter-wrap+p {
    padding-bottom: 26px;
    position: relative
}

.ds h3.counter-wrap+p:before {
    opacity: .2
}

.scroll-wrapper {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative
}

.scroll-wrapper>.scroll-content {
    border: none;
    box-sizing: content-box;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    overflow: scroll;
    padding: 0;
    position: relative;
    top: 0;
    width: auto
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-wrapper.scroll--rtl {
    direction: rtl
}

.scroll-element {
    box-sizing: content-box;
    display: none
}

.scroll-element div {
    box-sizing: content-box
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
    cursor: default
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scrollbar-macosx>.scroll-element,
.scrollbar-macosx>.scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-macosx>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
    display: none
}

.scrollbar-macosx>.scroll-element .scroll-bar {
    background-color: rgba(127, 127, 127, .4);
    border-radius: 1px;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar,
.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
    opacity: .7
}

.scrollbar-macosx>.scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}

.scrollbar-macosx>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.firefox-on-macos {
    overflow: scroll !important
}

.firefox-on-macos.scroll-wrapper>.scroll-content {
    overflow: auto
}

.c-gutter-175 [class*=col-],
.row.c-gutter-175>[class*=col-] {
    padding-left: 88px;
    padding-right: 87px
}

.c-gutter-160 [class*=col-],
.row.c-gutter-160>[class*=col-] {
    padding-left: 80px;
    padding-right: 80px
}

.c-gutter-150 [class*=col-],
.row.c-gutter-150>[class*=col-] {
    padding-left: 75px;
    padding-right: 75px
}

.c-gutter-140 [class*=col-],
.row.c-gutter-140>[class*=col-] {
    padding-left: 70px;
    padding-right: 70px
}

.c-gutter-135 [class*=col-],
.row.c-gutter-135>[class*=col-] {
    padding-left: 68px;
    padding-right: 67px
}

.c-gutter-120 [class*=col-],
.row.c-gutter-120>[class*=col-] {
    padding-left: 60px;
    padding-right: 60px
}

.c-gutter-110 [class*=col-],
.row.c-gutter-110>[class*=col-] {
    padding-left: 55px;
    padding-right: 55px
}

.c-gutter-100 [class*=col-],
.row.c-gutter-100>[class*=col-] {
    padding-left: 50px;
    padding-right: 50px
}

.c-gutter-80 [class*=col-],
.row.c-gutter-80>[class*=col-] {
    padding-left: 40px;
    padding-right: 40px
}

.c-gutter-75 [class*=col-],
.row.c-gutter-75>[class*=col-] {
    padding-left: 38px;
    padding-right: 37px
}

.c-gutter-60 [class*=col-],
.row.c-gutter-60>[class*=col-] {
    padding-left: 30px;
    padding-right: 30px
}

.c-gutter-50 [class*=col-],
.row.c-gutter-50>[class*=col-] {
    padding-left: 25px;
    padding-right: 25px
}

.c-gutter-46 [class*=col-],
.row.c-gutter-46>[class*=col-] {
    padding-left: 23px;
    padding-right: 23px
}

.c-gutter-40 [class*=col-],
.row.c-gutter-40>[class*=col-] {
    padding-left: 20px;
    padding-right: 20px
}

.c-gutter-30 [class*=col-],
.row.c-gutter-30>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px
}

.c-gutter-25 [class*=col-],
.row.c-gutter-25>[class*=col-] {
    padding-left: 13px;
    padding-right: 12px
}

.c-gutter-20 [class*=col-],
.row.c-gutter-20>[class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.c-gutter-15 [class*=col-],
.row.c-gutter-15>[class*=col-] {
    padding-left: 8px;
    padding-right: 7px
}

.c-gutter-10 [class*=col-],
.row.c-gutter-10>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.c-gutter-8 [class*=col-],
.row.c-gutter-8>[class*=col-] {
    padding-left: 4px;
    padding-right: 4px
}

.c-gutter-5 [class*=col-],
.row.c-gutter-5>[class*=col-] {
    padding-left: 3px;
    padding-right: 2px
}

.c-gutter-4 [class*=col-],
.row.c-gutter-4>[class*=col-] {
    padding-left: 2px;
    padding-right: 2px
}

.c-gutter-2 [class*=col-],
.row.c-gutter-2>[class*=col-] {
    padding-left: 1px;
    padding-right: 1px
}

.c-gutter-1 [class*=col-],
.row.c-gutter-1>[class*=col-] {
    padding-left: 1px;
    padding-right: 0
}

.c-gutter-0 [class*=col-],
.row.c-gutter-0>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.c-gutter-175 .row,
div.row.c-gutter-175 {
    margin-left: -88px;
    margin-right: -87px
}

.c-gutter-160 .row,
div.row.c-gutter-160 {
    margin-left: -80px;
    margin-right: -80px
}

.c-gutter-150 .row,
div.row.c-gutter-150 {
    margin-left: -75px;
    margin-right: -75px
}

.c-gutter-140 .row,
div.row.c-gutter-140 {
    margin-left: -70px;
    margin-right: -70px
}

.c-gutter-135 .row,
div.row.c-gutter-135 {
    margin-left: -68px;
    margin-right: -67px
}

.c-gutter-120 .row,
div.row.c-gutter-120 {
    margin-left: -60px;
    margin-right: -60px
}

.c-gutter-110 .row,
div.row.c-gutter-110 {
    margin-left: -55px;
    margin-right: -55px
}

.c-gutter-100 .row,
div.row.c-gutter-100 {
    margin-left: -50px;
    margin-right: -50px
}

.c-gutter-80 .row,
div.row.c-gutter-80 {
    margin-left: -40px;
    margin-right: -40px
}

.c-gutter-75 .row,
div.row.c-gutter-75 {
    margin-left: -38px;
    margin-right: -37px
}

.c-gutter-60 .row,
div.row.c-gutter-60 {
    margin-left: -30px;
    margin-right: -30px
}

.c-gutter-50 .row,
div.row.c-gutter-50 {
    margin-left: -25px;
    margin-right: -25px
}

.c-gutter-46 .row,
div.row.c-gutter-46 {
    margin-left: -23px;
    margin-right: -23px
}

.c-gutter-40 .row,
div.row.c-gutter-40 {
    margin-left: -20px;
    margin-right: -20px
}

.c-gutter-30 .row,
div.row.c-gutter-30 {
    margin-left: -15px;
    margin-right: -15px
}

.c-gutter-25 .row,
div.row.c-gutter-25 {
    margin-left: -13px;
    margin-right: -12px
}

.c-gutter-20 .row,
div.row.c-gutter-20 {
    margin-left: -10px;
    margin-right: -10px
}

.c-gutter-15 .row,
div.row.c-gutter-15 {
    margin-left: -8px;
    margin-right: -7px
}

.c-gutter-10 .row,
div.row.c-gutter-10 {
    margin-left: -5px;
    margin-right: -5px
}

.c-gutter-8 .row,
div.row.c-gutter-8 {
    margin-left: -4px;
    margin-right: -4px
}

.c-gutter-5 .row,
div.row.c-gutter-5 {
    margin-left: -3px;
    margin-right: -2px
}

.c-gutter-4 .row,
div.row.c-gutter-4 {
    margin-left: -2px;
    margin-right: -2px
}

.c-gutter-2 .row,
div.row.c-gutter-2 {
    margin-left: -1px;
    margin-right: -1px
}

.c-gutter-1 .row,
div.row.c-gutter-1 {
    margin-left: -1px;
    margin-right: 0
}

.c-gutter-0 .row,
div.row.c-gutter-0 {
    margin-left: 0;
    margin-right: 0
}

.container-px-0 [class*=container] {
    padding-left: 0;
    padding-right: 0
}

.container-px-1 [class*=container] {
    padding-left: 1px;
    padding-right: 1px
}

.container-px-2 [class*=container] {
    padding-left: 2px;
    padding-right: 2px
}

.container-px-5 [class*=container] {
    padding-left: 5px;
    padding-right: 5px
}

.container-px-10 [class*=container] {
    padding-left: 10px;
    padding-right: 10px
}

.container-px-20 [class*=container] {
    padding-left: 20px;
    padding-right: 20px
}

.container-px-30 [class*=container] {
    padding-left: 30px;
    padding-right: 30px
}

.container-px-50 [class*=container] {
    padding-left: 50px;
    padding-right: 50px
}

.container-px-60 [class*=container] {
    padding-left: 60px;
    padding-right: 60px
}

.container-px-80 [class*=container] {
    padding-left: 80px;
    padding-right: 80px
}

.width-0 {
    width: 0%
}

.width-1 {
    width: 1%
}

.width-2 {
    width: 2%
}

.width-5 {
    width: 5%
}

.width-10 {
    width: 10%
}

.width-20 {
    width: 20%
}

.width-30 {
    width: 30%
}

.width-50 {
    width: 50%
}

.width-60 {
    width: 60%
}

.width-80 {
    width: 80%
}

@media (min-width:576px) {
    .width-sm-0 {
        width: 0%
    }

    .width-sm-1 {
        width: 1%
    }

    .width-sm-2 {
        width: 2%
    }

    .width-sm-5 {
        width: 5%
    }

    .width-sm-10 {
        width: 10%
    }

    .width-sm-20 {
        width: 20%
    }

    .width-sm-30 {
        width: 30%
    }

    .width-sm-50 {
        width: 50%
    }

    .width-sm-60 {
        width: 60%
    }

    .width-sm-80 {
        width: 80%
    }
}

@media (min-width:768px) {
    .width-md-0 {
        width: 0%
    }

    .width-md-1 {
        width: 1%
    }

    .width-md-2 {
        width: 2%
    }

    .width-md-5 {
        width: 5%
    }

    .width-md-10 {
        width: 10%
    }

    .width-md-20 {
        width: 20%
    }

    .width-md-30 {
        width: 30%
    }

    .width-md-50 {
        width: 50%
    }

    .width-md-60 {
        width: 60%
    }

    .width-md-80 {
        width: 80%
    }
}

@media (min-width:992px) {
    .width-lg-0 {
        width: 0%
    }

    .width-lg-1 {
        width: 1%
    }

    .width-lg-2 {
        width: 2%
    }

    .width-lg-5 {
        width: 5%
    }

    .width-lg-10 {
        width: 10%
    }

    .width-lg-20 {
        width: 20%
    }

    .width-lg-30 {
        width: 30%
    }

    .width-lg-50 {
        width: 50%
    }

    .width-lg-60 {
        width: 60%
    }

    .width-lg-80 {
        width: 80%
    }
}

@media (min-width:1200px) {
    .width-xl-0 {
        width: 0%
    }

    .width-xl-1 {
        width: 1%
    }

    .width-xl-2 {
        width: 2%
    }

    .width-xl-5 {
        width: 5%
    }

    .width-xl-10 {
        width: 10%
    }

    .width-xl-20 {
        width: 20%
    }

    .width-xl-30 {
        width: 30%
    }

    .width-xl-50 {
        width: 50%
    }

    .width-xl-60 {
        width: 60%
    }

    .width-xl-80 {
        width: 80%
    }
}

.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-40>[class*=container] {
    padding-top: 40px
}

.s-pt-45>[class*=container] {
    padding-top: 45px
}

.s-pt-50>[class*=container] {
    padding-top: 50px
}

.s-pt-59>[class*=container] {
    padding-top: 59px
}

.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-77>[class*=container] {
    padding-top: 77px
}

.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-96>[class*=container] {
    padding-top: 96px
}

.s-pt-98>[class*=container] {
    padding-top: 98px
}

.s-pt-100>[class*=container] {
    padding-top: 100px
}

.s-pt-110>[class*=container] {
    padding-top: 110px
}

.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-141>[class*=container] {
    padding-top: 141px
}

.s-pt-150>[class*=container] {
    padding-top: 150px
}

.s-pt-160>[class*=container] {
    padding-top: 160px
}

.s-pt-175>[class*=container] {
    padding-top: 175px
}

.s-pt-190>[class*=container] {
    padding-top: 190px
}

.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-40>[class*=container] {
    padding-bottom: 40px
}

.s-pb-45>[class*=container] {
    padding-bottom: 45px
}

.s-pb-50>[class*=container] {
    padding-bottom: 50px
}

.s-pb-59>[class*=container] {
    padding-bottom: 59px
}

.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-77>[class*=container] {
    padding-bottom: 77px
}

.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-96>[class*=container] {
    padding-bottom: 96px
}

.s-pb-98>[class*=container] {
    padding-bottom: 98px
}

.s-pb-100>[class*=container] {
    padding-bottom: 100px
}

.s-pb-110>[class*=container] {
    padding-bottom: 110px
}

.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-141>[class*=container] {
    padding-bottom: 141px
}

.s-pb-150>[class*=container] {
    padding-bottom: 150px
}

.s-pb-160>[class*=container] {
    padding-bottom: 160px
}

.s-pb-175>[class*=container] {
    padding-bottom: 175px
}

.s-pb-190>[class*=container] {
    padding-bottom: 190px
}

.s-py-0>[class*=container] {
    padding-bottom: 0;
    padding-top: 0
}

.s-py-1>[class*=container] {
    padding-bottom: 1px;
    padding-top: 1px
}

.s-py-2>[class*=container] {
    padding-bottom: 2px;
    padding-top: 2px
}

.s-py-3>[class*=container] {
    padding-bottom: 3px;
    padding-top: 3px
}

.s-py-5>[class*=container] {
    padding-bottom: 5px;
    padding-top: 5px
}

.s-py-10>[class*=container] {
    padding-bottom: 10px;
    padding-top: 10px
}

.s-py-15>[class*=container] {
    padding-bottom: 15px;
    padding-top: 15px
}

.s-py-20>[class*=container] {
    padding-bottom: 20px;
    padding-top: 20px
}

.s-py-25>[class*=container] {
    padding-bottom: 25px;
    padding-top: 25px
}

.s-py-30>[class*=container] {
    padding-bottom: 30px;
    padding-top: 30px
}

.s-py-40>[class*=container] {
    padding-bottom: 40px;
    padding-top: 40px
}

.s-py-45>[class*=container] {
    padding-bottom: 45px;
    padding-top: 45px
}

.s-py-50>[class*=container] {
    padding-bottom: 50px;
    padding-top: 50px
}

.s-py-59>[class*=container] {
    padding-bottom: 59px;
    padding-top: 59px
}

.s-py-60>[class*=container] {
    padding-bottom: 60px;
    padding-top: 60px
}

.s-py-65>[class*=container] {
    padding-bottom: 65px;
    padding-top: 65px
}

.s-py-70>[class*=container] {
    padding-bottom: 70px;
    padding-top: 70px
}

.s-py-75>[class*=container] {
    padding-bottom: 75px;
    padding-top: 75px
}

.s-py-77>[class*=container] {
    padding-bottom: 77px;
    padding-top: 77px
}

.s-py-80>[class*=container] {
    padding-bottom: 80px;
    padding-top: 80px
}

.s-py-85>[class*=container] {
    padding-bottom: 85px;
    padding-top: 85px
}

.s-py-90>[class*=container] {
    padding-bottom: 90px;
    padding-top: 90px
}

.s-py-96>[class*=container] {
    padding-bottom: 96px;
    padding-top: 96px
}

.s-py-98>[class*=container] {
    padding-bottom: 98px;
    padding-top: 98px
}

.s-py-100>[class*=container] {
    padding-bottom: 100px;
    padding-top: 100px
}

.s-py-110>[class*=container] {
    padding-bottom: 110px;
    padding-top: 110px
}

.s-py-125>[class*=container] {
    padding-bottom: 125px;
    padding-top: 125px
}

.s-py-130>[class*=container] {
    padding-bottom: 130px;
    padding-top: 130px
}

.s-py-135>[class*=container] {
    padding-bottom: 135px;
    padding-top: 135px
}

.s-py-140>[class*=container] {
    padding-bottom: 140px;
    padding-top: 140px
}

.s-py-141>[class*=container] {
    padding-bottom: 141px;
    padding-top: 141px
}

.s-py-150>[class*=container] {
    padding-bottom: 150px;
    padding-top: 150px
}

.s-py-160>[class*=container] {
    padding-bottom: 160px;
    padding-top: 160px
}

.s-py-175>[class*=container] {
    padding-bottom: 175px;
    padding-top: 175px
}

.s-py-190>[class*=container] {
    padding-bottom: 190px;
    padding-top: 190px
}

@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-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-59>[class*=container] {
        padding-top: 59px
    }

    .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-77>[class*=container] {
        padding-top: 77px
    }

    .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-96>[class*=container] {
        padding-top: 96px
    }

    .s-pt-sm-98>[class*=container] {
        padding-top: 98px
    }

    .s-pt-sm-100>[class*=container] {
        padding-top: 100px
    }

    .s-pt-sm-110>[class*=container] {
        padding-top: 110px
    }

    .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-141>[class*=container] {
        padding-top: 141px
    }

    .s-pt-sm-150>[class*=container] {
        padding-top: 150px
    }

    .s-pt-sm-160>[class*=container] {
        padding-top: 160px
    }

    .s-pt-sm-175>[class*=container] {
        padding-top: 175px
    }

    .s-pt-sm-190>[class*=container] {
        padding-top: 190px
    }

    .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-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-59>[class*=container] {
        padding-bottom: 59px
    }

    .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-77>[class*=container] {
        padding-bottom: 77px
    }

    .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-96>[class*=container] {
        padding-bottom: 96px
    }

    .s-pb-sm-98>[class*=container] {
        padding-bottom: 98px
    }

    .s-pb-sm-100>[class*=container] {
        padding-bottom: 100px
    }

    .s-pb-sm-110>[class*=container] {
        padding-bottom: 110px
    }

    .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-141>[class*=container] {
        padding-bottom: 141px
    }

    .s-pb-sm-150>[class*=container] {
        padding-bottom: 150px
    }

    .s-pb-sm-160>[class*=container] {
        padding-bottom: 160px
    }

    .s-pb-sm-175>[class*=container] {
        padding-bottom: 175px
    }

    .s-pb-sm-190>[class*=container] {
        padding-bottom: 190px
    }

    .s-py-sm-0>[class*=container] {
        padding-bottom: 0;
        padding-top: 0
    }

    .s-py-sm-1>[class*=container] {
        padding-bottom: 1px;
        padding-top: 1px
    }

    .s-py-sm-2>[class*=container] {
        padding-bottom: 2px;
        padding-top: 2px
    }

    .s-py-sm-3>[class*=container] {
        padding-bottom: 3px;
        padding-top: 3px
    }

    .s-py-sm-5>[class*=container] {
        padding-bottom: 5px;
        padding-top: 5px
    }

    .s-py-sm-10>[class*=container] {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .s-py-sm-15>[class*=container] {
        padding-bottom: 15px;
        padding-top: 15px
    }

    .s-py-sm-20>[class*=container] {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .s-py-sm-25>[class*=container] {
        padding-bottom: 25px;
        padding-top: 25px
    }

    .s-py-sm-30>[class*=container] {
        padding-bottom: 30px;
        padding-top: 30px
    }

    .s-py-sm-40>[class*=container] {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .s-py-sm-45>[class*=container] {
        padding-bottom: 45px;
        padding-top: 45px
    }

    .s-py-sm-50>[class*=container] {
        padding-bottom: 50px;
        padding-top: 50px
    }

    .s-py-sm-59>[class*=container] {
        padding-bottom: 59px;
        padding-top: 59px
    }

    .s-py-sm-60>[class*=container] {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .s-py-sm-65>[class*=container] {
        padding-bottom: 65px;
        padding-top: 65px
    }

    .s-py-sm-70>[class*=container] {
        padding-bottom: 70px;
        padding-top: 70px
    }

    .s-py-sm-75>[class*=container] {
        padding-bottom: 75px;
        padding-top: 75px
    }

    .s-py-sm-77>[class*=container] {
        padding-bottom: 77px;
        padding-top: 77px
    }

    .s-py-sm-80>[class*=container] {
        padding-bottom: 80px;
        padding-top: 80px
    }

    .s-py-sm-85>[class*=container] {
        padding-bottom: 85px;
        padding-top: 85px
    }

    .s-py-sm-90>[class*=container] {
        padding-bottom: 90px;
        padding-top: 90px
    }

    .s-py-sm-96>[class*=container] {
        padding-bottom: 96px;
        padding-top: 96px
    }

    .s-py-sm-98>[class*=container] {
        padding-bottom: 98px;
        padding-top: 98px
    }

    .s-py-sm-100>[class*=container] {
        padding-bottom: 100px;
        padding-top: 100px
    }

    .s-py-sm-110>[class*=container] {
        padding-bottom: 110px;
        padding-top: 110px
    }

    .s-py-sm-125>[class*=container] {
        padding-bottom: 125px;
        padding-top: 125px
    }

    .s-py-sm-130>[class*=container] {
        padding-bottom: 130px;
        padding-top: 130px
    }

    .s-py-sm-135>[class*=container] {
        padding-bottom: 135px;
        padding-top: 135px
    }

    .s-py-sm-140>[class*=container] {
        padding-bottom: 140px;
        padding-top: 140px
    }

    .s-py-sm-141>[class*=container] {
        padding-bottom: 141px;
        padding-top: 141px
    }

    .s-py-sm-150>[class*=container] {
        padding-bottom: 150px;
        padding-top: 150px
    }

    .s-py-sm-160>[class*=container] {
        padding-bottom: 160px;
        padding-top: 160px
    }

    .s-py-sm-175>[class*=container] {
        padding-bottom: 175px;
        padding-top: 175px
    }

    .s-py-sm-190>[class*=container] {
        padding-bottom: 190px;
        padding-top: 190px
    }
}

@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-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-59>[class*=container] {
        padding-top: 59px
    }

    .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-77>[class*=container] {
        padding-top: 77px
    }

    .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-96>[class*=container] {
        padding-top: 96px
    }

    .s-pt-md-98>[class*=container] {
        padding-top: 98px
    }

    .s-pt-md-100>[class*=container] {
        padding-top: 100px
    }

    .s-pt-md-110>[class*=container] {
        padding-top: 110px
    }

    .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-141>[class*=container] {
        padding-top: 141px
    }

    .s-pt-md-150>[class*=container] {
        padding-top: 150px
    }

    .s-pt-md-160>[class*=container] {
        padding-top: 160px
    }

    .s-pt-md-175>[class*=container] {
        padding-top: 175px
    }

    .s-pt-md-190>[class*=container] {
        padding-top: 190px
    }

    .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-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-59>[class*=container] {
        padding-bottom: 59px
    }

    .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-77>[class*=container] {
        padding-bottom: 77px
    }

    .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-96>[class*=container] {
        padding-bottom: 96px
    }

    .s-pb-md-98>[class*=container] {
        padding-bottom: 98px
    }

    .s-pb-md-100>[class*=container] {
        padding-bottom: 100px
    }

    .s-pb-md-110>[class*=container] {
        padding-bottom: 110px
    }

    .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-141>[class*=container] {
        padding-bottom: 141px
    }

    .s-pb-md-150>[class*=container] {
        padding-bottom: 150px
    }

    .s-pb-md-160>[class*=container] {
        padding-bottom: 160px
    }

    .s-pb-md-175>[class*=container] {
        padding-bottom: 175px
    }

    .s-pb-md-190>[class*=container] {
        padding-bottom: 190px
    }

    .s-py-md-0>[class*=container] {
        padding-bottom: 0;
        padding-top: 0
    }

    .s-py-md-1>[class*=container] {
        padding-bottom: 1px;
        padding-top: 1px
    }

    .s-py-md-2>[class*=container] {
        padding-bottom: 2px;
        padding-top: 2px
    }

    .s-py-md-3>[class*=container] {
        padding-bottom: 3px;
        padding-top: 3px
    }

    .s-py-md-5>[class*=container] {
        padding-bottom: 5px;
        padding-top: 5px
    }

    .s-py-md-10>[class*=container] {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .s-py-md-15>[class*=container] {
        padding-bottom: 15px;
        padding-top: 15px
    }

    .s-py-md-20>[class*=container] {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .s-py-md-25>[class*=container] {
        padding-bottom: 25px;
        padding-top: 25px
    }

    .s-py-md-30>[class*=container] {
        padding-bottom: 30px;
        padding-top: 30px
    }

    .s-py-md-40>[class*=container] {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .s-py-md-45>[class*=container] {
        padding-bottom: 45px;
        padding-top: 45px
    }

    .s-py-md-50>[class*=container] {
        padding-bottom: 50px;
        padding-top: 50px
    }

    .s-py-md-59>[class*=container] {
        padding-bottom: 59px;
        padding-top: 59px
    }

    .s-py-md-60>[class*=container] {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .s-py-md-65>[class*=container] {
        padding-bottom: 65px;
        padding-top: 65px
    }

    .s-py-md-70>[class*=container] {
        padding-bottom: 70px;
        padding-top: 70px
    }

    .s-py-md-75>[class*=container] {
        padding-bottom: 75px;
        padding-top: 75px
    }

    .s-py-md-77>[class*=container] {
        padding-bottom: 77px;
        padding-top: 77px
    }

    .s-py-md-80>[class*=container] {
        padding-bottom: 80px;
        padding-top: 80px
    }

    .s-py-md-85>[class*=container] {
        padding-bottom: 85px;
        padding-top: 85px
    }

    .s-py-md-90>[class*=container] {
        padding-bottom: 90px;
        padding-top: 90px
    }

    .s-py-md-96>[class*=container] {
        padding-bottom: 96px;
        padding-top: 96px
    }

    .s-py-md-98>[class*=container] {
        padding-bottom: 98px;
        padding-top: 98px
    }

    .s-py-md-100>[class*=container] {
        padding-bottom: 100px;
        padding-top: 100px
    }

    .s-py-md-110>[class*=container] {
        padding-bottom: 110px;
        padding-top: 110px
    }

    .s-py-md-125>[class*=container] {
        padding-bottom: 125px;
        padding-top: 125px
    }

    .s-py-md-130>[class*=container] {
        padding-bottom: 130px;
        padding-top: 130px
    }

    .s-py-md-135>[class*=container] {
        padding-bottom: 135px;
        padding-top: 135px
    }

    .s-py-md-140>[class*=container] {
        padding-bottom: 140px;
        padding-top: 140px
    }

    .s-py-md-141>[class*=container] {
        padding-bottom: 141px;
        padding-top: 141px
    }

    .s-py-md-150>[class*=container] {
        padding-bottom: 150px;
        padding-top: 150px
    }

    .s-py-md-160>[class*=container] {
        padding-bottom: 160px;
        padding-top: 160px
    }

    .s-py-md-175>[class*=container] {
        padding-bottom: 175px;
        padding-top: 175px
    }

    .s-py-md-190>[class*=container] {
        padding-bottom: 190px;
        padding-top: 190px
    }
}

@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-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-59>[class*=container] {
        padding-top: 59px
    }

    .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-77>[class*=container] {
        padding-top: 77px
    }

    .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-96>[class*=container] {
        padding-top: 96px
    }

    .s-pt-lg-98>[class*=container] {
        padding-top: 98px
    }

    .s-pt-lg-100>[class*=container] {
        padding-top: 100px
    }

    .s-pt-lg-110>[class*=container] {
        padding-top: 110px
    }

    .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-141>[class*=container] {
        padding-top: 141px
    }

    .s-pt-lg-150>[class*=container] {
        padding-top: 150px
    }

    .s-pt-lg-160>[class*=container] {
        padding-top: 160px
    }

    .s-pt-lg-175>[class*=container] {
        padding-top: 175px
    }

    .s-pt-lg-190>[class*=container] {
        padding-top: 190px
    }

    .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-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-59>[class*=container] {
        padding-bottom: 59px
    }

    .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-77>[class*=container] {
        padding-bottom: 77px
    }

    .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-96>[class*=container] {
        padding-bottom: 96px
    }

    .s-pb-lg-98>[class*=container] {
        padding-bottom: 98px
    }

    .s-pb-lg-100>[class*=container] {
        padding-bottom: 100px
    }

    .s-pb-lg-110>[class*=container] {
        padding-bottom: 110px
    }

    .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-141>[class*=container] {
        padding-bottom: 141px
    }

    .s-pb-lg-150>[class*=container] {
        padding-bottom: 150px
    }

    .s-pb-lg-160>[class*=container] {
        padding-bottom: 160px
    }

    .s-pb-lg-175>[class*=container] {
        padding-bottom: 175px
    }

    .s-pb-lg-190>[class*=container] {
        padding-bottom: 190px
    }

    .s-py-lg-0>[class*=container] {
        padding-bottom: 0;
        padding-top: 0
    }

    .s-py-lg-1>[class*=container] {
        padding-bottom: 1px;
        padding-top: 1px
    }

    .s-py-lg-2>[class*=container] {
        padding-bottom: 2px;
        padding-top: 2px
    }

    .s-py-lg-3>[class*=container] {
        padding-bottom: 3px;
        padding-top: 3px
    }

    .s-py-lg-5>[class*=container] {
        padding-bottom: 5px;
        padding-top: 5px
    }

    .s-py-lg-10>[class*=container] {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .s-py-lg-15>[class*=container] {
        padding-bottom: 15px;
        padding-top: 15px
    }

    .s-py-lg-20>[class*=container] {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .s-py-lg-25>[class*=container] {
        padding-bottom: 25px;
        padding-top: 25px
    }

    .s-py-lg-30>[class*=container] {
        padding-bottom: 30px;
        padding-top: 30px
    }

    .s-py-lg-40>[class*=container] {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .s-py-lg-45>[class*=container] {
        padding-bottom: 45px;
        padding-top: 45px
    }

    .s-py-lg-50>[class*=container] {
        padding-bottom: 50px;
        padding-top: 50px
    }

    .s-py-lg-59>[class*=container] {
        padding-bottom: 59px;
        padding-top: 59px
    }

    .s-py-lg-60>[class*=container] {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .s-py-lg-65>[class*=container] {
        padding-bottom: 65px;
        padding-top: 65px
    }

    .s-py-lg-70>[class*=container] {
        padding-bottom: 70px;
        padding-top: 70px
    }

    .s-py-lg-75>[class*=container] {
        padding-bottom: 75px;
        padding-top: 75px
    }

    .s-py-lg-77>[class*=container] {
        padding-bottom: 77px;
        padding-top: 77px
    }

    .s-py-lg-80>[class*=container] {
        padding-bottom: 80px;
        padding-top: 80px
    }

    .s-py-lg-85>[class*=container] {
        padding-bottom: 85px;
        padding-top: 85px
    }

    .s-py-lg-90>[class*=container] {
        padding-bottom: 90px;
        padding-top: 90px
    }

    .s-py-lg-96>[class*=container] {
        padding-bottom: 96px;
        padding-top: 96px
    }

    .s-py-lg-98>[class*=container] {
        padding-bottom: 98px;
        padding-top: 98px
    }

    .s-py-lg-100>[class*=container] {
        padding-bottom: 100px;
        padding-top: 100px
    }

    .s-py-lg-110>[class*=container] {
        padding-bottom: 110px;
        padding-top: 110px
    }

    .s-py-lg-125>[class*=container] {
        padding-bottom: 125px;
        padding-top: 125px
    }

    .s-py-lg-130>[class*=container] {
        padding-bottom: 130px;
        padding-top: 130px
    }

    .s-py-lg-135>[class*=container] {
        padding-bottom: 135px;
        padding-top: 135px
    }

    .s-py-lg-140>[class*=container] {
        padding-bottom: 140px;
        padding-top: 140px
    }

    .s-py-lg-141>[class*=container] {
        padding-bottom: 141px;
        padding-top: 141px
    }

    .s-py-lg-150>[class*=container] {
        padding-bottom: 150px;
        padding-top: 150px
    }

    .s-py-lg-160>[class*=container] {
        padding-bottom: 160px;
        padding-top: 160px
    }

    .s-py-lg-175>[class*=container] {
        padding-bottom: 175px;
        padding-top: 175px
    }

    .s-py-lg-190>[class*=container] {
        padding-bottom: 190px;
        padding-top: 190px
    }
}

@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-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-59>[class*=container] {
        padding-top: 59px
    }

    .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-77>[class*=container] {
        padding-top: 77px
    }

    .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-96>[class*=container] {
        padding-top: 96px
    }

    .s-pt-xl-98>[class*=container] {
        padding-top: 98px
    }

    .s-pt-xl-100>[class*=container] {
        padding-top: 100px
    }

    .s-pt-xl-110>[class*=container] {
        padding-top: 110px
    }

    .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-141>[class*=container] {
        padding-top: 82px
    }

    .s-pt-xl-150>[class*=container] {
        padding-top: 150px
    }

    .s-pt-xl-160>[class*=container] {
        padding-top: 160px
    }

    .s-pt-xl-175>[class*=container] {
        padding-top: 175px
    }

    .s-pt-xl-190>[class*=container] {
        padding-top: 190px
    }

    .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-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-59>[class*=container] {
        padding-bottom: 59px
    }

    .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-77>[class*=container] {
        padding-bottom: 77px
    }

    .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-96>[class*=container] {
        padding-bottom: 96px
    }

    .s-pb-xl-98>[class*=container] {
        padding-bottom: 98px
    }

    .s-pb-xl-100>[class*=container] {
        padding-bottom: 100px
    }

    .s-pb-xl-110>[class*=container] {
        padding-bottom: 110px
    }

    .s-pb-xl-125>[class*=container] {
        padding-bottom: 125px
    }

    .s-pb-xl-130>[class*=container] {
        padding-bottom: 60px
    }

    .s-pb-xl-135>[class*=container] {
        padding-bottom: 135px
    }

    .s-pb-xl-140>[class*=container] {
        padding-bottom: 140px
    }

    .s-pb-xl-141>[class*=container] {
        padding-bottom: 141px
    }

    .s-pb-xl-150>[class*=container] {
        padding-bottom: 70px
    }

    .s-pb-xl-160>[class*=container] {
        padding-bottom: 160px
    }

    .s-pb-xl-175>[class*=container] {
        padding-bottom: 175px
    }

    .s-pb-xl-190>[class*=container] {
        padding-bottom: 190px
    }

    .s-py-xl-0>[class*=container] {
        padding-bottom: 0;
        padding-top: 0
    }

    .s-py-xl-1>[class*=container] {
        padding-bottom: 1px;
        padding-top: 1px
    }

    .s-py-xl-2>[class*=container] {
        padding-bottom: 2px;
        padding-top: 2px
    }

    .s-py-xl-3>[class*=container] {
        padding-bottom: 3px;
        padding-top: 3px
    }

    .s-py-xl-5>[class*=container] {
        padding-bottom: 5px;
        padding-top: 5px
    }

    .s-py-xl-10>[class*=container] {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .s-py-xl-15>[class*=container] {
        padding-bottom: 15px;
        padding-top: 15px
    }

    .s-py-xl-20>[class*=container] {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .s-py-xl-25>[class*=container] {
        padding-bottom: 25px;
        padding-top: 25px
    }

    .s-py-xl-30>[class*=container] {
        padding-bottom: 30px;
        padding-top: 30px
    }

    .s-py-xl-40>[class*=container] {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .s-py-xl-45>[class*=container] {
        padding-bottom: 45px;
        padding-top: 45px
    }

    .s-py-xl-50>[class*=container] {
        padding-bottom: 50px;
        padding-top: 50px
    }

    .s-py-xl-59>[class*=container] {
        padding-bottom: 59px;
        padding-top: 59px
    }

    .s-py-xl-60>[class*=container] {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .s-py-xl-65>[class*=container] {
        padding-bottom: 65px;
        padding-top: 65px
    }

    .s-py-xl-70>[class*=container] {
        padding-bottom: 70px;
        padding-top: 70px
    }

    .s-py-xl-75>[class*=container] {
        padding-bottom: 75px;
        padding-top: 75px
    }

    .s-py-xl-77>[class*=container] {
        padding-bottom: 77px;
        padding-top: 77px
    }

    .s-py-xl-80>[class*=container] {
        padding-bottom: 80px;
        padding-top: 80px
    }

    .s-py-xl-85>[class*=container] {
        padding-bottom: 85px;
        padding-top: 85px
    }

    .s-py-xl-90>[class*=container] {
        padding-bottom: 90px;
        padding-top: 90px
    }

    .s-py-xl-96>[class*=container] {
        padding-bottom: 96px;
        padding-top: 96px
    }

    .s-py-xl-98>[class*=container] {
        padding-bottom: 98px;
        padding-top: 98px
    }

    .s-py-xl-100>[class*=container] {
        padding-bottom: 100px;
        padding-top: 100px
    }

    .s-py-xl-110>[class*=container] {
        padding-bottom: 110px;
        padding-top: 110px
    }

    .s-py-xl-125>[class*=container] {
        padding-bottom: 125px;
        padding-top: 125px
    }

    .s-py-xl-130>[class*=container] {
        padding-bottom: 130px;
        padding-top: 130px
    }

    .s-py-xl-135>[class*=container] {
        padding-bottom: 135px;
        padding-top: 135px
    }

    .s-py-xl-140>[class*=container] {
        padding-bottom: 140px;
        padding-top: 140px
    }

    .s-py-xl-141>[class*=container] {
        padding-bottom: 141px;
        padding-top: 141px
    }

    .s-py-xl-150>[class*=container] {
        padding-bottom: 150px;
        padding-top: 150px
    }

    .s-py-xl-160>[class*=container] {
        padding-bottom: 160px;
        padding-top: 160px
    }

    .s-py-xl-175>[class*=container] {
        padding-bottom: 175px;
        padding-top: 175px
    }

    .s-py-xl-190>[class*=container] {
        padding-bottom: 190px;
        padding-top: 190px
    }
}

.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-40 [class*=col-],
.row.c-mt-40>[class*=col-] {
    margin-top: 40px
}

.c-mt-46 [class*=col-],
.row.c-mt-46>[class*=col-] {
    margin-top: 46px
}

.c-mt-50 [class*=col-],
.row.c-mt-50>[class*=col-] {
    margin-top: 50px
}

.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-40 [class*=col-],
.row.c-mb-40>[class*=col-] {
    margin-bottom: 40px
}

.c-mb-46 [class*=col-],
.row.c-mb-46>[class*=col-] {
    margin-bottom: 46px
}

.c-mb-50 [class*=col-],
.row.c-mb-50>[class*=col-] {
    margin-bottom: 50px
}

.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-bottom: 0;
    margin-top: 0
}

.c-my-1 [class*=col-],
.row.c-my-1>[class*=col-] {
    margin-bottom: 1px;
    margin-top: 1px
}

.c-my-2 [class*=col-],
.row.c-my-2>[class*=col-] {
    margin-bottom: 2px;
    margin-top: 2px
}

.c-my-5 [class*=col-],
.row.c-my-5>[class*=col-] {
    margin-bottom: 5px;
    margin-top: 5px
}

.c-my-10 [class*=col-],
.row.c-my-10>[class*=col-] {
    margin-bottom: 10px;
    margin-top: 10px
}

.c-my-15 [class*=col-],
.row.c-my-15>[class*=col-] {
    margin-bottom: 15px;
    margin-top: 15px
}

.c-my-20 [class*=col-],
.row.c-my-20>[class*=col-] {
    margin-bottom: 20px;
    margin-top: 20px
}

.c-my-25 [class*=col-],
.row.c-my-25>[class*=col-] {
    margin-bottom: 25px;
    margin-top: 25px
}

.c-my-30 [class*=col-],
.row.c-my-30>[class*=col-] {
    margin-bottom: 30px;
    margin-top: 30px
}

.c-my-40 [class*=col-],
.row.c-my-40>[class*=col-] {
    margin-bottom: 40px;
    margin-top: 40px
}

.c-my-46 [class*=col-],
.row.c-my-46>[class*=col-] {
    margin-bottom: 46px;
    margin-top: 46px
}

.c-my-50 [class*=col-],
.row.c-my-50>[class*=col-] {
    margin-bottom: 50px;
    margin-top: 50px
}

.c-my-60 [class*=col-],
.row.c-my-60>[class*=col-] {
    margin-bottom: 60px;
    margin-top: 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-40 [class*=col-],
    .row.c-mt-sm-40>[class*=col-] {
        margin-top: 40px
    }

    .c-mt-sm-46 [class*=col-],
    .row.c-mt-sm-46>[class*=col-] {
        margin-top: 46px
    }

    .c-mt-sm-50 [class*=col-],
    .row.c-mt-sm-50>[class*=col-] {
        margin-top: 50px
    }

    .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-40 [class*=col-],
    .row.c-mb-sm-40>[class*=col-] {
        margin-bottom: 40px
    }

    .c-mb-sm-46 [class*=col-],
    .row.c-mb-sm-46>[class*=col-] {
        margin-bottom: 46px
    }

    .c-mb-sm-50 [class*=col-],
    .row.c-mb-sm-50>[class*=col-] {
        margin-bottom: 50px
    }

    .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-bottom: 0;
        margin-top: 0
    }

    .c-my-sm-1 [class*=col-],
    .row.c-my-sm-1>[class*=col-] {
        margin-bottom: 1px;
        margin-top: 1px
    }

    .c-my-sm-2 [class*=col-],
    .row.c-my-sm-2>[class*=col-] {
        margin-bottom: 2px;
        margin-top: 2px
    }

    .c-my-sm-5 [class*=col-],
    .row.c-my-sm-5>[class*=col-] {
        margin-bottom: 5px;
        margin-top: 5px
    }

    .c-my-sm-10 [class*=col-],
    .row.c-my-sm-10>[class*=col-] {
        margin-bottom: 10px;
        margin-top: 10px
    }

    .c-my-sm-15 [class*=col-],
    .row.c-my-sm-15>[class*=col-] {
        margin-bottom: 15px;
        margin-top: 15px
    }

    .c-my-sm-20 [class*=col-],
    .row.c-my-sm-20>[class*=col-] {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .c-my-sm-25 [class*=col-],
    .row.c-my-sm-25>[class*=col-] {
        margin-bottom: 25px;
        margin-top: 25px
    }

    .c-my-sm-30 [class*=col-],
    .row.c-my-sm-30>[class*=col-] {
        margin-bottom: 30px;
        margin-top: 30px
    }

    .c-my-sm-40 [class*=col-],
    .row.c-my-sm-40>[class*=col-] {
        margin-bottom: 40px;
        margin-top: 40px
    }

    .c-my-sm-46 [class*=col-],
    .row.c-my-sm-46>[class*=col-] {
        margin-bottom: 46px;
        margin-top: 46px
    }

    .c-my-sm-50 [class*=col-],
    .row.c-my-sm-50>[class*=col-] {
        margin-bottom: 50px;
        margin-top: 50px
    }

    .c-my-sm-60 [class*=col-],
    .row.c-my-sm-60>[class*=col-] {
        margin-bottom: 60px;
        margin-top: 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-40 [class*=col-],
    .row.c-mt-md-40>[class*=col-] {
        margin-top: 40px
    }

    .c-mt-md-46 [class*=col-],
    .row.c-mt-md-46>[class*=col-] {
        margin-top: 46px
    }

    .c-mt-md-50 [class*=col-],
    .row.c-mt-md-50>[class*=col-] {
        margin-top: 50px
    }

    .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-40 [class*=col-],
    .row.c-mb-md-40>[class*=col-] {
        margin-bottom: 40px
    }

    .c-mb-md-46 [class*=col-],
    .row.c-mb-md-46>[class*=col-] {
        margin-bottom: 46px
    }

    .c-mb-md-50 [class*=col-],
    .row.c-mb-md-50>[class*=col-] {
        margin-bottom: 50px
    }

    .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-bottom: 0;
        margin-top: 0
    }

    .c-my-md-1 [class*=col-],
    .row.c-my-md-1>[class*=col-] {
        margin-bottom: 1px;
        margin-top: 1px
    }

    .c-my-md-2 [class*=col-],
    .row.c-my-md-2>[class*=col-] {
        margin-bottom: 2px;
        margin-top: 2px
    }

    .c-my-md-5 [class*=col-],
    .row.c-my-md-5>[class*=col-] {
        margin-bottom: 5px;
        margin-top: 5px
    }

    .c-my-md-10 [class*=col-],
    .row.c-my-md-10>[class*=col-] {
        margin-bottom: 10px;
        margin-top: 10px
    }

    .c-my-md-15 [class*=col-],
    .row.c-my-md-15>[class*=col-] {
        margin-bottom: 15px;
        margin-top: 15px
    }

    .c-my-md-20 [class*=col-],
    .row.c-my-md-20>[class*=col-] {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .c-my-md-25 [class*=col-],
    .row.c-my-md-25>[class*=col-] {
        margin-bottom: 25px;
        margin-top: 25px
    }

    .c-my-md-30 [class*=col-],
    .row.c-my-md-30>[class*=col-] {
        margin-bottom: 30px;
        margin-top: 30px
    }

    .c-my-md-40 [class*=col-],
    .row.c-my-md-40>[class*=col-] {
        margin-bottom: 40px;
        margin-top: 40px
    }

    .c-my-md-46 [class*=col-],
    .row.c-my-md-46>[class*=col-] {
        margin-bottom: 46px;
        margin-top: 46px
    }

    .c-my-md-50 [class*=col-],
    .row.c-my-md-50>[class*=col-] {
        margin-bottom: 50px;
        margin-top: 50px
    }

    .c-my-md-60 [class*=col-],
    .row.c-my-md-60>[class*=col-] {
        margin-bottom: 60px;
        margin-top: 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-40 [class*=col-],
    .row.c-mt-lg-40>[class*=col-] {
        margin-top: 40px
    }

    .c-mt-lg-46 [class*=col-],
    .row.c-mt-lg-46>[class*=col-] {
        margin-top: 46px
    }

    .c-mt-lg-50 [class*=col-],
    .row.c-mt-lg-50>[class*=col-] {
        margin-top: 50px
    }

    .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-40 [class*=col-],
    .row.c-mb-lg-40>[class*=col-] {
        margin-bottom: 40px
    }

    .c-mb-lg-46 [class*=col-],
    .row.c-mb-lg-46>[class*=col-] {
        margin-bottom: 46px
    }

    .c-mb-lg-50 [class*=col-],
    .row.c-mb-lg-50>[class*=col-] {
        margin-bottom: 50px
    }

    .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-bottom: 0;
        margin-top: 0
    }

    .c-my-lg-1 [class*=col-],
    .row.c-my-lg-1>[class*=col-] {
        margin-bottom: 1px;
        margin-top: 1px
    }

    .c-my-lg-2 [class*=col-],
    .row.c-my-lg-2>[class*=col-] {
        margin-bottom: 2px;
        margin-top: 2px
    }

    .c-my-lg-5 [class*=col-],
    .row.c-my-lg-5>[class*=col-] {
        margin-bottom: 5px;
        margin-top: 5px
    }

    .c-my-lg-10 [class*=col-],
    .row.c-my-lg-10>[class*=col-] {
        margin-bottom: 10px;
        margin-top: 10px
    }

    .c-my-lg-15 [class*=col-],
    .row.c-my-lg-15>[class*=col-] {
        margin-bottom: 15px;
        margin-top: 15px
    }

    .c-my-lg-20 [class*=col-],
    .row.c-my-lg-20>[class*=col-] {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .c-my-lg-25 [class*=col-],
    .row.c-my-lg-25>[class*=col-] {
        margin-bottom: 25px;
        margin-top: 25px
    }

    .c-my-lg-30 [class*=col-],
    .row.c-my-lg-30>[class*=col-] {
        margin-bottom: 30px;
        margin-top: 30px
    }

    .c-my-lg-40 [class*=col-],
    .row.c-my-lg-40>[class*=col-] {
        margin-bottom: 40px;
        margin-top: 40px
    }

    .c-my-lg-46 [class*=col-],
    .row.c-my-lg-46>[class*=col-] {
        margin-bottom: 46px;
        margin-top: 46px
    }

    .c-my-lg-50 [class*=col-],
    .row.c-my-lg-50>[class*=col-] {
        margin-bottom: 50px;
        margin-top: 50px
    }

    .c-my-lg-60 [class*=col-],
    .row.c-my-lg-60>[class*=col-] {
        margin-bottom: 60px;
        margin-top: 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-40 [class*=col-],
    .row.c-mt-xl-40>[class*=col-] {
        margin-top: 40px
    }

    .c-mt-xl-46 [class*=col-],
    .row.c-mt-xl-46>[class*=col-] {
        margin-top: 46px
    }

    .c-mt-xl-50 [class*=col-],
    .row.c-mt-xl-50>[class*=col-] {
        margin-top: 50px
    }

    .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-40 [class*=col-],
    .row.c-mb-xl-40>[class*=col-] {
        margin-bottom: 40px
    }

    .c-mb-xl-46 [class*=col-],
    .row.c-mb-xl-46>[class*=col-] {
        margin-bottom: 46px
    }

    .c-mb-xl-50 [class*=col-],
    .row.c-mb-xl-50>[class*=col-] {
        margin-bottom: 50px
    }

    .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-bottom: 0;
        margin-top: 0
    }

    .c-my-xl-1 [class*=col-],
    .row.c-my-xl-1>[class*=col-] {
        margin-bottom: 1px;
        margin-top: 1px
    }

    .c-my-xl-2 [class*=col-],
    .row.c-my-xl-2>[class*=col-] {
        margin-bottom: 2px;
        margin-top: 2px
    }

    .c-my-xl-5 [class*=col-],
    .row.c-my-xl-5>[class*=col-] {
        margin-bottom: 5px;
        margin-top: 5px
    }

    .c-my-xl-10 [class*=col-],
    .row.c-my-xl-10>[class*=col-] {
        margin-bottom: 10px;
        margin-top: 10px
    }

    .c-my-xl-15 [class*=col-],
    .row.c-my-xl-15>[class*=col-] {
        margin-bottom: 15px;
        margin-top: 15px
    }

    .c-my-xl-20 [class*=col-],
    .row.c-my-xl-20>[class*=col-] {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .c-my-xl-25 [class*=col-],
    .row.c-my-xl-25>[class*=col-] {
        margin-bottom: 25px;
        margin-top: 25px
    }

    .c-my-xl-30 [class*=col-],
    .row.c-my-xl-30>[class*=col-] {
        margin-bottom: 30px;
        margin-top: 30px
    }

    .c-my-xl-40 [class*=col-],
    .row.c-my-xl-40>[class*=col-] {
        margin-bottom: 40px;
        margin-top: 40px
    }

    .c-my-xl-46 [class*=col-],
    .row.c-my-xl-46>[class*=col-] {
        margin-bottom: 46px;
        margin-top: 46px
    }

    .c-my-xl-50 [class*=col-],
    .row.c-my-xl-50>[class*=col-] {
        margin-bottom: 50px;
        margin-top: 50px
    }

    .c-my-xl-60 [class*=col-],
    .row.c-my-xl-60>[class*=col-] {
        margin-bottom: 60px;
        margin-top: 60px
    }
}

[class*=c-mb-] form .row:last-child [class^=col-],
form[class*=c-mb-] .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 {
    -webkit-box-ordinal-group: 10001;
    -webkit-order: 10000;
    order: 10000
}

.fw-divider-special,
.fw-divider-special-center,
.fw-divider-special-center-big {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative
}

.fw-divider-special .special,
.fw-divider-special-center .special,
.fw-divider-special-center-big .special {
    background: #e62823;
    display: inline-block;
    height: 15px;
    margin-bottom: 0;
    -webkit-mask: url(../img/mask/separator.png) no-repeat center center;
    padding-bottom: 0;
    position: relative;
    width: 264px
}

.fw-divider-special-center {
    width: 100%
}

.fw-divider-special-center .special {
    background: #e62823;
    -webkit-mask: url(../img/mask/separator-center.png) no-repeat center center;
    width: 100%
}

.fw-divider-slider {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative
}

.fw-divider-slider .special {
    background: #e3241f;
    display: inline-block;
    height: 15px;
    margin-bottom: 0;
    -webkit-mask: url(../img/mask/slider-separator.png) no-repeat center center;
    padding-bottom: 0;
    position: relative;
    width: 299px
}

footer .fw-divider-special .special {
    background: 0 0;
    -webkit-mask: none
}

footer .fw-divider-special .special:after,
footer .fw-divider-special .special:before {
    bottom: -5px;
    color: #bb201e;
    left: 0;
    position: absolute;
    top: auto
}

footer .fw-divider-special .special:before {
    content: "\e919";
    font-family: icomoon !important;
    font-size: 13px;
    line-height: 1
}

footer .fw-divider-special .special:after {
    background: #bb201e;
    bottom: 0;
    content: "";
    display: inline-block;
    font-size: 20px;
    height: 2px;
    letter-spacing: 1.8px;
    line-height: 1;
    margin-left: 19px;
    margin-top: 0;
    -webkit-mask: url(../img/mask/separator-events.png) repeat center center;
    top: auto;
    width: 260px
}

@media (max-width:991px) {
    footer .fw-divider-special .special:after {
        width: 160px
    }

    footer .fw-divider-special .special {
        margin-bottom: 15px
    }
}

@media (max-width:575px) {
    .divider-top-bottom {
        margin-bottom: 1.9em;
        margin-top: 1.5em;
        padding-bottom: 1.5em
    }
}

@media (max-width:479px) {
    .fw-divider-special-center .special {
        width: 255px
    }
}

.divider-0 {
    margin-top: 0
}

.divider-5 {
    margin-top: 5px
}

.divider-10 {
    margin-top: 10px
}

.divider-16 {
    margin-top: 16px
}

.divider-20 {
    margin-top: 20px
}

.divider-23 {
    margin-top: 23px
}

.divider-25 {
    margin-top: 25px
}

.divider-30 {
    margin-top: 30px
}

.divider-35 {
    margin-top: 35px
}

.divider-40 {
    margin-top: 40px
}

.divider-42 {
    margin-top: 42px
}

.divider-45 {
    margin-top: 45px
}

.divider-48 {
    margin-top: 48px
}

.divider-50 {
    margin-top: 50px
}

.divider-52 {
    margin-top: 52px
}

.divider-55 {
    margin-top: 55px
}

.divider-60 {
    margin-top: 60px
}

.divider-64 {
    margin-top: 64px
}

.divider-65 {
    margin-top: 65px
}

.divider-67 {
    margin-top: 67px
}

.divider-70 {
    margin-top: 70px
}

.divider-75 {
    margin-top: 75px
}

.divider-80 {
    margin-top: 80px
}

.divider-90 {
    margin-top: 90px
}

.divider-95 {
    margin-top: 95px
}

.divider-96 {
    margin-top: 96px
}

.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-130 {
    margin-top: 130px
}

.divider-140 {
    margin-top: 140px
}

.divider-145 {
    margin-top: 145px
}

.divider-150 {
    margin-top: 150px
}

@media (min-width:576px) {
    .divider-sm-0 {
        margin-top: 0
    }

    .divider-sm-5 {
        margin-top: 5px
    }

    .divider-sm-10 {
        margin-top: 10px
    }

    .divider-sm-16 {
        margin-top: 16px
    }

    .divider-sm-20 {
        margin-top: 20px
    }

    .divider-sm-23 {
        margin-top: 23px
    }

    .divider-sm-25 {
        margin-top: 25px
    }

    .divider-sm-30 {
        margin-top: 30px
    }

    .divider-sm-35 {
        margin-top: 35px
    }

    .divider-sm-40 {
        margin-top: 40px
    }

    .divider-sm-42 {
        margin-top: 42px
    }

    .divider-sm-45 {
        margin-top: 45px
    }

    .divider-sm-48 {
        margin-top: 48px
    }

    .divider-sm-50 {
        margin-top: 50px
    }

    .divider-sm-52 {
        margin-top: 52px
    }

    .divider-sm-55 {
        margin-top: 55px
    }

    .divider-sm-60 {
        margin-top: 60px
    }

    .divider-sm-64 {
        margin-top: 64px
    }

    .divider-sm-65 {
        margin-top: 65px
    }

    .divider-sm-67 {
        margin-top: 67px
    }

    .divider-sm-70 {
        margin-top: 70px
    }

    .divider-sm-75 {
        margin-top: 75px
    }

    .divider-sm-80 {
        margin-top: 80px
    }

    .divider-sm-90 {
        margin-top: 90px
    }

    .divider-sm-95 {
        margin-top: 95px
    }

    .divider-sm-96 {
        margin-top: 96px
    }

    .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-130 {
        margin-top: 130px
    }

    .divider-sm-140 {
        margin-top: 140px
    }

    .divider-sm-145 {
        margin-top: 145px
    }

    .divider-sm-150 {
        margin-top: 150px
    }
}

@media (min-width:768px) {
    .divider-md-0 {
        margin-top: 0
    }

    .divider-md-5 {
        margin-top: 5px
    }

    .divider-md-10 {
        margin-top: 10px
    }

    .divider-md-16 {
        margin-top: 16px
    }

    .divider-md-20 {
        margin-top: 20px
    }

    .divider-md-23 {
        margin-top: 23px
    }

    .divider-md-25 {
        margin-top: 25px
    }

    .divider-md-30 {
        margin-top: 30px
    }

    .divider-md-35 {
        margin-top: 35px
    }

    .divider-md-40 {
        margin-top: 40px
    }

    .divider-md-42 {
        margin-top: 42px
    }

    .divider-md-45 {
        margin-top: 45px
    }

    .divider-md-48 {
        margin-top: 48px
    }

    .divider-md-50 {
        margin-top: 50px
    }

    .divider-md-52 {
        margin-top: 52px
    }

    .divider-md-55 {
        margin-top: 55px
    }

    .divider-md-60 {
        margin-top: 60px
    }

    .divider-md-64 {
        margin-top: 64px
    }

    .divider-md-65 {
        margin-top: 65px
    }

    .divider-md-67 {
        margin-top: 67px
    }

    .divider-md-70 {
        margin-top: 70px
    }

    .divider-md-75 {
        margin-top: 75px
    }

    .divider-md-80 {
        margin-top: 80px
    }

    .divider-md-90 {
        margin-top: 90px
    }

    .divider-md-95 {
        margin-top: 95px
    }

    .divider-md-96 {
        margin-top: 96px
    }

    .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-130 {
        margin-top: 130px
    }

    .divider-md-140 {
        margin-top: 140px
    }

    .divider-md-145 {
        margin-top: 145px
    }

    .divider-md-150 {
        margin-top: 150px
    }
}

@media (min-width:992px) {
    .divider-lg-0 {
        margin-top: 0
    }

    .divider-lg-5 {
        margin-top: 5px
    }

    .divider-lg-10 {
        margin-top: 10px
    }

    .divider-lg-16 {
        margin-top: 16px
    }

    .divider-lg-20 {
        margin-top: 20px
    }

    .divider-lg-23 {
        margin-top: 23px
    }

    .divider-lg-25 {
        margin-top: 25px
    }

    .divider-lg-30 {
        margin-top: 30px
    }

    .divider-lg-35 {
        margin-top: 35px
    }

    .divider-lg-40 {
        margin-top: 40px
    }

    .divider-lg-42 {
        margin-top: 42px
    }

    .divider-lg-45 {
        margin-top: 45px
    }

    .divider-lg-48 {
        margin-top: 48px
    }

    .divider-lg-50 {
        margin-top: 50px
    }

    .divider-lg-52 {
        margin-top: 52px
    }

    .divider-lg-55 {
        margin-top: 55px
    }

    .divider-lg-60 {
        margin-top: 60px
    }

    .divider-lg-64 {
        margin-top: 64px
    }

    .divider-lg-65 {
        margin-top: 65px
    }

    .divider-lg-67 {
        margin-top: 67px
    }

    .divider-lg-70 {
        margin-top: 70px
    }

    .divider-lg-75 {
        margin-top: 75px
    }

    .divider-lg-80 {
        margin-top: 80px
    }

    .divider-lg-90 {
        margin-top: 90px
    }

    .divider-lg-95 {
        margin-top: 95px
    }

    .divider-lg-96 {
        margin-top: 96px
    }

    .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-130 {
        margin-top: 130px
    }

    .divider-lg-140 {
        margin-top: 140px
    }

    .divider-lg-145 {
        margin-top: 145px
    }

    .divider-lg-150 {
        margin-top: 150px
    }
}

@media (min-width:1200px) {
    .divider-xl-0 {
        margin-top: 0
    }

    .divider-xl-5 {
        margin-top: 5px
    }

    .divider-xl-10 {
        margin-top: 10px
    }

    .divider-xl-16 {
        margin-top: 16px
    }

    .divider-xl-20 {
        margin-top: 20px
    }

    .divider-xl-23 {
        margin-top: 23px
    }

    .divider-xl-25 {
        margin-top: 25px
    }

    .divider-xl-30 {
        margin-top: 30px
    }

    .divider-xl-35 {
        margin-top: 35px
    }

    .divider-xl-40 {
        margin-top: 40px
    }

    .divider-xl-42 {
        margin-top: 42px
    }

    .divider-xl-45 {
        margin-top: 45px
    }

    .divider-xl-48 {
        margin-top: 48px
    }

    .divider-xl-50 {
        margin-top: 50px
    }

    .divider-xl-52 {
        margin-top: 52px
    }

    .divider-xl-55 {
        margin-top: 55px
    }

    .divider-xl-60 {
        margin-top: 60px
    }

    .divider-xl-64 {
        margin-top: 64px
    }

    .divider-xl-65 {
        margin-top: 65px
    }

    .divider-xl-67 {
        margin-top: 67px
    }

    .divider-xl-70 {
        margin-top: 70px
    }

    .divider-xl-75 {
        margin-top: 75px
    }

    .divider-xl-80 {
        margin-top: 80px
    }

    .divider-xl-90 {
        margin-top: 90px
    }

    .divider-xl-95 {
        margin-top: 95px
    }

    .divider-xl-96 {
        margin-top: 96px
    }

    .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-130 {
        margin-top: 130px
    }

    .divider-xl-140 {
        margin-top: 140px
    }

    .divider-xl-145 {
        margin-top: 145px
    }

    .divider-xl-150 {
        margin-top: 150px
    }
}

section {
    position: relative
}

img {
    max-width: 100%;
}

.cover-background,
.cover-image,
.s-parallax,
.texture-background {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.page_copyright {
    background-color: #131e25
}

.page_copyright p {
    color: #fff;
    font-size: 20px
}

.cover-image {
    height: 100%;
    width: 100%
}

.texture-background {
    background-image: url(../img/background-texture-cover.html)
}

.pattern-background:before {
    background-image: url(../img/patterns/pattern8.html)
}

.cover-image {
    background-position: 50% 50%;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

section>.cover-image {
    position: absolute !important
}

.cover-image.s-cover-right {
    left: auto;
    width: 50%
}

.cover-image.s-cover-left {
    background-color: #131e25;
    height: 92%;
    left: -122px;
    width: 62%
}

.cover-image>img {
    visibility: hidden
}

.cover-image>a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cover-image+[class*=container] [class*=col-]>a:after,
.cover-image+[class*=container] [class*=col-]>a>img,
.cover-image+[class*=container] [class*=col-]>img {
    visibility: hidden
}

.cover-image>img {
    width: 100%
}

@media (max-width:1679px) {
    .cover-image.s-cover-left {
        height: 81%;
        left: -145px;
        width: 65%
    }
}

@media (max-width:1440px) {
    .cover-image.s-cover-left {
        display: none
    }
}

@media (max-width:991px) {
    .cover-image.s-cover-left {
        display: none
    }
}

.event-post .cover-image>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 {
    background-color: #fff;
    opacity: .93
}

.s-overlay.ls.ms:before {
    background-color: #e9ecef;
    opacity: .81
}

.s-overlay.cs:before {
    background-color: #bb201e;
    opacity: .82
}

.s-overlay.cs.cs2:before {
    background-color: #f26f1f
}

.s-overlay.cs.cs3:before {
    background-color: #82b440
}

.s-overlay.ds:before {
    background-color: #131e25;
    opacity: .7;
    z-index: 3
}

article.s-overlay.ds:before {
    background-color: #0d161b;
    opacity: .7;
    z-index: 3
}

.s-overlay.ds.ms:before {
    background-color: #fff;
    opacity: 1
}

.s-muted:before {
    background-color: rgba(19, 30, 37, .1);
    opacity: 1
}

.gradientradial-background {
    overflow: hidden
}

.gradient-background>*,
.gradientdarken-background>*,
.gradientradial-background>*,
.gradientvertical-background>*,
.pattern-background>*,
.s-muted>*,
.s-overlay-diagonal-double>*,
.s-overlay>*,
.s-parallax>* {
    position: relative;
    z-index: 4
}

.gradient-background:before,
.gradientdarken-background:before,
.gradientvertical-background:before,
.pattern-background:before,
.s-muted:before,
.s-overlay-diagonal-double:after,
.s-overlay-diagonal-double:before,
.s-overlay:before,
.s-parallax:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.s-muted:before,
.s-parallax:before {
    opacity: .8
}

.s-overlay-diagonal {
    background-clip: content-box;
    overflow: hidden;
    padding: 10px 0
}

.s-overlay-diagonal:before {
    bottom: auto;
    height: 3000px;
    left: 0;
    margin-left: 30%;
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 40%
}

@media (max-width:1200px) {
    .s-overlay-diagonal:before {
        margin-left: 15%;
        width: 70%
    }
}

.s-overlay-diagonal-double {
    overflow: hidden;
    padding: 10px 0
}

.s-overlay-diagonal-double:before {
    background: -webkit-linear-gradient(45deg, #bb201e 30%, transparent 30%);
    background: linear-gradient(45deg, #bb201e 30%, transparent 30%);
    opacity: .6
}

.s-overlay-diagonal-double:after {
    background: -webkit-linear-gradient(45deg, transparent 70%, #bb201e 70%);
    background: linear-gradient(45deg, transparent 70%, #bb201e 70%);
    opacity: .6
}

.gradient-background:before {
    background: #bb201e;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #bb201e), color-stop(100%, #f26f1f));
    background: -webkit-linear-gradient(left, #bb201e 0, #f26f1f 100%);
    background: -webkit-gradient(linear, left top, right top, from(#bb201e), to(#f26f1f));
    background: linear-gradient(to right, #bb201e 0, #f26f1f 100%)
}

.gradientvertical-background:before {
    background: #bb201e;
    background: -webkit-linear-gradient(top, #bb201e 0, #f26f1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#bb201e), to(#f26f1f));
    background: linear-gradient(to bottom, #bb201e 0, #f26f1f 100%)
}

.gradientdarken-background:before {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .4)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%)
}

.gradientradial-background:before {
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, .24) 0, rgba(255, 255, 255, 0) 50%);
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, .24) 0, rgba(255, 255, 255, 0) 50%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, .24) 0, rgba(255, 255, 255, 0) 50%);
    background: -webkit-gradient(radial, center center, 0, center center, 50%, color-stop(0, rgba(255, 255, 255, .24)), color-stop(50%, rgba(255, 255, 255, 0)));
    content: "";
    display: block;
    height: 1400px;
    left: 50%;
    margin-left: -700px;
    margin-top: -700px;
    position: absolute;
    top: 50%;
    width: 1400px;
    z-index: 2
}

.s-overlay.gradientradial-background:before {
    height: 100vw;
    margin-left: -50vw;
    margin-top: -50vw;
    width: 100vw
}

.s-borderbottom,
.s-borderbottom-container .container,
.s-bordertop,
.s-bordertop-container .container {
    position: relative
}

.s-borderbottom-container .container:after,
.s-borderbottom:after,
.s-bordertop-container .container:before,
.s-bordertop:before {
    background-color: #b0b6b9;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.s-borderheight-2 .container:after,
.s-borderheight-2 .container:before,
.s-borderheight-2:after,
.s-borderheight-2:before {
    height: 2px
}

.s-borderheight-3 .container:after,
.s-borderheight-3 .container:before,
.s-borderheight-3:after,
.s-borderheight-3:before {
    height: 3px
}

.s-borderheight-5 .container:after,
.s-borderheight-5 .container:before,
.s-borderheight-5:after,
.s-borderheight-5:before {
    height: 5px
}

.s-bordercolormain .container:after,
.s-bordercolormain .container:before,
.s-bordercolormain:after,
.s-bordercolormain:before {
    background-color: #bb201e
}

.s-borderbottom-container .container:after,
.s-bordertop-container .container:before {
    left: 15px;
    right: 15px
}

.s-borderbottom-container .container:after,
.s-borderbottom:after {
    bottom: 0;
    top: auto
}

.s-bordered-columns [class*=col-]+[class*=col-]:before {
    background-color: rgba(255, 255, 255, .05);
    bottom: 1em;
    content: "";
    left: 0;
    position: absolute;
    top: 1em;
    width: 1px
}

.preloader {
    background: rgba(255, 255, 255, .99);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 13000
}

.lt-ie10 .preloader,
.lt-ie9 .preloader,
.no-js .preloader {
    display: none
}

.preloader_image {
    background: url(../img/preloader.html) no-repeat 50% 50% transparent;
    height: 256px;
    left: 50%;
    margin: -128px 0 0 -128px;
    position: absolute;
    top: 50%;
    width: 256px
}

.preloader_css {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    border: 10px solid rgba(255, 255, 255, .05);
    border-radius: 50%;
    border-top-color: #bb201e;
    height: 120px;
    left: 50%;
    margin: -60px 0 0 -60px;
    position: absolute;
    top: 50%;
    width: 120px
}

.animate {
    visibility: hidden
}

.lt-ie10 .animate,
.lt-ie9 .animate,
.no-js .animate {
    visibility: visible
}

.animated {
    visibility: visible !important
}

#box_wrapper,
#canvas {
    overflow: visible;
    position: relative
}

#box_wrapper>div>section,
#box_wrapper>section {
    clear: both;
    position: relative
}

#canvas.boxed {
    padding: 1px 0
}

body.boxed {
    height: auto;
    position: static;
    width: auto
}

.pattern1 {
    background-image: url(../img/patterns/pattern1.html)
}

.pattern2 {
    background-image: url(../img/patterns/pattern2.html)
}

.pattern3 {
    background-image: url(../img/patterns/pattern3.html)
}

.pattern4 {
    background-image: url(../img/patterns/pattern4.html)
}

.pattern5 {
    background-image: url(../img/patterns/pattern5.html)
}

.pattern6 {
    background-image: url(../img/patterns/pattern6.html)
}

.pattern7 {
    background-image: url(../img/patterns/pattern7.html)
}

.pattern8 {
    background-image: url(../img/patterns/pattern8.html)
}

.pattern9 {
    background-image: url(../img/patterns/pattern9.html)
}

.pattern10 {
    background-image: url(../img/patterns/pattern10.html)
}

.pattern11 {
    background-image: url(../img/patterns/pattern11.html)
}

.boxed .container {
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width:500px) {
    .boxed .container {
        padding-left: 10px;
        padding-right: 10px
    }
}

.boxed #box_wrapper.container {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    margin-top: 120px;
    padding: 0
}

@media (min-width:1600px) {
    .boxed #box_wrapper.container {
        max-width: 1560px
    }
}

.boxed #box_wrapper.container.top-bottom-margins {
    margin-bottom: 120px;
    margin-top: 150px
}

.s-map-dark {
    background-image: url(../img/parallax/map-dark.html)
}

.s-map-light {
    background-image: url(../img/parallax/map-light.html)
}

.s-light-abstract {
    background-image: url(../img/parallax/light-abstract.html)
}

.s-light-wood {
    background-image: url(../img/parallax/light-wood.html)
}

.c-bordered [class*=col-] {
    border: 1px solid #b0b6b9;
    margin-left: -1px;
    margin-top: -1px
}

@media (min-width:768px) {
    .c-bordered.c-bordered-center .row [class*=col-]:first-child {
        border-left-color: transparent
    }

    .c-bordered.c-bordered-center .row [class*=col-]:last-child {
        border-right-color: transparent
    }

    .c-bordered.c-bordered-center .row:first-child [class*=col-] {
        border-top-color: transparent
    }

    .c-bordered.c-bordered-center .row:last-child [class*=col-] {
        border-bottom-color: transparent
    }
}

.background-video .container,
.background-video .container-fluid {
    position: relative;
    z-index: 1
}

.background-video .fs-background-container {
    padding: 0
}

.item-content>p:last-child {
    margin-bottom: 0
}

.bordered .entry-thumbnail,
.bordered .item-media {
    margin: -1px -1px -1px -1px;
    z-index: 1
}

.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
}

.font-weight-normal {
    font-weight: 400
}

@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) {

    .full-padding [class*=col-sm-] .item-content,
    .full-padding [class*=col-xs-] .item-content,
    .no-content-padding [class*=col-sm-] .item-content,
    .no-content-padding [class*=col-xs-] .item-content {
        padding-left: 30px
    }

    .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-sm-][class*=sm-pull-] .item-content,
    .full-padding [class*=col-sm-][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,
    .full-padding [class*=col-xs-][class*=sm-pull-] .item-content,
    .full-padding [class*=col-xs-][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-sm-][class*=sm-pull-] .item-content,
    .no-content-padding [class*=col-sm-][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,
    .no-content-padding [class*=col-xs-][class*=sm-pull-] .item-content,
    .no-content-padding [class*=col-xs-][class*=xs-pull-] .item-content {
        padding-left: 0;
        padding-right: 30px
    }

    .full-padding .col-sm-12 .item-content,
    .full-padding .col-xs-12 .item-content,
    .no-content-padding .col-sm-12 .item-content,
    .no-content-padding .col-xs-12 .item-content {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px
    }
}

@media (min-width:768px) {

    .full-padding [class*=col-md-] .item-content,
    .no-content-padding [class*=col-md-] .item-content {
        padding-left: 30px
    }

    .full-padding [class*=col-md-][class*=md-pull-] .item-content,
    .full-padding [class*=col-md-][class*=order-md-1] .item-content,
    .no-content-padding [class*=col-md-][class*=md-pull-] .item-content,
    .no-content-padding [class*=col-md-][class*=order-md-1] .item-content {
        padding-left: 0;
        padding-right: 30px
    }

    .full-padding .col-sm-12 .item-content,
    .no-content-padding .col-sm-12 .item-content {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px
    }
}

@media (min-width:992px) {

    .full-padding [class*=col-lg-] .item-content,
    .no-content-padding [class*=col-lg-] .item-content {
        padding-left: 30px
    }

    .full-padding [class*=col-lg-][class*=lg-pull-] .item-content,
    .full-padding [class*=col-lg-][class*=order-lg-1] .item-content,
    .no-content-padding [class*=col-lg-][class*=lg-pull-] .item-content,
    .no-content-padding [class*=col-lg-][class*=order-lg-1] .item-content {
        padding-left: 0;
        padding-right: 30px
    }

    .full-padding .col-md-12 .item-content,
    .no-content-padding .col-md-12 .item-content {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px
    }
}

@media (min-width:1200px) {

    .full-padding [class*=col-xl-] .item-content,
    .no-content-padding [class*=col-xl-] .item-content {
        padding-left: 30px
    }

    .full-padding [class*=col-xl-][class*=order-xl-1] .item-content,
    .no-content-padding [class*=col-xl-][class*=order-xl-1] .item-content {
        padding-left: 0;
        padding-right: 30px
    }

    .full-padding .col-lg-12 .item-content,
    .no-content-padding .col-lg-12 .item-content {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px
    }
}

.vertical-item .item-media+.item-content {
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, .05);
    padding: 32px 40px 42px
}

.vertical-item.content-padding .item-content {
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, .05);
    padding: 32px 40px 42px
}

.vertical-item.content-padding .item-media+.item-content {
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, .05);
    padding: 32px 40px 42px
}

.vertical-item.content-padding.padding-small .item-content {
    padding: 40px 40px 40px
}

.vertical-item.content-absolute {
    position: relative
}

.vertical-item.content-absolute .item-content {
    bottom: 0;
    left: 0;
    padding: 20px 30px 20px;
    position: absolute;
    right: 0;
    z-index: 2
}

.vertical-item.content-absolute.vertical-center .item-content {
    top: 0
}

.vertical-item+.item-title {
    padding: 10px 30px
}

.vertical-item+.item-title h2,
.vertical-item+.item-title h3,
.vertical-item+.item-title h4 {
    margin: 0
}

.item-meta {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.6;
    text-transform: capitalize
}

.item-meta i {
    font-size: 14px;
    margin-right: 8px;
    position: relative;
    text-align: center;
    width: 1em
}

.item-meta i+span {
    margin-right: 40px
}

@media (max-width:575px) {
    .item-meta i+span {
        margin-right: 20px
    }
}

.item-media {
    overflow: hidden;
    position: relative
}

.item-media img {
    width: 100%
}

.item-media.cover-image {
    height: 100%
}

.media-links {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.media-links div {
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 4
}

.content-absolute .media-links div {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.content-absolute .media-links div a {
    -webkit-transition: all .35s ease .1s;
    transition: all .35s ease .1s
}

.content-absolute .media-links div a:hover {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.content-absolute .media-links div a:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[class*="-item"]:hover .media-links:before {
    opacity: .5
}

.media-links a.abs-link {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0
}

[class*="-item"]:hover .media-links a.abs-link {
    opacity: 1
}

[class*="-item"] .links-wrap a {
    border: 2px solid transparent;
    display: inline-block;
    font-size: 16px;
    height: 60px;
    line-height: 58px;
    opacity: 0;
    position: relative;
    text-align: center;
    top: -100px;
    -webkit-transition: all .6s cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: all .6s cubic-bezier(.175, .885, .32, 1.275) 0s;
    width: 60px;
    z-index: 5
}

[class*="-item"] .links-wrap a.link-zoom {
    background-color: #131e25;
    border-color: #131e25;
    color: #fff
}

[class*="-item"] .links-wrap a.link-zoom:hover {
    background-color: #bb201e;
    border-color: #bb201e;
    color: #fff;
    opacity: 1
}

[class*="-item"] .links-wrap a.link-anchor {
    background-color: #fff;
    border-color: #fff;
    color: #131e25;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

[class*="-item"] .links-wrap a.link-anchor:hover {
    background-color: #bb201e;
    border-color: #bb201e;
    color: #fff;
    opacity: 1
}

[class*="-item"] .links-wrap a:before {
    content: "\f002";
    font-family: FontAwesome
}

[class*="-item"] .links-wrap a.link-anchor:before {
    content: "\f041"
}

[class*="-item"]:hover .links-wrap a {
    opacity: 1;
    top: 0
}

[class*="-item"]:hover .media-links div {
    opacity: 1
}

.item-icons {
    font-size: 12px;
    margin-top: 35px
}

.content-padding .item-icons {
    margin-top: 0
}

.item-icons i {
    padding: 0 4px
}

.item-icons .col {
    padding-bottom: 20px;
    padding-top: 15px;
    text-align: center
}

@media (max-width:767px) {
    .vertical-item.content-absolute .item-content {
        padding: 20px 0 20px
    }

    .vertical-item .item-media+.item-content,
    .vertical-item.content-padding .item-media+.item-content {
        padding: 20px
    }
}

@media (max-width:767px) {
    .vertical-item.content-padding .item-content {
        padding: 20px 20px 20px
    }
}

.btn:hover {
    cursor: pointer
}

.btn.focus,
.btn:focus {
    box-shadow: 0 0 3px 0 rgba(100, 100, 100, .75)
}

.btn-secondary {
    background-color: #f8f7f5;
    border-color: #f8f7f5;
    color: #131e25
}

.btn-link {
    background-color: transparent;
    color: #bb201e;
    font-weight: 300;
    padding: 0;
    position: relative
}

.btn-link:before {
    background: #bb201e;
    bottom: 1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: auto;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    width: 100%
}

.btn-link:hover {
    color: #f26f1f;
    text-decoration: none
}

.btn-link:hover:before {
    background: #f26f1f
}

.btn-darkgrey,
.btn-maincolor,
.btn-maincolor2,
.btn-maincolor3 {
    
    background: #bb201e !important;
    /*border: 2px solid #bb201e !important;*/
    color:white;
}

.btn-darkgrey {
    color: #fff
}

.btn-maincolor {
    background-color: #fff;
    margin-top: 20px
}

.btn-maincolor2 {
    background-color: #f26f1f
}

.btn-maincolor3 {
    background-color: #82b440
}

.btn-darkgrey {
    background-color: #131e25
}

.btn-outline-darkgrey,
.btn-outline-maincolor,
.btn-outline-maincolor2,
.btn-outline-maincolor3 {
    background-color: transparent
}

.btn-outline-maincolor {
    border-color: #bb201e;
    color: #131e25
}

.btn-outline-maincolor2 {
    border-color: #f26f1f;
    color: #131e25
}

.btn-outline-maincolor3 {
    border-color: #82b440;
    color: #131e25
}

.btn-outline-darkgrey {
    border-color: transparent;
    color: #fff;
    background: #e62823
}

.btn.btn-outline-light {
    border-color: #fff;
    color: #131e25
}

.btn.btn-outline-light:hover {
    background-color: #fff
}

.corner {
    background-color: transparent !important;
    height: 0;
    overflow: visible !important;
    padding-bottom: 70px;
    position: relative;
    z-index: 3
}

.corner:after,
.corner:before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.corner:after {
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 70px solid #fff
}

.corner.corner-outside {
    position: absolute
}

.corner.corner-outside:first-child {
    top: -70px
}

.corner.corner-outside:last-child {
    bottom: -70px
}

.corner.corner-half:after {
    border-left-width: 100vw;
    border-right-width: 0
}

.corner.corner-half.corner-half-inverse:after {
    border-left-width: 0;
    border-right-width: 100vw
}

.corner.corner-mirror:after {
    border-left-width: 0
}

.corner.corner-mirror:before {
    border-left: 50vw solid transparent;
    border-top: 70px solid #fff;
    left: 50vw
}

.corner.corner-inverse:after,
.corner.corner-inverse:before {
    border-bottom: 70px solid #fff;
    border-top: none
}

@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:after,
    .corner.corner-inverse:before {
        border-bottom-width: 30px
    }
}

.corner.ls.ms.corner-mirror:before,
.corner.ls.ms:after {
    border-bottom-color: #e9ecef;
    border-top-color: #e9ecef
}

.corner.ls.ms.corner-inverse:after {
    border-bottom-color: #e9ecef
}

.corner.ds.corner-mirror:before,
.corner.ds:after {
    border-bottom-color: #131e25;
    border-top-color: #131e25
}

.corner.ds.corner-inverse:after {
    border-bottom-color: #131e25
}

.corner.ds.ms.corner-mirror:before,
.corner.ds.ms:after {
    border-bottom-color: #131e25;
    border-top-color: #131e25
}

.corner.ds.ms.corner-inverse:after {
    border-bottom-color: #131e25
}

.corner.ds.bs.corner-mirror:before,
.corner.ds.bs:after {
    border-bottom-color: #2f3e47;
    border-top-color: #2f3e47
}

.corner.ds.bs.corner-inverse:after {
    border-bottom-color: #2f3e47
}

.corner.cs.corner-mirror:before,
.corner.cs:after {
    border-bottom-color: #bb201e;
    border-top-color: #bb201e
}

.corner.cs.corner-inverse:after {
    border-bottom-color: #bb201e
}

.corner.cs.cs2.corner-mirror:before,
.corner.cs.cs2:after {
    border-bottom-color: #f26f1f;
    border-top-color: #f26f1f
}

.corner.cs.cs2.corner-inverse:after {
    border-bottom-color: #f26f1f
}

.corner.cs.cs3.corner-mirror:before,
.corner.cs.cs3:after {
    border-bottom-color: #82b440;
    border-top-color: #82b440
}

.corner.cs.cs3.corner-inverse:after {
    border-bottom-color: #82b440
}

.ls {
    background-color: #fff;
    color: #6d7a82
}

.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
    color: #131e25
}

.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 {
    opacity: .8
}

.ls .btn-darkgrey:hover,
.ls .btn-maincolor2:hover,
.ls .btn-maincolor3:hover,
.ls .btn-maincolor:hover,
.ls .btn-outline-darkgrey:hover,
.ls .btn-outline-maincolor2:hover,
.ls .btn-outline-maincolor3:hover,
.ls .btn-outline-maincolor:hover {
    color: #fff
}

.ls .btn-maincolor:hover,
.ls .btn-outline-maincolor:hover {
    background-color: #bb201e
}

.ls .btn-maincolor2:hover,
.ls .btn-outline-maincolor2:hover {
    background-color: #d2570c
}

.ls .btn-maincolor3:hover,
.ls .btn-outline-maincolor3:hover {
    background-color: #678e33
}

.ls .btn-darkgrey:hover,
.ls .btn-outline-darkgrey:hover {
    background-color: #bb201e;
    border-color: #bb201e
}

.ls .links-maincolor a:hover {
    opacity: .7
}

.ls h1.grey-color,
.ls h2.grey-color,
.ls h3.grey-color,
.ls h4.grey-color,
.ls h5.grey-color,
.ls h6.grey-color {
    color: #6d7a82
}

.ls.ms {
    background-color: #e9ecef;
    color: #5d686f
}

.ls.ms .links-grey a {
    color: #5d686f
}

.ls.ms .hero-bg {
    background-color: #fff
}

.ls.ms .hero-bg hr {
    background-color: #b0b6b9
}

.ls.ms hr {
    background-color: #fff
}

.ls.ms .form-control,
.ls.ms input[type=email],
.ls.ms input[type=number],
.ls.ms input[type=password],
.ls.ms input[type=search],
.ls.ms input[type=tel],
.ls.ms input[type=text],
.ls.ms input[type=url],
.ls.ms select,
.ls.ms textarea {
    background-color: #fff;
    border-color: #fff
}

.ls.ms .hero-bg .form-control,
.ls.ms .hero-bg input[type=email],
.ls.ms .hero-bg input[type=number],
.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=text],
.ls.ms .hero-bg input[type=url],
.ls.ms .hero-bg select,
.ls.ms .hero-bg textarea {
    background-color: #e9ecef;
    border-color: #b0b6b9
}

.ls.ms .bordered,
.ls.ms td,
.ls.ms th {
    border-color: #a2aaad
}

.ls.ms .btn-secondary {
    border-color: #fff
}

.ls.ms .btn-secondary:hover {
    background-color: #d7dde2;
    border-color: #d7dde2
}

.ls .color-icon.bg-icon {
    background-color: #ececec
}

.ls .pricing-plan [class*=btn-outline-] {
    background-color: transparent
}

.ls .pricing-plan [class*=btn-outline-]:hover {
    background-color: #bb201e
}

.ls.ms .nav-tabs>li.active>a,
.ls.ms .nav-tabs>li.active>a:focus,
.ls.ms .nav-tabs>li.active>a:hover {
    background-color: #fff;
    border-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: #e9ecef
}

.ls.ms .vertical-tabs .nav>li>a {
    background-color: #fff
}

.ls.ms .vertical-tabs .nav>li.active>a,
.ls.ms .vertical-tabs .nav>li>a:hover {
    background-color: #131e25
}

.ls.ms .pagination a,
.ls.ms .pagination span {
    background-color: #fff;
    border-color: #fff
}

.ls.ms .breadcrumb {
    color: #6d7a82
}

.ls.ms .breadcrumb a {
    color: #566066
}

.ls.ms .breadcrumb a:hover {
    color: #bb201e
}

.ds {
    background-color: #f0f0f0;
    color: #313131
}

.ds * .ds {
    background-color: #0a1014
}

.ds.ms {
    background-color: #0d161b
}

.ds.ms .ds.ms {
    background-color: #16232c
}

.ds.bs {
    background-color: #2f3e47
}

.ds a:not(.btn) {
    color: #fff
}

.ds a:not(.btn):hover {
    color: #bb201e
}

.ds h1,
.ds h2,
.ds h3,
.ds h4,
.ds h5,
.ds h6 {
    color: #333
}

.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 {
    background-color: #fff;
    color: #6d7a82
}

.ds .ls h1,
.ds .ls h2,
.ds .ls h3,
.ds .ls h4,
.ds .ls h5,
.ds .ls h6 {
    color: #131e25
}

.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: #bb201e
}

.ds .ls a:not(.btn) {
    color: #131e25
}

.ds .ls a:not(.btn):hover {
    color: #bb201e
}

.ds label {
    color: #fff
}

.ds hr {
    background-color: #454545;
    border-color: #454545
}

.ds .blockquote,
.ds blockquote {
    color: #fff
}

.ds pre {
    color: #fff
}

.ds .hero-bg,
.ds .muted-bg {
    background-color: rgba(255, 255, 255, .05)
}

.ds .bordered {
    border-color: #454545
}

.ds .color-main {
    color: #e22522
}

.ds .color-main2 {
    color: #f26f1f
}

.ds .color-dark,
.ds .color-darkgrey {
    border-color: #fff;
    color: #fff
}

.ds .links-maincolor a {
    color: #bb201e
}

.ds .links-maincolor a:hover {
    color: #fff
}

.ds .links-maincolor2 a {
    color: #f26f1f
}

.ds .links-maincolor2 a:hover {
    color: #fff
}

.ds .links-maincolor3 a {
    color: #82b440
}

.ds .links-maincolor3 a:hover {
    color: #fff
}

.ds .links-grey a {
    color: #fff
}

.ds .links-grey a:hover {
    color: #fff
}

.ds .links-darkgrey a {
    color: #fff
}

.ds .links-darkgrey a:hover {
    color: #bb201e
}

.ds.s-borderbottom-container .container:after,
.ds.s-borderbottom:after,
.ds.s-bordertop-container .container:before,
.ds.s-bordertop:before {
    background-color: #454545
}

.ds.s-bordered-columns [class*=col-]+[class*=col-]:before {
    background-color: #454545
}

.ds .btn-darkgrey {
    background-color: #fff;
    color: #131e25
}

.ds .btn-darkgrey:hover,
.ds .btn-maincolor2:hover,
.ds .btn-maincolor3:hover,
.ds .btn-maincolor:hover,
.ds .btn-outline-darkgrey:hover,
.ds .btn-outline-maincolor2:hover,
.ds .btn-outline-maincolor3:hover,
.ds .btn-outline-maincolor:hover {
    color: #fff
}

.ds .btn-maincolor:hover,
.ds .btn-outline-maincolor:hover {
    background-color: #f1bb29
}

.ds .btn-maincolor2:hover,
.ds .btn-outline-maincolor2:hover {
    background-color: #d2570c
}

.ds .btn-maincolor3:hover,
.ds .btn-outline-maincolor3:hover {
    background-color: #678e33
}

.ds .btn-outline-darkgrey {
    border-color: #e62823;
    color: #333;
    margin-bottom: 15px;
    padding: 12px;
    color: #fff;
    font-size: 15px
}

.ds .btn-darkgrey:hover,
.ds .btn-outline-darkgrey:hover {
    background-color: #bb201e;
    border-color: #bb201e
}

.ds .btn-outline-maincolor,
.ds .btn-outline-maincolor2,
.ds .btn-outline-maincolor3 {
    color: #fff
}

.ds .btn-link {
    color: #bb201e
}

.ds .btn-link:before {
    background: #bb201e
}

.ds .btn-link:hover {
    color: #fff
}

.ds .btn-link:hover:before {
    background: #fff
}

.ds a.fa {
    border-color: #454545;
    color: #2F4C86
}

.ds a.bg-icon {
    background-color: rgba(255, 255, 255, .05)
}

.ds .fa.color-icon:hover {
    color: #fff
}

.ds .color-icon.bg-icon {
    background-color: rgba(255, 255, 255, .05)
}

.ds .color-icon.bg-icon:hover {
    color: #fff
}

.ds .color-bg-icon:hover {
    background-color: #bb201e
}

.ds .list-bordered li {
    border-color: #454545
}

.ds .form-control,
.ds input[type=email],
.ds input[type=number],
.ds input[type=password],
.ds input[type=search],
.ds input[type=tel],
.ds input[type=text],
.ds input[type=url],
.ds select,
.ds textarea {
    background-color: transparent
}

.ds .form-group-select:before {
    border-color: #454545
}

.ds .form-control:focus {
    border-color: transparent transparent #525252
}

.ds .form-control:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.ds .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.ds .form-control:-ms-input-placeholder {
    color: #fff
}

.ds .form-control::-webkit-input-placeholder {
    color: #fff
}

.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: #454545
}

.ds .tab-content {
    border-color: #454545
}

.ds .nav-tabs .nav-link {
    border-color: #454545
}

.ds .owl-theme .owl-dots .owl-dot span {
    border-color: #fff
}

.ds .post-adds .like_button>i,
.ds .post-adds .share_button>i {
    color: #fff
}

.ds .side-item {
    border-color: #454545
}

.ds .excerpt {
    color: #fff
}

.ds .reply a {
    color: #fff
}

.ds .widget_mailchimp .form-inline .btn,
.ds .widget_product_search [type=submit],
.ds .widget_search .form-inline .btn {
    background-color: transparent;
    color: #bb201e
}

.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,
.ds .widget_recent_comments li,
.ds .widget_recent_entries li,
.ds .widget_shopping_cart .cart_list {
    border-color: #454545
}

.ds .widget_nav_menu ul ul {
    border-color: #454545
}

.ds .widget_popular_entries .media-heading {
    color: #fff
}

.ds .tweet_list li+li .tweet_right {
    border-color: #454545
}

.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: #bb201e
}

.ds .summary .price {
    border-color: #454545;
    color: #fff
}

.ds .summary .product_meta {
    border-color: #454545
}

.ds .widget_price_filter .price_label {
    color: #fff
}

.ds #calendar_wrap {
    border-color: #454545
}

.ds .widget_calendar table {
    background-color: rgba(255, 255, 255, .05);
    border-color: #454545
}

.ds .widget_calendar tfoot td a {
    border-color: #454545
}

.ds .widget_calendar caption,
.ds .widget_calendar th,
.ds .widget_calendar thead {
    color: #fff
}

.ds .widget_calendar tbody td a:hover {
    color: #fff
}

.ds .grid-view h3:after,
.ds .grid-view h3:before {
    background-color: #454545
}

.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 {
    background-color: transparent;
    color: #fff
}

.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: #454545
}

.ds .table.cart a {
    color: #fff
}

.ds .pagination>li>a,
.ds .pagination>li>span {
    background-color: transparent;
    border: 1px solid #454545;
    color: #fff
}

.ds .pagination>li.active>a,
.ds .pagination>li.active>span,
.ds .pagination>li>a:focus,
.ds .pagination>li>a:hover,
.ds .pagination>li>span:focus,
.ds .pagination>li>span:hover {
    background-color: #bb201e;
    border-color: #bb201e;
    color: #fff
}

.ds .thumbnail {
    background-color: transparent
}

.ds .thumbnail h3 a {
    color: #fff
}

.ds .thumbnail .caption {
    background-color: rgba(252, 252, 252, .05);
    border-color: transparent
}

.ds .progress {
    background-color: #454545
}

.ds .vertical-tabs .nav>li>a {
    background-color: rgba(255, 255, 255, .05);
    color: #fff
}

.ds .vertical-tabs .nav>li.active>a,
.ds .vertical-tabs .nav>li>a:hover {
    background-color: #bb201e
}

.ds .vertical-tabs .nav>li>a:hover:after {
    color: #fff
}

.ds .entry-meta .comments-link a {
    color: #fff
}

.ds #timetable tbody td,
.ds #timetable tbody th {
    border-color: #454545
}

.ds #isotope_filters a,
.ds .filters a {
    color: #fff
}

.ds div .btn-group button[data-calendar-nav*=today],
.ds div .btn-group button[data-calendar-nav],
.ds div .fw-shortcode-calendar-wrapper .page-header h3 {
    color: #fff
}

.cs.cs2 {
    background-color: #f26f1f
}

.cs.cs2 .color-main {
    color: #bb201e
}

.cs.cs3 {
    background-color: #82b440
}

.cs.cs3 .color-main {
    color: #bb201e
}

.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: #bb201e;
    color: #fff
}

.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(.btn) {
    color: #fff
}

.cs a:not(.btn):hover {
    opacity: .8
}

.cs .blockquote,
.cs blockquote {
    border-color: #f7d989
}

.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-borderbottom-container .container:after,
.cs.s-borderbottom:after,
.cs.s-bordertop-container .container:before,
.cs.s-bordertop:before {
    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: #fff;
    opacity: .9
}

.cs .links-darkgrey a:hover,
.cs .links-grey a:hover {
    color: #fff;
    opacity: 1
}

.cs .color-dark {
    border-color: #fff;
    color: #131e25
}

.cs .color-darkgrey {
    border-color: #131e25;
    color: #131e25
}

.cs .color-main,
.cs .response {
    color: #fff
}

.cs .form-control,
.cs input[type=email],
.cs input[type=number],
.cs input[type=password],
.cs input[type=tel],
.cs input[type=text],
.cs input[type=url],
.cs select,
.cs textarea {
    background-color: transparent;
    border-color: transparent transparent rgba(255, 255, 255, .4);
    border-radius: 0;
    color: #131e25;
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0
}

.cs input[type=search] {
    background-color: #fff;
    border-color: #fff;
    padding: 5px 10px
}

.cs textarea {
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent, transparent 38px, rgba(255, 255, 255, .4) 30px, rgba(255, 255, 255, .4) 31px, rgba(255, 255, 255, .4) 31px) !important;
    background-image: linear-gradient(transparent, transparent 38px, rgba(255, 255, 255, .4) 30px, rgba(255, 255, 255, .4) 31px, rgba(255, 255, 255, .4) 31px) !important;
    background-size: 100% 39px;
    height: 119px;
    line-height: 40px;
    padding-top: 2px
}

.cs .contact-form textarea {
    min-height: 119px
}

.cs .form-control:focus {
    border-color: transparent transparent #fff
}

.cs .form-control:-moz-placeholder {
    color: #131e25;
    opacity: 1
}

.cs .form-control::-moz-placeholder {
    color: #131e25;
    opacity: 1
}

.cs .form-control:-ms-input-placeholder {
    color: #131e25
}

.cs .form-control::-webkit-input-placeholder {
    color: #131e25
}

.cs .form-control:focus:-moz-placeholder {
    color: transparent
}

.cs .form-control:focus::-moz-placeholder {
    color: transparent
}

.cs .form-control:focus:-ms-input-placeholder {
    color: transparent
}

.cs .form-control:focus::-webkit-input-placeholder {
    color: transparent
}

.cs [class*=col-]>.form-group+.form-group {
    margin-top: 13px
}

.cs .btn-maincolor {
    background-color: #fff;
    color: #131e25;
    margin-top: 23px
}

.cs .btn-outline-maincolor {
    border-color: #fff;
    color: #fff
}

.cs .btn-darkgrey:hover,
.cs .btn-maincolor2:hover,
.cs .btn-maincolor3:hover,
.cs .btn-maincolor:hover,
.cs .btn-outline-darkgrey:hover,
.cs .btn-outline-maincolor2:hover,
.cs .btn-outline-maincolor3:hover,
.cs .btn-outline-maincolor:hover {
    color: #fff
}

.cs .btn-outline-warning {
    border-color: #fff;
    color: #131e25
}

.cs .btn-outline-warning:hover {
    background-color: #131e25;
    border-color: #131e25;
    color: #fff
}

.cs .btn-maincolor:hover,
.cs .btn-outline-maincolor:hover {
    background-color: #fff;
    border-color: #fff
}

.cs .btn-maincolor:hover {
    background-color: transparent;
    border-color: #fff !important
}

.cs .btn-maincolor2:hover,
.cs .btn-outline-maincolor2:hover {
    background-color: #d2570c
}

.cs .btn-maincolor3:hover,
.cs .btn-outline-maincolor3:hover {
    background-color: #678e33
}

.cs .btn-darkgrey,
.cs .btn-outline-darkgrey {
    border-color: #fff
}

.cs .btn-darkgrey:hover,
.cs .btn-outline-darkgrey:hover {
    background-color: #fff;
    border-color: #fff;
    color: #131e25
}

.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: #131e25
}

.cs .title_block span {
    color: #131e25
}

.cs .title_block:after {
    background-color: #fff
}

.cs .title_block:before {
    background-color: #fff;
    opacity: .4
}

.cs.teaser {
    color: #131e25
}

.cs.teaser h1,
.cs.teaser h2,
.cs.teaser h3,
.cs.teaser h4,
.cs.teaser h5,
.cs.teaser h6,
.cs.teaser p {
    color: #131e25
}

.cs.s-overlay [class*=col-]>.form-group+.form-group {
    margin-top: 0
}

.cs .btn-action {
    background-color: #fff
}

.cs .btn-action i {
    color: #131e25
}

.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
    }
}

.p-normal {
    padding: 40px 45px
}

.p-small {
    padding: 30px 35px
}

.cover-after,
.cover-before {
    overflow: hidden
}

.cover-after,
.cover-after>*,
.cover-before,
.cover-before>* {
    position: relative;
    z-index: 2
}

.cover-after:after,
.cover-before:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.top-corner {
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0
}

.fs-8 {
    font-size: 8px
}

.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-32 {
    font-size: 32px
}

.fs-35 {
    font-size: 35px
}

.fs-36 {
    font-size: 36px
}

.fs-40 {
    font-size: 40px
}

.fs-51 {
    font-size: 51px
}

.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
}

.bolder,
.fw-700 {
    font-weight: 700
}

.bold,
.fw-900 {
    font-weight: 900
}

.dropcap {
    float: left;
    font-size: 108px;
    font-weight: 900;
    line-height: .9;
    margin: 0 15px 0 0;
    text-transform: uppercase
}

@media (max-width:1600px) {
    .dropcap {
        font-size: 92px;
        margin-right: 15px
    }
}

.overflow-hidden {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.overflow-visible {
    overflow: visible;
    position: relative;
    z-index: 2
}

.z-index-2 {
    z-index: 2
}

[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: #fafafa
}

.muted-bg {
    background-color: rgba(19, 30, 37, .06)
}

.bordered {
    border: 1px solid #b0b6b9
}

.box-shadow {
    border-color: transparent;
    box-shadow: 0 27px 24px -37px rgba(0, 0, 0, .66);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.box-shadow:hover {
    box-shadow: 0 27px 35px -28px rgba(0, 0, 0, .66)
}

.color-main,
.response,
h1.color-main {
    border-color: #e62823;
    color: #e62823
}

.color-main2 {
    border-color: #f26f1f;
    color: #f26f1f
}

.color-main3 {
    border-color: #82b440;
    color: #82b440
}

.color-dark {
    border-color: #131e25;
    color: #131e25
}

.color-darkgrey {
    border-color: #131e25;
    color: #131e25
}

.color-success {
    color: #4db19e
}

.color-info {
    color: #007ebd
}

.color-warning {
    color: #eeb269
}

.color-danger,
.required {
    color: #dc5753
}

.links-maincolor a {
    color: #bb201e
}

.links-maincolor2 a {
    color: #f26f1f
}

.links-maincolor3 a {
    color: #82b440
}

.links-grey a {
    color: #6d7a82
}

.links-grey a:hover {
    color: #bb201e
}

.links-darkgrey a {
    color: #131e25
}

.links-darkgrey a:hover {
    color: #bb201e
}

.bg-maincolor {
    background-color: #bb201e
}

.bg-maincolor2 {
    background-color: #f26f1f
}

.bg-maincolor3 {
    background-color: #82b440
}

.bg-dark {
    background-color: #131e25
}

.bg-darkblue {
    background-color: #253138;
    color: #fff
}

.bg-darkgrey {
    background-color: #131e25;
    color: #fff
}

.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.bordered,
span.hero-bg,
span.light-bg,
span.muted-bg,
span[class*=bg-] {
    padding-left: .37em;
    padding-right: .37em
}

.my-0 {
    margin-bottom: 0;
    margin-top: 0
}

.my-5 {
    margin-bottom: 5px;
    margin-top: 5px
}

.my-10 {
    margin-bottom: 10px;
    margin-top: 10px
}

.my-15 {
    margin-bottom: 15px;
    margin-top: 15px
}

.my-17 {
    margin-bottom: 17px;
    margin-top: 17px
}

.my-20 {
    margin-bottom: 20px;
    margin-top: 20px
}

.my-25 {
    margin-bottom: 25px;
    margin-top: 25px
}

.my-28 {
    margin-bottom: 28px;
    margin-top: 28px
}

.my-30 {
    margin-bottom: 30px;
    margin-top: 30px
}

.my-35 {
    margin-bottom: 35px;
    margin-top: 35px
}

.my-38 {
    margin-bottom: 38px;
    margin-top: 38px
}

.my-40 {
    margin-bottom: 40px;
    margin-top: 40px
}

.my-41 {
    margin-bottom: 41px;
    margin-top: 41px
}

.my-44 {
    margin-bottom: 44px;
    margin-top: 44px
}

.my-45 {
    margin-bottom: 45px;
    margin-top: 45px
}

.my-46 {
    margin-bottom: 46px;
    margin-top: 46px
}

.my-48 {
    margin-bottom: 48px;
    margin-top: 48px
}

.my-50 {
    margin-bottom: 50px;
    margin-top: 50px
}

.my-55 {
    margin-bottom: 55px;
    margin-top: 55px
}

.my-60 {
    margin-bottom: 60px;
    margin-top: 60px
}

.my-66 {
    margin-bottom: 66px;
    margin-top: 66px
}

.my-70 {
    margin-bottom: 70px;
    margin-top: 70px
}

.my-75 {
    margin-bottom: 75px;
    margin-top: 75px
}

.my-80 {
    margin-bottom: 80px;
    margin-top: 80px
}

.my-90 {
    margin-bottom: 90px;
    margin-top: 90px
}

.my-105 {
    margin-bottom: 105px;
    margin-top: 105px
}

.my-130 {
    margin-bottom: 130px;
    margin-top: 130px
}

.my-135 {
    margin-bottom: 135px;
    margin-top: 135px
}

.my-150 {
    margin-bottom: 150px;
    margin-top: 150px
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.mx-5 {
    margin-left: 5px;
    margin-right: 5px
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px
}

.mx-15 {
    margin-left: 15px;
    margin-right: 15px
}

.mx-17 {
    margin-left: 17px;
    margin-right: 17px
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px
}

.mx-25 {
    margin-left: 25px;
    margin-right: 25px
}

.mx-28 {
    margin-left: 28px;
    margin-right: 28px
}

.mx-30 {
    margin-left: 30px;
    margin-right: 30px
}

.mx-35 {
    margin-left: 35px;
    margin-right: 35px
}

.mx-38 {
    margin-left: 38px;
    margin-right: 38px
}

.mx-40 {
    margin-left: 40px;
    margin-right: 40px
}

.mx-41 {
    margin-left: 41px;
    margin-right: 41px
}

.mx-44 {
    margin-left: 44px;
    margin-right: 44px
}

.mx-45 {
    margin-left: 45px;
    margin-right: 45px
}

.mx-46 {
    margin-left: 46px;
    margin-right: 46px
}

.mx-48 {
    margin-left: 48px;
    margin-right: 48px
}

.mx-50 {
    margin-left: 50px;
    margin-right: 50px
}

.mx-55 {
    margin-left: 55px;
    margin-right: 55px
}

.mx-60 {
    margin-left: 60px;
    margin-right: 60px
}

.mx-66 {
    margin-left: 66px;
    margin-right: 66px
}

.mx-70 {
    margin-left: 70px;
    margin-right: 70px
}

.mx-75 {
    margin-left: 75px;
    margin-right: 75px
}

.mx-80 {
    margin-left: 80px;
    margin-right: 80px
}

.mx-90 {
    margin-left: 90px;
    margin-right: 90px
}

.mx-105 {
    margin-left: 105px;
    margin-right: 105px
}

.mx-130 {
    margin-left: 130px;
    margin-right: 130px
}

.mx-135 {
    margin-left: 135px;
    margin-right: 135px
}

.mx-150 {
    margin-left: 150px;
    margin-right: 150px
}

.mt-0 {
    margin-top: 0
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-17 {
    margin-top: 17px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-28 {
    margin-top: 28px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-38 {
    margin-top: 38px
}

.mt-40 {
    margin-top: 40px
}

.mt-41 {
    margin-top: 41px
}

.mt-44 {
    margin-top: 44px
}

.mt-45 {
    margin-top: 45px
}

.mt-46 {
    margin-top: 46px
}

.mt-48 {
    margin-top: 48px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-66 {
    margin-top: 66px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-105 {
    margin-top: 105px
}

.mt-130 {
    margin-top: 130px
}

.mt-135 {
    margin-top: 135px
}

.mt-150 {
    margin-top: 150px
}

.mb-0 {
    margin-bottom: 0
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-17 {
    margin-bottom: 17px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-28 {
    margin-bottom: 28px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-38 {
    margin-bottom: 38px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-41 {
    margin-bottom: 41px
}

.mb-44 {
    margin-bottom: 44px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-46 {
    margin-bottom: 46px
}

.mb-48 {
    margin-bottom: 48px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-66 {
    margin-bottom: 66px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-150 {
    margin-bottom: 150px
}

.m-0 {
    margin: 0
}

.m-5 {
    margin: 5px
}

.m-10 {
    margin: 10px
}

.m-15 {
    margin: 15px
}

.m-17 {
    margin: 17px
}

.m-20 {
    margin: 20px
}

.m-25 {
    margin: 25px
}

.m-28 {
    margin: 28px
}

.m-30 {
    margin: 30px
}

.m-35 {
    margin: 35px
}

.m-38 {
    margin: 38px
}

.m-40 {
    margin: 40px
}

.m-41 {
    margin: 41px
}

.m-44 {
    margin: 44px
}

.m-45 {
    margin: 45px
}

.m-46 {
    margin: 46px
}

.m-48 {
    margin: 48px
}

.m-50 {
    margin: 50px
}

.m-55 {
    margin: 55px
}

.m-60 {
    margin: 60px
}

.m-66 {
    margin: 66px
}

.m-70 {
    margin: 70px
}

.m-75 {
    margin: 75px
}

.m-80 {
    margin: 80px
}

.m-90 {
    margin: 90px
}

.m-105 {
    margin: 105px
}

.m-130 {
    margin: 130px
}

.m-135 {
    margin: 135px
}

.m-150 {
    margin: 150px
}

.py-0 {
    padding-bottom: 0;
    padding-top: 0
}

.py-5 {
    padding-bottom: 5px;
    padding-top: 5px
}

.py-10 {
    padding-bottom: 10px;
    padding-top: 10px
}

.py-15 {
    padding-bottom: 15px;
    padding-top: 15px
}

.py-17 {
    padding-bottom: 17px;
    padding-top: 17px
}

.py-20 {
    padding-bottom: 20px;
    padding-top: 20px
}

.py-25 {
    padding-bottom: 25px;
    padding-top: 25px
}

.py-28 {
    padding-bottom: 28px;
    padding-top: 28px
}

.py-30 {
    padding-bottom: 30px;
    padding-top: 30px
}

.py-35 {
    padding-bottom: 35px;
    padding-top: 35px
}

.py-38 {
    padding-bottom: 38px;
    padding-top: 38px
}

.py-40 {
    padding-bottom: 40px;
    padding-top: 40px
}

.py-41 {
    padding-bottom: 41px;
    padding-top: 41px
}

.py-44 {
    padding-bottom: 44px;
    padding-top: 44px
}

.py-45 {
    padding-bottom: 45px;
    padding-top: 45px
}

.py-46 {
    padding-bottom: 46px;
    padding-top: 46px
}

.py-48 {
    padding-bottom: 48px;
    padding-top: 48px
}

.py-50 {
    padding-bottom: 50px;
    padding-top: 50px
}

.py-55 {
    padding-bottom: 55px;
    padding-top: 55px
}

.py-60 {
    padding-bottom: 60px;
    padding-top: 60px
}

.py-66 {
    padding-bottom: 66px;
    padding-top: 66px
}

.py-70 {
    padding-bottom: 70px;
    padding-top: 70px
}

.py-75 {
    padding-bottom: 75px;
    padding-top: 75px
}

.py-80 {
    padding-bottom: 80px;
    padding-top: 80px
}

.py-90 {
    padding-bottom: 90px;
    padding-top: 90px
}

.py-105 {
    padding-bottom: 105px;
    padding-top: 105px
}

.py-130 {
    padding-bottom: 130px;
    padding-top: 130px
}

.py-135 {
    padding-bottom: 135px;
    padding-top: 135px
}

.py-150 {
    padding-bottom: 150px;
    padding-top: 150px
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-5 {
    padding-left: 5px;
    padding-right: 5px
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px
}

.px-17 {
    padding-left: 17px;
    padding-right: 17px
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px
}

.px-25 {
    padding-left: 25px;
    padding-right: 25px
}

.px-28 {
    padding-left: 28px;
    padding-right: 28px
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px
}

.px-35 {
    padding-left: 35px;
    padding-right: 35px
}

.px-38 {
    padding-left: 38px;
    padding-right: 38px
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px
}

.px-41 {
    padding-left: 41px;
    padding-right: 41px
}

.px-44 {
    padding-left: 44px;
    padding-right: 44px
}

.px-45 {
    padding-left: 45px;
    padding-right: 45px
}

.px-46 {
    padding-left: 46px;
    padding-right: 46px
}

.px-48 {
    padding-left: 48px;
    padding-right: 48px
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px
}

.px-55 {
    padding-left: 55px;
    padding-right: 55px
}

.px-60 {
    padding-left: 60px;
    padding-right: 60px
}

.px-66 {
    padding-left: 66px;
    padding-right: 66px
}

.px-70 {
    padding-left: 70px;
    padding-right: 70px
}

.px-75 {
    padding-left: 75px;
    padding-right: 75px
}

.px-80 {
    padding-left: 80px;
    padding-right: 80px
}

.px-90 {
    padding-left: 90px;
    padding-right: 90px
}

.px-105 {
    padding-left: 105px;
    padding-right: 105px
}

.px-130 {
    padding-left: 130px;
    padding-right: 130px
}

.px-135 {
    padding-left: 135px;
    padding-right: 135px
}

.px-150 {
    padding-left: 150px;
    padding-right: 150px
}

.pt-0 {
    padding-top: 0
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-17 {
    padding-top: 17px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-28 {
    padding-top: 28px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-38 {
    padding-top: 38px
}

.pt-40 {
    padding-top: 40px
}

.pt-41 {
    padding-top: 41px
}

.pt-44 {
    padding-top: 44px
}

.pt-45 {
    padding-top: 45px
}

.pt-46 {
    padding-top: 46px
}

.pt-48 {
    padding-top: 48px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-66 {
    padding-top: 66px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-105 {
    padding-top: 105px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-150 {
    padding-top: 150px
}

.pb-0 {
    padding-bottom: 0
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-17 {
    padding-bottom: 17px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-28 {
    padding-bottom: 28px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-38 {
    padding-bottom: 38px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-41 {
    padding-bottom: 41px
}

.pb-44 {
    padding-bottom: 44px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-46 {
    padding-bottom: 46px
}

.pb-48 {
    padding-bottom: 48px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-66 {
    padding-bottom: 66px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-150 {
    padding-bottom: 150px
}

.p-0 {
    padding: 0
}

.p-5 {
    padding: 5px
}

.p-10 {
    padding: 10px
}

.p-15 {
    padding: 15px
}

.p-17 {
    padding: 17px
}

.p-20 {
    padding: 20px
}

.p-25 {
    padding: 25px
}

.p-28 {
    padding: 28px
}

.p-30 {
    padding: 30px
}

.p-35 {
    padding: 35px
}

.p-38 {
    padding: 38px
}

.p-40 {
    padding: 40px
}

.p-41 {
    padding: 41px
}

.p-44 {
    padding: 44px
}

.p-45 {
    padding: 45px
}

.p-46 {
    padding: 46px
}

.p-48 {
    padding: 48px
}

.p-50 {
    padding: 50px
}

.p-55 {
    padding: 55px
}

.p-60 {
    padding: 60px
}

.p-66 {
    padding: 66px
}

.p-70 {
    padding: 70px
}

.p-75 {
    padding: 75px
}

.p-80 {
    padding: 80px
}

.p-90 {
    padding: 90px
}

.p-105 {
    padding: 105px
}

.p-130 {
    padding: 130px
}

.p-135 {
    padding: 135px
}

.p-150 {
    padding: 150px
}

.icon-styled {
    display: inline-block;
    text-align: center
}

.icon-styled i {
    width: 1em
}

.icon-styled.bordered,
.icon-styled.icon-bordered,
.icon-styled[class*=bg-],
.icon-styled[class*=btn-] {
    border-style: solid;
    border-width: 1px;
    box-sizing: content-box;
    height: 3em;
    width: 3em
}

.text-center .icon-styled.bordered,
.text-center .icon-styled.icon-bordered,
.text-center .icon-styled[class*=bg-],
.text-center .icon-styled[class*=btn-] {
    margin-left: auto;
    margin-right: auto
}

.icon-styled.bordered i,
.icon-styled.icon-bordered i,
.icon-styled[class*=bg-] i,
.icon-styled[class*=btn-] i {
    line-height: 3em
}

.icon-styled.bordered+p,
.icon-styled.icon-bordered+p,
.icon-styled[class*=bg-]+p,
.icon-styled[class*=btn-]+p {
    margin-top: 12px
}

.icon-styled.icon-bordered:not([class*=color-]) {
    border-color: #b0b6b9
}

.icon-styled[class*=bg-] {
    border-color: transparent
}

.icon-styled.icon-top {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    line-height: inherit
}

.media>.icon-styled:first-child {
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.media>.icon-styled:last-child {
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.icon-inline>.icon-styled:first-child {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 8px
}

.icon-inline>.icon-styled:last-child {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 20px
}

.icon-inline {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.text-center .icon-inline {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.icon-inline>* {
    margin-bottom: 0;
    margin-right: 4px;
    margin-top: 0
}

.icon-box.bordered,
.icon-box.box-shadow,
.icon-box.cs,
.icon-box.ds,
.icon-box.hero-bg,
.icon-box.ls,
.icon-box.muted-bg {
    padding: 22px 15px;
    min-height: 217px
}

.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 {
        height: calc(100% + 12px);
        margin: -6px -10px;
        padding-bottom: 36px;
        padding-top: 76px;
        position: relative;
        z-index: 2
    }
}

.icon-box .icon-styled.icon-bordered,
.icon-box .icon-styled[class*=bg-] {
    margin-bottom: .5em
}

.icon-box .icon-styled+h2,
.icon-box .icon-styled+h3,
.icon-box .icon-styled+h4 {
    margin-top: 1.6em
}

.icon-box .icon-styled+p.small-text {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .2em;
    margin: .74em 0
}

.icon-box .icon-styled h6 {
    margin-bottom: .65em;
    margin-top: .8em
}

.icon-box .icon-styled i {
    display: inline-block;
    vertical-align: middle
}

.icon-box .icon-styled h4 {
    display: inline-block;
    font-size: 25px;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

.icon-box h2,
.icon-box h3,
.icon-box h4 {
    line-height: 1;
    margin-bottom: 1.6em
}

.icon-box h6 {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: .45em;
    margin-top: .5em;
    text-transform: uppercase
}

.icon-box h5 {
    margin-bottom: 12px;
    margin-top: 26px
}

.icon-box+.icon-box {
    margin-top: 32px
}

.cs.icon-box .icon-styled {
    margin-bottom: 23px
}

.cs.icon-box .icon-styled i {
    color: #fff;
    font-size: 30px;
    margin-right: 5px
}

.cs.icon-box .icon-styled+p {
    color: #fff;
    font-size: 19px
}

.cs.icon-box .icon-styled+p a {
    color: #fff
}

.cs.icon-box .icon-styled+p a:hover {
    color: #fff
}

.icon-box .heading-accent,
.media .heading-accent {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: inherit;
    line-height: 1;
    margin-bottom: .6em;
    text-transform: uppercase
}

@media (min-width:1200px) {

    .icon-box .heading-accent,
    .media .heading-accent {
        font-size: 38px
    }
}

.icon-box .icon-styled+.heading-accent,
.media .icon-styled+.heading-accent {
    margin-top: .6em
}

.icon-box .special-heading,
.media .special-heading {
    font-family: Roboto, sans-serif;
    margin: 0
}

.media.bordered,
.media.box-shadow,
.media.cs,
.media.ds,
.media.hero-bg,
.media.ls,
.media.muted-bg {
    padding: 30px
}

.media.bordered .icon-bordered,
.media.bordered [class*=bg-],
.media.box-shadow .icon-bordered,
.media.box-shadow [class*=bg-],
.media.cs .icon-bordered,
.media.cs [class*=bg-],
.media.ds .icon-bordered,
.media.ds [class*=bg-],
.media.hero-bg .icon-bordered,
.media.hero-bg [class*=bg-],
.media.ls .icon-bordered,
.media.ls [class*=bg-],
.media.muted-bg .icon-bordered,
.media.muted-bg [class*=bg-] {
    margin-right: 10px
}

.media.bordered .icon-bordered:last-child,
.media.bordered [class*=bg-]:last-child,
.media.box-shadow .icon-bordered:last-child,
.media.box-shadow [class*=bg-]:last-child,
.media.cs .icon-bordered:last-child,
.media.cs [class*=bg-]:last-child,
.media.ds .icon-bordered:last-child,
.media.ds [class*=bg-]:last-child,
.media.hero-bg .icon-bordered:last-child,
.media.hero-bg [class*=bg-]:last-child,
.media.ls .icon-bordered:last-child,
.media.ls [class*=bg-]:last-child,
.media.muted-bg .icon-bordered:last-child,
.media.muted-bg [class*=bg-]:last-child {
    margin-left: 30px;
    margin-right: 0
}

.media .media-body>p:first-child {
    margin-top: -.2em
}

.icon-styled+.media-body h6 {
    margin-bottom: .65em;
    margin-top: .4em
}

.side-icon-box {
    margin: 15px 0 32px
}

.side-icon-box h4 {
    letter-spacing: .17em;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .side-icon-box .icon-styled+.media-body {
        margin-left: 50px
    }

    .side-icon-box {
        margin-bottom: 50px
    }
}

.vertical-center {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.cs .media-body h4+p {
    color: #131e25
}

.media-body h4+p {
    margin-top: 12px
}

.ds .icon-box .icon-styled+h5+p {
    opacity: .5;
    color: #000;
    font-weight: 400
}

@media (max-width:991px) {

    .icon-box.bordered,
    .icon-box.box-shadow,
    .icon-box.cs,
    .icon-box.ds,
    .icon-box.hero-bg,
    .icon-box.ls,
    .icon-box.muted-bg {
        padding: 35px 10px
    }
}

@media (max-width:575px) {
    .icon-box .icon-styled.mb-40 {
        margin-bottom: 20px
    }
}

.special-heading {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
    word-wrap: break-word
}

.special-heading.text-lowercase {
    font-size: 62px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 0
}

.special-heading.big,
.special-heading.text-uppercase {
    font-size: 64px;
    font-weight: 900;
    line-height: .8
}

.special-heading.big {
    margin-bottom: .65em;
    margin-top: .65em
}

@media (max-width:1600px) {

    .special-heading.big,
    .special-heading.text-lowercase,
    .special-heading.text-uppercase {
        font-size: 42px;
        line-height: 1
    }
}

.special-heading+h3 {
    margin-top: -.5px
}

.special-heading+p {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.6em;
    text-transform: capitalize
}

@media (min-width:1200px) {
    .special-heading+p.extra-letter-spacing {
        letter-spacing: 2em
    }
}

.special-heading.text-center+p {
    text-align: center
}

h3.small .special-heading {
    font-size: 38px;
    line-height: 1
}

.special-heading>img {
    max-width: 60px
}

h3.small {
    font-size: 20px;
    margin-bottom: 36px
}

@media (max-width:991px) {
    .special-heading {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%
    }
}

.number-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 30px 0;
    overflow: hidden;
    position: relative
}

.number-card .card-number span {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1;
    margin-left: -.32em;
    margin-top: -.14em;
    position: relative
}

.number-card .card-number span:after {
    bottom: -.09em;
    content: "•";
    font-size: .62em;
    position: absolute;
    right: -.4em
}

@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 {
    line-height: 1;
    margin: 0
}

.number-card .card-content h3 {
    font-weight: 900;
    line-height: 1;
    margin: 6px 0 25px
}

@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 {
    background-color: #131e25;
    padding: 40px 20px 40px;
    text-align: center
}

.pricing-plan .plan-name {
    margin-bottom: 15px
}

.pricing-plan .plan-name[class*=bg-] {
    margin-top: -40px;
    padding-top: 30px
}

.pricing-plan .plan-name h3 {
    color: #fff;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1
}

.pricing-plan .price-wrap {
    color: #bb201e;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 100;
    line-height: .7;
    margin: 60px 0 10px;
    position: relative
}

.pricing-plan .price-wrap[class*=bg-] {
    margin-bottom: 0;
    margin-top: 50px;
    padding: 30px 30px 10px
}

.pricing-plan .price-wrap[class*=bg-] .plan-decimals {
    right: 33px
}

.pricing-plan .price-wrap .plan-decimals {
    font-size: 50px;
    position: relative;
    right: -23px;
    top: -22px
}

.pricing-plan .price-wrap .plan-price {
    font-size: 62px;
    position: relative
}

.pricing-plan .price-wrap .plan-price:before {
    border: 2px solid #bb201e;
    border-radius: 50%;
    content: "";
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px
}

.pricing-plan .price-wrap .plan-sign {
    bottom: -17px;
    font-size: 30px;
    position: absolute;
    right: -49px;
    text-transform: lowercase
}

.pricing-plan .plan-description {
    margin-top: 1.8em
}

.pricing-plan [class*=bg-] {
    margin-left: -41px;
    margin-right: -41px;
    padding: 10px 30px 30px
}

@media (min-width:1200px) {
    .pricing-plan {
        padding: 68px 30px 70px
    }

    .pricing-plan [class*=bg-] {
        margin-left: -61px;
        margin-right: -61px
    }

    .pricing-plan .plan-name[class*=bg-] {
        margin-top: -57px
    }
}

.pricing-plan .plan-features {
    margin: 62px 0 40px;
    padding-top: 0;
    position: relative
}

.pricing-plan .plan-features ul.list-styled-caret {
    line-height: 1.9
}

.pricing-plan .plan-features ul.list-styled-caret li {
    color: #fff
}

.pricing-plan .plan-features ul.list-styled-caret li:before {
    color: #fff;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 15px
}

.pricing-plan .plan-button a {
    color: #fff
}

.pricing-plan.plan-featured {
    background-color: #bb201e
}

.pricing-plan.plan-featured .price-wrap span {
    color: #131e25
}

.pricing-plan.plan-featured ul.list-styled-caret li {
    color: #131e25
}

.pricing-plan.plan-featured ul.list-styled-caret li:before {
    color: #131e25
}

.pricing-plan.plan-featured .plan-price:before {
    border-color: #131e25
}

.pricing-plan.plan-featured .plan-button a {
    border-color: #fff;
    color: #131e25
}

.pricing-plan.plan-featured .plan-button a:hover {
    background-color: #fff;
    color: #131e25
}

.pricing-plan hr {
    margin: 15px 0
}

.pricing-plan .fw-switch-row {
    position: absolute
}

.desc-col .pricing-plan {
    padding-left: 0;
    padding-right: 0
}

.desc-col .pricing-plan .fw-switch-row {
    display: none
}

.pricing-plan .plan-button a {
    font-size: 16px;
    font-weight: 600;
    padding: 6px 31px
}

@media (max-width:1199px) {
    .pricing-plan .plan-features {
        margin: 40px 0 30px;
        padding-top: 40px;
        position: relative
    }
}

@media (max-width:1024px) {
    .pricing-plan .price-wrap {
        margin: 35px 0 10px
    }

    .pricing-plan .plan-description {
        margin-top: 1.2em
    }

    .pricing-plan .plan-features {
        margin: 30px 0 30px;
        padding-top: 30px
    }
}

@media (max-width:991px) {
    .pricing-plan {
        margin-bottom: 30px
    }

    .row [class*=col-]:last-child .pricing-plan {
        margin-bottom: 0
    }

    .pricing-plan {
        padding: 40px 0 40px
    }
}

@media (max-width:575px) {
    .pricing-plan {
        margin-top: 0
    }
}

.quote-item {
    background: #fff;
    border: none;
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, .05);
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 28px 40px 40px;
    position: relative;
    height:90%;
}

@media (min-width:768px) {
    .quote-item {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%
    }
}

.quote-item i {
    color: #e62823;
    display: block;
    font-size: 50px;
    left: -3px;
    margin-bottom: 18px
}

.quote-item footer span {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-top: 9px;
    text-transform: uppercase
}

.quote-item p {
    display: block;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 35px;
    position: relative
}

.quote-item p:after,
.quote-item p:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: auto
}

.quote-item p:after {
    background: #bb201e;
    content: "";
    display: inline-block;
    height: 14px;
    margin-top: 18px;
    /* margin-left: 19px; */
    -webkit-mask: url(../img/mask/separator.png) repeat center center;
    width: 264px
}

/* 
.quote-item p:before {
    bottom: -6px;
    color: #bb201e;
    content: "\2e";
    display: inline-block;
    font-family: icomoon !important;
    font-size: 86px;
    bottom: -17px;
    line-height: 1
} */

.quote-item cite {
    display: block;
    font-size: 19px;
    font-style: normal;
    font-weight: 700
}

.quote-item footer {
    display: inline-block;
    vertical-align: middle
}

.quote-image {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

.quote-image img {
    border-radius: 50%
}

.quote-image+p {
    margin: 30px 0 20px
}

.active.center .quote-item {
    opacity: 1
}

.container-fluids-mw .container-fluid {
    width: 80%
}

@media (max-width:1199px) {
    .quote-item p:after {
        width: 220px
    }
}

@media (max-width:1024px) {
    .quote-item {
        padding: 20px 15px 20px
    }

    .quote-item em {
        font-size: 14px;
        margin-top: 1.2rem
    }

    .quote-item cite {
        margin-top: 1.4em
    }
}

@media (max-width:575px) {
    .container-fluids-mw .container-fluid {
        width: 100%
    }
}

.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;
        max-height: 3.05em;
        overflow: hidden;
        padding-bottom: .1em
    }

    .items-tile .item-content h3+p {
        max-height: 5.5em;
        overflow: hidden
    }
}

.items-tile .item-icons {
    border-bottom: 10px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(255, 255, 255, .2);
    bottom: 0;
    height: 70px;
    left: 0;
    line-height: 60px;
    padding: 0 40px;
    position: absolute;
    right: 0
}

.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 {
    padding-top: 0
}

.filters.gallery-filters {
    padding-bottom: 45px
}

.filters.filters-active-tob-border {
    padding-top: 0
}

.filters.filters-active-tob-border a {
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative
}

@media (max-width:991px) {
    .filters.filters-active-tob-border a {
        padding-bottom: 7px;
        padding-top: 10px
    }
}

.filters.filters-active-tob-border a.active:after {
    background: #bb201e;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.filters a {
    line-height: 3em;
    padding: 0 30px
}

.filters .active {
    color: #bb201e
}

.isotope-wrapper.masonry-layout .item-content .cat-links {
    left: 25px
}

.collapse .card-body .media .media-body h5 {
    margin-bottom: 10px
}

.collapse .card-body .media .media-body h5+p.color-main {
    text-transform: uppercase
}

@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
    }
}

.isotope-wrapper h3 {
    font-size: 25px
}

@media (max-width:767px) {
    .filters a {
        padding: 0 10px
    }
}

.isotope-wrapper.c-mb-30+.row {
    margin-top: 30px
}

.excerpt {
    color: #131e25;
    font-size: 20px
}

aside h2 {
    line-height: 1;
    margin-bottom: 0
}

aside>*+* {
    margin-top: 99px
}

.widget {
    position: relative
}

.widget .widget-title,
.widget>h3 {
    color: #131e25;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 1.25em
}

.widget>h2:last-child {
    line-height: 1
}

.widget li.media {
    margin-bottom: 30px
}

.widget li.media img {
    max-width: 100px
}

.widget li.media h3,
.widget li.media h4 {
    font-size: inherit;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: .25em;
    margin-top: .5em;
    text-transform: none
}

.widget li.media p {
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: .85em
}

.page_footer .widget {
    margin-bottom: 0
}

.page_footer .widget img {
    margin-bottom: 20px;
    width: 165px
}

.page_footer .widget ul {
    line-height: 1.5
}

.page_footer .widget .copyright {
    margin-top: 1.75em
}

.page_footer .widget .widget-title,
.page_footer .widget>h3 {
    color: #77A1E2;
    margin-bottom: 30px;
    margin-top: 24px;
    text-transform: capitalize
}

.page_footer .widget li.media img {
    margin-bottom: 0;
    max-width: 60px
}

.page_footer .widget li.media h3,
.page_footer .widget li.media h4 {
    letter-spacing: .5px;
    line-height: 1.3;
    margin-top: 0
}

.page_footer .widget_recent_posts ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    margin: 0 0 18px;
    padding-bottom: 17px
}

.page_footer .widget_recent_posts ul li:last-child {
    border-bottom: none
}

.page_footer .widget_recent_posts.widget li.media p {
    font-size: 12px;
    margin-top: 9px
}

.page_footer .widget_recent_posts.widget li.media p:before {
    display: none
}

.widget_recent_posts.widget li.media p:before {
    color: #bb201e;
    content: "\e918";
    font-family: icomoon !important;
    font-size: 14px;
    padding-right: 9px;
    position: relative;
    top: 0
}

.widget.widget_post_slider .item-media+.item-content {
    box-shadow: none;
    padding: 20px 0 0 0
}

.widget.widget_post_slider .item-media+.item-content h3 {
    font-size: 18px;
    margin-bottom: 7px
}

.widget.widget_post_slider .item-media+.item-content .entry-header time {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: capitalize
}

.widget.widget_post_slider .item-media+.item-content .entry-header time:before {
    color: #bb201e;
    content: "\e918";
    font-family: icomoon !important;
    font-size: 14px;
    padding-right: 9px;
    position: relative;
    top: 0
}

.widget-title.next-image-background {
    position: relative;
    z-index: 2
}

.widget-title.next-image-background+img {
    left: 0;
    opacity: .5;
    position: absolute;
    top: -15px
}

.text-center .widget-title.next-image-background+img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:991px) {

    .column-sidebar,
    aside {
        margin: 60px auto;
        max-width: 410px
    }

    .page_footer.c-gutter-150 .row {
        margin-left: -15px;
        margin-right: -15px
    }

    .c-gutter-150 [class*=col-],
    .row.c-gutter-150>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:480px) {

    .column-sidebar,
    aside {
        margin: 60px auto 0;
        max-width: 410px
    }
}

.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,
    .affix-aside.affix-bottom,
    .affix-aside.affix-top {
        position: static !important;
        width: 100% !important
    }
}

.stars>span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.stars a {
    color: transparent;
    position: relative;
    text-indent: -999em;
    width: 1em
}

.stars a:before {
    font-family: FontAwesome;
    height: 1em;
    left: 0;
    line-height: 1;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 1em
}

.stars a:before,
.stars a:hover~a:before {
    color: #6d7a82;
    content: "\f006"
}

.stars.selected a.active:before,
.stars:hover a:before {
    color: #bb201e;
    content: "\f005";
    opacity: 1
}

.stars.selected a.active~a:before {
    color: #6d7a82;
    content: "\f005";
    opacity: .75
}

.stars.selected a:not(.active):before {
    color: #bb201e;
    content: "\f005";
    opacity: 1
}

.star-rating {
    color: #6d7a82;
    font-family: FontAwesome;
    font-size: 13px;
    height: 1em;
    letter-spacing: 4px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 7em
}

.star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    float: left;
    left: 0;
    position: absolute;
    top: 0
}

.star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    left: 0;
    position: absolute;
    top: 0
}

.widget.dropdown select,
.widget_archive select,
.widget_categories select,
.widget_product_categories select,
.woocommerce-result-count+form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px
}

.widget.dropdown,
.widget_categories.dropdown,
.woocommerce-result-count+form,
.woocommerce.widget_product_categories.dropdown {
    position: relative;
    z-index: 1
}

.widget.dropdown:after,
.widget_categories.dropdown:after,
.woocommerce-result-count+form:after,
.woocommerce.widget_product_categories.dropdown:after {
    bottom: 12px;
    color: #131e25;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 11px;
    left: auto;
    position: absolute;
    right: 19px;
    z-index: -1
}

.widget.dropdown:before,
.widget_categories.dropdown:before,
.woocommerce-result-count+form:before,
.woocommerce.widget_product_categories.dropdown:before {
    background: #bb201e;
    bottom: 2px;
    content: "";
    height: 46px;
    left: auto;
    position: absolute;
    right: 2px;
    top: auto;
    width: 46px;
    z-index: -1
}

.widget.dropdown select,
.widget_categories.dropdown select,
.woocommerce-result-count+form select,
.woocommerce.widget_product_categories.dropdown select {
    padding: 10px 30px 9px 15px
}

.widget.widget_product_search,
.widget.widget_search {
    background: #bb201e;
    padding: 50px 32px 60px
}

.widget.widget_product_search input[type=search],
.widget.widget_search input[type=search] {
    background: #fff;
    border: none;
    padding-left: 15px;
    padding-right: 52px;
    padding-top: 5px
}

.widget.widget_product_search .widget-title,
.widget.widget_search .widget-title {
    font-size: 18px;
    margin-bottom: 1.5em
}

.widget_product_search form:before {
    background: 0 0
}

.page_toplogo .widget.widget_product_search,
.page_toplogo .widget.widget_search,
header .widget.widget_product_search,
header .widget.widget_search {
    background: 0 0;
    padding: 0
}

.widget_mailchimp form,
.widget_product_search form,
.widget_search form {
    margin: auto;
    position: relative
}

.widget_mailchimp label,
.widget_product_search label,
.widget_search label {
    display: inline;
    margin: 0;
    padding: 0
}

.widget_mailchimp input,
.widget_product_search input,
.widget_search input {
    max-width: 370px;
    width: 100%
}

.cs .widget_mailchimp input {
    border-bottom-color: #fff
}

.cs .widget_mailchimp input:-moz-placeholder {
    color: #fff;
    font-style: normal;
    opacity: 1
}

.cs .widget_mailchimp input::-moz-placeholder {
    color: #fff;
    font-style: normal;
    opacity: 1
}

.cs .widget_mailchimp input:-ms-input-placeholder {
    color: #fff;
    font-style: normal;
    opacity: 1
}

.cs .widget_mailchimp input::-webkit-input-placeholder {
    color: #fff;
    font-style: normal;
    opacity: 1
}

footer .widget.widget_mailchimp {
    margin-bottom: 30px
}

.widget.widget_mailchimp .screen-reader-text {
    position: relative !important
}

.widget_mailchimp button,
.widget_product_search form input[type=submit],
.widget_product_search form:before,
.widget_search button {
    background-color: transparent;
    border: none;
    bottom: 0;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    padding: 2px 16px;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    width: auto
}

.widget_mailchimp button {
    background-color: #bb201e;
    border: 2px solid #fff;
    opacity: 1;
    padding: 15px 47px
}

.ds .widget_mailchimp button {
    background-color: transparent;
    border: 2px solid #bb201e;
    color: #fff;
    opacity: 1;
    padding: 15px 47px
}

.ds .widget_mailchimp button:hover {
    background: #bb201e;
    border-color: #bb201e
}

.widget_search button {
    background-color: transparent
}

.widget_mailchimp button:hover,
.widget_product_search form input[type=submit]:hover,
.widget_search button:hover {
    border-color: #131e25
}

.widget_search button {
    padding: 11px 29px 11px 11px
}

.widget_search button:before {
    color: #bb201e;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 17px
}

.widget_product_search form:before {
    background: 0 0;
    color: #bb201e;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 17px;
    height: 40px;
    line-height: 37px
}

.widget_product_search input[type=submit] {
    color: transparent;
    font-size: 0
}

@media (max-width:1199px) {
    footer .widget_mailchimp form {
        margin: 0
    }

    .cs .widget_mailchimp input,
    .cs .widget_mailchimp input[type=email],
    .widget_mailchimp input {
        padding-right: 90px
    }
}

@media (max-width:1024px) {

    .widget_mailchimp input,
    .widget_product_search input,
    .widget_search input {
        max-width: 275px
    }

    .cs .widget_mailchimp input,
    .cs .widget_mailchimp input[type=email],
    .widget_mailchimp input {
        padding-right: 0
    }
}

@media (max-width:991px) {

    .widget_mailchimp input,
    .widget_product_search input,
    .widget_search input {
        max-width: 480px
    }
}

@media (max-width:767px) {

    .widget_mailchimp input,
    .widget_product_search input,
    .widget_search input {
        max-width: 300px
    }

    .page_footer .widget img {
        margin-bottom: 30px
    }
}

@media (max-width:575px) {

    .cs .widget_mailchimp input,
    .widget_mailchimp input,
    .widget_product_search input,
    .widget_search input {
        max-width: 100%;
        padding-right: 180px;
        width: 100%
    }

    .widget_mailchimp form,
    .widget_product_search form,
    .widget_search form {
        max-width: 100%
    }

    .cs .widget_mailchimp input,
    .cs .widget_mailchimp input[type=email],
    .widget_mailchimp input {
        padding-right: 175px
    }
}

@media (max-width:479px) {

    .cs .widget_mailchimp button,
    .ds .widget_mailchimp button,
    .widget_mailchimp button {
        padding: 12px 10px
    }

    .cs .widget_mailchimp input,
    .cs .widget_mailchimp input[type=email],
    .widget_mailchimp input {
        padding-right: 100px
    }
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.widget_archive ul ul li,
.widget_categories ul ul li,
.widget_meta ul ul li,
.widget_nav_menu 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_meta ul ul li:last-child,
.widget_nav_menu 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 {
    border-bottom: none;
    padding-bottom: 0
}

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    border-bottom: 1px solid #b0b6b9;
    border-top: 1px solid #b0b6b9
}

.widget_archive li+li,
.widget_categories li+li,
.widget_meta li+li,
.widget_nav_menu 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_meta a:empty,
.widget_meta li>a:not([href]),
.widget_nav_menu a:empty,
.widget_nav_menu 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_meta li,
.widget_nav_menu li,
.widget_pages li {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a {
    -webkit-box-flex: 10;
    display: inline-block;
    -webkit-flex-grow: 10;
    flex-grow: 10;
    padding-bottom: 8px;
    padding-top: 11px
}

.widget_archive li>a:before,
.widget_categories li>a:before,
.widget_meta li>a:before,
.widget_nav_menu li>a:before,
.widget_pages li>a:before {
    color: #bb201e;
    content: "\e917";
    font-family: icomoon !important;
    font-size: 4px;
    padding-right: 10px;
    position: relative;
    top: -4px
}

.widget_recent_comments li,
.widget_recent_entries li {
    padding-bottom: 8px;
    padding-top: 11px
}

.widget_recent_comments li:before,
.widget_recent_entries li:before {
    color: #bb201e;
    content: "\e917";
    font-family: icomoon !important;
    font-size: 4px;
    padding-right: 10px;
    position: relative;
    top: -4px
}

.page_copyright .widget_nav_menu li,
.page_topline .widget_nav_menu li {
    border: none;
    display: inline-block;
    padding-bottom: 0;
    padding-right: 5px;
    padding-top: 0;
    position: relative
}

.page_copyright .widget_nav_menu li:before,
.page_topline .widget_nav_menu li:before {
    background-color: rgba(255, 255, 255, .05);
    bottom: 5px;
    content: "";
    display: block;
    left: -5px;
    opacity: .3;
    padding: 0;
    position: absolute;
    top: 5px;
    width: 1px
}

.page_copyright .widget_nav_menu li:first-child:before,
.page_topline .widget_nav_menu li:first-child:before {
    display: none
}

.page_copyright .widget_nav_menu a,
.page_topline .widget_nav_menu a {
    padding: 0 10px
}

.page_copyright .widget_nav_menu a:before,
.page_topline .widget_nav_menu a:before {
    display: none
}

.widget_archive select,
.widget_categories select {
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 370px;
    text-indent: 1px;
    text-overflow: "";
    width: 100%
}

.calendar_wrap {
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, .05);
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 100%
}

@media (min-width:768px) and (max-width:992px) {
    .calendar_wrap {
        overflow-x: auto;
        overflow-y: hidden
    }
}

.widget_calendar a {
    color: #bb201e
}

.widget_calendar a:hover {
    color: #131e25
}

.widget_calendar table {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin: 0;
    max-width: 370px;
    position: relative;
    text-align: center
}

.widget_calendar caption {
    background-color: #0d161b;
    color: #fff;
    font-family: Anton, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    padding: 21px 0 19px;
    text-align: center
}

.widget_calendar thead {
    background-color: #bb201e;
    color: #fff
}

.widget_calendar thead th {
    color: #131e25;
    font-size: 12px;
    font-weight: 400;
    line-height: 2.7;
    text-align: center;
    width: 100px
}

.widget_calendar thead th:first-child {
    padding-left: 20px
}

.widget_calendar thead th:last-child {
    padding-right: 20px
}

.widget_calendar tbody {
    border-top: none
}

.widget_calendar tbody tr:first-child td {
    color: #131e25;
    padding-top: 37px
}

.widget_calendar tbody tr:last-child td {
    padding-bottom: 30px
}

.widget_calendar tbody td {
    color: #131e25;
    font-weight: 400;
    padding: 9px 4px;
    position: relative;
    width: 100px
}

.widget_calendar tbody td:first-child {
    padding-left: 20px
}

.widget_calendar tbody td:last-child {
    padding-right: 20px
}

.widget_calendar th {
    color: inherit
}

.widget_calendar tfoot td {
    position: absolute;
    top: 0
}

.widget_calendar tfoot td a {
    color: transparent;
    display: inline-block;
    font-size: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    text-align: center
}

.widget_calendar tfoot td a:hover {
    background-color: #bb201e;
    border-color: #bb201e
}

.widget_calendar tfoot td a:after,
.widget_calendar tfoot td a:before {
    color: #fff;
    font-family: FontAwesome;
    font-size: 9px
}

.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: "\f053"
}

.widget_calendar tfoot td:last-child {
    padding: 0;
    right: 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: "\f054"
}

.widget_rss .widget-title .rsswidget:first-child img {
    display: none
}

.widget_rss .widget-title .rsswidget:first-child:before {
    content: "\f09e";
    font-family: FontAwesome;
    font-size: .8em;
    padding-right: .3em;
    position: relative;
    top: -1px
}

.widget_rss ul {
    list-style: none;
    padding-left: 0
}

.widget_rss ul a {
    display: block;
    letter-spacing: .1em;
    line-height: 1.5;
    text-transform: uppercase
}

.widget_rss li cite:last-child {
    display: block;
    margin-top: .5em
}

.widget_rss li+li {
    margin-top: 1.5em
}

.widget_rss .rss-date {
    color: #131e25;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.6em;
    margin: .8em 0;
    text-transform: capitalize
}

.widget_tag_cloud a {
    background: #bb201e;
    border: none;
    border-radius: 1px;
    color: #131e25;
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0 5px 10px 0;
    padding: 4px 19px;
    text-align: center;
    text-transform: uppercase
}

.widget_tag_cloud a:hover {
    background-color: #bb201e;
    border-color: #bb201e;
    color: #fff
}

.widget_flickr ul {
    margin: 0;
    padding: 0
}

.widget_flickr li {
    display: inline-block;
    margin: 0 10px 10px 0
}

.widget_flickr img {
    border-radius: 1px;
    max-width: 160px
}

.widget_flickr a {
    opacity: 1
}

.widget_flickr a:hover {
    opacity: .6
}

.widget_instagram .photo {
    display: inline-block
}

.widget_instagram img {
    max-width: 82px
}

.apsc-facebook-icon .social-icon i {
    background-color: #3b5998
}

.apsc-twitter-icon .social-icon i {
    background-color: #1dcaff
}

.apsc-youtube-icon .social-icon i {
    background-color: #e52d27
}

.apsc-soundcloud-icon .social-icon i {
    background-color: #f80
}

.apsc-dribble-icon .social-icon i {
    background-color: #ea4c89
}

.apsc-comment-icon .social-icon i {
    background-color: #464646
}

.apsc-edit-icon .social-icon i {
    background-color: #837d7d
}

.apsc-google-plus-icon .social-icon i {
    background-color: #dd4b39
}

.apsc-instagram-icon .social-icon i {
    background-color: #3f729b
}

.apsc-each-profile a .social-icon i {
    color: #fff !important
}

.apsc-each-profile a:hover {
    color: #bb201e !important;
    text-decoration: none !important
}

.apsc-theme-4 .apsc-each-profile {
    margin-bottom: 10px
}

.apsc-theme-4 .apsc-inner-block {
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.apsc-theme-4 .social-icon {
    display: inline-block;
    margin-right: auto;
    padding: 4px 0
}

.apsc-theme-4 .apsc-each-profile a {
    background-color: #f8f7f5;
    color: #131e25;
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 20px 18px 16px 90px;
    position: relative;
    text-transform: capitalize
}

.apsc-theme-4 .apsc-each-profile a .fa {
    -webkit-align-items: center;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .4);
    bottom: 0;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    font-size: 16px;
    height: 60px;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    line-height: 60px;
    position: absolute;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 60px
}

.apsc-theme-4 .apsc-count {
    border-radius: 0;
    color: #131e25;
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    padding: 4px 4px;
    position: relative;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.apsc-theme-4 .apsc-media-type {
    display: inline-block;
    font-weight: 400;
    padding: 4px 0
}

@media screen and (max-width:479px) {

    .apsc-theme-3 .apsc-each-profile a,
    .apsc-theme-4 .apsc-each-profile a {
        display: inline-block
    }

    .apsc-theme-3 .apsc-each-profile,
    .apsc-theme-4 .apsc-each-profile {
        float: none
    }
}

.tweet_avatar {
    float: left;
    margin-top: 4px
}

.tweet_avatar img {
    display: none;
    max-width: 25px
}

.tweet_avatar:before {
    color: #55acee;
    content: "\f099";
    font-family: FontAwesome
}

.tweet_right {
    margin-left: 35px;
    overflow: hidden;
    zoom: 1
}

.tweet_list {
    list-style: none;
    padding: 0
}

.tweet_list li+li {
    clear: both;
    padding-top: 20px
}

.tweet_text a:last-child {
    display: block
}

.tweet_time {
    display: block
}

.widget_slider h4:first-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: .95em;
    margin-top: -1em;
    text-transform: none
}

.widget_slider .cat-links {
    bottom: 0;
    left: 0;
    margin-bottom: -4px;
    position: absolute
}

.widget_post_tabs h4:first-child {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: .7em;
    margin-top: -1em;
    text-transform: none
}

.widget_post_tabs .vertical-item {
    margin-bottom: 2.7em
}

.widget_post_tabs .vertical-item:last-child {
    margin-bottom: 0
}

.widget_posts_2cols ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.widget_posts_2cols li {
    margin-top: 20px;
    width: 50%
}

.widget_posts_2cols li:nth-child(even) {
    padding-left: 10px
}

.widget_posts_2cols li:nth-child(odd) {
    padding-right: 10px
}

.widget_posts_2cols li:nth-child(1),
.widget_posts_2cols li:nth-child(2) {
    margin-top: 0
}

.widget_posts_2cols h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0 0;
    text-transform: none
}

a[class*=fa-]:before {
    display: inline-block;
    font-family: FontAwesome, sans-serif;
    font-size: 15px;
    line-height: 1;
    width: 1em
}

a.fa,
a.fab {
    font-size: 0;
    line-height: 0;
    margin-left: 8px;
    margin-right: 8px;
    text-align: center
}

a.fa .tooltip,
a.fa.bg-icon,
a.fa.border-icon,
a.fa.color-bg-icon,
a.fab .tooltip,
a.fab.bg-icon,
a.fab.border-icon,
a.fab.color-bg-icon {
    margin-left: 3px;
    margin-right: 3px
}

a.fa:first-child,
a.fab:first-child {
    margin-left: 0
}

a.fa:last-child,
a.fab:last-child {
    margin-right: 0
}

a.bg-icon,
a.border-icon,
a.color-bg-icon {
    margin-bottom: 4px
}

a.bg-icon:before,
a.border-icon:before,
a.color-bg-icon:before {
    height: 2.6em;
    line-height: 2.6em;
    width: 2.6em
}

@media (max-width:1679px) {

    a.bg-icon:before,
    a.border-icon:before,
    a.color-bg-icon:before {
        height: 2em;
        line-height: 2em;
        width: 2em
    }
}

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-linkedin-in,
a[class*=fa-].fa-linkedin-in:hover {
    color: #0976b4
}

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,
.fa-500px.color-icon.border-icon:hover,
a.fa-500px.bg-icon:hover {
    background-color: #0099e5
}

.color-bg-icon.fa-adn,
.fa-adn.color-icon.border-icon:hover,
a.fa-adn.bg-icon:hover {
    background-color: #4a484c
}

.color-bg-icon.fa-amazon,
.fa-amazon.color-icon.border-icon:hover,
a.fa-amazon.bg-icon:hover {
    background-color: #f90
}

.color-bg-icon.fa-android,
.fa-android.color-icon.border-icon:hover,
a.fa-android.bg-icon:hover {
    background-color: #a4c639
}

.color-bg-icon.fa-angellist,
.fa-angellist.color-icon.border-icon:hover,
a.fa-angellist.bg-icon:hover {
    background-color: #000
}

.color-bg-icon.fa-apple,
.fa-apple.color-icon.border-icon:hover,
a.fa-apple.bg-icon:hover {
    background-color: #979797
}

.color-bg-icon.fa-behance-square,
.fa-behance-square.color-icon.border-icon:hover,
a.fa-behance-square.bg-icon:hover {
    background-color: #1769ff
}

.color-bg-icon.fa-behance,
.fa-behance.color-icon.border-icon:hover,
a.fa-behance.bg-icon:hover {
    background-color: #1769ff
}

.color-bg-icon.fa-bitbucket-square,
.fa-bitbucket-square.color-icon.border-icon:hover,
a.fa-bitbucket-square.bg-icon:hover {
    background-color: #205081
}

.color-bg-icon.fa-bitbucket,
.fa-bitbucket.color-icon.border-icon:hover,
a.fa-bitbucket.bg-icon:hover {
    background-color: #205081
}

.color-bg-icon.fa-bitcoin,
.fa-bitcoin.color-icon.border-icon:hover,
a.fa-bitcoin.bg-icon:hover {
    background-color: #ee9209
}

.color-bg-icon.fa-black-tie,
.fa-black-tie.color-icon.border-icon:hover,
a.fa-black-tie.bg-icon:hover {
    background-color: #222
}

.color-bg-icon.fa-btc,
.fa-btc.color-icon.border-icon:hover,
a.fa-btc.bg-icon:hover {
    background-color: #ee9209
}

.color-bg-icon.fa-buysellads,
.fa-buysellads.color-icon.border-icon:hover,
a.fa-buysellads.bg-icon:hover {
    background-color: #c90100
}

.color-bg-icon.fa-cc-amex,
.fa-cc-amex.color-icon.border-icon:hover,
a.fa-cc-amex.bg-icon:hover {
    background-color: #007bc1
}

.color-bg-icon.fa-cc-diners-club,
.fa-cc-diners-club.color-icon.border-icon:hover,
a.fa-cc-diners-club.bg-icon:hover {
    background-color: #004a97
}

.color-bg-icon.fa-cc-discover,
.fa-cc-discover.color-icon.border-icon:hover,
a.fa-cc-discover.bg-icon:hover {
    background-color: #f68121
}

.color-bg-icon.fa-cc-jcb,
.fa-cc-jcb.color-icon.border-icon:hover,
a.fa-cc-jcb.bg-icon:hover {
    background-color: #003a8f
}

.color-bg-icon.fa-cc-mastercard,
.fa-cc-mastercard.color-icon.border-icon:hover,
a.fa-cc-mastercard.bg-icon:hover {
    background-color: #0a3a82
}

.color-bg-icon.fa-cc-paypal,
.fa-cc-paypal.color-icon.border-icon:hover,
a.fa-cc-paypal.bg-icon:hover {
    background-color: #253b80
}

.color-bg-icon.fa-cc-stripe,
.fa-cc-stripe.color-icon.border-icon:hover,
a.fa-cc-stripe.bg-icon:hover {
    background-color: #00afe1
}

.color-bg-icon.fa-cc-visa,
.fa-cc-visa.color-icon.border-icon:hover,
a.fa-cc-visa.bg-icon:hover {
    background-color: #0157a2
}

.color-bg-icon.fa-chrome,
.fa-chrome.color-icon.border-icon:hover,
a.fa-chrome.bg-icon:hover {
    background-color: #4587f3
}

.color-bg-icon.fa-codepen,
.fa-codepen.color-icon.border-icon:hover,
a.fa-codepen.bg-icon:hover {
    background-color: #000
}

.color-bg-icon.fa-connectdevelop,
.fa-connectdevelop.color-icon.border-icon:hover,
a.fa-connectdevelop.bg-icon:hover {
    background-color: #391448
}

.color-bg-icon.fa-contao,
.fa-contao.color-icon.border-icon:hover,
a.fa-contao.bg-icon:hover {
    background-color: #eb8623
}

.color-bg-icon.fa-creative-commons,
.fa-creative-commons.color-icon.border-icon:hover,
a.fa-creative-commons.bg-icon:hover {
    background-color: #231f20
}

.color-bg-icon.fa-css3,
.fa-css3.color-icon.border-icon:hover,
a.fa-css3.bg-icon:hover {
    background-color: #1680c0
}

.color-bg-icon.fa-dashcube,
.fa-dashcube.color-icon.border-icon:hover,
a.fa-dashcube.bg-icon:hover {
    background-color: #7f7f7f
}

.color-bg-icon.fa-delicious,
.fa-delicious.color-icon.border-icon:hover,
a.fa-delicious.bg-icon:hover {
    background-color: #39f
}

.color-bg-icon.fa-deviantart,
.fa-deviantart.color-icon.border-icon:hover,
a.fa-deviantart.bg-icon:hover {
    background-color: #4e6252
}

.color-bg-icon.fa-digg,
.fa-digg.color-icon.border-icon:hover,
a.fa-digg.bg-icon:hover {
    background-color: #000
}

.color-bg-icon.fa-dribbble,
.fa-dribbble.color-icon.border-icon:hover,
a.fa-dribbble.bg-icon:hover {
    background-color: #444
}

.color-bg-icon.fa-dropbox,
.fa-dropbox.color-icon.border-icon:hover,
a.fa-dropbox.bg-icon:hover {
    background-color: #007ee5
}

.color-bg-icon.fa-drupal,
.fa-drupal.color-icon.border-icon:hover,
a.fa-drupal.bg-icon:hover {
    background-color: #0077c0
}

.color-bg-icon.fa-empire,
.fa-empire.color-icon.border-icon:hover,
a.fa-empire.bg-icon:hover {
    background-color: #000
}

.color-bg-icon.fa-expeditedssl,
.fa-expeditedssl.color-icon.border-icon:hover,
a.fa-expeditedssl.bg-icon:hover {
    background-color: #343433
}

.color-bg-icon.fa-facebook-official,
.fa-facebook-official.color-icon.border-icon:hover,
a.fa-facebook-official.bg-icon:hover {
    background-color: #3b5998
}

.color-bg-icon.fa-facebook-square,
.fa-facebook-square.color-icon.border-icon:hover,
a.fa-facebook-square.bg-icon:hover {
    background-color: #3b5998
}

.color-bg-icon.fa-facebook,
.fa-facebook.color-icon.border-icon:hover,
a.fa-facebook.bg-icon:hover {
    background-color: #3b5998
}

.color-bg-icon.fa-firefox,
.fa-firefox.color-icon.border-icon:hover,
a.fa-firefox.bg-icon:hover {
    background-color: #e66000
}

.color-bg-icon.fa-flickr,
.fa-flickr.color-icon.border-icon:hover,
a.fa-flickr.bg-icon:hover {
    background-color: #ff0084
}

.color-bg-icon.fa-fonticons,
.fa-fonticons.color-icon.border-icon:hover,
a.fa-fonticons.bg-icon:hover {
    background-color: #1c1e29
}

.color-bg-icon.fa-forumbee,
.fa-forumbee.color-icon.border-icon:hover,
a.fa-forumbee.bg-icon:hover {
    background-color: #83ad13
}

.color-bg-icon.fa-foursquare,
.fa-foursquare.color-icon.border-icon:hover,
a.fa-foursquare.bg-icon:hover {
    background-color: #0072b1
}

.color-bg-icon.fa-ge,
.fa-ge.color-icon.border-icon:hover,
a.fa-ge.bg-icon:hover {
    background-color: #000
}

.color-bg-icon.fa-get-pocket,
.fa-get-pocket.color-icon.border-icon:hover,
a.fa-get-pocket.bg-icon:hover {
    background-color: #d3505a
}

.color-bg-icon.fa-gg-circle,
.fa-gg-circle.color-icon.border-icon:hover,
a.fa-gg-circle.bg-icon:hover {
    background-color: #000
}

.color-bg-icon.fa-gg,
.fa-gg.color-icon.border-icon:hover,
a.fa-gg.bg-icon:hover {
    background-color: #000
}

.color-bg-icon.fa-git-square,
.fa-git-square.color-icon.border-icon:hover,
a.fa-git-square.bg-icon:hover {
    background-color: #333
}

.color-bg-icon.fa-git,
.fa-git.color-icon.border-icon:hover,
a.fa-git.bg-icon:hover {
    background-color: #333
}

.color-bg-icon.fa-github-alt,
.fa-github-alt.color-icon.border-icon:hover,
a.fa-github-alt.bg-icon:hover {
    background-color: #333
}

.color-bg-icon.fa-github-square,
.fa-github-square.color-icon.border-icon:hover,
a.fa-github-square.bg-icon:hover {
    background-color: #333
}

.color-bg-icon.fa-github,
.fa-github.color-icon.border-icon:hover,
a.fa-github.bg-icon:hover {
    background-color: #333
}

.color-bg-icon.fa-gittip,
.fa-gittip.color-icon.border-icon:hover,
a.fa-gittip.bg-icon:hover {
    background-color: #630
}

.color-bg-icon.fa-google-plus-square,
.fa-google-plus-square.color-icon.border-icon:hover,
a.fa-google-plus-square.bg-icon:hover {
    background-color: #dd4b39
}

.color-bg-icon.fa-google-plus,
.fa-google-plus.color-icon.border-icon:hover,
a.fa-google-plus.bg-icon:hover {
    background-color: #dd4b39
}

.color-bg-icon.fa-google-wallet,
.fa-google-wallet.color-icon.border-icon:hover,
a.fa-google-wallet.bg-icon:hover {
    background-color: #4285f4
}

.color-bg-icon.fa-google,
.fa-google.color-icon.border-icon:hover,
a.fa-google.bg-icon:hover {
    background-color: #dd4b39
}

.color-bg-icon.fa-hacker-news,
.fa-hacker-news.color-icon.border-icon:hover,
a.fa-hacker-news.bg-icon:hover {
    background-color: #f60
}

.color-bg-icon.fa-houzz,
.fa-houzz.color-icon.border-icon:hover,
a.fa-houzz.bg-icon:hover {
    background-color: #7ac142
}

.color-bg-icon.fa-html5,
.fa-html5.color-icon.border-icon:hover,
a.fa-html5.bg-icon:hover {
    background-color: #e34f26
}

.color-bg-icon.fa-instagram,
.fa-instagram.color-icon.border-icon:hover,
a.fa-instagram.bg-icon:hover {
    background-color: #3f729b
}

.color-bg-icon.fa-internet-explorer,
.fa-internet-explorer.color-icon.border-icon:hover,
a.fa-internet-explorer.bg-icon:hover {
    background-color: #1ebbee
}

.color-bg-icon.fa-ioxhost,
.fa-ioxhost.color-icon.border-icon:hover,
a.fa-ioxhost.bg-icon:hover {
    background-color: #faa729
}

.color-bg-icon.fa-joomla,
.fa-joomla.color-icon.border-icon:hover,
a.fa-joomla.bg-icon:hover {
    background-color: #142849
}

.color-bg-icon.fa-jsfiddle,
.fa-jsfiddle.color-icon.border-icon:hover,
a.fa-jsfiddle.bg-icon:hover {
    background-color: #4679bd
}

.color-bg-icon.fa-lastfm-square,
.fa-lastfm-square.color-icon.border-icon:hover,
a.fa-lastfm-square.bg-icon:hover {
    background-color: #c3000d
}

.color-bg-icon.fa-lastfm,
.fa-lastfm.color-icon.border-icon:hover,
a.fa-lastfm.bg-icon:hover {
    background-color: #c3000d
}

.color-bg-icon.fa-leanpub,
.fa-leanpub.color-icon.border-icon:hover,
a.fa-leanpub.bg-icon:hover {
    background-color: #0c0c0c
}

.color-bg-icon.fa-linkedin-square,
.fa-linkedin-square.color-icon.border-icon:hover,
a.fa-linkedin-square.bg-icon:hover {
    background-color: #0976b4
}

.color-bg-icon.fa-linkedin,
.fa-linkedin.color-icon.border-icon:hover,
a.fa-linkedin.bg-icon:hover {
    background-color: #0976b4
}

.color-bg-icon.fa-linux,
.fa-linux.color-icon.border-icon:hover,
a.fa-linux.bg-icon:hover {
    background-color: #333
}

.color-bg-icon.fa-maxcdn,
.fa-maxcdn.color-icon.border-icon:hover,
a.fa-maxcdn.bg-icon:hover {
    background-color: #f60
}

.color-bg-icon.fa-meanpath,
.fa-meanpath.color-icon.border-icon:hover,
a.fa-meanpath.bg-icon:hover {
    background-color: #538ed7
}

.color-bg-icon.fa-medium,
.fa-medium.color-icon.border-icon:hover,
a.fa-medium.bg-icon:hover {
    background-color: #000
}

.color-bg-icon.fa-odnoklassniki-square,
.fa-odnoklassniki-square.color-icon.border-icon:hover,
a.fa-odnoklassniki-square.bg-icon:hover {
    background-color: #ed812b
}

.color-bg-icon.fa-odnoklassniki,
.fa-odnoklassniki.color-icon.border-icon:hover,
a.fa-odnoklassniki.bg-icon:hover {
    background-color: #ed812b
}

.color-bg-icon.fa-opencart,
.fa-opencart.color-icon.border-icon:hover,
a.fa-opencart.bg-icon:hover {
    background-color: #2ac2ef
}

.color-bg-icon.fa-openid,
.fa-openid.color-icon.border-icon:hover,
a.fa-openid.bg-icon:hover {
    background-color: #f78c40
}

.color-bg-icon.fa-opera,
.fa-opera.color-icon.border-icon:hover,
a.fa-opera.bg-icon:hover {
    background-color: #cc0f16
}

.color-bg-icon.fa-optin-monster,
.fa-optin-monster.color-icon.border-icon:hover,
a.fa-optin-monster.bg-icon:hover {
    background-color: #83c11f
}

.color-bg-icon.fa-pagelines,
.fa-pagelines.color-icon.border-icon:hover,
a.fa-pagelines.bg-icon:hover {
    background-color: #000
}

.color-bg-icon.fa-paypal,
.fa-paypal.color-icon.border-icon:hover,
a.fa-paypal.bg-icon:hover {
    background-color: #253b80
}

.color-bg-icon.fa-pied-piper-alt,
.fa-pied-piper-alt .color-icon.border-icon:hover,
a.fa-pied-piper-alt .bg-icon:hover {
    color: #2f9f46
}

.color-bg-icon.fa-pied-piper-square,
.fa-pied-piper-square .color-icon.border-icon:hover,
a.fa-pied-piper-square .bg-icon:hover {
    color: #2f9f46
}

.color-bg-icon.fa-pied-piper,
.fa-pied-piper.color-icon.border-icon:hover,
a.fa-pied-piper.bg-icon:hover {
    background-color: #2f9f46
}

.color-bg-icon.fa-pinterest-p,
.fa-pinterest-p.color-icon.border-icon:hover,
a.fa-pinterest-p.bg-icon:hover {
    background-color: #cc2127
}

.color-bg-icon.fa-pinterest-square,
.fa-pinterest-square.color-icon.border-icon:hover,
a.fa-pinterest-square.bg-icon:hover {
    background-color: #cc2127
}

.color-bg-icon.fa-pinterest,
.fa-pinterest.color-icon.border-icon:hover,
a.fa-pinterest.bg-icon:hover {
    background-color: #cc2127
}

.color-bg-icon.fa-qq,
.fa-qq.color-icon.border-icon:hover,
a.fa-qq.bg-icon:hover {
    background-color: #000
}

.color-bg-icon.fa-ra,
.fa-ra.color-icon.border-icon:hover,
a.fa-ra.bg-icon:hover {
    background-color: #000
}

.color-bg-icon.fa-rebel,
.fa-rebel.color-icon.border-icon:hover,
a.fa-rebel.bg-icon:hover {
    background-color: #000
}

.color-bg-icon.fa-reddit-square,
.fa-reddit-square.color-icon.border-icon:hover,
a.fa-reddit-square.bg-icon:hover {
    background-color: #ff4500
}

.color-bg-icon.fa-reddit,
.fa-reddit.color-icon.border-icon:hover,
a.fa-reddit.bg-icon:hover {
    background-color: #ff4500
}

.color-bg-icon.fa-renren,
.fa-renren.color-icon.border-icon:hover,
a.fa-renren.bg-icon:hover {
    background-color: #005eac
}

.color-bg-icon.fa-safari,
.fa-safari.color-icon.border-icon:hover,
a.fa-safari.bg-icon:hover {
    background-color: #1b88ca
}

.color-bg-icon.fa-sellsy,
.fa-sellsy.color-icon.border-icon:hover,
a.fa-sellsy.bg-icon:hover {
    background-color: #1f78b9
}

.color-bg-icon.fa-share-alt-square,
.fa-share-alt-square.color-icon.border-icon:hover,
a.fa-share-alt-square.bg-icon:hover {
    background-color: #01bf01
}

.color-bg-icon.fa-share-alt,
.fa-share-alt.color-icon.border-icon:hover,
a.fa-share-alt.bg-icon:hover {
    background-color: #01bf01
}

.color-bg-icon.fa-shirtsinbulk,
.fa-shirtsinbulk.color-icon.border-icon:hover,
a.fa-shirtsinbulk.bg-icon:hover {
    background-color: #dd3a26
}

.color-bg-icon.fa-simplybuilt,
.fa-simplybuilt.color-icon.border-icon:hover,
a.fa-simplybuilt.bg-icon:hover {
    background-color: #000
}

.color-bg-icon.fa-skyatlas,
.fa-skyatlas.color-icon.border-icon:hover,
a.fa-skyatlas.bg-icon:hover {
    background-color: #00adbb
}

.color-bg-icon.fa-skype,
.fa-skype.color-icon.border-icon:hover,
a.fa-skype.bg-icon:hover {
    background-color: #00aff0
}

.color-bg-icon.fa-slack,
.fa-slack.color-icon.border-icon:hover,
a.fa-slack.bg-icon:hover {
    background-color: #0f7965
}

.color-bg-icon.fa-slideshare,
.fa-slideshare.color-icon.border-icon:hover,
a.fa-slideshare.bg-icon:hover {
    background-color: #e98325
}

.color-bg-icon.fa-soundcloud,
.fa-soundcloud.color-icon.border-icon:hover,
a.fa-soundcloud.bg-icon:hover {
    background-color: #f80
}

.color-bg-icon.fa-spotify,
.fa-spotify.color-icon.border-icon:hover,
a.fa-spotify.bg-icon:hover {
    background-color: #7ab800
}

.color-bg-icon.fa-stack-exchange,
.fa-stack-exchange.color-icon.border-icon:hover,
a.fa-stack-exchange.bg-icon:hover {
    background-color: #000
}

.color-bg-icon.fa-stack-overflow,
.fa-stack-overflow.color-icon.border-icon:hover,
a.fa-stack-overflow.bg-icon:hover {
    background-color: #fe7a15
}

.color-bg-icon.fa-steam-square,
.fa-steam-square.color-icon.border-icon:hover,
a.fa-steam-square.bg-icon:hover {
    background-color: #0b0b0b
}

.color-bg-icon.fa-steam,
.fa-steam.color-icon.border-icon:hover,
a.fa-steam.bg-icon:hover {
    background-color: #0b0b0b
}

.color-bg-icon.fa-stumbleupon-circle,
.fa-stumbleupon-circle.color-icon.border-icon:hover,
a.fa-stumbleupon-circle.bg-icon:hover {
    background-color: #eb4924
}

.color-bg-icon.fa-stumbleupon,
.fa-stumbleupon.color-icon.border-icon:hover,
a.fa-stumbleupon.bg-icon:hover {
    background-color: #eb4924
}

.color-bg-icon.fa-tencent-weibo,
.fa-tencent-weibo.color-icon.border-icon:hover,
a.fa-tencent-weibo.bg-icon:hover {
    background-color: #74af2c
}

.color-bg-icon.fa-trello,
.fa-trello.color-icon.border-icon:hover,
a.fa-trello.bg-icon:hover {
    background-color: #256a92
}

.color-bg-icon.fa-tripadvisor,
.fa-tripadvisor.color-icon.border-icon:hover,
a.fa-tripadvisor.bg-icon:hover {
    background-color: #589442
}

.color-bg-icon.fa-tumblr-square,
.fa-tumblr-square.color-icon.border-icon:hover,
a.fa-tumblr-square.bg-icon:hover {
    background-color: #35465c
}

.color-bg-icon.fa-tumblr,
.fa-tumblr.color-icon.border-icon:hover,
a.fa-tumblr.bg-icon:hover {
    background-color: #35465c
}

.color-bg-icon.fa-twitch,
.fa-twitch.color-icon.border-icon:hover,
a.fa-twitch.bg-icon:hover {
    background-color: #6441a5
}

.color-bg-icon.fa-twitter-square,
.fa-twitter-square.color-icon.border-icon:hover,
a.fa-twitter-square.bg-icon:hover {
    background-color: #55acee
}

.color-bg-icon.fa-twitter,
.fa-twitter.color-icon.border-icon:hover,
a.fa-twitter.bg-icon:hover {
    background-color: #55acee
}

.color-bg-icon.fa-viacoin,
.fa-viacoin.color-icon.border-icon:hover,
a.fa-viacoin.bg-icon:hover {
    background-color: #333
}

.color-bg-icon.fa-vimeo-square,
.fa-vimeo-square.color-icon.border-icon:hover,
a.fa-vimeo-square.bg-icon:hover {
    background-color: #1ab7ea
}

.color-bg-icon.fa-vimeo,
.fa-vimeo.color-icon.border-icon:hover,
a.fa-vimeo.bg-icon:hover {
    background-color: #1ab7ea
}

.color-bg-icon.fa-vine,
.fa-vine.color-icon.border-icon:hover,
a.fa-vine.bg-icon:hover {
    background-color: #00b488
}

.color-bg-icon.fa-vk,
.fa-vk.color-icon.border-icon:hover,
a.fa-vk.bg-icon:hover {
    background-color: #45668e
}

.color-bg-icon.fa-wechat,
.fa-wechat.color-icon.border-icon:hover,
a.fa-wechat.bg-icon:hover {
    background-color: #93d034
}

.color-bg-icon.fa-weibo,
.fa-weibo.color-icon.border-icon:hover,
a.fa-weibo.bg-icon:hover {
    background-color: #e71d34
}

.color-bg-icon.fa-weixin,
.fa-weixin.color-icon.border-icon:hover,
a.fa-weixin.bg-icon:hover {
    background-color: #93d034
}

.color-bg-icon.fa-wikipedia-w,
.fa-wikipedia-w.color-icon.border-icon:hover,
a.fa-wikipedia-w.bg-icon:hover {
    background-color: #000
}

.color-bg-icon.fa-windows,
.fa-windows.color-icon.border-icon:hover,
a.fa-windows.bg-icon:hover {
    background-color: #00bcf2
}

.color-bg-icon.fa-wordpress,
.fa-wordpress.color-icon.border-icon:hover,
a.fa-wordpress.bg-icon:hover {
    background-color: #21759b
}

.color-bg-icon.fa-xing-square,
.fa-xing-square.color-icon.border-icon:hover,
a.fa-xing-square.bg-icon:hover {
    background-color: #026466
}

.color-bg-icon.fa-xing,
.fa-xing.color-icon.border-icon:hover,
a.fa-xing.bg-icon:hover {
    background-color: #026466
}

.color-bg-icon.fa-y-combinator,
.fa-y-combinator.color-icon.border-icon:hover,
a.fa-y-combinator.bg-icon:hover {
    background-color: #f0652f
}

.color-bg-icon.fa-yahoo,
.fa-yahoo.color-icon.border-icon:hover,
a.fa-yahoo.bg-icon:hover {
    background-color: #400191
}

.color-bg-icon.fa-yc,
.fa-yc.color-icon.border-icon:hover,
a.fa-yc.bg-icon:hover {
    background-color: #f0652f
}

.color-bg-icon.fa-yelp,
.fa-yelp.color-icon.border-icon:hover,
a.fa-yelp.bg-icon:hover {
    background-color: #af0606
}

.color-bg-icon.fa-youtube-play,
.fa-youtube-play.color-icon.border-icon:hover,
a.fa-youtube-play.bg-icon:hover {
    background-color: #e52d27
}

.color-bg-icon.fa-youtube-square,
.fa-youtube-square.color-icon.border-icon:hover,
a.fa-youtube-square.bg-icon:hover {
    background-color: #e52d27
}

.color-bg-icon.fa-youtube,
.fa-youtube.color-icon.border-icon:hover,
a.fa-youtube.bg-icon:hover {
    background-color: #e52d27
}

.color-bg-icon.fa-rss,
.fa-rss.color-icon.border-icon:hover,
a.fa-rss.bg-icon:hover {
    background-color: #ffa811
}

.color-bg-icon {
    color: #fff
}

a.fa {
    color: #131e25
}

.page_topline .social-icons a {
    color: #fff
}

.social-icons a {
    color: #131e25
}

a.border-icon {
    border: 1px solid #6d7a82;
    border-color: rgba(109, 122, 130, .4)
}

a.border-icon.color-icon:hover {
    border-color: transparent
}

a.bg-icon {
    background-color: #ededed
}

a.color-bg-icon {
    background-color: #131e25;
    color: #fff
}

a.fa.color-icon:hover {
    color: #131e25
}

a.fa.bg-icon:hover {
    color: #fff
}

a.fa.color-bg-icon:hover {
    background-color: #bb201e;
    color: #fff
}

a.color-icon:hover {
    color: #131e25
}

a.color-icon.border-icon:hover {
    color: #fff
}

.alignnone {
    margin: 10px 0 30px
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 10px auto 30px auto
}

.alignright {
    float: right;
    margin: 10px 0 30px 40px;
    max-width: 50%
}

.alignleft {
    float: left;
    margin: 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-left: auto;
    margin-right: auto
}

.wp-caption {
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    white-space: nowrap;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.bypostauthor,
.sticky {
    position: relative
}

.nav-links,
.page-item,
.page-links {
    clear: both
}

.nav-links>a,
.nav-links>span,
.page-item>a,
.page-item>span,
.page-links>a,
.page-links>span {
    background-color: transparent;
    border: 1px solid #e7e8e9;
    border-radius: 0 !important;
    color: #6d7a82;
    display: inline-block;
    line-height: inherit;
    margin-left: 0;
    margin-right: 11px;
    min-width: 2.4em;
    outline: 1px solid #e7e8e9;
    padding: 5px 10px;
    text-align: center
}

.nav-links>a:hover,
.nav-links>span:hover,
.page-item>a:hover,
.page-item>span:hover,
.page-links>a:hover,
.page-links>span:hover {
    background: 0 0 !important;
    border-color: #bb201e !important;
    color: #131e25 !important;
    outline-color: #bb201e !important
}

.nav-links.active>a,
.nav-links>span,
.page-item.active>a,
.page-item>span,
.page-links.active>a,
.page-links>span {
    background: #bb201e !important;
    border-color: #bb201e !important;
    color: #131e25 !important;
    cursor: not-allowed;
    outline-color: #bb201e !important
}

.nav-links .fa,
.page-item .fa,
.page-links .fa {
    font-size: 10px
}

.page-links a:first-child {
    margin-left: 1em
}

.pagination {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 60px
}

.post-nav {
    margin: 60px 0 0;
    position: relative
}

.post-nav .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.post-nav .nav-links>div {
    height: auto;
    padding: 30px 40px;
    position: relative;
    text-align: right;
    -webkit-transition: .2s opacity ease;
    transition: .2s opacity ease;
    width: 50%
}

.post-nav .nav-links>div:hover {
    opacity: .9
}

@media (max-width:575px) {
    .post-nav .nav-links>div {
        width: 100%
    }
}

.post-nav .nav-links>div .fa {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.post-nav .nav-links>div:first-child {
    text-align: left
}

.post-nav .nav-links>div:first-child .fa {
    left: 0;
    right: auto
}

.post-nav .nav-links .nav-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.6em;
    min-width: 8em;
    padding: .25em .8em .05em;
    text-align: center;
    text-transform: capitalize
}

.post-nav .nav-links .nav-title {
    display: block
}

.post-nav .nav-links a {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.post-nav .post-nav-image {
    display: none
}

.post-nav .cover-image .post-nav-text-wrap {
    text-align: center
}

@media (max-width:1199px) {
    .post-nav .nav-links>div {
        padding: 40px 20px
    }

    .post-nav .nav-links .nav-title {
        font-size: 20px
    }
}

.nav-wrap {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (min-width:768px) and (max-width:991px) {
    .nav-wrap {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }
}

.nav-wrap>.top-nav+:not(.top-includes) {
    -webkit-box-flex: 100;
    -webkit-flex-grow: 100;
    flex-grow: 100;
    padding-left: 30px;
    padding-right: 30px
}

@media (min-width:1200px) {
    .top-nav {
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-flex: 10;
        display: flex;
        display: -webkit-flex;
        display: -webkit-box;
        -webkit-flex-grow: 10;
        flex-grow: 10;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: relative
    }

    .justify-nav-end .top-nav {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .justify-nav-center .top-nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .sf-menu,
    .sf-menu ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .sf-menu li {
        position: relative
    }

    .sf-menu li>ul {
        display: none;
        position: absolute;
        top: 100%;
        z-index: 99
    }

    .sf-menu li.sfHover>ul,
    .sf-menu li:hover>ul {
        display: block
    }

    .sf-menu a {
        display: block;
        position: relative
    }

    .sf-menu a {
        font-size: 16px;
        font-weight: 400;
        padding: 5px 1.1em;
        text-decoration: none;
        -webkit-transition-property: color, background-color, border-color, padding-top, padding-bottom;
        transition-property: color, background-color, border-color, padding-top, padding-bottom;
        zoom: 1
    }

    .sf-menu li {
        white-space: nowrap
    }

    .sf-menu>li {
        display: inline-block;
        position: relative
    }

    .sf-menu.nav>li:first-child>a {
        margin-left: 0
    }

    .sf-menu.nav>li:last-child>a {
        margin-right: 0
    }

    .sf-menu>li>a {
        line-height: 14px;
        margin: 0 18px;
        padding-bottom: 27px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 28px;
        -webkit-transition-duration: .15s;
        transition-duration: .15s
    }

    .affix .sf-menu>li>a {
        padding-bottom: 33px;
        padding-top: 33px
    }
}

@media (min-width:1200px) and (min-width:1500px) {
    .sf-menu>li>a {
        margin: 0 16px
    }
}

@media (min-width:1200px) {

    .sf-menu>li.active>a,
    .sf-menu>li>a:hover {
        color: #bb201e
    }

    .sf-menu>li.active>a:after,
    .sf-menu>li>a:hover:after {
        color: #bb201e
    }

    .nav-narrow .sf-menu>li {
        padding: 0
    }

    .nav-narrow .sf-menu>li>a {
        margin-left: 29px;
        margin-right: 29px;
        padding-bottom: 24px;
        padding-top: 24px
    }

    .nav-narrow .sf-menu>li.active>a:before {
        background-color: #bb201e;
        content: "";
        height: 1px;
        left: -20px;
        position: absolute;
        right: -20px;
        top: 0;
        z-index: 1
    }

    .nav-bordered .sf-menu>li+li:before {
        background-color: rgba(255, 255, 255, .15);
        bottom: 0;
        content: "";
        left: -2px;
        position: absolute;
        top: 0;
        width: 1px
    }

    .cs .sf-menu>li>a {
        color: #fff
    }

    .cs .sf-menu>li.active>a,
    .cs .sf-menu>li>a:hover {
        color: #131e25
    }

    .ds .sf-menu>li>a {
        color: #000;
        font-weight: 400
    }

    .ds .sf-menu>li.active>a,
    .ds .sf-menu>li>a:hover {
        color: #2F4C86
    }

    .ls .sf-menu>li>a {
        color: #131e25
    }

    .ls .sf-menu>li.active>a,
    .ls .sf-menu>li>a:hover {
        color: #bb201e
    }

    .ls .sf-menu>li+li:before {
        background-color: #b0b6b9
    }

    .sf-menu li.sfHover,
    .sf-menu li:hover {
        -webkit-transition: none;
        transition: none
    }

    .sf-menu li>ul,
    .sf-menu>li .mega-menu {
        background-color: #fff;
        border-top: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        list-style: none;
        margin-top: 5px;
        min-width: 17em;
        padding: 46px 0 46px;
        text-align: left
    }

    .sf-menu>li .mega-menu {
        padding-left: 0;
        padding-right: 0
    }

    .sf-menu.nav ul a {
        color: #131e25;
        padding-left: 60px;
        padding-right: 60px
    }

    .sf-menu .mega-menu ul {
        background: 0 0;
        box-shadow: none;
        padding: 0
    }

    .sf-menu .mega-menu ul a {
        padding-left: 0;
        padding-right: 0
    }

    .sf-menu ul a:hover,
    .sf-menu ul li.active>a {
        color: #bb201e
    }

    .sf-menu ul ul {
        margin-top: 0;
        top: -32px
    }

    .sf-arrows ul .sf-with-ul:after {
        content: "\f105";
        font-family: FontAwesome;
        padding-left: 7px
    }
}

.sf-menu i[class] {
    font-size: 1.1em;
    margin-right: 7px
}

.sf-menu>li+li:before {
    color: #e0221d;
    content: "\2e";
    font-family: icomoon !important;
    font-size: 44px;
    margin-left: -4px;
    position: absolute;
    top: 34%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:1200px) {
    .sf-menu .sf-xl-hidden {
        display: none !important
    }
}

@media (max-width:1199px) {
    .sf-more-li {
        display: none
    }

    .sf-menu>li+li:before {
        top: 10px
    }
}

@media (min-width:1200px) {

    .page_header .toggle_menu,
    .page_toplogo .toggle_menu {
        display: none
    }
}

.toggle_menu {
    cursor: pointer;
    height: 59px;
    margin-left: -30px;
    margin-top: -30px;
    opacity: .95;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 50%;
    visibility: visible;
    width: 60px;
    z-index: 1002
}

.page_header_wrapper .toggle_menu {
    z-index: 1003
}

.ls .toggle_menu {
    background-color: #fff
}

.ls .toggle_menu span,
.ls .toggle_menu span:after,
.ls .toggle_menu span:before,
.ls .toggle_menu:before {
    background-color: #131e25
}

.page_toplogo .toggle_menu {
    left: auto;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0
}

.toggle_menu:hover span:before {
    top: -9px
}

.toggle_menu:hover span:after {
    top: 9px
}

.toggle_menu span,
.toggle_menu span:after,
.toggle_menu span:before,
.toggle_menu:before {
    background-color: #202020;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 30px
}

.toggle_menu span,
.toggle_menu:before {
    left: 15px;
    top: 50%
}

.toggle_menu span:before {
    opacity: 1;
    top: -8px
}

.toggle_menu span:after {
    opacity: 1;
    top: 8px
}

.toggle_menu.mobile-active {
    background-color: #bb201e;
    border: none;
    left: auto;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3000
}

.toggle_menu.mobile-active:before {
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.toggle_menu.mobile-active span {
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.toggle_menu.mobile-active span:after,
.toggle_menu.mobile-active span:before {
    opacity: 0
}

.toggle_menu.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.toggle_menu.active span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.toggle_menu.active span:after,
.toggle_menu.active span:before {
    opacity: 0
}

@media (max-width:767px) {
    .nav-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

@media (max-width:1199px) {
    .page_header [class*=col] {
        min-height: 0
    }

    .top-nav {
        background-color: transparent;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        visibility: hidden;
        z-index: 10
    }

    .mobile-active .top-nav {
        background-color: #111;
        background-color: rgba(0, 0, 0, .9);
        opacity: 1;
        visibility: visible;
        z-index: 1002
    }

    .nav-justified>li>a {
        text-align: left
    }

    .sf-menu {
        background-color: #fff;
        border-top: 61px solid #bb201e;
        bottom: 0;
        display: block;
        font-size: 14px;
        font-weight: 700;
        left: 0;
        letter-spacing: 0;
        line-height: 1.6em;
        opacity: 0;
        overflow: auto;
        padding: 20px 10px 20px 20px;
        position: fixed;
        right: 100%;
        text-align: left;
        text-transform: capitalize;
        top: 0;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .mobile-active .sf-menu {
        opacity: 1;
        right: 0
    }

    .sf-menu li {
        position: relative;
        list-style-type: none
    }

    .top-nav .sf-menu a {
        color: #131e25;
        display: block;
        padding: 10px 10px;
        z-index: 2
    }

    .sf-menu ul {
        list-style: none;
        margin-top: 0 !important;
        padding-left: 10px
    }

    .sf-menu ul li a {
        font-weight: 500;
        letter-spacing: .1em
    }

    .sf-arrows .sf-with-ul {
        padding-right: 3.5em
    }

    .sf-arrows .sf-with-ul+.sf-menu-item-mobile-toggler {
        border-radius: 50%;
        height: 30px;
        line-height: 30px;
        position: absolute;
        right: 5px;
        text-align: center;
        top: 5px;
        width: 30px;
        z-index: 1
    }

    .sf-arrows .sf-with-ul+.sf-menu-item-mobile-toggler:after {
        color: #131e25;
        content: "\f105";
        font-family: FontAwesome
    }

    .sfHover>.sf-with-ul+.sf-menu-item-mobile-toggler:after {
        content: "\f107"
    }
}

@media screen and (min-width:1200px) {
    .top-nav ul .mega-menu ul {
        border: none;
        min-width: auto
    }

    .top-nav .menu-item-has-mega-menu {
        position: relative
    }

    .top-nav .mega-menu {
        display: none;
        position: absolute;
        top: 100%;
        width: 940px;
        z-index: 10
    }

    .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 {
        border-left: 1px solid #b0b6b9;
        display: table-cell;
        padding: 0 15px;
        width: 2000px
    }

    .top-nav .mega-menu-col>a {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: .05em;
        text-transform: uppercase
    }

    .top-nav .mega-menu-col:first-child {
        border-left: none
    }

    .top-nav ul ul .mega-menu {
        display: block;
        margin-left: 1px;
        top: -20px;
        width: auto
    }

    .top-nav ul ul .mega-menu li {
        border: none;
        display: block;
        width: auto
    }
}

@media screen and (min-width:1200px) {
    .top-nav .mega-menu {
        width: 1170px
    }

    .top-nav ul .mega-menu ul {
        min-width: 10em
    }

    .top-nav .mega-menu-col {
        padding: 0 40px
    }
}

@media screen and (max-width:991px) {
    .top-nav .mega-menu {
        position: static
    }
}

.menu-click {
    padding: 0
}

.menu-click i {
    margin-right: 10px;
    text-align: center;
    width: 1em
}

.menu-click .toggle_submenu {
    border-radius: 50%;
    cursor: pointer;
    font-size: 8px;
    height: 3em;
    line-height: 3em;
    opacity: .9;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 8px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 3em
}

.menu-click .toggle_submenu:before {
    content: "\f078";
    font-family: FontAwesome;
    height: 3em;
    left: 0;
    line-height: 3em;
    position: absolute;
    top: 0;
    width: 3em
}

.menu-click ul {
    padding: 0
}

.menu-click li {
    list-style: none;
    position: relative;
    width: 100%
}

.menu-click>li {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.menu-click a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.6em;
    padding: 10px 40px;
    text-transform: capitalize
}

.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 {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.menu-click li.active>a {
    color: #bb201e
}

.menu-click ul {
    height: 0;
    opacity: 0
}

.menu-click ul a {
    padding-bottom: 8px;
    padding-left: 50px;
    padding-top: 8px
}

.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>div.mega-menu>ul,
.menu-click .active-submenu>ul {
    height: auto;
    opacity: 1
}

.menu-click div.mega-menu,
.menu-click ul {
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity .6s, margin-top .4s, margin-bottom .4s, height .3s ease-in-out;
    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 {
    height: auto;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 100%;
    z-index: 1000
}

.boxed .page_header,
.page_header.affix {
    box-shadow: 0 2px 15px 0 rgba(100, 100, 100, .05);
    opacity: .98;
    position: fixed !important;
    z-index: 1001
}

.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 {
        opacity: 1;
        z-index: 1003
    }
}

.page_header.affix-bottom {
    position: fixed;
    top: 0 !important
}

.page_header .row {
    min-height: 50px
}

.page_header [class*=container] {
    position: relative
}

.page_header a {
    display: inline-block
}

.page_header .btn {
    margin-bottom: 0;
    padding: 10px 28px
}

.header_absolute {
    position: relative
}

.header_absolute .page_header,
.header_absolute .page_header_wrapper {
    left: 0;
    right: 0;
    z-index: 1002
}

.header_absolute .page_header_wrapper,
.header_absolute .page_title,
.header_absolute .page_topline,
.header_absolute .page_toplogo {
    background-color: transparent
}

#canvas:not(.boxed) .header_absolute .page_header.affix-top {
    background-color: transparent
}

.header_under_slider {
    position: absolute;
    width: 100%
}

.page_topline {
    line-height: 1.4;
    padding: 20px 0
}

.page_topline.small-text i {
    font-size: 14px
}

.page_topline .icon-inline {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.page_topline .social-icons {
    display: inline-block
}

.page_topline .social-icons a {
    margin-right: 12px
}

.page_topline .widget_nav_menu {
    display: inline-block
}

.page_topline .top_text {
    color: #bb201e;
    font-size: 16px;
    font-weight: 400;
    margin-right: 40px
}

.page_topline ul {
    margin: 0;
    padding: 0
}

.page_topline ul li {
    display: inline-block
}

.page_topline ul li p.email_top,
.page_topline ul li p.phone_number,
.page_topline ul li p.worktime_top {
    color: #fff;
    font-size: 16px;
    margin-right: 30px
}

.page_topline ul li p.email_top:before,
.page_topline ul li p.phone_number:before,
.page_topline ul li p.worktime_top:before {
    color: #bb201e;
    display: inline-block;
    font-size: 14px;
    margin-right: 7px
}

.page_topline ul li p.email_top span,
.page_topline ul li p.phone_number span,
.page_topline ul li p.worktime_top span {
    margin-right: 5px
}

.page_topline ul li p.email_top a,
.page_topline ul li p.phone_number a,
.page_topline ul li p.worktime_top a {
    color: #fff;
    margin-right: 0
}

.page_topline ul li p.email_top a:hover,
.page_topline ul li p.phone_number a:hover,
.page_topline ul li p.worktime_top a:hover {
    color: #bb201e
}

.page_topline ul li p.phone_number:before {
    content: "\e91a";
    font-family: icomoon !important
}

.page_topline ul li p.email_top:before {
    content: "\f0e0";
    font-family: FontAwesome
}

.page_topline ul li p.worktime_top:before {
    content: "\e91f";
    font-family: icomoon !important
}

.page_topline ul li a {
    margin-right: 24px
}

.page_topline .dropdown-menu {
    margin: 23px 0 0 -25px;
    min-width: auto
}

.page_topline .dropdown-language a>img {
    bottom: 1px;
    margin-right: 6px;
    max-width: 16px;
    position: relative
}

.page_topline .owl-news-slider-dates {
    font-weight: 700
}

.page_topline .topline-news-item {
    height: 2em;
    line-height: 2em;
    margin: 0 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.page_topline .topline-news-item .cat-links {
    display: inline
}

.page_topline .topline-news-nav-arrow {
    border: 1px solid #131e25;
    bottom: 20px;
    font-size: 10px;
    line-height: 38px;
    position: relative;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    width: 40px
}

.page_topline .topline-news-nav-arrow:hover {
    opacity: .5
}

.page_topline .owl-nav>div {
    opacity: 1
}

@media (max-width:991px) {
    .page_topline ul li p.phone_number {
        margin-right: 0
    }

    .phone_modal_button {
        margin-left: 20px
    }

    .page_topline .social-icons a {
        margin-left: 0;
        margin-right: 10px
    }
}

@media (max-width:767px) {
    .page_topline ul li a {
        margin-right: 9px
    }

    .phone_modal_button {
        margin-left: 5px
    }
}

@media (max-width:575px) {
    .page_topline ul li a {
        margin-right: 15px
    }

    .page_topline ul li p.phone_number a {
        margin-right: 10px
    }
}

@media (max-width:479px) {
    .page_topline ul li a {
        margin-right: 10px
    }

    .page_topline ul li p.phone_number a {
        margin-right: 6px
    }

    .page_topline ul li p.phone_number {
        font-size: 15px
    }

    .page_topline .top_text {
        margin-right: 0
    }

    .page_topline ul li p.email_top,
    .page_topline ul li p.phone_number,
    .page_topline ul li p.worktime_top {
        margin-right: 0
    }
}

@media (min-width:992px) {
    .page_toplogo .media+.media {
        margin-left: 60px
    }
}

.page_toplogo .widget_product_search form,
.page_toplogo .widget_product_search input,
.page_toplogo .widget_search form,
.page_toplogo .widget_search input {
    max-width: none
}

@media (max-width:991px) {
    .page_toplogo .media {
        margin: 10px
    }
}

@media (min-width:1500px) {

    .page_header .container-fluid,
    .page_title .container-fluid,
    .page_topline .container-fluid,
    .page_toplogo .container-fluid {
        padding-left: 60px;
        padding-right: 60px
    }
}

.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: 12px
}

.top-includes>li:first-child {
    margin-left: 0
}

@media (min-width:992px) {
    .top-includes.border-divided>li+li {
        border-left: 2px solid rgba(200, 200, 200, .35);
        margin-left: 26px;
        padding-left: 30px
    }
}

@media (min-width:992px) {
    .top-nav+.top-includes {
        margin-left: 58px
    }
}

@media (max-width:991px) {
    .top-includes.md-absolute {
        bottom: 0;
        position: absolute;
        right: 80px
    }
}

.top-includes a.bg-icon,
.top-includes a.border-icon,
.top-includes a.color-bg-icon {
    margin-bottom: 2px;
    margin-top: 2px
}

a.logo {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

a.logo img {
    display: inline-block;
    max-height: 145px;
    padding: 2px 2px;
}

a.logo .logo-text {
    font-size: 34px;
    padding: 0 10px
}

a.logo .logo-subtext {
    font-size: 22px;
    padding: 0 10px
}

a.logo .logo-text-bottom {
    font-size: 26px
}

a.logo .flex-column,
a.logo.flex-column {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    padding-bottom: 10px;
    padding-top: 10px
}

a.logo .flex-column.text-center,
a.logo.flex-column.text-center {
    display: inline-block
}

.text-center a.logo {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (max-width:767px) {
    a.logo img {
        max-height: 75px
    }

    .float {
        display: none
    }

    .owl-carousel .owl-dot,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        display: none
    }

    .page_copyright {
        padding-bottom: 65px
    }
}

.header_logo_center a.logo {
    display: inline-block;
    padding: 10px 0;
    position: relative;
    z-index: 2
}

.header_logo_center.affix a.logo {
    padding: 5px 0
}

@media (min-width:992px) {
    .header_logo_center .logo_wrapper {
        -webkit-align-items: center;
        align-items: center;
        bottom: 0;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

#search_modal {
    padding: 0 !important
}

#search_modal .widget {
    background-color: #fff;
    padding: 20px 0
}

@media (min-width:1200px) {
    #search_modal .widget:before {
        content: "";
        height: 100px;
        opacity: .2;
        position: absolute;
        top: 0;
        width: 100%
    }
}

#search_modal .search-form {
    margin: 0 auto;
    max-width: 960px;
    padding: 0
}

@media (max-width:1050px) {
    #search_modal .search-form {
        margin-right: 45px
    }
}

#search_modal a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.6em;
    text-transform: capitalize
}

#search_modal a:hover {
    color: #bb201e;
    opacity: 1
}

#search_modal .searchform-respond {
    color: #fff;
    margin: 20px auto;
    width: 300px
}

#search_modal .form-group {
    margin-bottom: 0
}

#search_modal .form-control {
    background-color: transparent;
    border: none;
    color: #131e25;
    font-size: 28px;
    font-style: italic;
    height: 60px;
    max-width: none;
    width: 100%
}

#search_modal .form-control:-moz-placeholder {
    color: #6d7a82;
    opacity: 1
}

#search_modal .form-control::-moz-placeholder {
    color: #6d7a82;
    opacity: 1
}

#search_modal .form-control:-ms-input-placeholder {
    color: #6d7a82
}

#search_modal .form-control::-webkit-input-placeholder {
    color: #6d7a82
}

#search_modal .btn {
    color: #131e25;
    font-size: 0;
    margin: 0;
    padding: 21px;
    width: auto
}

#search_modal .btn:before {
    color: #131e25;
    font-size: 18px
}

#search_modal .close {
    color: #131e25;
    font-size: 30px;
    line-height: 60px;
    min-width: 60px;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: none;
    top: 18px;
    z-index: 2
}

.active-side-header #search_modal {
    right: 310px
}

.search_modal_button {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 0 0 0 10px
}

body:after {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1001
}

#canvas,
.page_header_side,
body,
body:after {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

#canvas {
    left: 0;
    -webkit-transition-property: left, margin-left;
    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 {
    opacity: 1;
    visibility: visible
}

html.html-active-push-header {
    overflow: hidden
}

.page_header_side {
    bottom: 0;
    left: -310px;
    position: fixed;
    top: 0;
    width: 310px;
    z-index: 1002
}

.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-left: 30px;
    padding-right: 30px
}

.page_header_side .widget_icons_list li+li {
    margin-top: 1em
}

.page_header_side .social-icons {
    display: block;
    margin-top: 43px
}

.page_header_side .social-icons a.bg-icon,
.page_header_side .social-icons a.border-icon,
.page_header_side .social-icons a.color-bg-icon {
    margin-bottom: 2px;
    margin-top: 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-left: 65px;
        padding-right: 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-left: 65px;
        padding-right: 65px
    }
}

@media (max-width:575px) {

    .page_header_side~.page_topline [class*=container],
    .page_header_side~.page_toplogo [class*=container],
    .page_header_side~div .page_header [class*=container] {
        padding-left: 15px;
        padding-right: 15px
    }
}

.side_header_inner {
    padding: 26px 0 60px
}

.toggle_menu_side {
    margin: 0;
    position: absolute;
    right: -60px;
    top: 0;
    -webkit-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out
}

@media (max-width:370px) {
    .toggle_menu_side.active {
        opacity: .4;
        right: 0
    }
}

.toggle_menu_side span,
.toggle_menu_side span:after,
.toggle_menu_side span:before,
.toggle_menu_side:before {
    background-color: #fff !important
}

.ds .toggle_menu_side {
    background-color: #bb201e
}

.bs .toggle_menu_side {
    background-color: #bb201e
}

.ls .toggle_menu_side {
    background-color: #bb201e
}

.page_header_side.header_side_sticked .toggle_menu_side {
    right: -60px;
    top: 0;
    -webkit-transition: .5s ease-in-out;
    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 {
    left: auto;
    right: -310px
}

.page_header_side.header_side_right.active-slide-side-header {
    right: 0
}

.page_header_side.header_side_right .toggle_menu_side {
    left: -60px;
    right: auto;
    -webkit-transition: left .3s ease-in-out;
    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 {
    left: auto;
    right: 0
}

@media (min-width:600px) {
    .page_header_side.header_side_sticked.active-slide-side-header {
        left: 0
    }

    .header_side_sticked~* {
        -webkit-transition: margin .5s ease-in-out;
        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-left: 0;
        margin-right: 310px
    }
}

.page_slider {
    clear: both;
    overflow: hidden;
    position: relative
}

.page_slider>img {
    width: 100%
}

.page_slider h2 {
    font-size: 6em !important;
    line-height: 1;
    margin: 0
}

.page_slider h3 {
    font-size: 2em;
    line-height: 1;
    margin: 0
}

.page_slider h4 {
    font-size: 1.5em;
    margin: 0
}

.page_slider p {
    margin: 0;
    color: black;
    font-size: 19px;
    /*text-shadow: 2px 2px 2px #00000069*/
}

@media (min-width:992px) {
    .page_slider h2 {
        font-size: 6em
    }

    .page_slider h3 {
        font-size: 3em
    }

    .page_slider h4 {
        font-size: 2.5em
    }
}

.page_slider .flex-direction-nav .flex-prev {
    left: 2%;
    opacity: 1
}

.page_slider .flex-direction-nav .flex-next {
    opacity: 1;
    right: 2%
}

.page_slider .flexslider .slides {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.page_slider .flexslider:after,
.page_slider .flexslider:before {
    clear: both;
    content: "";
    display: block
}

.page_slider .flexslider .intro_layer img {
    display: inline-block;
    width: auto
}

.page_slider .flexslider .intro_layer a.btn.btn-outline-maincolor {
    border-color: #bb201e;
    color: #bb201e;
    letter-spacing: .8px;
    margin-bottom: 0;
    padding: 11px 37px
}

.page_slider .flexslider .intro_layer a.btn.btn-outline-maincolor:hover {
    background: #bb201e;
    border-color: #bb201e;
    color: #fff
}

.page_slider .flexslider .intro_layer h1 {
    display: inline-block;
    line-height: 1.34;
    margin: 0
}

.page_slider .flexslider .intro_layer h2 span {
    color: #e3241f
}

.page_slider .flexslider.slider-shadow {
    padding-bottom: 50px
}

.page_slider .flexslider.slider-shadow:after,
.page_slider .flexslider.slider-shadow:before {
    background: 0 0;
    bottom: 65px;
    box-shadow: 0 25px 20px rgba(0, 0, 0, .3);
    content: "";
    height: 20%;
    left: 10px;
    max-width: 400px;
    position: absolute;
    transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    width: 50%;
    z-index: 1
}

.page_slider .flexslider.slider-shadow:after {
    left: auto;
    right: 10px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
}

.page_slider .intro_layers_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.page_slider ul.slider-list {
    list-style: none;
    margin-bottom: 2.3em;
    padding: 0
}

.page_slider ul.slider-list li {
    font-size: 20px;
    font-weight: 300;
    line-height: 40px
}

.page_slider ul.slider-list li:before {
    color: #bb201e;
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 20px;
    padding-right: 11px;
    position: relative;
    top: 0
}

.page_slider .slider-price-wrap {
    color: #bb201e;
    display: inline-block;
    font-size: 20px;
    line-height: .7;
    margin-left: 45px;
    position: relative;
    vertical-align: middle
}

.page_slider .slider-price-wrap .plan-price {
    font-size: 62px;
    font-weight: 900
}

.page_slider .slider-price-wrap .plan-decimals {
    font-size: 30px;
    position: absolute;
    right: 2px
}

.page_slider .slider-price-wrap .pricing-plan .price-wrap .plan-sign {
    text-transform: uppercase
}

.page_slider .slider-price-description {
    display: inline-block;
    margin-left: 17px;
    position: relative;
    vertical-align: middle
}

.page_slider .slider-price-description p {
    color: #6d7a82;
    line-height: 1.5
}

.page_slider .intro_layers {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 43px 0 0;
    text-align: left;
    width: 100%
}

.page_slider .intro_layers .intro_layer {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #fff
}

.page_slider .intro_layers .intro_layer .fw-divider-special-slider {
    margin-right: 10px;
    position: relative;
    width: 185px
}

.page_slider .intro_layers .intro_layer .fw-divider-special-slider:after,
.page_slider .intro_layers .intro_layer .fw-divider-special-slider:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: auto
}

.page_slider .intro_layers .intro_layer .fw-divider-special-slider:before {
    bottom: -6px;
    color: #fff;
    content: "\e919";
    display: inline-block;
    font-family: icomoon !important;
    font-size: 13px;
    line-height: 1
}

.page_slider .intro_layers .intro_layer .fw-divider-special-slider:after {
    background: #fff;
    content: "";
    display: inline-block;
    height: 2px;
    margin-left: 19px;
    -webkit-mask: url(../img/mask/separator-events.png) repeat center center;
    width: 163px
}

.page_slider .intro_layers .intro_layer .fw-divider-special-slider p {
    background: #fff
}

.page_slider .intro_layers .intro_layer a.btn span {
    color: #fff
}

.page_slider .intro_layers .intro_layer a.btn span:after {
    color: #fff;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 700;
    margin-left: 7px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.page_slider .intro_layers .intro_layer a.btn:hover {
   border-color: transparent !important;
    color: #bb201e;
    background:white !important;
}

.page_slider .flex-control-nav {
    bottom: auto;
    left: 5%;
    position: absolute;
    right: auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto
}

@media (max-width:991px) {
    .page_slider .flex-control-nav {
        display: none
    }
}

.page_slider .flex-control-nav li {
    display: block
}

.page_slider .flexslider-style2 .intro_layers_wrapper {
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer h6 {
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 20px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer h1 {
    font-size: 92px;
    line-height: 1
}

.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 63px
}

.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer p.special {
    margin-bottom: 25px;
    margin-top: 25px
}

.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer a {
    padding: 11px 41px
}

.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer a:hover {
    background: #fff;
    color: #131e25
}

.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer a+a {
    color: #fff;
    margin-left: 10px
}

.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer a+a:hover {
    background: #bb201e;
    color: #131e25
}

@media (min-width:300px) {

    .page_slider .cs,
    .page_slider .ds {
        background-color: transparent
    }

    .page_slider .container,
    .page_slider .container-fluid,
    .page_slider img+.container {
        bottom: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: 0;
        top: 0
    }

    .page_slider [class*=col-] {
        margin-bottom: 0;
        margin-top: 0;
        min-height: 0;
        position: static
    }

    .page_slider .intro_layers_wrapper {
        bottom: 8.5em;
        left: auto;
        position: absolute;
        right: 15px;
        top: auto;
        z-index: 5;
        bottom: 8.5em;
        left: 35px;
        position: absolute;
        top: auto;
        z-index: 5;
        top: -19px
    }
}

@media (min-width:300px) and (min-width:600px) {
    .boxed .page_slider .intro_layers_wrapper {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (max-width:400px) {
    .page_slider .intro_featured_word {
        font-size: 40px
    }
}

.page_slider .intro_layers_wrapper {
    padding: 100px 0 0 0;
}

@media (max-width:991px) {
    .page_slider {
        text-align: center
    }
}

@media (max-width:1679px) {
    .page_slider .flex-control-nav {
        left: 2%
    }

    .page_slider .flexslider-style2 .intro_layers_wrapper {
        left: 21px
    }

    .page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer p {
        margin-bottom: 40px
    }
}

@media (max-width:1440px) {
    .page_slider .flexslider .intro_layer h2 {
        font-size: 52px !important;
        color: #fff;
        text-shadow: 2px 2px 2px #00000069
    }

    .page_slider ul.slider-list {
        list-style: none;
        margin-bottom: 1em;
        padding: 0
    }

    .page_slider .flexslider .intro_layer .after-title {
        margin-bottom: 25px;
        padding-bottom: 25px;
        position: relative
    }

    .page_slider .intro_layers_wrapper {
        padding: 25px 0
    }

    .page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer h1 {
        font-size: 40px
    }

    .page_slider .flex-control-nav {
        left: 1%
    }

    .page_slider .flexslider-style2 .intro_layers_wrapper {
        left: 60px;
        top: 55%
    }
}

@media (max-width:1199px) {
    .page_slider .flexslider .intro_layer h1 {
        font-size: 41px
    }

    .page_slider ul.slider-list li {
        font-size: 16px;
        line-height: 21px
    }

    .page_slider .slider-price-wrap .plan-price {
        font-size: 53px
    }

    .page_slider .slider-price-wrap .plan-decimals {
        font-size: 26px
    }

    .page_slider .flex-control-nav {
        display: none
    }

    .page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer p.special {
        margin-bottom: 0;
        margin-top: 10px
    }

    .page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer p {
        margin-bottom: 10px
    }

    .page_slider .flexslider-style2 .intro_layers_wrapper {
        left: 15px;
        top: 57%
    }
}

@media (max-width:1024px) {
    .page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer p {
        font-size: 16px
    }
}

@media (max-width:991px) {
    .page_slider ul.slider-list {
        display: none
    }

    .page_slider .flexslider .intro_layer .after-title {
        margin-bottom: 35px
    }
}

@media (max-width:767px) {
    .page_slider .flexslider .intro_layer h2 {
        font-size: 25px
    }

    .page_slider p {
        display: none
    }

    .page_slider .flexslider .intro_layer a.btn.btn-outline-maincolor {
        letter-spacing: 0
    }

    .page_slider .slider-price-wrap .plan-price {
        font-size: 40px
    }

    .page_slider .slider-price-wrap {
        font-size: 16px;
        margin-left: 20px
    }

    .page_slider .slider-price-wrap .plan-decimals {
        font-size: 21px
    }

    .page_slider .slider-price-description {
        margin-left: 15px
    }

    .page_slider .flexslider .intro_layer .after-title {
        margin-bottom: 25px;
        padding-bottom: 25px
    }

    .page_slider .intro_layers_wrapper {
        bottom: 0
    }
}

@media (max-width:479px) {
    .page_slider .slider-price-description {
        display: block;
        margin-left: 0;
        margin-top: 15px
    }

    .page_slider .intro_layers {
        padding: 60px 0 0
    }

    .page_slider .intro_layers .intro_layer .fw-divider-special-slider:after,
    .page_slider .intro_layers .intro_layer .fw-divider-special-slider:before {
        display: none
    }

    .page_slider .intro_layers .intro_layer {
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        display: block
    }

    .page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer a+a {
        margin-left: 0;
        margin-top: 15px
    }

    .page_slider .flexslider-style2 .intro_layers_wrapper {
        top: 60%
    }

    .page_slider .flexslider.flexslider-style2 .slides li.flex-slide {
        min-height: 750px
    }
}

.error-404 {
    background-image: url(../images/404_bg.html);
    background-size: cover
}

.error-404 .page-header h6 {
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase
}

.error-404 .page-header h3 {
    color: #bb201e;
    font-family: Anton, sans-serif;
    font-size: 226px;
    letter-spacing: 15px;
    line-height: 1;
    margin: 0;
    margin-bottom: 9px
}

.error-404 .page-header p {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 20px;
    line-height: 1;
    margin-bottom: 64px;
    padding-bottom: 46px;
    position: relative;
    text-transform: uppercase
}

.error-404 .page-header p:after {
    background: #bb201e;
    bottom: 0;
    content: "";
    height: 14px;
    -webkit-mask: url(../img/mask/blog-separator.html) no-repeat center center;
    position: absolute;
    width: 100%
}

.error-404 .page-header .btn {
    padding: 15px 50px
}

.error-404 .widget_search {
    margin: 58px 0
}

.error-404 .page-content p a {
    margin-bottom: 0;
    padding: 16px 50px
}

@media (max-width:479px) {
    .error-404 .page-header h3 {
        font-size: 150px
    }

    .error-404 .page-header h6 {
        font-size: 35px
    }
}

.blog_slider {
    margin-bottom: 60px
}

@media (min-width:992px) {
    .blog_slider .intro_layers_wrapper {
        left: 130px;
        right: 130px
    }
}

@media (max-width:767px) {
    .blog_slider {
        display: none
    }
}

.blog-featured-posts .post {
    height: 100%
}

.entry-title,
.entry-title:last-child {
    font-size: 30px;
    line-height: 1;
    margin: 0 0 .7em;
    margin-bottom: 23px;
    padding-bottom: 0;
    position: relative;
    text-transform: none
}

.entry-title a:hover,
.entry-title:last-child a:hover {
    color: #bb201e
}

.entry-title span,
.entry-title:last-child span {
    color: #bb201e
}

h3.entry-title,
h3.entry-title:last-child {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 17px;
    margin-top: 5px
}

h4.entry-title,
h4.entry-title:last-child {
    font-size: 20px;
    line-height: 20px
}

h5.entry-title,
h5.entry-title:last-child {
    font-size: 24px
}

.format-status .entry-title,
.format-status .entry-title:last-child,
.post.format-link .entry-title,
.post.format-link .entry-title:last-child {
    position: relative
}

.format-status .entry-title:after,
.format-status .entry-title:before,
.format-status .entry-title:last-child:after,
.format-status .entry-title:last-child:before,
.post.format-link .entry-title:after,
.post.format-link .entry-title:before,
.post.format-link .entry-title:last-child:after,
.post.format-link .entry-title:last-child:before {
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.format-status .entry-title:after,
.format-status .entry-title:last-child:after,
.post.format-link .entry-title:after,
.post.format-link .entry-title:last-child:after {
    bottom: -2px
}

.format-status .entry-title:before,
.format-status .entry-title:last-child:before,
.post.format-link .entry-title:before,
.post.format-link .entry-title:last-child:before {
    opacity: .2
}

h4.entry-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: .7em
}

.item-media+.item-content h1.entry-title {
    margin-top: 5px
}

.single.single-post .entry-content {
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, .05);
    margin-top: 0;
    padding: 30px 40px 35px
}

.single.single-post .entry-meta {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width:1440px) {

    h4.entry-title,
    h4.entry-title:last-child {
        font-size: 25px;
        line-height: 25px
    }
}

@media (max-width:1024px) {

    h4.entry-title,
    h4.entry-title:last-child {
        font-size: 23px;
        line-height: 25px
    }
}

@media (max-width:991px) {

    h4.entry-title,
    h4.entry-title:last-child {
        font-size: 20px;
        line-height: 20px
    }
}

@media (max-width:767px) {

    h3.entry-title,
    h3.entry-title:last-child {
        font-size: 25px
    }
}

.post {
    position: relative
}

.post>.fa {
    color: #fff;
    position: absolute;
    right: 9px;
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2
}

.post>.fa:before {
    position: relative;
    z-index: 3
}

.post>.fa:after {
    border-color: transparent transparent #bb201e transparent;
    border-style: solid;
    border-width: 0 40px 40px 40px;
    content: "";
    display: block;
    height: 0;
    left: -35px;
    position: absolute;
    top: -14px;
    width: 0;
    z-index: 2
}

.post+.post {
    margin-top: 100px
}

.post h3.entry-title+.entry-meta {
    margin-top: -.65em
}

.post h1.entry-title+.entry-meta {
    margin: 0 0 2em
}

.post.cover-image {
    height: auto;
    padding: 35px 30px 30px;
    text-align: center
}

@media (min-width:992px) {
    .post.cover-image {
        padding: 70px 70px 66px
    }
}

.post.cover-image .post-thumbnail {
    display: none
}

.post ol,
.post ul {
    margin-bottom: 40px
}

.post ol:last-child,
.post ul:last-child {
    margin-bottom: 0
}

.post-thumbnail {
    text-align: center
}

.post-thumbnail>img {
    width: auto
}

.post-thumbnail .owl-dots {
    bottom: 30px;
    left: 0;
    position: absolute;
    right: 0
}

.post-thumbnail+.entry-content {
    margin-top: 1.5em
}

.item-media-wrap {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

.item-media-wrap .post-thumbnail {
    display: inline-block
}

.item-media-wrap .post-thumbnail.item-media-gallery {
    display: block
}

.entry-meta-corner {
    background-color: #bb201e;
    color: #fff;
    position: absolute
}

.entry-meta-corner .day {
    background-color: #131e25;
    display: block;
    padding: .1em .6em
}

.entry-meta-corner .month {
    padding: .1em .3em
}

.post-password-form input[type=password] {
    margin-top: .5em;
    width: auto
}

.post-password-form input[type=submit] {
    position: relative;
    top: -2px
}

.entry-footer,
.entry-meta {
    clear: both;
    line-height: 1;
    margin-top: 1.085em;
    padding-top: 1.6em;
    position: relative
}

.entry-footer:after,
.entry-footer:before,
.entry-meta:after,
.entry-meta:before {
    bottom: 0;
    color: #bb201e;
    left: 0;
    position: absolute;
    top: 0
}

.entry-footer:before,
.entry-meta:before {
    content: "\e919";
    font-family: icomoon !important;
    font-size: 13px
}

.entry-footer:after,
.entry-meta:after {
    background: #bb201e;
    content: "";
    display: inline-block;
    font-size: 20px;
    height: 2px;
    letter-spacing: 1.8px;
    line-height: 1;
    margin-left: 19px;
    -webkit-mask: url(../img/mask/separator-events.png) repeat center center;
    top: 4px;
    width: 241px
}

.entry-footer a,
.entry-meta a {
    font-weight: 400
}

.entry-footer .author a,
.entry-meta .author a {
    font-weight: 400;
    margin-left: 0
}

.entry-footer a.read_more,
.entry-meta a.read_more {
    float: right;
    font-weight: 400
}

.entry-footer a.read_more:after,
.entry-meta a.read_more:after {
    color: #131e25;
    content: "\f061";
    font-family: FontAwesome;
    font-size: 14px;
    padding-left: 5px;
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.entry-footer a.read_more:hover,
.entry-meta a.read_more:hover {
    color: #bb201e
}

.entry-footer a.read_more:hover:after,
.entry-meta a.read_more:hover:after {
    color: #bb201e
}

.entry-footer:empty,
.entry-meta:empty {
    display: none
}

.entry-footer .author-img img,
.entry-meta .author-img img {
    border-radius: 50%;
    margin-right: 8px;
    max-width: 30px
}

.entry-footer .author a,
.entry-meta .author a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.entry-footer {
    margin-bottom: 50px;
    margin-top: 40px
}

.entry-footer .fa {
    margin-right: 10px
}

.entry-content:after,
.entry-content:before,
.entry-footer:after,
.entry-footer:before,
.entry-header:after,
.entry-header:before {
    clear: both;
    content: "";
    display: block
}

.entry-header time {
    color: #6d7a82;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.cat-links {
    clear: both;
    display: block;
    font-size: 0;
    left: 10px;
    line-height: 1;
    margin-bottom: 0;
    position: absolute;
    top: 10px;
    z-index: 2
}

.cat-links:last-child {
    margin-bottom: 0;
    margin-top: 12px
}

.cat-links i {
    color: #131e25;
    font-size: 12px;
    padding-right: 10px
}

.cat-links a {
    background-color: #bb201e;
    color: #131e25;
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 5px 5px 0;
    padding: 9px 15px;
    text-transform: uppercase
}

.cat-links a:nth-child(4n-5) {
    background-color: #bb201e;
    color: #131e25
}

.cat-links a:nth-child(4n-4) {
    background-color: #bb201e;
    color: #131e25
}

.cat-links a:nth-child(4n-3) {
    background-color: #bb201e;
    color: #131e25
}

.cat-links a:hover {
    background-color: #fff
}

.page_topline .cat-links,
.page_topline .cat-links a {
    display: inline-block;
    left: 0;
    position: relative;
    top: 0
}

.entry-footer .entry-title+.edit-link,
.entry-header .entry-title+.edit-link {
    position: absolute;
    right: 15px;
    top: .5em
}

.edit-link:after {
    background: #6d7a82 !important;
    content: "";
    display: inline-block;
    height: 15px;
    margin: 0 21px 0 17px;
    padding: 0 !important;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 1px
}

.edit-link a:before {
    content: "\f044";
    font-family: FontAwesome;
    padding-right: 13px
}

.post-adds {
    -webkit-align-items: center;
    align-items: center;
    background-color: #fafafa;
    -webkit-box-align: center;
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: 1;
    margin-bottom: 30px
}

.post-adds i {
    width: 1em
}

.post-adds a {
    display: inline-block;
    margin: 0
}

.post-adds .dropdown-menu {
    border: none;
    padding: 0
}

.post-adds .share_buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.post-adds .share_buttons a {
    display: block;
    margin: 0
}

.post-adds .share_button {
    background-color: #bb201e;
    color: #fff;
    line-height: 60px;
    text-align: center;
    width: 60px
}

.post-adds .like_button {
    border-right: 1px solid rgba(255, 255, 255, .05);
    color: #bb201e;
    display: block;
    line-height: 60px;
    text-align: center;
    width: 60px
}

.post-adds .votes_count {
    padding: 0 21px
}

.post-adds .views-count {
    background-color: #bb201e;
    color: #fff;
    line-height: 60px;
    margin-left: auto;
    padding: 0 30px
}

@media (max-width:767px) {
    .post-adds {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .post-adds .share_button {
        line-height: 40px;
        width: 40px
    }

    .post-adds .like_button {
        line-height: 40px;
        width: 40px
    }

    .post-adds .views-count {
        line-height: 40px;
        padding: 0 15px
    }
}

@media (max-width:400px) {
    .post-adds .item-views-word {
        display: none
    }
}

.post.format-link {
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, .05);
    padding: 63px 41px 72px;
    text-align: left
}

.post.format-link .entry-content a {
    color: #6d7a82;
    position: relative
}

.post.format-link .entry-content a:after {
    background: #6d7a82;
    bottom: 1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

.post.format-link .entry-content a:hover {
    color: #fff
}

.post.format-link .entry-content a:hover:after {
    background: #fff
}

.post .gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px
}

.post .gallery .gallery-item {
    padding: 0 7px;
    width: 50%
}

.post .gallery .gallery-item figcaption {
    padding: 20px 0 5px
}

@media (min-width:992px) {
    .post .gallery.gallery-columns-1 .gallery-item {
        width: 100%
    }

    .post .gallery.gallery-columns-2 .gallery-item {
        width: 50%
    }

    .post .gallery.gallery-columns-3 .gallery-item {
        width: 33.33%
    }

    .post .gallery.gallery-columns-4 .gallery-item {
        width: 25%
    }

    .post .gallery.gallery-columns-5 .gallery-item {
        width: 20%
    }

    .post .gallery.gallery-columns-6 .gallery-item {
        width: 16.66%
    }

    .post .gallery.gallery-columns-7 .gallery-item {
        width: 14.28%
    }

    .post .gallery.gallery-columns-8 .gallery-item {
        width: 12.5%
    }

    .post .gallery.gallery-columns-9 .gallery-item {
        width: 11.11%
    }
}

.gallery .cat-links {
    left: 50px
}

.post.gallery .owl-carousel .owl-nav {
    bottom: 0;
    color: red;
    left: 0;
    opacity: 1;
    position: static;
    right: 0;
    text-align: center;
    top: 50%
}

.post.gallery .owl-carousel .owl-nav>div {
    background-color: rgba(3, 15, 28, .5);
    bottom: 0;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px
}

.post.gallery .owl-carousel .owl-nav>div:hover i {
    color: #fff
}

.post.gallery .owl-carousel .owl-nav>div:first-child {
    left: 0;
    right: auto
}

.post.gallery .owl-carousel .owl-nav>div {
    right: 2px
}

.post.gallery .owl-carousel .owl-nav>div.owl-next i {
    left: auto;
    right: 4px
}

.post.gallery .owl-carousel .owl-nav>div i {
    left: 4px
}

.author-bio a.fa {
    margin-bottom: 0
}

.comments-title {
    margin-bottom: 60px
}

.comments-area {
    margin-top: 135px
}

.comments-area .comment-list {
    list-style: none;
    margin-top: 65px;
    padding: 0
}

.comments-area .comment-list li:before {
    display: none
}

.comments-area .comment-list ol.children {
    border-left: 1px solid #b0b6b9;
    list-style: none;
    margin-left: 40px;
    padding-left: 60px
}

.comments-area .comment-list ol.children ol.children ol.children {
    padding-left: 35px
}

@media (max-width:767px) {
    .comments-area .comment-list ol.children ol.children ol.children {
        padding-left: 20px
    }
}

.comments-area .comment-list .comment+.comment .comment-body {
    padding-top: 0
}

@media (max-width:991px) {
    .comments-area {
        margin-top: 80px
    }

    .comments-title {
        margin-bottom: 40px
    }
}

.comment-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 35px;
    margin-left: 0;
    padding: 25px 0 0;
    position: relative
}

.comment-body ol,
.comment-body ol ol {
    padding-left: 20px
}

.comment-author {
    font-family: Anton, sans-serif;
    font-size: 18px;
    margin-bottom: 10px
}

.comment-meta {
    -webkit-box-align: stretch;
    box-align: stretch;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-pack: start;
    box-pack: start;
    display: -webkit-box;
    display: box;
    display: -moz-box;
    margin-bottom: .95em
}

.comment-meta img {
    border-radius: 50%;
    left: 0;
    margin-right: 20px;
    max-width: 80px;
    position: relative;
    top: 0
}

.comment-meta .comment-metadata a {
    color: #6d7a82
}

.comment-meta .comment-metadata a:hover {
    color: #bb201e
}

.comment-meta .comment-metadata:before {
    color: #bb201e;
    content: "\e918";
    font-family: icomoon !important;
    font-size: 14px;
    padding-right: 9px;
    position: relative;
    top: 1px
}

.comment-meta b {
    font-weight: inherit
}

.comment-meta .comment-author-img,
.comment-meta .comment-detailed {
    display: inline-block;
    vertical-align: middle
}

.comment-meta a {
    color: #6d7a82
}

.comment-meta a:before {
    color: #bb201e
}

.comment-meta a:hover {
    color: #bb201e
}

.comment-meta .reply a:before {
    font-weight: 700
}

@media (max-width:767px) {
    .comment-body {
        margin-left: 30px
    }

    ol ol .comment-body {
        margin-left: 10px
    }

    .comment-meta img {
        left: 0;
        max-width: 60px
    }

    .comments-area .comment-list ol.children {
        border-left: none;
        list-style: none;
        margin-left: 0;
        padding-left: 0
    }
}

.reply-info {
    float: right;
    margin-top: 24px
}

.reply-info span i {
    color: #bb201e;
    margin-right: 15px
}

.reply-info span+span {
    margin-left: 30px
}

@media (max-width:575px) {

    .reply,
    .reply-info {
        float: none
    }
}

.reply a:before {
    color: #bb201e;
    content: "\e91d";
    font-family: icomoon !important;
    font-size: 14px;
    padding-right: 13px
}

.reply:after {
    background: #6d7a82 !important;
    content: "";
    display: inline-block;
    height: 15px;
    margin: 0 21px 0 17px;
    padding: 0 !important;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 1px
}

.comment-content {
    line-height: 1.5
}

.comment-content p {
    margin-bottom: 17px
}

.comment-awaiting-moderation,
.no-comments {
    opacity: .7
}

.comments-pagination {
    margin: 2em 0 3em
}

.comments-area>.comment-respond {
    margin-top: 144px
}

.comments-area>.comment-respond .comment-reply-title {
    font-size: 64px;
    margin-bottom: 61px;
    padding-bottom: 43px;
    position: relative
}

.comments-area>.comment-respond .comment-reply-title:after,
.comments-area>.comment-respond .comment-reply-title:before {
    bottom: 0;
    color: #bb201e;
    left: 0;
    position: absolute;
    top: auto
}

.comments-area>.comment-respond .comment-reply-title:before {
    content: "\e919";
    font-family: icomoon !important;
    font-size: 13px
}

.comments-area>.comment-respond .comment-reply-title:after {
    bottom: 4px;
    content: ".....................................";
    font-size: 13px;
    left: 23px;
    letter-spacing: 3.2px;
    line-height: 1;
    top: auto
}

.comments-area>.comment-respond .comment-reply-title span {
    color: #bb201e
}

@media (max-width:991px) {
    .comments-area>.comment-respond {
        margin-top: 80px
    }
}

.comment-respond>.ms {
    padding: 35px 40px 40px
}

.comment-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.comment-form p {
    margin-bottom: 40px;
    width: 100%
}

.comment-form p.form-submit {
    margin-bottom: 0;
    margin-top: 37px
}

.comment-form p.comment-form-comment {
    margin-bottom: 5px
}

.comment-form textarea {
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent, transparent 38px, rgba(176, 182, 185, .4) 30px, rgba(176, 182, 185, .4) 31px, rgba(176, 182, 185, .4) 31px) !important;
    background-image: linear-gradient(transparent, transparent 38px, rgba(176, 182, 185, .4) 30px, rgba(176, 182, 185, .4) 31px, rgba(176, 182, 185, .4) 31px) !important;
    background-size: 100% 39px;
    border: none;
    height: 119px;
    line-height: 40px;
    padding-top: 2px
}

.comment-form input[type=checkbox] {
    margin: 0;
    visibility: hidden
}

@media (min-width:992px) {

    .comment-form .comment-form-author,
    .comment-form .comment-form-email {
        width: 50%
    }

    .comment-form .comment-form-author {
        padding-right: 20px
    }
}

.format-status .avatar {
    border-radius: 50%;
    display: block;
    margin: 0 auto 0;
    max-width: 100px
}

.format-status .entry-title {
    margin-bottom: 35px
}

.format-status .cat-links {
    margin-bottom: 5px
}

.format-status.post .entry-title+.entry-meta {
    margin: 0 0 25px
}

.format-status .entry-date {
    margin-top: -7px
}

.format-status .entry-content:before {
    background: #bb201e;
    content: "";
    display: block;
    height: 14px;
    margin: 23px auto 19px;
    -webkit-mask: url(../img/mask/blog-separator.html) no-repeat center center;
    position: relative;
    text-align: center;
    width: 443px
}

.format-status .entry-content p {
    font-size: 20px
}

.format-status .entry-meta .author a {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-transform: capitalize
}

.format-status .entry-meta {
    margin-top: .1em
}

.format-status .entry-meta:after,
.format-status .entry-meta:before {
    display: none
}

.format-chat .entry-content p {
    margin-bottom: 17px
}

.format-chat .entry-content p strong {
    color: #bb201e;
    font-weight: 500
}

.format-chat .entry-content p:nth-child(2n) strong {
    color: #131e25;
    font-weight: 500
}

.post_format-post-format-quote:after {
    color: #bb201e;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 50px;
    left: 10px;
    position: absolute;
    top: 20px;
    z-index: 10
}

.post_format-post-format-quote .entry-content .author:after {
    background: #bb201e;
    content: "";
    display: block;
    height: 14px;
    margin: 18px auto;
    -webkit-mask: url(../img/mask/blog-separator.html) no-repeat center center;
    position: relative;
    text-align: center;
    width: 443px
}

.format-quote {
    text-align: center
}

.format-quote i {
    left: 10px;
    position: absolute;
    top: 10px
}

.format-quote .avatar {
    border-radius: 50%;
    display: block;
    margin: 0 auto 18px;
    max-width: 150px
}

.format-quote.cover-image .entry-header>i {
    display: inline-block;
    font-size: 2em;
    font-style: italic;
    margin-bottom: .7em
}

.format-quote .author {
    font-family: Anton, sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.format-quote blockquote {
    border: none;
    font-size: 20px;
    font-style: italic;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.format-quote blockquote .entry-meta {
    font-style: normal
}

.format-quote blockquote p {
    text-indent: 0
}

.format-quote blockquote p:before {
    display: none
}

.format-quote blockquote cite {
    display: block;
    font-size: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    line-height: 1.6em;
    margin: 24px 0 0;
    text-transform: capitalize
}

@media (max-width:767px) {
    .post.format-link {
        padding: 30px
    }

    .format-quote blockquote {
        padding: 0 20px
    }
}

.author-bio {
    margin: 3em 0 0
}

.text-center header.entry-header {
    text-align: center
}

.blog-featured-posts .entry-footer:after,
.blog-featured-posts .entry-footer:before,
.blog-featured-posts .entry-meta:after,
.blog-featured-posts .entry-meta:before,
.blog-grid .entry-footer:after,
.blog-grid .entry-footer:before,
.blog-grid .entry-meta:after,
.blog-grid .entry-meta:before {
    display: none
}

.comment-respond input:-moz-placeholder {
    color: #131e25;
    font-style: normal;
    opacity: 1
}

.comment-respond input::-moz-placeholder {
    color: #131e25;
    font-style: normal;
    opacity: 1
}

.comment-respond input:-ms-input-placeholder {
    color: #131e25;
    font-style: normal;
    opacity: 1
}

.comment-respond input::-webkit-input-placeholder {
    color: #131e25;
    font-style: normal;
    opacity: 1
}

.comment-respond textarea:-moz-placeholder {
    color: #131e25;
    font-style: normal;
    opacity: 1
}

.comment-respond textarea::-moz-placeholder {
    color: #131e25;
    font-style: normal;
    opacity: 1
}

.comment-respond textarea:-ms-input-placeholder {
    color: #131e25;
    font-style: normal;
    opacity: 1
}

.comment-respond textarea::-webkit-input-placeholder {
    color: #131e25;
    font-style: normal;
    opacity: 1
}

@media only screen and (min-width:992px) {
    .post.type-post .alignwide {
        margin-left: -165px;
        margin-right: -165px;
        max-width: 960px
    }
}

@media only screen and (min-width:1200px) {
    .post.type-post .alignwide {
        margin-left: -205px;
        margin-right: -205px;
        max-width: 1200px
    }
}

.post.type-post blockquote {
    width: 100%
}

.single.single-post blockquote {
    width: 90%
}

.single-post.entry-header .entry-title {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 18px;
    padding-bottom: 35px;
    position: relative
}

.single-post.entry-header .entry-title:after,
.single-post.entry-header .entry-title:before {
    bottom: 0;
    color: #bb201e;
    left: 0;
    position: absolute;
    top: auto
}

.single-post.entry-header .entry-title:before {
    content: "\e919";
    font-family: icomoon !important;
    font-size: 13px
}

.single-post.entry-header .entry-title:after {
    bottom: 4px;
    content: ".....................................";
    font-size: 13px;
    left: 23px;
    letter-spacing: 3.2px;
    line-height: 1;
    top: auto
}

.single-post.entry-header .entry-meta {
    margin-bottom: 1.8rem;
    margin-top: 0;
    padding-top: 0
}

.single-post.entry-header .entry-meta:after,
.single-post.entry-header .entry-meta:before {
    display: none
}

header.entry-header+.post-thumbnail {
    margin-bottom: 3.4em
}

.author-post i,
.posted-on i {
    margin-right: 10px
}

article.content-padding .item-content.grey-bg {
    background: #f8f7f5
}

article.content-padding .item-content {
    padding: 33px 42px 37px
}

.blog-home-style2 article .item-content {
    padding: 13px 0 0
}

.blog-home-style2 article .item-content .entry-header {
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.blog-home-style2 article .item-content .entry-header:after,
.blog-home-style2 article .item-content .entry-header:before {
    display: none
}

.blog-home-style2 article .item-content .entry-header a time {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize
}

.blog-home-style2 article .item-content .entry-header a time:before {
    color: #bb201e;
    content: "\e918";
    font-family: icomoon !important;
    font-size: 14px;
    padding-right: 12px;
    position: relative;
    top: 0
}

.blog-home-style2 article .item-content .entry-title {
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 12px;
    margin-top: 12px;
    text-transform: uppercase
}

.blog-home-style2 article .item-content .entry-meta {
    margin: 0;
    padding: 6px 0 0 0
}

.blog-home-style2 article .item-content .entry-meta:after,
.blog-home-style2 article .item-content .entry-meta:before {
    display: none
}

.blog-home-style2 article .item-content .entry-meta a {
    color: #6d7a82
}

.blog-home-style2 article .item-content .entry-meta i {
    font-size: 14px;
    margin-right: 5px
}

.blog-home-style2 article .item-content .entry-meta .like-count {
    padding-right: 16px
}

.blog-home-style2 article .item-content .entry-meta .like-count:after {
    background: #b0b6b9;
    content: "";
    display: inline-block;
    height: 15px;
    margin-left: 16px;
    padding: 0 !important;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 2px
}

.blog-home-style2 article .item-content .read_more {
    border: 2px solid #bb201e;
    display: inline-block;
    font-weight: 500;
    margin-top: 23px;
    padding: 7px 24px
}

.blog-home-style2 .second-block article {
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.blog-home-style2 .second-block article .item-media.post-thumbnail {
    width: 56%
}

.blog-home-style2 .second-block article .item-content {
    padding: 0 0 0 30px;
    width: 44%
}

.blog-home-style2 .second-block article+article {
    margin-top: 30px
}

.blog-home .cat-links a {
    padding: 3px 7px
}

.blog-home h3.entry-title {
    font-size: 24px
}

.blog-home article.content-padding .item-content {
    padding: 32px 42px 41px
}

@media (max-width:1199px) {

    .author-post i,
    .posted-on i {
        margin-right: 4px
    }

    article.content-padding .item-content {
        padding: 22px
    }

    .blog-home-style2 article .item-content {
        padding: 13px 0 0
    }

    h4.entry-title,
    h4.entry-title:last-child {
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .blog-home article.content-padding .item-content {
        padding: 20px 20px 25px
    }

    .entry-footer:after,
    .entry-meta:after {
        width: 225px
    }
}

@media (max-width:767px) {

    h4.entry-title,
    h4.entry-title:last-child {
        letter-spacing: 0
    }
}

@media (max-width:575px) {

    h4.entry-title,
    h4.entry-title:last-child {
        margin-bottom: 25px;
        padding-bottom: 25px
    }

    .comments-area>.comment-respond .comment-reply-title {
        font-size: 40px
    }

    .format-status .entry-meta .author a {
        margin-left: 0
    }

    .post+.post {
        margin-top: 60px
    }

    .comment-body {
        margin-bottom: 30px;
        padding: 10px 0 30px
    }

    .comment-meta {
        margin-bottom: 1.5em
    }

    .post .entry-content blockquote {
        width: 90% !important
    }

    .single.single-post blockquote {
        width: 100% !important
    }

    .format-quote blockquote {
        padding: 0
    }

    .post_format-post-format-quote .entry-content .author:after {
        width: 395px
    }

    .edit-link:after,
    .reply:after {
        margin: 0 10px 0 9px
    }

    .breadcrumb {
        font-size: 18px
    }

    .format-status .entry-content:before {
        width: 395px
    }
}

@media (max-width:479px) {

    .entry-footer a.read_more,
    .entry-meta a.read_more {
        display: block;
        float: none;
        margin-top: 15px
    }

    h3.entry-title,
    h3.entry-title:last-child {
        font-size: 25px
    }

    .entry-footer,
    .entry-meta {
        margin-top: 1.5em
    }

    .blog-home-style2 .second-block article {
        display: block
    }

    .blog-home-style2 .second-block article .item-media.post-thumbnail {
        width: 100%
    }

    .blog-home-style2 .second-block article .item-content {
        padding: 15px 0 0 0;
        width: 100%
    }

    .format-status .entry-content:before,
    .post_format-post-format-quote .entry-content .author:after {
        width: 200px
    }

    .single.single-post .entry-content {
        padding: 20px 20px 20px
    }

    .comment-body {
        display: block;
        margin-bottom: 0;
        margin-left: 0
    }

    .comment-meta {
        font-size: 15px
    }

    ol ol .comment-body {
        margin-left: 0
    }

    .comment-meta .comment-metadata:before,
    .edit-link a:before,
    .reply a:before {
        padding-right: 5px
    }

    .comment-meta img {
        max-width: 100px
    }
}

legend {
    margin-bottom: 10px
}

#box_wrapper>div>section,
#box_wrapper>section {
    overflow: hidden
}

#box_wrapper>div>section.overflow-visible,
#box_wrapper>section.overflow-visible,
#box_wrapper>section.page_topline,
#box_wrapper>section.page_toplogo {
    overflow: visible
}

.partners-carousel a {
    opacity: .2
}

.partners-carousel a:hover {
    opacity: .8
}

.partners-carousel .center a {
    opacity: 1
}

.dropdown-shopping-cart {
    font-weight: 700;
    position: relative
}

.page_toplogo .dropdown-shopping-cart {
    margin-left: 24px
}

.page_toplogo .dropdown-shopping-cart i {
    position: relative;
    top: .18em
}

.dropdown-shopping-cart .badge {
    border-radius: 50%;
    color: #131e25;
    font-size: 8px;
    font-weight: 400;
    left: 8px;
    padding: 2px 4px;
    position: absolute
}

.page_toplogo .dropdown-shopping-cart .badge {
    top: -.3em
}

.dropdown-shopping-cart:hover {
    color: inherit
}

.dropdown-shopping-cart+.dropdown-menu {
    margin-right: -35px;
    margin-top: 20px
}

@media (min-width:576px) {
    .dropdown-shopping-cart+.dropdown-menu {
        min-width: 430px
    }
}

.dropdown-shopping-cart.dropdown-toggle:after {
    display: none
}

.header_absolute.cover-background,
.header_absolute.s-parallax {
    background-image: url(../images/breadcrumbs_bg.jpg);
    background-size: cover;
    margin-top: 120px;
}

.page_title.cover-background,
.page_title.s-parallax {
    background-image: url(../images/breadcrumbs_bg.jpg);
    background-size: cover
}

.page_title h1,
.page_title h2 {
    color: #fff;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 22px;
    padding-bottom: 0;
    position: relative;
    text-transform: uppercase
}

@media (min-width:992px) {

    .page_title h1,
    .page_title h2 {
        font-size: 45px
    }

    .page_title h1:last-child,
    .page_title h2:last-child {
        margin-bottom: 0
    }
}

.page_title .small-title {
    margin-bottom: 0
}

.page_title .small-title+.breadcrumb {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none
}

@media (min-width:992px) {
    .page_title .title-inline {
        margin: 0
    }

    .page_title .title-inline+.breadcrumb {
        border-left: 1px solid rgba(200, 200, 200, .35);
        margin-left: 30px;
        padding-left: 30px
    }
}

.page_title .breadcrumb {
    line-height: 1
}

.page_title [class*=container]>.breadcrumb {
    background-color: rgba(255, 255, 255, .05);
    bottom: 0;
    padding: 0 15px;
    position: absolute;
    right: 15px
}

@media (max-width:991px) {
    .page_title h1 {
        font-size: 45px
    }
}

@media (max-width:767px) {
    .page_title .breadcrumb {
        line-height: 1.3
    }

    .breadcrumb-item+.breadcrumb-item:before {
        height: 15px
    }
}

@media (max-width:575px) {

    .page_title h1,
    .page_title h2 {
        padding-bottom: 5px;
        font-size: 30px;
        margin-bottom: 5px
    }
}

.page_title .text-center h1:after,
.page_title .text-center h1:before,
.page_title .text-center h2:after,
.page_title .text-center h2:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.page_title.s-overlay h1:before,
.page_title.s-overlay h2:before {
    background-color: #fff;
    opacity: 1
}

.page_404 {
    background-image: url(../images/parallax/video_section_background.html)
}

.page_map {
    height: 600px;
    text-align: center
}

.page_map .marker {
    display: none
}

.map_marker_description {
    max-width: 270px
}

.map_marker_description h3 {
    line-height: 1;
    margin-bottom: 10px
}

.map_marker_description img {
    max-width: 90% !important
}

.gm-style .gm-style-iw {
    line-height: 1.6em;
    overflow: visible !important;
    text-align: center
}

.gm-style .gm-style-iw>:first-child {
    position: relative
}

.gm-style .gm-style-iw:before {
    background: #fff;
    border-top: 2px solid #bb201e;
    bottom: -25px;
    box-shadow: 0 27px 24px -37px rgba(0, 0, 0, .66);
    content: "";
    display: block;
    left: -16px;
    position: absolute;
    right: -16px;
    top: -25px
}

.gm-style .gm-style-iw .icon-inline {
    display: inline-block;
    margin: .3em 0
}

.gm-style .gm-style-iw .icon-inline .icon-styled {
    margin-right: 5px
}

.page_footer {
    background-color: #0d161b;
    overflow: hidden;
    position: relative
}

.page_footer.s-parallax {
    background-image: url(../images/parallax/video_section_background.html)
}

.page_footer .side-icon-box {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    margin: 0 0 14px
}

.page_footer .side-icon-box:last-child {
    border-bottom: none
}

.page_footer .side-icon-box>.icon-styled:first-child {
    margin-right: 0;
    position: relative;
    top: 0
}

.page_footer .side-icon-box .icon-styled+.media-body {
    margin-left: 15px
}

.page_footer .side-icon-box .icon-styled+.media-body span {
    display: block
}

.page_footer .col-md-12 .widget_social_buttons {
    margin-bottom: 0
}

.page_footer .col-md-12 .widget_social_buttons a {
    margin: 0 4px 70px
}

@media (min-width:1200px) {
    .page_footer .col-md-12 .widget_social_buttons a {
        margin-bottom: 0
    }

    .page_footer .col-md-12 .widget_social_buttons a:hover {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.page_footer a.fa,
.page_footer a.fab {
    color: #fff;
    font-size: 16px;
    margin: 0 20px 0 0
}

.page_footer a.fa span,
.page_footer a.fab span {
    color: #fff;
    font-family: Roboto, sans-serif;
    margin-left: 3px;
    text-transform: capitalize
}

.page_footer a.fa:hover span,
.page_footer a.fab:hover span {
    color: #bb201e
}

.page_copyright {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    background: #0644A2;
}

.page_copyright.cover-background,
.page_copyright.s-parallax {
    background-image: url(../images/parallax/video_section_background.html)
}

@media (max-width:1440px) {

    .page_footer a.fa span,
    .page_footer a.fab span {
        margin-left: 8px
    }
}

@media (max-width:1199px) {

    .page_footer a.fa span,
    .page_footer a.fab span {
        margin-left: 10px;
        margin-right: 10px
    }
}

.item-gallery {
    background: 0 0;
    overflow: hidden;
    position: relative
}

.item-gallery .item-content h4 {
    font-size: 22px;
    opacity: 0;
    text-transform: capitalize;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 5
}

.item-gallery:hover .item-content h4 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.gallery-single .vertical-item.content-padding .item-content {
    padding: 53px 50px 53px
}

.form-error {
    color: #dc5753
}

.title_block {
    padding-bottom: 20px;
    position: relative
}

.title_block span {
    color: #bb201e
}

h4.title_block {
    margin-bottom: 25px;
    padding-bottom: 36px
}

.width-80 {
    width: 80%
}

.text-center [class*=width-] {
    left: 50%;
    margin-top: 24px;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:1199px) {
    .width-80 {
        width: 100%
    }
}

.subtitle {
    font-size: 20px;
    margin-top: 35px
}

@media (max-width:1440px) {
    .item-gallery .item-content h4 {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .item-gallery .item-content h4 {
        font-size: 17px
    }
}

.teaser.box-shadow:hover {
    box-shadow: 0 27px 24px -37px rgba(0, 0, 0, .66)
}

.cs.teaser {
    background: #bb201e
}

.cs.teaser:hover {
    background: #fff
}

.teaser {
    background: #fff;
    display: block
}

.teaser i {
    display: inline-block;
    vertical-align: middle
}

.teaser:hover {
    background: #bb201e
}

.teaser-box-section {
    background: 0 0;
    margin-top: -65px;
    z-index: 10
}

@media (max-width:1199px) {
    .teaser-box-section {
        margin-top: -20px
    }
}

@media (max-width:991px) {
    .teaser-box-section .teaser h6 {
        font-size: 16px
    }

    .teaser-box-section .py-45 {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

@media (max-width:767px) {
    .teaser i {
        display: block;
        margin-bottom: 10px
    }
}

.content-padding.contact-form {
    padding: 37px 40px 26px
}

.content-padding-large.contact-form {
    padding: 54px 40px 60px
}

@media (max-width:1199px) {
    .content-padding.contact-form {
        padding: 29px 34px 26px
    }
}

@media (max-width:1199px) {

    .mobile-padding-normal [class*=col-],
    .mobile-padding-normal>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .mobile-padding-normal .row,
    div.row.mobile-padding-normal {
        margin-left: -15px !important;
        margin-right: -15px !important
    }
}

@media (max-width:479px) {
    .courses.media .media-body {
        bottom: -73%
    }

    .page_title.padding-mobile .container {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .padding-mobile-small {
        padding: 30px
    }

    .courses.media .media-body .number-lessons {
        margin-bottom: 65px;
        margin-top: 10px
    }
}

.accordion-section .row .row {
    width: 100%
}

@media (min-width:992px) and (max-width:1199px) {
    .to-bottom-image img {
        margin-bottom: -5.1em
    }
}

.fw-event.type-fw-event {
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.fw-event.type-fw-event .item-media-wrap {
    margin-right: 30px;
    width: 49%
}

.fw-event.type-fw-event .item-content {
    width: 100%
}

.fw-event.type-fw-event .item-content .entry-meta {
    margin: 0 0 16px 0;
    padding: 0
}

.fw-event.type-fw-event .item-content .entry-meta:after,
.fw-event.type-fw-event .item-content .entry-meta:before {
    display: none
}

.fw-event.type-fw-event .item-content .entry-meta .data-events {
    margin-right: 18px
}

.fw-event.type-fw-event .item-content .entry-meta .data-events:before {
    color: #bb201e;
    content: "\f017";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 7px
}

.fw-event.type-fw-event .item-content .entry-meta .data-events:after {
    background: #6d7a82;
    content: "";
    display: inline-block;
    height: 14px;
    margin-left: 21px;
    position: relative;
    top: 2px;
    width: 1px
}

.fw-event.type-fw-event .item-content .entry-meta .location-events:before {
    color: #bb201e;
    content: "\f041";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 7px
}

.fw-event.type-fw-event .item-content .entry-title {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.1;
    text-transform: uppercase
}

.fw-event.type-fw-event .item-content .read_more_events {
    margin-top: 7px;
    padding: 6px 24px
}

.fw-event.type-fw-event+.fw-event.type-fw-event {
    margin-top: 50px;
    padding-top: 50px;
    position: relative
}

.fw-event.type-fw-event+.fw-event.type-fw-event:after,
.fw-event.type-fw-event+.fw-event.type-fw-event:before {
    bottom: auto;
    content: "";
    left: 0;
    position: absolute;
    top: 0
}

.fw-event.type-fw-event+.fw-event.type-fw-event:before {
    color: #bb201e;
    content: "\e919";
    display: inline-block;
    font-family: icomoon !important;
    font-size: 13px;
    line-height: 1;
    top: -5px
}

.fw-event.type-fw-event+.fw-event.type-fw-event:after {
    background: #bb201e;
    display: inline-block;
    height: 2px;
    margin-left: 22px;
    -webkit-mask: url(../img/mask/separator-events.png) repeat center center;
    width: 100%
}

@media (max-width:1199px) {
    .post.event-post .item-content {
        padding: 30px 25px 30px
    }
}

@media (max-width:767px) {
    .post.event-post .item-content {
        padding: 30px 20px 30px
    }
}

@media (max-width:575px) {

    .text-left,
    .text-right {
        text-align: center !important
    }

    .subtitle {
        font-size: 15px;
        margin-top: 20px
    }

    .after-title {
        margin-bottom: 30px;
        padding-bottom: 25px
    }

    .fw-event.type-fw-event+.fw-event.type-fw-event:after {
        width: 400px
    }
}

@media (max-width:479px) {
    .fw-event.type-fw-event {
        display: block
    }

    .fw-event.type-fw-event .item-media-wrap {
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%
    }

    .fw-event.type-fw-event+.fw-event.type-fw-event:after {
        width: 250px
    }
}

.button-page .btn {
    margin-bottom: 4px
}

.event-single {
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%
}

.event-single .item-media {
    width: 47%
}

.event-single .item-media+.item-content {
    box-shadow: none !important;
    padding: 0 0 0 30px;
    width: 53%
}

.event-single .item-media+.item-content .entry-meta {
    margin-top: 28px;
    padding-top: 0
}

.event-single .item-media+.item-content .entry-meta:after,
.event-single .item-media+.item-content .entry-meta:before {
    display: none
}

.event-single .item-media+.item-content .data-events {
    margin-right: 18px
}

.event-single .item-media+.item-content .data-events:before {
    color: #bb201e;
    content: "\f017";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 7px
}

.event-single .item-media+.item-content .data-events:after {
    background: #6d7a82;
    content: "";
    display: inline-block;
    height: 14px;
    margin-left: 21px;
    position: relative;
    top: 2px;
    width: 1px
}

.event-single .item-media+.item-content .location-events:before {
    color: #bb201e;
    content: "\f041";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 7px
}

.event-single .item-media+.item-content .entry-title {
    letter-spacing: 0;
    line-height: 1.1em;
    margin-bottom: 30px;
    padding-bottom: 43px;
    position: relative;
    text-transform: uppercase
}

.event-single .item-media+.item-content .entry-title:after,
.event-single .item-media+.item-content .entry-title:before {
    bottom: 0;
    color: #bb201e;
    left: 0;
    position: absolute;
    top: auto
}

.event-single .item-media+.item-content .entry-title:before {
    content: "\e919";
    font-family: icomoon !important;
    font-size: 13px;
    line-height: 1
}

.event-single .item-media+.item-content .entry-title:after {
    bottom: 4px;
    content: ".....................................";
    font-size: 13px;
    left: 23px;
    letter-spacing: 3.2px;
    line-height: 1;
    top: auto
}

.event-single .fw-event.type-fw-event {
    display: block
}

.event-single .fw-event.type-fw-event .item-media {
    width: 100%
}

.event-single .fw-event.type-fw-event .item-media+.item-content {
    margin-top: 10px;
    padding: 0
}

.event-single .fw-event.type-fw-event .item-media+.item-content .entry-meta {
    margin-top: 17px
}

.event-single .fw-event.type-fw-event .item-media+.item-content .entry-title {
    margin-bottom: 13px;
    padding-bottom: 0
}

.event-single .fw-event.type-fw-event .item-media+.item-content .entry-title:after,
.event-single .fw-event.type-fw-event .item-media+.item-content .entry-title:before {
    display: none
}

.event-single .fw-event.type-fw-event.side-item .item-media+.item-content {
    width: 100%
}

@media (max-width:479px) {
    .event-single {
        display: block
    }

    .event-single .item-media {
        width: 100%
    }

    .event-single .item-media+.item-content {
        padding: 15px 0 0 0;
        width: 100%
    }
}

#mail_modal .container {
    margin: 0 auto;
    max-width: 960px;
    padding: 0
}

#mail_modal.modal {
    top: 100px
}

#mail_modal.modal .form-control,
#mail_modal.modal input[type=email],
#mail_modal.modal input[type=number],
#mail_modal.modal input[type=password],
#mail_modal.modal input[type=tel],
#mail_modal.modal input[type=text],
#mail_modal.modal input[type=url],
#mail_modal.modal select,
#mail_modal.modal textarea {
    background-color: transparent;
    border-color: transparent transparent #b0b6b9;
    border-radius: 0;
    color: #131e25;
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0
}

#mail_modal.modal input:-moz-placeholder {
    color: #131e25;
    opacity: 1
}

#mail_modal.modal input::-moz-placeholder {
    color: #131e25;
    opacity: 1
}

#mail_modal.modal input:-ms-input-placeholder {
    color: #131e25
}

#mail_modal.modal input::-webkit-input-placeholder {
    color: #131e25
}

#mail_modal.modal textarea:-moz-placeholder {
    color: #131e25;
    opacity: 1
}

#mail_modal.modal textarea::-moz-placeholder {
    color: #131e25;
    opacity: 1
}

#mail_modal.modal textarea:-ms-input-placeholder {
    color: #131e25
}

#mail_modal.modal textarea::-webkit-input-placeholder {
    color: #131e25
}

#mail_modal.modal textarea {
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent, transparent 38px, #b0b6b9 30px, #b0b6b9 31px, #b0b6b9 31px) !important;
    background-image: linear-gradient(transparent, transparent 38px, #b0b6b9 30px, #b0b6b9 31px, #b0b6b9 31px) !important;
    background-size: 100% 39px;
    height: 118px;
    line-height: 40px;
    padding-top: 2px
}

#mail_modal.modal form.contact-form {
    padding-left: 85px;
    padding-right: 85px
}

#mail_modal.modal>.container>.row {
    background: #fff
}

#sign_in_modal .container,
#sign_up_modal .container {
    margin: 0 auto;
    max-width: 960px;
    padding: 0
}

#sign_in_modal.modal,
#sign_up_modal.modal {
    top: 100px
}

#sign_in_modal.modal .form-control,
#sign_in_modal.modal input[type=email],
#sign_in_modal.modal input[type=number],
#sign_in_modal.modal input[type=password],
#sign_in_modal.modal input[type=tel],
#sign_in_modal.modal input[type=text],
#sign_in_modal.modal input[type=url],
#sign_in_modal.modal select,
#sign_in_modal.modal textarea,
#sign_up_modal.modal .form-control,
#sign_up_modal.modal input[type=email],
#sign_up_modal.modal input[type=number],
#sign_up_modal.modal input[type=password],
#sign_up_modal.modal input[type=tel],
#sign_up_modal.modal input[type=text],
#sign_up_modal.modal input[type=url],
#sign_up_modal.modal select,
#sign_up_modal.modal textarea {
    background-color: transparent;
    border-color: transparent transparent #b0b6b9;
    border-radius: 0;
    color: #131e25;
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0
}

#sign_in_modal label,
#sign_up_modal label {
    display: none
}

#sign_in_modal.modal input:-moz-placeholder {
    color: #131e25;
    opacity: 1
}

#sign_in_modal.modal input::-moz-placeholder {
    color: #131e25;
    opacity: 1
}

#sign_in_modal.modal input:-ms-input-placeholder {
    color: #131e25
}

#sign_in_modal.modal input::-webkit-input-placeholder {
    color: #131e25
}

#sign_in_modal.modal textarea:-moz-placeholder {
    color: #131e25;
    opacity: 1
}

#sign_in_modal.modal textarea::-moz-placeholder {
    color: #131e25;
    opacity: 1
}

#sign_in_modal.modal textarea:-ms-input-placeholder {
    color: #131e25
}

#sign_in_modal.modal textarea::-webkit-input-placeholder {
    color: #131e25
}

#sign_up_modal.modal input:-moz-placeholder {
    color: #131e25;
    opacity: 1
}

#sign_up_modal.modal input::-moz-placeholder {
    color: #131e25;
    opacity: 1
}

#sign_up_modal.modal input:-ms-input-placeholder {
    color: #131e25
}

#sign_up_modal.modal input::-webkit-input-placeholder {
    color: #131e25
}

#sign_up_modal.modal textarea:-moz-placeholder {
    color: #131e25;
    opacity: 1
}

#sign_up_modal.modal textarea::-moz-placeholder {
    color: #131e25;
    opacity: 1
}

#sign_up_modal.modal textarea:-ms-input-placeholder {
    color: #131e25
}

#sign_up_modal.modal textarea::-webkit-input-placeholder {
    color: #131e25
}

#sign_in_modal.modal textarea,
#sign_up_modal.modal textarea {
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent, transparent 38px, #b0b6b9 30px, #b0b6b9 31px, #b0b6b9 31px) !important;
    background-image: linear-gradient(transparent, transparent 38px, #b0b6b9 30px, #b0b6b9 31px, #b0b6b9 31px) !important;
    background-size: 100% 39px;
    height: 118px;
    line-height: 40px;
    padding-top: 2px
}

#sign_in_modal.modal form.contact-form,
#sign_up_modal.modal form.contact-form {
    padding-left: 85px;
    padding-right: 85px
}

#sign_in_modal.modal>.container>.row,
#sign_up_modal.modal>.container>.row {
    background: #fff
}

#sign_in_modal #contact_signinform_submit,
#sign_up_modal #contact_signupform_submit {
    margin-top: 30px
}

.checkbox {
    margin: 10px 0 0 20px;
    opacity: 0;
    position: absolute;
    z-index: -1
}

.checkbox+label {
    cursor: pointer;
    padding: 0 0 0 60px;
    position: relative
}

.checkbox+label:before {
    content: ""
}

.contact-form.sign-in label {
    color: #6d7a82;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 35px;
    padding-left: 0
}

.contact-form.sign-in input[type=checkbox]+label:before {
    font-size: 15px;
    height: 20px;
    left: 0;
    line-height: 16px;
    padding-right: 0;
    position: absolute;
    width: 20px
}

.close-modal {
    color: #6d7a82;
    margin-top: 2em;
    position: relative
}

.close-modal:after {
    background: #6d7a82;
    bottom: 2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

.close-modal:hover {
    color: #bb201e
}

.close-modal:hover:after {
    background: #bb201e
}

@media (max-width:991px) {

    #sign_in_modal .container,
    #sign_up_modal .container {
        max-width: 760px
    }

    #sign_in_modal.modal form.contact-form,
    #sign_up_modal.modal form.contact-form {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (max-width:767px) {

    #sign_in_modal .container,
    #sign_up_modal .container {
        max-width: 550px
    }

    #sign_in_modal.modal,
    #sign_up_modal.modal {
        top: 10px
    }

    #sign_in_modal.modal form.contact-form,
    #sign_up_modal.modal form.contact-form {
        padding-left: 20px;
        padding-right: 20px
    }

    #sign_in_modal.modal h4,
    #sign_up_modal.modal h4 {
        font-size: 25px
    }

    .contact-form.sign-in label {
        margin-bottom: 0;
        margin-top: 20px
    }

    #sign_in_modal #contact_signinform_submit,
    #sign_up_modal #contact_signupform_submit {
        margin-top: 10px
    }

    .close-modal {
        margin-top: 1em
    }
}

@media (max-width:575px) {

    #sign_in_modal .container,
    #sign_up_modal .container {
        max-width: 300px
    }

    #sign_in_modal.modal form.contact-form,
    #sign_up_modal.modal form.contact-form {
        padding: 20px
    }
}

#information-block {
    background-image: url(../images/information-block.html);
    background-size: cover
}

.btn.large+span+.widget.widget_social_buttons {
    display: inline-block
}

#service-home {
    background-image: url(../images/service-home.jpg);
    background-size: cover;
    background-attachment: fixed
}

#service-icon {
    background-image: url(../images/service-icon.jpg);
    background-size: cover;
    background-attachment: fixed
}

.service-isotope .icon-box {
    background-color: #fff;
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, .05);
    padding: 40px 40px 32px;
    min-height: 360px
}

.service-isotope .icon-box .icon-styled i {
    color: #e62823;
    font-size: 60px
}

.service-isotope .icon-box .icon-styled+h4 {
    color: #131e25;
    margin-bottom: 23px;
    margin-top: 29px;
    text-transform: capitalize
}

.service-isotope .icon-box .icon-styled+h4 a {
    color: #2F4C86;
    line-height: 1.5
}

.service-isotope .icon-box .icon-styled+h4 a:hover {
    color: #131e25
}

.service-isotope p {
    color: #131e25
}

.service-isotope .simple_link {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize
}

.service-isotope .simple_link:after {
    color: #131e25;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 700;
    margin-left: 7px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.service-isotope .simple_link:hover:after {
    color: #bb201e
}

.service-isotope .icon-box p {
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative
}

.service-isotope .icon-box p:after,
.service-isotope .icon-box p:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: auto
}

.service-isotope .icon-box p:after {
    background: #e62823;
    content: "";
    display: inline-block;
    height: 14px;
    left: 50%;
    margin-left: 19px;
    -webkit-mask: url(../img/mask/separator.png) repeat center center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 264px
}

/* .service-isotope .icon-box p:before {
    bottom: -6px;
    color: #e62823;
    content: "";
    display: inline-block;
    font-family: icomoon !important;
    left: 50%;
    font-size: 86px;
    left: 49%;
    bottom: -17px;
    line-height: 1;
    -webkit-transform: translateX(-132px);
    -ms-transform: translateX(-132px);
    transform: translateX(-132px)
} */

.ds.service-isotope .icon-box .icon-styled i {
    color: #131e25
}

.ds.service-isotope .icon-box .icon-styled+h4 {
    text-transform: uppercase
}

.ds.service-isotope .icon-box .icon-styled+h4 a {
    color: #001973
}

.ds.service-isotope .icon-box .icon-styled+h4 a:hover {
    color: #131e25
}

#box_wrapper>section.top-minus {
    overflow: visible
}

.service-isotope.top-minus div[class*=col-] {
    margin-top: -125px;
    z-index: 10
}

@media (max-width:1199px) {
    .service-isotope.top-minus div[class*=col-] {
        margin-top: -85px
    }

    .service-isotope .icon-box p:after {
        width: 200px
    }

    .service-isotope .icon-box p:before {
        -webkit-transform: translateX(-105px);
        -ms-transform: translateX(-105px);
        transform: translateX(-105px)
    }

    .m-45 {
        margin: 20px
    }

    .service-isotope .icon-box {
        padding: 30px 10px 32px
    }
}

@media (max-width:991px) {
    .service-isotope .icon-box p:after {
        margin-left: 10px;
        width: 160px
    }

    .service-isotope .icon-box p:before {
        -webkit-transform: translateX(-90px);
        -ms-transform: translateX(-90px);
        transform: translateX(-90px)
    }

    .service-isotope .icon-box {
        padding: 30px 15px 32px
    }

    .service-isotope .icon-box .icon-styled+h4 {
        font-size: 20px
    }

    #service-home,
    #team-home {
        background: 0 0 !important
    }
}

@media (max-width:767px) {
    .service-isotope.top-minus div[class*=col-] {
        margin-top: 0
    }
}

@media (max-width:575px) {

    #sign_in_modal .container,
    #sign_up_modal .container {
        max-width: 300px
    }

    #sign_in_modal.modal form.contact-form,
    #sign_up_modal.modal form.contact-form {
        padding: 20px
    }
}

@media (max-width:479px) {
    .m-45 {
        margin: 5px
    }

    a.fa,
    a.fab {
        margin-left: 4px;
        margin-right: 4px
    }

    .btn.large {
        padding: 10px 35px
    }
}

article.fw-services {
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, .05);
    padding: 35px 40px 35px
}

article.fw-services .entry-title {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 18px;
    padding-bottom: 35px;
    position: relative
}

article.fw-services .entry-title:after,
article.fw-services .entry-title:before {
    bottom: 0;
    color: #bb201e;
    left: 0;
    position: absolute;
    top: auto
}

article.fw-services .entry-title:before {
    content: "\e919";
    font-family: icomoon !important;
    font-size: 13px
}

article.fw-services .entry-title:after {
    bottom: 4px;
    content: ".....................................";
    font-size: 13px;
    left: 23px;
    letter-spacing: 3.2px;
    line-height: 1;
    top: auto
}

.service-menu ul.list-styled li {
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, .05);
    font-family: Anton, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 22px 22px 18px
}

.service-menu ul.list-styled li:before {
    display: none
}

.service-menu ul.list-styled i {
    color: #bb201e;
    display: inline-block;
    font-size: 40px;
    margin-right: 6px;
    vertical-align: middle
}

@media (max-width:1199px) {
    .service-menu ul.list-styled li {
        text-align: center
    }

    .service-menu ul.list-styled li i {
        display: block
    }
}

@media (max-width:767px) {
    .service-menu ul.list-styled {
        margin-bottom: 50px
    }
}

@media (max-width:479px) {
    article.fw-services {
        padding: 20px 18px 20px
    }
}

#team-style-2-home {
    background-image: url(../images/team-style-2-home.html);
    background-size: cover
}

.card {
    border: none;
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, .05)
}

.card .card-body {
    padding: 26px 25px 25px 25px
}

.card .card-body .card-title {
    color: #bb201e;
    margin-bottom: 11px
}

.card .card-body .card-title a {
    color: #bb201e
}

.card .card-body .card-title a:hover {
    color: #131e25
}

.card .card-body .card-text {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.card-title+.card-text {
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative
}

.card-title+.card-text:after,
.card-title+.card-text:before {
    bottom: -5px;
    color: #bb201e;
    left: 0;
    position: absolute;
    top: auto
}

.card-title+.card-text:before {
    content: "\e919";
    font-family: icomoon !important;
    font-size: 13px;
    line-height: 1
}

.card-title+.card-text:after {
    background: #bb201e;
    bottom: 0;
    content: "";
    display: inline-block;
    font-size: 20px;
    height: 2px;
    letter-spacing: 1.8px;
    line-height: 1;
    margin-left: 19px;
    margin-top: 0;
    -webkit-mask: url(../img/mask/separator-events.png) repeat center center;
    top: auto;
    width: 260px
}

@media (max-width:1199px) {
    .card-title+.card-text:after {
        width: 220px
    }
}

@media (max-width:991px) {
    .card-title+.card-text:after {
        width: 150px
    }
}

@media (max-width:767px) {
    .card-title+.card-text:after {
        width: 400px
    }

    .event-single .item-media+.item-content .entry-meta {
        margin-top: 0;
        padding-top: 0
    }

    .service-menu ul.list-styled li {
        margin-bottom: 30px
    }
}

@media (max-width:575px) {
    .card-title+.card-text:after {
        width: 350px
    }

    .map-section svg {
        height: 380px
    }
}

@media (max-width:479px) {
    .card-title+.card-text:after {
        width: 220px
    }

    .page_title .breadcrumb {
        line-height: 1.5
    }

    .breadcrumb-item+.breadcrumb-item:before {
        height: 20px
    }
}

.single-team .team-name {
    color: #bb201e;
    font-size: 60px;
    margin: 0
}

.single-team .entry-description-profession {
    color: #6d7a82;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    margin: 16px 0;
    padding-bottom: 0;
    text-transform: uppercase
}

.single-team .entry-description-profession:after {
    background: #bb201e;
    content: "";
    display: block;
    height: 15px;
    margin-bottom: 0;
    margin-top: 29px;
    -webkit-mask: url(../img/mask/separator.png) no-repeat center center;
    padding-bottom: 0;
    position: relative;
    width: 264px
}

.single-team .social-icons {
    margin-bottom: 59px;
    margin-top: 20px
}

.map-section h4 {
    margin-bottom: 16px;
    text-transform: capitalize
}

.map-section .jvectormap-zoomin,
.map-section .jvectormap-zoomout {
    display: none
}

.map-section svg {
    height: 450px
}

@media (max-width:575px) {
    .map-section svg {
        height: 350px
    }

    .media-body h3,
    .media-body h4 {
        line-height: 1.2
    }
}

@media (max-width:479px) {
    .map-section svg {
        height: 200px
    }
}

.image-with-list .left-column ul.list-styled {
    position: relative
}

.image-with-list .left-column ul.list-styled li {
    font-family: Anton, sans-serif;
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 93px;
    padding-right: 45px;
    position: relative;
    text-align: right
}

.image-with-list .left-column ul.list-styled li:before {
    display: none
}

.image-with-list .left-column ul.list-styled li:last-child {
    margin-bottom: 0
}

.image-with-list .left-column ul.list-styled:after {
    background: url(../images/image-with-list-left.png) no-repeat center center;
    content: "";
    height: 526px;
    position: absolute;
    right: -170px;
    top: 0;
    width: 100%
}

.image-with-list .right-column ul.list-styled li {
    font-family: Anton, sans-serif;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 93px;
    padding-left: 30px;
    position: relative;
    text-align: left
}

.image-with-list .right-column ul.list-styled li:before {
    display: none
}

.image-with-list .right-column ul.list-styled li:last-child {
    margin-bottom: 0
}

.image-with-list .right-column ul.list-styled:before {
    background: url(../images/image-with-list-right.png) no-repeat center center;
    content: "";
    height: 526px;
    left: -170px;
    position: absolute;
    top: 0;
    width: 100%
}

.image-with-list img {
    margin-top: 40px
}

.image-with-list .left-column ul.list-styled li:nth-child(1) {
    right: -3.7em
}

.image-with-list .left-column ul.list-styled li:nth-child(2) {
    margin-bottom: 130px;
    right: 4.1em
}

.image-with-list .left-column ul.list-styled li:nth-child(3) {
    margin-bottom: 113px;
    right: 6.45em
}

.image-with-list .left-column ul.list-styled li:nth-child(4) {
    margin-bottom: 103px;
    right: 4.6em
}

.image-with-list .left-column ul.list-styled li:nth-child(5) {
    right: -3.05em
}

.image-with-list .right-column ul.list-styled li:nth-child(1) {
    left: -3.6em
}

.image-with-list .right-column ul.list-styled li:nth-child(2) {
    left: 4.1em;
    margin-bottom: 130px
}

.image-with-list .right-column ul.list-styled li:nth-child(3) {
    left: 6.5em;
    margin-bottom: 113px
}

.image-with-list .right-column ul.list-styled li:nth-child(4) {
    left: 4.75em;
    margin-bottom: 103px
}

.image-with-list .right-column ul.list-styled li:nth-child(5) {
    left: -2.8em
}

@media (max-width:991px) {
    .image-with-list .left-column ul.list-styled:after {
        right: -95px
    }

    .image-with-list .left-column ul.list-styled li:nth-child(3) {
        margin-bottom: 98px
    }

    .image-with-list .right-column ul.list-styled:before {
        content: "";
        left: -125px;
        top: 0
    }

    .image-with-list img {
        margin-top: 120px
    }

    .image-with-list .right-column ul.list-styled li:nth-child(1) {
        left: -5.6em
    }

    .image-with-list .right-column ul.list-styled li:nth-child(2) {
        left: 2.1em
    }

    .image-with-list .right-column ul.list-styled li:nth-child(3) {
        left: 4.5em
    }

    .image-with-list .right-column ul.list-styled li:nth-child(4) {
        left: 2.75em
    }

    .image-with-list .right-column ul.list-styled li:nth-child(5) {
        left: -4.8em
    }

    .image-with-list .left-column ul.list-styled li:nth-child(3) {
        margin-bottom: 98px
    }
}

@media (max-width:767px) {
    .image-with-list .left-column ul.list-styled:after {
        right: 0
    }

    .image-with-list .left-column ul.list-styled li {
        right: 50% !important
    }

    .image-with-list .left-column ul.list-styled li:nth-child(3) {
        margin-bottom: 113px
    }

    .image-with-list .right-column ul.list-styled:before {
        content: "";
        left: 0;
        top: 0
    }

    .image-with-list .right-column ul.list-styled li {
        left: 50% !important
    }

    .image-with-list img {
        margin-bottom: 50px;
        margin-top: 50px
    }

    .image-with-list .left-column ul.list-styled:after,
    .image-with-list .right-column ul.list-styled:before {
        background: url(../img/mask/image-with-list-mobile.html) no-repeat center center
    }
}

@media (max-width:575px) {

    .image-with-list .left-column ul.list-styled:after,
    .image-with-list .right-column ul.list-styled:before {
        width: 100px
    }

    .image-with-list .left-column ul.list-styled li {
        right: 15% !important
    }

    .image-with-list .right-column ul.list-styled li {
        left: 10% !important
    }
}

#section_testimonials {
    background-image: url(../images/section_testimonials.html);
    background-size: cover
}

#mailchimp {
    background-image: url(../images/mailchimp.html);
    background-size: cover
}

#our-gallery {
    background-image: url(../images/our-gallery.jpg);
    background-size: cover
}

 /* .accordion {
    width: 100%;
    height: 570px;
    overflow: hidden;
    position: relative;
    margin: 100px auto;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.accordion:after {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.accordion._create:after {
    display: none
}

.accordion__ul {
    display: block;
    height: 570px;
    left: 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 9999px
}

.accordion__li {
    display: block;
    float: left;
    height: 570px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 1013px
}

.accordion__li img {
    cursor: pointer;
    display: block;
    opacity: 1 !important;
    position: absolute;
    width: 1013px
}

.accordion__li a {
    background: #e2241f;
    bottom: 0;
    color: #fff !important;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    letter-spacing: .5px;
    opacity: 0;
    padding: 5px 43px 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 1013px
}

ul.accordion__ul li.accordion__li.hover a {
    opacity: 1
}

.accordion_create ul li:hover {
    width: 640px;
} */


.gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70vh;
  }
  
  .item {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: flex 0.8s ease;
    position: relative;
  }
  .item span{
    /*background: red;*/
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 100%;
    font-size: 28px;
    overflow: hidden;
    text-align: center;
    padding: 30px 0px;
    color: black;
    opacity: 0;
  }    
    .item:hover{
      flex: 10;
    }
    .item:hover span{
        opacity: 1;
    }
  
  
  .item-1 { 
    background-image: url('../images/gallery/15.jpg');
  }
  
  .item-2 { 
    background-image: url('../images/gallery/16.jpg');
  }
  
  .item-3 { 
    background-image: url('../images/gallery/14.jpg');
  }
  
  .item-4 { 
    background-image: url('../images/gallery/002.jpg');
  }
  
  .item-5 { 
    background-image: url('../images/gallery/03.jpg');
  }
  
  
  .item-6 { 
    background-image: url('../images/gallery/04.jpg');
  }
  .item-7 { 
    background-image: url('../images/gallery/007.jpg');
  }


@media (max-width:1199px) {

    .accordion,
    .accordion__ul {
        height: 394px
    }

    .accordion__li {
        height: 394px;
        width: 700px
    }

    .accordion__li img {
        width: 700px
    }

    .accordion__li a {
        width: 700px
    }
}

@media (max-width:991px) {

    .accordion,
    .accordion__ul {
        height: 225px
    }

    .accordion__li {
        height: 225px;
        width: 400px
    }

    .accordion__li img {
        width: 400px
    }

    .accordion__li a {
        font-size: 15px;
        letter-spacing: 0;
        padding: 5px 15px 5px;
        text-transform: capitalize;
        width: 400px
    }
}

@media (max-width:575px) {

    .accordion,
    .accordion__ul {
        height: 163px
    }

    .accordion__li {
        height: 163px;
        width: 290px
    }

    .accordion__li img {
        width: 290px
    }

    .accordion__li a {
        font-size: 15px;
        letter-spacing: 0;
        padding: 5px 15px 5px;
        text-transform: capitalize;
        width: 290px
    }
}

.team-style-1 .card {
    display: block
}

#team-home {
    background-image: url(../images/team-home.html);
    background-size: cover
}

.team-style-2 {
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, .05);
    overflow: hidden;
    position: relative
}

.team-style-2 .item-content {
    -webkit-align-items: center;
    align-items: center;
    bottom: 0;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    margin-top: -80px;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.team-style-2 .item-content h6 {
    background: #fff;
    font-size: 25px;
    margin-bottom: 0;
    padding: 28px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

.team-style-2 .item-content h6 a:hover {
    color: #bb201e
}

.team-style-2 .item-content .social-icons {
    display: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.team-style-2 .item-content .social-icons a {
    color: #bb201e
}

.team-style-2:hover .item-content {
    background-color: rgba(19, 30, 37, .5);
    top: 0
}

.team-style-2:hover .item-content h6 {
    background: 0 0;
    padding: 0
}

.team-style-2:hover .item-content h6 a {
    color: #fff
}

.team-style-2:hover .item-content .social-icons {
    display: block;
    margin-top: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

p.entry-description-profession {
    color: #131e25;
    font-weight: 600
}

p.entry-description {
    color: #131e25;
    font-weight: 600
}

@media (max-width:991px) {
    .team-style-2 .item-content h6+p {
        margin-bottom: 10px
    }

    .team-style-2 .item-content h6 {
        font-size: 18px
    }

    .team-style-2.content-padding .item-content {
        margin-top: 0;
        position: relative
    }

    .team-style-2 .item-content .social-icons {
        display: block
    }

    .team-style-2:hover .item-content {
        background-color: #fff;
        top: 100%
    }

    .team-style-2 .item-content h6,
    .team-style-2:hover .item-content h6 {
        padding: 20px 0
    }

    .team-style-2:hover .item-content h6 a {
        color: #131e25
    }

    .team-style-2:hover .item-content h6 a:hover {
        color: #bb201e
    }

    .team-style-2:hover .item-content .social-icons {
        margin-top: 0
    }
}

#donation {
    background-image: url(../images/donation.html);
    background-size: cover
}

.give-form-wrap .give-goal-progress {
    margin-bottom: 35px
}

.give-form-wrap .give-goal-progress .raised {
    margin-bottom: 15px
}

.give-form-wrap .give-goal-progress .income {
    color: #bb201e;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px
}

.give-form-wrap .give-goal-progress .give-progress-bar {
    background: rgba(255, 255, 255, .1);
    height: 1px;
    overflow: visible;
    position: relative
}

.give-form-wrap .give-goal-progress .give-progress-bar span {
    background: #bb201e !important;
    border-radius: 2rem;
    display: block;
    height: 5px;
    position: relative;
    top: -2px;
    width: 70% !important
}

.give-form-wrap p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 39px
}

.give-form-wrap .give-total-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    width: 70%
}

.give-form-wrap .give-total-wrap .give-text-input {
    border: none;
    display: inline-block;
    width: 70%
}

.give-form-wrap .give-total-wrap .give-currency-symbol {
    color: #bb201e;
    margin-right: 20px
}

.give-form-wrap #give_purchase_form_wrap #give_checkout_user_info legend {
    color: #bb201e;
    font-family: Anton, sans-serif;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 61px;
    padding-bottom: 39px;
    padding-top: 97px;
    position: relative
}

.give-form-wrap #give_purchase_form_wrap #give_checkout_user_info legend:after,
.give-form-wrap #give_purchase_form_wrap #give_checkout_user_info legend:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: auto
}

.give-form-wrap #give_purchase_form_wrap #give_checkout_user_info legend:after {
    background: #bb201e;
    content: "";
    display: inline-block;
    height: 2px;
    margin-left: 19px;
    -webkit-mask: url(../img/mask/separator-events.png) repeat center center;
    width: 260px
}

.give-form-wrap #give_purchase_form_wrap #give_checkout_user_info legend:before {
    bottom: -6px;
    color: #bb201e;
    content: "\e919";
    display: inline-block;
    font-family: icomoon !important;
    font-size: 13px;
    line-height: 1
}

.give-form-wrap #give_purchase_form_wrap #give-first-name-wrap {
    margin-bottom: 35px
}

.give-form-wrap #give_purchase_form_wrap .give-donation-submit {
    margin-top: 30px
}

.give-form-wrap #give_purchase_form_wrap .give-donation-submit .give_error.give_warning strong {
    color: #bb201e
}

.give-form-wrap #give_purchase_form_wrap .give-donation-submit #give-final-total-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: 16px;
    padding-bottom: 3px;
    width: 70%
}

.give-form-wrap #give_purchase_form_wrap .give-donation-submit #give-final-total-wrap .give-donation-total-label {
    color: #bb201e;
    margin-right: 26px
}

.give-form-wrap #give_purchase_form_wrap .give-donation-submit .give-submit-button-wrap {
    margin-top: 70px
}

.give-form-wrap #give_purchase_form_wrap .give-donation-submit .give-submit-button-wrap input {
    color: #fff;
    padding: 12px 20px
}

.give-form-wrap #give_purchase_form_wrap .give-donation-submit .give-submit-button-wrap input:hover {
    background: #bb201e
}

.give-form-wrap #give_purchase_form_wrap .give-label {
    color: #bb201e;
    margin-bottom: 3px
}

.give-form-wrap input:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.give-form-wrap input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.give-form-wrap input:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.give-form-wrap input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

#switcher {
    background-color: #404040;
    color: #fff;
    font-size: 15px;
    padding-bottom: 20px;
    position: fixed;
    right: -210px;
    top: 22%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    width: 210px;
    z-index: 1001
}

#switcher.active {
    right: 0
}

#switcher .hidden {
    display: none
}

#switcher a {
    color: #bb201e
}

#switcher .checkbox {
    font-size: 14px;
    line-height: 1;
    margin: 0
}

#switcher h4 {
    background-color: #222;
    color: #999;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 60px;
    margin: 0;
    text-align: center
}

#switcher span.fa {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 24px;
    height: 60px;
    left: -20px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
    z-index: 2
}

#switcher span.fa:hover {
    color: #999
}

#switcher span.fa:first-child {
    background-color: #222;
    left: -60px;
    z-index: 3
}

#switcher li {
    float: left;
    margin-bottom: 0;
    padding: 0 2px 5px 2px
}

#switcher p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 10px
}

#switcher label {
    color: #999;
    margin: 0 0 10px 0
}

#switcher ul {
    margin-bottom: 0
}

#switcher ul:after,
#switcher ul:before {
    clear: both;
    content: "";
    display: block
}

#switcher .tooltip {
    min-width: 110px
}

#switcher .tooltip-arrow {
    display: none
}

#switcher-version a {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    padding: 13px 14px;
    text-transform: uppercase
}

#switcher-version a:hover {
    color: #e4344e !important
}

#switcher-version a.light {
    background-color: #fff;
    color: #131e25
}

#switcher-version a.dark {
    background-color: #262626;
    color: #fff
}

#switcher-colors a {
    background-color: #fcbe11;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 40px
}

#switcher-colors a:hover {
    opacity: .7
}

#switcher-colors a.color2 {
    background-color: #82b440
}

#switcher-colors a.color3 {
    background-color: #56d7fe
}

#switcher-colors {
    line-height: 0
}

#switcher-patterns a {
    background-color: #fff;
    display: block;
    height: 40px;
    line-height: 1;
    overflow: hidden;
    width: 40px
}

#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 {
    bottom: 0;
    cursor: pointer;
    display: block;
    height: 0;
    left: 0;
    margin: 0 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    zoom: 1
}

.checkbox-slider--b-flat input+span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-slider--b-flat input+span:before {
    display: inline-block;
    left: 0;
    position: absolute
}

.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 {
    background: #fff;
    content: "";
    height: 15px;
    width: 30px
}

.checkbox-slider--b-flat input+span:after {
    background: #fff;
    content: "";
    display: block;
    font-weight: 700;
    height: 15px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: margin-left .4s ease-in-out;
    transition: margin-left .4s ease-in-out;
    width: 20px
}

.checkbox-slider--b-flat input:checked+span:after {
    content: "";
    margin-left: 20px
}

.checkbox-slider--b-flat input:checked+span:before {
    -webkit-transition: background .2s ease-in;
    transition: background .2s ease-in
}

.checkbox-slider--b-flat input+span {
    padding-left: 36px
}

.checkbox-slider--b-flat input+span:before {
    border-radius: 15px;
    width: 30px
}

.checkbox-slider--b-flat input+span:after {
    background: #bb201e;
    background-clip: padding-box;
    border: solid transparent 2px;
    border-radius: 20px;
    content: "";
    width: 15px
}

.checkbox-slider--b-flat input:checked+span:after {
    background-clip: padding-box;
    border: solid transparent 2px;
    content: "";
    margin-left: 15px
}

.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
}

.sf-menu li>ul,
.sf-menu>li .mega-menu {
    margin-top: 0 !important;
    padding-top: 20px !important;
    padding-left: 0 !important;
    border-bottom: 5px solid #e62823;
    padding-bottom: 20px !important
}

.sf-menu.nav ul a {
    padding: 5px 30px !important
}

.sf-menu.nav ul a:before {
    content: "\f138";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    color: #2F4C86
}

.breadcrumb-padding {
    padding-bottom: 80px !important;
    padding-top: 90px !important
}

.icon-box {
    background: #fff;
    padding: 13px 20px;
    min-height: 500px;
    line-height: 2
}

.location-box {
    background: #fff;
    padding: 19px 20px;
    text-align: center;
    min-height: 90px;
    color: #1b1b1b !important;
    font-weight: 200 !important
}

.business a {
    position: relative;
    text-align: center;
    align-items: center
}

.business:hover a:after {
    content: "\f002";
    font-family: FontAwesome;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    background: #e62823;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    left: 42%
}

.item-content h4 a {
    font-size: 23px;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 1.5
}

.vertical-item:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2)
}

.slider-text p {
    font-size: 55px;
    font-weight: 800;
    margin-top: 10%
}

.bleezy-header-area {
    border-top: 1px solid #2F4C86;
    position: relative;
    background: #2F4C86;
    position: fixed;
    top: 0;
    z-index: 99
}

.header-right-overlay {
    background: #2F4C86 none repeat scroll 0 0;
    height: 41px;
    position: absolute;
    right: 0;
    width: 50%
}

.header-right-overlay:before {
    border-color: #2F4C86 transparent;
    border-style: solid;
    border-width: 41px 0 0 45px;
    content: "";
    left: -250px;
    position: absolute;
    top: 0;
    width: 100%
}

.header-right-top {
    position: relative
}

.single-top-right {
    color: #fff;
    margin-top: 6px;
    text-align: left;
    float: right
}

.single-top-right>p {
    display: inline-block;
    margin: 0 10px;
    font-weight: 500
}

.single-top-right.social-header {
    text-align: right
}

.single-top-right li {
    display: inline-block;
    margin: 0 5px
}

.single-top-right p a:hover {
    color: #000 !important
}

.social-header ul li a i:hover {
    color: #000
}

@media only screen and (max-width:720px) {

    .header-right-overlay,
    .header-right-top {
        display: none
    }
}

.cover-wrapper {
    padding: 75px
}

.about-p {
    color: #545454 !important;
    font-weight: 400;
    text-align: justify
}

.page_footer .widget {
    margin-bottom: 0;
    color: #fff
}

.sf-menu li>ul,
.sf-menu>li .mega-menu {
    padding: 10px 0 !important
}

.sf-menu.nav ul a {
    padding: 5px 10px !important
}

.cover-image.s-cover-left {
    display: none !important
}

@media only screen and (min-width:1580px) {
    .container {
        max-width: 85%
    }

    .breadcrumb-padding {
        padding-bottom: 120px !important;
        padding-top: 120px !important
    }

    body {
        font-size: 21px;
        line-height: 33px
    }

    .image-with-list .right-column ul.list-styled:before {
        background: url(../img/mask/image-with-list-right.html) no-repeat center center;
        content: "";
        height: 526px;
        left: -200px
    }

    .image-with-list .left-column ul.list-styled:after {
        background: url(../img/mask/image-with-list-left.html) no-repeat center center;
        content: "";
        height: 526px;
        position: absolute;
        right: -200px;
        top: 0;
        width: 100%
    }

    .icon-box {
        min-height: 600px
    }

    .icon-box h5 {
        margin-top: 0
    }

    .sf-menu a {
        font-size: 20px
    }

    .single-top-right {
        color: #fff;
        margin-top: 2px
    }

    .button-default {
        padding: 5px 19px !important;
        margin-top: -5px
    }
}

.header_absolute.integrated-background,
.header_absolute.s-parallax {
    background-image: url(../images/gallery.jpg);
    background-size: cover;
    margin-top: 120px;
}

.header_absolute.gallery-background,
.header_absolute.s-parallax {
    background-image: url(../images/gallery1.jpg);
    background-size: cover;
    margin-top: 120px;
}

.header_absolute.certification-background,
.header_absolute.s-parallax {
    background-image: url(../images/certification.jpg);
    background-size: cover;
    margin-top: 120px;
}

.header_absolute.contact-background,
.header_absolute.s-parallax {
    background-image: url(../images/contact.jpg);
    background-size: cover;
    margin-top: 120px;
}
.header_absolute.blog-background,
.header_absolute.s-parallax {
    background-image: url(../images/shivam-blog-img.jpg);
    background-size: cover;
    margin-top: 120px;
}

.header_absolute.client-background,
.header_absolute.s-parallax {
    background-image: url(../images/client.jpg);
    background-size: cover;
    margin-top: 120px;
}

.header_absolute.property-background,
.header_absolute.s-parallax {
    background-image: url(../images/property.jpg);
    background-size: cover;
    margin-top: 120px;
}

.header_absolute.business-background,
.header_absolute.s-parallax {
    background-image: url(../images/business.jpg);
    background-size: cover;
    margin-top: 120px;
}

.header_absolute.s-parallax,
.header_absolute.security-background {
    background-image: url(../images/security.jpg);
    background-size: cover;
    margin-top: 120px;
}

.header_absolute.hard-s-background,
.header_absolute.s-parallax {
    background-image: url(../images/hard-s.jpg);
    background-size: cover;
    margin-top: 120px;
}

.header_absolute.s-parallax,
.header_absolute.soft-s-background {
    background-image: url(../images/soft-s.jpg);
    background-size: cover;
    margin-top: 120px;
}

.button-default {
    color: #fff;
    background-color: #000;
    text-align: center;
    text-transform: capitalize;
    padding: 6px 19px;
    display: inline-block;
    margin-top: -5px
}

.button-slanted {
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(40deg)
}

.button-slanted-content {
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(-40deg);
    display: inline-block
}

.button-fixedwidth {
    width: 100px
}

.zoom-slow:hover img {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(1.1)
}

.zoom-slow img {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 3s
}

.img-effect {
    position: relative;
    display: block
}

.vission-text:hover {
    box-shadow: 0 1px 14px 1px rgb(255 255 255 / 75%)
}

.service-isotope .icon-box:hover {
    box-shadow: 0 1px 14px 1px rgb(0 0 0 / 86%)
}

.main-h1 {
    font-size: 25px !important
}

.slider-h6 {
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: 16px
}

.new-font {
    text-align: justify;
    color: #000;
    font-weight: 600;
    font-style: italic;
    background: #fff;
    padding: 9px 15px;
    border-left: 5px solid #e0221d;
    line-height: 1.4
}

.flow-chart .structure {
    display: block;
    width: 100%;
    text-align: center
}

.flow-chart .structure .bbox {
    width: 180px;
    background: #d3d3d3;
    border-radius: 5px;
    margin: auto;
    box-shadow: 1px 0 7px 0 #00000085;
    margin-top: 20px;
    display: block;
    padding: 20px 12px;
    margin-bottom: 20px;
    z-index: 9
}

.flow-chart .structure .bbox h4 {
    font-size: 14px;
    font-weight: 400;
    background: #2F4C86;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 0;
    margin-top: 5px
}

.flow-chart .structure .bbox h3 {
    font-size: 17px;
    margin-top: 15px
}

.flow-chart .structure .bx1::before {
    width: 66.6%;
    left: 16.9%;
    bottom: 1px
}

.flow-chart .structure .bx10::before,
.flow-chart .structure .bx13::before,
.flow-chart .structure .bx1::before,
.flow-chart .structure .bx3::after,
.flow-chart .structure .bx5::after,
.flow-chart .structure .bx6::after,
.flow-chart .structure .bx9::before,
.horizonatalline {
    background: #9494944d;
    z-index: -1;
    content: "";
    position: absolute;
    height: 2px
}

.flow-chart .structure .bx11::before,
.flow-chart .structure .bx12::before,
.flow-chart .structure .bx14::before,
.flow-chart .structure .bx15::before,
.flow-chart .structure .bx16::before,
.flow-chart .structure .bx2:before,
.flow-chart .structure .bx3::before,
.flow-chart .structure .bx4:before,
.flow-chart .structure .bx5::before,
.flow-chart .structure .bx6::before,
.flow-chart .structure .bx7::after,
.flow-chart .structure .bx7::before,
.flow-chart .structure .bx8::before,
.verticalline {
    background: #9494944d;
    z-index: -1;
    content: "";
    position: absolute;
    height: 2px
}

.flow-chart .structure .bx2,
.flow-chart .structure .bx4 {
    margin-top: 80px
}

.flow-chart {
    padding-top: 60px
}

.flow-chart .structure .bx3::before {
    height: 383px;
    width: 2px;
    top: -6%;
    left: 50%
}

.bbox.bx3 {
    margin-top: 44px
}

.flow-chart .structure .bx2:before,
.flow-chart .structure .bx4:before {
    height: 176px;
    width: 2px;
    top: -1%;
    left: 50%
}

.flow-chart .structure .bx3::after {
    width: 131%;
    left: -13.9%;
    top: 109%
}

.flow-chart .structure .thirdrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: auto;
    margin-top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 60%;
    padding: 0
}

.flow-chart .structure .bx5::before {
    height: 119%;
    width: 2px;
    top: -8%;
    left: 28.7%
}

.flow-chart .structure .bx5::after {
    width: 16.9%;
    bottom: -11%;
    left: 16.9%
}

.bbox:hover {
    box-shadow: 0 1px 10px 1px rgb(0 0 0 / 56%) !important
}

.flow-chart .structure .bx6::before {
    height: 105px;
    width: 2px;
    top: 86%;
    left: 50.3%
}

.flow-chart .structure .bx6::after {
    width: 16.4%;
    bottom: -12%;
    left: 50.4%
}

.flow-chart .structure .bx7::before {
    height: 60px;
    width: 2px;
    top: -8%;
    right: 27.6%
}

.flow-chart .structure .bx7::after {
    height: 3px;
    width: 10%;
    top: 49%;
    left: 73.6%
}

.flow-chart .structure .fourthrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none
}

.flow-chart .structure .bx8::before {
    height: 52px;
    width: 2px;
    top: 1%;
    left: 16.8%
}

.flow-chart .structure .bx14::before {
    height: 200px;
    width: 2px;
    top: -75%;
    right: 48.6%
}

.flow-chart .structure .bx9::before {
    width: 100px;
    bottom: 51%;
    left: 12%
}

.flow-chart .structure .bx10::before {
    height: 46px;
    width: 2px;
    top: -10%;
    left: 50.7%
}

.flow-chart .structure .bx11::before {
    height: 65px;
    width: 2px;
    top: -10%;
    left: 50.7%
}

.flow-chart .structure .bx13::before {
    height: 71px;
    width: 3px;
    top: -10%;
    left: 50%
}

.flow-chart .structure .bx15::before {
    height: 89px;
    width: 2px;
    top: -14%;
    left: 79.7%
}

.flow-chart .structure .bx16::before {
    height: 89px;
    width: 2px;
    top: 42%;
    left: 79.7%
}

.organige-point1 h4::before {
    color: #e0221d;
    content: "\e917";
    font-family: icomoon !important;
    font-size: 10px;
    margin-left: -4px;
    position: absolute;
    top: 26%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.organige-point2 h4::before {
    color: #e0221d;
    content: "\e917";
    font-family: icomoon !important;
    font-size: 10px;
    margin-left: -4px;
    position: absolute;
    top: 6%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.organige-point3 h4::before {
    color: #e0221d;
    content: "\e917";
    font-family: icomoon !important;
    font-size: 10px;
    margin-left: -4px;
    position: absolute;
    top: 4%;
    left: 79.2%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.organige-point4 {
    width: 10px;
    height: 10px;
    background: #e62722;
    border-radius: 13px;
    position: absolute;
    right: 19%;
    top: 54%
}

.organige-point5 {
    width: 10px;
    height: 10px;
    background: #e62722;
    border-radius: 13px;
    position: absolute;
    top: 6%;
    left: 28.2%
}

.organige-point6 {
    width: 10px;
    height: 10px;
    background: #e62722;
    border-radius: 13px;
    position: absolute;
    top: 6%;
    right: 27.2%
}

.operation-pd {
    padding-top: 48px
}

.main-manager {
    width: 666px;
    height: 333px
}

@media (max-width:1248px) {
    .flow-chart .structure .bx3::after {
        width: 511px
    }

    .flow-chart .structure .bx1::before {
        width: 779px
    }

    .flow-chart .structure .bx6::after {
        width: 194px;
        bottom: -13%;
        left: 591px
    }

    .flow-chart .structure .bx5::after {
        width: 197px;
        bottom: -11%;
        left: 196px
    }

    .flow-chart .structure .bx5::before {
        height: 281px
    }

    .flow-chart .structure .bx7::after {
        height: 2px;
        width: 131px;
        top: 50%;
        left: 72.3%
    }
}

@media (max-width:1024px) {
    .flow-chart .structure .bbox {
        width: 150px
    }

    .flow-chart .structure .bx1::before {
        width: 660px
    }

    .flow-chart .structure .bx3::after {
        width: 433px
    }

    .flow-chart .structure .bx7::after {
        width: 111px
    }

    .flow-chart .structure .bx14::before {
        top: -70%
    }

    .flow-chart .structure .bx5::after {
        width: 166px;
        bottom: -11%;
        left: 166px
    }

    .flow-chart .structure .bx6::after {
        width: 165px;
        bottom: -13%;
        left: 500px
    }
}

@media (max-width:768px) {
    .flow-chart .structure .bbox {
        width: 114px
    }

    .flow-chart .structure .bx1::before {
        width: 500px
    }

    .flow-chart .structure .bx3::after {
        width: 328px
    }

    .flow-chart .structure .bx7::after {
        width: 83px;
        top: 58%
    }

    .flow-chart .structure .bx5::after {
        width: 125px;
        bottom: -11%;
        left: 127px
    }

    .flow-chart .structure .bx5::before {
        height: 296px
    }

    .flow-chart .structure .bx6::after {
        width: 127px;
        bottom: -13%;
        left: 378px
    }

    h2.main-h3 {
        font-size: 58px !important;
        letter-spacing: 3px
    }
    .float{
        display:none !important;
    }
}

h2.main-h2 {
    font-size: 58px !important
}

h4.main-h3 {
    font-size: 24px !important;
    letter-spacing: 3px
}

.form-color label {
    color: #000
}

.font-clr {
    border: 1px solid
}

.fix-footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 5px 0;
    z-index: 9
}

.fix-footer p {
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 0;
    padding: 0
}

.fix-footer p a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.fix-footer p a img {
    width: 30px
}

.fix-footer p a span {
    float: left;
    width: 100%;
    color: #000
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px
}

@media only screen and (max-width:720px) {
    .fix-footer {
        display: block
    }
    .list_page_main_container_blog .blog_list_main_div{
        display:block;
    }
    .list_page_main_container_blog .blog_list_post_main_div{
        width:100%;
    }
    .list_page_main_container_blog .blog_list_category_main_div{
        width:100%;
    }
    .list_page_main_container_blog .blognewdesgin{
        display:block;
    }
    .list_page_main_container_blog .blognew_img{
        width:100%;
    }
    .list_page_main_container_blog .blog_content{
        width:100%;
    }
    .comment_form_blog_d{
        width:100% !important;
    }
    .socialresp
    {
        width:50%;
        float:left;
    }
    .blog_banner_title{
        top: 24% !important;
        left: 0% !important;
    }
    /*.page_copyright{*/
    /*    margin-bottom:20px;*/
    /*}*/
}


/*blog section css start*/


/*.landing-page {*/
/*  height: 50vh;*/
/*  width: 100%;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  background-image: url("https://picsum.photos/id/361/1000");*/
/*  background-position: bottom;*/
/*  background-color: #666;*/
/*  background-size: cover;*/
/*  background-blend-mode: multiply;*/
/*  color: #e2e2e2;*/
/*}*/
/*.landing-page a {*/
/*  color: #e2e2e2;*/
/*  text-decoration: none;*/
/*  position: absolute;*/
/*  bottom: 35vh;*/
/*}*/
/*.landing-page a span {*/
/*  position: absolute;*/
/*  bottom: 12vh;*/
/*  left: 50%;*/
/*  margin-left: -8px;*/
/*  width: 16px;*/
/*  height: 16px;*/
/*  border-left: 2px solid #e2e2e2;*/
/*  border-bottom: 2px solid #e2e2e2;*/
/*  transform: rotate(-45deg);*/
/*  animation: homescroll 2s infinite;*/
/*  opacity: 0;*/
/*}*/
/*.landing-page a span:nth-of-type(1) {*/
/*  animation-delay: 0s;*/
/*}*/
/*.landing-page a span:nth-of-type(2) {*/
/*  bottom: 9vh;*/
/*  animation-delay: 0.15s;*/
/*}*/
/*.landing-page a span:nth-of-type(3) {*/
/*  bottom: 6vh;*/
/*  animation-delay: 0.3s;*/
/*}*/
/*@keyframes homescroll {*/
/*  0% {*/
/*    opacity: 0;*/
/*  }*/
/*  50% {*/
/*    opacity: 1;*/
/*  }*/
/*  100% {*/
/*    opacity: 0;*/
/*  }*/
/*}*/

/*.typewriter-text-container {*/
  /*margin-top: 12vh;*/
/*}*/

/*.landing-page-text {*/
/*  font-family: monospace;*/
/*  font-size: 2rem;*/
/*  color: #e2e2e2;*/
/*}*/

/*.blink {*/
/*  color: #e2e2e2;*/
/*  animation: blink 0.5s infinite;*/
/*}*/

/*@keyframes blink {*/
/*  to {*/
/*    opacity: 0;*/
/*  }*/
/*}*/
/*.toggle .line1 {*/
/*  transform: rotate(-45deg) translate(-5px, 6px);*/
/*}*/
/*.toggle .line2 {*/
/*  opacity: 0;*/
/*}*/
/*.toggle .line3 {*/
/*  transform: rotate(45deg) translate(-5px, -6px);*/
/*}*/

/*@media screen and (max-width: 960px) {*/
/*  body {*/
/*    overflow-x: hidden;*/
/*  }*/

/*  .nav-links {*/
/*    position: absolute;*/
/*    right: 0px;*/
/*    height: 88vh;*/
/*    top: 12vh;*/
/*    background-color: #131313;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-around;*/
/*    align-items: center;*/
/*    transform: translatex(100%);*/
/*    transition: transform 500ms ease-in-out;*/
/*    z-index: 999;*/
/*  }*/
/*  .nav-links li {*/
/*    opacity: 0;*/
/*  }*/

/*  .blog {*/
/*    display: initial;*/
/*    cursor: pointer;*/
/*  }*/
/*}*/
/*.nav-active {*/
/*  transform: translatex(0%);*/
/*}*/

/*@keyframes navlinkFade {*/
/*  from {*/
/*    opacity: 0;*/
/*    transform: translatex(50px);*/
/*  }*/
/*  to {*/
/*    opacity: 1;*/
/*    transform: translatex(0);*/
/*  }*/
/*}*/


/*.home-card {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  min-width: 15rem;*/
  /*max-width: calc(12.5rem + 13vw);*/
/*  background-color: #e2e2e2;*/
/*  border-radius: 4px;*/
/*  overflow: hidden;*/
/*  box-shadow: 0 0.25em 0.6em #0005, 0 0.65em 1em #0004;*/
/*  transition: transform 300ms ease;*/
/*}*/
/*.home-card:hover, .home-card:focus-within {*/
/*  transform: scale(1.05);*/
/*}*/
/*.home-card img {*/
/*  display: block;*/
/*  max-width: 100%;*/
/*  aspect-ratio: 16/9;*/
/*  object-fit: cover;*/
/*  height: auto;*/
/*}*/
/*.home-card .home-card-body h2 {*/
/*  padding-block: 10px;*/
/*  text-align: center;*/
/*  font-size: 1.5rem;*/
/*}*/
/*.home-card .home-card-body p {*/
/*  padding-inline: 16px;*/
  /*padding-block: 0 16px;*/
/*  text-align: center;*/
/*  line-height: 1.3;*/
/*  font-style: italic;*/
/*}*/
/*.home-card .home-card-body a {*/
/*  text-decoration: none;*/
/*  color: white;*/
/*  outline: none;*/
/*  display: block;*/
/*  margin: 0 auto 16px auto;*/
/*  width: fit-content;*/
/*  text-align: center;*/
/*  padding: 0.5rem 1rem;*/
/*  border-radius: 4px;*/
/*  transition: background-color 300ms ease;*/
/*  background-color: #2F4C86;*/
/*}*/
/*.home-card .home-card-body a:hover, .home-card .home-card-body a:focus {*/
/*  background-color: #131313;*/
/*}*/
/*.test {*/
/*   overflow: hidden;*/
/*   text-overflow: ellipsis;*/
/*   display: -webkit-box;*/
  /* -webkit-line-clamp: 3; /* number of lines to show 
/*           line-clamp: 3; */
/*   -webkit-box-orient: vertical;*/
/*   padding:5px 0px;*/
/*}*/

/*blog section css end*/


 .banner_blog{
            width: 100%;
            height: 300px;
            background-image: linear-gradient(to bottom, rgba(0,0,0,0.7),rgba(0,0,0,0.8)) ,url('../images/slider/slide01.jpg');
            position: relative;
            margin-top:20px;
        }
.banner_blog p{
            position: absolute;
            color: white;
            bottom: 30%;
            left: 45%;
            cursor: pointer;
            font-size: 23px;
        }
.blog_image_main_card_div{
            /*width:30%;*/
            /*overflow: hidden;*/
}

.blog_image_main_card_div a img{
    border-radius:10px;
    height: 200px;
    width: 100%;
    margin-bottom: 10px;
    object-fit:cover;
    transition:.3s ease-in-out;
}
.blog_image_main_card_div a img:hover{
    box-shadow:2px 2px 2px grey;
}
.post-text{
    text-align:center;
}
.post-text a{
    text-decoration:none;
}
.post-text a h5{
    font-size:18px;
    font-weight:400;
    text-align:start;
    
}
.post-text a:hover{
    color:black;
}

.post-info{
    margin-bottom:10px;
    display:flex;
    justify-content:space-between;
}
.post-info a{
    padding:4px 6px;
    background:#EFEFEF;
    color:black;
    border-radius:5px;
}
.post-info a:hover{
    color:white;
    background:black;
}


.blog_read_btn{
    border-radius:5px;
    background:#333;
    color:white;
    text-align:center;
    margin:10px auto;
    padding:10px 20px;
}
.blog_read_btn:hover{
    color:white;
}
.test {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
   padding:5px 0px;
}
.logos-three{
        background: #edebeb2e;
    padding: 45px 0;
}
.logos-three img{
    padding: 0 40px;
}
.logos-three .ssfs{
    padding-top: 5rem;
}
.logos-three .ssfs img{
      padding: 0px !important;
}