@media(max-width:1024px) {
	.logo {
		margin-bottom:20px;
	}
	.nav {
		display:none !important;
	}
	.mobileMenuContainer{
		display: block;
		position: relative;
    z-index: 9;
	}
	.header-logo-menu{
		margin-top:-40px;
		z-index: 1;
	}

	div#load-news {
		padding-left: 40px;
	}

	h2.home-news-title {
		margin-top: 15px;
	}
}

@media(max-width:768px) {
	.sidenav{
		display:none;
	}

	.home-box .card {
		min-height: 484px;
	}

	.hb4 .card {
		
		background-position: -1000px center!important;
	}

	.hb4 .card img{
		margin:0 auto;
		display:block;
	}

	

			.copyright {
				text-align: center;
				display:block;
			}

			.copyright-footer-wrap a:last-child {
			
				margin-right: 0px;
			}

			.sitebyirm{
				display:block;
				text-align: center;
			}

			
	
}
@media(max-width:640px){
			.irmau-small-chart .quoteapi-chart {
    width: 100%;
    max-width: 100%;
}
.irmau-small-chart {
    float: unset;
}
.home-shareprice {
    padding: 30px 40px;
}
a.view-button {
    margin-top: 30px;
    position: unset;
    width: 100%;
    text-align: center;
}
.home-hero-section {
    padding: 20px 0px;
}
.large-6.medium-6.cell.prof-img {
    display: none;
}
.home-news .list-item {
    width: 100%;
    display: block;
    float: unset;
}
.irmau-small-chart .quoteapi-chart {
    height: 170px;
}
}

@media(max-width:480px){
	.footer-box{
		margin-bottom: 20px;
		display: inline-block;
		width: 100%;
	}

	.entry-content img{
		float:none!important;
	}

	.slide-text-container {
		
		margin: 200px auto;
	}

	.home-box .card {
		min-height: auto;
	}
}