html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
  margin: 0; 
  outline: 0; 
  background: none; 
  font-weight: normal;
  text-align: left; 
  vertical-align: top; 
  list-style: none; 
  border-collapse: collapse; 
  border-spacing: 0px; 
  margin: 0px auto 0%; 
  border: 0px none; 
  padding: 0px; 
  background-color: transparent;  
}


html, body
{
  width: 100%;
  height: 100%;
  font-family: 'AvenirNext-UltraLight';
  background-color: #fff;
  color: #7c8092;
}

a
{
  text-decoration: none;
  color: #7c8092;
}

a:hover
{
  color: #a52117;
}

.sidebar
{
  margin: 60px 0 0px 60px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
}

.drop-navigation li,
.drop-navigation a
{
  font-size: 13px;
  padding: 3px 0 3px 0;
  display: block;
}
.drop-navigation li.active a
{
  color: #c2c1d1;
}
.drop-navigation li.al
{
  padding-left: 10px;
}






.logo
{
  margin-top: -5px;
}

.logo h1 a
{
  font-size: 17px;
  font-weight: bold;
}

.logo h1 a:hover
{
  color: #c2c1d1;
}

.top-navigation
{
  display: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.container
{
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.sidebar,
.main
{
  display: table-cell;
}

.sidebar
{
  padding: 100px 0 0 100px;
  width: 20%;
  min-width: 250px;
}

.main
{
  padding: 70px 20px 0 0;
  width: auto;
  height: 100%;
}


.article
{
  font-size: 14px;
  max-width: 700px;
  width: auto;
  margin-left: 0px;
  margin-top: 25px;
}

.article h3
{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 6px;
}



.share
{
  position: relative;
}

.share a.share
{
  color: #bd7272;
  font-size: 13px;
  margin: 15px;
  text-align: left;
}

.copyright
{
  color: #b6b4c3;
  font-size: 13px;
  margin: 20px 0px 20px 0px;
}



@media only screen and (max-width: 760px) {


  html, body
  {
    font-family: 'AvenirNext-Regular';
  }

  .top-navigation
  {
    display: block;
    z-index: 999;
  }

  .drop-navigation
  {
    display: none;
  }

  .drop-navigation li,
  .drop-navigation a
  {
    font-size: 17px;
    text-align: center;
  }
  .drop-navigation li.al
  {
    padding-left: 0px;
  }

  .sidebar
  {
    margin: 20px;
  }

  .drop-navigation.active
  {
    display: block;
  }

  .sidebar,
  .main
  {
    margin: 20px;
    display: block;
    width: auto;
    padding: 0px;
  }

  .copyright
  {
    color: #b6b4c3;
    font-size: 12px;
    margin: 20px 0px 20px 0px;
    width: 94%;
  }

  .share a.share
  {
    color: #bd7272;
    font-size: 12px;
    margin: 15px;
    text-align: left;
  }

}



