.w100 {
    width: 100%;
}

* {
    outline: 0;
    box-shadow: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #2a2a2a;
}

.relative {
    position: relative;
}

@media (min-width: 1600px) {

    .container {
        width: 1540px;
    }

}

.navbar-header {
    width: 100%;
    background: url("../img/header-bg.jpg") no-repeat center;
}

.navbar-default {
    background-color: #145da0;
    border: 0;
}

.navbar-brand {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 7px;
}

.navbar-brand > img {
    display: inline-block;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    padding: 20px 15px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background: #56aeff;
    color: #fff;
}

.navbar-default .navbar-nav > .home > a {
    background: #56aeff;
}

.nyhhu{
    float: right;
    margin-right: 80px;
    margin-top: 11px;
}

.top-nav {
    list-style: none;
    padding-left: 0;
    float: left;
    margin-bottom: 0;
}

.top-nav-right {
    float: right !important;
}

.top-nav li {
    float: left;
    padding: 18px 30px 18px 20px;
    color: #fff;
    border-left: 1px solid #56aeff;
}

.top-nav-right li {
    float: right !important;
}

.top-nav li i {
    font-size: 16px;
    margin-right: 5px;
}

.top-nav li a {
    color: #fff;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #56aeff;
    background-color: #f8f8f8;
}

.dropdown-menu > li > a {
    color: #56aeff;
    text-transform: uppercase;
    font-weight: 700;
}

.dropdown-menu {
    min-width: 97px;
}

.top-nav li a:hover {
    text-decoration: none;
}

.top-nav li img {
    margin-top: -4px;
    margin-right: 5px;
}

.top-new-item {
    float: left;
    width: 31%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
}

.col-md-4 .top-new-item{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
}

.top-news-item-cat {
    position: absolute;
    right: 30px;
    top: 15px;
    color: #fff;
    background: #145da0;
    font-size: 13px;
    padding: 4px 15px;
    text-transform: uppercase;
    z-index: 11;
}

.top-news-item-cat:hover {
    color: #fff;
    text-decoration: none;
}

.top-news-img{
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.top-new-item img {
    width: 100%;
    float: left;
    border: 6px solid #ececec;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.top-new-item a:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.top-news-date {
    width: 44px;
    height: 44px;
    float: left;
    background: #145da0;
    text-align: center;
    font-size: 10px;
    color: #fff;
    padding-top: 2px;
}

.top-news-date strong {
    font-size: 17px;
}

.top-news-title {
    float: left;
    width: calc(100% - 44px);
    height: 44px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    font-size: 17px;
    color: #2a2a2a;
    font-weight: 700;
}

.top-news-lead {
    width: 100%;
    float: left;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 300;
    color: #2a2a2a;
    height: 100px;
}

.news-block {
    float: left;
    width: 38%;
    padding-left: 15px;
}

.news-item-box {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.news-item-box-img{
    width: 122px;
    float: left;
    overflow: hidden;
}

.news-item-box img {
    width: 122px;
    float: left;
    border: 3px solid #ececec;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.news-item-box a:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-item-box-title {
    width: calc(100% - 122px);
    float: left;
    font-size: 17px;
    font-weight: 700;
    color: #2a2a2a;
    padding-left: 10px;
    height: 50px;
    margin-top: 1px;
}

.news-item-box-lead {
    width: calc(100% - 122px);
    float: left;
    color: #2a2a2a;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 300;
}

#about{
    float: left;
    width: 100%;
    background: #f8f8f8;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.title{
    float: left;
    width: 100%;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #323131;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#about img{
    float: left;
    width: 25%;
    border: 8px solid #fff;
}

.about-lead{
    float: left;
    width: 75%;
    padding-left: 20px;
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 300;
}

.staticpages-content .about-lead{
    width: 100%;
    padding-left: 0;
}

.staticpages-content img
{
    max-width: 100%;
    height: auto !important;
}

.about-row{
    float: left;
    width: 100%;
    position: relative;
}

.about-url{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #323131;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.about-url:hover{
    color: #323131;
    text-decoration: none;
}


.about-url i{
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.about-url:hover i{
    margin-left: 5px;
}

#services{
    float: left;
    width: 100%;
    background: #145da0;
    padding-top: 60px;
}

#services .title{
    color: #fff;
    margin-bottom: 10px;
}

