/* -- Call Me Pop -- */
.modalWrap { /* The div that shows/hides. */
    display:none; /* starts out hidden */
    z-index:40001; /* High z-index to ensure it appears above all content */
}
#mask { /* Shades out background when selector is active */
    position:fixed;
    width:100%;
    height:100%;
    background-color:#39274b;
display:none;
    z-index:40001;
	
}
.vertical-offset { /* Fixed position to provide the vertical offset */
    position:fixed;
    top:30%;
    width:100%;
    z-index:40002; /* ensures box appears above overlay */
}
#callme { /* The actual box, centered in the fixed-position div */
     background:url(../img/call-me-popup-bkgrd.png) no-repeat 0 0 transparent; 
  width:376px; 
  height:229px;
  
    position:relative;
    margin:0 auto;
}
#callme .center-it {
	text-align:center;
	width:100%;
	margin:90px auto 5px;
	height:135px;
	float:left;
}
#callme .center-it .callmefield  {
	margin:6px auto;
	padding:4px;
	width:225px;
}
	
#mask #callme {
	opacity:1;
	transition: opacity 1.5s linear;
}
#closeModal {
        position:absolute;
        top:15px; /* Half the icon's height */
        right:15px; /* half the icon's width */
        z-index:50;
		cursor:pointer;
		background:url(../img/modal_close.png) no-repeat 0 0;
		display:block;
		width:30px;
		height:30px;
}

/*#mask {
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  z-index:20000;
  background-color:#333333;
  display:none;
}
#callme .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:300px;
  display:none;
  z-index:20001;
  padding:20px;
}
#callme #dialog {
  background:url(../img/sticky-note.png) no-repeat 0 0 transparent; 
  width:426px; 
  height:329px;
  padding:50px 0 20px 25px;
}
#dialog .callmeinput  {
	position:relative;
	clear:both;
	float:left;
	top:20px;
	left:5px;
}
#dialog #callmesubmit {
	position:relative;
	top:40px;
	left:50px;
	clear: both;
}*/
/* -- End Call Me Pop -- */

/*
DEMO 4
*/
a.glow {
	font-weight:normal;
}
a.glow:hover, a.glow:focus {
	text-decoration: none;
	color: #acd28b;
	text-shadow: none;
	transition: 500ms linear 0s;
	outline: 0 none;
}
.a_demo_four {
	background-color:#a67fcc;
	font-family: 'ChaletLondonNineteenSixtyRg', 'HelveticaNeue-Light', 'Helvetica Neue Light', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	color:#fff4de;
	position:relative;
	padding:9px 10px;
	padding-right:40px;
	background-image: linear-gradient(bottom, rgb(147,106,187) 0%, rgb(185,150,219) 100%);
	background-image: -o-linear-gradient(bottom, rgb(147,106,187) 0%, rgb(185,150,219) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(147,106,187) 0%, rgb(185,150,219) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(147,106,187) 0%, rgb(185,150,219) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(147,106,187) 0%, rgb(185,150,219) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(147,106,187)),
	color-stop(1, rgb(185,150,219))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #cca4f3, 0px 5px 0px 0px #5f3a84, 0px 9px 9px #7e7e7e;
	-moz-box-shadow: inset 0px 1px 0px #cca4f3, 0px 5px 0px 0px #5f3a84, 0px 9px 6px #7e7e7e;
	-o-box-shadow: inset 0px 1px 0px #cca4f3, 0px 5px 0px 0px #5f3a84, 0px 9px 6px #7e7e7e;
	box-shadow: inset 0px 1px 0px #cca4f3, 0px 5px 0px 0px #5f3a84, 0px 9px 6px #7e7e7e;
	white-space:nowrap;
}

