/*
Title:   Custom Css File
Author:  http://themeforest.net/user/hogash // Marius Hogas
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
I WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.query_rule {color:#000;}

#page_wrapper .map-container{
    position: relative;
    top: 0;
    z-index: 0;
    padding:0px;
    height: auto;
}
/*
.services_box.style2 .service-desc-block{
    font-size: 13px;
    background: #fff !important;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
    transition: all 0.2s ease-out;
}
.services_box.style2 .service-desc-block:hover {
    padding: 30px;
    background: #eee !important;
    height: 300px;
    margin: 0;
    position: relative;
}
.services_box .service-desc-block .icon{
    background: #3f8dcb;
}
.services_box .service-desc-block:hover .icon {
    background: #646464;
}
.services_box.style2 .service-desc-block .list li {
    line-height: 1;
    padding: 10px 0px;
    border-top: 1px solid #eee;
    color: #3f8dcb;
}*/
.services_box.style2 .service-desc-block{
    margin:10px;
}
.services_box.style2 .service-desc-block:hover{
    margin-top: 0px;
    margin-left:5px;
    cursor: pointer;
}
.services_box.style2 .service-desc-block .list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    float: none;
}
.services_box.style2 .service-desc-block .list li{
    background:url(../images/list-style1.png) no-repeat 5px 15px; padding-left: 15px; margin-bottom: 4px;
    border-top: 1px solid #3f8ccb;
}
.services_box.style2 .service-desc-block .text{
    display: none;
}
.vertical_tabs .tabbable .nav>li>a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}