
/* core xtra style */
nav div #navbarSupportedContent {
    height: 38px !important;
}
.header_icon.xtra {
    width: 70px;
}
.google-ads-mobile-container {
    display: none;
}

@media (max-width: 600px) {
    .google-ads-container {
        display: none;
    }

    .google-ads-mobile-container {
        display: block;
    }
}

section.pink_bg>.container>.row>.width-mobile>.row>div:first-child {
    display: none !important;
}

.radio-logo {
    width: 45px;
    margin-right: 15px;
}

.radio-logo.small {
    width: 23px;
    margin-right: 25px;
    margin-left: 10px;
}
button:focus {
    outline:none !important;
}
button.search-submit {
    position: relative;
    height: 35px;
    width: 35px;
}
button.search-submit.opened:before {
    content: '\f057';
    position: absolute;
    top: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
}
button.search-submit.opened > svg {
    opacity: 0;
}