.waw-wrapper {
    background-color: #fff;
    box-shadow: 6px 7px 20px #00000026;
}
.wa-item-wrapper {
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    margin-bottom: 40px;
}

.wa-item {
    background: #fff;
    border-bottom: 2px solid rgb(238, 238, 238);
    clear: both;
    padding: 25px 0;
}

.wa-item:last-child {
    border-bottom: none;
}

.award-desc {
    background-color: #337ab7;
}
.ad-img {
    text-align: center;
}
.award-desc .ad-img img {
    top: -70px;
    position: relative;
}

.award-desc h1 {
    color: #fff;
    font-size: 2em;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.award-desc p {
    color: #fff;
    margin-bottom: 25px;
}

.award-desc p:last-child {
    margin-bottom: 0px;
}

.wa-item .wa-item-img {
    padding: 0 18px;
    float: left;
    width: 28%;
}
.wa-item .wa-item-img a{
    display: block;
}
.wa-item .wa-item-img a:hover{
    opacity: 0.8;
}
.wa-item .wa-item-img img {
    width: 200px;
    box-shadow: 0 7px 42px rgba(23, 43, 99, 0.26);
    margin: 0 auto;
}

.wa-item-desc {
    padding: 0 10px;
    float: left;
    width: 55%;
    border-right: 2px solid rgb(238, 238, 238);
}

.wa-item-counter {
    float: left;
    width: 16%;
    /*border-left: 2px solid rgb(238, 238, 238);*/
    padding: 10px;
    text-align: center;
}

.wa-item-desc h3 {
    font-size: 1.8em;
    font-weight: bold;
    color: rgb(84, 84, 84);
    font-family: 'open_sansbold';
}
.wa-item-desc h3:hover{
    opacity: 0.8;
}
.wa-item-desc .wai-desc-url a {
    color: #b1b1b1;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin: 10px 0;
}
.wa-item-desc .wai-desc-url a:hover{
    opacity: 0.8;
}
.wa-item-desc .wai-desc p {
    color: rgba(0, 0, 0, 0.8);
    line-height: 190%;
    font-size: 1em;
}
.top-blog-desc-wrapper {
    padding: 0 50px 50px;
}
.bd-left p.wa-item-counter-rank,
.bd-left .wa-item-counting {
    color: #5e5ed3;
    font-size: 2.7em;
    font-weight: 700;
    font-family: 'open_sansbold';
    line-height: 100%;
}

.bd-left p.wa-item-counter-rank span {
    font-size: 15px;
    color: #8d97ad;
    margin-left: -1px;
    position: relative;
    top: -10px;
}

.bd-left p.wa-item-counter-rank-text,
.bd-left .wa-item-text {
    font-size: 14px;
    text-transform: uppercase;
}

.top-blog-desc-wrapper h2 {
    margin-bottom: 15px;
}

.top-blog-desc-wrapper p {
    margin-bottom: 20px;
}

blockquote.award-blockquote {
    margin: 20px 0 0px;
    font-weight: 700;
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    padding: 6px;
    font-size: 12px;
}

.blockquote-left {
    padding: 0 25px;
    float: left;
    width: 30%;
}

.blockquote-right {
    display: table;
    width: 70%;
}

blockquote.award-blockquote:after,
blockquote.award-blockquote:before {
    content: '';
    clear: both;
    display: block;
}

.blockquote-left {
    float: left;
}

.blockquote-right {
    display: table;
}

.blockquote-right span {
    font-size: 13px;
    color: rgba(0, 0, 0, .5);
}

.cataloge-col {
    box-shadow: 0 0 0 10px white;
    padding: 10px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    margin-bottom: 50px;
}

.cataloge-col img {
    margin-bottom: 30px;
}

.cataloge-col a {
    width: 100%;
}

.cataloge-col a i {
    margin-left: 5px;
}

.for-markert-desc h4 {
    background-color: #81d742;
    padding: 10px;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    text-transform: uppercase;
    font-size: 1.2em;
}

.for-markert-desc p {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
}

.for-markert-desc ul {
    background-color: #fff;
    list-style: none;
    padding: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.for-markert-desc ul li {
    border-bottom: 1px solid #e1e1e1;
    display: block;
    padding: 10px;
}

.for-markert-desc ul li:last-child {
    border-bottom: none;
}

.for-markert-desc ul li a {
    color: #000;
    font-weight: bold;
    display: block;
}

.blockquote-right textarea {
    font-size: 1em;
    line-height: 190%;
    color: #7d7d7d;
    padding: 15px;
    width: 100% !important;
    min-height: 200px;
}
.commenting-wrapper {
    padding: 0 50px 50px;
    background-color: #fff;
    margin: 0 !important;
    margin-top: 50px !important;
}