@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}


/** JMH New 2022-05-24 **/

.mw-1040 {
	max-width: 1040px;
	width: 100%;
}

.img-responsive {
	margin-right: auto;
	margin-left: auto;
}

.mb-25 {
	margin-bottom: 25px;
}


/** General **/

html {
	font-family: Arial, Helvetica, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: rgb(45, 45, 45);
	position: relative;
	line-height: 1.3em;
	background-image: linear-gradient(rgba(212, 194, 222, 0.25), rgba(212, 194, 222, 0.25)) !important;
	overflow-x: hidden;
}

.page_wrapper {
	width: 100%;
	max-width: 1140px;
	margin: auto;
	background: #ffffff;
}

.container {
	max-width:1140px;
	width: 100%;
}

.hideindesk { display: none; }

div::after, header::after, footer::after, section::after {
	width: 100%;
	display: block;
	content: "";
	clear: both;
}

/** Fonts **/

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	line-height: 1.15em !important;
	color: rgb(9, 3, 2);
	margin: 0 0 33px 0;
	font-weight: 700;
	text-align: center;
}

h4 {
	font-size: 1.7rem;
	margin-bottom: 15px;
}

h2, h3, h4, h5, h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 700;
	line-height: 1.2em;
	text-align: center;
}

p {
	margin: 0 0 25px 0;
	line-height: 1.25em;
    color: rgb(25, 25, 25);
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
}

