@media(max-width:1024px) {
	.logo {
		margin-bottom:20px;
	}
	.nav {
		display:none !important;
	}
	.mobileMenuContainer{
		display: block;
	}
	.copyright {
		display:block;
		text-align: center;
		margin-bottom: 10px;
	}
	.align-right {
		text-align: center;
	}
	.footer-map {
		margin-bottom: 10px;
		display:inline-block;
	}
	.sidenav {
		display:none;
	}
	.invsbox {
		margin-bottom:50px;
	}

	.slider {
		min-height: 300px !important;
	  }
	  .slide-wrap {
		min-height: 300px !important;
		height: 300px !important;
	  }
	  .slide-overlay {
		min-height: 300px !important;
	  }
	  .slick-list.draggable {
		height: 300px !important;
	  }
	  .slides {
		height: 300px !important;
		min-height: 300px !important;
	  }

	  .irmau-small-chart .quoteapi-chart {
		margin:0 auto;
	  }

	  .invsbox {
		min-height:240px;
	  }

}

@media(max-width:850px){
	.bio-box .medium-4 {
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
	.bio-box .medium-8 {
		width: 100%;
		text-align: center;
	}
	.bio-image-url {
		margin: 0 auto;
	}	
}

@media(max-width:640px){
	.invsbox {
		margin-bottom:20px;
	}
	.logo {
	    margin: 0 auto;
	    display: block;
	    margin-bottom: 10px;		
	}
}

@media(max-width:500px){
	.slide-text-container {
	    margin-top: 20px;
	}	
	.slide-text-container h2 {
	    font-size: 32px;	
	}
	.slide-text-container h3 {
	    font-size: 22px;	
	}
	.archiveFilterB a {
		display:block;
		width:100%;
		text-align: center;
		margin-bottom: 0px;
	}
	.archiveFilterB span {
		display:block;
		width:100%;
		margin-bottom:10px;
	}
	.entry-content h1 {
	    font-size: 34px;
	    line-height:1.2;
	}

}

@media(max-width:480px){
	.footer-box{
		margin-bottom: 20px;
		display: inline-block;
		width: 100%;
	}
}