/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

*{
	margin: 0;
	padding: 0;
}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;

}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*Typography*/ 

@font-face{
	font-family:'RobotoSlab-Bold';
	src:url('../fonts/RobotoSlab-Bold.ttf');
} 
@font-face{
	font-family:'aku & kamu';
	src:url('../fonts/aku & kamu.otf');
} 
@font-face{
	font-family:'RobotoSlab-Light';
	src:url('../fonts/RobotoSlab-Light.ttf');
} 
@font-face{
	font-family:'RobotoSlab-Regular';
	src:url('../fonts/RobotoSlab-Regular.ttf');
} 
@font-face{
	font-family:'Roboto-Regular';
	src:url('../fonts/Roboto-Regular.ttf');
} 
@font-face{
	font-family:'Roboto-Bold';
	src:url('../fonts/Roboto-Bold.ttf');
} 
 

    @font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Myriad Pro Regular'), 
        url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Myriad Pro Condensed'), 
         url('../fonts/MYRIADPRO-COND.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Myriad Pro Condensed Italic'), 
         url('../fonts/MYRIADPRO-CONDIT.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Myriad Pro Light'), 
         url('../fonts/MyriadPro-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Myriad Pro Semibold'), 
         url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Myriad Pro Semibold Italic'), 
         url('../fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Myriad Pro Bold Condensed'), 
         url('../fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Myriad Pro Bold Italic'), url('../fonts/MYRIADPRO-BOLDIT.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Myriad Pro Bold Condensed Italic'), url('../fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
    }

p {
	font-family: 'Myriad Pro Regular';
	font-size:15px;
}

h1{
	 font-family: 'Myriad Pro Bold';
	font-size:42px;
	
}
h2{
    font-family: 'Myriad Pro Bold';
	font-size:40px;
	
}
h3{
	 font-family: 'Myriad Pro Bold';
	font-size:30px;
	
}
h4{
	 font-family: 'Myriad Pro Bold';
	font-size:20px;
	
}
h5{
	 font-family: 'Myriad Pro Bold';
	font-size:18px;
	
}
h6{
	 font-family: 'Myriad Pro Bold';
	font-size:15px;
	
}
body{
	 font-family: 'Myriad Pro Regular';
	
}

