@charset "utf-8";
/* CSS Document */


.row {margin:0px;}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1rem;
    line-height: 1.4;
}

h1 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 36px;
}

h2 {
	font-family: 'Noto Sans', sans-serif;
	font-weight:700;
	font-size: 30px;
}

h3 {
	font-family: 'Noto Sans', sans-serif;
	font-weight:700;
	font-size: 24px;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}



/* HEADER & NAVIGATION */


.top-header {
    background-image: url(/../siteart/organic-tiles.png);
    background-repeat: repeat;
    background-position: center;
    background-color: #000;
}

.navbar a {
	font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
	color: #000;
    padding: 0px;
}

.navbar a:active {
    color: #b61318;
}

.navbar a:hover {
    color: #b61318;
}

.dropdown-item:active {
    color: #b61318;
}

.dropdown-item:hover {
    color: #b61318;
}

.fa-facebook-square {
    font-size: 22px;
}

/*
.mobile-menu {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.25rem;
    text-align: left;
    color: #000;
}
*/


/* SCROLLING INVENTORY */

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/* HERO */

/*
.hero {
    background: url(/../siteart/hero.jpg) no-repeat center right;
    background-size: cover; 
    background-color: #212121;
    min-height: 500px;

}
*/

.carousel {
    min-height: 500px;
}

.carousel-overlay {
  position: absolute;
/*
  bottom: 30%;
  right: 50%;
*/
  z-index: 20;
  color: white;
  background-color: rgba(0,0,0,.75);
}

.herotext {
    background-color: rgba(0,0,0,.75);
    color: #fff;
}

    .strike {
        display: block;
        text-align: center;
        overflow: hidden;
        white-space: nowrap; 
    }

    .strike > span {
        position: relative;
        display: inline-block;
    }
	
    .strike > span:before,
    .strike > span:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 9999px;
        height: 3px;
        background: #b61318;
    }

    .strike > span:before {
        right: 100%;
        margin-right: 15px;
    }

    .strike > span:after {
        left: 100%;
        margin-left: 15px;
    }

.herosub {
    font-family: 'Noto Sans', sans-serif;
	font-weight:700;
	font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-style: italic;
}


/* QUICK CONTACT */


.timberpic {
    background: url(/../siteart/timberjack-pic.jpg) no-repeat center center;
    background-size: cover; 
    height: 330px;
}

.timbersign {
    background: url(/../siteart/timberjack-sign.jpg) no-repeat center center;
    background-size: cover; 
    height: 330px;
}

.quickconbox {
    background: #b61318;
    color: #fff;
    padding: 30px 0 0 0;
    height:330px;
}

.quickconbox a {
    text-decoration: underline;
    color: #fff;
}

.quickconpic {
    max-height: 500px;
    width:100%;
}


/* INVENTORY */

.machicons {
    width: 150px;
    height: 75px;
    padding:10px;
}

.inventory, a{
    color: #fff;
}

.inventory a:hover{
    color: #b61318;
    text-decoration: none;
}

.inventoryhead {
	font-family: 'Noto Sans', sans-serif;
	font-weight:700;
	font-size: 28px;
}



/* FOOTER */


.pre-footer{
    background-color: #212121;
	color: #fff;
    font-size: 12px;
}

.pre-footer a{
    color:#fff;
}

.pre-footer a:hover{
    color:#fff;
}

/* LISTINGS */

.cf {
    background-color: #fff;
}

.dark {
    background-color: #212121;
}

.light {
    background-color: #fff;
}

.hosted-content #listings-title {
    letter-spacing: 1px;
}

.hosted-content h3 {
    letter-spacing: 1px;
}

.listings-button{
    background: #b61318;
}

/* FINANCING */

.mainbox a {
    color: #b61318;
}



/* FORM */
.formbutton {
    padding:10px 12px; 
    background:#b61318; 
    border:4px #b61318 solid;
    font-size:14px; 
    line-height:14px; 
    font-weight:bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#fff;
}


/*control the Captcha */
.CaptchaMessagePanel {padding:0 0 0 0 !important; margin:0 0 0 0 !important; font-weight:normal !important; font-size:12px; line-height:14px;}
.CaptchaAnswerPanel {margin:0 0 0 0; padding:0px !important;}
.CaptchaWhatsThisPanel {line-height:0; margin:0 0 0 0; padding:8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a {color:#000; font-size:12px;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}


/* TIMED AUCTIONS */

.auctionTimeLogo{
    width:250px; 
    float:right; 
    position:relative;
    margin-bottom: 30px;
    margin-top: -5px;
}


/* MEDIA QUERIES */

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 
    .quickmap {
        height:330px;
    }  
    
    .carousel-overlay h1 {
       font-size: 26px;
    }


}

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767px) {
    .quickmap {
        height:330px;
    } 
    
    .carousel-overlay {
        margin-top:60px;
    }

 
}

/*Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 991px) {
    
    .carousel-overlay {
        width:85%;
        margin-top:90px;
    }
    
  
}

/*Large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar a {
	font-size: 16px;
    }
    
    .carousel-overlay {
        width:70%;
        margin-top:90px;
    }
    
}

/*Extra large devices (large desktops)*/
@media (min-width: 1200px) {
    .navbar a {
	font-size: 18px;
    }
    
    .carousel-overlay {
        width:70%;
        margin-top:100px;
    }
   
    
}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1400px) {   
    
   .navbar a {
	font-size: 18px;
    }
    
    .carousel-overlay {
        width:50%;
        margin-top:100px;
    }
   
}