/*-----------Styles for Photos-WebContent----------*/
/* Desktop */
@media screen and (min-width: 0px) {
  .ifad-content-outer.ifad-photos-outer {
    padding: 0; }

  .ifad-photos-container {
    margin: 0 auto; }

  .photos-slider-container {
    max-height: 550px;
    overflow: hidden;
    position: relative; }

  .ifad-photos-container h2:after {
    content: "";
    position: absolute;
    left: calc(50% - 15px);
    bottom: 0%;
    margin: 0;
    z-index: 99;
    height: 3px;
    width: 32px;
    border-bottom: 3px solid; }

  .ifad-photos-container h2 {
    font-size: 32px;
    font-family: "HelveticaIFAD", Helvetica, Arial, serif;
    font-weight: 500;
    text-align: center;
    position: relative;
    display: table;
    margin: 0 auto;
    padding-bottom: 20px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 60px; }

  .more-btn {
    margin: 60px 0 0 0;
    padding: 0;
    text-align: center; }

  .people-abstract-btn {
    /* display: table; */
    position: relative;
    bottom: 0;
    text-align: center;
    /* left: 42%; */ }

  .people-abstract-btn button a:hover {
    color: white;
    text-decoration: none; }

  .people-abstract-btn button a:VISITED {
    color: white;
    text-decoration: none; }

  .people-abstract-btn button {
    display: inline-block;
    padding: 10px 35px;
    margin-top: 10px !important;
    font-size: 16px;
    font-family: "helveticaIFAD";
    height: 55px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #f59400;
    border-radius: 25px; }
    .people-abstract-btn button a {
      color: white; }

  #previewUrlId {
    text-align: center; }

  .flowplayer {
    box-sizing: border-box; }

  .flowplayer.is-error {
    border: 0 !important; }

  /*-----------------JSSOR-slider-styles----------------*/
  .jssorb01 {
    position: absolute; }

  .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
    position: absolute;
    width: 12px;
    height: 12px;
    filter: alpha(opacity=70);
    opacity: .7;
    overflow: hidden;
    cursor: pointer;
    border: #000 1px solid; }

  .jssora13l, .jssora13r {
    display: block;
    position: absolute;
    width: 40px;
    height: 50px;
    cursor: pointer;
    background: url("../../../images/placeholders/a13.png") no-repeat;
    overflow: hidden; }

  .jssora13l {
    background-position: -10px -35px; }

  .jssora13r {
    background-position: -70px -35px; }

  .jssora13l:hover, .jssora13r:hover, .jssora13l.jssora13ldn, .jssora13r.jssora13rdn, .jssora13l.jssora13lds, .jssora13r.jssora13rds {
    opacity: 0.75; }

  .jssora13l.jssora13lds {
    pointer-events: none; }

  .jssora13r.jssora13rds {
    pointer-events: none; }

  div#jssor_1 div {
    right: 0;
    bottom: 0;
    position: absolute !important; }

  #jssor_1 {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 1440px;
    /*width: 1349px;*/
    height: 550px;
    overflow: hidden;
    visibility: hidden; }

  #jssor_1 .sldr-cntnr {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 550px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto; }

  #jssor_1 .sldr-cntnr .sldr-image {
    text-align: center; }

  #jssor_1 .sldr-cntnr img {
    margin: 0 60px;
    text-align: center;
    width: 1101px;
    height: 550px; }

  .jssora13l {
    left: 30px;
    width: 40px;
    height: 50px; }

  .jssora13r {
    right: 30px;
    width: 40px;
    height: 50px; } }
/* Tablet */
@media (max-width: 1024px) {
  .ifad-content-outer.ifad-photos-outer {
    padding: 0 0 50px; }

  .small-line.ifad-photos-small-line {
    margin: 0 auto 50px; }

  .more-photos.btn.more-btn {
    margin: 50px auto; } }
/* Phone */
@media (max-width: 640px) {
  .ifad-content-outer.ifad-photos-outer {
    padding: 0 0 30px; }

  .small-line.ifad-photos-small-line {
    margin: 0 auto 30px; }

  .more-photos.btn.more-btn {
    padding: 0 10px;
    margin: 30px auto; }

  .more-photos.btn.more-btn a {
    font-size: 15px; } }