#nav,
.post-wrapper-top{
  display: none;
}
#intro{
  margin-top: 12px !important;
  /*padding-top:20px;*/
}
#intro h1{
  font-size:16px;
  padding:10px 20px ;
}
#intro p.description{
  font-size: 12px;
  line-height: 14px;
}
#intro .container,
.section1 .container{
    padding-right: 0px;
    padding-left: 0px;
}
.section1 .row {
    margin-right: 0px;
    margin-left: 0px;
}
.intro-left, .intro-right {
    /* background-color: #FFFFFF; */
    padding: 20px 0 50px 0;
}
.section4, .section1 {
    background: #ffffff;
    padding:0;
}
.content {
    padding: 10px;
}
.entry {
    padding-bottom: 10px;
    margin-top: 10px;
}
.entry .col-sm-12{
  padding: 0;
}
.entry .entry-block .ttl,
.entry .entry-block .ttl_s{
  width: 100%;
}
.entry .ttl{
  font-size:16px;
  font-weight: bold;
}
#sidebar{
    padding: 15px 10px;

}
.widget.ipros{
  display: none;
}
.header{
  position: fixed;
  top:0;
  height:50px;
}
.header .container{
  padding:0px;
}
.header .container .site-header h4,
.header .container .site-header {
  padding: 0 0 0 5px;
}
#spnav{
  display: block;
}
#spnav .toggle{
  position:fixed;
  right: 5px;
  top:5px;
}
#spnav .container{
  display: none;
  margin-top:10px;
}
#spnav .container.open{
  display: block;
}
.openbtn{
  position: relative;
  background:#e60012;
  cursor: pointer;
  width: 40px;
  height:40px;
  border-radius: 5px;
}
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 11px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 45%;
}
.openbtn span:nth-of-type(1) {
  top:10px; 
}
.openbtn span:nth-of-type(2) {
  top:15px;
}
.openbtn span:nth-of-type(3) {
  top:20px;
}
.openbtn span:nth-of-type(3)::after {
  content:"Menu";
  position: absolute;
  top:5px;
  left:-4px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.openbtn.active span:nth-of-type(1) {
  top: 10px;
  left: 14px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3){
  top: 22px;
  left: 14px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(3)::after {
  content:"Close";
  transform: translateY(0) rotate(-45deg);
  top:5px;
  left:4px;
}
.jetmenu{
  text-align: left;
}
.jetmenu li{
  float: none;
  padding-left:20px;
  border-top:1px dotted gray;
}
.section3 {
  margin-top:12px;
}