/*
Theme Name: manybackground-v1
Author: -
Version: 0.5
*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*,::after,::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,kbd,pre,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}
.img-fluid {
    max-width: 100%;
    height: auto
} 
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
/*     padding-right: 15px;
    padding-left: 15px; */
    margin-right: auto;
    margin-left: auto
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*     margin-right: -15px;
    margin-left: -15px */
    padding:0 15px;
    column-gap: 2rem;
    row-gap: 1rem;
}

.categories-card.row{
    column-gap: 1.2rem;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
    background-color: #f8f8f8;
    padding-bottom: 9px!important;
    padding-top: 9px!important;
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
/*     padding-right: 15px;
    padding-left: 15px */
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.row-cols-2>* {
    -ms-flex: 0 0 calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
    max-width: 0 0 calc(50% - 1rem)
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control::-webkit-input-placeholder {
    color: #0d4188;
    opacity: 1
}

.form-control::placeholder {
    color: #0d4188;
    opacity: 1
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card-img,.card-img-bottom,.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}
@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}
.w-100 {
    width: 100%!important
}
.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}
.mt-3,.my-3 {
    margin-top: 1rem!important
}
.mb-3,.my-3 {
    margin-bottom: 1rem!important
}
.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}
.mb-5,.my-5 {
    margin-bottom: 3rem!important
}
.pl-1,.px-1 {
    padding-left: .25rem!important
}
.pt-2,.py-2 {
    padding-top: .5rem!important
}
.mr-auto,.mx-auto {
    margin-right: auto!important
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}


.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.d-none {
    display: none!important
}
.d-block {
    display: block!important
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}   

.btn-primary {
    color: #fff;
    background-color: #0d4188;
    border-color: #0d4188
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-group-lg>.btn,.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.dropdown,.dropleft,.dropright,.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.rounded-circle {
    border-radius: 50%!important
}

/* @media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
} */

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 800px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4>* {
        -ms-flex: 0 0 calc(25% - 1rem);
        flex: 0 0 calc(25% - 1.5rem);
        max-width: calc(25% - 1.5rem);
    }

    .row-cols-md-5>* {
        -ms-flex: 0 0 calc(20% - 1rem);
        flex: 0 0 calc(20% - 1rem);
        max-width: calc(20% - 1rem);
    }

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (min-width: 800px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-n1 {
        margin: -.25rem!important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem!important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem!important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem!important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem!important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.5rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -1rem!important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -1rem!important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -1rem!important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -1rem!important
    }

    .m-sm-n4 {
        margin: -1.5rem!important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -1.5rem!important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -1.5rem!important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -1.5rem!important
    }

    .m-sm-n5 {
        margin: -3rem!important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -3rem!important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -3rem!important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -3rem!important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-n1 {
        margin: -.25rem!important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.25rem!important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.25rem!important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.5rem!important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.5rem!important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.5rem!important
    }

    .m-lg-n3 {
        margin: -1rem!important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -1rem!important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -1rem!important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -1rem!important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -1rem!important
    }

    .m-lg-n4 {
        margin: -1.5rem!important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -1.5rem!important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -1.5rem!important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -1.5rem!important
    }

    .m-lg-n5 {
        margin: -3rem!important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -3rem!important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -3rem!important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -3rem!important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
}

@media print {
    *,::after,::before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap!important
    }

    blockquote,pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px!important
    }

    .container {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #dee2e6!important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}


html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu,
    Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.6;
    font-size: 14px;
}

* {
    box-sizing: border-box;
}

a, a:hover {
    color: #011010;
    text-decoration: none;
}

a.obvious {
    border-radius: 4px;
    background-color: #2464C5;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
}

.center {
    text-align: center;
}

.pageTitleBlock {
    text-align: center;
}

p, h3 {
    margin: 0;
}

p {
    font-size: 16px;
}

h1 {
    font-size: clamp(20px, 5vw, 36px);
    font-weight: bold;
    margin: 20px 0 5px 0;
    display: flex;
}

h2 {
    font-size: 18px;
    margin: 0;
}

h3 {
    font-size: 14px;
}

.container {
    max-width: 92rem;
    margin: 0 auto;
}

.footer {
    
    position: relative;
	    padding-top: 2rem;
}
.footer .container {
    padding: 0 15px;
}
footer .navbar {
    display: flex;
    justify-content: center;
}

nav ul li {
    margin-right: 2px;
    padding: 7px 20px;
}

header nav ul.navbar-nav {
	justify-content: space-evenly;
	flex: 1;
}

header nav ul li {
    padding: 0;
    font-weight: bold;
    font-size: 18px;
	flex: 1;
	display: flex;
}

header nav form {
    padding: 0 10px;
    border-left: 1px solid #f0f0f0;
	min-width: 16em;
}

footer nav ul li {
    padding: 7px 10px;
	margin-right: 20px;
}

footer nav ui li:after {
    content: '\00B7';
    padding-left: 5px;
}

header nav ul.navbar-nav > li:last-child {
    flex: 2;
}

header nav ul.navbar-nav li > a {
	margin: auto;
	flex: 1;
	text-align: center;
}

header nav ul li a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7)
}

.hidden {
    display: none;
}

.section {
    margin: 40px 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
}

.logo-footer {
    position: absolute;
    margin-left: 50%;
    left: -25px;
    top: -25px;
    background: white;
    width: 70px;
    padding: 0 10px;
}

main {
    min-height: 600px;
   /* max-width: 92rem;
    margin:0 auto;*/
}

.top-button {
    position: fixed;
    width: 50px;
    height: 50px;
/*     background: #2464C5; */
    color: white;
    right: 0px;
    bottom: 160px;
    text-align: center;
    padding: 1px 0;
    z-index: 4;
    cursor: pointer;
    border-radius: 25px;
}

