/**
* Template Style
*
* [Table of contents]
*
*   1 Toolkit Styles 
*     1.1  Reset 
*     1.2  Flex Grid System
*     1.3  Text Responsive
*     1.4  Text-alignment
*     1.5  Pull-responsive 
*     1.7  Type
*     1.8  Alerts
*     1.9  Text-styling
*     1.10  Buttons
*     1.11  Icons
*     1.12  Font Awesome
*     1.13  Thumbnails
*     1.14  Forms
*     1.15  Unit Responsive
*     1.16  Sections
*     1.17  Groups
*     1.18  Scaffolding
*     1.19  Breadcrumbs
*     1.20  Pagination
*     1.21  Quotes
*     1.22  Posts
*     1.23  Comments
*     1.24  Profile
*     1.25  Table
*     1.26  Dividers
*     1.27  Insets
*     1.28  Backgrounds
*
*   2 Plugins
*     2.1  Owl carousel
*     2.2  Rd Navbar
*     2.3  Swiper
*     2.4  ToTop
*     2.5  Tabs & Accordions
*     2.6  Progress-bar
*     2.7  Timecircles 
*     2.8  Counter
*     2.9  Magnific Popup
*/


/*
 * Toolkit System
 */


/**
*    1.1  Reset
**/

/*Printable CSS*/
@import url("css/style.css") print;

@media print {
	
.noPrint {
	display: none;
}

.cell-lg-4 {
	page-break-before: auto; 
    page-break-after: auto; 
    page-break-inside: avoid; 
}

footer {
	display: none;
}

video {
	display: none;
}

iframe {display: none;}

body {
font: 10pt Georgia, "Times New Roman", Times, serif;
line-height: 1.3;
}

img {
	max-width: 500px;
    page-break-before: auto; 
    page-break-after: auto; 
    page-break-inside: avoid; 
}

a:after { content:''; }
a[href]:after { content: none !important; }

}
