﻿body {
    -webkit-font-smoothing: antialiased;
    margin: 0 auto;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    background: #fff;
    color: #404041;
    font-weight: 500
}
.topic-njesi li{
    width:50%!important;
}
@media screen and (max-width:776px){
    .topic-statistics .imgnormal  {
    max-width: 110px!important;
        max-width: 110px;
    padding: 5px!important;
    }
    .myimg{
    max-width: 138px!important;

}
    .topic-njesi li{
        text-align:center;}
        .topic-njesi li:nth-child(1){
            text-align:left!important;
        }
        
 
    .myclass { padding-top: 10px!important;
      
    }
    .njesi-filters{
        display:none!important;
    }
   .container{
         padding-left: 10px!important;
    padding-right: 10px!important;
       
   }
   }
.myimg{
    max-width: 186px;

}
.topic-statistics .imgnormal  {
     max-width: 145px;
    }
.topic-statistics img {
    
   
    max-height: auto!important;
    
    display: initial!important;
}

.topic-njesi li{
    margin:auto!important;
    
}
.footer-logo {
    display: flex;
    padding-right: 0;
    border-right: 0;
    /* width: 149px; */
}
#wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.full-bckg {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9)
}

.center {
    margin: 0 auto;
    width: 100%;
    max-width: 1230px;
    padding: 0 15px
}

img {
    width: 100%;
    display: block;
    height: auto
}
#logo {
    max-width: auto;
    display: flex;
}

.main-header {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: bold
}

.new-heading {
    padding: 10px 0 10px 12px;
    background: transparent;
    border-left: 3px solid #62a60a;
    margin-bottom: 15px
}

    .new-heading h1 {
        font-weight: 900;
        color: #ce3728;
        font-size: 25px
    }

    .new-heading p {
        margin-top: 8px;
        color: #404041;
        font-size: 14px
    }

.red-header {
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #ce3728
}

.page-header {
    position: relative
}

.header-cont .page-title::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 1003px;
    height: 100%;
    left: -1000px;
    top: 0;
    border-bottom: 2px solid #f7f7f7
}

.header-cont {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1
}

.page-title {
    width: fit-content;
    margin: 0;
    line-height: 1.3;
    background: #fff;
    border-bottom: 2px solid #f7f7f7;
    font-size: 18px;
    font-weight: 800;
    color: #ce3728;
    padding: 30px 30px 30px 15px;
    position: relative
}

.page-border {
    display: flex;
    position: relative;
    z-index: 1
}

    .page-border hr {
        height: 5px;
        margin: 0;
        width: 50%;
        border: 0
    }

        .page-border hr:first-child {
            background: #ce3728
        }

        .page-border hr:last-child {
            background: #3c376e
        }



::-webkit-input-placeholder {
    color: #404041;
    font-family: 'Montserrat', sans-serif
}

::-moz-placeholder {
    color: #404041;
    font-family: 'Montserrat', sans-serif
}

:-ms-input-placeholder {
    color: #404041;
    font-family: 'Montserrat', sans-serif
}

:-moz-placeholder {
    color: #404041;
    font-family: 'Montserrat', sans-serif
}

input,
select {
    outline: 0
}

.custom-link {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #fff
}

.link-head {
    font-weight: bold;
    color: #3c376e;
    line-height: 1.3
}

.link-desc {
    line-height: 1.3;
    color: #404041;
    font-size: 14px
}

.custom-link svg {
    color: #ce3728 !important
}

.flip-eff section {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 100%;
    height: 100%
}



#menu .flip {
    text-align: center
}

    #menu .flip a span:first-child {
        color: #fff
    }

#menu .flip {
    perspective: 1000px
}

.front::after,
.back::after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 2px
}

/*.front::after {
    background: #fff
}*/

.back::after {
    background: #ce3728
}

#menu .flip a {
    padding: 0;
    position: relative;
    transition: background-color .3s ease;
    width: 140px;
    color: #fff !important;
    display: flex;
    align-items: center;
    background: #c1272d
}

#menu .flip:hover a {
    background-color: #f2f2f2;
    color: #ce3728 !important
}

#menu .flip .front,
#menu .flip .back {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 80%;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 16%;
    text-align: center;
    transition: transform .5s ease;
    vertical-align: top;
    line-height: 40px
}

#menu .front,
#menu .flip:hover .back {
    transform: rotateX(0) translateX(-50%)
}

#menu .flip .back,
#menu .flip:hover .front {
    transform: rotateX(180deg) translateX(-50%)
}

.poll {
    background: #fff;
    padding: 15px;
}

    .poll p {
        text-align: center;
        line-height: 1.5;
        font-size: 13px;
        margin-bottom: 15px;
    }

.poll-img img {
    width: 100%;
    height: auto;
    margin: auto;
}

.poll-link {
    font-weight: 400;
    font-size: 15px;
    margin-top: 15px;
    background: #888;
    display: inline-block;
    color: #fff;
    padding: 15px
}

.poll-title {
    text-align: center;
    padding: 10px 0 10px 12px;
    background: transparent;
    margin-bottom: 15px
}

    .poll-title h1 {
        font-weight: 900;
        color: #ce3728;
        font-size: 25px
    }

.poll button {
    font-weight: 500;
    font-size: 16px;
    background: #ce3728;
    width: 200px;
    border-radius: 5px;
    border: 1px solid #c1272d;
    color: white;
    padding: 15px;
    margin-top: 15px;
}

.poll-button {
    width: 100%;
    text-align: center;
}

.alternative {
    border: 5px solid transparent !important;
    text-align: center;
    padding-bottom: 15px;
}

.active-alternative {
    border: 5px solid #62a60a !important;
}

.vote {
    visibility: hidden;
}

.socials {
    display: flex;
    font-size: 24px;
    margin: 20px 0
}

    .socials img {
        margin-bottom: 0 !important
    }

.socials--gray span {
    background-color: transparent !important
}

.socials a {
    transition: all .3s
}

    .socials a:hover .a2a_svg {
        opacity: 1 !important
    }

    .socials a:hover {
        color: #ce3728
    }

.socials--gray a {
    color: #a5a5a5
}

.socials--gray {
    color: #a5a5a5
}

    .socials--gray svg {
        cursor: pointer
    }

    .socials--gray path {
        transition: .3s;
        fill: #a5a5a5
    }

    .socials--gray svg:hover path {
        fill: #ce3728
    }

.share-link {
    align-items: center
}

    .share-link p {
        margin: 0 15px;
        margin-bottom: 0 !important;
        width: 100%;
        min-width: max-content;
        color: #ce3728;
        text-transform: uppercase;
        font-weight: 700 !important;
        font-size: 16px !important;
        width: auto
    }

    .share-link a:hover::before {
        width: 0 !important
    }

    .share-link hr {
        margin: 0;
        width: 100%;
        height: 7px;
        border: 0;
        background: #a5a5a5
    }

    .share-link .social-item:last-child {
        margin-bottom: 0 !important
    }

    .share-link svg:last-child {
        margin-bottom: 0 !important
    }

.at-label {
    display: none
}

.socials .at-resp-share-element .at-share-btn {
    background: transparent !important;
    outline: 0
}

.at-style-responsive .at-share-btn {
    padding: 0 !important
}

.socials-white a {
    color: #fff
}

.social-item {
    margin-right: 15px
}

    .social-item:last-child {
        margin-right: 0
    }

.new-socials {
    background: #3c376e;
    padding: 50px;
    display: flex;
    justify-content: space-between
}

    .new-socials svg {
        font-size: 78px
    }

    .new-socials a {
        color: #fff;
        display: flex;
        align-items: center
    }

.social-statistics {
    margin-left: 25px
}

    .social-statistics h2 {
        font-weight: 800;
        font-size: 25px;
        margin-bottom: 10px
    }

    .social-statistics h3 {
        font-weight: 500;
        font-size: 18px
    }

.search-tabs {
    display: flex
}

    .search-tabs li {
        margin: 15px 0
    }

    .search-tabs a {
        display: block;
        background: #3c376e;
        color: #fff;
        padding: 15px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
        margin-right: 8px;
        border-radius: 3px
    }

.title {
    color: #3c376e !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 1.3;
    font-weight: 900 !important;
    margin: 0 !important
}

.tooltip {
    position: relative;
    z-index: 800
}

.tooltiptext {
    visibility: hidden;
    position: absolute;
    line-height: 1.3;
    background: #3c376e;
    color: #fff;
    padding: 10px;
    z-index: 910;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    left: 0;
    bottom: -48px;
    width: max-content;
    width: -moz-max-content;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    transition: opacity .3s;
    opacity: 0
}

    .tooltiptext::before {
        content: '';
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #3c376e transparent;
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%)
    }

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.flex-container {
    display: flex;
    align-items: center
}

    .flex-container .socials--gray {
        font-size: 18px
    }

    .flex-container > *:not(:first-child) {
        margin-left: 15px
    }

.go-top {
    position: fixed;
    bottom: -70px;
    right: 100px;
    z-index: 300;
    background: #ce3728;
    color: #fff;
    font-size: 22px;
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(165, 165, 165, 0.7)
}

#logo {
    width: 100%
}

.weather {
    display: flex;
    align-items: center;
    margin-right: auto
}

input,
textarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500
}

    input:focus::-webkit-input-placeholder {
        color: transparent
    }

    input:focus:-moz-placeholder {
        color: transparent
    }

    input:focus::-moz-placeholder {
        color: transparent
    }

    input:focus:-ms-input-placeholder {
        color: transparent
    }

.mobile-search {
    display: flex;
    flex-flow: column
}

    .mobile-search > * {
        border: 0;
        padding: 5px 10px;
        margin-bottom: 5px;
        height: 28px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500
    }

    .mobile-search input[type="submit"] {
        margin-bottom: 0;
        color: #fff;
        background: #3c376e;
        height: 30px
    }

.tirana-gis {
    margin-right: 15px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #3c376e;
    font-weight: 600
}

    .tirana-gis img {
        max-width: 42px;
        max-height: 35px;
        min-width: 42px
    }

    .tirana-gis hr {
        color: #ce3728;
        margin: 2px 0
    }

.tirana-1 hr {
    border: 1px solid;
    border-bottom: 0
}

.tirana-gis-desc {
    transform: skewX(-10deg);
    font-weight: 800;
}

.tirana-1 {
    font-weight: 800;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    justify-content: flex-end
}

    .tirana-1 div {
        width: 100%;
        margin-left: 5px
    }

    .tirana-1 strong {
        font-size: 14px
    }

.free-number {
    margin-right: 15px;
    position: relative
}

    .free-number img {
        max-width: 142px;
        max-height: 50px;
        min-width: 142px
    }

    .free-number a {
        position: absolute;
        font-size: 18px;
        color: #ce3728;
        position: absolute;
        top: 16px;
        left: 25px;
        font-weight: 800;
        font-style: italic
    }

    .free-number span {
        font-size: 8px;
        font-weight: 600;
        font-style: italic;
        color: #ce3728;
        position: absolute;
        left: 23px;
        bottom: 3px;
        cursor: default
    }

.content-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%
}

    .content-full > * {
        width: 100%
    }

.row {
    margin: 15px 0
}

.col-1 > * {
    width: 100%
}

    .col-1 > *:nth-child(2n) {
        margin-right: 0
    }

.col-2 > * {
    width: calc(100% / 2 - 7.5px);
    margin-right: 15px
}

    .col-2 > *:nth-child(2n) {
        margin-right: 0
    }

    .col-2 > *:last-child {
        margin-right: 0
    }

.col-3 > * {
    width: calc(100% / 3 - 10px);
    margin-right: 15px
}

    .col-3 > *:nth-child(3n) {
        margin-right: 0
    }

.col-4 > * {
    width: calc(100% / 4 - 10.5px);
    margin-right: 14px
}

    .col-4 > *:nth-child(4n) {
        margin-right: 0
    }

.hover {
    display: block;
    position: relative;
    z-index: 1
}



#header {
    position: relative
}

#header-top {
    position: relative;
    z-index: 799
}

#header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
    background: #fff
}

    #header-top img {
        min-height: auto;
        height: 83px
    }

#logo img {
    max-width: 145px;
    display: inline;
    vertical-align: top
}

.global-select {
    display: flex;
    align-items: center;
    justify-content: center
}

.lang-select {
    margin-left: 15px
}

.full-search {
    display: none;
    font-size: 16px;
    position: fixed;
    z-index: 800;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0
}

.close-search {
    position: absolute;
    max-width: 30px;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 20
}

