@charset "utf-8";
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left;
  }
  .col-ms-1 {
    width: 8.33333%;
  }
  .col-ms-2 {
    width: 16.66667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.33333%;
  }
  .col-ms-5 {
    width: 41.66667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.33333%;
  }
  .col-ms-8 {
    width: 66.66667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.33333%;
  }
  .col-ms-11 {
    width: 91.66667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-push-1 {
    left: 8.33333%;
  }
  .col-ms-push-2 {
    left: 16.66667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.33333%;
  }
  .col-ms-push-5 {
    left: 41.66667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.33333%;
  }
  .col-ms-push-8 {
    left: 66.66667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.33333%;
  }
  .col-ms-push-11 {
    left: 91.66667%;
  }
  .col-ms-pull-1 {
    right: 8.33333%;
  }
  .col-ms-pull-2 {
    right: 16.66667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.33333%;
  }
  .col-ms-pull-5 {
    right: 41.66667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.33333%;
  }
  .col-ms-pull-8 {
    right: 66.66667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.33333%;
  }
  .col-ms-pull-11 {
    right: 91.66667%;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }
  .form-horizontal .form-group .control-label {
    text-align: right;
  }
}
.doc {
  position: relative;
}
.doc:not(.home) {
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 1em;
  border-radius: 3px;
}
.doc:not(.home) .info {
  padding: 1em;
}
.doc:not(.home) .info .title {
  color: #191919;
  font-size: 1.2em;
}
.doc:not(.home) .info .rating {
  color: #ffa500;
  font-size: 1.2em;
}
.doc:not(.home) .info .description {
  overflow: hidden;
  margin-top: 1em;
}
.doc:not(.home) .info .description p {
  color: #999999;
}
.doc:not(.home) .info .description a {
  color: #008eff;
}
.doc:not(.home) .info .description a:hover {
  color: #33a5ff;
}
.doc:not(.home) .info .description a:active {
  color: #0072cc;
}
.doc.home {
  width: 100%;
  margin-bottom: 2em;
}
.doc.home .cover img {
  border-radius: 5px;
  overflow: hidden;
}
.doc.home .title {
  color: #191919;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.2em;
  text-align: center;
  margin: .5em 0;
}
.doc.home .rating {
  color: #ffa500;
  font-size: 1.2em;
  text-align: center;
  margin: .5em 0;
}
.doc.home .actions {
  border-radius: 5px;
}
.doc .actions {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.doc .actions li {
  text-align: center;
  padding: 0 0;
  box-sizing: border-box;
}
.doc .actions li a {
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #FFF;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 4px;
  width: 75%;
  box-sizing: border-box;
}
.doc .actions li a:hover,
.doc .actions li a.added {
  color: #000;
  background-color: #FFF;
}
.doc .actions li a i.small {
  font-size: 0.75em;
}
.doc div.rate {
  background-color: #FFF;
  padding: 20px 5px;
  box-shadow: 0 0 6px 1px #999999;
  display: none;
  position: absolute;
  z-index: 2;
  left: -13px;
  right: -13px;
  top: -70px;
  border-radius: 5px;
}
.doc div.rate:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -10px;
  left: 44%;
  border-radius: 5px;
  background-color: #FFF;
  padding: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.doc div.rate .rater i {
  cursor: pointer;
  font-size: 1em;
  padding: 0.05em;
}
.people {
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 1em;
  overflow: hidden;
}
.people .info {
  padding: 2em 1em;
  text-align: center;
}
.people .info .name {
  color: #000;
  font-size: 1.2em;
  margin-bottom: .2em;
}
.person-header {
  overflow: auto;
  margin: 5em 0;
}
@media only screen and (max-width: 768px) {
  .person-header {
    text-align: center;
  }
}
.person-header .name {
  color: #333333;
  font-size: 2.5em;
  font-weight: bold;
}
.person-header .functions {
  color: #333333;
  font-size: 1.25em;
}
.person-header img {
  float: left;
  margin-right: 3em;
  border-radius: 3px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .person-header img {
    float: none;
    margin: auto;
  }
}
.profile-header {
  overflow: auto;
  margin: 5em 0;
}
@media only screen and (max-width: 768px) {
  .profile-header {
    text-align: center;
  }
}
.profile-header .name {
  color: #333333;
  font-size: 2.5em;
  font-weight: bold;
}
.profile-header .from {
  color: #333333;
  font-size: 1.25em;
}
.profile-header .edit {
  font-size: 1.1em;
  margin-top: 2em;
  display: inline-block;
}
.profile-header img {
  float: left;
  margin-right: 3em;
  border-radius: 3px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .profile-header img {
    float: none;
    margin: auto;
  }
}
.company {
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 1em;
  overflow: hidden;
}
.company .info {
  padding: 2em 1em;
  text-align: center;
  border-top: 1px solid #cccccc;
}
.company .info .name {
  color: #000;
  font-size: 1.2em;
  margin-bottom: .2em;
}
.company .info .country {
  height: 2em;
}
#company-header {
  padding: 14em 0 6em 0;
  background-size: cover;
  background-position: center center;
  margin-bottom: 2em;
}
#company-header .logo {
  border-radius: 4px;
  overflow: hidden;
}
#company-header .info .name {
  color: #FFF;
  font-size: 2.5em;
  font-weight: bold;
  text-shadow: 0 2px 6px #000;
  margin-top: 50px;
}
#company-header .info .country {
  color: #FFF;
  font-size: 1.2em;
  text-shadow: 0 2px 6px #000;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  #company-header .info {
    text-align: center;
  }
}
#doc-header {
  padding: 10em 0 5em 0;
  background-size: cover;
  background-position: center center;
  margin-bottom: 2em;
  box-shadow: inset 0 0 0 900px rgba(0, 0, 0, 0.4);
}
#doc-header a.cover {
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #doc-header a.cover {
    margin: auto;
  }
}
#doc-header a.cover img.play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -34px;
  margin-top: -34px;
  opacity: 0.7;
  transition: all .2s;
}
#doc-header a.cover:hover img.play {
  opacity: 1;
}
#doc-header .info {
  color: #FFF;
  text-shadow: 0 2px 6px #000;
}
#doc-header .info h2.name {
  color: #FFF;
  font-size: 2.5em;
  font-weight: bold;
}
#doc-header .info h2.name small {
  color: inherit;
  font-size: .6em;
}
#doc-header .info .description {
  font-size: 1.2em;
}
#doc-header .info .description h3 {
  color: #FFF;
  font-size: 1.2em;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