.category__title {
    font-weight: 700;
}

.category__title a {
    font-size: 18px;
    color: #0d4188;
}

.category__list {
    /*                 min-height: 100px; */
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    height: 44px;
    overflow: hidden;
/*     margin-bottom: 40px; */
}

.category__list__item:after {
    content: '\00B7';
    padding: 5px;
    font-weight: bolder;
	cursor: default;
}

.category__list__item:hover{
	text-decoration: none;
}

.category__list__item:hover:after {
	color: #011010;
}

.categories-card .card {
    min-height: 180px;
    color: white;
    position: relative;
    flex: 0 0 calc(50% - 0.6rem);
    max-width: calc(50% - 0.6rem);
}

.card-columns.posts a:hover {
    text-decoration: none;
    color: default;
}

/* .card:hover {
    -webkit-box-shadow: 4px 4px 11px 0px rgba(224, 217, 224, 1);
    -moz-box-shadow: 4px 4px 11px 0px rgba(224, 217, 224, 1);
    box-shadow: 4px 4px 11px 0px rgba(224, 217, 224, 1);
} */

.card {
    border: none;
}

.card img {
    height: auto;
    width: 100%;
    background: lightgray;
    height: 250px;
    object-fit: cover;
}

.card.content img {
    height: auto;
    width: 100%;
    background: lightgray;
}

.card-body.normal {
    position: inherit;
    padding: 20px 0;
}

.card-body.normal.border {
    padding: 20px;
}

.card-body {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0;
}

.categories-card .card-title a {
    color: white;
    display: block;
    padding-top: 100px;
    position: absolute;
    bottom: 25px;
    padding-bottom: 25px;
    min-width: 200px;
}

.categories-card .card-title a:hover {
    text-decoration: none;
}

.category__title.card .card-img {
    height: 180px;
}

.category__title.card img {
    height: 100%;
    border-radius: 0;
}

.category__title .info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    display: flex;
    flex-direction: column-reverse;
    background: linear-gradient(transparent 0 50%, rgba(0,0,0,0.6));
}

.category__title .info > * {
    color: white;
}

.category__title .info a {
    font-size: 24px;
    line-height: 1.2;
}
.category__title .info a:hover {
    text-decoration: none;
}

.related-tag {
    display: flex;
    flex-wrap: wrap;
}

.related-tag .image-tag {
    white-space: nowrap;
    margin-bottom: 8px;
}
.related-tag .image-tag a{
 color:#374957;
 border-color: #cfd9e0;
}

main > div {
    margin: 20px 0;
  
}

main > .cate-col{
    width: 100%;
    overflow: hidden;
}

.cate-col + .cate-col{
    margin-top:.8rem;
}

.index-gp{
    border-bottom:1px solid #ececec;
    padding-bottom:17px;
    margin-bottom:17px;
}

.section-title {
    padding:0 1.1rem;
    margin-bottom: 20px;
   
}

.section-title a{
     font-weight: 700;
    font-size: 1.8rem;
    color: #0d4188;
    line-height: 1.2;
}

header {
    background: white;
}

.breadcrumb-item > a {
    border-bottom: 1px solid #000;
}

header nav .sub-menu {
    list-style: none;
}

header nav li.menu-item-has-children:hover > a {
    color: #52B03D;
}

header nav .sub-menu li {
    font-weight: normal;
}

.sub-menu-mobile-wrap {
    position: absolute;
    background: white;
    top: 52px;
    left: 0;
    right: 0;
    border-top: 1px solid #e0e0e0;
    display: none;
    height: 100%;
}

.close-submenu {
    padding: 1rem;
    display: flex;
    font-size: 1.4rem;
    align-items: center;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
}

@media only screen and (max-width: 490px) {
    header nav ul.navbar-nav>li {
        border-right: 8px solid;
        border-bottom: 1px solid #ededed;
        margin-right: 0;
    }
    header nav ul.navbar-nav>li:nth-child(1) {
        border-right-color: #F19725;
    }
    header nav ul.navbar-nav>li:nth-child(2) {
        border-right-color: #DF2A52;
    }
    header nav ul.navbar-nav>li:nth-child(3) {
        border-right-color: #1B76BC;
    }
    header nav ul.navbar-nav>li:nth-child(4) {
        border-right-color: #21CDCE;
    }
    header nav ul.navbar-nav>li:nth-child(5) {
        border-right-color: #29AB88;
    }
    header nav ul.navbar-nav>li:nth-child(6) {
        border-right-color: #8353C1;
    }

    header nav ul.navbar-nav>li:nth-child(6):hover {
        border-right-color: 6px;
    }
    header nav ul.navbar-nav>li:nth-child(7) {
        border-right-color: #52B03D;
    }
    header nav ul.navbar-nav>li:nth-child(8) {
        border-right-color: #2465C3;
    }
    #menu-top-menu{
        border-top: #ededed 1px solid;
        border-bottom: 10px solid #ececec;
    }
    #menu-top-menu li {
        height: 54px;
        color: #010101;
        padding-left:15px;
        line-height: 39px;
    }
    #navbarMainContent {
        height: 100vh;
    }
    .sub-menu-mobile-wrap {
        z-index: 9;
    }
    .backgrounds-modal {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 4000;
        background: white;
        text-align: center;
        height: 100%;
    }

    header .container {
        padding: 0;
    }

    .card-columns {
        column-count: 2;
    }

    .card-columns.posts {
        column-count: 1;
    }

    nav img {
        max-width: 200px !important;
    }

    .menu-footer-menu-container ul {
        flex-direction: row;
    }

    .menu-footer-menu-container ul li {
        padding: 7px 5px;
    }

    .container.non-mobile {
        padding: 0;
    }

    .bottom-list {
        float: left !important;
    }

    .collapsible-filter-menu {
        position: relative;
    }

    header nav ul.navbar-nav > li:last-child {
        padding: 7px 25px;
        font-size: 18px;
    }

    .filter-menu-item {
        border-bottom: 1px solid #e0e0e0;
    }

    .filter-menu-item > button {
        width: 100%;
        text-align: left;
        height: 46px;
        display: flex;
        align-content: center;
        justify-content: space-between;
        flex-direction: row;
        padding-top: 10px;
    }

    .filter-menu-item > button:hover {
        color: white;
        background: #2464c4;
    }

    .filter-menu-item > button:hover svg {
        transform: rotate(270deg) !important;
    }

    .filter-menu-item > button:hover svg path {
        fill: #fff;
    }

    .btn:focus {
        box-shadow: none !important;
        color: #2464c4;
    }

    header nav li.menu-item-has-children.mobile .sub-menu {
        display: block;
    }

    header nav li.menu-item-has-children .sub-menu {
        display: none;
    }

    .card-body.normal {
        position: inherit;
        padding-top: 20px;
    }

    .card-body.normal.border {
        position: inherit;
        padding: 20px;
    }
	
    .navbar-mobile {
	column-count: 2;
	padding: 0 1.1rem;
	}

    .navbar-title {
	font-weight: 800;
	font-size: 22px;
	padding: 1.1rem 1.1rem .6rem;
	display: block;
	}
}

