#main-header
{
display: flex; display: -webkit-flex;
flex-direction: column; -webkit-flex-direction: column;
align-items: center; -webkit-align-items: center;
width: 100%;
padding-top: 15px;
background-color: #B7AB6A;
margin: auto;
}
#main-image
{
width: 99%;
margin: auto;
}
#main-image img
{
box-sizing: border-box;
}
#wrapper-header
{
display: flex; display: -webkit-flex;
flex-direction: row; -webkit-flex-direction: row;
justify-content: space-between; -webkit-justify-content: space-between;
align-items: center; -webkit-align-items: center;
width: 100%;
margin-bottom: 3px;
margin-top: 5px;
min-height: 150px;
background-color: black;
padding: 7px;
}
@media screen and (max-width: 550px)
{
  #wrapper-header
  {
  display: none;
  }
}


/* ######################## */
/* ### TITLE AND SEARCH ### */
/* ######################## */
.wrapper-title-search
{
display: flex; display: -webkit-flex;
justify-content: space-between; -webkit-justify-content: space-between;
align-items: center; -webkit-align-items: center;
flex-direction: row; -webkit-flex-direction: row;
width: 100%;
}
#cse-search-box
{
display: flex; display: -webkit-flex;
justify-content: center; -webkit-justify-content: center;
margin: auto;
}
.mhfm-search
{
display: flex; display: -webkit-flex;
justify-content: center; -webkit-justify-content: center;
flex-direction: row; -webkit-flex-direction: row;
align-items: center; -webkit-align-items: center;
padding: 10px;
background-color: #DFDEBB;
margin-right: 10px;
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
height: 53px;
}
.mhfm-input
{
margin-left: 5px;
height: 33px;
cursor: pointer;
font-family: Arial;
}
.mhfm-search-text
{
width: 250px;
font-family: Arial;
padding-left: 7px;
padding-top: 3px;
font-size: 16px;
}
.mhfm-search-text
{
background-image:none !important;
}
@media screen and (max-width: 1105px)
{
  .wrapper-title-search
  {
  flex-direction: column; -webkit-flex-direction: column;
  justify-content: center; -webkit-justify-content: center;
  }
  .mhfm-search
  {
  margin-right: 0px;
  }
}
@media screen and (max-width: 400px)
{
  .mhfm-search-text
  {
  width: 160px;
  }
  .mhfm-search
  {
  margin-right: 0px;
  }
}
/* ############################ */
/* ### END TITLE AND SEARCH ### */
/* ############################ */


/* ################## */
/* ### FIRST TEXT ### */
/* ################## */
#first-text
{
width: 100%;
margin-bottom: 10px;
}
#first-text p
{
text-align: left;
font-size: 14px;
font-weight: bold;
line-height: 1;
}
/* ###################### */
/* ### END FIRST TEXT ### */
/* ###################### */


/* ############# */
/* ### PANEL ### */
/* ############# */
.mhfm-panel
{
border-left: 14px solid black;
}
@media screen and (max-width: 1000px)
{
  .mhfm-panel
  {
  border-left: 9px solid black;
  }
}
@media screen and (max-width: 800px)
{
  .mhfm-panel
  {
  display: none;
  }
}
/* ################# */
/* ### END PANEL ### */
/* ################# */


/* ############## */
/* ### SLIDER ### */
/* ############## */
.mhfm-slider
{
background-color: black;
border: 1px solid white;
}
@media screen and (max-width: 1105px)
{
  .mhfm-slider
  {
  margin-bottom: 10px;
  border: 7px solid black;
  }
  .mhfm-panel
  {
  margin: auto;
  border: 8px solid black;
  background-color: black;
  }
  #wrapper-header
  {
  background: none;
  flex-direction: column; -webkit-flex-direction: column;
  justify-content: center; -webkit-justify-content: center;
  align-items: center; -webkit-align-items: center;
  width: 570px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px)
{
  #wrapper-header
  {
  margin-bottom: -20px;
  }
}
/* ################## */
/* ### END SLIDER ### */
/* ################## */


/* #################### */
/* ### HEADER TITLE ### */
/* #################### */
.header-box
{
margin-top: 15px;
margin-left: -10px;
margin-bottom: -5px;
}
.header-box a
{
text-decoration: none;
color: black;
}
@media screen and (max-width: 1105px)
{
  .header-box
  {
  display: flex; display: -webkit-flex;
  justify-content: center; -webkit-justify-content: center;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 0px;
  width: 606px;
  }
  .header-box a, .header-box img
  {
  width: 100%;
  text-align: center;
  margin: 0px;
  }
}
@media screen and (max-width: 650px)
{
  .header-box
  {
  width: 450px;
  }
}
@media screen and (max-width: 500px)
{
  .header-box
  {
  width: 400px;
  }
}
@media screen and (max-width: 450px)
{
  .header-box
  {
  width: 300px;
  }
}
@media screen and (max-width: 350px)
{
  .header-box
  {
  width: 250px;
  }
}





.header-site p:hover
{
color: white;
}
#header-search
{
margin-bottom: 20px;
margin-top: 20px;
}
.addthis_sharing_toolbox
{
text-align: center;
margin-top: 5px;
}
/* ######################## */
/* ### END HEADER TITLE ### */
/* ######################## */



nav
{
width: 100%;
}