#doc-header .buttons {
  margin: 1em 0 2em 0;
  text-align: center;
}
#doc-header .ratings {
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: .1em 2em;
  border-radius: 5px;
  max-width: 400px;
  margin: auto;
}
#doc-header .ratings > div {
  margin: 1.2em 0;
}
#doc-header .ratings .stars i {
  cursor: pointer;
}
.doc-overview,
.person-overview {
  position: relative;
  height: auto;
}
.doc-overview.collapsed,
.person-overview.collapsed {
  height: 15em;
  overflow: hidden;
}
.doc-overview.collapsed:before,
.person-overview.collapsed:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 150px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  display: block;
}
.crew-item {
  margin: 2em 0;
  display: block;
}
@media only screen and (max-width: 700px) {
  .crew-item {
    text-align: center;
  }
}
.crew-item a.photo {
  margin-right: 1em;
}
@media only screen and (min-width: 700px) {
  .crew-item a.photo {
    float: left;
  }
}
.crew-item a.photo img {
  border-radius: 3px;
  overflow: hidden;
}
.crew-item div.name {
  padding-top: 1em;
}
.crew-item div.name a {
  color: #008eff;
}
.crew-item div.name a:hover {
  color: #33a5ff;
}
.crew-item div.name a:active {
  color: #0072cc;
}
.crew-item div.as {
  font-style: italic;
}
.doc-review {
  margin: 2em 0;
}
.doc-review .info {
  overflow: auto;
  margin-bottom: 1em;
  padding-left: 70px;
}
.doc-review .info a {
  color: #008eff;
}
.doc-review .info a.avatar {
  float: left;
  margin-left: -70px;
}
.doc-review .info a.avatar img {
  border-radius: 3px;
  overflow: hidden;
}
.doc-review .info .title,
.doc-review .info .author,
.doc-review .info .separator,
.doc-review .info .date {
  color: #333333;
  vertical-align: -20%;
}
.doc-review .info .title.title,
.doc-review .info .author.title,
.doc-review .info .separator.title,
.doc-review .info .date.title {
  font-weight: bold;
  font-size: 1.2em;
}
.doc-review .info .title.separator,
.doc-review .info .author.separator,
.doc-review .info .separator.separator,
.doc-review .info .date.separator {
  padding: 0 .5em;
}
.doc-review .info .rating :not(i) {
  color: #ffa500;
}
.doc-review .info .rating .score {
  margin: 0 .5em;
}
.doc-review p {
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 2em 0;
}
.doc-comment {
  overflow: auto;
  padding-left: 65px;
  margin: 1em 0;
}
.doc-comment .avatar {
  float: left;
  margin-left: -65px;
}
.doc-comment .avatar img {
  border-radius: 3px;
  overflow: hidden;
}
.doc-comment a {
  color: #008eff;
}
.doc-comment a.user {
  font-size: 1.2em;
}
.doc-comment p {
  font-size: 1.15em;
  line-height: 1.7em;
}
.doc-comment form {
  margin-bottom: 2em;
}
.doc-comment form textarea {
  display: block;
  width: 100%;
  padding: .9em;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 1em;
  color: #333333;
  line-height: 1.5em;
  resize: vertical;
}
.doc-comment form textarea:focus {
  outline: none;
  border: 2px solid #008eff;
}
.doc-comment form input[type="submit"] {
  display: none;
}
#doc-sidebar .spacer,
#person-sidebar .spacer,
#company-sidebar .spacer {
  height: 3.8em;
}
#doc-sidebar .spacer.short,
#person-sidebar .spacer.short,
#company-sidebar .spacer.short {
  height: 1.9em;
}
#doc-sidebar .spacer.large,
#person-sidebar .spacer.large,
#company-sidebar .spacer.large {
  height: 4.8em;
}
#doc-sidebar h3,
#person-sidebar h3,
#company-sidebar h3 {
  font-size: 1.3em;
  color: #333333;
}
#doc-sidebar a:not(.btn),
#person-sidebar a:not(.btn),
#company-sidebar a:not(.btn) {
  color: #008eff;
}
#doc-sidebar a:not(.btn):hover,
#person-sidebar a:not(.btn):hover,
#company-sidebar a:not(.btn):hover {
  color: #33a5ff;
}
#doc-sidebar a:not(.btn):active,
#person-sidebar a:not(.btn):active,
#company-sidebar a:not(.btn):active {
  color: #0072cc;
}
#doc-sidebar a.tag,
#person-sidebar a.tag,
#company-sidebar a.tag {
  background-color: #008eff;
  color: #FFF;
  padding: .3em 1em;
  border-radius: 5px;
  display: block;
  margin: .2em 0;
}
#doc-sidebar a.tag:hover,
#person-sidebar a.tag:hover,
#company-sidebar a.tag:hover {
  background-color: #33a5ff;
  color: #FFF !important;
}
#doc-sidebar a.tag:active,
#person-sidebar a.tag:active,
#company-sidebar a.tag:active {
  background-color: #0072cc;
}
#doc-sidebar ul,
#person-sidebar ul,
#company-sidebar ul {
  margin: 0;
  padding: 0;
  color: #333333;
}
#doc-sidebar ul li,
#person-sidebar ul li,
#company-sidebar ul li {
  margin: 0;
  padding: 0;
}
#doc-sidebar ul.list-companies,
#person-sidebar ul.list-companies,
#company-sidebar ul.list-companies,
#doc-sidebar ul.list-info,
#person-sidebar ul.list-info,
#company-sidebar ul.list-info {
  font-size: 1.2em;
}
#doc-sidebar div.info,
#person-sidebar div.info,
#company-sidebar div.info {
  padding: 2em;
  background-color: #f2f2f2;
  border-radius: 5px;
}
#doc-sidebar div.info h3,
#person-sidebar div.info h3,
#company-sidebar div.info h3 {
  margin: 0 0 1em 0;
}
#doc-sidebar div.info form.info input[type="text"],
#person-sidebar div.info form.info input[type="text"],
#company-sidebar div.info form.info input[type="text"] {
  font-size: 0.8em;
  padding: 0.7em;
}
.hire-block {
  display: none;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.container {
  position: relative;
}
hr.gris-20 {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) {
  .padd-left-60 {
    padding-left: 60px;
  }
}
.close {
  opacity: 1;
}
.close:hover {
  opacity: 1;
}
.btn {
  transition: all .1s;
}
.btn.btn-home-more {
  border-radius: 3em;
  padding: 0.3em 1.5em;
  font-size: 11px;
}
.btn.btn-rounded {
  border-radius: 99999px;
}
.btn.btn-share {
  padding: 6px 4px;
}
.btn.btn-share.support-us {
  padding: 16px 12px;
  font-size: 31px;
  margin: 15px;
}
.btn.btn-success {
  background-color: #30bb51;
  border: none;
}
.btn.btn-success:hover {
  background-color: #4dd16c;
}
.btn.btn-success:active {
  background-color: #26923f;
}
.btn.btn-donate {
  background-color: #50de72;
  border: none;
  color: #FFF;
  width: 60%;
  max-width: 400px;
  padding: .5em;
  font-size: 1.5em;
}
.btn.btn-donate:hover {
  background-color: #7be695;
}
.btn.btn-donate:active {
  background-color: #28d351;
}
.btn.btn-facebook {
  background-color: #3b579d;
  color: #FFF;
}
.btn.btn-facebook:hover {
  background-color: #4e6ebd;
}
.btn.btn-facebook:active {
  background-color: #2d4278;
}
.btn.btn-twitter {
  background-color: #00b0ed;
  color: #FFF;
}
.btn.btn-twitter:hover {
  background-color: #21c6ff;
}
.btn.btn-twitter:active {
  background-color: #008aba;
}
.btn.btn-azul {
  background-color: #008eff;
  color: #FFF;
  border: none;
}
.btn.btn-azul:hover {
  background-color: #33a5ff;
}
.btn.btn-azul:active {
  background-color: #0072cc;
}
.btn.btn-lila {
  background-color: #6e69e7;
  color: #FFF;
  border: none;
}
.btn.btn-lila:hover {
  background-color: #9895ee;
}
.btn.btn-lila:active {
  background-color: #433de0;
}
.btn.btn-naranja {
  background-color: #ff5833;
  color: #FFF;
  border: none;
}
.btn.btn-naranja:hover {
  background-color: #ff8266;
}
.btn.btn-naranja:active {
  background-color: #ff2e00;
}
.btn.btn-naranja-2 {
  background-color: #f6bb42;
  color: #FFF;
  border: none;
}
.btn.btn-naranja-2:hover {
  background-color: #f8cd73;
}
.btn.btn-naranja-2:active {
  background-color: #f4a911;
}
.btn.btn-rosa {
  background-color: #ff4067;
  color: #FFF;
  border: none;
}
.btn.btn-rosa:hover {
  background-color: #ff7390;
}
.btn.btn-rosa:active {
  background-color: #ff0d3e;
}
.btn.btn-blanco {
  background-color: #FFF;
  color: #333333;
}
.btn.btn-blanco:hover {
  background-color: #e6e6e6;
}
.btn.btn-blanco:active {
  background-color: #cccccc;
}
@media (min-width: 1200px) {
  .align-lg-center {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .align-md-center {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .align-sm-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .align-xs-center {
    text-align: center;
  }
}
.align-lg-center:not(.not-block-img) img,
.align-md-center:not(.not-block-img) img,
.align-sm-center:not(.not-block-img) img,
.align-xs-center:not(.not-block-img) img {
  display: block;
  margin: auto;
}
.text-azul {
  color: #008eff;
}
.text-azul a:not(.btn) {
  color: #008eff;
}
.text-azul a:not(.btn):hover {
  color: #33a5ff;
}
.text-azul a:not(.btn):active {
  color: #0072cc;
}
.text-naranja {
  color: #ff5833;
}
.text-naranja a:not(.btn) {
  color: #ff5833;
}
.text-naranja a:not(.btn):hover {
  color: #ff8266;
}
.text-naranja a:not(.btn):active {
  color: #ff2e00;
}
.text-naranja-2 {
  color: #f6bb42;
}
.text-naranja-2 a:not(.btn) {
  color: #f6bb42;
}
.text-naranja-2 a:not(.btn):hover {
  color: #f8cd73;
}
.text-naranja-2 a:not(.btn):active {
  color: #f4a911;
}
.text-lila {
  color: #6e69e7;
}
.text-lila a:not(.btn) {
  color: #6e69e7;
}
.text-lila a:not(.btn):hover {
  color: #9895ee;
}
.text-lila a:not(.btn):active {
  color: #433de0;
}
.text-rosa {
  color: #ff4067;
}
.text-rosa a:not(.btn) {
  color: #ff4067;
}
.text-rosa a:not(.btn):hover {
  color: #ff7390;
}
.text-rosa a:not(.btn):active {
  color: #ff0d3e;
}
.text-amarillo {
  color: #ffa500;
}
.text-amarillo a:not(.btn) {
  color: #ffa500;
}
.text-amarillo a:not(.btn):hover {
  color: #ffb733;
}
.text-amarillo a:not(.btn):active {
  color: #cc8400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/res/fonts/Montserrat-Bold.ttf?19b7996eae66') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/res/fonts/Montserrat-Regular.ttf?19b7996eae66') format('truetype');
  font-weight: normal;
}
.container {
  max-width: 1000px;
}
.well {
  box-shadow: none;
  border: none;
  background-color: #ebebeb;
  padding: 30px;
}
.well p {
  font-size: 1.2em;
}
.well.h350 {
  height: 350px;
  display: block;
}
a {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  color: inherit;
  text-decoration: inherit;
}
a:focus {
  outline: none;
}
a.contact-email {
  background-color: #008eff;
  padding: 0.5em 1em;
  margin: 1em 0;
  font-size: 1.5em;
  color: #FFF;
  display: inline-block;
  border-radius: 5px;
}
a.contact-email:hover {
  background-color: #33a5ff;
}
a.contact-email:active {
  background-color: #0072cc;
}
.read-more {
  background-color: #e6e6e6;
  color: #999999;
  width: 100%;
  display: block;
  text-align: center;
  padding: 1em 2em;
  margin: 2em 0 4em 0;
  border-radius: 4px;
  font-size: 1.1em;
  transition: all .1s;
}
.read-more:hover {
  background-color: #cccccc;
  color: #808080;
}
.read-more:active {
  background-color: #b3b3b3;
  color: #666666;
}
body {
  font-family: Montserrat, Arial, Sans;
  font-weight: normal;
  color: #999999;
}
h1 {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 4;
}
h1 a {
  display: block;
  padding: 14px 0;
}
h1 a img {
  display: block;
}
h2 {
  font-size: 1.8em;
  padding: .5em 0;
  color: #999999;
  overflow: auto;
}
h2.section {
  border-bottom: 1px solid #cccccc;
}
h2 ul {
  font-size: .55em;
  position: relative;
  bottom: -8px;
}
h2 ul a:active,
h2 ul a:hover,
h2 ul a.active {
  color: #008eff;
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 1.5em;
  }
  h2 .btn {
    margin-top: .3em;
  }
}
p {
  color: #333333;
  font-size: 1.1em;
}
p a.link {
  color: #008eff;
}
p a.link:hover {
  color: #008eff;
}
p a.link:active {
  color: #008eff;
}
ul.advertises {
  color: #333333;
  font-size: 1.1em;
  margin: 2em 0;
}
ul.advertises li {
  margin: .5em 0;
}
.rounded-number {
  border: 3px solid #a3a3a3;
  border-radius: 888px;
  width: 45px;
  height: 45px;
  font-size: 23px;
  font-weight: bold;
  padding-top: 4px;
  text-align: center;
  color: #a3a3a3;
  margin: auto;
}
#header {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0;
}
#header #menu-header {
  padding: .7em 0;
  font-size: .92em;
}
@media only screen and (max-width: 992px) {
  #header #menu-header {
    font-size: 1em;
    padding: 1.5em .5em;
    display: inline-block;
  }
}
#header #menu-header a {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0.55em;
  display: inline-block;
  font-weight: normal;
}
#header #menu-header a:hover,
#header #menu-header a:active,
#header #menu-header a.active {
  color: #FFF;
}
#header #menu-header a img {
  border-radius: 3px;
  overflow: hidden;
  vertical-align: -32%;
}
#header #menu-header a[rel=menu-movil]:not(.active) i.fa-chevron-up {
  display: none;
}
#header #menu-header a[rel=menu-movil].active i.fa-chevron-down {
  display: none;
}
#header #menu-header ul {
  margin: 9px 0;
}
#header-placeholder {
  position: relative;
}
div.slider {
  z-index: 0;
  padding: 0;
  margin: 0 0 2em 0;
}
div.slider > ul.slider__wrapper {
  margin: 0;
  padding: 0;
}
div.slider > ul.slider__wrapper > li.slider__item {
  margin: 0;
  padding: 0;
}
div.slider > ul.slider__wrapper > li.slider__item > div.box {
  position: relative;
  height: 610px;
  width: 100%;
  color: #FFFFF;
  overflow: auto;
  padding: 250px 100px 0 100px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 700px) {
  div.slider > ul.slider__wrapper > li.slider__item > div.box {
    height: 400px;
    padding: 150px 20px 0 20px;
  }
}
div.slider > ul.slider__wrapper > li.slider__item > div.box .subtitle {
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.5em;
  text-shadow: 0 2px 6px #000;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 500px) {
  div.slider > ul.slider__wrapper > li.slider__item > div.box .subtitle {
    font-size: 1.15em;
  }
}
@media (max-width: 300px) {
  div.slider > ul.slider__wrapper > li.slider__item > div.box .subtitle {
    font-size: 1em;
  }
}
div.slider > ul.slider__wrapper > li.slider__item > div.box .title {
  color: #FFF;
  font-size: 4em;
  font-weight: bold;
  text-shadow: 0 2px 6px #000;
  margin-bottom: 25px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 700px) {
  div.slider > ul.slider__wrapper > li.slider__item > div.box .title {
    font-size: 3em;
  }
}
@media (max-width: 500px) {
  div.slider > ul.slider__wrapper > li.slider__item > div.box .title {
    font-size: 1.8em;
  }
}
@media (max-width: 300px) {
  div.slider > ul.slider__wrapper > li.slider__item > div.box .title {
    font-size: 1.5em;
  }
}
div.slider > ul.slider__wrapper > li.slider__item > div.box .call-to-action {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.6em 1em;
  font-size: 1.2em;
  border-radius: 2em;
  border: 2px solid #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.slider > ul.slider__wrapper > li.slider__item > div.box .call-to-action i {
  margin-left: .6em;
}
div.slider > ul.slider__wrapper > li.slider__item > div.box .call-to-action:hover,
div.slider > ul.slider__wrapper > li.slider__item > div.box .call-to-action:active {
  background-color: rgba(0, 0, 0, 0.8);
}
div.slider > .slider__nav {
  position: absolute;
  bottom: 30px;
  right: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 5px;
  border-radius: 4px;
  margin-left: 0 !important;
  left: initial !important;
  width: auto !important;
  height: 30px;
  padding: 9px;
}
@media only screen and (max-width: 700px) {
  div.slider > .slider__nav {
    right: 20px;
  }
}
div.slider > .slider__nav > .slider__nav-item {
  border-radius: 999px;
  background-color: #FFF;
  opacity: .5;
}
div.slider > .slider__nav > .slider__nav-item.slider__nav-item--current {
  opacity: 1;
}
ul.trending li {
  color: #333333;
}
ul.trending li h3 {
  font-size: 1.2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.trending li .info {
  margin-left: 1.5em;
}
ul.trending li .info img.cover {
  border-radius: 5px;
  overflow: hidden;
}
ul.trending li .info ul.ratings li {
  margin: .5em 0 1em 0;
  font-size: .8em;
  padding-left: 0;
  padding-right: 0;
}
ul.trending li .info ul.ratings li img {
  margin-right: .5em;
}
.pagination {
  font-size: 1.2em;
  margin: 4em 0 2.5em 0;
}
.pagination li a {
  padding: .5em 1em;
}
.submenu {
  border-bottom: 1px solid #e6e6e6;
  background-color: #FFF;
  padding: 1em 0;
}
.submenu a.close {
  position: absolute;
  right: 20px;
  top: 1px;
  font-size: 20px;
  color: #999999;
  z-index: 3;
}
.submenu.flotante {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 1;
}
.submenu.negro {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  border-bottom: none;
}
.submenu.negro a:hover {
  color: #FFF;
}
.submenu[rel="signup"],
.submenu[rel="signin"],
.submenu[rel="search"] {
  padding: 3em 0;
}
.submenu[rel="menu-movil"] a {
  display: block;
  padding: 0.7em;
}
.submenu ul {
  margin: 0;
}
.submenu ul li a {
  font-size: 1.1em;
  display: block;
  padding: .5em 0 .5em 0;
  margin-right: 1em;
}
.submenu ul li a.active,
.submenu ul li a:hover {
  color: #008eff;
}
.separador-vertical {
  color: #b3b3b3;
  height: 150px;
  margin: 20px auto;
  width: 1px;
  display: block;
  background-color: #b3b3b3;
  position: relative;
}
.separador-vertical .circulo {
  position: absolute;
  background-color: white;
  padding: .5em;
  margin-left: -1em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
}
.sign-buttons {
  margin: 1em 0;
}
#shoe {
  background-color: #1e1c1f;
  padding: 3em 0;
  color: #FFF;
  margin-top: 4em;
}
#shoe a.active,
#shoe a:hover {
  color: #008eff;
}
#footer {
  background-color: #161618;
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  #footer .copyright {
    text-align: left;
    padding: 1.8em 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .copyright {
    text-align: center;
    padding: 1.5em 0 1em 0;
  }
}
@media only screen and (min-width: 768px) {
  #footer .social-links {
    text-align: right;
    padding: 1.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .social-links {
    text-align: center;
    padding: 1em 0 1.5em 0;
  }
}
#footer .social-links a.social {
  color: #000;
  margin-left: 5px;
  font-size: 18px;
  padding: 4px;
  border-radius: 999px;
  text-align: center;
  width: 30px;
  height: 30px;
  display: inline-block;
}
#footer .social-links a.social.twitter {
  background-color: #00b0ed;
}
#footer .social-links a.social.twitter:hover {
  background-color: #21c6ff;
}
#footer .social-links a.social.twitter:active {
  background-color: #008aba;
}
#footer .social-links a.social.facebook {
  background-color: #3b579d;
}
#footer .social-links a.social.facebook:hover {
  background-color: #4e6ebd;
}
#footer .social-links a.social.facebook:active {
  background-color: #2d4278;
}
#footer .social-links a.social.google {
  background-color: #dc4a38;
}
#footer .social-links a.social.google:hover {
  background-color: #e47163;
}
#footer .social-links a.social.google:active {
  background-color: #bf3322;
}
#footer .social-links a.social.tumblr {
  background-color: #35465c;
}
#footer .social-links a.social.tumblr:hover {
  background-color: #485f7c;
}
#footer .social-links a.social.tumblr:active {
  background-color: #222d3c;
}
#footer .social-links a.social.medium {
  background-color: #D3D3D3;
}
#footer .social-links a.social.medium:hover {
  background-color: #ececec;
}
#footer .social-links a.social.medium:active {
  background-color: #bababa;
}
#footer .social-links a.social.instagram {
  background-color: #527FA4;
}

