.form-thumbs {
    width: 50%;
    float: left;
}
.pagination li.disable {
    visibility: hidden;
}
.yiiPager {
     margin-left: -55px;
}
.list-style ul {
    list-style: none;
    padding: 0;
}
.list-contact ul {
    list-style: none;
    padding: 0;
}

.summary {
    display: inline;
}
.errorMessage {
    color: #f58025;
}
.captcha .captcha-img img {
    width: 180px;
    height: 33px;
}
.navbar-fixed-top {
    position: relative;
}
#page .breadcrumb {
    margin: 10px 0 20px;
}
.post-list {
    border: 1px solid #ffd3b1;
    margin: 0 0 25px 0;
}
.post-list .h3 {
    display: block;
    background: #ffd3b1;
    color: #000000;
    font-size: 16px;
    padding: 8px 20px;
    position: relative;
}
.post-list .h3:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ffd3b1;
    position: absolute;
    bottom: -7px;
    left: 15px;
}
.post-list ul {
    padding: 5px 0 15px 0;
    margin: 0;
    list-style: none;
}
.post-list ul li {
    display: block;
    color: #000000;
    padding: 5px 5px 5px 20px;
}
.post-list ul li a {
    color: #000000;
}
.post-list ul li a:hover {
    color: #f58025;
    text-decoration: none;
}
.block-author .name a {
    color: #000000;
    text-decoration: none;
}
.page-content .item .descr-service {
    color: #999999;
}