  @import url(http://fonts.googleapis.com/css?family=Lato);
  * {
    font-family: 'Lato', Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    color: #444444;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}
div.seb_css3, div.cck-pad-8 .cck-ptb {
  padding: 0px !important;
}
.parallax-block {
    width: 100%;
    position: relative !important;
    height: auto !important;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.rowsection {
    padding: 5%;
}
.rowsectionFirst{
    padding: 0px;
}

/* MENU */
.opened{
  display: block !important;
}
.close{
  display: none !important;
}
.menuclose {
    padding: 5px 10px 5px 10px !important;
    background-color: #454645;
}
#menuburger{
  top: 3%;
  position: fixed;
  left: 1%;
}
.backgroundPlaybookMenu{
  background-color: #1F1F1F;
}
.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #FFFFFF;
    margin: 6px 0;
    transition: 0.4s;
}
/* Rotate first bar */

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
/* Fade out the second bar */

.change .bar2 {
    opacity: 0;
}
/* Rotate last bar */

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.menuitem, .contentitem{
  width: 100%;
  height: auto;
}
.contentitem{
  margin: 10px 0;
}
.menuicon{
  padding: 10px 10px 0 10px;
}
.contentMenu{
  padding: 10px 25px 25px 25px;
}
.menuitem{
  padding-bottom: 5px;
}
.menuitem a{
  color: #FFFFFF !important;
  text-decoration: none;
}
.menuitem a:hover{
    color: #4dff6e !important;
    text-decoration: none;
}


/* Media Queries */

/* LG */
@media (min-width: 1200px) {

}

/* MD */
@media (min-width: 980px) and (max-width: 1199px) {

}
/* SM */
@media (min-width: 768px) and (max-width: 979px) {

}
/* XS */
@media (max-width: 767px) {
  .menuitem{
    line-height: 15px;
  }
  .menuitem a{
    font-size: 14px;
  }
  .menuclose {
      padding: 5px 10px 5px 10px;
  }
  .contentitem {
      margin: 9px 0;
  }
}
