.skip {
    position: absolute;
    top:-40px;
    right:5px;
    padding:1px 3px;
    color:black;
    border:1px solid gray;
    background:white;
    /*-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;*/
    z-index: 100;
    text-transform:none;
    font-size:16px;
    border-radius:2px;
}

a.skip:focus {
    position: absolute;
    right: 2px;
    top: 2px;
    background: white;
    font-size: 16px;
    outline: solid 2px #337ab7;
    color: black;
    /*-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;*/
}

/* -------------------------------------------------------------------------- *\
                            Desktop Navigation
\* -------------------------------------------------------------------------- */

.breadcrumbs {
    font-family: "Gill Sans W01 Medium", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    width: 100%;
    font-size: 16px;
    margin: 14px 0;
    color: #000000;
    overflow: hidden; 
}

.breadcrumbs a {
    font-family: "Gill Sans W01 Bold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    float: left;
    width: auto;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
    color: #000000; 
}
.breadcrumbs a:hover {
    color: #006699; 
}

.breadcrumbs a:first-child:before {
    font-family: $fontawesome;
    font-weight: 900;
    content: '\f015';
    padding: 0 .5em;
}
@media screen and (max-width: 800px) {
    .breadcrumbs {
        display:none;
    }
    .pg-search .breadcrumbs {
        display:block;
    } 
}

/* -------------------------------------------------------------------------- *\
                            NAVIGATION STYLES
\* -------------------------------------------------------------------------- */


@media only screen and (max-width:1260px) {

    .combo-last .live-chat.chat-disable, .combo-last .live-chat.chat-enable {
        display: none;
    }
}


[ng-cloak]{
    visibility:hidden;
    display:initial !important;
}

.combo > .combo-first {
    width: 0;
    white-space: nowrap;
    padding-right: 30px;
}

.combo > .combo-last {
    width: 100%;
}


.container {
    max-width: 1440px;
    margin: 0 auto;
    padding-right: 60px;
    padding-left: 60px;
    border-bottom: 1px solid transparent;
}
