

@media only screen and (max-width:990px){
	.flex-control-nav {
		max-width:none;
		padding-left:15px;
	}
	.home header .ce_text.ribbon .inner {
		margin-left:15px;
		margin-right:15px;
	}
	header .logo-sticky {
		left:15px;
		
	}
}
@media only screen and (min-width: 841px) and (max-width:990px){
	header .logo {	
		max-width: 260px;
		top: 36px;		
	}
	.top-bar-section .level_1 > li:not(.has-form)> a:not(.button) {
		font-size:18px;
	}
}
@media only screen and (min-width: 768px) and (max-width:840px){
	header .logo {	
		display:none;		
	}
	header .logo-sticky {
		top: 41px ;
		-webkit-transition:none;
		   -moz-transition:none;
			 -o-transition:none;
		   		transition:none;
	}
	.top-bar-section .level_1 > li:not(.has-form)> a:not(.button) {
		padding: 0 10px;
	}
}
@media only screen and (min-width: 641px) and (max-width:767px){
	
	header .logo {
		left: 10px;
		max-width: 280px;
		top: 37px;
		display:none;
	}
	.top-bar-section .level_1 > li:not(.has-form)> a:not(.button) {
		font-size:16px;
		padding: 0 10px;
	}
	header .logo-sticky {
		top: 41px ;
		-webkit-transition:none;
		   -moz-transition:none;
			 -o-transition:none;
		   		transition:none;
	}
}

@media only screen and (max-width: 40em){
	header {
		min-height: 100px;
    	background: #ebecec;
	}
	header .logo {
		max-width:200px;
	    z-index: 0;
		display:none;	
	}
	header .logo-sticky {
		top: 41px;
		-webkit-transition:none;
		   -moz-transition:none;
			 -o-transition:none;
		   		transition:none;
	}
	
	/*!- Headlines ------------------ */
	h1 {		
		font-size:35px;
		line-height:1.1;			
	}
	
	h2 {
		font-size:18px;	
		line-height:1.3;			
	}
	
	p {
		font-size:15px;
		line-height:1.4;
	}
	.top-bar {
		padding-top: 20px;
		padding-bottom: 45px;
	}
	
	.top-bar.expanded .title-area {
		background: transparent;
	}
	.top-bar.expanded {
		padding-bottom:0;
	}
	
	.top-bar.expanded .toggle-topbar a {
		color: #fff;
	}
	.top-bar.expanded .toggle-topbar a span::after {
		box-shadow: 0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
	}
	
	.top-bar-section ul li, .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
		background: #2b2a29;
	}
	
	.top-bar-section ul li:hover:not(.has-form)>a {
		background-color: #2b2a29;
		color: #d2ac67;
		background: #2b2a29;
	}
	.top-bar-section ul li.active>a {
		background: #2b2a29;
		color: #d2ac67;
	}
	
	.top-bar-section ul li a, .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
		padding: 10px 15px;
		font-size: 16px;
	}
	.top-bar-section .dropdown li.title h5 a, 
	.top-bar-section .dropdown li.parent-link a {
   		background: #2b2a29;
	}
	.top-bar-section .dropdown li.title h5 a:hover, 
	.top-bar-section .dropdown li.parent-link a:hover {
   		background: #1c1b17;
		color: #d2ac67;
	}
	footer {
		padding:0 30px 30px 30px !important;
	}
	footer .icon-headline {
		margin-top:20px;
	}
	footer i {
		width: 28px;
		font-size: 16px !important;
		height: 28px;
		line-height: 10px !important;		
	}
	footer p {
		padding-left: 39px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 400px){
	.top-bar {
		/*padding-top: 0px;	 */
	}
	header .logo {
		max-width: 220px;
		z-index: 0;
		top: 0px;
		left: 10px;
	}
	.flex-control-nav {
		display:none;
	}
}