@font-face {
	font-family: 'culogo';
	src:url('../fonts/culogo.eot');
	src:url('../fonts/culogo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/culogo.woff') format('woff'),
		url('../fonts/culogo.ttf') format('truetype'),
		url('../fonts/culogo.svg#culogo') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'culogo';
	content: attr(data-icon);
	speak: none;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-cu {
	font-family: 'culogo' !important;
	speak: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-cu:before {
	content: "\e000";
}



/* OLD CSS FOR LEGACY */

a.give-button, a.give-button-dark {
  
  background-color: #000;
  background-image: url(../images/background-dark.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  color:#eee !important;
  font-size: 19px;
  line-height: 40px;
  display: inline-block;
  padding:0px 10px 0px 50px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0px -1px 1px #000;
  white-space: nowrap;
  
}
a.give-button-light {
  
  background-image: url(../images/background-light.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  color:#363636 !important;
  font-size: 19px;
  line-height: 40px;
  display: inline-block;
  padding:0px 10px 0px 50px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  white-space: nowrap;
}