﻿/*


*/

.ul-language {
    list-style: none;
    position: absolute;
    right: 0px;
}
.ul-language li{
    float:left;
}
.ul-language li a{
    color:#000;
}
.ul-language .li-font{
    width:20px;
}
.ul-language .font-small{
    font-size:8pt;
    line-height:30px;
}
.ul-language .font-normal{
    font-size:11pt;
    line-height:27px;
}
.ul-language .font-large{
    line-height:25px;
}
.ul-language .li-lang{
    width:25px;
}
.ul-language .li-space{

}
.ul-language .font-active a,
.ul-language .lang-active a{
    border-bottom:solid 1px #000;
}
.cta h4 {
    color: #fff;
}
.mobile-show {
    display: none;
}
.mobile-hide {
    display:block;
}
.mobile-nav-toggle {
    display:none;
}
/*===============Mobile Css=================*/
@media screen and (max-width: 991px) {
    .navbar-mobile ul {
        padding-left:10px;
    }
    .mobile-nav-toggle {
        display: block;
    }
    .mobile-nav-toggle.bi-x {
        position: absolute;
        z-index: 999999;
        right: 0;
    }
    .mobile-show {
        display:block;
    }
    .mobile-show a {
        display: inline;
        padding: 10px;
    }
    .mobile-show a.active {
        text-decoration: underline;
    }
    .mobile-show span {

    }
    .mobile-hide {
        display:none;
    }
    .ul-language {
        display:none;
    }
}