/* SKIVE CREATIVE */

 .sidebar{
  margin: 0;
  position: fixed;
  width: 330px;
  height: 100%;
  background: white;
  z-index: 10;
  -webkit-box-shadow: -2px 0px 13px 0px rgba(50, 50, 50, 1);
  -moz-box-shadow:    -2px 0px 13px 0px rgba(50, 50, 50, 1);
  box-shadow:         -2px 0px 13px 0px rgba(50, 50, 50, 1);
  overflow: auto;
}

.page-header{
  padding-left: 40px;
  padding-right: 40px;
  border-bottom: 0;
  margin-bottom: 200px;
}

h3{
  font-size: 14px;
  color: #181b1c;
}

.lead{
  margin-top: 30px;
}

.email a{
  color: #999;
  text-decoration: underline;
}

.email a:hover{
  color: #c80808;
}

.email,
.lead{
  font-size: 13px;
  color: #999;
}

 .logo{
  margin-bottom: 120px;
 }

h1{
  font-family: 'Arimo', sans-serif;
  font-size: 18px;
  color: white;
  line-height: 20px;
  background-color: #181b1c;
  margin: 0px;
  padding: 7px;
  margin-bottom: 3px;
}

.one{
  width: 225px;
}
.two{
  width: 72px;
}

.content{
  margin-left: 175px;
  height: 100%;
  width: 100%;
  position: fixed;
  background-image: url('../images/milkybar.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0;
  overflow-x: hidden;
}

html{
  position: relative;
  height: 100%;
}

body{
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow-x: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container{
  padding: 0;
  width: 100%;
}

.social{
  border-top: 1px solid #ccc;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 15px;
  z-index: 12;
  width: 330px;
  height: 60px;
  position: fixed;
  font-size: 18px;
  color: #181b1c;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255,255,255,0.1);
  letter-spacing: 1px;
  bottom: 0px;
}

.social a{
  color: #181b1c;
  margin-left: 40px;
}

.social a:hover{
  color: #c80808;
}

@media screen and (max-width: 500px) {
  .content{
    display:none;
  }
   .sidebar{
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 10;
    overflow: auto;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .social{
    width: 100%;
  }
}