@media only screen and (min-width: 491px) and (max-width: 750px) {
    header nav ul.navbar-nav>li {
        border-right: 4px solid;
        border-bottom: 1px solid #ededed;
        margin-right: 0;
    }
    header nav ul.navbar-nav>li:nth-child(1) {
        border-right-color: #F19725;
    }
    header nav ul.navbar-nav>li:nth-child(2) {
        border-right-color: #DF2A52;
    }
    header nav ul.navbar-nav>li:nth-child(3) {
        border-right-color: #1B76BC;
    }
    header nav ul.navbar-nav>li:nth-child(4) {
        border-right-color: #21CDCE;
    }
    header nav ul.navbar-nav>li:nth-child(5) {
        border-right-color: #29AB88;
    }
    header nav ul.navbar-nav>li:nth-child(6) {
        border-right-color: #8353C1;
    }

    header nav ul.navbar-nav>li:nth-child(6):hover {
        border-right-color: 6px;
    }
    header nav ul.navbar-nav>li:nth-child(7) {
        border-right-color: #52B03D;
    }
    header nav ul.navbar-nav>li:nth-child(8) {
        border-right-color: #2465C3;
    }
    #menu-top-menu{
        border-top: #ededed 1px solid;
        border-bottom: 10px solid #ececec;
    }
    #menu-top-menu li {
        height: 54px;
        color: #010101;
        padding-left:15px;
        line-height: 39px;
    }
    #navbarMainContent {
        height: 100vh;
    }
    .sub-menu-mobile-wrap {
        z-index: 9;
    }
    .backgrounds-modal {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 4000;
        background: white;
        text-align: center;
        height: 100%;
    }

    .card-columns {
        column-count: 2;
    }

    .card-columns.posts {
        column-count: 1;
    }

    .card-body.normal {
        position: inherit;
        padding-top: 20px;
    }

    .card-body.normal.border {
        position: inherit;
        padding: 20px;
    }

    .bottom-list {
        float: left;
    }

    .sort-by {
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }

    .collapsible-filter-menu {
        position: relative;
    }

    header nav ul.navbar-nav > li:last-child {
        padding: 7px 25px;
        font-size: 18px;
    }

    .filter-menu-item {
        border-bottom: 1px solid #e0e0e0;
    }

    .filter-menu-item > button {
        width: 100%;
        text-align: left;
        height: 46px;
        display: flex;
        align-content: center;
        justify-content: space-between;
        flex-direction: row;
        padding-top: 10px;
    }

    .filter-menu-item > button:hover {
        color: white;
        background: #2464c4;
    }

    .filter-menu-item > button:hover svg {
        transform: rotate(270deg) !important;
    }

    .filter-menu-item > button:hover svg path {
        fill: #fff;
    }

    .btn:focus {
        box-shadow: none !important;
        color: #2464c4;
    }
}


@media only screen and (min-width: 751px) and (max-width: 1199px) {
    header nav ul.navbar-nav>li:nth-child(1) {
        border-bottom-color: #F19725;
    }
    header nav ul.navbar-nav>li:nth-child(2) {
        border-bottom-color: #DF2A52;
    }
    header nav ul.navbar-nav>li:nth-child(3) {
        border-bottom-color: #1B76BC;
    }
    header nav ul.navbar-nav>li:nth-child(4) {
        border-bottom-color: #21CDCE;
    }
    header nav ul.navbar-nav>li:nth-child(5) {
        border-bottom-color: #29AB88;
    }
    header nav ul.navbar-nav>li:nth-child(6) {
        border-bottom-color: #8353C1;
    }
    header nav ul.navbar-nav>li:nth-child(6):hover {
        border-bottom-width: 6px;
    }
    header nav ul.navbar-nav>li:nth-child(7) {
        border-bottom-color: #52B03D;
    }
    header nav ul.navbar-nav>li:nth-child(8) {
        border-bottom-color: #2465C3;
    }
	header nav .navbar-collapse .search {
		display: none!important;
	}
	
    .backgrounds-modal {
        display: none;
        position: fixed;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        padding: 120px;
        height: 100%;
    }

    .card-columns {
        column-count: 2;
    }

    .refine-button {
        border-right: 1px solid #e0e0e0;
    }

    .sort-by {
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }

    .collapsible-filter-menu {
        position: absolute;
        z-index: 4;
        background: white;
    }

    header nav li.menu-item-has-children:hover ul.sub-menu {
        display: grid;
    }

    header nav ul.sub-menu {
        list-style: none;
        display: none;
        grid-template-columns: 15% 15% 15% 15%;
        position: absolute;
        background: #fff;
        top: 50px;
        left: 0;
        right: 0;
        padding: 2rem;
        padding-left: 0;
        border-bottom: 5px solid #52B03D;

    }

    header nav ul.sub-menu .col1 {
        grid-column: 1;
    }

    header nav ul.sub-menu .col2 {
        grid-column: 2;
    }

    header nav ul.sub-menu .col3 {
        grid-column: 3;
    }

    header nav ul.sub-menu .col4 {
        grid-column: 4;
    }

    header nav li.menu-item-has-children ul::before {
        content: 'Background Categories >';
        color: #52B03D;
        font-size: 1.2rem;
        padding-left: 29px;
        white-space: pre;
        grid-column-start: 1;
        grid-column-end: 5;
    }
}

