#footerBelt {
	width: 100%;
	height: 1.9rem;
	background-color: #2E302D;
	box-shadow:  0 -5px 5px -5px #333; 
  -moz-box-shadow:  0 -5px 5px -5px #333;
  -webkit-box-shadow:  0 -5px 5px -5px #333;
}

#footerWrap{
	width: 36rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #2E302D;
	height: 1.9em%;
	text-decoration: none;
}

/*FOOTER*/
#footerBelt ul li a{
	text-align: center;
	display: inline-block;
	position: relative;
	background-color: #2E302D;
	padding: 0.3em;
	font: 1em arial, sans-serif;
	color: white;
	z-index: 1;
	height: 100%;
	width: auto;
}

#footerBelt ul li{
	display: inline-block;
}

#footerBelt ul li a {text-decoration: none !important;}

#footerBelt ul{
	padding: 0 0 0 0.2em;
	margin: 0;
	list-style-type: none;
}

#footerBelt ul li a:hover {
	background-color: #30bd32;
}

@media screen and (max-width: 600px) {
	#footerBelt {
		height: 100%;
	}
	
	#footerWrap{
		width: 100% !important;
		margin-left: none;
	  margin-right: none;
	}
	
	#footerBelt ul li{
		display: block;
	}
	
	#footerBelt ul li a{
		width: 7rem;
		position: relative;
		display: block;
		padding: 0.3em;
		margin-left: none;
	  margin-right: none;
		text-align: left;
		list-style: none;
	}
}

@media only screen and (min-width: 600px) {
	.foot_icon_fb, .foot_icon_tw {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
  
  .foot_icon_fb {
    width: 30px;
    height: 30px;
    background-color: white;
    border: 1px solid #fff;
    background-image: url("../header/fb_icon.png");
    background-repeat: no-repeat;
    background-size: 29px 29px;
    position: relative;
    float: right;
    margin-right: 5px;
    bottom: 50px;
	right: 1.0rem;
	display: inline-block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

  .foot_icon_fb:hover {
    border: 1px solid red; }

  .foot_icon_tw {
    width: 30px;
    height: 30px;
    background-color: white;
    border: 1px solid #fff;
    background-image: url("../header/tw_icon.png");
    background-repeat: no-repeat;
    background-size: 29px 29px;
    position: relative;
    float: right;
    margin-right: 5px;
    bottom: 50px;
	right: 0.5rem;
	display: inline-block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

  .foot_icon_tw:hover {
    border: 1px solid red; } 
	
}