.text{
    font-size: 19px;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 300;
    margin-bottom: 35px;
}

#services .text{
    color: #fff;
}

#services .row{
    margin-left: 0;
    margin-right: 0;
}

.service-item{
    float: left;
    width: 100%;
    margin-bottom: 55px;
    cursor: pointer;
}



.service-item .icon-box{
    float: left;
    width: 111px;
    height: 111px;
    background: #fff;
    border-radius: 50%;
    border: 6px solid #7cc644;
    text-align: center;
    line-height: 98px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.service-item:hover a .icon-box{
    background: #7cc644;
    border: 6px solid #fff
}


.service-item:hover img{
    /*filter:brightness(1000%);*/
}

.service-item-title{
    width: calc(100% - 111px);
    float: left;
    font-size: 24px;
    height: 63px;
    line-height: 1.35;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px;
}

.service-item-title-last{
    height: 95px;
}

.service-item-link{
    width: calc(100% - 111px);
    float: left;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    text-transform: uppercase;
}


.service-item-link:hover{
    text-decoration: none;
    color: #fff;
}

#departments{
    float: left;
    width: 100%;
    padding-top: 50px;
}

#departments .title{
    font-weight: 300;
    line-height: 1.1;
}

#departments .title strong{
    font-weight: 600;
    width: 100%;
    float: left;
}


#departments .text{
    text-align: left;
    font-size: 18px;
}

footer{
    float: left;
    width: 100%;
    padding-top: 30px;

}