.a_demo_four:hover {
	color:#4e3666;
	text-shadow: 0px 1px rgba(255,255,255,0.3);
	background-image: linear-gradient(bottom, rgb(147,106,187) 0%, rgb(198,167,228) 100%);
	background-image: -o-linear-gradient(bottom, rgb(147,106,187) 0%, rgb(198,167,228) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(147,106,187) 0%, rgb(198,167,228) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(147,106,187) 0%, rgb(198,167,228) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(147,106,187) 0%, rgb(198,167,228) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(147,106,187)),
	color-stop(1, rgb(198,167,228))
	);
}
.a_demo_four:active {
	top:4px;
	color:#ac8ecb;
	text-shadow: 0px -1px rgba(0,0,0,0.4);
	background-image: linear-gradient(bottom, rgb(114,77,150) 0%, rgb(113,78,148) 100%);
	background-image: -o-linear-gradient(bottom, rgb(114,77,150) 0%, rgb(113,78,148) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(114,77,150) 0%, rgb(113,78,148) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(114,77,150) 0%, rgb(113,78,148) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(114,77,150) 0%, rgb(113,78,148) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(114,77,150)),
	color-stop(1, rgb(113,78,148))
	);
	-webkit-box-shadow: inset 0px 1px 0px #cca4f3, 0px 2px 0px 0px #4e3567, 0px 4px 3px #7e7e7e;
	-moz-box-shadow: inset 0px 1px 0px #cca4f3, 0px 2px 0px 0px #4e3567, 0px 4px 3px #7e7e7e;
	-o-box-shadow: inset 0px 1px 0px #cca4f3, 0px 2px 0px 0px #4e3567, 0px 4px 3px #7e7e7e;
	box-shadow: inset 0px 1px 0px #cca4f3, 0px 2px 0px 0px #4e3567, 0px 4px 3px #7e7e7e;
}

.a_demo_four::before {
	background-color:#855eab;
	background-image:url(../img/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #3b2155, 0px 1px 0px #dcbdfb;
	-moz-box-shadow: inset 0px 1px 0px #3b2155, 0px 1px 0px #dcbdfb;
	-o-box-shadow: inset 0px 1px 0px #3b2155, 0px 1px 0px #dcbdfb;
	box-shadow: inset 0px 1px 0px #3b2155, 0px 1px 0px #dcbdfb;
}

.a_demo_four:active::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow: inset 0px 1px 0px #dcbdfb, 0px 3px 0px #532f76, 0px 6px 3px #6f4b94;
	-moz-box-shadow: inset 0px 1px 0px #dcbdfb, 0px 3px 0px #532f76, 0px 6px 3px #6f4b94;
	-o-box-shadow: inset 0px 1px 0px #dcbdfb, 0px 3px 0px #532f76, 0px 6px 3px #6f4b94;
	box-shadow: inset 0px 1px 0px #dcbdfb, 0px 3px 0px #532f76, 0px 6px 3px #6f4b94;
}
.a_demo_four span {
	font-size:21px;
	margin:0px 7px 0 -1px;
	letter-spacing:-.1em;
	color:#FFF;
	position:relative;
	top:2px;
	
}
/*.a_demo_four strong {
	font-size:16px;
	font-weight:normal;
	float:left;
	display:block;
	
}*/


a.fancy_button, button.fancy_button { 
  background: #ebddc1; 
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235,213,172,0.75)), to(rgba(248,242,228,0.5)));  
  background: -moz-linear-gradient(top, rgba(235,213,172,0.75), rgba(248,242,228,0.5)); 
  padding: 5px; 
  text-decoration: none; 
  outline: 0; 
  border-width: 1px; 
  border-style: solid;
  overflow: visible;
  border-color: transparent transparent #ebddc1 transparent; 
  border-color: transparent transparent rgba(255,243,220,0.27) transparent;
  -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px;
  -webkit-background-clip: padding-box;
  display:inline-block;
  position:relative;
}
#sldout_submit_contact { 
	background: #80ad64; 
}

a.fancy_button span, button.fancy_button span {
	display:inline-block;
	border-width: 1px;
	border-style:solid;
	border-color: #94b182 #909090 #656565 #909090;
	border-color: rgba(255,255,255,0.9) rgba(0,0,0,0.2) rgba(0,0,0,0.7) rgba(0,0,0,0.4);
	font: bold 16px/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3d5e29;
	padding: 0.48em 1.2em;
	cursor: pointer;
	text-shadow: rgba(255,255,255,0.6) 0 1px 0;
	-webkit-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px, inset rgba(255,255,255,0.4) 0px 0px 5px;
	-moz-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px, inset rgba(255,255,255,0.4) 0px 0px 5px;
	box-shadow: rgba(0,0,0,0.75) 0px 0px 3px, inset rgba(255,255,255,0.4) 0px 0px 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), color-stop(0.5, rgba(255,255,255,0.4)), color-stop(0.5, rgba(255,255,255,0.01)), to(transparent));
	background: transparent -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.01) 50%, transparent);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr='#80FFFFFF', EndColorstr='#00FFFFFF'); 
	-webkit-background-clip: padding-box;
	white-space:nowrap;
}

