@import url('fonts.css');

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	background-color: #fff;
}

a, a:visited {
	color: #0036ff;
}

h1 {
	font-family: 'SegoeUI-Bold';
	font-size: 3.4rem;
	color: #000;
	line-height: 3rem;
	font-weight: 400;
	margin: 0 0 20px;
}

h1.reducedSize, h5 {
	font-size: 1.9rem;
	line-height: 2.2rem;
	color: #007529;
	padding-top: 20px;
}

h2 {
	font-family: 'SegoeUI-Italic', sans-serif;
	font-size: 1.7rem;
	font-weight: normal;
	margin-top: 0;
}

h3 {
	font-family: 'SegoeUI-Bold', sans-serif;
	font-size: 1.7rem;
	line-height: 1.9rem;
	font-weight: 700;
	font-style: normal;
	margin-top: 0;
	color: #007529;
}

h4 {
	font-family: 'SegoeUI-Bold', sans-serif;
    color:#a80000;
    font-size: 1.3rem;
    font-weight: bold;
}

h4,
h5 {
    line-height: 1.4rem;
    margin-top:0px;
    margin-bottom: 10px;
}

h5 {
	font-family: 'SegoeUI-Bold';
	box-sizing: border-box;
	line-height: 2.2rem;
	color: #fff;
	padding: 10px;
    margin-bottom: 10px;
    background-color: #007529;
    display: block;
}

sup {
	font-size: 0.6rem;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 20px 30px;
	max-width: 1100px;
	box-sizing: border-box;
}

.container.first {
	padding-bottom: 0;
}

.category {
	position: relative;
	z-index: 9999;
	background-color: #010e18;
	width: 100%;
}

.category div {
	font-family: 'Noto Sans', sans-serif;
	font-size: .9rem;
	font-weight: 600;
	display: block;
	padding: 20px 35px;
	color: #fff;
	box-sizing: border-box;
}

.colorBG {
	position: relative;
	background-color: #000b04;
	width: 100%;
	height: auto;
}

.colorBG video {
	display: block;
	margin: 0 auto;
	max-width: 1040px;
	box-sizing: border-box;
}

section {
	clear: both;
	padding-top: 15px;
}

.card {
	position: relative;
	display: block;
	box-sizing: border-box;
	background-color: #289c0025;
	color: #000;
	top: 10px;
	width: calc(100% - 420px);
	padding: 10px;
	margin-bottom: 30px;
	z-index: 1;
}

.card-sm {
	width: calc(100% - 170px);
}

.card.l {
	float: left;
}

.card.r {
	float: right;
}

.card.mobile-640 {
	margin-top: -9px;
}

article {
	background-color: #fff;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	/*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);*/
}

article p, img + span, video + span, article ul li, article ol li {
	font-family: 'SegoeUI', sans-serif;
	font-size: 1rem;
	color: #000;
}

img + span, video + span {
	font-size: .8rem;
	line-height: 1.12rem;
	font-style: italic;
	width: 100%;
	margin: -4px 0 10px;
	padding: 10px 15px 15px;
	box-sizing: border-box;
	background-color: #f4fcff;
	display: inline-block;
	clear: both;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
	display: inline;
	cursor: pointer;
	text-align: left;
	padding: 0;
	border: none;
	outline: none;
}

.content {
	clear: both;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	margin-top: -10px;
}

.icon-arrow {
	display: inline-block;
	margin-left: 5px;
	max-width: 12px;
	transform: rotate(90deg);
}

hr {
	border: none;
	height: 1px;
	background-color: #777;
	margin-top: 50px;
}

.video-link {
	cursor: pointer;
}

.leadPic {
	width: 100%;
	float: right;
	position: relative;
	margin: 10px 0;
}

.pic-xl {
	width: 300px;
}

.pic-l {
	width: 250px;
}

.pic-m, .pic-m.alt {
	width: 400px;
}

.pic-xs {
	width: 150px;
}

.pic-s {
	width: 200px;
}

/*.pic-s img {
	width: 180px;
	display: block;
	float: left;
	clear: none;
}

.pic-s img + span {
	display: flex;
	align-items: center;
	width: 200px;
	height: 100%;
	margin-top: 0;
	float: left;
	clear: none;
}*/