.fnav-row {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.fnav-row .nav {
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 30px;
}

.fnav-row .nav > li > a {
    z-index: 1;
    padding: 12px 8px;
    font-size: 16px;
    font-weight: 600;
    color: #323131 !important;
    text-transform: uppercase;
}

.fnav-row .nav > li > a:hover {
    background: transparent;
}

footer .info {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 45px;
    color: #353535;
    font-size: 16px;
}

footer .info span {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}


footer .info a {
    color: #2a2a2a;
    text-decoration: none;
}


footer .info span i {
    font-size: 16px;
    margin-right: 12px;
}


footer .info:hover i {
    color: #145da0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

footer .center-info {
    padding-left: 28px !important;
}

.copyright {
    background: #145da0;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
    height: 46px;
    line-height: 28px;
}

.copyright a {
    color: #fff;
}

.copyright img {
    margin-top: -2px;
}

.news-tags-row{
    float: left;
    width: 100%;
    margin-top: 10px;
}

.news-tags-row .tagbg{
    color: #fff;
    background: #145da0;
    font-size: 13px;
    padding: 4px 8px;
    text-transform: uppercase;
    margin-right: 8px;
    margin-bottom: 5px;
    float: left;
}

.gallery-list-item img{
    border: 6px solid #ececec;
}

.gallery-list-item h3{
    font-size: 17px;
    color: #2a2a2a;
    font-weight: 700;
    height: 44px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.gallery-list-item h3 a{
    color: #2a2a2a;
}

.gallery-row img{
    margin-top: 15px;
    margin-bottom: 15px;
}

.cont-logo{
    width: 180px;
    margin-bottom: 5px;
}

@media (min-width: 1200px) and (max-width: 1600px) {

    .top-nav li {
        padding: 13px 16px 13px 13px;
        font-size: 12px;
    }

    .top-nav li i {
        font-size: 15px;
        margin-right: 4px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 20px 11px;
    }

    .nyhhu{
        margin-right:0;
        margin-top: 14px;
        width: 17%;
    }

    .top-news-title {
        font-size: 15px;
    }

    .top-news-lead {
        margin-top: 10px;
        font-size: 16px;
        height: 90px;
    }

    .news-item-box-title {
        font-size: 15px;
        height: 43px;
    }

    .news-item-box-lead {
        font-size: 14px;
        line-height: 1.38;
    }

    .title {
        font-size: 30px;
    }

    .about-lead {
        font-size: 15px;
        line-height: 1.38;
    }

    .about-url {
        font-size: 14px;
    }

    .text {
        font-size: 16px;
    }

    .service-item-title {
        width: calc(100% - 101px);
        font-size: 17px;
        height: 53px;
    }

    .service-item-title-last{
        height: 82px;
    }

    .service-item .icon-box {
        width: 101px;
        height: 101px;
        border: 5px solid #7cc644;
        line-height: 91px;
    }

    .service-item .icon-box img{
        width: 62px;
    }

    #departments .text {
        font-size: 16px;
    }

    .fnav-row .nav > li > a {
        font-size: 15px;
        padding: 12px 8px;
    }

    footer .info {
        font-size: 15px;
    }

    footer .info span {
        padding-right: 13px;
        padding-left: 13px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .top-nav li {
        padding: 13px 12px 13px 10px;
        font-size: 10px;
    }

    .top-nav li i {
        font-size: 12px;
        margin-right: 3px;
    }

    .top-nav li img {
        width: 18px;
        margin-top: -3px;
        margin-right: 3px;
    }

    .navbar-default .navbar-nav > .home{
        display: none;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding: 15px 8px;
    }

    .nyhhu{
        margin-right:0;
        margin-top: 11px;
        width: 16%;
    }

    .top-news-date {
        width: 40px;
        height: 40px;
        font-size: 9px;
    }

    .top-news-date strong {
        font-size: 13px;
        width: calc(100% - 40px);
        height: 40px;
    }

    .top-news-title {
        font-size: 13px;
    }

    .top-news-lead {
        margin-top: 10px;
        font-size: 14px;
        height: 80px;
    }

    .news-item-box {
        margin-bottom: 11px;
    }

    .news-item-box-img{
        width: 112px;
    }

    .news-item-box img {
        width: 112px;
    }

    .news-item-box-title {
        width: calc(100% - 112px);
        font-size: 12px;
        height: 35px;
        line-height: 1.3;
    }

    .news-item-box-lead {
        font-size: 12px;
        line-height: 1.25;
    }

    .title {
        font-size: 20px;
    }

    .about-lead {
        font-size: 13px;
        line-height: 1.32;
    }

    .about-url {
        font-size: 13px;
    }

    .text {
        font-size: 14px;
    }

    .service-item-title {
        width: calc(100% - 80px);
        font-size: 14px;
        height: 41px;
    }

    .service-item-title-last{
        height: 62px;
    }

    .service-item .icon-box {
        width: 80px;
        height: 80px;
        border: 4px solid #7cc644;
        line-height: 72px;
    }

    .service-item .icon-box img{
        width: 50px;
    }

    .service-item-link {
        width: calc(100% - 80px);
        font-size: 14px;
    }

    #departments .text {
        font-size: 14px;
    }

    .fnav-row .nav > li > a {
        padding: 12px 8px;
    }

    footer .info {
        font-size: 13px;
    }

    footer .info span {
        padding-right: 12px;
        padding-left: 12px;
    }

    footer .info span i {
        font-size: 14px;
        margin-right: 7px;
    }

}

@media (min-width: 768px) and (max-width: 992px) {

    .top-nav li {
        padding: 13px 6px 13px 6px;
        font-size: 10px;
    }

    .top-nav li i {
        font-size: 12px;
        margin-right: 3px;
    }

    .top-nav li img {
        width: 15px;
        margin-top: -3px;
        margin-right: 3px;
    }

    .fb-top-nav{
        font-size: 0 !important;
    }

    .navbar-default .navbar-nav > .home{
        display: none;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 11px;
        padding: 15px 10px;
    }

    .nyhhu{
        margin-right: 0;
        width: 18%;
        margin-top: -80px;
        z-index: 111;
        position: relative;
    }

    .top-new-item {
        width: 50%;
    }

    .news-block {
        margin-top: 25px;
        width: 100%;
    }

    .top-news-date {
        width: 40px;
        height: 40px;
        font-size: 9px;
    }

    .top-news-date strong {
        font-size: 13px;
        width: calc(100% - 40px);
        height: 40px;
    }

    .top-news-title {
        font-size: 13px;
    }

    .top-news-lead {
        margin-top: 10px;
        font-size: 14px;
        height: 80px;
    }

    .news-item-box {
        margin-bottom:0;
        width: 30.333%;
        margin-left: 1%;
        margin-right: 2%;
    }

    .news-item-box-img{
        width: 65px;
    }

    .news-item-box img {
        width: 65px;
    }

    .news-item-box-title {
        width: calc(100% - 65px);
        font-size: 12px;
        height: 35px;
        line-height: 1.3;
    }

    .news-item-box-lead {
        width: 100%;
        font-size: 12px;
        line-height: 1.25;
        padding-left: 0;
        margin-top: 8px;
    }

    .title {
        font-size: 16px;
    }

    .about-lead {
        font-size: 12px;
        line-height: 1.32;
    }

    .about-url {
        font-size: 12px;
        bottom: -10px;
    }

    .text {
        font-size: 13px;
    }

    .service-item-title {
        width: calc(100% - 50px);
        font-size: 11px;
        height: 27px;
    }

    .service-item-title-last{
        height: 45px;
    }

    .service-item .icon-box {
        width: 50px;
        height: 50px;
        border: 3px solid #7cc644;
        line-height: 44px;
    }

    .service-item .icon-box img{
        width: 32px;
    }

    .service-item-link {
        width: calc(100% - 50px);
        font-size: 11px;
    }

    #departments .text {
        font-size: 13px;
    }

    .fnav-row .nav > li {
        float: none;
    }

    .fnav-row .nav > li > a {
        font-size: 11px;
        padding: 9px;
    }

    footer .info {
        font-size: 11px;
    }

    footer .info span {
        padding-right: 5px;
        padding-left: 5px;
    }

    footer .info span i {
        font-size: 11px;
        margin-right: 3px;
    }

}

@media (max-width: 768px) {

    .navbar-default .navbar-toggle {
        border-color: #fff;
        border-radius: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:focus .icon-bar,
    .navbar-default .navbar-toggle:hover .icon-bar
    {
        background-color: #145da0;
    }

    .navbar-brand > img {
        width: 120px;
    }

    .top-nav li {
        padding: 13px 8px 11px;
        font-size: 0;
    }

    .top-nav li i {
        font-size: 15px;
        margin-right: 0;
        padding: 5px;
    }

    .top-nav-right {
        float: left !important;
    }

    .top-nav li img {
        width: 17px;
        margin: 4px;
    }

    .fb-top-nav{
        font-size: 0 !important;
    }

    .navbar-toggle {
        margin-top: -42px;
    }

    .navbar-default .navbar-nav > .home{
        display: none;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 7px 0 7px 20px;
    }

    .nyhhu{
        margin-right: 0;
        width: 175px;
        margin-top: 0;
        z-index: 111;
        position: relative;
        float: left;
        margin-bottom: 20px;
    }

    .top-new-item {
        width: 100%;
        padding: 0 0 15px;
    }

    .news-block {
        margin-top: 25px;
        width: 100%;
        padding-left: 0;
    }

    .top-news-date {
        width: 40px;
        height: 40px;
        font-size: 9px;
    }

    .top-news-date strong {
        font-size: 13px;
        width: calc(100% - 40px);
        height: 40px;
    }

    .top-news-title {
        font-size: 13px;
    }

    .top-news-lead {
        margin-top: 10px;
        font-size: 14px;
    }

    .news-item-box {
        margin-bottom:15px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .news-item-box-img{
        width: 65px;
    }

    .news-item-box img {
        width: 65px;
    }

    .news-item-box-title {
        width: calc(100% - 65px);
        font-size: 12px;
        height: 35px;
        line-height: 1.3;
    }

    .news-item-box-lead {
        width: 100%;
        font-size: 12px;
        line-height: 1.25;
        padding-left: 0;
        margin-top: 8px;
    }

    .title {
        font-size: 16px;
    }

    #about img {
        float: left;
        width: 100%;
        border: 8px solid #fff;
    }

    .about-lead {
        font-size: 13px;
        line-height: 1.32;
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }

    #about {
        margin-top: 20px;
        padding-top: 25px;
    }

    .title {
        margin-bottom: 20px;
    }

    .about-url {
        font-size: 12px;
        bottom: -25px;
    }

    .text {
        font-size: 13px;
    }

    .service-item {
        margin-bottom: 25px;
    }

    #services{
        padding-bottom: 25px;
        padding-top: 40px;
    }

    #services .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    #services .col-sm-4{
        overflow: auto;
    }

    .service-item-title {
        width: calc(100% - 50px);
        font-size: 11px;
        height: 27px;
        font-weight: 700;
    }

    .service-item-title-last{
        height:37px;
    }

    .service-item .icon-box {
        width: 50px;
        height: 50px;
        border: 3px solid #7cc644;
        line-height: 44px;
    }

    .service-item .icon-box img{
        width: 32px;
    }

    .service-item-link {
        width: calc(100% - 50px);
        font-size: 11px;
    }

    #departments .text {
        font-size: 13px;
    }

    .fnav-row .nav{
        border-bottom: 0;
    }

    .fnav-row .nav > li > a {
        font-size: 11px;
        padding: 4px 0;
    }

    .footer-logo{
        width: 160px;
    }

    .fnav-row {
        margin-top: 20px;
    }

    footer{
        padding-top: 0;
    }

    footer .info {
        font-size: 11px;
    }

    footer .info span {
        padding: 5px 0;
        float: left;
        width: 100%;
        text-align: center;
    }

    footer .info span i {
        font-size: 11px;
        margin-right: 3px;
    }


    .copyright {
        text-align: center;
        font-size: 10px;
        height: auto;
        line-height: 1.4;
        padding-top: 1px;
    }

    .copyright .container{
        padding: 0;
    }

    .copyright div{
        width: 100%;
        margin-top: 8px;
    }

    .gallery-row{
        margin-left: -8px;
        margin-right: -8px;
    }

    .gallery-row .col-xs-6{
        padding-left: 8px;
        padding-right: 8px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

}

