@charset "UTF-8";
/* COLORS GC ACADEMY*/
/* COLORS IMCAS WB */
/* COLORS SPECIALITY */
/* COLORS CONGRESS */
/* COLORS THEME ACADEMY */
/* Page style */
/* TRANSFORM ICONS */
/* FANCY BOX */
.fancybox-inner {
  overflow: auto;
  -webkit-overflow: auto; }

.user-icon-picture-wrapper {
  background-color: #0781aa;
  padding: 10px 12px;
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #fff; }
  .user-icon-picture-wrapper i {
    color: #fff; }

.user-icon-picture {
  background-color: #0781aa;
  padding: 10px 12px;
  border-radius: 100%;
  border: 2px solid #fff;
  display: inline-block;
  position: absolute;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .user-icon-picture i {
    color: #fff; }

/* USER PUBLIC PROFILE */
.academy-content-wrapper {
  background-color: #fff;
  padding-bottom: 80px !important;
  position: relative;
  /* COVER */
  /* SIDEBAR */
  /* SCHEDULE */
  /* LECTURES */
  /* PUBLICATIONS */
  /* CONNECTIONS */
  /* LEARNED SOCIETIES */
  /* HUMANITARIAN MISSIONS */
  /* MAIN INTEREST */
  /* EDIT USER PUBLIC PROFILE */
  /* TCON */ }
  .academy-content-wrapper .academy-cover {
    height: 300px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 99;
    /* COVER INFORMATIONS */
    /* NUMBERS */
    /* BUTTON */ }
    .academy-content-wrapper .academy-cover .academy-cover-filter {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      opacity: 0.5; }
    .academy-content-wrapper .academy-cover .academy-header, .academy-content-wrapper .academy-cover .academy-header-wrapper {
      height: 100%; }
    .academy-content-wrapper .academy-cover .academy-header-wrapper .col-xs-6:first-child {
      position: absolute;
      bottom: 0;
      left: 0; }
    .academy-content-wrapper .academy-cover .academy-header-wrapper .col-xs-6:last-child {
      position: absolute;
      bottom: -30px;
      right: 0; }
    .academy-content-wrapper .academy-cover .academy-key-numbers {
      color: #fff;
      text-transform: uppercase; }
      .academy-content-wrapper .academy-cover .academy-key-numbers .number {
        font-size: 40px;
        font-weight: 400;
        color: #fff; }
        .academy-content-wrapper .academy-cover .academy-key-numbers .number.last {
          padding-left: 6px; }
      .academy-content-wrapper .academy-cover .academy-key-numbers .label {
        font-size: 20px;
        font-weight: 200;
        position: relative; }
        .academy-content-wrapper .academy-cover .academy-key-numbers .label.first:after {
          content: "";
          position: absolute;
          width: 1px;
          height: 80%;
          top: 0;
          right: 0;
          background: #fff; }
    .academy-content-wrapper .academy-cover .academy-add-button-rounded {
      background-color: #e63343;
      cursor: pointer;
      height: 80px;
      width: 80px;
      float: right;
      border-radius: 100%;
      color: #fff;
      box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.75);
      position: relative;
      transition: all 0.5s ease; }
      .academy-content-wrapper .academy-cover .academy-add-button-rounded:hover {
        background-color: #cd1929; }
      .academy-content-wrapper .academy-cover .academy-add-button-rounded svg {
        height: 20px;
        width: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: fill .5s ease; }
      .academy-content-wrapper .academy-cover .academy-add-button-rounded i {
        position: absolute;
        font-size: 25px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .academy-content-wrapper .academy-cover .academy-add-button-rounded .tcon {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        cursor: pointer;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 25px;
        transition: 0.3s;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 25px;
        background: transparent;
        outline: none;
        -webkit-tap-highlight-color: transparent;
        position: absolute;
        top: 50%;
        left: 8px;
        -webkit-transform: translateY(-50%) scale(0.75);
        transform: translateY(-50%) scale(0.75); }
        .academy-content-wrapper .academy-cover .academy-add-button-rounded .tcon > * {
          display: block; }
        .academy-content-wrapper .academy-cover .academy-add-button-rounded .tcon:hover, .academy-content-wrapper .academy-cover .academy-add-button-rounded .tcon:focus {
          outline: none; }
        .academy-content-wrapper .academy-cover .academy-add-button-rounded .tcon::-moz-focus-inner {
          border: 0; }
      .academy-content-wrapper .academy-cover .academy-add-button-rounded .tcon-plus {
        height: 25px;
        width: 25px; }
        .academy-content-wrapper .academy-cover .academy-add-button-rounded .tcon-plus:before, .academy-content-wrapper .academy-cover .academy-add-button-rounded .tcon-plus:after {
          content: "";
          border-radius: 2px;
          display: block;
          width: 85%;
          height: 13%;
          position: absolute;
          top: 37%;
          left: 8%;
          background: #fff;
          transition: all .5s ease; }
        .academy-content-wrapper .academy-cover .academy-add-button-rounded .tcon-plus:after {
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
      .academy-content-wrapper .academy-cover .academy-add-button-rounded .tcon-plus--check.tcon-transform::before {
        -webkit-transform: rotate(-135deg) translate(25%, -10%);
        transform: rotate(-135deg) translate(25%, -10%);
        top: 50%;
        width: 55%; }
      .academy-content-wrapper .academy-cover .academy-add-button-rounded .tcon-plus--check.tcon-transform::after {
        -webkit-transform: rotate(-45deg) translate(30%, 10%);
        transform: rotate(-45deg) translate(30%, 10%);
        top: 50%;
        width: 85%; }
      .academy-content-wrapper .academy-cover .academy-add-button-rounded .tcon-visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
        .academy-content-wrapper .academy-cover .academy-add-button-rounded .tcon-visuallyhidden:active, .academy-content-wrapper .academy-cover .academy-add-button-rounded .tcon-visuallyhidden:focus {
          clip: auto;
          height: auto;
          margin: 0;
          overflow: visible;
          position: static;
          width: auto; }
    .academy-content-wrapper .academy-cover .add-button-disabled path {
      fill: #9f1420; }
    .academy-content-wrapper .academy-cover .add-button-disabled .tcon-plus:before, .academy-content-wrapper .academy-cover .add-button-disabled .tcon-plus:after {
      background: #9f1420; }
  .academy-content-wrapper .academy-sidebar {
    background-color: #fff;
    padding: 15px;
    box-shadow: 1px 1px 18.69px 2.31px rgba(157, 157, 157, 0.75);
    text-align: center;
    position: relative;
    top: -210px;
    transition: top .5s linear;
    z-index: 99;
    /* PROFILE PICTURE */
    /* PROFILE NAME */
    /* PROFILE INFO */
    /* BIOSTATEMENT */
    /* BUTTON ADD */ }
    .academy-content-wrapper .academy-sidebar .ribbon {
      position: absolute;
      left: -5px;
      top: -5px;
      z-index: 1;
      overflow: hidden;
      width: 150px;
      height: 150px;
      text-align: right; }
      .academy-content-wrapper .academy-sidebar .ribbon .ribbon-label {
        font-size: 14px;
        font-weight: 400;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 30px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 158px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#220C53 0%, #220C53 100%);
        box-shadow: 0 3px 10px -5px black;
        position: absolute;
        top: 28px;
        left: -36px; }
        .academy-content-wrapper .academy-sidebar .ribbon .ribbon-label:before {
          content: "";
          position: absolute;
          left: 0px;
          top: 100%;
          z-index: -1;
          border: 5px solid #1e0044;
          border-right-color: transparent;
          border-bottom-color: transparent; }
        .academy-content-wrapper .academy-sidebar .ribbon .ribbon-label:after {
          content: "";
          position: absolute;
          right: 0px;
          top: 100%;
          z-index: -1;
          border: 5px solid #1e0044;
          border-bottom-color: transparent;
          border-left-color: transparent; }
    .academy-content-wrapper .academy-sidebar.affix {
      top: 0;
      position: fixed;
      margin-top: 103px; }
    .academy-content-wrapper .academy-sidebar .academy-profile-picture {
      height: 180px;
      width: 180px;
      border-radius: 100%;
      background-position: center top;
      background-size: cover;
      background-repeat: no-repeat;
      margin: auto;
      position: relative; }
      .academy-content-wrapper .academy-sidebar .academy-profile-picture:hover .academy-profile-picture-hover span {
        opacity: 1; }
      .academy-content-wrapper .academy-sidebar .academy-profile-picture:hover .academy-profile-picture-hover {
        background: rgba(34, 12, 83, 0.5); }
      .academy-content-wrapper .academy-sidebar .academy-profile-picture .academy-profile-picture-hover span {
        opacity: 0; }
      .academy-content-wrapper .academy-sidebar .academy-profile-picture .academy-profile-picture-hover {
        position: absolute;
        border-radius: 100%;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 2px solid #fff;
        color: #fff;
        transition: all 0.2s ease-in-out;
        cursor: pointer; }
        .academy-content-wrapper .academy-sidebar .academy-profile-picture .academy-profile-picture-hover span {
          font-size: 14px;
          padding: 0 8px;
          font-weight: 300;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          text-transform: uppercase;
          width: 100%; }
      .academy-content-wrapper .academy-sidebar .academy-profile-picture img {
        height: 100%;
        border-radius: 100%; }
    .academy-content-wrapper .academy-sidebar h3 {
      font-weight: 400;
      margin-bottom: 10px; }
    .academy-content-wrapper .academy-sidebar .speciality {
      text-transform: uppercase;
      font-weight: 300;
      font-size: 14px; }
    .academy-content-wrapper .academy-sidebar .location {
      font-size: 12px;
      font-weight: 300; }
    .academy-content-wrapper .academy-sidebar .social-networks {
      margin: 10px 0 20px 0; }
      .academy-content-wrapper .academy-sidebar .social-networks a {
        color: #686868; }
    .academy-content-wrapper .academy-sidebar .biostatement {
      text-align: left;
      color: #9b9b9b;
      font-weight: 300;
      font-size: 14px;
      max-height: 235px; }
      .academy-content-wrapper .academy-sidebar .biostatement #biostatement p {
        font-weight: 300;
        font-size: 14px;
        color: #9b9b9b; }
    .academy-content-wrapper .academy-sidebar .bio-more {
      color: #e63343;
      text-transform: uppercase;
      font-weight: 400 !important;
      font-size: 16px;
      transition: all 0.5s ease;
      cursor: pointer;
      margin-top: 10px;
      margin-bottom: 15px;
      display: block; }
      .academy-content-wrapper .academy-sidebar .bio-more:hover {
        color: #cd1929; }
    .academy-content-wrapper .academy-sidebar .button-add-wrapper {
      padding: 15px;
      background-color: #e63343;
      text-transform: uppercase;
      font-weight: 300;
      color: #fff;
      text-align: center;
      display: block;
      margin: 15px -15px -15px;
      transition: all 0.5s ease;
      cursor: pointer; }
      .academy-content-wrapper .academy-sidebar .button-add-wrapper i, .academy-content-wrapper .academy-sidebar .button-add-wrapper button {
        margin-right: 5px; }
      .academy-content-wrapper .academy-sidebar .button-add-wrapper button {
        vertical-align: middle; }
      .academy-content-wrapper .academy-sidebar .button-add-wrapper:hover {
        background-color: #cd1929; }
  .academy-content-wrapper .academy-schedule .schedule-content {
    background: #f9f9f9;
    position: relative;
    padding: 15px; }
    .academy-content-wrapper .academy-schedule .schedule-content .congress-name {
      text-transform: uppercase;
      margin-top: 0; }
    .academy-content-wrapper .academy-schedule .schedule-content .row {
      margin-bottom: 15px; }
      .academy-content-wrapper .academy-schedule .schedule-content .row:last-child {
        margin-bottom: 0; }
      .academy-content-wrapper .academy-schedule .schedule-content .row .sessions:not(:first-child) {
        margin-top: 8px; }
    .academy-content-wrapper .academy-schedule .schedule-content .title-session {
      margin: 0;
      font-weight: 300; }
    .academy-content-wrapper .academy-schedule .schedule-content .lectures {
      color: #848484;
      font-size: 14px;
      font-weight: 300; }
    .academy-content-wrapper .academy-schedule .schedule-content .sessions {
      cursor: pointer;
      transition: all 0.2s ease;
      display: block; }
      .academy-content-wrapper .academy-schedule .schedule-content .sessions:hover {
        color: #0781aa; }
    .academy-content-wrapper .academy-schedule .schedule-content .schedule-session-date {
      color: #fa7732;
      font-size: 14px; }
  .academy-content-wrapper .academy-lectures-articles .lectures-content-slider {
    position: relative; }
    .academy-content-wrapper .academy-lectures-articles .lectures-content-slider .lecture {
      height: 235px;
      width: auto !important; }
    .academy-content-wrapper .academy-lectures-articles .lectures-content-slider .lectures-slider-next {
      position: absolute;
      color: #bababa;
      top: 50%;
      right: -25px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 55px;
      transition: all 0.5s ease;
      cursor: pointer; }
      .academy-content-wrapper .academy-lectures-articles .lectures-content-slider .lectures-slider-next:hover {
        color: #fa7732; }
  .academy-content-wrapper .academy-publications .btn {
    display: block;
    width: 160px;
    margin: auto; }
  .academy-content-wrapper .academy-publications .publication-wrapper {
    background: #fff;
    padding: 15px;
    cursor: pointer;
    display: block;
    background: #f9f9f9; }
    .academy-content-wrapper .academy-publications .publication-wrapper:not(:last-child) {
      margin-bottom: 30px; }
    .academy-content-wrapper .academy-publications .publication-wrapper h2 {
      font-weight: 300;
      margin-top: 0;
      margin-bottom: 10px; }
    .academy-content-wrapper .academy-publications .publication-wrapper .date {
      color: #fa7732;
      font-size: 14px; }
    .academy-content-wrapper .academy-publications .publication-wrapper .resume {
      color: #b7b7b7;
      font-size: 14px;
      font-weight: 300;
      margin-top: 10px; }
    .academy-content-wrapper .academy-publications .publication-wrapper .sources {
      font-size: 14px;
      font-weight: 500;
      color: #220c53; }
    .academy-content-wrapper .academy-publications .publication-wrapper .publication-more {
      font-size: 14px;
      text-transform: uppercase;
      color: #0781aa; }
  .academy-content-wrapper .academy-connections .row .last {
    background-color: #fa7732;
    height: 189px;
    width: 189px;
    position: relative;
    margin-bottom: 30px; }
    .academy-content-wrapper .academy-connections .row .last div {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: white; }
      .academy-content-wrapper .academy-connections .row .last div .number {
        font-size: 30px;
        font-weight: 300; }
      .academy-content-wrapper .academy-connections .row .last div .connections {
        font-size: 16px;
        font-weight: 200;
        letter-spacing: 0.6px; }
  .academy-content-wrapper .academy-connections .connection-wrapper {
    position: relative;
    cursor: pointer;
    display: block;
    margin-bottom: 30px; }
    .academy-content-wrapper .academy-connections .connection-wrapper .connection-picture {
      width: 189px;
      height: 189px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      border-radius: 100%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      margin: auto;
      position: relative; }
    .academy-content-wrapper .academy-connections .connection-wrapper .connection-hover {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.7);
      text-align: center;
      opacity: 0;
      border-radius: 100%;
      transition: all 0.5s ease; }
      .academy-content-wrapper .academy-connections .connection-wrapper .connection-hover .connection-hover-infos {
        width: 100%;
        padding: 0 15px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff; }
        .academy-content-wrapper .academy-connections .connection-wrapper .connection-hover .connection-hover-infos .name {
          font-size: 14px; }
        .academy-content-wrapper .academy-connections .connection-wrapper .connection-hover .connection-hover-infos .speciality {
          font-size: 12px;
          text-transform: uppercase;
          font-weight: 200;
          margin-top: 2px; }
        .academy-content-wrapper .academy-connections .connection-wrapper .connection-hover .connection-hover-infos .location {
          font-size: 10px;
          margin-top: 8px; }
    .academy-content-wrapper .academy-connections .connection-wrapper:hover .connection-hover {
      opacity: 1; }
  .academy-content-wrapper .academy-learned-societies .learned-society {
    position: relative;
    z-index: 99;
    background: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 30px; }
    .academy-content-wrapper .academy-learned-societies .learned-society .img-wrapper {
      background-size: contain;
      height: 150px;
      background-repeat: no-repeat;
      background-position: center center; }
    .academy-content-wrapper .academy-learned-societies .learned-society .learned-society-hover {
      background-color: #613072;
      color: #fff;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 0;
      overflow: hidden;
      transition: height 0.5s ease; }
      .academy-content-wrapper .academy-learned-societies .learned-society .learned-society-hover .learned-society-hover-infos {
        padding: 15px;
        height: 100%;
        position: relative; }
        .academy-content-wrapper .academy-learned-societies .learned-society .learned-society-hover .learned-society-hover-infos .wrapper-links {
          width: 100%; }
        .academy-content-wrapper .academy-learned-societies .learned-society .learned-society-hover .learned-society-hover-infos .alias, .academy-content-wrapper .academy-learned-societies .learned-society .learned-society-hover .learned-society-hover-infos .title {
          text-align: center;
          display: block; }
        .academy-content-wrapper .academy-learned-societies .learned-society .learned-society-hover .learned-society-hover-infos .title {
          font-weight: 200;
          height: 80px; }
        .academy-content-wrapper .academy-learned-societies .learned-society .learned-society-hover .learned-society-hover-infos .location {
          font-weight: 200;
          font-size: 12px;
          padding-top: 8px; }
        .academy-content-wrapper .academy-learned-societies .learned-society .learned-society-hover .learned-society-hover-infos .links {
          text-align: right;
          font-size: 16px; }
          .academy-content-wrapper .academy-learned-societies .learned-society .learned-society-hover .learned-society-hover-infos .links a {
            color: #fff; }
    .academy-content-wrapper .academy-learned-societies .learned-society:hover .learned-society-hover {
      height: 100%; }
    .academy-content-wrapper .academy-learned-societies .learned-society:hover .info-remove-thumbnail {
      opacity: 1;
      z-index: 99; }
  .academy-content-wrapper .academy-humanitarian-missions .humanitarian-mission {
    padding: 15px;
    position: relative;
    cursor: pointer;
    display: block;
    margin-bottom: 30px;
    height: 110px;
    z-index: 99; }
    .academy-content-wrapper .academy-humanitarian-missions .humanitarian-mission:hover .info-remove-thumbnail {
      opacity: 1; }
    .academy-content-wrapper .academy-humanitarian-missions .humanitarian-mission.humanitarian-mission-plastic {
      background-color: #503f7a; }
    .academy-content-wrapper .academy-humanitarian-missions .humanitarian-mission.humanitarian-mission-dermato {
      background-color: #78d9bd; }
  .academy-content-wrapper .academy-humanitarian-missions .humanitarian-mission-infos {
    color: #fff;
    text-align: center; }
    .academy-content-wrapper .academy-humanitarian-missions .humanitarian-mission-infos .name {
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 200; }
    .academy-content-wrapper .academy-humanitarian-missions .humanitarian-mission-infos .location {
      font-size: 14px;
      font-weight: 300;
      margin-top: 10px; }
  .academy-content-wrapper .academy-main-interests {
    position: relative;
    cursor: pointer;
    display: block;
    z-index: 99; }
    .academy-content-wrapper .academy-main-interests .main-interest {
      display: block; }
      .academy-content-wrapper .academy-main-interests .main-interest:hover .info-remove-thumbnail {
        opacity: 1; }
      .academy-content-wrapper .academy-main-interests .main-interest .wrapper-img-name {
        position: relative; }
        .academy-content-wrapper .academy-main-interests .main-interest .wrapper-img-name img {
          width: 100%; }
        .academy-content-wrapper .academy-main-interests .main-interest .wrapper-img-name .name {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-weight: 300;
          font-size: 18px;
          color: #fff;
          text-align: center; }
  .academy-content-wrapper .info-edit-cover {
    cursor: pointer;
    margin-bottom: 0.3em;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0; }
    .academy-content-wrapper .info-edit-cover span {
      font-size: 14px;
      padding: 0 8px;
      text-transform: uppercase;
      color: #fff;
      display: block;
      margin-top: 8px; }
  .academy-content-wrapper .info-add-thumbnail-interest {
    height: 189px !important; }
  .academy-content-wrapper .info-add-thumbnail {
    background: #fff;
    border: 2px dashed #b7b7b7;
    color: #d1d1d1;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    height: 110px;
    padding: 15px; }
    .academy-content-wrapper .info-add-thumbnail .wrapper-content {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
      .academy-content-wrapper .info-add-thumbnail .wrapper-content .user-icon-add {
        border: 1px solid #d1d1d1;
        border-radius: 100%;
        padding: 6px 10px;
        display: inline-block; }
      .academy-content-wrapper .info-add-thumbnail .wrapper-content span {
        display: block;
        margin-top: 8px; }
  .academy-content-wrapper .tcon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 25px;
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 25px;
    background: transparent;
    outline: none;
    -webkit-tap-highlight-color: transparent; }
    .academy-content-wrapper .tcon > * {
      display: block; }
    .academy-content-wrapper .tcon:hover, .academy-content-wrapper .tcon:focus {
      outline: none; }
    .academy-content-wrapper .tcon::-moz-focus-inner {
      border: 0; }
  .academy-content-wrapper .tcon-plus {
    height: 25px;
    width: 25px;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    display: inline-block; }
    .academy-content-wrapper .tcon-plus::before, .academy-content-wrapper .tcon-plus::after {
      content: "";
      border-radius: 2px;
      display: block;
      width: 85%;
      height: 13%;
      position: absolute;
      top: 37%;
      left: 8%;
      background: #fff;
      transition: all .5s ease; }
    .academy-content-wrapper .tcon-plus:after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .academy-content-wrapper .tcon-plus--check.tcon-transform::before {
    -webkit-transform: rotate(-135deg) translate(25%, -10%);
    transform: rotate(-135deg) translate(25%, -10%);
    top: 50%;
    width: 45%; }
  .academy-content-wrapper .tcon-plus--check.tcon-transform::after {
    -webkit-transform: rotate(-45deg) translate(30%, 10%);
    transform: rotate(-45deg) translate(30%, 10%);
    top: 50%;
    width: 85%; }
  .academy-content-wrapper .tcon-visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .academy-content-wrapper .tcon-visuallyhidden:active, .academy-content-wrapper .tcon-visuallyhidden:focus {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto; }

#cover_modify_modal .cover-modal {
  margin-top: 250px;
  width: 60%; }
  #cover_modify_modal .cover-modal .modal-content {
    width: 100%; }
    #cover_modify_modal .cover-modal .modal-content .upload_choose {
      opacity: 0.7; }
      #cover_modify_modal .cover-modal .modal-content .upload_choose + i {
        display: none; }
    #cover_modify_modal .cover-modal .modal-content p {
      font-size: 14px;
      text-align: center;
      margin-top: 10px; }
    #cover_modify_modal .cover-modal .modal-content .btn {
      width: 180px;
      display: block;
      height: 35px;
      line-height: 30px;
      vertical-align: middle;
      padding: 0;
      margin: 15px auto auto; }
    #cover_modify_modal .cover-modal .modal-content input {
      width: 200px;
      margin: 15px auto auto; }
    #cover_modify_modal .cover-modal .modal-content .slider {
      height: 107px;
      margin: auto;
      width: 90%; }
      #cover_modify_modal .cover-modal .modal-content .slider .slick-list {
        height: 100%; }
      #cover_modify_modal .cover-modal .modal-content .slider .slick-slide {
        position: relative; }
        #cover_modify_modal .cover-modal .modal-content .slider .slick-slide i {
          position: absolute;
          color: #fa7732;
          font-size: 60px;
          right: 10px;
          top: 40px; }
      #cover_modify_modal .cover-modal .modal-content .slider .item {
        height: 101px;
        width: 100%;
        position: absolute; }
      #cover_modify_modal .cover-modal .modal-content .slider .slick-next::before, #cover_modify_modal .cover-modal .modal-content .slider .slick-prev:before {
        color: black; }
    #cover_modify_modal .cover-modal .modal-content .item_choose {
      border: solid #fa7732 2px; }

#picture_modify_modal .modal-dialog {
  width: 60%; }
  #picture_modify_modal .modal-dialog .modal-content {
    width: 100%; }
    #picture_modify_modal .modal-dialog .modal-content .btn {
      width: 260px;
      display: block;
      height: 35px;
      line-height: 30px;
      vertical-align: middle;
      padding: 0;
      margin: 15px auto auto; }
    #picture_modify_modal .modal-dialog .modal-content input {
      width: 200px;
      margin: 15px auto auto; }
    #picture_modify_modal .modal-dialog .modal-content .crop {
      width: 300px;
      height: 300px;
      margin: 15px auto auto; }

#friends-modal .modal-content {
  width: 100%; }
  #friends-modal .modal-content .partner-description-close {
    margin: 5px; }
  #friends-modal .modal-content h1 {
    font-size: 24px;
    display: inline-block;
    margin-left: 15px; }
  #friends-modal .modal-content img {
    width: 100%;
    border-radius: 100%; }
  #friends-modal .modal-content .row {
    padding-bottom: 10px;
    border-bottom: solid 1px #DDD;
    border-top: 1px solid #DDD;
    margin-right: 0;
    margin-left: 0;
    padding-top: 10px;
    border-collapse: collapse;
    position: relative; }
    #friends-modal .modal-content .row:hover {
      background-color: #f2f2f2; }
    #friends-modal .modal-content .row .status {
      height: 100%;
      position: absolute;
      right: 0;
      text-align: right;
      margin-right: 15px; }
      #friends-modal .modal-content .row .status span {
        -webkit-transform: translateY(calc(50% + 15px));
        transform: translateY(calc(50% + 15px));
        cursor: pointer; }
        #friends-modal .modal-content .row .status span.accepted {
          color: #03c9a9; }
        #friends-modal .modal-content .row .status span.send {
          color: lightgray; }
        #friends-modal .modal-content .row .status span.notyetsend {
          color: #e63343; }
    #friends-modal .modal-content .row span {
      display: block;
      font-weight: 300; }
    #friends-modal .modal-content .row .name {
      font-size: 18px;
      color: #434343; }
    #friends-modal .modal-content .row .specialty {
      font-size: 14px;
      color: #757575; }
    #friends-modal .modal-content .row .country {
      font-size: 12px;
      color: #a8a8a8; }

