/* TOOLBAR */

.tm-toolbar #module-90 .uk-subnav > * > :first-child{
    font-size: 14px;
    font-weight: 600;
    margin-top: 3px;
}

.tm-toolbar-default .uk-subnav > .uk-active > a{
    color: #FFF;
}
.tm-toolbar-default {
    background: #e42313;
}

.mod-languages li{
	padding-left: 0px;
}
.mod-languages a{
    display: none !important;
    background: rgba(255,255,255,0.8);
    color: #e42313 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 1px 10px;
    margin-top: 4px;
}
.mod-languages li.uk-active a{
    background-color: #0f4284 !important;
	color: white !important;
}

#offcanvasSwitcher .mod-languages a{
    color: #0f4284 !important;
}

/* NAVBAR */

.uk-navbar-nav{
    margin-top: 25px;
}
.uk-navbar-toggle-icon{
    margin-top: 10px;
}

.uk-navbar-toggle-icon > svg{
    width: 27px;
}
.uk-navbar-toggle-icon > svg > rect{
    rx: 1px;
    ry: 1px;
}


/* HOME */

.homeBox > a{
    border-radius: 30px;
}

.uk-iconnav-vertical > * {
    padding-top:0;
}

#tm-dialog-mobile .uk-iconnav.uk-tab:before,
#tm-dialog-mobile .uk-iconnav.uk-tab > * > a {
    border:none;
}
#tm-dialog-mobile .uk-iconnav.uk-tab > * > a {
    padding: 25.9px 10px;
}

#tm-dialog-mobile .uk-iconnav.uk-tab{
    margin-top: 50px;
    position: relative;
    overflow:hidden;
    z-index:0;
    --i:0;
}
#tm-dialog-mobile .uk-iconnav.uk-tab:before{
    content: "";
    background-color: #0f4284;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 20px;
    top:calc( var(--i) * 78px);
    left: 15px;
    border-radius: 500px;
    z-index: -1;
    transition:.3s ease-in-out;
    margin-top: 11px;
    margin-bottom: 11px;
}
.uk-offcanvas-close{
    top: 62px;
}
.uk-offcanvas-close > svg{
    width: 23px;
}
.uk-offcanvas-close > svg > *{
    stroke-width: 2px;
}

@media(max-width:450px){
    .mobRightContent{
        padding-left: 20px;
        padding-right: 20px;
    }
    .mobLeftContent{
        width: 65px !important;
    }

    #tm-dialog-mobile .uk-iconnav.uk-tab::before {
        width: 46px;
        height: 46px;
        left: 10px;
        top:calc( var(--i) * 68px);
    }
    #tm-dialog-mobile .uk-iconnav.uk-tab > * > a {
        padding: 21.4px 10px;
    }
    .uk-offcanvas-close{
        top: 12px;
        right: 20px;
    }
    .mobRightContent .rsform-block-legal{
        font-size: 12px;
    }
}
/* LINK PANEL CARD */


.linkPanelCard{
    border: 1px solid #1a7fdd;
    transition: all 0.4s;
}
.linkPanelCard .el-image{
    border-left: 1px solid #1a7fdd;
    color: #1a7fdd;
}
.linkPanelCard .el-title{
    margin-left:50px;
    text-transform:uppercase;
}
@media(max-width:450px){
    .linkPanelCard .el-image{
        width: 50px;
    }
    .linkPanelCard .el-title{
        margin-left:20px;
        margin-right:10px;
        font-size:14px;
    }
}
.linkPanelCard:hover{
    background-color: #1a7fdd;
}
.linkPanelCard:hover .el-title,
.linkPanelCard:hover .el-image{
    color: white !important;
}



/* ABONAMENTS INFO PARKINGS */

@media(max-width:640px){
    .abonamentsInfo .uk-tile{
        background:transparent;
        padding:0;
    }
}