#features{
	height:100%;
	width:100%;
	position:absolute;
	background:rgba(0, 0, 0, 0.5);
	top:0;
	left:0;
	z-index:9;
}

#newFeatures{
	height:90%;
	width: 35%;
	position:absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	z-index: 9999999999999999;
}


#featuresClose{
	height: 50px;
    width: 50px;
    position: absolute;
    top: 1%;
    right: 1%;
    font-size: 20px;
	background: rgb(70, 68, 68);
    border-radius: 50%;
}

.features-close{
	right: -5%;
    top: 20%;
}

#featuresNew{
	color: #fff;
    font-size: 60px;
    position: absolute;
    top: -50%;
    left: 6%;
    z-index: 5;
}

#featuresText{
	height: 50%;
    width: 65%;
    position: absolute;
	top: -132%;
    left: -19%;
    font-size: 50px;
	background: rgb(62, 200, 251);
    transform: rotate(45deg);
	z-index: 4;
}

#featuresListContainer{
	height: 42%;
    width: 0%;
    position: absolute;
	top: -22%;
    bottom: 0;
    left: -3%;
    right: 0;
    margin: auto;
	background: transparent;
    overflow:hidden;
}

#featuresContentContainer{
    position: absolute;
    bottom: 2%;
    left: 9%;
    width: 80%;
    height: 45%;
    font-size: 16px;
    color: #5a2a2a;
    z-index: 0;
}

#featuresSummary{
    z-index: 1;
	position: absolute;
	/* top: -345px; */
	top: -95%;
    right: -35px;
    padding: 1%;
    background: #3ec8fb;
	color:#fff;
	transform: skew(5deg,5deg);
	transform: rotate(1.5deg);
	display:none;
}

.feature-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(192,15,36, 0.1);
	z-index:1;
	border-radius:30px;
	display:none;
}

#featuresContent, #featuresContentMask{
    height:100%;
	width: 90%;
	position:absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	background:#f3e1af;
}

#featuresContent span, #featuresContentMask span{
	position:absolute;
	top: 25%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	width: 100%;
}

#featuresContentMask{
    z-index: 1;
}

#featuresTitle{
    position: absolute;
    top: 0;
	right:0;
    margin: auto;
    width: 90%;
    height: 20%;
    font-size: 26px;
    color: #fff;
	overflow:hidden;
	z-index: 3;
}

#featuresTitle .title-1{
    position: absolute;
	left: -30%;
    top: 18%;
	display:none;
}

#featuresTitle .title-2{
    position: absolute;
    right: -35%;
    top: 18%;
	display:none;
}
.feature-caret-holder{
	width: 25px;
    height: 25px;
    display: inline-block;
	background:#FFF;
	border-radius: 50%;
}

.feature-caret{
	color:rgb(62, 200, 251);
	font-size:30px;
	position:absolute;
	top: 15%;
    left: 1.9%;
}

#featuresList{
    position: absolute;
    top: 25%;
    left: 5%;
    width: 100%;
    height: 65%;
    font-size: 35px;
	color:#805555;
    z-index: 3;
	overflow: hidden;
}

#featuresList ul{
	margin-left: -5%;
	display:none;
}

#featuresList ul li{
	list-style-type:none;
	margin-left: -20%;
	position:relative;
	padding-left:2%;
	cursor:pointer;
	
}

#featuresList ul li span{
	margin-top:-5px;
	font-size: 16px;
	top: -7px;
	left: 10px;
    position: relative;
	display:none;
}

#featuresListBox1{
	position: absolute;
	top: -70%;
    bottom: 0;
    left: -5px;
    right: 0;
    margin: auto;
    height: 30%;
    font-size: 50px;
	background:#bb5858;
    transform: skew(5deg,5deg);
    z-index: 4;
}

#featuresListBox2{
	position: absolute;
    top: -65px;
    bottom: 0;
    left: 12px;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    font-size: 50px;
	background:#f9ba86;
    transform: skew(-3deg,-3deg);
    transform: rotate(-5deg);
	overflow:hidden;
	z-index: 2;
}

#featuresSkip{
	height: 45%;
    width: 50%;
    position: absolute;
    bottom: -39%;
    right: -3%;
    font-size: 50px;
	background: rgb(70, 68, 68);
	z-index: 3;
	border-left: 2px solid #f3e1af;
	cursor:pointer;
}

#featuresSkipText{
	color: #fff;
    font-size: 35px;
    position: absolute;
    bottom: 0%;
    right: 7%;
    z-index: 4;
	cursor:pointer;
}

#newFeaturesContainer{
	height:830px;
	width: 635px;
	position:absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	background: rgba(243, 225, 175, 1.0);
	z-index: 2;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid rgba(255,255,255, 0.3);
	-webkit-box-shadow: -3px 2px 28px 1px rgba(0,0,0,0.33);
	-moz-box-shadow: -3px 2px 28px 1px rgba(0,0,0,0.33);
	box-shadow: -3px 2px 28px 1px rgba(0,0,0,0.33);
}

.features-arrow{
	height:54px;
	position:absolute;
	display: inline-block;
	z-index:4;
	right: 0%;
	top: 0%;
}

#featuresFocusArrow{
    z-index:4;
}

#featuresFocusArrowMask{
    z-index:5;
}

.features-arrow:after {
    content: "";
    position: absolute;
	transform: translateY(-50%);
    top: 56%;
	width:10px;
    margin-left: 0px;
    border-width: 30px;
    border-style: solid;
}

#featuresFocusArrow:after {
    border-color: transparent rgba(243, 225, 175, 1.0) transparent  transparent;
}

#featuresFocusArrowMask:after {
    border-color: transparent rgba(62, 200, 251, 1.0) transparent  transparent;
}

/* #featuresIconTest{
	top: 10%;
	left: 50%;
	position: absolute;
} */

.item-detail{
	display:inline;
}

.basket-icon{
	height:28px;
	width:28px;
	background: rgba(90, 97, 118, 1.0);
	border-radius:50%;
	display:inline-block;
	position:relative;
	top: 10px;
}

.basket-icon-btn{
	height: 38px;
	width: 38px;
	background: rgba(90, 97, 118, 1.0);
}

.basket-icon-svg{
	height:18px;
	width:18px;
	position:absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.basket-icon-svg-btn{
	height:25px;
	width:25px;
	position:absolute;
	top: -20%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.goal-circle {
	height: 0%;
	width: 0%;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	overflow: hidden;
	position:absolute;
	top: 0;
	bottom: 0;
	left: -100px;
	right: 0;
	margin: auto;
}

.goal-circle-rotation {
	-webkit-animation: goalCircleRotation 80s linear infinite;
	-moz-animation: goalCircleRotation 80s linear infinite;
	-ms-animation: goalCircleRotation 80s linear infinite;
	-o-animation: goalCircleRotation 80s linear infinite;
	animation: goalCircleRotation 80s linear infinite;
}


.no-download{
	/* background: #dcdcdc; */
	background: rgba(90, 97, 118, 0.3);
	cursor:default;
}

@keyframes goalCircleRotation {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}