/* line 1, app/assets/stylesheets/ac_link/headshot_popup.scss */
#talent-name {
  position: absolute;
  top: 45px;
  font-size: 20px;
  font-weight: bold;
  line-hegiht: 16px;
  width: 100%;
  height: 16px;
  text-align: center;
  color: #666666;
}

/* line 2, app/assets/stylesheets/ac_link/headshot_popup.scss */
#talent-photo-large-container {
  position: relative;
  top: 55px;
  margin: 0 auto;
  outline: 10px solid #ececec;
  width: 322px;
  height: 451px;
  overflow: hidden;
  background-color: #ececec;
}

/* line 3, app/assets/stylesheets/ac_link/headshot_popup.scss */
#talent-photo-large {
  position: relative;
  top: 0;
  left: 0;
}

/* line 5, app/assets/stylesheets/ac_link/headshot_popup.scss */
#talent-media-large-container {
  position: relative;
  top: 145px;
  margin: 0 auto;
  outline: 10px solid #666666;
  width: 470px;
  min-height: 282px;
  overflow: hidden;
  background-color: #1b375e;
}

/* line 6, app/assets/stylesheets/ac_link/headshot_popup.scss */
#talent-media-caption {
  position: absolute;
  top: 450px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #666666;
  margin-left: 45%;
}

/* line 8, app/assets/stylesheets/ac_link/headshot_popup.scss */
#talent-photo-caption {
  position: absolute;
  top: 555px;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  color: #666666;
}

/* line 9, app/assets/stylesheets/ac_link/headshot_popup.scss */
#talent-photo-small-container, #talent-media-small-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  overflow: auto;
  background-color: #1b375e;
}

/* line 10, app/assets/stylesheets/ac_link/headshot_popup.scss */
#talent-photo-small-container .outer, #talent-media-small-container .outer {
  width: 75px;
  height: 98px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  background-color: #1b375e;
}

/* line 11, app/assets/stylesheets/ac_link/headshot_popup.scss */
#talent-media-small-container .outer {
  background: #1b375e;
  border-right: 2px solid white;
}

/* line 12, app/assets/stylesheets/ac_link/headshot_popup.scss */
#talent-media-small-container .outer:last-of-type {
  border-right: none;
}

/* line 13, app/assets/stylesheets/ac_link/headshot_popup.scss */
#talent-photo-small-container .cur, #talent-media-small-container .cur {
  background: url(/images/popup/arrow-down.png) no-repeat 23px 2px;
}

/* line 14, app/assets/stylesheets/ac_link/headshot_popup.scss */
#talent-photo-small-container a.thumb, #talent-media-small-container a.thumb {
  display: block;
  border: 0;
  outline: 0;
  width: 73px;
  height: 98px;
  position: absolute;
  bottom: 0;
  background-color: #1b375e;
}

/* line 16, app/assets/stylesheets/ac_link/headshot_popup.scss */
#talent-media-small-container .outer a span {
  position: absolute;
  bottom: 18px;
  left: 2px;
  right: 2px;
  color: white;
  word-break: break-all;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
}

/* line 18, app/assets/stylesheets/ac_link/headshot_popup.scss */
.outer .fa-play {
  top: 42px;
  position: absolute;
  left: 30px;
  font-size: 20px;
  color: white;
}

/* line 19, app/assets/stylesheets/ac_link/headshot_popup.scss */
.outer .fa-film {
  top: 5px;
  position: absolute;
  left: 20px;
  font-size: 30px;
  color: white;
}

/*	#talent-media-small-container .outer:hover {background: ;}*/
/* line 22, app/assets/stylesheets/ac_link/headshot_popup.scss */
#video-section .thumb-arrow-container {
  width: 100%;
  height: 34px;
  position: relative;
  top: 239px;
  background-color: #1b375e;
}

/* line 23, app/assets/stylesheets/ac_link/headshot_popup.scss */
#video-section .arrow-down {
  position: absolute;
  left: 47px;
  top: 0;
  width: 24px;
  height: 23px;
  background-image: url(/images/popup/arrow-down.png);
  background-repeat: no-repeat;
}

/* line 25, app/assets/stylesheets/ac_link/headshot_popup.scss */
#headshot-section .thumb-arrow-container {
  width: 100%;
  height: 33px;
  position: relative;
  top: 95px;
  background-color: #1b375e;
}

/* line 26, app/assets/stylesheets/ac_link/headshot_popup.scss */
#headshot-section .arrow-down {
  position: absolute;
  left: 47px;
  top: 0;
  width: 24px;
  height: 23px;
  background-image: url(/images/popup/arrow-down.png);
  background-repeat: no-repeat;
}

/* line 27, app/assets/stylesheets/ac_link/headshot_popup.scss */
#arrow-left {
  position: absolute;
  left: 120px;
  top: 280px;
  width: 34px;
  height: 30px;
  background-image: url(/images/popup/arr_left_state_2.png);
  background-repeat: no-repeat;
}

/* line 28, app/assets/stylesheets/ac_link/headshot_popup.scss */
#arrow-right {
  position: absolute;
  left: 682px;
  top: 280px;
  width: 34px;
  height: 30px;
  background-image: url(/images/popup/arr_right_state_2.png);
  background-repeat: no-repeat;
}

/* line 30, app/assets/stylesheets/ac_link/headshot_popup.scss */
#talent-media-large-container audio {
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
