/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (min-width: 1200px) { 

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	
}


/* Task https://app.asana.com/0/1202175817905874/1202839978478273 08/11/22 */

#gtranslate_wrapper{
	top: 50%;
    transform: rotate(270deg);
    bottom: 100% !important;
    left: -82px !important;

    transition: all 0.8s ease;
}

#gtranslate_wrapper.open_gtranslate_wrapper{
	top: 50%;
    transform: rotate(360deg) translate(0, -82px);
    bottom: 100% !important;
    left: 0 !important;
}

.switcher{
    border: 2px solid #3c7cbf !important;

    text-transform: uppercase;
}


.switcher:hover{
    border-color: #4a4f53 !important;
}

.switcher .selected a{
    background: #3c7cbf !important; 
    border-color: #3c7cbf !important;
    font-weight: 700;
    color: white !important;
}

.switcher .selected a:hover {
    color: #4a4f53;
    background: white !important; 
    border-color: white !important;
    color: #4a4f53 !important;
}

/* End task https://app.asana.com/0/1202175817905874/1202839978478273 08/11/22 */