#footer .social-links a.social.instagram:hover {
  background-color: #5486af;
}

form label {
  color: #333333;
  font-size: 1.1em;
  font-weight: normal;
}
form h4 {
  color: black;
}
form .form-control {
  box-shadow: none;
}
form .search-box {
  border: none;
  font-size: 1.5em;
  vertical-align: -10%;
  color: #000;
  font-style: italic;
  margin-left: .5em;
  width: 70%;
}
form .search-box:focus {
  outline: none;
}

.rating {
  color: #ffa500;
  font-size: 1.2em;
}
.join{
  margin-top: 130px;
}
.join hr{
  margin: 0px;
}
.join form{
  margin-top: 40px;
}
.join form input{
  border: none;
  color: #000000 !important;
}
.join form .form-group{
  padding-left: 50px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.join form .card-form .form-group.card-element{
  padding-left: 95px;
  position: relative;
}
.join form label{
  color: #777777;
  position: absolute;
  top: 9px;
  left: 63px;
}
.join form input:focus{
  box-shadow: none;
  border: none;
  outline: none;
}
.join form .btn-default{
   margin-top: 20px;
   width: 100%;
   color: #ffffff;
   background-color: #1696db ;
}
.button-join{
  background-color: #1696db;
  color: #fff !important;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 11px;
}
.price{
  text-align: center;
  font-size: 25px;
  color: #0087f2;
  border: 1px solid #1696db;
  border-radius: 0 0 5px 5px;
  padding: 10px;
}
.price.active{
  background-color: #1696db;
  color: #ffffff;
}
.price:hover, .price:active{
  background-color: #1696db;
  color: #ffffff;
  cursor: pointer;
}
.border{
  width: 100%;
  text-align: center;
  display: table;
  border: 1px solid #ebe7e7;
  border-bottom: none;
  padding: 10px;
  font-size: 20px;
  border-radius: 5px 5px 0 0;
  color: black;
  min-height: 105px;
}
.border .borde-text{
  display: table-cell;
  vertical-align: middle;
}
.border-form{
  border: 1px solid #ebe7e7;
  margin-top: 15px;
  -webkit-box-shadow: 0px 2px 9px 3px rgba(235,231,231,1);
  -moz-box-shadow: 0px 2px 9px 3px rgba(235,231,231,1);
  box-shadow: 0px 2px 9px 3px rgba(235,231,231,1);
}
.blue-join{
  color: #0087f2;
}
.red-join{
  color: #FF0000;
}
.login-social{
  margin-top: 10px;
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .join form .form-group{
    padding-left: 10px;
  }
  .join form .card-form .form-group.card-element{
    padding-left: 55px;
  }
  .join form label{
    color: #777777;
    position: absolute;
    top: 9px;
    left: 22px;
  }
  .price{
    margin-bottom: 10px;
  }
}
/*CARD*/
.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
ul.ratings li img {
    margin-right: 0px !important;
    padding-right: 0px !important;
    margin-left: 1px;
    vertical-align: middle;
}

img.rating-icon {
    margin-right: 0px !important;
    padding-right: 0px !important;
    margin-left: 10px;
}

div.rate {
    top: 10px !important;
    left: -45px !important;
    right: -45px !important;
}

.actions li input {
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: 2px solid #FFF;
    color: #FFF !important;
    text-align: center;
    display: inline-block;
    padding: 6px;
    width: 75%;
    box-sizing: border-box;
}

.actions li input.active:hover {
    color: #FFF !important;
    background-color: #006934 !important;
}

.actions li input:hover {
    color: #000 !important;
    background-color: #FFF !important;
}

div.row.collapsed {
    height: 32em;
    overflow: hidden;
}

.crew-item div.name {
    padding-top: 0px !important;
    white-space: nowrap;
}

.custom-spacer {
    height: 5em;
}

.crew-item a.photo div {
    background-color: red;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
}

a.active {
    color: #008eff;
}

/*
a.tumblr{
    background-color: #35465c;
    color:white !important;
}
*/

#footer a.link:hover {
    color: #008eff;
}