.full-search form {
    position: absolute;
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 678px;
    min-width: 250px;
    padding: 0 15px;
    height: 80px;
    z-index: 20
}

.full-search input[type="search"] {
    background: rgba(255, 255, 255, 0.7);
    border: 0;
    border-radius: 5px 0 0 5px;
    padding: 5px 0 5px 15px;
    outline: 0;
    width: calc(100% - 80px);
    font-size: 16px
}

.full-search select {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0 5px 5px 0;
    outline: 0;
    padding: 5px 15px;
    width: 190px;
    font-size: 16px;
    border: 1px
}

    .full-search input[type="search"]:focus,
    .full-search select:focus {
        background: #fff
    }

.full-search .submit-full-search {
    display: none
}

.full-search .fa-caret-down {
    margin-left: -30px;
    font-size: 28px;
    height: 50px
}

.search-btn {
    cursor: pointer;
    position: relative;
    z-index: 10
}

.search-btn-mobile {
    display: none
}

#search {
    position: absolute;
    display: flex;
    right: 87px
}

.search-input {
    padding: 0;
    height: 36px;
    outline: 0;
    border: 0;
    border-bottom: 2px solid #cfcfcf;
    width: 0;
    transition: all .3s;
    color: #231f20;
    background: transparent
}

#search input[type="submit"] {
    width: 0;
    padding: 0;
    height: 0;
    border: 0;
    outline: 0;
    background: transparent
}

.search {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: flex-end
}

.search-btn img {
    max-width: 24px;
    cursor: pointer;
    min-width: 24px
}

.search-btn-submit {
    background: #ce3728;
    width: 80px;
    height: 80px;
    display: flex;
    border-radius: 0 5px 5px 0;
    cursor: pointer
}

    .search-btn-submit img {
        max-width: 30px;
        margin: auto;
    }

.global-select select {
    outline: 0;
    border: 0;
    background: transparent;
    background-image: url(../img/caret-down.svg);
    padding: 0 22px 0 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px
}

.mobile-btn-container {
    display: none
}

.help {
    position: absolute;
    top: -50px;
    background: #fff;
    padding: 13px;
    width: 150px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border-radius: 3px
}

    .help::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #fff;
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%)
    }

.zona-and-search {
    display: flex;
    align-items: center;
    position: relative;
    top: -60px;
    transition: top .4s
}

    .zona-and-search img {
        min-height: 20px
    }

#header-bottom {
    background: #ce3728;
    position: relative;
    z-index: 798;
    width: 100%
}

.header-bottom-logo {
    padding-right: 15px;
    position: absolute;
    top: -60px;
    transition: top .4s
}

    .header-bottom-logo img {
        max-width: 30px
    }

#header-bottom > .center {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#menu {
    display: flex;
    align-items: center
}

    #menu ul {
        display: flex;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold
    }

    #menu > ul li:first-child a {
        margin-left: 0
    }

    #menu ul a {
        color: #fff;
        transition: all .2s;
        display: block;
        padding: 23px 0;
        position: relative;
        z-index: 1;
        height: 100%;
        font-weight: 600;
        margin: 0 10px
    }

    #menu a:not(.flip-link)::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: #fff;
        transition: width .2s;
        bottom: 15px
    }

    #menu ul a:hover::before {
        width: 100%
    }

    #menu .flip-eff:hover::after {
        transform: scaleY(0)
    }

#mega-menu-container {
    display: flex;
    align-items: center;
    position: relative
}

#menu .tirana-gis {
    color: #fff;
    margin-right: 17px;
    margin-left: 10px
}

    #menu .tirana-gis img {
        min-width: initial;
        width: auto;
        height: 28px
    }

#menu .tirana-1 {
    margin-bottom: 1px
}

#mega-menu-container img {
    max-width: 30px;
    display: inline-block;
    vertical-align: middle;
    height: 15px
}

#mega-menu {
    position: absolute;
    width: 100%;
    overflow-y: auto;
    height: 500px !important;
    display: none;
    z-index: 100;
    top: 60px;
    left: 0;
    color: #888;
    border-bottom: 3px solid #ce3728;
    background: rgba(255, 255, 255, 0.9);
    height: -webkit-fill-available;
    max-height: fit-content
}

    #mega-menu .menu-cont {
        display: flex;
        box-shadow: 0 0 5px rgba(128, 128, 128, 0.5);
        position: relative;
        z-index: 100;
        background: #f7f7f7;
        height: 100%
    }

.menu-btn {
    cursor: pointer;
    min-width: 21px !important
}

#mega-menu-container .close-btn {
    min-width: 21px !important;
    display: none;
    cursor: pointer;
    height: 20px
}

.mega-menu-mobile {
    display: none;
    padding: 15px 0;
    background: #e2e2e2;
    border-bottom: 3px solid #3c376e;
    color: #888;
    font-size: 15px;
    position: absolute;
    width: 100%;
    z-index: 100
}

    .mega-menu-mobile a {
        color: #888;
        font-weight: initial
    }

.menu-main > li {
    margin-bottom: 15px;
    font-weight: bold
}

    .menu-main > li > a {
        display: flex;
        justify-content: space-between;
        font-weight: 600
    }

.menu-main .fa-chevron-down {
    color: #3c376e
}

.sub-menu {
    display: none;
    margin-top: 10px;
    padding-left: 10px
}

.menu-main > li > .sub-menu > li > a {
    color: #3c376e;
    font-weight: 600
}

.sub-menu ul {
    margin-top: 10px
}

.sub-menu li {
    margin-bottom: 10px
}

    .sub-menu li:last-child {
        margin-bottom: 0
    }

.sub-menu ul li {
    margin-bottom: 10px
}

    .sub-menu ul li:last-child {
        margin-bottom: 0
    }

.navigation-tabs ul li {
    padding: 20px 15px;
    cursor: pointer;
    position: relative;
    transition: all .2s
}

    .navigation-tabs ul li a {
        color: #888
    }

    .navigation-tabs ul li:hover {
        background: #ddd
    }

        .navigation-tabs ul li:hover a {
            color: #fff
        }

    .navigation-tabs ul li.active {
        background: #3c376e
    }

        .navigation-tabs ul li.active a {
            color: #fff
        }

.navigation-tabs li.active .pulse {
    display: block
}

.pulse {
    display: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
    animation: pulse 2s infinite;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4)
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.fa-bars {
    font-size: 20px
}

.navigation-tabs {
    padding: 25px 0;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    min-width: 270px;
    background: #f7f7f7;
    /* position: sticky; */
    height: 100%;
    top: 0
}

.open-menu {
    padding: 30px 0 50px 35px;
    width: 100%;
    background: #fff
}

    .open-menu .full-menu > li {
        margin-bottom: 25px;
        position: relative;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        color: #3c376e
    }

.full-menu {
    display: none
}

    .full-menu > li > a {
        color: #3c376e;
        font-weight: bold
    }

    .full-menu.active {
        display: block;
        columns: 250px
    }

    .full-menu ul {
        margin-top: 10px
    }

.full-menu {
    color: #ce3728;
    font-size: 15px;
    font-weight: bold
}

    .full-menu li {
        margin-bottom: 7px;
        line-height: 1.3
    }

    .full-menu a {
        font-weight: normal;
        color: #888;
        transition: all .3s
    }

        .full-menu a:hover {
            color: #ce3728
        }

.menu-news {
    background: #fff;
    padding: 30px 15px;
    max-width: 300px;
    min-width: 220px
}

    .menu-news img {
        margin-bottom: 5px
    }

    .menu-news h2 {
        font-size: 12px;
        color: #3c376e;
        font-weight: 500;
        line-height: 1.3
    }

    .menu-news li {
        margin-bottom: 15px
    }

.banner .center {
    display: flex;
    align-items: center
}

.banner-services {
    background-size: cover;
    width: 100%;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    position: relative
}



.banner .swiper-slide {
    background-size: cover;
    background-position: center;
    min-height: 530px
}

.search-bckg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(226, 233, 237, 0.9);
    z-index: 10
}

.banner-services ul {
    max-width: max-content;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

    .banner-services ul li {
        text-align: center;
        width: 25%;
        margin-left: 5px;
        margin-bottom: 5px;
        text-transform: capitalize
    }

.banner-services a {
    font-size: 12px;
    color: #404041;
    display: block;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 0;
    border-radius: 4px;
    height: 76px;
    transition: background .3s
}

    .banner-services a:hover {
        background: rgba(255, 255, 255, 1)
    }

    .banner-services a i {
        color: #ce3728;
        font-size: 35px;
        display: block;
        margin-bottom: 5px
    }

.banner .swiper-button-prev {
    background-image: url('../img/prevv.svg')
}

.banner .swiper-button-next {
    background-image: url('../img/nextt.svg')
}

.slide-desc {
    display: block;
    position: absolute;
    bottom: 50px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    max-width: 550px
}

    .slide-desc h3 {
        font-size: 24px;
        font-weight: 800;
        color: #3c376e;
        line-height: 1.2;
        margin-bottom: 15px
    }

    .slide-desc p {
        font-weight: 400;
        color: #404041;
        line-height: 1.2;
        margin-bottom: 15px
    }

    .slide-desc a {
        background: #ce3728;
        display: inline-block;
        color: #fff;
        padding: 15px
    }

.slide-desc-mob {
    display: none !important;
    font-size: 18px;
    font-weight: 700;
    color: #3c376e;
    line-height: 1.2;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7)
}

.background {
    background-color:white;
    padding: 15px 0
}

.background-page {
    background-color: white!important;
}

.margin {
    margin: 40px 0
}

.padding {
    padding: 15px
}

.news-and-map {
    display: flex
}

.map-news {
    min-width: 300px
}

.news {
    background: #f7f7f7
}

.grid-news {
    width: calc(100% - 315px)
}

.news .main-header {
    margin-bottom: 0;
    padding-bottom: 12px;
    background: #f7f7f7
}

.news .swiper-container {
    background: #fff;
    height: calc(100% - 60px)
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    position: absolute;
    top: 241.641px;
}

.swiper-pagination-bullet-active {
    background: #ce3728
}

.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border-radius: 50%
}

.news .swiper-button-next {
    background-image: url('../img/next.svg')
}

.news .swiper-button-prev {
    background-image: url('../img/prev.svg')
}

.news .swiper-button-next,
.news .swiper-button-prev {
    top: initial;
    position: absolute;
    top: 435px;
    width: 15px;
    height: 17px;
    margin-top: 0;
    background-size: 15px 17px;
    transition: all .3s
}

    .news .swiper-button-next:hover {
        transform: scale(1.3)
    }

    .news .swiper-button-prev:hover {
        transform: scale(1.3)
    }

.news .swiper-slide h3 {
    position: relative;
    font-size: 19px;
    font-weight: bold;
    min-height: 38px;
    line-height: 1.2;
    margin: 55px 10px 15px 10px
}

.news .swiper-slide p {
    margin: 15px 10px 15px 10px;
    font-size: 14px;
    color: #404041;
    line-height: 1.2
}

.news .swiper-slide a {
    display: block
}

.events img {
    max-width: 120px;
    margin-right: 10px
}

.events li {
    margin-bottom: 15px
}

    .events li a {
        display: flex;
        align-items: center;
        color: #404041;
        transition: transform .3s;
        width: 100%
    }

.events a:hover p {
    color: #ce3728
}

.events li:lat-child {
    margin-bottom: 0
}

.events p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    transition: color .3s;
    color: #3c376e
}

.events span {
    font-size: 13px;
    position: relative
}

    .events span::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: #ce3728;
        transition: width .2s;
        bottom: -3px
    }

.events a:hover span::before {
    width: 100%
}

.all-events a {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    color: #ce3728;
    font-size: 16px;
    font-weight: bold;
    align-items: center
}

    .all-events a span {
        font-size: 16px;
        font-weight: bold
    }

    .all-events a span,
    .fa-chevron-right {
        transition: all .3s
    }

        .fa-chevron-right:hover {
            transform: scale(1.3)
        }

.events-container {
    padding: 10px;
    background: #fff;
    height: calc(100% - 30px)
}

    .events-container article {
        width: 60%;
        margin: 0 auto;
        background: transparent
    }

.adm-area-news {
    color: #404041 !important
}

