@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  
  .fa-arrow-left:before {
  content: "\f060";
}


.fa-arrow-right:before {
  content: "\f061" !important;
}

.fa-file-pdf-o:before {
  content: "\f1c1" !important;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em;
  color: #fff; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-play-circle:before {
  content: "\f144"; }

/*-------------------------------------------------------*/
.overlay_bg {
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: absolute;
  left: 0px;
  top: 0px; }

.overlay_bg:before {
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0px;
  content: ''; }

.pie_progress--slow {
  position: relative !important;
  /*  top:-1px;
    left:5px;*/
  margin: 30% auto auto auto;
  opacity: 1; }

.pie_progress--slow span {
  position: absolute;
  top: -1px;
  left: 5px;
  z-index: 1005; }

.pie_progress {
  text-align: center;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.pie_progress svg {
  margin: 0 auto; }

.pie_progress__content,
.pie_progress__number,
.pie_progress__label,
.pie_progress__icon {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/*.pie_progress__number {
  font-size: 42px;
}*/
.pie_progress__label {
  margin-top: 32px;
  font-size: 12px; }

.overlay_bg .pie_progress__svg {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden; }

.overlay_bg .pie_progress__svg svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

/*/=========Scroll pan CSS==================/*/
.jspContainer {
  overflow: hidden;
  position: relative;
  height: 100px !important; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  border-radius: 5px; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 5px; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #fff;
  position: relative;
  border-radius: 5px; }

.jspDrag {
  background: #333;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 5px; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 8px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }