@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic');

html {
  position: relative;
  min-height: 100%;
}
body{
	font-family: 'Roboto', sans-serif;
	margin-bottom: 60px;
}
p{
	margin: 0 0 5px;
}
pre.prettyprint, pre{
	margin: 10px 0 !important;
	line-height: 1.4;
	border: none !important;
	padding: 10px !important;
	white-space: pre-wrap;		/* CSS 2.1 */
	white-space: -moz-pre-wrap;	/* Mozilla */
	white-space: -o-pre-wrap;	/* Opera 7 */
	white-space: -pre-wrap;		/* Opera 4-6 */
	word-wrap: break-word;		/* IE 5.5+ */
}
#wrapper{
	padding-bottom: 40px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
#footer p{
	display: inline;
}
#footer a{
	display: inline-block;
	padding: 15px;
}
#menu-wrapper .text-muted{
	position: relative;
	bottom: 10px;
}
/*Left menu*/
input[name='query']{
	width: 100%;
	margin-bottom: 20px;
}
.menu-left{
	padding: 0 !important;
	position: relative;
}
.menu-left .category > a{
	font-weight: 600;
}
.menu-left, .menu-left ul{
	list-style: none;
	padding-left: 15px;
	overflow: hidden;
}
.menu-left ul ul{
	margin-left: 10px;
}
.menu-left a{
	padding: 2px 10px;
	display: block;
	font-weight: 300;
	margin: 1px 0;
}
.menu-left > li > a{
	font-weight: 500;
}
.menu-left .select > a{
	text-decoration: none;
}
/*End Left menu*/

/*Content*/
.product_title{
	margin-bottom: 10px;
}
.product_title h4{
	margin-bottom: 0;
}
.panel-heading h4{
	margin-bottom: 2px !important;
}
.panel-heading{
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}
.panel-title a{
	display: block;
}
.publishe_date{
	color: #999 !important;
}
blockquote {
    font-size: 14px;
    font-variant: small-caps;
    border-left: 5px solid #428BCA;
}
/*End Content*/