
@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    /* *width: 100%; */
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    /* *width: 14.285714285714285714285714285714%; */
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    /* *width: 14.285714285714285714285714285714%; */
  }
}

@media (min-width: 576px) and ( max-width: 767px ){
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7{
		width: 100% !important;
	}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {



}


@media screen and ( max-width: 1400px ) {

}
@media screen and ( max-width: 1200px ) {

}
@media screen and ( max-width: 990px ) {

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){

}

@media screen and ( max-width: 767px ) {

	/**************  FOOTER ******************************/


}
