.list-wrapper {
    display: block;
    position: relative;
    margin-bottom: 30px;
    max-width: 1000px;
    margin: 30px auto;
}

.list-wrapper li {
    list-style: none;
}

.list-wrapper h3 {
    padding: 0px;
}

.list-wrapper a:hover {
    box-shadow: none
}

.list-wrapper .coupon-wrapper {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #f0efef;
    display: block;
    overflow: hidden;
    box-sizing: border-box
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333333%
    }
}

@media (min-width: 768px) {
    .col-sm-4 {
        width: 33.33333333%
    }
}

.text-center {
    text-align: center
}

.coupon-wrapper .post-media {
    margin-bottom: 30px
}

.post-media img {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: #f3f6f9;
    padding: 3px;
    width: 100%
}

.post-media img:hover {
    background: #00bcd4
}

@media (min-width: 992px) {
    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }
}

@media (min-width: 768px) {
    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
        padding: 0px 15px;
        box-sizing: border-box
    }
}

.list-wrapper .post-media small a {
    display: block;
    margin-top: 5px;
    font-weight: 300;
    color: #767676;
    box-shadow: none
}

.list-wrapper .coupon-meta {
    margin-top: 0;
    overflow: hidden;
}

.coupon-meta {
    display: block;
    margin: 20px auto
}

.list-wrapper a {
    -webkit-box-shadow: none;
    box-shadow: none
}

.list-wrapper ul {
    margin: 0px;
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.text-right {
    text-align: right
}

.total_rating {
    color: #767676;
    font-size: 13px;
    float: left;
    margin: 5px 0px;
}

.rating-container {
    float: left
}

.favorite-coupon {
    position: relative
}

.favorite-coupon a {
    position: absolute;
    right: 0;
    display: inline-block;
    box-shadow: none
}

.favorite-coupon .fa {
    border-radius: 100px;
    color: #00bcd4;
    border: 1px solid #f0efef;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    width: 30px
}

.list-wrapper .showcode {
    max-width: 220px
}

.showcode {
    position: relative;
    z-index: 1
}

.coupon-wrapper .coupon-code {
    border-radius: 0;
    box-shadow: none;
    display: block;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    height: auto !important;
    line-height: 45px;
    text-align: right;
    color: #121212;
    padding-right: 15px;
    background-color: #f5f6f8;
    width: 100%;
}

.coupon-wrapper .show-code {
    color: #fff;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px 0 20px;
    position: absolute;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    border-radius: 0;
    width: 80%;
    left: 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, #00b3ca 10px, #00b3ca 20px), linear-gradient(to bottom, #00bcd4, #00bcd4)
}

.coupon-wrapper .show-code:hover {
    width: 100%
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(34, 34, 34, 0.8) !important
}

.modal-dialog {
    background: #fff
}

@media only screen and (min-width: 992px) {
    .modal.fade .modal-dialog {
        position: absolute;
        top: 50%;
        margin: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -khtml-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 680px;
        margin: 30px auto
    }
}

@media only screen and (min-width: 992px) {
    .modal.fade .modal-dialog {
        position: absolute;
        top: 50%;
        margin: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -khtml-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 680px;
        margin: 30px auto
    }
}

.code-modal .modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: none !important;
    outline: 0 none;
    position: relative;
    padding: 0
}

.code-modal .modal-header {
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #f0efef
}

.code-modal .modal-header .close {
    display: block;
    margin-top: 10px;
    position: relative;
    top: 0;
    right: 0;
    z-index: 9999;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.code-modal .modal-header h4 {
    font-size: 21px;
    font-weight: 300;
    padding: 5px 20px 5px 0;
    display: inline-block
}

.code-modal .modal-body {
    padding: 30px;
    overflow: hidden;
}

.modal-body {
    padding: 41px 15px 0;
    position: static
}

@media (min-width: 1200px) {
    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }
}

@media (min-width: 768px) {
    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 1200px) {
    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}

@media (min-width: 768px) {
    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
}

.bgcolor {
    background-color: #f3f6f9;
    padding: 30px 0;
    overflow: hidden;
}

.bgcolor > div {
    margin: auto;
    float: none;
}

