

@media screen and (min-width: 720px) {

	#navigation {
		top: 120px
	}
	body {
		padding-top: 180px
	}
	body.layout-2 #ticker, body.layout-2 .frame-news-ticker {
		top: 180px
	}
}

#globalsiteswitch {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1005;
    display: none;
    transition: top 300ms ease-in-out;
    background: #000
}

.header-fade #globalsiteswitch {
	top: -30px;

}

#globalsiteswitch .container {
    overflow: visible;
    font: 12px/16px 'TTFirs', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    padding: 10px 0 0px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 8px 0 0;
}

#globalsiteswitch :focus, #globalsiteswitch :active {
    outline:none
}

#globalsiteswitch div ul {
    list-style: none inside;
    color: #ccc;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    letter-spacing: 0.75px;
    margin-right: 100px;
    overflow-x: visible;
    text-overflow: ellipsis;
}

#globalsiteswitch div ul li {
    display: inline;
    text-transform: uppercase;
}

#globalsiteswitch div ul a {
    display: inline-block;
    text-decoration: none;
    color: #ccc;
    margin: 0px 5px 0 0;
    padding: 0;
    font-weight: normal;
    position: relative;
    border-bottom: 4px solid transparent;
}

#globalsiteswitch #globalsiteswitch_more {
    width: auto;
    margin: 0;
    padding: 0;
}

#globalsiteswitch div ul li a:hover, #globalsiteswitch div ul li.active a {
    color: #fff;
    border-bottom: 4px solid #9e1914;
    text-decoration: none;
    animation-name: global-a-transition;
    animation-duration: 100ms;
    animation-timing-function: ease-in-out;
}



@media all and (min-width: 800px) {
    #globalsiteswitch {
        display: flex;
    }
}