/* Add here all your CSS customizations */
.inner-container {
  max-width: 991px;
  text-align: left;
}

.b-light {
  font-weight: 600;
}

.block-ab {
  width: 15.5%;
  height: 280px;
  float: left;
  margin: 4px;
}

@media (max-width: 767px) {
  .block-ab {
    max-height: 190px;
    width: 31%;
    float: left;
    margin: 2px;
  }
}

@media (max-width: 600px) {
  ul.history li .thumb {
    display: none;
  }

  ul.history li .featured-box {
    margin-left: 0;
  }
}

@media (max-width: 479px) {
  .block-ab {
    max-height: 150px;
    width: 31%;
    float: left;
    margin: 2px;
  }
}

/* --- Dropdown for Login --- */
/* Dropdown Button */
.dropbtn {
  background-color: #999999;
  color: white;
  padding: 6px 10px 6px 10px;
  font-size: 13px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  z-index: 99999;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 13px;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #eeeeee
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #44525a;
}

/*-----------------------------------------------------------------------------
-------------------------------------------------------------------------------
-----------------------------------------------------------------------------*/
/* added by Miguel Santos */
/* Video */


/* Images disposition */
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 10px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

/* Create four equal columns that sits next to each other */
.lead {
text-align: justify;
}

/* --- End --- */
