  .contBar{
    width: 100%;
    cursor: pointer;
	overflow:hidden;
    /* position: absolute; */
    top: 0;
    left: 0;
    box-sizing: border-box;
    height: 35px;
    color: white;
    font-family: sans-serif;
    font-size: 17px;
    padding:0 40px;
    background: #3b7d9f;
    display: none;
    z-index: 10000;
  }
  .contBar .back{
    float: left;
    transition: all .8s;
  }
  .contBar .img{
    float: left !important;
    height: 100% !important;
    padding-left: 5px !important;
    line-height: 34px !important;
  }
  .contBar .img img{
    height: 13px !important;
    vertical-align: middle !important;
  }
  .contBar .fa{
    transition: all .8s;
    float: left;
      line-height: 37px;
      margin-right: 10px;
    font-size: 20px;
  }
  .contBar .text{
    text-transform: uppercase;
    font-size: 11px;
    float: left;
    line-height: 37px;
  }
  .back:hover .fa{
    margin-left: -7px;
  }
  .contBar ul{
    float: right;
    padding: 0;
        jQuery('.backPerfilIcon').fadeIn();
    margin: 0;
    line-height: 33px;
    color: white;
  }
  .contBar ul li{
    display: inline-block;
    margin-left: 7px;
  }
  .contBar ul li a{
    color: #e6e6e6;
    transition: all .2s;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
  }
        jQuery('.backPerfilIcon').fadeIn();
  .contBar ul li a:hover{
    color: white;
  }
  .contBar .menu .fa{
    color: white;
    margin-left: 10px;
    font-size: 18px;
    float: right;
  }
  #moreMenu{
    transition: all .8s;
    opacity: 0;
  }
  #moreMenu.hide{
    opacity: 0;
  }
  #moreMenu.show{
    opacity: 1;
  }
  .goBack{
    position: fixed;
    width: 55px;
    bottom: 30px;
    left: 94%;
    cursor: pointer;
    display: none;
    z-index: 10000;
    opacity: .7;
  }
  .goBack:hover{
    opacity: 1;
    width: 60px;
  }

@media screen and (max-width: 780px) and (min-width:280px) {
    .contBar ul{
        display: none;
    }
    .contBar{
      padding: 0 10px;
    }
    .goBack{
      left: 80%;
      bottom: 15px;
    }
}