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

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

.logotext { font-size: 16px; } 

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

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

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

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

#menu-desktop li a {
    color: #333333;	
}

#menu-desktop li a:hover {
    color: #333333;	
}

.menu-desktop-dropdownsub {
	display:none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    padding: 20px;
    z-index: 1;
    margin-top: -40px;
	min-width: 250px;
	opacity: 0.9;
	/* -webkit-box-shadow: 5px 5px 7px 0px rgba(230,230,230,1);
        -moz-box-shadow: 5px 5px 7px 0px rgba(230,230,230,1);
        box-shadow: 5px 5px 7px 0px rgba(230,230,230,1);
    */
}	

.menu-desktop-dropdownsub li {
	line-height: 45px;
	border-bottom: 1px dotted #eaeaea;
}

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

.menu-region-container {
    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;}
