/*
    Document   : index.css
    Created on : Nov 18, 2013, 10:46:54 AM
    Author     : Mandar
    Description: Stacos Index Page

*/

.slide1_top-margine{
    top:30px !important;
}
.offering_green{ background-color: #7C858E !important; color: #ffffff !important;font-style:normal;}
.offering_blue{ background-color: #5bbbe8 !important; color: #ffffff !important;font-style:normal;}
.offering_orange{ background-color: #FFB848 !important; color: #222222 !important;font-style:normal;}
.offering_text {
    padding: 10px;
    height: 100%;
    width: 100%;
    font-size: 14px;
    top:0;
    left:0;
    display:none;
    position:absolute;

}
.bxslider li:hover .offering_text {
    display:block;
    height: 100%;
    width: 100%;
}

.recent-work ul.bxslider li a.bxslider-block_offering {
    padding: 10px;
    display: block;
    background: #fcfcfc;
}

.recent-work ul.bxslider li:hover a.bxslider-block_grey {
    background: #5E6266 !important;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
}
.recent-work ul.bxslider li:hover a.bxslider-block_blue {
    background: #0da3e2 !important;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
}
.recent-work ul.bxslider li:hover a.bxslider-block_yellow {
    background: #F2A91F !important;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
}
.recent-work ul.bxslider li:hover a.bxslider-block_yellow strong{
    color: #222222 !important;
}

.font15{ font-size: 15px !important;}
.redFont {color: red !important;}