/* css */


.featured_content a, .featured_content a:visited, .featured_content a:hover
{
  background:#AC7846;
  display:block;
  border:1px solid #fff;
  border-bottom-width:0;
  line-height:60px;
  color:#fff;
  font-weight:bold;
}

.featured_content p:last-child a, .featured_content p:last-child a:visited
{
  border-bottom-width:1px; 
}

.featured_content a:hover
{
  background:#006E3F; 
}

.featured_content {
  
  width: 270px;
  height: auto;
  text-align: center;
  padding-right: 0;
  z-index: 10;
  position: absolute;
  top: 21%;
  right: 100px;
  z-index: 100;
}

.featured_content h1 
{
  margin-bottom: 15px;
  margin-top: 50px;
  
  color: #000;
  font-size: 48px;
  font-weight: 400;
  line-height: 21px;
}

.featured_content p {
  margin:0;
}

.flexslider {overflow:hidden;margin:0!important;}

.nav_row
{
  
  z-index: 100;
  right: 0px;
  left: 0px;
  width: 100%; 
  background:#543729;  
}
.home_row {padding:20px;}

.middle_row
{

  
}

.home_contact_link 
{
  background:black;
  padding: 12px 35px;
  border:1px solid white;
  margin: 30px 0px;
  color: #FFF;
  font-size: 1.3rem;
  display:inline-block;
}

#home_slide_wrapper aside
{
  position: absolute;
  width: 300px;
  background: rgba(14, 66, 87, 0.7);
  top: 0px;
  right: 15%;
  padding:30px;
  color:white;
}

#home_slide_wrapper aside hr
{
  border:none;
  height:1px;
  background:white;
  margin: 20px 0;
}

#home_slide_wrapper
{
  position:relative;
  margin:0; 
}

#home_slide {overflow:hidden;}

#home_slide .slide
{
  position:relative;
  height:396px; 
  height:calc(100vw * (396 / 1280) );
  background-size:cover;
  background-position:center center;
  max-width:100%;
}

.slide_content_wrapper
{
  background:rgba(0,0,0,.4);
  padding:0 20px 20px 20px;
  position:absolute;
  bottom:0;
  width:100%;
  color:white;
}

#home_slide .slide h1
{
  color:white;
  font-size:2rem; 
}

.flex-direction-nav a {
  
  color: rgb(255, 255, 255)!important;
  text-shadow: 1px 1px 0px rgb(0, 0, 0)!important;
}

#home_slide > menu
{
  margin-top:80px!important;
}

@media (max-width:800px),(max-device-width: 800px){
  
  #home_slide_wrapper {} 
  
  #home_slide_wrapper aside {right: calc(50% - 150px);}
  
  .featured_content {
    right: auto;
    left: 0;
    width: 100%;
    position: static;
    height: auto;
  }
  
  .item_home
  {
    width:100%;
    float:none;
   
    padding:20px 45px;
    
    height:auto;
   
    overflow:hidden;
    margin:10px;
  }
  
  
  .item_home_content2
  {
    position:static;
    bottom:10px;
  }
  
  
}