@media only screen and (min-width: 1199px){
	.menu-cont {display: none !important;}
}	
@media only screen and (max-width: 1199px){
	.banner-bottom .left h1 {width: 100%;left: 0;text-align: center;}
	.banner-bottom .right .right-list h2 {width: 100%;text-align: center;}
	.banner-bottom .right .right-list h3 {text-align: center;}
	.r_padding{padding-left: 15px !important;}
	.l_padding{padding-right: 15px !important;}
	.other-artist h2, .archives-cont h2, .video-cont h2 {text-align: center;}
}	
@media only screen and (max-width: 991px){
	.footer-cont, .footer-cont .social-list{text-align: center;}
	.footer-cont img{margin:0 auto;}
	.header .menu-list{display: none;}
	#menu-button {display: block;}
	.fixed {position: inherit;}
	.banner-bottom .left {margin-top: 20px;}
}
@media only screen and (max-width: 776px){
.header .logo-cont img {position: inherit;margin: auto;}
.header .social-media  {text-align: center;}
.header .menu-list {text-align: center;}
}	
@media only screen and (max-width: 320px){	
.header .social-media .search-form input[type="text"]{width: 100%;}
}