html, body, .main-wrapper{
    max-width: 100%;
    // overflow-x: hidden;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
}

.nav-button{
    padding: 15px;
    margin-top: -15px;
    padding-bottom: 15px !important;
}

.btn-edit {
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #FFFFFF;
    color: #25aee2;
    border: 2px solid transparent!important;
    border-color: #25aee2 !important;
}
.btn-edit:hover, .btn-edit:active, .btn-invert:focus {
    background: #25aee2;
    color: white;
}

.btn-invert {
    text-transform: uppercase;
    letter-spacing: 2px;
    background: black;
    /*border: 2px solid white !important;*/
    color: #25aee2;
    border: 2px solid transparent!important;
}
.btn-invert:hover, .btn-invert:active, .btn-invert:focus {
    box-shadow: none;
    background: #25aee2;
    color: white;
    border-bottom: transparent !important;
}

.banner-motto{
    text-align: center;
    font-size: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #25aee2;
    /*text-shadow: 2px 2px #f1f1f1;*/
}
.banner-elephants{
    width: 10%;
    display: block;
    margin: auto;
}

/* Corner ribbon from https://bootsnipp.com/snippets/featured/plans-and-pricing */
.cnrflash
{
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.cnrflash-inner
{
    /*Set position, make larger then container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    /*background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);*/
    background-size: 4px,auto, auto,auto;
    background-color: #888;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.cnrflash-inner:before, .cnrflash-inner:after
{
    /*Use the border triangle trick to make it look like the ribbon wraps round it's container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #555;
}
.cnrflash-inner:before
{
    left: 1px;
    border-bottom-color: #000;
    border-right-color: transparent;
}
.cnrflash-inner:after
{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.cnrflash-label
{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 8px;
    padding-left: 4px;
    color: #fff;
    /*text-shadow: 0 1px 1px rgba(1,1,1,.8);*/
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    line-height: 17px;
}

.navbar-header{
}

#header-logo{
    width: 150px;
}

.per-month{
    font-size: 60%;
}



.plan-pricing-price2{
    font-size: 20px;
}

/*#deluxe-plan{*/
    /*border: 2px solid #337AB7;*/
/*}*/

#deluxe-text{
    text-align: center;
    font-size: 20px;
    color: #25aee2;
}

.lifetime{
    color: #25aee2;
}

.lifetime-plan{
    font-size: 14px;
}

.plan-bullets{
    margin-right: 5px;
    position: absolute;
    left: 0px;
    display: inline-block;
    line-height: 1;
}

.list-group .plan-feature-list li{
    position: relative;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-left: 25px;
    font-size: 13px;
    line-height: 1.1;
}

.pricing-field-spacing{
    position: relative;
    margin-top: 0px;
    margin-bottom: -30px;
    /*padding-left: 35px;*/
    font-size: 13px;
    line-height: 1.3;
}

.plan-pricing-label{
    margin-right: 5px;
    /*position: absolute;*/
    left: 0px;
    display: inline-block;
    line-height: 1;
}

.super{
    vertical-align: super;
    font-size: 50%;
}

.plan-f{
    padding-left: 20px;
    margin-bottom: -5px;
    position:relative;
    top:-6px;
}

#sub-header{
    font-size: 24px;
}

.grey{
    color: #a6a6a6;
}

.grey-border{
    border: 2px solid #a6a6a6;
}

.grey-background{
    background: #f2f2f2;
}

.hide{
    color: white;
}

.pop{
    border-bottom: 2px solid #337AB7;
    border-top: 2px solid #337AB7;
    text-align: center;
    margin-top: -26px;
    font-size: 16px;
    padding: 0px 10px;
    margin-right: 5px;
    margin-left: 5px;
    /*text-transform: uppercase;*/
    color: #337AB7;
    font-weight: 900;
}

.page-heading{
    /*border: 2px solid red;*/
    width: 100%;
    background-image: url(https://static1.squarespace.com/static/565d187ee4b0134bf7c715f9/t/57ab01759de4bb90f53ea99f/1470824860671/mom+banner.png?format=2500w);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-heading_contact{
    /*border: 2px solid red;*/
    width: 100%;
    /*background-image: url({% static '/images/contact_img2.' %}jpg);*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.benefits{
    text-align: center;
    font-size: 24px;
    color: #25aee2;
}

@media screen and (max-width: 768px){
    .navbar-left{
        padding-left: 0%;
    }
}

 .btn-shadow{    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2), inset 0 -1px 0 0 rgba(0,0,0,.24)}
.plan-select-btn {
  color: #25aee2;
  border-color: #25aee2;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2), inset 0 -1px 0 0 rgba(0,0,0,.24);
}
/*removed button tag to avoid confusion. changed color to green as a positive message*/
.current {
    color: #6C6;
    margin-bottom: 12px;
    text-align: center;
}
.plan-description {
  font-size: 16px;
  color: #25aee2;
  margin-bottom: -70px;
  white-space:nowrap;
  font-style: italic;
}

.plan-pricing {
  padding: 10px 6px; }
  .plan-pricing b {
    color: #25aee2; }
  @media screen and (min-width: 768px) {
    .plan-pricing {
      margin-bottom: 10px; } }
.plan-asterisk {
  color: #ff9999; }
.plan-condition {
  font-size: 17px; }

.plan-pricing {
  padding: -20px 6px;
  top: 60%; }
  .plan-pricing b {
    font-size: 20px;
    color: #25aee2; }
  @media screen and (min-width: 768px) {
    .plan-pricing {
      margin-bottom: 10px; } }
  .plan-pricing-field{
    position: initial;
  }
  .plan-pricing .plan-pricing-price{
    text-align: center;
    right: 96px;
    font-size: 20px;
    margin-top: -100px !important;
  }

  .plan-feature-list {
    margin-left: 30px;
      /*height: 120px;*/
    list-style: none;
  }
  .plan-pricing-field {
    text-align: center;
  }

 .plan-pricing .plan-pricing-price{
font-size: 38px;
}

.plan-type {
    font-size: 35px;
}

.plan-feature-list-item {
    margin-bottom: 7px;
    font-size: 15px !important;
}

.btn-shadow{
   box-shadow: 0 2px 4px 0 rgba(0,0,0,.2), inset 0 -1px 0 0 rgba(0,0,0,.24)}

.maps{
    pointer-events: none;
}

/*#phone_number {
    display: inline-block;
}

#phone_number_clickable {
    display: none;
}

@media screen and (max-width: 992px) {
    #contact_img {
        display: none;
    }
    #phone_number {
        display: none;
    }
    #phone_number_clickable {
        display: initial;
    }
}*/

.featured_img{
    position: relative;
    float: left;
    /*width:  20px;*/
    height: 130px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
    margin: 0 40px;
}

.has-errors {
    border: 1px solid red !important;
    outline: 0;
}
