/*

	-------------------------------------------------------------

	Cascade Style Sheet - jQuery Responsive Timeline slider

	Description: jQuery Plugin for building web timelines

	Author: pezflash - http://www.codecanyon.net/user/pezflash

	Version: 3.0

	-------------------------------------------------------------

*/

/*

*********************************************************************************************************************

* IMPORTS

*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,500,700);

@font-face {
  src: url("../fonts/GC120.woff2") format("woff2"), url("../fonts/GC120.woff") format("woff");
  font-family: 'GC';
  font-style: normal;
  font-weight: normal;
}

@font-face {
  src: url("../fonts/GC150.woff2") format("woff2"), url("../fonts/GC150.woff") format("woff");
  font-family: 'GC';
  font-style: normal;
  font-weight: 900;
}

@font-face {
  src: url("../fonts/GC140.woff2") format("woff2"), url("../fonts/GC140.woff") format("woff");
  font-family: 'GC';
  font-style: normal;
  font-weight: bold;
}

@font-face {
  src: url("../fonts/GC130.woff2") format("woff2"), url("../fonts/GC130.woff") format("woff");
  font-family: 'GC';
  font-style: normal;
  font-weight: 500;
}

@font-face {
  src: url("../fonts/GC110.woff2") format("woff2"), url("../fonts/GC110.woff") format("woff");
  font-family: 'GC';
  font-style: normal;
  font-weight: 300;
}

/*

*********************************************************************************************************************

* GLOBAL - JUST FOR DEMO. YOU SHOULDN'T NEED THESE CLASSES ONCE ON YOUR END

*/

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

strong {
  font-weight: 700;
}

.ie a {
  outline: 0;
  text-decoration: none;
}

.timeline-wrapper {
  margin: 50px auto 0 auto;
}

body.dark-demo {
  background-color: #111111;
}

body.fullwidth-demo .timeline-wrapper {
  margin: 0;
}

/*

*********************************************************************************************************************

* TIMELINE SLIDER

*/

/* -- Global -- */

.timeline-wrapper {
  position: relative;
  width: 0;
  height: 0;
  overflow: hidden;
  background-color: #e9e9e9;
  font-family: 'Roboto Condensed', sans-serif;
}

.timeline-wrapper.dark {
  background-color: #181818;
}

.timeline-wrapper.shadow {
  -webkit-box-shadow: 0 15px 20px -15px rgba(0, 0, 0, .65);
  box-shadow: 0 15px 20px -15px rgba(0, 0, 0, .65);
}

.timeline-wrapper.dark.shadow {
  -webkit-box-shadow: 0 15px 20px -15px black;
  box-shadow: 0 15px 20px -15px black;
}

.timeline {
  position: relative;
  opacity: 0;
  /* set your own css here, if needed */
}

.timeline a, .timeline a:before, .timeline a:after {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  text-decoration: none;
  transition: all .3s ease;
}

.timeline a:hover, .timeline a:active, .timeline a:focus {
  outline: none;
}

.timeline .hidden {
  display: none;
}

.preload {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -20px 0 0 -10px;
  border: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, .5);
  border-radius: 50%;
  -webkit-animation: rotation .7s infinite linear;
  animation: rotation .7s infinite linear;
  opacity: .5;
}

.preload:after {
  position: absolute;
  top: -10px;
  width: 10px;
  height: 10px;
  margin: 10px auto;
  border: 5px solid transparent;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, .15);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, .15);
  content: '';
  /* track */
}

