body {
	width: 100%;	
	background-color: #efefef;
	margin: 0 auto;
	padding: 0;
}

html, div {
	padding: 0;
	margin: 0;	
}

div img {
	width: 100%;	
}

.content {
	background-color: #fff;
}

#footer {

}

#main-menu {
	position: absolute;
	top: 80px;
	right: 35px;
}

#main-menu li {
	list-style: none;
	display: inline-block;
	text-align: center;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	background-color: #f9f9f9;
	padding: 5px;
	border-radius: 5px;
	font-size: 90%;
}

#footer-menu {
	position: absolute;
	bottom: 14vw;
	padding-left: 6vw;
}

#footer-menu ul {
	width: 100%;	
}

#footer-menu li {
	width: 100%;
	list-style: none;
	margin-bottom: 1.1vw;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: '#000' !important;
}

#footer-menu li a {
	text-decoration: none;
	color: '#000' !important;
	font-size: 1.1vw;
}

#main-menu li.icon {
  	display: none;
}

@media screen and (max-width: 1000px) {
  #main-menu li {display: none;}
  #main-menu {
    position: absolute;
    top: 10vw;
	right: 30px;
    margin: 0;
    padding: 0;
  }
  #main-menu li.icon {
    display: block;
	background-color: #c0392b;
	width: 30px;
	height: 25px;
	border-radius: 3px;
  }
  #main-menu li.icon a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
  }
  #footer-menu {
	bottom: 14vw;
  }
}

@media screen and (max-width: 1000px) {
  #main-menu.responsive {position: relative;}
  #main-menu.responsive {
    position: absolute;
    top: 0;
	left: 0;
	right: 0;
    margin: 0;
    padding: 0;
  }
  #main-menu.responsive li {
    display: block;
    text-align: left;
	width: 100%;
	padding: 10px 10px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #fff;
  }
  #main-menu.responsive li.icon a {
	text-decoration: none;
	color: #c0392b;
  }
}

@media screen and (max-width: 950px) {
  #footer-menu {
	bottom: 7.5vw;
  }
}

@media screen and (max-width: 800px) {
  #footer-menu {
	bottom: 7vw;
  }
}

@media screen and (max-width: 700px) {
  #footer-menu {
	bottom: 6vw;
  }
}

@media screen and (max-width: 600px) {
  #footer-menu {
	bottom: 5vw;
  }
}

@media screen and (max-width: 500px) {
  #footer-menu {
	bottom: 4vw;
  }
}

@media screen and (max-width: 400px) {
  #footer-menu {
	bottom: 2vw;
  }
  
  #footer-menu li {
	margin-bottom: 0.5vw;
  }
}