.map-links {
    display: flex
}

    .map-links li {
        width: 100%;
        margin-right: 15px
    }

        .map-links li:last-child {
            margin-right: 0
        }

        .map-links li a {
            display: block;
            text-align: center;
            border-radius: 3px;
            background: #fff;
            border-radius: 4px;
            box-shadow: 0 0 1px 0 #dedede;
            width: 100%;
            height: 100%;
            padding: 15px
        }

    .map-links i {
        color: #ce3728;
        font-size: 50px
    }

    .map-links p {
        font-size: 12px;
        font-weight: 800;
        color: #404041;
        text-transform: capitalize;
        margin-top: 10px
    }

.date-weather {
    display: flex;
    align-items: center;
    font-size: 13px
}

.weather img {
    max-width: 50px;
    max-height: 50px;
    margin: 0 auto;
    min-width: 50px
}

.temp-info p {
    font-size: 15px;
    color: #ce3728;
    font-weight: 400;
    text-transform: none;
    font-style: italic;
    margin-top: 0
}

.temp-info {
    margin-left: 10px
}

.temp-cont {
    font-size: 16px;
    color: #3c376e;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.temp {
    font-size: 30px;
    font-weight: 800
}

.category-1 {
    background: #f94f4f
}

.category-2 {
    background: #52c8e2
}

.category-3 {
    background: #f8c856
}

.category-4 {
    background: #62a60a
}

.category-5 {
    background: #3f98ff
}

.category-6 {
    background: #e95656
}

.services {
    height: calc(100% - 60px)
}

.services-container li {
    margin-bottom: 14px
}

.services img {
    max-height: 40px;
    max-width: 40px;
    margin-right: 10px;
    min-width: 32px;
    width: auto
}

.services li:nth-last-child(-n+3) {
    margin-bottom: 0
}

[data-src="newSrc"] {
    display: none
}

.services-container a {
    display: flex;
    align-items: center;
    color: #333;
    border-radius: 3px;
    padding: 20px;
    position: relative;
    z-index: 1;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 1px #ccc;
    justify-content: center;
    flex-flow: column;
    align-items: flex-start
}

    .services-container a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: scaleY(0);
        transform-origin: bottom center;
        background: #fff;
        z-index: -1;
        border-radius: 2px;
        transition: transform .2s
    }





.services-container i {
    font-size: 30px;
    margin-right: 10px
}

.service-container {
    display: flex;
    align-items: center
}

.service-desc p {
    line-height: 1.3
}

    .service-desc p:first-child {
        font-size: 14px;
        font-weight: bold
    }

    .service-desc p:last-child {
        font-size: 12px;
        color: #fff;
        max-width: 120px;
    }

.about-desc a {
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
    color: #ce3728;
    align-items: center;
    position: relative
}

.about-cont:hover .hover::before {
    transform: scaleY(1)
}

.about-desc h3 {
    font-size: 16px;
    font-weight: bold;
    color: #404041
}

.about-cont {
    background: #fff;
    height: calc(100% - 60px)
}

.about-desc p {
    color: #3c376e;
    margin-top: 14px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    font-weight: 900
}

.fa-chevron-right {
    font-size: 24px
}

.social-content {
    padding: 10px;
    background: #fff;
    height: calc(100% - 60px)
}

.mail figure {
    margin-bottom: 25px;
    display: flex;
    align-items: center
}

.mail img {
    max-width: 120px;
    margin-right: 10px
}

.mail figcaption {
    font-size: 14px;
    line-height: 1.3;
    color: #404041
}

.mail-img {
    max-width: 62px !important
}

.signup {
    clear: both;
    margin-bottom: 15px
}

    .signup input[type="email"] {
        width: calc(100% - 115px);
        border: 0;
        background: #f2f2f2;
        height: 40px;
        margin: 0;
        font-size: 13px;
        padding-left: 10px;
        outline: 0
    }

    .signup input[type="submit"] {
        width: 115px;
        height: 40px;
        border: 0;
        margin-left: -5px;
        background: #3c376e;
        color: #fff;
        font-size: 15px;
        outline: 0;
        cursor: pointer;
        font-weight: 600
    }

.social-content p {
    font-size: 12px;
    line-height: 1.3
}

#twitter-embeded-feed {
    min-height: 150px
}

    #twitter-embeded-feed a,
    #twitter-embeded-feed p {
        margin: 0;
        padding: 0;
        line-height: 1.3
    }

        #twitter-embeded-feed a,
        #twitter-embeded-feed a:visited {
            color: #404041;
            text-decoration: none
        }

            #twitter-embeded-feed a:hover {
                color: #ce3728
            }

    #twitter-embeded-feed ul {
        margin: 0;
        padding: 15px
    }

        #twitter-embeded-feed ul li {
            list-style: none;
            overflow: hidden
        }

    #twitter-embeded-feed .user,
    #twitter-embeded-feed .tweet,
    #twitter-embeded-feed .timePosted {
        float: left
    }

        #twitter-embeded-feed .timePosted a {
            font-size: 12px;
            color: #697882;
            float: left;
            margin: 1px 0 0;
            padding: 0;
            font-weight: bold
        }

    #twitter-embeded-feed .user {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        align-items: flex-start;
    }

        #twitter-embeded-feed .user > a {
            flex: none;
            /*height:36px;*/
            background-color: transparent
        }

        #twitter-embeded-feed .user img {
            height: 60px;
            width: auto
        }

        #twitter-embeded-feed .user span img {
            height: 20px;
            margin-left: 5px;
        }

        #twitter-embeded-feed .user img {
            width: auto
        }

        #twitter-embeded-feed .user > div {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            overflow: hidden
        }

            #twitter-embeded-feed .user > div a {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: start;
                -webkit-align-items: flex-start;
                -moz-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start
            }

                #twitter-embeded-feed .user > div a > div {
                    margin-left: 9px;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -webkit-flex-direction: column;
                    -moz-box-orient: vertical;
                    -moz-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    line-height: 1.2;
                    -webkit-box-align: start;
                    -webkit-align-items: flex-start;
                    -moz-box-align: start;
                    -ms-flex-align: start;
                    align-items: flex-start;
                    min-width: 0
                }

                #twitter-embeded-feed .user > div a div span span {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    min-width: 0;
                    font-weight: 700;
                    font-size: 18px;
                    color: #404041
                }

                #twitter-embeded-feed .user > div a div span {
                    color: #697882;
                    font-size: 14px
                }

    #twitter-embeded-feed .tweet {
        width: 100%;
        font-size: 14px;
        line-height: 1.3;
        color: #404041;
        margin: 10px 0
    }

        #twitter-embeded-feed .tweet img {
            height: 18px;
            width: auto;
            vertical-align: text-bottom;
            padding: 0 2px;
            display: inline-block;
            margin: 0
        }

        #twitter-embeded-feed .tweet a {
            color: #2b7bb9
        }

    #twitter-embeded-feed .timePosted {
        margin: 3px 0;
        padding: 0;
        float: left
    }

        #twitter-embeded-feed .timePosted a {
            font-size: 14px;
            color: #697882;
            float: left;
            margin: 0;
            padding: 0
        }

    #twitter-embeded-feed .interact {
        float: right
    }

        #twitter-embeded-feed .interact a {
            display: inline-block;
            padding: 0;
            margin: 0 10px 0 0;
            font-size: 13px;
            color: #2b7bb9
        }

.twitter-feed-container {
    position: relative
}

.social-link-list {
    color: #ce3728;
    display: flex;
    align-items: center
}

.border-override {
    position: absolute;
    z-index: 10;
    border: 3px solid #fff;
    background: transparent;
    width: 100%;
    height: calc(100% - 83px);
    pointer-events: none
}

.twitter-embeded-feed {
    background: #fff;
    height: 350px;
    position: relative;
}

.social-links {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 10px 0 10px 20px;
    background: #fff;
    border-top: 1px solid #f7f7f7;
    position: absolute;
    bottom: 0;
}

    .social-links li {
        color: #ce3728;
        font-size: 24px;
        margin-right: 25px;
        display: flex;
        align-items: center
    }

    .social-links span {
        font-size: 10px;
        color: #404041;
        margin-left: 10px
    }

.to-do img {
    margin-bottom: 15px
}

.fa-calendar-alt {
    font-size: 20px;
    color: #ce3728;
    margin-right: 8px
}

.img-cont {
    position: relative
}

.date-container {
    position: absolute;
    top: 0;
    left: 0;
    background: #ce3728;
    color: #fff;
    padding: 12px 0 15px 0;
    width: 78px;
    text-align: center
}

.date-day {
    font-size: 38px;
    font-weight: 900
}

.date-month {
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    text-transform: uppercase
}

.date-cont {
    margin-bottom: 12px;
    display: flex;
    align-items: center
}

    .date-cont span {
        font-size: 12px;
        font-weight: bold;
        margin-right: 5px
    }

        .date-cont span:first-child {
            margin-right: 5px
        }

.to-do a {
    color: #404041;
    transition: all .3s;
    display: block
}

.to-do-title {
    font-size: 16px;
    color: #3c376e;
    line-height: 1.3;
    font-weight: bold;
    transition: all .3s;
    margin: 15px
}

    .to-do-title a {
        color: #3c376e
    }

    .to-do-title:hover a {
        color: #ce3728
    }

.to-do p {
    line-height: 1.5;
    font-size: 13px;
    margin: 15px 15px 10px 15px
}

.to-do li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column
}

.to-do a:hover .to-do-desc h3 {
    color: #ce3728
}

.to-do-desc {
    transition: all .3s;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

    .to-do-desc p:hover {
        text-decoration: none
    }

.hover:hover .to-do-desc {
    color: #fff
}

.to-do .hover::before {
    background: #3c376e;
    border-radius: 0
}

.to-do .description {
    display: flex;
    font-size: 13px;
    align-items: center;
    display: flex;
    font-size: 13px;
    align-items: center;
    padding: 10px 15px;
    border-top: 1px solid #f7f7f7
}

.description {
    transition: all .3s
}

    .description svg {
        font-size: 18px;
        color: #62a60a;
        margin-right: 12px;
        max-width: 20px;
        min-width: 20px
    }

.bckg-image-src {
    min-height: 200px;
    max-height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center
}

.grid {
    margin: 15px 0;
    text-align: center
}

    .grid li {
        margin-bottom: 30px;
        background: #fff;
        position: relative;
        display: flex;
        transition: all .3s;
        flex-direction: column
    }

        .grid li::before {
            content: '';
            height: 0;
            position: absolute;
            background: #3c376e;
            transition: all .2s;
            top: 0;
            width: 100%;
            z-index: -1
        }

        .grid li:hover {
            padding-bottom: 15px;
            transform: translateY(-20px);
            margin-bottom: 10px;
            color: #fff
        }

            .grid li:hover::before {
                height: 100%
            }

.grid-title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    margin: 15px
}

.grid {
    color: #3c376e
}

    .grid li:hover {
        color: #fff
    }

    .grid a {
        color: #3c376e
    }

    .grid li:hover a {
        color: #fff
    }

.grid-title:hover a {
    color: #ce3728
}

.grid-date {
    color: #404041;
    margin: 15px;
    display: flex;
    align-items: center
}

    .grid-date hr {
        margin: 0;
        height: 0;
        width: 100%;
        border-top: 0;
        border-bottom: 1px solid #ccc
    }

.grid p {
    line-height: 1.5;
    font-size: 13px;
    margin: 15px 15px 10px 15px;
    color: #404041
}

.grid li:hover p {
    color: #fff
}

.grid-date p {
    margin: 0 15px
}

#footer {
    background: #3c376e;
    color: #fff;
    font-size: 13px;
    position: relative;
    z-index: 30;
    font-weight: 400
}

.date-cont span {
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 2px
}

#footer h3 {
    font-size: 15px;
    color: #ce3728;
    margin-bottom: 13px;
    font-weight: bold
}

.footer-top {
    background: #404041;
    border-top: 3px solid #494949;
    border-bottom: 3px solid #494949;
    font-weight: bold
}

    .footer-top .center {
        justify-content: space-between;
        align-items: center
    }

#footer .center {
    display: flex;
    padding: 25px 15px
}

#footer img {
    max-width: 150px;
    min-height: auto;
    height: 100px
}

#footer h3 {
    font-size: 24px;
    margin-bottom: 19px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px
}

.footer-center {
    border-top: 3px solid #ce3728;
    border-bottom: 3px solid #fff
}

#footer a {
    color: #fff;
    transition: color .3s;
    display: block
}

    #footer a:hover {
        color: #ce3728
    }

.footer-logo {
    display: flex;
    padding-right: 0;
    border-right: 0;
    /* width: 149px; */
}

.footer-contact {
    padding: 20px 0
}

    .footer-contact li {
        display: flex;
        align-items: center
    }

