/*Select.ejs*/
body{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	overflow-x:hidden;
    width:100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.fullpage-row {
	height: 100%;
	margin: 0;
	width: 100%;
}

#arrow-back {
	z-index: 10;
}

#arrow-back:hover {
		color: #fff;
}

.desc-btn {
	  display: none;
      margin-left: 20px;
      height: 50px;
      width: 150px;
      font-size: 20px;
      line-height: 50px;
      font-family: "Raleway", sans-serif; 
      z-index: 2; 
}

.desc-btn:hover{
	display: block;
   	text-decoration: none;
	color: #fff;
}

#select .over-box {
	height: 100%;
	color: #fff;
	font-family: 'Lato', sans-serif;
	z-index: 1;
}

#select .electronics {
	background-color: #ffffff;
	background-image: url(http://hellozack.fr/img/electronics.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#select .clothes {
	background-color: #ffffff;
	background-image: url(http://hellozack.fr/img/clothes.jpg);
	background-repeat: no-repeat;
	background-size: cover;
c}

#select .others {
	background-color: #ffffff;
	background-image: url(http://hellozack.fr/img/others.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#select .content-select {
	text-align: center;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: -1;
}

#select .electronics .content-select {
	background-color: rgba(44, 62, 80, 0.1);
}

#select .electronics .content-select:hover {
	background-color: rgba(44, 62, 80, 0.2);
}

#select .clothes .content-select {
	background-color: rgba(231, 76, 60, 0.2);
}

#select .clothes .content-select:hover {
	background-color: rgba(231, 76, 60, 0.25);
}

#select .others .content-select {
	background-color: rgba(149, 165, 166, 0.1);
}

#select .others .content-select:hover {
	background-color: rgba(149, 165, 166, 0.3);
}

.sell:hover {
	text-decoration: none;
	color: #ffffff;
}

#sell-item {
	text-decoration: none;
	color: #fff;
}

.box-title {
	font-size: 32px;
	line-height: 32px;
	margin-top: 342px;
	margin-bottom: 20px;
}

.box-description {
	display: block;
	position: absolute;
	bottom: 50px;
	width: 320px;
	left: 50%;
	transform: translateX(-150px);
	font-size: 18px;
	line-height: 18px;
	font-weight: 100;
	text-shadow: 0 0 24px rgba(0, 0, 0, 1);
	z-index: 1000000;

}

.btn-select {
	visibility: hidden;
}


.btn-item {
	font-size: 20px;
	background-color: rgb(109, 202, 255);
	padding: 16px 24px;
	height: 52px;
	width: 260px;
	max-width: 260px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	border: 1px solid rgb(109, 202, 255);
	border-radius: 5px 5px 5px 5px;
}

.electronics .btn-item {
	color: rgb(44, 62, 80);
}

.btn-item:hover {
	color: #fff;
	background-color: transparent;

}









@media only screen and (min-device-width : 320px) and (max-device-width : 667px) { 

	#select .over-box {
	height: 33.3333333333333%;
	vertical-align: middle;
	}

	#select .electronics .content-select {
		background-color: rgba(44, 62, 80, 0.4);
	}

	#select .clothes .content-select {
		background-color: rgba(231, 76, 60, 0.4);
	}

	#select .others .content-select {
		background-color: rgba(149, 165, 166, 0.5);
	}

	#select .electronics .content-select:active {
		background-color: rgba(44, 62, 80, 0.4);
	}

	#select .clothes .content-select:active {
		background-color: rgba(231, 76, 60, 0.4);
	}

	#select .others .content-select:active {
		background-color: rgba(149, 165, 166, 0.5);
	}

	.back {
		left: 10px;
		top: 10px;

	}


	.desc-btn {
      margin-left: 20px;
      height: 50px;
      width: 150px;
      font-size: 20px;
      line-height: 50px;
      font-family: "Raleway", sans-serif; 
      z-index: 2; 
	}

	.back:hover:after, .next:before {
	  display: none;
	  position: absolute;
	  width: 10px;
	  height: 50px;
	  top: 0px;
	  left: 15px;
	}

	.box-title {
		margin: 0;
		padding: 0;
		position: absolute;
		display: block;
		width: 100%;
		font-size: 32px;
		line-height: 32px;
		top: 50%;
		transform: translateY(-50%);
	}

/*	.elec {
		margin-top: 75px;
	}*/



	.box-description {
		position: absolute;
		margin: 0;
		padding: 0;
		display: block;
		margin-top: 10px;
		left: 50%;
		transform: translateX(-50%);
	}

}