@-webkit-keyframes rotation {
  from {
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -- End Global -- */

/* -- Viewport -- */

.timeline .viewport {
  position: relative;
  overflow: hidden;
  background-attachment: scroll;
  background-image: url(../images/xbackground.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.timeline .viewport .images {
  position: absolute;
  margin: 0;
  padding: 0;
}

.timeline .viewport .images img {
  float: left;
}

/* -- End Viewport -- */

/* -- Milestones -- */

.timeline .milestones {
  position: relative;
  overflow: hidden;
}

.timeline .milestones .content {
  position: relative;
}

.timeline .column {
  display: inline-block;
  margin: 14px 0 0 50px;
  padding-left: 10px;
  border-left: 1px solid #cccccc;
  vertical-align: top;
}

.dark .timeline .column {
  border-color: #505050;
}

.timeline .column:first-child {
  margin: 14px 0 0 20px;
  padding: 0;
  border: 0;
}

.timeline .column:last-child {
  padding-right: 20px;
}

.timeline .c100 {
  width: 100px;
}

.timeline .c125 {
  width: 125px;
}

.timeline .c150 {
  width: 150px;
}

.timeline .c175 {
  width: 175px;
}

.timeline .c200 {
  width: 200px;
}

.timeline .c225 {
  width: 225px;
}

.timeline .c250 {
  width: 250px;
}

.timeline .c275 {
  width: 275px;
}

.timeline .c300 {
  width: 300px;
}

.timeline .c325 {
  width: 325px;
}

.timeline .c350 {
  width: 350px;
}

.timeline .c375 {
  width: 375px;
}

.timeline .c400 {
  width: 400px;
}

.timeline span {
  display: block;
}

.timeline .date {
  color: #ffc845;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
}

.timeline .date.decade {
  color: #00a9e0 !important;
  font-size: 24px;
  line-height: 1.1em;
}

.timeline .txt {
  margin-top: 8px;
  color: #565656;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.dark .timeline .txt {
  color: #ffffff;
}

.timeline .thumb_description {
  clear: left;
  color: #6f6f6f;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.timeline .thumb {
  margin: 14px 0 0 0;
}

.timeline .milestones .content .video_bt,
.timeline .milestones .content .image_bt {
  position: relative;
  float: left;
}

.timeline .milestones .content .video_bt span,
.timeline .milestones .content .image_bt span {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 113px;
  height: 67px;
}

.timeline .milestones .content .video_bt span {
  background: url("../images/thumb_video_hover.png") no-repeat;
}

.timeline .milestones .content .image_bt span {
  width: 113px;
  height: 67px;
  background: url("../images/thumb_image_hover.png") no-repeat;
}

.timeline .link {
  font-size: 14px;
  font-weight: 500;
}

.timeline .link a {
  color: #888888;
}

.timeline .boxed_link {
  margin: 10px 0 5px 0;
  float: left;
}

.timeline .boxed_link a {
  padding: 3px 6px;
  background-color: #bbbbbb;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.dark .timeline .boxed_link a {
  background-color: #111111;
}

.timeline .boxed_link a:hover {
  background-color: #ffffff;
}

/* -- End Milestones -- */

/* -- Scrollbar -- */

.timeline .scrollbar {
  position: absolute;
  background-color: rgba(24, 24, 24, .65);
}

.timeline .dragger {
  position: absolute;
  top: 2px;
  width: 70px !important;
  height: 15px !important;
  overflow: hidden;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, .25);
  cursor: pointer;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.timeline .dragger:hover {
  background-color: rgba(255, 255, 255, .75);
}

.timeline .marks > div {
  display: none;
  position: absolute;
  left: 50%;
  width: 12px;
  height: 30px;
  margin-top: -4px;
  background: transparent url(../images/scrollbar_mark_yellow.png) no-repeat 0 0;
  cursor: pointer;
  opacity: 0;
}

.flat .timeline .marks > div {
  background: transparent url(../images/scrollbar_mark_flat.png) no-repeat 0 0;
}

/* -- End Scrollbar -- */

/* -- Miscellaneous -- */

.timeline .drag_icon {
  cursor: url(../images/drag_icon.png), e-resize;
}

/* -- End Miscellaneous -- */

/*

*********************************************************************************************************************

* VENDORS - TIPSY (TOOLTIP) STYLING

*/

.tipsy {
  z-index: 100000;
  position: absolute;
  padding: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.tipsy-inner {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  max-width: 200px;
  padding: 3px 6px;
  border-radius: 3px;
  background-color: white;
  color: #888888;
  text-align: center;
}

.dark .tipsy-inner {
  background-color: black;
  color: white;
}

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 5px 4.5px 0 4.5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

.dark .tipsy-arrow {
  border-color: black transparent transparent transparent;
}

.tipsy-n .tipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -4px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
}

.tipsy-e .tipsy-arrow {
  top: 12px;
  left: 100%;
  margin-left: -7px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.tipsy-w .tipsy-arrow {
  top: 12px;
  left: -1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*

*********************************************************************************************************************

* VENDORS - AUDIO PLAYER STYLING

*/

.simple-player-container {
  position: absolute;
  top: 5px;
  right: 2px;
}

.simple-player-container > div > ul {
  margin: 0;
  padding-left: 0;
}

.simpleplayer-play-control,
.simpleplayer-stop-control {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  background-image: url("../images/audio_player.png");
}

.simpleplayer-play-control:hover,
.simpleplayer-stop-control:hover {
  background-color: rgba(0, 0, 0, .3);
}

.simpleplayer-stop-control {
  background-position: 0 -24px;
}

.dark .simpleplayer-play-control,
.dark .simpleplayer-stop-control {
  background-image: url("../images/audio_player_dark.png");
}

.dark .simpleplayer-play-control:hover,
.dark .simpleplayer-stop-control:hover {
  background-color: rgba(255, 255, 255, .3);
}

/*

*********************************************************************************************************************

* VENDORS - PRETTYPHOTO

*/

/* GLOBAL CSS */

.pp_gallery div, .pp_gallery ul a, .pp_social .facebook {
  float: left;
  overflow: hidden;
}

div.pp_pic_holder a:focus {
  outline: 0;
}

div.pp_overlay {
  display: none;
  z-index: 9500;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
}

div.pp_pic_holder {
  display: none;
  z-index: 10000;
  position: absolute;
  width: 100px;
}

.pp_top {
  position: relative;
  height: 20px;
}

* html .pp_top {
  padding: 0 20px;
}

.pp_top .pp_left {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}

.pp_top .pp_middle {
  position: absolute;
  right: 20px;
  left: 20px;
  height: 20px;
}

* html .pp_top .pp_middle {
  position: static;
  left: 0;
}

.pp_top .pp_right {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 20px;
  height: 20px;
}

.pp_content {
  min-width: 40px;
  height: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_fade {
  display: none;
}

.pp_content_container {
  position: relative;
  width: 100%;
  text-align: left;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  margin: 10px 0 2px;
  float: left;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  margin: 0;
  float: left;
}

.pp_social .facebook {
  width: 55px;
  margin-left: 5px;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  margin: 3px 10px 0 0;
  float: left;
  clear: right;
}

.pp_nav p {
  margin: 2px 4px;
  float: left;
  white-space: nowrap;
}

.pp_nav .pp_pause, .pp_nav .pp_play {
  margin-right: 4px;
  float: left;
  text-indent: -10000px;
}

a.pp_arrow_next, a.pp_arrow_previous {
  display: block;
  width: 14px;
  height: 15px;
  margin-top: 3px;
  float: left;
  overflow: hidden;
  text-indent: -10000px;
}

.pp_hoverContainer {
  z-index: 2000;
  position: absolute;
  top: 0;
  width: 100%;
}

.pp_gallery {
  display: none;
  z-index: 10000;
  position: absolute;
  left: 50%;
  margin-top: -50px;
}

.pp_gallery div {
  position: relative;
}

.pp_gallery ul {
  position: relative;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  float: left;
  white-space: nowrap;
}

.pp_gallery ul a {
  display: block;
  height: 33px;
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, .5);
}

.pp_gallery li.selected a, .pp_gallery ul a:hover {
  border-color: #ffffff;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  margin: 0 5px 0 0;
  padding: 0;
  float: left;
}

.pp_gallery li.default a {
  display: block;
  width: 50px;
  height: 33px;
}

.pp_gallery li.default a img {
  display: none;
}

a.pp_next, a.pp_previous {
  display: block;
  width: 49%;
  height: 100%;
  text-indent: -10000px;
}

.pp_gallery .pp_arrow_next, .pp_gallery .pp_arrow_previous {
  margin-top: 7px !important;
}

a.pp_next {
  float: right;
}

a.pp_previous {
  float: left;
}

a.pp_contract, a.pp_expand {
  display: none;
  z-index: 20000;
  position: absolute;
  top: 10px;
  right: 30px;
  width: 20px;
  height: 20px;
  text-indent: -10000px;
  cursor: pointer;
}

a.pp_close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_bottom {
  position: relative;
  height: 20px;
}

* html .pp_bottom {
  padding: 0 20px;
}

.pp_bottom .pp_left {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}

.pp_bottom .pp_middle {
  position: absolute;
  right: 20px;
  left: 20px;
  height: 20px;
}

* html .pp_bottom .pp_middle {
  position: static;
  left: 0;
}

.pp_bottom .pp_right {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 20px;
  height: 20px;
}

.pp_loaderIcon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -20px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

div.ppt {
  display: none;
  z-index: 9999;
  margin: 0 0 5px 15px;
  color: #ffffff;
  font-size: 17px;
}

/* CUSTOM THEME */

div.timeline-slider {
  font-family: 'Roboto Condensed', sans-serif;
}

div.timeline-slider .pp_top,
div.timeline-slider .pp_top .pp_middle,
div.timeline-slider .pp_top .pp_left,
div.timeline-slider .pp_top .pp_right,
div.timeline-slider .pp_bottom,
div.timeline-slider .pp_bottom .pp_left,
div.timeline-slider .pp_bottom .pp_middle,
div.timeline-slider .pp_bottom .pp_right {
  height: 13px;
}

div.timeline-slider .pp_top .pp_left {
  background: url(../images/prettyphoto/sprite.png) -78px -93px no-repeat;
}

/* Top left corner */

div.timeline-slider .pp_top .pp_middle {
  background: url(../images/prettyphoto/sprite_x.png) top left repeat-x;
}

/* Top pattern/color */

div.timeline-slider .pp_top .pp_right {
  background: url(../images/prettyphoto/sprite.png) -112px -93px no-repeat;
}

/* Top right corner */

div.timeline-slider .pp_content .ppt {
  color: #ffffff;
}

div.timeline-slider .pp_content_container .pp_left {
  padding-left: 13px;
  background: url(../images/prettyphoto/sprite_y.png) -7px 0 repeat-y;
}

div.timeline-slider .pp_content_container .pp_right {
  padding-right: 13px;
  background: url(../images/prettyphoto/sprite_y.png) top right repeat-y;
}

div.timeline-slider .pp_content {
  background-color: #ffffff;
}

/* Content background */

div.timeline-slider .pp_next:hover {
  background: url(../images/prettyphoto/sprite_next.png) center right no-repeat;
  cursor: pointer;
}

/* Next button */

div.timeline-slider .pp_previous:hover {
  background: url(../images/prettyphoto/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}

/* Previous button */

div.timeline-slider .pp_expand {
  width: 28px;
  height: 28px;
  background: url(../images/prettyphoto/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
}

/* Expand button */

div.timeline-slider .pp_expand:hover {
  background: url(../images/prettyphoto/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}

/* Expand button hover */

div.timeline-slider .pp_contract {
  width: 28px;
  height: 28px;
  background: url(../images/prettyphoto/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
}

/* Contract button */

div.timeline-slider .pp_contract:hover {
  background: url(../images/prettyphoto/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}

/* Contract button hover */

div.timeline-slider .pp_close {
  width: 30px;
  height: 30px;
  background: url(../images/prettyphoto/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}

/* Close button */

div.timeline-slider #pp_full_res .pp_inline {
  padding: 20px 20px 0 20px;
  color: #222222;
  font-size: 15px;
  line-height: 19px;
}

div.timeline-slider .pp_gallery ul li a {
  border: 1px solid #aaaaaa;
  background: url(../images/prettyphoto/default_thumb.png) center center #ffffff;
}

div.timeline-slider .pp_gallery ul li a:hover,
div.timeline-slider .pp_gallery ul li.selected a {
  border-color: #ffffff;
}

div.timeline-slider .pp_social {
  margin-top: 7px;
}

div.timeline-slider .pp_gallery a.pp_arrow_previous,
div.timeline-slider .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}

div.timeline-slider .pp_nav .pp_play,
div.timeline-slider .pp_nav .pp_pause {
  width: 23px;
  height: 23px;
  background: url(../images/prettyphoto/sprite.png) -51px 1px no-repeat;
}

div.timeline-slider .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.timeline-slider .pp_details {
  position: relative;
}

div.timeline-slider a.pp_arrow_previous,
div.timeline-slider a.pp_arrow_next {
  width: 17px;
  height: 17px;
  margin: 4px 0 0 0;
  background: url(../images/prettyphoto/sprite.png) -31px -3px no-repeat;
}

div.timeline-slider a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}

/* The next arrow in the bottom nav */

div.timeline-slider .pp_content_container .pp_details {
  position: absolute;
  top: 0;
  margin-top: 0;
}

div.timeline-slider .pp_nav {
  position: relative;
  width: 110px;
  height: 30px;
  clear: none;
}

div.timeline-slider .pp_nav .currentTextHolder {
  position: absolute;
  top: 2px;
  left: 62px;
  margin: 0;
  padding: 0 0 0 10px;
  color: #999999;
  font-size: 11px;
  line-height: 25px;
}

div.timeline-slider .pp_close:hover, div.timeline-slider .pp_nav .pp_play:hover, div.timeline-slider .pp_nav .pp_pause:hover, div.timeline-slider .pp_arrow_next:hover, div.timeline-slider .pp_arrow_previous:hover {
  opacity: .7;
}

div.timeline-slider .pp_description {
  margin: 11px 50px 5px 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
}

div.timeline-slider .pp_bottom .pp_left {
  background: url(../images/prettyphoto/sprite.png) -78px -127px no-repeat;
}

/* Bottom left corner */

div.timeline-slider .pp_bottom .pp_middle {
  background: url(../images/prettyphoto/sprite_x.png) bottom left repeat-x;
}

/* Bottom pattern/color */

div.timeline-slider .pp_bottom .pp_right {
  background: url(../images/prettyphoto/sprite.png) -112px -127px no-repeat;
}

/* Bottom right corner */

div.timeline-slider .pp_loaderIcon {
  background: url(../images/prettyphoto/loader.gif) center center no-repeat;
}

/* Loader icon */

/* RESPONSIVE - MOBILES */

@media screen and (max-width: 767px) {
  .pp_pic_holder {
    left: 5% !important;
    width: 90% !important;
    height: auto !important;
    background-color: #ffffff !important;
  }

  .ppt, .pp_content, .pp_hoverContainer, .pp_details {
    width: 100% !important;
    height: auto !important;
  }

  #pp_full_res img, #pp_full_res iframe {
    width: calc(100% - 10px) !important;
    height: auto !important;
  }

  .pp_content_container .pp_right {
    padding-right: 5px !important;
  }

  .pp_expand, .ppt {
    display: none !important;
  }

  .pp_inline {
    font-size: 14px !important;
    line-height: 16px !important;
  }
}

@media screen and (max-width: 766px) {
  a.pp_close {
    right: 25px;
  }
}