.academy-scientific-board {
  margin-bottom: 80px; }
  .academy-scientific-board .scientific-board-cover {
    background: url("../img/academy/backgrounds/scientific_board_cover.jpg");
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    .academy-scientific-board .scientific-board-cover .filter-cover {
      background: rgba(34, 12, 83, 0.5);
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
    .academy-scientific-board .scientific-board-cover .slogan-wrapper {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .academy-scientific-board .scientific-board-cover .slogan-wrapper h1 {
        color: #fa7732;
        margin-bottom: 8px;
        margin-top: 0;
        font-weight: 100; }
      .academy-scientific-board .scientific-board-cover .slogan-wrapper h2 {
        color: #fff !important;
        margin-top: 0;
        font-weight: 100;
        margin-bottom: 0; }
  .academy-scientific-board .filter-background {
    background: #f7f7f7;
    padding: 15px 0; }
    .academy-scientific-board .filter-background .form {
      position: relative; }
    .academy-scientific-board .filter-background .alpha-order {
      text-align: right;
      position: absolute;
      height: 100%;
      right: 0;
      /* Remove default checkbox */ }
      .academy-scientific-board .filter-background .alpha-order [type="checkbox"]:not(:checked),
      .academy-scientific-board .filter-background .alpha-order [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
        visibility: hidden; }
      .academy-scientific-board .filter-background .alpha-order [type="checkbox"]:not(:checked):disabled + label:before {
        border: none;
        background-color: rgba(0, 0, 0, 0.26); }
      .academy-scientific-board .filter-background .alpha-order [type="checkbox"] + label {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 30px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 12px;
        color: #323232;
        text-transform: uppercase;
        font-weight: 300; }
        .academy-scientific-board .filter-background .alpha-order [type="checkbox"] + label:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 18px;
          height: 18px;
          z-index: 0;
          border: 2px solid #5a5a5a;
          border-radius: 1px;
          margin-top: 2px;
          transition: 0.2s; }
      .academy-scientific-board .filter-background .alpha-order [type="checkbox"]:checked + label:before {
        top: -4px;
        left: -3px;
        width: 12px;
        height: 22px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #0781aa;
        border-bottom: 2px solid #0781aa;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%; }
      .academy-scientific-board .filter-background .alpha-order .filled-in + label:after {
        border-radius: 2px; }
      .academy-scientific-board .filter-background .alpha-order .filled-in + label:after, .academy-scientific-board .filter-background .alpha-order .filled-in + label:before {
        content: '';
        left: 0;
        position: absolute;
        /* .1s delay is for check animation */
        transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
        z-index: 1; }
      .academy-scientific-board .filter-background .alpha-order [type="checkbox"].filled-in:not(:checked) + label:before {
        width: 0;
        height: 0;
        border: 3px solid transparent;
        left: 6px;
        top: 10px;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 20% 40%;
        transform-origin: 100% 100%; }
      .academy-scientific-board .filter-background .alpha-order [type="checkbox"].filled-in:not(:checked) + label:after {
        height: 20px;
        width: 20px;
        background-color: transparent;
        border: 1px solid #323232;
        top: 0px;
        z-index: 0; }
      .academy-scientific-board .filter-background .alpha-order [type="checkbox"].filled-in:checked + label:before {
        top: 0;
        left: 1px;
        width: 8px;
        height: 13px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%; }
      .academy-scientific-board .filter-background .alpha-order [type="checkbox"].filled-in:checked + label:after {
        top: 0px;
        width: 20px;
        height: 20px;
        border: 2px solid #0781aa;
        background-color: #0781aa;
        z-index: 0; }
  .academy-scientific-board .info-sorting {
    font-size: 14px;
    text-transform: uppercase;
    color: #848484;
    font-weight: 300;
    margin-top: 15px;
    display: inline-block; }
    .academy-scientific-board .info-sorting .bold {
      font-weight: 400; }
  .academy-scientific-board .scientific-board-container {
    margin-top: 15px; }
    .academy-scientific-board .scientific-board-container h3 {
      border-bottom: 1px solid #b7b7b7;
      font-weight: 300;
      padding-bottom: 8px; }
    .academy-scientific-board .scientific-board-container .col-sm-3 {
      height: 275px; }

.academy-user-account {
  padding-bottom: 80px;
  position: relative;
  /* POP IN */
  /* USER ACCOUNT MAIN */
  /* USER ACCOUNT COURSES */
  /* USER ACCOUNT FAVORITES */
  /* USER ACCOUNT PROFILE */
  /* SIDEBAR */
  /* PROFESSIONAL DATA */
  /* PICTURE AND COVER */
  /* SCIENTIFIC SOCIETIES, HUMANITARIAN MISSIONS */
  /* PUBLICATIONS */
  /* USER ACCOUNT CONNECTIONS */
  /* USER ACCOUNT CONTRIBUTE */
  /* USER ACCOUNT SETTINGS */ }
  .academy-user-account .btn-add {
    width: 69px;
    margin-left: 5px;
    border: 2px solid #fa7732;
    margin-right: 5px; }
  .academy-user-account .icons-wrapper {
    padding-top: 10px; }
    .academy-user-account .icons-wrapper img:not(first-child) {
      padding-left: 5px; }
  .academy-user-account .btn-wrapper {
    text-align: center; }
    .academy-user-account .btn-wrapper .remove-btn {
      background: #fff;
      color: #c4c4c4;
      font-size: 12px;
      font-weight: 300;
      margin-top: 15px;
      padding: 5px 10px;
      border: 1px solid #c4c4c4;
      transition: all .2s ease-in-out; }
      .academy-user-account .btn-wrapper .remove-btn:hover {
        background: #c4c4c4;
        color: #fff; }
      .academy-user-account .btn-wrapper .remove-btn i {
        margin-right: 5px; }
  .academy-user-account .popin-subscribe-begin {
    text-align: center;
    background: #fff;
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 30px;
    z-index: 2;
    border: 1px solid #dddddd; }
    .academy-user-account .popin-subscribe-begin button {
      text-transform: uppercase; }
    .academy-user-account .popin-subscribe-begin h1 {
      margin-top: 0; }
  .academy-user-account .user-cover {
    position: relative;
    height: 300px;
    width: 100%;
    background-size: cover; }
    .academy-user-account .user-cover .user-cover-filter {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0.5; }
    .academy-user-account .user-cover .header-wrapper {
      position: relative;
      height: 100%; }
      .academy-user-account .user-cover .header-wrapper .user-name-picture-wrapper {
        color: #fff;
        margin-top: 45px; }
        .academy-user-account .user-cover .header-wrapper .user-name-picture-wrapper .img {
          margin-top: 7px; }
          .academy-user-account .user-cover .header-wrapper .user-name-picture-wrapper .img #main-account-img {
            border-radius: 100%;
            width: 80px;
            height: 80px;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat; }
        .academy-user-account .user-cover .header-wrapper .user-name-picture-wrapper span {
          display: block;
          width: 100%; }
        .academy-user-account .user-cover .header-wrapper .user-name-picture-wrapper .tagline {
          font-weight: 100;
          font-size: 24px; }
        .academy-user-account .user-cover .header-wrapper .user-name-picture-wrapper .user-name {
          font-weight: 300;
          font-size: 34px; }
        .academy-user-account .user-cover .header-wrapper .user-name-picture-wrapper .profile {
          margin-top: 20px; }
      .academy-user-account .user-cover .header-wrapper .tabs-wrapper {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 18px;
        position: absolute;
        width: 100%;
        bottom: 4px;
        left: 0;
        padding: 0 15px; }
        .academy-user-account .user-cover .header-wrapper .tabs-wrapper li:last-child {
          margin-right: 0; }
        .academy-user-account .user-cover .header-wrapper .tabs-wrapper li {
          text-align: left;
          display: inline-block;
          margin-right: 112px; }
          .academy-user-account .user-cover .header-wrapper .tabs-wrapper li a {
            color: #fff;
            padding-bottom: 5px; }
            .academy-user-account .user-cover .header-wrapper .tabs-wrapper li a.active {
              position: relative; }
              .academy-user-account .user-cover .header-wrapper .tabs-wrapper li a.active:after {
                width: 100%;
                background: #e63343;
                height: 3px;
                content: "";
                bottom: 0;
                left: 0;
                position: absolute; }
    .academy-user-account .user-cover .tabs-wrapper-bg {
      padding: 4px 0;
      position: absolute;
      bottom: 0;
      width: 100%; }
      .academy-user-account .user-cover .tabs-wrapper-bg .container {
        position: relative; }
      .academy-user-account .user-cover .tabs-wrapper-bg .tabs-wrapper {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 18px; }
        .academy-user-account .user-cover .tabs-wrapper-bg .tabs-wrapper li:last-child {
          margin-right: 0; }
        .academy-user-account .user-cover .tabs-wrapper-bg .tabs-wrapper li {
          text-align: left;
          display: inline-block;
          margin-right: 112px; }
          .academy-user-account .user-cover .tabs-wrapper-bg .tabs-wrapper li a {
            color: #fff;
            padding-bottom: 5px; }
            .academy-user-account .user-cover .tabs-wrapper-bg .tabs-wrapper li a.active {
              position: relative; }
              .academy-user-account .user-cover .tabs-wrapper-bg .tabs-wrapper li a.active:after {
                width: 100%;
                background: #e63343;
                height: 3px;
                content: "";
                bottom: 0;
                left: 0;
                position: absolute; }
  .academy-user-account .account-courses-wrapper.previewed {
    background: url("../img/academy/backgrounds/bg-preview-course.jpg");
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 1426px; }
    .academy-user-account .account-courses-wrapper.previewed .bg-previewed {
      background: #fff;
      opacity: 0.8;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
  .academy-user-account .account-courses-wrapper .key-numbers-wrapper {
    margin-bottom: 60px; }
    .academy-user-account .account-courses-wrapper .key-numbers-wrapper h2 {
      color: #c4c4c4 !important;
      font-weight: 300; }
    .academy-user-account .account-courses-wrapper .key-numbers-wrapper .in-progress, .academy-user-account .account-courses-wrapper .key-numbers-wrapper .done {
      font-weight: 300;
      font-size: 22px; }
      .academy-user-account .account-courses-wrapper .key-numbers-wrapper .in-progress .number, .academy-user-account .account-courses-wrapper .key-numbers-wrapper .done .number {
        font-size: 40px;
        font-weight: 500; }
    .academy-user-account .account-courses-wrapper .key-numbers-wrapper .in-progress {
      color: #fa7732; }
    .academy-user-account .account-courses-wrapper .key-numbers-wrapper .done {
      color: #03C9A9; }
    .academy-user-account .account-courses-wrapper .key-numbers-wrapper .continue-course-wrapper .radial-progress-bar {
      position: relative; }
      .academy-user-account .account-courses-wrapper .key-numbers-wrapper .continue-course-wrapper .radial-progress-bar span {
        color: #fa7732;
        font-size: 25px;
        font-weight: 500;
        position: absolute;
        top: 48%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .academy-user-account .account-courses-wrapper .key-numbers-wrapper .continue-course-wrapper h3 {
      font-weight: 300;
      color: #220c53;
      margin: 0; }
    .academy-user-account .account-courses-wrapper .key-numbers-wrapper .continue-course-wrapper .icons-wrapper {
      padding-bottom: 10px; }
    .academy-user-account .account-courses-wrapper .key-numbers-wrapper .continue-course-wrapper .col-xs-9 {
      height: 115px; }
      .academy-user-account .account-courses-wrapper .key-numbers-wrapper .continue-course-wrapper .col-xs-9 .btn-continue-course {
        border-radius: 28px;
        background: transparent;
        border: 3px solid #fa7732;
        text-transform: uppercase;
        color: #fa7732;
        padding: 10px;
        display: inline-block;
        bottom: 0;
        position: absolute; }
        .academy-user-account .account-courses-wrapper .key-numbers-wrapper .continue-course-wrapper .col-xs-9 .btn-continue-course:hover {
          background-color: #fa7732;
          color: white; }
  .academy-user-account .account-courses-wrapper .courses-wrapper {
    margin-top: 15px; }
    .academy-user-account .account-courses-wrapper .courses-wrapper .col-xs-3 {
      display: none; }
    .academy-user-account .account-courses-wrapper .courses-wrapper .course {
      display: block;
      margin-bottom: 30px; }
      .academy-user-account .account-courses-wrapper .courses-wrapper .course .img-progress-bar-wrapper {
        height: 127px;
        position: relative; }
        .academy-user-account .account-courses-wrapper .courses-wrapper .course .img-progress-bar-wrapper img {
          width: 100%; }
        .academy-user-account .account-courses-wrapper .courses-wrapper .course .img-progress-bar-wrapper:hover .hover-message {
          opacity: 1; }
        .academy-user-account .account-courses-wrapper .courses-wrapper .course .img-progress-bar-wrapper .hover-message {
          opacity: 0;
          transition: opacity .3s ease-in-out;
          position: absolute;
          background: rgba(34, 12, 83, 0.5);
          height: 100%;
          width: 100%;
          top: 0;
          left: 0; }
          .academy-user-account .account-courses-wrapper .courses-wrapper .course .img-progress-bar-wrapper .hover-message .btn-hover {
            padding: 10px 0;
            text-transform: uppercase;
            color: #fff;
            display: block;
            border-radius: 25px;
            border: 2px solid #fff;
            top: 25px;
            left: 50%;
            position: absolute;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            text-align: center;
            width: 210px; }
        .academy-user-account .account-courses-wrapper .courses-wrapper .course .img-progress-bar-wrapper .done-message {
          position: absolute;
          height: 100%;
          width: 100%;
          background: rgba(3, 201, 169, 0.5);
          top: 0;
          left: 0;
          text-align: center; }
          .academy-user-account .account-courses-wrapper .courses-wrapper .course .img-progress-bar-wrapper .done-message .wrapper {
            position: absolute;
            width: 100%;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            color: #fff;
            padding: 15px; }
            .academy-user-account .account-courses-wrapper .courses-wrapper .course .img-progress-bar-wrapper .done-message .wrapper span {
              font-weight: 300; }
            .academy-user-account .account-courses-wrapper .courses-wrapper .course .img-progress-bar-wrapper .done-message .wrapper .congrat {
              text-transform: uppercase;
              font-weight: 500;
              font-size: 20px;
              display: block; }
        .academy-user-account .account-courses-wrapper .courses-wrapper .course .img-progress-bar-wrapper .course-progress-bar {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          padding: 2px 15px;
          color: #fff;
          background-color: rgba(250, 119, 50, 0.5); }
          .academy-user-account .account-courses-wrapper .courses-wrapper .course .img-progress-bar-wrapper .course-progress-bar .indicator {
            background: #fa7732;
            position: absolute;
            height: 100%;
            top: 0;
            left: 0; }
          .academy-user-account .account-courses-wrapper .courses-wrapper .course .img-progress-bar-wrapper .course-progress-bar.done .indicator {
            background: #03C9A9; }
          .academy-user-account .account-courses-wrapper .courses-wrapper .course .img-progress-bar-wrapper .course-progress-bar.begin {
            color: #323232;
            background-color: #eaeaea; }
          .academy-user-account .account-courses-wrapper .courses-wrapper .course .img-progress-bar-wrapper .course-progress-bar .percent {
            position: relative;
            font-size: 14px; }
      .academy-user-account .account-courses-wrapper .courses-wrapper .course .infos-course-wrapper {
        background: #f7f7f7;
        padding: 15px;
        height: 170px;
        position: relative; }
        .academy-user-account .account-courses-wrapper .courses-wrapper .course .infos-course-wrapper h3 {
          font-weight: 300;
          margin: 0;
          text-align: center;
          font-size: 17px; }
        .academy-user-account .account-courses-wrapper .courses-wrapper .course .infos-course-wrapper .icons-wrapper {
          text-align: center;
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 15px;
          width: 100%; }
          .academy-user-account .account-courses-wrapper .courses-wrapper .course .infos-course-wrapper .icons-wrapper svg {
            height: 28px; }
    .academy-user-account .account-courses-wrapper .courses-wrapper .col-xs-12.loaddiv {
      text-align: center; }
    .academy-user-account .account-courses-wrapper .courses-wrapper .col-xs-12 .goto {
      text-decoration: underline !important;
      color: black;
      font-weight: 500; }
  .academy-user-account .account-favorites-wrapper .checkbox-wrapper {
    line-height: 39px; }
  .academy-user-account .account-favorites-wrapper .favorites-videos-wrapper {
    margin-top: 30px; }
    .academy-user-account .account-favorites-wrapper .favorites-videos-wrapper .lecture {
      height: 263px; }
    .academy-user-account .account-favorites-wrapper .favorites-videos-wrapper .btn-wrapper {
      margin-bottom: 30px; }
    .academy-user-account .account-favorites-wrapper .favorites-videos-wrapper .no-favorites {
      font-size: 18px;
      text-align: center;
      margin-top: 5%;
      font-weight: 300; }
  .academy-user-account .account-profile-wrapper {
    position: relative;
    min-height: 335px; }
    .academy-user-account .account-profile-wrapper .account-profile-contain {
      float: right; }
      .academy-user-account .account-profile-wrapper .account-profile-contain h3 {
        font-weight: 300; }
      .academy-user-account .account-profile-wrapper .account-profile-contain .help-block {
        margin-top: 15px;
        margin-bottom: 15px; }
      .academy-user-account .account-profile-wrapper .account-profile-contain .missing {
        font-size: 14px;
        font-weight: 300; }
      .academy-user-account .account-profile-wrapper .account-profile-contain .biostatement-characters {
        margin-top: 0px; }
    .academy-user-account .account-profile-wrapper .form {
      /* Radio button */
      /* Simple input */
      /* Switch button */
      /* File Input */ }
      .academy-user-account .account-profile-wrapper .form .block {
        margin-bottom: 30px; }
        .academy-user-account .account-profile-wrapper .form .block .item {
          height: 200px;
          background-size: cover !important;
          margin-right: 15px;
          margin-left: 15px; }
        .academy-user-account .account-profile-wrapper .form .block .slick-prev:before, .academy-user-account .account-profile-wrapper .form .block .slick-next:before {
          color: black; }
      .academy-user-account .account-profile-wrapper .form .radio {
        margin-bottom: 15px; }
        .academy-user-account .account-profile-wrapper .form .radio .label-radio {
          font-size: 12px;
          text-transform: uppercase;
          color: #b7b7b7;
          font-weight: 300;
          padding-bottom: 5px; }
        .academy-user-account .account-profile-wrapper .form .radio label {
          cursor: pointer;
          padding-left: 25px;
          position: relative;
          color: #323232;
          font-weight: 300;
          font-size: 14px;
          margin-right: 30px; }
        .academy-user-account .account-profile-wrapper .form .radio span {
          display: block;
          position: absolute;
          left: 0px;
          top: 2px;
          transition-duration: 0.2s; }
        .academy-user-account .account-profile-wrapper .form .radio .circle {
          border: 2px solid rgba(0, 0, 0, 0.54);
          height: 15px;
          width: 15px;
          border-radius: 100%; }
        .academy-user-account .account-profile-wrapper .form .radio .check {
          height: 15px;
          width: 15px;
          border-radius: 100%;
          background-color: #fa7732;
          -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0); }
          .academy-user-account .account-profile-wrapper .form .radio .check:after {
            display: block;
            position: absolute;
            content: "";
            background-color: rgba(0, 0, 0, 0.54);
            left: -18px;
            top: -18px;
            height: 50px;
            width: 50px;
            border-radius: 100%;
            z-index: 1;
            opacity: 0;
            margin: 0;
            -webkit-transform: scale3d(1.5, 1.5, 1);
            transform: scale3d(1.5, 1.5, 1); }
        .academy-user-account .account-profile-wrapper .form .radio input[type=radio] {
          opacity: 0;
          height: 0;
          width: 0;
          overflow: hidden; }
          .academy-user-account .account-profile-wrapper .form .radio input[type=radio]:checked ~ .check,
          .academy-user-account .account-profile-wrapper .form .radio input[type=radio]:checked ~ .circle {
            opacity: 1; }
          .academy-user-account .account-profile-wrapper .form .radio input[type=radio]:checked ~ .check {
            background-color: #fa7732; }
          .academy-user-account .account-profile-wrapper .form .radio input[type=radio]:checked ~ .circle {
            border-color: #fa7732; }
          .academy-user-account .account-profile-wrapper .form .radio input[type=radio]:checked ~ .check {
            -webkit-transform: scale3d(0.55, 0.55, 1);
            transform: scale3d(0.55, 0.55, 1); }
      .academy-user-account .account-profile-wrapper .form .input-field {
        width: 100%;
        position: relative;
        border: 1px solid #eaeaea;
        height: 60px; }
        .academy-user-account .account-profile-wrapper .form .input-field #lastname {
          text-transform: uppercase; }
        .academy-user-account .account-profile-wrapper .form .input-field input {
          position: absolute;
          bottom: 8px;
          padding-left: 15px;
          width: 100%;
          border: none;
          font-size: 14px;
          color: #323232;
          font-weight: 300; }
          .academy-user-account .account-profile-wrapper .form .input-field input:focus ~ .label-simple {
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 300;
            -webkit-transform: translateY(-140%);
            transform: translateY(-140%);
            color: #0781aa; }
          .academy-user-account .account-profile-wrapper .form .input-field input.used ~ .label-simple {
            font-size: 12px;
            text-transform: uppercase;
            color: #b7b7b7;
            font-weight: 300;
            -webkit-transform: translateY(-140%);
            transform: translateY(-140%); }
        .academy-user-account .account-profile-wrapper .form .input-field label {
          margin: 0; }
        .academy-user-account .account-profile-wrapper .form .input-field .label-simple {
          font-size: 14px;
          color: #b7b7b7;
          font-weight: 300;
          position: absolute;
          left: 15px;
          bottom: 8px;
          transition: all .2s ease-out; }
          .academy-user-account .account-profile-wrapper .form .input-field .label-simple span {
            font-style: italic;
            font-size: 12px; }
        .academy-user-account .account-profile-wrapper .form .input-field .input-dropdown {
          display: none;
          position: absolute;
          top: 58px;
          z-index: 1;
          border: solid 1px #eaeaea;
          width: 100%;
          font-weight: 300;
          background-color: white;
          max-height: 150px;
          overflow: auto; }
          .academy-user-account .account-profile-wrapper .form .input-field .input-dropdown li {
            padding: 5px 15px;
            font-size: 14px;
            cursor: pointer; }
            .academy-user-account .account-profile-wrapper .form .input-field .input-dropdown li:hover {
              background-color: #eaeaea; }
            .academy-user-account .account-profile-wrapper .form .input-field .input-dropdown li .upppercase {
              text-transform: uppercase; }
      .academy-user-account .account-profile-wrapper .form .switch label {
        cursor: pointer; }
        .academy-user-account .account-profile-wrapper .form .switch label [type="checkbox"]:not(:checked), .academy-user-account .account-profile-wrapper .form .switch label [type="checkbox"]:checked {
          position: absolute;
          left: -9999px;
          visibility: hidden; }
        .academy-user-account .account-profile-wrapper .form .switch label input[type=checkbox] {
          opacity: 0;
          width: 0;
          height: 0; }
          .academy-user-account .account-profile-wrapper .form .switch label input[type=checkbox]:checked + .lever {
            background: #03C9A9; }
            .academy-user-account .account-profile-wrapper .form .switch label input[type=checkbox]:checked + .lever:after {
              background: #02977f;
              left: 24px; }
        .academy-user-account .account-profile-wrapper .form .switch label .lever {
          content: "";
          display: inline-block;
          position: relative;
          width: 40px;
          height: 15px;
          background-color: #818181;
          border-radius: 15px;
          margin-right: 10px;
          transition: background 0.3s ease;
          vertical-align: middle;
          margin: 0 16px; }
          .academy-user-account .account-profile-wrapper .form .switch label .lever:after {
            content: "";
            position: absolute;
            display: inline-block;
            width: 21px;
            height: 21px;
            background-color: #F1F1F1;
            border-radius: 21px;
            box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
            left: -5px;
            top: -3px;
            transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease; }
      .academy-user-account .account-profile-wrapper .form .file-field {
        position: relative; }
        .academy-user-account .account-profile-wrapper .form .file-field .btn {
          float: left;
          height: 38px;
          line-height: 38px;
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          border: none;
          border-radius: 3px;
          display: inline-block;
          outline: 0;
          padding: 0 2rem;
          text-transform: uppercase;
          vertical-align: middle;
          text-decoration: none;
          color: #fff;
          background-color: #0781aa;
          text-align: center;
          letter-spacing: .5px;
          transition: all .2s ease-out;
          cursor: pointer; }
          .academy-user-account .account-profile-wrapper .form .file-field .btn:hover {
            box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
            background: #09a6db; }
          .academy-user-account .account-profile-wrapper .form .file-field .btn span {
            cursor: pointer; }
        .academy-user-account .account-profile-wrapper .form .file-field input[type=file] {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          width: 100%;
          margin: 0;
          padding: 0;
          font-size: 16px;
          cursor: pointer;
          opacity: 0;
          filter: alpha(opacity=0); }
        .academy-user-account .account-profile-wrapper .form .file-field .file-path-wrapper {
          overflow: hidden;
          padding-left: 10px; }
          .academy-user-account .account-profile-wrapper .form .file-field .file-path-wrapper input[type=text] {
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #9e9e9e;
            border-radius: 0;
            outline: none;
            height: 38px;
            width: 100%;
            font-size: 1rem;
            padding: 0;
            box-shadow: none;
            box-sizing: content-box;
            transition: all .3s; }
    .academy-user-account .account-profile-wrapper .btn-center {
      text-align: center; }
      .academy-user-account .account-profile-wrapper .btn-center .cover-submit {
        margin-top: 30px; }
  .academy-user-account .account-profile-sidebar {
    border-right: 1px solid #b2b2b2;
    float: left;
    height: 100%;
    position: absolute;
    padding-right: 30px; }
    .academy-user-account .account-profile-sidebar > div {
      width: 100%; }
    .academy-user-account .account-profile-sidebar ul {
      border-bottom: none; }
      .academy-user-account .account-profile-sidebar ul li:last-child a {
        margin-top: 25px; }
      .academy-user-account .account-profile-sidebar ul li:not(:last-child) a {
        padding: 15px 15px 15px 0px;
        color: #7f7f7f;
        transition: color .1s ease-in-out;
        font-weight: 300;
        display: block;
        border: none; }
        .academy-user-account .account-profile-sidebar ul li:not(:last-child) a.active {
          font-weight: 500;
          color: #323232; }
        .academy-user-account .account-profile-sidebar ul li:not(:last-child) a:not(.active):hover {
          color: #b2b2b2; }
      .academy-user-account .account-profile-sidebar ul li .button-light {
        font-size: 16px;
        text-align: center;
        font-weight: 400;
        border: 2px solid #220c53;
        color: #220c53;
        border-radius: 3px;
        width: 100%;
        margin-top: 25px;
        padding: 10px;
        transition: all .2s ease-in-out; }
        .academy-user-account .account-profile-sidebar ul li .button-light:hover {
          background: #220c53;
          color: #fff !important;
          border: 2px solid #220c53 !important; }
  .academy-user-account .professional-data .info-warning {
    text-transform: uppercase;
    color: #e63343;
    font-weight: 300;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
    display: block; }
  .academy-user-account .professional-data h3 {
    color: #7f7f7f;
    font-weight: 400;
    margin-bottom: 15px; }
  .academy-user-account .professional-data h4 {
    margin-bottom: 15px;
    margin-top: 0;
    height: 40px; }
  .academy-user-account .profile-picture-cover-wrapper, .academy-user-account .cover-wrapper {
    background: #f2f2f2;
    padding: 15px;
    margin-bottom: 30px; }
    .academy-user-account .profile-picture-cover-wrapper h2, .academy-user-account .cover-wrapper h2 {
      margin-top: 0; }
      .academy-user-account .profile-picture-cover-wrapper h2 .steps, .academy-user-account .cover-wrapper h2 .steps {
        border-radius: 100%;
        background: #b7b7b7;
        padding: 10px;
        color: #fff;
        display: inline-block;
        padding: 5px 11px;
        margin-right: 5px; }
    .academy-user-account .profile-picture-cover-wrapper .profile-picture-wrapper, .academy-user-account .cover-wrapper .profile-picture-wrapper {
      margin-bottom: 25px; }
      .academy-user-account .profile-picture-cover-wrapper .profile-picture-wrapper img, .academy-user-account .cover-wrapper .profile-picture-wrapper img {
        max-height: 180px; }
    .academy-user-account .profile-picture-cover-wrapper .crop, .academy-user-account .cover-wrapper .crop {
      width: 100%;
      height: 244px; }
  .academy-user-account .cover-wrapper {
    margin-bottom: 25px;
    margin-top: 30px; }
    .academy-user-account .cover-wrapper img {
      width: 100%;
      max-height: 180px; }
  .academy-user-account .scientific-society-wrapper {
    color: #fff;
    padding: 10px;
    position: relative;
    height: 175px;
    background-color: #b687c6;
    margin-bottom: 15px; }
    .academy-user-account .scientific-society-wrapper span {
      font-size: 12px;
      font-weight: 300;
      margin-right: 5px; }
    .academy-user-account .scientific-society-wrapper .name-wrapper {
      position: absolute;
      width: 100%;
      padding: 0 8px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
      .academy-user-account .scientific-society-wrapper .name-wrapper .society-acronyme {
        font-size: 18px; }
      .academy-user-account .scientific-society-wrapper .name-wrapper .society-name {
        font-weight: 300;
        padding-top: 5px; }
    .academy-user-account .scientific-society-wrapper .country {
      position: absolute;
      bottom: 10px;
      font-size: 14px;
      font-weight: 300; }
  .academy-user-account .load-pubmed {
    color: #fff;
    background: #0781aa;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
    padding: 10px 15px;
    transition: all .3s ease-in-out; }
    .academy-user-account .load-pubmed:hover {
      background: #055c79; }
  .academy-user-account .publication-wrapper {
    position: relative;
    margin-top: 15px; }
    .academy-user-account .publication-wrapper .radio-button-wrapper {
      position: absolute;
      height: 100%;
      right: 0; }
      .academy-user-account .publication-wrapper .radio-button-wrapper .switch {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    .academy-user-account .publication-wrapper .publication-content {
      padding: 15px;
      background: #f7f7f7;
      position: relative; }
      .academy-user-account .publication-wrapper .publication-content.disabled .publication-content-disabled {
        opacity: 1; }
      .academy-user-account .publication-wrapper .publication-content .publication-content-disabled {
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        top: 0;
        left: 0; }
      .academy-user-account .publication-wrapper .publication-content .title {
        margin: 0;
        font-weight: 100; }
      .academy-user-account .publication-wrapper .publication-content .date {
        font-weight: 400;
        color: #fa7732;
        padding-top: 8px;
        font-size: 14px;
        display: block;
        padding-bottom: 30px; }
      .academy-user-account .publication-wrapper .publication-content .authors {
        color: #323232;
        font-weight: 400;
        padding-bottom: 15px; }
      .academy-user-account .publication-wrapper .publication-content .references {
        color: #220c53;
        font-size: 12px; }
  .academy-user-account .account-connection-wrapper .connections-wrapper {
    margin-top: 30px; }
    .academy-user-account .account-connection-wrapper .connections-wrapper .one-connection {
      border: 1px solid #eaeaea;
      padding: 10px;
      height: 165px;
      margin-bottom: 30px; }
      .academy-user-account .account-connection-wrapper .connections-wrapper .one-connection .picture-wrapper img {
        width: 100%; }
      .academy-user-account .account-connection-wrapper .connections-wrapper .one-connection h4 {
        font-weight: 300; }
      .academy-user-account .account-connection-wrapper .connections-wrapper .one-connection .select-form-light {
        padding: 5px; }
        .academy-user-account .account-connection-wrapper .connections-wrapper .one-connection .select-form-light .selectboxit-text {
          padding-left: 10px; }
      .academy-user-account .account-connection-wrapper .connections-wrapper .one-connection .form-group {
        margin-bottom: 0; }
        .academy-user-account .account-connection-wrapper .connections-wrapper .one-connection .form-group form {
          display: inline; }
      .academy-user-account .account-connection-wrapper .connections-wrapper .one-connection .select-field {
        height: 35px; }
        .academy-user-account .account-connection-wrapper .connections-wrapper .one-connection .select-field .select-form-light-list li a {
          font-size: 12px; }
        .academy-user-account .account-connection-wrapper .connections-wrapper .one-connection .select-field .select-form-light-list li[data-id="0"]:hover {
          background: #eaeaea !important; }
        .academy-user-account .account-connection-wrapper .connections-wrapper .one-connection .select-field .select-form-light-list li[data-id="0"] a {
          color: #220c53; }
      .academy-user-account .account-connection-wrapper .connections-wrapper .one-connection span {
        display: block; }
        .academy-user-account .account-connection-wrapper .connections-wrapper .one-connection span.speciality {
          text-transform: uppercase;
          font-weight: 300;
          font-size: 14px;
          color: #b7b7b7; }
        .academy-user-account .account-connection-wrapper .connections-wrapper .one-connection span.country {
          font-size: 12px;
          margin-top: 5px;
          margin-bottom: 8px;
          color: #b7b7b7; }
  .academy-user-account .account-contribute-wrapper {
    width: 960px;
    margin: auto;
    text-align: center; }
    .academy-user-account .account-contribute-wrapper .simple-input-light {
      width: 30%; }
      .academy-user-account .account-contribute-wrapper .simple-input-light input {
        width: 100%; }
    .academy-user-account .account-contribute-wrapper button {
      margin-left: 8px; }
  .academy-user-account .account-setting {
    width: 960px;
    margin: auto;
    text-align: center; }
    .academy-user-account .account-setting .account-setting-wrapper .form span {
      font-size: 14px;
      font-weight: 300; }
    .academy-user-account .account-setting .account-setting-wrapper .form .input-field {
      margin-top: 10px; }
    .academy-user-account .account-setting .account-setting-wrapper .form a {
      font-size: 11px; }
    .academy-user-account .account-setting .account-setting-wrapper .plan-settings {
      margin-top: 30px;
      padding: 15px;
      background: #f2f2f2;
      border-radius: 3px; }
      .academy-user-account .account-setting .account-setting-wrapper .plan-settings h2 {
        margin-top: 0; }
    .academy-user-account .account-setting .account-setting-wrapper .subscription h3 {
      margin-top: 0; }
    .academy-user-account .account-setting .account-setting-wrapper .subscription .date {
      color: #0781aa;
      display: inline-block; }
    .academy-user-account .account-setting .account-setting-wrapper .subscription a {
      border-radius: 3px;
      display: inline-block;
      font-size: 16px;
      font-weight: 300;
      text-transform: uppercase;
      padding: 5px 10px;
      margin-top: 30px;
      margin-right: 15px;
      transition: all .3s ease-in-out; }
      .academy-user-account .account-setting .account-setting-wrapper .subscription a:last-child {
        margin-right: 0; }
    .academy-user-account .account-setting .account-setting-wrapper .subscription .upgrade {
      color: #fff;
      border: 2px solid #fa7732;
      background: #fa7732; }
      .academy-user-account .account-setting .account-setting-wrapper .subscription .upgrade:hover {
        background: #f35806;
        border: 2px solid #f35806; }
    .academy-user-account .account-setting .account-setting-wrapper .subscription .cancel {
      background: transparent;
      border: 2px solid #323232;
      color: #323232; }
      .academy-user-account .account-setting .account-setting-wrapper .subscription .cancel:hover {
        background: #323232;
        color: #fff; }
    .academy-user-account .account-setting .account-setting-wrapper .invoices .invoice-content {
      background: #f2f2f2;
      padding: 15px; }
      .academy-user-account .account-setting .account-setting-wrapper .invoices .invoice-content span {
        display: block; }
      .academy-user-account .account-setting .account-setting-wrapper .invoices .invoice-content .date {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px; }
      .academy-user-account .account-setting .account-setting-wrapper .invoices .invoice-content a {
        font-weight: 300;
        margin-top: 8px;
        display: block; }

#vue-lectures {
  padding-bottom: 80px; }
  #vue-lectures .algolia-suggest {
    z-index: 10;
    position: absolute;
    width: 45%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  #vue-lectures .academy-lectures-content .light-btn-rounded {
    float: right;
    margin-top: 20px;
    margin-bottom: 25px; }
  #vue-lectures .academy-lectures-content .toggle-sort-radio {
    margin-bottom: 15px; }
  #vue-lectures .academy-lectures-content .lecture-library {
    display: block;
    height: 370px;
    margin-bottom: 30px;
    position: relative; }
    #vue-lectures .academy-lectures-content .lecture-library .favorited, #vue-lectures .academy-lectures-content .lecture-library .add-favorite {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #e63343;
      font-size: 25px;
      line-height: 0;
      z-index: 1;
      cursor: pointer; }
    #vue-lectures .academy-lectures-content .lecture-library .favorited {
      opacity: 1 !important; }
    #vue-lectures .academy-lectures-content .lecture-library .add-favorite {
      opacity: 0;
      transition: opacity 0.2s ease-in-out; }
    #vue-lectures .academy-lectures-content .lecture-library:hover .add-favorite {
      opacity: 1; }
    #vue-lectures .academy-lectures-content .lecture-library .lecture-gradient {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
      /* IE6-8 */
      bottom: 0;
      height: 62%;
      left: 0;
      position: absolute;
      width: 100%; }
    #vue-lectures .academy-lectures-content .lecture-library .img-title-author-wrapper {
      position: relative;
      height: 200px;
      width: 100%;
      overflow: hidden;
      display: block;
      cursor: pointer; }
      #vue-lectures .academy-lectures-content .lecture-library .img-title-author-wrapper .bg-img-thumb {
        background-position: center center;
        background-size: cover;
        width: 100%;
        height: inherit;
        transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out; }
      #vue-lectures .academy-lectures-content .lecture-library .img-title-author-wrapper .title-author {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 10px;
        opacity: 1;
        width: 100%;
        transition: all .3s ease-in-out; }
        #vue-lectures .academy-lectures-content .lecture-library .img-title-author-wrapper .title-author .title {
          font-size: 18px;
          color: #fff;
          font-weight: 400;
          margin-bottom: 8px; }
        #vue-lectures .academy-lectures-content .lecture-library .img-title-author-wrapper .title-author .author {
          font-size: 14px;
          font-weight: 300;
          color: #b7b7b7;
          float: left; }
        #vue-lectures .academy-lectures-content .lecture-library .img-title-author-wrapper .title-author .duration {
          float: right;
          color: #fff; }
      #vue-lectures .academy-lectures-content .lecture-library .img-title-author-wrapper .play {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity .3s ease-in-out;
        font-size: 50px;
        color: #fff; }
      #vue-lectures .academy-lectures-content .lecture-library .img-title-author-wrapper .tag {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        border-radius: 2px;
        padding: 5px;
        position: absolute;
        top: 15px;
        left: 15px;
        opacity: 1;
        transition: opacity .3s ease-in-out;
        z-index: 2; }
        #vue-lectures .academy-lectures-content .lecture-library .img-title-author-wrapper .tag.new-badge {
          background-color: #e63343; }
        #vue-lectures .academy-lectures-content .lecture-library .img-title-author-wrapper .tag.viewed-badge {
          background: #b7b7b7; }
      #vue-lectures .academy-lectures-content .lecture-library .img-title-author-wrapper .viewed-bg {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: #b7b7b7;
        opacity: 0.5; }
      #vue-lectures .academy-lectures-content .lecture-library .img-title-author-wrapper:hover .title-author {
        opacity: 0; }
      #vue-lectures .academy-lectures-content .lecture-library .img-title-author-wrapper:hover .tag {
        opacity: 0; }
      #vue-lectures .academy-lectures-content .lecture-library .img-title-author-wrapper:hover .bg-img-thumb {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      #vue-lectures .academy-lectures-content .lecture-library .img-title-author-wrapper:hover .play {
        opacity: 1; }
    #vue-lectures .academy-lectures-content .lecture-library .lecture-info {
      margin: 15px 0px; }
      #vue-lectures .academy-lectures-content .lecture-library .lecture-info .published, #vue-lectures .academy-lectures-content .lecture-library .lecture-info .sponsored {
        color: #b7b7b7;
        font-size: 14px;
        font-weight: 300;
        margin: 0; }
        #vue-lectures .academy-lectures-content .lecture-library .lecture-info .published .date, #vue-lectures .academy-lectures-content .lecture-library .lecture-info .sponsored .date {
          color: #323232; }
        #vue-lectures .academy-lectures-content .lecture-library .lecture-info .published .author-link, #vue-lectures .academy-lectures-content .lecture-library .lecture-info .sponsored .author-link {
          color: #0781aa;
          font-weight: 400;
          display: inline-block;
          text-transform: capitalize; }
      #vue-lectures .academy-lectures-content .lecture-library .lecture-info .rating-comments-views {
        margin: 10px 0; }
        #vue-lectures .academy-lectures-content .lecture-library .lecture-info .rating-comments-views .stars .fa-star-o {
          color: #b7b7b7; }
        #vue-lectures .academy-lectures-content .lecture-library .lecture-info .rating-comments-views .stars .fa-star, #vue-lectures .academy-lectures-content .lecture-library .lecture-info .rating-comments-views .stars .fa-star-half-o {
          color: #f6b936; }
        #vue-lectures .academy-lectures-content .lecture-library .lecture-info .rating-comments-views .stars .rating-number {
          color: #b7b7b7;
          font-size: 12px;
          margin-left: 5px; }
        #vue-lectures .academy-lectures-content .lecture-library .lecture-info .rating-comments-views .comments, #vue-lectures .academy-lectures-content .lecture-library .lecture-info .rating-comments-views .views {
          color: #323232;
          font-size: 12px;
          margin-top: 2.5px; }
      #vue-lectures .academy-lectures-content .lecture-library .lecture-info .keywords-wrapper {
        font-size: 12px;
        margin-top: 5px; }
        #vue-lectures .academy-lectures-content .lecture-library .lecture-info .keywords-wrapper .keyword {
          display: inline-block;
          padding: 3px 5px;
          background-color: #f2f2f2;
          border-radius: 3px;
          color: #323232;
          margin-right: 5px;
          margin-bottom: 5px;
          cursor: pointer; }
          #vue-lectures .academy-lectures-content .lecture-library .lecture-info .keywords-wrapper .keyword:last-child {
            margin-right: 0; }

.notfound {
  text-align: center;
  display: block;
  font-size: 29px;
  color: #6B6B6B; }
  .notfound i {
    font-size: 44px; }

#anonymous_modal .modal-content {
  width: 100%; }
  #anonymous_modal .modal-content h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 200; }
  #anonymous_modal .modal-content .anonymous_modal_cases {
    margin-bottom: 15px;
    display: block;
    font-size: 16px; }
  #anonymous_modal .modal-content .case2 {
    margin-bottom: -20px; }
  #anonymous_modal .modal-content .col-md-6 {
    font-size: 16px;
    margin-bottom: 15px; }
    #anonymous_modal .modal-content .col-md-6 span {
      color: red; }
  #anonymous_modal .modal-content img {
    width: 100%; }