.slider_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*.review a{*/
/*color: #008eff;*/
/*}*/

.festivals_awards p {
    color: #999 !important;
}

.ratings .text-amarillo {
    margin-top: -18px !important;
    margin-bottom: -13px !important;
}

.text-blanco {
    color: #fff;
}

.year {
    margin-right: 10px;
}

@media screen and (max-width: 299px) {
    .error-fa-frown {
        font-size: 1.2em !important;
    }
}

@media screen and (min-width: 300px) and (max-width: 799px) {
    .error-fa-frown {
        font-size: 4em !important;
    }
}

@media screen and (min-width: 800px) {
    .error-fa-frown {
        font-size: 20em !important;
    }
}

.fullscreen {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.video {
    display: block;
    left: 0px;
    overflow: hidden;
    padding-bottom: 56.25%; /* 56.25% = 16:9. set ratio */
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;

    transform: none;
    padding: 0;
    top: 0;
    height: 100%;
}

.video .wrapper {
    display: block;
    height: 300%;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    transform: none;
    top: 0;
    height: 100%;
}

.video iframe {
    display: block;
    height: 99%;
    width: 100%;

    max-height: 100vh;
}

#doc-header {
    padding: 0;
}

#doc-header a.cover{
    position: relative;
    cursor: pointer;
    width: 100%;
    overflow: visible;
}

