.main-blog__tag ul li{
	padding-right:20px !important;
}
.input-control {
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 10px;
    margin-top: 10px;
}
textarea.input-control {
    height: 100px;
}
h3.page-title {
	font-size: 15px;
	font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
	margin-bottom:15px;
}
button.button.red {
    background-color: #2a295e;
    border: none;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
}
.comments .avatar {
    width: 11%;
    float: left;
}
.comments .info-comment {
    width: 89%;
    float: left;
    padding-left: 15px;
}
.comments .info-comment .date {
    color: #b0b0b0;
    margin-bottom: 18px;
}
.comments .info-comment .comment-content {
    padding-bottom: 20px;
    border-bottom: solid 1px #ebebeb;
}
p#form-success {
	padding: 10px;
    font-size: 14px;
    background-color: #bce2f8;
    margin-bottom: 15px;
    color: #000;
}

.comments {
    margin-bottom: 15px;
}
.header__search{margin-bottom:10px !important;}
.footer__info p a{color:#fff;}
.main-article__content img{width:100%;height:auto !important;}