
/* The Modal (background) */
.tableskate-skateboards-modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(255, 255, 255, 0.95);
	/* Black w/ opacity */
	text-align: center;
}




/* Modal Content */
.skateboards-modal-on-second-level-content {
	position: relative;
	margin: auto;
  	padding-top: 5%;
	width: 100%;
	-webkit-animation-name: animateskateboardbrands;
	-webkit-animation-duration: 2.4s;
	animation-name: animateskateboardbrands;
	animation-duration: 2.4s
}



/* Add Animation */
@-webkit-keyframes animateskateboardbrands {
	from {
		top: -200px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animateskateboardbrands {
	from {
		top: -200px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}



.skateboards-modal-on-second-level-content:hover {
	-ms-transform: scale(1.1);
	/* IE 9 */
	-webkit-transform: scale(1.1);
	/* Safari 3-8 */
	transform: scale(1.1);
}



#nieto {

	background: rgb(0, 0, 0);
	/* Fallback color */
	background: rgba(0, 0, 0, 0);
	/* Black background with 0.5 opacity */
	border: none;
	cursor: pointer;
}



.skateboards-icon-size {
	display: block;
	width: 100%;
}

.skateboard-brands-size{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 25%;
	padding-top: 5%;
	padding-bottom:5%;

}
 #stokeXX{
  	width: 40%;
  }

@media only screen and (max-width: 600px) {
  .skateboards-modal-on-second-level-content {
  	padding-top: 5%;


  }

  #stokeXX{
  	width: 60%;
  }
}
/*

#boosted-board-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;

}
*/

#electric-skateboards-padding{
	padding-top: 25%;
}




		