#main-slider{
    margin: 15px 0 !important;
    .slider > .slide{
        img{
            position: relative;
        }
        span{
            position: absolute;
            display: none;
            margin: 0;
            width: 100%;
            bottom: 0;
            text-align: center;
            background-image: url('../images/trance-bg.png');
            background-repeat: repeat;
            color: #fff;

            h3 {
                margin-top: 8px;
                margin-bottom: 5px;
                font-family: @openSan-semibold;
                font-size: 16px;

                a{
                    color: #fff;
                }
            }

            p{
                margin: 0;
                margin-bottom: 8px;
            }
        }
    }
}

#main-content{    
    .home-text{
        font-family: @openSans-light;
        text-align: center;
        font-size: 30px;
        padding-bottom: 20px;
    }
    .basic-title{
        margin: 0;
        font-size: 30px;
        font-family: @openSan-semibold;
        padding-bottom: 20px;
        border-bottom: 2px dotted #ccc;
        margin-bottom: 30px;
        a{
            color: inherit;
            &:hover{
                text-decoration: none;
            }
        }
    }
    .vertical-sideContent{
        margin-bottom: 10px;
    }
    .sub-title-b{
        font-size: 17px;
        font-family: @openSan-semibold;
        color: #01c6d9;
        a{
            color: inherit;
        }
    }
    .sub-title-g{
        font-size: 17px;
        font-family: @openSan-semibold;
        color: #57be3c;
        a{
            color: inherit;
        }
    }
    .sub-title-p{
        font-size: 17px;
        font-family: @openSan-semibold;
        color: #ca9569;
        a{
            color: inherit;
        }
    }
    .sub-title2{
        margin: 0;
        font-size: 16px;
        font-family: @openSan-semibold;
        margin-bottom: 10px;
        color: #fe5000;
        a{
            color: inherit;
        }
    }
    .box-btn-area{
        margin: 20px 0;

        .pink{
            h3, .panel-body{
                background: #fd85a9;
            }
            &:hover h3, &:hover .panel-body{
                background: #e9336a;
            }
        }

        .yellow{
            h3, .panel-body{
                background: #fed584;
            }
            &:hover h3, &:hover .panel-body{
                background: #f7b93e;
            }
        }

        .blue{
            h3, .panel-body{
                background: #71defa;
            }
            &:hover h3, &:hover .panel-body{
                background: #1399bc;
            }
        }
        .perple{
            h3, .panel-body{
                background: #d693c4;
            }
            &:hover h3, &:hover .panel-body{
                background: #9b4c86;
            }
        }
        .green{
            h3, .panel-body{
                background: #89d9cd;
            }
            &:hover h3, &:hover .panel-body{
                background: #58c3b3;
            }
        }

        .red{
            h3, .panel-body{
                background: #ff897d;
            }
            &:hover h3, &:hover .panel-body{
                background: #dc4637;
            }
        }


        .box-btn {
            position: relative;
            margin-bottom: 5px;

            h3{
                margin: 0;
                padding: 20px 10px;
                text-align: center;
                color: #FFF;
                font-family: 'open_sanssemibold';
                font-size: 14px; 
                cursor: pointer;
                a{
                    color: inherit;
                }
            }
            .panel-body{  
                z-index: 999;
                margin-right: 15px;
                position: absolute;
                display: none;
                padding-top: 0;
                color: @white;

                a{
                    display: inline-block;
                    font-size: 12px;
                    font-style: italic;
                    color: #fff;
                    float: right;
                    margin-top: 10px;
                }
            }

            .panel-mobile{
                display: none;
                padding-top: 0;
                color: @white;
                padding: 0 15px 15px;
                a{
                    display: inline-block;
                    font-size: 12px;
                    font-style: italic;
                    color: #555;
                    float: right;
                    margin-top: 10px;
                }
            }
        }
    }

    .orange-btn {
        a{
            display: block;
            padding: 10px 20px;
            background: #f7b93e;
            color: #c18610;
            margin: 5px 0;
            font-family: @openSan-semibold;
            font-size: 25px;
            &:hover{
                text-decoration: none;
            }
        }
        span{
            width: 75px;
            display: inline-block;
            border-right: 2px solid #C18610;
            margin-right: 20px;
        }
    } 

    .redTitle-box{
        h3{
            padding: 15px;
            font-family: @openSan-semibold;
            color: @white;
            font-size: 18px;
            margin-top: 0;
            a{
                color: inherit;
            }
        }
        p{
            padding: 0 10px 10px;
            line-height: 24px;
        }
		.readMore{
			float: right;
			color: #555; 
			font-style: italic;
		}
    }

}