body {
padding: 0;
margin-top: 150px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 50px;
/*background-color:#292929;*/
background: linear-gradient(-90deg, #262929 50%, #293A3F);
color: #FFF;
/*background-image:url(grey.jpg);*/

text-align:center;
	font-weight: bold;

}

.fb-like {
	bottom: 0px;
	position:fixed;
}


footer {
	bottom: 20px;
	position:fixed;
	font-size: 16px;
	font-weight:normal;
	font-family:Lucida Grande, Helvetica, Arial;
}
.btn-style{
margin-top: 10px;
	margin-right: 10px;
	padding: 14px 26px;
	font-size: 14px;
	line-height: 100%;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	color: #fff;
	display:inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.1s ease-in-out;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	-ms-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
border: 0px;
}
.btn-style:active {
	padding-top: 15px;
        margin-bottom: -1px;
}
.btn-style, .btn-style:hover, .btn-style:active {
	outline: 0 none;
	text-decoration: none;
	color: #fff;
}
.btn-style {
	background-color: #3fb8e8;
	box-shadow: 0px 3px 0px 0px #3293ba;
}
.btn-style:hover {
	background-color: #1baae3;
}
.btn-style:active {
	box-shadow: 0px 1px 0px 0px #3293ba;
}

#vies {
	background-color: #f06060;
	box-shadow: 0px 3px 0px 0px #cd1313;
}
#vies:hover {
	background-color: #ed4444;
}
#vies:active {
	box-shadow: 0px 1px 0px 0px #cd1313;
}


@-webkit-keyframes redPulse {
  from { background-color: #ed4444; -webkit-box-shadow: 0 0 9px #f06060; }
  50% { background-color: #ed4444; -webkit-box-shadow: 0 0 18px #f06060; }
  to { background-color: #ed4444; -webkit-box-shadow: 0 0 9px #f06060; }
}


#vies:hover {
  -webkit-animation-name: redPulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bluePulse {
  from { background-color: #1baae3; -webkit-box-shadow: 0 0 9px #3fb8e8; }
  50% { background-color: #1baae3; -webkit-box-shadow: 0 0 18px #3fb8e8; }
  to { background-color: #1baae3; -webkit-box-shadow: 0 0 9px #3fb8e8; }
}
.btn-style:hover {
  -webkit-animation-name: bluePulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}
/*@-webkit-keyframes fb-Pulse {
  from { background-color: #8fb8e8; -webkit-box-shadow: 0 0 9px #8fb8e8; }
  50% { background-color: #8fb8e8; -webkit-box-shadow: 0 0 18px #8fb8e8; }
  to { background-color: #8fb8e8; -webkit-box-shadow: 0 0 9px #8fb8e8; }
}
.fb-like {
 -webkit-animation-name: fb-Pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}
