/*body {
  font-family: 'Open Sans', sans-serif;
  background-color: rgba(0, 0, 0, 0.0);
  color: #fff;
}*/
.mycolor {
  overflow: hidden;
  background-color: #6d7a78;
  color: white;
}
.mycolor2 {
  background-color: #73c72c;
  color: white;
}
.blue {
  background-color: #00a79d;
  color: white;
}
.bg-bright {
  background-color: #d6fcff;
  color: white;
}
.spacer-11 {
  /*position: absolute;*/
  width: 100%;
  height: 11em;
}
.spacer-7 {
  /*position: absolute;*/
  width: 100%;
  height: 7em;
}
.spacer-3 {
  /*position: absolute;*/
  width: 100%;
  height: 3em;
}
ul {
  color: white;
  font-size: 13px;
  text-align: left;
  font-family: 'Open sans', 'Helvetica Neue', Arial, sans-serif;
}
.margin-15 {
  margin-right: 15px;
  margin-top: 15px;
}
.rd {
   border: 2px solid;
    border-radius: 25px;
}
.over-flow {
  text-overflow: ellipsis;
}
.boxpadding {
  padding-left: 15px;
}

.image {
  display: block;
  margin:  auto;
  width: 98%;
 }
.logo-header {
  max-height: 100%;
  width: auto;
}
.box-padding {
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.header-height {
    line-height: 50px;
}
.flipper {
  position: relative;
  margin: 10px auto;
  /**width: 450px;
  height: 281px;**/
    perspective: 1000;
  z-index: 1;
}
.f1_card {
/**  width: 100%;
  height: 100%; **/
  transform-style: preserve-3d;
  transition: all 0.5s linear;
}
.flipper:hover .f1_card {
  transform: rotateY(180deg);
  /**box-shadow: -5px 5px 5px #aaa;**/
}
.face {
  position: absolute;
  /**width: 100%;
  height: 100%;**/
  backface-visibility: hidden;
}
.face.front {
  width: 100%;
  height: 355px;
  color: white;
}
.face.front img:hover{
  visibility: hidden; 
}
.face.back {
  /**display: block;**/
  transform: rotateY(180deg);
  box-sizing: border-box;
  width: 100%;
  height: 355px;
  /**padding: 10px;**/
  color: white;
  text-align: left;
  background-color: #73c72c;
}
.bg-img {
  background-image: url('../img/bg5.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: white;
}
th {
    padding-top: 18px;
    padding-bottom: 3px;
}
  .table-bg {
  background-color: #556160;
}