.mdth-search-on-map {
    padding: 10px 10px 10px 80px;
    display: block;
    position: relative;
    background: #f9f9f9;
    margin-bottom: 15px;
	-webkit-transition: all .400s;
	-moz-transition: all .400s;
	-o-transition: all .400s;
	transition: all .400s;

}

.mdth-search-on-map:hover,
.mdth-search-on-map:focus{
    text-decoration: none;
    background: #5db2ff;
    color: #FFF !important;
}

.mdth-search-on-map:hover *,
.mdth-search-on-map:focus *{
    color: #FFF !important
}

.mdth-search-on-map i{
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
    color: #bc5679;
}

.mdth-search-on-map-title {

}

.mdth-search-on-map-desc {
    font-size: 14px;
    font-weight: 300;
    color: #555;
}

#mdth-search-resources-input {
    padding-left: 35px;
    font-size: 14px;
}

.mdth-search-resources-input-wrapper {
    display: block;
    margin: 20px 0;
    position: relative;
}

.mdth-search-resources-input-wrapper:before{
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #2dc3e8;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
}

.mdth-index-resource-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mdth-index-resource-list li{
    display: inline-block;
    width: 33.3333333%;
    margin-right: -4px;
    padding: 5px;
}

.mdth-index-resource-list li a{
    padding: 10px;
    display: block;
	-webkit-transition: all .400s;
	-moz-transition: all .400s;
	-o-transition: all .400s;
	transition: all .400s;
    text-decoration: none;
    font-size: 14px;
    background: #f5f5f5;
    color: #737373;
}

.mdth-index-resource-list li a:hover{
    color: #fff;
    background: #555;
}