#doc-header a.cover > i {
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto;
    border: 2px solid white;
    border-radius: 50px;
    padding: 15px;
    font-size: 2em;

}

#doc-header a.cover img.play {
    position: static;
    margin: 0;
}

.trailer {
    position: absolute;
    opacity: 0.7;
    transition: all .2s;
}

.trailer:hover {
    opacity: 1;
}

/*#doc-header a.cover img.play:hover{*/
/*background-color: red;*/
/*}*/

.title-need {
    margin: 0;
    padding: 0;
    font-weight: inherit !important;
    overflow: hidden;
}

.box-img {
    padding: 8em 0 5em 0;
}

.box-img .row {
    margin-top: 110px;
    margin-bottom: 60px;
}

.box-img ul {
    margin-top: 10px;
}

.box-img ul li {
    margin-right: 15px;
    font-size: 15px;
}

.trailer a {
    background-color: #000000;
    position: absolute;
    bottom: 20px;
    left: 13px;
    padding: 6px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 3px;
}

.trailer a:focus {
    text-decoration: none;
}

.content-img img, .trailer {
    opacity: 0.7;
}

.icons, .trailer {
    position: static;
}

.icons ul {
    position: absolute;
    bottom: 0;
    right: 0;
}

.icons ul li {
    margin: 0 0 10px 0;
}