@media only screen and (min-width: 1200px) {
	header nav ul.navbar-nav > li {
		border-bottom: 0;
	}
	header nav ul.navbar-nav > li > a.menu-item-link {
		padding-bottom: 7px;
		border-bottom: 4px solid #fff;
		margin-bottom: 12px;
	}
    header nav ul.navbar-nav > li:nth-child(1) > a.menu-item-link {
        border-bottom-color: #F19725;
    }
    header nav ul.navbar-nav > li:nth-child(2) > a.menu-item-link {
        border-bottom-color: #DF2A52;
    }
    header nav ul.navbar-nav > li:nth-child(3) > a.menu-item-link {
        border-bottom-color: #1B76BC;
    }
    header nav ul.navbar-nav > li:nth-child(4) > a.menu-item-link {
        border-bottom-color: #21CDCE;
    }
    header nav ul.navbar-nav > li:nth-child(5) > a.menu-item-link {
        border-bottom-color: #29AB88;
    }
    header nav ul.navbar-nav > li:nth-child(6) > a.menu-item-link {
        border-bottom-color: #8353C1;
    }
    header nav ul.navbar-nav > li:nth-child(6):hover > a.menu-item-link {
		padding-bottom: 5px;
        border-bottom-width: 6px;
    }
    header nav ul.navbar-nav > li:nth-child(7) > a.menu-item-link {
        border-bottom-color: #52B03D;
    }
    header nav ul.navbar-nav > li:nth-child(8) > a.menu-item-link {
        border-bottom-color: #2465C3;
    }
    .backgrounds-modal {
        display: none;
        position: fixed;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        padding: 120px;
        height: 100%;
    }

    .card-columns.column3 {
        column-count: 3;
    }

    .card-columns {
        column-count: 4;
    }

    .refine-button {
        border-right: 1px solid #e0e0e0;
    }

    .sort-by {
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }

    .collapsible-filter-menu {
        position: absolute;
        z-index: 4;
        background: white;
		margin-top: 10px;
    }

    header nav .sub-menu {
        list-style: none;
        display: none;
        background: #fff;
		width: 100vw;
		transform: translatex(-50%);
		position: absolute;
		left: 50%;
        top: 56px;
        padding-top: 0.5rem;
		padding-bottom: 0.5rem;
        border-bottom: 5px solid #52B03D;
    }

	header nav li.menu-item-has-children:hover .sub-menu {
        display: block;
    }
	
	header nav li .sub-menu li > a {
		justify-content: flex-start;
	}
	
	header nav li .sub-menu .sub-menu-wrapper {
		max-width: 92rem;
		margin: 0 auto;
	}
	
	header nav li .sub-menu .sub-menu-unit span {
		padding-left: 1em;
		font-size: 20px;
		color: #52B03D;
	}
	
	header nav li .sub-menu .sub-menu-cat {
		max-width: 60%;
	}
	
	header nav li .sub-menu .sub-menu-cat ul.navbar-cat {
		display: flex;
		padding: 0.5em 1em;
		flex-wrap: wrap;
	}
	
	header nav li .sub-menu .sub-menu-cat ul.navbar-cat li > a {
		width: 8em;
		max-width: 11em;
		line-height: 32px;
		font-size: 90%;
		font-weight: bold;
	}
	
	header nav li.menu-item-has-children .sub-menu {
		padding-top: 1.5rem;
		padding-bottom: 2rem;
	} 
	
}

.card-img-top.post {
    max-width: 280px;
    height: auto !important;
    width: auto !important;
    margin: auto;
    display: block;
}

.image-tags {
    padding: 1.25rem;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    color: white;
    padding: 1.25rem;
}

.image-tags a {
    color: white;
}

.card-columns .card-title a {
    color: white;
    display: block;
    padding-top: 100px;
    position: absolute;
    bottom: 55px;
    padding-bottom: 100px;
    min-width: 250px;
}

.card-columns .card-title a:hover {
    text-decoration: none;
}

.image-tag {
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-right: 10px;
}

.post-image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.content-block {
    display: flex;
    flex-direction: row;
}

.user-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #e0e0e0;
    margin-right: 10px;
}

.nickname {
    color: #e0e0e0;
}

ol.breadcrumb {
    background: none;
    padding: .75rem 0;
}

.dropdown-menu.dropdown-menu-wide {
    min-width: 100%;
    text-align: center;
}

.dropdown {
	border: 1px solid #e0e0e0;
	border-radius: 0.3rem;
}

.dropdown .btn {
    font-weight: 700;	
}

.download-box {
	margin: 0.3rem;
	text-align:center;
}

.download-item:nth-child(even) {
	filter: brightness(0.95)
}

.download-item+.download-item {
	margin-top: 0;
}

