.main {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    position: relative;
}

.section-padding {
    padding: 40px 0;
}

.main .sitemap-heading {
    font-size: 30px;
    margin-top: 30px;
    margin-left: -3px;
}

.sitemap-subheading a {
    color: #10b9e4;
    font-size: 19px;
    margin-left: -2px;
}

.sitemap-wrapper {
    max-width: 610px;
    margin: 0 auto;
}

.sitemap-category a {
    margin-top: 70px !important;
    margin-bottom: 50px !important;
    font-size: 24px !important;
    color: #10b9e4;
}

.sitemap-category span {
    color: #232323;
    font-family: 'GothamProСustom';
}

.sitemap-date {
    margin-bottom: 5px;
    font-size: 17px;
}

.sitemap-wrapper a {
    color: #10b9e4;
    text-decoration: none;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 17px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.sitemap-wrapper a:hover {
    color: #27839a;
}

.kv-grid-container th a {
    color: black;
    outline: none;
}

.krajee-icon-star {
    cursor: pointer;
    width: 20px !important;
    height: 20px !important;
}

.rating-container .caption {
    margin-top: 3px;
    background-color: white;
    color: black;
}

.rating-container .caption .label-default {
    background-color: white;
    color: #232323;
}

.rating-container .caption .label {
    font-weight: normal !important;
    line-height: unset;
    font-size: 13px;
}

.comments .comment-text img {
    position: relative;
    max-width: 100%;
    width: unset !important;
}

.profile-info-table .trumbowyg-box {
    margin: 0;
}

a.anchor-comment {
    position: absolute;
    margin-top: -30px;
}

.fotorama__html div,
.fotorama__html a {
    display: block;
    height: 100%;
    /* Transparent links are not clickable in IE,
       but non-existent background fixes this.
      (Put an empty 1×1 image here to avoid
       errors in console.) */
    background: url(_.gif);
}

.blog-post-content .form-in-post.bg {
    background-color: #dbdbdb;
    padding: 20px 30px;
    border-radius: 4px;
    max-width: 320px;
    width: auto;
    font-family: 'GothamPro-MediumCustom';
}

.form-in-post input {
    display: block;
    width: 250px;
    margin-bottom: 15px;
    padding-left: 10px;
}

.form-in-post input.has-error {
    border-color: red;
    color: red;
}

.form-in-post button {
    width: 250px;
    background-color: #10b9e4;
    opacity: 1;
    color: #ffffff;
}

.form-in-post button:hover,
.form-in-post button:active,
.form-in-post button:focus {
    opacity: 0.7;
    color: #ffffff;
}

.form-in-post button.done {
    background-color: #00cc33;
}

.width-20 {
    width: 20px;
}

#block-email {
    display: none;
}

#show-email, #hide-email {
    cursor: pointer;
}

#hide-email {
    margin-left: 10px;
}

#search-problem {
    max-width: 600px;
    margin: 30px auto;
}

#search-problem img {
    margin-right: 10px;
    width: 20px;
}