/*.services-container.services-style-1{*/
/*    padding-bottom: 100px;*/
/*}*/
body {
    font-family: 'EB Garamond', serif;
    font-size: 18px !important;
}

/*SERVICE CONTAINER*/
.services-container .service-item .title {
    margin-bottom: 0;
}


.services-container.services-style-1 .service-item{
    height: 50px;
    display: flex;
    align-items: center;
}

#single-post--container {
    padding-top: 80px;
}
/*LIST*/
ul.list-1 li {
    height: auto;
    min-height: 60px;
}

ul.list-2 li {
    height: auto;
    min-height: 80px;
}

.services-container.services-style-1 .service-item .inner {
    padding-left: 30px;
}

/*PARTNERS STYLE*/
.bx-wrapper img {
    filter: grayscale(1);
}

.home .s-partners.partners-style-2{
    background-color: #fff;
    padding-top: 60px;
}

/*TEAM*/
.team-img-background {
    background-color: #f7f7f7;
}

/* TOOLTIP CONTAINER */
.tooltip {
    position: relative;
    display: inline-block;
}

/* TOOLTIP TEXT */
.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 7px 10px;
    border-radius: 10px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 100%;
    margin-left: -35px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* TOOLTIP ARROW */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 12%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip .tooltiptext.phone::after {
    left: 19%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

figure img.img-size-center {
    width: 65% !important;
    height: auto !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
}

/*BUTTONS*/
.control-btn.control-btn-style-2:hover {
    border-color: #647185;
    color: #647185;
}

.s-partners.partners-style-2 .bxslider-container{
    border: 0px solid #fff;
}

/*COUNTERS-CONTAINER*/
.counters-container.counters-style-1 {
    border: 5px solid #c1aa81;
    padding: 25px 15px 25px;
    text-align: center;
}

/*MOBILE-MENU*/
@media only screen and (max-width: 768px) {
    #header-logo {
        width: 170px !important;
    }
}

/*ICON*/
.ico-services {
    margin-left: -75px;
    width: 60px;
    color: #c2aa81;
}

/*FOOTER*/
div.footer-item i{
    margin-right: 10px;
}

#footer .list i {
    margin-top: 6px;
}

/*CONDITION-TEXT-STYLE*/
.text-style p {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: #5c5c5c;
}

.text-style ul {
    margin-left: 20px;
    list-style: inside!important;
}
text-style li {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: #5c5c5c;
}

/* ICONS */
a.icon-facebook:hover {
    color: #c1aa81 !important;
}

a.icon-instagram:hover {
    color: #c1aa81 !important;
}

/*NEWS*/

.practices-item .img-wrap{
    background: url("#") center center no-repeat;
    background-size: cover;
    height: 265px;
    width: 100%;
}

#headline-text {
    font-size: 18px;
}

#navigation li a {
    font-size: 18px;
}

/*LANGUAGE SWITCHER*/

#navigation {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.lan-nav {
    height: 30px;
    width: 100px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: start;
    justify-content: center;
}

.lang-wrapper {
    width: 100px;
    position: relative;
    padding-left: 10px;
}

.lan-nav a.active {
    filter: none;
}

.lan-nav a {
    filter: grayscale(1);
}

.lan-nav .lan-flag {
    display: inline-block;
    width: 25px;
    height: 17px;
    background: #aaa;
    position: relative;
    top: 2px;
    overflow: hidden;
    margin-right: 5px;
    padding: 0;
}

.lan-nav .flag-sk {
    background-image: url('https://www.countryflagicons.com/FLAT/64/SK.png');
    background-size: cover;
    background-position: center center;
}

.lan-nav .flag-us {
    background-image: url('https://www.countryflagicons.com/FLAT/64/GB.png');
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 767px){

    #navigation {
        align-items:center;
        flex-direction: column;
        margin: 0 auto;
    }

    #navigation::before {
        display: none;
    }

    .lang-wrapper {
        margin: 0;
        padding: 0;
    }

    .lan-nav {
        margin-top: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .v-align {
        margin-top: 35px;
    }
}