.footer-nav {
    padding: 20px 0
}

#footer ul li {
    margin-bottom: 15px;
    line-height: 1.3
}

    #footer ul li:last-child {
        margin-bottom: 0
    }

.fa-phone,
.fa-envelope,
.fa-map-marker {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    vertical-align: middle;
    min-width: 20px
}

.footer-bottom {
    line-height: 1.3;
    font-size: 13px
}

    .footer-bottom .socials {
        margin: 0 0 0 15px
    }

    .footer-bottom p {
        max-width: 66%
    }

.page-header-img {
    width: 100%;
    max-height: 260px;
    background-size: cover;
    height: 260px;
    background-position: center;
    position: relative;
    z-index: 1
}

.events-page .events-container {
    background: transparent;
    padding: 0
}

.events-page .fa-chevron-right {
    align-self: center;
    color: #ce3728;
    margin-left: 10px
}

.events-page li {
    padding: 7px;
    background: #fff;
    display: flex;
    align-items: center
}

.event-desc {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.container-single {
    display: flex
}

.single-content {
    width: 100%;
    background: #fff
}
/*.single-content br:nth-child(n+2) {
    display: none;
}*/
.sidebar {
    width: 300px;
    margin-left: 15px;
    min-width: 300px
}

#right *:first-child {
    margin-top: 0
}

#right .fa-twitter path {
    fill: #1da1f2
}

#right .fa-facebook-f path {
    fill: #4867aa
}

#right .fa-google-plus-g path {
    fill: #dc5245
}

#right .fa-whatsapp path {
    fill: #25d366
}

.container-single img {
    margin-bottom: 20px;
    margin-top: 20px
}

    .container-single img:first-child {
        margin-top: 0
    }

.single-desc p {
    font-size: 13px;
    line-height: 1.3
}

.single-desc {
    padding: 15px
}

.container-single .red-header {
    padding: 15px 0 15px 15px;
    background: #fff;
    margin-bottom: 0
}

.container-single table tr:first-child td {
    color: #404041;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.container-single table td {
    padding: .65rem;
    border-top: 1px solid #f7f7f7
}

.sidebar form {
    position: relative;
    display: flex
}

.sidebar-left {
    margin-right: 15px;
    margin-left: 0
}

.sidebar .border-override {
    height: calc(100% - 108px)
}

.sidebar .signup input[type="email"] {
    width: 100%
}

.sidebar .signup input[type="submit"] {
    width: 0;
    height: 0;
    padding: 0;
    visibility: hidden
}

.social-content h4 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 13px
}

.sidebar .fa-envelope {
    padding: 9px;
    font-size: 20px;
    color: #fff;
    background: #ce3728;
    height: 40px;
    width: 40px !important;
    margin-right: 0;
    position: relative;
    cursor: pointer
}

.sidebar article {
    margin-bottom: 23px
}

    .sidebar article:last-child {
        margin-bottom: 0
    }

.your-word {
    margin-bottom: 15px
}

.word-topic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px
}

    .word-topic h1 {
        margin-bottom: 0;
        text-transform: uppercase
    }

.topic-statistics {
    margin-bottom: 15px
}

    .topic-statistics li {
        background: #fff
    }



    .topic-statistics a {
        color: #404041;
        display: flex;
        padding: 20px;
        height: 100%;
        flex-direction: column;
        align-items: center
    }

        .topic-statistics a:hover h4 {
            color: #ce3728
        }

    .topic-statistics i {
        font-size: 40px;
        color: #ce3728;
        margin-bottom: 15px;
        display: block
    }

    .topic-statistics h3 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 15px
    }

    .topic-statistics h4 {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 15px;
        transition: all .5s
    }

.topic-statistics {
    margin-bottom: 15px
}

    .topic-statistics h4 {
        font-size: 13px
    }

.related-topics li {
    padding: 0;
    flex-flow: column
}

.related-topics a {
    padding: 15px;
    border-bottom: 1px solid #f7f7f7
}

.author {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    font-weight: bold;
    color: #888;
    align-items: center;
    width: 100%
}

    .author span {
        margin-right: 3px
    }

        .author span:not(:last-child)::after {
            content: "-";
            padding-left: 7px
        }

.other-topics .author {
    padding: 0
}

.topics-list li {
    padding: 20px 15px;
    background: #fff;
    margin-bottom: 15px
}

.other-topics .author p {
    display: inline-block;
    margin-right: 15px
}

.other-topics h3 {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
    margin-bottom: 10px
}

.other-topics .fa-chevron-right {
    color: #ce3728
}

.big {
    padding: 30px 15px;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    background: #ce3728;
    margin-bottom: 15px
}

.fa-chevron-right {
    font-size: 18px
}

.pagination {
    display: flex
}

    .pagination a {
        display: block;
        padding: 10px;
        font-size: 14px;
        color: #888;
        background: #fff;
        width: 35px;
        height: 35px;
        text-align: center;
        transition: all .2s
    }

    .pagination li:not(:last-child) {
        margin-right: 10px
    }

    .pagination li.active a {
        color: #fff;
        background: #ce3728
    }

    .pagination li:hover a {
        color: #fff;
        background: #ce3728
    }

.single-word {
    padding: 15px;
    background: #fff
}

    .single-word .red-header {
        padding: 0;
        margin-bottom: 15px
    }

    .single-word .author {
        padding: 0;
        margin-bottom: 15px;
        color: #333
    }

.single-word-container p {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 13px
}

.login-register {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px 0 #ccc;
    border-radius: 0 0 4px 4px
}

    .login-register span {
        color: #ce3728;
        font-size: 14px
    }

    .login-register select {
        width: 100%;
        margin-top: 10px;
        padding: 10px
    }

.login-register-header {
    width: 100%;
    padding: 15px 0;
    border: 0;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    outline: 0;
    text-transform: uppercase;
    background: #ce3728;
    text-align: center
}

.login-register input[type="checkbox"] {
    width: auto;
    margin-top: 15px
}

.other-form-links {
    padding: 0 25px 25px 25px;
    display: flex;
    justify-content: space-between
}

    .other-form-links a {
        color: #ce3728
    }

        .other-form-links a:hover {
            text-decoration: underline
        }

.login-register-header h3 {
    margin-bottom: 7px
}

.login-register-header p {
    font-size: 12px
}

.form-tabs {
    display: flex
}

    .form-tabs button {
        width: 50%;
        padding: 15px 0;
        border: 0;
        color: #fff;
        font-size: 15px;
        cursor: pointer;
        outline: 0;
        text-transform: uppercase;
        border-bottom: 3px solid #ce3728;
        background: #fff;
        color: #888
    }

    .form-tabs .active-form-tabs {
        background: #ce3728;
        color: #fff
    }

.form-container {
    padding: 25px
}

    .form-container input {
        width: 100%;
        background: transparent;
        margin-bottom: 10px;
        padding: 15px 10px;
        border: 0;
        border-bottom: 1px solid #ccc
    }

        .form-container input[type="submit"] {
            background: #ce3728;
            color: #fff;
            text-transform: uppercase;
            font-size: 15px;
            cursor: pointer;
            margin-top: 25px
        }

    .form-container form {
        display: none
    }

    .form-container .active-form {
        display: block
    }

    .form-container input::-webkit-input-placeholder {
        color: #888
    }

    .form-container input::-moz-placeholder {
        color: #888
    }

    .form-container input:-ms-input-placeholder {
        color: #888
    }

    .form-container input:-moz-placeholder {
        color: #888
    }

.comments li {
    padding-left: 15px;
    border-left: 3px solid #f7f7f7
}

.comment-author {
    position: relative;
    font-size: 13px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .comment-author span {
        cursor: pointer
    }

    .comment-author .fa-circle {
        position: absolute;
        left: -22px;
        color: #ce3728;
        font-size: 12px
    }

.comment-time {
    font-size: 12px;
    margin-bottom: 10px
}

.reply-to-comment {
    color: #ce3728;
    text-transform: uppercase;
    font-weight: bold
}

.single-word article {
    margin-bottom: 30px
}

.comments {
    margin-bottom: 0 !important
}

.main-comments {
    padding-bottom: 15px;
    border-bottom: 1px solid #f7f7f7;
    list-style-type: none !important
}

    .main-comments h3 {
        margin-bottom: 0 !important
    }

.comment-response {
    list-style-type: none !important
}

.your-comment {
    margin-top: 15px
}

    .your-comment label {
        font-size: 13px;
        font-weight: bold;
        color: #ce3728;
        display: block;
        margin-bottom: 12px
    }

    .your-comment textarea {
        width: 100%;
        height: 110px;
        border: 0;
        background: #f7f7f7;
        outline: 0;
        margin-bottom: 12px;
        padding: 7px;
        resize: none
    }

    .your-comment input[type="submit"] {
        width: 130px;
        height: 35px;
        color: #fff;
        background: #ce3728;
        border: 0;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer
    }

.sidebar .author {
    display: block;
    padding: 0
}

.related-topics-sidebar p {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3
}

.related-topics-sidebar li {
    background: #fff;
    margin-bottom: 15px
}

    .related-topics-sidebar li:last-child {
        margin-bottom: 0
    }

.sidebar-related-topic-desc {
    padding: 15px;
    border-bottom: 1px solid #f7f7f7
}

.read-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-size: 13px
}

    .read-more i {
        font-size: 20px
    }

    .read-more a {
        display: flex;
        align-items: center;
        color: #ce3728;
        font-weight: bold
    }

    .read-more span {
        margin-right: 20px
    }

    .read-more .fa-comments {
        font-size: 24px;
        color: #888
    }

.new-post {
    background: #ce3728;
    border: #ce3728;
    color: #fff;
    padding: 7px 25px;
    font-size: 18px;
    cursor: pointer;
    text-transform: capitalize;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px 1px #ccc;
    outline: 0
}

.new-post-form {
    display: none;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px 0 #ccc
}

    .new-post-form label {
        font-size: 15px;
        color: #ce3728;
        display: block;
        margin-bottom: 12px
    }

    .new-post-form input[type="text"] {
        margin-bottom: 20px;
        border: 0;
        width: 100%;
        padding: 7px 10px;
        background: #f7f7f7
    }

    .new-post-form textarea {
        width: 100%;
        height: 110px;
        border: 0;
        background: #f7f7f7;
        outline: 0;
        margin-bottom: 12px;
        padding: 7px;
        resize: none
    }

.logout-container {
    display: block
}

.not-logged {
    margin-bottom: 15px
}

    .not-logged a {
        color: #ce3728
    }

        .not-logged a:hover {
            text-decoration: underline
        }

.logged-user {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 !important;
    margin: 0 15px 0 0;
    display: flex;
}

    .logged-user button {
        border: 0;
        background: transparent;
        cursor: pointer;
        font-size: 20px;
        color: #fff;
        outline: 0;
        font-size: 16px
    }

.logout {
    padding: 10px;
    background: #ccc;
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold
}

.user {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center
}

.logout a {
    vertical-align: middle
}

.logged-user a,
.logged-user span {
    color: #fff
}

    .logged-user a:hover {
        text-decoration: underline
    }

.textarea-reply {
    width: 100%;
    height: 70px;
    margin-bottom: 13px;
    resize: none
}

.reply-form {
    text-align: right
}

.reply-btn {
    padding: 7px 15px;
    font-size: 13px;
    background: #ce3728;
    border: red;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 2px 5px 1px #ccc
}

.reply-form input[type="submit"] {
    padding: 7px 15px;
    font-size: 13px;
    background: #ce3728;
    border: red;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 2px 5px 1px #ccc
}

.njesi-statistics {
    margin: 40px 0 40px 0
}

.njesi-about-desc {
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column
}

.njesi-cont {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.njesi-map-content {
    padding: 0 15px;
    background: #fff
}

@media screen and (min-width:1000px){
    .njesi-map-content svg {
    margin-top: -15px!important;
    margin-bottom: -75px!important;
}}
.search-njesi h1 {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.3;
    margin: 25px 0 30px 0;
    color: #404041
}

.njesi-filters {
    margin: 30px 0 70px 0
}

    .njesi-filters form {
        display: flex
    }

#postal-code input[type="search"] {
    width: 100%;
    padding: 13px 10px 13px 10px;
    background: #f7f7f7;
    border: 0
}

#postal-code input[type="submit"] {
    border: 0;
    background: #3c376e;
    padding: 0 22px;
    font-weight: 600;
    color: #fff;
    font-size: 15px
}

