b, strong {	font-weight: bold; }

i, em { font-style: italic;}

H1 {
     font-size: 125%;
     font-weight: 700;
     color: #E2091E;
}

H2 {
     font-size: 110%;
     font-weight: 600;
}

div.logo { width:100%; height:80px; overflow: hidden; background:#E2091E; }

div.ui-header { background-image:url(/pic/top1.jpg); background-repeat: no-repeat; min-height:80px; background-color:#E2091E !important; border:0px;}

a {cursor:pointer; cursor:hand;}

a.greenbtn,a.redbtn
{
border-radius: 10px; padding: 3px 10px;
margin: 10px;
}
a.greenbtn { background-color:#afa;}
a.redbtn { background-color:#faa;}

div#othersites a
{
margin: 10px;
}

div#overlay2
{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all ease-out 0.3s;
  z-index: 1005;
  opacity: 0;
}

div#othersites,  div#ask_desktop, div#ask_mobile, div#ask_pro
{

	display: none;
	padding:10px;
	background-color: white;
	width: 80%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	z-index:1010;
	text-align:center;
}
img.picture
       {
          float:none !important;
          display: block !important;
          margin: auto !important;
          max-width: 100% !important;
          height: auto !important;
       }
/*@media (max-width: 400px) {

} */
