@charset "UTF-8";
/* ================================================================== *
 * Author: Eder Silva
 * E-mail: contato@edersilva.com
 * Site: edersilva.com
 * ================================================================== */
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.icons-sprite, .icons-arrow, .header .bg .scroll {
  background-image: url('../images/icons-sce2311c692.png');
  background-repeat: no-repeat;
}

.icons-arrow, .header .bg .scroll {
  background-position: 0 0;
  height: 18px;
  width: 30px;
}

/* ================================================================== *
 * Fontes
 * ================================================================== */
/* Cores */
/* ================================================================== *
 * Grid
 * ================================================================== */
* {
  box-sizing: border-box;
  font-family: 'Oswald', sans-serif;
}

body {
  font-size: 14px;
  overflow-x: hidden;
  color: #000;
  background: #000;
  font-family: 'Oswald', sans-serif;
}

a {
  text-decoration: none;
}

/* ================================================================== *
* Container
* ================================================================== */
.container {
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 994px) {
  .container {
    padding: 0;
  }
}

* {
  color: #fff;
}

/* ================================================================== *
 * Header
 * ================================================================== */
.header {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.header .container, .header .topbar {
  position: relative;
  z-index: 9999;
}
.header .brand {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  z-index: 2;
}
.header .bg {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 1;
}
.header .bg .scroll {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 150px;
  display: block;
}

@media (min-width: 995px) {
  .home .topbar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
  }
  .home .header {
    height: 100vh;
  }
  .home .header .brand {
    top: 75px;
  }
}
@media (max-width: 994px) {
  .home .topbar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
  }

  .home .header {
    height: 50vh;
  }
  .home .scroll {
    display: none !important;
  }

  .header .brand {
    top: 60px;
    left: 50px;
  }
  .header .brand img {
    width: 75px !important;
  }
}
.logo {
  margin-bottom: 40px;
}
.logo .name {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.logo img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 994px) {
  .logo img {
    width: 70%;
    height: auto;
  }
}

.description {
  width: 315px;
  text-align: center;
  margin: 0 auto;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

.social {
  display: flex;
  align-items: center;
}
.social li {
  margin-right: 15px;
}
.social li i {
  width: 30px;
  height: 30px;
  position: relative;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #fff;
}
.social li i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 16px;
}

.languages {
  display: flex;
  margin-left: 10px;
}
.languages li {
  position: relative;
}
.languages li a {
  color: #fefefe;
  font-size: 18px;
  font-weight: 300;
  line-height: 72px;
  text-transform: uppercase;
}
.languages li + li:before {
  content: "-";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}

.menu {
  position: fixed;
  right: -999px;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: #121012;
  padding: 0 0 0 80px;
  display: flex;
  align-items: center;
  width: 460px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 994px) {
  .menu {
    width: 100%;
  }
}
.menu li a {
  color: #fff;
  font-size: 35px;
  font-weight: 200;
  line-height: 72px;
  text-transform: uppercase;
}
.menu li a:hover {
  color: #504f4f;
}
.menu.active {
  right: 0;
}

.btn-menu {
  color: #fff;
  cursor: pointer;
}
.btn-menu i:before {
  font-size: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

video,
source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}

.loaded .ytplayer-container {
  display: block;
}

.loaded .placeholder-image {
  opacity: 0;
}

.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}

.ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.ytplayer-player {
  position: absolute;
}

/* ================================================================== *
 * Featured
 * ================================================================== */
.title {
  color: #fefefe;
  font-size: 48px;
  font-weight: 300;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  position: relative;
  text-align: center;
}
.title:after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
@media (max-width: 994px) {
  .title {
    font-size: 32px;
    line-height: 38px;
  }
}

.space {
  width: 35px;
  height: 6px;
  display: block;
  background: #fff;
  margin: 40px auto;
}

.about {
  background: #000 url("../images/bg-about.jpg") no-repeat 50% 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 180px 0 90px 0;
  position: relative;
}
.about .title {
  margin-bottom: 70px;
}
.about h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 200;
  line-height: 35px;
}
.about p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.5px;
  width: 370px;
  margin: 0 auto;
}
.about .description {
  width: 555px;
  margin: 0 auto;
}
.about .description p {
  width: 100%;
}
@media (max-width: 994px) {
  .about {
    padding: 80px 0;
  }
  .about p {
    width: 80%;
  }
  .about .description {
    width: 85%;
  }
  .about .description p {
    width: 100%;
  }
}

/* ================================================================== *
 * Contact
 * ================================================================== */
