@charset "utf-8";
/* CSS Document */

@media (max-width: 1024px){
.hero-section {
    padding-left: 25px!important;
	padding-right: 25px!important;
	}
.separator {
    height: 0px!important;
}
}

@media screen and (max-width: 1000px){
.header {
    /*position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 3;
    background: white;
    overflow: hidden;
    box-shadow: 0 3px 40px rgba(0,0,0,0.1);*/
	display:none;
}
}