/*essetials for list items and hyperlink */

	ul {
		
		margin:0;
		padding:0;
		
	}

	ul li {
		
		list-style:none;
	}
	a {
		
		text-decoration:none;
	}
	a:hover{
		
		text-decoration:none;
	}

	/*Custom css*/
	
	
	header {
	    background: url(../images/banner1.png);
	    background-position: 100% 100%;
	    background-size: cover;
	    background-repeat: no-repeat;
	    width: 100%;
	    height: auto;
	    padding: 140px 0px 160px 0px;
	}
	header h1 {
		/*font-family:'aku & kamu';*/
		text-transform:uppercase;
		color:#011A77;
		letter-spacing:2px;
		margin-top:0px;
		margin-bottom:20px;
	}
	header h1 span {	
		font-size:20px;		
	}
	header p {
		/*font-family:'RobotoSlab-Light';*/
		color:#333333;
		padding-right:30px;
		margin-bottom:30px;
		font-size:20px;
	}
	.cstm_row{
		display: flex;
		align-items: center;
	}
	.content-box {
		
		background:rgba(255, 255, 255, .8);
		-webkit-border-top-right-radius: 30px;
		-webkit-border-bottom-left-radius: 30px;
		-moz-border-radius-topright: 30px;
		-moz-border-radius-bottomleft: 30px;
		border-top-right-radius: 30px;
		border-bottom-left-radius: 30px;
		
		-webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.30);
		-moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.30);
		box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.30);
		
		
		
		padding:40px;
		
		
	}
	
	.tips-area {
		width:100%;
		height:auto;
		background:#0d71bd;
		color:#ffffff;
		padding-top:30px;
	}
	.tips-content {
		
		padding:30px 0px;
		
	}
	.tips-content p {
		
		font-size:18px;
	}
	.tips-content h2 {
		/*font-family:'Roboto-Regular';*/
		font-size:35px;
	}
	.button-white {
		margin-top:30px;
	}
	.button-white a {
		text-decoration:none;
		padding:15px 30px;
		background:#ffffff;
		border-radius:5px;
		font-weight:bold;
		font-size:15px;
		color:#0d71bd;
		border-bottom:3px solid #c5c5c5;
	}
	.button-white a:hover {
		
		background:#f18424;
		color:#ffffff;
		border-bottom:3px solid #df7c24;
	} 
	
	.button-video {
		
		position:absolute;
		top:55%;
		left:32%;
	}
	.button-video a {
		text-decoration:none;
		padding:15px 30px;
		background:#f18424;
		border-radius:5px;
		font-weight:bold;
		font-size:15px;
		color:#ffffff;
		border-bottom:3px solid #df7c24;
	}
	.button-video a:hover {
		
		background:#ffffff;
		color:#f18424;
		border-bottom:3px solid #c5c5c5;
	} 
	
	
	.button-blue {
		
		margin-top:30px;
	}
	.button-blue a {
		text-decoration:none;
		padding:15px 30px;
		background:#0d71bd;
		border-radius:5px;
		font-weight:bold;
		font-size:15px;
		color:#ffffff;
		border-bottom:3px solid #0a62a4;
	}
	.button-blue a:hover {
		
		background:#f18424;
		color:#ffffff;
		border-bottom:3px solid #df7c24;
	}
	
	
	.twocolumn-area {
		
		width:100%;
		height:auto;
		padding-bottom:20px;
	}
	.two-column-text {
		
		
	}
	.sherrie-image {
		width:100%;
		height:auto;
		
	}
	.sherrie-image img {
		
		position:relative;
		left:0;
		bottom:0px;
		
	}
	.section-img img {
		
		width:100%;
		height:auto;
		margin-top:20px;
	}
	
	.two-column-text {
		
		margin-bottom:20px;
	}
	.two-column-text h3 {
		font-family:'Roboto-Regular';
		color:#011A77;
		padding-top:30px;
		font-size:25px;
	}
	.two-column-text p {
		font-family:'Roboto-Regular';
		color:#011A77;
		font-size:16px;
		line-height:26px;
		
	}
	.two-column-text ul {
		list-style:none;
		padding-left:30px;
		padding-top:20px;
	}
	.two-column-text ul li span {
		color:#011A77;
		position:absolute;
	}
	.two-column-text ul li p {
		
		padding-left:35px;
	}
	
	.twocolumnarea-2 {
		
		background:#f6f5f5;
	}
	.twocolumnarea-2 .two-column-text {
		
		padding-top:80px;
	}
	
	.video-area {
		
		background:url("../img/video-back.png")no-repeat center center;
		background-size:100% 100%;
		width:100%;
		height:auto;
		padding:50px 0px;
		text-align:center;
		
	}
	.video-area h3 {
		
		color:#0d71bd;
		padding-bottom:50px;
	}
	.center-column {
		
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	.socialmedia {
		
		width:100%;
		height:auto;
		padding:30px 0px;
	}
	.social-media-text {
		font-family:'Roboto-Bold';
		color:#666666;
		font-size:20px;
		text-transform:uppercase;
		padding-top:20px;
	}
	.socail-media-list {
		
		
	}
	
	.socail-media-item {
		
		margin:10px 0px;
	}
	.socail-media-item a{
		font-size:18px;
		padding:10px 20px;
		color:#ffffff;
		text-decoration:none;
		border-radius:5px;
		font-family:'Roboto-Bold';
		display:block;
	}
	.socail-media-item img {
		padding-right:20px;
	}
	.socail-media-item a i {
		
		padding-right:20px;
	}
	.facebook-bg {
		
		background:#3b5999;
	}
	.twitter-bg {
		background:#55acee;
		
	}
	
	.linkedin-bg{
		background:#0077B5;
		
	}
	.amazon-bg {
		
		background:#ff9900;
	}
	.sherrie-rose-bg{
		
		background:#ffffff;
		border:1px solid #bd081c;
		color:#bd081c!important;
	}
	
	
	.footer-area {
		
		background:url("../img/back2.png")no-repeat center center; 
		background-size:100% 100%;
		width:100%;
		height:auto;
		padding:50px 0px 100px 0px;
	}
	footer {
		
		background:#E3CB7E;
		padding:20px;
	}
	footer ul {
		
		
	}
	.footer-menu ul {
		width:100%;
		text-align:center;
		list-style:none;
	}
	.footer-menu ul li {
		
		display:inline;
		padding:0px 20px;
		border-right:1px solid #ffffff;
		
	}
	.footer-menu ul li:last-child {
		
		border-right:none;
	}
	.footer-menu ul li a {
		
		color:#ffffff;
		text-decoration:none;
		
		transition:all .7s;
	}
	.footer-menu ul li a:hover {
		
		color:#022f52;
	} 
	
	.footer-menu p {
		font-size:13px;
		color:#6FBCF5;
		text-align:center;
	}
	
	.modal-header {
		background:#0d71bd;
		color:#ffffff;
	}
	.modal-header .close {
		margin-top: -25px;
	}
	.book-item {
		
		width:50%;
		max-height:400px;
		margin:auto;
	}
	
	
	
	
	
	
	

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}
.hidden-img {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


.twocolumnarea-2.review_col .two-column-text{
	padding-top: 0px;
}
.twocolumnarea-2.review_col .two-column-text h3{
	padding-top: 0px;
	margin-top: 0px;
}
section.twocolumnarea-2.review_col {
    padding: 60px 0px;
    background: #fff;
}

/*=====================about page=================================*/

.tips-area.bg_white{
   background: #fff;
}

.tips-area.bg_white h2{
	color: #333;
}

.tips-area.bg_white p{
	color: #333;
}
.section-img.persuasion_map{
	text-align: center;
}
.section-img.persuasion_map img{
  max-width: 285px;
}
.twocolumnarea-2.preausion_col .two-column-text{
  padding-top:0; 
}
section.twocolumnarea-2.preausion_col {
    padding: 51px 0;
}


/*===================== amazaon page=================================*/

.uppr_review_col li i {
    color: #f9c123;
}

.uppr_review_col ul{
	width: auto;
	float: left;
}
.uppr_review_col li {
    display: inline-block;
}

.author_book {
    display: block;
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}
.format{
	display: block;
	float: left;
	width: 100%;
}
.grey_bg{
	background: #efefef;
}
.tips-area.grey_bg {
    color: #666;
    padding: 30px 0;
}
.tips-area.grey_bg p{
	font-size: 16px;
	color: #666;
	margin-top:20px;
	line-height: 26px;
	float: left;
	    margin-bottom: 0px;
}
span.sell_more {
    margin-left: 10px;
    font-weight: 600;
    font-size: 13px;
}
.profile_img img {
    max-width: 61px;
}
.profile_img span {
    font-size: 20px;
    margin-left: 9px;
}
.tips-area.white_bg{
	background: #fff;
	color: #666;
	padding: 30px 0;
}
.tips-area.white_bg p{
	font-size: 16px;
    color: #666;
    margin-top: 20px;
    line-height: 26px;
    float: left;
        margin-bottom: 0px;
}
.verify {
    color: #c77003;
    font-size: 12px;
    font-weight: 600;
    margin-left: 12px;
}
span.profile_img {
    display: block;
    margin-bottom: 10px;
}

.padd_top0{
	padding-top: 0;
}

.more_review {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 30px 50px 30px;
}
.more_review .button-blue{
	margin-top: 0;
}

.blue_txt{
	color: #DBBC5A !important;
}
.author_book.mg10{
 margin-top: 10px;
 font-weight: 600;
}
a {
    color: #DBBC5A;
    text-decoration: none;
}
/*============================book acknolwdgment====================*/

.promotion_col {
    width: 100%;
    height: 716px;
}
.promotion_col img{
	width: 100%;
	height: 100%;
}
.book_thought{
	margin-top: 33px;
}
.acknowlege_col {
    width: 100%;
    float: left;
    margin-bottom: 36px;
}
.acknowlege_col h2{
  font-size: 28px;
  margin: 0;
}
.acknowlege_col h3{
  font-size: 18px;
  margin-bottom: 30px;
}
.acknowlege_col ul{
	width: 33%;
	float: left;
}
.acknowlege_col ul li {
    font-size: 16px;
    margin-bottom: 4px;
}
.acknowlege_col .mg_bottm30{
	margin-bottom: 30px;
}
.promotion_col.vedio_col{
  width: 100%;
    height: auto;
    text-align: center;
    padding: 0 288px;
    margin-bottom: 20px;
}

.strategy_rate h4{
	margin-top: 30px;
}
.strategy_rate p{
	width: 100%;
	float: left;
}
.diffrnt_map h4{
	margin-bottom: 30px;
}
.bounus_box {
    max-width: 500px;
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 0 12px #ddd;
    margin: 29px 0;
    background: #fbfbfb;
}
.bounus_box h4 {
    margin-top: 0;
    font-weight: 300;
 /*   font-family: 'Roboto-regular';*/
    font-size: 18px;
}
.bounus_box label{
	float: left;
	width: 100%;
}
.tips-area.white_bg .bounus_box p{
	margin-top: 0;
	margin-bottom: 15px;
}
.bounus_box .button-blue a {
    text-decoration: none;
    padding: 8px 19px;
}

.btn_wrapr{
	display: block;
	width: 100%;
    float: left;
    margin-bottom: 10px;
}
.audio-player-image {
    display: block;
    max-width: 280px;
    margin: 0 auto;
}

/*==================marketing page===============*/

.marketing_box {
    width: 42%;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 23px;
    border-radius: 4px;
    box-shadow: 0 0 11px #ddd;
}
.grop {
    width: 100%;
    float: left;
    margin-bottom: 18px;
}
.marketing_box .button-blue{
	width: 100%;
    display: inline-block;
    margin-top: 17px;
    margin-bottom: 20px;
}

.marketing_box input {
    height: 41px;
    box-shadow: none;
}
.marketing_box p{
	float: none !important;
}
.follow_grp {
    width: 41%;
    margin: 25px auto;
}
.follow_grp h4 {
    margin-bottom: 15px;
}
.follow_grp ul li {
    display: inline-block;
    margin-right: 7px;
}
.dating_col p{
	width: 100%;
}
.dating_thought{
	width: 100%;
	float: left;
	margin-top: 31px;
}
.dating_box p{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
}
.dating_box {
    width: 32%;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 11px;
    border-radius: 4px;
    box-shadow: 0 0 9px #ddd;
    margin: 6px;
    min-height: 323px;
    vertical-align: top;
}

.dating_col .button-blue{
	float: left;
	width: 100%;
}
.join_btn {
    width: 100%;
    float: left;
    margin: 22px 0;
}

.join_btn .button-blue {
    display: inline-block;
    margin-top: 0;
}
.mg_bot10{
	margin-bottom: 10px !important;
}
.strategy_rate .sml_txt{
	font-size: 14px !important;
	margin-top: 0px !important;
}
.sml_txt {
    font-size: 14px !important;
    width: 100%;
    float: left;
    margin-top: 34px;
}
 .twocolumn-area.book img {
    margin-top: 20px;
    max-width: 307px;
}
.twocolumn-area.book .section-img{
  text-align: center;
}
.twocolumn-area.book .bounus_box {
    margin: 49px 0;
}
.dating_box.crise_box img{
  width: 100%;
  margin-bottom: 10px;
}
.dating_box.crise_box {
  background: #fff;
      min-height: auto;
}
.dating_box.crise_box p{
	width: 100%;
	text-align: center;
	float: left;
}


/*==================================Claim It=================================*/

.consultation_certifiacte{
	width: 100%;
	float: left;
	padding: 30px 0;
}

.consultation_certifiacte h3{margin-bottom: 50px;}

.frm_wrapper{
	width: 100%;
	float: left;
	padding: 30px 0;
}

.frm_wrapper h5{
	margin-top: 30px;
}

.frm_wrapper form .form-group{
	display: block;
	width: 100%;
}

.frm_wrapper .form-inline .form-control{
	display: block;
	width: 100%;
}

.cstm_chkbox{
	vertical-align: middle;
	margin: 0px 0 0 5px !important;
}

.form-inline .col-lg-6,
.form-inline .col-lg-12,
.form-inline .col-lg-4,
.form-inline .col-md-6,
.form-inline .col-md-12,
.form-inline .col-md-4,
.form-inline .col-sm-6,
.form-inline .col-sm-12,
.form-inline .col-sm-4{
	margin-bottom: 20px;
}

.promotion_col.middle_img{
    height: 454px;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


@media only screen and (max-width:1200px) {
	
	.two-column-text {
		padding-top:0px!important;
	}
	
	
	
}
@media only screen and (max-width:768px) {
    
	header {
		
		/*background:url("../images/banner.jpg");*/
		background-position:fixed;
		background-size:cover;
		background-repeat:no-repeat;
		background-attachment:center center;
		width:100%;
		height:auto;
		padding:15px;
		
	}
	.cstm_row{
		flex-direction: column;
	}
	header h1 {
		font-family: 'Myriad Pro Bold';
		    font-size: 19px;
	    text-transform: uppercase;
	    color: #011A77;
	    letter-spacing: 2px;
	    margin-top: 0px;
	    margin-bottom: 20px;
	}
	header p {
		
		font-size:16px;
	}
	.content-box {
		
		padding:15px;
	}
	.hidden-img {
    display: block !important;
}
	.visual-img {
		
		display:none !important;
	}
	.tips-content {
		margin-bottom:30px;
		padding-top:0px;
	}
	.tips-content h2 {
		margin-top:0px;
		padding-top:0px;
		font-size:25px;
	}
	.two-column-text {
		padding-top:0px!important;
		
	}
	.section-img {
		
		padding-bottom:30px;
	}
	.book-item {
		
		width:80%;
		max-height:400px;
		margin:auto;
	}
	
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	
	
}
