
		#lurebottom p {
			margin: 0px;
			line-height: 1.4;
			text-align: center;
		}

		.lurebtn {
			text-decoration: none;
			text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
			color: rgb(255, 255, 255) ! important;
			background-color: #0da4b5;
			display: inline-block;
			padding: 10px 50px;
			margin-bottom: 0px;
			font-size: 18px;
			font-weight: 400;
			line-height: 1.42857;
			text-align: center;
			white-space: nowrap;
			vertical-align: middle;
			cursor: pointer;
			background-image: none;
			border: 1px solid transparent;
			border-radius: 30px;
			text-transform: uppercase;
			-webkit-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
		}

		.lurebtn:hover {
			-webkit-transform: scale(1.05);
			-ms-transform: scale(1.05);
			-o-transform: scale(1.05);
			transform: scale(1.05);
		}

		@media only screen and (max-width: 680px) {

			#hdr,
			.lurebtn {
				font-size: 10px;
			}
		}
	