/*Bace Design*/
html {
    height: 100%;
}
body {
	background:#bf230d;
	color:#443628;
    margin: 0;
    height: 100%;
    
}

#container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; height: 100%;
}

#container .main{
	margin:0;
	width:500px;
}

@media screen and (max-width: 480px){
#container .main{
	margin:0;
	width:100%;
}	
	
#container .main img{
	width:100%;
}	

ul.btn-social{
	width:151px;
	margin:0 0 0 0;
	float:right;
}
	
}

/*#menu*/
.hide-txt {
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
ul.btn-social{
	width:151px;
	margin:0 27%;
}
ul.btn-social li{
	width:47px;
	height:47px;
	float:left;
}
ul.btn-social li a{
	display:block;
	width:47px;
	height:47px;
}
ul.btn-social li.instagram{
	background:url(../img/icon_instagram.png) no-repeat;
	margin-right:5px;
}
ul.btn-social li.twitter{
	margin-right:5px;
	background:url(../img/icon_twitter.png) no-repeat;
}
ul.btn-social li.facebook{
	background:url(../img/icon_facebook.png) no-repeat;
}