@media screen and (max-width:1600px) {
}
@media screen and (max-width:1440px) {
}

@media screen and (max-width:1366px) {
}
@media screen and (max-width:1280px) {
}
@media screen and (max-width:1200px) {
	.container {
		width: 100%;
	}

	.main-header .header-content .header-logo {
		height: 65px;
		max-width: 300px;
	}

	.main-header .header-content #main-menu .nav > li {
		margin: 0 0 0 19px;
		position: relative;
	}

	.main-header .header-content #main-menu .nav > li > a {
		padding: 10px 0;
	}

	.main-header .header-content #main-menu .nav > li > a::after {
		bottom: 7px;
	}

	.main-header .header-content #main-menu .nav > li > a:hover::after {
		bottom: 10px;
	}

	.cta-section {
		margin-bottom: 70px;
	}

	.main-footer .footer-top-line {
		padding: 20px 0;
	}

	.main-footer .footer-bottom-line {
		padding: 30px 0 25px;
	}

	.main-footer .footer-bottom-line .copy {
		margin-top: 10px;
	}

}

@media screen and (max-width:1024px) {

	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 28px;
	}

	.section-subtitle {
		font-size: 12px;
		letter-spacing: 3px;
		margin-bottom: 15px;
	}

	.devider {
		margin-bottom: 15px;
		max-width: 120px;
	}

	.main-header {
		top: 40px;
	}

	.main-header.fixed-top {
		top: 40px !important;
	}

	.main-hero {
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 600px;
	}

	.main-hero .main-hero-content {
		top: 60%;
	}

	.main-hero .main-hero-content .main-hero-content-block {
		font-size: 16px;
		max-width: 600px;
	}

	.welcome {
		font-size: 21px;
		padding-top: 50px;
		margin-bottom: 45px;
	}

}

@media screen and (max-width:990px){

	.main-header .header-content .header-logo {
		height: 50px;
		max-width: 220px;
	}

	.main-header .header-content #main-menu {
		top: 13px;
	}

	.main-header .header-content #main-menu .nav {
		top: 12px;
	}

	.main-header .header-content #main-menu .nav > li {
		margin: 0 0 0 20px;
		position: relative;
	}

	.main-header .header-content #main-menu .nav > li > a {
		padding: 5px 0;
		font-size: 12px;
	}

	.main-header .header-content #main-menu .nav > li > a::after {
		bottom: 1px;
	}

	.main-header .header-content #main-menu .nav > li > a:hover::after {
		bottom: 4px;
	}

	.welcome .welcome-content {
		padding: 0;
	}


}

@media screen and (max-width:767px){

	h1 {
		font-size: 32px;
	}

	#zkeBanner {
        padding: 10px 0 39px;
        min-height: inherit;
    }

	.main-header.fixed-top {
		top: 0 !important;
	}

	.mobile-menu-button {
		margin-right: 0;
		padding: 0;
	}

	.main-header {
		padding: 10px 0;
		top: 0;
		background: #fff;
	}

	.main-header .header-content #main-menu {
		border: 0 none;
		top: 0;
		margin: 0 -15px;
		padding: 20px 0 10px;
	}

	.main-header .header-content #main-menu .nav {
		float: none;
		position: relative;
		top: 0;
	}

	.main-header .header-content #main-menu .nav > li {
		margin: 0;
	}

	.main-header .header-content #main-menu .nav > li > a {
		font-size: 13px;
		padding: 10px 0;
	}

	.main-header .header-content #main-menu .nav > li > a::after {
		display: none;
	}

	.main-hero {
		height: auto !important;
		min-height: 1px;
	}

	.main-hero .main-hero-content {
		position: relative;
		top: 0;
		left: 0;
		padding: 150px 0 70px;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}

	.main-hero .main-hero-content .main-hero-content-block {
		font-size: 14px;
	}

	.main-hero .main-hero-content .main-hero-content-block .main-hero-content-block-subtitle {
		letter-spacing: 1px;
	}

	.welcome {
		font-size: 18px;
		margin-bottom: 30px;
		padding-top: 40px;
	}

	.cta-section {
		margin-bottom: 25px;
	}

	.cta-section .cta-block {
		margin-bottom: 50px;
	}

	.main-footer .footer-bottom-line {
		padding: 20px 0 25px;
	}

	.main-footer .footer-bottom-line .copy {
		float: none;
		margin-bottom: 25px;
		margin-top: 10px;
		text-align: center;
	}
	.socials {
		float: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#zkeContact .content .container-fluid {
	    padding-left: 15px;
	}

}

@media screen and (max-width:425px){
	.main-footer .footer-bottom-line .copy {
		font-size: 11px;
	}
	#zkeBanner h1 {
	    margin-left: -15px;
	}
}
