/* Custom Stylesheet */
body, html {
      margin: 0;
      -webkit-font-smoothing: antialiased;
      text-align: center;
}

body, .main, html {
  padding: 0;
  width: 100%;
  float: left;
  color: black;
  font-family: 'Roboto',Arial,sans-serif;
  padding-bottom: 50px;
}

body .header{
  color: #ecf0f1;
  margin: 25px 0;
}

.menu a {
  background: black;
  color: #fff;
  font-weight: bold;
  border-color: #444;
}

.menu a:hover {
  background: black;
  border-color: #777;
}

.menu a.active {
  background: black;
  border-color: #777;
}
.main p {
  color: #555;
  font-size: 16px;
  font-weight: 100;
  padding: 0 20px;
  margin: 10px auto;
  max-width: 800px;
}
.nav-top {
  background: black;
}
.nav-top a {
  color: #ecf0f1;
}

/* ALL DEMO */
h1 {
  color: #555;
  text-shadow: none;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 54px;
}

h1 span {
  font-size: 44px;
  display: block;
}

body .nav-top {
  position: absolute; 
  z-index: 11;
  padding-top: 0;
}

body .nav-top span {
  display: inline-block;
}

.adswrap {
  margin-top: 55px;
}

.direction {
  max-width: 500px;
  margin: 50px auto;
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 50px;
  font-weight: bold;
}

.menu, .header, .nav-top {
  margin-bottom: 0;
  position: relative;
  z-index: 10;
  padding-top: 5px;
  padding-bottom: 0;
}

.fsm-button.fsm-top {
  bottom: -85px;
  top: auto;
}

.fsm-button {
  font-size: 24px;
  color: #000;
  top: 36px;
  line-height: 100%;
}
.fsm-button i {
  top: 5px;
  position: relative;
  color: #EC3C3C;
}
.fsm-button:hover {
  background: #eee;
}

.fsm-left .fsm-list .fsm-item {
  float: left;
  width: 100%;
  display: block;
}

.fsm-right .fsm-list .fsm-item {
  float: right;
  width: 100%;
  display: block;
}

.fsm-left .fsm-sidebar ul li a{
  float: left;
}

.fsm-right .fsm-sidebar ul li a{
  float: right;
}