




.selectable{
    -webkit-touch-callout: all; /* iOS Safari */
    -webkit-user-select: all; /* Safari */
    -khtml-user-select: all; /* Konqueror HTML */
    -moz-user-select: all; /* Firefox */
    -ms-user-select: all; /* Internet Explorer/Edge */
    user-select: all; /* Chrome and Opera */

}

.framer{
	width: 329px;
    border: 0px;
    height: 595px;
	}

.crumb{
	font-size: 16px;
	font-weight:400;
	}
	
	
.title{
	font-size:36px;
	font-weight: 800;
	}	
	
	
.title30{
	font-size:30px;
	font-weight: 700;
	}	
	
	



.subtitle {
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
	text-align: justify;
}
	
	
	

	
.subsubtitle{
	font-size:20px;
	font-weight: 700;
	}

#amount-other{
	/* display:none; */
	display:inline-block;
	}

.content{
	font-size:20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.1px;
	}

.radiob{
	margin-left:55px;
	display:inline-block;
	cursor:pointer;
	margin-bottom: 10px;
	display:block;
	}
	
	
.bitter{
	margin-bottom: 20px;
	}
	
	
.radiob_new{
	margin-left:55px;
	display:inline-block;
	cursor:pointer;
	}
	
	
.radio-on{
display:none;
width:23px;
/*
position:absolute; 
top: 4px;
left: 6px;
*/
}	



.radio-off{
width:23px;
}	




.amount{
	 margin-right: 4px;
	}	
	

.donate-text{
	font-size:16px;
	font-weight:600;
	}
	
.donate-link{
	color: #046637;
	font-size:18px;
	font-weight:600;
	}
	
.other-amount{
	border: 1px solid #8F919A;
    display: inline-block;
    padding: 10px 20px;
    margin-right: 30px;
	width:120px;
	}
	


.donate-step{
	height: 65px;
	}

	
.donate-stepper{
	cursor:pointer;
	}
	
	
.level-data{
	display: inline-block;
    background: #E6F2E9;
    float: left;
    padding: 5px 19px;
    margin-left: 20px;
	border-radius: 3px;
	display:none;
	}


.credit{
	padding: 18px 18px;
    background: #D3EBD9;
    border-radius: 13px;
	margin-right: 10px;
	}	
	
.bit{
	margin-right: 10px;
	}	
	

.green{
	color: #046637;
	font-size:18px;
	font-weight:600;
	}


.sender{
	padding:0px 0px;
	background: #046637;
	width:180px;
	height:45px;
	border-radius: 2px;
	color:#fff;
	text-align: center;
	cursor:pointer;
	line-height:42px;
	font-size:18px;
	font-weight:600;
	}
	
.sender.disabled{
	background: #c0d9cd;
	cursor:not-allowed;
	}		

.aboutsign{
	float: left;

	}	
	
.aboutsign.plus{
    padding: 11px 0px 0px 21px;
	}	
	
	
.aboutsign.minus{
    padding: 17px 0px 0px 21px;
	}	



	
	
	/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
 
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
 
 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
 
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
 
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 
 

 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  


.radiob{
	margin-left:55px;
	display:inline-block;
	cursor:pointer;
	margin-bottom: 0px;
	display:inline;
	}
	
	
.bitter{
	margin-bottom: 0px;
	}	
	
	
.radiob_new{
	margin-left:55px;
	display:inline-block;
	cursor:pointer;
	}

	.subtitle {
		font-size: 28px;
		font-weight: 400;
		line-height: 30px;
		text-align: justify;
	}
  
  
  .title{
	font-size:38px;
	}	
  
  
}


/* Extra small devices  */

@media (max-width: 320px) {

}




.printMe {display: none;}
@media print {
	div {display: none;}
	.printMe {display: block;}
}

	
	
	
	
	
	
	
	
	

	
	
	
	
	
	
	

