    body{
          background: #fff;
/*          animation: myanimation 5s infinite;*/
        }
   /* @keyframes myanimation {
        0% {background-color: #0c0620;}
        25%{background-color:#0c0620;}
        50%{background-color:#342661;}
        95%{background-color:#0c0620;}
        100% {background-color: #0c0620;}
      }*/
    .logo{
      width: 25%;
      margin-top: -10%;
    }
    .btn-search{
        background: #fff;
        border: 0px;
        border-radius: 0 15px 15px 0;
        margin-top: 5px;  
        padding: 1%;
    }
    #search{
      border: 0px;
      border-radius: 15px 0 0 15px;
      padding: 2% 1% 1% 5%;
      width: 40%;
      margin-top: 5px;
      background: #fff;
    }
    .header{
      background: #fffefe;
      padding: 2%;
      box-shadow:-1px -1px 7px 6px #ffffff;
      border-top: 1px solid #ddd;
      border-bottom:  1px solid #ddd;
    }

    :focus {
        outline: -webkit-focus-ring-color auto 0px;
    }
    .bgimg-1, .bgimg-2, .bgimg-3 {
      position: relative;
      /*opacity: 0.80;*/
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;

    }
    a{
      color:  #d79e38!important;
    }
    .bgimg-1 {
       /*background-image: url('img_parallax.jpg');*/
       /*height: 110vh;*/
       background-repeat: repeat-y;
       background: #f5f5f5;
    }
    .col-sm-6{
      position: relative;
      width: 49%;
      padding-right: 15px;
      padding-left: 15px;
      margin-top: 10%;
    }
    .icons{
      width: 100%;
      border-radius: 12px;
      height: 150px;
      -webkit-box-shadow: 1px 2px 5px 0px rgba(31,30,31,1);
      -moz-box-shadow: 1px 2px 5px 0px rgba(31,30,31,1);
      box-shadow: 1px 2px 5px 0px rgba(31,30,31,1);
    }
    .image_box{
      margin: -2% 0;
     
    }
    @media all and (max-height: 600px){
      .main_boxs {
        max-height: 83vh;
        overflow: auto;
        background: #fff;
        padding-bottom: 15%!important ; 
        /* animation: myanimation 5s infinite; */
      }
      @keyframes myanimation {
        0% {background-color: #0c0620;}
        25%{background-color:#0c0620;}
        50%{background-color:#342661;}
        95%{background-color:#0c0620;}
        100% {background-color: #0c0620;}
      }
    }
    .bottom_fix{
        padding-bottom: 2%;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fffefe;
        font-size: 25px;
        border-top: 1px solid #ddd;
    }
    .path{
      font-size: 12px;
      color:  #d79e38;
      margin-left: 5%;
      padding: 2%;
    }
    .icon{
        color: #353030;
        padding: 4%;
    }
    .fa-angle-left{
      font-size: 30px;
      color: #9e8f8f;
      margin-left: 3%;
      margin-top: 1%;
    }
    .menu_names{
      text-align: center;
      /* font-family: Arnoldboecklin, fantasy; */
      font-size: 15px;
      margin-top: -17%;
      font-weight: 500;
      color: #3c3838;
      background: #d79e38;
      width: 70%;
      border-radius: 5px;
      margin-left: 3%;
    }
    .rate{
      font-size: 15px;
      font-weight: 500;
      color: #fcb5a8;
    }
    .main_boxs {
      max-height: 83vh;
      overflow: auto;
      background: #fff;
      padding-bottom: 20%;
       /* animation: myanimation 5s infinite; */
      }
      @keyframes myanimation {
        0% {background-color: #0c0620;}
        25%{background-color:#0c0620;}
        50%{background-color:#342661;}
        95%{background-color:#0c0620;}
        100% {background-color: #0c0620;}
      }
    @media all and (max-height: 580px){
      .main_boxs {
        max-height: 83vh;
        overflow: auto;
        background: #fff;
        padding-bottom: 10%;
      }
    @media all and (max-height: 450px){
      .main_boxs {
        max-height: 90vh;
        overflow: auto;
        background: #fff;
        padding-bottom: 30%;
      }
    }
.nav_h_type {position:relative; overflow:hidden;width: 90%;margin-left: 5%; }
.nav_h_type ul { float:left; display:block; font-size:0;padding-left: 5%;white-space:nowrap; position:relative; }
.nav_h_type li { -webkit-box-sizing:border-box; box-sizing:border-box; display:inline-block; vertical-align:top; text-align:center; font-size:12px;}
.nav_h_type li.on { background:#aaa; font-weight:bold; }
.nav_h_type.wide li { max-width:100%; }
