/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 11, 2021, 10:50:33 AM
    Author     : User
*/

/*********** Switch-Langs *******/
.switch-langs{
    display: inline-block !important;
    float:left;
    margin-top:7px;
}
.switch-langs .btn{
     background: transparent;
}
.switch-langs .dropdown-menu {
    left: -15px;
    right: auto;
    min-width: 80px;
    text-align:center;
}

@media screen and (min-width:768px) {
    .oi_footer_widgets_holder .col-sm-pull-6{
        right: -50% !important;
    }
}