hr{
	color:#00FFB2;
}
.check{
	text-align: center;
}
p, h3, h1{
	color:#fff
}
span{
	color:#00FFB2;
	font-size: 15px;
}
.img{
	width:auto;
	height: 150px;
}

/*Preloader*/
.loader {
	background: #141414;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.loader-inner {
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.loading-spinner {
	width: 6.25rem;
	height: 6.25rem;
	animation: spinner-rotate 2s ease-in-out infinite;
	-webkit-animation: spinner-rotate 2s ease-in-out infinite;
	-moz-animation: spinner-rotate 2s ease-in-out infinite;
	-ms-animation: spinner-rotate 2s ease-in-out infinite;
	-o-animation: spinner-rotate 2s ease-in-out infinite;
}
.spinner {
	animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
	-webkit-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
	-moz-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
	-ms-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
	-o-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
	stroke-linecap: round;
}
@keyframes spinner-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: trotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}
@keyframes spinner-color {
	0%, 100% {
		stroke: #ffffff;
	}
}
@keyframes spinner-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 90, 200;
		stroke-dashoffset: -125px;
	}
}
/*End preloader*/

/*Site wrapper*/

.wrapper {
	position: relative;
	background: #50195C;
}
.wrapper,
.header {
	margin: 0 auto;
	max-width: 1600px;
	position: relative;
}

.header {
	background-color: rgba(0, 0, 0, 0.8);
	left: 0;
	right: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header .logo {
	display: block;
	height: 33px;
	margin-top: 1rem;
	text-align: center;
	margin: auto;
	width: 90%;
}

.header .logo:hover {
	opacity: 1;
}

.hero-content {
	color: #ffffff;
	position: relative;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 40;
}
h1.large {
	font-size: 4.5rem;
	line-height: 1.3;
	font-family: 'Permanent Marker', cursive;
}

/* About section*/
ul.block-images li:first-child {
	padding-right: 10px;
}
ul.block-images li:last-child {
	padding-left: 10px;
}


span.selected,
a.selected {
	color: #ffffff !important;
}
/* End audio player*/

/* End latest album player*/
.imgCard{
	height: 150px;
	text-align: center;
	margin:0 auto;
}
/* Discography sectionr*/
.block-album {
	
	border-radius: 3px;
	border: 1px solid #00FFB2;
	background-color: rgb(238, 228, 228);
	overflow: hidden;
	margin: 5px auto;
	font-family: 'Raleway', sans-serif;
	padding: 10px;
}




.block-album .lu-btn .btn-lumenu{
	padding: 10px;
	border: 1px solid #50195C;
	text-align: center;
	display: block;
	margin: auto;
}
.block-album .lu-btn .btn-lumenu:hover{
	background-color: #50195C;

}

.block-album .lu-btn .btn-lumenu h4{
	font-size: .8rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	color:#50195C;
}
.block-album .lu-btn .btn-lumenu:hover h4{
	color: #00FFB2;
}

.block-album .lu-btn .btn-lumenu a{
	text-align: center;
}
.block-album .lu-btn .btn-lumenu:hover a{
	color: #1D1D1B;
}
.block-teaser {
	text-transform: uppercase;
}
.block-teaser p {
	font-weight: 700;
	font-size: 1.5rem;
	padding-bottom: .5rem;
}
.countdown {
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: .34rem;
}
/* End discography Section*/

/* Tours section*/

.block-tabs li {
	margin: 0 .78125rem;
	cursor: pointer;
	position: relative;
	padding: 0 .25rem;
	color: #ffffff;
	opacity: .5;
}
.block-tabs li.active {
	opacity: 1;
}
.block-tab {
	border: 1px solid #444444;
	border-bottom: 0;
	border-radius: 3px;
	position: relative;
	border-left: 0;
	border-right: 0;
}
.block-tab:after,
.block-tab:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 93.5%;
	background: #444444;
	top: 0;
	z-index: 10;
}
.block-tab:after {
	left: 22.9%;
}
.block-tab:before {
	left: 73.3%
}

