@import url('https://fonts.googleapis.com/css?family=Roboto');

#main-header
{
display: flex; display: -webkit-flex;
flex-direction: column; -webkit-flex-direction: column;
align-items: center; -webkit-align-items: center;
width: 100%;
background-color: #B7AB6A;
margin: auto;
}

/* Header Scroll Top */

.scroll-wrapper {
  width: 100%;
  margin: 10px auto 0 auto;
  max-width: 1120px;
  overflow: hidden;
  display: inline-block;
}

.scroll-container {
  padding: 0 0 0 8px;
}

.scroll-thumbnail {
  padding: 3px;
  margin: 0 auto 0 auto;
  background: #202020;
}

.thumb {
  float: left;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.thumb img {
  border: #777 solid 1px;
  transition: all .15s ease-in-out;
}

.thumb img:hover {
  border: #FFFFCC solid 1px;
  transform: scale(1);
  box-shadow: 2px 2px 7px #dbc86b;
}

.overlay {
  position: relative;
}

.overlay .thumbnail {
  display: block;
}
.overlay .time {
  position: absolute; z-index: 2;
  right: 5px;
  bottom: 5px;
  padding: 0 3px 0 5px;
  font-size: 14px;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}

.overlay .playWrapper {
  opacity: 0;
  position: absolute; z-index: 1;
  top: 4px;
  left: 4px;
  width: 120px; height: 99px;
  background: rgba(0,0,0,0.6);
  /*background: rgba(222,44,87,0.6) url("playbtn.svg") no-repeat scroll center center / 50px 50px;*/
}

.playWrapper .playBtn {
  position: absolute; z-index: 2;
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; /* center */
}

.thumb .overlay:hover .playWrapper {
  opacity: 0.88;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

#main-image {
width: 99%;
margin: auto;
}
#main-image img {
box-sizing: border-box;
}

.wrapper-header-top {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  width: 100%;
}

/* ### HEADER TITLE ### */

.header-box {
  text-align: justify;
  width: 100%;
  padding: 25px 0 0 32px;
}
.header-box h1 {
  font-size: 30px;
  line-height: 0.1;
  font-family: Georgia, "New Century Schoolbook", "Times New Roman", Times, Serif, serif;
}
.header-box p {
  font-size: 16px;
  line-height: 1.4;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
}
.header-box a
{
text-decoration: none;
color: black;
}


#wrapper-header-panel
{
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: 93%;
margin: -5px auto 3px auto;
min-height: 150px;
background-color: black;
padding: 10px;
}
@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: 60%;
}
#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;
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;
padding-top: 10px;
font-size: 18px;
}
.mhfm-search-text{
background-image:none !important;
}
/* ############################ */
/* ### 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 {
width: 600px;
height: 350px;
border: white 1px solid;
float:left;
}

/* ### SLIDER ### */

.mhfm-slider {
  border: 1px solid white;
  float:left;
}



.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%;
}
