.prof-side-block {
    margin: 0;
    padding: 0 0 0 15px;
    list-style-type: none;
    list-style-image : url("../images/dest/green_mark.png");
}

.prof-side-block li {
    margin-bottom: 15px;
}

.prof-side-block li:marker{
    margin-right: 15px;
}

.prof-side-block li:last-child {
    margin-bottom: 0;
}

.whiteh2title {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
}
.whiteh2title > a {
    color: #fff;
}
.whiteh2title > a::hover {
    color: #fff;
    text-decoration:none;
}

.whiteh3title {
    margin-bottom: 15px;
    color: #fff;
}

.profh2title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
}
.profh2title > a {
    color: #fff;
}
.profh2title > a::hover {
    color: #fff;
    text-decoration:none;
}
.footerh2title {
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px dashed #595959;
    padding: 10px 0;
    font-weight: 400;
    text-align: left;
    color: #fff5a0;
    margin-bottom: 20px;
}
.block-popular-links .whiteh2title {
    margin-bottom: 20px;
}

.block-popular-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.block-popular-links ul li {
    margin-bottom: 5px;
}

.block-popular-links ul li a {
    color: #fff5a0;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #fff5a0;
    padding: 5px 10px;
    display: block;
    text-align: center;
}

.block-popular-links ul li a:hover {
    color: #2f2f2f;
    background-color: #fff5a0;
}
}