ul.card-columns {
    padding-inline-start: 0;
}

.breadcrumb-item::before {
	content: none !important;
}

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

.breadcrumb-item::after {
   content: '';
    font-weight: 900;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    width: 7px;
    height: 7px;
    border-right: 2px solid #34b1e6;
    border-bottom: 2px solid #34b1e6;
    transform: rotate(-45deg);
    margin: 0.4rem 0.5rem 0;
}

.breadcrumb-item:last-child::after {
    content: none;
}

.search {
    border-bottom: 4px solid #2465C3;
    cursor: pointer;
    padding: 7px 5px 10px 0px;
    display: flex;
    flex-direction: row;
    position: relative;
	margin-bottom: 12px;
}

.search svg path{
    fill:#1e4998
}
.search.show .searchInput {
    visibility: visible;
}

.searchInput {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    height: 100%;
    width: 100%;
    z-index: 1;
    padding: 10px;
}

.searchInput.show {
    visibility: visible;
}

.non-list {
    list-style: none;
    padding-left: 0;
    position: relative;
}

.footer nav:nth-child(1) {
    padding-left: 0;
}

.footer nav li:nth-child(1) {
    padding-left: 0px;
	list-style: none;
}

.info-block {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.card:hover .info-block {
    display: block;
}

label.btn .toggle-buttons {
    fill: #999;
}

label.btn.active .toggle-buttons {
    fill: #010101;
}

.bottom-list {
    float: right;
}

.filter-menu-item > button {
    width: 100%;
    text-align: left;
    height: 46px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 10px;
}

.btn:focus {
    box-shadow: none !important;
    color: #2464c4;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #e0e0e0;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.carousel-indicators .active {
    background-color: #2464C5;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    list-style: none;
    margin-top: 20px;
    background: white;
    max-width: 200px;
}

#module {
    font-size: 1rem;
    line-height: 1.5;
}

.sub-keywords #collapseSubs.collapse:not(.show) {
    display: flex;
    max-height: 57.5rem;
    overflow: hidden;
}

.sub-keywords #collapseSubs.collapsing {
    max-height: 57.5rem;
}

/* .sub-keywords>button.collapsed:after {
  content: 'View More';
}

.sub-keywords>button:not(.collapsed):after {
  content: 'View Less';
} */
.backgrounds-modal input {
    width: 230px;
    height: 35px;
    border: #d5d5d5 solid 1px;
    border-radius: 4px;
    padding: 10px;
}

.backgrounds-modal button {
    width: 230px;
    height: 35px;
    border-radius: 4px;
    border: #0D6ECC solid 1px;
    background-color: #0D6ECC;
    color: white;
    margin-bottom: 12px;
}

.backgrounds-modal .google {
    text-align: 35px;
    width: 230px;
    height: 35px;
    border: #d5d5d5 solid 1px;
    border-radius: 4px;
    margin: 6px auto;
    line-height: 35px;
}

.backgrounds-modal .facebook {
    /*                 background-color: #3B5999; */
    width: 230px;
    height: 35px;
    line-height: 35px;
    margin: 6px auto;
    border: #d5d5d5 solid 1px;
    border-radius: 4px;
}

.backgrounds-modal * {
    box-sizing: border-box;
}

.backgrounds-modal a {
    color: #011010;
    text-decoration: none;
}

.backgrounds-modal a.obvious {
    color: #0e48ce;
    text-decoration: none;
    background-color: #fff !important;
}

.backgrounds-modal h1 {
    text-align: center;
}

.backgrounds-modal.show {
    display: block;
}

.backgrounds-modal article {
    background: white;
    width: 350px;
    margin: auto;
}

.footer-section-column {
    padding-left: 30px;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding-bottom: 34px;
}

.footer-section-column:last-child {
    border-right: none;
}

.navbar-expand-lg {
    padding-left: 0;
    padding-right: 0;
}

.action-block {
    min-height: 300px;
    display: flex;
    justify-content: space-between;
}

.action-block main {
    padding: 10px;
    min-height: 400px;
    border: 1px dashed #e0e0e0;
    width: 100%;
}

.upload-action {
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: 0;
}

.upload-action:hover, .upload-action.highlight {
    background-color: #e0e0e0;
}

.upload-action button {
    height: 40px;
    background-color: #2464C5;
    color: white;
    border: none;
    padding: 5px;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
    min-width: 40px;
    cursor: pointer;
}

.upload-action button:nth-child(1) {
    border-radius: 4px 0px 0px 4px;
}

.upload-action button:nth-child(2) {
    border-left: 1px solid #555;
    border-right: 1px solid #555;
}

.upload-action button:nth-child(3) {
    border-radius: 0px 4px 4px 0px;
}

.upload-action button svg {
    margin-left: 3px;
}

.step1, .step2, .step3 {
    display: none;
}

.step1.show, .step2.show, .step3.show {
    display: block;
}


.submit-input {
    width: 100%;
    border: #e0e0e0 solid 1px;
    padding: 10px;
}

.submit-input:first-child {
    height: 40px;
    border-radius: 4px 4px 0px 0;
}

.submit-input:nth-child(2) {
    border-radius: 0 0 4px 4px;
}

.step2 .card:hover {
    box-shadow: none !important;
}

.step2 .card:hover .remove-img {
    display: block;
}

.remove-img {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    right: 10px;
    border-radius: 15px;
    top: 10px;
    cursor: pointer;
}

.tag-manager {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 30px;
}

.user-profile .dropdown-menu {
    background: #F19824;
    border: none;
    border-radius: 0;
    padding: 0;
}

.user-profile .dropdown-item {
    color: white;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    line-height: 44px;
    border-bottom: 1px solid #F2AC4C;
}

.user-profile .dropdown-item:hover {
    background: #ec8c0f;
}

