/*
	Theme Name: CheckPoint Blog V3.1
	Theme URI: https://blog.checkpoint.com
	Description: CheckPoint Blog WordPress Theme
	Version: 3.1
	Author: Brendan Ferriter (@blferriter)
	Author URI: https://brendanferriter.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
@font-face {font-family: 'DIN';src: url('fonts/34CA47_6_0.eot');src: url('fonts/34CA47_6_0.eot?#iefix') format('embedded-opentype'),url('fonts/34CA47_6_0.woff2') format('woff2'),url('fonts/34CA47_6_0.woff') format('woff'),url('fonts/34CA47_6_0.ttf') format('truetype');}
@font-face {font-family: 'DIN-bold';src: url('fonts/34CA47_A_0.eot');src: url('fonts/34CA47_A_0.eot?#iefix') format('embedded-opentype'),url('fonts/34CA47_A_0.woff2') format('woff2'),url('fonts/34CA47_A_0.woff') format('woff'),url('fonts/34CA47_A_0.ttf') format('truetype');}
.fa {
	font-family: "fontawesome";
}
body {
	color:#444;
	font-family: 'DIN', Helvetica, Arial, Sans-serif;
	font-size: 16px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
body a {
	color:#444;
	text-decoration:none;
}
body a:hover { 
	color:#e45684;
	text-decoration: none;
}
body a:focus {
	outline:0;
}
body a:hover,
body a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* container */
.container {
	clear: both;
}
/* header */
.cp-container {
	width: 100%;
	overflow: hidden;
}
#top .container {
	position: relative;
}
#top {
	width: 100%;
	height: 300px;
	background-color: #e5e5e5;
	background-image: url('img/blog-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: relative;
	/**
	display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
	**/
}
#top .col-md-12 {
	height: 300px;
	width: 100%;
}
#top .overlay {
	width: 100%;
	height: 300px;
	background-color: #fff;
	opacity: 0.;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#top nav#breadcrumbs {
	height: 50px;
	line-height: 50px;
	margin-bottom: -50px;
	position: absolute;
	z-index: 20;
	top: 20px;
	left: 15px;
}
#top nav#breadcrumbs ul {
	margin: 0;
	padding: 0;
}
#top nav#breadcrumbs li {
	float: left;
	list-style: none;
	font-size: 12px;
	color: #666;
	margin: 0px 12px 0px 0px;
	padding: 0;
}
#top nav#breadcrumbs li.disabled a {
	color: #999;
}
#top h1 {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 10;
	color: #333;
	line-height: 1.3em;
	margin-top: 0 !important;
}
#share-rss {
	position: absolute;
	right: 0;
	top: 90px;
	height: 109px;
	width: 54px;
	z-index: 2;
	margin: 0;
	padding: 0;
}
#share-rss li {
	width: 54px;
	height: 54px;
	float: left;
	clear: both;
	display: block;
	text-indent: -9999px;
	background-position: center;
	background-repeat: no-repeat;;
}
#share-rss li:first-child {
	background-color: #e45684;
	background-image: url('img/rss.png');
}
#share-rss li:last-child {
	background-color: #111;
	background-image: url('img/share.png');
}
nav#post-type {
	float: left;
	margin: 33px 0px;
	padding: 0px 0px 0px 0px;
}
nav#post-type ul { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
nav#post-type li {
	float: left;
	font-family: 'DIN';
	font-weight: bold;
	list-style: none;
	color: #333;
	margin: 0;
	padding: 0;
}
nav#post-type li a {
	font-size: 20px;
	line-height: 20px;
}
nav#post-type li.current a {
	padding-bottom: 5px;
	border-bottom: 4px solid #e45684;
}
nav#post-type li:first-child {
	margin-right: 33px;
}
nav#post-type li:nth-child(2),
nav#post-type li:nth-child(3) {
	margin-right: 33px;
}
nav#post-type li:last-child {
	padding-left: 33px;
	border-left: 1px solid #333;
}

