#sidebar {
  width: 20%;
  padding-left: 10px;
  margin-top: -7px;
}

@media screen and (max-width: 1000px) {
  #sidebar {
    display: none;
  }
}

/*#########*/
/* SHARING */
/*#########*/
#wrapper-share-links {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

#atstbx {
  max-width: 180px;
}

.at-share-btn {
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
  margin-bottom: 0px;
}

@media screen and (max-width: 950px) {
  #wrapper-share-links {
    margin-bottom: 30px;
  }
}

/*#############*/
/* END SHARING */
/*#############*/
.youtube {
  z-index: 1;
}

.youtube-channel {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  background-color: #F1F0E2;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  height: 105px;
}

.youtube-title {
  font-weight: bold;
  width: 100%;
  padding: 8px;
  text-align: center;
  margin-bottom: 5px;
}

.youtube-title a {
  text-decoration: none;
  color: black;
  font-size: 16px;
}

.youtube-title a:hover {
  text-decoration: underline;
  color: #036;
}

/*############*/
/* FAST LINKS */
/*############*/
.wrapper-fast-links {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-bottom: 30px;
}

.wrapper-fast-links a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: black;
}

.title-fast-links {
  height: 25px;
  width: 100%;
  color: white;
  padding-top: 2px;
}

.title-fast-links p {
  text-align: center;
  color: white;
  font-size: 18px;
  line-height: 22px;
  font-family: Georgia, "New Century Schoolbook", "Times New Roman", Times, Serif, serif;
}

.fast-links {
  background-color: rgba(0, 0, 0, 0.1);
  min-height: 50px;
  margin-top: 5px;
  cursor: pointer;
}

.fast-links p {
  padding: 10px;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}

.fast-links:hover {
  background-color: rgba(243, 231, 166, 0.3);
}

/*################*/
/* END FAST LINKS */
/*################*/
/*##################*/
/* OTHER LANGUAGES */
/*##################*/
#wrapper-other-languages {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

#wrapper-other-languages a {
  text-decoration: none;
  color: black;
}

#other-languages-title {
  text-align: center;
  padding-top: 2px;
  height: 25px;
  margin-bottom: 20px;
  width: 100%;
}

#other-languages-title p {
  text-align: center;
  color: white;
  font-size: 18px;
  line-height: 22px;
  font-family: Georgia, "New Century Schoolbook", "Times New Roman", Times, Serif, serif;
}

.other-languages-english {
  text-align: center;
  padding: 10px;
  white-space: nowrap;
  border-radius: 7px;
  width: 135px;
  margin-bottom: 7px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}

.other-languages-english {
  font-weight: bold;
}

.other-languages-english:hover {
  background-image: url(../images/english.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.other-languages-spanish {
  text-align: center;
  padding: 10px;
  white-space: nowrap;
  border-radius: 7px;
  width: 135px;
  margin-bottom: 7px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}

.other-languages-spanish {
  font-weight: bold;
}

.other-languages-spanish:hover {
  background-image: url(../images/spanish.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.other-languages-french {
  text-align: center;
  padding: 10px;
  white-space: nowrap;
  border-radius: 7px;
  width: 135px;
  margin-bottom: 7px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}

.other-languages-french {
  font-weight: bold;
}

.other-languages-french:hover {
  background-image: url(../images/french.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.other-languages-italian {
  text-align: center;
  padding: 10px;
  white-space: nowrap;
  border-radius: 7px;
  width: 135px;
  margin-bottom: 7px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}

.other-languages-italian {
  font-weight: bold;
}

.other-languages-italian:hover {
  background-image: url(../images/italian.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.other-languages-portuguese {
  text-align: center;
  padding: 10px;
  white-space: nowrap;
  border-radius: 7px;
  width: 135px;
  margin-bottom: 7px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}

.other-languages-portuguese {
  font-weight: bold;
}

.other-languages-portuguese:hover {
  background-image: url(../images/portuguese.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.other-languages-romanian {
  text-align: center;
  padding: 10px;
  white-space: nowrap;
  border-radius: 7px;
  width: 135px;
  margin-bottom: 7px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}

.other-languages-romanian {
  font-weight: bold;
}

.other-languages-romanian:hover {
  background-image: url(../images/romanian.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.other-languages-german {
  text-align: center;
  padding: 10px;
  white-space: nowrap;
  border-radius: 7px;
  width: 135px;
  margin-bottom: 7px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}

.other-languages-german {
  font-weight: bold;
}

.other-languages-german:hover {
  background-image: url(../images/german.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.other-languages-japanese {
  text-align: center;
  padding: 10px;
  white-space: nowrap;
  border-radius: 7px;
  width: 135px;
  margin-bottom: 7px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}

.other-languages-japanese {
  font-weight: bold;
}

.other-languages-japanese:hover {
  background-image: url(../images/japanese.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

/*#####################*/
/* END OTHER LANGUAGES */
/*#####################*/
/*#############*/
/* MHFM BOOKS */
/*#############*/
.home-books {
  margin-top: 40px;
}

.home-books a {
  text-decoration: none;
  color: black;
}

.home-books a:hover {
  text-decoration: underline;
  color: #036;
}

.home-books img {
  width: 45%;
}

.home-books p {
  font-style: normal;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.home-books figcaption:hover {
  text-decoration: underline;
  color: #036;
}

.home-books img:hover {
  opacity: 0.7;
}

/*################*/
/* END MHFM BOOKS */
/*################*/