form > div {
    margin-bottom: 12px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 40px;
    cursor: pointer;
}

.next-button-block {
    display: none;
}

.next-button-block.show {
    display: block;
}

.info-upload-block {
    margin: auto;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: -50px;
    color: gray;
}

.add-keyword-button.hide, .ui-menu.hide, .progress.hide {
    display: none;
}

.ui-menu input.keywords-autocomplete {
    height: 40px;
    border-radius: 10px;
    border: none;
    padding: 10px;
}

.ui-menu input.keywords-autocomplete:focus {
    outline: none;
    border: none;
}

.btn.btn-primary:focus {
    color: white;
}

.pending-icon {
    position: absolute;
    bottom: 40px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 40px;
    border-radius: 24px;
    left: 23%;
}

.card-text {
    height: 50px;
    overflow: hidden;
}

main main {
    max-width: 70rem;
}

main aside {
    max-width: 22rem;
}

body.search {
    display: block;
}

.navigation li.nav_go_prev > a, .navigation li.nav_go_next > a {
    background-color : #fff;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
    padding: 0 3px;
}

.navigation li.nav_ellipsis{
    color: #608dc9;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    font-weight: bold;
    color: #608dc9;
    background-color: #f8f8f8;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #2d58b2;
    color : #fff;
}

.form-control.search-field {
    height: 3.5715rem;
    max-width: 800px;
}
.form-control.search-field::placeholder{
    color:#0d4188;
}

.ui-autocomplete {
    z-index: 1200 !important;
}

.backgrounds-modal {
    width: 480px;
}

.backgrounds-modal h2{
    font-size: 20px;
}
header nav li.menu-item-has-children a {
	display: flex;
	justify-content: center;
	align-items: center;
}
header nav li.menu-item-has-children > a::after {
	content: '';
	background-color: #54AE3C;
	-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8"><path d="M6.5,4.784L10.731,0.5l1.592,1.611L6.5,8.007l-5.822-5.9L2.269,0.5Z"/></svg>') no-repeat 50% 50%;
	mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8"><path d="M6.5,4.784L10.731,0.5l1.592,1.611L6.5,8.007l-5.822-5.9L2.269,0.5Z"/></svg>') no-repeat 50% 50%;
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin-left: 0.5em;
}

header nav li.menu-item-has-children li {
    padding-bottom: 0;
}
header nav .front-login-button {
	color: #2464c4;
}

header nav .front-signup-button {
	background-color: #2464c4;
}
.extra-list {
    padding-left: 15px;
    height: 54px;
    line-height: 39px;
    border-bottom: 1px solid #ececec;
    width: 100vw;
}

.navbar-toggler:focus {
    outline: none;
}
.extra-submit-button {
    background: #2464c4;
    color: white;
    font-size: 16px;
    font-weight: bold;
    height: 54px;
    line-height: 39px;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    cursor: pointer;
}

.share-btn { width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; background-color:#f2f9fd;}
.share-btn svg path{
	fill:#0d4188;
}
/* .share-fb { background-color: #3a5a99; }
.share-tw { background-color: #30a2f4; }
.share-pt { background-color: #be0d19; }
.share-wa { background-color: #69c442; }
.share-em { background-color: #ed7fb4; }
.share-mo { background-color: #a1a1a1; } */


.ads-container {text-align: center; margin-top: 0.5em; margin-bottom: 0.5em; font-size: 80%; font-weight: bold;}
.ads-container::before, .ads-container::after {
	display: block;
	min-height: 0.5rem;
	text-transform: uppercase;
	color: #888;
}
.ads-container::before {
/* 	content: "Advertisement"; */
	content: " ";
}
.ads-container::after {
/* 	content: "Continue reading below" */
	content: " ";
}
.ads-unit-hr {width: 320px; height: 100px;}

.faq-a{
	display:flex;
	cursor:pointer;
}
.faq-left{
	font-size: 2rem;
    margin-left: 30px;
    color: #2465C3;
}
.faq-mid-qn{
	font-size: 1.2rem;
    margin-top: 10px;
    margin-left: 10px;
	width: 60%;
}
.faq-mid-ans{
	font-size: 1.2rem;
    margin-top: 10px;
    margin-left: 10px;
}
.faq-svg {
	width: 32%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.card-header-faq{
	padding: 0.75rem 1.25rem;
	border: 1px solid rgba(0,0,0,.125);
}
.drop-down{
	display:flex;
	padding:0.75rem 1.25rem;
	background: #e0e0e0;
}
.faq-ul {
  list-style: none;
}
.faq-ul li::before {
  content: "\2022"; 
  color: #2465C3; 
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.container form .form-group{
	width: 80%
}
.contact-btn{
	width: 80%
}
@media(min-width: 500px) { .ads-unit-hr {width: 468px; height: 60px;} }
@media(min-width: 800px) { .ads-unit-hr {width: 728px; height: 90px;} }

body header {
    padding: 5px 0 5px 15px;
    border-bottom: 1px solid #ececec;
    border-top: 3px solid #34b1e6;
}

body header .search-block .header-search {
    font-size: 16px;
    line-height: 46px;
    border-color: #d6eaf5 !important;
    /* border-radius: 5px !important; */
}
body header .search-block .header-search::placeholder{
    color: #0d4188;
}

body .search-images.active {
    background-color: #f2f9fd;
	border-radius: 8px;
}
.search-text{
    color:#1e4998;
}

button.navbar-switch {
    background-color: transparent
}

body button.navbar-switch {
    padding: 0 15px 0 15px
}

body button.navbar-switch svg path {
    fill: #0d4188;
}

#msearchbtn svg {
    width: 1.7143rem;
    height: auto
}
#msearchbtn svg path{
    fill:#0d4188;
}

body picture.search-logo img {
    width: 151px;
    height: auto
}

body .navbar-brand {
    width: 38px
}
.content-panel-board{
    padding:0 1.1rem;
}
@media screen and (min-width: 800px) {
    body header {
        padding: 5px 20px 10px;
        border-top:none;
        
    }

    body header .search-block {
        margin: 0;
        padding: 0
    }

    body header .search-block .search {
        margin: 0 !important;
        border: 1px solid #d6eaf5;
        padding: 0.25em 1.6563em;
		border-left:none;
    }

 

    body header .navbar-brand {
        width: 100%;
        text-align: left;
        display: block;
        padding: 0
    }

    body header .logo-block {
        flex: 0 0 257px;
        max-width: 257px;
        padding-right: 14px
    }

    body header img.card-img-top {
        height: auto
    }

    nav.navgation ul.navbar-nav .menu-item .front-login-button, nav.navgation ul.navbar-nav .menu-item .front-signup-button {
        background-color: #fff;
        color: #2464c4;
        border-color: #cfd9e0;
        font-size: 15px !important;
        line-height: 32px;
        padding: 0px;
        min-width: 112px
    }

    nav.navgation ul.navbar-nav .menu-item .front-signup-button {
        margin-left: 8px
    }

    nav.navgation ul.navbar-nav .menu-item .front-login-button {
        background-color: #f3f5f6;
        border-color: #f3f5f6
    }

    nav.navgation ul.navbar-nav .menu-item .front-login-button:hover, nav.navgation ul.navbar-nav .menu-item .front-signup-button:hover {
        background-color: #2464c4;
        color: #fff
    }

    body main .filter-row .tag-container .tag-slider {
        overflow: hidden;
        height: 45px
    }
}

.latest-wp-container {
    margin-top: 30px;
    border-top: 1px solid #ececec;
    padding-top: 24px
}

.latest-wp-container .section-title {
    margin-bottom: 12px
}

.promo-content-container .promo-contents {
    display: flex
}

.promo-content-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #e3e9f0;
    padding: 18px 24px;
    border-radius: 14px;
    margin: 0 15px
}