/* Post */
div.post hr {
	margin-top: 45px;
	margin-bottom: 45px;
	width: 100%;
	background-color: #e5e5e5;
	float: left;
	display: block;
	clear: both;
	margin-left: 15px;
	margin-right: 15px;
}
a.read-more {
	clear: both;
	color: #e45684;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 16px;
	line-height: 27px;
	/*padding-left: 30px;*/
	margin: 15px 0px 0px 0px;
	position: relative;
	display: block;
}
/*a.read-more:before {
	content: "+";
	float: left;
	font-size: 24px;
	line-height: 24px;
	margin-left: -30px;
}*/
div.meta-post {
	min-height: 270px;
	padding-left: 30px;
}
div.meta-post h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	font-family: 'DIN';
	margin-top: 0px;
	padding-top: 0px;
}
div.meta-post a.read-more {
	position: absolute;
	bottom: 0;
	left: 30px;
	background-image: url('img/read-more-bg.png');
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 50px 0px 0px 0px;
	width: 100%;
}
div.meta-image {
	overflow: hidden;
}
div.meta-image a {
	width: 100%;
	overflow: hidden;
	display: block;
	opacity: 1;
	min-width: 260px;
}
.row.archives {
	padding-right: 33px;
}
.row.archives .post .row a:hover > .row.archives .post .row div.meta-image a {
	opacity: 1;
} 
div.post {
	box-shadow: 0 3px 15px rgba(0,0,0,.07);
	transition: box-shadow .2s ease-in-out;
	padding: 33px;
	margin-bottom: 33px;
}
div.meta-image a img {
	height: 262px;
	width: auto;
	max-width: inherit;
	margin: 0 auto;
	display: block;
}
#content article {
	max-width: 90%;
}
#content article h1,
#content article h2,
#content article h3 {
	color: #333;
	line-height: 1.3em;
	margin-bottom: 33px;
}
#content article p + h1,
#content article p + h2,
#content article p + h3 {
    margin-top: 66px;
}
div.meta-post p,
#content p
{
	font-size: 18px;
	line-height: 26px;
	font-family: 'DIN';
    font-weight: normal;
    margin-bottom: 33px;
}
#content article img {
	max-width: 100%;
	height: auto;
}
#content article img.alignnone {
	margin: 0 auto;
	display: block;
}
.responsive-table {
	overflow-x: scroll;
}
#content table {
	width: 100%;
}
#content table p,
#content table td,
#content table tr,
#content table th,
#content table {
	font-size: 16px !important;
}
body #content a {
	color: #e45684;
}
body.single #content ul, body.single #content ol {
	margin: 20px 0px 20px 30px;
	padding: 0;
}
body.single #content ul li, body.single #content ol li {
	font-size: 19px;
	line-height: 26px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
body.single #content p:empty {
	display: none;
}
div.meta {
	/** position: absolute;
	bottom: 0;
	left: 15px; **/
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0;
	clear: both;
	display: block;
	width: 100%;
}
div.meta span {
	float: left;
	font-size: 12px;
	color: #666;
	font-style: italic;
	margin: 4px 12px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.meta span.meta-cat {
	font-weight: bold;
}
div.meta span.meta-cat ul, div.meta span.meta-cat ol {
	margin: 0;
	padding: 0;
}
div.meta span.meta-cat ul li, div.meta span.meta-cat ol li {
	margin: 0;
	float: left;
	padding: 0;
	list-style: none;
}

/* Sidebar */
#sidebar img {
	margin-bottom: 33px;
	max-width: 260px;
}

/* Footer */
#follow-container {
	float: right;
	width: auto;
}
#cp-fb,
#cp-twitter,
#cp-linkedin,
#cp-yt {
	background-image:url('img/social.png');
	background-repeat: no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
}
#cp-fb {
	background-position: 0px 0px;
}
#cp-twitter {
	background-position: -56px 0px;
}
#cp-linkedin {
	background-position: -112px 0px;
}
#cp-yt {
		background-position: -171px 0px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