.alert-academy-info span {
  cursor: pointer;
  color: #337ab7; }
  .alert-academy-info span:hover {
    text-decoration: underline; }

.program-session-description {
  position: relative; }
  .program-session-description .sponsored_by {
    width: 300px;
    position: absolute;
    right: 0;
    top: -6px;
    text-align: center; }
    .program-session-description .sponsored_by img {
      width: 100%; }

.academy-discuss {
  text-align: center;
  padding-bottom: 80px; }
  .academy-discuss .wrapper-input {
    display: inline-block;
    width: 50%; }
  .academy-discuss .orange {
    display: inline-block;
    height: 45px;
    vertical-align: top;
    margin-left: 5px; }

.academy-premium .cover {
  width: 100%;
  height: 180px;
  background: url("../img/academy/backgrounds/premium_cover.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center; }
  .academy-premium .cover .filter-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 12, 83, 0.7); }
    .academy-premium .cover .filter-cover .container {
      position: relative;
      height: 100%; }
    .academy-premium .cover .filter-cover h1 {
      color: #fff !important;
      margin: 0;
      width: 100%;
      padding: 15px 0px;
      font-weight: 100;
      font-size: 36px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .academy-premium .cover .filter-cover h1 span {
        font-weight: 400;
        display: block; }

.academy-premium .pricing-wrapper {
  background: #f6f6f6;
  padding: 30px 0px; }
  .academy-premium .pricing-wrapper .member, .academy-premium .pricing-wrapper .premium {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 15px 40px;
    height: 600px;
    text-align: center;
    transition: box-shadow .25s; }
    .academy-premium .pricing-wrapper .member .price, .academy-premium .pricing-wrapper .premium .price {
      text-transform: uppercase; }
      .academy-premium .pricing-wrapper .member .price sup, .academy-premium .pricing-wrapper .premium .price sup {
        font-size: 22px; }
    .academy-premium .pricing-wrapper .member:hover, .academy-premium .pricing-wrapper .premium:hover {
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    .academy-premium .pricing-wrapper .member span, .academy-premium .pricing-wrapper .premium span {
      display: block; }
    .academy-premium .pricing-wrapper .member a, .academy-premium .pricing-wrapper .premium a {
      font-size: 18px;
      width: 100%; }
      .academy-premium .pricing-wrapper .member a.current, .academy-premium .pricing-wrapper .premium a.current {
        cursor: default; }
        .academy-premium .pricing-wrapper .member a.current:hover, .academy-premium .pricing-wrapper .premium a.current:hover {
          background: inherit !important;
          color: inherit !important; }
    .academy-premium .pricing-wrapper .member .title-pricing, .academy-premium .pricing-wrapper .premium .title-pricing {
      text-transform: uppercase;
      color: #1e0044;
      font-weight: 300;
      font-size: 22px; }
    .academy-premium .pricing-wrapper .member .price, .academy-premium .pricing-wrapper .premium .price {
      font-size: 45px;
      color: #1e0044;
      font-weight: 100; }
    .academy-premium .pricing-wrapper .member .duration, .academy-premium .pricing-wrapper .premium .duration {
      color: #c1c1c1;
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 15px; }
    .academy-premium .pricing-wrapper .member .options-list, .academy-premium .pricing-wrapper .premium .options-list {
      margin-top: 30px;
      text-align: left; }
      .academy-premium .pricing-wrapper .member .options-list li, .academy-premium .pricing-wrapper .premium .options-list li {
        padding-top: 15px; }
        .academy-premium .pricing-wrapper .member .options-list li:first-child, .academy-premium .pricing-wrapper .premium .options-list li:first-child {
          padding-top: 0; }
        .academy-premium .pricing-wrapper .member .options-list li i, .academy-premium .pricing-wrapper .premium .options-list li i {
          padding-right: 15px;
          color: #9e9e9e; }
        .academy-premium .pricing-wrapper .member .options-list li p, .academy-premium .pricing-wrapper .premium .options-list li p {
          display: inline;
          margin: 0;
          padding-top: 8px;
          font-weight: 300;
          color: #919191; }
          .academy-premium .pricing-wrapper .member .options-list li p.underline, .academy-premium .pricing-wrapper .premium .options-list li p.underline {
            position: relative; }
            .academy-premium .pricing-wrapper .member .options-list li p.underline:after, .academy-premium .pricing-wrapper .premium .options-list li p.underline:after {
              content: "";
              position: absolute;
              left: 0;
              bottom: 0;
              width: 100%;
              height: 1px;
              background: #9e9e9e; }
          .academy-premium .pricing-wrapper .member .options-list li p span, .academy-premium .pricing-wrapper .premium .options-list li p span {
            display: inline-block;
            color: #777777;
            font-weight: 400; }
  .academy-premium .pricing-wrapper .member {
    border-top: 15px solid rgba(218, 218, 218, 0.5); }
    .academy-premium .pricing-wrapper .member .duration {
      visibility: hidden; }
    .academy-premium .pricing-wrapper .member .login-btn {
      opacity: 0.8; }
      .academy-premium .pricing-wrapper .member .login-btn:hover {
        color: #220c53;
        background: transparent;
        opacity: 1; }
  .academy-premium .pricing-wrapper .premium {
    border-top: 15px solid #fa7732; }

.faq-wrapper {
  background: #fff;
  padding: 30px 0px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  .faq-wrapper .faq-block {
    margin-bottom: 30px;
    text-align: left; }
    .faq-wrapper .faq-block h3 {
      margin-bottom: 20px;
      color: #220c53;
      font-size: 19px;
      font-weight: 500; }

.account-academy-board-info {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #f0776d;
  padding: 0px 15px; }
  .account-academy-board-info span {
    font-weight: 400; }
  .account-academy-board-info p {
    margin-bottom: 0;
    color: #f0776d; }

.account-academy-board {
  height: 472px;
  overflow: auto;
  padding: 10px 15px;
  margin-top: 10px; }
  .account-academy-board h3 {
    margin-bottom: 10px;
    font-weight: 400; }
  .account-academy-board .panel {
    border-radius: 2px;
    border: 0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
    background-color: #fff; }
    .account-academy-board .panel .panel-heading {
      color: rgba(255, 255, 255, 0.84);
      border: 0;
      background-color: #f0776d; }
      .account-academy-board .panel .panel-heading .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        color: inherit;
        font-weight: 300; }
    .account-academy-board .panel .title-label {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 400;
      padding-bottom: 5px; }
    .account-academy-board .panel .raty-stars {
      display: block; }
      .account-academy-board .panel .raty-stars i {
        color: #ccc; }
      .account-academy-board .panel .raty-stars .fa-star, .account-academy-board .panel .raty-stars .fa-star-half-o {
        color: #edaa4c; }
    .account-academy-board .panel label {
      color: #ccc;
      font-size: 12px;
      font-weight: 300; }
      .account-academy-board .panel label span {
        margin-left: 3px; }

.academy-create-account {
  padding-bottom: 80px; }
  .academy-create-account h3 {
    color: #7f7f7f;
    font-weight: 400;
    margin-bottom: 15px; }
  .academy-create-account h2 {
    margin-top: 0;
    font-weight: 300;
    color: #0781aa !important; }
    .academy-create-account h2 .step {
      border-radius: 100%;
      background: #0781aa;
      color: #fff;
      display: inline-block;
      padding: 5px 11px;
      margin-right: 5px; }
  .academy-create-account .info-warning {
    text-transform: uppercase;
    color: #e63343;
    font-weight: 300;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
    display: block; }
  .academy-create-account .form {
    margin-bottom: 30px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 15px; }
  .academy-create-account .policy {
    font-size: 15px;
    line-height: 17px; }
  .academy-create-account .main-interests {
    margin-top: 20px; }

.academy-login {
  margin-bottom: 80px;
  margin-top: 30px;
  padding: 15px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .academy-login h1 {
    text-align: center;
    margin-top: 0; }
  .academy-login .link {
    font-weight: 300;
    font-size: 12px;
    text-align: right; }
  .academy-login .btn-full {
    width: 150px; }

.login-form-wrapper {
  margin: 40px auto; }
  .login-form-wrapper h1 {
    text-align: center; }
  .login-form-wrapper .form fieldset {
    width: 100%;
    margin: 0; }
    .login-form-wrapper .form fieldset .login-content {
      margin: 30px -40px -40px; }
  .login-form-wrapper .form .lost-password {
    font-size: 12px;
    margin-bottom: 15px;
    display: block; }
  .login-form-wrapper .form .form-group:nth-child(2) {
    margin-bottom: 8px; }

#main-course-header {
  position: relative; }
  #main-course-header .main-course-header-mask {
    background: rgba(34, 12, 83, 0.6);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  #main-course-header .container-main-course-header .header-title-course {
    color: #fff !important;
    margin-top: 0;
    font-weight: 100; }
  #main-course-header .container-main-course-header .header-info-time, #main-course-header .container-main-course-header .header-info-theme, #main-course-header .container-main-course-header .header-info-lang {
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-right: 30px;
    position: relative;
    font-weight: 300; }
    #main-course-header .container-main-course-header .header-info-time i, #main-course-header .container-main-course-header .header-info-theme i, #main-course-header .container-main-course-header .header-info-lang i {
      display: block;
      font-size: 30px;
      margin-bottom: 10px; }
    #main-course-header .container-main-course-header .header-info-time .fa-check-md, #main-course-header .container-main-course-header .header-info-theme .fa-check-md, #main-course-header .container-main-course-header .header-info-lang .fa-check-md {
      top: inherit;
      right: -8px; }
  #main-course-header .btn-orange-bg, #main-course-header .btn-white-enroll-bg {
    position: absolute;
    width: 150px;
    bottom: -18px;
    top: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 100;
    transition: all 0.2s ease-in-out; }
  #main-course-header .btn-orange-bg:hover {
    -webkit-transform: translateX(-50%) scale(1.15);
    transform: translateX(-50%) scale(1.15); }

#vue-courses {
  padding-bottom: 80px; }
  #vue-courses .theme-badges {
    font-size: 32px;
    color: grey;
    width: 175px;
    margin: 0 auto;
    cursor: default; }
  #vue-courses .new-badge {
    background-color: #e63343; }

.academy-board-management p {
  font-size: 14px; }

.academy-board-management .table-main {
  margin-bottom: 90px; }

.academy-board-management .validation {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.7); }
  .academy-board-management .validation input.btn {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    margin-top: 20px; }

.academy-board-management .thumb {
  height: 80px; }
  .academy-board-management .thumb img {
    height: 100%; }

.academy-board-management .table-hover > tbody > tr:hover {
  background-color: #9b9b9b; }

.academy-board-management td {
  font-size: 12px; }
  .academy-board-management td.title {
    width: 25%; }
  .academy-board-management td.speakers-string {
    width: 15%; }
  .academy-board-management td.raters {
    width: 15%; }
  .academy-board-management td.rate-public {
    width: 7%; }
  .academy-board-management td.material-radio input[type=radio]:checked ~ .circle {
    border-color: green; }
  .academy-board-management td.material-radio input[type=radio]:checked ~ .check {
    background-color: green; }

.academy-board-management .valid {
  color: green; }

.background-violet-opacity {
  height: 220px;
  background-color: #250055;
  width: 455px;
  position: relative;
  float: right; }
  .background-violet-opacity > .course-badges {
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
    width: 325px;
    z-index: 2; }
  .background-violet-opacity > .board-video-description-bottom-right {
    color: white;
    z-index: 1;
    font-size: 15px; }
  .background-violet-opacity:hover .media-img {
    opacity: 0.7; }
  .background-violet-opacity .play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }
    .background-violet-opacity .play .big-play {
      color: white;
      font-size: 64px; }

.academy-industry {
  margin-bottom: 80px; }
  .academy-industry .industry-cover {
    background: url("../img/academy/backgrounds/industry_cover.jpg");
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    .academy-industry .industry-cover .filter-cover {
      background: rgba(34, 12, 83, 0.5);
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
    .academy-industry .industry-cover .slogan-wrapper {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .academy-industry .industry-cover .slogan-wrapper h1 {
        color: #fa7732;
        margin-bottom: 8px;
        margin-top: 0;
        font-weight: 100; }
      .academy-industry .industry-cover .slogan-wrapper h2 {
        color: #fff !important;
        margin-top: 0;
        font-weight: 100;
        margin-bottom: 0; }
  .academy-industry .slogan {
    font-weight: 300;
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    text-align: center;
    width: 820px; }
  .academy-industry .bg-preview-grants {
    background: url("../img/academy/backgrounds/grants_preview.jpg");
    height: 500px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: 30px; }

.academy-cart {
  padding-top: 0 !important; }
  .academy-cart .academy-header {
    background: #220c53; }
  .academy-cart .gradient {
    color: #008d41; }
  .academy-cart .btn-danger.btn-sm {
    background-color: #b7b7b7;
    border: none; }
    .academy-cart .btn-danger.btn-sm:active, .academy-cart .btn-danger.btn-sm:focus, .academy-cart .btn-danger.btn-sm:hover {
      background-color: #323232;
      border-color: #323232;
      outline: none; }
  .academy-cart .academy-logo-wrapper {
    width: 220px;
    line-height: 50px;
    text-align: center;
    background: #220c53; }
  .academy-cart h1 {
    display: inline-block;
    margin-bottom: 0; }
  .academy-cart .step-title {
    text-transform: uppercase;
    color: #fa7732;
    border-bottom: 1px solid #fb9864;
    padding-bottom: 5px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px; }
  .academy-cart .academy-recap-cart tr:nth-of-type(odd) {
    background-color: transparent; }
  .academy-cart .academy-recap-cart thead {
    border-bottom: 1px solid #d0d0d0; }
  .academy-cart .academy-recap-cart th, .academy-cart .academy-recap-cart td {
    font-size: 15px;
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
    border: none; }
  .academy-cart .academy-recap-cart td.text-right, .academy-cart .academy-recap-cart th.text-right {
    text-align: right !important; }
  .academy-cart .academy-recap-cart .card-total-border {
    border-top: 2px solid #d0d0d0; }
  .academy-cart .academy-recap-cart .final-price-card {
    font-size: 18px; }
  .academy-cart .academy-billing-cart .gender-radio-position {
    margin-left: 0; }
  .academy-cart .academy-billing-cart .form-horizontal .control-label {
    text-align: left; }
  .academy-cart .academy-billing-cart .checkbox-inline, .academy-cart .academy-billing-cart .radio-inline {
    padding-left: 20px; }

/* Components */
.lecture {
  position: relative;
  margin-right: 45px;
  display: block;
  cursor: pointer;
  width: 100%; }
  .lecture img {
    width: 100%; }
  .lecture .lecture-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-8 */
    bottom: 0;
    height: 62%;
    left: 0;
    position: absolute;
    width: 100%; }
  .lecture .viewed {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #b7b7b7;
    opacity: 0.5; }
  .lecture .viewed-tag {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 5px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #b7b7b7; }
  .lecture .favorited {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #e63343;
    font-size: 20px;
    line-height: 0; }
  .lecture .title-author {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    opacity: 1;
    transition: all .3s ease-in-out;
    width: 100%; }
  .lecture .title {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 8px; }
  .lecture .author {
    font-size: 14px;
    font-weight: 300;
    color: #dddddd;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis; }
  .lecture .lecture-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(43, 15, 105, 0.6);
    color: #fff;
    padding: 10px;
    opacity: 0;
    transition: all .3s ease-in-out; }
    .lecture .lecture-hover .date {
      font-size: 12px;
      display: block;
      margin-bottom: 8px; }
    .lecture .lecture-hover .stars {
      position: absolute;
      bottom: 10px;
      left: 10px;
      font-size: 14px; }
    .lecture .lecture-hover .time {
      text-align: center;
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-size: 14px; }
  .lecture:hover .lecture-hover {
    opacity: 1; }
  .lecture:hover .title-author {
    opacity: 0; }

.connection-wrapper {
  position: relative;
  cursor: pointer;
  display: block;
  margin-bottom: 30px; }
  .connection-wrapper img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 100%; }
  .connection-wrapper .connection-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(34, 12, 83, 0.6);
    text-align: center;
    opacity: 0;
    border-radius: 100%;
    transition: all 0.5s ease; }
    .connection-wrapper .connection-hover .connection-hover-infos {
      width: 100%;
      padding: 0 15px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff; }
      .connection-wrapper .connection-hover .connection-hover-infos .name {
        font-size: 14px; }
      .connection-wrapper .connection-hover .connection-hover-infos .speciality {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 200;
        margin-top: 2px; }
      .connection-wrapper .connection-hover .connection-hover-infos .location {
        font-size: 10px;
        margin-top: 8px; }
  .connection-wrapper:hover .connection-hover {
    opacity: 1; }

.board-thumbnail {
  text-align: center;
  display: block;
  height: 100%; }
  .board-thumbnail:hover .picture-wrapper .hover {
    opacity: 1;
    transition: all .5s ease-in-out; }
  .board-thumbnail .picture-wrapper {
    position: relative; }
    .board-thumbnail .picture-wrapper img {
      width: 140px;
      border-radius: 50%; }
    .board-thumbnail .picture-wrapper .hover {
      position: absolute;
      height: 100%;
      width: 140px;
      opacity: 0;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      transition: all .5s ease; }
      .board-thumbnail .picture-wrapper .hover .hover-picture-filter {
        background-color: #1e0044;
        opacity: 0.3;
        height: 100%;
        border-radius: 100%; }
      .board-thumbnail .picture-wrapper .hover .round {
        border-radius: 100%;
        color: #fff;
        width: 37px;
        height: 37px;
        display: inline-block;
        position: absolute;
        bottom: 0; }
        .board-thumbnail .picture-wrapper .hover .round i {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .board-thumbnail .picture-wrapper .hover .blue {
        background: #0781aa;
        left: 0;
        transition: all .5s ease;
        cursor: pointer; }
        .board-thumbnail .picture-wrapper .hover .blue:hover {
          background: #055c79; }
      .board-thumbnail .picture-wrapper .hover .purple {
        background: #1e0044;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -15px;
        transition: all .5s ease;
        cursor: pointer; }
        .board-thumbnail .picture-wrapper .hover .purple:hover {
          background: #080011; }
      .board-thumbnail .picture-wrapper .hover .red {
        background: #e63343;
        right: 0;
        transition: all .5s ease;
        cursor: pointer; }
        .board-thumbnail .picture-wrapper .hover .red:hover {
          background: #cd1929; }
  .board-thumbnail h4 {
    color: #1e0044;
    margin-top: 25px; }
  .board-thumbnail .speciality, .board-thumbnail .country {
    display: block; }
  .board-thumbnail .speciality {
    text-transform: uppercase;
    color: #323232;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px; }
  .board-thumbnail .country {
    color: #d1d1d1;
    font-size: 12px; }

/* SELECT FILTER */
.filter-wrapper {
  position: relative; }
  .filter-wrapper i {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    z-index: 50;
    color: #fff; }
  .filter-wrapper .filters-default-arrow {
    display: none; }
  .filter-wrapper .select-filters-container {
    width: 100%;
    background: #0781aa;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    border-radius: 3px; }
  .filter-wrapper .select-filters-hover {
    background: #055c79; }
  .filter-wrapper .select-filters-btn {
    border-radius: 3px;
    width: 100%;
    padding: 10px;
    transition: all .3s ease-in-out; }
  .filter-wrapper .selectboxit-container span {
    height: auto;
    line-height: normal;
    font-size: 14px;
    width: 100%;
    max-width: 100% !important; }
  .filter-wrapper .select-filters-list {
    width: 100%;
    z-index: 99;
    min-width: auto !important;
    border-radius: 0;
    top: 0 !important;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
    .filter-wrapper .select-filters-list li[data-id="0"]:hover {
      background: #fff !important; }
    .filter-wrapper .select-filters-list li[data-id="0"] a {
      color: #b7b7b7; }
    .filter-wrapper .select-filters-list li {
      border-radius: 0;
      padding: 5px; }
      .filter-wrapper .select-filters-list li:hover {
        background: #eaeaea; }
      .filter-wrapper .select-filters-list li a {
        color: #0781aa;
        font-size: 14px;
        font-weight: 400; }

/* SEARCH INPUT LIGHT */
.search-input {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #eaeaea; }
  .search-input input {
    width: 100%;
    padding: 15px;
    padding-left: 4rem;
    border: none;
    transition: all 0.2s ease-in-out;
    color: #323232;
    font-weight: 300; }
    .search-input input:focus {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .search-input label {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

/* CHECKBOX MATERIAL DESIGN */
.material-checkbox:not(:checked), .material-checkbox:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

.material-checkbox + label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  color: #323232;
  font-weight: 300; }
  .material-checkbox + label:last-child {
    margin: 0; }
  .material-checkbox + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: 0.2s; }

.material-checkbox:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #0781aa;
  border-bottom: 2px solid #0781aa;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.material-checkbox.filled-in + label:after {
  border-radius: 2px; }

.material-checkbox.filled-in + label:after, .material-checkbox.filled-in + label:before {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }

.material-checkbox.filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%; }

.material-checkbox.filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #323232;
  left: 0;
  top: 0;
  z-index: 0; }

.material-checkbox.filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.material-checkbox.filled-in:checked + label:after {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #0781aa;
  background-color: #0781aa;
  z-index: 0; }

/* SORT TOGGLE RADIO */
.toggle-sort-radio span {
  font-size: 14px;
  color: #b7b7b7;
  font-weight: 300; }

.toggle-sort-radio .toggle {
  display: none; }
  .toggle-sort-radio .toggle + label {
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    color: #b7b7b7;
    position: relative;
    padding: 0px 8px;
    margin-bottom: 0; }
    .toggle-sort-radio .toggle + label:hover {
      text-decoration: underline; }
    .toggle-sort-radio .toggle + label:not(:last-child):after {
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      background: #b7b7b7;
      right: 0;
      top: 0; }
  .toggle-sort-radio .toggle:checked + label {
    cursor: default;
    color: #b7b7b7;
    font-weight: 400; }
    .toggle-sort-radio .toggle:checked + label:hover {
      text-decoration: none; }

/* SELECT FORM MATERIAL DESIGN */
.select-field {
  background: #fff;
  width: 100%;
  border: 1px solid #eaeaea;
  height: 60px;
  position: relative; }
  .select-field .selectboxit-btn.selectboxit-enabled:hover, .select-field .selectboxit-btn.selectboxit-enabled:focus, .select-field .selectboxit-btn.selectboxit-enabled:active {
    background-color: transparent; }
  .select-field .selectboxit-text {
    color: #323232;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    height: auto;
    width: auto;
    max-width: none !important;
    text-indent: 0;
    padding-right: 0;
    position: absolute;
    left: 15px;
    bottom: 8px; }
    .select-field .selectboxit-text[data-val="none"] {
      opacity: 0; }
  .select-field .label-simple {
    font-size: 14px;
    color: #b7b7b7;
    font-weight: 300;
    position: absolute;
    left: 15px;
    bottom: 8px;
    margin-bottom: 0;
    z-index: 20; }
    .select-field .label-simple.used {
      font-size: 12px;
      text-transform: uppercase;
      color: #b7b7b7;
      font-weight: 300;
      -webkit-transform: translateY(-140%);
      transform: translateY(-140%); }
  .select-field .select-form-light {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background: #fff;
    border: none;
    position: absolute;
    color: #fff;
    height: 100%;
    width: 100%; }
  .select-field .select-form-light-container {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 300; }
    .select-field .select-form-light-container .selectboxit-option-icon-container {
      margin-left: 0;
      height: 100%; }
      .select-field .select-form-light-container .selectboxit-option-icon-container .selectboxit-option-icon-url {
        background-size: 10px 10px; }
    .select-field .select-form-light-container .selectboxit-arrow-container {
      line-height: 100%;
      height: 100%;
      top: 0;
      right: 0; }
    .select-field .select-form-light-container .selectboxit {
      width: 100%; }
    .select-field .select-form-light-container .select-form-light-list {
      width: 100%;
      z-index: 30;
      min-width: auto !important;
      border-radius: 0;
      top: 0 !important;
      left: 0;
      background: #fff;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
      .select-field .select-form-light-container .select-form-light-list li[data-id="0"]:hover {
        background: #fff !important; }
      .select-field .select-form-light-container .select-form-light-list li[data-id="0"] a {
        color: #b7b7b7; }
      .select-field .select-form-light-container .select-form-light-list li {
        border-radius: 0;
        padding: 5px; }
        .select-field .select-form-light-container .select-form-light-list li:hover {
          background: #eaeaea; }
        .select-field .select-form-light-container .select-form-light-list li a {
          color: #323232;
          font-size: 14px;
          font-weight: 300; }

.label-radio-ie {
  font-size: 12px;
  text-transform: uppercase;
  color: #b7b7b7;
  font-weight: 300;
  padding-bottom: 5px; }

/* RADIO BUTTON */
.material-radio .label-radio {
  font-size: 12px;
  text-transform: uppercase;
  color: #b7b7b7;
  font-weight: 300;
  padding-bottom: 5px; }

.material-radio label {
  cursor: pointer;
  padding-left: 25px;
  position: relative;
  color: #323232;
  font-weight: 300;
  font-size: 14px;
  margin-right: 30px; }

.material-radio span {
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  transition-duration: 0.2s; }

.material-radio .circle {
  border: 2px solid rgba(0, 0, 0, 0.54);
  height: 15px;
  width: 15px;
  border-radius: 100%; }

.material-radio .check {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #fa7732;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }
  .material-radio .check:after {
    display: block;
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.54);
    left: -18px;
    top: -18px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1); }

.material-radio input[type=radio] {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden; }
  .material-radio input[type=radio]:checked ~ .check,
  .material-radio input[type=radio]:checked ~ .circle {
    opacity: 1; }
  .material-radio input[type=radio]:checked ~ .check {
    background-color: #fa7732; }
  .material-radio input[type=radio]:checked ~ .circle {
    border-color: #fa7732; }
  .material-radio input[type=radio]:checked ~ .check {
    -webkit-transform: scale3d(0.55, 0.55, 1);
    transform: scale3d(0.55, 0.55, 1); }

/* INPUT MATERIAL DESIGN LIGHT */
.input-field {
  width: 100%;
  position: relative;
  border: 1px solid #eaeaea;
  height: 60px; }
  .input-field #lastname {
    text-transform: uppercase; }
  .input-field input {
    position: absolute;
    bottom: 8px;
    left: 0;
    padding-left: 15px;
    width: 100%;
    border: none;
    font-size: 14px;
    color: #323232;
    font-weight: 300; }
    .input-field input:focus ~ .label-simple {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 300;
      -webkit-transform: translateY(-140%);
      transform: translateY(-140%);
      color: #0781aa; }
    .input-field input.used ~ .label-simple {
      font-size: 12px;
      text-transform: uppercase;
      color: #b7b7b7;
      font-weight: 300;
      -webkit-transform: translateY(-140%);
      transform: translateY(-140%); }
  .input-field label {
    margin: 0; }
  .input-field .label-simple {
    font-size: 14px;
    color: #b7b7b7;
    font-weight: 300;
    position: absolute;
    left: 15px;
    bottom: 8px;
    transition: all .2s ease-out; }
    .input-field .label-simple span {
      font-style: italic;
      font-size: 12px; }
  .input-field .input-dropdown {
    display: none;
    position: absolute;
    top: 58px;
    z-index: 1;
    border: solid 1px #eaeaea;
    width: 100%;
    font-weight: 300;
    background-color: white;
    max-height: 150px;
    overflow: auto; }
    .input-field .input-dropdown li {
      padding: 5px 15px;
      font-size: 14px;
      cursor: pointer; }
      .input-field .input-dropdown li:hover {
        background-color: #eaeaea; }
      .input-field .input-dropdown li .upppercase {
        text-transform: uppercase; }

.has-error {
  border: 1px solid red; }
  .has-error .label-simple, .has-error input.used ~ .label-simple {
    color: #e63343; }

/* SIMPLE INPUT LIGHT */
.simple-input-light {
  display: inline-block; }
  .simple-input-light input {
    position: relative;
    border: 1px solid #eaeaea;
    height: 45px;
    font-size: 14px;
    font-weight: 300;
    padding: 0px 10px;
    border-radius: 1px; }

.simple-input {
  position: relative;
  border: 1px solid #eaeaea;
  height: 45px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  padding: 0px 10px;
  border-radius: 1px; }
  .simple-input::-webkit-input-placeholder {
    color: #b7b7b7; }
  .simple-input::-moz-input-placeholder {
    color: #b7b7b7; }
  .simple-input:-moz-input-placeholder {
    color: #b7b7b7; }
  .simple-input::-ms-input-placeholder {
    color: #b7b7b7; }

.btn-center {
  text-align: center; }

/* BUTTON LIGHT SQUARE */
.btn-light {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  border-radius: 3px;
  background: transparent;
  padding: 10px;
  transition: all .2s ease-in-out;
  display: inline-block; }
  .btn-light.dark {
    color: #220c53;
    border: 2px solid #220c53; }
    .btn-light.dark:hover {
      color: #fff;
      background: #220c53; }
  .btn-light.white {
    color: #fff;
    border: 2px solid #fff; }
    .btn-light.white:hover {
      color: #220c53;
      background: #fff; }
  .btn-light.blue {
    color: #0781aa;
    border: 2px solid #0781aa; }
    .btn-light.blue:hover {
      color: #fff;
      background: #0781aa; }
  .btn-light.orange {
    color: #fa7732;
    border: 2px solid #fa7732; }
    .btn-light.orange:hover {
      background: #fa7732;
      color: #fff; }

/* BUTTON LIGHT ROUNDED */
.light-btn-rounded {
  display: inline-block;
  background: transparent;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 0px 15px;
  line-height: 40px;
  font-weight: 300;
  transition: all 0.2s ease-in-out; }
  .light-btn-rounded.blue {
    color: #0781aa;
    border: 2px solid #0781aa; }
    .light-btn-rounded.blue:hover {
      background: #0781aa;
      color: #fff; }
  .light-btn-rounded.green {
    color: #03C9A9;
    border: 2px solid #03C9A9; }
    .light-btn-rounded.green:hover {
      background: #03C9A9;
      color: #fff; }

/* BUTTON FULL SQUARE */
.btn-full {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 10px;
  transition: all .2s ease-in-out;
  display: inline-block; }
  .btn-full.orange {
    background: #fa7732;
    color: #fff !important; }
    .btn-full.orange:hover {
      background: #da4f05; }
  .btn-full.white {
    background: #fff;
    color: #220c53 !important; }
    .btn-full.white:hover {
      background: #e6e6e6; }
  .btn-full.black {
    background: #220c53;
    color: #fff !important; }
    .btn-full.black:hover {
      background: #341280; }
  .btn-full.blue {
    background: #0781aa;
    color: #fff !important; }
    .btn-full.blue:hover {
      background: #055c79; }

/* BACK TO TOP BUTTON */
.back-to-top {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 80;
  color: #fff;
  left: 20px;
  bottom: 20px;
  background: #fa7732;
  border-radius: 30px;
  transition: all .2s ease-in-out; }
  .back-to-top i {
    height: 35px;
    font-size: 30px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .back-to-top:hover {
    color: #fff;
    background: #da4f05; }

.cloud {
  border-radius: 1px;
  bottom: 100%;
  color: #1e0044;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  left: 50%;
  line-height: 1.66em;
  margin-top: -100%;
  pointer-events: none;
  top: auto;
  width: 250px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #e5e5e5;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  padding: 15px;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out 0s, visibility 0.3s ease-out 0s; }
  .cloud:before {
    bottom: -4px;
    top: auto;
    width: 6px;
    height: 6px;
    margin-left: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    left: 50%;
    background: #e5e5e5; }

[data-show-node='cloud']:hover > .cloud {
  opacity: 1;
  visibility: visible; }

/* BODY SURGERY */
.icon-theme_30:hover {
  color: #ffa260; }

/* BEYOND */
.icon-theme_56:hover {
  color: #5893e7; }

/* BODY SHAPING */
.icon-theme_28:hover {
  color: #5fb4dc; }

/* BREAST SURGERY */
.icon-theme_52:hover {
  color: #f16f6e; }

/* BREAST CLINICAL DERMATOLOGY */
.icon-theme_32:hover {
  color: #b5869d; }

/* COSMECEUTICS */
.icon-theme_34:hover {
  color: #874bae; }

/* FACE SURGERY */
.icon-theme_36:hover {
  color: #595eff; }

/* GENITAL TREATMENTS */
.icon-theme_38:hover {
  color: #d49681; }

/* HAIR RESTORATION */
.icon-theme_54:hover {
  color: #a0d87e; }

/* INJECTABLES */
.icon-theme_40:hover {
  color: #ffa035; }

/* LASERS */
.icon-theme_42:hover {
  color: #34cf8e; }

/* PEELINGS */
.icon-theme_44:hover {
  color: #ffd57d; }

/* BUSINESS */
.icon-theme_46:hover {
  color: #ff754b; }

/* REGENERATIVE */
.icon-theme_48:hover {
  color: #cb80ac; }

/* SUSPENDING */
.icon-theme_50:hover {
  color: #a290ff; }

.academy-notification {
  float: right;
  text-align: center;
  width: 100px;
  font-size: 30px;
  color: #fff;
  line-height: 80px;
  margin-left: 16px;
  cursor: pointer;
  position: relative; }
  .academy-notification.imcas {
    color: #3137aa; }
    .academy-notification.imcas .notification-number {
      border: 1px solid #3137aa; }
  .academy-notification.active {
    color: #e63343; }
  .academy-notification .notification-icon-wrapper {
    position: relative;
    display: block; }
    .academy-notification .notification-icon-wrapper .notification-number {
      color: #e63343;
      background: #fff;
      border-radius: 100%;
      font-size: 14px;
      text-align: center;
      height: 24px;
      width: 24px;
      line-height: 18px;
      position: absolute;
      top: 34px;
      right: -5px;
      padding-top: 3px; }
  .academy-notification .notification-box {
    right: 0;
    left: auto;
    margin: 0;
    width: 360px;
    max-height: 410px;
    overflow: auto; }
    .academy-notification .notification-box .no-notifications {
      color: #555656;
      line-height: 20px;
      text-align: left;
      padding-left: 10px; }
    .academy-notification .notification-box .one-notification {
      padding: 10px;
      line-height: normal;
      transition: background .1s ease-in-out;
      border-bottom: 1px solid #eaeaea; }
      .academy-notification .notification-box .one-notification:last-child {
        border-bottom: none; }
      .academy-notification .notification-box .one-notification:hover {
        background: #f2f2f2; }
      .academy-notification .notification-box .one-notification.unread {
        background: #cdf1fd; }
      .academy-notification .notification-box .one-notification .img-thumb {
        float: left;
        width: 15%; }
        .academy-notification .notification-box .one-notification .img-thumb img {
          border-radius: 100%;
          height: 40px; }
      .academy-notification .notification-box .one-notification .notification-content-wrapper {
        float: right;
        width: 85%; }
        .academy-notification .notification-box .one-notification .notification-content-wrapper .date-hour {
          color: #b7b7b7;
          font-size: 10px;
          font-weight: 300; }
        .academy-notification .notification-box .one-notification .notification-content-wrapper .notification-content {
          font-size: 12px;
          color: #656565; }
          .academy-notification .notification-box .one-notification .notification-content-wrapper .notification-content .name {
            font-weight: 500;
            color: #323232; }

/* common */
html, body {
  min-height: 100%; }

body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #555656;
  background: #ffffff;
  min-width: 1170px;
  padding-top: 80px;
  position: relative; }

a,
a:active,
a:visited, a:hover,
li.active a,
a.active {
  text-decoration: none !important; }

a:focus {
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

h1 {
  font-size: 45px;
  font-weight: 100;
  margin-bottom: 25px;
  color: #e63343;
  line-height: 60px; }

/* Target only webkit browsers */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .no-android h1.gradient, .h1-press {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(135deg, #e84d43, #613072); }
  .h1-press {
    font-size: 55px;
    line-height: 70px; } }

h2 {
  font-size: 26px;
  color: #323232 !important;
  font-weight: normal;
  margin-bottom: 30px; }

h3 {
  font-size: 19px;
  color: #323232;
  font-weight: bold;
  margin-bottom: 29px;
  line-height: 25px; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

p {
  font-size: 16px;
  color: #555656;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 24px; }

.blink {
  animation: blink 1s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite;
  -moz-animation: blink 1s steps(5, start) infinite; }

@keyframes blink {
  to {
    visibility: hidden; } }

@-webkit-keyframes blink {
  to {
    visibility: hidden; } }

.academy-my-account {
  position: relative;
  float: right;
  line-height: 80px;
  text-align: center;
  font-size: 15px; }
  .academy-my-account .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    border-radius: 2px;
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition: opacity .2s ease-in-out;
    display: block; }
    .academy-my-account .dropdown-menu li {
      overflow: hidden;
      position: relative; }
      .academy-my-account .dropdown-menu li a {
        display: block;
        padding: 13px 16px;
        clear: both;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.42857143;
        color: #1e0044;
        white-space: nowrap;
        text-transform: uppercase; }
        .academy-my-account .dropdown-menu li a:hover {
          background: #f2f2f2; }
  .academy-my-account:hover .dropdown-menu {
    opacity: 1;
    visibility: visible; }

.list li {
  font-size: 16px;
  line-height: 24px;
  list-style-type: disc;
  margin: 4px 0 4px 30px; }

.margin-top {
  margin-top: 100px; }

/* common to all pages */
.body-wrapper {
  min-width: 1200px;
  overflow: auto; }

.container {
  width: 1170px; }

.container-fluid {
  padding: 0; }

.content {
  margin-bottom: 55px; }

.default-wrapper {
  padding: 40px 0 80px; }

.content-wrapper {
  padding-top: 20px;
  background-color: #F6F6F6;
  position: relative; }

.bg-violet {
  background-color: #613072; }

.bg-white {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px; }

.bg-red {
  background-color: #e84d43;
  padding-bottom: 50px;
  padding-top: 50px; }

.bg-blue {
  background-color: #149dd9;
  padding-bottom: 30px;
  padding-top: 30px; }

.bg-grey {
  background-color: #f6f6f6;
  padding-bottom: 30px;
  padding-top: 30px; }

.bg-blueishgreen {
  background-color: #37a3ba; }

.bg-purple {
  background-color: #220c53; }

.bg-green {
  background-color: #008d41; }

.bg-orange {
  background-color: #f0776d; }

.bg-light-green {
  background-color: #45c6a1; }

.bg-light-red {
  background-color: #b34269; }

.bg-light-purple {
  background-color: #4c4d98; }

.important {
  color: #e84d43;
  font-weight: bold; }

header {
  position: fixed;
  height: 80px;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 100;
  min-width: 1170px; }

main {
  position: relative; }

.relative {
  position: relative; }

.anchor {
  position: absolute;
  top: -80px; }

.block-title {
  font-size: 50px;
  font-weight: 100; }

.input-group-addon {
  padding: 5px 12px; }

.input-group-addon:focus {
  border: #fff; }

.control-label {
  font-weight: bold; }

.form-control, .input-group-addon {
  color: #555656;
  box-shadow: none;
  border: 2px solid #DBDBDB;
  font-size: 17px; }

.form-control:focus {
  box-shadow: none;
  border: 2px solid #DBDBDB; }

.input-group .form-control:last-child {
  border-left: 0px; }

.input-lg, .form-horizontal .form-group-lg .form-control {
  border-radius: 3px; }

.modal-content {
  border-radius: 0;
  width: 480px; }

.form-control::-webkit-input-placeholder {
  color: #b7b7b7; }

.form-control::-moz-placeholder {
  color: #b7b7b7; }

.form-control:-ms-input-placeholder {
  color: #b7b7b7; }

select.form-control {
  background: #b9c3c5;
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 10px;
  text-align: left;
  /*border: none;*/ }

label {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  max-width: 100%;
  font-size: 15px; }

.checkbox-inline, .radio-inline {
  padding-left: 60px; }

.help-block {
  color: #9b9b9b;
  font-size: 13px;
  font-style: italic; }

/* comon - footer block - start */
footer {
  padding-top: 40px;
  font-size: 14px; }

.footer-links-warapper {
  min-height: 120px; }

.footer-title {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #b7b7b7;
  font-weight: 700;
  margin-bottom: 17px; }

#footer-links {
  width: 30%;
  float: left;
  margin-bottom: 20px; }

#footer-links ul li, #footer-links-congresses ul li, #footer-links-academy ul li {
  margin-bottom: 5px; }

#footer-links ul li a, #footer-links-congresses ul li a, #footer-links-academy ul li a {
  color: #3137aa;
  font-weight: 400;
  font-size: 15px; }

#footer-links-congresses {
  width: 32%;
  float: left; }

#footer-links-academy {
  width: 26%;
  float: left; }

#footer-links-lang {
  width: 10%;
  float: left; }

#footer-links-lang a {
  display: block;
  color: #3137aa;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px; }

.icon-flag-en {
  background: url("../img/layout/icon-flag-en.png") left no-repeat;
  padding-left: 31px; }

.icon-flag-fr {
  background: url("../img/layout/icon-flag-fr.png") left no-repeat;
  padding-left: 31px; }

.icon-flag-zh {
  background: url("../img/layout/icon-flag-ch.png") left no-repeat;
  padding-left: 31px; }

.bg-gold {
  background-color: #edaa4c; }

.latest-news {
  color: #3137aa;
  font-size: 14px;
  margin-bottom: 45px; }

.latest-news a {
  color: #3137aa; }

.latest-news-date {
  font-weight: 500;
  margin-bottom: 6px; }

.footer-right-block {
  float: right;
  margin-top: -100px; }

.footer-social-media {
  text-align: right;
  margin-bottom: 20px; }

.footer-social-media p {
  margin-bottom: 10px; }

#copy-right-txt {
  color: #b7b7b7; }

.footer-bottom {
  margin-top: 20px; }

/* comon - footer block - end */
/* comon - header block - start */
.top-header-container {
  height: 80px;
  background: #ffffff;
  -ms-box-shadow: 0 0 2px 0 #d2d2d2;
  -o-box-shadow: 0 0 2px 0 #d2d2d2;
  box-shadow: 0 0 2px 0 #d2d2d2; }

.logo {
  width: 170px;
  float: left;
  line-height: 80px;
  text-align: center;
  border-right: 1px #f0f0f0 solid; }

.menu {
  height: 80px;
  float: left; }

.menu ul li {
  float: left;
  line-height: 80px;
  padding: 0 25px;
  position: relative; }

.menu ul li:hover {
  background: #37a3ba; }

.menu ul li:hover a {
  color: #ffffff; }

.menu ul li a {
  font-size: 15px;
  color: #3137aa;
  font-weight: 500;
  display: block; }

.menu ul li ul {
  position: absolute;
  visibility: hidden;
  left: 0px; }

.menu ul li:hover ul {
  visibility: visible; }

.menu ul li ul li {
  display: block;
  float: none;
  width: 340px;
  height: 45px;
  line-height: 45px; }

.menu ul li ul li:hover {
  background: #ffffff; }

.menu ul li ul li {
  background: #37a3ba; }

.menu ul li ul li a {
  color: #ffffff; }

.menu ul li ul li:hover a {
  color: #37a3ba; }

.watch {
  float: right;
  width: 160px;
  line-height: 80px;
  text-align: center;
  background: #e63343; }

.watch a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff; }

.search {
  float: right;
  width: 75px;
  line-height: 80px;
  text-align: center;
  border-left: 1px #f0f0f0 solid; }

.header-signin {
  width: 140px;
  line-height: 80px;
  text-align: center;
  float: right;
  border-left: 1px #f0f0f0 solid; }

.header-signin a {
  font-size: 16px;
  color: #3137aa;
  font-weight: 500; }

.header-account {
  width: 140px;
  line-height: 80px;
  text-align: center;
  float: right; }

.header-account a {
  font-size: 16px;
  color: #3137aa;
  font-weight: 500; }

.header-notifications {
  width: 40px;
  line-height: 80px;
  text-align: center;
  float: right;
  font-size: 24px; }

.header-logout {
  width: 100px;
  line-height: 80px;
  text-align: center;
  float: right; }

.header-logout a {
  font-size: 16px;
  color: #3137aa;
  font-weight: 500; }

.header-user-link {
  position: relative; }

.header-user-link-badge {
  display: none;
  min-width: 10px;
  padding: 1px 3px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #e63343;
  border-radius: 2px;
  position: relative;
  top: -7px;
  right: -7px;
  z-index: 100; }

.header-bottom {
  height: 480px;
  padding-top: 41px;
  text-align: center;
  position: relative; }

.header-bottom.speaker {
  background: url("../img/layout/nav2bg-speaker.jpg") no-repeat;
  height: 81px; }

.register-btn {
  width: 300px;
  background: #FFF;
  margin: 0 auto;
  text-align: center;
  border-radius: 50px;
  transition-property: width, font-size;
  font-size: 19px;
  color: #e84d43;
  font-weight: 500;
  padding: 14px 0 19px;
  display: block;
  margin-top: 32px; }

.register-btn:hover {
  color: #e84d43; }

.header-title {
  font-size: 80px;
  color: #ffffff;
  font-weight: normal;
  margin: -20px 0 -10px 0; }

.header-desc {
  font-size: 60px;
  color: #ffffff;
  font-weight: 100;
  margin-bottom: 10px; }

.header-date {
  font-size: 29px;
  color: #ffffff;
  font-weight: 300; }

.header-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.1); }

.header-nav ul {
  text-align: center; }

.header-nav ul li {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  line-height: 80px;
  margin-right: 25px; }

.header-nav ul li:last-child {
  margin-right: 0; }

.header-nav ul li a {
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: 80px; }

.header-nav ul li.active a {
  border-bottom: 4px solid #fff;
  font-weight: 500; }

.header-nav ul li:hover a {
  border-bottom: 4px solid #fff; }

a.add-calendar {
  width: 102px;
  position: absolute;
  right: 30px;
  top: 30px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  padding: 9px 17px;
  border: 2px #FFF solid;
  border-radius: 50px;
  text-align: left;
  background: url("../img/layout/icon-calender.png") no-repeat 60px; }

a.add-calendar:hover {
  background: #ffffff url("../img/layout/icon-calender-hover.png") no-repeat 60px;
  color: #e84d43; }

/* comon - header block - end */
/* congress_presentation.html - testimonial - start */
.testimonials-title {
  font-size: 50px;
  font-weight: 100;
  color: #ffffff;
  margin-bottom: 20px; }

.testimonials-subtitle {
  font-size: 19px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 56px; }

.testimonials-slider {
  margin-bottom: 10px;
  position: relative; }

.testimonials-slider-img {
  text-align: center;
  position: relative;
  margin-bottom: 27px; }

.testimonials-slider-img-txt {
  position: absolute;
  top: 0px;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  height: 202px;
  width: 202px;
  color: #ffffff;
  padding-top: 83px; }

.testimonials-slider ul li {
  float: left;
  margin-right: 36px;
  width: 204px;
  text-align: center; }

.testimonials-slider ul li:last-child {
  margin-right: 0; }

a.right-arrow {
  width: 30px;
  height: 51px;
  background: url("../img/layout/arrow-right.png") no-repeat;
  position: absolute;
  display: inline-block;
  right: -73px;
  top: 125px; }

.slider-bottom-txt {
  font-size: 17px;
  color: #ffffff;
  font-style: italic;
  line-height: 28px; }

#testimonial-read-more {
  text-align: center;
  width: 100%; }

a.btn-testimonial-read-more {
  font-size: 19px;
  font-weight: 500;
  color: #ffffff;
  border: 2px #ffffff solid;
  border-radius: 50px;
  background: none;
  width: 371px;
  padding: 14px 0px 17px; }

a.btn-testimonial-read-more:hover {
  background: #ffffff;
  border: 2px #ffffff solid;
  color: #149dd9; }

/* congress_presentation.html - testimonial - end */
/* congress_presentation.html - about imcas - start */
.imcas-days-inner {
  text-align: center;
  font-size: 27px;
  color: #ffffff;
  line-height: 80px;
  background: #e84d43;
  text-transform: uppercase;
  padding: 59px 0 52px; }

.days-left {
  display: inline-block;
  vertical-align: middle;
  margin: 0 22px; }

.days-left span {
  font-size: 47px;
  font-weight: 300;
  height: 80px;
  width: 80px;
  display: inline-block;
  text-align: center;
  background: #f77b73;
  border-radius: 5px; }

.about-imcas-wrapper {
  background-color: #613072;
  padding: 68px 0; }

.about-imcas-txt {
  font-size: 27px;
  color: #ffffff;
  margin-top: 9px; }

a.btn-see-presentation {
  font-size: 19px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 34px;
  background: none;
  border: 2px solid #ffffff;
  width: 337px;
  padding-top: 13px;
  padding-bottom: 16px; }

a.btn-see-presentation:hover {
  color: #613072;
  border-radius: 34px;
  background: #ffffff;
  border: 2px solid #ffffff; }

/* congress_presentation.html - about imcas - end */
/* congress_presentation.html - partners block - start */
.partners-title {
  color: #613072; }

.partners-block {
  float: left;
  width: 300px;
  margin-right: 10px;
  position: relative;
  margin-top: 40px; }

.partners-block-txt {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  display: block;
  color: #ffffff; }

.partners-block-extra {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s; }

.partners-block:hover .partners-block-extra {
  max-height: 120px; }

.partners-block-txt-title {
  font-weight: 700;
  font-size: 18px;
  display: block;
  padding: 10px;
  text-align: center; }

.partners-block-txt-second-title {
  font-weight: 100;
  font-size: 17px;
  text-align: center;
  margin: auto;
  margin-top: -10px;
  padding: 0px 10px; }

.partners-block-txt-items {
  margin-top: 10px; }

.partners-block-txt-location {
  font-weight: 300;
  font-size: 12px;
  padding: 20px 0 0 10px; }

.partners-block-txt-links {
  float: right;
  padding: 0 10px 10px 0; }

.partners-blocks-container {
  position: relative;
  margin-bottom: 20px; }

/* congress_presentation.html - partners block - end */
/* congress_presentation.html - partners modal start */
.partner-modal {
  margin-top: 250px;
  width: 460px; }

.partner-content {
  margin: 10px 10px 10px 10px;
  font-size: 13px;
  text-align: justify;
  color: #323232; }

.partner-description-title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400; }

.partner-description-close {
  background: url("../img/layout/close.jpg");
  width: 32px;
  height: 32px;
  float: right;
  margin: -15px -15px 0 0; }

/* congress_presentation.html - partners modal end */
/* congress_presentation.html - quick downloads - start */
.quick-downloads-title {
  margin-bottom: 30px;
  color: #613072; }

.quick-downloads-block {
  width: 31%;
  margin-left: 2.3%;
  float: left;
  background: #4d4e99;
  text-align: center;
  position: relative;
  border-radius: 5px;
  height: 300px;
  padding: 30px 0px;
  color: #ffffff;
  margin-bottom: 30px; }

.quick-downloads-block {
  transition: all ease-in-out 0.2s; }

.quick-downloads-block:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all ease-in-out 0.2s; }

.quick-downloads-block a {
  color: #ffffff; }

.qdb-label {
  position: absolute;
  top: 25px;
  right: 0;
  width: 48px;
  background: #e84d43;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500; }

.qdb-icn-purchase-order {
  background: url("../img/layout/download-icon-purchase-order.png") center no-repeat;
  height: 61px;
  width: 60px;
  margin: 0 auto 13px; }

.qdb-icn-exhibitor-guide {
  background: url("../img/layout/download-icon-exhibitor-guide.png") center no-repeat;
  height: 61px;
  width: 60px;
  margin: 0 auto 13px; }

.qdb-icn-exhibit-map {
  background: url("../img/layout/download-icon-exhibit-map.png") center no-repeat;
  height: 61px;
  width: 60px;
  margin: 0 auto 13px; }

.qdb-title {
  font-size: 29px;
  font-weight: 300;
  margin-bottom: 12px; }

.qdb-txt {
  font-size: 17px;
  margin-bottom: 25px; }

.qdb-btn {
  font-size: 14px;
  font-weight: 700; }

a.btn-download-pdf, a.btn-quick-overview-pdf {
  width: 190px;
  text-align: center;
  color: #b85a64;
  font-weight: 400;
  background: #ffffff; }

a.btn-download-pdf:hover, a.btn-quick-overview-pdf:hover {
  color: #b85a64;
  background: #F5F5F5; }

/* congress_presentation.html - quick downloads - end */
/* congress_presentation.html - congress presentation - start */
.content-misc-blocks {
  position: relative;
  height: 574px;
  color: #ffffff;
  margin-bottom: 60px; }

.content-misc-block-no {
  font-size: 44px;
  font-weight: 700;
  display: block;
  color: #ffffff;
  padding-top: 47px; }

.content-misc-block-txt {
  font-size: 17px;
  display: block;
  color: #ffffff; }

.content-misc-blk {
  text-align: center; }

.content-misc-blk img {
  text-align: center; }

.content-misc-blk img {
  transition: all ease-in-out 0.2s; }

/*
.content-misc-blk:hover img {
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

    z-index: 50;
}
*/
.right-arrow-container {
  background: url("../img/layout/inner-slider-img-transparent.png") no-repeat;
  position: relative;
  float: right;
  width: 89px;
  height: 572px;
  margin-right: -115px; }

.content-misc-blk-right-arrow {
  background: url("../img/layout/arrow-right.png") center no-repeat;
  width: 30px;
  height: 51px;
  display: block;
  position: absolute;
  top: 50%;
  left: 32px; }

.s184x184 {
  width: 184px;
  height: 184px; }

.s378x184 {
  width: 378px;
  height: 184px; }

.s184x378 {
  width: 184px;
  height: 378px; }

.content-misc-blk-inner {
  position: relative; }

/* congress_presentation.html - congress presentation - end */
/* speakers.html - speaker listing block - start */
a.link-back {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  background-color: #613072;
  padding: 3px 8px; }

a.link-back:hover {
  background-color: #b34269; }

.speakers-list-board-block {
  padding: 30px 0px;
  margin: 0px;
  display: none; }

.speakers-list-board-block h2 {
  color: white !important; }

.content-search-box {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background: #f6f6f6;
  height: 108px;
  padding-top: 30px; }

.speaker-nav {
  height: 81px; }

.speakers {
  background: #ffffff;
  padding: 45px 0px 34px; }

.speakers-top-text {
  font-size: 16px;
  margin-bottom: 23px;
  color: #9b9b9b; }

.speakers-top-text2 {
  color: #323232;
  margin-bottom: 15px; }

.speakers-blocks {
  border-top: 1px solid #dedede; }

.speaker-block {
  text-align: center;
  margin-top: 30px;
  display: block;
  width: 202px;
  position: relative;
  float: left;
  margin-right: 34px;
  margin-bottom: 42px;
  height: 315px; }

.white-trans-block {
  width: 202px;
  height: 202px;
  /*background: url('../img/layout/white-trans-block.png') no-repeat;*/
  position: absolute;
  top: 0px;
  left: 0px; }

.small-white-trans-block:hover {
  background: url("../img/layout/small-violet-trans-block.png") no-repeat; }

.small-white-trans-block-2 {
  background: url("../img/layout/small-violet-trans-block.png") no-repeat; }

.small-white-trans-block {
  width: 90px;
  height: 90px;
  /*background: url('../img/layout/white-trans-block.png') no-repeat;*/
  position: absolute;
  top: 0;
  left: 56px; }

.speaker-block:hover .white-trans-block {
  background: url("../img/layout/violet-trans-block.png") no-repeat; }

.speaker-name {
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  margin-top: 18px; }

.speaker-degree {
  font-size: 16px;
  color: #323232;
  margin-top: 2px; }

.speaker-country {
  font-size: 14px;
  color: #b34269;
  margin-top: 4px; }

.program-session-chairs-block .speaker-name, .program-session-chairs-block .speaker-degree, .program-session-chairs-block .speaker-country {
  color: white; }

.board-block {
  text-align: center;
  display: block;
  width: 120px;
  position: relative;
  float: left;
  margin: 10px 7px;
  height: 200px; }

.board-block img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0px auto; }

.board-block-name {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-top: 15px; }

.board-block-degree {
  font-size: 12px;
  color: #fff;
  margin-top: 2px; }

.board-block-country {
  font-size: 12px;
  color: #fff;
  margin-top: 4px; }

.speaker-icon-user {
  background: #b34269;
  border: 2px solid #f6f6f6;
  border-radius: 22px;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 157px;
  left: 20px;
  color: #ffffff; }

.speaker-icon-user:hover {
  background: #b34269;
  border: 2px solid #f6f6f6;
  color: #ffffff; }

.speaker-icon-user .glyphicon {
  margin-top: 6px; }

.speaker-icon-plus {
  background: #e84d43;
  border: 2px solid #f6f6f6;
  border-radius: 22px;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 177px;
  left: 77px;
  color: #ffffff; }

.speaker-icon-plus:hover {
  background: #e84d43;
  border: 2px solid #f6f6f6;
  color: #ffffff; }

.speaker-icon-plus .glyphicon-plus {
  margin-top: 5px; }

.speaker-icon-envelop {
  background: #613072;
  border: 2px solid #f6f6f6;
  border-radius: 22px;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 157px;
  right: 20px;
  color: #ffffff; }

.speaker-icon-envelop:hover {
  background: #613072;
  border: 2px solid #f6f6f6;
  color: #ffffff; }

.speaker-icon-envelop .glyphicon-envelope {
  margin-top: 5px; }

.tooltip {
  width: 300px; }

.tooltip-inner {
  max-width: 500px !important;
  text-align: center;
  padding: 10px;
  background: #2a3447;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700; }

.speaker-icon-user, .speaker-icon-plus, .speaker-icon-envelop {
  display: none; }

.speaker-block:hover .speaker-icon-user, .speaker-block:hover .speaker-icon-plus, .speaker-block:hover .speaker-icon-envelop {
  display: block; }

/* speakers.html - speaker listing block - end */
/* speakers.html - speaker search block - start */
input.speaker-search {
  color: #b7b7b7;
  border-radius: 23px;
  padding-left: 53px;
  font-size: 17px;
  height: 46px;
  width: 370px;
  background: #ffffff url("../img/layout/icon-search-speaker.png") 15px 15px no-repeat; }

.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  height: 46px;
  line-height: 46px; }

.selectboxit-container .selectboxit {
  width: 250px; }

.selectboxit-btn {
  background-color: #B24268;
  background-image: none;
  color: #fff; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #fff;
  background-color: #B24268; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: #B24268;
  background-image: none; }

#speakers-search-box-themeSelectBoxItContainer .selectboxit-btn {
  background-color: #613072; }

#countrySelectBoxItContainer .selectboxit-btn.selectboxit-enabled:hover,
#countrySelectBoxItContainer .selectboxit-btn.selectboxit-enabled:focus,
#countrySelectBoxItContainer .selectboxit-btn.selectboxit-enabled:active {
  background-color: #613072; }

#speakers-search-box-search-box .select2-selection {
  font-size: 17px;
  height: 46px;
  color: #b7b7b7;
  border-radius: 23px; }

#select2-speakers-search-box-search-container {
  line-height: 44px;
  width: 320px;
  margin-left: 20px;
  padding-left: 53px;
  background: #ffffff url("/img/layout/icon-search-speaker.png") 15px 15px no-repeat; }

#speakers-search-box-search-box .select2-selection__arrow {
  margin-top: 8px;
  margin-right: 15px;
  display: none; }

/* speakers.html - speaker search block - end */
/* general_information.html - start */
.vertical-line {
  vertical-align: top;
  margin-top: 9px;
  display: inline-block;
  border-left: 1px solid #D0D0D0;
  height: 240px;
  width: 1px; }

.btn-transparent-bg-general-info-hotel {
  border: 3px solid white;
  border-radius: 23px;
  background: none;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px 10px 20px;
  color: white; }

.btn-transparent-bg-general-info-hotel:focus {
  color: white;
  background: none;
  border: 3px solid white; }

.btn-transparent-bg-general-info-hotel:hover {
  background: white;
  color: #613072;
  border: 3px solid white; }

.btn-transparent-bg-general-info-visa {
  border: 3px solid white;
  border-radius: 23px;
  background: none;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px 10px 20px;
  color: white; }

.btn-transparent-bg-general-info-visa:focus {
  color: white;
  background: none;
  border: 3px solid white; }

.btn-transparent-bg-general-info-visa:hover {
  background: white;
  color: #e84d43;
  border: 3px solid white; }

.btn-transparent-bg-general-info {
  border: 3px solid white;
  border-radius: 23px;
  background: #200050;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px 10px 20px;
  color: white; }

.btn-transparent-bg-general-info:focus {
  color: white; }

.btn-transparent-bg-general-info:hover {
  background: white;
  color: #200050;
  border: 3px solid white; }

.btn-transparent-bg-general-info-registration {
  border: 3px solid #e84d43;
  border-radius: 23px;
  background: none;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px 10px 20px;
  color: #e84d43; }

.btn-transparent-bg-general-info-registration:focus {
  color: #e84d43; }

.btn-transparent-bg-general-info-registration:hover {
  background: #e84d43;
  color: white;
  border: 3px solid #e84d43; }

.btn-find-your-way {
  top: 50px;
  border: 3px solid white;
  border-radius: 40px;
  padding: 22px 22px 22px 22px; }

/* general_informations.html - end */
/* prepare_your_trip.html - Key moments block - start */
.scheduel-date {
  float: left;
  width: 15%;
  margin-right: 5%;
  border: 2px solid #e5e5e5;
  min-height: 70px;
  padding: 19px 2%;
  text-align: left;
  font-weight: 500;
  color: #323232;
  text-transform: uppercase; }

.scheduel-date a {
  color: #323232; }

.scheduel-date.active {
  color: #149dd9;
  border: 2px solid #149dd9; }

.scheduel-date.active a {
  color: #149dd9; }

.scheduel-date span {
  display: block;
  font-weight: normal; }

.scheduel-date:last-child {
  margin-right: 0px; }

.schedule-times {
  padding-top: 55px; }

.schedule-time {
  margin-bottom: 11px; }

.schedule-fromto-time {
  font-size: 17px;
  color: #323232; }

.schedule-info {
  font-size: 17px;
  color: #9b9b9b; }

/* prepare_your_trip.html - Key moments block - end */
/* prepare_your_trip.html - invitation block - start */
.invitation-letter {
  color: #ffffff;
  font-size: 27px;
  font-weight: normal;
  text-align: center;
  position: relative; }

.invitation-btns {
  margin-top: 41px; }

.invitation-or {
  font-size: 19px;
  font-weight: normal;
  background: url("../img/layout/bg-invitation-or.png") no-repeat;
  height: 60px;
  padding-top: 11px;
  text-align: center;
  width: 149px;
  margin: 0 auto;
  padding-top: 15px; }

.trip-visa-modal-content {
  width: 600px;
  padding: 20px;
  text-align: left; }

.trip-visa-modal-content-title {
  font-size: 25px;
  color: #e84d43; }

.trip-visa-modal-content-content {
  font-size: 13px;
  height: 400px;
  overflow: auto;
  color: #9b9b9b;
  text-align: left; }

/* prepare_your_trip.html - invitation request - start */
.invitation-letter-step {
  color: #e84d43;
  font-size: 20px;
  font-weight: 300;
  margin-left: -550px; }

.invitation-letter-title {
  color: #323232;
  font-size: 24px;
  font-weight: 500;
  margin-left: -480px; }

.invitation-form-container {
  background-color: #ffffff;
  width: 630px;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  margin: auto;
  text-align: left;
  padding-left: 40px;
  margin-bottom: 40px; }

.invitation-form-title {
  color: #37a3ba;
  font-size: 40px;
  font-weight: 100;
  padding: 50px 0 35px 0; }

.invitation-form-subtitle {
  color: #37a3ba;
  font-size: 20px;
  font-weight: 100;
  margin: -30px 0 30px 0; }

.invitation-form-content {
  color: #b5b5b5;
  font-size: 17px;
  font-weight: 300;
  padding-left: 10px; }

.invitation-form-content-black {
  color: #000000;
  font-size: 17px;
  font-weight: 300;
  margin: 20px 50px 0 0; }

.invitation-form-parcourir {
  margin: -20px 0 0 200px;
  font-size: 16px;
  color: #000000; }

.invitation-form-frame-country {
  height: 50px;
  width: 300px;
  background-color: #b9c3c5;
  border: 2px solid #b9c3c5;
  border-radius: 3px;
  margin-bottom: 15px; }

.invitation-form-date .form-group {
  width: 120px;
  float: left;
  margin-right: 10px; }

.invitation-form-date select {
  width: 120px; }

.invitation-form-parcourir-text {
  color: #b5b5b5;
  font-size: 16px;
  font-weight: 300;
  margin: 5px 0 0 220px;
  font-style: italic; }

.btn-invitation-submit {
  width: 200px;
  height: 50px;
  background: #37a3ba;
  color: #ffffff;
  font-size: 15px;
  margin: 0 45% 0 45%; }

/* prepare_your_trip.html - invitation request - end */
/* prepare_your_trip.html - invitation block - end */
/* prepare_your_trip.html - Hotel reservation block - start */
.hotel-reservation {
  color: #ffffff;
  position: relative; }

.thin-title {
  font-size: 60px;
  font-weight: 100;
  color: #ffffff;
  margin-bottom: 20px; }

.hotel-reservation p {
  color: #ffffff;
  font-size: 19px;
  line-height: 33px; }

.hotel-reservation-btns {
  padding: 20px 0px; }

.hotel-reservation-btns .invitation-or {
  margin-left: 25px; }

.hotel-reservation-contact-details {
  line-height: 32px;
  padding-top: 20px; }

.hotel-reservation-contact-details p {
  font-size: 19px;
  font-weight: 700; }

.hotel-reservation-contact-details a {
  color: white !important;
  text-decoration: underline !important; }

.hotel-reservation-contact-details img {
  padding-top: 30px; }

/* prepare_your_trip.html - Hotel form - start */
.hotel-booking {
  width: 950px;
  margin: auto;
  margin-bottom: 40px; }

.hotel-form-step {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  margin-left: 240px; }

.hotel-form-request {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  margin-left: 240px; }

.hotel-form-container {
  background-color: #ffffff;
  width: 630px;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  margin: auto;
  text-align: left;
  padding-left: 40px;
  margin-bottom: 40px; }

.hotel-form-title {
  color: #37a3ba;
  font-size: 40px;
  font-weight: 100;
  padding: 50px 0 35px 0; }

.hotel-form-subtitle {
  color: #37a3ba;
  font-size: 20px;
  font-weight: 100;
  margin: -30px 0 30px 0; }

.hotel-form-container .form-control {
  width: 550px;
  margin-bottom: 15px; }

.hotel-form-content-black {
  color: #000000;
  font-size: 17px;
  font-weight: 300;
  margin: 20px 50px 0 0; }

.hotel-form-frame-country {
  height: 50px;
  width: 300px;
  background-color: #b9c3c5;
  border: 2px solid #b9c3c5;
  border-radius: 3px;
  margin-bottom: 15px; }

.hotel-form-date {
  margin: -40px 50px 0 130px; }

.hotel-form-date select {
  margin-right: 10px; }

.hotel-form-title-country, .hotel-form-title-date {
  font-size: 17px;
  padding-left: 10px; }

.hotel-form-text-bold {
  color: #b5b5b5;
  font-size: 16px;
  font-weight: 500;
  width: 530px; }

.hotel-form-text-title {
  font-weight: 400; }

.btn-hotel-date {
  height: 50px;
  width: 80px;
  background: #b9c3c5;
  color: #ffffff;
  font-size: 17px;
  margin: 0 5px 10px 0; }

.btn-hotel-country {
  height: 50px;
  width: 300px;
  background: #b9c3c5;
  color: #ffffff;
  font-size: 17px;
  float: left;
  margin-bottom: 10px;
  text-align: left; }

.btn-form-hour {
  margin-left: 158px; }

.hotel-form-date {
  margin-bottom: 30px; }

.hotel-form-parcourir-text {
  color: #b5b5b5;
  font-size: 16px;
  font-weight: 300;
  margin: 5px 0 0 220px;
  font-style: italic; }

.hotel-checkbox {
  color: #b5b5b5;
  font-size: 16px;
  font-weight: 100;
  margin-left: 23px; }

.hotel-checkbox-smoking, .hotel-checkbox-type {
  margin-top: 10px; }

.hotel-checkbox-type .hotel-checkbox, .hotel-checkbox-smoking .hotel-checkbox {
  position: relative; }

.hotel-checkbox1 {
  margin-left: -10px;
  color: #b5b5b5;
  font-size: 16px;
  font-weight: 100; }

.hotel-form-container .btn-group {
  margin-bottom: 10px; }

.btn-hotel-submit {
  width: 200px;
  height: 50px;
  background: #ffffff;
  color: #37a3ba;
  font-size: 15px;
  margin: 0 42% 0 42%; }

/* prepare_your_trip.html - Hotel form - end */
/* prepare_your_trip.html - Hotel reservation block - end */
/* prepare_your_trip.html - Venue & getting there block - start */
.venue-getting {
  background: url("../img/layout/bg-venue-getting.jpg") no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative; }

.position-relative {
  position: relative; }

.venue-getting-left {
  float: left;
  width: 50%;
  position: relative; }

.venue-getting-right {
  float: left;
  width: 50%;
  position: relative;
  padding: 22px 34px 0px;
  background: #ffffff;
  min-height: 440px;
  font-size: 15px;
  color: #9b9b9b;
  position: relative; }

.icon-print {
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  top: 30px;
  right: 30px;
  background: url("../img/layout/icon-print.png") no-repeat; }

.venue-getting-left-mask {
  position: absolute;
  left: 0px;
  bottom: 0px; }

.venue-getting-txt1 {
  position: absolute;
  bottom: 80px;
  left: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff; }

.venue-getting-txt2 {
  position: absolute;
  bottom: 57px;
  left: 30px;
  font-size: 16px;
  color: #ffffff; }

.venue-getting-txt3 {
  position: absolute;
  bottom: 34px;
  left: 30px;
  font-size: 15px;
  font-style: italic;
  background: url("../img/layout/icon-plan.png") no-repeat;
  padding-left: 25px;
  color: #ffffff; }

.venue-getting-right-title {
  color: #58514a;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 13px; }

.getting-there-see-gmap-link {
  color: #e84d43;
  font-weight: bold;
  font-size: 13px;
  text-decoration: underline; }

#trip-hotel-form {
  padding-bottom: 60px; }

/* prepare_your_trip.html - Venue & getting there block - end */
/* prepare_your_trip.html - tours and travels block - start */
.plan-your-imcas-tours .text-center {
  padding-bottom: 20px;
  padding-top: 40px; }

.tours-and-travels {
  position: relative; }

.tours-and-travels .thin-title {
  color: #613072; }

.plan-your-imcas-tour {
  margin-right: -48px;
  padding-top: 56px; }

#plan-your-imcas-tour-more {
  display: none; }

.plan-your-imcas-tour-block {
  float: left;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  margin-right: 9px;
  margin-bottom: 9px;
  width: 300px;
  height: 300px;
  cursor: default; }

.plan-your-imcas-tour-block img {
  width: 300px;
  height: 300px; }

.plan-your-imcas-tour-block-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.3); }

.plan-your-imcas-tour-block-title {
  position: absolute;
  top: 118px;
  left: 0;
  text-align: center;
  display: block;
  color: #ffffff;
  width: 100%; }

.plan-your-imcas-tour-block-subtitle {
  display: block;
  position: relative;
  left: 0;
  font-size: 20px;
  font-weight: normal;
  width: 100%;
  color: #ffffff; }

.plan-your-imcas-tour-block-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 60px 20px;
  font-size: 13px;
  font-weight: normal;
  display: none;
  color: #ffffff; }

.plan-your-imcas-tour-block:hover {
  color: #fff; }

.plan-your-imcas-tour-block:hover .plan-your-imcas-tour-block-description {
  display: block; }

.plan-your-imcas-tour-block:hover .plan-your-imcas-tour-block-title, .plan-your-imcas-tour-block:hover .plan-your-imcas-tour-block-subtitle {
  display: none; }

.btn-load-more-container {
  width: 100%; }

/* prepare_your_trip.html - tours and travels block - end */
/* prepare_your_trip.html - general info block - start */
.general-info {
  padding: 70px 0px 80px;
  color: #ffffff;
  text-align: center;
  font-size: 19px; }

.general-info a, .general-info p {
  color: #ffffff; }

.general-info-top {
  font-size: 27px;
  margin-bottom: 32px; }

a.btn-see-info {
  width: 337px;
  font-size: 19px;
  margin-top: 36px; }

/* prepare_your_trip.html - general info block - end */
.prepare-your-trip {
  height: 500px; }

.prepare-your-trip .header-nav {
  top: 0px; }

.prepare-your-trip-txt {
  padding-top: 122px;
  text-align: center; }

.icon-play {
  background: url("../img/layout/icon-play.png") no-repeat;
  width: 100px;
  height: 100px;
  display: block;
  margin: 61px auto 0px; }

.header-index {
  padding-top: 26px;
  padding-bottom: 15px; }

a.btn-learn-more-index {
  width: 260px;
  color: #ffffff; }

a.btn-learn-more-index:hover {
  color: #ffffff; }

.have-a-question-top {
  font-size: 27px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase; }

a.btn-send-msg {
  width: 327px;
  color: #37a3ba;
  margin-top: -10px;
  margin-left: 40px;
  text-transform: none; }

a.btn-send-msg:hover {
  color: #37a3ba; }

.have-a-question {
  padding: 70px 0px; }

/* index.html - login modal start */
.login-modal {
  width: 460px; }

#modal-login-message {
  display: none; }

.login-form {
  padding: 40px; }

.login-form .checkbox {
  line-height: 46px; }

.login-form input[type="checkbox"] {
  margin-top: 16px; }

.login-content {
  background-color: rgba(217, 217, 222, 0.2);
  border-top: 1px solid #D9D9DE;
  padding: 20px;
  font-size: 14px;
  text-align: center;
  color: #828587;
  margin: 30px -55px -55px; }
  .login-content a {
    font-size: 16px;
    display: block;
    border: 2px solid;
    border-radius: 30px;
    padding: 8px 10px;
    width: 135px;
    margin: 15px auto 0px auto;
    transition: all .2s ease-in-out; }
    .login-content a:hover {
      color: #fff;
      background: #337ab7; }

.video_plugins {
  margin-top: 10px; }

.video_plugins ul li {
  float: left; }

/* index.html - login modal end */
/* congress_presentation.html - popin modal start */
.popin-modal {
  width: 460px; }

.popin-form {
  padding: 10px; }

.popin-form .checkbox {
  line-height: 20px; }

.popin-form input[type="checkbox"] {
  margin-top: 1px; }

.popin-form a, .popin-form a:visited {
  color: #36A3BA;
  text-decoration: underline; }

.popin_content {
  margin-top: 10px;
  font-size: 17px;
  text-align: left;
  color: #9b9b9b;
  width: 970px; }

.popin_content .video_header {
  width: 970px;
  font-size: 22px;
  font-weight: 500;
  color: #323232;
  padding: 0 0 30px 0; }

.popin_content .video_header li {
  float: left;
  padding-bottom: 20px; }

.popin_content .video_header li .popin_close {
  padding-left: 343px; }

.popin_content .video_screen {
  margin: 0 0 30px 0; }

.popin_content .video_plugins {
  width: 650px; }

.popin_content .video_share {
  font-size: 11px; }

.popin_content .video_description {
  margin: 40px 0 20px 0; }

.popin_content .video_comments {
  margin: 30px 0 20px 0; }

.popin_content .video_comments .video_comment {
  width: 634px;
  height: 120px;
  color: #323232;
  font-size: 16px;
  padding: 20px 20px 20px 40px;
  background-image: url(../img/layout/comment-content.jpg); }

.popin_content .video_comments .video_comment_day {
  color: #9b9b9b;
  font-size: 13px;
  padding-top: 10px; }

/* congress_presentation.html - popin modal end */
/* index.html - start */
.index-subtitle {
  font-size: 40px;
  margin-top: -30px;
  margin-bottom: 20px; }

.index-title {
  font-size: 60px; }

.index-description-hidden {
  font-size: 20px;
  margin: 20px 0 40px 0;
  width: 810px;
  display: none;
  font-weight: 100;
  color: #ffffff; }

/* index.html - watch and read - start */
.watch-read-subtitle {
  font-size: 40px;
  margin: 0 0 50px;
  font-weight: 100;
  color: #e84d43; }

.watch-read-blk-video {
  display: block; }

.watch-read-mask {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url("../img/layout/watch-read-mask.png") repeat-x;
  width: 100%;
  height: 149px; }

.watch-read-blk-1 {
  display: block; }

.watch-read-blk-info {
  position: relative; }

.watch-read-blk-label {
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 2px 10px 4px;
  border-radius: 3px; }

.watch-read-blk-users {
  position: absolute;
  top: 20px;
  padding: 0px 30px;
  color: white; }

.watch-read-blks {
  position: relative;
  height: 1300px; }

.watch-read-blks .watch-read-blk-video,
.watch-read-blks .watch-read-blk-text {
  position: absolute; }

.watch-read-blks .watch-read-blk-video:hover,
.watch-read-blks .watch-read-blk-text:hover {
  -ms-box-shadow: 0 0 0 9px #FFF, 6px 6px 2px 5px #D2D2D2;
  -o-box-shadow: 0 0 0 9px #FFF, 6px 6px 2px 5px #D2D2D2;
  box-shadow: 0 0 0 9px #FFF, 6px 6px 2px 5px #D2D2D2;
  transition: all ease-in-out 0.2s;
  z-index: 50; }

.watch-read-blks-custom {
  height: 1000px; }

.s630x300 {
  width: 630px;
  height: 300px; }

.s300x300 {
  width: 300px;
  height: 300px; }

.s300x300 .watch-read-blk-text-txt {
  height: 150px; }

.s300x630 {
  width: 300px;
  height: 630px; }

.s300x630 .watch-read-blk-text-txt {
  height: 480px; }

.watch-read-blk-extra {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0px 30px;
  color: #b7b7b7;
  font-size: 15px;
  padding-bottom: 17px; }

.watch-read-blk-title {
  font-weight: 900;
  font-size: 20px;
  display: block;
  color: #ffffff;
  padding-bottom: 6px; }

.icon-play {
  padding-top: 118px;
  display: inline; }

.icon-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  background: url("../img/layout/icon-play-index.png") no-repeat;
  z-index: 55; }

.watch-read-blk-text {
  background: #ffffff; }

.watch-read-blk-text:hover .watch-read-blk-text-txt {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff; }

.watch-read-blk-text-txt {
  color: #b7b7b7;
  font-size: 15px;
  line-height: 23px;
  word-wrap: break-word;
  padding: 18px 26px 5px;
  background: #ffffff;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9; }

.watch-read-blk-text-title {
  font-weight: 900;
  font-size: 20px;
  display: block;
  color: #000000;
  padding-bottom: 5px; }

.btn-wnr-load-more-container {
  width: 100%;
  padding-top: 50px; }

a.btn-wnr-load-more {
  font-size: 19px;
  font-weight: 500;
  width: 280px;
  color: #ffffff;
  border: 2px solid #e63343;
  margin: 0 auto;
  display: block;
  background: #e63343; }

a.btn-wnr-load-more:hover {
  color: #ffffff;
  border: 2px solid #e63343;
  background: #e63343; }

a.btn-wnr-load-more span {
  background: url("../img/layout/bg-load-more-down-arrow-white.png") no-repeat;
  width: 10px;
  height: 6px;
  display: inline-block;
  margin-left: 15px; }

/* index.html - watch and read - end */
/* index.html - conferences block - start */
.conferences-container {
  padding-top: 57px;
  padding-bottom: 20px; }

.conferences-block {
  float: left;
  width: 400px;
  margin-right: 30px;
  position: relative; }

.conferences-block-txt {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 17px 29px 24px;
  display: block; }

.conferences-block-extra {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s; }

.conferences-block:hover .conferences-block-extra {
  max-height: 250px; }

.conferences-block-txt-title {
  font-weight: 700;
  font-size: 34px;
  color: #ffffff;
  display: block; }

.conferences-block-date {
  font-size: 19px;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  padding-top: 2px; }

.conferences-block-txt-location {
  display: block;
  font-size: 17px;
  color: #ffffff;
  font-style: italic;
  font-weight: 100;
  padding-top: 8px; }

.conferences-block-txt ul {
  padding-top: 20px;
  margin-left: 15px; }

.conferences-block-txt ul li {
  margin-bottom: 11px;
  list-style-type: disc;
  color: #FFF; }

.conferences-block-txt ul li:last-child {
  margin-bottom: 0px; }

.conferences-block-txt ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }

.conferences-block-txt ul li a:hover {
  color: #F9DFAE; }

.conferences-blocks-container {
  position: relative; }

/* prepare_your_trip - Prepare your trip block - start */
.icon-trip-container {
  float: left; }

.icon-trip-container:last-child {
  width: 75px;
  float: left; }

.prepare-your-trip-btm-icon-container {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px; }

.prepare-your-trip-btm-icon {
  position: relative;
  height: 121px;
  background: url("../img/layout/prepare-your-trip-header-icons.png") top center no-repeat;
  width: 970px;
  margin: 0 auto; }

.icon-trip {
  text-align: center;
  width: 100px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: none;
  text-transform: uppercase;
  position: relative;
  padding-top: 45px; }

.trip-key-moments {
  position: absolute;
  left: -10px;
  top: 5px; }

.trip-hotel-reservation {
  position: absolute;
  left: 445px;
  top: 5px; }

.trip-visa {
  position: absolute;
  left: 200px;
  top: 5px; }

.trip-venue {
  position: absolute;
  right: 185px;
  top: 5px; }

.trip-general {
  position: absolute;
  right: 165px;
  top: 5px; }

.trip-tour-n-travel {
  position: absolute;
  right: 10px;
  top: 5px; }

/* prepare_your_trip - Prepare your trip block - end */
.search.interactive {
  width: 276px;
  text-align: left;
  padding-left: 30px;
  padding-top: 30px;
  height: 80px; }

.header-search-box {
  vertical-align: top;
  height: 21px;
  border: none;
  background-color: #fff;
  border-left: 1px solid #e1e1e1;
  margin-top: -2px;
  margin-left: 20px; }

.search.interactive img {
  vertical-align: top; }

.signin.interactive {
  width: 122px;
  padding-left: 30px;
  text-align: left;
  height: 80px; }

.signin.interactive img {
  vertical-align: top; }

.signin.interactive a {
  background: url("../img/layout/download-icon-header-home.png") right no-repeat;
  display: block;
  height: 40px;
  width: 61px;
  margin: 20px 0px 0px;
  position: relative; }

.sign-in-mask {
  background: url("../img/layout/img-user-mask.png") no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px; }

/* prepare_your_trip.html - Key moments block - start */
.schedule-date {
  float: left;
  width: 15%;
  margin-right: 5%;
  border: 2px solid #e5e5e5;
  min-height: 70px;
  padding: 19px 2%;
  text-align: left;
  font-weight: 500;
  color: #323232;
  text-transform: uppercase; }

.schedule-date a {
  color: #323232; }

.schedule-date.active {
  color: #149dd9;
  border: 2px solid #149dd9; }

.schedule-date.active a {
  color: #149dd9; }

.schedule-date span {
  display: block;
  font-weight: normal; }

.schedule-date:last-child {
  margin-right: 0px; }

.schedule-times {
  padding-top: 55px; }

.schedule-time {
  margin-bottom: 11px; }

.schedule-fromto-time {
  font-size: 17px;
  color: #323232; }

.schedule-info {
  font-size: 17px;
  color: #9b9b9b; }

/* prepare_your_trip.html - Key moments block - end */
/* watch_and_read.html - start */
.watch-and-read {
  padding: 60px 82px; }

.watch-and-read-txt {
  padding-top: 122px;
  text-align: center; }

input.watch-search {
  color: #b7b7b7;
  border-radius: 23px;
  padding-left: 53px;
  margin: 20px 0 0 40px;
  height: 50px;
  background: none;
  background: url("../img/layout/icon-search-watch.png") 15px 15px no-repeat; }

.btn-search {
  height: 50px;
  width: 140px;
  background: #e63343;
  color: #ffffff;
  font-size: 17px;
  margin: -30px 0 0 40px; }

.btn-watch {
  height: 50px;
  width: 140%;
  background: #37a3ba;
  color: #ffffff; }

.watch-checkbox {
  margin-top: 10px;
  margin-left: 149px; }

.start-learning {
  color: #ffffff;
  font-size: 15px;
  background: url("../img/layout/start-learning.png") no-repeat;
  margin-bottom: 30px;
  height: 160px; }

.start-learning ul li {
  float: left; }

.start-learning img {
  margin: 8px 0 0 50px; }

.learning-circle {
  background: none;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 40px 0 0 45px;
  position: absolute;
  text-align: center;
  padding-top: 9px;
  float: left; }

.learning-circle-purple {
  border: 6px solid #836fab; }

.learning-circle-blue {
  border: 6px solid #37a3ba; }

.learning-circle-red {
  border: 6px solid #e63343; }

.learning-step {
  font-size: 14px;
  font-family: 'Myriad Pro';
  letter-spacing: 1px; }

.learning-step-number {
  font-size: 30px;
  font-family: 'Myriad Pro'; }

.learning-text {
  padding: 50px 0 0 150px; }

.learning-text-start {
  padding: 65px 0 0 150px;
  font-size: 20px; }

.btn-date {
  height: 50px;
  width: 200px;
  background: #e63343;
  color: #ffffff;
  margin-top: 50px;
  font-size: 17px; }

.watch-imgs {
  margin-right: -48px;
  margin-top: -60px; }

.watch-img {
  float: left;
  font-size: 15px;
  font-weight: 300;
  width: 300px;
  position: relative;
  margin-right: 31px;
  margin-bottom: 31px; }

.watch-img p {
  color: #323232;
  padding-top: 10px; }

a.icon-article-btn, a.icon-video-play-btn {
  left: 55%;
  position: absolute;
  height: 48px; }

a.icon-article-btn {
  top: 15%;
  margin-left: -32px;
  width: 42px;
  background: url("../img/layout/icon-article.png") no-repeat; }

a.icon-video-play-btn {
  top: 16%;
  margin-left: -32px;
  width: 48px;
  background: url("../img/layout/icon-video-play.png") no-repeat; }

.watch-article-details {
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 10px; }

.watch-article-numbers {
  font-size: 13px;
  padding: 10px 0 10px 0; }

.watch-article-publisher {
  color: #37a3ba;
  font-weight: 400; }

.bg-label-board-selection {
  width: 120px;
  background-color: #faa34b;
  padding: 2px 0 0 12px; }

.bg-label-new {
  width: 40px;
  background-color: #e63343;
  padding: 2px 0 0 8px; }

.watch-and-read-blk-label {
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  padding: 2px 10px 4px;
  border-radius: 3px; }

.bg-label-popular {
  width: 70px;
  background-color: #45c6a1; }

/* watch_and_read.html - end */
/* watch_video.html - player and description - start */
.background-video-player {
  margin-top: -39px;
  height: 80px;
  background: #ffffff;
  -ms-box-shadow: 0 0 2px 0 #d2d2d2;
  -o-box-shadow: 0 0 2px 0 #d2d2d2;
  box-shadow: 0 0 2px 0 #d2d2d2;
  background-color: white; }

.video-player ul li {
  float: left;
  line-height: 80px;
  padding: 0 25px;
  position: relative; }

.video-description {
  margin-top: 30px; }

.video-share img {
  margin: 0 0px 0 10px; }

.video-text-description {
  margin-top: 30px;
  text-align: justify;
  font-size: 17px;
  font-weight: 300; }

/* watch_video.html - player and description - end */
/* watch_video.html - speakers - start */
.speakers-title {
  font-size: 74px;
  font-weight: 100;
  color: #e63343;
  margin: 20px 0 30px 0; }

.speakers-container {
  margin-top: -50px; }

.video-speaker-degree {
  color: #9b9b9b;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 300; }

.video-speaker-name {
  color: #323232;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 5px; }

.video-speaker-country {
  color: #e63343;
  font-size: 14px;
  font-weight: 300; }

.speaker-block {
  margin: 40px 15px 0 15px; }

/* watch_video.html - speakers - end */
/* watch_video.html - recommanded - start */
.recommanded-title {
  color: #220d54;
  font-size: 74px;
  font-weight: 100;
  margin-top: -50px; }

.playlist-imgs {
  margin-right: -48px;
  padding-top: 56px; }

.playlist-img {
  float: left;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  margin: -20px 8px 31px 0; }

.playlist-img a {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  width: 100%;
  padding-top: 62px;
  display: block;
  color: #ffffff; }

.playlist-img a:hover {
  color: #ffffff; }

.playlist-img span {
  font-size: 16px;
  font-weight: 200; }

.playlist-comment-block {
  background: url("../img/layout/comment-playlist-content.png") no-repeat;
  height: 130px;
  width: 825px;
  margin-top: -120px;
  margin-left: 130px; }

.playlist-comment {
  padding: 20px 20px 20px 40px;
  font-weight: 300; }

.playlist-comment-day {
  color: #9b9b9b;
  font-size: 13px;
  margin-top: 10px; }

.user-comment {
  color: #323232;
  font-size: 16px; }

.user-comment-text {
  color: #9b9b9b;
  font-size: 16px;
  font-style: italic; }

.playlist-comments ul li {
  margin-bottom: 40px; }

.playlist-comment-block-user {
  background: url("../img/layout/comment-playlist-content-user.png") no-repeat;
  height: 174px;
  width: 825px;
  margin-top: -120px;
  margin-left: 130px; }

.send-comment {
  margin: -10px 0 100px 500px; }

a.btn-wnr-comment {
  font-size: 19px;
  font-weight: 500;
  width: 270px;
  color: #ffffff;
  border: 2px solid #e63343;
  margin: 0 auto;
  display: block;
  background: #e63343;
  border-radius: 28px;
  padding-top: 12px;
  padding-bottom: 17px; }

.watch-read-blks-recommanded {
  position: relative;
  height: 450px; }

.watch-read-blks-recommanded .watch-read-blk-video,
.watch-read-blks-recommanded .watch-read-blk-text {
  position: absolute; }

.watch-read-blks-recommanded .watch-read-blk-video:hover,
.watch-read-blks-recommanded .watch-read-blk-text:hover {
  -ms-box-shadow: 0 0 0 9px #FFF, 6px 6px 2px 5px #D2D2D2;
  -o-box-shadow: 0 0 0 9px #FFF, 6px 6px 2px 5px #D2D2D2;
  box-shadow: 0 0 0 9px #FFF, 6px 6px 2px 5px #D2D2D2;
  transition: all ease-in-out 0.2s;
  z-index: 50; }

/* watch_video.html - recommanded - end */
/* program.html - start */
.program-nav {
  height: 81px; }

.back-to {
  font-size: 11px;
  color: #323232;
  font-weight: 500;
  margin: 20px 0 -20px 0; }

.program-search {
  height: 40px;
  margin: auto;
  color: #555656;
  border-radius: 23px;
  padding-left: 53px;
  background: #ffffff url("../img/layout/icon-search-speaker.png") 15px no-repeat; }

#program-search-results {
  font-size: 12px;
  font-style: italic;
  display: none;
  padding-left: 35px;
  padding-top: 5px; }

.btn-find-speaker, .btn-find-session {
  height: 50px;
  width: 250px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  text-align: left; }

.btn-find-speaker:hover, .btn-find-session:hover {
  color: #ffffff; }

.btn-speaker ul li a:hover {
  color: #ffffff;
  background: #b34269; }

.btn-session ul li a:hover {
  color: #ffffff;
  background: #613072; }

.btn-find-session ul li a:hover {
  color: #ffffff; }

.btn-find-speaker {
  background-color: #b34269; }

.btn-find-session {
  background-color: #613072; }

.btn-session, .btn-find-session {
  margin-left: 20px; }

.btn-session ul {
  margin-left: 40px; }

.find-buttons {
  margin: -140px 0 100px 350px; }

.btn-program {
  height: 50px;
  width: 158px;
  background: #b9c3c5;
  color: #ffffff;
  font-size: 17px;
  font-weight: 300; }

.find-buttons .btn-group ul li {
  width: 250px;
  font-size: 12px;
  height: 20px; }

.find-buttons .btn-group ul li a:hover {
  width: 250px;
  font-size: 12px;
  height: 20px; }

.find-buttons .btn-group ul li h3 {
  margin: 5px 0 5px 20px;
  font-size: 13px; }

.program-quick-overview {
  background: url("../img/layout/program-quick-overview.jpg") no-repeat;
  height: 191px;
  width: 300px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  text-align: center; }

/* program.html - program filters - start */
.program-topics-description {
  margin: 5px 0 15px 0; }

.program-filter {
  margin-bottom: 20px; }

.program-filter-search {
  background: url("../img/layout/icon-search-speaker.png") no-repeat 10px;
  margin-left: 20px;
  margin-top: -21px;
  font-size: 12px;
  position: absolute;
  padding-top: 40px; }

.program-filter-search:hover, .program-filter-topics:hover {
  color: #e84d43; }

.program-filter-topics {
  background: url("../img/layout/icon-topics.png") no-repeat 18px;
  margin-left: 15px;
  margin-top: -21px;
  font-size: 14px;
  position: absolute;
  padding-top: 40px; }

.content-search-box-topics {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.program-filter-search:hover {
  color: #e84d43; }

.program-filter-button {
  padding-left: 70px;
  padding-right: 70px;
  font-size: 16px; }

.program-filter-button:hover, .program-filter-button:focus, .program-filter-button-active {
  background-color: #e84d43;
  color: #ffffff;
  border: solid 1px #e84d43; }

.program-topics {
  margin-left: 25px;
  margin-top: -20px; }

.program-topics ul {
  font-size: 13px; }

.program-topics ul li {
  margin-bottom: 5px; }

.program-topics ul li label span {
  padding-left: 5px;
  font-weight: 400; }

/* program.html - program filters - end */
.program-french, .program-english, .program-russian {
  font-size: 12px;
  padding-left: 15px; }

.program-language .program-french a:hover, .program-language .program-english a:hover, .program-language .program-russian a:hover {
  color: #000000; }

.program-language, .program-jump-to-day {
  margin-bottom: 30px; }

.program-language-active {
  color: black; }

.program-select-day, .program-select-day1 {
  font-size: 13px;
  padding-left: 15px; }

.program-jump-to-day .program-select-day a:hover, .program-jump-to-day1 .program-select-day1 a:hover {
  color: #000000; }

.program-jump-to-day {
  font-weight: 600; }

.program-select-day {
  border-left: 1px solid;
  padding-right: 20px; }

.program-select-day1 {
  padding-right: 20px; }

/* program.html - program list - start */
.container-program {
  padding-top: 10px; }

.program-day-container {
  display: block;
  background-color: white !important;
  padding: 20px 0 10px 0;
  width: 652px;
  overflow: hidden; }

.program-day {
  color: #323232;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  width: 652px; }

.program-day-container-floatable {
  position: fixed;
  top: 70px; }

.program-day-container-floatable .program-day {
  -o-box-shadow: 0px 4px 3px 0px #656565;
  box-shadow: 0px 4px 3px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=3); }

.program-col0-line {
  height: 60px;
  border-left: 4px solid #ddd; }

.program-col0 {
  width: 20px; }

.program-col1 {
  width: 100px;
  height: 76px;
  font-weight: 300;
  font-size: 14px; }

.program-col2 {
  width: 500px;
  font-size: 16px; }

.program-col3 {
  width: 50px;
  font-size: 12px;
  text-align: center; }

/*
.program-special .program-col0, .program-special .program-col1, .program-special .program-col2, .program-special .program-col3{
    background-color: rgba(255, 253, 0, 0.13);
}
*/
.program-special .program-col2, .program-special .program-col2 a {
  color: #e63343; }

#program-scrolling-stop {
  position: absolute;
  top: -500px; }

.session-description {
  font-size: 11px; }

.container-program tr {
  border-top: 1px solid #dedede;
  height: 76px; }

.focus-session {
  color: #b687c6; }

.focus-session-title {
  color: #613072; }

.debate-session {
  color: #d5688d; }

.debate-session-title {
  color: #b34269; }

.rtc-session {
  color: #78d9bd; }

.rtc-session-title {
  color: #32a785; }

.video-session {
  color: #f0b07b; }

.video-session-title {
  color: #dc6c11; }

.symposium-session {
  color: #9297ab; }

.symposium-session-title {
  color: #4d5779; }

.program-red {
  color: #e84d43; }

/* program.html - program list - end */
/* program.html - favorited - start */
#program-favorited-container {
  padding-left: 55px; }

#program-favorited {
  width: 305px;
  height: 428px;
  background: url("../img/layout/favorited-block.png") no-repeat;
  margin-top: 50px;
  padding: 25px 50px 50px 50px;
  font-size: 13px; }

.program-favorited-container-floatable {
  position: fixed;
  top: 70px; }

.program-favorited-title {
  color: #f2ac3f;
  font-size: 27px;
  border-bottom: 1px solid #dedede; }

.program-favorited-hour {
  font-weight: 300;
  margin-top: 25px;
  border-bottom: 1px solid #dedede;
  text-transform: uppercase; }

.program-favorited-session {
  margin-top: 10px;
  font-size: 15px; }

.program-favorited-description {
  margin-top: 7px;
  font-size: 11px; }

.btn-favorited {
  background-color: #f2ac3f;
  color: #ffffff;
  height: 50px;
  width: 200px;
  margin-top: 20px; }

.btn-favorited:hover {
  background-color: #e59821;
  color: #ffffff; }

/* program.html - favorited - end */
.program-pdf {
  width: 305px;
  height: 526px;
  background: url("../medias/congress_categories/imcas/program_pdf_bg.jpg") no-repeat;
  margin: 10px 0 0 auto; }

.program-pdf-content {
  padding-top: 120px; }

.program-pdf-version {
  font-size: 27px;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  border: 1px solid #ffffff;
  width: 150px;
  height: 60px; }

.program-pdf-version-1 {
  margin-left: 60px; }

.program-pdf-version-2 {
  margin: -2px 0 20px 90px; }

.program-pdf-congress {
  color: #ffffff;
  font-weight: 600;
  font-size: 26px;
  text-align: center; }

.btn-program-pdf {
  background-color: #ffffff;
  color: #b85a64;
  width: 200px;
  margin: 20px 0 0 50px; }

.btn-program-pdf:hover {
  background-color: #f1f0f0;
  color: #b85a64; }

/* program.html - end */
/* sponsor.html - filtering - start */
.sponsor-list-title {
  margin-bottom: 0px; }

.sponsor-filtering {
  margin-left: 83px; }

.btn-sponsor-alpha, .btn-sponsor-country, .btn-sponsor-level {
  width: 300px;
  height: 45px;
  text-align: left;
  color: #ffffff;
  font-size: 17px;
  font-weight: 300; }

.btn-sponsor-alpha:hover, .btn-sponsor-country:hover, .btn-sponsor-level:hover {
  color: #ffffff; }

.btn-sponsor {
  border-radius: 4px;
  margin-right: 17px; }

.btn-sponsor-alpha {
  background: #b34269; }

.btn-sponsor-country {
  background: #e84d43; }

.btn-sponsor-level {
  background: #613072; }

.btn-sponsor ul li h3 {
  font-size: 15px;
  margin: 0px 0 0 10px;
  color: #000000; }

.btn-sponsor ul li {
  font-size: 13px; }

.btn-sponsor-alpha ul li a:hover {
  background: #b34269;
  color: #ffffff; }

.btn-sponsor-country ul li a:hover {
  background: #e84d43;
  color: #ffffff; }

.btn-sponsor-level ul li a:hover {
  background: #613072;
  color: #ffffff; }

.sponsor-search {
  width: 615px;
  border-radius: 23px;
  color: #b7b7b7;
  height: 40px;
  padding-left: 30px; }

.sponsor-form {
  float: left; }

.container-sponsors {
  color: #323232;
  font-weight: 300;
  float: left; }

.sponsor-list-table tr td {
  height: 60px !important; }

.sponsor-list-table tr td {
  border-top: 1px solid #F5F5F5 !important; }

.sponsor-list-table tr.sponsor-list-table-row-selected td {
  background-color: rgba(255, 253, 0, 0.24); }

.sponsor-level {
  font-size: 17px;
  font-weight: 500;
  margin: 20px 0 10px 0; }

.diamond-sponsor {
  color: #68cbf4; }

.emerald-sponsor {
  color: #19c6af; }

.platinum-sponsor {
  color: #c3c3c3; }

.gold-sponsor {
  color: #ffd556; }

.silver-sponsor {
  color: #b3b6c3; }

.bronze-sponsor {
  color: #caa785; }

.classic-sponsor {
  color: #f89553; }

.simple-sponsor {
  color: #f86a53; }

.sponsorship-diamond, .sponsorship-emerald, .sponsorship-gold, .sponsorship-platinum, .sponsorship-bronze, .sponsorship-sponsor, .sponsorship-silver, .sponsorship-classic, .sponsorship-in-progress {
  height: 18px;
  border-radius: 3px;
  font-weight: bold;
  color: white;
  font-size: 11px;
  padding: 4px 10px; }

.sponsorship-diamond {
  background-color: #68cbf4; }

.sponsorship-emerald {
  background-color: #19c6af; }

.sponsorship-gold {
  background-color: #ffd556; }

.sponsorship-platinum {
  background-color: #c3c3c3; }

.sponsorship-bronze {
  background-color: #caa785; }

.sponsorship-silver {
  background-color: #b3b6c3; }

.sponsorship-sponsor {
  background-color: #f86a53; }

.sponsorship-classic {
  background-color: #f89553; }

.sponsorship-in-progress {
  background-color: #f1f0f0; }

.sponsor-menu {
  border-bottom: 1px solid #dedede;
  font-weight: 300; }

.sponsor-level {
  color: #323232;
  font-size: 17px;
  font-weight: 500;
  margin: 20px 0 10px 0; }

.sponsor-filtering {
  margin-left: 83px; }

.btn-sponsor-alpha, .btn-sponsor-country, .btn-sponsor-level {
  width: 300px;
  height: 45px;
  text-align: left;
  color: #ffffff;
  font-size: 17px;
  font-weight: 300; }

.btn-sponsor-alpha:hover, .btn-sponsor-country:hover, .btn-sponsor-level:hover {
  color: #ffffff; }

.btn-sponsor {
  border-radius: 4px;
  margin-right: 17px; }

.btn-sponsor-alpha {
  background: #b34269; }

.btn-sponsor-country {
  background: #e84d43; }

.btn-sponsor-level {
  background: #613072; }

.btn-sponsor ul li h3 {
  font-size: 15px;
  margin: 0px 0 0 10px;
  color: #000000; }

.btn-sponsor ul li {
  font-size: 13px; }

.btn-sponsor-alpha ul li a:hover {
  background: #b34269;
  color: #ffffff; }

.btn-sponsor-country ul li a:hover {
  background: #e84d43;
  color: #ffffff; }

.btn-sponsor-level ul li a:hover {
  background: #613072;
  color: #ffffff; }

.sponsor-ad {
  height: 250px;
  margin-bottom: 20px; }

.sponsor-profile-modal-content {
  padding: 20px;
  width: 600px; }

.sponsor-profile-modal-content-sponsor-title {
  font-weight: bold;
  font-size: 24px;
  color: black;
  margin-bottom: 10px; }

.sponsor-profile-modal-content-sponsor-country {
  font-weight: normal;
  font-size: 17px;
  color: black;
  margin-bottom: 10px; }

.sponsor-profile-modal-content-sponsor-details {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px; }

input.sponsors-search {
  color: #b7b7b7;
  border-radius: 23px;
  padding-left: 53px;
  font-size: 17px;
  height: 46px;
  width: 600px;
  background: #ffffff url("../img/layout/icon-search-speaker.png") 15px 15px no-repeat; }

#sponsor-list-sidebar-container {
  position: relative;
  padding-left: 50px; }

.sponsor-list-sidebar-container-floatable {
  position: fixed !important;
  top: 90px; }

/* sponsor.html - ads - end */
/* session.html - program session - start */
.program-session-chairs-block {
  margin-top: 30px; }

.program-session-session-title {
  color: #b34269;
  font-size: 24px;
  font-weight: 500; }

.container-session {
  width: 960px; }

.program-session-session-subtitle {
  font-size: 50px;
  font-weight: 100;
  color: #613072 !important;
  line-height: 70px; }

.program-session-chairs-title {
  color: #ffffff !important;
  font-size: 50px;
  font-weight: 100;
  margin-bottom: 20px !important; }

.speaker-name-white {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 18px; }

.speaker-degree-white {
  font-size: 16px;
  color: #ffffff;
  margin-top: 2px; }

.speaker-country-white {
  font-size: 14px;
  color: #ffffff;
  margin-top: 4px; }

.chairs-speakers-blocks {
  margin-top: -50px; }

.program-session-description {
  color: #000000;
  font-size: 17px;
  line-height: 25px; }

.program-session-lectures-title {
  color: #613072 !important;
  font-size: 50px;
  font-weight: 100;
  line-height: 70px; }

.lectures-container {
  font-weight: 400; }

.lectures-container tr td.lectures-hours {
  width: 85px; }

.lectures-container tr td.lectures-speakers {
  width: 250px; }

.lectures-container tr td.lectures-title {
  width: 400px; }

.lectures-container tr td.lectures-abstract {
  width: 90px; }

.lectures-container tr td.lectures-number {
  width: 90px; }

.lectures-container tr td.lectures-congress {
  width: 200px; }

.lectures-container tr td.lectures-session {
  width: 350px; }

.lectures-container tr td.lectures-day {
  width: 100px; }

.lecture-china {
  color: #930c00; }

.lecture-asia {
  color: #00954d; }

.lecture-india {
  color: #ea6559; }

.lecture-paris {
  color: #613072; }

.lectures-container tr td.lectures-hours, .lectures-container tr td.lectures-speakers, .lectures-container tr td.lectures-title, .lectures-container tr td.lectures-abstract, .lectures-container tr td.lectures-number, .lectures-container tr td.lectures-congress, .lectures-container tr td.lectures-session, .lectures-container tr td.lectures-day {
  color: #323232;
  font-size: 15px;
  border-bottom: 1px #dedede solid;
  height: 50px; }

.lectures-container tr {
  height: 30px; }

.lectures-container tr td a {
  color: #613072;
  font-weight: 500; }

.lectures-container tr td.lectures-hour {
  font-weight: 600; }

.session-modal-speaker {
  text-align: center;
  width: 600px;
  margin-left: -20px; }

.session-view-modal-content {
  width: 600px;
  padding: 20px;
  text-align: left; }

.session-view-modal-content-title {
  font-size: 25px;
  color: #e84d43; }

.session-view-modal-content-content {
  font-size: 13px;
  height: 400px;
  overflow: auto;
  color: #9b9b9b;
  text-align: left; }

.btn-favorited-lectures {
  background-color: #f2ac3f;
  color: #ffffff;
  height: 50px;
  width: 250px;
  margin-top: 20px;
  margin-left: 38%;
  margin-right: 38%; }

.btn-favorited-lectures img {
  margin: -5px 5px 0 0; }

.btn-favorited-lectures:hover {
  background-color: #e59821;
  color: #ffffff; }

.recommanded-sessions
.session-recommanded-title {
  color: #613072;
  margin: 0 0 30px 0; }

.recommanded-sessions-imgs {
  margin-right: -48px;
  padding-top: 30px; }

.recommanded-sessions-img {
  float: left;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  margin: -20px 8px 31px 0; }

.recommanded-sessions-img a span {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  width: 100%;
  padding-top: 72px;
  display: block;
  color: #ffffff; }

.recommanded-sessions-img a:hover span {
  color: #ffffff; }

/* sessions.html - abstract modal start */
.abstract-modal {
  margin-top: 250px;
  width: 460px; }

.abstract-content {
  margin: 10px 10px 10px 10px;
  font-size: 13px;
  text-align: justify;
  color: #323232; }

.abstract-description-close {
  background: url("../img/layout/close.jpg");
  width: 32px;
  height: 32px;
  float: right;
  margin: -15px -15px 0 0; }

.abstract-speaker-photo img {
  margin-left: 27%; }

.abstract-speaker-name {
  text-align: center;
  margin: 10px 0 10px 0;
  font-size: 17px; }

.abstract-description-title {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 10px 0; }

.abstract-description {
  text-align: left; }

.abstract-description-question {
  font-weight: 600;
  margin: 5px 0 5px 0; }

/* sessions.html - abstract modal end */
/* accreditation.html - start */
.content-accreditation h1 {
  margin-bottom: 40px; }

.accreditation-procedure {
  margin-left: 40px; }

.content-accreditation p {
  line-height: 30px; }

.btn-accreditation {
  background-color: #e84d43;
  color: #ffffff;
  height: 50px;
  width: 200px;
  margin: 20px 38% 40px 38%;
  font-size: 16px; }

.accreditation-principles ul li {
  list-style-type: disc;
  margin-bottom: 15px;
  color: #9b9b9b;
  font-size: 17px;
  font-weight: 500; }

.accreditations-list {
  background: none repeat scroll 0 0 #f6f6f6;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  height: auto;
  padding-top: 30px;
  margin-top: 10px; }

.accreditations-list-content {
  margin: 0 0 25px 0; }

.accreditation-location {
  padding-left: 20px;
  color: #000000;
  font-size: 24px; }

.accreditation-arrow {
  float: right;
  margin-top: 35px; }

.accreditation-description {
  margin: 0 0 25px 125px; }

.accreditation-description a {
  color: #e84d43; }

.accreditation-subtitle {
  font-size: 16px;
  margin: 20px 0 15px 0; }

.accreditation-subtitle2 {
  font-size: 15px;
  margin: 20px 0 15px 0;
  color: #a6a6a6; }

.accreditation-description li {
  list-style-type: disc;
  margin: 10px 0 0 40px; }

/* accreditation.html - end */
/* attend - start */
.attend-header {
  background-repeat: no-repeat;
  background-color: #4c4d98;
  background-size: cover; }

/* attend - end */
/* form - start */
.form fieldset {
  background-color: #ffffff;
  width: 80%;
  border: 1px solid #e9e9e9;
  text-align: left;
  padding: 40px;
  margin: 40px auto; }

.form .form-fieldset-title {
  color: #37a3ba;
  font-size: 40px;
  font-weight: 100;
  margin-bottom: 30px; }

.form .form-fieldset-subtitle {
  color: #37a3ba;
  font-size: 20px;
  font-weight: 100;
  margin: -30px 0 30px 0; }

/* form - end */
/* Button - start */
a.btn-red-rounded {
  color: #ffffff;
  border: 2px solid #e63343;
  border-radius: 28px;
  background-color: #e63343;
  font-size: 19px;
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 17px;
  margin: 0 auto;
  display: block;
  width: 300px; }

a.btn-red-rounded:hover {
  color: #ffffff;
  border: 2px solid #e63343;
  background: #e63343; }

/* Button - End */
/* history.html - start */
.how-we-operate h1, .what-we-do h1, .who-we-are, .what-they-say h1 {
  text-align: center; }

.history-background-size {
  margin: auto;
  margin-top: -20px; }

.header-history {
  margin-top: 200px;
  font-size: 74px;
  color: #ffffff;
  font-weight: 100; }

.history-who-we-are ul {
  margin-left: 220px; }

.history-who-we-are ul li {
  list-style-type: disc;
  margin: 10px 0 0 40px;
  text-align: left; }

.what-we-do {
  margin-bottom: 55px; }

.what-we-do h1 {
  margin: 50px 0 50px 0; }

.what-we-do-left {
  float: left;
  width: 50%;
  position: relative; }

.what-we-do-right {
  float: left;
  width: 50%;
  position: relative;
  padding: 50px 34px 0px;
  font-size: 15px;
  color: #9b9b9b; }

.what-we-do-subtitle {
  color: #58514a;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 13px; }

.how-we-operate {
  background: url("../img/how_we_operate.png") no-repeat;
  margin-top: -20px;
  padding: 10px 0 0 0; }

.history-how-we-operate h2 {
  margin: 25px 0 15px 0;
  font-size: 16px;
  color: #e84d43 !important;
  font-weight: bold; }

.history-how-we-operate ul li {
  list-style-type: disc;
  margin: 5px 0 0 40px;
  font-size: 14px; }

.history-how-we-operate-tasks {
  width: 600px;
  padding: 20px 30px 30px 30px;
  margin: auto;
  background: rgba(255, 255, 255, 0.5); }

.task-3 {
  margin-left: 30px;
  font-size: 13px; }

.what-they-say-slider {
  margin-bottom: 90px;
  position: relative; }

.what-they-say-slider-img {
  text-align: center;
  position: relative;
  margin-bottom: 27px; }

.what-they-say-slider-img-txt {
  position: absolute;
  top: 0px;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  height: 202px;
  width: 202px;
  color: #ffffff;
  padding-top: 83px; }

.what-they-say-slider .slider-bottom-txt {
  color: #000000; }

.what-they-say-slider ul li {
  float: left;
  margin-right: 42px;
  width: 204px;
  text-align: center; }

.what-they-say-slider ul li:last-child {
  margin-right: 0; }

/** Buttons - start **/
.btn-lg, .btn-group-lg > .btn {
  border-radius: 3px; }

.btn-primary {
  background-color: #36A3BA;
  font-weight: 500;
  /*font-size: 17px;*/
  border: none; }

.btn-primary:hover {
  background-color: #36A3BA;
  font-weight: 500;
  /*font-size: 17px;*/
  border: none; }

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #36A3BA;
  border: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 25px; }

a.btn-transparent-bg:focus, a.btn-transparent-bg.focus, a.btn-transparent-bg:active, a.btn-transparent-bg.active {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }

.btn-transparent-bg {
  border: 2px solid #ffffff;
  border-radius: 28px;
  background: none;
  font-size: 19px;
  font-weight: 500;
  padding: 10px 20px 10px 20px;
  color: #fff; }

.btn-transparent-bg:hover {
  background: none;
  border: 2px solid #ffffff; }

.btn-transparent-bg .glyphicon {
  font-size: 14px;
  font-weight: normal; }

.btn-white-bg {
  border: 2px solid #ffffff;
  border-radius: 28px;
  background: #ffffff;
  font-size: 19px;
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 17px; }

.btn-white-bg:hover {
  background: none;
  border: 2px solid #ffffff;
  background: #ffffff; }

.btn .down-arrow, .btn-down-arrow {
  background: url("../img/layout/bg-load-more-down-arrow-white.png") no-repeat;
  width: 10px;
  height: 6px;
  display: inline-block;
  margin-left: 15px; }

.btn-red-bg:hover {
  color: #e84d43;
  background-color: #fff; }

.btn-blue-bg:hover {
  color: #149dd9;
  background-color: #fff; }

.btn-violet-bg:hover {
  color: #1f0a4b;
  background-color: #fff; }

.btn-violet, .btn-violet:active, .btn-violet:focus {
  color: #613072 !important;
  border: 2px solid #613072 !important; }

.btn-red, .btn-red:active, .btn-red:focus {
  color: #e84d43 !important;
  background-color: #fff !important;
  border: 1px solid #e84d43 !important; }

.btn-red:hover {
  background-color: #e84d43 !important;
  color: #fff !important;
  border: 1px solid #e84d43 !important; }

.btn-blue, .btn-blue:active, .btn-blue:focus {
  color: #149dd9 !important;
  border: 2px solid #149dd9 !important; }

.btn-violet:hover {
  background-color: #613072 !important;
  color: white !important;
  border: 2px solid #613072 !important; }

.btn-hover-zoom:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all ease-in-out 0.2s; }

/* presentation approval */
.background-table-hover {
  background-color: #F8F8F8; }

.tooltip {
  width: 300px; }

.tooltip-inner {
  max-width: 500px !important;
  text-align: left;
  text-align: center;
  padding: 5px; }

.presentation-description-title {
  font-size: 30px;
  font-weight: 100;
  color: #e63343;
  margin: 40px 0 20px 0; }

.presentation-agreement-title {
  font-size: 30px;
  font-weight: 100;
  color: #e63343;
  margin: 0 0 20px 0; }

.presentation-description {
  font-size: 16px;
  color: #555656;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 30px; }

.presentation-title-maj:first-letter {
  text-transform: capitalize; }

.btn-transparent-bg-presentation {
  border: 2px solid #00954d;
  border-radius: 23px;
  background: #00954d;
  font-size: 15px;
  font-weight: 400;
  padding: 6px 40px 6px 40px;
  color: #fff; }

.btn-transparent-bg-presentation:focus {
  color: white; }

.btn-transparent-bg-presentation:hover {
  background: none;
  color: #00954d;
  border: 2px solid #00954d; }

.btn-presentation {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none; }

.btn-transparent-bg-terms {
  border: 2px solid #e63343;
  border-radius: 23px;
  background: white;
  font-size: 15px;
  font-weight: 400;
  padding: 6px 40px 6px 40px;
  color: #e63343; }

.btn-transparent-bg-terms:focus {
  color: #e63343; }

.btn-transparent-bg-terms:hover {
  background: #e63343;
  color: white;
  border: 2px solid #e63343; }

.glyphicon-play-presentation {
  font-size: 20px;
  padding: 0 0 0 7px;
  color: #FF0017; }

/** Buttons - stop **/
/* contact.html - header start */
.contact-header {
  background-color: #4c4d98;
  background-repeat: no-repeat;
  background-size: cover; }

.contact-title {
  margin: 0 0 19px; }

.contact-subtitle {
  font-size: 38px;
  line-height: 50px; }

.contact-button-mail {
  margin-right: 15px; }

.contact-header-middle {
  padding-top: 31px;
  text-align: center;
  position: relative; }

.container-contact-social-media {
  float: right;
  margin-bottom: 60px; }

.contact-social-media-icon {
  width: 46px;
  height: 45px;
  float: left;
  margin-left: 5px; }

.contact-icon-facebook {
  background: url("../img/layout/icon-facebook-blue.png") no-repeat scroll 0 0 transparent; }

a .contact-icon-facebook:hover {
  background: url("../img/layout/icon-facebook-orange.png") no-repeat scroll 0 0 transparent; }

.contact-icon-twitter {
  background: url("../img/layout/icon-twitter-blue.png") no-repeat scroll 0 0 transparent; }

a .contact-icon-twitter:hover {
  background: url("../img/layout/icon-twitter-orange.png") no-repeat scroll 0 0 transparent; }

.contact-icon-linkedin {
  background: url("../img/layout/icon-linkedin-blue.png") no-repeat scroll 0 0 transparent; }

a .contact-icon-linkedin:hover {
  background: url("../img/layout/icon-linkedin-orange.png") no-repeat scroll 0 0 transparent; }

.contact-icon-youtube {
  background: url("../img/layout/icon-youtube-blue.png") no-repeat scroll 0 0 transparent; }

a .contact-icon-youtube:hover {
  background: url("../img/layout/icon-youtube-orange.png") no-repeat scroll 0 0 transparent; }

.contact-icon-instagram {
  background: url("../img/layout/icon-instagram-blue.png") no-repeat scroll 0 0 transparent; }

a .contact-icon-instagram:hover {
  background: url("../img/layout/icon-instagram-orange.png") no-repeat scroll 0 0 transparent; }

.contact-icon-weibo {
  background: url("../img/layout/icon-weibo-blue.png") no-repeat scroll 0 0 transparent; }

a .contact-icon-weibo:hover {
  background: url("../img/layout/icon-weibo-orange.png") no-repeat scroll 0 0 transparent; }

.contact-icon-youku {
  background: url("../img/layout/icon-youku-blue.png") no-repeat scroll 0 0 transparent; }

a .contact-icon-youku:hover {
  background: url("../img/layout/icon-youku-orange.png") no-repeat scroll 0 0 transparent; }

.contact-title-locations {
  text-align: center;
  float: left;
  margin: 120px 0 0 -230px; }

.contact-title-shanghai {
  margin-left: -280px; }

.contact-title-hong-kong {
  margin: 65px 0 0 -235px; }

.container-contact-locations {
  margin-top: -20px; }

.container-contact-city {
  background-color: #ffffff;
  height: 323px;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9; }

.contact-paris-photo, .contact-hong-kong-photo, .contact-shanghai-photo, .contact-bali-photo, .contact-india-photo {
  height: 323px;
  width: 323px;
  float: left; }

.contact-paris-photo {
  background: url("../img/layout/contact-paris.jpg") no-repeat scroll 0 0 transparent; }

.contact-hong-kong-photo {
  background: url("../img/layout/contact-hong-kong.jpg") no-repeat scroll 0 0 transparent; }

.contact-shanghai-photo {
  background: url("../img/layout/contact-shanghai.jpg") no-repeat scroll 0 0 transparent; }

.contact-india-photo {
  background: url("../img/layout/contact-india.jpg") no-repeat scroll 0 0 transparent; }

.contact-paris-text, .contact-india-text {
  float: left;
  color: #e84d43;
  margin-top: 22px; }

.contact-hong-kong-text {
  float: left;
  color: #220c53;
  margin-top: 105px; }

.contact-shanghai-text {
  float: left;
  color: #37a3ba;
  margin-top: 22px; }

.contact-orange-mail, .contact-orange-phone, .contact-orange-fax, .contact-blue-mail, .contact-green-mail, .contact-green-user, .contact-green-phone, .contact-green2-phone, .contact-india-phone, .contact-blue-phone {
  height: 78px;
  margin: 10px 0 0 50px; }

.contact-blue-mail {
  background: url("../img/layout/icon-mail-rounded-blue.png") no-repeat scroll 0 0 transparent; }

.contact-orange-mail {
  background: url("../img/layout/icon-mail-rounded-orange.png") no-repeat scroll 0 0 transparent; }

.contact-orange-phone {
  background: url("../img/layout/icon-phone-rounded-orange.png") no-repeat scroll 0 0 transparent; }

.contact-orange-fax {
  background: url("../img/layout/icon-fax-rounded-orange.png") no-repeat scroll 0 0 transparent; }

.contact-green-phone {
  background: url("../img/layout/icon-phone-rounded-green.png") no-repeat scroll 0 0 transparent; }

.contact-blue-phone {
  background: url("../img/layout/icon-phone-rounded-blue.png") no-repeat scroll 0 0 transparent; }

.contact-location-text {
  margin: 10px 0 0 120px; }

.contact-orange-phone .contact-location-text, .contact-orange-fax .contact-location-text, .contact-green-user .contact-location-text {
  padding-top: 30px; }

.contact-bali-photo {
  background: url("../img/layout/contact-bali.jpg") no-repeat scroll 0 0 transparent; }

.contact-title-bali {
  margin: 70px 0 0 -260px; }

.contact-title-india {
  margin: 105px 0 0 -225px; }

.contact-green2-phone {
  background: url("../img/layout/icon-phone-rounded-green2.png") no-repeat scroll 0 0 transparent; }

.contact-india-phone {
  background: url("../img/layout/icon-phone-rounded-india.png") no-repeat scroll 0 0 transparent; }

.india-phone-legend {
  font-size: 12px;
  margin-top: 10px; }

.contact-bali-text {
  float: left;
  color: #2a8602;
  margin-top: 105px; }

.contact-india-text {
  float: left;
  color: #ea6559;
  margin-top: 105px; }

/* Homepage slider */
.home-congresses-slider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 750px; }

.home-congresses-slider .slider {
  width: 100%;
  height: 100%; }

.home-congresses-slider .slider .slide {
  float: left;
  width: 440px;
  height: 700px; }

.home-congresses-slider-left {
  background-image: url("../img/home/home-congresses-slider-left-bg.png");
  background-repeat: repeat-y;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99;
  width: 90px;
  height: 700px;
  text-align: left; }

.home-congresses-slider-left a {
  background: url("../img/layout/arrow-left-white.png") center no-repeat;
  width: 60px;
  height: 100px;
  display: block;
  margin-top: 280px; }

.home-congresses-slider-right {
  background-image: url("../img/home/home-congresses-slider-right-bg.png");
  background-repeat: repeat-y;
  position: absolute;
  right: -10px;
  top: 0px;
  z-index: 99;
  width: 90px;
  height: 700px;
  text-align: right; }

.home-congresses-slider-right a {
  margin-top: 280px;
  background: url("../img/layout/arrow-right-white.png") center no-repeat;
  width: 60px;
  margin-left: 30px;
  height: 100px;
  display: block; }

.slider-nav-hide {
  display: none !important; }

/*
* Typeahead
*/
.typeahead,
.tt-query,
.tt-hint {
  width: 370px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none; }

.typeahead {
  background-color: #fff; }

.typeahead:focus {
  /*border: 2px solid #000;*/ }

.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-input {
  color: #000 !important; }

.tt-hint {
  color: #999 !important; }

.tt-dropdown-menu {
  width: 370px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px; }

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #eee; }

.tt-suggestion p {
  margin: 0; }

/* See user profile */
.bg-main-plastic {
  height: 350px;
  background-color: #503f7a; }

.bg-main-dermatologist {
  height: 350px;
  background-color: #78d9bd; }

.bg-main-facial {
  height: 350px;
  background-color: #37a3ba; }

.bg-main-md {
  height: 350px;
  background-color: #b687c6; }

.bg-main-industry {
  height: 350px;
  background-color: #eaae57; }

.bg-main-other {
  height: 350px;
  background-color: #6c1c13; }

/* create your profile */
.step-form {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #e63343;
  margin: 0 0 5px 0; }

.step-form-2 {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #e63343;
  margin: 0 0 5px 0;
  margin-left: -10%; }

.step-line-form {
  width: 100%; }

.step-line-form-2 {
  width: 120%; }

.step-form-title {
  font-size: 23px;
  font-weight: 500;
  margin: 10px 0 -5px 0; }

.step-form-title-2 {
  font-size: 23px;
  font-weight: 500;
  margin: 10px 0 -5px 0;
  margin-left: -10%; }

#step-glyphicon-1 {
  margin-top: -13px;
  float: right; }

#step-glyphicon-2 {
  margin-top: -13px;
  float: right;
  margin-right: -10%; }

hr.step-line-form {
  margin-top: 15px;
  border-top: 2px solid #eee; }

hr.step-line-form-2 {
  margin-top: 15px;
  border-top: 2px solid #eee;
  margin-left: -10%; }

.btn-transparent-bg-profile {
  border: 2px solid #37a3ba;
  border-radius: 23px;
  background: white;
  font-size: 15px;
  font-weight: 400;
  padding: 6px 20px 6px 20px;
  color: #37a3ba; }

.btn-transparent-bg-profile-2 {
  border: 2px solid #37a3ba;
  border-radius: 23px;
  background: white;
  font-size: 15px;
  font-weight: 400;
  padding: 6px 20px 6px 20px;
  color: #37a3ba; }

.btn-transparent-bg-profile:focus {
  color: #37a3ba; }

.btn-transparent-bg-profile-2:focus {
  color: #37a3ba; }

.btn-transparent-bg-profile:hover {
  background: #37a3ba;
  color: white;
  border: 2px solid #37a3ba; }

.btn-transparent-bg-profile-2:hover {
  background: #37a3ba;
  color: white;
  border: 2px solid #37a3ba; }

.btn-profile {
  float: right;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none; }

.input-lg:focus {
  border: 2px solid #37a3ba; }

.has-feedback .input-lg {
  padding: 10px 37px; }

.input-lg-icon {
  color: #b9c3c5;
  left: 5px;
  top: 5px;
  margin-top: 1px;
  position: absolute;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg-icon-login {
  color: black;
  left: 5px;
  top: 5px;
  margin-top: 1px;
  position: absolute;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

select.form-control:hover {
  cursor: pointer; }

fieldset.fieldset-shadow {
  box-shadow: 0 1px 1px 1px #f0f0f0;
  border-radius: 2px solid;
  border: 0px; }

/* create profile thanks */
.btn-transparent-bg-profile-thanks {
  border: 2px solid #e63343;
  border-radius: 29px;
  background: #e63343;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 60px 15px 60px;
  color: #fff; }

.btn-transparent-bg-profile-thanks:focus {
  color: white; }

.btn-transparent-bg-profile-thanks:hover {
  background: none;
  color: red;
  border: 2px solid #e63343; }

/* profile.html - start */
.do-not-display {
  display: none; }

.btn-transparent-bg-profile {
  border: 3px solid white;
  border-radius: 23px;
  background: white;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px 10px 20px;
  color: #613072; }

.btn-transparent-bg-profile:focus {
  color: #613072;
  background: white;
  border: 3px solid white; }

.btn-transparent-bg-profile:hover {
  background: none;
  color: white;
  border: 3px solid white; }

.bg-profile {
  background-color: #51407b;
  height: 350px; }

.header-profile {
  text-align: center; }

.user-profile-infos {
  margin-top: -30px; }

.profile-user-name {
  text-align: center;
  margin: 40px 0 -6px 0; }

.profile-user-description {
  text-align: center;
  font-size: 25px;
  margin-bottom: -10px; }

.profil-options img {
  margin: 30px 7px -20px 5px; }

.btn-user-add-contact {
  margin-right: 15px; }

.profile-photo {
  border: solid 3px #ffffff;
  overflow: hidden;
  border-radius: 100px;
  width: 168px;
  margin: 40px auto auto; }

.icon-profile-photo:focus {
  background: #e84d43;
  border: 2px solid #f6f6f6;
  border-radius: 22px;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 177px;
  left: 77px;
  color: #ffffff; }

.user-video-blks {
  height: 380px;
  margin-top: -40px;
  position: relative; }

.user-video-blks .user-video-blk-video,
.user-video-blks .user-video-blk-text {
  position: absolute; }

.user-video-blks .user-video-blk-video:hover,
.user-video-blks .user-video-blk-text:hover {
  -ms-box-shadow: 0 0 0 9px #FFF, 6px 6px 2px 5px #D2D2D2;
  -o-box-shadow: 0 0 0 9px #FFF, 6px 6px 2px 5px #D2D2D2;
  box-shadow: 0 0 0 9px #FFF, 6px 6px 2px 5px #D2D2D2;
  transition: all ease-in-out 0.2s;
  z-index: 50; }

.user-video-blk-video {
  display: block; }

.user-video-mask {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url("../img/layout/watch-read-mask.png") repeat-x;
  width: 100%;
  height: 149px; }

.user-video-blk-1 {
  display: block; }

.user-video-blk-info {
  position: relative; }

.user-video-blk-label {
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 2px 10px 4px;
  border-radius: 3px; }

.user-video-blk-extra {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0px 30px;
  color: #b7b7b7;
  font-size: 15px;
  padding-bottom: 17px; }

.user-video-blk-title {
  font-weight: 900;
  font-size: 20px;
  display: block;
  color: #ffffff;
  padding-bottom: 6px; }

.profil-informations {
  margin: 30px 43.8% -20px; }

.user-profile-add-contact {
  width: 65px;
  height: 65px;
  background: url("../img/layout/icon-user-rounded-white.png") no-repeat;
  float: left; }

.user-profile-send-message {
  width: 65px;
  height: 65px;
  background: url("../img/layout/icon-mail-rounded-white.png") no-repeat;
  margin-left: 77px; }

.user-profile-add-contact:hover {
  background: url("../img/layout/icon-user-rounded-white-hover.png") no-repeat; }

.user-profile-send-message:hover {
  background: url("../img/layout/icon-mail-rounded-white-hover.png") no-repeat; }

/* update profile.html - start */
.gender-radio-position {
  margin-left: -40px; }

.biostatement-characters {
  font-size: 12px;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 10px; }

.account-form-keywords-theme {
  display: none; }

#account-form-keywords-text {
  display: none; }

/* submit abstract.html - start */
.abstract-profile {
  width: 50%;
  margin: auto;
  line-height: 2;
  text-align: center; }

.abstract-profile .form-fieldset-title {
  color: #613072;
  font-size: 35px;
  font-weight: 100;
  margin-bottom: 10px;
  text-align: center; }

.btn-primary-violet {
  background-color: #613072;
  border: medium none;
  font-weight: 400;
  color: #ffffff; }

.btn-primary-violet:hover {
  color: #ffffff; }

.form-abstract-profile {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 80%;
  float: right; }

#abstract-form-newtech-block {
  display: none; }

.format-form {
  width: 85%;
  display: block;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }

.entrance-form-content {
  color: #b5b5b5;
  font-size: 17px;
  font-weight: 300;
  padding-left: 10px; }

.entrance-form-date .form-group {
  width: 120px;
  float: left;
  margin-right: 10px; }

.themes-form {
  width: 48%;
  float: left;
  margin-right: 10px;
  display: block;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }

.form-abstract-keywords {
  margin-top: 20px; }

.disclosure-yes {
  margin: 10px 20px 0 0; }

.abstract-characters {
  font-size: 12px;
  text-align: right;
  margin-top: -10px; }

.abstract-form-keywords-theme {
  display: none;
  margin-bottom: 15px; }

#abstract-form-keywords-text {
  display: none; }

#abstract-form-step4-block .radio-inline {
  padding-left: 20px;
  margin-right: 20px; }

/* program grid.html - start */
.program-quick-overview {
  background: url("../img/layout/program-quick-overview.jpg") no-repeat scroll 0 0 transparent;
  height: 191px;
  margin: 55px 0 0 55px;
  width: 300px; }

.program-quick-overview a {
  margin-top: 75px; }

.program-quick-overview .text-quick-overview {
  padding: 10px; }

.program-grid tr.program-grid-break {
  height: 60px;
  background-color: transparent; }

.program-grid tr.program-grid-lunch {
  height: 100px;
  background-color: transparent; }

.program-grid tr td {
  width: 190px;
  border: 4px solid #fff;
  padding: 10px; }

.program-grid tr td a {
  display: block;
  width: 100%; }

.program-grid tr td a:hover {
  display: block;
  color: #003856; }

.program-grid {
  font-weight: 300;
  font-size: 15px;
  color: #5F5F5F; }

.border {
  border: 2px solid #C0E189;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-collapse: separate;
  background: #C0E189; }

.program-day-title {
  color: #149dd9;
  font-size: 30px;
  font-weight: 100; }

.program-room {
  color: #149dd9;
  font-size: 16px; }

.program-sponsored-by {
  font-size: 13px;
  font-variant-caps: small-caps;
  vertical-align: -20%; }

/** Overlay / Splash screen **/
#global-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }

#global-splash-screen {
  display: none;
  width: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  z-index: 10000;
  color: white; }

/*
* Notifications
*/
.notification-list {
  font-size: 12px;
  margin-bottom: 8px; }

.notification-list img {
  float: left; }

.notification-list-date {
  color: #ccc;
  font-size: 11px;
  padding-left: 40px; }

.notification-list-content {
  padding-left: 40px; }

/*
* Header popin
*/
.header-popin {
  width: 240px;
  height: 340px; }

.header-popin-content {
  height: 300px;
  padding: 10px;
  overflow: auto;
  font-size: 11px; }

.header-popin-content .list-group {
  font-size: 10px; }

.header-popin-more {
  display: block;
  text-align: center;
  margin-top: 5px;
  padding: 8px;
  border-top: 1px solid #ebebeb;
  background-color: #FAFAFA;
  font-size: 11px; }

.popover {
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.popover-title {
  color: #e84d43;
  font-weight: 200;
  text-align: center; }

.popover-content {
  padding: 0; }

.popover-content .list-group-item:first-child {
  border-radius: 0; }

.popover-content .list-group {
  margin-bottom: 0; }

/* Bastien CSS */
.header-desc-press {
  margin-top: 10%; }

.btn-guidelines {
  border: 2px solid #37a3ba;
  color: #37a3ba;
  width: 30%;
  position: relative;
  display: block;
  margin: auto; }

.btn-guidelines:hover {
  border: 2px solid #37a3ba;
  color: #37a3ba; }

.btn-guidelines:visited {
  color: #37a3ba; }

.press-modal-content {
  width: 600px;
  padding: 20px;
  text-align: left; }

.press-modal-content-title {
  font-size: 25px;
  color: #e84d43; }

.press-modal-content-content {
  font-size: 13px;
  height: 400px;
  overflow: auto;
  color: #9b9b9b;
  text-align: left; }

#hidden-text {
  display: none; }

.flip-arrow {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: flipv;
  filter: flipv; }

.a-guideline {
  text-decoration: underline !important;
  color: #000000; }

.p-smaller {
  font-size: 15px; }

.blue-box {
  float: left;
  width: 20%;
  margin-right: 5%;
  border: 2px solid #e5e5e5;
  min-height: 70px;
  padding: 19px 2%;
  text-align: center;
  font-weight: 500;
  color: #323232;
  text-transform: uppercase; }

.blue-box a {
  color: #323232; }

.blue-box.active {
  color: #149dd9;
  border: 2px solid #149dd9; }

.blue-box.active a {
  color: #149dd9; }

.blue-box span {
  display: block;
  font-weight: normal; }

.blue-box:last-child {
  margin-right: 0; }

#badge-type-block {
  margin-top: 6%; }

a.home-flipper-arrow-next {
  background: transparent url("../img/icons/down-2.png") no-repeat scroll 0 0 !important; }

hr {
  border-color: #e5e5e5; }

.p-press {
  line-height: 30px;
  text-align: justify; }

.ul-press {
  list-style-type: disc;
  margin-left: 7%;
  margin-top: 1%; }

.ul-press li {
  padding-left: 2%; }

.paragraph-list {
  margin-top: 4%; }

.white-h1 {
  color: #ffffff;
  font-weight: 100;
  font-size: 80px; }

.italic {
  font-style: italic; }

.inquiries-characters {
  font-size: 12px;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 10px; }

.margin-check {
  margin-left: 4%; }

.margin-check .checkbox label:first-child {
  font-style: italic; }

.img-back {
  width: 150px;
  height: 150px;
  margin: auto;
  background-color: #f6f6f6;
  margin-bottom: 10%; }

.img-back img {
  min-width: 100%;
  min-height: 100%; }

#pj-4, #pj-5 {
  margin: 0 auto;
  width: 65%; }

.press-arrow {
  width: 0 !important; }

.btn-border-blue {
  border: 2px solid #149dd9; }

.btn-text-blue {
  color: #149dd9;
  margin: auto;
  width: 175px;
  display: block; }

.btn-text-blue:hover {
  color: #ffffff;
  background-color: #149dd9; }

.press-modal-content-content li {
  font-size: 14px;
  color: #555654; }

.font-violet {
  color: #613072 !important; }

.border-left-violet {
  border-left: 3px solid #613072; }

.font-red {
  color: #e84d43 !important; }

.border-left-red {
  border-left: 3px solid #e84d43; }

.font-green {
  color: #008d41 !important; }

.border-left-green {
  border-left: 3px solid #008d41; }

.font-orange {
  color: #f0776d !important; }

.border-left-orange {
  border-left: 3px solid #f0776d; }

.font-golden {
  color: #edaa4c !important; }

.border-left-golden {
  border-left: 3px solid #edaa4c; }

:focus {
  outline: 0; }

/* GENERAL */
body {
  -webkit-font-smoothing: subpixel-antialiased;
  padding-top: 80px !important; }
  body.body-academy {
    position: static;
    margin-bottom: 341px; }

html {
  position: relative; }

#academy-search-input {
  border-radius: 3px; }

.algolia-suggest {
  background: #fff;
  z-index: 99;
  text-align: left;
  padding: 15px;
  border-radius: 3px;
  margin-top: 8px;
  position: absolute;
  max-height: 500px;
  overflow: auto;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .algolia-suggest .logo-algolia {
    text-align: right;
    font-size: 11px; }
    .algolia-suggest .logo-algolia span {
      color: #c4c4c4; }
    .algolia-suggest .logo-algolia img {
      height: 14px; }
  .algolia-suggest .title {
    color: #fa7732;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px dotted #fa7732;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; }
  .algolia-suggest span {
    color: #656565; }
  .algolia-suggest em {
    font-weight: 500;
    color: #220c53;
    font-style: inherit; }
  .algolia-suggest ul:last-child {
    margin-bottom: 0; }
  .algolia-suggest ul li:last-child {
    border-bottom: none; }
  .algolia-suggest ul li {
    border-bottom: 1px solid #e7e7e7;
    padding: 8px 0px;
    font-size: 14px;
    color: #656565;
    transition: color .1s ease-in-out;
    cursor: pointer; }
    .algolia-suggest ul li:last-child {
      margin-bottom: 15px; }
    .algolia-suggest ul li:hover {
      color: #0781aa; }
  .algolia-suggest .medias .wrapper {
    border-bottom: 1px solid #e7e7e7;
    padding: 8px 0px;
    min-height: 175px;
    cursor: pointer;
    text-align: left; }
    .algolia-suggest .medias .wrapper img {
      width: 100%; }
    .algolia-suggest .medias .wrapper .media-title-wrapper {
      display: block;
      color: #323232;
      width: 100%;
      font-size: 14px;
      font-weight: 400;
      padding-top: 5px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .algolia-suggest .medias .wrapper .author {
      font-size: 12px;
      color: #b7b7b7; }

.show_video_comments {
  position: relative; }
  .show_video_comments .bg-preview-comments {
    position: absolute;
    height: 516px;
    width: 100%;
    background: url("../img/academy/backgrounds/bg-preview-comment.jpg");
    background-repeat: no-repeat;
    background-position: center; }
    .show_video_comments .bg-preview-comments .wrapper-join-discuss {
      background: #fff;
      padding: 15px;
      border: 1px solid #ededed;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .show_video_comments .bg-preview-comments .wrapper-join-discuss p {
        margin-top: 0;
        font-size: 18px; }

.body-wrapper-academy {
  padding-top: 22px !important;
  position: static; }

.h1-academy, .h1-academy-white, .h1-academy-orange {
  font-size: 45px;
  font-weight: 100;
  line-height: 60px;
  margin: 30px 0 25px 0; }

.h1-academy {
  color: #250055;
  display: inline-block; }

.h1-academy-white {
  color: #ffffff; }

.h1-academy-orange {
  color: #fa7732; }

.bg-dark-blue {
  background-color: #250055;
  padding-bottom: 50px;
  padding-top: 35px; }

/* NAV MENU */
.back-to-imcas {
  background: #270e60;
  line-height: 22px; }
  .back-to-imcas a {
    color: #fff;
    padding-left: 18px;
    font-size: 12px; }
    .back-to-imcas a i {
      margin-right: 5px; }

.top-header-academy {
  height: 80px;
  background: #250055;
  -ms-box-shadow: 0 0 1px 0 #000000;
  -o-box-shadow: 0 0 1px 0 #000000;
  box-shadow: 0 0 1px 0 #000000; }

.top-header-academy .academy-logo {
  width: 220px;
  float: left;
  line-height: 80px;
  text-align: center;
  background: #1e0044; }

.top-header-academy .academy-menu {
  height: 80px;
  float: left; }

.top-header-academy .academy-menu ul li {
  float: left;
  line-height: 80px;
  padding: 0 25px;
  position: relative; }

.top-header-academy .academy-menu ul li:hover:after, .top-header-academy .academy-menu ul li.active:after {
  width: 100%;
  background: #fa7732;
  height: 3px;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute; }

.top-header-academy .academy-menu ul li:hover a, .top-header-academy .academy-menu ul li.active a {
  color: #ffffff; }

.top-header-academy .academy-menu ul li a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 200;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.top-header-academy .academy-menu ul li ul {
  position: absolute;
  visibility: hidden;
  left: 0; }

.top-header-academy .academy-menu ul li:hover ul {
  visibility: visible; }

.top-header-academy .academy-menu ul li ul li {
  display: block;
  float: none;
  width: 340px;
  height: 45px;
  line-height: 45px; }

.top-header-academy .academy-menu ul li ul li:hover {
  background: #ffffff; }

.top-header-academy .academy-menu ul li ul li {
  background: #fc7723; }

.top-header-academy .academy-menu ul li ul li a {
  color: #ffffff; }

.top-header-academy .academy-menu ul li ul li:hover a {
  color: #fc7723; }

.academy-watch {
  float: right;
  line-height: 80px;
  text-align: center;
  width: 100px;
  font-size: 15px; }

.academy-sign-up {
  float: right;
  line-height: 80px;
  text-align: center;
  font-size: 15px;
  padding-right: 25px; }
  .academy-sign-up a {
    font-weight: 300;
    display: inline;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 16px; }

.academy-my-account a, .academy-watch a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0.5px; }

.academy-my-account a:hover, .academy-my-account a:active {
  color: #fc7723; }

.academy-watch a .glyphicon-search {
  font-size: 18px; }

.academy-watch a .glyphicon-search:hover, .academy-watch a .glyphicon-search:active {
  color: #0781aa; }

#academy-search-box {
  background: #0781aa url("../img/academy/layout/academy-search-back.jpg") no-repeat center;
  height: 80px;
  padding-top: 18px; }

.academy-search {
  background: #0781aa url("../img/academy/layout/icon-search-academy.png") no-repeat scroll 15px center;
  border-radius: 23px;
  height: 40px;
  margin: auto;
  padding-left: 53px; }

.academy-search-form .form-control, .academy-search-form .input-group-addon {
  border: 2px solid #ffffff;
  box-shadow: none;
  color: #ffffff;
  font-size: 17px; }

.btn-academy-search {
  color: #ffffff;
  background: #250055;
  height: 40px;
  padding-top: 10px;
  width: 109px;
  border: none; }

.btn-academy-search:hover {
  color: #ffffff;
  background: #fc7723; }

/* FOOTER */
.academy-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 341px;
  padding-top: 40px;
  font-size: 14px;
  background: #f6f6f6; }

#footer-links-content-academy ul li {
  margin-bottom: 5px; }

#footer-links-content-academy ul li a {
  color: #3137aa;
  font-weight: 400;
  font-size: 15px; }

#footer-links-content-academy {
  float: left;
  width: 59%; }

#academy-copy-right-txt {
  color: #ffffff; }

.academy-footer-bottom {
  margin-top: 20px;
  background: #1e0044;
  padding-bottom: 30px;
  padding-top: 30px; }

/* HOMEPAGE */
a.academy-teaser-icon {
  background: url("../img/academy/layout/icon-teaser.png") no-repeat scroll 0 0; }

a.academy-teaser-icon:hover {
  background: url("../img/academy/layout/icon-teaser-gris.png") no-repeat scroll 0 0; }

a.academy-teaser-icon, a.academy-teaser-icon:hover {
  width: 80px;
  height: 80px;
  z-index: 99;
  margin: auto;
  display: inline-block; }

.academy-home-title {
  font-size: 39px;
  padding-top: 30px;
  text-align: center; }

.academy-home-header {
  padding-top: 50px; }

.header-desc {
  color: #ffffff;
  font-size: 60px;
  font-weight: 100;
  margin-bottom: 10px; }

.academy-home-subtitle {
  font-size: 19px;
  line-height: 1.42857;
  text-align: center;
  padding-top: 10px; }

.academy-home-teaser {
  margin-top: 30px;
  font-size: 16px; }

.glyphicon-remove {
  border: 2px solid #ffffff;
  border-radius: 200px;
  font-size: 13px;
  height: 24px;
  padding: 3px;
  width: 24px; }

.close-intro {
  margin-top: -65px;
  text-align: right; }

.close-intro a {
  color: #ffffff; }

.home-step-1, .home-step-2, .home-step-3 {
  width: 80px;
  height: 80px;
  border-radius: 150px;
  font-size: 13px;
  padding-top: 10px; }

.home-step-1 {
  border: 5px solid #fc7723; }

.home-step-2 {
  border: 5px solid #1fa0ca; }

.home-step-3 {
  border: 5px solid #e63343; }

.home-step-number {
  font-size: 28px;
  margin-top: -4px; }

.home-steps-text {
  font-size: 15px;
  font-weight: 400;
  margin: 22px 0 0 0; }

.sign-up-front {
  background: #1e0044;
  width: 186px;
  height: 186px;
  float: left;
  position: relative;
  cursor: pointer; }
  .sign-up-front .title-front {
    font-size: 23px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    text-align: center;
    padding: 0px 15px; }
    .sign-up-front .title-front span {
      display: block;
      width: 100%;
      font-weight: 100;
      padding-bottom: 15px; }
    .sign-up-front .title-front .btn-full {
      font-size: 16px;
      font-weight: 300;
      width: 100%; }

.flip-container1, .flip-container2, .flip-container3, .flip-container4, .flip-container5, .flip-container6, .flip-container7, .flip-container8, .flip-container9, .flip-container10, .flip-container11, .flip-container12, .flip-container13, .flip-container14, .flip-container15 {
  -webkit-perspective: 1000;
  perspective: 1000;
  float: left; }

.flip-container1:hover .flipper, .flip-container1.hover .flipper, .flip-container2:hover .flipper, .flip-container2.hover .flipper, .flip-container3:hover .flipper, .flip-container3.hover .flipper, .flip-container4:hover .flipper, .flip-container4.hover .flipper, .flip-container5:hover .flipper, .flip-container5.hover .flipper, .flip-container6:hover .flipper, .flip-container6.hover .flipper, .flip-container7:hover .flipper, .flip-container7.hover .flipper, .flip-container8:hover .flipper, .flip-container8.hover .flipper, .flip-container9:hover .flipper, .flip-container9.hover .flipper, .flip-container10:hover .flipper, .flip-container10.hover .flipper, .flip-container11:hover .flipper, .flip-container11.hover .flipper, .flip-container12:hover .flipper, .flip-container12.hover .flipper, .flip-container13:hover .flipper, .flip-container13.hover .flipper, .flip-container14:hover .flipper, .flip-container14.hover .flipper, .flip-container15:hover .flipper, .flip-container15.hover .flipper {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg); }

.flip-container1, .flip-container2, .flip-container3, .flip-container4, .flip-container5, .flip-container6, .flip-container7, .flip-container8, .flip-container9, .flip-container10, .flip-container11, .flip-container12, .flip-container13, .flip-container14, .flip-container15, .front, .back {
  width: 186px;
  height: 186px; }

.flipper {
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  position: relative; }

.front, .back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

.front {
  z-index: 2;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg); }

.front .flipper-title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #ffffff;
  text-align: center; }

.back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  background: url("../img/academy/themes/thumbs/back.jpg");
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  padding: 10% 0; }

.flipper-number {
  font-size: 20px;
  font-weight: 700;
  margin: 8px 0 -5px; }

.flipper-title {
  font-weight: 200;
  font-size: 18px; }

.home-flipper-arrow {
  margin: 20px auto 20px auto;
  width: 50px; }

a.home-flipper-arrow-next, a.home-flipper-arrow-next:hover {
  display: inline-block;
  height: 30px;
  margin: 30px 0 0 0;
  width: 33px; }

a.home-flipper-arrow-next {
  background: transparent url("../img/academy/layout/arrow-blue.png") no-repeat scroll 0 0; }

a.home-flipper-arrow-next:hover {
  background: transparent url("../img/academy/layout/arrow_orange.png") no-repeat scroll 0 0; }

.watch-read-blks .board-selection-blk, .watch-read-blks .watch-read-blk-text {
  position: absolute; }

.s220x220 {
  height: 220px;
  width: 220px; }

#board-items .lecture {
  min-height: 270px; }

.board-video-selection-mask {
  background: url("../img/layout/watch-read-mask_bottom_boards.png") repeat-x scroll 0 0;
  bottom: 0;
  height: 220px;
  left: 0;
  position: absolute;
  width: 220px; }

.board-video-selection-speaker {
  font-size: 14px;
  font-weight: 400;
  font-style: normal; }

.board-video-selection-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400; }

.board-video-selection-title:hover {
  opacity: 0; }

.board-video-selection-extra {
  bottom: 0;
  left: 0;
  padding: 0 10px 10px;
  position: absolute; }

.trending-video-selection-extra {
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 10px 10px;
  position: absolute; }

.board-video-selection-subtitle {
  display: block;
  position: absolute;
  top: 150px;
  left: 0;
  font-size: 20px;
  font-weight: normal;
  width: 100%;
  color: #ffffff; }

.board-video-selection-description, .trending-video-selection-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background-color: black;
  padding: 0 10px;
  font-size: 13px;
  font-weight: normal;
  display: none;
  color: #ffffff; }

.trending-video-selection-description {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-8 */ }

.board-video-selection:hover {
  color: #fff; }

.board-video-selection:hover .board-video-selection-description {
  display: block; }

.board-video-selection:hover .board-video-selection-extra {
  display: block; }

.board-video-selection:hover .test1-title, .board-video-selection:hover .board-video-selection-subtitle {
  display: none; }

.board-items-slider {
  position: relative; }

.board-video-selection-slider-right {
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  right: -35px;
  color: #fff; }
  .board-video-selection-slider-right a {
    color: #fff;
    font-size: 50px;
    transition: color .2s ease-in-out; }
    .board-video-selection-slider-right a:hover {
      color: #fa7732; }

.social-network-link:hover  {
  background-color: #fc7723; }

.board-alphabetical-order-user {
  padding-top: 40px; }

.board-video-description-top {
  padding: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 400; }

.board-video-description-date {
  font-size: 12px;
  padding-bottom: 5px;
  font-weight: 400; }

.board-video-description-bottom-left {
  position: absolute;
  bottom: 10px;
  left: 10px; }

.board-video-description-bottom-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center; }

.s220x220 .academy-article-blk-text-txt {
  height: 150px;
  width: 220px; }

.s220x220 .academy-article-blk-text-txt {
  height: 120px; }

.academy-article-blk-text:hover .academy-article-blk-text-txt {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff; }

.academy-article-blk-text-txt {
  color: #4E4E4E;
  font-size: 14px;
  line-height: 22px;
  word-wrap: break-word;
  padding: 10px 10px 5px;
  background: #f6f6f6;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9; }

.trending-now-block {
  height: 450px; }

.academy-trending-now {
  position: relative; }

#hidden-trending {
  background-color: white; }

.academy-trending-now a {
  color: #ffffff; }

.academy-trending-now .academy-trending-now-video,
.academy-trending-now .academy-trending-now-text {
  position: absolute;
  display: block; }

.academy-trending-now-info {
  position: relative; }

.trending-now-mask {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-8 */
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%; }

.trending-now-extra {
  bottom: 0;
  left: 0;
  padding: 0 20px 12px;
  position: absolute; }

.trending-now-speaker {
  font-size: 14px;
  font-weight: 400; }

.title-high-opacity {
  opacity: 0; }

.trending-now-title {
  color: #ffffff;
  font-size: 18px; }

.trending-video-description-top {
  font-size: 18px;
  font-weight: 400; }

.academy-trending-large-video-description, .academy-trending-video-description {
  position: absolute;
  top: 0;
  left: 0;
  height: 220px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  font-size: 13px;
  font-weight: normal;
  display: none;
  color: #ffffff; }

.academy-trending-large-video-description {
  width: 453px; }

.academy-trending-video-description {
  width: 220px; }

.academy-trending-now-video:hover .academy-trending-large-video-description, .academy-trending-now-video:hover .academy-trending-video-description, .academy-trending-now-video:hover .academy-trending-article-description {
  display: block; }

.academy-trending-now-text-title {
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 5px; }

.academy-trending-article-description, .board-article-selection-extra {
  position: absolute;
  top: 0;
  width: 220px;
  left: 0;
  height: 100px;
  background-color: black;
  padding: 0 10px;
  font-size: 13px;
  font-weight: normal;
  display: none;
  color: #ffffff; }

.academy-trending-article-description {
  background-color: rgba(0, 0, 0, 0.5); }

.board-article-description-bottom.board-video-selection-extra {
  background-color: rgba(37, 0, 85, 0.5); }

.board-article-description-bottom {
  padding-top: 55px; }

.trending-article-speaker {
  position: absolute;
  bottom: 10px; }

.trending-slider-right a {
  background: transparent url("../img/academy/layout/arrow-blue-right.png") no-repeat scroll center center; }

.trending-slider-right a:hover {
  background: transparent url("../img/academy/layout/arrow-orange-right.png") no-repeat scroll center center; }

.trending-slider-right a, .trending-slider-right a:hover {
  display: block;
  height: 100px;
  margin-left: 40px;
  margin-top: 150px;
  width: 60px; }

.trending-slider-right {
  height: 220px;
  position: absolute;
  right: -17px;
  text-align: right;
  top: 25px;
  width: 90px;
  z-index: 99; }

/* GENERAL CONTENT */
.title-academy {
  font-family: roboto, serif;
  font-size: 45px;
  font-weight: 100;
  margin-bottom: 25px;
  color: #e63343;
  line-height: 60px; }

.qdb-icn-program {
  background: url("../img/layout/download-icon-program.png") center no-repeat;
  height: 61px;
  width: 60px;
  margin: 0 auto 13px; }

.qdb-icn-registration-form {
  background: url("../img/layout/download-icon-registration-form.png") center no-repeat;
  height: 61px;
  width: 60px;
  margin: 0 auto 13px; }

.qdb-icn-hotel-reservation-form {
  background: url("../img/layout/download-icon-hotel-registration-form.png") center no-repeat;
  height: 61px;
  width: 60px;
  margin: 0 auto 13px; }

.glyphicon-star, .glyphicon-star-empty {
  color: #ffffff; }

/* VERTICAL MENU */
#academy-video-menu,
#academy-video-menu ul,
#academy-video-menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0; }

#academy-video-menu ul {
  position: relative;
  z-index: 597;
  float: left; }

#academy-video-menu ul li {
  float: left;
  min-height: 1px;
  line-height: 1.2em;
  vertical-align: middle; }

#academy-video-menu ul li.hover,
#academy-video-menu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default; }

#academy-video-menu ul li:hover > ul {
  visibility: visible; }

#academy-video-menu ul li {
  float: none; }

/* MENU Custom CSS Styles */
#academy-video-menu {
  position: fixed;
  overflow: hidden;
  top: 90px;
  left: 0;
  height: 100%;
  width: 18%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 50; }

#academy-video-menu ul {
  height: 100%; }

#academy-video-menu ul a,
#academy-video-menu ul a:link,
#academy-video-menu ul a:visited {
  display: block;
  color: white;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px; }

#academy-video-menu > ul {
  float: none; }

#academy-video-menu > ul > li {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3); }

#academy-video-menu > ul > li > a {
  padding: 10px 20px; }

#academy-video-menu > ul > li:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3); }

#academy-video-menu ul li:hover > a {
  color: #ffffff; }

#academy-video-menu > ul > li:hover {
  background: rgba(255, 134, 57, 0.25); }

.glyphicon-ok, .glyphicon-play {
  font-size: 20px;
  display: table;
  padding: 0 10px 0 20px; }

.glyphicon-ok {
  color: #fc7723; }

.glyphicon-play {
  color: white; }

.video-ok {
  color: #fc7723; }

#academy-video-menu ul .menu-video-title a {
  font-size: 15px;
  color: white;
  padding: 10px 0 10px 21px; }

.video-menu-course {
  width: 80%; }

.video-menu-icon {
  padding-right: 15px; }

/* academy video.html - start */
.academy-video-player {
  box-shadow: 0 0 2px 0 #d2d2d2;
  height: 73px; }

.player-description {
  font-size: 19px;
  color: #e63343;
  font-weight: 300;
  margin: 8px 0; }

.player-date {
  font-size: 13px;
  margin: -11px 0 10px; }

.sponsor {
  width: 208px;
  line-height: 80px;
  text-align: center;
  margin: -35px 0 0 -40px; }

.video-share {
  font-size: 11px;
  margin: -20px 0 0 110px;
  text-align: center; }

.academy-social-media-icon {
  width: 33px;
  height: 33px;
  float: left;
  margin-right: 5px; }

.academy-icon-facebook {
  background: url("../img/layout/icon-academy-facebook.png") no-repeat scroll 0 0 transparent; }

a .academy-icon-facebook:hover {
  background: url("../img/layout/icon-facebook.png") no-repeat scroll 0 0 transparent; }

.academy-icon-twitter {
  background: url("../img/layout/icon-academy-twitter.png") no-repeat scroll 0 0 transparent; }

a .academy-icon-twitter:hover {
  background: url("../img/layout/icon-twitter.png") no-repeat scroll 0 0 transparent; }

.academy-icon-mail {
  background: url("../img/layout/icon-academy-mail.png") no-repeat scroll 0 0 transparent; }

a .academy-icon-mail:hover {
  background: url("../img/layout/icon-mail.png") no-repeat scroll 0 0 transparent; }

.academy-icon-linkedin {
  background: url("../img/layout/icon-academy-linkedin.png") no-repeat scroll 0 0 transparent; }

a .academy-icon-linkedin:hover {
  background: url("../img/layout/icon-linkedin.png") no-repeat scroll 0 0 transparent; }

.video-speaker-description-title {
  color: #e63343;
  font-size: 40px;
  font-weight: 100;
  margin: 45px 0 30px; }

.video-academy-recommanded-title {
  margin-bottom: 50px; }

.video-academy-video-description {
  margin-bottom: 40px;
  margin-top: 30px; }

.video-academy-playlist-comment-block-user {
  background: url("../img/layout/comment-playlist-content-user.png") no-repeat scroll 0 0 transparent;
  height: 174px;
  margin-left: 130px;
  margin-top: -120px;
  width: 825px; }

.video-academy-playlist-comment {
  font-weight: 300;
  padding: 20px 20px 20px 40px; }

.video-academy-playlist-comments {
  margin-top: 50px; }

.video-academy-playlist-comment-block {
  background: url("../img/layout/comment-playlist-content.png") no-repeat scroll 0 0 transparent;
  height: 130px;
  margin-left: 130px;
  margin-top: -120px;
  width: 825px; }

.video-academy-user-comment {
  color: #323232;
  font-size: 16px; }

.video-academy-user-comment-text {
  color: #9b9b9b;
  font-size: 16px;
  font-style: italic; }

.video-academy-playlist-imgs {
  padding: 25px 0 50px; }

.video-academy-playlist-comments ul li {
  margin-bottom: 40px; }

.video-academy-send-comment {
  margin: -50px 0 40px 680px; }

.watch-read-blk-text-txt {
  background: none repeat scroll 0 0 #ffffff;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  color: #b7b7b7;
  font-size: 15px;
  line-height: 23px;
  padding: 18px 26px 5px;
  word-wrap: break-word; }

.video-academy .playlist-comment-block-user {
  margin-bottom: 60px;
  height: auto; }

.video-academy-user-comment-text .video-comment-textarea {
  border: 2px solid #e8e8e8;
  width: 800px;
  margin: -21px;
  height: 122px;
  color: black; }

.video-comment-textarea::-webkit-input-placeholder {
  line-height: 30px; }

.video-comment-textarea::-moz-placeholder {
  line-height: 30px; }

.playlist-comment-block-user {
  background: none; }

.watch-video-blks {
  height: 320px;
  position: relative; }

.watch-video-blks-recommanded {
  position: relative;
  height: 380px;
  margin-top: -40px; }

.watch-video-blks-recommanded .watch-read-blk-video,
.watch-video-blks-recommanded .watch-read-blk-text {
  position: absolute; }

.watch-video-blks-recommanded .watch-read-blk-video:hover,
.watch-video-blks-recommanded .watch-read-blk-text:hover {
  -ms-box-shadow: 0 0 0 9px #FFF, 6px 6px 2px 5px #D2D2D2;
  -o-box-shadow: 0 0 0 9px #FFF, 6px 6px 2px 5px #D2D2D2;
  box-shadow: 0 0 0 9px #FFF, 6px 6px 2px 5px #D2D2D2;
  transition: all ease-in-out 0.2s;
  z-index: 50; }

.watch-video-blks .watch-read-blk-video,
.watch-video-blks .watch-read-blk-text {
  position: absolute; }

.watch-video-blks .watch-read-blk-video:hover,
.watch-video-blks .watch-read-blk-text:hover {
  -ms-box-shadow: 0 0 0 9px #FFF, 6px 6px 2px 5px #D2D2D2;
  -o-box-shadow: 0 0 0 9px #FFF, 6px 6px 2px 5px #D2D2D2;
  box-shadow: 0 0 0 9px #FFF, 6px 6px 2px 5px #D2D2D2;
  transition: all ease-in-out 0.2s;
  z-index: 50; }

.academy-video-speakers {
  margin-top: 20px;
  font-family: "lucida grande";
  font-size: 14px; }

.academy-article-speaker {
  margin-top: 10px; }

.academy-video-speaker {
  padding-left: 10px;
  font-family: "lucida grande"; }

.academy-video-speaker a {
  color: #e63343; }

.watch-video-views {
  font-size: 11px; }

.video-speaker-block {
  display: block;
  margin: 30px 50px 40px 0;
  position: relative;
  text-align: center;
  width: 202px; }

.video-speaker-block:hover .icon-user, .video-speaker-block:hover .icon-plus, .video-speaker-block:hover .icon-envelop {
  display: block; }

.video-speaker-block:hover .white-trans-block {
  background: url("../img/layout/violet-trans-block.png") no-repeat; }

.video-academy-speaker-abstract {
  text-align: justify;
  margin: 30px 0 0 0;
  color: #282828;
  font-family: "Lora", sans-serif;
  font-size: 19px;
  line-height: 33px; }

.video-speaker-name {
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  font-family: roboto; }

.video-speaker-degree {
  font-size: 16px;
  color: #323232;
  font-family: roboto, serif; }

.video-speaker-country {
  font-size: 14px;
  color: #323232;
  font-family: roboto, serif; }

.btn-popin-abstract {
  background-color: #ffffff;
  color: #e63343;
  margin: 20px 0 0 0;
  width: 280px;
  font-family: roboto, serif; }

.video-disclosures {
  font-size: 16px;
  margin: -30px 0 40px; }

.academy-video-disclosure-question {
  margin-top: 10px; }

ul.video-navigation {
  list-style-type: none;
  margin: 20px 0;
  padding: 0; }

a.previous-video {
  background: url("../img/layout/left-arrow.png") no-repeat scroll left center transparent;
  color: #323232;
  font-size: 11px;
  font-weight: 700;
  padding-left: 23px; }

a.next-video {
  color: #323232;
  font-size: 11px;
  font-weight: 700; }

ul.video-navigation li {
  float: left; }

ul.video-navigation li.right {
  float: right; }

/* watch_video.html - recommanded - start */
.playlist-imgs {
  margin-right: -48px;
  padding-top: 56px; }

.playlist-img {
  float: left;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  margin: -20px 5px 31px 0; }

.playlist-img a {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding-top: 62px;
  display: block;
  color: #ffffff; }

.playlist-img a:hover {
  color: #ffffff; }

.playlist-img span {
  font-size: 16px;
  font-weight: 200; }

.playlist-comment-block {
  background: url("../img/layout/comment-playlist-content.png") no-repeat;
  height: 130px;
  width: 825px;
  margin-top: -120px;
  margin-left: 130px; }

.playlist-comment {
  padding: 20px 20px 20px 40px;
  font-weight: 300; }

.playlist-comment-day {
  color: #9b9b9b;
  font-size: 13px;
  margin-top: 10px; }

.playlist-comments ul li {
  margin-bottom: 40px; }

a.btn-wnr-comment {
  font-size: 19px;
  font-weight: 500;
  width: 270px;
  color: #ffffff;
  border: 2px solid #e63343;
  margin: 0 auto;
  display: block;
  background: #e63343;
  border-radius: 28px;
  padding-top: 12px;
  padding-bottom: 17px; }

.watch-read-blks-recommanded {
  position: relative;
  height: 450px; }

.watch-read-blks-recommanded .watch-read-blk-video,
.watch-read-blks-recommanded .watch-read-blk-text {
  position: absolute; }

.watch-read-blks-recommanded .watch-read-blk-video:hover,
.watch-read-blks-recommanded .watch-read-blk-text:hover {
  -ms-box-shadow: 0 0 0 9px #FFF, 6px 6px 2px 5px #D2D2D2;
  -o-box-shadow: 0 0 0 9px #FFF, 6px 6px 2px 5px #D2D2D2;
  box-shadow: 0 0 0 9px #FFF, 6px 6px 2px 5px #D2D2D2;
  transition: all ease-in-out 0.2s;
  z-index: 50; }

/* watch_video.html - recommanded - end */
/* launching academy.html - start */
.bg-academy {
  background-color: #e63343;
  padding: 50px 0 50px 0; }

.academy-bg-gold {
  background-color: #ec9c3d;
  padding: 50px 0 50px 0; }

.academy-launching-title {
  font-size: 60px;
  padding-top: 50px; }

.academy-launching-subtitle {
  font-size: 21px;
  line-height: 1.42857;
  text-align: left; }

.academy-launching-strong {
  font-weight: 400; }

.academy-launching-teaser {
  text-align: center;
  margin-top: 20px; }

.academy-launching-teaser a img {
  margin-bottom: 15px; }

.launching-academy-icons {
  width: 110px;
  float: left;
  margin-left: 16.5%;
  margin-top: 20px; }

.launching-academy-icon-text {
  font-size: 19px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin-top: 10px; }

.academy-launching-mail {
  padding: 50px 0 30px 0;
  position: relative; }

.academy-mail {
  border-radius: 28px;
  border: none;
  width: 500px;
  height: 55px; }

#academy-launching-mail-form {
  background-color: #f6f6f6;
  border: none;
  padding: 20px; }

.academy-mail-submit {
  background-color: #e63343;
  border-radius: 28px;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  padding: 12px 20px;
  width: 200px;
  margin-top: -14px; }

.academy-mail-submit:hover {
  color: #fff;
  background-color: #c82634; }

.feedback-title {
  color: #ffffff;
  font-size: 74px;
  line-height: 100%;
  font-weight: 100;
  margin-bottom: 70px;
  margin-top: 50px; }

.academy-feedback-left, .academy-feedback-right {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 40px; }

.academy-feedback-right {
  text-align: right; }

/* academy article.html - start */
.academy-article {
  background-color: #130d23; }

.academy-article-title {
  font-size: 39px;
  line-height: 50px;
  bottom: 30px;
  text-align: left;
  font-family: 'PT Serif', serif;
  margin-top: 70px;
  font-style: italic;
  font-weight: 500;
  color: #282828; }

.academy-article-speaker {
  font-family: "lucida grande", serif;
  font-size: 16px;
  margin-top: 10px; }

.academy-article-description {
  font-family: "roboto", serif;
  font-size: 15px;
  margin-top: -17px; }

.academy-article-description img {
  padding: 0 10px; }

.academy-article-col1, .academy-article-col2 {
  float: left; }

.academy-article-content {
  margin: 40px 0 100px 0;
  text-align: justify;
  color: #282828;
  font-family: "Lora", sans-serif;
  font-size: 19px;
  line-height: 33px; }

.academy-article {
  text-align: justify; }

.academy-article-col2 {
  margin-bottom: 20px; }

.article-speaker-quotation {
  color: #e63343;
  font-size: 24px;
  font-style: italic;
  text-align: center;
  width: 700px;
  margin: 0 auto 30px auto;
  font-family: "lucida grande", serif; }

.article-speaker-block {
  text-align: center;
  display: block;
  width: 202px;
  position: relative;
  margin: 10px 50px 0 130px; }

.article-date {
  float: right; }

.article-speaker-block:hover .icon-user, .article-speaker-block:hover .icon-plus, .article-speaker-block:hover .icon-envelop {
  display: block; }

.article-speaker-block:hover .white-trans-block {
  background: url("../img/layout/violet-trans-block.png") no-repeat; }

.academy-article-speaker a {
  color: #e63343; }

.article-share {
  margin-left: 340px;
  font-size: 11px; }

.article-share img {
  margin-right: -15px; }

fieldset.fieldset-shadow-grey {
  box-shadow: 0 1px 1px 1px #f0f0f0;
  border-radius: 2px;
  border: 0;
  background-color: #F8F8F8; }

.discuss-topics-table:hover {
  background-color: #E0E0E0; }

.topics-table {
  background-color: #fcfcfc; }

.course-sort-button:hover {
  background-color: #330066;
  color: white; }

.course-sort-button {
  color: grey; }

#academy-search-box-courses {
  background: rgba(255, 134, 57, 0.45) no-repeat center;
  height: 80px;
  padding-top: 18px;
  position: absolute;
  left: 0;
  top: 400px;
  width: 100%; }

.academy-search-courses {
  background: rgba(255, 134, 57, 0) no-repeat scroll 15px center;
  border-radius: 23px;
  height: 40px;
  margin: auto;
  padding-left: 53px; }

/*
 NEW STYLES
*/
.orange {
  color: #fa7732 !important; }

.academy-top-title-dark-blue {
  background-color: #1E0044; }

.academy-top-title-dark-blue h1 {
  color: white;
  font-weight: 200;
  font-size: 60px;
  margin: 30px 0;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background: transparent none; }

.academy-block-white-shadow {
  box-shadow: 0 0 2px 0 #d2d2d2;
  background-color: #fff; }

.academy-block-gray-shadow {
  background-color: #f7f7f7;
  box-shadow: 0 0 2px 0 #d2d2d2; }

.academy-industry-sponsors-list-sponsor {
  display: block;
  width: 100%;
  height: 215px;
  overflow: hidden;
  margin-bottom: 55px; }

.academy-industry-sponsors-list-sponsor-img {
  margin-bottom: 15px;
  height: 165px;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  vertical-align: bottom;
  line-height: 165px; }

.academy-industry-sponsors-list-sponsor-img img {
  vertical-align: middle; }

.academy-industry-sponsors-list-sponsor-title {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #000; }

a:hover.academy-industry-sponsors-list-sponsor .academy-industry-sponsors-list-sponsor-title {
  color: #ff863a; }

.academy-dropdown-menu {
  background-color: rgba(33, 0, 66, 0.8); }

.academy-dropdown-menu li a {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  letter-spacing: 1px; }

.academy-dropdown-menu li a.active {
  color: #fc7723; }

.academy-dropdown-menu li a:hover {
  background-color: rgba(255, 134, 57, 0.45);
  color: #fff;
  letter-spacing: 1px; }

#academy-industry-subtitle-theme {
  text-transform: uppercase; }

.academy-industry-company-nav-tabs {
  border-bottom: none; }

.academy-industry-company-nav-tabs > li > a {
  border-radius: 0px !important;
  padding: 4px 20px;
  color: white;
  font-weight: 500; }

.academy-industry-company-nav-tabs > li > a:hover, .academy-industry-company-nav-tabs > li > a:focus {
  color: #ff863a;
  background-color: transparent;
  border: 1px solid transparent; }

.academy-industry-company-nav-tabs > li.active > a, .academy-industry-company-nav-tabs > li.active > a:focus, .academy-industry-company-nav-tabs > li.active > a:hover {
  color: #ff863a;
  font-weight: 500;
  background-color: #f7f7f7; }

.academy-industry-company-header-right {
  text-align: right;
  padding-top: 5px; }

.academy-industry-company-header-right a {
  color: white;
  font-weight: 500;
  margin-left: 20px; }

.academy-industry-company-header-left {
  text-align: left;
  padding-top: 5px;
  position: relative; }

.academy-industry-company-header-left a {
  color: white;
  font-weight: 500;
  font-size: 13px; }

#academy-industry-company-info-block {
  margin-top: 4px;
  display: none;
  padding: 5px;
  position: absolute;
  background-color: #fff;
  z-index: 1000;
  -o-box-shadow: 0 4px 5px 0 #656565;
  box-shadow: 0 4px 5px 0 #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5); }

#academy-industry-company-header-left-hide-link {
  display: none; }

.flipper-title-front {
  -webkit-font-smoothing: subpixel-antialiased; }

.board-video-description-bottom-right .fa-clock-o {
  font-size: 19px; }

#board-items-col {
  background-color: #ffffff; }

#academy-about {
  background: url("/img/academy/backgrounds/intro.jpg") no-repeat;
  height: 473px;
  background-size: cover; }

#academy-course-main {
  height: 300px;
  width: 100%;
  background: url("/img/academy/backgrounds/main_courses.jpg") no-repeat center center;
  background-size: cover;
  position: relative; }
  #academy-course-main .search-bar-block {
    margin: 30px auto 0; }
    #academy-course-main .search-bar-block .search-input {
      margin-bottom: 0; }
      #academy-course-main .search-bar-block .search-input input {
        background: transparent;
        color: #fff;
        padding-top: 8px;
        padding-bottom: 8px; }
      #academy-course-main .search-bar-block .search-input label i {
        color: #fff; }
    #academy-course-main .search-bar-block .btn-full {
      width: 100%;
      line-height: 40px;
      padding: 0; }
  #academy-course-main .algolia-suggest {
    z-index: 10;
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-height: 270px; }
  #academy-course-main .academy-course-main-bg {
    background: rgba(34, 12, 83, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }

#academy-course-title {
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  font-weight: 200;
  margin-top: 40px; }
  #academy-course-title h1 {
    color: #fa7732;
    margin-bottom: 8px;
    margin-top: 0;
    font-weight: 100; }
  #academy-course-title h2 {
    color: #fff !important;
    margin-top: 0;
    font-weight: 100;
    margin-bottom: 0; }

#academy-course-title a {
  color: inherit; }

#academy-course-title a.active, .fa-chevron-up-choose-course {
  color: #ff8639; }

#academy-course-title div {
  display: inline-block; }

.fa-chevron-up-choose-course {
  margin-top: -8px;
  position: absolute;
  font-size: 27px; }

.academy-or {
  font-size: 27px; }

#academy-search-div {
  margin-top: 50px; }

#academy-search-div input[type="search"] {
  border-radius: 3px;
  width: 100%;
  height: 40px;
  background-color: rgba(30, 0, 68, 0.7);
  border: #ffffff 2px solid;
  padding-left: 20px;
  color: #ffffff;
  font-weight: 300; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff; }

#academy-course-filters {
  background-color: #f7f7f7;
  position: relative;
  padding: 15px 0; }
  #academy-course-filters .checkbox-wrapper {
    float: right; }
  #academy-course-filters .form {
    position: relative; }
    #academy-course-filters .form .by-theme, #academy-course-filters .form .by-congress {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
      z-index: 3; }

.fa-search-academy {
  margin-left: -33px;
  font-size: 20px;
  color: #ffffff; }

.fa-search-academy:hover {
  color: #0781aa; }

.filters-btn {
  padding-left: 10px !important;
  color: #ffffff;
  font-family: Roboto,serif;
  width: 265px !important;
  font-size: 16px;
  height: 30px !important;
  background: url("/img/academy/layout/down_white.png") 90%/7% no-repeat #250055;
  text-decoration: none;
  border-radius: 6px; }

.filters-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%); }

.filters-default-arrow {
  text-decoration: none; }

#checkbox_filters {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5%; }

#checkbox_filters > label, .fa-square-o.grey, .fa-check-square-o.grey {
  color: #323232;
  letter-spacing: 2px;
  font-size: 11px; }

.fa-square-o, .fa-check-square-o {
  color: #fa7732; }

#panel-keywords {
  margin-top: 5px; }

#panel-course {
  width: 945px;
  margin: auto; }

#keywords {
  margin-top: 10px; }

.li-keywords {
  width: auto;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  margin-right: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px; }

#close-keywords-panel {
  display: block;
  float: right;
  margin-right: 15%;
  margin-top: -17px;
  font-size: 13px;
  font-weight: 400;
  color: #000000; }

#close-keywords-panel .fa {
  font-size: 16px; }

.keywords-name {
  display: inline-block;
  width: auto;
  margin-left: 5px; }

.academy-h1 {
  display: inline-block;
  font-size: 30px;
  line-height: 40px; }

.float-right {
  float: right;
  display: inline-block;
  margin: 30px 15px; }

.align-vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transform: -webkit-translateY(-50%);
  -ms-transform: translateY(-50%); }

.courses-wrapper .light-btn-rounded {
  float: right;
  margin-top: 20px;
  margin-bottom: 25px; }

.courses-wrapper .toggle-sort-radio {
  margin-bottom: 15px; }

.courses-wrapper .course-tile-img {
  height: auto; }
  .courses-wrapper .course-tile-img img {
    width: 100%; }

.courses-wrapper .course-tile-body {
  height: 262px; }
  .courses-wrapper .course-tile-body .course-tile-body-wrapper {
    transition: all .3s ease; }
  .courses-wrapper .course-tile-body .course-tile-info {
    display: block;
    margin-top: 10px; }

.course-tile-title {
  font-size: 25px;
  font-weight: 200;
  line-height: 1.1;
  display: block;
  padding: 15px;
  background-color: #F7F7F8; }

.course-tile {
  display: block;
  background-color: #f7f7f7;
  margin-bottom: 30px;
  position: relative; }

.progressbar {
  min-width: 100%;
  background-color: rgba(250, 119, 50, 0.5);
  height: 26px;
  position: relative; }
  .progressbar .pourcentage-view {
    position: absolute;
    color: white;
    margin-left: 10px;
    font-size: 14px;
    z-index: 1;
    left: 0; }

.progressbar .indicator {
  background-color: #fa7732;
  height: 26px;
  position: absolute; }
  .progressbar .indicator.indicator-green {
    background-color: #03c9a9; }

.course-tile-img > .course-badges {
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  width: 325px;
  z-index: 2; }

.course-tile-img > img {
  display: block; }

.course-badges > span {
  padding: 2px 10px;
  color: #ffffff;
  border-radius: 6px;
  font-size: 12px; }

.sponsored-badge {
  background-color: #0781aa; }

.board-badge {
  background-color: #250055; }

.enrolled-badge {
  background-color: #fa7732; }

.course-badges {
  text-transform: uppercase; }

.pourcentage-view {
  position: absolute;
  color: white;
  margin-left: 10px;
  font-size: 15px;
  z-index: 1;
  bottom: 2px; }

.course-tile-img, .course-tile-body {
  position: relative; }

.course-tile-body > span {
  display: block; }

.course-tile-publication-date, .course-tile-congress {
  font-size: 13px;
  display: block; }

.course-tile-nb-video {
  font-size: 14px;
  font-style: italic; }

.course-tile-sponsored-industry {
  font-weight: 500; }

.course-tile-sponsored {
  margin-top: 10px;
  font-size: 15px; }

.dotted_line {
  min-width: 100%;
  height: 10px;
  background: transparent url("/img/academy/layout/dot_line_grey.png") repeat-x;
  margin-top: 30px;
  position: relative; }

.tooltip-inner {
  padding: 3px 5px;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 13px;
  background-color: #250055; }

.course-tile:hover .course-tile-body-wrapper {
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px); }

.course-tile-body {
  min-width: 100%;
  text-align: center;
  background-color: #F7F7F8; }

.course-tile:hover .course-tile-authors {
  opacity: 1; }

.course-tile:hover .course-tile-sponsored {
  opacity: 1; }

.course-tile:hover .media-tile-authors {
  opacity: 1; }

.course-tile-authors {
  font-size: 13px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding: 0 15px;
  margin: 10px auto;
  line-height: 16px; }

.big-check {
  position: absolute;
  color: white;
  z-index: 2;
  font-size: 64px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.big-file-text {
  position: absolute;
  color: #ffffff;
  z-index: 2;
  font-size: 64px;
  top: 35%;
  left: 42%; }

.course-tile-body-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: 5px; }

.fa-square-o-orange {
  float: left;
  margin-top: 4px; }

.icon-theme.theme-15 {
  background: url("/img/academy/themes/icons/15_grey.png");
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 5%; }

.icon-theme:hover.theme-15 {
  background: url("/img/academy/themes/icons/15_blue.png"); }

.tooltip-inner {
  padding: 3px 5px;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 13px;
  background-color: #250055; }

.a-course-tile {
  text-decoration: none;
  color: #555656; }

.a-course-tile:hover {
  color: #555656; }

.btn-blue-academy:hover, .btn-blue-academy:focus, .btn-blue-academy:active {
  background-color: #149dd9;
  color: #ffffff !important; }

.btn-blue-academy {
  padding: 1px 25px;
  font-weight: 300;
  border: 1px solid #149dd9 !important;
  left: 41%;
  position: absolute;
  top: -16px; }

.fa-chevron-up-academy, .fa-chevron-down-academy {
  margin-left: 10px; }

.fa-spinner-academy {
  font-size: 50px;
  color: #250055;
  margin: 30px auto 50px auto;
  width: 50px;
  display: inherit; }

.keywords-filter-icon {
  background: url("../img/layout/icon-topics.png") no-repeat 23px;
  font-size: 14px;
  position: absolute;
  padding-top: 40px;
  bottom: 7px;
  font-size: 11px;
  letter-spacing: 2px; }

.close-keywords-panel {
  position: relative;
  font-size: 12px; }

#main-course-header {
  height: 235px;
  padding: 15px 0px;
  width: 100%;
  background-size: cover;
  border-bottom: solid #fa7732 1px;
  position: relative; }

.main-course-header-mask {
  background: url("../img/academy/course/course-header-mask_bottom.png") repeat bottom;
  height: 100%;
  width: 100%;
  display: block; }

.back-span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500; }

.back-span i {
  font-size: 13px; }

.container-main-course-header {
  top: 0;
  padding-left: 9%;
  position: absolute;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 100%; }
  .container-main-course-header .wrapper-header-info {
    position: absolute;
    bottom: 15px; }

.header-title-course {
  font-size: 40px;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 300;
  color: #1e0044 !important; }

.header-info {
  text-align: center;
  position: relative;
  font-size: 12px;
  color: #250055;
  opacity: 0.7;
  /* display: inline-block; */
  float: right;
  /* right: 75px; */
  height: 200px; }

.header-info-theme {
  line-height: 16px; }

.header-info span {
  margin-bottom: 3px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  top: 12px;
  position: relative; }

.header-info i {
  display: block;
  font-size: 37px; }

.btn-orange-bg {
  background-color: #fa7732;
  color: white;
  width: 150px;
  border-radius: 28px;
  position: relative;
  left: calc(50% - 75px);
  font-size: 17px;
  top: -20px;
  z-index: 1; }

.btn-orange-bg:active, .btn-orange-bg:visited, .btn-orange-bg:focus {
  color: white; }

.btn-white-enroll-bg {
  background-color: #ffffff;
  color: #fa7732;
  width: 150px;
  border: solid 2px #fa7732;
  border-radius: 28px;
  position: relative;
  left: calc(50% - 75px);
  font-size: 17px;
  top: -20px;
  z-index: 1; }

.btn-white-enroll-bg:active, .btn-white-enroll-bg:visited, .btn-white-enroll-bg:focus {
  color: #fa7732; }

.btn-white-enroll-bg:hover {
  background-color: #fa7732;
  color: #ffffff; }

.btn-orange-bg:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  transition: all ease-in-out 0.2s;
  color: #ffffff; }

.media-img {
  width: 455px;
  height: 220px; }

.h1-block-academy {
  width: 455px;
  position: relative;
  float: right; }

.mask-media-course-img {
  background: url("../img/academy/course/video_mask_top_bottom.png") repeat;
  width: 455px;
  height: 220px;
  display: block;
  position: absolute;
  top: 0; }

.media-h2-description {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 0;
  margin-top: 0;
  background-color: white;
  padding-bottom: 10px; }

.media-h2-description:hover {
  color: #0781aa !important; }

.small-description-media {
  font-size: 13px;
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 16px; }

.small-sponsored-media {
  font-size: 12px;
  line-height: 1.2;
  display: inline-block; }

.fa-star-media {
  margin-right: 0; }

.stars-media {
  font-size: 11px; }

.views-comments {
  font-size: 11px;
  font-weight: bold;
  margin-top: -5px;
  display: inherit;
  text-transform: uppercase; }

.btn-view-abstract {
  width: 160px;
  line-height: 8px;
  font-weight: 300;
  font-size: 14px;
  position: absolute;
  /* margin-left: 20px; */
  bottom: 0; }

.description-col {
  height: 100% !important; }

.speaker-block-academy, .speaker-block-academy-two {
  text-align: center;
  width: 202px;
  position: relative; }
  .speaker-block-academy img, .speaker-block-academy-two img {
    width: 100px !important;
    height: 100px; }
  .speaker-block-academy .hover, .speaker-block-academy-two .hover {
    width: 100px !important;
    height: 100px !important; }
  .speaker-block-academy h4, .speaker-block-academy-two h4 {
    margin-top: 17px;
    font-size: 16px; }
  .speaker-block-academy .speciality, .speaker-block-academy-two .speciality {
    font-size: 12px; }
  .speaker-block-academy button, .speaker-block-academy-two button {
    border: none; }
  .speaker-block-academy .round, .speaker-block-academy-two .round {
    height: 30px !important;
    width: 30px !important; }

.white-trans-block-academy {
  width: 202px;
  height: 202px;
  position: absolute;
  top: -55px;
  left: 0;
  -webkit-transform: scale(0.45);
  transform: scale(0.45); }

.white-trans-block-academy-two {
  width: 202px;
  height: 202px;
  position: absolute;
  top: -55px;
  left: -52px;
  -webkit-transform: scale(0.45);
  transform: scale(0.45); }

.white-trans-block-academy-group {
  width: 202px;
  height: 202px;
  position: absolute;
  top: -61px;
  left: -61px;
  -webkit-transform: scale(0.396);
  transform: scale(0.396); }

.speaker-name-academy {
  font-size: 12px;
  font-weight: 500;
  color: #323232;
  margin-top: 18px;
  line-height: 14px; }

.speaker-degree-academy {
  font-size: 11px;
  color: #323232;
  text-transform: capitalize;
  line-height: 13px; }

.speaker-country-academy {
  font-size: 11px;
  color: #0781aa;
  margin-top: 4px;
  line-height: 12px;
  top: -5px;
  position: relative; }

.icon-user-academy {
  background: #b34269;
  top: 72px;
  left: 62px; }

.icon-plus-academy {
  background: #e84d43;
  top: 80px;
  left: 88px; }

.icon-envelop-academy {
  background: #613072;
  right: 64px;
  top: 72px; }

.icon-user-academy-two {
  background: #b34269;
  left: 9px;
  top: 72px; }

.icon-plus-academy-two {
  background: #e84d43;
  top: 79px;
  left: 37px; }

.icon-envelop-academy-two {
  background: #613072;
  right: 9px;
  top: 72px; }

.icon-envelop-academy .fa, .icon-plus-academy .fa, .icon-user-academu .fa, .icon-envelop-academy-two .fa, .icon-user-academy-two .fa, .icon-plus-academy-two .fa {
  text-align: center;
  vertical-align: middle;
  line-height: 11px; }

.icon-academy {
  display: none;
  border: 2px solid #f6f6f6;
  border-radius: 22px;
  width: 22px;
  height: 22px;
  position: absolute;
  color: #ffffff;
  font-size: 11px;
  padding: 0; }

.speaker-block-academy:hover .icon-academy {
  display: block;
  color: #ffffff; }

.tooltip-custom {
  padding: 10px !important;
  background-color: #1e0044; }

.btn-view-abstract:hover {
  background-color: #149dd9;
  color: #ffffff !important; }

.row-media {
  height: 300px; }

#upcoming {
  background-color: #f7f7f7; }

#related {
  height: 465px; }

.date-session {
  text-transform: uppercase;
  text-align: right; }

.date-session-when {
  font-size: 18px; }

.date-session-where {
  font-size: 14px; }

.description-session {
  padding-left: 15px;
  border-left: 1px solid black; }

.description-session-title {
  font-size: 14px;
  color: #1e0044;
  font-weight: 400; }

.description-session-authors {
  font-size: 13px;
  font-weight: 300; }

.description-session-title:hover {
  font-size: 14px;
  font-weight: 400;
  color: #0781aa;
  text-decoration: underline !important; }

.mask-courses-img-violet {
  background: url("../img/academy/layout/course_mask_violet.png") repeat-x scroll 0 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%; }

.mask-courses-img-orange {
  background: url("../img/academy/layout/course_mask_orange.png") repeat-x scroll 0 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%; }

.mask-courses-img-green {
  background: rgba(3, 201, 169, 0.5);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%; }

.row-description {
  max-width: 526px; }

.media-col-description {
  height: 220px;
  background: url("../img/academy/layout/dot_line_grey_vertical.png") 227px repeat-y; }

.speaker-block-academy-two {
  width: 105px;
  position: relative;
  /* display: inline-block; */
  text-align: center;
  /* top: 0; */
  float: left;
  margin-right: 10px; }

.img-authors-col {
  padding-right: 0; }

.speaker-block-academy-two:hover .white-trans-block-academy, .speaker-group:hover .white-trans-block-academy-group, .speaker-group-middle:hover .white-trans-block-academy-group, .speaker-block-academy:hover .white-trans-block-academy, .speaker-block-academy-two:hover .white-trans-block-academy-two {
  background: url("../img/layout/grey-trans-block.png") no-repeat; }

.speaker-block-academy-two:hover .icon-academy {
  display: block;
  color: #ffffff; }

.speaker-block-academy-group {
  width: 63px;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-top: 10%; }

.speaker-group {
  z-index: 1; }

.speaker-group-middle {
  z-index: 5;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  right: 3px; }

.related-slider, .media-related-slider {
  margin: auto;
  width: 925px; }

.course-tile-related {
  height: 290px !important;
  margin-right: 10px !important;
  display: block; }
  .course-tile-related img {
    width: 100%; }

.info-course-tile-related {
  background-color: #F7F7F8;
  height: 130px;
  position: relative;
  top: -60px;
  text-align: center;
  color: #555656; }

.course-tile-publication-related {
  font-weight: 300; }

.next-slider-related {
  position: absolute;
  top: 115px;
  left: -70px;
  font-size: 64px;
  color: #250055; }

.next-slider-related-media {
  position: absolute;
  top: 90px;
  left: -70px;
  font-size: 64px;
  color: #250055; }

.previous-slider-related {
  display: inline-block;
  position: absolute;
  top: 115px;
  right: -70px;
  font-size: 64px;
  color: #250055; }

.previous-slider-related-media {
  display: inline-block;
  position: absolute;
  top: 100px;
  right: -70px;
  font-size: 64px;
  color: #250055; }

.related-slider .slick-list {
  overflow: hidden;
  height: 290px; }

.btn-violet-academy {
  color: #250055 !important;
  border: 2px solid #250055 !important; }

.btn-violet-academy:hover {
  background-color: #250055 !important;
  color: white !important;
  border: 2px solid #250055 !important; }

.fa-check-md {
  font-size: 10px !important;
  position: absolute;
  right: 55px;
  top: 5px; }

.row-session {
  margin-bottom: 2%; }
  .row-session .discover-more {
    width: 530px;
    margin-left: 24px;
    display: block; }

.bloc-session {
  margin-bottom: 00px; }

.session-view-modal-content-content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

.session-view-modal-content-content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.session-view-modal-content-content ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

.session-view-modal-content-content ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.bg-black {
  background-color: black; }

.information-media {
  font-size: 13px;
  font-weight: 300;
  color: white;
  letter-spacing: 0.5px;
  display: inline-block; }
  .information-media a {
    color: #fff;
    transition: color .1s ease-in-out; }
    .information-media a:hover {
      color: #0781aa; }

.dot-line {
  background: url("../img/academy/layout/dot_line_black_horizontal.png") repeat-x;
  height: 10px;
  margin-top: 10px; }

.stats-media {
  color: white;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-right: white 1px solid;
  padding-right: 20px;
  margin-right: 15px; }
  .stats-media a {
    color: white; }

.stars-media {
  padding-left: 20px;
  display: inline-block;
  color: white;
  font-size: 11px;
  font-weight: 700;
  unicode-bidi: bidi-override;
  direction: rtl; }

.rate {
  padding-left: 20px;
  border-right: white 1px solid;
  padding-right: 20px;
  display: inline-block;
  color: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px; }

.stars-media > span {
  display: inline-block;
  position: relative;
  width: 1.1em; }

.stars-media > span:hover:before,
.stars-media > span:hover ~ span:before {
  content: "\2605";
  position: absolute;
  font-size: 14px;
  top: -3px; }

.report-media {
  margin-left: 10px;
  font-size: 11px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-right: 20px; }

.report-media:hover {
  color: #0781aa; }

.fa-star-media-page {
  margin-right: 0;
  color: white;
  font-size: 14px; }

.rate {
  text-transform: uppercase;
  margin-right: 10px; }

.fa-heart-academy, .fa-flag-academy {
  margin-right: 10px; }

.elements-media {
  margin-bottom: 15px; }

.keywords-media {
  color: #9b9b9b;
  font-size: 14px; }
  .keywords-media a {
    color: #9b9b9b; }

.share-box {
  float: right;
  font-size: 11px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.fa-social-square-academy {
  font-size: 27px;
  vertical-align: middle;
  margin: 0px 2px;
  color: white; }

.fa-social-square-academy:hover {
  color: #0781aa; }

.share-span {
  line-height: 27px;
  vertical-align: middle;
  margin-right: 5px; }

.btn-white:hover, .btn-white:focus, .btn-white:active {
  background-color: #ffffff;
  color: #000000 !important; }

.btn-white {
  padding: 1px 25px;
  font-weight: 300;
  border: 2px solid #ffffff !important; }

.btn-page-media {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  height: 30px;
  line-height: 25px;
  margin-right: 15px;
  width: 135px; }

.btn-media {
  margin-top: 20px; }

.media-content {
  margin: auto;
  width: 970px;
  text-align: center; }

.media-content h3 {
  font-size: 32px;
  font-weight: 200;
  margin-top: 55px;
  margin-bottom: 10px; }

.nb-video {
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.5px; }

.media-course-page {
  margin: 10px  auto;
  width: 90%;
  text-align: left;
  border: solid 1px #b7b7b7;
  border-radius: 5px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative; }

.duration-left {
  padding-left: 15px;
  background: url("/img/academy/layout/dot_line_grey_vertical.png") repeat-y left;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 20px;
  width: 80px; }
  .duration-left span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.media-title {
  width: 90%;
  display: inline-block;
  padding-left: 30px;
  padding: 10px 0px 10px 30px; }

.media-icon {
  font-size: 21px;
  vertical-align: middle;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.a-none {
  color: #323232; }

.img-test {
  width: 1100px;
  margin: auto;
  display: block; }

.dot-line-grey {
  background: url("../img/academy/layout/dot_line_grey.png") repeat-x;
  height: 10px;
  margin-top: 10px; }

.dot-line-grey-bottom {
  background: url("../img/academy/layout/dot_line_grey.png") repeat-x;
  height: 10px;
  margin-top: 20px; }

.jw-tab-focus:focus {
  outline: none !important; }

.title-on-video {
  position: absolute;
  top: 0;
  padding-left: 30px;
  height: 100%;
  width: 100%; }

.title-under-video {
  position: relative;
  top: 0;
  padding-left: 0; }

#mask-video-stop {
  background: url("../img/academy/layout/mask_video_stop.png") repeat-x scroll 0 0;
  top: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%; }

.jw-skin-seven .jw-display-icon-container {
  display: none; }

.jw-skin-seven .jw-progress {
  background: #fa7732 !important; }

.jw-skin-seven .jw-button-color:hover {
  color: #fa7732 !important; }

.jw-stretch-uniform .jw-preview {
  background-size: cover !important; }

.fa-play-media, .load-media-wrapper {
  position: absolute;
  color: white;
  font-size: 75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 1; }

.orange-academy {
  color: #fa7732; }

.btn-media .btn-white:focus {
  color: #ffffff !important;
  outline: 0 !important; }

.fa-angle-up-academy {
  display: block;
  text-align: center;
  color: black;
  font-size: 60px; }

.orange-academy:hover {
  color: #fa7732 !important; }

.rate .fa {
  font-size: 14px;
  cursor: pointer; }

#one-minute {
  font-family: 'Roboto';
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  background: #fff;
  color: white;
  display: none;
  padding: 30px;
  z-index: 30; }
  #one-minute h1 {
    margin-top: 0; }
  #one-minute .btn-full {
    font-size: 16px; }

.reverse-block {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.stars-media-course-page {
  display: inline-block;
  color: black;
  font-size: 11px;
  font-weight: 100;
  padding-bottom: 5px; }

.fa-fw {
  margin-left: -2px; }

.content-raty-modal {
  text-align: center;
  margin-top: 30px;
  width: 100%; }

.content-raty-modal textarea {
  width: 90%;
  margin-bottom: 20px;
  height: 100px; }

#raty-modal {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px; }

#raty-modal .fa-fw:hover, #raty-modal .fa-star:before, #raty-modal .fa-star-half-o:before {
  color: goldenrod; }

.sponsor-media {
  color: white;
  font-size: 15px;
  float: right;
  top: -25px;
  position: relative; }

.notification-header {
  background-color: #fa7732;
  color: white;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 300;
  display: none;
  position: absolute;
  right: 0; }

.academy-modal-title {
  font-size: 18px;
  color: black;
  font-weight: 600; }

.academy-modal-content {
  background-color: white;
  padding: 15px;
  text-align: justify;
  margin-top: 20px; }

.academy-modal-subtitle {
  font-size: 15px;
  color: black;
  font-weight: 600; }

.academy-modal-content .well {
  margin-top: 20px; }

.academy-modal-question {
  color: black;
  font-weight: 600;
  text-decoration: underline; }

@media (min-width: 768px) {
  .academy-modal-dialog {
    width: 75%;
    margin: 30px auto;
    max-width: 1100px; } }

.academy-modal-question-block {
  display: block;
  margin-bottom: 10px; }

.academy-modal-content ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 40px; }

.academy-modal-content ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 25px; }

.academy-global-status {
  display: block;
  margin-bottom: 10px; }

.academy-modal-alert-danger {
  margin-top: 15px; }

.academy-modal-alert-danger span {
  font-weight: 700;
  text-decoration: underline; }

.academy-modal-alert-danger ul {
  -webkit-margin-before: 0em; }

.academy-modal-term {
  cursor: pointer;
  margin-left: 2%;
  text-align: center; }

.academy-modal-term label {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline; }

.academy-col-1 {
  width: 33%;
  display: inline-block; }

.academy-col-2 {
  width: 33%;
  text-align: center;
  display: inline-block; }

.academy-col-3 {
  width: 33%;
  display: inline-block;
  text-align: center; }

.accordeon-title {
  color: inherit;
  font-size: 25px;
  font-weight: 300; }

.heading-accordeon {
  border-top: 1px solid #ddd;
  margin-top: 20px; }

.heading-accordeon:first-child {
  border-top: none; }

.academy-table {
  width: 100%; }

.academy-table thead th {
  border-bottom: 3px solid #ddd; }

.academy-table tbody tr .table-title {
  width: 55%; }

.academy-table tbody tr {
  border-top: 1px solid #ddd; }

.academy-table tbody tr:hover {
  background-color: #f8f8f8; }

.share-special-instruction {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 5px; }

.presentation-approval-hidden {
  text-align: center; }

.presentation-approval-hidden button {
  display: none; }

.alert-academy-info {
  width: 80%;
  margin: auto;
  margin-bottom: 50px;
  text-align: center; }

.alert-academy-info i {
  font-size: 20px;
  margin-right: 5px; }

.block-video {
  height: 506px; }

#checkbox-agreement {
  text-align: center;
  display: block;
  margin-bottom: 30px; }

.btn-green-bg-transparent {
  border: 2px solid #00954d;
  border-radius: 5px;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  padding: 6px 40px 6px 40px;
  color: #00954d; }

.btn-green-bg-transparent:hover {
  background: #00954d;
  color: #ffffff;
  border: 2px solid #00954d; }

.share-special-instruction::-webkit-input-placeholder {
  color: #ddd; }

.share-special-instruction::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ddd;
  opacity: 1; }

.share-special-instruction:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ddd; }

.bandeau_attend {
  text-align: center;
  background-color: #337ab7;
  color: white;
  height: 45px;
  vertical-align: middle;
  line-height: 45px;
  position: absolute;
  z-index: 1;
  min-width: 1200px;
  width: 100%; }
  .bandeau_attend i {
    float: right;
    margin-right: 15px;
    font-size: 20px;
    line-height: 45px; }
  .bandeau_attend a {
    color: #1e0044; }

#academy-about-search {
  color: #fff;
  text-align: center;
  padding-top: 0;
  position: relative;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 99; }
  #academy-about-search .filter-cover {
    background: rgba(34, 12, 83, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  #academy-about-search .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  #academy-about-search .search-bar-wrapper {
    width: 100%;
    position: absolute;
    margin-top: 75px; }
  #academy-about-search h1 {
    color: #fa7732;
    margin-bottom: 8px;
    margin-top: 0;
    font-weight: 100; }
  #academy-about-search h2 {
    color: #fff !important;
    margin-top: 0;
    font-weight: 100;
    margin-bottom: 0; }
  #academy-about-search .search-bar-home-wrapper {
    width: 975px;
    margin: auto; }
  #academy-about-search .search-bar-block {
    margin: 30px auto 0px; }
    #academy-about-search .search-bar-block .search-input {
      margin-bottom: 0; }
      #academy-about-search .search-bar-block .search-input input {
        background: transparent;
        color: #fff; }
      #academy-about-search .search-bar-block .search-input label i {
        color: #fff; }
    #academy-about-search .search-bar-block .btn-full {
      width: 100%;
      line-height: 54px;
      padding: 0; }

.board-video-selection, .trending-video-selection {
  color: #ffffff;
  float: left;
  font-size: 24px;
  height: 220px;
  margin-bottom: 15px;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
  width: 216px; }

.board-video-selection img, .trending-video-selection img {
  width: 220px;
  height: 220px; }

.trending-video-selection:hover .trending-video-selection-description, .trending-video-selection:hover .academy-trending-article-description {
  display: block; }

.academy-trending-now .trending-video-selection.s453x220 {
  width: 447px !important; }
  .academy-trending-now .trending-video-selection.s453x220 img {
    width: 100%; }
  .academy-trending-now .trending-video-selection.s453x220 .trending-now-mask {
    width: 100%; }

.academy-trending-now .trending-video-selection.s220x220 img {
  width: 100%; }

.academy-trending-now .trending-video-selection.s220x220 .trending-now-mask {
  width: 100%; }

.bandeau_attend.academy {
  background-color: #fa7732;
  height: 28px;
  line-height: 28px; }

.bandeau_attend.academy i {
  line-height: 28px; }

.show_video_comments .bg-preview-wrapper {
  height: 516px; }

.main-video-block {
  margin: 50px auto;
  width: 970px;
  min-height: 600px; }
  .main-video-block #box-player {
    min-height: 500px; }
  .main-video-block h2 {
    color: #ffffff !important;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 5px; }

.dot-line-grey-bottom {
  background: url("../img/academy/layout/dot_line_grey.png") repeat-x;
  height: 10px;
  max-width: 970px;
  margin: 20px auto; }

.slick-track .s453x220 {
  width: 448px !important; }
  .slick-track .s453x220 img {
    width: 448px; }
  .slick-track .s453x220 .trending-now-mask {
    background: transparent url("../img/layout/watch-read-mask_bottom.png") repeat-x scroll 0 0;
    bottom: -39px;
    height: 149px;
    left: 0;
    position: absolute;
    width: 100%; }

.slick-slider .previous-slider-related-media {
  position: absolute;
  top: 90px;
  right: -70px;
  font-size: 64px;
  color: #250055; }

.stars-media-inverse {
  color: white; }

.favorite-media {
  cursor: pointer;
  margin-left: 10px;
  font-size: 11px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-right: 20px;
  border-right: solid white 1px; }
  .favorite-media:hover {
    color: #0781aa; }
  .favorite-media.orange-academy {
    color: #fa7732; }

.media-content h3 {
  font-size: 32px;
  font-weight: 200; }
  .media-content h3 a {
    color: black; }

.show_video_comments .col-xs-12 {
  text-align: center; }
  .show_video_comments .col-xs-12 sub {
    -webkit-text-fill-color: #613072;
    left: -10px;
    font-size: 40%;
    bottom: -0.10em; }

.show_video_comments img.comment {
  width: 50px; }

.show_video_comments .col-xs-2 {
  text-align: right; }

.show_video_comments .col-xs-9 {
  transition: height 2s ease-in-out; }

.show_video_comments .comment_area textarea {
  width: 98%;
  border: #ddd 1px solid;
  height: 115px;
  padding: 10px 15px; }
  .show_video_comments .comment_area textarea::-webkit-input-placeholder {
    color: #d1d1d1;
    font-weight: 300; }
  .show_video_comments .comment_area textarea:-moz-placeholder {
    color: #d1d1d1;
    font-weight: 300; }
  .show_video_comments .comment_area textarea::-moz-placeholder {
    color: #d1d1d1;
    font-weight: 300; }
  .show_video_comments .comment_area textarea:-ms-input-placeholder {
    color: #d1d1d1;
    font-weight: 300; }

.show_video_comments .comment_area .comment_succes {
  width: 98%;
  font-size: 14px; }

.show_video_comments .comment_area .btn-view-abstract {
  bottom: inherit;
  position: relative;
  float: right;
  margin-right: 2%;
  margin-top: 2%; }

.show_video_comments .comments_others {
  border-left: #fa7732 1px solid;
  width: 73%; }
  .show_video_comments .comments_others span {
    font-size: 14px; }
    .show_video_comments .comments_others span.comment_author {
      font-weight: 400;
      color: #555656; }
    .show_video_comments .comments_others span:not(:first-child) {
      font-weight: 300; }
    .show_video_comments .comments_others span.comment_country {
      color: #888989; }
    .show_video_comments .comments_others span.comment_date {
      float: right;
      color: #bbbcbc; }
  .show_video_comments .comments_others p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0; }

.show_video_comments .comments_load_more {
  text-align: center;
  margin-top: 25px; }

.content-raty-modal a {
  margin-bottom: 20px; }
  .content-raty-modal a#button-modal-raty {
    padding: 0; }

.no-account-video-text {
  background: #fff;
  padding: 30px;
  font-size: 20px;
  text-align: center;
  margin: 50px auto 0;
  width: 80%; }
  .no-account-video-text h1 {
    margin-top: 0; }
  .no-account-video-text .btn-full {
    width: 200px;
    font-size: 16px; }
  .no-account-video-text .link {
    color: #0781aa;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    display: block;
    cursor: pointer; }

[v-cloak] {
  display: none; }
