@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "FuturaBT";
  src: url("../fonts/FuturaBT-Light.eot");
  src: url("../fonts/FuturaBT-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FuturaBT-Light.woff") format("woff"),
    url("../fonts/FuturaBT-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

h1.heading {
  font-family: "FuturaBT";
  font-size: 26px;
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0px 8px;
}

.images {
  float: left;
  position: relative;
}

/* Desktop hover effect */
.images::after {
  content: attr(data-category);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}

.images:hover::after {
  opacity: 1;
}

/* Mobile category label */
.mobile-category {
  display: none;
}

.logo {
  margin: 5px 0 0 0;
}

.social {
  margin-top: 20px;
}

.clear {
  clear: both;
}

  /* .footer_details {
  display: block;
}

.footer_details2 {
  display: none;
}

.latest {
  display: block;
}

.latest2 {
  display: none;
}*/

#porti_copy h1 {
  padding: 18px 0px;
  border-bottom: 2px solid #000;
}

#play {
  display: none;
}

div#zoom {
  max-width: 974px;
  min-width: 540px;
  margin: 0 auto;
  left: 0 !important;
  right: 0;
}

@media (max-width: 1000px) {
  #player-holder {
    visibility: visible !important;
  }
  div#zoom {
    width: 100% !important;
    margin: 0 auto;
    left: 0px !important;
    max-width: 974px;
    height: 100% !important;
  }
}

@media (max-width: 720px) {
  iframe {
    width: 100%;
    min-width: 600px;
    max-width: 640px;
    margin-top: 10px;
    min-height: 390px;
  }
  div#zoom {
    max-width: 974px;
    min-width: 310px;
  }
  h1.heading {
    font-family: "FuturaBT";
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0px 8px;
  }
}

@media (max-width: 600px) {
  .display-none {
    display: none;
  }
  div#zoom {
    z-index: 999999;
    height: inherit !important;
  }
  .images:hover {
    background: #7486e2;
  }
  iframe {
    width: 100%;
    max-width: 400px;
    margin-top: 10px;
    max-height: 250px;
    min-width: 350px;
    min-height: 250px;
  }
  #imagemap {
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  #content {
    position: relative;
    height: 100%;
    margin: 0 auto;
    width: 90%;
  }
  #centered {
    position: relative;
    clear: none;
    height: 100%;
    width: 100%;
    min-width: initial;
    margin: 0 auto;
  }

  .images {
    position: relative !important;
    top: auto !important;
    float: left !important;
    left: auto !important;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #ccc;
    -mox-box-shadow: 5px 5px 5px #ccc;
    -o-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
  }

  /* Hide desktop hover effect on mobile */
  .images::after {
    display: none;
  }

  /* Show mobile category label */
  .mobile-category {
    display: block;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    color: #333;
    padding: 0 5px;
  }

  #name {
    border: none;
    box-shadow: none;
    width: 100%;
    float: left;
    top: auto;
    max-height: 65px;
    left: auto;
    overflow: visible;
    position: relative;
    margin: 0 auto;
  }
  #name a {
    line-height: normal;
    height: auto;
  }
  #name:hover {
    background: none;
  }
  div#name img {
    max-width: 100%;
  }
  img {
    max-width: 100%;
  }
  .social {
    margin-top: 5%;
  }
  .social img {
    width: auto;
    margin-top: 10px;
  }
  #name img {
    height: initial;
  }

  .logo {
    width: 80%;
    margin: 30px auto;
  }

  .images {
    width: 28%;
    margin: 10px 2%;
    text-align: center;
    display: inline-block;
    border: 1px solid #ccc;
    overflow: visible;
  }

  .images a {
    display: block;
    line-height: 140px;
    height: 140px;
  }
  .images img {
    vertical-align: middle;
    max-height: 101px;
    max-width: 119px;
  }
}

@media (max-width: 480px) {
  h1.heading {
    font-family: "FuturaBT";
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0px 8px;
  }
  iframe {
    width: 100%;
    max-width: 310px;
    margin-top: 10px;
    max-height: 300px;
    min-width: 250px;
    min-height: 150px;
  }
  #play {
    display: block;
  }
  .images {
    width: 45%;
    margin: 10px 2%;
    text-align: center;
    display: inline-block;
    border: 1px solid #ccc;
    overflow: visible;
  }
  .images a {
    display: block;
    line-height: 140px;
    height: 140px;
  }
  .images img {
    vertical-align: middle;
    max-height: 101px;
    max-width: 119px;
  }
/*   .footer_details {
    display: none;
  }
  .footer_details2 {
    display: block;
  }
  .latest {
    display: none;
  }
  .latest2 {
    display: block;
  } */
}
