.container{
  margin-top: 50px;
}

.container div{
  margin-right: 0px;
  margin-left: 0px;
}

hr{
  border: 0px;
  background-color: black;
  opacity: .5;
  height: 1px;
}

.hr_d{
  margin-bottom: 50px;
}

/*****************************************************************
  EXIT
*****************************************************************/

.exit, .exit_photo{
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin: 0 auto;
  z-index: 104;
  color: black;
  right: 10px;
  top: 10px;
}

.cross{
  position: absolute;
  background-color: black;
  height: 2px;
  width: 30px;
  cursor: pointer;
  -o-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.cross1{
  top: 20px;
  right: 10px;
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cross2{
  top: 20px;
  right: 10px;
  -o-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.exit_photo:hover, .exit:hover .cross1, .exit:hover .cross2{
  -o-transform: rotate(0deg)!important;
  -moz-transform: rotate(0deg)!important;
  -webkit-transform: rotate(0deg)!important;
  transform: rotate(0deg)!important;
}

/*****************************************************************
  DISPLAY PHOTOS
*****************************************************************/

.display_photo{
  background: white;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  display: none;
}

.display_photo img{
  width: 100%;
  max-width: 600px;
}

.display_photo button{
    border: 0px;
    padding: 19px;
    font-size: 25px;
    background-color: #ff0000d9;
    color: #fff;
    margin: 10px 80px;
    cursor: pointer;
}

/*****************************************************************
  FLAGS DOC
*****************************************************************/

#doc_9260, #doc_9860, #manual_9860, #manual, #doc{
  display: none;
  padding-top: 150px;
}

#doc_9260 img, #doc_9860 img, #manual_9860 img, #manual img, #doc img{
    width: 75px;
    margin: 6px;
    cursor: pointer;
}

.exit_popup .cross{
  background-color: white;
}

.exit_popup{
    z-index: 108;
}