.contact {
  padding: 245px 0;
  background: url("../images/bg-contact.jpg") no-repeat 50% 0;
  background-size: cover;
  position: relative;
}
.contact:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.contact .columns {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.contact .columns .col {
  width: 47%;
}
.contact .columns .informations {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .title {
  margin-bottom: 100px;
}
.contact form p + p {
  margin-top: 10px;
}
.contact form input, .contact form textarea, .contact form .btn {
  height: 72px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  display: flex;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 20px;
  opacity: 1;
}
.contact form input:-moz-placeholder, .contact form textarea:-moz-placeholder, .contact form .btn:-moz-placeholder {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 20px;
  opacity: 1;
}
.contact form input::-moz-placeholder, .contact form textarea::-moz-placeholder, .contact form .btn::-moz-placeholder {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 20px;
  opacity: 1;
}
.contact form input:-ms-input-placeholder, .contact form textarea:-ms-input-placeholder, .contact form .btn:-ms-input-placeholder {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 20px;
  opacity: 1;
}
.contact form input::-webkit-input-placeholder, .contact form textarea::-webkit-input-placeholder, .contact form .btn::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 20px;
  opacity: 1;
}
.contact form textarea {
  height: 310px;
  padding-top: 15px;
}
.contact form .actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.contact form .actions .btn {
  justify-content: center;
  align-items: center;
  width: 49%;
  cursor: pointer;
}
.contact .infos p {
  font-size: 24px;
  font-weight: 300;
  line-height: 45px;
  position: relative;
  padding-left: 65px;
}
.contact .infos p + p {
  margin-top: 25px;
}
.contact .infos .fas, .contact .infos .fab {
  width: 45px;
  height: 45px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.contact .infos .fas:before, .contact .infos .fab:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
}
.contact .infos .address {
  line-height: 32px;
}
.contact .infos .address .fas {
  top: 29px;
}
.contact .social {
  justify-content: flex-start;
}
.contact .social li {
  margin-right: 0;
}
.contact .social li i {
  height: 90px;
  width: 90px;
}
.contact .social li i:before {
  font-size: 40px;
}
.contact .social li + li {
  margin-left: 25px;
}
.contact .by {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 994px) {
  .contact {
    padding: 80px 0;
  }
  .contact .columns {
    flex-direction: column;
  }
  .contact .columns .col {
    width: 100%;
  }
  .contact .columns .informations {
    margin-top: 60px;
  }
  .contact .columns .social {
    margin: 70px 0;
  }
  .contact .columns .social li i {
    width: 55px;
    height: 55px;
  }
  .contact .columns .social li i:before {
    font-size: 30px;
  }
}

/* ================================================================== *
 * Produções
 * ================================================================== */
.seasons {
  z-index: 9;
  padding-left: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block !important;
  display: none;
}
.seasons .icon {
  position: absolute;
  left: 0;
  top: 2px;
  color: #fff;
}
.seasons .icon i:before {
  font-size: 30px;
}
.seasons strong, .seasons li {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  display: inline-block;
}
.seasons strong {
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
}
.seasons ul {
  width: 120px;
}
.seasons ul li {
  display: inline-block;
}
.seasons ul li:nth-child(2n):before {
  content: "-";
  margin: 0 7px 0 5px;
}

.logos {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
}
.logos ul {
  display: flex;
  align-items: center;
}
.logos ul li img {
  width: auto;
  height: 30px;
  padding: 3px;
}
.logos ul li + li {
  margin-left: 20px;
}

.productions {
  position: relative;
  background: #000;
  padding-bottom: 100px;
  padding-top: 100px;
}
.productions .title {
  margin-bottom: 100px;
}
.productions .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 5px;
  grid-column-gap: 5px;
  margin-top: 5px;
}
@media (min-width: 995px) and (max-width: 1280px) {
  .productions .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 994px) {
  .productions .list {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.productions .list .item {
  background-size: cover;
  overflow: hidden;
}
.productions .list .item a {
  display: flex;
  position: relative;
  min-height: 425px;
}
.productions .list .item a h3 {
  color: #fefefe;
  font-size: 50px;
  font-weight: 300;
  line-height: 47.99px;
  text-transform: uppercase;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 9;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.27);
}
.productions .list .item a .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
@media (max-width: 994px) {
  .productions .list .item a .bg {
    height: 100%;
  }
}
.productions .list .item a:hover {
  background: rgba(0, 0, 0, 0.8);
}
.productions .list .item a:hover .seasons {
  left: 30px;
}
@media (max-width: 995px) {
  .productions .list {
    padding: 0 10px;
  }
}
.productions .btn-more, .productions .alm-load-more-btn {
  width: 268px;
  height: 73px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase;
  margin: 100px auto 0 auto;
}
@media (max-width: 994px) {
  .productions .btn-more, .productions .alm-load-more-btn {
    width: 90%;
  }
}

/* ================================================================== *
 * About page
 * ================================================================== */
.page-template .header {
  margin-bottom: 0 !important;
}

.about-page .about {
  width: 60%;
  margin: 0 auto;
  background-size: cover;
}
.about-page .about p {
  width: 100%;
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.8) !important;
}

