body {
      background-color: #fff;
      font-family: 'Source Sans Pro', sans-serif !important;
    }


    .bg-red {
      background-color: #2f2f2f;
      color: white !important;
      font-size: 20px;
    }

    .top-ss {
      font-size: 30px;
    }

    h1 {
      font-size: 30px;
    }

    a.bg-red {
      color: #ffffff !important;
    }

    a.bg-red:hover {
      color: #efefef !important;
    }

    a {
      color: #de0000;
    }

    a:hover {
      color: #aa0000;
    }

    img {

      border-radius: 3%;
    }

    img:hover {

      border-radius: 3%;
    }



    .stin {

      -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    }

    .btn-booking {
      background-color: #de0000;
      color: #fff;
      font-size: 28px;
      font-weight: 500;

    }

    .btn-booking:hover {
      background-color: #aa0000;
      color: #fff;
      font-size: 28px;
      font-weight: 500;

    }

    .btn-directly {
      background-color: #fece00;
      color: #fff;
      font-size: 28px;
      font-weight: 500;

    }

    .btn-directly:hover {
      background-color: #c7a200;
      color: #fff;
      font-size: 28px;
      font-weight: 500;

    }

    footer {
      padding: 15px 0;
      text-align: center
    }

    footer span.copyright {
      font-size: 15px;
      line-height: 20px;
      text-transform: none;

    }

    footer ul.quicklinks {
      font-size: 90%;
      line-height: 20px;
      margin-bottom: 0;
      text-transform: none;

    }

    ul.social-buttons {
      margin-bottom: 0
    }

    ul.social-buttons li a {
      font-size: 30px;
      line-height: 60px;
      display: block;
      width: 60px;
      height: 60px;
      -webkit-transition: all .3s;
      transition: all .3s;
      color: #fff;
      border-radius: 100%;
      outline: 0;
      background-color: #2f2f2f;
    }

    ul.social-buttons li a:active,
    ul.social-buttons li a:focus,
    ul.social-buttons li a:hover {
      background-color: #1a1a1a;
    }

    .bg-footer {
      background-color: #6a6a6a;
      color: #2f2f2f;

    }

    .foot-link {
      color: #d0d0d0;
    }

    .foot-link:hover {
      color: #9f9f9f;
    }