#njesi-name {
    background: #3c376e
}

    #njesi-name select {
        background-color: #f7f7f7;
        padding: 13px 10px 13px 10px;
        border: 0;
        width: 100%;
        background-image: url(../img/select-caret.svg);
        background-repeat: no-repeat;
        background-position: 100% 50%;
        background-size: auto
    }

.link-list {
    background: #fff;
    padding: 15px;
    font-size: 12px;
    font-weight: bold;
    border-top: 1px solid #f7f7f7
}

    .link-list ul {
        display: flex;
        flex-wrap: wrap
    }

    .link-list a {
        display: block;
        color: #ce3728;
        margin-right: 7px
    }

    .link-list li:not(:last-child) a::after {
        content: ','
    }

.topic-njesi {
    margin-bottom: 0
}

    .topic-njesi li {
        width: 50%
    }

        .topic-njesi li:nth-child(odd) {
            border-right: 1px solid #f7f7f7
        }

        .topic-njesi li:nth-child(-n+2) {
            border-bottom: 1px solid #f7f7f7
        }

.statistics {
    display: flex
}

    .statistics > * {
        width: 50%
    }

.njesi-map {
    background: #fff;
    display: flex;
    align-items: center
}

.svg path {
    fill: #3c376e;
    cursor: pointer;
    stroke: #ccc;
    stroke-width: 1px
}

    .svg path.active-zone {
        fill: #ce3728
    }

    .svg path title {
        background: red
    }

.svg-container {
    position: relative
}

.absolute {
    display: none;
    position: absolute;
    z-index: 500;
    border: 2px solid #3c376e;
    color: #3c376e;
    text-transform: uppercase;
    background: #fff;
    box-shadow: 0 2px 5px rgba(50, 50, 50, 0.5);
    padding: 15px 30px;
    border-radius: 10px
}

.st0 {
    stroke: #fdbf6f;
    stroke-width: 4.525484e-02;
    stroke-linejoin: round;
    stroke-miterlimit: 2
}

.svg {
    width: 100%
}

.administrator {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    background: #fff
}

.administrator-desc-a {
    color: #404041
}

.events-adm {
    display: flex;
    flex-direction: column
}

    .events-adm section:first-child {
        margin-bottom: 30px
    }

    .events-adm section:last-child {
        margin-bottom: 0
    }

    .events-adm img {
        max-width: 120px;
        margin-right: 10px
    }

    .events-adm li {
        margin-bottom: 15px
    }

        .events-adm li a {
            display: flex;
            align-items: center;
            color: #404041;
            transition: transform .3s;
            width: 100%
        }

        .events-adm li:lat-child {
            margin-bottom: 0
        }

    .events-adm span {
        font-size: 13px;
        position: relative
    }

.all-events-adm-a span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #ce3728;
    transition: width .2s;
    bottom: -3px
}

.all-events-adm-a:hover span::before {
    width: 100%
}

.administrator-desc h4 {
    font-size: 19px;
    font-weight: bold
}

.administrator-desc p {
    font-size: 13px;
    margin: 12px 0 10px 0
}

.administrator-desc span {
    font-weight: initial;
    line-height: 1.3
}

.adm {
    padding: 10px;
    background: #fff;
    border-top: 1px solid #f7f7f7
}

.members {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    background: #fff
}

    .members div {
        width: 100%
    }

    .members h4 {
        font-size: 19px;
        font-weight: bold;
        margin: 10px 0 15px 0
    }

    .members a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }

        .members a p {
            color: #404041;
            font-size: 13px;
            margin: 0
        }

    .members .fa-chevron-right {
        color: #ce3728
    }

.swiper-slide-title {
    color: #404041
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    max-height: 20px
}

.form-full {
    padding: 40px 0;
    position: relative
}

.top-bckg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: #3c376e;
    z-index: -1
}

.application-form {
    max-width: 640px;
    margin: 0 auto;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
    padding: 30px;
    word-wrap: break-word;
    background: #fff;
    border-top: 8px solid #ce3728
}

.af-title {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px
}

.req-fields {
    color: #ce3728;
    font-size: 14px
}

.sectined-form {
    margin-top: 45px
}

.af-desc {
    font-size: 14px;
    margin-bottom: 20px
}

.md-form {
    margin-top: 30px;
    overflow: hidden
}

.form-info a {
    display: block;
    margin: 10px 0
}

.form-tables {
    display: flex;
    justify-content: space-between;
    line-height: 1.3
}

    .form-tables table:first-child {
        margin-right: 15px
    }

    .form-tables tbody tr {
        border-top: 1px solid #dee2e6
    }

        .form-tables tbody tr:nth-child(odd) {
            background-color: rgba(0, 0, 0, .05)
        }

.form-tables {
    margin-top: 15px
}

    .form-tables thead {
        background-color: #212529;
        color: #fff
    }

    .form-tables th {
        padding: 10px 0
    }

    .form-tables td {
        padding: 10px
    }

.sectioned-form .sec {
    position: relative;
    display: none
}

.sectioned-form .active-sec {
    display: block
}

.form-controls {
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.radio-group {
    margin-bottom: 25px
}

.radio-input {
    position: relative;
    margin: 10px 0
}

.radio-group label {
    display: flex;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #888;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px
}

.radio-group .active-radio {
    border: 2px solid #4d90fe
}

    .radio-group .active-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        display: block;
        background: #4d90fe;
        border-radius: 50%
    }

.form-controls input[type="submit"] {
    background: #4d90fe;
    color: #fff;
    border-radius: 3px;
    height: 36px;
    min-width: 88px;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer
}

.form-prev,
.form-next {
    line-height: 20px;
    min-width: 88px;
    background-color: #eee;
    border-radius: 3px;
    font-size: 14px;
    height: 36px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase
}

.group {
    position: relative;
    margin-bottom: 25px;
    margin-bottom: 40px
}

.file-upload {
    margin-bottom: 30px;
    position: relative
}

    .file-upload label {
        display: inline-block;
        position: relative;
        background: #eee;
        padding: 11px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.37);
        left: 2px;
        cursor: pointer;
        min-width: 150px;
        width: 150px;
        text-align: center;
        z-index: 10
    }

    .file-upload input[type="file"] {
        position: absolute;
        z-index: 5;
        bottom: 0;
        left: 65px;
        margin-bottom: 0 !important
    }

    .file-upload input[type="text"] {
        width: 100% !important
    }

    .file-upload p {
        margin-bottom: 15px;
        line-height: 1.3
    }

.group input:not([type='radio']) {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: 0;
    border-bottom: 1px solid #ccc
}

.group input:focus {
    outline: 0
}

.group label,
.radio-group p {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.bar {
    position: relative;
    display: block;
    width: 300px
}

    .bar:before,
    .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #4d90fe;
        transition: .35s ease all;
        -moz-transition: .35s ease all;
        -webkit-transition: .35s ease all
    }

    .bar:before {
        left: 50%
    }

    .bar:after {
        right: 50%
    }

input:focus ~ .bar:before,
input:focus ~ .bar:after {
    width: 50%
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .5
}

input:focus ~ .highlight {
    -webkit-animation: inputHighlighter .3s ease;
    -moz-animation: inputHighlighter .3s ease;
    animation: inputHighlighter .3s ease
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264ae
    }

    to {
        width: 0;
        background: transparent
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264ae
    }

    to {
        width: 0;
        background: transparent
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264ae
    }

    to {
        width: 0;
        background: transparent
    }
}

.form-mesages .submit-succes,
.submit-error {
    padding: 15px;
    border-radius: 4px
}

.form-mesages strong {
    margin-right: 7px
}

.form-error {
    color: #ce3728;
    margin-top: 5px;
    font-size: 14px
}

.submit-succes {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.submit-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.group textarea {
    margin-top: 15px;
    width: 100%;
    height: 120px;
    resize: none
}

.tax {
    display: flex
}

.main-cam-list {
    width: 200px;
    min-width: 200px;
    margin-right: 15px;
    background: #f7f7f7;
    box-shadow: 2px 0 2px rgba(128, 128, 128, 0.5);
    position: relative
}

    .main-cam-list li {
        padding: 15px 15px 15px 30px;
        cursor: pointer;
        border-bottom: 1px solid #c3c3c3;
        line-height: 1.3;
        font-size: 14px;
        position: relative;
        transition: all .2s
    }

        .main-cam-list li:hover {
            background: #e2e2e2
        }

li.active-tax-tab {
    background: #e2e2e2
}

    li.active-tax-tab::before {
        content: '';
        position: absolute;
        left: 0;
        height: 100%;
        width: 7px;
        background: #ce3728;
        top: 0
    }

.tax-list > li {
    display: none
}

.tax-list .active-tax {
    display: block
}

.tax-view {
    width: 100%;
    margin: 15px 0;
    position: relative
}

.tax-help {
    font-size: 28px
}

.sub-cam {
    padding: 15px;
    box-shadow: 0 1px 2px 0 #aaa;
    margin-top: 10px;
    text-align: center
}

.card {
    padding: 15px;
    box-shadow: 0 1px 2px 0 #aaa
}

.tax label {
    display: block;
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 14px
}

.tax-desc {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 15px
}

.italic {
    font-style: italic
}

.tax input {
    border: 0;
    border-bottom: 1px solid #ccc;
    width: 100px;
    margin-right: 15px;
    padding: 5px
}

.btn-group {
    margin-bottom: 10px
}

    .btn-group button {
        font-size: 15px;
        border: 2px solid #3c376e;
        padding: 7px 15px;
        width: 100px;
        background: transparent;
        border-radius: 4px;
        cursor: pointer;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .3), 0 0 1px rgba(0, 0, 0, .1), inset 0 1px 0 rgba(255, 255, 255, .25), inset 0 -1px 0 rgba(0, 0, 0, .15);
        margin: 7px 0;
        outline: 0
    }

        .btn-group button.active-zone {
            color: #fff;
            background: #3c376e;
            box-shadow: none
        }

.tax-header {
    display: inline-block;
    transition: all .3s;
    line-height: 1.3;
    cursor: pointer
}

.cam-list-item li {
    margin-bottom: 15px;
    display: inline-block
}

    .cam-list-item li:last-child {
        margin-bottom: 0
    }

.fa-chevron-down {
    transform: rotate(0);
    transition: all .3s;
    margin-left: 10px
}

.help-desc {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.3
}

.ps-note {
    color: #ce3728;
    margin-bottom: 10px
}

.fieldset {
    margin-bottom: 10px
}

.tax-list-header {
    padding: 15px 30px;
    background: #444;
    color: #fff
}

.container {
    height: 100%;
    position: relative;
    overflow: hidden
}

.map {
    height: 100%
}

.layers {
    position: absolute;
    height: 100%;
    z-index: 50;
    width: 250px
}

.layers-header {
    position: fixed;
    width: 100%;
    box-shadow: 0 2px 2px rgba(128, 128, 128, 0.5);
    height: 50px;
    z-index: 40;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.layers-controller {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #ce3728;
    padding: 10px 0 10px 15px;
    cursor: pointer;
    width: max-content;
    height: 50px
}

    .layers-controller span {
        margin: 0 20px
    }

    .layers-controller img {
        width: 100%;
        max-width: 30px
    }

.layer-img {
    min-width: 30px
}

#layer-select {
    display: none
}

.dropdown {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%
}

    .dropdown ul {
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        position: absolute;
        bottom: -300px;
        max-width: 30%;
        width: 100%;
        transition: all.4s
    }

        .dropdown ul li {
            padding: 10px;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: center;
            justify-content: space-between
        }

.check-outer {
    width: 20px;
    height: 20px;
    display: block;
    background: #eee;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.check-active .check-inner {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #2196f3;
    border-radius: 50%
}

.settings {
    background: #ce3728;
    max-width: 40px;
    padding: 11px;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    transition: all .4s;
    left: 10px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3), 0 0 1px rgba(0, 0, 0, .1), inset 0 1px 0 rgba(255, 255, 255, .25), inset 0 -1px 0 rgba(0, 0, 0, .15)
}

    .settings:hover {
        opacity: .8;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .3), 0 0 1px rgba(0, 0, 0, .1), inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 -1px 0 rgba(0, 0, 0, .15)
    }

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    bottom: 12px;
    left: -140px;
    min-width: 280px;
    padding: 0 !important
}

    .ol-popup:after,
    .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 50%;
        margin-left: -10px
    }

    .ol-popup:before {
        border-top-color: #ccc;
        border-width: 11px;
        left: 50%;
        margin-left: -11px
    }

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px
}

    .ol-popup-closer:after {
        content: "✖"
    }

