@media screen and (min-width:960px){
	#sidebar{z-index:9999 !important; position:fixed !important; width:270px; max-width:100%}
}
@media (min-width:960px) and (max-width: 1199px){#sidebar{width:230px}}
#container {
  padding-top: 10px;
}

li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #151515;
}


header .header-logo {
  padding: 10px 5px;
  background: #fff;
  text-align: center;
}

p {
  font-size: 16px;
  color: #151515;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
}

.contact-info-box ul li {
  list-style: none;
  color: #151515;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-top: 8px;
}

