html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

em {
    font-style: italic;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* STYLE */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #167ac6;
	font-weight: 700;
}

a:hover {
	text-decoration: underline;
	color: #23527c;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 1.35;
}

body.openpop {
	overflow: hidden;
}

.advertorial {
	text-align: center;
	background: #273c51;
	color: #fff;
	padding: 0 15px;
	line-height: 2.35;
	font-size: 0.875rem;
}

.header {
	padding: 10px 0;
	border-bottom: 1px solid #ebecef;
	color: #17191c;
	margin-bottom: 15px;
}

.inner, .wrapper {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1170px;
}

.logo {
	font-size: 1.313rem;
	padding: 7px 38px 7px 0;
	display: inline-block;
	background: url(../picture/us.webp) no-repeat right center;
}

.wrapper {
	padding: 0;
	font-size: 0;
}

.left-article {
	display: inline-block;
	vertical-align: top;
	width: 75%;
	font-size: 1rem;
	padding: 0 15px;
}

.breadcrumbs {
	color: #17191c;
	margin-bottom: 5px;
	font-size: 0.875rem;
}

h1 {
	font-size: 1.938rem;
	color: #17191c;
	font-weight: 800;
	padding: 10px 0;
}

h1 span {
	color: #fff;
	background: #f00;
	padding: 0 10px;
}

.meta-tags {
	margin-bottom: 10px;
}

.meta-tags * {
	display: inline-block;
	vertical-align: middle;
}

.meta-tags > div {
	margin-left: 16px;
	font-size: 0.75rem;
	color: #919ba3;
}

.meta-tags > div:first-child {
	margin-left: 0;
}

.meta-tags > div img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.author-by {
	margin-left: 10px;
}

.author-name {
	font-weight: 600;
	color: #49545e;
}

.author-breadcrumb {
	font-weight: 600;
	margin-left: 16px;
	color: #49545e;
}

.old-price {
	text-decoration: line-through;
}

.img-responsive {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: block;
}

.img-responsive.full-width {
	width: 100%;
	max-width: 850px;
}

.main-img {
	margin-bottom: 20px;
}

.article p.intro-text {
	color: #3a87ad;
	background: #d9edf7;
	border: 1px solid #bce8f1;
	border-top: 0;
	font-weight: 700;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	padding: 10px 15px 25px;
	font-style: italic;
	font-size: 1.188rem;
	margin-bottom: 0 !important;
}

.article p {
	margin-bottom: 20px;
	font-size: 1.313rem;
	line-height: 1.65;
}

.quote {
	font-style: italic;
	border-left: 5px solid #000;
	padding: 10px 15px;
}

.quote span {
	display: block;
	padding-top: 20px;
}

