#popupwin {
  z-index: 99;
  margin:auto;
  position:re;
  height:200px;
  bottom:20px;
 	left:50px;
  position: fixed;
  border:none;
  border-radius: 30px;
  background-color: ;
  box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.4);
}

#popup {

  z-index: 120;
  margin:auto;
  position:absolute;
  bottom:213px;
 	left:340px;
  position: fixed;
  border-radius: 30px;
  color: #000000;
  background-color:#ffffff ;
  box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.4);
  visibility: hidden;
}

.closepopup{
left:-10px;
}
a.closepopup{
color: red;
background-color:#555555;
border-radius:15px;
padding: 2px 2px 2px 2px;
}

#wrapper {
	width: 600px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
/*	box-shadow: 0 0 50px 0 rgba(0,0,0,.25); */
}


#windows {
  z-index: 99;
  background:#000000;

  margin:auto;
  position:absolute;
  top: 50%;
  margin-top: -180px; /*set to a negative number 1/2 of your height*/

	right:-180px;
	width: 240px;
  height: 40px;
  padding: 2px 2px 2px 2px;
  position: fixed;
	text-align: left;
	transition: .15s ease-out;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);  */
}

#windows a {
  vertical-align:baseline;
  text-align: left;
	font-size: 24px;
	color: #ffffff;
  background: transparent;
	display: block;
	font-weight: bold;
  border-radius: 5px;
  padding: 3px 2px;
}


a.ctrl-win {
  color: #ffffff;
  border-radius: 231px;
	text-decoration: none;
  border: 0px solid #4EB0D9;
  border-radius: 5px;
}

a.ctrl-win :hover {
	color: #ffffff;
	background: #505050;
  padding:4px 4px 4px 4px;
  border-radius: 231px;
	transition: .15s ease-out;
}

a.ctrl-win :focus
{
	color: #ffffff;
	background: navy;
  border-radius: 231px;
	transition: .15s ease-out;
}

#ctrl-win a:focus
{
	color: #ffff00;
	background: yellow;
  border-radius: 231px;
	transition: .15s ease-out;
}

.ctrl-win img
{
  border-radius: 231px;
  left:0;
    border-style: solid;
    color: #3FACFA;
    border-width: 0px;
    background: #E8F7F7;

}

#controls {
  z-index: 100;
	float: left;
  background: #000000;
  color: #ffffff;
  margin:auto;
  position:absolute;
  top: 50%;
  margin-top: -140px; /*set to a negative number 1/2 of your height*/


 /* right:-35px; */
  right:-185px;
	width: 220px;
  height: 310px;
  padding: 4px 2px 4px 2px;
  position: fixed;
  /*position: absolute; */
	text-align: center;
	transition: .15s ease-out;
  /* border-top-left-radius: 10px; */
  border-bottom-left-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

#controls a {
  vertical-align:baseline;
	font-size: 14px;
  text-align: left;
	color: #ffffff;
  background: transparent;
	display: block;
	font-weight: bold;
  border-radius: 5px;
  padding: 2px 5px;
  overflow:hidden;
  text-overflow:ellipsis;
}

#controls a:hover {
	color: #ffffff;
	background: transparent;
/*	transition: .25s ease-out;  */
}

#controls a:focus
{
  /* display: block;
  right:0px;
	-webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;  */
}

a {
	text-decoration: none;
   font-size: 16px;
   line-height: normal;
   color: rgb(63,172,250);
	/* background: #1D7EAD; */
  /* background-color: transparent; */
  /* border: 0px solid #4EB0D9; */
  /* border-radius: 5px;  */
  /* padding: 2px 5px 2px 5px; */
}

a.menu-link {
  text-shadow: 2px 2px 2px #000000;
}
/*
a.ctrl-link {
  height: 30px;
	text-decoration: none;
  border: 0px solid #4EB0D9;
  border-radius: 5px;
}

a.ctrl-link :hover {
	color: #ffff00;
	background: #505050;
  border-radius: 5px;
	transition: .15s ease-out;
}
*/
.controls a.ctrl-link {
  height: 30px;
	text-decoration: none;
  border-radius: 5px;
/*	width: 90%;  */
/*	padding: 10px 10px; */
	font-size: 15px;
	/* outline: none; */
	border:1px solid black;

}
.controls a.ctrl-link:hover{
	border:1px solid black;
  background: azure;
}
.controls a.ctrl-link:focus{
	border:2px solid navy;
  background: azure;

 }

