/* Custom Stylesheet */
body, html {
  background: none;
      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;
}

body {
  background: #0cc;
}

.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;
}
.flipout {
  margin: 20px auto;
  width: 1010px;
  text-align: center;
}
.foc-main {
  display: inline-block;
}
.foc-main p{
  color: #CCC;
  font-size: 100px;
  line-height: 140%;
  font-weight: 100;
}
.foc-card p{
  color: #CCC;
  margin-top: 75px;
  margin-bottom: 50px;
  font-size: 50px;
  line-height: 140%;
  font-weight: 100;
} 
.foc-main .foc-card small{
  font-size: 18px;
}
.foc-main small {
  display: block;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #EEE;
  color: #777;
  font-size: 24px;
  font-style: italic;
  font-family: georgia;
  line-height: 140%;
  font-weight: 100;
}
.foc-main .foc-card.foc-bottom p{
  margin-top: 10px;
  margin-bottom: 10px;
}
.foc-main .foc-card.foc-bottom small{
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}