li {
    color: rgb(25, 25, 25);
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

strong, b {
	font-weight: 700;
}

.underline { text-decoration: underline; }

a { color: rgb(68,101,186); }

.text-white, a.text-white:hover { color: #fff; }

.zero_margin_bottom { margin-bottom: 0px !important; }

.margin_bottom_15 { margin-bottom: 15px; }

.font_size_22 { font-size: 22px; }

/** Rows **/

.row-flex {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}

.row-flex.d_rev {
	flex-direction: row-reverse;
}

.row_930 {
	width: 100%;
	max-width: 930px;
	margin-right: auto;
	margin-left: auto;
}

.row_830 {
	width: 100%;
	max-width: 830px;
	margin-right: auto;
	margin-left: auto;
}

.row::before, .row::after {display: none !important;}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

/** Images **/

img {
	margin-bottom: 25px;
	display: block;
	max-width: 100%;
}

.tilt-10-left {
    transform: rotate(-10deg);
}

.p-img1 {
	width: 340px;
    float: none;
    z-index: 3;
    position: relative;
    margin: 0px auto 25px !important;
    transform: scale(1);
}

.pimg1 {
	margin: 0px auto 25px !important;
}

.p-img2 { float: right; }

.pimg2 {
	max-width: 350px;
	margin: 0 auto 25px;
	transform: scale(1);
}

.pimg3 { margin: 0 auto 25px; }

.img_style_polaroid.img_style_dark_frame {
    border: 5px solid #202020;
	box-shadow: 1px 4px 8px -1px #444444 !important;
    -webkit-box-shadow: 1px 4px 8px -1px #444444 !important;
    max-width: 100%;
//    width: 320px;
    margin: 0 auto 25px auto;
    padding: 0;
    padding-top: 0px;
	background: #202020;
}

.image_wrapper .image_frame {
    display: block;
    position: relative;
 	width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0;
    height: auto;
}

.image_wrapper.img_style_dark_frame .image-caption-text {
	text-align: center;
    margin: 0 !important;
    color: #ffffff;
    padding: 13px 0 0 0;
	font-size: 18px;
}

/** Section 1 - Desktop **/

.section_1 {
	background-image: url("../img/background4.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 40px 0;
	margin-top: 10px;
	border-radius: 12px 12px 0 0;
}

.section_1 .container {
	padding-right: 30px;
	padding-left: 30px;
}

.section_1 h1 {
	line-height: 1.2em;
	margin-bottom: 20px;
}

.section_1 h1:last-of-type {
	margin-bottom: 35px;
}

.section_1 h3 {
	margin-bottom: 30px;
	font-style: italic;
	color: #ff0000;
}

.section_1 .col-md-6:last-child {
	float:right;
	margin-right: -10px;
}

/** Section 1a - Mobile **/

.section_1a_mobile {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/background-mobile.jpg) !important;
    background-size: auto, cover !important;
    padding: 30px 0 50px;
    /* border-radius: 12px 12px 0 0; */
    background-position: 50% 50%, 50% 50% !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important;
}

.section_1a_mobile h3 {
	color: #ffff00;
	font-style: italic;
	font-size: 26px;
	margin-bottom: 25px;
}

.section_1a_mobile h1 {
	text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px;
	color: rgb(255, 255, 255) !important;
	text-align: center;
	font-weight: 700;
	margin: 0 0 30x 0;
	font-size: 32px !important;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.1em;
}

.section_1a_mobile h1:last-of-type {
	margin-bottom: 0;
}

.section_1a_mobile .img_style_polaroid {
    background: #fff;
    padding: 10px;
	box-shadow: 1px 4px 8px -1px #444444 !important;
    -webkit-box-shadow: 1px 4px 8px -1px #444444 !important;
    max-width: 85%;
    margin: 10px auto 35px auto;
}

.section_1a_mobile .image_wrapper .image_frame {
    display: block;
    position: relative;
 	width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0;
    height: auto;
}

.section_1a_mobile .image_wrapper .image-caption-text {
	text-align: center;
    margin: 0 !important;
    color: #000000;
    padding: 13px 0 0 0;
	font-size: 18px;
}

/** Section 1b - Mobile **/

.section_1b_mobile {
	padding: 40px 0 0 0;
	background-color: #fff;
}

.section_1b_mobile h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
	text-align: center;
	font-size: 25px;
	padding-top: 0;
	border: none;
	/* font-style: italic; */
}

/** Section 2 **/

.section_2 {
	padding: 40px 5px 20px 5px;
	background-color: #fff;
	border-radius: 0 0 12px 12px;
}

.section_2 h2 {
	color: rgb(9, 3, 2);
	font-size: 48px;
	margin: 35px 0 25px 0;
}

/* .section_2 .col-md-12 p {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto 25px;
} */

/** Buy Boxes **/

.buy_box {
	padding: 30px 30px 10px 30px;
	margin: auto;
	margin-bottom: 40px;
	width: 100%;
	max-width: 800px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px;
	border: 4px dashed rgb(36, 136, 239) !important;
	text-align: center;
}

.buy_box h3 {
	color: rgb(25, 25, 25) !important;
	font-weight: 700;
	margin: 0 auto 25px;
	font-size: 38px !important;
	text-align: center;
}

.buy_box img { max-width: 100%; }

.buy_box .shipme {
	padding: 22px 30px;
    box-shadow: rgba(0, 0, 0, 0.4) 5px 6px 16px 2px;
    border-radius: 20px;
    line-height: 1.1em;
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    display: block;
    overflow: hidden;
    background-color: rgb(255, 152, 0) !important;
	text-align: center;
}

.buy_box .free_copy {
	font-size: 22px !important;
	color:#2488ef;
	text-decoration: underline;
	font-weight: 700;
	display: block;
	margin-top: 20px;
	line-height: 1.3em;
	text-align: center;
}

.buy_box p {
	color: rgb(25, 25, 25) !important;
    font-size: 18px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.buy_box .card_strip { margin: 15px auto; }

/** GUARANTEE BOX **/

.moneyback {
	filter: grayscale(0);
	padding: 25px 25px 0 25px;
    background-color: rgb(255, 255, 255) !important;
    border: 3px solid rgb(0, 0, 0) !important;
    background-image: repeating-linear-gradient(45deg, rgba(240, 243, 243, 0.7), rgba(240, 243, 243, 0.7) 3px, transparent 3px, transparent 6px) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: repeat !important;
	text-align: center;
}

.moneyback ol {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 22px; 
    margin-bottom: 10px;
    line-height: 1.35em;
    color: rgb(36, 1, 21) !important;
}

.moneyback li { margin-bottom: 15px; }

.moneyback h3 {
	color: rgb(41, 142, 3) !important;
	font-weight: 700;
	margin: 0 0 10px 0;
    font-size: 38px !important;
}

.moneyback h3 img {
	display: inline-block;
	vertical-align: middle;
	max-width: 130px;
	margin-right: 20px;
	margin-bottom: 0;
}

.moneyback h3 span {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 180px);
}

.moneyback h4 {
	font-style: italic;
	font-size: 1.5rem;
	margin-bottom: 25px;
}

/**  **/

.comment_div::before {
	content: "\f10d";
	color: rgba(51, 51, 51, 0.29);
	font: normal normal normal 23px/1 FontAwesome;
	margin-right: 5px;
}

.comment_div {
	width: 90%;
	max-width: 800px;
	margin: 0 auto 50px;
	padding: 30px;
	box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 6px 1px, rgba(255, 255, 255, 0.4) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    background-color: rgb(239, 239, 239) !important;
    color: rgb(25, 25, 25);
    font-size: 23px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
    background-image: linear-gradient(rgb(248, 247, 247) 0%, rgb(238, 238, 238) 100%) !important;
    position: relative;
}

.comment_div h4 {
	position: absolute;
	display: inline-block;
	padding: 7px 20px;
	font-weight: 500;
	background-color: rgb(253, 54, 62);
	color: #fff;
	bottom: -20px;
	left:-20px;
	margin: 0px;
	font-size: 26px;
	font-style: italic;
}

.tcb-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; color: rgba(51, 51, 51, 0.29);
}

