

::-webkit-scrollbar { 
    display: none; 
}

#social
{
	width: 552px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#bgg_website, #fb_website, #tw_website
{
	margin-left: 40px;
	margin-right: 40px;
}

a:hover
{
	color: #eeeeee;
	text-decoration: none;
}

.button {
  border-radius: 4px;
  background-color: #091444;
  border: 4px solid #39dc77;
  color: #eeeeee;	
  text-align: center;
  font-family: 'Exo 2', sans-serif;  
  font-size: 28px;
  font-weight: 600;
  padding: 30px;
  padding-left: 100px;
  padding-right: 100px;
  width: 800px;
  transition: all 0.2s;
  cursor: pointer;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.2s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.2s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

#btn_wrapper
{
	margin-top: 80px;
	margin-bottom: 80px;
	text-align: center;
}