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

/* Large devices
----------------------------------------------------------*/
@media (max-width: 1170px) {

}


/* Medium devices 991px
----------------------------------------------------------*/
@media (max-width: 991px) {
    
}


/* Small devices 767px
----------------------------------------------------------*/
@media (max-width: 767px) {
	.subcontent_boxpanel iframe {
		width: 677px;
		height: 400px;
	}
	.site-logo {
		margin: 0 auto;
	}
	.header-social {
		float: none;
	}
    .header-col {
    	text-align: center;
    }

    nav{
		margin: 15px 15px;
	}
	nav > ul > li {
		display: block;
	}

	.submenu {
		width: 100%;
		position: static;
		display: none;
	}

	.container.container-wrapper .header-col {
		padding: 20px 0;
		height: auto;
	}

	.right-sidebar {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 20px;
	}

	.music_itembox2 {
		margin-bottom: 20px;

	}
}



/* Small devices 420px
----------------------------------------------------------*/
@media (max-width: 420px) {
	.subcontent_boxpanel iframe {
		width: 330px;
		height: 320px;
	}
}


/* Small devices 340px
----------------------------------------------------------*/
@media (max-width: 340px) {
	.subcontent_boxpanel iframe {
		width: 250px;
		height: 320px;
	}
}




