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;
}
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: #007bff;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	background: #f6f6f6;
	color: #212529;
}

.header {
	background: #fff;
	padding: 40px 0;
}

.logo-text {
	padding: 0 15px;
	max-width: 1200px;
	margin: 0 auto;
	font-weight: 800;
	font-size: 2.75rem;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

h1 {
	font-size: 2.375rem;
	padding-top: 60px;
	margin-bottom: 38px;
	font-weight: 600;
	border-top: 9px solid #7cb138;
}

.top-txt {
	font-size: 1.188rem;
	line-height: 1.65;
	margin-top: 16px;
}

.updated {
	margin: 22px 0 38px;
	font-size: 0;
}

.updated-left {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.125rem;
	font-weight: 700;
}

.updated-right {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	font-size: 1.125rem;
}

.review {
	font-size: 0;
	background: #fff;
	margin-bottom: 56px;
	border: 1px solid #e1e1e1;
	position: relative;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-box-shadow: 0px 9px 10px -7px rgba(0,173,241,0.35);
	-moz-box-shadow: 0px 9px 10px -7px rgba(0,173,241,0.35);
	box-shadow: 0px 9px 10px -7px rgba(0,173,241,0.35);
}

.review:hover {
	border: 1px solid #00aeef;
	-webkit-box-shadow: 0px 7px 18px -2px rgba(0,173,241,0.45);
	-moz-box-shadow: 0px 7px 18px -2px rgba(0,173,241,0.45);
	box-shadow: 0px 7px 18px -2px rgba(0,173,241,0.45);
}

.pick-nr {
	position: absolute;
	top: -24px;
	left: -33px;
	background: #00aeef;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 64px;
	height: 64px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	padding-left: 27px;
	z-index: 10;

}

.pick-nr:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 33px 33px 0;
	border-color: transparent #008bbf transparent transparent;
	transform: rotate(0deg);
}

.pick-nr:after {
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 100%;
    border: 32px solid #00aeef;
    border-right-color: transparent;
    z-index: -1;
}

.review-left {
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	padding: 45px 10px;
}

.review-left a {
	display: block;
}

.review-left a img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.review-middle {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	border-left: 2px solid #e1e1e1;
	border-right: 2px solid #e1e1e1;
	min-height: 320px;
}

.review-rating {
	text-align: center;
	border-bottom: 2px solid #e1e1e1;
}

.review-rating-left {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	border-right: 2px solid #e1e1e1;
	padding: 10px 0;
}

.review-rating-left p {
	font-size: 1.125rem;
	font-weight: 600;
	color: #bababa;
}

.rating-stars {
	margin-top: 8px;
	color: #faca12;
}

.rating-stars i {
	font-size: 1.625rem;
	margin: 0 1px;
}

