﻿.sold {
background-color: #fe0808;
padding:10px 10px 10px 50px;
color: #ffffff;
font-weight: bold;
font-size: 24px;
text-align: left;
display: block;
margin-top:-30px;
margin-left:-40px;
width:100%;
max-width:450px;
border-radius: 5px;
-ms-transform: rotate(-20deg); /* IE 9 */
-webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
transform: rotate(-20deg);
z-index:500;
}

#saleImage {
background-position:center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
	width:100%;
	display:block;
	margin-top:5px;
	padding:1px 0px 0px 0px; 	
}


.sold2 {
background-color: #fe0808;
padding:10px 10px 10px 60px;
color: #ffffff;
font-weight: bold;
font-size: 24px;
text-align: left;
display: block;
margin-top:-15px;
margin-left:-40px;
width:100%;
max-width:450px;
border-radius: 5px;
-ms-transform: rotate(-20deg); /* IE 9 */
-webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
transform: rotate(-20deg);
z-index:500;
}

.sold2 a:link, a:hover {
	text-decoration:none!important;
}



.soldtext {
	/*background-color: #000000;
	color: #C89A57;*/
	color:#FF0000;
	font-weight: bold;
	font-size:24px;
	text-align: center;
    display: block;
    padding: 4px;
}

@media only screen and (min-width: 600px) {

.sold {
background-color: #fe0808;
padding:10px 10px 10px 70px;
color: #ffffff;
font-weight: bold;
font-size: 24px;
text-align: left;
display: block;
margin-top:-50px;
margin-left:-50px;
width:100%;
max-width:450px;
border-radius: 5px;
-ms-transform: rotate(-20deg); /* IE 9 */
-webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
transform: rotate(-20deg);
z-index:500;
}
}

/* Desktop Layout: 769px to a max of 1500px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 800px) {

.sold {
background-color: #fe0808;
padding:10px 10px 10px 60px;
color: #ffffff;
font-weight: bold;
font-size: 24px;
text-align: left;
display: block;
margin-top:-20px;
margin-left:-40px;
width:100%;
max-width:450px;
border-radius: 5px;
-ms-transform: rotate(-20deg); /* IE 9 */
-webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
transform: rotate(-20deg);
z-index:500;
}
}


