﻿/* ----------------------------	*/
/*				*/
/*       OVERLAY STYLES		*/
/*				*/
/* ----------------------------	*/




/* START CSS FOR WIDTHS AND OVERLAY LOCATION */

/* OUTER OPAQUE GRAY BACKGROUND */

.SOLbackground {
	width: 100%;
	height: 100%;
	position:fixed;
	top:0;
	left:0;
	z-index: 1110;
	background-color: #999999;
	opacity:0.70;
	-moz-opacity:0.70;
	filter: alpha(opacity=70);
	}
  
.SOLselect {
	position: absolute;
	top: 18%;
	left: 50%;
	width: 100%;
	height: auto;
	margin-left: -50%;
	margin-top: 0px;
	z-index: 1111;
	text-align: center;
	}

/* IMAGES */

img.SOLimage	{
	max-width: 100%;
	height: auto;
	opacity: 1.0;
	-moz-opacity:1.0;
	filter: alpha(opacity=100);
	border: #BA9B62 1px solid;
	display: block; margin: 0 auto;
	}

.SOLinner {
	line-height: normal;
	padding-top: 0px;
	}

/* MAIN COLORED CENTER BOX */

.SOL-box {
	position: relative;
	width: 60%;
	max-width: 650px;
	margin: 0 auto;
	padding: 0px;
	border: #FFFFFF 10px solid;
	box-sizing: border-box;
	text-align: center;
	background-color: #FFFFFF;
        background-image: url('images-party/judy-overlay.jpg');
	background-repeat: no-repeat;
/* CORNER ROUNDING */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
		}


/* CLOSE BUTTON */

.SOLclose {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	z-index: 1112;
	text-align: center;
	background-color: #7D002C;
	border: #FFFFFF 2px solid;
/* CORNER ROUNDING */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	}


/* TEXT */

.selecttitle	{ color: #1b2d53; font-family: 'Happy Monkey', arial, sans-serif; font-size: 36px; font-weight: 400; padding-top: 4px; text-shadow: 3px 3px 3px rgba(0, 20, 30, 0.4); }

.selecttitle2	{ color: #1b2d53; font-family: 'Happy Monkey', arial, sans-serif; font-size: 23px; letter-spacing: 6px; font-weight: 400; text-shadow: 3px 3px 3px rgba(0, 20, 30, 0.4); }

.selectnote	{
	color: #1b2d53;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 0px 5px 0px;
	text-shadow: 3px 3px 3px rgba(0, 20, 30, 0.4);
}

.selectsubtitle	{ color: #1b2d53; font-size: 18px; font-weight: 400; }

.SOL-notes	{
	color: #1b2d53;
	font-size: 17px;
	font-weight: 400;
	text-shadow: 2px 2px 2px rgba(0, 20, 30, 0.7);
	margin-top: 15px;
	padding-top: 14px;
	border-top: #FFCC33 2px solid;
	border-top-color: #7d002c;
}

.divclear 	{ height: 0px; clear: both; font-size: 1px; line-height: 0px; padding: 0px; margin: 0px; }

/* LINK COLORS */

.SOL-box a:link, .SOL-box a:visited, .SOL-box a:active 
				{
	color: #7d002c;
	text-decoration: none;
}
.SOL-box a:hover		{ color: #7d002c; text-decoration: none; }


/* SNOW CSS */

.snow	{
	padding: 20px 35px 35px 20px;
	background-image:
		url("images-party/confetti-1.png"), 
		url("images-party/confetti-2.png"), 
		url("images-party/confetti-3.png");
	animation: snow 15s linear infinite;
	} 
	@keyframes snow	{
	from {background-position: 0px 0px, 0px 0px, 0px 0px;}
	to {background-position: 500px 1000px, 200px 400px, -100px 300px;}
	}


/* ROW OF 3 IMAGES */

.imagerow-boxes-outer {
		  min-width: 200px;
		  max-width: 530px;
		  text-align: center;
		  margin: 0 auto;
		  }

.imagerow-boxes	  {
		  display: inline-block;
		  text-align: center;
		  max-width: 32%; /*  EDIT Media Queries #3!! */
		  min-width: 32%; /*  EDIT Media Queries #3!! */
		  box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  -webkit-box-sizing: border-box;
		  }

.imagerow-text    {
		  font-size: 14px;
		  font-weight: 400;
		  text-align: center;
		  text-shadow: 2px 2px 2px rgba(0, 20, 30, 0.4);
		  max-width: 200px;
		  padding: 5px 8px 0px 8px;
		  margin: 0 auto;
		  }

.imagerow-boxes img	  {
		  width: 100%;
		  max-width: 150px;  /* MAX WIDTH INCLUDES BORDER */
		  height: auto;
		  box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  -webkit-box-sizing: border-box;
/* CORNER ROUNDING */-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
		  }

img.Growborder	{
		border: #1b2d53 0px solid;
		vertical-align: bottom;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		cursor: pointer;
		position: relative;
		z-index: 1114;
	/* ZOOM */
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	/* FADE UP */
		-webkit-transition: all 0.3s;
		transition: all 0.3s ease;
		}

img.Growborder:hover  
		{
		border: #1b2d53 0px solid;
		z-index: 1115;
	/* ZOOM */
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		transform: scale(1.1);
		}

/* END ROW OF 3 IMAGES */






/***************
START Media Queries #1 - RESPONSIVE FOR SMALLER MOBILE SCREENS (1200 DEFAULT)
***************/
@media handheld and (max-width: 1200px),
   screen and (max-device-width: 1200px),
   screen and (max-width: 1200px) 
	{


.SOL-box { width: 85%; }


	}
/***************
END Media Queries #1
***************/






/***************
START Media Queries #2 - RESPONSIVE FOR SMALLER MOBILE SCREENS (652 DEFAULT)
***************/
@media handheld and (max-width: 652px),
   screen and (max-device-width: 652px),
   screen and (max-width: 652px) 
	{


.SOL-box { width: 96%; }

.selecttitle	{ font-size: 28px; font-weight: 400; }

.selecttitle2	{ font-size: 16px; letter-spacing: 1px; }

.selectnote	{ font-size: 16px; }

.selectsubtitle	{ font-size: 16px; }

.SOL-notes	{ font-size: 15px; }




	}
/***************
END Media Queries #2
***************/






/***************
START Media Queries #3 - RESPONSIVE FOR SMALLER MOBILE SCREENS (482 DEFAULT)
***************/
@media handheld and (max-width: 482px),
   screen and (max-device-width: 482px),
   screen and (max-width: 482px) 
	{


.SOL-box { width: 96%; }

.selecttitle	{ font-size: 23px; font-weight: 400; }

.selecttitle2	{ font-size: 17px; letter-spacing: 1px; }

.selectnote	{ font-size: 16px; }

.selectsubtitle	{ font-size: 16px; }

.SOL-notes	{ font-size: 13px; }

.irbox-1	{ display: none; }

.irbox-2	{ display: inline-block; }

.irbox-3	{ display: none; }

.imagerow-boxes	  {
		  max-width: 49%;
		  min-width: 49%;
		  }

.snow	{ padding: 12px; }


	}
/***************
END Media Queries #3
***************/