.rating-review-right {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.rating-review-right p {
	font-size: 1.875rem;
	padding: 0 4px;
	font-weight: 700;
	color: #00aeef;
	line-height: 1.1;
}

.rating-middle-content {
	padding: 35px 0;
}

.rating-middle-content ul {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
}

.rating-middle-content ul li {
	padding-left: 30px;
	font-size: 1.125rem;
	position: relative;
	line-height: 1.2;
	margin-bottom: 12px;
}

.rating-middle-content ul li:last-child {
	margin-bottom: 0;
}

.rating-middle-content ul li i {
	position: absolute;
	top: 3px;
	left: 2px;
	font-size: 1.25rem;
	color: #79ae38;
}

.rating-middle-content ul li.cons, .rating-middle-content ul li.cons i {
	color: #f00;
}

.review-right {
	text-align: center;
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}

.review-right-rating {
	color: #bababa;
	font-size: 1.125rem;
	font-weight: 600;
}

.review-right-score {
	font-size: 6rem;
	color: #00aeef;
	line-height: 1.2;
	margin-bottom: 12px;
}

.review-cta {
	border: 4px solid #8bc53e;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6e9f34+0,7cb138+100 */
	background: linear-gradient(to bottom,  #6e9f34 0%,#7cb138 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 8px 68px 8px 28px;
	position: relative;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px #6e9f34;
	display: inline-block;
}

.review-cta:hover, .main-cta:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#608b2e+0,7db239+100 */
	background: linear-gradient(to bottom,  #608b2e 0%,#7db239 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.review-cta i {
	background: #76a937;
	border: 4px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	font-size: 0.938rem;
	width: 38px;
	height: 38px;
	line-height: 30px;
	box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -19px;
}

.best-choice {
	background: #00aeef;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding: 13px 26px;
	font-size: 1.625rem;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.article > h2 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 32px;
}

.article > p {
	font-size: 1.125rem;
	line-height: 1.65;
	margin-bottom: 16px;
}

.article > p a {
	font-weight: 600;
	text-decoration: underline;
}

.article > h3 {
	font-size: 1.563rem;
	font-weight: 600;
	margin-bottom: 32px;
}

.old-price {
	font-weight: 700;
	font-size: 1.375rem;
	text-decoration: line-through;
	color: #f00;
}

.new-price {
	font-weight: 700;
	font-size: 1.375rem;
	color: #6e9f34;
}

.main-cta {
	border: 4px solid #8bc53e;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6e9f34+0,7cb138+100 */
	background: linear-gradient(to bottom,  #6e9f34 0%,#7cb138 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 12px 20px;
	position: relative;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px #6e9f34;
	display: block;
	text-align: center;
}

.footer {
	margin: 64px auto 0;
	max-width: 1200px;
	padding: 0 15px 40px;
}

.footer ul {
	margin-bottom: 32px;
	text-align: center;
}

.footer ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}

.footer ul li a {
	color: #000;
	font-weight: 600;
	font-size: 1.125rem;
}

.footer ul li a:hover {
	text-decoration: underline;
}

.disc {
	margin-bottom: 16px;
	font-size: 0.875rem;
	line-height: 1.5;
}

.copyright {
	text-align: center;
}

@media screen and (max-width: 1023px) {
	.header {
		padding: 25px 0;
	}

	.logo-text {
		font-size: 2.25rem;
	}

	h1 {
		padding-top: 40px;
		font-size: 2rem;
	}

	.top-txt, .updated-left, .updated-right, .rating-middle-content ul li, .article > p {
		font-size: 1rem;
	}

	.rating-stars i, .rating-review-right p, .main-cta {
		font-size: 1.375rem;
	}

	.rating-middle-content {
		padding: 20px 0;
	}

	.rating-middle-content ul {
		padding: 0 10px;
	}

	.review-right-score {
		font-size: 4.875rem;
	}

	.review-cta {
		font-size: 1.125rem;
		padding: 8px 53px 8px 18px;
	}

	.review-cta i {
		border: 2px solid #fff;
		line-height: 28px;
		font-size: 0.875rem;
		width: 32px;
		height: 32px;
		margin-top: -16px;
	}

	.article > h2 {
		font-size: 1.875rem;
	}

	.old-price, .new-price {
		font-size: 1.188rem;
	}

	.article > h3 {
		font-size: 1.438rem;
	}
}

@media screen and (max-width: 767px) {
	.header {
		padding: 15px 0;
	}

	.logo-text {
		font-size: 1.438rem;
	}

	h1 {
		padding-top: 24px;
		font-size: 1.625rem;
		border-top-width: 7px;
		margin-bottom: 24px;
	}

	.updated-left {
		font-size: 0.875rem;
		width: 75%;
	}

	.updated-right {
		font-size: 0.75rem;
		width: 25%;
	}

	.pick-nr {
		left: -1px;
		font-size: 1.25rem;
		line-height: 48px;
		height: 48px;
	}

	.pick-nr:before {
		display: none;
	}

	.pick-nr:after {
		border: 24px solid #00aeef;
		border-right-color: transparent;
	}

	.review-left {
		width: 100%;
		display: block;
		padding-bottom: 10px;
	}

	.review-middle {
		width: 100%;
		display: block;
		border: 0;
		border-top: 2px solid #e1e1e1;
	}

	.rating-middle-content ul {
		width: 100%;
		display: block;
	}

	.rating-middle-content ul + ul {
		margin-top: 12px;
	}

	.rating-middle-content ul li {
		font-size: 0.938rem;
	}

	.rating-stars i, .rating-review-right p {
		font-size: 1.188rem;
	}

	.review-right {
		width: 100%;
		display: block;
		padding: 25px 10px;
		border-top: 2px solid #e1e1e1;
	}

	.best-choice {
		font-size: 1.375rem;
	}

	.main-cta {
		font-size: 1rem;
		padding: 14px 15px;
		padding: 8px 58px 8px 23px;
	}

	.article > h2 {
		font-size: 1.688rem;
	}

	.footer {
		margin-top: 48px;
	}

	.footer ul li {
		margin: 0 4px;
	}

	.footer ul li a, .copyright {
		font-size: 0.875rem;
	}
}