﻿.view footer {
  z-index: 180;
  position: relative;
  left: 0;
  right: 0;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  height: 49px;
  color: #fff;
  padding: 0 3px;
  background-color: #000;
  background-image: -webkit-linear-gradient(#33342f, #000);
  background-image: -moz-linear-gradient(#33342f, #000);
  background-image: -ms-linear-gradient(#33342f, #000);
  background-image: -o-linear-gradient(#33342f, #000);
  background-image: linear-gradient(#33342f, #000);
}
.view footer > * {
  position: relative;
  display: block;
  height: 100%;
  line-height: 75px;
  text-align: center;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  -webkit-box-flex: 1;
   -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
   -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 3px;
  background-position: center 3px;
  background-repeat: no-repeat;
  background-size: 30px;
}
.view footer {
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  border-top: 1px solid #57545b;
  box-shadow: 0px -1px 0px #191a17;
  height: 38px;
  background-color: #000000;
  background-image: -webkit-linear-gradient(#33342f, #000000);
  background-image: -moz-linear-gradient(#33342f, #000000);
  background-image: -ms-linear-gradient(#33342f, #000000);
  background-image: -o-linear-gradient(#33342f, #000000);
  background-image: linear-gradient(#33342f, #000000);
}
  .view footer > * > *, .view footer > a, .view footer > span {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  /*border-right:1px solid rgba(255, 255, 255, 0.10);*/
  /*width: 20%;*/
  height: 100%;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-box-flex: 1;
          box-flex: 1;
  -webkit-flex: 1;
     -moz-flex: 1;
      -ms-flex: 1;
  flex: 1;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  font-size: 12px;
  line-height:38px;
  background-image:none;

  font-weight: normal;
  color: #fff;
  text-align:center;
  }   
.view footer > a::after {
  content:'';
  position: absolute;
  top: 10px;
  display: block;
  width: 2px;
  height: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.2); 

  }   
.view footer > a:first-child::after {
  border-right: none; 

  } 
  .view footer span > span {
  display: none;
  position: absolute;
  bottom: 50px;
  left: -25%;
  right: 0px;
  z-index: 1001;
  border-radius: 5px;
  width: 150%;
  background: #2a2a28;
  text-indent:0px;
  line-height: 3em;
  }
  .view footer span:first-child > span {
  left: -3%;
  }

  .view footer span:last-child > span {
  left: -53%;
  }
  .view footer span > span::after {
  content: "";
  display: block;
  position: absolute;
  left: 35%;
  bottom: -5px;
  z-index: -1;
  width: 20px;
  height: 20px;
  background-color: inherit;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }

  .view footer .on > span {
  display: block;
  }

@keyframes myfirst {
  from {
  -webkit-transform: translate3d(0, 200px, 0);
  }

  to {
  -webkit-transform: translate3d(0, 0px, 0);
  }
}

@-moz-keyframes myfirst /* Firefox */
{
  from {
  -webkit-transform: translate3d(0, 200px, 0);
  }

  to {
  -webkit-transform: translate3d(0, 0px, 0);
  }
}

@-ms-keyframes myfirst /* Safari �� Chrome */
{
  from {
  -webkit-transform: translate3d(0, 200px, 0);
  }

  to {
  -webkit-transform: translate3d(0, 0px, 0);
  }
}

@-webkit-keyframes myfirst /* Safari �� Chrome */
{
  from {
  -webkit-transform: translate3d(0, 200px, 0);
  }

  to {
  -webkit-transform: translate3d(0, 0px, 0);
  }
}

.view footer .on > * {
  animation: myfirst 0.5s ease-out;
  -moz-animation: myfirst 0.5s ease-out;
  -ms-animation: myfirst 0.5s ease-out;
  -webkit-animation: myfirst 0.5s ease-out;
}

.view footer span a {
  display: block;
  width: 100%;
  color: #ffffff;
  white-space:nowrap;
}

  .view footer span a:not(:first-child) {
  border-top: 1px solid #2e2e2c;
  }

.view footer .pressed {
  background-color: #00AEEF;
}