.block-tour:before {
	background: #121212;
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-moz-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
}
.block-tour:hover:before {
	width: 100%;
	left: 0;
}
.block-tour .col-lg-3 h3 {
	position: relative;
	top: 10px;
}
.block-tour .col-lg-4 a,
ol.playlist .col-lg-6 a {
	position: relative;
	top: 8px;
}
.block-tab li,
.block-tab li .block-video {
	display: none;
}
.block-tab li.active,
.block-tab li.active .block-video {
	display: block;
}
.block-video {
	background: #000;
	position: relative;
	overflow: hidden;
}
.video-play-ico {
	position: absolute;
	top: 50%;
	left: 105%;
	z-index: 2;
	color: #ffffff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	opacity: .7;
}
.video-play-ico:hover {
	opacity: 1;
}
.video-play-ico i {
	font-size: 20px;
}
/* End tours section*/

/*Email section*/

.block-email-form {
	position: relative;
}
.block-email-form .email-form input[type="text"] {
	border: none;
	background: rgba(255, 255, 255, .4);
	border-radius: 25px;
	padding-left: 30px;
}
.block-email-form .email-form button[type="submit"] {
	position: absolute;
	right: 0;
	border-radius: 25px;
	background: rgba(255, 255, 255, .4);
	border: none;
	padding: 0.76rem 1.9rem;
	color: #ffffff;
}
/*End emial section*/

/*Gallery section*/

.block-filter li {
	margin: 0 .78125rem;
	margin-right: 0.78125rem;
	cursor: pointer;
	position: relative;
	padding: 0 .25rem;
}
.block-filter li a {
	color: #ffffff;
	opacity: .5;
}
.block-filter li a.active {
	opacity: 1;
}

