/*!
 * Bootstrap Responsive v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.showmin1200,
.showmax1200,
.showmax980,
.showmax767,
.showmax480,
.showmax320 {
display: none;
}


@media (min-width: 1200px) {
	.showmin1200 {
display: block;
}  
}

@media (max-width: 1200px) {

.showmax1200
 {
display: block;
}
}

@media (max-width: 980px) {
	
.showmax980 {
display: block;
} 
}

@media (max-width: 767px) {	

.showmax767 {
display: block;
}  
}

@media (max-width: 480px) {

.showmax480 {
display: block;
}	  
}
@media (max-width: 320px) {

.showmax320 {
display: block;
}	  
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
