#main-content{
  .collection3-slider{
    h1{
      font-family: @openSans-light;
      font-size: 23px;
      margin: 20px 0;
      text-align: center;
      line-height: 30px;
      color: #555555;
    }
    .pgwSlider{
      margin: 20px 0;
    }
  }

  .collect3-firstLine{
    padding: 20px 0;
    .title{
      font-size: 25px;
      border-bottom: 1px solid #000;
      padding-bottom: 15px;
      margin-bottom: 20px;
      margin-top: 0;
      color: #555555;
    }

    .short-content{
      margin-bottom: 15px;
      h5{
        font-weight: bold;
        font-size: 16px;
        color: #d0496f;
        margin-bottom: 5px;
        a{
          color: inherit;
        }
      }
    }
  }

  .collect3-seconedLine{
    padding: 20px 0;
    .title{
      font-size: 25px;
      border-bottom: 1px solid #000;
      padding-bottom: 15px;
      margin-bottom: 20px;
      margin-top: 0
    }

    .img-post{
      h2{
        font-family: @openSan-semibold;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 20px;
        color: #58c3b3;
        line-height: 20px;
        a{
          color: inherit;
        }
      }
    }

    .thumb-post{
      h3{
        font-family: @openSan-semibold;
        font-size: 16px;
        margin: 10px 0;
        color: #f8be52;
        line-height: 20px;
        a{
          color: inherit;
        }
      }
    }

    .img-btn{
      margin-top: -15px;
      a{
        display: block;
        margin-bottom: 18px;
        color: #FFF;
        text-align: center;
        padding: 10px;
        background-position: center 15px;
        font-size: 16px;
      }
      img{
        margin: 0 auto;
      }
      .red{
        background-color: #f77462;
      }
      .green{
        background-color: #85b32c;
      }
      .blue{
        background-color: #1399bc;
      }
    }
  }

  .collect3-thirdLine{
    .big-post{
      h3{
        font-family: @openSan-semibold;
        font-size: 17px;
        color: #85b32c;
        line-height: 20px;
        a{
          color: inherit;
        }
      }
      p{
        text-align: justify;
      }
    }
  }
  .social-share-buttons{
    margin-top: 10px;
    position: relative;
    float: right;

    .share-div{
      display: inline-block;
    }
    .fb-share-button{
      float: right;
    }
    .twitter{
      width: 75px;
    }
  }
  .articale-left{
    .social-share-buttons{
      margin-top: 0;
      margin-bottom: 15px;
      position: absolute;
      right: 15px;
    }
  }
}
