/**** font ****/

 @import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700');

/*Guid shopping*/

#guid-shopping a{
    background-color: #6b6867;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    position: fixed;
    left: 0;
    right: 0;
    width: 267px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    z-index: 999;
}

#guid-shopping  a:after{
     content:'';
     float:right;
     width:32px;
     height:32px;
     background-image:url('../img/up-arrow.png');
}

/*Second*/

#ower-guide{
    background-color: #6b6867;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 66px;
    z-index: 999;
}

#ower-guide h2{
float: left;
    width: auto;
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-size: 19px;
    /* font-weight: bold; */
    line-height: 66px;
    margin-left: 170px;
    font-weight: 600;
    letter-spacing: 1px;
}

#ower-guide .btn-guid a{
    width: auto;
    background-color: #96d7d3;
    padding-top: 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 15px;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: bold;
    position:relative;
    margin-right:10px
}

#ower-guide .btn-guid a:after{
     content:'';
     position:absolute;
     width:16px;
     height:16px;
     background-image:url('../img/left.png');
     right: 7px;
     top: 13px;
}

.btn-guid{
    float: left;
    margin-top: 20px;
    margin-left: 30px;
}

.centerContent{
     width:80%;
     margin:0 auto
}

.bgTiger{
     float:left;
     width:auto;
     margin-right:10px
}

.bgTiger{
    position: absolute;
    bottom: 0;
}

.ower-guide-close a{
    position: absolute;
    right: 40px;
    top: 19px;
}

.hide-guid{
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}

.show-guid{
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

.hide-owner{
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}

.show-owner{
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

 @media only screen and (max-width: 768px) {
    /* For mobile phones: */
   

    .bgTiger{display:none;}
    .centerContent{width:90%}
    .ower-guide-close a{
      right: 0;
      top: -11px;
      background: #96d7d3;
      padding: 3px;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      text-align: center;
    }

       .ower-guide-close a img{

        width: 60%;

       }

    #ower-guide h2{

     margin-left: 0px;

    line-height: 20px;

    margin-top: 10px;

    text-align: center;

    font-size: 17px;

    margin-bottom: 18px;

    width: 100%;

    }

    #ower-guide{height:110px}

    .btn-guid{

    float: none;

    position: relative;

    top: -2px;

    text-align: center;

    margin: 0 auto;

    display: block;

    clear: both;

 }

}



@media only screen 

  and (min-width: 768px) 

  and (max-width: 1040px) 

  {
 /* tablet, landscape iPad, lo-res laptops ands desktops */ 

 #ower-guide{
  height:100px;
 }

 .centerContent{
  width:90%;
 }

 .btn-guid{
      float: none;
    margin-top: 20px;
    margin-left: 30px;
    text-align: center;
    margin: 0 auto;
        position: relative;
    top:-2px;
 }

 #ower-guide h2{width:100%;
  margin-left:0px;
      text-align: center;
 }

}

/* Desktops and laptops ----------- */
@media screen and (min-width: 1026px) and (max-width: 1146px) {
 


  .btn-guid{
        float: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    bottom: 23px;
        top: initial!important;
  }
  #ower-guide{height:106px}
 }

 
  