@font-face {
    font-family: Gotham;
    font-weight: normal;
    src: url('/5.0.5/includes/fonts/Gotham/gotham-book.eot');
    src: url('/5.0.5/includes/fonts/Gotham/gotham-book.eot?#iefix') format('embedded-opentype'),
    url('/5.0.5/includes/fonts/Gotham/gotham-book.woff2') format('woff2'),
    url('/5.0.5/includes/fonts/Gotham/gotham-book.woff') format('woff'),
    url('/5.0.5/includes/fonts/Gotham/gotham-book.ttf') format('truetype');
}

@font-face {
    font-family: Gotham;
    font-weight: 500;
    src: url('/5.0.5/includes/fonts/Gotham/gotham-medium.eot');
    src: url('/5.0.5/includes/fonts/Gotham/gotham-medium.eot?#iefix') format('embedded-opentype'),
    url('/5.0.5/includes/fonts/Gotham/gotham-medium.woff2') format('woff2'),
    url('/5.0.5/includes/fonts/Gotham/gotham-medium.woff') format('woff'),
    url('/5.0.5/includes/fonts/Gotham/gotham-medium.ttf') format('truetype');
}

@font-face {
    font-family: Gotham;
    font-weight: 700;
    src: url('/5.0.5/includes/fonts/Gotham/gotham-bold.eot');
    src: url('/5.0.5/includes/fonts/Gotham/gotham-bold.eot?#iefix') format('embedded-opentype'),
    url('/5.0.5/includes/fonts/Gotham/gotham-bold.woff2') format('woff2'),
    url('/5.0.5/includes/fonts/Gotham/gotham-bold.woff') format('woff'),
    url('/5.0.5/includes/fonts/Gotham/gotham-bold.ttf') format('truetype');
}

body {
    font-family: 'Gotham', Arial, sans-serif;

    background-color: #f8f8f8;
}

body.rotate {
    -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
            transition: all 1s ease;
}