.iw-details .tinfo strong{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    color: #2a2a2a;
    font-size: 16px;
}

.iw-details .ib-text span{
    width: 20px !important;
    text-align: center;
    display: inline-block;
    font-size: 16px;
}

.iw-details .ib-text {
    float: left;
    width: 100%;
    color: #2a2a2a;
}

.iw-details img {
    width: 100%;
}


.google-map-container {
    position: relative;
    width: 100%;
    float: left;
}

.google-map-container .content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.google-map-container .box-parent {

}

.google-map-container .box {
    background-color: rgba(35, 110, 163, 0.9);
    color: #fff;
    width: 50%;
    height: 500px;
    margin-top: 75px;
    text-align: center;
    position: relative;
    padding-top: 45px;
    pointer-events: initial;
}

.google-map-container .box a {
    color: #fff;
}

.google-map-container .box-content {
    text-align: left;
    width: 60%;
    display: inline-block;
    display: none;
    margin: 0 auto;
}

.google-map-container .box-content[data-shop-info="1"] {
    display: inline-block;
}

.google-map-container .box-content .name {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 40px;
}

.google-map-container .address,
.google-map-container .phone,
.google-map-container .email {
    font-size: 19px;
}

.google-map-container .hours {
    text-align: left;
    font-size: 19px;
}

