[class*=btn-] {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
	text-decoration: none;
	text-align: center;
	outline: 0;
	line-height: 1.1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 0px;
	text-transform: uppercase;
	/*transition: all .25s ease-in;*/
	box-shadow: 3px 3px 5px rgba(34, 34, 34, .5)
}

.btn-l1 {
	font-size: 13px;
	/* padding: 8px 15px; */
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #6DF6FF;
	color: #e5e5e5;
	/* background-color: #212735; */
}

.btn-l1:hover{
	background-color: #6DF6FF;
	border: 1px solid #6DF6FF;
	color: #000;
}

.btn-l3, .btn-t3 {
	font-family: Open Sans, sans-serif;
	font-weight: 800;
	color: #000;
	background-color: #6DF6FF;
	border: 2px solid #6DF6FF;
	border-radius: 10px;
	box-shadow: 10px 10px 5px #00000030;
}

.btn-l3:hover, .btn-t3:hover {
	background-color: #D82342;
	border-color: #D82342;
	color: #fff;
}

.btn-l3 {
	font-size: 38px;
	padding: 10px 35px;
	margin: 10px 5px 0 5px;
	/*text-transform: capitalize;*/
	-webkit-animation: pulse 3.5s infinite; /* Safari, Chrome and Opera > 12.1 */
	   -moz-animation: pulse 3.5s infinite; /* Firefox < 16 */
		-ms-animation: pulse 3.5s infinite; /* Internet Explorer */
		 -o-animation: pulse 3.5s infinite; /* Opera < 12.1 */
			animation: pulse 3.5s infinite;
}

.btn-t3 {
	font-size: 20px;
	padding: 10px 25px;
	margin: 0 5px 0 5px;
	width:88%;
	/*text-transform: capitalize;*/
	-webkit-animation: pulse 3.5s infinite; /* Safari, Chrome and Opera > 12.1 */
	   -moz-animation: pulse 3.5s infinite; /* Firefox < 16 */
		-ms-animation: pulse 3.5s infinite; /* Internet Explorer */
		 -o-animation: pulse 3.5s infinite; /* Opera < 12.1 */
			animation: pulse 3.5s infinite;
			}

/*================ Sticky Bottom ================*/

.sticky--bottom {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 64px;
	background-color: rgba(0, 0, 0, .8);
	z-index: 50
}

.sticky--bottom * {
	margin: 0
}

/*@media only screen and (min-width:991px) {
	[class*=sticky--bottom] {
		display: none
	}
}*/