/*!
 * Start Bootstrap - 
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
	height: 100%;
	width: 100%;
	background-color: #DFD99D;
	/*!color:#FFFFDB;
*/
}


body {
    /*padding-top: 75px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}


.img-portfolio {
    margin-bottom: 10px;
}

.img-hover:hover {
    opacity: 0.8;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;

	
}
/* for parts page sidebar of links */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {

    background-color: #FCAC45;
    border-color: #FCAC45;
}


	
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    right: 10px; /* padding from the left side of the window */
}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}
.header-404 {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align:left;
    color: #f8f8f8;
    background: url(../images/404-image.jpg) no-repeat center center;
    background-size:cover;
	
}
.message-404 {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}
.message-404 > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.divider-404 {
	
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.message-404 > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .message-404 {
        padding-bottom: 15%;
    }

    .message-404 > h1 {
        font-size: 3em;
    }

    ul.social-buttons-404 > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.social-buttons-404 > li:last-child {
        margin-bottom: 0;
    }

    .divider-404 {
        width: 100%;
    }
}



/* Begin sidebar nav Styles for parts pages */

.nav > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #FFF;
    background-color: rgb(230, 155, 75);
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: rgb(230, 155, 75);
    outline: 0px none;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

/* End sidebar nav Styles */

a {
    color: black;
    text-decoration: none;

}
a:link {
    color: black;
}

a:visited {
	color: black;
}


a:focus, a:hover {
    color: #FCAC45;
    text-decoration:none;
}


/* takes care of links in buttons overrides main link colors */
a.btn-warning { color: white;
}


/* logo carousel on farm-equipment/images page */
.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}


/* Footer */
nav#footer{
	background: #535234;
	color: #E2DCA2;
	padding: 20px 0 15px 0;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	font-size: 12px;
	margin-top: 10px;
}
#footer i.fa {
	height: 30px;
	width: 30px;
	border: 2px solid #8c8c8c;
	font-size: 20px;
	padding: 4px 5px;
	border-radius: 50%;
	color: #8c8c8c;
	transition: all 0.5s;
}
#footer i.fa:hover{
	background: #FCAC45;
	border-color: #FCAC45;
	color: #ffffff;
}

/* table border colors*/
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #AFAB77;
	
}
.panel-warning > .panel-heading {
    color: #FFFFFF;
    background-color: #535234;
    border-color: #535234;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {

    background-color: #FCAC45;
    border-color: #FCAC45;
}

/* wells BACKGOUND AND TEXT COLORS*/ 
.well {
	background-color:#2F3221;
	color: #E2DCA2;
}

/*back to top button */
.well-sm {
	background-color:#FFF;
}

.alert {
	background-color:#E6E6E6;
	color:#000000;
}

.hero-spacer {
    margin-top: 50px;
	background-color:#2F3221;
	color: #E2DCA2;
}

/*! STYLE BREADCRUMB
.breadcrumb {background: rgba(240, 173, 78, 1); border: 2px solid rgba(245, 245, 245, 1); border-radius: 3px; display: block;}*/
.breadcrumb li {font-size: 14px;}
.breadcrumb a {color: rgba(247, 156, 65, 1);}
.breadcrumb a:hover {color: rgba(0, 0, 0, 1);}
.breadcrumb>.active {color: rgba(153, 153, 153, 1);}
.breadcrumb>li+li:before {color: rgba(204, 204, 204, 1); content: "\002F\00a0";}


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}