/************* Overall ******************/

body {
	font-family: Open Sans, Arial, Helvetica, san-serif;
	color: #6f6f6f;
	background: #f7f7f7;
}
h1,
h2,
h3,
h4,
h5,
h6 { 
	color: #414141;
}
p {
	font-size: 14px;
	line-height: 24px;
}
/********** meta **********/

.intro {
	padding: 5px 0px;
	/* border-top: 5px solid #414141; */
}
.meta {
	background : #ffffff;
	padding: 10px 0px;
	border-top: 1px dashed #c7c7c7;
	border-bottom: 1px dashed #c7c7c7;
}
.meta ul {
	padding: 0px;
	margin: 0px;
}
.meta ul li {
	font-size: 13px;
	margin-right: 7px;
}
.meta ul li i,
.sidebar ul li a i {
	font-size: 15px;
	color: #cacaca;
	padding-right: 5px;
}
.meta ul li a { color: #414141; }
.sidebar,
.content {
	background: #ffffff;
	border: 1px solid #e7e7e7;
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
.bs-sidebar.affix {
	width: 25%;
	top: 0;
}
}
 @media (min-width: 992px) {
.bs-sidebar.affix {
	width: 25%;
	position: fixed;
	top: 0;
}
}
 @media (min-width: 1200px) {
.bs-sidebar.affix { width: 23%; }
}
.sidebar ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.sidebar ul li {
	padding: 0px 0px;
	border-bottom: 1px dashed #e7e7e7;
}
.sidebar ul li ul li {
	padding: 0px 15px;
	border-bottom: 1px dashed #e7e7e7;
}
.sidebar ul li ul li { border-bottom: 0px dashed #e7e7e7; }
.sidebar ul li a {
	padding: 10px 15px;
	font-size: 13px;
	font-weight: bold;
	color: #414141;
	display: block;
	text-decoration: none;
}
section.inline {
	padding-bottom: 60px;
	border-bottom: 1px dashed #e7e7e7;
}
.sidebar ul li:nth-child(7n+1) a:hover { 
	background: #ff8a65;
}
.sidebar ul li:nth-child(7n+2) a:hover { 
	background: #ffb74d;
}
.sidebar ul li:nth-child(7n+3) a:hover { 
	background: #fff176;
}
.sidebar ul li:nth-child(7n+4) a:hover { 
	background: #81c784;
}
.sidebar ul li:nth-child(7n+5) a:hover { 
	background: #b3e5fc;
}
.sidebar ul li:nth-child(7n+6) a:hover { 
	background: #64b5f6;
}
.sidebar ul li:nth-child(7n) a:hover { 
	background: #d1c4e9;
}
.inline-content { padding: 25px; }
.top-title {
	padding: 20px 20px;
	border-bottom: 1px dashed #e7e7e7;
}
section.inline:nth-child(7n+1) .top-title { 
	border-left: 15px solid #ff5722;
}
section.inline:nth-child(7n+2) .top-title { 
	border-left: 15px solid #ff9800;
}
section.inline:nth-child(7n+3) .top-title { 
	border-left: 15px solid #ffeb3b;
}
section.inline:nth-child(7n+4) .top-title { 
	border-left: 15px solid #4caf50;
}
section.inline:nth-child(7n+5) .top-title { 
	border-left: 15px solid #4fc3f7;
}
section.inline:nth-child(7n+6) .top-title { 
	border-left: 15px solid #2196f3;
}
section.inline:nth-child(7n) .top-title { 
	border-left: 15px solid #9575cd;
}
.top-title p {
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
}
.top-title a i { color: #414141; }

/* code {
    color: rgb(199, 37, 78);
    white-space: nowrap;
    background-color: rgb(249, 242, 244);
    padding: 2px 4px;
    border-radius: 4px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
} */