/*

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Avenir', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-color: #EBEBEB;
}

.hide {
    display: none;
}
*/

div.circle {
    width: 78px;
    height: 78px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height:77px;
    border: solid 3px;
    text-align:center;
    vertical-align:middle;
    display:inline-block;
}

/*

.fa {
    line-height: inherit;
}

button {
    font-family: 'Avenir', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
}

li {
    color: grey;
    font-weight: 200;
}

p {
    clear: left;
    font-size: 1em;
    line-height: 1.5em;
    color: grey;
    font-weight: 200;
    margin: 0;
    margin-bottom: 5px;
}
*/

.landingPage {
    width: 100%;
    height: inherit;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
    max-width: 800px;
    padding: 0px;
    text-align: center;
    min-height: 480px;
}

.centerBlock {
    display: inline-block;
}

.infoBox {
    background: #F7F7F7;
    padding-left: 10px;
    height: 92px;
    overflow: hidden;
}

.landingPageBackground {
    padding: 0px;
    text-align: center;
    min-height: 480px;
    overflow-x: hidden;
    width: 100%;
    height: inherit;
    margin: auto;
    text-shadow: none;
}

.advertorialSection {
    text-align: left;
    padding: 20px;
}

.action.enabled:nth-child(2n) {
    border-right: none;
}
.action.enabled:last-child {
    border-bottom: none;
}
.action.enabled:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
}

.clearfix {
    clear: both;
}

.flipsnap:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.couponImage {
    width: 256px;
    height: 328px;
}

.couponItem {
    width: 258px;         /*   coupon image width + 10  */
    height: 332px;        /*   coupon image height + 10 */
    border: 2px dashed;
    background-color: transparent;
    margin: 10px 0px 5px 0.75em;
    display: inline-block;
}

.uploadText {
    text-align:center;
    color: #A2A2A2;
    font-size: x-large;
}

.uploadImage {
    color: #D5D5D5;
    font-size: 90px;
    margin-top: 120px;
    margin-bottom: 40px;
}

.uploadCoupon {
    color: #D0D0D0;
    font-size: 80px;
    margin-top: 140px;
    margin-bottom: 40px;
}

