
html {}

body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  transition: all 0.5s ease 0s;  
}

#page {
  float: left;
  margin: 0;
  max-width: 1200px;
  overflow: hidden;
  width: 98%;
}

#header-wrapper {
  background: none repeat scroll 0 0 rgba(201, 12, 15, 0.8);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  height: 50px;
  position: fixed;
  width: 100%;
  z-index: 20;
}

#header {
  max-width: 1200px;
  position: relative;
}

#left-wrapper {
  background: none repeat scroll 0 0 #252525;
  padding: 0 15px;
  position: fixed;
  top: 50px;
  width: 225px;
}

.allnews-toggle-btn {
  display:none;
}

#sidebar-first {
}

#sidebar-first .content {
  box-sizing: content-box;
/*  overflow: hidden;*/
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;  
  padding-right: 20px;
  position: absolute;
  width: 190px;
  -webkit-overflow-scrolling: touch;  
}

#sidebar-first .content:hover {
/*  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; */ 
}

#right-wrapper {
  margin: 65px 0 0 225px;
  overflow: hidden;
  width: calc(100% - 225px);
}

#content {
  float: left;
  margin: 0 2%;
  width: 65%;
}

#sidebar-second {
  float: left;
  margin: 0;
  width: 31%;
}

.node-type-news #footer {
  display: none;
}

#footer {
  background: none repeat scroll 0 0 #bbb;
  float: left;
  margin-left: 225px;
  margin-top: 15px;
  padding: 50px;
  width: calc(100% - 225px);
}
