.hero{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-color: #eeeeee;
    text-align: center;
    -webkit-transition: height .33s;
    transition: height .33s;
    position: relative
}
.hero.hero-home{
    height:300px;
}
.hero-pricingImage {
    background-image:url('../../bundles/content/images/pricing/pricingImage.jpg');
    height:300px;
}
.noMarginAll {
    margin: 0;
}
.noPaddingAll {
    padding: 0;
}
.paddingRightZero {
    padding-right: 0;
}
.homePageHeaderRowTop {
    height:300px;
    background-color: rgba(34,34,34,0.7);
    padding: 30px 0;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
}
.homePageWelcomeDiv {
    position: relative;
}
.centerHolderDiv {
    max-width: 1100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pricingIcons {
    margin-bottom: 10px;
    font-size: 60px!important;
    color: #00b0ed;
}
.pricingSection2 {
    background: #F6F1E9;
}
.pricingDesc {
    margin: 0 0 30px 0;
}
.pricingDesc2 {
    margin: 0 0 50px 0;
}
.pricingHeadText {
    font-size: 32px;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333333;
    margin: 10px 20px 10px 20px;
    line-height: 1.3;
}
.pricingSubHeadText {
    font-size: 16px;
    color: #555555;
    margin: 0 20px 10px 20px;
}
.priceDisclaimer {
    font-size: 14px;
    margin: 10px 0 0 0;
}
.centerPayBox {
    float: none;
    margin: 0 auto;
}
.panel {
    text-align: center;
}
.panel:hover { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35); }
.panel-body {
    padding: 0px;
    text-align: center;
}
.the-price {
    background-color: rgba(220,220,220,.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}
.the-price h1 {
    line-height: 1em;
    padding: 0;
    margin: 0;
}
.subscript {
    font-size: 15px;
}
.tdBorder {
    border-top: 0!important;
}
.priceMinH {
    min-height: 180px;
}
.pricingSubText {
    margin: 10px 20px 10px 20px;
}