#popup-content img {
    width: 100% !important
}

.single-content ul,
.single-content ol {
    list-style-position: inside
}

.single-content li {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400
}

.single-desc p {
    font-size: 15px
}

.single-content a {
    position: relative;
    color: #3c376e;
    transition: all .3s;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: 400;
    transition: all .2s;
}

    .single-content a:hover, .single-content a:hover svg {
        color: #CE3728 !important;
    }

/* .single-content a::before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all .2s;
    background: #3c376e
}

.single-content a:hover::before {
    width: 100%
} */

.search-list-li a:hover::before {
    width: 0 !important
}

.single-content ul {
    list-style-type: circle;
    margin-bottom: 20px
}

.single-content ol {
    list-style-type: decimal;
    margin-bottom: 20px
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5 {
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.3
}

.single-content table {
    width: 100% !important;
    margin-bottom: 20px;
    font-weight: 400;
}

    .single-content table td {
        padding: .65rem;
        border-top: 1px solid #dee2e6
    }

    .single-content table tr:first-child td {
        color: #fff;
        background-color: #212529;
        border-color: #32383e
    }

.tab {
    display: flex
}

.main-tabs-list li {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f2f2f2;
    line-height: 1.3;
    font-size: 14px;
    position: relative;
    transition: all .2s
}

    .main-tabs-list li:hover {
        background: #e2e2e2
    }

li.active-tab-tab {
    background: #e2e2e2
}

    li.active-tab-tab::before {
        content: '';
        position: absolute;
        left: 0;
        height: 100%;
        width: 7px;
        background: #ce3728;
        top: 0
    }

.tab-list > li {
    display: none
}

.tab-list .active-tab {
    display: block
}

.tab-view {
    width: 100%;
    margin: 15px 0;
    position: relative
}

.tab-help {
    font-size: 28px
}

.sub-tabs {
    padding: 15px;
    box-shadow: 0 1px 2px 0 #aaa;
    margin-top: 10px;
    text-align: center
}

.card {
    padding: 15px;
    box-shadow: 0 1px 2px 0 #aaa
}

.tab label {
    display: block;
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 14px
}

.tab-desc {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 15px
}

.italic {
    font-style: italic
}

.tab input {
    border: 0;
    border-bottom: 1px solid #ccc;
    width: 100px;
    padding: 5px
}

.btn-group {
    margin-bottom: 10px
}

    .btn-group button {
        font-size: 15px;
        border: 2px solid #3c376e;
        padding: 7px 15px;
        width: 100px;
        background: transparent;
        border-radius: 4px;
        cursor: pointer;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .3), 0 0 1px rgba(0, 0, 0, .1), inset 0 1px 0 rgba(255, 255, 255, .25), inset 0 -1px 0 rgba(0, 0, 0, .15);
        margin: 7px 0;
        outline: 0
    }

        .btn-group button.active-zone {
            color: #fff;
            background: #3c376e;
            box-shadow: none
        }

.tab-header {
    display: inline-block;
    transition: all .3s;
    line-height: 1.3;
    cursor: pointer
}

.tabs-list-item li {
    padding: 7px;
    background: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px
}

    .tabs-list-item li h3 {
        display: block;
        width: 100%;
        margin-bottom: 15px
    }

    .tabs-list-item li a {
        text-decoration: none;
        display: flex;
        align-items: center;
        color: #404041;
        transition: transform .3s;
        width: 100%
    }

    .tabs-list-item li img {
        max-width: 120px;
        margin-right: 10px
    }

    .tabs-list-item li:last-child {
        margin-bottom: 0
    }

.fa-chevron-down {
    transform: rotate(0);
    transition: all .3s;
    margin-left: 10px
}

.help-desc {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.3
}

.ps-note {
    color: #ce3728;
    margin-bottom: 10px
}

.fieldset {
    margin-bottom: 10px
}

.tab-list-header {
    padding: 15px 30px;
    background: #444;
    color: #fff
}

.sub-article {
    display: none
}

.col-1 li {
    width: 100%;
    padding: 7px;
    background: #fff;
    display: flex;
    flex-direction: column
}

.sub-article p {
    font-size: 16px;
    line-height: 1.2;
    transition: color .3s;
    margin-bottom: 5px;
    color: #404041;
    padding: 0 5px
}

    .sub-article p:hover {
        color: #ce3728
    }

.poi-p {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2;
    transition: color .3s;
    margin-bottom: 10px;
    color: #404041;
    cursor: pointer
}

.fa-chevron-down {
    color: #ce3728
}

.sub-article i {
    color: #404041
}

.tabs-header {
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #ce3728;
    background: #fff;
    margin-bottom: 10px
}

.tabs-list-item p {
    font-size: 15px;
    line-height: 1.4;
    color: #404041
}

.dataTables_length {
    display: none
}

.dataTables_filter input {
    margin-left: .5em;
    border: 1px solid #eee;
    padding: 9px 5px;
    color: #444;
    margin-bottom: 5px;
    background-color: #f2f2f2;
    min-width: 180px !important;
    margin-right: 0
}

#example thead {
    background: #444;
    color: #fff
}

.paginate_button.current:hover,
.paginate_button.current {
    border: 1px solid #cf392a !important;
    background: #fff !important
}

#example td {
    border-top: 0;
    text-align: left
}

#example thead tr {
    text-align: left
}

#example tfoot tr {
    text-align: left
}

.dataTables_info {
    font-size: 15px;
    margin-top: 3px
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: .755em;
    padding-left: 16px
}

.sub-article2 {
    display: none
}

    .sub-article2 p {
        font-size: 16px;
        line-height: 1.2;
        transition: color .3s;
        margin-bottom: 5px;
        color: #404041;
        padding: 0 10px
    }

        .sub-article2 p:hover {
            color: #ce3728
        }

    .sub-article2 a {
        display: block;
        padding: 0 10px;
        color: #404041
    }

        .sub-article2 a:hover,
        .sub-article a:hover {
            background: #8e8989
        }

.dataTables_wrapper {
    margin-top: 10px
}

a {
    color: blue
}

.main-tab {
    min-width: 200px;
    margin-right: 15px;
    background: #fff;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%
}

.main-name {
    padding: 10px 15px;
    background: #f2f2f2;
    color: #404041;
    display: block;
    font-weight: bold;
    line-height: 1.3
}

.sub-tab li {
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    border-bottom: 1px solid #c3c3c3;
    line-height: 1.3;
    font-size: 14px;
    position: relative;
    transition: all .2s
}

.sub-name {
    font-size: 14px;
    line-height: 1.2;
    transition: color .3s;
    margin-bottom: 10px;
    color: #404041;
    cursor: pointer
}

.sub-tab a {
    font-size: 14px;
    line-height: 1.2;
    transition: color .3s;
    margin-bottom: 5px;
    color: #404041
}

    .sub-tab a:hover {
        color: #ce3728
    }

.last-level li:last-child {
    border-bottom: 0 !important
}

.sub-tab-li {
    padding: 5px 5px 5px 10px !important
}

.sub-tab > li:last-child {
    border-bottom: none !important
}

.sub-tab-li:last-child {
    padding-bottom: 0 !important
}

td a {
    font-size: 16px;
    line-height: 1.2;
    transition: color .3s;
    margin-bottom: 5px;
    color: #404041
}

.map img {
    max-width: 20px
}

ul.sub-tab {
    display: none
}

.active {
    display: block
}

.super-active {
    display: block !important
}

.marker-html {
    max-width: 100% !important
}

    .marker-html a {
        margin: 15px;
        display: block
    }

    .marker-html h1 {
        font-size: 18px;
        color: #ce3728;
        font-weight: 500
    }

    .marker-html p {
        color: #404041;
        font-size: 16px;
        margin-top: 10px;
        line-height: 1.2
    }

    .marker-html img {
        background: #fff;
        max-width: 20px
    }

.marker-info {
    float: left;
    display: block
}

    .marker-info li {
        display: block;
        margin-bottom: 3px;
        overflow: hidden;
        list-style-type: none
    }

        .marker-info li:first-child {
            margin-bottom: 3px
        }

        .marker-info li h1 {
            font-size: 15px;
            color: #404041
        }

        .marker-info li p {
            font-size: 12px;
            color: #404041
        }

        .marker-info li img {
            float: left;
            margin-right: 6px;
            max-width: 15px !important
        }

.ol-popup-closer {
    color: #cd3829
}

.marker-img-full {
    width: auto !important;
    max-width: 100% !important
}

.search-container {
    padding: 15px 15px !important
}

td a {
    vertical-align: middle
}

.datable-img {
    padding: 0 !important
}

#example td {
    vertical-align: middle
}

#example img {
    max-width: 100% !important;
    width: 100% !important;
    vertical-align: middle
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px;
    border-top: 1px solid transparent;
    background-color: #f2f2f2;
    color: #404041
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    box-sizing: content-box;
    margin-bottom: 15px
}

    table.dataTable thead th,
    table.dataTable thead td {
        padding: 10px 18px 8px;
        border-bottom: 1px solid transparent;
        background-color: #f2f2f2;
        color: #404041
    }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: 0;
    background: #f2f2f2 !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #444 !important;
    border: 1px solid #eee !important;
    border-radius: 2px
}

.paginate_button.current:hover,
.paginate_button.current {
    border: 1px solid #eee !important;
    background: #f2f2f2 !important
}

#example td {
    border-top: 0;
    text-align: left;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    padding-left: 18px;
    vertical-align: middle
}

li.super-active a {
    color: #ce3728 !important
}

#listingTable {
    display: flex;
    justify-content: center;
    padding: 10px;
    justify-content: space-between;
    align-items: center
}

    #listingTable a {
        font-size: 15px;
        padding: 10px 20px;
        background: #f7f7f7;
        margin-right: 10px;
        color: #3c376e
    }

    #listingTable span {
        font-size: 15px;
        padding: 10px 20px;
        margin-right: 10px;
        color: #404041
    }

    #listingTable img {
        max-width: 20px
    }

.map-form label {
    font-size: 20px;
    padding: 10px;
    text-align: center
}

.map-form input {
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: none !important;
    background: #eae6e6
}

.tab {
    display: flex
}

.main-tabs-list {
    width: 200px;
    min-width: 200px;
    margin-right: 15px;
    background: #fff;
    position: relative;
    margin-top: 15px
}

.poi-main-tab {
    border-bottom: 1px solid #c3c3c3
}

    .poi-main-tab li {
        display: block !important;
        margin: 0 !important;
        padding: 7px 0 7px 7px !important;
        border-bottom: 1px solid #f7f7f7
    }

        .poi-main-tab li i {
            float: right !important
        }

        .poi-main-tab li a {
            display: inline !important
        }

        .poi-main-tab li svg.svg-inline--fa.fa-chevron-down.fa-w-14 {
            float: right;
            margin-right: 7px !important;
            font-size: 16px
        }

.poi-left-side {
    min-height: 683px;
    height: calc(100% - 30px)
}

.get-id:hover {
    box-shadow: 1px 1px 1px 1px #aaa
}

.poi-left-side li {
    padding: 7px;
    background: #fff;
    display: flex;
    margin-bottom: 15px;
    flex-direction: column
}

.categories-in-poi {
    display: none;
    position: absolute;
    z-index: 9;
    width: 100%
}

    .categories-in-poi > ul > li {
        border-bottom: 1px solid #c3c3c3;
        padding-bottom: 5px
    }

        .categories-in-poi > ul > li:last-child {
            border: none !important
        }

.poi-left-side li a {
    display: flex;
    align-items: center;
    color: #404041;
    transition: transform .3s;
    width: 100%
}

.poi-left-side img {
    max-width: 100px;
    margin-right: 10px
}

.poi-left-side p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    transition: color .3s
}

.poi-right-side {
    min-height: 683px
}

svg.svg-inline--fa.fa-chevron-right.fa-w-10 {
    color: #ce3728
}

.select-poi {
    margin-bottom: 10px;
    display: block;
    position: relative;
    background-color: #fff
}

    .select-poi select {
        background-color: #fff !important
    }

.pagination-poi-arrows {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px
}

.prev img,
.nex img {
    max-width: 20px;
    width: 100%;
    margin: 0 !important
}

.poi-toggle {
    padding: 13px 10px 13px 10px;
    border: 0;
    width: calc(100% - 60px);
    display: inline-block;
    background-color: #fff
}

    .poi-toggle h6 {
        font-weight: normal;
        display: inline-block;
        white-space: pre;
        min-height: 1.2em;
        padding: 0 2px 1px;
        font-size: 13px
    }

