@font-face {
  font-family: BebasNeue-Book; 
  src: local("BebasNeue Book"),
  url(fonts/BebasNeueBook.eot);
}
@font-face {
  font-family: BebasNeue-Book; 
  src: local("BebasNeue Book"),
  url(fonts/BebasNeueBook.otf);
}
@font-face {
  font-family: BebasNeue-Light; 
  src: local("BebasNeue Light"),
  url(fonts/BebasNeueBook.eot);
}  
@font-face {
  font-family: BebasNeue-Light; 
  src: local("BebasNeue Light"),
  url(fonts/BebasNeueLight.otf);
}  

body {
  background-color: rgb(200, 200, 200);
}
.sliderB {
    width: 900px;
    height: 900px;
    border: 1px solid rgba(180, 180, 180, 1);
    position: relative;
    overflow: hidden;
    background-color: white; 
}

.sliderB > input {
    display: none;
}

.sliderB > label {
    display: none;
}

.sliderB > input:checked + div + label,
.sliderB > input:checked + div + label + label {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: rgba(180, 180, 180, 0.7);

    cursor: pointer;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.sliderB > input:checked + div + label > div,
.sliderB > input:checked + div + label + label > div {
    font-size: 30px;
    color: #fff;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    line-height: 80px;
}

.sliderB > input:checked + div + label {
    left: -40px;
}

.sliderB > input:checked + div + label > div {
    content: '&#9664;';
    left: 55%;
}

.sliderB > input:checked + div + label + label {
    right: -40px;
}

.sliderB > input:checked + div + label + label > div {
    content: '&#9654;';
    right: 55%;
}

.sliderB > div {
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    z-index: 0;
}

.sliderB > div {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s ease-out 0.05s, visibility 0.05s ease-out 0.95s;
}

.sliderB > input:checked + div {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.8s ease-out 0.05s, visibility 0.05s ease-out 0s;
}

.sliderB > div > p {
    position: absolute;
    top: -50px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: #555;
    font-family:BebasNeue-Light;
}

.sliderB > div > table.intro {
    font-family:BebasNeue-Light;
    border:none;
    cellpadding:20px;
    cellspacing:10px;
    border-collapse:collapse;
    color: rgb(37,104,103);
}
.sliderB > div > table.intro tr td {
    padding:20px;
}
.sliderB > div > table.nav {
    width:100%;
    margin-top: -20px;
    margin-bottom: 20px
}

.sliderB > div > table.nav tr td {
    padding:0;
    font-family:BebasNeue-Light;
    color: rgb(37,104,103);
}

ul.about {
    font-family:BebasNeue-Book;
    font-size:16pt;
    list-style: none;
}

a {
    cursor:pointer;
    text-decoration:none;
    color: rgb(37,104,103);
}
a:hover{text-decoration:underline;color:rgb(37,104,103);}

.sliderB > div > div.section
{
    font-family:BebasNeue-Light;
    margin-top:90px;
    font-size:40pt;
    color: rgb(210,45,32);
    text-align:center;
}

hr {border:none; background:#D2202D; height:1px;width:500px}