/*------------ the footer*/
.footer {
   /*margin-top: 50px;*/
  /*position: absolute;*/
  /*right: 0;
  bottom: 0;
  left: 0;*/
  padding-top: 40px;
}
.footer-1st .footer-1st-logo{
    color: #c8a165;
    font-family: 'Roboto Condensed', sans-serif;
}
.footer-1st img{
    width: 60px;
    float: left;
    margin-right: 10px;
}
.footer-1st h3{
    margin-top: 10px;
    margin-bottom: 5px;
}
.footer-1st-txt{
    clear: both;
    margin-top: 30px;
    color: #bfbfbf;
}
.footer-1st-txt i{
    color: #c8a165;
    margin-right: 10px;
}
.footer-menu h3{
    color: #c8a165;
    margin-top: 0;
    margin-bottom: 12px;
}
.footer-menu ul{
    padding-left: 0;
    list-style: none;
}
.footer-menu ul li{
    margin-bottom: 10px;
    border-bottom: 1px solid #333333;
    padding-bottom: 5px;
}
.footer-menu ul li a{
    color: #bfbfbf;
}
.footer-menu ul li a:hover{
    color: #c8a165;
}
.footer .copy{
    color: #a6a6a6;
    background-color: #262626;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    text-align: center;
    margin-top: 35px;
}
