.list-coupon {
    background: rgba(204, 204, 204, 0.24);
    overflow: hidden;
    padding: 15px;
    float: none;
}

.wrapper-coupon {
    max-width: 1170px;
    margin: auto;
    padding: 15px;
}

.item-coupon-printable {
    background: #ffffff;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #337ab7;
}

.list-coupon .item-coupon {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.14);
    padding: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.item-coupon a {
    color: #337ab7 !important;
}

.item-coupon a, .item-coupon a:hover {
    text-decoration: none;
    box-shadow: none;
}

.coupon-bottom {
    margin: 15px 0px;
    overflow: hidden
}

.coupon-code {
    background: none;
    border: 2px dashed #597ab7;
    padding: 2px;
    color: #597ab7;
}

.coupon-code img {
    margin: 0px;
}
.modal-title{
    padding: 0px !important;
}
.modal-body a {
    margin-top: 15px;
    margin-bottom: 15px;
}

.coupon-code:hover {
    background: none;
    color: #597ab7;
}

.coupon-vote a {
    margin-right: 5px;
    overflow: hidden;
    display: inline-block;
}

.coupon-vote a:hover, .coupon-vote a.active {
    border: 1px solid #597ab7;
}

.coupon-vote a i {
    padding: 10px;
    font-size: 20px;
}

.code-modal .social-small li {
    padding: 0;
    margin-right: 2px !important;
    float: left;
    list-style: none;
}

.code-modal .social-small li .fa {
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #ddd;
    display: block;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.social-small li .fa-facebook, .fb-button.btn-primary:focus, .fb-button.btn-primary:hover, .fb-button.btn-primary {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

.social-small li .fa-twitter, .tw-button.btn-primary:hover, .tw-button.btn-primary:focus, .tw-button.btn-primary {
    background-color: #00b6f1 !important;
    border-color: #00b6f1 !important;
}

.social-small li .fa-google-plus, .gp-button.btn-primary:hover, .gp-button.btn-primary:focus, .gp-button.btn-primary {
    border-color: #da5333 !important;
    background-color: #da5333 !important;
}

.rating-container {
    float: left;
}

.total_rating {
    float: left;
    margin: 2px;
}

.single-featured-image-header {
    display: none;
}

.pagination {
    border: none !important;
    display: block !important;
    background: none !important;
}

.pagination:before, .pagination:after {
    display: none;
}

.pagination a {
    background: #337ab7;
    color: #fff;
    padding: 7px 8px;
    margin-right: 5px;
}

.pagination a.active {
    background: #164269;
}

.clr {
    clear: both;
}

.well button {
    background: #337ab7 !important;
}


#comments input{
    margin: 15px 0px;
}

#comments input[type=submit]{
    margin: 15px;
}