div#main {
	padding-top: 50px;
	padding-bottom: 50px;
}
/** Pagination **/
nav#pagination {
	margin: 0 auto;
	display: block;
	width: 315px;
	font-size: 18px;
	margin-bottom: 45px;
}
.page-item .page-link {
    color: #333;
}
.page-item.disabled .page-link {
    color: #6c757d;
}
.page-item .page-link:hover {
    color: #e45684;
}
.pagination {
	padding-bottom: 45px;
}
.pagination span.current,
.pagination a.page-numbers
{
	text-align: center;
	font-size: 14px;
	margin-right: 5px;
	border-radius: 5px;
	padding: 10px 16px;
}
.pagination span.current { 
	background-color: #e45684;
	color: #fff;
}
.pagination a.page-numbers {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	color: #222;
}
.pagination .dots {
	font-weight: bold;
	margin: 0px 25px;
}
.pagination a.next,
.pagination a.prev
{
	background-color: #fff;
	border: none;
	color: #222;
	width: auto;
	margin-left: 10px;
}
.pagination a.prev {
	margin-left: 0;
	margin-right: 10px;
}
/** End Pagination **/
/** Filter **/
.btn-group.filter {
	float: right;
}
.btn-group.filter .btn-secondary {
	border-radius: 0;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	color: #444;
}
.btn-group.filter .dropdown-menu {
	border-radius: 0;
}
.btn-group.filter.show {
	border: none;
	outline: none;
}
.btn-group.filter.show .btn-secondary {
    color: #fff;
    background-color: #e85a8c;
    border-color: #e85a8c;
    outline: none;
}
/** End Filter **/
/** Related **/
#related {
	width: 100%;
	max-width: 90%;
	float: left;
	height: auto;
	padding: 25px 0px;
	margin: 0;
	position: relative;
}
body.single #related .carousel {
	width: 100%;
	float: left;
	display: block;
}
body.single #related .fade-left {
	width: 65px;
	height: 360px;
	display: block;
	min-height: 360px;
	position: absolute;
	left: 58px;
	z-index: 500;
	background: linear-gradient(90deg,
	rgb(255, 255, 255) 0%, rgba(0,0,0,0) 100%);
}
body.single #related .fade-right {
	width: 65px;
	height: 360px;
	display: block;
	min-height: 360px;
	position: absolute;
	right: 58px;
	z-index: 500;
	background: linear-gradient(90deg,
	rgb(0,0,0,0) 0%, rgba(255,255,255) 100%);
}
body.single .carousel-cell {
 	width: 28%;
 	height: 320px;
	margin-right: 10px;
	/** background: #e5e5e5; **/
	background-color: #fff;
    min-height: 250px;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.16);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
body.single .carousel-img {
	width: 100%;
	height: 175px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
body.single .carousel-cell img {
	clear: both;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}
body.single .carousel-header {
	width: 100%;
	height: 145px;
	display: flex;
	align-items: center;
	justify-content: center;
}
body.single .carousel-cell h3 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	padding: 0px 30px 0px 30px;
	margin: 0px 0px 0px 0px;
}
body.single .carousel {
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 33px;
}
/** End Related **/
/** Caption **/
.wp-caption-text {
	font-size: 15px !important;
	line-height: 24px !important;
	margin-top: 18px !important;
}
.wp-caption {
	padding: 33px;
	width: 100% !important;
	background-image: url('//blog.checkpoint.com/wp-content/uploads/2018/06/caption.png');
	background-size: cover;
	background-position: bottom right;
}
/** End Caption **/

/*------------------------------------*\
    404
\*------------------------------------*/

