

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default) > li {
  list-style-type: none;
}


@keyframes pulse{
			0%{-moz-box-shadow:0 0 0 0 rgba(45, 183, 66,1);box-shadow:0 0 0 0 rgba(45, 183, 66,1)}
			70%{-moz-box-shadow:0 0 0 15px rgba(45, 183, 66,0);box-shadow:0 0 0 10px rgba(45, 183, 66,0)}
			100%{-moz-box-shadow:0 0 0 0 rgba(45, 183, 66,0);box-shadow:0 0 0 0 rgba(45, 183, 66,0)}}
			a.w-toplink.pos_right.active{bottom:10px!important}	

.btn-floating {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 280px;
  height: 40px;
	font-weight: 400;
  line-height: 40px;
  padding: 0 15px;
	/*background-image: linear-gradient(180deg, #1a1a1a, #000000);*/
	background: #2db742;
  /*background-color: #26a69a;*/
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
  /*box-shadow: 2px 2px 5px #808080;*/
	margin-bottom: 5px;
  
}


button.btn-floating {
  border: none;
}

.fixed-action-btn {
  position: fixed;
  /*right: 23px; paralelo*/
  right: 23px;
  bottom: 23px;
  margin-bottom: 0;
  z-index: 997;
}

.fixed-action-btn.active ul {
  visibility: visible;
}

.fixed-action-btn.horizontal {
  padding: 0 0 0 15px;
}

.fixed-action-btn.horizontal ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
  /*width 100% only goes to width of button container */
}

.fixed-action-btn.horizontal ul li {
  display: inline-block;
  margin: 15px 15px 0 0;
}

.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

.fixed-action-btn.toolbar ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.fixed-action-btn.toolbar ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  -webkit-transition: none;
  transition: none;
}

.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 50px;
  margin: 0;
  visibility: hidden;
	/*background: #ffcc00;
	box-shadow: 2px 2px 5px grey;
	border-radius: 2px;*/
}