.featureImageviewport {
    min-height: 300px;
    background: linear-gradient(#FFFFFF, #EFEFEF);
    margin-bottom: 10px;
    position: relative;
    top: 0;
    width: 100%
}

.backgroundText {
    font-family: Avenir-Heavy;
    font-size: 36px;
    line-height: 45px;
    padding: 5px;
    text-align: center;
    /*width: 100%;*/
}

.advertorialURL {
    color: #999999;
    text-decoration: none;
}

.advertisement {
    color: #4A90E2;
    line-height: normal;
    display: initial;
}

.advertorialTitle {
    font-size: 1.8em;
    line-height: normal;
}

.advertorialLegend {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.couponviewport {
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

@media screen and (max-width:499px) {
    .actionButtonBox {
        padding: 5px 2px 5px 5px;
    }
    .action {
        padding: 10px 6px 0px 6px;
        cursor: pointer;
        border-bottom: 0px solid #EBEBEB;
        border-right: 0px solid #EBEBEB;
        display: inline-block;
        /*height: 136px;*/
        vertical-align: top;
    }
    .featureText {
        font-family: Avenir-Medium;
        font-size: 28px;
        line-height: 32px;
        padding: 0;
        text-align: center;
        position: absolute;
        bottom: 20px;
        color: white;
        text-shadow: -1px -1px 1px #000;
        width: 94%;
        left: 50%;
        margin-left: -47%;
    }
    .featureImage {
        width: 100%;
        height: 260px;      /*brant*/
        background-repeat: no-repeat;
        background-size: cover;
    }
    div.circle {
        width: 88px;
        height: 88px;
        line-height: inherit;
    }
    .action i {
        font-size: 3.3em;
        padding: 10px;
        line-height: inherit;
    }
    .action p {
        margin-top: 8px;
        font-size: 1em;
        line-height: 1em;
        text-align: center;
        max-width: 100px
    }
}

@media screen and (min-width:500px) and (max-width:699px) {
    .actionButtonBox {
        padding: 20px 10px 20px 10px;
    }
    .action {
        /* padding: 5px 15px 5px 15px; */
        padding: 20px 30px 5px 30px;
        cursor: pointer;
        border-bottom: 0px solid #EBEBEB;
        border-right: 0px solid #EBEBEB;
        display: inline-block;
        /*height: 139px;*/
        vertical-align: top;
    }
    .featureText {
        font-family: Avenir-Medium;
        font-size: 36px;
        line-height: 40px;
        padding: 0;
        text-align: center;
        position: absolute;
        bottom: 20px;
        color: white;
        text-shadow: -1px -1px 1px #000;
        width: 91%;
        left: 52%;
        margin-left: -49%;
    }
    .featureImage {
        width: 100%;
        height: 360px;      /*brant*/
        background-repeat: no-repeat;
        background-size: cover;
    }
    div.circle {
        width: 88px;
        height: 88px;
    }
    .action i {
        font-size: 3.3em;
        padding: 10px;
        line-height: inherit;
    }
    .action p {
        margin-top: 10px;
        font-size: 1.2em;
        line-height: 1.1em;
        text-align: center;
    }
}

@media screen and (min-width:700px) and (max-width:1024px){
    .actionButtonBox {
        padding: 20px 10px 20px 10px;
    }
    .action {
        /* padding: 5px 15px 5px 15px; */
        padding: 20px 40px 5px 40px;
        cursor: pointer;
        border-bottom: 0px solid #EBEBEB;
        border-right: 0px solid #EBEBEB;
        display: inline-block;
        /*height: 139px;*/
        vertical-align: top;
    }
    .featureText {
        font-family: Avenir-Medium;
        font-size: 40px;
        line-height: 45px;
        padding: 20px;
        text-align: center;
        position: absolute;
        bottom: 20px;
        color: white;
        text-shadow: -1px -1px 1px #000;
        width: 90%;
        left: 52%;
        margin-left: -49%;
    }
    .featureImage {
        width: 100%;
        height: 500px;      /*brant*/
        background-repeat: no-repeat;
        background-size: cover;
    }
    div.circle {
        width: 95px;
        height: 95px;
    }
    .action i {
        font-size: 3.3em;
        padding: 10px;
        line-height: inherit;
    }
    .action p {
        margin-top: 10px;
        font-size: 1.2em;
        line-height: 1.1em;
        text-align: center;
    }
}

@media screen and (min-width:1025px) {
    .actionButtonBox {
        padding: 20px 10px 20px 10px;
    }
    .action {
        /* padding: 5px 15px 5px 15px; */
        padding: 20px 49px 5px 49px;
        cursor: pointer;
        border-bottom: 0px solid #EBEBEB;
        border-right: 0px solid #EBEBEB;
        display: inline-block;
        /*height: 139px;*/
        vertical-align: top;
    }
    .featureText {
        font-family: Avenir-Medium;
        font-size: 45px;
        line-height: 45px;
        padding: 0;
        text-align: center;
        position: absolute;
        bottom: 20px;
        color: white;
        text-shadow: -1px -1px 1px #000;
        width: 90%;
        left: 53%;
        margin-left: -48%;
    }
    .featureImage {
        width: 100%;
        height: 550px;      /*brant*/
        background-repeat: no-repeat;
        background-size: cover;
    }
    div.circle {
        width: 95px;
        height: 95px;
    }
    .action i {
        font-size: 3.3em;
        padding: 10px;
        line-height: inherit;
    }
    .action p {
        margin-top: 10px;
        font-size: 1.2em;
        line-height: 1.1em;
        text-align: center;
    }

    #landingPageDesignPreview .couponItem {
        width: 260px;         /*   coupon image width + 10  */
        height: 332px;        /*   coupon image height + 10 */
        border: 2px dashed;
        background-color: transparent;
        margin: 10px 0px 5px 0.75em;
        display: inline-block;
    }

    #landingPageDesignPreview .actionButtonBox {
        padding: 5px 2px 5px 5px;
    }
    #landingPageDesignPreview .action {
        padding: 10px 6px 0px 6px;
        cursor: pointer;
        border-bottom: 0px solid #EBEBEB;
        border-right: 0px solid #EBEBEB;
        display: inline-block;
        /*height: 136px;*/
        vertical-align: top;
    }
    #landingPageDesignPreview .featureText {
        font-family: Avenir-Medium;
        font-size: 28px;
        line-height: 32px;
        padding: 0;
        text-align: center;
        position: absolute;
        bottom: 20px;
        color: white;
        text-shadow: -1px -1px 1px #000;
        width: 94%;
        left: 50%;
        margin-left: -47%;
    }
    #landingPageDesignPreview .featureImage {
        width: 100%;
        height: 260px;      /*brant*/
        background-repeat: no-repeat;
        background-size: cover;
    }
    #landingPageDesignPreview div.circle {
        width: 88px;
        height: 88px;
    }
    #landingPageDesignPreview .action i {
        font-size: 3.3em;
        padding-top: 3px;
        line-height: inherit;
    }
    #landingPageDesignPreview .action p {
        margin-top: 8px;
        font-size: 1em;
        line-height: 1em;
        text-align: center;
        max-width: 100px
    }
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-item {
    text-align: center;
}

.advertorialSection table td {
    padding: 5px !important;
    border: 1px solid #ddd;
}

.advertorialSection table {
    border-spacing: 0px;
    border-collapse: collapse;
}

.couponPopup {
    /*top: -208px;*/
}

.redCouponRemove {
    color: #FF0000 !important;
    font-size: 20px;
    text-shadow: none;
    position: relative;
    top: 20px;
    left: 265px;
    cursor: pointer;
}
