﻿a {
    color: #005FCC;
}
#fbtab {
    bottom: 20px;
    width: 40px;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 5000;
    right: 1px;
}

#fbtab a {
    border: 0px;
    text-decoration: none;
    margin-bottom: 2px;
    display: block;
}

#fbtab img {
    border: 0px;
}

.newButton {
    margin-left: 5px; 
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
    border-radius: 2px;
	text-indent:0;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	height:16px;
	line-height:14px;
	width:32px;
	text-decoration:none;
	text-align:center;

	
}

.soldButton {
    margin-left: 5px; 
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
    border-radius: 2px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	height:16px;
	line-height:14px;
	width:32px;
	text-decoration:none;
	text-align:center;
}

.reducedButton {
    margin-left: 5px; 
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
    border-radius: 2px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	height:16px;
	line-height:14px;
	width:58px;
	text-decoration:none;
	text-align:center;
}

.listingThumbnail {
    width: 100px;
    height: 100px;
}


/* NAVBAR */
.headerAds {
    padding-top: 10px;
}

.responsiveBanner img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}

/* Mobile devices */
#bhwHeaderBlock {
   background: black url('/images/stars-400.jpg') center top;
 //background: black url('https://horsetrailerworld.com/images/nativity2.jpg') center top no-repeat;
    width: 100%;
    background-size: cover;
}

/* Mobile devices with > 2x hardware pixel density */
@media (min-resolution: 144dpi) {
    #bhwHeaderBlock {
    background: black url('/images/stars-800.jpg') center top;
     //   background: black url('https://horsetrailerworld.com/images/nativity2.jpg') center top no-repeat;
    }
}

/* Tablets & skinny desktop windows*/
@media (min-width: 576px) {
    #bhwHeaderBlock {
     background: black url('/images/stars-1000.jpg') center top;
    //  background: black url('https://horsetrailerworld.com/images/nativity2.jpg') center top no-repeat;
    }
}

/* Tablets & skinny desktop windows with 2x hardware pixel density */
@media (min-width: 576px) and (min-resolution: 144dpi) {
    #bhwHeaderBlock {
        background: black url('/images/stars-2000.jpg') center top;
//  background: black url('https://horsetrailerworld.com/images/nativity2.jpg') center top no-repeat;
    }
}

/* Desktops */
@media (min-width: 992px) {
    #bhwHeaderBlock {
    background: black url('/images/stars-2000.jpg') center top;
     //   background: black url('https://horsetrailerworld.com/images/nativity2.jpg') center top no-repeat;
    }
}

/* Desktops */
@media (min-width: 992px) and (min-resolution: 144dpi) {
    #bhwHeaderBlock {
      background: black url('/images/stars-4000.jpg') center top;
      //background: black url('https://horsetrailerworld.com/images/nativity2.jpg') center top no-repeat;
    }
}

.stories-sidebar-img {
    border: 1px solid #333;
    padding: 2px;
    margin-right: 8px;
    width: 75px;
}

.figure-box {
    border-radius: 6px;
    padding: 15px;
    margin: 15px;
    background-color: #f7f7f7;
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.24);
    border: 1px solid #999;
    max-width: 450px;
}

.stories-headline {
    font-size: 44px;
    color: #31336f;
    font-family: 'Great Vibes', cursive;
}

.lum-open {
    z-index: 2000;
}