/** LISTS **/

.listgreencheck {
	width: 100%;
	list-style: none;
	max-width:800px;
	color: rgb(25, 25, 25);
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	margin: -10px auto 25px;
	padding-left: 10px;
}

.listgreencheck li {
	margin: 8px 0;
	padding-left: 30px;
	position: relative;
}

.listgreencheck li::before {
	color: rgb(26, 144, 61);
	content: "\f00c";
	font: normal normal normal 24px/1 FontAwesome;
	position: absolute;
	left: -5px; top: 3px;
}

.listredleaf {
	width: 100%;
	list-style: none;
	max-width:800px;
	color: rgb(25, 25, 25);
	font-size: 23px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	margin: 0 auto 20px;
}

.listredleaf li {
	margin: 10px 0;
	font-weight: 700;
	padding-left: 30px;
	position: relative;
}

.listredleaf li:first-child { margin-top: 0px; }

.listredleaf li::before {
	color: rgb(255, 0, 0);
	content: "\f06c";
	font: normal normal normal 24px/1 FontAwesome;
	position: absolute;
	left: -5px; top: 3px;
}

.listredcheck {
	width: 100%;
	list-style: none;
	padding: 0 0 0 15px;
	max-width:800px;
	color: rgb(25, 25, 25);
	font-size: 23px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;margin: 0 auto 20px;
}

.listredcheck li {
	margin: 10px 0;
	font-weight: normal;
	padding-left: 35px;
	position: relative;
}

.listredcheck li::before {
	color: rgb(255, 0, 0);
	/* border: 2px solid; */
	content: "\f00c";
	font: normal normal bold 23px/1 FontAwesome;
	position: absolute;
	left: -5px;
	top: 3px;
}

.red_x {
	width: 100%;
	list-style: none;
	padding: 0 0 0 15px;
	max-width:800px;
	color: rgb(25, 25, 25);
	font-size: 23px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;margin: 0 auto 20px;
}

.red_x li {
	margin: 10px 0;
	font-weight: normal;
	padding-left: 35px;
	position: relative;
}

