
/* Footer 


.footer{
  position:absolute;
  bottom: 0px;
  width:100%;
  background:#2f363e;
  height: 100px;
}

.footer .margin{
  position:absolute;
  width:100%;
  margin: 0px auto;

}

.footer .margin .menu-footer{
  width:450px;
  margin: auto 0 0 500px;
  float:left;
  height: 20px;

}


.footer .margin .menu-footer a{
  line-height:90px;
  padding-right:25px;
  color:#5f666e;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.footer .margin .menu-footer a:hover{
  color:white;
}


.footer .margin .copyright{
  width:420px;
  margin:0 auto;
  text-align:right;
  float:left;
  line-height:90px;
  padding-right:25px;
  color:#5f666e;
}
*/

.footer{
  background:#2f363e;
  position:absolute;
  bottom: 0px;
  width:100%;
  height: 80px;
  
}

.menu-footer {
	width:100%;
	margin:0 auto;
	text-align:center;
}
.menu-footer a {
  
  position:relative;
  width:100%;
  line-height:70px;
  padding-left:15px;
  color:#5f666e;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
   margin: 0 auto;
	
}

.menu-footer a:hover{
  color:white;
}

@media screen and (min-width: 1024px) and (max-width: 1399px) {


.footer{
	
	background:#2f363e;
	position:absolute;
	bottom: 5px;
	width:100%;
	
	height: 40px;
}

.menu-footer {
	width:100%;
	margin:0 auto;
	text-align:center;
}

.menu-footer a {
  
  position:relative;
  width:100%;
  line-height:30px;
  padding-left:5px;
  color:#5f666e;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
   margin: 0 auto;
	
}

.menu-footer a:hover{
  color:white;
}

}
	


@media only screen and (max-width: 700px) {
	
.footer{
	
	background:#2f363e;
	position:absolute;
	bottom: 0px;
	width:100%;
	
	height: 40px;
}

.menu-footer {
	width:100%;
	margin:0 auto;
	text-align:center;
}

.menu-footer a {
  
  position:relative;
  width:100%;
  line-height:30px;
  padding-left:5px;
  color:#5f666e;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
   margin: 0 auto;
	
}

.menu-footer a:hover{
  color:white;
}

}
	
	