a.selected {
/*	background: rgb(17,83,146);  */
	color: #ffffff !important;
}
/*
#winopen { font-size: 10px !important; }
#small { font-size: 10px !important; }
#medium {	font-size: 14px !important; }
#large { font-size: 18px  !important; }
#color { font-size: 22px  !important;}
.small {	font-size: 75%; }
*/
h1 { font-size: 30px; line-height: 120%; font-weight: bold;  color: #000000;  background-Color: transparent;}
h2 { font-size: 26px; line-height: 120%; font-weight: bold;  color: #000000;  background-Color: transparent;}
h3 { font-size: 24px;	line-height: 120%; font-weight: bold;  color: #000000;  background-Color: transparent;}
h4 { font-size: 20px;	line-height: 120%; font-weight: bold;  color: #000000;  background-Color: transparent;}
h5 { font-size: 18px; line-height: 120%; font-weight: bold;  color: #000000;  background-Color: transparent;}
p {  padding: 2px 5px 2px 5px;	line-height: 100%;   border:solid 0px rgb(81,177,210); }
.note { font-size: 18px; line-height: 100%;  color: #000000;  background-Color: transparent; text-align:justify; margin-bottom: 10px; }
li {  font-size: 16px; line-height: 100%;  }
a { font-size: 16px; line-height: 100%; font-weight: bold;  color: #3991CF;  background-Color: transparent; text-align:justify; }
a.menu-link { font-size: 24px; line-height: 120%; font-weight: bold;  color: #000000;  background-Color: transparent; text-align:justify; }

#frm {
	background-color: #ffffff;
  border:solid 0px black;
  padding:0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
   border-radius: 10px;
}

#myTune {
  padding:0px;
}

.audio {
    background-color: #CCCCCC;
    color: #ffffff;


}

kbd {
background-color: #F1F1F1;
border: 1px solid #666;
border-radius: 5px;
color: #333;
padding: 0px 2px;
margin: 1px;
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
min-width: 17px;
display: inline-block;
text-align: center;
}

#skip a
{
	padding:6px;
	position: absolute;
	top:-40px;
	right:0px;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

#skip a:focus
{
  /* display: block; */
	position:absolute;
/* left:0px; */
	top:0px;
  color:white;
	background:#BF1722;
	outline:0;
	-webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
}

#winopen {position:absolute;   top:0px; left:-1px;}
#winclose {position:absolute;   top:0px; left:-1px; display: none;}

#small {position:absolute;   top:1px;}
#medium {position:absolute;   top:30px;}
#large {position:absolute;   top:60px;}

#gscale {position:absolute;   top:90px;}
#cscale {position:absolute;  top:90px; display: none;}

#highcontrast {position:absolute;   top:120px;}
#highluminance {position:absolute;   top:150px;}
#grayluminance {position:absolute;   top:180px;}


#filter1 {position:absolute; top:210px;}
#filter2 {position:absolute; top:210px; display: none;}
#filter3 {position:absolute; top:210px; display: none;}
#filter4 {position:absolute; top:210px; display: none;}
#filter5 {position:absolute; top:210px; display: none;}
#filter  {background-color:transparent;  top:0; left:0; height:100%; width:100%; z-index:2147483640; position:fixed; pointer-events: none; }

#speech {position:absolute; top:240px;}
#speechoff {position:absolute; top:240px; display: none;}

#normalcontrast {position:absolute;   top:270px;}

/*#speechset {position:fixed; top:2px; right:0px; z-index: 999;} */

 #speechset {position:relative; right:310px; bottom:-195px;  z-index: 999; }
#myTune {position:relative; right:310px; bottom:-195px;  z-index: 999; padding:0px;}
.audio {
  /*  background-color: #CCCCCC;
    color: #ffffff;
    top:300px;
     right:-500px;
    right:0px;
    z-index: 999999;*/
}




.skypebutton {
  position: relative;
  left:0px;
  top:0px;
  height: 60px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border: 0px solid #C0C0BE;
  border-radius: 5px;
}


img {

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: url(grayscale.svg); /* Firefox 4+ */
    filter: gray;   /* IE 6-9 */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
/* display: none; */
}



img:hover {
 /*
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); */ /* Firefox 10+, Firefox on Android */

}

.blog-gridrooms {
 position:absolute;
 width:100%;
 z-index: 1;
 left:0px;
  top:0px;
  height: 60px;
}

.blog-gridrooms:hover {

}

.blog-imgrooms {
float: right;
width:80%;
min-height:270px;
height:auto;
margin-bottom: 10px;
margin-left: 100px;
}

.blog-imgrooms:hover {

}
