body
{
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
    font-size: 16px;
}

a {
    color:#4e4e4e;
    text-decoration: underline;
}

a:hover {
    background-color:#f06c00;
    color:#fff;
}

.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: #f06c00;    
    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: #f06c00;
    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/check.png') no-repeat 0 12px; 
    padding-left: 1.5em;
    line-height: 45px;
}

.button {
  font-family: 'Open Sans', sans-serif;
  color: #4e4e4e;
  font-size: 24px;
  padding: 10px 20px 10px 20px;
  text-decoration: underline;
  
  white-space: nowrap;
}

.button:hover {
    text-decoration: none;
    background-color:#f06c00;
    color:#fff;
}

.button:focus {
    text-decoration: none;
    background-color:#f06c00;
    color:#fff;
}

.active {
    color:#f06c00;
}

.page_title{
    font-family: 'Pacifico', cursive;
    color:#f06c00;
    margin-top:-90px;
    margin-right:50px;
    font-size: 40px;
    font-weight: bold;
    text-align: right;    
}

.page_sub_title{    
    color:#f06c00;
    font-size: 24px;    
    text-align: right;    
    margin-right:50px;
    font-weight: bold;
}

#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{
        font-size: 32px;        
        text-align: center;   
        margin-top:10px;
        margin-right:0px;
    }
    
    .page_sub_title{
        font-size: 20px;        
        text-align: center;        
        margin-right:0px;
    }
    
    .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;
      }
      
    .button {
        font-family: 'Open Sans', sans-serif;
        color: #4e4e4e;
        font-size: 18px;        
        padding: 4px 3px 4px 3px;        
        text-decoration: none;
    }
}

/*for security box*/
big
{
    background:#fff;
    color:#f06c00;
    font-weight: bold;
    font-size:24px;        
    display: block;    
    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:25px 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:600;
    text-transform:uppercase;
    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-total-box
{
    background-color: #f06c00;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 100px;
    padding: 20px 30px 20px 30px;
    text-align: center;
}

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

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

/*employee dashboard*/
ul.employee-nav {
    list-style: none;
}

ul.employee-nav li {
    padding:10px 5px 10px 0px;
    font-size: 20px;
}
ul.employee-nav li a {
    text-decoration: none;
}

/*faqs*/
a[data-toggle="collapse"]{
    text-decoration: none;
}