/*Modal SlideShow*/

input[type=range] {
  width: 300px;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
}
input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: #555;
  cursor: pointer;
  margin-top: -8px;
}

input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background: #555;
  cursor: pointer;
}

input[type=range]::-ms-thumb {
  height: 20px;
  width: 20px;
  background: #555;
  cursor: pointer;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #ccc;
}

input[type=range]:active::-webkit-slider-runnable-track {
  background: #d6d6d6;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #ccc;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #ccc;
}

input[type=range]:focus::-ms-fill-lower {
  background: #ddd;
}

input[type=range]::-ms-fill-upper {
  background: #ccc;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ddd;
}

/*.site-menu-pequeno #slide-show-galeria { transform: translate(0, -60px); }
.site-menu-medio #slide-show-galeria { transform: translate(0, -90px); }
.site-menu-grande #slide-show-galeria { transform: translate(0, -120px); }*/

#slide-show-galeria{
  height: 100%;
  width: 100%;
  z-index: 1001;
  position: fixed;
  background-color: black;
  overflow: hidden;
  top: 0;
}
#change-img{
  position: absolute;
  z-index: 1002;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  object-fit: scale-down;
  background-color: rgb(0, 0, 0, .3);
}
#change-img-2{
  position: absolute;
  z-index: 1001;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  object-fit: scale-down;
  background-color: rgb(0, 0, 0, .3);
}
.slide-show{
  z-index: 1001;
  position: absolute;
  max-width: 80%;
    max-height: 80%;
    height: 80%;
    width: 80%;
    left: 10%;
    right: 10%;
    top: 10%;
    bottom: 10%;
    display: none;
}
.fechar{
  position: absolute;
  top: 30px;
  right: 40px;
  width: 35px;
  opacity: 0.5;
  height: 35px;
  float: right;
  z-index: 1002;
  font-size: 20px;
  text-align: center;
  border-radius: 30px;
  letter-spacing: 8px;
  transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0.65);
}
.fechar:hover{
  opacity: 1;
}
.fechar i.fa{
  top: auto;
  width: 15px;
  font-size: 20px;
  line-height: 35px;
  position: relative;
  transform: inherit;
  display: inline-block;
  color: #fff;
}
.play{
  z-index: 1003;
    position: absolute;
    color: #333;
    font-size: 50px;
    opacity: .5;
}
.play:hover{
  cursor: pointer;
  color: #fff;
  opacity: 1;
}
.center-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide-play-icon{
  position: absolute;
  z-index: 1002;
  opacity: 0;
    font-size: 100px;
}
.slide-play-icon:hover{
  cursor: pointer;
  z-index: 1002;
  opacity: 1;
}
.img-responsive{
    height: auto;
    object-fit: cover;  
}
.initial-link{
  display: block;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 45%;
  /*top: 50%;*/
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
.initial-link > h2 > a {
  color: #fff;
  /*text-shadow: 2px 1px 1px #000;*/
  font-size: 18px;
  cursor: pointer;
}
.bg-img{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  z-index: 1000;
  position: relative;
}
.bg-blur {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  opacity: .3;  
}
.menu-slide{
  background-color: black;
    z-index: 1003;
    height: 50px;
    padding-top: 10px;
    width: 35%;
    position: fixed;
    opacity: .8;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 20px;
    color: #ccc;
}
.menu-slide:hover{
  background-color: black;
    z-index: 1003;
    height: 50px;
    padding-top: 10px;
    width: 35%;
    position: fixed;
    opacity: .8;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 20px;
}
#menu-play-slide{
  position: fixed;
  left: 0;
    font-size: 30px;
    width: 10%;
    top: 25%;
    text-align: center;
    opacity: .8;
}
#menu-play-slide:hover{
  cursor: pointer;
  color: #fff;
  opacity: 1;
}
#menu-vol{
  position: fixed;
  right: 10%;
    font-size: 30px;
    width: 10%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#menu-vol:hover{
  cursor: pointer;
  color: #fff;
  opacity: 1;
}
#icon-range-vol{
  /*position: fixed;*/
  opacity: 1;
    z-index: 1003;
    -webkit-appearance: none;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: transparent;
    width: 105px;
    padding: 10% 0;
}
#icon-range-vol:hover{
  cursor: pointer;
  color: #fff;
  opacity: 1;
}
/*#icon-range-progress{

}*/
#menu-current-max-photo{
  position: absolute;
    left: 10%;
    font-size: 20px;
    width: 10%;
    text-align: center;
    top: 30%;
}
#current-max-photo{
  width: 100%;
    text-align: center;
}
#menu-progress-range{
  position: fixed;
    width: 60%;
    right: 0;
    left: 20%;
    top: 45%;
    padding-left: 2%;
}
#menu-expand-slide{
  position: fixed;
  right: 0;
    font-size: 30px;
    width: 10%;
    top: 25%;
    text-align: center;
}
#menu-expand-slide:hover{
  cursor: pointer;
  color: #fff;
  opacity: 1;
}
#menu-range-vol{
  opacity: 0;
    position: absolute;
    right: auto;
    bottom: 8vh;
    width: 100px;
}
.show-player-menu{
  transition: 1s;;
  bottom: 20px;
  opacity: 1;
}
#current-max-photo{
  background-color: transparent;
}
#logo-slide{
  width: 80%;
  padding-bottom: 20%;
  /*padding-bottom: 5%;*/
}
.hr{
  border-top: 1px solid; 
  color:#fff;
  margin-bottom: 15%; 
}
#title-galeria{
  color: #fff;
  padding-bottom: 5%;
}
.hide-menu-player{
  transition: 1s;
  opacity: 0!important;
}