.img-borde {
    border-radius: 5px;
}

.festivals-awards {
    background-color: #f3f4f6;
    border-radius: 10px;
    padding: 5% 10%;
    color: #5b5c5e;
}

.festivals-awards img {
    width: 35px;
    margin-bottom: 10px;
}

.festivals-awards h5 {
    margin: 15px 0 3px 0;
    font-weight: bold;
}

.festivals-awards p, .festivals-awards h5 {
    color: #7b818c;
    font-size: 12px;
}

.eye, .check, .new-rate, .info-icon {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}

.eye:focus, .eye:hover, .check:focus, .check:hover {
    color: #ffffff;
}

.eye.active {
    background-color: #00ab59;
    border: 2px solid #00ab59;
    color: #ffffff;
}

.check.active {
    background-color: #0096da;
    border: 2px solid #0096da;
    color: #ffffff;
}

.productions {
    margin-top: 40px;
}

.productions h3 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2px;
    color: #5c636e;
}

.productions p {
    font-size: 12px;
    margin: 0;
    text-align: center;
    color: #7b818c;
    line-height: 18px;
}

.box-share {
    margin-top: 15px;
}

.share {
    background-color: #f3f4f6;
    border-radius: 6px;
    padding: 10px 45px;
    color: #4d90f7;
    font-weight: 500;
}

.share:focus {
    text-decoration: none;
    color: #4d90f7;
}

@media (max-width: 480px ) {
    .festivals-awards {
        padding: 30px 35px;
    }
}

div.slider > ul.slider__wrapper > li.slider__item > div.box .call-to-action, .blog-button, .call-to-action {
    color: #FFF;
    background-color: #1696db;
    text-shadow: 0 1px 3px rgba(36, 180, 126, .4);
    padding: 0 14px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0px solid #fff;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    line-height: 40px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    letter-spacing: .025em;
    text-decoration: none;
    transition: all .15s ease;
}