.google-map-container .hours .text {
    margin-top: 30px;
    margin-bottom: 5px;
}


.map-container {
    width: 1360px;
    margin: 0 auto;
}

.google-map-container {

}

.google-map-container .info-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    display: none;
}

.google-map-container .info-box .content-box {
    position: absolute;
    bottom: 0;
    width: 300px;
    margin-left: 20px;
    font-size: 12px;
    z-index: 500;
    background-color: #fff;
}

.google-map-container .info-box .content-box .info-box-content {
    padding: 10px;
}

#ibc2,
#ibc3,
#ibc4,
#ibc5{
    display:none;
}

.next-ibc{
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #145da0;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    display: none;
}

.prev-ibc{
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #145da0;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    display: none;
}

.google-map-container .info-box .content-box .info-box-content .name {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.google-map-container .info-box .content-box  .info-box-row span{
    width: 30px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
}

.google-map-container .info-box .content-box  .info-box-row p{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
}

.google-map-container .info-box .content-box img {
    width: 100%;
}

.google-map-container .info-box .content-box hr {
    margin-top: 5px;
    margin-bottom: 10px;
}

.google-map-container .info-box .content-box .btn {
    background: #145da0;
    border: 0;
    width: 85%;
    text-align: center;
    padding: 12px 0 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.contactsender .btn{
    background: #145da0;
    border: 0;
    width: 238px;
    text-align: center;
    padding: 12px 0 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.staticpages-view .recall{
    background: #145da0;
    border: 0;
    width: 238px;
    text-align: center;
    padding: 12px 0 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.google-map-container .info-box .content-box .close-map-info-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    transform: translate(50%, -50%);
    /*
    background-color: rgba(35, 110, 163, 0.9);
    border: 1px solid rgba(35, 110, 163, 0.9);
    */
    color: #145da0;
    cursor: pointer;
    transition: 0.3s;
}

.google-map-container .info-box .content-box .close-map-info-box:hover {
    /*
    border: 1px solid rgb(35, 110, 163);
    color: rgb(35, 110, 163);
    background-color: rgba(255, 255, 255, 0.9);
    */
}

.google-map-container .info-box .content-box a {
    color: #fff;
}

.google-map-container .info-box .content-box .directions-button {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 1px solid #fff;
    padding: 3px 4px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 10px;
    transition: 0.3s;
    border-radius: 3px;
}

.google-map-container .info-box .content-box .directions-button:hover {
    text-decoration: none;
    color: rgb(35, 110, 163);
    background-color: #fff;
}

#map {
    height: 500px;
    float: left;
    width: 100%;
}

.env-row {
    opacity: 0;
    height: 1px;
    overflow: hidden;
}

#pmodal .modal-dialog{
    width: 1000px;
    max-width: 96%;
}

#pmodal .modal-content{
    padding: 15px;
}

