.page-id-6 {background-color: #404040;}

@media only screen and (max-width: 786px) {
  
.breadcrumbs{
       margin-top: 50px!important;
}

}

#comments {
    display:none!important;
}.entry-footer{
  display:none!important;
}
div.sharedaddy h3.sd-title:hover{
   color:black!important;
}

.newoverlap{
    padding: 17px;
    overflow: auto;
    display: inline-block;
   background: #f5f5f5;
    margin-right: 3px;
    height: 130px;
     text-align:center;width:33%!important;
    font-size:20px;
    font-family: sans-serif;
}

.newoverlap:hover{
        padding: 17px;
    overflow: auto;
    display: inline-block;
   background: blue;
    margin-right: 3px;
    height: 130px;
  color:white!important;
  text-align:center;width:33%!important;
  font-size:20px;
  font-family: sans-serif;
}


.newoverlap_inactive{
    padding: 17px;
    overflow: auto;
    display: inline-block;
   background: #e0e0e0;
    margin-right: 3px;
    height: 130px;
     text-align:center;width:33%!important;
    font-size:20px;
  font-family: sans-serif;
}

.newoverlap_inactive:hover{
        padding: 17px;
    overflow: auto;
    display: inline-block;
   background: #e0e0e0;
    margin-right: 3px;
    height: 130px;
 font-family: sans-serif;
  text-align:center;width:33%!important;
  font-size:20px;
}





.newoverlap_wide{
    padding: 17px;
    overflow: auto;
    display: inline-block;
   background: #f5f5f5;
    margin-right: 3px;
    height: 130px;
     text-align:center;width:45%!important;
    font-size:20px;
  font-family: sans-serif;
}

.newoverlap_wide:hover{
        padding: 17px;
    overflow: auto;
    display: inline-block;
   background: blue;
    margin-right: 3px;
    height: 130px;
  color:white!important;
  font-size:20px;
  text-align:center;width:45%!important;
  font-family: sans-serif;
}


.newoverlap_wide_inactive{
    padding: 17px;
    overflow: auto;
    display: inline-block;
   background: #e0e0e0;
    margin-right: 3px;
    height: 130px;
     text-align:center;width:45%!important;
    font-size:20px;
  font-family: sans-serif;
}

.newoverlap_wide_inactive:hover{
        padding: 17px;
    overflow: auto;
    display: inline-block;
   background: #e0e0e0;
    margin-right: 3px;
    height: 130px;
 font-family: sans-serif;
  text-align:center;width:45%!important;
  font-size:20px;
}

.nnn{
font: 200 12px/1.5 sans-serif;
}

@media screen and (max-width: 786px) {
  .newoverlap{
  width: 100%!important;
}
.newoverlap:hover{
  width: 100%!important;
}
  .newoverlap_inactive{
  width: 100%!important;
}
.newoverlap:hover_inactive{
  width: 100%!important;
}
}

.float-container{
  max-width: 1000px;
  margin: auto;
  width: 90%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.float-child{
  width: 50%;
}

.float-child img{
  width: 100%;
  height: 100%;
}

.float-child--release{
  padding: 50px 20px;
}

@media screen and (max-width: 750px) {
  .float-child{
    width: 100%;
  }

  .float-child--merged{
    width: 50%;
  }
}
