﻿.price, .lead p {
  font-weight: 600;
  font-size: 32px;
  display: inline;
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 10px;
  border:0;
  width: 100%;
  color: #3498db;
    background-color: transparent;
}


.promo-section
  {
    background-color: url("") no-repeat;

    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
	  }
	  
	.mdais-top
  {  
	
    width: 100%;
    min-height: 100px;
    box-shadow: 0px 0px 5px #888;
   margin-bottom: 10px;
    background-color: #ed1c24;
	 }
	 
	 
	 .mdais-heading {
    font-size: 40px;
    color: white;
	    padding-left: 10px;
}
	 
	 .mdais-subtitle {
    font-size: 30px;
    color: white;
	    padding-left: 10px;
}

a.btn-primary:hover, .btn-primary:hover, a.btn-primary:active, .btn-primary:active, a.btn-primary:focus, .btn-primary:focus {
    background: #ed1c24;
    border: none;
    color: #fff;
    outline: none;
}

a.btn-primary, .btn-primary {
    background: #ed1c24;
    border: none;
    color: #fff;
}

a.btn-join:hover, .btn-join:hover, a.btn-join:active, .btn-join:active, a.btn-join:focus, .btn-join:focus {
    background: #36b843;
    border: none;
    color: #fff;
    outline: none;
}

a.btn-join, .btn-join {
    background: #36b843;
    border: none;
    color: #fff;
}

#SideW #iscbbsocialconnect .head {
    background-color: #ed1c24;
  
}

a.btn-join, .btn-join {
    background: #ed1c24;
    border: none;
    color: #fff;
}

a.btn-join, .btn-join {
    background: #ed1c24;
    border: none;
    color: #fff;
}


.green {
    background-color: #ed1c24;
    color: #ffffff;
    padding: 10px;
    padding-bottom: 0px;
    border-radius: 0px;
	margin-bottom: 20px;
    
}

#donate-options {
    background-color: #ffffff;
    margin: 0px -10px;
    overflow: hidden;
}

    #donate-options .col-md-12 {
        background-color: #ffffff;
        padding: 0px;
        text-align: center;
        font-weight: bold;
        color: #000000;
        border-radius: 0px;
        cursor: pointer;
        overflow: hidden;
    }

        #donate-options .col-md-12 a {
            font-size: 32px;
            font-weight: bold;
            color: #000000;
            display: block;
            width: 100%;
            height: 100%;
            border: 1px solid #ed1c24;
            border-top: none;
            padding: 15px 0px;
        }

            #donate-options .col-md-12 a .price {
                color: #ed1c24;
            }

            #donate-options .col-md-12 a * {
                /*font-family: Arial, Helvetica, sans-serif;*/
            }

    #donate-options .active a {
        background-color: #ed1c24;
        color: #ffffff !important;
        text-decoration: none;
    }

    #donate-options .col-md-12 a:hover {
        background-color: #ed1c24;
        color: #ffffff !important;
        text-decoration: none;
    }

        #donate-options .col-md-12 a:hover .price {
            color: #ffffff;
        }

    #donate-options .col-md-12 .call2action {
        background-color: #384D83;
        color: #ffffff;
        padding: 15px;
        position: absolute;
        left: -81px;
        top: -19px;
        font-size: 22px;
        transform: rotate(-45deg);
        padding-top: 25px;
        padding-bottom: 5px;
        width: 200px;
        display: none;
		padding-top: 40px;
    }

    #donate-options .col-md-12 a:hover .call2action {
        display: block;
    }

    #donate-options .active .call2action {
        display: block;
    }

    #donate-options .active a .price {
        color: #ffffff;
    }

	
.itemdescription {
   font-size: 24px;
    line-height: 24px;
	padding: 10px;
	display: block;
}

.amonth {
    font-size: 18px; 
}

.green h2 {
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    text-shadow: 0px 1px 3px #000;
    padding: 5px 0px 5px 0px;
}

.green h3 {
    margin: 0px 0px 10px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    text-shadow: 0px 1px 3px #000;
    padding: 5px 0px 10px 0px;
}

.donate-form label {
    font-weight: bold;
    font-size: 18px;
}

.alert-danger {
    color: #FF0500;
    background-color: #FCD0D0;
    padding: 5px;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #ed1c24;
}

.alert-success {
    color: #62BD1D;
    background-color: #DEFFE5;
    padding: 5px;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #62BD1D;
}




	