@media (min-width: 576px){
	
}

@media (min-width: 768px){
	
}

@media (min-width: 992px){
	
}

@media (min-width: 1200px){
	.container {
		max-width: 1170px;
	}	
	
}

@media (max-width: 1280px) {
	
}

@media (max-width: 1199px) {
	.container-fluid {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.hero-logo {
	    font-size: 76px;
	}
	.hero-logo-top {
	    font-size: 55px;
	}
	.hero-logo-bottom {
	    font-size: 35px;
	    margin-left: 165px;
	}
	.footer-part {
		padding-left: 0;
		padding-right: 0;
	}
	.footer-col {
	    margin-right: 40px;
	}
}

@media (max-width: 991px) {
    .hero-consert {
	    padding: 16px 22px 16px 22px;
	    min-width: 262px;
	}
	.hero-consert h3 {
	    font-size: 24px;
	}
	.read-more {
	    font-size: 18px;
	}
}

@media (max-width: 767px) {
	
	h1, h2, h3, h4, h5, h6,.font-40,div.maxtitle-1,p.maxtitle-1,div.maxtitle-2,p.maxtitle-2,div.maxtitle-3,p.maxtitle-3,div.maxtitle-4,p.maxtitle-4,div.maxtitle-5,p.maxtitle-5,div.maxtitle-6,p.maxtitle-6 {
	    margin: 0 0 15px 0;
	}
	h1,
	h1.maxtitle-1,
	h2.maxtitle-1,
	h3.maxtitle-1,
	h4.maxtitle-1,
	h5.maxtitle-1,
	h6.maxtitle-1,
	div.maxtitle-1,
	p.maxtitle-1 {
		font-size: 30px;
		line-height: 36px;
	}
	h2,
	h1.maxtitle-2,
	h2.maxtitle-2,
	h3.maxtitle-2,
	h4.maxtitle-2,
	h5.maxtitle-2,
	h6.maxtitle-2,
	div.maxtitle-2,
	p.maxtitle-2 {
		font-size: 30px;
		line-height: 36px;
	}
	h3,
	h1.maxtitle-3,
	h2.maxtitle-3,
	h3.maxtitle-3,
	h4.maxtitle-3,
	h5.maxtitle-3,
	h6.maxtitle-3,
	div.maxtitle-3,
	p.maxtitle-3 {
		font-size: 22px;
		line-height: 28px;
	}
	h4,
	h1.maxtitle-4,
	h2.maxtitle-4,
	h3.maxtitle-4,
	h4.maxtitle-4,
	h5.maxtitle-4,
	h6.maxtitle-4,
	div.maxtitle-4,
	p.maxtitle-4 {
		font-size: 20px;
		line-height: 26px;
	}
	h5,
	h1.maxtitle-5,
	h2.maxtitle-5,
	h3.maxtitle-5,
	h4.maxtitle-5,
	h5.maxtitle-5,
	h6.maxtitle-5,
	div.maxtitle-5,
	p.maxtitle-5 {
		font-size: 18px;
		line-height: 24px;
	}
	h6,
	h1.maxtitle-6,
	h2.maxtitle-6,
	h3.maxtitle-6,
	h4.maxtitle-6,
	h5.maxtitle-6,
	h6.maxtitle-6,
	div.maxtitle-6,
	p.maxtitle-6 {
	    font-size: 16px;
	    line-height: 22px;
	}
	p { 
		margin-bottom: 15px;
	}
	.hero-logo-outer {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 1;
	    padding: 50px 0px 0px 0px;
	}
	.hero-logo {
	    font-size: 49px;
	    line-height: 1;
	}
	.hero-logo-top {
	    font-size: 39px;
	    margin-left: 47px;
	}
	.hero-logo-bottom {
	    font-size: 28px;
	    margin-left: 90px;
	}
	.mobile-banner {
		position: relative;
		display: flex;
		width: 100%;
		height: 100vh;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.hero-content {
		position: relative;
		margin-left: -30px;
		margin-right: -30px;
		background-color: #000000;
		padding: 30px 30px 30px;
		margin-top: -70px;
		max-width: calc(100% + 60px);
	}
	.hero-banner {
		display: none;
	}
	.footer-row {
		flex-wrap: wrap;
	}
	.footer-col {
		width: 100%;
		padding-bottom: 10px;
	}
	.footer-bottom {
	    padding: 0 0 35px;
	}
	.hero-consert {
	    padding: 16px 22px 16px 22px;
	    min-width: inherit;
	    position: absolute;
	    width: calc(100% - 24px);
	    bottom: auto;
	    top: 65vh;
	}
}

@media (max-width: 640px) {

}


@media (max-width: 480px) {
	
}

@media (max-width: 360px){
    .hero-logo {
	    font-size: 42px;
	}
}

