/************************
	Media queries
*************************/

@media print {
	a[href]:after { display:none; }
	.page-break {
		display:block;
		page-break-before:always;
	}

	
		a[href]:after {
			content: '';
		}
	
		* {
			float: none !important;
			color: inherit !important;
			background: inherit !important;
				-webkit-print-color-adjust: exact;
		}
		
		.col-lg-1 {width: 100% !important; float: left !important;}
		.col-lg-2 {width: 100% !important; float: left !important;}
		.col-lg-3 {width: 100% !important; float: left !important;}
		.col-lg-4 {width: 100% !important; float: left !important;}
		.col-lg-5 {width: 100% !important; float: left !important;}
		.col-lg-6 {width: 100% !important; float: left !important;}
		.col-lg-7 {width: 100% !important; float: left !important;}
		.col-lg-8 {width: 100% !important; float: left !important;}
		.col-lg-9 {width: 100% !important; float: left !important;}
		.col-lg-10 {width: 100% !important; float: left !important;}
		.col-lg-11 {width: 100% !important; float: left !important;}
		.col-lg-12 {width: 100% !important; float: left !important;}
		.col-md-1 {width: 100% !important; float: left !important;}
		.col-md-2 {width: 100% !important; float: left !important;}
		.col-md-3 {width: 100% !important; float: left !important;}
		.col-md-4 {width: 100% !important; float: left !important;}
		.col-md-5 {width: 100% !important; float: left !important;}
		.col-md-6 {width: 100% !important; float: left !important;}
		.col-md-7 {width: 100% !important; float: left !important;}
		.col-md-8 {width: 100% !important; float: left !important;}
		.col-md-9 {width: 100% !important; float: left !important;}
		.col-md-10 {width: 100% !important; float: left !important;}
		.col-md-11 {width: 100% !important; float: left !important;}
		.col-md-12 {width: 100% !important; float: left !important;}
		.col-print-12 {width: 100% !important; float: left !important;}
	   .col-sm-12 {
			width: 100%;
	   }
	   .col-sm-11 {
		width: 100%;
	   }
	   .col-sm-10 {
			width: 100%;
	   }
	   .col-sm-9 {
			width: 100%;
	   }
	   .col-sm-8 {
			width: 100%;
	   }
	   .col-sm-7 {
			width: 100%;
	   }
	   .col-sm-6 {
			width: 100%;
	   }
	   .col-sm-5 {
			width: 100%;
	   }
	   .col-sm-4 {
			width: 100%;
	   }
	   .col-sm-3 {
			width: 100%;
	   }
	   .col-sm-2 {
			width: 100%;
	   }
	   .col-sm-1 {
			width: 100%;
	   }
	   .s-col-lg-5 {
		flex: 0 0 100%;
		  max-width: 100%;
		  padding:10px;
	  }
	  .s-col-md-5 {
		flex: 0 0 100%;
		  max-width: 100%;
		  padding:10px;
	  }
	  .s-col-lg-7 {
		flex: 0 0 100%;
		  max-width: 100%;
		  padding:10px;
	  }
	  .s-col-md-7 {
		flex: 0 0 100%;
		  max-width: 100%;
		  padding:10px;
	  }
	  .s-col-sm-12 {
		flex: 0 0 100%;
		  max-width: 99%;
		  padding:10px;
	  }
	  .s-col-12 {
		flex: 0 0 100%;
		  max-width: 99%;
		  padding:10px;
	  }
		
}

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.page-header h3 {margin-top: 0;}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}