.sale-cards-cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:20px;
	}
	
.sale-cards-cont--item {
	width:275px;
	border:1px solid red;
	background-color:#fff;
	margin-bottom:30px;
	border-radius:10px;
	transition: transform .2s;
	}


.sale-cards-cont--item:hover{
	transform: scale(1.05);
	box-shadow: 10px 10px 15px rgba(128,128,128, 0.4);
	}

.sale-cards-cont--item--header{
	font-size:22px;
	min-height:65px;
	color:white;
	font-weight:bold;
	background-color:red;
	text-align:center;
	border-top-right-radius:8px;
	border-top-left-radius:8px;
	}


.sale-cards-cont--item--img {
        background: transparent;
	text-align: center;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	}

.sale-cards-cont--item--img img{
	width:100%;
	height:auto;
	}
	
.sale-cards-cont--item--info{
	padding:0px 15px;
	}	

.sale-cards-cont--item--name{
	font-size:1.25em;
	color:white;
	border-radius:10px;
	padding:2px 20px;
	background-color:red;
	} 

.sale-cards-cont--item--info--items span{
	font-weight:800;
	color:red;
	}   

.tooltip-sale {
	text-align:left;
	position: relative;
	display: inline-block;
	border-bottom: 2px dotted red;
	cursor: url(../img/nav/cursor.png),auto;
	z-index:888;
	
	}

.tooltip-sale .tooltip-sale-text {
	visibility: hidden;
	width: 150px;
	background-color: #E9E9E9;
	color: red;
	text-align: left;
	border:2px solid red;
	border-radius: 6px;
	padding:5px 15px;     
	/* Position the tooltip */
	position: absolute;
	z-index: 999;
	bottom: 100%;
	left: 50%;
	margin-left: 20px;
	-ms-transform: rotate(-8deg); /* IE 9 */
        transform: rotate(-8deg);
	box-shadow: 10px 10px 15px rgba(128,128,128, 0.4);	
	}
	
@media only screen and (max-width: 500px) {
.tooltip-sale .tooltip-sale-text{
width:100px;
}
}
	
.tooltip-sale:hover .tooltip-sale-text {
    visibility: visible;
}


.Itemcontainer .KiteHeader{
	font-size:2rem;
	margin-bottom:125px;
	padding:3px 10px;
	background:red;
	border-radius:5px;
	color:white;
	width:90%;
	text-align:center;
}

.sale-kite-name {
	border:1px solid red;
	padding:2px 5px;
	color:red;
	border-radius:5px;
	font-size:1.5rem;
}

.sale-kite-name-info {
	border:1px solid #000;
	padding:0px 5px;
	color:white;
	background:red;
	border-radius:5px;
}

@media screen and (max-width: 480px)
{
  .keywords {
	  margin-left:5px;
	  }   
}

.glow {
  font-size: 80px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ff0000, 0 0 40px #ff0000, 0 0 50px #ff0000, 0 0 60px #ff0000, 0 0 70px #ff0000;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}


.rb-arrow-box {
	position: relative;
	background: #cc0000;
	padding:3px 10px;
}
.rb-arrow-box > a {color:white;text-decoration:none;}
.rb-arrow-box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.rb-arrow-box:after {
	border-color: rgba(204, 0, 0, 0);
	border-right-color: #cc0000;
	border-width: 10px;
	margin-top: -10px;
}
.rb-arrow-box:before {
	border-color: rgba(105, 13, 3, 0);
	border-right-color: #690d03;
	border-width: 33px;
	margin-top: -33px;
}



.sold {
	background-color: rgb(255,255,255); /* Fallback color */
	background-color: rgba(255,255,255, 0.7); /* Black w/opacity/see-through */
	color: #ff0000;
	font-weight: bold;
	font-size: 40px;
	border: 3px solid #ff0000;
	border-radius: 20px;
	top: 25%;
	left: 15%;
	transform: translate(-50%, -50%);
	z-index: 2;
	padding: 2px 30px;
	text-align: center;
	position: absolute;
	-ms-transform: rotate(-45deg); /* IE 9 */
	transform: rotate(-45deg);
	}

.keywords ul{
	width:90%;
	margin-top:40px;
	}

li >  .contactButton{
	background:#f00;
	color:#fff;
	border-radius:6px;
	padding:1px 4px;
	text-decoration:none;
	}
	
.keywords {
	margin-left:55px;
	}

.keywords .rarr {
	font-size:1.5em;
	color:#f00;
	font-weight:bold;
	}

#navmenu {
	margin-top:20px;
	text-align:center;
	}


#navmenu span a{
	color:#fff;
	padding:5px 5px;
	background:#f00;
	border:1px solid #000;
	border-radius:6px;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	-o-border-radius:6px; 
	text-decoration:none;
	}

#navmenu span a:hover {
	background:#fff;
	color:#f00;
	}

#main-items-container{
	width:100%;
	margin-top:50px;
	border:solid red 1px;
	display:flex:
	}
