#slider {
    min-height: 500px;
}

.slider-caption {
    top: 255px !important;
}
.header-line1 {
    font-size: 3em;
    font-weight: bold; 
}
.header-line2 {
    font-size: 1.3em;
}
.intro-copy p {
    line-height: 1.6 !important; 
    margin-bottom: 10px;   
}
.squeeze {
    max-width: 800px;
}

#about {
    padding: 60px 0 10px 0;
}

#support {
    background: #f1f2ed;
    padding: 30px 0;
    border-top: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
}

#support h2 {
  border-bottom: 1px solid #a6a6a6 !important;
  padding-bottom: 15px;
  font-weight: 800;
}

#support h3 {
  color: #808080;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px 0;
  padding: 24px 0 0;
}

#support h4 span {
    font-weight: 600;
    display: none;
}

#support h4 span.select-option {
    color: #aaa;
    font-weight: 300;
}

#support h4 span.show-option {
    display: block;
}

#support label {
    color: #545454 !important;
    text-transform: none;
}

.button-donate {
    width: 270px;
}

.support-option {
  display: inline-block;
  margin: 0 30px;
  position: relative;
}

.support-option.last {
    padding-right: 92px;
}

.support-option > label {
  line-height: 30px;
  font-size: 30px;
  font-weight: 800;
}

.support-option input[type="radio"] {
  margin: 0px 10px 0 0;
  display: block;
  float: left;
  line-height: 30px !important;
  height: 30px !important;
}

.support-option input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #ccc inset;
  font-size: 13px !important;
  height: 30px;
  margin: 0;
  position: absolute;
  top: 0px;
  width: 90px;
  line-height: 30px;
  padding: 0 6px;
}

#support select {
  height: 30px;
  margin-bottom: 20px;
  max-width: 100%;
}

#products {
    padding: 60px 0;
}

.single-product {
    float: left;
    width: 100%;
    margin: 0 0 60px 0;
}

.single-product img {
    float: left;
    margin: 0 30px 0 0;
    max-width: 320px;
}

.product-description {
  overflow: hidden;
    margin-right: 120px;
}

.product-description > h2 {
  font-weight: 800;
    margin: 0;
}

.product-description > h2 span.sub-header {
    display: block;
    color: #808080 !important;
    font-size: 15px;
}

.product-description h3 {
    color: #d4ae1b;
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.product-description p {
    font-size: 13px;
    color: #000;
    line-height: 1.6 !important;
    margin-bottom: .8em;
}

.breadcrumb > .active {
  color: #d4ae1b;
}

/** select2 **/
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    line-height: 40px;
}

.select2-container .select2-selection--single {
    border: 1px solid #cacaca;
    background: url(../nb-images/select2-bg.gif) 0 0 repeat-x;
    text-align: left;
    margin-bottom: 18px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  border-left: 1px solid #dadada;
  height: 26px;
  top: 7px;
  width: 36px;
}
#donate-button {
    margin-top: 20px;    
}
#donate-button:disabled {
    opacity: 0.4;
}
.media {
    text-align: left;
    margin-left: 238px;
}
.media label {
    display: inline-block;
    margin-right: 12px;
}

@media all and (max-width: 767px) {
    .support-option {
        margin: 0 5px;
    }
    
    .support-option > label {
        font-size: 17px;
    }
    
    #support h3 {
        font-size: 14px;
        padding: 15px 0 0;
    }
    
    .single-product img {
        float: none;
        margin: 0 auto 10px auto;
        max-width: 100%;
        display: block;
    }
}