@media (max-width: 1024px) {
  .productions .list .item a {
    height: 225px;
    min-height: 225px;
  }

  .productions .list .item a .bg {
    height: auto;
  }

  .productions .list .item a h3 {
    font-size: 23px;
    left: 10px;
    bottom: 20px;
  }

  .productions .list .item a:hover .seasons {
    left: -15px;
    scale: 0.7;
    top: 41%;
    display: none;
  }

  .productions .list .item + .item {
    margin-top: -10px;
  }

  .logos {
    scale: 0.9;
    left: 0;
    top: 10px;
  }

  .logos ul li + li {
    margin-left: 10px;
  }
}
@media (max-height: 1024px) {
  .background-video {
    display: none;
  }

  .home .header {
    height: 70px;
  }
}
.lightbox-home {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
.lightbox-home p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 15px 0 0 0;
  line-height: 24px;
}
.lightbox-home .close {
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  position: absolute;
  right: 30px;
  top: 30px;
  border: 1px solid #fff;
  padding-bottom: 4.2px;
  cursor: pointer;
}
.lightbox-home .close:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 600px) {
  .lightbox-home p {
    padding: 0 20px;
  }
  .lightbox-home p br {
    display: none;
  }
  .lightbox-home iframe {
    width: 320px !important;
    height: 180px !important;
    margin: 0 auto;
    display: block;
  }
}

/* ================================================================== *
 * Header
 * ================================================================== */
/* ================================================================== *
 * Footer
 * ================================================================== */
/* ================================================================== *
 * Page
 * ================================================================== */
body .header, .page .header, .single .header, .archive .header {
  height: 150px;
  flex-direction: initial;
  background: #000 none;
  margin-bottom: 100px;
}
body .header .brand, .page .header .brand, .single .header .brand, .archive .header .brand {
  z-index: 9999;
}
body .header .brand img, .page .header .brand img, .single .header .brand img, .archive .header .brand img {
  width: 100px;
}
@media (max-width: 994px) {
  body .header, .page .header, .single .header, .archive .header {
    height: 115px;
    margin-bottom: 50px;
  }
  body .header ul.social, .page .header ul.social, .single .header ul.social, .archive .header ul.social {
    display: none;
  }
  body .header .languages, .page .header .languages, .single .header .languages, .archive .header .languages {
    margin-left: 0;
  }
}

.entry {
  width: 835px;
  margin: 50px auto;
  font-size: 20px;
  line-height: 25px;
}
.entry p + p {
  margin-top: 20px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin: 100px auto;
}
.gallery a:hover img {
  opacity: 0.3;
}
.gallery img {
  width: 100%;
  height: auto;
}
@media (max-width: 994px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 5px;
  }
}

.single .post {
  margin-bottom: 150px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
.single .post header {
  margin-bottom: 50px !important;
}
@media (min-width: 995px) {
  .single .post header {
    width: 500px;
    margin: 0 auto;
  }
}
.single .post .informations {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px auto;
}
@media (min-width: 995px) {
  .single .post .informations {
    width: 700px;
    margin: 0 auto;
  }
}
.single .post .informations .logos, .single .post .informations .seasons {
  position: initial;
  transform: initial;
}
.single .post .informations .logos ul li + li {
  margin-left: 25px;
}
.single .post .informations .seasons {
  position: relative;
  left: 0;
  top: initial;
}
.single .post .informations .seasons ul {
  width: 90px;
}
.single .post .informations .seasons li {
  line-height: 25px;
}
.single .post .informations .seasons .icon i:before {
  font-size: 26px;
}
.single .post .informations .seasons strong {
  font-size: 22px;
}
.single .post .informations .seasons li {
  font-size: 18px;
}
@media (max-width: 450px) {
  .single .post .informations {
    flex-direction: column;
  }
  .single .post .informations .seasons {
    margin-top: 30px;
  }
}
.single .post .title {
  margin-bottom: 50px;
}
.single .post .description {
  width: 100%;
}
.single .post .image,
.single .post .video {
  margin: 80px auto;
  width: 1070px;
  height: 850px;
}
.single .post .image{
  display: flex;
  justify-content: center;
  align-items: center;
}
.single .post .image img{
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media (max-width: 994px) {
  .single .post .informations, 
  .single .post .video,
  .single .post .image, 
  .single .post .entry, 
  .single .post header {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .single .post .video iframe {
    width: 100%;
    height: auto;
  }
}

.single-post .gallery {
  grid-row-gap: 1px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../images/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
.post_161 .logos{
	right:20px;
}
.post_161 .logos ul {
	justify-content:space-between
}
.post_113 .logos ul, .post_84 .logos ul, .post_384 .logos ul{
	flex-direction:column;
	align-items: start;
}
.post_113 .logos ul li + li, .post_84 .logos ul li + li, .post_384 .logos ul li + li {
    margin-left: 0;
	margin-top:7px;
}
