body {
    background-attachment: fixed;
    background-color: rgb(255 255 255 / 60%);
    background-blend-mode: saturation;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 10px;
}

.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.card-title {
    font-weight: 600;
    font-size: 18px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.page img {
    width: 100%;
}

/* Header */
.header {
    background-color: #337ab7;
    padding: 20px 0;
}
.header__symbol {
    width: 100px;
}
.header__name {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.header__content {
    display: flex;
}
.header__title-box {
    padding-left: 20px;
    padding-top: 15px;
}

.lang-link {
    transition: all 0.6s ease;
    color: #fff;
    font-size: 42px;
}
.lang-link:hover {
    filter: brightness(120%);
    text-decoration: none;
    color: #0a0a0a;
}
.lang-img {
    width: 40%;
}

.select-lang__link {
    text-decoration: unset;
    padding: 10px;
    background: #33b5e5;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    color: #fff;
    font-size: 16px;
}
.select-lang__link:hover {
    text-decoration: unset;
    color: #fff;
    opacity: 0.8;
}
.select-lang__link:focus {
    text-decoration: unset;
    color: #fff;
    opacity: 0.8;
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.main-menu__item-wrapper {
    width: 100%;
}
.main-menu__item-link {
    text-decoration: unset;
}
.main-menu__item-link:hover {
    text-decoration: unset;
}
.main-menu__item {
    padding-top: 36px;
    padding-bottom: 36px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.25)!important;
    background: #33b5e5;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
.main-menu__item:hover {
    opacity: 0.8;
}
.main-menu__item:focus {
    opacity: 0.8;
}

/* Employee */
.employee-list__item-wrapper {
    width: 100%;
}
.employee-list__item-link {
    text-decoration: unset;
}
.employee-list__item-link:hover {
    text-decoration: unset;
}
.employee-list__item {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.25)!important;
    background: #33b5e5;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
.employee-list__item:hover {
    opacity: 0.8;
}
.employee-list__item:focus {
    opacity: 0.8;
}
.employee-list__item span {
    text-transform: lowercase;
}
.employee-card__info-wrapper {
    display: flex;
}
.employee-card__image-wrapper {
    width: 25%;
}
.employee-card__image {
    width: 100%;
}
.employee-card__info {
    margin-left: 20px;
}
.employee-card__full-name {
    font-size: 28px;
}
.employee-card__position {
    font-size: 18px;
    margin-top: 5px;
}
.employee-card__cabinet {
    font-size: 18px;
}

/* Buttons */
.buttons-group {
    display: flex;
    margin-bottom: 20px;
}
.go-home-button__link {
    text-decoration: unset;
}
.go-home-button__link:hover {
    text-decoration: unset;
}
.go-home-button {
    padding: 20px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.25)!important;
    background: #33b5e5;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
    margin-right: 10px;
}
.go-home-button:hover {
    opacity: 0.8;
}
.go-home-button:focus {
    opacity: 0.8;
}
.back-button__link {
    text-decoration: unset;
}
.back-button__link:hover {
    text-decoration: unset;
}
.back-button {
    padding: 20px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.25)!important;
    background: #33b5e5;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
.back-button:hover {
    opacity: 0.8;
}
.back-button:focus {
    opacity: 0.8;
}

.employee-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.history__name {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.history__content {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 20px;
    text-align: justify;
}

.our-services__name {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.our-services__content {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 20px;
}

.insurance__name {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.insurance__content {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 20px;
    text-align: justify;
}

.direction-img {
    width: 100%;
}
.direction__name {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.direction__content {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 20px;
}
.direction__item {
    display: inline-block;
}
.direction__image-wrapper {
    float: left;
    padding: 0 30px 10px 0;
}
.direction__image {
    width: 250px;
}

#map {
    width: 100%;
    height: 600px
}
.map-list-wrapper {
    height: 600px;
    overflow-y: scroll;
}
.map-item__name {
    font-weight: 600;
}

.chat-box, .instagram-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
    width: auto;
    height: auto;
    position: fixed;
    z-index: 999999999999999;
    bottom: 80px;
    right: 0;
    padding: 5px;
    margin: 0;
}
.instagram-box {
    bottom: 200px;
}
.whatsapp-button, .instagram-button {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100px;
    height: 100px;
    z-index: 999999999;
    transition: .3s;
    margin: 10px;
    padding: 7px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 7px 25px -2px rgba(68, 68, 68, 0.28);
}
.icon-whatsapp {
    width: 82px;
    height: 82px;
}

.instagram-button {
    box-shadow: unset;
    background-color: unset;
}
.icon-instagram {
    width: 86px;
    height: 86px;
}


.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}
.twitter {
    background: #55ACEE;
    color: white;
}
.google {
    background: #dd4b39;
    color: white;
}
.instagram {
    background: #9033b7;
    color: white;
}
.youtube {
    background: #bb0000;
    color: white;
}
.content {
    margin-left: 75px;
    font-size: 30px;
}

.content-wrapper > .content {
    font-size: inherit;
}

@media screen and (max-width: 1200px) {
    .header__name {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .header__title-box {
        padding-left: 10px;
        padding-top: 0;
    }

    .director-img {
        width: 50%;
    }
    .zam-img {
        width: 50%;
    }

    .header__name {
        font-size: 12px;
    }
    .header__lang {
        text-align: center;
        width: 40%;
    }
    .select-lang__link {
        text-align: center;
        display: block;
        width: 100%;
    }
    .header__symbol {
        margin-top: -6px;
    }
    .go-home-button, .back-button {
        font-size: 14px;
    }
    .studio-text {
        float: left !important;
    }

    .whatsapp-button {
        width: 50px;
        height: 50px;
    }
    .instagram-button {
        width: 55px;
        height: 66px;
    }
    .icon-whatsapp {
        width: 37px;
        height: 37px;
    }
    .icon-instagram {
        width: 44px;
        height: 44px;
    }

    .employee-card__position {
        font-size: 14px;
    }

    .employee-card__full-name {
        font-size: 20px;
        font-weight: 600;
    }

    .wrap > .container {
        padding: 26px 20px 70px;
    }

    .employee-list__item {
        padding: 26px;
        font-size: 16px;
    }

    .main-menu__item {
        padding: 24px 0;
        font-size: 20px;
    }
    .map-item {
        font-size: 12px;
    }
    #map {
        height: 200px;
    }

    .instagram-box {
        bottom: 135px;
    }
}