#pmodal .modal-content img{
    height: auto !important;
}


.btn-okplakat{
    float: right;
    border: 0;
    background: transparent;
    font-size: 30px;
    margin-top: -32px;
    margin-right: -23px;
    margin-bottom: -5px;
}


.btn-okplakat:hover {
    color: #145da0;
    background:transparent;
    border: 0;
}

#pmodal img{
    width: 100%;
}


@media (max-width: 768px) {

    #pmodal .modal-body {
        padding: 0 !important;
        font-size: 11px !important;
    }

    #pmodal .modal-content {
        padding: 10px !important;
    }

    #pmodal .modal-content p {
        margin-bottom: 5px !important;
    }

    .btn-okplakat {
        margin-top: -16px !important;
        margin-right: -11px !important;
    }

}

@media (max-width: 333px) {

    #pmodal .modal-body {
        padding: 0 !important;
        font-size: 9px !important;
    }

}

/* destroy pagination on map */
.google-map-container .content-box {
    width: 100% !important;
    height: unset !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    bottom: unset !important;
    top: 50% !important;
    text-align: center !important;
    margin-left: 0 !important;
    width: max-content !important;
}

.google-map-container .info-box {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    bottom: unset !important;
    top: 50% !important;
    height: unset !important;
    z-index: 99999 !important;

    width: max-content !important;

}

