/*
Copyright (c) 2016 Kamleshyadav
------------------------------------------------------------------
[Master Default Stylesheet]

Music Club - Music/Band/Dj/Club/Party WordPress Theme Rockon

-------------------------------------------------------------------

[Table of contents]

1. body

-------------------------------------------------------------------*/

@media (max-width:1200px){
.rock_feature .feature_image{
	width: 170px;
    height: 170px;
}
.rock_feature .feature_detail{
	width: calc(100% - 200px);
}
.rock_feature .feature_detail h3{
	margin-top: 5px;
}
.rock_feature .feature_detail p{
	font-size: 15px;
}
	
}
@media(max-width:1199px){
    .col-lg-3.col-md-6.col-sm-12.RESponsiveNone {
    display: none;
}
}
@media (max-width:992px){
.rock_main_banner{
	height:auto !important;
}
.rock_main_banner .rock_banner_content{
	position:relative;
	top:auto;
	left:auto;
	-webkit-transform:none;
	-moz-transform:none;
	transform:none;
	padding: 100px;
}
.rock_main_banner .rock_banner_content .rock_logo img{
	max-width:100%;
}
.rock_logo_wrapper .rock_light{
    top: 100%;	
}
.rock_logo_wrapper .rock_light img{
	max-width: 130%;
}
.rock_feature .feature_detail p{
	font-size: 18px;
}	
.rock_footer .rock_footer_logo{
	text-align:center;
}
.rock_footer .rock_social{
	text-align: center;
}
.rock_footer .rock_copyright{
	margin:15px auto;
}
.rock_footer .rock_social ul{
	float: none;
    display: inline-block;
}
}
@media(max-width:991px){
    .col-lg-6.col-md-6.col-sm-12.MArginTop {
    margin-top: 0;
}
.rock_logo_wrapper {
    text-align: center;
}
}
@media (max-width:479px){
.rock_feature.left .feature_image, .rock_feature .feature_image{
    margin-right: 0px;
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
    text-align: center;
}
.rock_feature .feature_detail{
    width: 100%;
    text-align: center;
}
.rock_feature.left .feature_detail {
    text-align: center;
}
}