/* SELL with us page */
.sell-box-info h2 {
	font-size:22px !important;
}

em.col-txt-cfgreen, em.col-txt-mfblue, em.col-txt-sfbrown {
	font-size:38px;
	line-height:33px;
}


.sell-option {
	border:1px solid #dedede;
    border-bottom:none;
	padding-bottom:10px;
}
.sell-option h2 {
	font-size: 60px !important;
	font-weight:900 !important;
	letter-spacing: 8px;
	font-family: 'Roboto', sans-serif !important;
}

.sell-option .col-grad-reddrk, 
.sell-option .bronze_v2,
.sell-option .silver_v2,
.sell-option .gold_v2 {
	font-size: 33px !important;
	padding:8px 0;
	font-weight:900;
}
.sell-option .col-grad-reddrk {
	font-size: 27px !important;
}

.sell-option .col-grad-reddrk {
	text-shadow: 0px 2px 0px rgba(0,0,0,.5); /* 50% white from bottom */
}



.sell-option a {
    padding: 12px 0 14px 0;
    font-size:14px; 
}
.sell-option a:hover {
    text-decoration:underline;
    color:white;	
}

.sell-box-info {
    border:1px solid #dedede;
}
.sell-option-info p {
    font-size:14px;
}



.sell-listings p {
	font-size:16px;
	padding:15px;
}


.trade > p {
    font-size: 19px;
    margin: 10px;
    padding: 1px 40px;
}


.user {
	margin-bottom:10px;
}


.photosOffer {
	position:relative;
	left:-20%;
}


/*
 * Blue Star Offer
 */
.offer-star {
	position:absolute;
	right:95px;
	top:-22px;
	z-index: 100;
}
.offer-star span {
	position:absolute;
    line-height: 32px;
    padding-top: 10px;
    font-size:22px;
    letter-spacing: -1px;
    width:90px;
    left:-5px;
}
#twelve-point-star {
   height: 80px;
   width: 80px;
   background: #088bd6;
   position: absolute;
}
#twelve-point-star:before {
   height: 80px;
   width: 80px;
   background: #088bd6;
   content:"";
   position: absolute;
   /* Rotate */
   -moz-transform: rotate(30deg);
   -webkit-transform: rotate(30deg);
   -ms-transform: rotate(30deg);
   -o-transform: rotate(30deg);
   transform: rotate(30deg);
   left:0;
}
#twelve-point-star:after {
   height: 80px;
   width: 80px;
   background: #088bd6;
   content:"";
   position: absolute;
   /* Rotate */
   -moz-transform: rotate(-30deg);
   -webkit-transform: rotate(-30deg);
   -ms-transform: rotate(-30deg);
   -o-transform: rotate(-30deg);
   transform: rotate(-30deg);
   left:0;
}


/* reverse price order on > mobile to normal */
.sell-option {
	float:right;
}




/*
 * @media xs
 * @media (max-width: 767px)  
 * --------------------------------------------------
 */
@media(max-width:767px){
	.content {
	   padding:0 30px;
	}
	.sell-option {
	    float:none;
	}
	.sell-option h2 {
	   letter-spacing: 6px;
	   font-size:60px !important;
	}	
	.sell-option a {
	   margin-top:14px;
	}
}

















