@font-face {
	font-family: "Helvetica Neue Bold";
	font-weight: 700;
	src: url(../fonts/HelveticaNeueLTStd-Bd.woff);
}

@font-face {
	font-family: "Helvetica Neue Roman 55";
	src: url(../fonts/HelveticaNeueLTStd-Roman.woff);
}

/*#guide{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../images/logo_2_300x250_v2.png');
	opacity: .5;
	display: none;
}*/

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

div {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.ad-size {
	height: 250px;
	width: 300px;
}

.absolute {
	position: absolute;
	left: 0px;
	top: 0px;
}

.hidden {
	opacity: 0;
}

#container {
	cursor: pointer;
	font-family: "Helvetica Neue Roman 55", Helvetica, Arial, "Lucida Grande", sans-serif;
	background-color: #ffffff;
	border-color: #000000;
	/* overflow: hidden; */
}

#container::after {
	content: "";
	pointer-events: none;
	box-sizing: border-box;
	border-color: inherit;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	z-index: 999;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

#frame1 {
	background-color: #fff;
}
#f1_headline {
	font-family: "Helvetica Neue Bold";
	font-weight: 700;
	font-size: 26px;
    line-height: 1.1em;
    letter-spacing: -0.01em;
	position: absolute;
    left: 20px;
    top: 54px;
}

.promo {
	font-family: "Helvetica Neue Roman 55";
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2em;
    letter-spacing: 0em;
	position: absolute;
}
.promo > b, .promo > #code {
	font-family: "Helvetica Neue Bold";
	font-weight: 700;
}

#f1_promo {
	left: 20px;
    top: 139px;
}

.cta {
	color: #000;
	border-bottom: 1px solid #000;
	font-family: "Helvetica Neue Roman 55";
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 1em;
	position: absolute;
}

#f1_cta {
	left: 119px;
	top: 219px;
}

#frame2 {
	background-color: #fff;
}

#carousel {
	position: absolute;
	height: 176px;
	width: 100%;
	left: 0px;
	top: 32px;
}

#arrow_prev,
#arrow_next {
	position: absolute;
	width: 15px;
	top: 77px;
}

#arrow_prev {
	left: 138px;
}

#arrow_next {
	left: 285px;
}

#carousel_items {
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: auto;
	right: 0px;
	left: 0px;
}

#carousel_items .item {
	display: flex;
	position: absolute;
	width: 100%;
}

#carousel_items .item .item-image {
	flex-shrink: 0;
	flex-grow: 0;
	overflow: hidden;
	margin-right: 16px;
	margin-left: auto;
	margin-top: 9px;
    height: 157px;
	width: 129px;
}

#carousel_items .item .item-image > img {
	max-height:100%;
	max-width:100%;
	height: auto;
	width: auto;
}

#carousel_items .item .item-details {
	font-family: "Helvetica Neue Bold";
	font-weight: 700;
    margin-right: 20px;
	margin-left: 20px;
    margin-top: 36px;
    font-size: 14px;
	width: 100%;
}

#carousel_items .item .item-name {
	max-height: 40px;
}

#carousel_items .item .item-price {
	margin-top: 2px;
	font-family: "Helvetica Neue Roman 55";
}

#carousel_items .item .item-saleprice {
	color: #e70000;
}

#f2_headline {
	font-family: "Helvetica Neue Bold";
	font-weight: 700;
	font-size: 22px;
    line-height: 1.1em;
    letter-spacing: -0.01em;
	position: absolute;
    left: 20px;
    top: 8px;
}

#f2_promo {
    font-size: 14px;
	line-height: 1.3em;
    width: 115px;
    left: 20px;
    top: 146px;
}

#f2_cta {
	left: 199px;
	top: 219px;
}