#null .grey {
	background-color: #f1f1f1;
}
#null .container {
	padding-top: 100px;
	padding-bottom: 100px;
}
#null h1,
#null h2,
#null span {
	display: block;
	width: 100%;
	text-align: center;
}
#null h1 {
	font-size: 44px;
	font-weight: bold;
	display: block;
}
#null h2 {
	font-size: 29px;
	display: block;
	margin-bottom: 66px;
}
#null span {
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	margin: 0 0 40px;
}
#null ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
} 
#null ul li {
	display: inline-block;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#null ul li a {
	color: #e65785;
}
#null .container-fluid:nth-of-type(1) ul {
	margin-top: 30px;
}
#null .container-fluid:nth-of-type(1) ul li a {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	line-height: 1.2;
}
#null .container-fluid:nth-of-type(1) ul li:nth-child(1),
#null .container-fluid:nth-of-type(1) ul li:nth-child(2) {
	border-right: 1px solid #000;

}
#null .container-fluid:nth-of-type(2) ul li:nth-child(1) {
	margin-right: 200px;
}
/* Search Form */
.boxsearch {
	text-align: center;
}
.boxsearch .form-control {
    border-right: transparent;
    display: inline-block;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    width: 90%;
    max-width: 400px;
    height: 41px;
	font-size: 16px;
}
.boxsearch .searchbtn {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 9px;
    height: 41px;
    margin: -5px 10px 0 -6px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #ffffff;
}
.boxsearch input:focus {
    border-color: #cecece;
    outline: 0;
}
/* End Search Form */
body.error404 .CP-Unified footer hr {
	border-top: none;
}
@media only screen and (max-width:768px) {
	#null .container {
		padding-top: 66px;
		padding-bottom: 66px;
	}
	#null h1 {
		font-size: 2em;	
	}
	.boxsearch .form-control {
		max-width: 80%;
	}
	#null .container-fluid:nth-of-type(1) ul li {
		width: 100%;
		border: none !important;
	}
	#null .container-fluid:nth-of-type(1) ul li:nth-child(1),
	#null .container-fluid:nth-of-type(1) ul li:nth-child(2) {
		margin-bottom: 33px;
	}
	#null .container-fluid:nth-of-type(2) ul li:nth-child(1) {
		margin-right: 0px;
		margin-bottom: 66px;
	}
	#null .container-fluid:nth-of-type(2) ul li {
		width: 100%;
	}
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:1600px) {
	#home.container,
	#main.container,
	#top .container,
	body.archive > .container,
	footer#colophon .container {
		width: 1400px;
	}
	#top h1 {
		font-size: 40px;
	    line-height: 1.3em;
	    max-width: 1400px;
	}
	nav#post-type {
    	margin: 50px 0px 60px 0px;
   	}