.arrow-down-container {
    float: right;
    background: #3c376e;
    width: 60px;
    padding: 12px;
    text-align: center;
    padding: 12px;
    z-index: 9
}

    .arrow-down-container img {
        max-width: 20px;
        width: 100%;
        margin: 0 !important;
        vertical-align: middle;
        display: inline-block
    }

.poi-address {
    display: block;
    width: 100%;
    border-top: 1px solid #f7f7f7;
    padding-top: 5px;
    padding-bottom: 5px
}

    .poi-address img {
        float: left;
        margin: 0 10px 10px 10px
    }

    .poi-address p {
        padding-left: 10px
    }

.left-socials-poi-single {
    display: block !important
}

.icons-poi li img {
    margin-top: 12px !important
}

.icons-poi li:last-child {
    margin-bottom: 0 !important
}

.pageNum {
    background: #3c376e;
    color: #fff
}

.pageClick {
    padding: 5px 10px;
    cursor: pointer
}

.page-box {
    border: 1px solid #3c376e
}

.youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

    .youtube-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

ul.marker-info.icons-poi {
    display: block;
    width: 100%;
    padding: 15px
}

.marker-info li {
    padding-bottom: 5px !important
}

.icons-poi-a:hover {
    text-decoration: none
}

.modal-newsletter {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 250px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4)
}

.modal-newsletter-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    max-width: 20%;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.close-newsletter {
    color: #bababa;
    float: right;
    font-size: 28px;
    font-weight: bold
}

    .close-newsletter:hover,
    .close-newsletter:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer
    }

.modal-newsletter-header {
    padding: 2px 16px;
    background-color: #f7f7f7;
    color: #ce3728
}

    .modal-newsletter-header img {
        margin: 0 auto;
        padding: 5px 0
    }

    .modal-newsletter-header h2 {
        padding-bottom: 10px
    }

.modal-newsletter-footer h3 {
    padding: 10px 0
}

.modal-newsletter-body {
    padding: 2px 16px
}

    .modal-newsletter-body p {
        padding: 30px 0;
        color: #404041
    }

.modal-newsletter-footer {
    padding: 2px 16px;
    background-color: #ce3728;
    color: white
}

.gallery_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

    .gallery_list li {
        max-width: calc(33.3% - 14px);
        width: 100%;
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
        list-style-type: none
    }

        .gallery_list li:nth-of-type(3n) {
            margin-right: 0
        }

        .gallery_list li img {
            max-width: 100%;
            width: 100%
        }

        .gallery_list li h1 {
            font-size: 16px;
            font-weight: 600;
            color: #404041;
            margin: 10px 0 5px 0
        }

        .gallery_list li:hover h1 {
            color: #000
        }

        .gallery_list li span {
            font-size: 12px
        }

.img_wrap {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

    .img_wrap:hover .img_overlay {
        top: 0;
        right: 0
    }

    .img_wrap:hover svg {
        display: block
    }

.img_overlay {
    position: absolute;
    top: 100%;
    transition: all .3s ease;
    left: 0;
    right: 100%;
    bottom: 0;
    vertical-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff
}

    .img_overlay a {
        color: inherit
    }

    .img_overlay svg {
        display: none;
        bottom: calc(50% - 12px);
        left: calc(50% - 12px);
        position: absolute;
        font-size: 25px
    }

.search-pagination {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 100%
}

    .search-pagination span {
        color: #3c376e
    }

    .search-pagination a {
        margin-top: 10px;
        color: #404041;
        display: inline-block;
        max-width: 30px;
        width: 100%;
        font-size: 13px;
        overflow: hidden;
        text-align: center
    }

.btn-default {
    margin-top: 0 !important
}

#tabSelector {
    width: calc(100% - 60px);
    padding: 13px 10px 13px 10px;
    border: 0;
    width: calc(100% - 60px);
    display: inline-block;
    background-color: #f7f7f7 !important
}

.trafic-cameras {
    margin-bottom: 0;
    border-bottom: 0;
    background-color: #f7f7f7;
    border-radius: 0 5px 5px 0;
    border-bottom: 0 !important
}

.sub-cam-camera li {
    max-width: calc(100% / 3);
    float: left;
    margin-right: 10px
}

.full-camera-photo {
    max-width: 100% !important
}

.cameras-grid h3 {
    margin: 0
}

    .cameras-grid h3:last-child {
        margin-bottom: 0 !important
    }

.cameras-grid section:last-child {
    margin-bottom: 0
}

.search-date {
    margin-top: 5px !important;
    color: #ce3728 !important;
    font-size: 10px !important
}

.search-list-li {
    border-bottom: 1px solid #f7f7f7
}

.tab-1 li:last-child {
    border-bottom: 0
}

.select2-search {
    display: none !important
}

.select2-results .select2-highlighted {
    background: #fff;
    color: #404041
}

.select2-results li {
    border-bottom: 1px solid #c3c3c3
}

    .select2-results li:last-child {
        border-bottom: 0
    }

.ddlProducts {
    width: calc(885px - 110px) !important;
    border: none !important;
    padding: 9px;
    width: unset !important
}

.select2-container .select2-choice {
    margin-bottom: 0;
    border: 0;
    background: #f7f7f7;
    text-decoration: none !important
}

    .select2-container .select2-choice:focus {
        outline: 0
    }

    .select2-container .select2-choice .select2-arrow {
        display: none
    }

li.active-tab-tab::before {
    background: none !important
}

.select2-drop-active {
    border: 0;
    z-index: 9 !important
}

.select2-results b {
    font-weight: 100
}

.select2-results li:hover {
    background-color: #f7f7f7
}

.select2-results .active-tab-tab {
    background: none !important
}

ul.tab-list {
    list-style-type: none !important
}

.s-hidden {
    visibility: hidden;
    padding-right: 10px
}

.select {
    cursor: pointer;
    margin-top: 25px;
    max-width: 300px;
    position: relative;
    font: normal 11px/22px 'Montserrat', sans-serif;
    color: black;
    border-bottom: 1px solid #ccc
}

.styledSelect {
    position: absolute;
    right: 0;
    bottom: 0;
    left: -6px;
    background-color: white;
    padding: 0 10px;
    font-size: 17px
}

    .styledSelect:after {
        content: "";
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-color: black transparent transparent transparent;
        position: absolute;
        top: 9px;
        right: 6px
    }

    .styledSelect:active,
    .styledSelect.active {
        background-color: #eee
    }

.options {
    display: none;
    list-style-type: none !important;
    position: relative;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-height: 300px;
    overflow: auto
}

    .options li {
        padding: 0 6px;
        padding: 0 10px;
        font-size: 14px;
        border-bottom: 1px solid #f7f7f7
    }

        .options li:hover {
            background-color: #39f;
            color: white
        }

.left {
    width: inherit;
    position: relative;
    top: 25px;
    transition: all .3s
}

.fixed {
    position: fixed;
    top: 85px !important
}

    .fixed .left-anchors {
        top: 0
    }

.dynamic-top {
    position: fixed
}

.absolute-left {
    position: absolute;
    top: auto !important;
    bottom: 15px
}

.left-anchors {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    top: -60px;
    transition: top .3s
}

    .left-anchors .flex-container {
        margin: 15px 0 35px 0
    }

    .left-anchors .socials {
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 0
    }

.left ul li {
    width: 100%;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    background: #fff;
    position: relative
}

    .left ul li:last-child {
        margin-bottom: 0
    }

    .left ul li a {
        text-decoration: none;
        position: relative;
        z-index: 2;
        font-size: 14px;
        font-weight: 400;
        color: #404041;
        display: block;
        padding: 20px 17px;
        line-height: 1.3;
        box-shadow: 0 0 1px 0 #dedede
    }

.article-date {
    font-size: 12px;
    color: #a5a5a5
}

.animated-title {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    top: -100px;
    z-index: -1;
    opacity: 0;
    transition: all .3s
}

.right {
    padding: 25px;
    background: #fff
}

.single-content h2 {
    font-size: 26px;
    line-height: 1.2;
    padding: 0;
    color: #3c376e;
    margin-bottom: 20px;
    font-weight: bold;
    color: #404041
}

.single-content > div:not(:last-child) {
    margin-bottom: 25px;
    border-bottom: 3px solid #f7f7f7
}

.single-content > div:last-child {
    margin-bottom: 0
}

.single-content p {
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400
}

    .single-content p:last-child {
        margin-bottom: 0
    }

/* .single-content > div *:last-child {
    margin-bottom: 25px
} */

.single-content blockquote {
    margin-bottom: 20px;
    padding: 15px 15px 15px 20px;
    background: #f7f7f7;
    line-height: 1.6;
    font-size: 14px;
    font-style: italic;
    border-left: 4px solid #ce3728;
    font-size: 16px
}

.progress {
    position: absolute;
    height: 100%;
    width: 0;
    background-color: #cceaff;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all .3s ease
}

.left-socials {
    margin: 25px 0;
    display: none
}

.page404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.icon404 {
    max-width: 70px
}

.error404 {
    font-size: 200px
}

.link404 {
    border-radius: 5px;
    border: 2px solid #ce3728;
    color: #404041;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 12px 25px;
    transition: all .5s
}

    .link404:hover {
        box-shadow: 0 3px 5px 0 rgba(128, 128, 128, 0.8)
    }

.user-1200 {
    display: none;
}

.user-l-1200 {
    display: block
}

.logout-container {
    display: none;
    position: absolute;
    top: 29px;
    right: 0;
    width: max-content;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    z-index: 120
}

    .logged-user a,
    .logged-user span,
    .logout-container button {
        color: #404041
    }

@media(max-width:1200px) {
    #header .center {
        padding: 0 15px
    }

    .categories-in-poi {
        position: relative
    }
}

@media(max-width:896px) {
    #menu ul {
        font-size: 12px
    }

    .footer-contact {
        margin-right: 70px
    }
    #logo {
        max-width: 0px;
        display: flex;
    }
}

@media(max-width:860px) {
    .gallery_list li {
        width: calc(50% - 10px);
        max-width: 100%;
        margin-right: 20px
    }

        .gallery_list li:nth-of-type(3n) {
            margin-right: 20px
        }

        .gallery_list li:nth-of-type(2n) {
            margin-right: 0
        }
}

@media(min-width:768px) {
    .services-container a:hover p {
        color: #333
    }

    .services-container a:hover::after {
        transform: scaleY(1)
    }
}

