/*body
{
    border-top: 6px solid #4f4c55;
    color: #514245;
    font: normal 100%/1.4 arial, helvetica, sans-serif;
    margin: 0;
}*/

body
{
    font-family:  Calibri, arial, helvetica, sans-serif;
    color: #231f20;
}

.donation-container
{
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
    /*width: 890px;*/
    -moz-box-shadow: 0 0 15px #9b9b9b;
    -webkit-box-shadow: 0 0 15px #9b9b9b;
    box-shadow: 0 0 15px #9b9b9b;   
    border-collapse: separate;
}

.donation-tax-band-left
{
    background-color: #c7c7c7;
    color: #fff;
    display: block;
    /*float: left;*/
    font-weight: bold;
    height: 100px;
    padding: 15px 10px 20px 10px;
    text-align: center;
    /*width: 160px;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.donation-tax-band-right
{
    background-color: #f7b20f;
    color: #fff;
    display: block;
    /*float: right;*/
    font-weight: bold;
    height: 100px;
    padding: 15px 10px 20px 10px;
    text-align: center;
    /*width: 160px;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.donation-amount-large
{
    font-size: 160%;
}

@media screen and (min-width: 768px) {
  .equal, .equal > div[class*='col-'] {  
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex:1 1 auto;
  }
}

ul.benefits { 
    list-style-type:none;
    color:#000;
}
ul.benefits li { 
    background: url('../img/orange-check.png') no-repeat 0 15px; 
    font-size: 20px;
    padding-left: 1.5em;
    line-height: 41px;
}

.btn {
  font-family:  Calibri, arial, helvetica, sans-serif;
  color: #fff;
  font-size: 22px;
  background: #f7b20f;
  padding: 10px 20px 10px 20px;
  border: solid #f7b20f 2px;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
  color: #fff;
}

.btn:focus {
  text-decoration: none;
  color: #fff;
}

.lookup_button{
    color: #333;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid rgb(204,204,204);
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}  

.lookup_button:hover, .lookup_button:focus {
  text-decoration: none;
  color: #333;
}

.page_title{
    color:#f7b20f;
    margin-top:-15px;
    font-size: 50px;
    font-weight: bold;
    text-align: right;
    /*font-family:  Georgia;*/
}

.page_sub_title{
    color:#c1c1c1;
    margin-top:-15px;
    font-size: 32px;
    /*font-weight: bold;*/
    text-align: right;
    /*font-family:  Georgia;*/
}

#charity_guidance_section{
   text-align: right;
   float:right;
  }

@media screen and (min-width: 768px) {
  .equal, .equal > div[class*='col-'] {  
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex:1 1 auto;
  }        
}

.box_title{
    font-size:24px;
}

.nav_links{
    text-align: right;
}
@media screen and (max-width: 768px) {
  
  
  .page_title{
        color:#f7b20f;
        margin-top:-15px;
        font-size: 32px;
        /*font-weight: bold;*/
        text-align: center;
        /*font-family:  Georgia;*/
    }
    
    .page_sub_title{
        color:#c1c1c1;
        margin-top:-15px;
        font-size: 20px;
        /*font-weight: bold;*/
        text-align: center;
        /*font-family:  Georgia;*/
    }
    
    .nav_links{
        text-align: center;
    }
    
    .box_title{
        font-size:18px;
    }

    #scrolling_section{
        display:none;
    }
    
    #charity_guidance_section{
        text-align: center;
        margin: 0 auto 0 auto;
      }
      
    .btn {
        font-family:  Calibri, arial, helvetica, sans-serif;
        color: #fff;
        font-size: 14px;
        background: #f7b20f;
        padding: 4px 3px 4px 3px;
        border: solid #f7b20f 2px;
        text-decoration: none;
    }
}

/*for security box*/
big
{
    background-color: #c55a11;
    color: #fff;
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 5px 10px;
    -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
}

form fieldset
{
    background-color: #ebebea;
    border: 0;
    padding: 10px 5px;
}

td{
    padding: 3px;
}

/*charities*/
.banner-wrapper + .banner-wrapper{
	margin-top:5px;
}

.banner{
	background:#e2eaf2;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding:18px 10px 15px 50px;
	overflow:hidden;
	position:relative;
	display:block;
	min-height:75px;
	transition:background 0.3s;
	-webkit-transition:background 0.3s;
	-moz-transition:background 0.3s;
}

.banner h4{
	color:#274472;
	font-weight:800;
	text-transform:uppercase;
	margin:0;
	white-space: nowrap;
	transition:color 0.2s;
	-webkit-transition:color 0.2s;
	-moz-transition:color 0.2s;
}

.banner:hover{
	background:#63b2f5;
	text-decoration:none;
}

.banner:hover h4{
	color:#fff
}

.category-banner {
    background: #636466;
    color: #fff;
}

.category-banner:hover {
  background:#de6428;
  color:#fff;
}

.media-items{
	margin-bottom:-30px;
}

