body{
    background-image:url('../../_public/_images/bcgs/vertile-bcg-apro-2.jpg');
    background-repeat: repeat-y;
    background-size: cover;
    background-size: 100%;
}
.content{
    background: radial-gradient(black 15%, transparent 16%) 0 0, radial-gradient(black 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
    background-color: #282828;
    background-color: #222;
    background-size: 16px 16px;
}
.content h1{
    display: block;
    margin-bottom: 5px;
}
.partnerContrib h2,.quickSearch .qstSel{
    border: 1px solid mediumslateblue;
    color:mediumslateblue;
    top:0px;
}
.partnerContrib h2:hover{
    background-color: mediumslateblue;
}
.partnerContrib{
    top:0px;
    display: block;
    margin-top: 10px;
    
}
.partnerContrib a{
    margin: 0px auto;
    display: block;
}
.quickSearch span{
    color:mediumslateblue;
}
#map{
    transform: scale(1.2);
    max-width: 120%;
    height: 420px;
    margin-top:30px;
    position: relative;


}
#map path{
    stroke:#444;
    stroke-width:1px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#map path:hover{

    fill: #19ddbb;
    fill:mediumslateblue;
    stroke:#FFF;
    cursor:pointer;
    stroke-width:2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.searchBox{
    position: relative;
    margin: 5px auto;
    max-height: 0px;
    overflow: hidden;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.filters{
    width: 40%;
    float:right;
}
.active{
    fill: mediumseagreen;
    fill: orange;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.keywords,.keywordsHolder{
    float:none;
    margin:10px auto;
    width: 300px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.keywords:hover{
    border: 1px solid mediumspringgreen;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.keywords:active{
    border:2px solid #FFF;


}
.keywords:focus{
    border: 1px solid mediumspringgreen;
    width: 330px;
    max-width: 330px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.startFilterBtn{
    font-size: 2em;
    display: block;
    border-radius: 3px;
    background-color: #333;
    max-width: 200px;
    color:mediumspringgreen;
    margin:10px auto;
    margin-top: 30px;
    padding:5px;
}
.startFilterBtn i{
    margin-right:10px;

}
.startFilterBtn:hover{
    background-color: #666;
    color: #FFF;
    cursor: pointer;
    transform: scale(1.05);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.exFilterBtn{
    display: inline-table;
    padding:5px;
    margin: 10px;
    background-color: #333;
    border-radius: 3px;
    border:1px solid #222;


}
.exFilterBtn:hover{
    color:orange;
    cursor: pointer;
}
.exFilterBtn i{
    font-size: 1.3em;
    margin-right: 5px;
}
.postHolder .comments{
    display: block;
    z-index: 120;
}
.sCatSuggest{
    display: block;
    background-color: #222;
    color:#AAA;
    border-radius: 3px;
    border:1px solid rgba(0,0,0,.3);
    margin:2px auto;
    padding:2px;
    font-size: 12px;
    max-width: 250px;
    text-align: left;
}
.sCatSuggest:hover{
    cursor: pointer;
    background-color: mediumslateblue;
    color:#222;
}
#serviceSuggestRes{
    float: right;
    position: absolute;
}

.auctionSearchFilters .catFilterBtn{
    display: inline-block;
    float:left;
    width: 150px;
    height:80px;
    padding:10px;
    margin:10px;
    border-radius: 5px;
    border:1px solid #333;
    cursor: pointer;
    text-decoration: none;
    color:mediumslateblue;
}
.auctionSearchFilters .catFilterBtn:hover{
    background-color: mediumslateblue;
    transform: scale(1.05);
    color:#222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.auctionSearchFilters .catFilterBtn:hover i{
    transform: scale(1.1);

}
.auctionSearchFilters .catFilterBtn:hover .title{
    color:#222;
    font-weight: bold;
}
.auctionSearchFilters .catFilterBtn i{
    font-size: 2.6em;
}
.auctionSearchFilters .title{
    display: block;
    color:#EEE;
    margin:5px;
}
.showFltBox{
    max-height: 980px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;

}
.selected{
    background-color:mediumslateblue;
    color:#111;
}
.selected i{
    color:#333;
}
.priceFilters{
    max-width: 380px;
    position: relative;
    margin:5px auto;
}
.aucFilterBtns{
    text-align: center;
    margin: 5px auto;
    
    margin-top: 15px;
    position: relative;
    width: 80%;
}
.filterShowBtn{
    width:120px;
    height: 110px;
    padding:5px;
    display: inline-table;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 10px;
    background-color: #333;
    border-radius: 5px;
    font-size: 18px;

}
.filterShowBtn span{
    position:relative;
    bottom: 10px;
    margin-top: 30px;
    display: block;

}
.filterShowBtn:hover{
    cursor: pointer;
    background-color: mediumslateblue;
    color: #222;
    transform: scale(1.05);
}
.filterShowBtn i{
    font-size: 2em;
    margin-bottom: 5px;
    display: block;
}
.ownAuc,.wall .ownAuc .post{
    background-color: #555;
    color:#222;
}
.pah,.wall .pah .post{
    background-color: #F7931E;
    color:#222;
}
.wall .pah .actions{
    color:orange;
}

.wall .actions .intBtn,.wall .actions .regioBtn{
    float:left;
    padding:10px;
    border-radius: 2px;
    background-color: #111;
    color: #F7931E;
    display: inline-block;
    margin-left: 5px;
    padding-left: 18px;
    padding-right: 18px;

    font-size: 1em;
    top: -3px;
    position: relative;
}
.wall .actions .regioBtn{
    text-decoration: none;
    background-color:#333;
    color:#666;
    top:5px;
}
@media screen and (max-width:980px){
    #map{
        transform: scale(1);
        position: relative;
        left: -20px;
        max-width: 175%;
    }
    .searchBox{
        max-width: 100%;
        width: 98%;
        position: relative;
        float: none;
        display: block;
    }
}

