.slogan_div {
  margin: auto;
  width: 100%;
  padding-top: 50%;
}

.slogan_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 20px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.player-controles {
  bottom: 0;
  left: 0;
  position: absolute;
}

.player-controles .player-button img {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
}

.header {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  position: fixed;
  height: 60px!important;
  overflow: hidden;
  z-index: 10;
}

.main {
  margin: 0 auto;
  display: block;
  height: 100%;
  margin-top: 60px;
}

.mainInner {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}

.mainInner div {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 1.25px;
}

#sidebarMenu {
  height: auto;
  position: fixed;
  left: 0;
  width: 100%;
  margin-top: 60px;
  transform: translateX(-100%);
  transition: transform 250ms ease-in-out;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  background: -o-linear-gradient(top, #000 0%, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background: linear-gradient(180deg, #000 0%, #000 100%);
}
#sidebarMenu span{
  font-family: 'Roboto';
  font-weight: 700;
  color: #fff;
}
#sidebarMenuUl{
  padding: 0;
}
#sidebarMenuUl li{
  max-width: calc(50% - 41px);
  width: 100%;
  display: inline-block;
}
#sidebarMenuUl li:nth-child(2n+1){
  border-right: 1px solid rgba(255, 255, 255, 0.10);
}

input[type="checkbox"]:checked ~ #sidebarMenu { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

input[type=checkbox] {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

button {
  border: none;
  padding: 0;
  margin: 0;
}

.sidebarMenuInner {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}


.sidebarMenuInner li {
  list-style: none;
  color: #fff;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebarMenuInner li span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.50);
}

.sidebarMenuInner li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px !important;
}

.sidebarIconToggle {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 22px;
  left: 15px;
  height: 22px;
  width: 22px;
}

.spinner {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #000;
}

.horizontal {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

.diagonal.part-1 {
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -9px;
}

.contact{
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact img{
  max-width: 300px;
  margin: 30px auto;
}
.contact a{
  border-bottom:1px solid #000;
  color:#000;
  text-decoration: none;
  margin-bottom:15px;
  font-size: 16px;
  outline: none;
}
.contact p{
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}
.contact +.slogan_div{
  padding-top: 20%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}