
/*begin colors*/

.logo > * {
    fill: #ffffff;
}
.uk-navbar-sticky .logo > * {
    fill: #000000;
}

/*.uk-subnav > li:not(.uk-active),*/
.grey-bg {
    background-color: #fafafa!important;
}

.white-bg {
    background-color: #ffffff;
}

.black-bg {
    background: #000;
    color: rgba(255,255,255,0.85);
}

.new > .current_page_item_stroke {
    border: solid 1px #ff0066;
}

.bg-new,
.new > .current_page_item_stroke:hover {
    background-color: #ff0066;
}


.new > .current_page_item
{
    color: #ff0066;
}


.basel > .current_page_item,
.hover-basel:hover a
{
    color: #ff0066;
}

.bg-basel,
.bg-basel ::selection {
    background-color: #ff0066;
}

.new-york > .current_page_item,
.hover-new-york:hover a
{
    color: #3366ff;
}

.bg-new-york,
.bg-new-york ::selection{
    background-color: #3366ff;
}

.miami > .current_page_item,
.miami-beach > .current_page_item,
.hover-miami-beach:hover a
{
    color: #f5eb12;
}


/*
.bg-basel .uk-navbar-dropdown-nav > li:hover a

{
    color: #ff0066;
}

.bg-new-york .uk-navbar-dropdown-nav > li:hover a {
    color: #3366ff;
}

 */


.bg-miami-beach,
.bg-miami-beach ::selection{
    background-color: #f5eb12;
}

.fill-miami-beach {
    /*fill: #F5EB12!important;*/
}




.greyscale {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -webkit-filter: url(#greyscale);
    filter: grayscale(100%);
    filter: url(#greyscale);
    /*
            -moz-filter: grayscale(1);
            -moz-filter: grayscale(100%);
            -moz-filter: url(#greyscale);
    */

}



/*end colors*/