div.slider > ul.slider__wrapper > li.slider__item > div.box .call-to-action:hover, .blog-button:hover, .call-to-action:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    color: #FFF;
    background-color: #44abe2;
}

.quote-text {
    color: black;
}

.payment-join {
    margin-top: 50px;
}

.new-section-home {
    padding-top: 17px;
    padding-bottom: 17px;
}

#play-button-div {
    display: block;
    height: 100px;
    margin-top: 10px;
}

#slider-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.play-ring{
    position: relative;
    margin: 0;
    margin: auto;
    height: 5.6vw;
    width: 5.6vw;
    min-width: 75px;
    min-height: 75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: .36vw solid #fff;
    transition: 0.3s ease-out;
}

.play-ring i{
    width: auto;
    margin-left:4px;
}

.play-ring-change{
    position: relative;
    margin: 0;
    margin: auto;
    height: 5.6vw;
    width: 5.6vw;
    min-width: 75px;
    min-height: 75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: .36vw solid #fff;
    transition: 0.3s ease-out;
    transform: scale(1.2);
    background-color: rgba(0, 0, 0, 0.5);
}

.play-button{
    line-height: 3.2vw;
    width: 100%;
    color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    position: absolute;
}

.play-button-change{
    line-height: 5.2vw;
    width: 100%;
    color: #1696db;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    position: absolute;
}

.play-ring-change i{
    width: auto;
    margin-left: 4px;
}

.check:focus, .check:hover, .new-rate:hover, .new-rate:focus {
    color: #ffffff;
}

.eye.active {
    background-color: #00ab59 !important;
    border: 2px solid #00ab59 !important;
    color: #ffffff !important;
}

.check.active {
    background-color: #0096da;
    border: 2px solid #0096da;
    color: #ffffff;
}

.productions {
    margin-top: 40px;
}

.productions h3 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2px;
    color: #5c636e;
}

.productions p {
    font-size: 12px;
    margin: 0;
    text-align: center;
    color: #7b818c;
    line-height: 18px;
}

.box-share {
    margin-top: 15px;
}

.share {
    background-color: #f3f4f6;
    border-radius: 6px;
    padding: 10px 45px;
    color: #4d90f7;
    font-weight: 500;
}

.share:focus {
    text-decoration: none;
    color: #4d90f7;
}

@media (max-width: 480px ) {
    .festivals-awards {
        padding: 30px 35px;
    }
}

@media only screen  and (min-width: 320px) {
    .documentary_list {
        width: 130px;
        height: 205px;
    }
}

@media only screen  and (min-width: 360px) {
    .documentary_list {
        width: 150px;
        height: 205px;
    }
}

@media only screen  and (min-width: 375px) {
    .documentary_list {
        width: 156px;
        height: 205px;
    }
}

@media only screen  and (min-width: 384px) {
    .documentary_list {
        width: 160px;
        height: 205px;
    }
}

@media only screen  and (min-width: 411px) {
    .documentary_list {
        width: 175px;
        height: 205px;
    }
}

@media only screen  and (min-width: 414px) {
    .documentary_list {
        width: 175px;
        height: 205px;
    }
}

@media only screen  and (min-width: 500px) {
    .documentary_list {
        width: 137px;
        height: 205px;
    }
}

@media only screen  and (min-width: 812px) {
    .documentary_list {
        width: 156px;
        height: 205px;
    }
}

@media only screen  and (min-width: 1082px) {
    .documentary_list {
        width: 132px;
        height: 205px;
    }
}

@media only screen  and (min-width: 1125px) {
    .documentary_list {
        width: 137px;
        height: 205px;
    }
}

@media only screen  and (min-width: 1224px) {
    .documentary_list {
        width: 137px;
        height: 205px;
    }
}

.rate-active {
    color: #ffa500 !important;
}

.back-button {
    position: absolute;
    margin: 60% 0 0 1%;

    margin: 15px !important;
}

.blue-img {
    display: none;
}

.call-to-action i {
    margin-left: .6em;
}

.doc-request {
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #FFF;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 4px;
    width: 50%;
    box-sizing: border-box;
}

.doc-request:hover {
    color: #000;
    background-color: #FFF;
    cursor: pointer;
}

.doc-requested {
    border: 2px solid rgb(0, 171, 89);
    background-color: rgb(0, 171, 89);
    color: rgb(255, 255, 255);
    text-align: center;
    display: inline-block;
    padding: 4px;
    width: 50%;
    box-sizing: border-box;
    border-radius: 999px;
}

.doc-requested:hover {
    color: rgb(255, 255, 255);
}

#slider-doc-request .doc-request {
    margin-left: 1em;
}

#slider-doc-request .doc-request:hover {
    margin-left: 1em;
}

#slider-doc-request .doc-requested {
    margin-left: 1em;
}

#slider-doc-request .doc-requested:hover {
    margin-left: 1em;
}

.info-icon-3-white, .info-icon-2-white, .info-icon-1-white {
    transform: scale(1.1);
    transition: 0.8s;
}

.info-icon-1-blue, .info-icon-2-blue, .info-icon-3-blue {
    transition: 0.8s;
}

.info-icon-1-blue, .info-icon-1-white {
    height: 49px;
    width: 41px;
}

.info-icon-2-blue, .info-icon-2-white {
    width: 70px;
    height: 49px;
}

.info-icon-3-blue, .info-icon-3-white {
    width: 64px;
    height: 49px;
}

.categories ul {
    padding: 0;
    list-style: none;
    font-family: Montserrat, Arial, Sans;
    letter-spacing: 0.1px;
    font-weight: 500;
    text-align: justify;
}

.categories h3 {
    font-family: Montserrat, Arial, Sans;
    color: #555;
    font-size: 19px;
    margin: 10px auto 20px;
}