.media-item{
	position:relative;
	background:#fafbfd;
	overflow:hidden;
	z-index:100;
	margin-bottom:30px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.media-item.gallery-media{
	background:none;
}

.media-items .mix{
	display:none;
}

.media-image{
	position:relative;
	overflow:hidden;
	border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
}

.media-item img {
    width:auto;
}

.media-hover{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#000;
	background:rgba(14,30,51,.4);
	color:#fff;
	text-align:center;
	width:100%;
	height:100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	transition:opacity 0.3s;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
}

.media-item:hover .media-hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.media-item:hover .media-icon{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
}

.media-hover .media-icons{
	position:relative;
	top:50%;
	margin-top:-25px;
}

.media-hover .media-icon{
	background:#101e33;
	background:rgba(16,30,51,.7);
	width:50px;
	height:50px;
	margin:0 3px;
	color:#fff;
	display:inline-block;
	text-align:center;
	font-size:20px;
	border-radius:3px;
	line-height:20px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding-top:15px;
	cursor:pointer;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0);
	-webkit-transition:background 0.3s, -webkit-transform 0.5s;
	-moz-transition:background 0.3s, -moz-transform 0.5s;
	transition:background 0.3s, transform 0.5s;
}

.media-hover .media-icon:hover{
	background:rgba(16,30,51,1);
}

.media-item:hover .media-hover{
	display:block;
}

.media-info{
	padding:20px 20px 30px;
}

.media-item:hover .media-format>div{
	background:#63b2f5;
	color:#fff;
}

.media-header{
	display:table;
	width:100%;
}

.media-header>div{
	display:table-cell;
	vertical-align:top;
}

.media-format{
	width:45px;
}

.media-format>div{
	width:45px;
	height:45px;
	background:#e2eaf2;
	color:#274472;
	text-align:center;
	font-size:20px;
	padding-top:10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	transition:background 0.3s, color 0.3s;
	-webkit-transition:background 0.3s, color 0.3s;
	-moz-transition:background 0.3s, color 0.3s;
}

.media-caption{
	padding-left:20px;
}

.media-caption h2{
	margin-top:0;
	margin-bottom:5px;
	color:#4174c5;
}

.media-item h4.related-title{
	margin-top:20px;
}

@media screen and (min-width: 768px) {
  .equal, .equal > div[class*='col-'] {  
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex:1 1 auto;
  }
}

/*  Bootstrap Clearfix */

/*  Tablet  */
@media (min-width:767px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1){
    clear: left;
  }
}

/*donation-form*/
.donation-page-title{
    color:#000;
    font-size: 36px;
    font-weight: bold;
    border-bottom: black solid thin
}

.donation-sub-title{
    color:#000;
    font-size: 28px;
}

.donation-type-box
{
    background-color: #ebebea;
    color: #000;
    display: block;    
    font-weight: bold;
    /*height: 180px;*/
    padding: 15px 10px 20px 10px;
    text-align: center;
    /*width: 160px;*/    
}

.donation-amount-box
{
    background-color: #f7b20f;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 25px 30px 25px 30px;
    text-align: center;
}

.right-message-box
{
    background-color: #e30077;
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
}

.donation-total-box
{
    background-color: #c7c7c7;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 100px;
    padding: 20px 30px 20px 30px;
    text-align: center;
}

.donation-cost-box
{
    background-color: #f7b20f;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 100px;
    padding: 20px 30px 20px 30px;
    text-align: center;
}

.total-title{
    font-size:32px;
}

/*bottom page*/
#charity_section{
    text-align: left;
    /*margin-top:60px;*/
}

#hopg_section{
    text-align:right
}
#hopg_section img{
    margin-left: auto;
}

.thanks-message{
    font-size: 20px;
}

.equal {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

@media screen and (min-width: 768px) {   
    .donation-type-box{
        margin-bottom:10px;
    }        
}

/* Mobile Devices */
@media screen and (max-width: 768px) {    
    .donation-page-title{
        color:#000;
        font-size: 32px;
        font-weight: bold;
        text-align: center;
    }  
    
    .donation-sub-title{
        color:#000;
        font-size: 24px;
        text-align: center;
    }
    
    .donation-type-box{
        margin-bottom:10px;
    }
    
    .total-title{
        font-size:24px;
    }
    
    #charity_section{
        text-align: center;
        margin-top:0px;
    }
    
    #hopg_section{
        text-align:center
    }
    #hopg_section img{
        margin: 0 auto;
    }
}

/* Tablet */
@media(min-width:768px) and (max-width:991px){
    .donation-page-title{
        color:#000;
        font-size: 32px;
        font-weight: bold;
        text-align: center;
    }  
    
    .donation-sub-title{
        color:#000;
        font-size: 24px;
        text-align: center;
    }
    
    .donation-type-box{
        margin-bottom:10px;
    }
    
    .total-title{
        font-size:24px;
    }
    
    #charity_section{
        text-align: center;
        margin-top:0px;
    }
}

/* Mobile and Tablet */
@media(max-width:991px){
    
    .donation-type-box{
        margin-bottom:10px;
    }
    
    #charity_section{
        text-align: center;
        margin-top:0px;
    }
}


/*for security box*/
big
{
    background-color: #f7b20f;
    color: #fff;
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 5px 10px;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
/*
form fieldset
{
    background-color: #ebebea;
    border: 0;
    padding: 10px 5px;
}

td{
    padding: 3px;
}*/

