#main-content{
    .collection2-slider{
        margin: 20px 0;

        .carousel-caption{
            width: 100%;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url(../images/black_transparent.png);
            background-repeat: repeat;

            h3{
                margin: 0;
                margin-bottom: 5px;
                font-size: 18px;
            }           
        }

        .carousel-indicators{
            bottom: 0;
        }
    }

    .collection2-imgPost{
        margin: 10px 0;
        img{
            width: 100%;
        }
        h3{
            margin: 0;
            width: 100%;
            font-size: 18px;
            display: inline-table;
            opacity: 0.8;
            padding: 10px;
            line-height: 20px;
            bottom: 0;
            position: absolute;

            a{
                color: #FFF;
            }
        }
    }    

    .news-area{
        width: 100%;
        height: 650px;
        max-height: 648px;
        background-color: #515151;
        position: relative;
        margin: 20px 0;
        h2{
            margin: 0;
            text-align: center;
            background-color: #F77462;
            padding: 15px;
            color: #FFF;
        }
        span{
            padding: 10px 15px;
            display: block;
            border-bottom: 1px solid #FFF;

            h5{
                font-family: @openSan-semibold;
                font-size: 16px;                

                a{
                    color: #FFF;
                }
            }

            p{                
                color: #FFF;
            }
        }        
    }

    .collect2-btnArea{
        width: 100%;
        position: absolute;
        bottom: 0;
        a{                
            display: inline-block;
            padding: 10px 30px;
            color: #FFF;
            font-family: @openSan-semibold;
            float: right;
        }
    }

    .seconed-line{
        .tile-post{
            position: relative;
            min-height: 480px;
            h3{
                font-size: 16px;
                font-weight: bold;

                a{
                    color: inherit;
                }
            }
            p{
                text-align: justify;
            }
        }
    }

    .third-line{
        .vertical-post{
            margin-bottom: 10px;
            h3{
                margin: 5px 0;
                font-size: 14px;
                font-weight: bold;
                color: #555555;
                a{
                    color: inherit;
                }
            }
        }

        .black-post{
            background-color: #515151;
            color: @white;
            padding: 15px 0;
            overflow: hidden;
            max-height: 320px;

            h3{
                font-family: @openSan-semibold;
                font-size: 17px;
            }

            ul > li{
                list-style-position: inside;
                margin: 5px 0;

                a{
                    color: #fff; 

                    &:hover{
                        color: #ca9569;
                    }
                }
            }
        }
    }

    .forth-line{
        .tile-post{
            position: relative;
            min-height: 430px;
            h3{
                font-size: 16px;
                font-weight: bold;
                line-height: 20px;
                a{
                    color: #555;
                }
            }
            p{
                text-align: justify;
            }
        }
    }

}