.red_x li::before {
	color: rgb(255, 0, 0);
	/* border: 2px solid; */
	content: "\f00d";
	font: normal normal bold 23px/1 FontAwesome;
	position: absolute;
	left: -5px;
	top: 3px;
}

.listredarrowright {
	width: 100%;
	list-style: none;
	padding: 0 0 0 15px;
	max-width:800px;
	color: rgb(25, 25, 25);
	font-size: 23px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;margin: 0 auto 20px;
}

.listredarrowright li {
	margin: 10px 0;
	font-weight: normal;
	padding-left: 35px;
	position: relative;
}

.listredarrowright li::before {
	color: rgb(255, 0, 0);
	/* border: 2px solid; */
	content: "\f061";
	font: normal normal bold 23px/1 FontAwesome;
	position: absolute;
	left: -5px;
	top: 3px;
}

/** Citations **/

.citations { padding-top: 30px; padding-bottom: 0px; }

.citations h2 {
	color: rgb(25, 25, 25) !important;
    font-size: 32px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.citations p {
	color: rgb(25, 25, 25) !important;
	word-break: break-all;
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 1.2em;
    font-size: 16px;
    margin: 10px 0;
    /* max-width: 980px; */
	padding-left: 1.7em;
    text-indent: -1.7em;
}

/** Notice Section **/

.notic_sec {
	width: 85%;
	max-width: 960px;
	margin: auto;
	padding: 50px 0 10px 0;
	text-align: center;
}

.notic_sec p {
	color: rgb(51, 51, 51) !important;
    font-size: 14px !important;
}

.notic_sec p.tve_p_center {
	color: rgb(51, 51, 51) !important;
    font-family: "Open Sans", "sans serif" !important;
    font-size: 16px !important;
}

.faq_sec {
	padding-top: 20px;
	padding-bottom: 20px;
}

/** MOBILE **/

@media (min-width: 951px) {
	.pr60 { padding-right: 80px; }
	.pl60 { padding-left: 80px; }
    .pimg1 {
		max-width: 288px;
	}
}
@media (min-width: 768px) {
	.col-md-4 {
    	width: 33.33333333%;
	}
	.col-md-5 {
    	width: 41.66666667%;
	}
	.col-md-6 {
    	width: 50%;
	}
	.col-md-7 {
    	width: 58.33333333%;
	}
	.col-md-8 {
    	width: 66.66666667%;
	}
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left;
    }
}