body.rotate:hover {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

a,
a:visited,
a.link-primary,
a.link-primary:visited {
    color: #444;
}

a:hover,
a.active,
a:active,
a.active:hover,
a.link-primary:hover {
    color: #df1b12;
}

.public-sub a {
    color: #fff;
}

.update {
    background: #f1f1f2;
}

.scrollup,
span.label,
.bg-primary,
.update.info,
a.action-btn.blue,
.stage-btn.primary,
ul.badges li a span,
span.action-btn.blue,
button.action-btn.blue,
ul li > a > span.count,
.stage-btn.btn-primary,
a.action-btn.blue:hover,
.wf-wrapper .btn-primary,
span.action-btn.blue:hover,
ul.auto-complete li.active a,
button.action-btn.blue:hover,
ul.ui-autocomplete li.active a,
ul.group-btns.blue li a.group-btn,
.cta-main-container li a.cta-main,
ul.ui-autocomplete .ui-state-focus,
.filter-tags a.tag span.searchCount,
.progress-current.current .stage-number,
ul.group-btns.blue li a.group-btn:active,
#briefingroom-modal-container .btn-primary,
.page-component .content nav ul li.active > a,
.nav-bar-search .nav-bar-searchbox ul li a span,
.brand-holder a.thumbnail span.has-options.blue,
#image_upload > .upload-container nav.edit h4 p,
.collection-navigation ul li.dropdown.active ul li.active a,
.cta-main-container ul.cta-dropdown li .switch-holder.active {
    color: #555;

    border-color: #f1f1f2;
    background-color: #f1f1f2;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

a.action-btn.blue:hover,
span.action-btn.blue:hover,
button.action-btn.blue:hover,
.wf-wrapper .btn-primary:hover,
.wf-wrapper .btn-primary:focus,
.wf-wrapper .btn-primary:active,
.wf-wrapper .btn-primary.active,
.cta-main-container a.cta-main:hover,
ul.group-btns.blue li a.group-btn:hover,
.wf-wrapper .open .dropdown-toggle.btn-primary,
#briefingroom-modal-container .btn-primary:hover,
#briefingroom-modal-container .btn-primary:focus,
#briefingroom-modal-container .btn-primary:active,
#briefingroom-modal-container .btn-primary.active,
#briefingroom-modal-container .open .dropdown-toggle.btn-primary {
    color: #fff;

    border-color: #df1b12;
    background-color: #df1b12;
}

.update .notification h1 {
    color: #fff;
}

#custom-support-form-button,
.atlwdg-trigger.atlwdg-SUBTLE,
.atlwdg-trigger.atlwdg-SUBTLE:hover {
    color: #fff !important;

    background-color: #df1b12 !important;

    cursor: pointer;
}

/* =================================
               Header
   ================================= */
header.base {
    right: 0;
    left: 0;

    max-width: 1260px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

header > .admin-bar {
    height: 30px;

    background-color: #fff;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

a.admin-bar-logo {
    height: 30px;

    background-image: url(/5.0.5/includes/img/common/logo-bynder-black.png);
}

ul.badges li > a {
    color: #ccc;
}

ul.badges li > a:hover {
    color: #666;
}

ul.admin-options > li > a,
.unit-switch-container > a.unit-dropdown {
    color: #808080;
}

ul.admin-options > li:hover > a,
.unit-switch-container a.unit-dropdown:hover,
ul.badges > li.active > a,
.unit-switch-container.show a.unit-dropdown,
.unit-switch-container.show a.unit-dropdown:hover {
    color: #3f3f3f;

    background-color: transparent;
}

.nav-bar-search .nav-bar-searchbox {
    top: 40px;
}

.nav-bar-search .nav-bar-searchbox:before {
    position: absolute;
    top: -11px;
    left: 10px;

    border-width: 5px 8px 5px 8px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent;

    content: '';
}

ul.badges > li > div.activity-dropdown h2:before {
    position: absolute;
    top: -13px;
    right: 50%;

    margin-right: -10px;

    border-width: 5px 8px 5px 8px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent;

    content: '';
}

.nav-bar-search {
    margin-top: 3px;
}

.nav-bar-search input.search {
    height: 18px;

    line-height: 18px;

    border: 1px solid #eaeaea;
}

.nav-bar-search.dashboard-search input.search::-webkit-input-placeholder {
    font-size: 17px;
}

.nav-bar-search.dashboard-search input.search:-moz-placeholder {
    font-size: 17px;
}

.nav-bar-search.dashboard-search input.search::-moz-placeholder {
    font-size: 17px;
}

.nav-bar-search.dashboard-search input.search:-ms-input-placeholder {
    font-size: 17px;
}

.nav-bar-search.dashboard-search input.search::placeholder {
    font-size: 17px;
}

ul.badges li > a,
ul.admin-options > li > a,
.unit-switch-container > a.unit-dropdown {
    padding: 0 15px;
}

ul.admin-options > li > div.admin-dropdown:after {
    border-color: transparent transparent #444 transparent;
}

ul.admin-options > li > div.admin-dropdown {
    top: 30px;

    padding: 0;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), to(#555));
    background-image:    -moz-linear-gradient(top, #444 0, #555 100%);
    background-image: -webkit-linear-gradient(top, #444 0, #555 100%);
    background-image:         linear-gradient(to bottom,#444 0,#555 100%);
}

ul.admin-options > li > div.admin-dropdown ul.single li.sub div.admin-dropdown-sub {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), to(#555));
    background-image:    -moz-linear-gradient(top, #444 0, #555 100%);
    background-image: -webkit-linear-gradient(top, #444 0, #555 100%);
    background-image:         linear-gradient(to bottom,#444 0,#555 100%);
}

ul.admin-options > li > div.admin-dropdown ul.single li.sub:hover:after,
ul.admin-options > li > div.admin-dropdown ul.single li.sub.hover:after,
ul.admin-options > li > div.admin-dropdown ul.single li.sub.noHover.hover:after,
ul.admin-options > li > div.admin-dropdown ul.single li.sub.noHover.hover:hover:after {
    border-left-color: #444;
}

ul.admin-options > li > div.admin-dropdown ul.single li.logout {
    border-top: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background: #444;
}

ul.admin-options > li > div.admin-dropdown ul.single li a.admin-option,
ul.admin-options > li > div.admin-dropdown ul.single li.sub div.admin-dropdown-sub ul.single-sub li a.admin-option-sub {
    color: #c3c3c3;
}

ul.admin-options > li > div.admin-dropdown ul.single li.sub div.admin-dropdown-sub ul.single-sub li a.admin-option-sub:hover {
    color: #fff;
}

ul.admin-options > li > div.admin-dropdown ul.single li a.admin-option:hover,
ul.admin-options > li > div.admin-dropdown ul.single li.sub div.admin-dropdown-sub ul.single-sub li a.admin-option:hover {
    color: #fff;
}

ul.admin-options > li > div.admin-dropdown li a i.fa {
    color: #df1b12;
}

header .nav-bar {
    color: rgb(51, 51, 51);

    border-width: 0 0 1px;
    border-bottom: 1px solid #eaeaea;
    -webkit-border-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(221,221,221,0)), color-stop(20%, #ddd), color-stop(80%, #ddd), to(rgba(221,221,221,0))) 1;
    -webkit-border-image: -webkit-linear-gradient(right, rgba(221,221,221,0) 0, #ddd 20%, #ddd 80%, rgba(221,221,221,0) 100%) 1;
       -moz-border-image:    -moz-linear-gradient(left,rgba(221,221,221,0) 0,#ddd 20%,#ddd 80%,rgba(221,221,221,0) 100%) 1;
            border-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(221,221,221,0)), color-stop(20%, #ddd), color-stop(80%, #ddd), to(rgba(221,221,221,0))) 1;
            border-image:         linear-gradient(to left,rgba(221,221,221,0) 0,#ddd 20%,#ddd 80%,rgba(221,221,221,0) 100%) 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.952941);
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-font-smoothing: antialiased;;
}

header > .nav-bar > a.account-logo {
    margin-top: 25px;
}

header > .nav-bar > a.account-logo img {
    max-height: 30px;
}

.nav-bar .nav-main a {
    height: 60px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    text-transform: uppercase;

    border: 0;

    -webkit-transition: border-width 0.1s ease-in-out;
       -moz-transition: border-width 0.1s ease-in-out;
            transition: border-width 0.1s ease-in-out;
}

.nav-bar .nav-main a:hover,
.nav-bar .nav-main a.active,
.nav-bar .nav-main a.active:hover {
    font-weight: bold;
    color: #444;

    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.nav-bar .nav-main a:hover {
    color: #df1b12;
    font-weight: normal;
}

.nav-bar .nav-main a i.fa {
    display: none;
}

.nav-bar .nav-main a.active {
    color: #df1b12;
    font-weight: 500;
    border: 0;
}

.hidden-nav ul {
    min-width: 220px;
}

.nav-bar .nav-main .hidden-nav ul li a {
    display: block;
    height: 40px;
    margin-right: 0;
}

.cta-main-container li a.cta-main {
    border-radius: 22px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cta-main-container li:only-of-type a.cta-main {
    border-radius: 22px;
}

.cta-main-container a.cta-main.cta-dropdown-trigger  {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}

header > .tool-bar {
    background-color: #f1f1f2;
}

.filters > li.filter > a {
    text-transform: uppercase;
}

.filters > li.active .filter-level-container.advanced {
    width: 920px;
}

.advanced .filter-level {
    min-width: 300px;
}

.advanced .filter-level.third {
    border-right: none;
} 

.filter-level li .action-btn.btn-append {
    border: 1px solid #cdcdce;
    border: 1px solid rgba(0,0,0,0.15);
}

.filter-level ul.stand li label {
    line-height: 17px;
}

.filter-level li span.orientation-icon.landscape,
.filter-level li span.orientation-icon.square {
    margin-bottom: 7px;
}

.filter-level li span.orientation-icon.portrait {
    margin-bottom: 2px;
}

.filter-level ul.stand span.searchCount {
    margin: 4px 0 5px 0;
}

.filter-level li > a > span,
.filter-level li label span.searchSelected,
.filter-level li label span.searchCount,
.filter-level-container.advanced li > span {
    line-height: 16px;
}

ul.group-btns.blue li a.group-btn {
    margin-right: 5px;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

ul.group-btns li.active a.group-btn,
.media-results span.selected-results {
    color: #fff;

    background-color: #df1b12;
}

.filterbar {
    top: 150px;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 1260px;
    height: auto;
    min-height: 42px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    background-color: #f1f1f2;

    opacity: 1;
}

/* =================================
              Collections
   ================================= */
.content-container.collections {
    padding-top: 110px;
}

.content-container.collections .collections-container {
    right: 0;
    left: 0;

    max-width: 1260px;
    margin: 0 auto;
    padding-left: 280px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    background-color: #fff;
}

.collection-navigation {
    left: 50%;

    margin-left: -610px;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

#single-collection-top {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    color: #c3c3c3;

    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), to(#555));
    background-image:    -moz-linear-gradient(top, #444 0, #555 100%);
    background-image: -webkit-linear-gradient(top, #444 0, #555 100%);
    background-image:         linear-gradient(to bottom,#444 0,#555 100%);
    background-repeat: repeat-x;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF555555', GradientType=0);
}

#single-collection-top h1 {
    max-width: 890px;
}

#single-collection-top > h1 > a {
    color: #fff;
}

#collection-detail {
    left: auto;

    background-color: #fff;
}

.media-tools > .media-tools-right {
    margin-right: 25px;
}

#single-collection-top .cta-main-container a.action-btn {
    -webkit-border-radius: 22px;
       -moz-border-radius: 22px;
            border-radius: 22px;
}

.single-collection time:before {
    color: #df1b12;

    content: '>';
}

@media screen and (max-width: 1260px) {
    .collection-navigation {
        left: 0;

        margin-left: 25px;
    }
}

/* =================================
                 Media
   ================================= */
#media-container.content-container.ui-selectable {
    max-width: 1260px;
    margin: 0 auto;
    padding: 180px 0 50px 25px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}

#media-container.content-container.mapview.ui-selectable {
    margin: 162px auto 25px auto;
    padding: 0 0 0 25px;
}

.media-tools {
    margin-right: 25px;
}

.media-holder,
.hidden-gridfix {
    margin-right: 21px;
}

.media-holder .thumbnail {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.media-holder .thumbnail .image-holder.transparent {
    background: transparent;
}

.media-holder .thumbnail:hover,
.ui-selecting .thumbnail {
    border-color: #f1f1f2;
}

.media-holder.active .thumbnail {
    border-color: #df1b12;
    border-width: 1px;
}

.media-holder .thumbnail .select {
    background-image: url(/5.0.5/includes/img/account/tomtom/select-2.png);
}

#image_enlarger > figure img.detail-image {
    background: transparent url(/5.0.5/includes/img/account/spotify/bg-png.png);
}

body > .content-container {
    width: 100%;
    max-width: 1260px;
    min-height: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    background-color: #fff;
}

.content-container .media-tools {
    margin-top: 80px;
}

/* =================================
               Dashboard
   ================================= */
.dashboard .content-container.dashboard {
    max-width: 1260px;
    margin-bottom: 75px;
    padding: 110px 0 0 0;
}

.collection-stream {
    z-index: auto;

    margin-right: 0;
    margin-bottom: 0;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.single .collection-stream {
    margin-right: 300px;
}

.collection {
    position: relative;

    float: left;
    width: 100%;
    height: 280px;
    margin: 0 0 15px 0;
    padding: 0 25px 0 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.news-image {
    float: left;
    width: 32.333%;
    min-height: 280px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.news-image img {
    width: auto;
    height: 280px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.news-content {
    position: relative;

    float: left;
    width: 33.333%;
    height: 100%;
    padding: 0 0 0 25px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.news-content span.label {
    display: none;
}

.collection.news h1 {
    max-height: 25px;
    margin: 0 0 10px 0;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.collection.news time,
.collection.news a.read-more {
    display: none;
}

.collection.news h2 {
    max-height: 25px;
    margin-bottom: 10px;
    overflow: hidden;

    color: #444;
    white-space: nowrap;
    text-transform: none;
    text-overflow: ellipsis;

    -webkit-font-smoothing: antialiased;
}

.news-content p {
    max-height: 195px;
    margin-bottom: 6px;
    overflow: hidden;
}

.single .news-content p,
.single .collection.news h1,
.single .collection.news h2 {
    max-height: none;
    overflow: auto;

    white-space: normal;
    text-overflow: clip;
}

.single .news-content p {
    margin-bottom: 14px;
}

.single .news-content {
    position: static;

    float: none;
    width: auto;
    height: auto;
    padding: 25px;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

.single .collection {
    height: auto;
    padding: 25px;
}

.single .news-image {
    float: none;
    width: 100%;
    min-height: 60px;
}

.single .news-image img {
    width: 100%;
    height: auto;
}

.single .collection.news time {
    position: static;
}

.dashboard-side {
    float: right;
    width: 25%;
    min-height: 315px;
    top: 825px;
    padding: 0;
    background: #fff;
    border-radius: 0;
    box-sizing: border-box;
}

.dashboard-side .quicklinks {
    float: right;
    width: 100%;
    min-height: 315px;
    margin: 0;
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
}

.dashboard-side .quicklinks h3 {
    margin-bottom: 15px;
    font-family: 'Gotham';
    font-size: 26px;
    font-weight: 500;
    color: #000;
}

.single .dashboard-side {
    top: 189px;

    float: none;
    width: 280px;
    padding-right: 25px;
    padding-left: 0;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

.dashboard-side .news ul.news-list li[data-type="slider"],
.dashboard-side .news ul.news-list li[data-type="navigation"] {
    display: none;
}

.dashboard-side ul,
.dashboard-side ul li a {
    border: 0;
}

.dashboard-side ul li a {
    padding: 7px 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.dashboard-side ul li a:hover {
    color: #df1b12;
}

.dashboard-side ul.quick-list li a:after {
    display: none;
}

.dashboard-side ul.quick-list li a:before {
    display: inline-block;
    padding-right: 15px;

    font-family: FontAwesome;
    color: #000;

    content: '\f105';
}

.carousel-caption,
.carousel-indicators {
    display: none;
}

.carousel-inner > .item {
    width: 1258px;
    height: 400px;

    -webkit-transition: 1s ease-in-out;
       -moz-transition: 1s ease-in-out;
            transition: 1s ease-in-out;
}

.nav-bar-search.dashboard-search {
    top: 170px;
    z-index: 10;
}

.nav-bar-search.dashboard-search input.search {
    padding-left: 75px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.5);
       -moz-box-shadow: 0 0 30px rgba(0,0,0,0.5);
            box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.nav-bar-search.dashboard-search .search-icon {
    width: 70px;
    border-radius: 0;
}

.content-container.dashboard {
    max-width: 1260px;
}

.navigation-tiles {
    margin: 0;
    padding: 0;
}

.navigation-tiles .navigation-tile {
    width: 25% !important;
    height: 315px;
}

.navigation-tiles .navigation-tile a {
    margin: 0;
}

.navigation-tiles .navigation-tile:nth-of-type(7) a {
    pointer-events: none;
}

.navigation-tiles .navigation-tile:nth-of-type(1) a,
.navigation-tiles .navigation-tile:nth-of-type(3) a,
.navigation-tiles .navigation-tile:nth-of-type(6) a {
    background-color: #fff;
}

.navigation-tiles .navigation-tile:nth-of-type(2) a,
.navigation-tiles .navigation-tile:nth-of-type(4) a,
.navigation-tiles .navigation-tile:nth-of-type(5) a {
    background-color: #000;
}

.navigation-tiles .navigation-tile a .navigation-content,
.navigation-tiles .navigation-tile a .navigation-image + .navigation-content {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 0;
    color: #000;
    background-color: transparent;
}

.navigation-tile h1 {
    margin: 0;
    color: #000;
    font-family: 'Gotham', Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.navigation-tiles .navigation-tile:nth-of-type(2) h1,
.navigation-tiles .navigation-tile:nth-of-type(4) h1,
.navigation-tiles .navigation-tile:nth-of-type(5) h1,
.navigation-tiles .navigation-tile:nth-of-type(2) p,
.navigation-tiles .navigation-tile:nth-of-type(4) p,
.navigation-tiles .navigation-tile:nth-of-type(5) p {
    color: #fff;
}

.navigation-tile p {
    margin: 8px 0 0 0;
    color: #000;
    font-family: 'Gotham', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.navigation-tile:hover h1
.navigation-tile:hover p {
    color: #df1b12 !important;
}

.navigation-image + .navigation-content:hover {
    background-color: transparent;
}

.navigation-tiles .navigation-tile:nth-of-type(7) .navigation-content {
    display: none;
}

footer.fixed {
    z-index: 100;
}


ul.badges li.notifications-nav a span {
    background: #df1b12;
    border-radius: 100px;
    color: #fff;
}

footer.fixed #custom-support-form-button.footer-btn .text {
    color: #fff;
}

.table_wrapper .overlay-detail .select {
    background: transparent url(/5.0.5/includes/img/account/tomtom/select-2.png) no-repeat 0 0;
}

ul li.active > a > span.count {
    color: #df1b12;
}

.filter-level-container.advanced li.checkbox:hover,
.filter-level-container.advanced li.radio:hover {
    color: #df1b12;
}