/*.pic-s:nth-of-type(1) {
	width: 550px;
}

.pic-s:nth-of-type(1) img + span {
	width: 370px;
}*/

.left {
	float: left;
	margin-right: 20px;
}

.right {
	float: right;
	margin-left: 20px;
}

.comparison {
	width: 50%;
	float: right;
	margin-left: 20px;
}

.comparison + span {
	float: right;
	width: 50%;
	margin-left: 20px;
	margin-bottom: 5px;
}

.col-l {
    float: left;
    width: 30%;
    margin-right:3%;
}
.col-r {
    float: right;
    width: 33%;
}

.productContainer {
	position: relative;
}

.productInfo {
	width: -webkit-calc(100% - 600px);
	width: -moz-calc(100% - 600px);
	width: calc(100% - 600px);
	max-width: 480px;
	float: left;
	margin-left: 40px;
	box-sizing: border-box;
}

.productInfo p {
	font-family: 'SegoeUI-Bold', sans-serif;
	font-size: 1.4rem;
	color: #fc5000;
	margin: 0;
}

.productInfo span {
	display: inline-block;
	font-family: 'SegoeUI', sans-serif;
	font-size: 1.1rem;
	color: #3e0099;
	margin-bottom: 12px;
	padding-left: 20px;
}

.packshot {
	background-image: url('https://procombo.com/articles/en/facebook/inner/health-news/how-to-save-the-stomach/images/packshot.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 0;
	padding-top: 58%;
}

.separator {
	clear: both;
	display: inline-block;
	background-color: #3e0099;
	width: 100%;
	height: 12px;
	margin-top: 20px;
}

hr {
	border: none;
	height: 1px;
	background-color: #777;
	margin-top: 50px;
}

.bottom-link {
	font-size: 1.5rem;
	color: #0036ff;
	font-weight: bold;
	clear: both;
	text-decoration: underline;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	background-color: rgba(30, 30, 30, 0.9);
	visibility: hidden;
	opacity: 0;
	/*box-shadow: 5px 5px 50px #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.overlay.show {
	z-index: 15;
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.overlay video {
	width: 100%;
	max-width: 780px;
	position: absolute;
}

.overlay.show video {
	box-sizing: border-box;
}

.overlay .container {
	padding: 0;
	box-sizing: border-box;
}

.overlay .videoContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 460px;
	max-width: 800px;
	background-color: #181818;
	padding: 10px;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.overlay .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	cursor: pointer;
}

.disclaimer {
	font-size: .8rem;
	color: #555;
}

footer {
	width: 100%;
	margin: 0 auto;
	background-color: #f2f2ea;
}

footer .container {
	padding: 20px 30px;
}

footer a, footer a:visited, footer a:active {
	font-family: 'SegoeUI', sans-serif;
	color: #827b30;
	text-decoration: none;
}

footer img {
	margin-bottom: -5px;
}

footer span {
	margin-left: 30px;
}

footer span:first-child {
	margin-left: 0;
}

.mobile, .mobile-750, .mobile-640, .mobile-680 {
	display: none;
}

@media screen and (max-width: 1100px) {
	h1 {
		font-size: 3.8vw;
		line-height: 3.6vw;
	}
	h2 {
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
	.colorBG video {
		padding: 0 calc(2vw - 5px);
	}
	.productInfo {
		width: -webkit-calc(100% - 550px);
		width: -moz-calc(100% - 550px);
		width: calc(100% - 550px);
		margin-left: 30px;
	}
	.productInfo p {
		font-size: 2vw;
	}
	.productInfo span {
		font-size: 1.7vw;
		padding-left: 2vw;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
}

@media screen and (max-width: 800px) {
	h1 {
		font-size: 1.8rem;
		line-height: 1.9rem;
	}
	h2 {
		font-size: 1.4rem;
		line-height: 1.6rem;
		margin: 10px 0 0;
	}
	.card {
		width: calc(100% - 440px);
	}
	.card-sm {
		width: calc(100% - 170px);
	}
	/*.pic-s,
	.pic-s:nth-of-type(1) {
		width: 100%;
	}
	.pic-s img + span,
	.pic-s:nth-of-type(1) img + span {
		width: calc(100% - 180px);
	}*/
	.pic-l {
		width: 100%;
	}
	.pic-l.left, .pic-l.right {
		margin: 0;
	}
	.pic-m {
		width: 50%;
	}
	.pic-m.alt {
		margin-right: 20px;
	}
	.overlay .videoContainer {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 58vw;
		max-width: 800px;
		padding: 10px;
		box-sizing: border-box;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.overlay video {
		width: calc(100% - 20px);
	}
	.bottom-link {
		font-size: 1.4rem;
		color: #0036ff;
		font-weight: bold;
		clear: both;
	}
	.productInfo {
		width: 45%;
	}
}

@media screen and (max-width: 750px) {
	.productInfo p {
		font-size: 1rem;
	}
	.productInfo span {
		font-size: .8rem;
		padding-left: 15px;
	}
	.pic-m.left {
		margin-right: 15px;
	}
	.pic-m.right {
		margin-left: 15px;
	}
	.col-l, .col-r {
        width: 100%;
        margin-right:0;
    }
	.desktop-750 {
		display: none;
	}
	.mobile-750 {
		display: block;
	}
}

@media screen and (max-width: 680px) {
	.category {
		height: 50px;
	}
	.category div {
		font-size: .8rem;
		padding: 15px 15px;
	}
	.container {
		padding: 10px 15px;
	}
	.colorBG video {
		padding: 0 10px;
	}
	.leadPic {
		margin-top: 0;
	}
	.graph1, .graph2 {
		float: none;
		width: 100%;
	}
	.graph2 {
		margin: 0;
	}
	.graph1 + span {
		margin-bottom: 15px;
	}
	.comparison {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 20px;
	}
	.comparison + span {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	/*.pic-s,
	.pic-s:nth-of-type(1) {
		min-width: 160px;
	}*/
	footer .container {
		padding: 10px 20px;
	}
	.packshot {
		background-image: url('https://procombo.com/articles/en/facebook/inner/health-news/how-to-save-the-stomach/images/packshot_mob.jpg');
		width: 100%;
		padding-top: 126%;
	}
	.desktop-680 {
		display: none;
	}
	.mobile-680 {
		display: block;
	}
}

@media screen and (max-width: 640px) {
	.productInfo {
		width: 39%;
	}
	.leadPic {
		width: 100%;
	}
	.pic-m, 
	.pic-m.alt {
		width: 100%;
	}
	.pic-m.left {
		margin-right: 0;
	}
	.pic-m.right {
		margin-left: 0;
	}
	.pic-s {
		width: 40%;
	}
	.pic-xs {
		width: 30%;
	}
	.pic-m.alt {
		width: 100%;
		margin: 0;
	}
	.pic-m.alt.left, 
	.pic-m.alt.right {
		margin: 10px 0 0;
	}
	.card {
		width: 100%;
		top: 7px;
		margin-top: 10px;
		margin-bottom: 10px;
		z-index: 0;
	}
	.card-t {
		width: calc(70% - 20px);
		float: left;
	}
	.desktop-640 {
		display: none;
	}
	.mobile-640 {
		display: block;
	}
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
	.overlay .videoContainer {
		width: 100%;
		height: 100%;
	}
	.overlay video {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}
}

@media screen and (max-width: 550px) {
	.productInfo {
		width: 100%;
	}
	/*.pic-s img {
		width: 100%;
		display: block;
		float: left;
		clear: both;
	}
	.pic-s img + span,
	.pic-s:nth-of-type(1) img + span {
		display: block;
		width: 100%;
		height: initial;
		margin-top: -5px;
		float: left;
		clear: both;
	}
	.pic-s.left {
		float: none;
		margin-right: 0;
	}
	.pic-s.right {
		float: none;
		margin-left: 0;
	}*/
}

@media screen and (max-width: 480px) {
	h1 {
		font-size: 1.6rem;
		line-height: 1.9rem;
	}
	h2 {
		font-size: 1.2rem;
		line-height: 1.3rem;
		margin-top: 0;
	}
}

@media screen and (max-width: 450px) {
	.pic-s, .pic-xl {
		width: 50%;
	}
}

@media screen and (max-width: 350px) {
	h1 {
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
	footer span:nth-of-type(2) {
		margin-left:15px;
	}
	footer span:nth-of-type(3) {
		margin-left:10px;
	}
}