.promo-content-container ul {
    flex: 0 0 100%;
    max-width: 100%
}

.promo-content-container ul, .promo-content-container li {
    list-style: none
}

.promo-content-container .promo-contents {
    flex: 1 1 auto;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-y: auto
}

.promo-content-container .promo-contents::-webkit-scrollbar {
    width: 0;
    background: transparent
}

.promo-content-container .promo-contents::-webkit-scrollbar-thumb {
    background: transparent
}

.promo-content-container .promo-contents .promo-content {
    padding: 0 10px 10px 0;
    flex: 0 0 auto;
    max-width: none
}

.promo-content-container .promo-contents .promo-content a {
    display: block;
    width: 100%;
    height: 100%
}

.promo-content-container .promo-contents .promo-content a img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.promo-content-container .promo-contents .promo-content figure {
    min-height: 0;
    display: block;
    height: 180px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px
}

.promo-content-container .promo-text .promo-domain {
    font-size: 0px;
    position: relative;
    display: inline-block;
    width: 98px;
    height: 19px;
    vertical-align: bottom
}

.promo-content-container.fastpng .promo-contents .promo-content figure {
    background: url("data:image/jpg;base64,/9j/4QAWRXhpZgAATU0AKgAAAAgAAAAAAAD/7AARRHVja3kAAQAEAAAAUAAA/+EDL2h0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4wLWMwMDAgNzkuZGFiYWNiYiwgMjAyMS8wNC8xNC0wMDozOTo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkExMjMxRDQ3ODFBMTFFRDkzNjVBOTY1M0JDM0U2MEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkExMjMxRDU3ODFBMTFFRDkzNjVBOTY1M0JDM0U2MEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQTEyMzFEMjc4MUExMUVEOTM2NUE5NjUzQkMzRTYwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQTEyMzFEMzc4MUExMUVEOTM2NUE5NjUzQkMzRTYwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAICAgICAgICAgIDAgICAwQDAgIDBAUEBAQEBAUGBQUFBQUFBgYHBwgHBwYJCQoKCQkMDAwMDAwMDAwMDAwMDAwBAwMDBQQFCQYGCQ0LCQsNDw4ODg4PDwwMDAwMDw8MDAwMDAwPDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIABcAGAMBEQACEQEDEQH/xABiAAEAAwEAAAAAAAAAAAAAAAAFAwQGCQEBAAAAAAAAAAAAAAAAAAAAABAAAQECDgMAAAAAAAAAAAAAABESAyExkQIigsLSUwQURAUVUhMlEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDsYA9wm6qWgHgCemyuI9lm3QK7/wCQzpqeoVv2woxEiM+QEHc5rDdSTrwGlAB5va17IAIH/9k=") repeat top left !important
}

.promo-content-container .promo-show-more {
    margin-right: 10px;
    display: block;
    width: 100%;
    text-align: right
}

.promo-content-container + .promo-content-container {
    margin-top: 20px
}

.promo-content-container .promo-text a {
    color: #0b57ac;
    text-decoration: underline
}

.promo-content-container .promo-text {
    font-size: 15px;
    line-height: 1.2
}

.promo-content-container .promo-show-more-kw {
    color: #0b57ac
}

.mrwallpaper .promo-contents .promo-content a img, .gifdb .promo-contents .promo-content a img {
    object-fit: cover
}

.mrwallpaper .promo-contents .promo-content figure, .gifdb .promo-contents .promo-content figure {
    padding: 0
}

body main figure .tag-bar {
    pointer-events: none;
	right: 0;
    left: 0;
}

body main figure .tag-bar .tag {
    padding: 0
}

