body{
   text-align: left;
   font-size: 14px;
}
.bar {
  width: 100%;
  margin-left: 30px;
}
.bar2{
   width: 100%;
   height: 10px;
   background: url(../images/blog/blog-border.png);
   margin-left: 30px;
}
.bar3{
   width: 100%;
   height: 5px;
   background: url(../images/menu/menu-border.png);
}
.content p{
   top: 0;
}
.sec{
   position: relative;
}

.subtitle{
   margin-top: 80px;
   text-align: left;
   margin-left: 20px;
}

.paper{
   vertical-align: top;
   position: absolute;
  top: 110px;
  left: 0px;
   width: 60%;
   margin-left: 40px;
}
.paper2{
   vertical-align: top;
   /*display: inline-block;*/
   position: absolute;
   top: 110px;
  right: 20px;
   width: 58%;
   /*margin-left: 430px;*/
}
.wow{
  /*margin: 30px 0;*/
  /*height: 500px;*/
}

.content{
   margin: 10px 10px 10px;
}
.content p{
  margin-top: 20px;
}
.paper2 .content {
  margin: 10px 20px 10px;
}

.title{
  position: relative;
   color: #6d1403;
   font-size: 18px;
   font-family: 'Droid Serif', serif;
   font-weight:bold;
}
.list{
   position: relative;
}
.list span{
   position: absolute;
   right: 0
}
.text{
   margin-top: 30px;
}

.bg{
   position: absolute;
   top: 70px;
   left: 30px;
   width: 95%;
   z-index: -1;
}
.bg img{
   width: 100%;
}
.bg-1{
   /*top: 0;*/
}
.h-500{
  /*height: 500px;*/
}

.cd-fixed-bg.cd-bg-1 {
  background-image: url("../images/menu/menu-img01.png");
  background-position: 200px  0px;
  background-size: 91%;
}

footer{
  margin-top: 150px;
}