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;
	background:#FFF;
}
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;
}
.img-responsive{
	display: block;
	max-height: 100%;
	max-width: 100%;
}
/* STYLE */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: Verdana, Arial, Calibri, Tahoma;
	font-size: 14px;
	width: 100%;
	background:#333;

}
.wrapper {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 48px 8px 8px;
	background: #F9ECE4;
}
.date {
	color: #333;
	font-size: 12px;
	text-align: right;
	padding-bottom: 10px;
}
.inner-wrapper {
	padding: 8px 8px 0;
	overflow: hidden;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.header {
	background: rgba(0,0,0,0.8);
	height: 48px;
	width: 100%;
	z-index: 9999;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
}

.menu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 14px;
}

.menu span {
	display: block;
	margin: 6px auto 0;
	background-color: #fff;
	height: 1px;
	width: 17px;
}

.menu:hover span, .bag:hover, .apple:hover {
	opacity: 0.8;
}

.bag {
	height: 48px;
	width: 48px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/bag.svg) no-repeat center;
}

.apple {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -24px;
	width: 48px;
	height: 48px;
	background: url(../images/apple.svg) no-repeat center;
}
.title{
	color: #000;
	font-size: 32px;
	padding: 15px 0;
	text-align: left;
	font-weight: bold;
}
.countdown{
	background: #CB4E4E;
	color: #fff;
	font-size: 25px;
	width: 100px;
	margin: 0 auto;
	padding: 10px 20px

}
h2{
	padding: 10px 0;
	font-size: 24px;
	font-weight: 800;
}
.text{
	color: #333;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 0;
}
.testers {
	font-weight: 700;
	color: #272627;
	line-height: 22px;
	text-align: center;
	font-size: 16px;
}
.blue {
	color: #50a7ff;
}
.red {
	color: #C74D4D;
}
.phone-box{
	border-radius: 15px;
	background: #fff;
	padding: 10px 0;
	margin: 0;
	text-align: center;
}
.small {
	font-size: 12px;
	color: #333;
	margin-top: 10px;
	line-height: 16px;
}
.phone-box.win img{
	margin: 20px auto;
}
.phone-box p{
	line-height: 20px;
	text-align: left;
	font-size: 16px;
}
.select-phone {
	text-align: center;
	margin-bottom: 25px;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 20px;
}

.due {
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	margin: 16px 0;
}
.timer {
	font-weight: 700;
	color: #d9534f;
}
.product > * {
	display: inline-block;
	vertical-align: middle;
}

.old {
	color: #d9534f;
	text-decoration: line-through;
	font-weight: 400;
}

.new {
	color: #5cb85c;
	font-weight: 400;
}

.info-phone {
	text-align: left;
	font-weight: 300;
	font-size: 14px;
	min-width: 121px;
	margin: 0 16px;
}

.info-phone > p {
	line-height: 18px;
}

.stock {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-size: 0.8em;
	font-weight: 700;
	background: #5cb85c;
	display: inline-block;
	padding: 3px 5px;
	line-height: 1;
}

.blurred .stock {
	background: #d9534f;
}

.line {
	width: 100px;
	height: 1px;
	background: #666;
	margin: 16px auto;
}

.cta-btn {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 13px 25px;
	text-decoration: none;
	color: #fff;
	background: #000;
	line-height: 1;
	min-width: 185px;
	border: 1px solid #000;
}

.cta-btn:hover, .cta-btn:active:hover {
	color: #000;
	background: #fff;
}