@media(max-width:768px) {

    .mobile-poll > * {
        width: calc(100% / 2 - 7.5px) !important;
        margin-right: 7px !important
    }

    #menu {
        display: none
    }

    .new-socials {
        flex-flow: column;
        align-items: center;
        padding: 25px;
    }

    .service-container img {
        pointer-events: none;
    }

    .banner .swiper-slide {
        min-height: 300px
    }

    .new-socials {
        flex-flow: column;
        align-items: center;
        padding: 25px;
    }

    .slide-desc-mob h3 {
        font-size: 14px;
        font-weight: 800;
        color: #3c376e;
        line-height: 1.3;
        margin-bottom: 5px
    }

    .slide-desc-mob p {
        font-weight: 400;
        color: #404041;
        line-height: 1.3;
        font-size: 12px
    }

    .sidebar-left {
        display: none
    }

    .tirana-gis {
        margin-right: 0
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        background-size: 18px
    }

    .tooltiptext {
        display: none
    }

    .left {
        position: relative
    }

    .content-full > * {
        flex-direction: column;
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0
    }

        .content-full > *:last-child {
            /*margin-bottom: 0*/
        }

    #header-top {
        flex-flow: row;
        padding: 3px 0
    }

    #header-bottom {
        display: none
    }

    #logo img {
        max-width: auto;
        max-height: 60px
    }
    #logo {
        max-width: 150px;
        display: flex;
    }

    #footer .center {
        display: block
    }

    #search {
        left: 0;
        right: initial;
        display: none
    }

    #mega-menu {
        top: 71px
    }

    .background {
        padding: 15px 0
    }

    .free-number {
        display: none
    }

    .search-btn-mobile {
        margin: 0 0 5px 0;
        padding: 7px
    }

    .search-input {
        width: 200px
    }

    .footer-logo {
        display: -webkit-inline-box;
        padding-right: 0;
        border-right: 0;
    }

    .footer-contact {
        margin: 0
    }

    .slide-desc {
        display: none
    }

    .slide-desc-mob {
        display: block !important
    }

    .footer-nav {
        border-left: 0;
        padding-left: 0
    }

    .banner-services ul {
        justify-content: space-between
    }

        .banner-services ul li {
            width: calc(100% / 3 - 5px);
            margin-left: 0
        }

    .banner-services {
        min-height: 200px
    }

    .events li a {
        display: block
    }

    .events img {
        max-width: initial;
        margin-bottom: 5px
    }

    .banner-services ul {
        max-width: initial;
        margin: 0 auto
    }

    .container-single {
        display: block
    }

    .single-content {
        margin-bottom: 40px
    }

    .sidebar {
        margin-left: 0;
        width: 100%
    }

    .sidebar-left {
        margin-right: 0;
        margin-bottom: 20px
    }

    #mega-menu {
        padding: 15px 0
    }

        #mega-menu .center {
            flex-flow: column
        }

    .navigation-tabs {
        width: 100%;
        border-right: 0;
        padding-top: 0;
        padding-right: 0
    }

        .navigation-tabs ul li {
            width: auto;
            margin-bottom: 0
        }

    .open-menu {
        padding: 15px 5px 0 5px
    }

    .mobile-btn-container {
        display: block
    }

        .mobile-btn-container img {
            height: auto;
            max-width: 26px;
        }

    .search-btn {
        display: none
    }

    .topic-njesi li {
        width: 100%
    }

    .administrator,
    .members {
        flex-flow: column
    }

    .date-weather {
        justify-content: left;
        margin-bottom: 10px
    }

    .events li {
        margin-bottom: 25px
    }

    .events p {
        margin-bottom: 5px
    }

    .breadcrumbs {
        display: none
    }

    .news-and-map {
        flex-flow: column
    }

    .news {
        width: 100%;
        margin-bottom: 40px
    }

    .map-news {
        margin-left: 0
    }

    .menu-main > li > a {
        font-size: 15px
    }

    .menu-main > li > .sub-menu > li > a {
        font-size: 14px
    }

    .mega-menu-mobile a {
        font-size: 13px
    }

    .tax {
        display: block;
        margin-top: 10px
    }

    .main-cam-list {
        width: 100%;
        box-shadow: 0 2px 4px rgba(128, 128, 128, 0.5);
        min-width: auto
    }

    .tax input {
        width: 100%;
        margin-bottom: 10px
    }

    .tab {
        display: block;
        margin-top: 10px
    }

    .main-tabs-list {
        width: 100%;
        box-shadow: 0 2px 4px rgba(128, 128, 128, 0.5);
        min-width: auto
    }

    .tab input {
        width: 100%;
        margin-bottom: 10px
    }

    .left {
        top: 0;
        padding-top: 25px
    }

    .poi-right-side {
        padding: 0 5px
    }

    .poi-right-side {
        height: 500px;
        min-height: unset
    }

    .map-links {
        flex-flow: column
    }

        .map-links li:not(:last-child) {
            margin-bottom: 14px
        }

    .services li:nth-last-child(-n+3) {
        margin-bottom: 14px
    }

    .weather {
        display: none
    }

    #logo {
        width: auto
    }

    .search {
        width: auto
    }

    .footer-bottom .socials {
        margin: 15px 0 0 0
    }

    .footer-bottom p {
        max-width: 100%
    }

    .share-link p {
        font-size: 14px !important
    }

    .share-link hr {
        height: 3px
    }

    .categories-in-poi {
        position: relative
    }

    .header-cont {
        border-bottom: 2px solid #f7f7f7;
    }

    .page-title {
        border-bottom: none;
        font-size: 18px;
        padding: 15px 15px 15px 5px;
    }

    .single-content p {
        font-size: 14px;
    }

    .right {
        padding: 15px;
        font-size: 14px;
        overflow-x: auto;
    }

    .single-content h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .right .social-item img {
        max-width: 40px;
    }

    .single-content > div *:last-child {
        margin-bottom: 15px;
    }

    .single-content > div:not(:last-child) {
        margin-bottom: 15px;
    }

    .background-page .center {
        padding: 0;
    }
}

@media(max-width:500px) {
    .gallery_list li {
        width: 100%;
        max-width: 100%;
        margin-right: 0
    }
}

@media(max-width:480px) {
    .share-link hr {
        display: none
    }

    .share-link p {
        margin-left: 0;
        margin-right: 5px;
        min-width: auto;
        margin-right: auto
    }

    .pagination a {
        display: block;
        padding: 10px;
        font-size: 14px;
        color: #888;
        background: #fff;
        width: 35px;
        height: 35px;
        text-align: center;
        transition: all .2s
    }

    .pagination li:not(:last-child) {
        margin-right: 10px
    }

    .pagination li.active a {
        color: #fff;
        background: #ce3728
    }

    .pagination li:hover a {
        color: #fff;
        background: #ce3728
    }

    .single-word {
        padding: 15px;
        background: #fff
    }

        .single-word .red-header {
            padding: 0;
            margin-bottom: 15px
        }

        .single-word .author {
            padding: 0;
            margin-bottom: 15px;
            color: #333
        }

    .single-word-container p {
        font-size: 13px;
        line-height: 1.3;
        margin-bottom: 13px
    }

    .login-register {
        max-width: 500px;
        margin: 0 auto;
        background: #fff;
        margin-bottom: 15px;
        box-shadow: 0 3px 10px 0 #ccc;
        border-radius: 0 0 4px 4px
    }

    .form-tabs {
        display: flex
    }

        .form-tabs button {
            width: 50%;
            padding: 15px 0;
            border: 0;
            color: #fff;
            font-size: 15px;
            cursor: pointer;
            outline: 0;
            text-transform: uppercase;
            border-bottom: 3px solid #ce3728;
            background: #fff;
            color: #888
        }

        .form-tabs .active-form-tabs {
            background: #ce3728;
            color: #fff
        }

    .form-container {
        padding: 25px
    }

        .form-container input {
            width: 100%;
            background: transparent;
            margin-bottom: 10px;
            padding: 15px 10px;
            border: 0;
            border-bottom: 1px solid #ccc
        }

            .form-container input[type="submit"] {
                background: #ce3728;
                color: #fff;
                text-transform: uppercase;
                font-size: 15px;
                cursor: pointer;
                margin-top: 25px
            }

        .form-container form {
            display: none
        }

        .form-container .active-form {
            display: block
        }

        .form-container input::-webkit-input-placeholder {
            color: #888
        }

        .form-container input::-moz-placeholder {
            color: #888
        }

        .form-container input:-ms-input-placeholder {
            color: #888
        }

        .form-container input:-moz-placeholder {
            color: #888
        }

    .comments li {
        padding-left: 15px;
        border-left: 3px solid #f7f7f7
    }

    .comment-author {
        position: relative;
        font-size: 13px;
        margin-bottom: 13px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .comment-author .fa-circle {
            position: absolute;
            left: -22px;
            color: #ce3728;
            font-size: 12px
        }

    .comment-time {
        font-size: 12px;
        margin-bottom: 10px
    }

    .reply-to-comment {
        color: #ce3728;
        text-transform: uppercase;
        font-weight: bold
    }

    .single-word article {
        margin-bottom: 30px
    }

    .comments {
        margin-bottom: 0 !important
    }

    .main-comments {
        padding-bottom: 15px;
        border-bottom: 1px solid #f7f7f7
    }

    .your-comment {
        margin-top: 15px
    }

        .your-comment label {
            font-size: 13px;
            font-weight: bold;
            color: #ce3728;
            display: block;
            margin-bottom: 12px
        }

        .your-comment textarea {
            width: 100%;
            height: 110px;
            border: 0;
            background: #f7f7f7;
            outline: 0;
            margin-bottom: 12px;
            padding: 7px;
            resize: none
        }

        .your-comment input[type="submit"] {
            width: 130px;
            height: 35px;
            color: #fff;
            background: #ce3728;
            border: 0;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer
        }

    .sidebar .author {
        display: block;
        padding: 0
    }

    .related-topics-sidebar p {
        font-size: 19px;
        font-weight: bold;
        margin-bottom: 15px;
        line-height: 1.3
    }

    .related-topics-sidebar li {
        background: #fff;
        margin-bottom: 15px
    }

        .related-topics-sidebar li:last-child {
            margin-bottom: 0
        }

    .sidebar-related-topic-desc {
        padding: 15px;
        border-bottom: 1px solid #f7f7f7
    }

    .read-more {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        font-size: 13px
    }

        .read-more i {
            font-size: 20px
        }

        .read-more a {
            display: flex;
            align-items: center;
            color: #ce3728;
            font-weight: bold
        }

        .read-more span {
            margin-right: 20px
        }

        .read-more .fa-comments {
            font-size: 24px;
            color: #888
        }

    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        pointer-events: none
    }

    .njesi-about-desc .single-desc {
        border-bottom: 1px solid #f7f7f7
    }

    .link-list {
        background: #fff;
        padding: 15px;
        font-size: 12px;
        font-weight: bold
    }

        .link-list ul {
            display: flex;
            flex-wrap: wrap
        }

        .link-list a {
            display: block;
            color: #ce3728;
            margin-right: 7px
        }

        .link-list li:not(:last-child) a::after {
            content: ','
        }

    .topic-njesi {
        margin-bottom: 0
    }

        .topic-njesi li {
            width: 50%
        }

            .topic-njesi li:nth-child(odd) {
                border-right: 1px solid #f7f7f7
            }

            .topic-njesi li:nth-child(-n+2) {
                border-bottom: 1px solid #f7f7f7
            }

    .statistics {
        display: flex
    }

        .statistics > * {
            width: 50%
        }

    .njesi-map {
        padding: 10px;
        background: #fff;
        display: flex;
        align-items: center
    }

    .administrator {
        display: flex;
        align-items: flex-start;
        padding: 10px;
        background: #fff;
        border-bottom: 1px solid #f7f7f7
    }

    .administrator-desc-a {
        color: #404041
    }

    .events-adm img {
        max-width: 120px;
        margin-right: 10px
    }

    .events-adm li {
        margin-bottom: 15px
    }

        .events-adm li a {
            display: flex;
            align-items: center;
            color: #404041;
            transition: transform .3s;
            width: 100%
        }

        .events-adm li:lat-child {
            margin-bottom: 0
        }

    .events-adm p {
        font-size: 19px;
        font-weight: bold;
        line-height: 1.3;
        transition: color .3s
    }

    .events-adm span {
        font-size: 13px;
        position: relative
    }

    .all-events-adm-a span::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: #ce3728;
        transition: width .2s;
        bottom: -3px
    }

    .all-events-adm-a:hover span::before {
        width: 100%
    }

    .administrator-desc h4 {
        font-size: 19px;
        font-weight: bold;
        margin-bottom: 12px
    }

    .administrator-desc p {
        font-size: 13px;
        margin: 0 0 10px 0
    }

    .administrator-desc span {
        font-weight: initial;
        line-height: 1.3
    }

    .adm {
        padding: 10px;
        background: #fff
    }

    .adm-cont {
        margin-bottom: 15px
    }

    .members {
        display: flex;
        align-items: flex-start;
        padding: 10px;
        background: #fff
    }

        .members div {
            width: 100%
        }

        .members h4 {
            font-size: 19px;
            font-weight: bold;
            margin: 10px 0 15px 0
        }

        .members a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%
        }

            .members a p {
                color: #404041;
                font-size: 13px;
                margin: 0
            }

        .members .fa-chevron-right {
            color: #ce3728
        }

    .swiper-slide-title {
        color: #404041
    }

    .arrow-down-container {
        width: 40px;
        padding: 14px
    }

    .poi-toggle {
        width: calc(100% - 40px)
    }

    .categories-in-poi {
        position: relative
    }

    .adm-area-admin {
        padding: 15px;
        background: #fff;
        padding-bottom: 0
    }

        .adm-area-admin h1 {
            line-height: 1.3;
            margin-bottom: 13px;
            font-size: 15px
        }

        .adm-area-admin h3 {
            line-height: 1.3;
            margin-bottom: 13px;
            font-size: 15px
        }

            .adm-area-admin h3:last-child {
                margin-bottom: 0
            }
}


@-moz-document url-prefix() {
    .header-bottom-logo img {
        width: 30px;
    }
}

@media (max-width: 767px) {
    .level-small {
        display: none;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .content-full {
        height: auto
    }

    .njesi-map-content svg {
        padding-bottom: 400px;
    }

    .svg-container {
        width: 120%;
        height: 120%;
    }
}
