
  
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin:auto;
    
      
  }
  
    

div.img {
    border: 1px solid #ccc;
}

div.img:hover {
    border: 1px solid grey;
}

div.img img {
    width: 100%;
    
    height:200px;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    
    padding: 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 50%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

    
    
    
    .carousel-indicators li {
  background-color: #999;
  
}

.carousel-indicators .active {
  background-color: #444;
}


    
    



  .myfooter
        {
        
            background-color:black;
             color: #fff;
            margin-top: 10px;
            padding-top: 10px;
            
        }  
    
.bottom-footer

{
    
border-top: 1px solid #fff;
margin-top: 10 px;
padding-top: 10px;
color: #fff;
    

    
}
.myfooter-nav li
{
    
    
    display: inline;
   
    
}
.myfooter-nav
{
    
    text-align:right;
    
  
}

.myfooter-nav li:not(:first-child):before
{
    
    content: "|";
    padding: 0px 5px;
    
}



.fa {
  padding: 5px;
  font-size: 14px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%
  
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}