/*Home Page*/

.slider-wrapper {position:relative; padding:12px;}
.slider {height:200px;}
.find {height:226px;}


.slider {border:1px #551a09 solid; text-align:center;  overflow:hidden; background:#5f604b; position:relative; }

img.slider_img {
/*width: 865px;
height: 200px;*/
vertical-align:top; 
}
.slider img {border-radius:6px; margin-bottom:4px;}

.slider ul {
margin: 0;
padding: 0;
max-width: 865px;
white-space: nowrap;
position: relative;
}
.slider li {
position: absolute;margin: 0;padding: 0; left: 0; top:2px; width:99.5%;
margin-left:866px; border:0; background:none; /*border:1px #000 dashed;*/

}
.slider li.active {margin-left:0;}

.slider li a {width:49.5%; min-width:150px; border:1px #24241f solid; display:block; float:left; background:#edf1df; height:194px; overflow:hidden; padding:6px; margin-left:0.5%; text-decoration:none; color:#333;}


.next-button, .prev-button {border: 1px solid #222;
padding: 2px 5px;
background: #3e3e3e;
cursor: pointer;
border-radius: 5px;
color: #FFF;}
.prev-button {position:absolute; left:0px; top:50%; margin-top:-10px;}
.next-button {position:absolute; right:0px; top:50%; margin-top:-10px;}
.next-button:hover, .prev-button:hover  {background:#dec191; color:#333}

.fiths li:nth-child(n+6){display:none}
.fourths li:nth-child(n+5){display:none}
.thirds li:nth-child(n+4){display:none}

.grid-wrapper .stdbullets li {margin-bottom:4.3%;}
.fluid-boxes p {padding:6px; height:40px;}

@media screen and (max-width: 950px) {
.grid-wrapper .stdbullets li {font-size:90%; margin-bottom:7%;} 
}
