body {
/*	background-image: url("../images/bg.jpg");*/
	background-color: #ffffff;
/*	background-repeat: no-repeat;
    background-attachment: fixed;*/
}

a:link {
  text-decoration: none;
}

.f10 {
	font-size: 10px;
}
.f11 {
	font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}

.footer {
/*  position: absolute;*/
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #000066;
}

.tn {
	padding-left: 4px; 
	padding-right: 4px; 
}

/*
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
*/
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
.imgf {
  opacity: 0.2;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

.r-red { border:10px solid #ff3300; }
.r-blue { border:10px solid #3366ff; }

.r-red2 { border:3px solid #ff3300; }
.r-blue2 { border:3px solid #3366ff; }

.circular--landscape {
  display: inline-block;
  position: relative;
/*  width: 200px; */
/*  height: 200px;	*/
  overflow: hidden;
  border-radius: 50%;
}

.circular--landscape img {
  width: auto;
  height: 100%;
  margin-left: -50px;
}

.circular--landscape75 {
  display: inline-block;
  position: relative;
/*  width: 125px;	*/
  height: 125px;	
  overflow: hidden;
  border-radius: 50%;
}

.circular--landscape75 img {
  width: auto;
  height: 100%;
  margin-left: -50px;
}

._blink {
  animation: blinker 0.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