.disable:before {
	opacity: .7;
	background: #141414;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.card-gallery.image-gallery {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
.card-gallery > * {
	width: 100%;
	z-index: 2;
	position: relative;
}
/*End gallery section*/

/*Socials section*/

.btn-absolute {
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	top: 50%;
}
.block-instafeed li {
	width: 20%;
	margin-right: .5rem !important;
	margin-left: .5rem;
}

.block-tweets {
	position: relative;
}
.block-tweets .tweet {
	margin-top: 1rem;
	font-size: 1rem;
}
.block-tweets .slides p {
	margin-bottom: 0;
}
.block-tweets .slides p a {
	text-decoration: underline;
	color: #999999;
}
.block-tweets .slides p a:hover {
	text-decoration: none;
}
.block-tweets .slides p.timePosted a{
     margin-top: 1rem;
     display: inline-block;
     font-size: .9375rem;
}
 .block-tweets .slides p.interact, .block-tweets .slides .user a , .block-tweets .slides .user a span{
     display: none;
}

 .block-tweets .slides .user [data-scribe="element:screen_name"] {
     display: block;
     font-size: .9375rem;
     line-height: 1.68421053rem;
     font-weight: normal;
}
 .block-tweets .slides .user [data-scribe="element:name"] {
     display: none;
}
 .block-tweets .slides .user  {
     display: inline-block;
     clear: both;
     margin-bottom: 0.92857143rem;
     border-radius: 50%;
}
/*End socials section*/

/*Contact section*/

.card.block-info p {
	color: #cccccc;
}
.block-social.colored li {
	margin: 0;
}
.block-social.colored li a {
	font-size: 2rem;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: inline-block;
	border: 0;
	line-height: 2.4;
	opacity: 1;
	color: white;
	margin: 0 1.5rem;
}
.block-social.colored li:first-child a {
	background: #175f9f;
}
.block-social.colored li:nth-child(2) a {
	background: #00c6f8;
}
.block-social.colored li:nth-child(3) a {
	background: #df0006;
}
.block-social.colored li:nth-child(4) a {
	background: #ee322a;
}
.block-social.colored li:last-child a {
	background: #3c59ef;
}
/*End contact section*/

/*Footer*/

.footer p {
	color: #cccccc;
}
.footer p em {
	color: #ffffff;
}
/*End footer*/

/*Media queries*/

@media all and (max-width: 990px) {
	.header {
		padding: 5px 0;
	}
	.header .logo {
		margin-top: .5rem;
	}
	.mobile-but {
		display: block;
	}
	.main-nav ul {
		display: none;
		text-align: left;
	}
	.main-nav li {
		float: none;
		display: block;
		margin-left: 0;
	}
	.main-nav li:first-child {
		float: none;
		display: block;
		margin-left: 0;
	}
	.main-menu li a {
		display: inline-block;
		padding: .5rem 0;
	}
	h1.large {
		font-size: 4rem;
	}
	.alt-font {
		font-size: 3rem;
	}
	ul.block-images li:first-child {
		padding-right: 15px;
	}
	ul.block-images li:last-child {
		padding-left: 15px;
	}
	.block-album-info {
		margin-top: 3rem;
	}
	.pattern-right,
	.pattern-center {
		width: 70%;
	}
	.sing {
		width: 45%;
	}
	
	.block-tab:before {
		left: 70.3%;
	}
	.block-tab::after {
		left: 22.9%;
	}
	
	.block-tab:before {
		left: 66.3%;
	}
	.video-play-ico {
		left: 90%;
	}
	.block-tab::after,
	.block-tab::before {
		height: 91.4%;
	}
	section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(3),
	section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(4) {
		margin-top: 2rem;
	}
}
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation: portrait) {
	input,
	textarea {
		-webkit-appearance: none;
	}
	.alt-font {
		font-size: 2.8rem;
	}
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
	.pattern-right,
	.pattern-center {
		width: 60%;
	}
	.pattern-right {
		right: 40px;
	}
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
	.pattern-right,
	.pattern-center {
		width: 70%;
	}
	.pattern-right {
		right: 40px;
	}
	.block-social li:last-child a {
		margin-top: .4rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	input,
	textarea {
		-webkit-appearance: none;
	}
	section.divider {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
	section.main {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.cadastrese{
		background-color: #4a0059; color: cornsilk; margin:0 auto; text-align: center;
	  }
	  .center{
		margin:20px auto;
		border-radius:8px;
		border:solid 3px #fbcc24;
		color:#fbcc24;
		padding:10px 15px;
		font-size: 20px;
		font-weight: bold;
		height:150px;
	  } 
	  .center:hover{
		border:solid 3px #00FFB2;;
		
	  }
	h1.large {
		font-size: 4rem;
	}
	h1,
	.h1 {
		font-size: 2rem;
	}
	h4,
	.h4 {
		font-size: .9375rem;
	}
	.alt-font {
		font-size: 2.5rem;
	}
	ul.block-images li  {
		width: 215px;
	}
	.block-social li:first-child {
		margin-bottom: .4rem;
	}
	.sing {
		max-width: 40%;
	}
	.pattern-right,
	.pattern-center {
		width: 70%;
	}
	.pattern-right {
		right: 40px;
	}
	
	.block-tab:before {
		left: 70.3%;
	}
	.block-tab::after {
		left: 22.9%;
	}
	.video-play-ico {
		left: 99%;
	}
	.big-icon {
		font-size: 5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
	input,
	textarea {
		-webkit-appearance: none;
	}
	section.divider {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	h1.large {
		font-size: 4rem;
	}
	h1,
	.h1 {
		font-size: 2rem;
	}
	h4,
	.h4 {
		font-size: .9375rem;
	}
	.sing {
		max-width: 50%;
	}
	.alt-font {
		font-size: 2.5rem;
	}
	.block-album-info {
		margin-top: 3rem;
	}
	.block-member img.pl-3 {
		padding-left: 0 !important;
	}
	.block-member img.pr-3 {
		padding-right: 0 !important;
	}
	.block-instafeed li {
		width: 22%;
	}
	
	
	.video-play-ico {
		left: 90%;
	}
	.block-tab:before {
		left: 66.3%;
	}
	.block-tab::after,
	.block-tab::before {
		height: 91.4%;
	}
	.pattern-right,
	.pattern-center {
		width: 80%;
	}
	.pattern-right {
		right: 40px;
	}
	section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(3),
	section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(4) {
		margin-top: 2rem;
	}
	.big-icon {
		font-size: 5rem;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	input,
	textarea {
		-webkit-appearance: none;
	}
	.slider .slides li {
		height: 800px;
	}
	section.divider {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	section.main {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.btn {
		font-size: .68125rem;
	}
	.video-play-but {
		width: 4.3125rem;
		height: 4.3125rem;
	}
	.video-play-ico {
		left: 90%;
	}
	h1.large {
		font-size: 3.5rem;
		line-height: 1;
		margin-bottom: .5rem !important;
	}
	h1,
	.h1 {
		font-size: 1.7rem;
	}
	h2 {
		font-size: 1.2625rem;
	}
	.h2 {
		font-size: 1.45rem;
	}
	h3,
	.h3 {
		font-size: 1rem;
	}
	h4,
	.h4 {
		font-size: .9375rem;
	}
	h5,
	.h5 {
		font-size: .9rem;
	}
	h6,
	.h6 {
		font-size: .75rem;
	}
	.alt-font {
		font-size: 2.5rem;
	}
	.countdown {
		font-size: 2.5rem;
	}
	p,
	.p,
	.block-tweets .slides p.timePosted a,
	.block-tweets .slides .user[data-scribe="element:screen_name"] {
		font-size: .875rem;
	}
	.w-95 {
		width: 85%;
	}
	
	.countdown {
		font-size: 2.5rem;
	}
	.block-album-info {
		margin-top: 3rem !important;
	}
	.sing {
		margin-bottom: 3rem !important;
		max-width: 25%;
	}
	.block-tracklist .playlist li,
	.block-tour {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.block-tracklist .playlist li:after {
		left: 2.4rem;
		top: 2.1rem;
	}
	.block-instafeed li {
		width: 44%;
	}
	.block-instafeed li:nth-last-of-type(-n+4) img {
		margin-bottom: 1rem;
	}
	.pattern-right,
	.pattern-center {
		display: none;
	}
	.block-member {
		margin-top: 0 !important;
		margin-bottom: 3rem;
	}
	section.band .col-md-4.col-lg-4:last-child .block-member,
	section.blog .col-md-4:last-child .card,
	.block-social.colored li:last-child,
	section.discography .col-md-6.col-lg-3:last-child .block-album {
		margin-bottom: 0;
	}
	section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(3),
	section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(4) {
		margin-top: 0;
	}
	
	.block-tab .col-lg-5.col-md-5 span {
		margin-bottom: 1rem;
	}
	.block-tour .col-lg-3 h3 {
		top: 0;
	}
	.block-tour {
		padding-left: 2rem;
	}
	.block-email-form .email-form button[type="submit"] {
		padding: 0.84rem 1.9rem;
	}
	.block-tab:before,
	.block-tab:after {
		display: none;
	}
	.card-gallery.image-gallery {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.video-play-ico {
		left: 90%;
	}
	section.blog .col-md-4 .card,
	.block-album,
	
	.block-social.colored li {
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.block-social.colored li a {
		width: 65px;
		height: 65px;
		font-size: 1.6rem;
		line-height: 2.5;
		margin: 0 1rem;
	}
	.big-icon {
		font-size: 4rem;
	}
}
@media only screen and (max-width: 479px) {
	input,
	textarea {
		-webkit-appearance: none;
	}
	.slider .slides li {
		height: 800px;
	}
	section.divider {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	section.main {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.btn {
		font-size: .68125rem;
	}
	.video-play-but {
		width: 4.3125rem;
		height: 4.3125rem;
	}
	.video-play-ico {
		left: 90%;
	}
	h1.large {
		font-size: 3.5rem;
		line-height: 1;
		margin-bottom: .5rem !important;
	}
	h1,
	.h1 {
		font-size: 1.7rem;
	}
	h2 {
		font-size: 1.2625rem;
	}
	.h2 {
		font-size: 1.45rem;
	}
	h3,
	.h3 {
		font-size: 1rem;
	}
	h4,
	.h4 {
		font-size: .9375rem;
	}
	h5,
	.h5 {
		font-size: .9rem;
	}
	h6,
	.h6 {
		font-size: .75rem;
	}
	.alt-font {
		font-size: 2.5rem;
	}
	.countdown {
		font-size: 2.5rem;
	}
	p,
	.p,
	.block-tweets .slides p.timePosted a,
	.block-tweets .slides .user[data-scribe="element:screen_name"] {
		font-size: .875rem;
	}
	.block-tweets .tweet {
		font-size: .9375rem;
	}

	ul.block-images li:first-child {
		padding-right: 15px;
	}
	ul.block-images li:last-child {
		padding-left: 15px;
	}
	.block-album-info {
		margin-top: 3rem !important;
	}
	.sing {
		margin-bottom: 3rem !important;
		max-width: 40%;
	}
	.block-tracklist .playlist li,
	.block-tour {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.block-tracklist .playlist li:after {
		left: 2.4rem;
		top: 2.1rem;
	}
	.block-instafeed li {
		width: 44%;
	}
	.block-instafeed li:nth-last-of-type(-n+4) img {
		margin-bottom: 1rem;
	}
	.pattern-right,
	.pattern-center {
		display: none;
	}
	.block-member {
		margin-top: 0 !important;
		margin-bottom: 3rem;
	}
	section.band .col-md-4.col-lg-4:last-child .block-member,
	section.blog .col-md-4:last-child .card,
	.block-social.colored li:last-child,
	section.discography .col-md-6.col-lg-3:last-child .block-album {
		margin-bottom: 0;
	}
	section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(3),
	section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(4) {
		margin-top: 0;
	}
	
	.block-tab .col-lg-5.col-md-5 span {
		margin-bottom: 1rem;
	}
	.block-tour .col-lg-3 h3 {
		top: 0;
	}
	.block-tour {
		padding-left: 2rem;
	}
	.block-email-form .email-form button[type="submit"] {
		padding: 0.84rem 1.9rem;
	}
	.block-tab:before,
	.block-tab:after {
		display: none;
	}
	.card-gallery.image-gallery {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	section.blog .col-md-4 .card,
	.block-album,
	
	.block-social.colored li {
		margin-right: 0;
		margin-bottom: 2rem;
	}
	.block-social.colored li a {
		width: 65px;
		height: 65px;
		font-size: 1.6rem;
		line-height: 2.5;
	}
	.big-icon {
		font-size: 4rem;
	}

/* #alterações lumenu */

	.block-album {
		border-radius: 3px;
		border: 1px solid #444444;
		overflow: hidden;
		display: flex;
		margin-bottom: 20px;
		font-family: 'Raleway', sans-serif;
	}

	
	 .block-album .lu-btn{
		 flex:1;
		 align-self: center;
	 }

	.block-album .lu-btn .btn-lumenu{
		padding: 10px 20px;
		border: 1px solid #DD00F4;
		text-align: center;
		width: 150px;
		display: block;
		margin: auto;
	}
	.block-album .lu-btn .btn-lumenu h4{
		font-size: .75rem;
		font-weight: 600;
		letter-spacing: 1px;
		color: #DD00F4;
	}

	.block-album .lu-btn .btn-lumenu:hover{
		background: #DD00F4;
	}
	.block-album .lu-btn .btn-lumenu:hover h4{
		color:#fff;
	}

	.block-album .lu-btn .btn-lumenu a{
		text-align: center;
	}
	.block-album .lu-btn a .btn-lumenu:hover{
		color: #fff;
	}
	.lu-social{
		flex:1;

	}
	.copyright{
		flex: 2;
	}
}



.lu-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.lu-social li {
  float: right;
}

.lu-social li a {
  display: block;
  padding: 8px;
}

.copyright{
	margin-top: 20px;
	padding: 8px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: 'Amaranth', sans-serif;
}

.copyright p{
	margin-bottom: 0px;
	margin-top: 10px;
}

.copyright {
	width: 52px;
	height: auto;
	margin-bottom: 0px;
}


.block-title{
    font-family: 'Raleway', sans-serif !important;
}

/*End media queries*/

.float-cle{
  position:fixed;
  width:45px;
  height:45px;
  float:right;
  bottom:40px;
  left: 20px;
  background-color:#0b88ee;;
  color:#ffffff;
  border-radius:20px;
  text-align:center;
  font-size:1.5rem;
  padding-top: 4px;
  box-shadow: 2px 2px 3px #999;
}
.float-cle:hover{
    color:#ffffff!important;
}