.google-map-container .content-box .info-box-content {
    display: inline-block;
    vertical-align: top;
    width: 250px !important;
    background-color: #fff !important;
    text-align: left !important;
    border-right: 2px solid #f8f8f8;
}

.google-map-container .info-box .content-box .info-box-row span {
    width: 20px
}

.prev-ibc, .next-ibc {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.modal {
    z-index: 99999;
}

.google-map-container .info-box .content-box .info-box-content .name {
    height: 80px !important
}


@media(max-width: 1599px) {
    .google-map-container .info-box{
       transform: translate(-50%, -50%) scale(0.8) !important;
    }

    .google-map-container .info-box .content-box .close-map-info-box {
        transform: translate(50%, -50%) scale(1.3);
    }
}

@media(max-width: 1199px) {
    .google-map-container .info-box{
       transform: translate(-50%, -50%) scale(0.7) !important;
    }

    .google-map-container .info-box .content-box .close-map-info-box {
        transform: translate(50%, -50%) scale(1.7);
    }
}

@media(max-width: 991px) {
    .google-map-container .info-box{
       transform: translate(-50%, -50%) scale(0.55) !important;
    }
}

@media(max-width: 767px) {
    .google-map-container {
        overflow: hidden;
    }
    .google-map-container .info-box{
       transform: translate(-50%, -50%)   !important;

    }

    .google-map-container .info-box,
    .google-map-container .content-box  {
        width: 100% !important;
    }

    .google-map-container .info-box .content-box .close-map-info-box {
        transform: translate(0, -50%);
        z-index: 999;
    }

    .google-map-container .content-box .info-box-content {
        width: calc(100% - 30px) !important;
        padding: 0 6px !important;
        margin-bottom: 2px;
        position: relative;
        border: 0 !important
    }

    .google-map-container .content-box .info-box-content p img {
        display: none !important
    }

    .google-map-container .info-box .content-box .info-box-content .name {
        margin:7px 0 2px 0 !important;
        font-size: 12px !important;
        height: unset !important
    }

    .google-map-container .info-box .content-box .info-box-row p {
        font-size: 12px !important;
    }

    .google-map-container .info-box .content-box .btn {
        padding: 6px 0 !important;
        font-size: 11px !important;
        width: 130px !important;
        position: absolute;
        right: 0;
        top: 53%
    }

    .google-map-container .info-box .content-box hr {
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }
}

.justify-content-center{
    justify-content: center;
}

.align-items-center{
    align-items: center;
}

.align-items-stretch{
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.d-flex{
    display: flex;
}

.flex-column{
    flex-direction: column;
}

.flex-wrap{
    flex-wrap: wrap;
}

.w-100{
    width: 100%;
}

.d-none{
    display: none;
}

.justify-content-between{
    justify-content: space-between;
}

.service-item:hover .icon-box{
    background: #7cc644;
    border: 6px solid #fff;
}

.service-active .icon-box{
    background: #7cc644;
    border: 6px solid #fff;
}

.service-active .icon-box img{
    filter: brightness(1000%);
}

.service-btn .service-item-title{
    height: fit-content;
}

.mobile-devider{
    background: #fff;
    height: 2px;
    width: 100%;
    display: none;
}

#contactaddresses{
    background: #145da0;
    width: 100%;
    padding: 50px 0;
    float: left;
}

.text-white{
    color: #fff !important;
}

.address-card .fas{
    color: #fff !important;
}

.address-card{
    border: 1px solid #fff;
    width: calc(50% - 10px);
    padding: 10px;
    border-radius: 5px;
}

.address-cards{
    gap: 20px;
}

.gap-7{
    gap: 7px !important;
}

.address-card .name {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-bottom: 5px;
}

.address-card .btn {
    background: #fff;
    color: #145da0;
    border: 2px solid #fff;
    width: 100%;
    text-align: center;
    padding: 6px 0 6px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    font-size: 15px;
}

.address-card .btn:hover{
    color: #fff;
    background: #7cc644;
}

.devider{
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 35px 0;
}

.address-main-title{
    font-weight: 700;
    margin-bottom: 25px;
}

@media(max-width: 1199px){
    .address-cards{
        justify-content: center;
    }
}

@media(max-width: 767px){
    .service-head{
        display: initial !important;
    }

    .mobile-devider.appear{
        display: block;
        margin-bottom: 35px;
    }
}

.navbar-brand img, .contact-address-image{
    max-height: 175px;
    width: auto;
    background: #fff;
}

.footer-logo{
    max-height: 211px;
    width: auto;
    background: #fff;
}

@media(max-width: 768px){
    .navbar-brand img{
        max-height: 92px;
    }
    .footer-logo{
        max-height: 120px;
        width: auto;
    }
}

@media(max-width: 992px){
    .fnav-row .nav{
        flex-direction: column;
    }
}


@media(max-width: 500px) {
    .address-card {
        width: 100%;
    }
    .address-main-title {
        font-size: 26px;
    }
}
#intranet-login-form{
    margin-top: 25px;
}
.intranet-login .form-group{
    width: 100%;
    max-width: 350px;
}
.intranet-btn{
    border-radius: 5px;
    background: #145da0;
    border: 1px solid #145da0;
    color: #fff;
    transition: all .3s ease-in-out;
    padding: 10px;
}
.intranet-btn:hover{
    color: #145da0;
    background: #fff;
}