/*	div.meta-post h2 {
		font-size: 2.2em;
		line-height: 1.4em;
	}
	div.meta-post p, #content p {
	    font-size: 1.5em !important;
	    line-height: 1.5em !important;
	}
	a.read-more {
		font-size: 1.4em;
	}*/
	div.meta-image {
		max-width: 300px;
	}
	div.meta-image a img {
	    height: auto;
	    width: 100%;
	}
}
@media only screen and (min-width:1900px) {
	#home.container,
	#main.container,
	#top .container,
	body.archive > .container,
	footer#colophon .container {
		width: 1700px;
	}
	#top h1 {
	    max-width: 1700px;
	}
	body.single .carousel-cell h3 {
		font-size: 18px;
	}
}
@media only screen and (max-width:1170px) {
	.row.archives {
		padding-right: 0px;
	}
	div.post div.meta {
		position: relative;
		bottom: auto;
		left: auto;
		float: left;
		margin-top: 0.5rem;
		clear: both;
	}
	div.post p {
		margin-bottom: 0.5rem;
	}
	#content article,
	#related {
		max-width: 100%;
	}
}
@media only screen and (max-width:1024px) {
	nav#post-type li.current a {
		border: none;
	}
	#top nav#breadcrumbs {
		display: none;
	}
	#top,
	#top .col-md-12
	{
		height: auto;
	}
	#top h1 {
		font-size: 24px;
		line-height: 30px;
		padding: 50px 0px;
		margin-top: 0 !important;
	}
	#sidebar {
		clear: both;
		display: block;
	}
	nav#post-type {
		width: 100%;
	}
	nav#post-type ul {
		margin: 0 auto;
		display: block;
		max-width: 200px;
	}
	nav#post-type li {
		margin: 0 0 1rem 0 !important;
		text-align: center;
		width: 100%;
		float: left;
		clear: both;
		border-left: none !important;
		padding: 0px 0px 0px 0px !important;
	}
	nav#post-type li.current {
		padding-bottom: 5px !important;
	}
	div.post div.col-sm-4 img {
		margin-bottom: 0.5rem;
	}
	div.post h2 {
		font-size: 21px;
		line-height: 28px;
	}
	div.post hr {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	div#sidebar img {
		display: block;
		margin: 0 auto;
		margin-bottom: 33px;
	}
	nav#pagination {
		margin-bottom: 20px;
	}
	#share-rss {
		display: none;
	}
	.flickity-viewport {
		min-height: 250px;
	}
}
@media only screen and (max-width:768px) {
	div.meta-post {
		min-height: auto;
	}
	.flickity-viewport {
	    min-height: auto !important;
	}
	body.single .carousel-cell {
		width: 100%;
	}
	.meta-image {
		margin-bottom: 20px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    COMMENTS
\*------------------------------------*/
.comments h2,
.comments h3 {
	font-size: 24px;
	color: #444;
}
.comments h3 {
	margin-bottom: 20px;
}
/* Comments echo */
.comments ul {
	margin-left: 0 !important;
	max-width: 768px;
}
.comments ul li {
	list-style: none;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
}
.comments ul li .comment-body {
	padding: 20px 20px 0px 20px;
}
.comments ul li .comment-body p {
	margin-bottom: 20px;
}
.comment-author {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px
}
.comment-author cite {
	font-style: normal;
}
.comment-meta {
	margin-bottom: 20px;
	margin-top: 6px;
}
.comment-meta a {
	font-weight: bold;
	font-size: 16px;
	color: #444 !important;
}
.comment-body {
	font-size: 18px !important;
}
.comment-body em.comment-awaiting-moderation {
	font-size: 15px !important;
	color: #777;
}
/* End Comments echo */
/* Reply form */
form#commentform {
	width: 100%;
	max-width: 768px;
	background-color: #f9f9f9;
	padding-bottom: 33px;
	margin-bottom: 25px;
}
form#commentform p.comment-notes {
	display: none;
}
form#commentform textarea,
form#commentform input {
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px
	rgba(0,0,0,.075);
	color: #555;
}
form#commentform textarea {
	width: 100%;
	padding: 12px;
	font-size: 16px;
}
form#commentform input {
	border-radius: 4px;
	width: 100%;
	max-width: 420px;
	font-size: 16px;
	padding: 5px 10px;
}
form#commentform .btn.btn-primary {
	background-color: #e45684;
	padding: 8px 50px;
	font-size: 16px;
	display: inline-block;
	width: auto;
	border: none;
	color: #fff;
	box-shadow: none;
}
form#commentform .comment-form-comment label {
	display: none !important;
}
form#commentform label {
	font-size: 15px;
	margin-right: 20px;
	font-weight: normal;
	color: #555;
}
form#commentform label span.required {
	display: none !important;
}
#commentform p {
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 16px;
}
#commentform p.form-submit {
	padding-bottom: 0;
}
form#commentform p.comment-form-url {
	display: none;
}
form#commentform p.comment-form-author,
form#commentform p.comment-form-email,
form#commentform p.form-submit {
	padding-left: 33px;
}
/* End Reply form */
/* Misc */
p.logged-in-as {
	display: none;
}
/* End Misc*/


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
.vertical-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
#particles-js {
	width: 100%;
 	height: 100%;
	background-color: transparent;
	position: absolute;
	top: 0;
	z-index: 3;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:12px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}