

/* ==========================================================================
   Author's Custom Styles
   ========================================================================== */



.logo {
    margin-top:1%;
}

.padBtm {
    padding-bottom:3%;

}
.createAct {
    padding-bottom:5px;
}

.padTop {
    padding-top:1%;
}

.quote {
    font-size: 500%;
}

.mark {
    color: #5e7bb2;
    background-color: #fff;
}

.ad {
    color:#fff;
    background-color: red;
    height: 300px;
}

.coupon {

    margin-top:5px;
}

.ad-h1 {     
    font-size:900%;
    text-align: center;
    margin-top:-5px;
}

.ad-h2 {
    font-size: 150%;
    margin-top:-14px;
    text-align: center;
}

.dollar {
    color: red;
}


.patternBG {
    background-image: url('../img/arches.png');
    background-repeat: repeat;
}

.lg-font {
    font-size: 300%;
}

.md-font {
    font-size: 125%;
    color: #40b4ea;
}

.rating {
    color: #ff9900;
}

.bg-footer {
    background-color: #40b4ea;
    width: 100%;
    color: #fff;
    margin-top:2%;
    padding-bottom:4%;
}

.bg-footer-copy {
    background-color: #000;
    color: #fff;
    padding: 10px 30px 30px 30px;
}

.bg-map {
    background-color: #e8e8e8;
}


.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
  }

.affix + .container-fluid {
    padding-top: 70px;
  }

.embed-responsive-100x400px{
  padding-bottom: 400px;
}










