  .jumbotron {
      background-color: #000;
      color: #000;
      padding: 100px 25px;
      font-family: Sans Serif;
  }
  .container-fluid {
      padding: 50px 0px;
  }
  .bg-gold {
      background-color: #F0E68C;
  }
  .bg-grey {
      background-color: #F1F1F1;
  }
  .logo-small {
    font-size: 70px;
}
  .logo {
      color: #000;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: 1px solid #CFB53B;
      border-radius: 10;
      transition: box-shadow 0.5s;
      box-shadow: 10px 0px 40px rgba(0,0,0, .2);
  }
  .thumbnail img {
      width: 90%;
      height: 90%;
      margin-bottom: 10px;
      margin-top: 20px; 
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #f4511e;
  }
  .carousel-indicators li {
      border-color: #f4511e;
  }
  .carousel-indicators li.active {
      background-color: #f4511e;
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #CFB53B; 
      border-radius:10 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #DAA520;
      background-color: #fff !important;
      color: #DAA520;
  }
  .panel-heading {
      color: #000 !important;
      background-color: #fff !important;
      padding: 25px;
      border-bottom: 2px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #F0E68C;
      color: #000;
  }
  .pic-btn{
    border: 2px solid grey;
    color: black;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
  }
  /*.navbar {
      margin-bottom: 0;
      padding: 20px;
      background-color: #fff;
      z-index: 1;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 1px;
      border-radius: 0;
      font-family: Roboto;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #000 !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #928803 !important;
      background-color: #fff !important; 
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }*/
  .navbar {
      margin-bottom: 0;
      padding: 16px;
      /*background-color: #fff;*/
      z-index: 1;
      border: 0;
      font-size: 13px !important;
      /*line-height: 1.42857143 !important;*/
      letter-spacing: 1px;
      border-radius: 0;
      font-family: Roboto;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #000 !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #008f95 !important;
      /*background-color: #fff !important; */
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  
  /*slide effect*/
  .slideanim {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
  }
  .slideanim.slide {                  
      visibility: visible;                  
      animation: slide 1s;
  }
  @keyframes slide {
      0% {
          opacity: 0;
          transform: translateY(50%);
      } 
      100% {
          opacity: 1;
          transform: translateY(0);
      } 
  }
/*footer css*/
section {
    padding: 60px 0;
}

#footer {
    background: #3c3d41 !important;
}
#footer h5{
  padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
  padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
  font-size:25px;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#footer ul.social li:hover a i {
  font-size:30px;
  margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
  color:#ffffff;
}
#footer ul.social li a:hover{
  color:#eeeeee;
}
#footer ul.quick-links li{
  padding: 3px 0;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#footer ul.quick-links li:hover{
  padding: 3px 0;
  margin-left:5px;
  font-weight:700;
}
#footer ul.quick-links li a i{
  margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
  #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}