::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: #D9D4AF;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  background: Cornsilk;
}

	/* -------------------------------------- */

	.MPR {
		color: #400;
		display: inline-block;
		font-weight: bold;
		font-family: 'Bricolage Grotesque', sans-serif;
	}
	.MPR::after {
		content: 'My Pet Rescue';
	}

	.tagline {
/* 		color: maroon !important; */
		width: 100%;
/* 
		text-align: center;
		font-family: Roboto;
		font-size: 24px;
		line-height: 18px;
 */
		margin-top: 12px !important;
	}
	
	b {
		color: #300;
		font-family: Roboto !important;
	}
	
	p {
		color: #300;
		line-height: 1.2em !important;
	}
	
	.cc-column block {
		transition: all 1s ease 0s,
		opacity 1.5s ease 0s;
	}

	.rescue-logo {
		float: left;
		width: 80px;
		height: 80px;
		margin-top: 0px;
		margin-right: 20px;
		background: url(../assets/images/mpr-logo.png);
		background-size: 80px 80px;
	}

	/* -------------------------------------- */

	.cc-picture-frame {
		border-width: 4px;
		border-style: solid;
		border-color: rgb(235, 226, 208);
	}
	.cc-picture-frame.shadow {
		box-shadow: rgba(0, 0, 0, 0.5) 1px 7px 5px -6px inset, rgba(0, 0, 0, 0.5) 1px -7px 5px -6px inset, rgba(0, 0, 0, 0.5) 7px 1px 5px -6px inset, rgba(0, 0, 0, 0.5) -7px 1px 5px -6px inset;
	}

	/* --------------- rescue --------------- */

	.cc-xbox {
		position: relative;
		width: 100%;
		display: inline-block;
		padding: 20px 0;
		margin-bottom: 12px;
		background: #FFF;
	}

	.cc-add-button {
/* 		width: 250px; */
		height: 30px;
		color: maroon;
		font-size: 16px;
		font-family: Raleway;
		line-height: 25px;
		text-indent: 30px;
		cursor: pointer;
		display: inline-block;
		padding: 3px;
		padding-right: 10px;
		border-radius: 15px;
		background: url(../../../assets/images/plus-button.png) no-repeat;
	}
	.cc-add-button.small {
		background: url(../../../assets/images/plus-button-small.png) 3px 3px no-repeat;
	}
	.cc-add-button.small:hover {
		color: #FFF;
		background: url(../../../assets/images/plus-button-small-white.png) 3px 3px no-repeat;
		background-color: #078E18;
	}

	.add-button {
		float: left;
		color: #777;
		width: 21px;
		height: 21px;
		font-size: 22px !important;
		font-family: Arial !important;
		text-align: center !important;
		line-height: 20px !important;
		cursor: pointer;
		margin-left: 10px;
		border-radius: 50%;
		border: 1px solid #777;
	}
	.add-button:after {
		content: '+';
	}
	.add-button:hover {
		color: #FFF;
		background: #777;
	}

/* 	.cx, */
	.mpr-found-icon,
	.mpr-rescue-icon {
	  position: relative;
		width: 90px;
		height: 90px;
		display: block;
		margin-top: 5px;
/* 		margin-right: 25px; */
		border-radius: 50%;
		background-size: contain !important;
		background: url(../assets/images/rescue.png) no-repeat;
		background-color: firebrick;
	}
	.mpr-found-icon {
		background-size: contain !important;
		background: url(../assets/images/found.png) no-repeat;
		background-color: darkgreen;
	}
	
	.cc-column btn {
		flex: 0.5 !important;
		min-width: 150px !important;
		display: flex !important;
		justify-content: center;
		align-items: center;
border: 1px solid green !important;
	}

	.mpr-found-button,
	.mpr-rescue-button {
/* 		float: right; */
		min-width: 135px;
		max-width: 135px;
		min-height: 135px;
		max-height: 135px;
		flex: 1;
		display: block;
		cursor: pointer;
		margin-top: 5px;
		border-radius: 50%;
		border: 5px solid transparent;
	}
	.mpr-rescue-button {
		background-size: contain !important;
		background: url(../assets/images/rescue.png) no-repeat;
		background-color: firebrick;
	}
	.mpr-rescue-button:hover {
		border: 5px solid firebrick;
		background: url(../assets/images/rescue.png) no-repeat;
		background-color: red;
	}
	.mpr-found-button {
		background-size: contain !important;
		background: url(../assets/images/found.png) no-repeat;
		background-color: darkgreen;
	}
	.mpr-found-button:hover {
		border: 5px solid darkgreen;
		background: url(../assets/images/found.png) no-repeat;
		background-color: #00AD31;
	}

	.mpr-icon {
		position: relative;
		width: 110px;
		height: 110px;
		display: block;
		margin: 15px 0;
		left: 50% !important;
		transform: translateX(-50%);
		background: url(../assets/images/icon-exclaim.png) no-repeat;
		background-size: 110px 110px;
	}
	.mpr-icon.chip      { background: url(../assets/images/icon-chip.png) no-repeat; background-size: 110px 110px; }
	.mpr-icon.fulltag   { background: url(../assets/images/icon-fulltag.png) no-repeat; background-size: 110px 110px; }
	.mpr-icon.locator   { background: url(../assets/images/icon-locator.png) no-repeat; background-size: 110px 110px; }
	.mpr-icon.tag       { background: url(../assets/images/pet-tag-no.png) no-repeat; background-size: 110px 110px; }

	.mpr-icon.accident  { background: url(../assets/images/icon-accident.png) no-repeat; background-size: 110px 110px; }
	.mpr-icon.delay     { background: url(../assets/images/icon-delay.png) no-repeat; background-size: 110px 110px; }
	.mpr-icon.disaster  { background: url(../assets/images/icon-disaster.png) no-repeat; background-size: 110px 110px; }
	.mpr-icon.fire      { background: url(../assets/images/icon-fire.png) no-repeat; background-size: 110px 110px; }
	.mpr-icon.medical   { background: url(../assets/images/icon-medical.png) no-repeat; background-size: 110px 110px; }
	.mpr-icon.stairs    { background: url(../assets/images/icon-stairs.png) no-repeat; background-size: 110px 110px; }
	.mpr-icon.weather   { background: url(../assets/images/icon-weather.png) no-repeat; background-size: 110px 110px; }
	.mpr-icon.ambulance { background: url(../assets/images/icon-ambulance.png) no-repeat; background-size: 110px 110px; }
	.mpr-icon.ferry     { background: url(../assets/images/icon-ferry.png) no-repeat; background-size: 110px 110px; }

	.mpr-icon.FFF {
/* 		filter: grayscale(100%) invert(100%) brightness(200%) contrast(100%); */
	}

	.cc-dialog-icon.card {
		top: -20px;
		width: 100px;
		height: 80px;
		background-size: 80px;
		background: url(../assets/images/card-back.png) center center no-repeat;
	}
	.cc-dialog-icon.tag {
		top: -20px;
		width: 90px;
		height: 90px;
		background-size: 90px;
		background: url(../assets/images/pet-tag.png) center center no-repeat;
	}
	
	.cc-popout-icon.mpr		{ background: url(../assets/images/mpr-logo.png); }