@media (max-width:940px) {
	.row_930 {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (max-width:840px) {
	.row_830 {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (max-width:768px) {}
@media (max-width:767px) {
	.hideindesk { display: block; }
	.hideinmob { display: none; }

    .container {
    	padding-left: 20px !important;
    	padding-right: 20px !important;
    }
    .row-flex .col-md-6, .row-flex .col-md-4, .row-flex .col-md-5, .row-flex .col-md-8, .row-flex .col-md-9, .row-flex .col-md-3 {
    	width: 100%;
    }
    
    p { font-size: 21px; }
    
    .img-responsive {
    	margin-right: auto;
    	margin-left: auto;
    	width: 100%;
    }

	.img_style_polaroid.img_style_dark_frame {
    	margin: 0 auto 20px auto;
    	max-width: 75%;
	}

    .section_1a_mobile { margin-top: 0px; }
    .section_1a_mobile .section_1a_img_wrapper { padding: 6px 6px 12px !important; }

	.section_2 { padding: 20px 0; }
	.section_2 h2 {
		font-size: 32px !important;
		line-height: 34px;
		margin-top: 25px;
	}
    .section_2 h2 .emphasized_h2 {
    	font-size: 52px !important;
    	line-height: 30px;
    }
    .section_2 p {
    	line-height: 1.25em;
    	margin:0 0 25px 0 !important;
    }
    .section_2 img { margin-bottom: 25px; }
    .section_2 img.pimg1 {
    	max-width: 288px !important;
    	margin: auto;
    }
    
	.buy_box { padding: 20px 15px 10px; }

	.buy_box h3 {
		font-size: 28px !important;
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 1.1em;
	}
	.buy_box img.pro_img {
//		max-width: 190px;
		display: inline-block;
		width: 50%;
		margin: 20px auto 10px auto;
	}
	.buy_box .shipme { font-size: 32px; }

	.moneyback {
		padding: 15px 15px 0 15px;
		text-align: center;
	}

    .moneyback h3 img { margin-bottom: 7px; margin-right: 0px; }

	.moneyback h3 {
		font-size: 28px !important;
	}

	.moneyback h4 {
		border: none;
		padding-top: 0;
		margin-top: 20px;
		font-size: 1.3rem;
	}
	
	.moneyback ol { font-size: 18px;padding-left: 20px; }
	
	.moneyback img.sign_img { height: 40px; margin-top: 20px; }

    .pull-left, .pull-right{ float: none !important; }
    .listgreencheck{line-height: 1.25em;}
    .listredleaf{ padding-left: 10px; }
    .section_1a_img_wrapper.image_frame_caption.img_style_dark_frame{ margin: 0 auto 20px; }
    .pr60{ padding-right: 15px }
    .pl60{ padding-left: 15px }
    .pimg2{ max-width: 100%;}
    .row_930{ width: auto; max-width: none; margin: 0 -15px; }
    .row_830{ width: auto; max-width: none; margin: 0 -15px; }

	h4 {
		padding-top: 25px;
		margin-top: 25px;
		border-top: 1px solid #888888;
	}

	.mobile-130 {
		max-width: 130%;
		width: auto;
	}

	.horizontal-scroll {
		overflow-x: scroll;
	}

	.comment_div {
		font-size: 21px;
	}

}
@media (max-width:600px){}
@media (max-width:550px){}
@media (max-width:500px){}
@media (max-width:420px){}


#reference-container {
	display: none;
}


/** Progress Bar Modal **/

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10,10,10,.45);
    overflow-y: scroll;
}

#progress_modal {
    top: 35%!important;
}

#progress_modal .progress_modal_column {
	margin: auto;
	padding: 0 10px;
}

#progress_modal_product_image {
	width: 120px;
	margin: 0 auto 10px auto;
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}

.reveal>:last-child {
    margin-bottom: 0;
}

#progress_modal .loader {
    margin: 10px auto;
    width: 500px;
    max-width: 100%;
    height: 25px;
    line-height: 16px;
    border-radius: 14px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #999;
    background: #ccc;
    overflow: hidden;
    position: relative;
}

.loader .progress-bar {
    height: inherit;
    width: 0%;
    border-radius: inherit;
    position: relative;
    overflow: hidden;
    transition: 4s width ease-out
}

.loader .progress-bar .progress-stripes {
    width: inherit;
    height: inherit;
    font-size: 180px;
    font-weight: 700;
    margin-top: -50px;
    letter-spacing: -64px
}

.loader .progress-bar .percentage {
    position: absolute;
    top: 4px;
    right: 5px;
    font-weight: 700;
    font-size: 16px
}

.loader.yellow .progress-bar {
    background: blue;
}

.loader.yellow .progress-bar .percentage {
    color: #fff
}

.loader.yellow .progress-bar .progress-stripes {
    color: #aaaaff;
}

.loader.green .progress-bar {
    background: darkgreen;
}

.loader.green .progress-bar .percentage {
    color: #fff
}

.loader.green .progress-bar .progress-stripes {
    color: #27ae60
}

@media print, screen and (min-width: 40em) {
	.reveal, .reveal.large, .reveal.small, .reveal.tiny {
    	right: auto;
    	left: auto;
    	margin: 0 auto;
    	width: 90%;
		overflow: hidden;
		max-width: 600px;
		min-height: 0;
	}
}

@media screen and (max-width: 550px) {
	#progress_modal {
		max-width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#progress_modal .loader {
		width: 100%;
		max-width: 100%;
	}
}