.categories ul li {
    display: inline-block;
    margin: 5px auto;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.categories ul li a {
    display: inline-block;
    max-width: 100%;
    line-height: 1.8;
    padding: 0 0.8em;
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 40px;
    color: #999999;
    font-size: 15px;
    text-decoration: none;
    transition: none;
}

.categories ul li.active a,
.categories ul li a:hover {
    border-color: #1696DB;
    color: #1696DB;
}

@media screen and (max-width: 450px) {

    .categories ul li {
        width: 24%;
    }

}

#email-div {
    background-color: #1696DB;
    color: white;
    font-size: 17px;
    font-weight: 400;
    padding: 4px 0;
}

#email-div a {
    font-size: 1.1em;
    font-weight: 600;
}

#email-div a:hover {
    cursor: pointer;
}

#close-icon {
    margin-left: 15px;
}

#close-icon:hover {
    cursor: pointer;
}

.blue-join {
    float: right;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/static/res/fonts/Montserrat-Bold.ttf?19b7996eae66') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/static/res/fonts/Montserrat-Regular.ttf?19b7996eae66') format('truetype');
    font-weight: normal;
}

a {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

h2 {
    line-height: 1.3;
}

.logo a {
    display: block;
    padding: 14px 0;
}

.title h1.inherit {
    color: #FFF;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.4;
    text-shadow: 0 2px 6px #000;
    margin: 5px auto 0px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumbs {
    margin: 2em auto 20px;
}

.breadcrumbs h1, .breadcrumbs h2, .breadcrumbs span {
    display: inline-block;
    width: auto;
    font-size: 1.8em;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    letter-spacing: 0.6px;
    line-height: 1.6;
}

.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:hover .text-azul {
    color: #0a76b1;
}

.title-need {
    padding: 5px 0;
}

.productions h2.bottom {
    font-size: 12px;
    margin: 0;
    text-align: center;
    color: #7b818c;
    line-height: 18px;
}

.doc.home .title {
    color: #191919;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.2em;
    text-align: center;
    margin: .5em 0;
}

.doc.home .title, .doc.home .title h3 {
    font-weight: 400;
    color: #191919;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    margin: 4px auto 0;
    padding: 0;
}

.person-header .name {
    color: #333333;
    font-size: 2.5em;
    padding: .5em 0;
    margin: 20px auto 10px;
}

.person-header .functions h2 {
    color: #333333;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 auto;
    padding: 0;
}

#known {
    padding: 0;
    margin: 15px auto;
    border-bottom: 1px solid #cccccc;
}

#known h3 {
    display: inline-block;
    padding: 0;
    margin: 15px auto;
    font-weight: 600;
}

#known ul.list-inline {
    margin: 0 auto;
}

#known ul.list-inline h3 {
    font-size: 1em;
    margin: 1.7em auto;
}

.about h1 {
    font-size: 25.2px;
    color: rgb(0, 142, 255);
    padding: 1.25em 0;
    line-height: 1.1;
}

.contact-head h1.section {
    border-bottom: 1px solid #cccccc;
    font-size: 1.8em;
    padding: .5em 0;
    margin: 20px auto 10px;
}

.contact-head h2 {
    color: #333;
    font-size: 1.1em;
    margin: 0 auto;
}

.doc:not(.home) .info .title {
    margin: 0px auto;
    line-height: 1.4;
}

.submenu.flotante {
    z-index: 5;
}

/*@media screen and (max-width: 767px) {
    #doc-sidebar {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}*/

.call-to-action h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: .025em;
    margin: 0 auto;
}

#doc-sidebar a.tag h2, #person-sidebar a.tag h2, #company-sidebar a.tag h2 {
    color: #FFF;
    font-size: 14px;
    margin: 1px auto;
    padding: 0;
}

#login-title {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
    font-size: 18px;
}

#discover_div, #top_rated_div {
    position: relative;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#discover_div h2, #top_rated_div h2 {
    border-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}

#discover_div #discover_more, #top_rated_div #top_rated_more {
    align-self: center;
    position: relative;
}

.display-flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.row.display-flex:before, .row.display-flex:after {display: flex !important;}

.doc.home .cover img{
    width: 100%;
    max-width: 137px;
    height: 205px;
    margin: auto;
}

.hr-line{
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 3%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.d-block{
    display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

h1{
    z-index: 1;
}
.doc.home .cover ul{
    max-width: 137px;
    left: 50%;
    transform: translate(-50%);
    height: 205px;
    display: none;
    padding: 11px 0px;
}
.doc.home .cover ul li{
        padding: 11px 0px;
}

#doc-sidebar .left{
    align-self: center;
    margin-bottom: 1.9em;

}
#doc-sidebar .right{
    max-width: 200px;
    align-self: center;
}

@media screen and (min-width: 992px){
    #doc-sidebar{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    #doc-sidebar .left{
        align-self: flex-start;
        margin-bottom: 0;
    }
    #doc-sidebar .right{
        align-self: auto;
        margin-left: 30px;
        flex-grow: 1;
    }
}

@media screen and (max-width: 767px){
   #doc-sidebar{
        display: flex;
        flex-direction: row;
    }
    #doc-sidebar .left{
        align-self: flex-start;
        margin-bottom: 0;
    }
    #doc-sidebar .right{
        display: flex;
        align-self: auto;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 30px;
        max-width: 100%;
    }
}

@media screen and (max-width: 400px){
    #doc-sidebar .left, #doc-sidebar .right{
        flex: 1;
    }
}

.justify-all-text-center > *{
    text-align: justify;
}

.h-100{
    height: 100%;
}

#doc-header a:focus {
    text-decoration: none;
    color: inherit;
}
.d-none {
  display: none !important;
}


@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
}
.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider__wrapper {
  height: 100%;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slider__item {
  height: 100%;
  float: left;
  clear: none;
}
.slider__arrows-item {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
}
.slider__arrows-item--right {
  bottom: 50%;
  right: 30px;
}
.slider__arrows-item--left {
  bottom: 50%;
  left: 30px;
}
.slider__nav {
  position: absolute;
  bottom: 30px;
}
.slider__nav-item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff;
}
.slider__nav-item--current {
  background: #ccc;
}
.slider__nav-item:hover {
  background: #ccc;
}

/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
/*	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
*/
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	/*background: url(/static/res/styles/images/bx_loader.gif) center center no-repeat #fff;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/static/res/styles/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/static/res/styles/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/static/res/styles/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/static/res/styles/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
