.coupons.content {
    padding: 0;
}

.coupons h2 {
    margin-top: 0;
}

.coupons .coupons-title-text {
    text-align: center;
}

@media (min-width: 992px) {
    .coupons .coupons-title-text {
        text-align: left;
    }
}

.coupons .coupons-title-button {
    text-align: center;
}

@media (min-width: 992px) {
    .coupons .coupons-title-button {
        text-align: right;
    }
}

.coupons .abo-bonus-card img {
    display: block;
    max-width: 100%;
    height: auto;
}

.coupons .abo-bonus-card-description {
    text-align: left;
}

.coupons .abo-bonus-card-description .list-angle {
    font-weight: 600;
    position: relative;
    color: #c00;
}

.coupons .abo-bonus-card-description .list-angle:after {
    font-family: 'lineicons';
    font-size: 60px;
    position: absolute;
    top: 50%;
    right: 40%;
    display: none;
    content: '\e85c';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .coupons .abo-bonus-card-description .list-angle:after {
        display: block;
    }
}

.coupon {
    margin-bottom: 30px;
}

.coupon h3 {
    font-size: 26px;
    margin: 0;
    color: #c00;
}

.coupon .coupon-body {
    background: #d6d6d6;
}

.coupon .coupon-body {
    padding: 15px 30px;
}

.coupon .coupon-header {
    padding: 15px 20px;
    border: 3px solid #d6d6d6;
    background: #fff;
}

.coupon.expired h3, .coupon.expired p {
    opacity: .3;
}

.coupon.expired p + p {
    font-weight: 600;
    opacity: 1;
    color: #c00;
}

.coupon.expired .coupon-header {
    border-color: #eee;
}

.coupon.expired .coupon-body {
    background: #eee;
}

.map-search {
    position: relative;
    padding: 0;
}

.map-search form {
    margin-top: 45px;
}

.map-search .form-group {
    margin-bottom: 45px;
}

.map-search .map-search-form {
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
}

.map-search .map-search-form.map-search-form-with-results {
    padding-bottom: 15px;
}

.map-search .map-search-form.map-search-form-with-results p {
    font-size: 14px;
}

.map-search .map-search-hide-results {
    font-weight: 600;
    position: absolute;
    bottom: 15px;
    left: 30px;
    color: #333;
}

.map-search .map-search-hide-results:hover {
    text-decoration: none;
    color: #c00;
}

.map-search .map-search-back {
    font-weight: 600;
    position: absolute;
    bottom: 0;
    display: block;
    padding: 15px;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #333;
    background: #d6d6d6;
}

.map-search .map-search-back:hover {
    text-decoration: none;
    color: #c00;
    background: #fff;
}

.map-search .map-search-results {
    font-size: 15px;
    padding: 0;
    background: #d6d6d6;
}

.map-search .map-search-results.map-search-only-results {
    padding-bottom: 52px;
}

@media (min-width: 768px) {
    .map-search .map-search-results {
        overflow-y: auto;
        height: 450px;
    }
}

@media (min-width: 768px) {
    .map-search .map-search-results {
        height: 600px;
    }
}

.map-search .map-search-results .title {
    font-weight: bold;
    padding: 15px 15px 7px;
}

.map-search .map-search-results ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.map-search .map-search-results ul li {
    margin-bottom: 7px;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.map-search .map-search-results ul li > a {
    font-weight: 600;
    display: block;
    padding-top: 7px;
    padding-right: 15px;
    padding-left: 15px;
    color: #c00;
    background: #ebebeb;
}

.map-search .map-search-results ul li > a.collapsed {
    color: #333;
    background: none;
}

.map-search .map-search-results ul li > a.collapsed:hover, .map-search .map-search-results ul li > a.collapsed:focus {
    color: #c00;
}

.map-search .map-search-results ul li > div {
    font-size: 14px;
    padding: 15px;
    background: #ebebeb;
}

.map-search .map-search-results ul li > div strong {
    display: block;
}

.map-search .map-half, .map-search .map-two-third {
    padding: 0 !important;
}

.topmargin {
    margin-top: 50px;
}

.bottommargin {
    margin-bottom: 50px;
}

#searchEventMessageBox {
    display: none;
    text-align: center;
    color: #c00;
    margin-top: 50px;
}

#search_result_header {
    display: none;
    padding-bottom: 20px;
    height: 500px;
}

@media (min-width: 992px) {
    #search_result_header {
        float: left;
        width: 50%;
    }

    #result_formBox {
        width: 50%;
    }

    .map-search .map-full {
        float: left;
        width: 100%;
    }
}

#disclaimer {
    font-size: 10px;
    margin-top: 30px;
    text-align: center;
}

.map-search .map-full {
    min-height: 1px;
}

#vtl_admin_vendor, #vtl_admin_event, #vtl_admin_competition, #vtl_admin_question {
    padding-bottom: 20px;
    padding-top: 20px;
}

#vtl_admin_vendor .table-condensed {
    margin-top: 20px;
}

#vtl_admin_competition .table-condensed {
    margin-top: 20px;
}

.form-label {
    font-size: 18px !important;
    padding-right: 50px;
    white-space: nowrap;
}

.lowZIndex {
    z-index: -10;
}

.highZIndex {
    z-index: 20;
}

.maxWidth350 {
    max-width: 350px;
}

.scrollOverflow {
    overflow-y: auto;
}

input[type='checkbox'] + label.checkbox.red:before, input[type='radio'] + label.radio.red:before {
    border: 2px solid #c00;
}

#preview_map {
    height: 300px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.fullWidth {
    width: 100% !important;
}

.select2-container {
    z-index: inherit;
}