/* BEGIN CONTROL OF AVAILABILITY AND BACKORDERING for Kids Cards - */
/* To Remove Availability */
/* set display to none for ButtonShown */
/* AND comment-out display: none for ButtonNotShown  */
/* AND change backordered date */
/*     Reverse to resume availability */
#ButtonShown {
	display: none;	/* To Remove Availability set display to none for ButtonShown */
}
#ButtonNotShown {
	font-size:20px;
	font-weight:bold;
	text-align:left;
	margin-left: 20px;
	//display: none;	/* To Remove Availability comment out display: none for ButtonNotShown */
}
.buttonNotShownContent:before {
   content: "Available:  Inquire at info@davidudovic.com";	/* AND change backordered date */
}
/* END CONTROL OF AVAILABILITY AND BACKORDERING */

.card_title { 
	font-size:25px;
	text-align:left;
	margin-top: 20px;
	font-weight:bold;
}
.card_occasion { 
	font-size:20px;
	color:#990066;
	font-weight:bold;
}
.card_subtitle { 
	font-size:20px;
	color:#990066;
	font-style:italic;
	font-weight:bold;
}
.card_description { 
	font-size:15px;
	font-style:italic;
	font-weight:bold;
}
.card_info { 
	font-size:15px;
	font-style:normal;
	font-weight:bold;
}
.card_small_text { 
	font-size:12px;
	font-style:italic;
}
.card_insert_title { 
	font-size:16px;
 	font-weight:bold;
}
.card_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#990066;
	font-style:italic;
	font-weight:bold;
}
#CardBlock {
	margin-top: 10px;
}
#CardDescription {
	margin-left: 15px;
	text-align: left;
}
#CircleBlock {
	margin-left: 15px;
}
#SendACardBlock {
	margin-right: 50px;
}
#MessageInsertBlock {
	margin-bottom: 20px;
}
.cardBorder {
	border-width: 10px;
	border-radius: 10px;
	border-color: white;
}
@media only screen and (max-width: 750px) {
	#CardLayoutImage {
		width: 275px;
		margin: 0px;
	}
	.cardLayoutImage {
		width: 275px;
		margin: 0px;
	}
}
#Message {
	position: relative;
	//left: 670px;
	//top: 105px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:red;
	z-index: 1;
	-webkit-animation: glow 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-direction: normal;
	-webkit-animation-delay: 0s;
	-webkit-animation-fill-mode: none;
	-webkit-animation-play-state: running;
	animation: glow 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: normal;
	animation-delay: 0s;
	animation-fill-mode: none;
	animation-play-state: running;
}
@-webkit-keyframes glow 
{
0% 	{opacity: 1; }
25%	{opacity: .3; }
50%	{opacity: 1; }
75%	{opacity: .3; }
100%	{opacity: 1; }
}
@keyframes glow 
{
0% 	{opacity: 1; }
25%	{opacity: .3; }
50%	{opacity: 1; }
75%	{opacity: .3; }
100%	{opacity: 1; }
}
