#main-content{
    .collect1-slider{
        margin: 20px 0;
        .carousel{
            position: relative;
            padding: 0;

            img{
                width: 100%;
                max-height: 200px;
                min-height: 200px;
            }
            .content{
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 999;
                background-color: @black;
                opacity: 0.8;
                color: @white;
                top: 0;
                padding: 20px;

                h3{
                    margin-top: 0;
                }
                a{
                    float: right;
                    text-decoration: none;
                    font-size: 13px;
                    font-style: italic;
                    color: #FFF;
                    &:hover{
                        text-decoration: underline;
                    }
                }
            }
        }
    }

    .collect1-content{
        h1{
            font-family: @openSan-semibold;
            font-size: 25px;
            color: #555555;            
        }
        h2{
            font-size: 16px;
            font-family: @openSan-semibold;
            color: #e9336a;
            line-height: 20px;
            a{
                color: inherit;
            }
        }
        h3{
            font-size: 16px;
            font-family: @openSan-semibold;
            color: #e9336a;
            margin-top: 0;
            a{
                color: inherit;
            }
        }
        ul > li{
            list-style-position: inside;
            font-size: 16px;            
            margin: 10px 0;
            color: #e9336a;
            
            a{
                color: #e9336a;
            }
        }

        .panel{
            border: 0;
            border-radius: 0;
            box-shadow: none;
            margin-bottom: 5px;
            .panel-heading{ 
                padding: 5px 15px;
                border-radius: 0;
                cursor: pointer; 
                .collapse{                    
                    width: 15px;
                    height: 15px;
                    display: inline-block;
                    float: right;
                    margin-top: -30px;
                    background-image: url(../images/min.png);
                    background-repeat: no-repeat;
                }
                h4{
                    color: #fff;
                    img{
                        display: inline-block;
                        margin-right: 10px;
                    }
                }                
            }   
            .collapsed .collapse{
                background-image: url(../images/plus.png) !important;
            }
        }
    }
}

