
@media only screen and (max-width: 1040px) { 

.colom-5 {
	width:25%;
}


@media only screen and (max-width:900px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 

.show-mini {
	display:block !important;
	width:98%;

	}		
.hide-tablet {
	display: none;
}	
.colom-5 {
	width:33%;
}
.right-aside {
	position:static;
}

}


@media only screen and (min-width: 600px) and (max-width: 800px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 

.show-mini {
	display:block !important;
	width:98%;
	}		
.hide-tablet {
	display: none;
}
.colom-5 {
	width:33%;
}
.right-aside {
	position:static;
}


}




@media only screen and (max-width:768px) { 
	
.hide-mini {
	display:none;
	}
.show-mini {
	display:block !important;
	width:98%;	
	}
.colom-5 {
	width:50%
}

	} /*  port tablet */
	
	
	
	
 @media only screen and (min-width: 320px) and (max-width: 480px) { 
.colom-5 {
	width:100%
}

}