/* 
	.cc-popout-icon.found	{ background: green; background-image: url(../assets/images/found.png); }
	.cc-popout-icon.rescue	{ background: url(../assets/images/rescue.png); }
 */
	
	/* ------------- flip card -------------- */

	.back,
	.front {
		width: 100% !important;
		height: 100% !important;
		display: block;
		> h3 {
			margin-top: 20px !important;
			color: #500;
			text-align: center;
			font-weight: bold;
		}
	}

	.block {
		position: relative;
		height: 100%;
	}
	.block * .back,
	.block * .front  {
		background: Cornsilk;
/* 		box-shadow: 0px 0px 8px 2px #ccc; */
	}
	
	.block.pad {
		padding: 20px;
	}
	
	hr {
		height: 1px;
		margin: 15px 0;
		background-color: #400;
		border: none;
	}
	
	.cc-column.block {
		flex: 1;
		height: auto;
		margin: 0;
		padding: 10px;
		margin-bottom: 15px;
		overflow: visible;
		background: Cornsilk;
		border-right: 1px solid #BDB798;
		border-bottom: 1px solid #BDB798;
		> p, h1, h2, h3, h4, h5 {
			text-align: center;
		}
	}
	/* invert */
	.back.FFF {
		background: #400;
		> p, h1, h2, h3, h4, h5 {
			color: #FFF !important;
			font-weight: bold;
			line-height: 1.5em;
			text-align: center;
		}
	}
	.back.FFF > .mpr-icon {
		filter: grayscale(100%) invert(100%) brightness(200%) contrast(100%);
		> p, h1, h2, h3, h4, h5 {
			color: #FFF !important;
			font-weight: bold;
			line-height: 1.5em;
			text-align: center;
		}
	}

	.flipper.shadow {
/* 		padding: 15px; */
/* 		box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); */
	}

	p.pricenote	{
		width: 95%;
		color: #800;
/* 		font-size: 16px !important; */
		padding-left: 10px;
		margin-top: 5px;
		border-left: 3px solid #800;
	}
	
	.cc-popout-link {
		color: #800 !important;
		font-size: 18px !important;
		font-weight: bold;
	}
	.cc-popout-link.only {
		font-weight: normal;
		text-decoration: none;
	}

	/* --------------- admin ---------------- */

	.admin-buttons {
		position: relative;
		padding: 2px 0;
		margin-bottom: 10px;
		border-bottom: 1px solid #BBB;
	}

	.zippo {
		float: left;
		color: firebrick !important;
		font-size: 18px !important;
		margin-left: 7px !important;
		line-height: 3px !important;
	}

	.dp-checked {
		width: auto;
		height: 22px;
		margin: 0;
		display: block;
		font-size: 15px;
		font-family: Roboto;
		line-height: 1.2em;
		letter-spacing: 1px;
		padding-left: 35px;
		background: url(../../../assets/images/checkmark.png) 10px no-repeat;
	}
	.dp-checked.wide {
/* 		width: 250px; */
	}

	#download-app-btn {
		cursor: pointer;
	}

	.cc-testimonial {
		position: relative;
		margin-top: 20px;
	}

/* 	.cc-quote { */
	.header-img {
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../../../assets/images/mask.jpg) 1px -10px no-repeat;
  background-size: cover;
}

	.numbers {
		position: relative;
		margin-left: 20px;
	}
	.indent {
		margin-left: 42px;
	}
	.number {
		float: left;
		position: relative;
		width: 32px;
		height: 32px;
		color: #FFFFFF;
		font-size: 24px;
		font-family: Times;
		font-weight: normal;
		font-style: italic;
		text-align: center;
		line-height: 32px;
/* 		margin-top: 9px; */
		margin-right: 9px;
		border-radius: 50%;
		background: green;
	}
	.number ~ p {
		font-size: 16px;
		font-family: RobotoLight;
		margin-top: -12px;
		margin-bottom: 18px;
	}
	.number + p {
		color: #800;
		font-size: 20px;
		margin-top: 19px !important;
		margin-bottom: 18px;
	}
	

	/* ----------------- ^ ------------------ */





