@font-face {
  font-family: "Staccato";
  src: url("fonts/staccato222_bt-1.ttf") format("truetype");
}
@font-face {
  font-family: "Kaushan Script";
  src: url("fonts/kaushanscript-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lobster Two";
  src: url("fonts/lobstertwo-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Great Vibes";
  src: url("fonts/greatvibes-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Courgette";
  src: url("fonts/ocurgette-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Pamega";
  src: url("fonts/pamega demo.ttf") format("truetype");
}

@font-face {
  font-family: "Marienda One";
  src: url("fonts/meriendaone-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Canterbury";
  src: url("fonts/canterbury.ttf") format("truetype");
}

@font-face {
  font-family: "kleymissky";
  src: url("fonts/kleymissky_0283.ttf") format("truetype");
}

@font-face {
  font-family: "sncscrp";
  src: url("fonts/ksncscrp.ttf") format("truetype");
}

@font-face {
  font-family: "condiment";
  src: url("fonts/condiment-regular.ttf") format("truetype");
}

@font-face {
  font-family: "camille";
  src: url("fonts/camille.ttf") format("truetype");
}

@font-face {
  font-family: "avocado";
  src: url("fonts/avocado.ttf") format("truetype");
}

@font-face {
  font-family: "chancur";
  src: url("fonts/chancur.ttf") format("truetype");
}

@font-face {
  font-family: "nosifer";
  src: url("fonts/nosifer-regular.ttf") format("truetype");
}

@font-face {
  font-family: "creepster";
  src: url("fonts/creepster-regular.ttf") format("truetype");
}

* { position:relative; }

body
{
  display: flex;
  fle-direction: colun;
  align-items: senter;
  justify-content: center;
  width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #FDDCBB;
  background-image: url(images/backgrounds/bg_34.jpg);
  background-attacment: fixed;  
}

body.scroller::-webkit-scrollbar {
  width: 60px;
}

/* Track */
body.scroller::-webkit-scrollbar-track {
  width: 60px;
  background: url(images/backgrounds/bg_34.jpg);
}
 
/* Handle */
body.scroller::-webkit-scrollbar-thumb {
  width: 60px;
  min-height: 140px;
  background: transparent url( images/logos/sprite_thumb_07.png ) 5px no-repeat;
  background-size: 120px 140px;
  border-radius: 10px;
  border: 1px solid #000000;
  background-position: 0 -4px;
}

/* Handle on hover */
body.scroller::-webkit-scrollbar-thumb:hover {
  background-position: -60px -4px;
  cursor: pointer;
}

a.cal
{
  width: 90px;
  height: 75px;
  background: transparent url(images/calendar/calendar_25_blank.png) no-repeat;
  background-size: contain;
  font: bold 16px sans-serif;
  text-align: center;
  border: 3px solid transparent;
  border-radius: 10px;
}

a.cal span
{
  display: block;
  margin-top: 25px;
}

a.link8
{
  color: #000099;
}

a.link8:hover { color: #990000; }

ul {
  margin-left: -20px;
  width: 650px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: left;
  font: 26px Arial, sans-serif;
  list-style: none;
}

li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated1 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.apcug_nooz
{
  width: 110px;
  height: 85px;
  background: transparent url(images/logos/sprite_apcug_images_x3.png) no-repeat;
  background-size: 220px 255px;
  background-position: 0 -85px;
  border-radius: 10px;
  border: 6px ridge transparent;
  cursor: pointer;
}

.apcug_nooz:hover { background-position: -110px -85px; border-color: #993300; }

.apcug_report
{
  width: 110px;
  height: 85px;
  background: transparent url(images/logos/sprite_apcug_images_x3.png) no-repeat;
  background-size: 220px 255px;
  background-position: 0 0;
  border-radius: 10px;
  border: 6px ridge transparent;
  cursor: pointer;
}

.apcug_report:hover { background-position: -110px 0px; border-color: #993300; }

.apcug_web
{
  width: 110px;
  height: 85px;
  background: transparent url(images/logos/sprite_apcug_images_x3.png) no-repeat;
  background-size: 220px 255px;
  background-position: 0 -170px;
  border-radius: 10px;
  border: 6px ridge transparent;
  cursor: pointer;
}

.apcug_web:hover { background-position: -110px -170px; border-color: #993300; }

.bluebird
{
  position: relative;
  width: 140px;
  height: 100px;  
  cursor: pointer;
  margin-left: -2px;
}

.bluebird .high
{
  background: transparent url(images/bluebird_c.png) no-repeat;
  background-size: 140px 100px;
  opacity: 1; filter: alpha(opacity=1);
  position: absolute;
}

.bluebird .low
{
  background: transparent url(images/bluebird.gif) no-repeat;
  background-size: 140px 100px;
  opacity: 0; filter: alpha(opacity=0);
  position: absolute;
}

.bluebird:hover .high {opacity: 0; filter: alpha(opacity=0);}

.bluebird:hover .low {opacity: 1; filter: alpha(opacity=1);}

.bsize
{
  width: 100px;
  height: 100px;
}

.center
{
  font: 20px arial, sans-serif;
  margin: auto;
  padding: 0;
}

.click
{
  width: 131px;
  height: 150px;
  background: transparent url(images/go_ahead.png) no-repeat;
  display: block;  
  border: 8px ridge #CC6633;
  border-radius: 10px;
  box-shadow: 5px 4px 3px #888888;
  position: absolute;
  top: 10px;
  left: 140px;
  z-index: 50;
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

.clickbox
{
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 10px;
  left: 145px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 0px 3px #FFFFFF, 0px 0px 0px 6px #993300, 4px 4px 4px 4px #000000;
  -webkit-box-shadow: 0px 0px 0px 3px #FFFFFF, 0px 0px 0px 6px #993300, 4px 4px 4px 4px #000000;
  box-shadow: 0px 0px 0px 3px #FFFFFF, 0px 0px 0px 6px #993300, 4px 4px 4px 4px #000000; 
  background: #FFFFFF;
  background: -moz-linear-gradient(top, #F8F1D1 40%, #ca987f);
  background: -webkit-linear-gradient(top, #F8F1D1 40%, #ca987f);
  background: -ms-linear-gradient(top, #F8F1D1 40%, #ca987f);
  background: -o-linear-gradient(top, #F8F1D1 40%, #ca987f);
  filter: alpha(opacity=0); /* For IE8 and earlier */
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

.clickbox_blue
{
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 140px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 0px 3px #FFFFFF, 0px 0px 0px 6px #000099, 4px 4px 4px 4px #000000;
  -webkit-box-shadow: 0px 0px 0px 3px #FFFFFF, 0px 0px 0px 6px #000099, 4px 4px 4px 4px #000000;
  box-shadow: 0px 0px 0px 3px #FFFFFF, 0px 0px 0px 6px #000099, 4px 4px 4px 4px #000000; 
  background: #FFFFFF;
  background: -moz-linear-gradient(top, #99CCFF 40%, #0000FF);
  background: -webkit-linear-gradient(top, #99CCFF 40%, #0000FF);
  background: -ms-linear-gradient(top, #99CCFF 40%, #0000FF);
  background: -o-linear-gradient(top, #99CCFF 40%, #0000FF);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

.clickbox_white
{
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 10px;
  left: 145px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 0px 3px #FFFFFF, 0px 0px 0px 6px #993300, 4px 4px 4px 4px #000000;
  -webkit-box-shadow: 0px 0px 0px 3px #FFFFFF, 0px 0px 0px 6px #993300, 4px 4px 4px 4px #000000;
  box-shadow: 0px 0px 0px 3px #FFFFFF, 0px 0px 0px 6px #993300, 4px 4px 4px 4px #000000; 
  background: #FFFFFF;
  filter: alpha(opacity=0); /* For IE8 and earlier */
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

.clack 
{
  display: inline-block;
  position: relative;
  width: 110px;
  height: 28px;
  background: transparent url(images/sprite_click.png) no-repeat;
  background-position: -220px 0;
  cursor: pointer; 
}

.clack:after
{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: transparent url(images/sprite_click.png) no-repeat;
  background-position: -110px 0;
  opacity: 0;
  -webkit-transition: 300ms all ease-in-out;
  -moz-transition: 300ms all ease-in-out;
  -o-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
 
.clack:hover:after
{
  opacity: 1;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.clack:hover ~ .clacklink {color: #990000;}

.clackblue 
{
  display: inline-block;
  position: relative;
  width: 110px;
  height: 28px;
  background: transparent url(images/sprite_click.png) no-repeat;
  background-position: 0 0;
  cursor: pointer; 
}

.clackblue:after
{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: transparent url(images/sprite_click.png) no-repeat;
  background-position: -110px 0;
  opacity: 0;
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
 
.clackblue:hover:after { opacity: 1; }

.clackblue:hover ~ .clacklink { color: #990000; }

.clacklink
{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 15px;
  font: bold 20px arial, sans-serif;
  color: #000000;
}

.clack:hover ~ .hide {visibility: visible; opacity: 1; filter:alpha(opacity=100);}


.clicken {
  width: 100px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin: auto;
  font-family: arial, calibri, tahoma, geneva, sans-serif;
  font-size: 20px;
  font-weight: bold;  
  padding: 0px 10px 0px 10px;
  color: #FFFFFF;    
  white-space: nowrap;
  background-color: #000099;
  border: 4px ridge #CCCCCC;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 1px 2px 2px #888888;
  text-decoration: none;
  -webkit-transition: background-color ease 0.5s;
  -o-transition: background-color ease 0.5s;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.clicken div.under, .clicken:hover div.over{ display: none; }

.clicken:hover div.under{ display: block; }

.clicken:hover { background-color: #990000; }

.clicken:hover ~ .link { color: #990000; }

.click18
{
  cursor: pointer;
  text-align: center;
  font-family: arial, calibri, tahoma, geneva, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000099;
  padding: 2px 10px 2px 10px;
  border: 4px ridge #666666;
  border-radius: 20px;
  box-shadow: 3px 2px 2px #888888;
  -webkit-transition: background-color ease 0.5s;
  -o-transition: background-color ease 0.5s;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.click18:hover ~ .link { color: #990000; }

.click18:hover { background: #CC0033; }

.click_fade {
  font-family: arial, sans-serif;
  font-size: 20px;  
  color: #FFFFFF;
  width: 120px;
  height: 15px;
  position:relative;
  margin-right: 130px;
  cursor: pointer;
  padding: 0px 0px 8px 0px;
  display: inline;
  opacity: 1;
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;  
  z-index: 2;       
}

.click_fade .high, .click_fade .low {
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 4px solid #CCCCCC;
  display: inline;
  position: absolute;
  top: -5px;
}


.click_fade .high {
  background: #000099;
  background: -moz-linear-gradient(top, #000099, #6699FF, #000099);
  background: -webkit-linear-gradient(top, #000099, #6699FF, #000099);
  background: -ms-linear-gradient(top, #000099, #6699FF, #000099);
  background: -o-linear-gradient(top, #000099, #6699FF, #000099);      
}

.click_fade .low { 
  background: #000099;
  background: -moz-linear-gradient(top, #990000, #FF6666, #990000);
  background: -webkit-linear-gradient(top, #990000, #FF6666, #990000);
  background: -ms-linear-gradient(top, #990000, #FF6666, #990000);
  background: -o-linear-gradient(top, #990000, #FF6666, #990000);    
}

.click_fade:hover .high { opacity: 0; filter: alpha(opacity=0); }

.click_fade:hover ~ .link { color: #990000; }

.click_fade:hover ~ .link3 { color: #FFFF00; }

.click_here
{
  width: 100px;
  height: 30px;
  background: transparent url(images/click_here_6_dark_blue.png) no-repeat;
  background-size: 100px 30px;
  display: inline-block;
  position: relative;
  top: 10px;
}

.click_here:hover
{
  width: 100px;
  height: 30px;
  background: transparent url(images/click_here_6_red.png) no-repeat;
  background-size: 100px 30px;
}

.click_here:hover ~ .link {color: #990000;}

.clock
{ 
  display: inline block;
  text-align: center;
  border: none;
  color: #000000;
  background: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: bold;
  width: 160px;
}

#columns .column
{
  position: relative;
  margin-top: 5px;
  border: none;
}

#columns .left
{
  margin-left: -30px;
  width: 135px;
  position: fixed;
  top: 40px;
  z-index: 100;
  top: 30px;
}

#columns .middle
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 135px;
  width: 700px;
}

#columns .right
{
  width: 135px;
  position: fixed;
  top: 40px;
  z-index: 100;
  margin-left: 835px;
}

.far_right
{
  position: relative;
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0px;
  margin-left: 950px;
}

.tripanel_display_buttons
{
  background: transparent url(images/sprite_tripanel_display_buttons.png) no-repeat;
  background-size: contain;
}

.button_us
{
  width: 100px;
  height:  100px;
  background: transparent url(images/sprite_tripanel_display_buttons.png) no-repeat;
  background-size: 300px 100px;
  background-position:  0 0;
}

.button_sewwug
{
  width: 100px;
  height:  100px;
  background: transparent url(images/sprite_tripanel_display_buttons.png) no-repeat;
  background-size: 300px 100px;
  background-position:  -100px 0;
}

.button_wi
{
  width: 100px;
  height:  100px;
  background: transparent url(images/sprite_tripanel_display_buttons.png) no-repeat;
  background-size: 300px 100px;
  background-position:  -200px 0;
}

.divider
{
  background: transparent url(images/logos/sewwug_shield_on_brown_line.png) no-repeat;
  display: block;
  width: 700px;
  height: 100px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.divider.blue
{
  display: block;
  background-image: url(images/logos/sewwug_on_blue_line.png);
  width: 668px;
  height: 52px;
  margin: auto;
}

.downbutton, .downbuttonblue
{
  width: 33px;
  height: 33px;  
  display: block;
  top: -6px;
  z-index: 10;
}

.downbutton 
{ 
  background: transparent url(images/sprite_arrow_down.png) 0 0 no-repeat;
}

.downbutton:hover { background-position: -33px 0 }

.downbuttonblue
{  
  background: transparent url(images/sprite_arrow_down_blue.png) 0 0 no-repeat;
}

.downbuttonblue:hover { background-position: -33px 0 }

.download 
{
  display: inline block;
  position: relative;
  width: 150px;
  height: 45px;
  background: transparent url(images/sprite_download_button.png) no-repeat;
  background-size: 300px 45px;
  background-position: 0px 0;
  cursor: pointer; 
}

.download:after
{
  content: "";
  display: inline block;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: transparent url(images/sprite_download_button.png) no-repeat;
  background-size: 300px 45px;
  background-position: -150px 0;
  Xopacity: 0;
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
 
.download:hover:after { opacity: 1; }

.link2:hover > .download:hover:after { opacity: 1; }

.download:hover ~ .clacklink {color: #990000;}

.dropcol
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  margin-bottom:  2px;
}

.dropdown 
{
  display: inline-block;
  position: relative;
  width: 380px;
  height: 45px;
  background: transparent url(images/sprite_choose.png) no-repeat;
  background-position: -760px 0;  
}

.dropdown:after
{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: transparent url(images/sprite_choose.png) no-repeat;
  background-position: -380px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
 
.dropdown:hover:after { opacity: 1; visibility: visible; }

.dropdownblue
{
  display: inline-block;
  position: relative;
  width: 380px;
  height: 45px;
  background: transparent url(images/sprite_choose.png) no-repeat;
  background-position: 0 0;  
}

.dropdownblue:after
{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: transparent url(images/sprite_choose.png) no-repeat;
  background-position: -380px 0;
  opacity: 0;
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
 
.dropdownblue:hover:after { opacity: 1; }


/* Dropdown Content (Hidden by Default) */
.dropdown-content
{
  width: 400px;
  margin-top: 40px;
  text-align: center;
  margin: auto;
  margin-left: -15px;
  visibility: hidden;
  opacity: 0;
  filter:alpha(opacity=0); /* For IE8 and earlier */
  transition:visibility 0s linear 600ms,opacity 600ms linear;
}

/* Links inside the dropdown */
.dropdown-content a
{
  color: #000000;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover { color: #990000; xfont-weight: bold; xfont-size: 120%; }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-contentflinkblack
{
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  visibility: visible;
  transition-delay: 0s;
  z-index: 100 !important;
}

.dropdownblue:hover .dropdown-content
{
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  visibility: visible;
  transition-delay: 0s;
  z-index: 100 !important;
}

.trumpet_fanfare
{
  position: relative; 
  width: 300px;
  height: 300px;   
  cursor: pointer;
}

.trumpet_fanfare .high
{
  background: transparent url(images/fanfare_sewwug.png) no-repeat;
  background-size: contain;
  opacity: 1;
  position: absolute;
}

.trumpet_fanfare .low
{
  background: transparent url(images/fanfare_sewwug.gif) no-repeat;
  background-size: contain;
  opacity: 0;
  position: absolute;
}

.trumpet_fanfare:hover .high { opacity: 0; }
.trumpet_fanfare:hover .low { transform: scale(1.2); opacity: 1; }

.ent_break {
  display: inline-block;
  width: 400px;
  height: 200px;
  background: transparent url(images/sprite_ent_breakthrough.png) no-repeat;
  background-size: 800px 200px;
  background-position: 0 0;
  pointer: ;
}

.ent_break:hover { background-position: -400px 0; }

.enter_led 
{
  display: inline block;
  position:  relative;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  background: transparent url(images/sprite_enter_led.png) no-repeat;  
}

.enter_led:after
{
  content: "";
  display: inline block;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: transparent url(images/sprite_enter_led.png) no-repeat;
  background-position: -40px 0;
  opacity: 0;
}
 
.enter_led:hover:after { opacity: 1; }

.enter_ledblue 
{
  display: inline block;
  position:  relative;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  background: transparent url(images/sprite_enter_led_blue.png) no-repeat;
  display: inline block;
}

.enter_ledblue:after
{
  content: "";
  display: inline block;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: transparent url(images/sprite_enter_led_blue.png) no-repeat;
  background-position: -40px 0;
  opacity: 0;
}
 
.enter_ledblue:hover:after { opacity: 1; }

.enter_silver
{
  position: relative;
  width: 120px;
  height: 150px;  
  cursor: pointer;
  margin: auto;
}

.enter_silver .high
{
  background: transparent url(images/lion_knocker_silver_06.png) no-repeat;
  background-size: contain;
  opacity: 1; filter: alpha(opacity=1);
  position: absolute;
}

.enter_silver .low
{
  background: transparent url(images/lion_knocker_silver_06.gif) no-repeat;
  background-size: contain;
  opacity: 0; filter: alpha(opacity=0);
  position: absolute;
}

.enter_silver:hover .high {opacity: 0; filter: alpha(opacity=0);}

.enter_silver:hover .low {opacity: 1; filter: alpha(opacity=1);}

.enter_site
{
  display: block;
  width: 110px;
  height: 167px;
  cursor: pointer;
}

.enter_site .high
{
  background: transparent url('images/lion_knocker_06.png') no-repeat;
  background-size: contain;
  position: absolute;
}

.enter_site .low
{
  background: transparent url('images/lion_knocker_06.gif') no-repeat;
  background-size: contain;
  opacity: 0; filter: alpha(opacity=0);
  position: absolute;
}

.enter_site:hover ~ .clickbox
{
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  z-index: 100 !important;
}

.enter_site_min
{
  display: block;
  width: 110px;
  height: 150px;
  margin: auto;
  cursor: pointer;
}

.enter_site_min:hover ~ .clickbox
{
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  z-index: 100 !important;
}

.enter_site_min .high
{
  width: 160px;
  height: 155px;
  background: transparent url(images/minion_knock.png) no-repeat;
  background-size: contain;
  opacity: 1;
  filter: alpha(opacity=1);
  position: absolute;
}

.enter_site_min.low
{width: 160px;
  height: 155px;
  background: transparent url(images/minion_knock.gif) no-repeat;
  background-size: contain;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
}

.enter_site_min:hover .high { opacity: 0; }

.enter_site_min:hover .low { opacity: 1; }

.enter_site:hover .high { opacity: 0; }

.enter_site:hover .low { opacity: 1; }

@keyframes fadeIn {
  0%    { opacity: 0; }
  100%  { opacity: 1; }
}

.fadeIn
{
  animation: fadeIn 8s;
}

@keyframes fadeIn2 {
  0%    { opacity: 0; }
  100%  { opacity: 1; }
}

.fadeIn2
{
  animation: fadeIn2 8s;
}

.flexcol
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flexrow
{
  display: flex;
  align-items: center;
  justify-content: center;
}

.grow, .grow_1, .grow2, .grow3, .grow5, .grow8, .grow10
{
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.grow_1:hover 
{
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 1000;
}

.grow1:hover 
{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1000;
}

.grow2:hover 
{
  -webkit-transform: scale(2.0);
  -moz-transform: scale(2.0);
  -ms-transform: scale(2.0);
  -o-transform: scale(2.0);
  transform: scale(2.0);
  z-index: 1000;
}

.grow3:hover 
{
  -webkit-transform: scale(3.0);
  -moz-transform: scale(3.0);
  -ms-transform: scale(3.0);
  -o-transform: scale(3.0);
  transform: scale(3.0);
  z-index: 1000;
}

.grow5:hover 
{
  -webkit-transform: scale(5.0);
  -moz-transform: scale(5.0);
  -ms-transform: scale(5.0);
  -o-transform: scale(5.0);
  transform: scale(5.0);
  z-index: 1000;
}

.grow8:hover 
{
  -webkit-transform: scale(8.0);
  -moz-transform: scale(8.0);
  -ms-transform: scale(8.0);
  -o-transform: scale(8.0);
  transform: scale(8.0);
  z-index: 1000;
}

.grow10:hover 
{
  -webkit-transform: scale(10.0);
  -moz-transform: scale(10.0);
  -ms-transform: scale(10.0);
  -o-transform: scale(10.0);
  transform: scale(10.0);
  z-index: 1000;
}

h1, h2
{
  font-family: arial, sans-serif;
  text-shadow: 3px 3px #999999;
  margin: 0;
  padding: 0;
}

h1
{
  font-size: 40px;
}

h2
{
  font-size: 35px;
}

.head { margin-top: -140px; }

.header, .header_blank, .header_blank_no_ann, .headerblue, .headergreen, .header_snow
{
  width: 630px;
  height: 330px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  z-index: -2;
}

.header
{
  background: transparent url(images/backgrounds/bulletin_header_brown_b.png) no-repeat;
}

.header_blank
{
  background: transparent url(images/backgrounds/bulletin_header_brown_total_blank.png) no-repeat;
}

.header_blank_no_ann
{
  background: transparent url(images/backgrounds/bulletin_header_brown_b.jpg) no-repeat;
}

.headerblue
{
  background: transparent url(images/backgrounds/bulletin_blue_plain.png) no-repeat;
}

.header_snow
{
  background: transparent url(images/backgrounds/bulletin_blue_snow_gold.png) no-repeat;
}

.headergreen
{
  background: transparent url(images/backgrounds/bulletin_header_green.jpg) no-repeat;
}

.herald_hare
{
  width: 115px;
  height: 110px;
  background: transparent url(images/herald_11_h.png) no-repeat;
  background-size: 230px 110px;
  z-index: 1000;
}

.herald_hare:hover { background-position: -115px 0px }

.hitcounter {
  text-align: center;
  border: 2px solid #000000;
  border-radius: 5px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}

.hitcounter::before {
  content: "Hits: ";  
}
  
.hitcounter:hover {
  opacity: 1;
}

iframe.cal
{
  width:550px;
  border: none;
  overflow: hidden;
}

img.rotate
{
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

img.rotate:hover
{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.info
{
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  background: #DFBD98;
  border: 8px ridge #993300;
  border-radius: 10px;
  box-shadow: 5px 4px 3px #888888;
  position: relative;
}

.info.blue
{
  background-color: #e5f1fb;
  border: 8px ridge #6699CC;
}

.infotip
{
  line-height: 90%;
  text-align: center;font: bold 18px/18px 'Arial', sans-serif;
  color: #000000;
  white-space: nowrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #666666;
  -webkit-box-shadow: 0px 0px 4px #666666;
  box-shadow: 0px 0px 4px #666666;
  position: absolute;
  left: 165px;
  top: -2px;
  display: inline;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  filter:alpha(opacity=0); /* For IE8 and earlier */
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  transition: visibility 0s linear 0.5s, opacity 1s linear;
  padding: 5px 10px 5px 10px;
  background: #FFFFFF;
  background: -moz-linear-gradient(top, #FFFFFF 40%, #999999);
  background: -webkit-linear-gradient(top, #FFFFFF 40%, #999999);
  background: -ms-linear-gradient(top, #FFFFFF 40%, #999999);
  background: -o-linear-gradient(top, #FFFFFF 40%, #999999);
}

.infotipimage
{
  width: 40px;
  height: 40px; 
  vertical-align: middle;
  padding-right: 5px;
}

.jump_menu
{
  display: flex;
  flex-direction: row-reverse;
  align-content: center;
  justify-content: center;
}

@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-2000px, 0, 0) skewX(-30deg);
    transform: translate3d(-2000px, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedInLeft
{
  animation: lightSpeedInLeft 3s;
}

@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(2000px, 0, 0) skewX(30deg);
    transform: translate3d(2000px, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(5deg);
    transform: skewX(5deg);
    opacity: 1;
  }

  100% {
    transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedInRight
{
  animation: lightSpeedInRight 3s;
}

.link, .link2, .link3
{
  font: bold 20px/20px arial, sans-serif;
  cursor: pointer; 
  -webkit-transition: color ease 0.5s;
  -o-transition: color ease 0.5s;
  -moz-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.link
{
  color: #000099;
}

.link2 {
  text-decoration: none;
  margin-left: 10px;
  margin-right: auto;
  color: #000066;
}

.link2:hover { color: #990000; }

.link2, .linkblack, .grow2 {
  pointer-events: auto;
}

.link3
{
  color: #FFFFFF;
}

.linkblack
{
  text-decoration: none;
  margin-left: 10px;
  margin-right: auto;
  font: bold 26px/24px sans-serif;
  color: #000000;
  padding: 3px 5px 3px 5px;
  border-radius: 10px;
  border-width: 6px;
  border-color: transparent;
  border-style: solid;
}

.linkblack:hover
{
  color: #9900000;
  border-color: #993300;
  cursor: pointer;
}

.marquee
{
  width: 660px;
  overflow: hidden;
  position: relative;
}

.marquee div
{
  display: block;
  width: 170%;
  position: absolute;
  overflow: hidden;
  animation: marquee 10s linear infinite;
}

.marquee span
{
  margin-left: -250px;
  width: 100%;
}

@keyframes marquee {
  0% { right: 0; }
  100% { right: -120%; }
}

.mhug_welcome {
  position: relative;
  margin: auto;
  width: 500px;
  height: 114px;
  background: url(images/logos/sprite_mhug_welcome_bold_3.png) 0px 0px no-repeat;
  background-size: 500px 228px;
  position: relative;
  cursor: pointer;
}

.mhug_welcome::after {
  content: "";
  background: url(images/logos/sprite_mhug_welcome_bold_3.png) 0px -114px no-repeat;
  background-size: 500px 228px;
  position: absolute;
  top: 0;
  right: 0;
  bottom:0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition:    opacity 1s;
  -o-transition:      opacity 1s;
  transition: opacity 1s;
}

.mhug_welcome:hover::after {
  opacity: 1;
  -webkit-transition: opacity 1s;
  -moz-transition:    opacity 1s;
  -o-transition:      opacity 1s;
  transition: opacity 1s;
}

.minion_crier
{
  position: relative;
  width: 100px;
  height: 88px;  
  cursor: pointer;
}

.minion_crier .high
{
  background: transparent url(images/minion_megaphone_e.png) no-repeat;
  background-size: contain;
  opacity: 1; filter: alpha(opacity=1);
  position: absolute;
}

.minion_crier .low
{
  background: transparent url(images/minion_megaphone.gif) no-repeat;
  background-size: contain;
  opacity: 0; filter: alpha(opacity=0);
  position: absolute;
}

.minion_crier:hover .high { opacity: 0; filter: alpha(opacity=0); }

.minion_crier:hover .low { opacity: 1; filter: alpha(opacity=1); }

.minion_calendar
{
  position: relative;
  width: 100px;
  height: 95px;  
  cursor: pointer;
  margin: auto;
}

.minion_calendar .high
{
  background: transparent url(images/minion_26_calendar_c.png) no-repeat;
  background-size: contain;
  opacity: 1; filter: alpha(opacity=1);
  position: absolute;
}

.minion_calendar .low
{
  background: transparent url(images/minion_26_calendar_b.gif) no-repeat;
  background-size: contain;
  opacity: 0; filter: alpha(opacity=0);
  position: absolute;
}

.minion_calendar:hover .high { opacity: 0; filter: alpha(opacity=0); }

.minion_calendar:hover .low { opacity: 1; filter: alpha(opacity=1); }

.minions_cinema
{
  position: relative; 
  width: 500px;
  height: 275px;   
  cursor: pointer;
}

.minions_cinema .high
{
  background: transparent url(images/minions_cinema.jpg) no-repeat;
  background-size: cover;
  opacity: 1;
  position: absolute;
}

.minions_cinema .low
{
  background: transparent url(images/minions_cinema.gif) no-repeat;
  background-size: cover;
  opacity: 0;
  position: absolute;
}

.minions_cinema:hover .minions_cinema.high { opacity: 0; }

.minions_cinema:hover  .minions_cinema.low { opacity: 1; }

.minion_pointer {
  display: inline-block;
  width: 80px;
  height: 79px;
  background: transparent url(images/sprite_minion_left_white.png) no-repeat;
  background-size: 160px 79px;
  background-position: 0 0;
}

.minion_pointer_up {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: transparent url(images/sprite_minion_up.png) no-repeat;
  background-size: 160px 80px;
  background-position: 8px 0;
}

.moderator{
  display: inline-block;
}

.moderator.smiley{
  width: 70px;
  height: 70px;
  background: transparent url(images/smiley_moderator_12.png) no-repeat;
  background-size: 70px 70px;
  padding-right: 10px;
}

.moderator.minion{
  width: 70px;
  height: 90px;
  background: transparent url(images/minion_moderator.gif) no-repeat;
  background-size: 70px 90px;
}

.minion_search{
  width: 95px;
  height: 90px;
  background: transparent url(images/sprite_minion_binoculars_sewwug.png) no-repeat;
  background-size: 190px 90px;
  background-position: 0 0;
}

.minion_search:hover { background-position: -95px 0; }

.minion_weather
{
  position: relative;
  width: 117px;
  height: 115px;  
  cursor: pointer;
  margin: auto;
}

.minion_weather .high
{
  background: transparent url(images/weather-minion.png) no-repeat;
  background-size: contain;
  opacity: 1; filter: alpha(opacity=1);
  position: absolute;
}

.minion_weather .low
{
  background: transparent url(images/weather-minion_a.gif) no-repeat;
  background-size: contain;
  opacity: 0; filter: alpha(opacity=0);
  position: absolute;
}

.minion_weather:hover .high { opacity: 0; filter: alpha(opacity=0); }

.minion_weather:hover .low { opacity: 1; filter: alpha(opacity=1); }

.notice{
  margin: auto;
  text-align: center;
  font: bold 35px/36px serif;
  color: #990000;
}

.otto {
  color: #000000;
  font-family: 'Kaushan Script', cursive;
  font-size: 60px;
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

p
{
  font-family: arial, sans-serif;
  font-size: 20px;
  text-align: left;
  margin: 0;
  padding: 0;
}

p.lefty { text-align: left; }

.pic
{
  position: relatve;
  width: 220px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border-width: 8px;
  border-color: #993300;
  border-style: double;
}

.pointer
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.pointer:hover > .minion_pointer { background-position: -80px 0; }

.pointer:hover > .smiley_pointer { background-position: -87px 0; }

.zonk:hover > .smiley_pointer_up { background-position: -95px 0; }

.zonk:hover > .minion_pointer_up { background-position: -77px ; }

.pop
{
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.pop span
{
  z-index: 10;
  position: absolute;
  margin-left: -1999px;
}

.pop:hover span
{
  margin-left: -290px;
  margin-top: 30px;
}

.pop:hover span.meetings
{
  margin-left: -290px;
  margin-top: 30px;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
  position: relative;
}

q:before, blockquote:before {
  content: open-quote;
}

q:after, blockquote:after {
  content: close-quote;
}

.reverse 
{
  transform: scale(-1, 1);
}

.ringmaster 
{
  position: relative;
  width: 110px;
  height: 110px;  
  cursor: pointer;
  margin-top: 2px;
  margin-left: 10px;
}

.ringmaster .high
{
  background: transparent url(images/ringmaster_07_a.png) no-repeat;
  background-size: contain;
  opacity: 1; filter: alpha(opacity=1);
  position: absolute;
}

.ringmaster .low
{
  background: transparent url(images/ringmaster_07.gif) no-repeat;
  background-size: contain;
  opacity: 0; filter: alpha(opacity=0);
  position: absolute;
}

.ringmaster:hover .high { opacity: 0; filter: alpha(opacity=0); }

.ringmaster:hover .low { opacity: 1; filter: alpha(opacity=1); }

.ringmaster2
{
  width: 120px;
  height: 100px;
  background: transparent url(images/announcer_12_a.png) no-repeat;
  background-size: 120px 100px;
  background-position: 2px;
}

.ringmaster2:hover 
{
  background: transparent url(images/announcer_12.png) no-repeat;
  background-size: 120px 100px;
  background-position: 2px;
}

.search_web
{
  width: 180px;
  height: 180px;
  position: absolute;
  z-index: 5; 
}

.search_web.bee
{
  background: transparent url(images/search_bee.png) no-repeat;
  background-size: 115px;
  top: 20px;
  left: -35px;
}

.search_web.binoculars
{
  background: transparent url(images/search_binoculars.png) no-repeat;
  background-size: 115px;
  top: 30px;
  left: -45px;
}

.search_web.blue
{
  background: transparent url(images/search_blue.png) no-repeat;
  background-size: 125px;
  top: -7px;
  left: -45px;
}

.search_web.brown
{
  background: transparent url(images/search_brown.png) no-repeat;
  background-size: 125px;
  top: 3px;
  left: -95px;
}

.search_web.dick_tracy
{
  background: transparent url(images/dick_tracy_glass_c.png) no-repeat;
  background-size: 155px;
  top: -5px;
  left: -30px;
}

.search_web.dog
{
  background: transparent url(images/search_dog.png) no-repeat;
  background-size: 120px 135px;
  top: 25px;
  left: -40px;
}

.search_web.dog_standing
{
  background: transparent url(images/search_dog_standing.png) no-repeat;
  background-size: 135px;
  top: 45px;
  left: -40px;
}

.search_web.elephant
{
  background: transparent url(images/search_elephant.gif) no-repeat;
  background-size: 160px;
  top: 20px;
  left: -45px;
}

.search_web.figure
{
  background: transparent url(images/search_figure.png) no-repeat;
  background-size: 125px 125px;
  top: 45px;
  left: -45px;
}

.search_web.fourth
{
  background: transparent url(images/smiley_sam_hat_magnifying_glass.png) no-repeat;
  background-size: 145px;
  top: 25px;
  left: -45px;
}

.search_web.frog
{
  background: transparent url(images/search_frog.png) no-repeat;
  background-size: 135px;
  top: 62px;
  left: -25px; 
}

.search_web.green
{
  background: transparent url(images/search_green.png) no-repeat;
  background-size: 125px;
  top: -7px;
  left: -45px;
}

.search_web.glass
{
  background: transparent url(images/search_glass.png) no-repeat;
  background-size: 145px;
  top: 33px;
  left: -35px;
}

.search_web.minion
{
  background: transparent url(images/minions_binoculars.png) no-repeat;
  background-size: 90px;
  top: -2px;
  left: -80px;
}

.search_web.minion_2
{
  background: transparent url(images/minion_10_glass_2.png) no-repeat;
  background-size: 140px;
  top: 15px;
  left: -105px;
}

.search_web.owl
{
  background: transparent url(images/search_owl.png) no-repeat;
  background-size: 145px;
  top: 33px;
  left: -40px;
}

.search_web.penguin
{
  background: transparent url(images/penguin_glass_01_a.png) no-repeat;
  background-size: 125px;
  top: 41px;
  left: -75px;
}

.search_web.santa_flashlight
{
  background: transparent url(images/search_santa_flashlight.png) no-repeat;
  background-size: 135px;
  top: 63px;
  left: -30px;
}

.search_web.santa_glass
{
  background: transparent url(images/search_santa_glass.png) no-repeat;
  background-size: 95px;
  top: -10px;
  left: -20px;
}

.search_web.santa_glass_2
{
  background: transparent url(images/christmas/santa_23c_glass.png) no-repeat;
  background-size: 120px;
  top: 5px;
  left: -95px;
}

.search_web.sherlock
{
  background: transparent url(images/search_sherlock.png) no-repeat;
  background-size: 165px;
  top: 40px;
  left: -45px;
}

.search_web.smiley
{
  background: transparent url(images/search_smiley.png) no-repeat;
  background-size: 135px;
  top: 65px;
  left: -40px;
}

.search_web.squirrel
{
  width: 170px;
  height: 157px;
  background: transparent url(images/squirrel_glass_01.png) no-repeat;
  background-size: contain;
  top: 50px;
  left: -125px;
}

.search_web.world
{
  background: transparent url(images/search_world.png) no-repeat;
  background-size: 145px;
  top: 25px;
  left: -45px;
}

.search_button, .search_buttonblue
{
  width: 105px;
  height: 53px;  
  display: block;
  position: absolute;
  top: 0px;
  left: 10px;
}

.search_button
{
  background: transparent url(images/sprite_search_led.png) no-repeat;
}

.search_button:hover { background-position: -105px 0px }

.search_buttonblue
{
  background: transparent url(images/sprite_search_led_blue.png) no-repeat;
}

.search_buttonblue:hover { background-position: -105px 0px }

.search_glass
{
  width: 115px;
  height: 58px;
  background: transparent url(images/search_01_a.png) no-repeat;
  position: absolute;
  top: 3px;
  left: 90px;
}

.shadow { box-shadow: 5px 4px 3px #888888; }

.sidebar
{
  width: 125px;
  height: 480px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.silver
{
  width: 100px;
  height: 100px;
  background: transparent url(images/logos/sewwug_on_silver_07.png) no-repeat;
  background-size: 100px;
}

#slideshow
{
  position: relative; 
  width: 549px; 
  height: 214px;  
}

#slideshow > div
{
  position: absolute; 
  top: 10px; 
  left: 7px; 
  right: 7px; 
  bottom: 10px; 
}

.skewed
{
  -ms-transform: skewX(-30deg); /* IE 9 */
  -webkit-transform: skewX(-30deg); /* Safari */
  -moz-transform: skewX(-30deg); 
  transform: skewX(-30deg); /* Standard syntax */
}

.slogo
{
  width: 100px;
  height: 100px;
  background: transparent url(images/logos/sewwug_logo_win_wi_bevel_black_white_border_arrow_white_gold.png) no-repeat;
  background-size: contain;
}

.slogo_silver
{
  width: 100px;
  height: 100px;
  background: transparent url(images/logos/sewwug_logo_win_wi_arrow_white_silver.png) no-repeat;
  background-size: 100px;
}

.smiley_pointer {
  display: inline-block;
  width: 87px;
  height: 60px;
  background: transparent url(images/sprite_smiley_points.png) no-repeat;
  background-size: 174px 60px;
  background-position: 0 0;
}

.smiley_pointer_up {
  display: inline-block;
  width: 91px;
  height: 60px;
  background: transparent url(images/sprite_smiley_points_up.png) no-repeat;
  background-size: 182px 60px;
  background-position: 0 0;
}

span.ann_gold
{
  width: 100px;
  height: 100px;
  background: transparent url(images/backgrounds/years_33.png) center no-repeat;
  background-size: 60px;
}

span.ann_silver
{
  width: 60px;
  height: 60px;
  background: transparent url(images/backgrounds/years_28_3.png) no-repeat;
  background-size: 60px;
}

span.block { display: block; }

.showtime
{
  font: bold 22px sana-serif;
  color: #000000;
}

.tstroke_black
{
  text-shadow:
  -1px -1px 0 #000,
  1px -1px 0 #000,
  -1px 1px 0 #000,
  1px 1px 0 #000;
}

.tstroke_white
{
  text-shadow:
  -1px -1px 0 #FFFFFF,
  1px -1px 0 #FFFFFF,
  -1px 1px 0 #FFFFFF,
  1px 1px 0 #FFFFFF;
}

.swoog
{
  font: italic 75px "Kaushan Script", cursive;
  color: #FFFFFF;
  text-shadow: 
  0 1px 0 #ccc,
  0 2px 0 #c9c9c9,
  0 3px 0 #bbb,
  0 4px 0 #b9b9b9,
  0 5px 0 #aaa,
  0 6px 1px rgba(0,0,0,.1),
  0 0 5px rgba(0,0,0,.1),
  0 1px 3px rgba(0,0,0,.3),
  0 3px 5px rgba(0,0,0,.2),
  0 5px 10px rgba(0,0,0,.25),
  0 10px 10px rgba(0,0,0,.2),
  0 20px 20px rgba(0,0,0,.15),
  3px 7px 10px #000000;
}

.bulletin_white
{
  text-align: center;
  margin-top: -145px;
  font-family: 'Staccato';
  font-size: 80px;
  color: #CCFFFF;
  -webkit-transform: rotate(-11deg);    
  text-shadow: 
  0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15),
               3px 7px 10px black;
}

.cover {
    height: 100%;
    width: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.spacer
{
  width: 80px;
  height: 93px;
  display: block;
  background: transparent url(images/logos/Shield_20_sewwug.png) no-repeat;
  background-size: contain;  
  margin: auto;
}

.spacerblue
{
  display: block;
  background-image: url(images/logos/shield_07_a.png); 
  background-size: 100% 100%;
  width: 90px;
  height: 90px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 17px;
}

.stroke
{
  color: white;
  text-shadow:
  -1px -1px 0 #000000,
  1px -1px 0 #000000,
  -1px 1px 0 #000000,
  2px 2px 0 #666666;
}

.thanx
{
  display: block;
  margin-left: 30px;
  font: 16px serif;
}

.thanx img
{
  width: 70px;
  padding-left: 10px;
  vertical-align: middle;
}

.tip
{
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.tip .centerposition
{
  top: 50%;  /* position the top  edge of the element at the middle of the parent */
  left: 50%; /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, -50%); /* This is a shorthand of translateX(-50%) and translateY(-50%) */
}

.tip:hover ~ .infotip
{
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  z-index: 100 !important;
}

.tip:hover ~ .clickbox_blue
{
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  z-index: 100 !important;
}

.tip:hover ~ .click
{
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  z-index: 100 !important;
}

.tip:hover ~ .click_minion
{
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  z-index: 100 !important;
}

.tip span
{
  padding: 5px;
  z-index: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

.tip:hover ~ .tooltip, .tooltipblue, .tip span
{
  filter: alpha(opacity=100); /* For IE8 and earlier */
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  z-index: 200;
}

.tooltip, .tooltipblue
{
  display: block;
  font-family: arial, sans-serif;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 30px 5px 5px 30px;
  box-shadow: 0px 3px 5px 3px #777777;
  position: absolute;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
  transition: visibility 0s linear 600ms,opacity 600ms linear;
}

.tooltip::after, .tooltipblue::after {
  content: '';
  display: block; 
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px 5px 5px 30px;
  border: 2px solid #ffffff;
}

.tool
{
  color: #FFFFFF;
  background: #663333;  
  border: none;
  border-radius: 30px 5px 5px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px 5px 5px;
  font: bold 18px sans-serif;
  background: -moz-linear-gradient(top, #181107, #cc9966, #181107);
  background: -webkit-linear-gradient(top, #181107, #cc9966, #181107);
  background: -ms-linear-gradient(top, #181107, #cc9966, #181107);
  background: -o-linear-gradient(top, #181107, #cc9966, #181107);
}

.tool.blue
{
  color: #FFFFFF;
  background: #0066CC;  
  border: none;
  border-radius: 30px 5px 5px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px 5px 5px;
  font: bold 18px sans-serif;
  xbackground: -moz-linear-gradient(top, #003366, #888888, #003366);
  background: -webkit-linear-gradient(top, #003366, #3399FF, #003366);
  xbackground: -ms-linear-gradient(top, #003366, #888888, #003366);
  xbackground: -o-linear-gradient(top, #003366, #888888, #003366);
}

.toolpic
{
  width: 40px;
  height: auto;
  position: relative;
  xtop: 0px;
  xleft: 3px;
  xvertical-align: middle;
  xpadding-right: 10px;
}

.roman_notice 
{
  width: 110px;
  height: 100px;
  background: transparent url(images/announcement_16_a.png) no-repeat;
  background-size: 100px 95px;
  background-position: 10px;
}

.roman_notice:hover 
{
  background: transparent url(images/announcement_16.gif) no-repeat;
  background-size: 100px 95px;
  background-position: 10px;
}

.squirrel_notice
{
  margin-left: 10px;
  width: 110px;
  height: 105px;
  background: transparent url(images/sprite_squirrel_acorn.png) 0 0 no-repeat;
  background-size: 220px 105px;
}

.squirrel_notice:hover { background-position: -110px 0px }

.cal_blue 
{
  width: 90px;
  height: 75px;
  background: transparent url(images/calendar/calendar_25_blank_blue.png) no-repeat;
  background-size: contain;
  font: bold 16px sans-serif;
  text-align: center;
  border: 3px solid transparent;
  border-radius: 10px;  
}


.cal:hover
{
  border-color: #990000;
}

.calendar
{
  display: block;
  text-align: center;
  margin-top: 10px;
}

.tool_type
{
  font-size: 16px;
  color: #FFFFFF;
  padding: 5px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 0px 2px #FFFFFF, 0px 0px 4px 4px #000000;
  -webkit-box-shadow: 0px 0px 0px 2px #FFFFFF, 0px 0px 4px 4px #000000;
  box-shadow: 0px 0px 0px 2px #FFFFFF, 0px 0px 4px 4px #000000;
  background: #663333;
  background: -moz-linear-gradient(top, #cc9966 10%, #330000);
  background: -webkit-linear-gradient(top, #cc9966 10%, #330000);
  background: -ms-linear-gradient(top, #cc9966 10%, #330000);
  background: -o-linear-gradient(top, #cc9966 10%, #330000);
}

.town_crier
{
  position: relative;
  width: 110px;
  height: 120px;  
  cursor: pointer;
  margin-top: 2px;
  margin-left: 10px;
}

.town_crier .high
{
  background: transparent url(images/town_crier_24.png) no-repeat;
  background-size: contain;
  opacity: 1; filter: alpha(opacity=1);
  position: absolute;
}

.town_crier .low
{
  background: transparent url(images/town_crier_24_a.gif) no-repeat;
  background-size: contain;
  opacity: 0; filter: alpha(opacity=0);
  position: absolute;
}

.town_crier:hover .high { opacity: 0; filter: alpha(opacity=0); }

.town_crier:hover .low { opacity: 1; filter: alpha(opacity=1); }

.town_crier_a
{
  position: relative;
  width: 90px;
  height: 100px;  
  cursor: pointer;
  margin-top: 2px;
  margin-left: 0px;
}

.town_crier_a .high
{
  background: transparent url(images/town_crier_17_b.png) no-repeat;
  background-size: 90px 100px;
  opacity: 1; filter: alpha(opacity=1);
  position: absolute;
}

.town_crier_a .low
{
  background: transparent url(images/town_crier_17.gif) no-repeat;
  background-size: 90px 100px;
  opacity: 0; filter: alpha(opacity=0);
  position: absolute;
}

.town_crier_a:hover .high { opacity: 0; filter: alpha(opacity=0); }

.town_crier_a:hover .low { opacity: 1; filter: alpha(opacity=1); }

.upbutton, .upbuttonblue
{
  width: 33px;
  height: 33px;  
  display: block;
  top: -4px;
  z-index: 10;
}

.upbutton
{
  background: transparent url(images/sprite_arrow_up.png) 0 0 no-repeat;
}

.upbutton:hover { background-position: -33px 0px }

.upbuttonblue
{
  background: transparent url(images/sprite_arrow_up_blue.png) no-repeat;
}

.upbuttonblue:hover { background-position: -33px 0px }

.weather_text {
  font: bold 38px/30px sans-serif;
  color: #FFFFFF;
  text-shadow: 3px 3px 5px #000000;
}

.weather_container
{
  width: 580px;
  margin: auto;
  margin-top: 30px; 
  padding: 10px;
  border-radius: 10px;
  border: 8px ridge #993300;
  background: transparent url(images/backgrounds/bg_15.jpg) center no-repeat; 
  background-size: cover;
  box-shadow: 5px 4px 3px #888888;  
}

.weather_container_blue {
  width: 580px;
  margin: auto;
  margin-top: 30px; 
  padding: 10px;
  border-radius: 10px;
  border: 8px ridge #6699CC;
  background: transparent url(images/backgrounds/weather_background_blue.jpg) no-repeat; 
  background-size: cover; border-radius: 10px;
  box-shadow: 5px 4px 3px #888888;  
}

.weather_link, .weather_linkblue, .weather_linkblue2
{
  width: 110px;
  height: 72px;
  cursor: pointer;
  padding: 2px;
  border: 5px ridge transparent;
  border-radius: 10px;
}

.weather_link:hover { border-color: #993300; }

.weather_linkblue:hover { border-color: #ffffff; }

.weather_linkblue2:hover { border-color: #000099; }

.weather_minion
{
background: transparent url('images/minion_09_umbrella_2_a.png') no-repeat;
display: block;
width: 116px;
height: 133px;
margin-top: -11px;
margin-left: 2px;
}

.weather_minion:hover 
{
 background: transparent url('images/minion_09_umbrella_a.png') no-repeat; 
}

@keyframes zoomIn {
  0% { transform: scale(0, 0); opacity: 0 }
  100% { transform: scale(1, 1); opacity: 1 }
}

.zoomIn
{
  animation: zoomIn 4s;
}

@keyframes zoomIn2 {
  0% { transform: scale(0, 0); opacity: 0 }
  100% { transform: scale(1, 1); opacity: 1 }
}

.zoomIn2
{
  animation: zoomIn2 4s;
}