#end-slide {
  display: none;
  position: absolute;
  z-index: 1002;
  width: 100%;
  height: 100%;
}
#end-logo {
  z-index: 1002;
  height: auto; 
  width: auto;
}
.slideshow-credits {
  z-index: 1002;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 5%;
  position: absolute;
  text-align: center;
}
#epics-logo {
  width: 100px;
  margin-bottom: 10px;
}
.credit-text {
  display:block;
  color:#fff;
}

.initial-play {
  font-size: 18px; 
  margin: .83em 0; 
  min-height: 35px; 
  max-height: 35px;
}
.initial-play a {
  color: #ffffff;
}
.initial-play a:hover {
  color: #aaaaaa;
}
.initial-title {
  font-size: 36px;
}

/* customizacoes para mobile vertical */
@media (max-width: 1366px) and (orientation: landscape) {
  #end-logo {
    height: 20%;
  }
  #logo-slide {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .site-menu-pequeno #slide-show-galeria { transform: translate(0, 0); }
  .site-menu-medio #slide-show-galeria { transform: translate(0, 0); }
  .site-menu-grande #slide-show-galeria { transform: translate(0, 0); }
}

@media (max-width: 1024px) and (orientation: portrait){
  .full-mobile {
      z-index: 1001;
      position: absolute;
      max-width: 100%;
      max-height: 100%;
      height: 100%;
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: none;
  }
  #menu-progress-range {
      position: fixed;
      width: 60%;
      right: 0;
      left: 20%;
      top: 45%;
  }
  #epics-logo {
    width: 100px;
    margin-bottom: 10px;
  }
  .credit-text{
    font-size: 20px!important;
  }
  .slideshow-credits {
    bottom: 12%;
  }
  #end-logo {
    height: 10%;
  }
  #logo-slide {
    width: 50%;
  }
}
@media (max-width: 1024px) and (orientation: landscape){
  .full-mobile {
    z-index: 1001;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
  }
  #menu-progress-range {
    position: fixed;
    width: 65%;
    right: 0;
    left: 15%;
    top: 45%;
    padding-left: 2%;
  }
  #menu-progress-range {
    position: fixed;
    width: 60%;
    right: 0;
    left: 20%;
    top: 45%;
    padding-left: 2%;
  }
  #menu-current-max-photo {
    position: absolute;
    left: 10%;
    font-size: 18px;
    width: 10%;
    text-align: center;
    top: 30%;
  }
  #logo-slide {
    width: 30%;
    padding-bottom: 5%;
  }
  #title-galeria{
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .hr {
    border-top: 1px solid;
    color: #fff;
    margin-bottom: 5%;
  }
  #epics-logo {
    width: 80px;
  }
  .credit-text{
    font-size: 10px!important;
  }
  .slideshow-credits {
    bottom: 12%;
  }
  #logo-slide {
    width: 40%;
  }
}

