@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(https://fonts.googleapis.com/css?family=Oswald:400);
body {
  font-family: Open Sans, Oswald, Georgia, "Times New Roman", Times, serif;
  color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}
.blg-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

.blg-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blg-nav-item:hover,
.blg-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

.blg-nav .active {
  color: #fff;
}
.blg-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}

.blg-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blg-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blg-description {
  font-size: 20px;
  color: #999;
}

.blg-main {
  font-size: 18px;
  line-height: 1.5;
}

.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}
.pagination {
  margin-bottom: 60px;
  text-align: left;
}
.pagination > li > a {
  width: 60px;
  padding: 20px 20px;
  text-align: center;
}
.blg-post-lst {
  margin-bottom: 60px;
  line-height: 2;
}
.blg-post {
  margin-bottom: 30px;
  line-height: 2;
}
.blg-post > p {
  padding-top: 20px;  
}
.blg-post > ul {
  padding-top: 20px;  
}
.blg-post > h3 {
  margin-top: 60px;
}
.blg-post > h4 {
  margin-top: 40px; margin-bottom: 20px;
}

.blg-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blg-post-meta {
  margin-bottom: 20px;
  color: #999;
}
.post-no-meta {
  margin-top: 20px;
}
.blg-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blg-footer p:last-child {
  margin-bottom: 0;
}
.recbx{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.cpr {text-align:center;color: rgb(122, 122, 122);}
.ertxt{color: rgb(169, 69, 67);}
.suctxt{color: rgb(60, 118, 61);}
.btzft{margin-left: 15%; padding: 10px 10px;}
.txtcent{text-align: center;}
.margtz{margin:20px}
.tblst{list-style: none;margin:0px;padding-left:0px;}
.blg-cat {
  line-height: 2;
}
.tspace{ padding-top: 20px;}
.catlst{list-style: none;margin:0px;padding-left:0px;}
.catlst > li > a {color: rgb(160, 160, 160); text-decoration: none;}
.catlst > li > a:hover { text-decoration: underline;}
footer {
	left: 0; bottom: 0; height: auto; width: 100%;background-color: rgb(90,90,90);color: rgb(255, 255, 255);
}
footer ul {list-style: none;margin:0px;padding-left:0px;padding-top:20px;padding-bottom:20px;}
footer ul li {display: inline-block;vertical-align:top;margin:0px;padding:0px;}
footer ul ul {margin:0px;padding:0px;}
footer ul ul li {display: list-item;margin:0px;padding:0px;}
footer ul ul li span {font-size: 90%;font-weight: bold;color: rgb(200, 200, 200);}
footer ul ul li a {color: rgb(160, 160, 160);font-size: 90%;}
footer ul ul li a:hover {
	color: rgb(255, 255, 255); background-color: transparent;
}
footer ul ul li a:focus {
	color: rgb(255, 255, 255); background-color: transparent;
}
.socia {
	font-size: 1px;
}
.socia iframe {
	vertical-align: middle;
}
.socia span {
	display: inline-block;
	width: 110px;
}
.socia .gpl {
	width: 75px;
}
.socialgn {padding-top: 20px;padding-left: 20px;width:65%;}
.img-responsive {display:block;max-width:100%;height:auto;margin-bottom: 20px;}
pre{
overflow:visible;
}
.hljs {
  display: inline-block;
  white-space: pre;
}