
	
@media screen and (min-width: 1200px) {
 
 .container {
    width: 1170px;
  }

  
  .keep_bottom{
  /*  position: fixed !important; */
   bottom: 0;
right: 0;
left: 0;
z-index: 0 !important;
  margin-bottom: 0;
border-width: 1px 0 0;
}

  
}

@media screen and (max-width: 1024px) {
 
	/*hide desktop item*/
	.forDesktop{
		display: none !important;
	}
	
}

@media screen and (min-width: 1025px) {
 
	/*hide desktop item*/
	.forMobile{
		display: none !important;
	}
	
}


@media screen and (min-width: 480px) {
	/* for testting media by color 
	  body {
	    background-color: lightblue;
	}
 */
	/*.for_mobile {
		display: none;
	}*/
	
	
/*
.mega_for_mobile  { 
		display: none;
	}
	
	
	
.row, .text-center> img{
	height: 300px;
	width: 100px;
}

p{
	text-align:center;
}
*/
	}
	


@media screen and (max-width: 480px) {
	
	/* without > div class apply is working also! */ 
	/*.mega_for_mobile { 
		display: none;
	}*/
	
	.try {
		height: 200
	}
	
	
	
/*	body {
    background-color: green;
} */


	.row-chr > img {
		width: 300px !important;
	}
	
	 p {
		/*text-align: center !important;*/
	}
	
	
	.prg p {
	/*	text-align: left !important; */
	}
	
	.colred > img {
		height: 75px !important;
		
	}
	
	.footer-icons {
		text-align: center !important;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: 35px !important;	
	}
	
	.bx-wrapper .bx-prev {
		background: none !important;
	}
	
	.bx-wrapper .bx-next {
		background: none !important;
	}
}