a.fancy_button:hover span, button.fancy_button:hover span {  
  border-top-color: rgba(255,255,255,0.65); 
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(220,220,220,0.6)), color-stop(0.5, rgba(100,100,100,0.2)), color-stop(0.5, rgba(0,0,0,0.21)), to(rgba(0, 0, 0, 0.20))); 
  background: -moz-linear-gradient(top, rgba(220,220,220,0.6), rgba(100,100,100,0.2) 50%, rgba(0,0,0,0.21) 50%, rgba(0, 0, 0, 0.20));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#99dcdcdc', EndColorStr='#33000000'); 
  -webkit-background-clip: padding-box;
}


a.fancy_button:active span, button.fancy_button:active span {  
  border-top-color: rgba(255,255,255,0.2); 
  border-left-color: rgba(0,0,0,0.4); 
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(150,150,150,0.6)), color-stop(0.5, rgba(60,60,60,0.6)), color-stop(0.5, rgba(40,40,40,0.6)), to(rgba(20, 20, 20, 0.5))); 
  background: -moz-linear-gradient(top, rgba(150,150,150,0.6), rgba(60,60,60,0.6) 50%, rgba(40,40,40,0.6) 50%, rgba(20, 20, 20, 0.5));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#80969696', EndColorStr='#59000000'); 
  -webkit-box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px; -moz-box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px; box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px; 
  -webkit-background-clip: padding-box;
}

a.fancy_button span:active, button.fancy_button span:active { 
  border-top-color: rgba(255,255,255,0.2); 
  border-left-color: rgba(0,0,0,0.4); 
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#80969696', EndColorStr='#59000000'); 
  -webkit-background-clip: padding-box;
  			-webkit-transform: translateY(1px);
			-ms-transform: translateY(1px);
			-moz-transform: translateY(1px);
			-o-transform: translateY(1px);
	color:#CCC;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0; 

}
.pressbutt img {
	vertical-align: text-bottom;
	display: inline;
	margin-right: -2px;
	margin-bottom: -4px;
}
.pressbutt {
	margin: -2px 0 0 5px; /* Add some horizontal spacing */
	zoom: 1;
	float:left;
	}