.blurred {
    opacity: .8;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

.blurred .cta-btn {
	cursor: not-allowed;
}
.info img{
	margin: 0 auto;
}
.info{
	padding-bottom: 10px;
}
.phone-box button,
.phone-box a{
	background: #000;
	display: block;
	color: #fff;
	font-size: 17px;
	outline: 0;
	padding: 7px 0;
	border: none;
	margin: 10px auto;
	cursor: pointer;
	border: 1px solid #000;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.phone-box a.disabled{
	cursor: not-allowed;
}
.phone-box button:hover,
.phone-box a:hover{
	color: #000;
	border: 1px solid #000;
	background: transparent;
}
.bold {
	font-weight: 700;
}
.loading .status{
	color: #C74D4D;
	font-size: 25px;
}
.loading img{
	margin: 10px auto;
}
.loading ul li{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}


.phone-box.win button{
	font-size: 30px;
}

.wintitle .title{
	background: #C74D4D;
	color: #fff;
	margin-bottom: 10px;
}


.wintitle,
.loading,
.loading ul li,
.select-phone,
.question:not(:first-of-type)
{
	display: none;
}
/* COMMENTS */

.comment-area {
    font-size: 13px !important;
    margin: 0;
    background: #f6f6f8;
    margin: 0 -8px;
    font-size: 0.95em;
    text-align: left;
    font-family: 'Myriad Pro', sans-serif;
}

.action {
    padding: 5px 10px;
}

.action a {
    display: inline-block;
    padding-left: 20px;
    text-decoration: none;
    color: #6d6d6d;
    margin-right: 15px;
}

.action .like {
    background: url(../images/like.png) no-repeat left center;
}

.action .bubble {
    background: url(../images/bubble.png) no-repeat left center;
}

.action .share-btn {
    background: url(../images/share.png) no-repeat left center;
}

.action .active-like {
    background-image: url(../images/like-active.png);
    color: #5890ff;
}

.tot-likes {
    padding: 0 10px;
}

.tot-likes > p {
    line-height: 20px;
    padding: 5px 0;
    color: #3f5199;
    border-bottom: 1px solid #e1e3e4;
}

.you {
    display: none;
}

.you.activee {
    display: inline-block;
    line-height: 20px;
    padding-left: 20px;
    background: url(../images/btn.png) no-repeat left center;
}

.comment {
    position: relative;
    padding: 10px 10px 10px 70px;
    min-height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.profile {
    position: absolute;
    top: 10px;
    left: 10px;
}

.name {
    font-weight: 700;
    text-decoration: none;
    color: #3f5199;
}

.com-txt {
    margin-bottom: 10px;
    color: #000;
}

.act a {
    color: #3f5199;
    text-decoration: none;
}

.liked {
    background: url(../images/like-btn.png) no-repeat left center;
    padding-left: 16px;
    line-height: 16px;
    color: #3f5199;
}

.liked:after {
    content: ' · ';
}

.time {
    color: #8d9098;
}

.comment .comment {
    padding-left: 50px;
    padding-right: 0;
}

.comment .comment .profile {
    left: 0 !important;
    width: 40px !important;
    height: 40px !important;
}

.fbimg {
    max-width: 190px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    display: block;
    padding: 3px;
    border: 1px solid #808080;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-bottom: 10px;
}

.addComment {
    position: relative;
    padding: 10px 10px 10px 70px;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.addComment img {
    position: absolute;
    left: 10px;
    top: 8px;
}

.addComment input {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #e0e0e0;
    line-height: 48px;
    width: 100%;
    display: block;
    outline: 0;
    padding: 0 50px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff url(../images/btnz.png) no-repeat right center;
}

.like-imgs {
	padding: 10px 0 5px;
	max-height: 47px;
	overflow: hidden;
}

.like-imgs > div {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	margin-bottom: 5px;
}

.like-imgs > div img {
	display: block;
}

.like-imgs > div .reaction-img {
	position: absolute;
	bottom: -5px;
	right: -5px;
	z-index: 10;
}

.hide, .likehide, #myCom {
    display: none;
}

@media screen and (max-width: 767px) {
	.cta-btn {
	    width: 100%;
	    margin-top: 14px;
	    display: block;
	    font-size: 1.35em;
	}
	.info-phone {
		margin: 0 0 0 8px;
	}
}