@media only screen and (max-width: 766px) {
	#menu-desktop { display: none }
    .menu { display: none }
    .menu-region-container { display: none }
    .menu-region-container-end { margin:0 !important }
	.navbar-nav {
    margin: -1.5px -23px;
}
}

#menu-desktop > li {
    font-size: 22px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    list-style: none;
    float: left;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-transform: uppercase;
}


.menu-region-container_xxx {
    background-color: #8ab8d0;
    border-bottom: 1px solid #6e93a7;
    margin-bottom: 35px;
    position: fixed;
    width: 100%;
    z-index: 5000;
}

.menu-region-container-end { margin-bottom:70px;}


.logotext { font-size: 16px; } 

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    #menu-desktop > li {
        font-size: 28px;
    }
	
	.logotext { font-size: 22px; } 
}

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

    #menu-desktop > li {
        font-size: 28px;
    }
	
	.logotext { font-size: 34px; } 
}

#menu-desktop li a,#menu-desktop li i {
    color: #323232;	
}

.menu-desktop-dropdownsub li a span {
    color: #ffffff;	
}
.menu-desktop-dropdownsub  li a {  color: #fff } 

#menu-desktop li a:hover {
    color: #f7d417;	
    text-decoration: none;
}

.menu-desktop-dropdownsub {
	display:none;
    position: absolute;
    background-color: #000;
    list-style: none;
    padding: 10px;
    z-index: 1;
	margin-left: -200px;
    min-width: 250px;
    margin-top: 3px;
	opacity: 0.9;
}	

.menu-desktop-dropdownsub li {
	line-height: 45px;
}

    .menu-desktop-dropdownsub.region {
        margin-top: 1px;
        background-color: #000;
    }