body .modal .modal-dialog.thankyou-popup {
    margin: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: none;
    width: 100%
}

body .modal-content.thankyou-content .modal-header {
    border-bottom: none;
    padding: 42px 15px 0
}

body .modal-content.thankyou-content .modal-header .modal-title {
    font-size: 30px;
    line-height: 1.2
}

body .modal-content.thankyou-content .modal-body {
    padding: 21px 15px 0
}

body .modal-content.thankyou-content .modal-footer {
    border-top: none;
    padding: 20px 15px 44px
}

.thankyou-content button.close {
    position: absolute;
    top: 21px;
    right: 23px
}

.thankyou-content button.close span {
    font-size: 0;
    line-height: 0
}

.thankyou-content button.close span:before, .thankyou-content button.close span:after {
    width: 2px;
    height: 2px;
    background: #020202;
    content: "";
    display: block;
    top: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -1px
}

.thankyou-content button.close span {
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
    transform: rotate(45deg)
}

.thankyou-content button.close span:after {
    width: 100%;
    left: 0;
    margin-left: 0
}

.thankyou-content button.close span:before {
    height: 100%;
    margin-top: 0;
    top: 0
}

.modal-content.thankyou-content {
    border-radius: 20px
}

.modal-content.thankyou-content .social-block {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e9ed;
    margin-bottom: 22px
}

.modal-content.thankyou-content .social-block .share-content-titles {
    margin-right: 20px;
    font-size: 18px;
    line-height: 1
}

.modal-content.thankyou-content .social-block .share-btn {
    margin-right: 10px
}

body .modal-content.thankyou-content .modal-footer .content-share-unit .input-group {
    flex-direction: column
}

body .modal-content.thankyou-content .modal-footer .content-share-unit {
    width: 100%;
    margin: 0
}

body .modal-content.thankyou-content .modal-footer .share-display-text {
    display: block;
    font-size: 16px;
    border: none;
    background-color: #f2f8fb;
    color: #135174;
    padding: 22px;
    line-height: 1;
    width: 100%
}

body .modal-content.thankyou-content .modal-footer {
    flex-direction: column
}

body .modal-content.thankyou-content .modal-footer button.share-copy-btn {
    margin-top: 8px;
    padding: 12px 0;
    font-size: 16px;
    line-height: 1;
    background-color: #2464c4;
    border: none;
    display: block;
    width: 100%;
    color: #fff
}

.modal-content.thankyou-content .social-block .share-btn.share-mo {
    display: none
}

.sect-rel {
    border-top: 1px solid #ececec;
    padding-top: 1rem;
}

.sect-rel .row{
	padding:0;
	column-gap: 0;
}

@media screen and (min-width: 501px) {
    .promo-content-container .promo-contents .promo-content {
        max-width: 75%
    }

    .promo-content-container .promo-show-more {
        width: auto
    }

    body .modal-content.thankyou-content .modal-header {
        padding: 42px 47px 0
    }

    body .modal-content.thankyou-content .modal-body {
        padding: 21px 47px 0
    }

    body .modal-content.thankyou-content .modal-footer {
        padding: 20px 47px 44px
    }

    body .modal .modal-dialog.thankyou-popup {
        max-width: 541px
    }
}

@media screen and (min-width: 1200px) {
    .promo-content-container .promo-contents .promo-content {
        max-width: 33.33%
    }
}

body main .container .content-container .custom-kw-contents, body main .container .kw-container .custom-kw-contents {
/*     column-gap: 0;
    row-gap: 0;
    margin-right: -10px; */
    flex-wrap: wrap;
/*     overflow: inherit */
}

/* body main .container .content-container .custom-kw-contents .content-card, body main .container .content-container .custom-kw-contents .card, body main .container .kw-container .custom-kw-contents .content-card, body main .container .kw-container .custom-kw-contents .card {
    max-width: none;
    flex: 1 1 auto;
    padding: 0 10px 15px 0
} */

body main .container .content-container .custom-kw-contents .content-card img, body main .container .content-container .custom-kw-contents .card img, body main .container .kw-container .custom-kw-contents .content-card img, body main .container .kw-container .custom-kw-contents .card img {
    height: 100%;
/*     width: 100% */
}

body main .container .content-container .custom-kw-contents .content-card.horizontal figure, body main .container .content-container .custom-kw-contents .card figure, body main .container .kw-container .custom-kw-contents .content-card.horizontal figure, body main .container .kw-container .custom-kw-contents .card figure {
    width: 100%;
    height: 100%;
    min-width: 0;
    max-width: none
}

body main .container .content-container .custom-kw-contents .content-card.horizontal figure a, body main .container .content-container .custom-kw-contents .content-card.horizontal figure a picture, body main .container .content-container .custom-kw-contents .card figure a, body main .container .content-container .custom-kw-contents .card figure a picture, body main .container .kw-container .custom-kw-contents .content-card.horizontal figure a, body main .container .kw-container .custom-kw-contents .content-card.horizontal figure a picture, body main .container .kw-container .custom-kw-contents .card figure a, body main .container .kw-container .custom-kw-contents .card figure a picture {
    display: block;
    width: 100%;
    height: 100%
}
.op-control{
	padding:0 1.1rem;
}

.bubble-sector-a{
	padding:0 1.1rem;
}
@media screen and (min-width: 800px) {
    body main .container .kw-container .custom-kw-contents .content-card, body main .container .kw-container .custom-kw-contents .card {
        height: 180px;
        max-width: 50% !important;
        margin-bottom: 0
    }
	.bubble-sector-a{
	padding:0;
}
}

@media screen and (min-width: 1200px) {
    body main .container .kw-container .custom-kw-contents .content-card, body main .container .kw-container .custom-kw-contents .card {
        max-width: 33.33% !important
    }
}