.pressbutt a {
		display: inline-block;
		position: relative;
		padding: 4px 7px;
		border: 2px solid #fff;
		text-decoration: none;
		font-size: 13px;
		font-weight:bold;
		background-color: #fef5e5;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fef5e5), to(#fff));
		background-image: -webkit-linear-gradient(top, #fef5e5, #fff);
		background-image: -moz-linear-gradient(top, #fef5e5, #fff); 
		background-image: -ms-linear-gradient(top, #fef5e5, #fff); 
		background-image: -o-linear-gradient(top, #fef5e5, #fff);
		background-image: linear-gradient(top, #fef5e5, #fff);
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05) inset, 0 0 1px 0 rgba(0, 0, 0, .2), 0 2px 2px rgba(0, 0, 0, .3), 0 10px 10px -5px rgba(0, 0, 0, .3);
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05) inset, 0 0 1px 0 rgba(0, 0, 0, .2), 0 2px 2px rgba(0, 0, 0, .3), 0 10px 10px -5px rgba(0, 0, 0, .3);
		box-shadow: 0 1px 1px rgba(0, 0, 0, .05) inset, 0 0 1px 0 rgba(0, 0, 0, .2), 0 2px 2px rgba(0, 0, 0, .3), 0 10px 10px -5px rgba(0, 0, 0, .3);
		text-shadow:0px 1px #fff;
	}
.pressbutt.bookit a {
		padding: 2px 5px 1px;
		border: 1px solid #fff;
		font-size:10px;
		background-color: #af91d0;
		background-image: linear-gradient(top, #af91d0, #d6bef1);
		font-weight:normal;
		text-shadow:0 -1px #6f5a87;
		color:#fff9eb;
		text-transform:uppercase;
}
	
	.pressbutt a:hover{
		background-color: #faf4e9;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#faf4e9), to(#fff));
		background-image: -moz-linear-gradient(top, #faf4e9, #fff); 
		background-image: -ms-linear-gradient(top, #faf4e9, #fff); 
		background-image: -o-linear-gradient(top, #faf4e9, #fff);
		background-image: linear-gradient(top, #faf4e9, #fff);
		color:#7daa61;
	}	
.pressbutt.bookit a:hover {
		background-color: #9476b5;
		background-image: linear-gradient(top, #9476b5, #bb9fdb);
		color:#fff;
}
.items-filter .pressbutt a{
	color:#f7ecd8;
	text-shadow:0 -1px #000000;
	font-weight:normal;
}
.items-filter .pressbutt a:hover{
	color:#fff9eb;
	text-shadow:0 0 5px #fff9eb;
}


	.pressbutt a:active{
		top: 1px;  /* Simulate the push button effect */
		background: #f2ebdd;
		-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05) inset, 0 0 1px 0px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .3);
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05) inset, 0 0 1px 0px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .3);
		box-shadow: 0 1px 1px rgba(0, 0, 0, .05) inset, 0 0 1px 0px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .3);
	}

	.pressbutt a:before{
		content: '';
		position: absolute;
		z-index: -1;
		top: -10px;
		right: -10px;
		bottom: -10px;
		left: -10px;
		background-color: #ffefd1;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ffefd1), to(#f7f7f7));
		background-image: -webkit-linear-gradient(top, #ffefd1, #f7f7f7);
		background-image: -moz-linear-gradient(top, #ffefd1, #f7f7f7); 
		background-image: -ms-linear-gradient(top, #ffefd1, #f7f7f7); 
		background-image: -o-linear-gradient(top, #ffefd1, #f7f7f7);
		background-image: linear-gradient(top, #ffefd1, #f7f7f7);
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,.05) inset;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05) inset;
		box-shadow: 0 1px 1px rgba(0,0,0,.05) inset;		
	}

	.pressbutt a:active::before{
		top: -11px; /* Hey you, don't move! */
	}	
	
/* Begin Chunky Button */
.chunky-buttons a {
    display: inline-block;
    position: relative;
    margin: 0;
}
.chunky {
	position: relative;
	margin: 0 auto;
	padding-top: 2px;
	padding-left: 2px;
}
.chunky a, #footer-cols li .chunky a{ /* Normal State */
    padding: 3px 7px 4px 7px;
    width: auto;
    height: auto;
    color: #27133a;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.50);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-top: 1px solid rgba(0,0,0,0.001);
    box-shadow: 0 3px 6px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    cursor: pointer;
}
 
.chunky a:hover, #footer-cols li .chunky a:hover { /* Hover State */
    box-shadow: 0 3px 4px rgba(0,0,0,0.25), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.25);
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.25), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.25);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.25);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.25);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.25);
    -webkit-animation: glow 1s infinite ease-in-out;
    cursor: pointer;
}
 
.chunky a:active, #footer-cols li .chunky a:active{ /* Active State (clicked on) */
    padding: 4px 7px 2px 7px;
	top:1px;
    border-top: 1px solid rgba(0,0,0,0.55);
    box-shadow: 0 1px 1px rgba(0,0,0,0.55), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 1px 4px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.55), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 1px 4px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 1px 4px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 1px 4px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 1px 4px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-animation: none;
    cursor: pointer !important;
}
/* End Chunky Button */
.chunky1 a {
	background: #95c379;
	vertical-align:middle;
	color:#fff;
	padding: 1px 7px 2px 7px;
}
.chunky1 a:active {
	background: #95c379;
	vertical-align:middle;
	color:#fff;
	padding: 2px 7px 1px 7px;
}
.chunky1 img {
	vertical-align:middle;
	position:relative;
	top:-2px;
	display:inline-block;
}
#footer-cols li .chunky2 a {
	background: #8561aa;
	color:#fff;
}
/* Start Glow Animation */
@-webkit-keyframes glow {
  0% {
    box-shadow: 0 3px 4px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
  }
 
  100% {
    box-shadow: 0 3px 4px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
  }
}
/* End Glow Animation */
/* Time Picker */
div.time-picker {
  position: absolute;
  height: 191px;
  width:4em; /* needed for IE */
  overflow: auto;
  background: #fff;
  border: 1px solid #aaa;
  z-index: 99;
  margin: 0;
}
div.time-picker-12hours {
  width:6em; /* needed for IE */
}

div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.time-picker li {
  cursor: pointer;
  height: 10px;
  font: 12px/1 Helvetica, Arial, sans-serif;
  padding: 4px 3px;
}
div.time-picker li.selected {
  background: #0063CE;
  color: #fff;
}
input#appt-time1, input#appt-time2 {
	width:80px;
	display:inline-block;
}