.comment {
	background: #f3f3ff;
	padding: 20px 20px 20px 110px;
	border-bottom: 2px solid #ebecef;
	position: relative;
	margin-bottom: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.user-img {
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
}

.user-name {
	font-size: 1.125rem !important;
	font-weight: 700;
	line-height: 1.2 !important;
	margin-bottom: 5px !important;
	color: #385898;
}

.comment-stars, .comment-img {
	display: block;
	max-height: 220px;
	max-width: 100%;
	height: auto;
}

.comment-title {
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 0 !important;
}

.comment-txt {
	margin: 10px 0 20px !important;
	line-height: 1.35 !important;
	font-size: 1.188rem !important;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: 700;
}

h2 {
	font-weight: 700;
	font-size: 1.875rem;
	margin-bottom: 30px;
}

.article p.bulletin-title {
	font-weight: 700;
	margin-bottom: 5px;
}

.fb-container {
	padding: 0 8px;
	margin-bottom: 20px;
}

.fb-comment {
	color: #1c1e21;
	padding-left: 56px;
	position: relative;
	font-family: 'Helvetica', sans-serif;
	margin-bottom: 12px;
}

.fb-comment > img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.fb-name {
	margin-bottom: 4px !important;
	font-size: 0.875rem !important;
}

.fb-name a {
	color: #385898;
	font-weight: 600;
}

.fb-txt {
	font-size: 0.875rem !important;
	margin-bottom: 4px !important;
}

.fb-meta {
	font-size: 0.75rem;
}

.fb-meta a {
	color: #385898;
	font-weight: 400;
}

.fb-meta span {
	color: #90949c;
}

.fb-like {
	color: #1c1e21 !important;
	line-height: 14px;
	padding-left: 18px;
	background: url(/review/slimdefine/images/fb-like.webp) no-repeat center left;
}

.fb-comment > .fb-comment {
	margin: 12px 0 0;
	border-left: 1px dotted #d3d6db;
	padding-left: 52px;
}

.fb-comment > .fb-comment img {
	left: 8px;
}

.fb-footer {
	border-top: 1px solid #e9ebee;
	padding: 8px 0;
	font-size: 0.688rem !important;
	padding-left: 19px;
	line-height: 14px;
	background: url(/review/slimdefine/images/fb-icon.webp) no-repeat center left;
}

.fb-footer a {
	font-weight: 400;
	color: #385898;
}

.article p.bottom-alert {
	background: #f0f8ff;
	border: 2px solid #f00;
	padding: 20px;
	text-align: center;
}

.main-cta {
	top: 0;
	position: relative;
	padding: 0 5px;
	display: block;
	margin-top: 20px;
	background: #ef432d;
	border-bottom: 1px solid #f47b6c;
	color: #fff;
	font-weight: 700;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-size: 1.125rem;
	line-height: 45px;
	text-decoration: none;
	-webkit-box-shadow: 0px 6px 0px 0px #bf3624;
	-moz-box-shadow: 0px 6px 0px 0px #bf3624;
	box-shadow: 0px 6px 0px 0px #bf3624;
	text-align: center;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	transition: all 100ms linear;
}

.main-cta:hover {
	top: 3px;
	-webkit-box-shadow: 0px 3px 0px 0px #bf3624;
	-moz-box-shadow: 0px 3px 0px 0px #bf3624;
	box-shadow: 0px 3px 0px 0px #bf3624;
	color: #fff;
	text-decoration: none;
}

.right-sidebar {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	width: 25%;
	text-align: center;
    position: sticky;
    top: 15px;
}

.widget-sidebar {
	margin-bottom: 25px;
}


.widget-sidebar:last-child {
	margin-bottom: 0;
}

.sidebar-title {
	background: #222;
	padding: 5px 7px;
	color: #fff;
	font-weight: 700;
	font-size: 0.875rem;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.sidebar-img {
	display: block;
}

.sidebar-author-txt {
	padding: 20px 0;
	font-size: 0.938rem;
	font-style: italic;
	line-height: 1.5;
	border-bottom: 1px solid #eaeaea;
}

.footer {
	background: #2e3138;
	color: #abb0ba;
	margin-top: 120px;
	font-size: 1.313rem;
	text-align: center;
	padding: 60px 0;
	line-height: 1.6;
}

.footer p {
	margin-bottom: 20px;
}

.footer p:last-child {
	margin-bottom: 0;
}

.footer p a {
	color: #abb0ba;
	font-weight: 400;
}

.bottom-bar {
	position: fixed;
	bottom: -90px;
	left: 0;
	width: 100%;
	background: #00c249;
	padding: 8px 15px;
	text-align: center;
	display: none;
	-webkit-transition: bottom 500ms linear;
	-moz-transition: bottom 500ms linear;
	transition: bottom 500ms linear;
}

.bottom-bar.bar-visible {
	bottom: 0;
}

.bottom-bar a {
	box-shadow: 3px 3px 4px 0 rgba(12, 113, 40, 0.7);
	background: #fff;
	color: #00c249;
	display: block;
	text-decoration: none;
	font-size: 0.938rem;
	padding: 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.scroll-up {
	background: #54b948 url(../picture/arrow.webp) no-repeat center;
	width: 50px;
	height: 50px;
	border: 0;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 100;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	outline: 0;
	display: none;
}

.scroll-up:hover {
	background-color: #555;
}

.modal-pop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10001;
	text-align: center;
	line-height: 100vh;
	display: none;
}

.inner-modal {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
	background: #fff;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-width: 750px;
	width: 100%;
}

.inner-modal button {
	position: absolute;
	top: -40px;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	color: #fff;
	opacity: 0.3;
	font-size: 1.5rem;
}

.inner-modal button:hover {
	opacity: 0.6;
}

.inner-modal h5 {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #9ad94f;
	color: #fff;
	text-align: center;
	font-size: 1.375rem;
	padding: 8px;
	font-weight: 700;
}

.modal-content {
	padding: 16px;
	font-size: 0;
	color: #000;
}

.modal-left, .modal-right {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	padding: 8px;
}

.modal-left a {
	display: block;
}

.modal-title {
	font-size: 2rem;
	font-weight: 900;
}

.modal-text {
	font-size: 1rem;
	margin: 5px 0 30px;
}

.modal-right a {
	display: block;
	background: #0e820c;
	color: #fff;
	padding: 10px 12px;
	font-weight: 700;
	font-size: 1.125rem;
	text-align: center;
}

.modal-right a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1023px) {
	.left-article {
		width: 70%;
	}

	.right-sidebar {
		width: 30%;
	}

	.right-sidebar .main-cta {
		font-size: 1rem;
	}
}

@media screen and (max-width: 767px) {
	.left-article {
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}

	h1 {
		font-size: 1.563rem;
	}

	.meta-tags > div:last-child {
		margin-left: 0;
        display: block;
        margin-top: 5px;
	}

	.article p.intro-text, .article p {
		font-size: 1.188rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	.comment {
		padding: 15px 15px 15px 75px;
	}

	.user-img {
		left: 15px;
		top: 15px;
		width: 50px;
	}

	.main-cta {
		font-size: 0.938rem !important;
	}

	.right-sidebar {
		width: 100%;
		display: block;
	}

	.footer {
		margin-top: 80px;
		font-size: 0.875rem;
		padding-bottom: 80px;
	}

	.bottom-bar {
		display: block;
	}

	.scroll-up {
		display: none !important;
	}
}