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

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

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

}
@media screen and (max-width: 768px){
	#kinleytxt h1{
	    font-size: 26px;
	    line-height: 36px;
	}
	header ul {
		top: 20px;
	}
	#logo {
		padding-top: 20px;
	}
}
@media screen and (max-width: 576px){
	#cookie_wrapper{
        top: inherit;
        bottom:0px;
        width:100%;
        padding:20px;
        z-index: 100000;
    }
	.txtinner{
		padding: 0 15px;
	}
}