.code-modal .btn-primary {
    font-weight: 300 !important;
    max-width: 100% !important;
    display: block;
    padding: 3px !important;
    font-size: 18px !important;
    border: 2px dashed #00bcd4 !important;
    color: #00bcd4 !important;
    border-color: #00bcd4 !important;
    background-color: transparent !important;
    text-align: center;
    margin-top: 0 !important;
}

.print-modal.code-modal .btn-primary::before {
    background-color: #f3f6f9;
    left: -10px;
    top: -25px;
}

.code-modal .btn-primary:before {
    background: #fff none repeat scroll 0 0;
    content: "\f0c4";
    font-family: FontAwesome;
    font-size: 21px;
    left: 6px;
    padding-right: 0;
    position: absolute;
    top: -13px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}

.code-modal .modal-body .btn {
    margin-top: 20px;
    font-size: 13px;
    display: block;
    padding: 7px 30px;
    background-color: #222;
    color: #fff;
    border-color: #292929 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.code-modal .modal-body .btn:hover {
    background-color: #008fa1;
    border-color: #008fa1;
}

.coupon-vote a {
    width: 40px;
    height: 40px;
    color: #aaa;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    font-size: 18px;
    line-height: 40px;
    border: 1px solid #f0efef;
}

.coupon-vote a:hover, .coupon-vote a.active {
    border-color: #00bcd4;
    color: #00bcd4;
}

.code-modal .modal-footer {
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px solid #f0efef;
    overflow: hidden
}

.print-modal .social-small {
    margin-top: 7px;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.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;
}

.coupon-bottom {
    display: block;
    margin-top: 10px;
}

.coupon-bottom small, .coupon-bottom a {
    color: #aaa;
}

.coupon-meta h3 {
    font-weight: 400;
    font-size: 24px;
    margin: 0px;
    display: inline-block;
}

.alert-dismissable, .alert-dismissible {
    padding: 15px 35px 15px 15px;
}

.coupon-tab {
    position: relative;
}

.coupon-tab .nav-tabs {
    border-bottom: 0 none;
    left: 0;
    position: absolute;
    right: 0;
    top: -54.5px;
}

.coupon-tab .nav-tabs li {
    border-top: 3px solid transparent;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav > li {
    position: relative;
    display: block;
    border: none;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.coupon-tab .nav-tabs li a {
    border: 0 none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #212121;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: 400;
    outline: medium none !important;
    padding: 15px 30px !important;
    text-transform: uppercase;
}

.nopadtop {
    padding-bottom: 30px;
    padding-top: 0;
}

.post-wrapper {
    background-color: #fff;
    border: 1px solid #f0efef;
    padding: 60px 30px;
    position: relative;
    margin-top: 50px;
    max-width: 1000px;
    margin: 50px auto;
}

.coupon-tab .nav-tabs li:hover a {
    color: #00bcd4;
    background: #fff;
}

.coupon-tab .nav-tabs li.active a, .coupon-tab .nav-tabs li:focus a {
    color: #00bcd4;
    background: #fff;
}

.coupon-tab .nav-tabs li.active, .coupon-tab .nav-tabs li:focus {
    border-top-color: #00bcd4;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.fade.in {
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.coupon-top {
    overflow: hidden;
    padding: 5px 0px;
}

.coupon-bottom .single_social-share ul li {
    float: left;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    /* height: 50px; */
}

.coupon-bottom .single_social-share ul li .fb-button.btn-primary {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

.coupon-bottom .single_social-share ul li a {
    display: block;
}

.coupon-bottom .single_social-share ul li .btn {
    border-radius: 3px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0 !important;
    padding: 10px 15px;
}

.single-featured-image-header {
    display: none
}

.coupon-content {
    clear: both;
}

.section .list-wrapper{
    margin: auto;
}

.coupon-wrapper hr{
    clear: both;
}


.pagination a {
    background: #00b3ca;
    color: #fff;
    padding: 7px 8px;
    margin-right:5px
}
.pagination a:hover{
    text-decoration: none;
    box-shadow: none !important;
}
.pagination a.active {
    background: #00bcd4;
}

