@font-face {
	font-family: NexaBold;
	src: url("../fonts/nexabold-webfont.woff") format('woff');
}

body {
	height:90px;
	width:728px;
}

ft-default {
	height:90px;
	width:728px;
	font-family: 'NexaBold', Arial, sans-serif;
	z-index: 1;
}

#container {
	opacity: 0;
	transition: all .5s ease-in;
	box-sizing: border-box;
}

#logo {
	position: absolute;
	height:auto;
	z-index: 1000;
	display: block;
}


#logo-container {
	position: relative;
	text-align: center;
	float: left;
	/* right: 0; */
	/* margin: 0 auto; */
	z-index: 999;
	width: 226px;
	height: 88px;
}

#cta-container {
	position: relative;
	text-align: center;
	top: 210px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
	height: 38px;
}

#cta {
	display:block;
	position: absolute;
	cursor: pointer;
	font-family: 'NexaBold', Arial, sans-serif;
	z-index: 1000;
	font-size: 12px;
	text-align: center;
	padding: 3px 11px 2px 11px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	text-decoration: none;
	bottom: 34px;
	right: 53px;
	line-height: normal;
	box-shadow: #666666 0 2px 5px;
	animation:scale-big .8s 1 ease;
	animation-delay: .5s;
}

#fallback {
	position: absolute;
	height:90px;
	width:728px;
	cursor: pointer;
}

#bottom {
	width: 160px;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 88px;
	z-index: 999;
}

#side {
	width: 39px;
	position: absolute;
	bottom: 0;
	left: 233px;
	height: 88px;
	z-index: 999;
}

#line {
	position: absolute;
	height: 88px;
	top: 0;
	left: 226px;
}
/*-----------------------------------
//           Slider
-------------------------------------*/
.carousel {
	position: absolute;
	top: 0;
	z-index: 10;
}

.slick-slider {
	margin:0;
}

.slick-list {
	height: 88px;
	width: 290px;
	position: absolute;
	z-index: 100;
	left: 275px;
}

.slick-slide{
	height:88px;
	z-index: 1000;
	float:left;
	display: block;
	position:relative;
	outline: none;
	text-decoration: none;
}

.slick-track {
	height: 88px;
}

.slick-arrow {
	position: absolute;
	z-index:10000;
	top:44px;
	border:none;
}

.slick-next {
	/*transition: all .3s ease;*/
	height:17px;
	width:13px;
	right:16px !important;
}

.slick-prev {
	height:17px;
	width:13px;
	left:258px !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

/*-------Slide Content--------------*/

.slick-slide img {
	height: 88px;
	width: auto;
	left:15px;
	float: left;
	position: relative;
}

.slick-slide div {
	width: 188px;
	height: 88px;
	 padding-bottom: 38px;
	position: relative;
	float: right;
	cursor: default;
	margin-right: -3px;
}

.slick-slide div p {
	font-family: 'NexaBold', Arial, sans-serif;
}

.description {
	padding-top: 8px;
	padding-bottom: 3px;
	overflow: hidden;
	width: 76%;
	margin: 0 auto;
	height: 58px;
}

.product-price {
	position: absolute;
	bottom:42px;
	text-align: center;
	width:100%;
}


/*-------------Animation------------*/
@keyframes scale-big {
	0% {
		transform:scale(1);
		-webkit-transform: scale(1);
		-moz-transform:    scale(1);
		-ms-transform:     scale(1);
		-o-transform:      scale(1);
	}
	50% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform:    scale(1.1);
		-ms-transform:     scale(1.1);
		-o-transform:      scale(1.1);
	}
	100%{
		transform:scale(1);
		-webkit-transform: scale(1);
		-moz-transform:    scale(1);
		-ms-transform:     scale(1);
		-o-transform:      scale(1);
	}
}

@-webkit-keyframes scale-big {
	0% {
		transform:scale(1);
		-webkit-transform: scale(1);
		-moz-transform:    scale(1);
		-ms-transform:     scale(1);
		-o-transform:      scale(1);
	}
	50% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform:    scale(1.1);
		-ms-transform:     scale(1.1);
		-o-transform:      scale(1.1);
	}
	100%{
		transform:scale(1);
		-webkit-transform: scale(1);
		-moz-transform:    scale(1);
		-ms-transform:     scale(1);
		-o-transform:      scale(1);
	}
}

@-moz-keyframes scale-big {
	0% {
		transform:scale(1);
		-webkit-transform: scale(1);
		-moz-transform:    scale(1);
		-ms-transform:     scale(1);
		-o-transform:      scale(1);
	}
	50% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform:    scale(1.1);
		-ms-transform:     scale(1.1);
		-o-transform:      scale(1.1);
	}
	100%{
		transform:scale(1);
		-webkit-transform: scale(1);
		-moz-transform:    scale(1);
		-ms-transform:     scale(1);
		-o-transform:      scale(1);
	}
}

@-o-keyframes scale-big {
	0% {
		transform:scale(1);
		-webkit-transform: scale(1);
		-moz-transform:    scale(1);
		-ms-transform:     scale(1);
		-o-transform:      scale(1);
	}
	50% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform:    scale(1.1);
		-ms-transform:     scale(1.1);
		-o-transform:      scale(1.1);
	}
	100%{
		transform:scale(1);
		-webkit-transform: scale(1);
		-moz-transform:    scale(1);
		-ms-transform:     scale(1);
		-o-transform:      scale(1);
	}
}