button[type="button"].give-donation-level-btn  {
	position: relative;
    z-index: 20;
    line-height: 35px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: left;
    padding: 4px 20px;
    -webkit-border-radius: 110px;
    -moz-border-radius: 110px;
    border-radius: 110px;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: #212326;
    background: #FFED26;
}

button[type="button"].give-btn-reveal,button[type="button"].give-btn-modal,input[type="submit"].give-submit   {
	position: relative;
    z-index: 20;
    line-height: 35px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: left;
    padding: 4px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: #212326;
    background: #FFED26;
}

input[type='checkbox']{
  transform: scale(1.3);
}

input[type='radio'] {
    transform: scale(1.3);
}


td {
  word-wrap: initial;
}

#map {
	width: 100%;
	height: 500px;
	background: #eee;
	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
        -ms-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
	-webkit-box-shadow: 1px 1px 10px rgba(80, 74, 74, 0.7);
	   -moz-box-shadow: 1px 1px 10px rgba(80, 74, 74, 0.7);
	        box-shadow: 1px 1px 10px rgba(80, 74, 74, 0.7);
}	

#map {
	width: 100%;
	height: 500px;
	background: #eee;
	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
        -ms-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
	-webkit-box-shadow: 1px 1px 10px rgba(80, 74, 74, 0.7);
	   -moz-box-shadow: 1px 1px 10px rgba(80, 74, 74, 0.7);
	        box-shadow: 1px 1px 10px rgba(80, 74, 74, 0.7);
}	
@media (max-width: 767px) {
	#map { 
		height:350px; 
	}
}
@media (max-width: 479px) {
	#map { 
		height:300px; 
	}
}
@media (max-width: 200px) {
	#map { 
		height:150px; 
	}
}
@media screen and (max-height:600px) and (orientation:landscape) {
	#map { 
		height:400px; 
	}
}
@media screen and (max-height:550px) and (orientation:landscape) {
	#map { 
		height:300px; 
	}
}
@media screen and (max-height:450px) and (orientation:landscape) {
	#map { 
		height:200px; 
	}
}
@media screen and (max-height:350px) and (orientation:landscape) {
	#map { 
		height:150px; 
	}
}
.leaflet-tile { 
            filter: blur(1px) !important;
	-webkit-filter: blur(1px) !important;
	   -moz-filter: blur(1px) !important;
	     -o-filter: blur(1px) !important;
	    -ms-filter: blur(1px) !important;  
	opacity: 0 !important;  	 	
}
.leaflet-tile.leaflet-tile-loaded {  
            filter: blur(0) !important;
	-webkit-filter: blur(0) !important;
	   -moz-filter: blur(0) !important;
	     -o-filter: blur(0) !important;
	    -ms-filter: blur(0) !important;  
	opacity: 1 !important;      
    -webkit-transition: 0.8s all ease-in !important;
	   -moz-transition: 0.8s all ease-in !important;
	    -ms-transition: 0.8s all ease-in !important;
	     -o-transition: 0.8s all ease-in !important;
		    transition: 0.8s all ease-in !important;  
}
.leaflet-container .leaflet-control-attribution {
	opacity: 0.3;
}
@media (max-width: 767px) {
	.leaflet-container .leaflet-control-attribution { 
		display:none; 
	}
}
.leaflet-bar {
	width: 30px !important;
	-webkit-border-radius: 2px !important;
       -moz-border-radius: 2px !important;
        -ms-border-radius: 2px !important;
         -o-border-radius: 2px !important;
            border-radius: 2px !important;
}
.leaflet-control-zoom a {
	width: 28px !important;
	height: 25px !important;
	
}
.leaflet-control-zoom-in:hover {
	 border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-webkit-transition: all 0.4s ease 0s;
	   -moz-transition: all 0.4s ease 0s;
	    -ms-transition: all 0.4s ease 0s;
	     -o-transition: all 0.4s ease 0s;
		    transition: all 0.4s ease 0s;
}
.leaflet-control-zoom-out:hover {
	 border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-transition: all 0.4s ease 0s;
	   -moz-transition: all 0.4s ease 0s;
	    -ms-transition: all 0.4s ease 0s;
	     -o-transition: all 0.4s ease 0s;
		    transition: all 0.4s ease 0s;
}
.leaflet-popup-content-wrapper {
	-webkit-border-radius: 4px !important;
       -moz-border-radius: 4px !important;
        -ms-border-radius: 4px !important;
         -o-border-radius: 4px !important;
            border-radius: 4px !important;
}
.leaflet-popup-content {	
	text-align: justify !important;
}
.button-map-reset {
	position: absolute;
	width: 30px;
	height: 30px;	
	margin-left: 13px;
	margin-top: -42px;			
	padding: 5px;	
	background:url("../map/centermap.png") no-repeat;
	background-size: 30px 30px;
	background-position: center;
	background-color: transparent;	
	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;			
	cursor: pointer;	
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
       -moz-box-shadow: 0 0 8px rgba(0,0,0,0.4);	
	        box-shadow: 0 0 8px rgba(0,0,0,0.4);
	border: 1px solid #888 !important;			
	z-index: 510;
	-webkit-transition: all 0.4s ease 0s;
	   -moz-transition: all 0.4s ease 0s;
	    -ms-transition: all 0.4s ease 0s;
	     -o-transition: all 0.4s ease 0s;
		    transition: all 0.4s ease 0s;
}
.button-map-reset:visited,
.button-map-reset:focus {
	border: 1px solid #888 !important;		
}
.button-map-reset:hover {
	background-color: #fff;		
}
.button-map-reset:active {
	border: 1px solid #888 !important;		
}
@media (max-width: 767px) {
	.button-map-reset {		
		background-color: transparent;
		border: 4px solid rgba(0,0,0,0.3) !important;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;	
	            box-shadow: none;
	}
	.button-map-reset:visited,
	.button-map-reset:focus {
		background-color: transparent;
		border: 4px solid rgba(0,0,0,0.3) !important;		
	}
	.button-map-reset:hover {
		background-color: transparent;		
	}
	.button-map-reset:active {
		background-color: transparent;
		border: 4px solid rgba(0,0,0,0.3) !important;		
	}
	.leaflet-bar {
		border: 4px solid rgba(0,0,0,0.3) !important;
		-webkit-box-shadow: none !important;
		   -moz-box-shadow: none !important;	
	            box-shadow: none !important;
	}
	.leaflet-control-zoom a {
		width: 22px !important;
		height: 22px !important;	
	}
	.leaflet-control-zoom-in {
		font: bold 14px/20px Arial,Helvetica,sans-serif !important;
		line-height: 21px !important;
	}
	.leaflet-control-zoom-out {
		font: bold 19px/16px Tahoma,Verdana,sans-serif !important;
		line-height: 19px !important;
	}
}
.legend {
	line-height:18px;
	color:#555;
}
.legend i {
	width:14px;
	height:14px;
	float:left;
	margin-right:8px;
	opacity:0.7;
}
.info {
	padding:6px 8px;
	font:12px/14px  'Veleka-Regular',"Helvetica Neue",Helvetica,Arial,sans-serif;	
	background:rgba(255,255,255,0.8);	
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
	        box-shadow: 0 0 15px rgba(0,0,0,0.2);	
	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;	
}
.info h4 {
	margin:0 0 5px;
	color:#777;
}
@media (max-width: 379px) {
	.info.legend.leaflet-control { 
		display: none !important; 
	}
	.info { 
		font-size: 11px; 
	}
	.info h4 { 
		font-size: 14px; 
	}
}
@media screen and (max-height:450px) and (orientation:landscape) {
	.info.legend.leaflet-control { 
		display: none !important; 
	}
}

.label-danger {
  background-color: #d9534f;
}
.label-danger a { color: #fff;}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #e0e12;
}

@font-face {
        font-family: "Akrobat";
        src: url("/fonts/akrobat/Akrobat-Regular.woff2") format("woff2"),
       url("/fonts/akrobat/Akrobat-Regular.woff") format("woff");
}
* {
	font-family: "Akrobat";
  font-feature-settings: "ss01";
	}

.herald-entry-content, .herald-sidebar {font-size: 2rem;}