/*
 * ---- start OUT-BREAKPOINT definition ---- DEFAULT SETTINGS
 */

	.cf-navigationLogo {
    	height: 90px;
    }
	
	.shortNavigationItems-panel{
		text-align:right;
	}
	
	.navigation-menubar{
		margin-left:5%;
		background: white;
	}
	
	.shortNavigation-menubar {
		margin-top:40px;
		margin-right: 70px;
		box-shadow: none !important;
		
	}
	
	.shortNavigation-menubar:HOVER {
		background: transparent !important;
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	
	.shortNavigation-menuitem{
		font-size: 12pt !important;
		padding-top: 35px !important;
		padding-bottom: 25px !important;
	}
	
	

 
/*
 * ---- start NAVIGATION BREAKPOINTS definition ----
 */ 
 
@media only screen and (min-width: 1366px) {
	.shortNavigationItems-panel{
		display:none;
	}
} 

@media only screen and (max-width: 1366px) {
	.navigationItems-panel{
		display:none;
	}
}

/*
 * ---- end NAVIGATION BREAKPOINTS definition ----
 */


/* ---- start LARGE SCREEN DEVICE BREAKPOINT ----
 */
 
@media only screen and (min-width: 1824px) {
	
	}

/* ---- end Large screen DEVICE BREAKPOINT ----
 */


/* ---- start Desktops and laptops DEVICE BREAKPOINT ----
 */
 

@media only screen and (min-width: 1224px) and (max-width: 1823px){
	
			
}


/* ---- end Desktops and laptops DEVICE BREAKPOINT ----
 */