.intranet-documents h1{
    font-weight: 700;
    margin: 0;
}
.document-header{
    margin: 25px 0;
    gap: 15px;
}

.intranet-documents{
    padding-bottom: 30px;
}

.documents-container{
    gap: 25px;
}

.doc-download{
    transition: all .3s ease-in-out;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background: #145da0;
    border: 2px solid #145da0;
    padding: 10px;
    border-radius: 10px;
    gap: 10px;
    width: calc(33% - 15px);
}

.doc-download span{
    font-size: 14px;
    line-height: 17px;

    max-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.doc-download svg{
    min-width: 25px;
}

.doc-download:not(.pdf) path{
    transition: all .3s ease-in-out;
    fill: #fff;
    stroke: #fff;
}

.doc-download.pdf path{
    transition: all .3s ease-in-out;
    fill: #fff;
}
.doc-download:not(.pdf):hover path,.doc-download:not(.pdf):focus path{
    fill: #145da0;
    stroke: #145da0;
}
.doc-download.pdf:hover path,.doc-download.pdf:focus path{
    fill: #145da0;
}

.doc-download:hover, .doc-download:focus{
    color: #145da0;
    background: #fff;
    text-decoration: none;
}

@media(max-width: 768px){
    .intranet-documents h1{
        font-size: 30px;
    }
}

@media(max-width: 568px){
    .intranet-documents h1{
        font-size: 25px;
    }
}
@media(max-width: 414px){
    .document-header{
        flex-wrap: wrap;
    }
    .document-header a{
        margin-left: auto;
    }
}

.staticpages-search-fields
{
    margin-bottom: 20px;
    width: 300px;
    margin-left: auto;
}