/* customizacoes para mobile vertical */
@media (max-width: 750px) and (orientation: portrait){

  .menu-slide{
    display: none;
  }
  .initial-link > h2 > a {
    color: #fff;
    /*text-shadow: 2px 1px 1px #000;*/
    font-size: 14px;
  }
  #logo-slide {
    width: 60%;
    padding-bottom: 5%;
  }
  .full-mobile {
    z-index: 1001;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
  }
    #epics-logo {
    width: 70px;
  }
  .credit-text{
    font-size: 10px!important;
  }
  .slideshow-credits {
    bottom: 10%;
  }
}
/* customizacoes para mobile horizontal */
@media (max-width: 750px) and (orientation: landscape){
  .initial-link > h2 > a {
    color: #fff;
    /*text-shadow: 2px 1px 1px #000;*/
    font-size: 14px;
  }
  #logo-slide {
    width: 30%;
    padding-bottom: 5%;
  }
  .initial-link {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .hr {
    border-top: 1px solid;
    color: #fff;
    margin-bottom: 10%;
  }
  .fechar {
    top: 35px;
    right: 50px;
    color: #ccc;
  }
  .menu-slide {
    background-color: rgb(0,0,0,1);
    height: 10%;
    padding-top: 5px;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .menu-slide:hover{
  background-color: rgb(0,0,0,1);
    height: 10%;
    padding-top: 5px;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  #menu-progress-range {
    position: fixed;
    width: 60%;
    right: 0;
    left: 20%;
    top: 45%;
    padding-left: 2%;
  }
  .full-mobile {
    z-index: 1001;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
  }
  .menu-slide, .menu-slide:hover{
    background-color: rgb(0,0,0,1);
    opacity: 1;
    height: 10%;
    padding-top: 5px;
    width: 60%;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0%;
  }
  #menu-vol, #menu-range-vol{
    display: none;
  }
  #menu-progress-range {
    position: fixed;
    width: 70%;
    right: 0;
    left: 20%;
    top: 45%;
    padding-left: 2%;
  }
  #menu-expand-slide, #menu-play-slide{
    font-size: 25px;
    top: 15%;
    width: 10%;
  }
  #menu-current-max-photo{
    left: 10%;
    font-size: 15px;
    top: 18%;
  }
  #epics-logo {
    width: 70px;
  }
  .credit-text{
    font-size: 10px!important;
  }
  .slideshow-credits {
    bottom: 10%;
  }
}

@media (max-width: 481px) and (orientation: portrait){
  #menu-current-max-photo{
    font-size: 15px;
    width: 15%;
  }

  #menu-play-slide {
    font-size: 20px;
    padding-left: 3%;
  } 
  #menu-expand-slide {
    font-size: 20px;
    padding-right: 3%; 
  }
  .fechar {
    top: 5px;
    right: 10px;
  }
  .menu-slide {
    display: block;
    padding-top: 4%;
  }
  #menu-vol, #menu-range-vol{
    display: none;
  }
  #menu-progress-range {
    width: 55%;
    left: 30%;
    top: 45%;
    padding-left: 2%;
  }
  #epics-logo {
    width: 60px;
  }
  .credit-text{
    font-size: 10px!important;
  }
  .slideshow-credits {
    bottom: 10%;
  }
  #logo-slide {
    width: 40%;
  }
  #end-logo {
    height: 15%;
  }
}

@media (max-width: 481px) and (orientation: landscape){

  #menu-current-max-photo{
    font-size: 15px;
    width: 10%;
  }
  .fechar {
    top: 5px;
    right: 10px;
  }
  #menu-expand-slide, #menu-play-slide {
    font-size: 20px;
        top: 12%;
  } 
  .fechar {
    top: 5px;
    right: 10px;
  }
  #menu-vol, #menu-range-vol{
    display: none;
  }
  #epics-logo {
    width: 60px;
  }
  .credit-text {
    font-size: 10px!important;
  }
  .slideshow-credits {
    bottom: 10%;
  }
  #logo-slide {
    width: 30%;
  }
  #end-logo {
    height: 15%;
  }
}