@font-face {
  font-family: 'GothamRounded-Medium';
  src: url(fonts/GothamRounded-Medium.eot);
  src: url(fonts/GothamRounded-Medium.eot?#iefix) format("embedded-opentype"), url(fonts/GothamRounded-Medium.woff) format("woff"), url(fonts/GothamRounded-Medium.ttf) format("truetype"), url(images/GothamRounded-Medium.svg#GothamRounded-Medium) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamRounded-Bold';
  src: url(fonts/GothamRounded-Bold.eot);
  src: url(fonts/GothamRounded-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/GothamRounded-Bold.woff) format("woff"), url(fonts/GothamRounded-Bold.ttf) format("truetype"), url(images/GothamRounded-Bold.svg#GothamRounded-Bold) format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  height: 100%;
  /* overflow:hidden; */
  font-family: 'GothamRounded-Bold',Helvetica,Arial,sans-serif; }

.pdff-abs-center {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.pdff-abs-h-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.pdff-container {
  min-height: 320px;
  background: no-repeat 50%;
  background-size: cover;
  width: 100%;
  position: relative;
  /* background-color: #A6322D; */
  /*Smoothing of images in Firefox*/
  image-rendering: auto;
  direction: ltr; }

.pdff-container.pdff-transparent:not(.pdff-fullscreen) {
  background: transparent !important; }

.pdff-container.pdff-custom-fullscreen.pdff-fullscreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  z-index: 999999; }

.pdff-container .loading-info {
  position: absolute;
  top: 100%;
  margin-top: 20px;
  margin-left: 5px;
  padding: 6px 20px;
  background-color: rgba(0, 0, 0, 0.09);
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 10px;
  max-height: 30px;
  color: #fff;
  max-width: 200px;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 50%;
  opacity: 0.7;
  transition: 0.3s top ease;
  -webkit-transition: 0.3s top ease; }

.loading-info.pdff-old-browser {
  color: gray;
  background-color: white;
  opacity: 0.9;
  text-align: center;
  max-height: none; }

.loading-info.pdff-old-browser a {
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #2196F3;
  display: block;
  text-decoration: underline;
  margin: 10px 0 0; }

.pdff-container.pdff-init .loading-info {
  top: 50%; }

.pdff-3dcanvas {
  position: absolute;
  z-index: 1;
  right: 0; }

.pdff-rtl .pdff-3dcanvas {
  right: auto;
  right: initial;
  left: 0; }

.pdff-container a {
  outline: none;
  text-decoration: none;
  box-shadow: none; }

.pdff-container.pdff-zoom-enabled canvas.pdff-3dcanvas,
.pdff-container.pdff-zoom-enabled .ppdff-flipbook-stage {
  cursor: move;
  /*noinspection Annotator*/
  cursor: -webkit-grab; }

.pdff-container:before, .pdff-container:after {
  content: " ";
  transition: 0.3s 0.1s opacity;
  -webkit-transition: 0.3s 0.1s opacity;
  opacity: 0;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  font-size: 12px;
  margin: -45px -25px -25px;
  box-sizing: border-box;
  position: absolute;
  pointer-events: none; }

.pdff-container.pdff-loading:before, .pdff-container.pdff-loading:after {
  content: " ";
  z-index: 100;
  opacity: 1;
  /*display:none;*/ }

.pdff-container.pdff-loading:after {
  content: " ";
  background-image: url(images/loading.gif);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 50%; }

.pdff-container.pdff-loading:before {
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid rgba(62, 71, 79, 0.1); }

.ppdff-flipbook-stage {
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: 0;
  z-index: 1;
  top: 0;
  left: 0;
  /*Blurry image fixation*/
  filter: blur(0);
  -webkit-filter: blur(0);
  padding: 30px 50px 70px; }

.pdff-container.pdff-xs .ppdff-flipbook-stage {
  padding-left: 20px;
  padding-right: 20px; }

.pdff-container.pdff-sidemenu-open .ppdff-flipbook-stage {
  padding-left: 230px;
  padding-right: 10px; }

.pdff-container.pdff-sidemenu-open > .pdff-ui-btn.pdff-ui-prev {
  left: 220px; }

.pdff-rtl.pdff-container.pdff-sidemenu-open > .pdff-ui-btn.pdff-ui-prev {
  left: 0; }

.pdff-rtl.pdff-container.pdff-sidemenu-open > .pdff-ui-btn.pdff-ui-next {
  right: 220px; }

.ppdff-flipbook-stage.pdff-zoom-enabled {
  cursor: move; }

.pdff-page-front:before, .pdff-page-back:before {
  content: " "; }

.ppdff-flipbook-page .pdff-page-front:before {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%);
  background-image: -ms-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%); }

.ppdff-flipbook-page .pdff-page-back:before {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0)); }

.ppdff-flipbook-wrapper, .pdff-page-wrapper, .ppdff-flipbook-page, .pdff-page-content,
.pdff-page-front:before, .pdff-page-wrapper:after, .pdff-page-back:before,
.pdff-page-content:after, .pdff-page-effects, .pdff-page-effects:before, .pdff-page-effects {
  position: absolute;
  height: 100%;
  display: block;
  top: 0; }

.pdff-page-content, .ppdff-flipbook-page {
  width: 100%; }

.ppdff-flipbook-wrapper {
  position: relative;
  margin: 0 auto;
  transition: 0.3s left;
  -webkit-transition: 0.3s left;
  left: 0;
  /* box-shadow: 0 2px 8px #aaa; */ }

.pdff-zoom-enabled .ppdff-flipbook-wrapper {
  transition: none;
  -webkit-transition: none; }

.pdff-loading.pdff-container .ppdff-flipbook-wrapper {
  left: 100%; }

.ppdff-flipbook-wrapper.close-right {
  left: 25%; }

.ppdff-flipbook-wrapper.close-left {
  left: -25%; }

.ppdff-flipbook-shadow {
  position: absolute;
  z-index: -1;
  height: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.ppdff-flipbook-wrapper .ppdff-flipbook-side-buttons {
  position: absolute;
  left: 100%;
  width: 40px;
  opacity: 0.3;
  height: 100%;
  cursor: pointer;
  z-index: 30;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0; }

.ppdff-flipbook-prev-button.ppdff-flipbook-side-buttons {
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px; }

.ppdff-flipbook-wrapper .ppdff-flipbook-side-buttons:hover {
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.18); }

.ppdff-flipbook-wrapper .ppdff-flipbook-prev-button {
  right: 100%;
  left: auto;
  left: initial; }

.ppdff-flipbook-wrapper .ppdff-flipbook-side-buttons:before {
  position: absolute;
  font-size: 30px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%; }

.pdff-page-wrapper {
  overflow: hidden; }

.pdff-hard-page .pdff-page-wrapper {
  width: 100% !important;
  height: 100% !important;
  overflow: visible;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 50% 0;
  -moz-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0; }

.ppdff-flipbook-page.pdff-flipping, .ppdff-flipbook-page.pdff-folding {
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0); }

.ppdff-flipbook-page.pdff-left-side {
  left: 0;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right; }

.ppdff-flipbook-page.pdff-right-side {
  left: 50%;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left; }

.ppdff-flipbook-page.pdff-right-side + .pdff-page-wrapper.pdff-right-side {
  z-index: -1; }

.ppdff-flipbook-page .pdff-page-front, .ppdff-flipbook-page .pdff-page-back {
  width: 100%;
  background-size: 100.5% 100%;
  background-size: 100% 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  box-sizing: border-box; }

.pdff-page-back > canvas, .pdff-page-front > canvas {
  width: 100%;
  position: relative;
  z-index: -1; }

/*right left shadow during flip*/
.pdff-quick-turn:before {
  opacity: 0; }

.ppdff-flipbook-page.pdff-flipping.pdff-left-side:before {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  width: 10px;
  left: -10px; }

.ppdff-flipbook-page {
  width: 50%; }

.ppdff-flipbook-page.pdff-flipping, .ppdff-flipbook-page.pdff-folding {
  z-index: 200 !important; }

.pdff-page-content {
  background-size: 100.25% !important;
  background-repeat: no-repeat !important;
  transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  width: 100%;
  overflow: hidden;
  /*this causes page cuts in IE*/ }

.ppdff-flipbook-page.pdff-left-side .pdff-page-front {
  /*overflow: hidden;*/
  z-index: 2; }

.ppdff-flipbook-page.pdff-left-side .pdff-page-back {
  z-index: 1; }

.ppdff-flipbook-page.pdff-left-side.pdff-folding:not(.pdff-hard-page) .pdff-page-back {
  z-index: 3; }

.ppdff-flipbook-page.pdff-right-side .pdff-page-front {
  top: 0;
  left: 0;
  z-index: 0; }

.ppdff-flipbook-page, .pdff-page-front, .pdff-page-back,
.pdff-page-fold-inner-shadow, .pdff-page-fold-outer-shadow, .pdff-page-wrapper {
  position: absolute;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0; }

.pdff-page-front, .pdff-page-back {
  overflow: hidden; }

.pdff-page-fold-outer-shadow {
  z-index: -1;
  width: 100%;
  height: 100%; }

.pdff-page-fold-inner-shadow {
  position: absolute;
  z-index: 5;
  display: none; }

.ppdff-flipbook-page.pdff-folding .pdff-page-fold-inner-shadow {
  display: block; }

.ppdff-flipbook-page.pdff-right-side .pdff-page-back {
  left: 0;
  z-index: 1; }

.ppdff-flipbook-page.pdff-right-side.pdff-folding .pdff-page-front {
  z-index: 2; }

.pdff-page-wrapper.pdff-right-side .pdff-page-back {
  left: 100%;
  z-index: 1;
  overflow: hidden; }

.pdff-hard-page .pdff-page-front,
.pdff-hard-page .pdff-page-back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.pdff-hard-page.pdff-right-side .pdff-page-front {
  -webkit-transform-origin: right 50%;
  -moz-transform-origin: right 50%;
  -ms-transform-origin: right 50%;
  transform-origin: right 50%;
  z-index: 3 !important;
  /*transform-style: preserve-3d;*/
  /*this causes issues in FF*/ }

.pdff-hard-page.pdff-left-side .pdff-page-front {
  -webkit-transform-origin: right 50%;
  -moz-transform-origin: right 50%;
  -ms-transform-origin: right 50%;
  transform-origin: right 50%; }

.pdff-hard-page.pdff-right-side .pdff-page-back {
  -webkit-transform-origin: left 50%;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  transform-origin: left 50%;
  z-index: 3;
  /*transform-style: preserve-3d;*/
  /*this causes issues in FF*/ }

.pdff-hard-page.pdff-left-side .pdff-page-back {
  -webkit-transform-origin: left 50%;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  transform-origin: left 50%; }

/*Mid shadows*/
.pdff-page-front:before, .pdff-page-back:before {
  width: 20%;
  z-index: 5;
  pointer-events: none; }

.pdff-page-front:before {
  right: 0; }

.pdff-page-wrapper.pdff-right-side.pdff-flipping {
  z-index: 4; }

/*Book UI*/
.pdff-ui {
  height: 60px;
  padding: 20px 16px 0; }

.pdff-ui-wrapper, .pdff-ui-btn {
  color: #b2bbbd;
  vertical-align: top;
  background-color: #3e474f;
  box-sizing: border-box;
  text-align: center; }

.pdff-ui-wrapper {
  background-color: #3e474f;
  position: absolute; }

.pdff-share-wrapper {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  display: none; }

.pdff-share-box {
  position: absolute;
  top: 50%;
  width: 280px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  background-color: #3f474e;
  border-radius: 10px;
  padding: 10px 15px 5px;
  text-align: center;
  border: 3px solid #ccc; }

span.pdff-share-title {
  color: #ccc;
  margin-bottom: 10px;
  display: block; }

.pdff-share-url {
  /* border: 0; */
  background-color: #fff;
  height: 60px;
  color: #666;
  padding: 2px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  font-size: 12px;
  box-sizing: border-box;
  margin-bottom: 0px;
  display: none; }

.pdff-share-button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  margin: 3px;
  color: #ccc; }

.pdff-share-button:hover {
  color: #fff; }

.pdff-ui-btn {
  position: relative;
  width: 35px;
  right: 0;
  height: 40px;
  font-size: 17px;
  cursor: pointer;
  z-index: 2;
  display: inline-block;
  padding: 12px 5px;
  /* -webkit-border-radius: 3px; */
  line-height: 1; }

.pdff-floating .pdff-ui-controls > .pdff-ui-btn:first-child {
  border-radius: 5px 0 0 5px; }

.pdff-floating .pdff-ui-controls > .pdff-ui-btn:last-child {
  border-radius: 0 5px 5px 0; }

.pdff-ui-btn:before {
  box-sizing: border-box; }

.pdff-ui-thumbnail, .pdff-ui-share, .pdff-ui-outline, .pdff-ui-help, .pdff-ui-sound {
  float: left; }

.pdff-ui-btn:hover {
  color: #00ACCE; }

.pdff-ui-btn.disabled, .pdff-ui-btn.disabled:hover {
  color: #ccc; }

.pdff-ui-page {
  padding: 8px 5px 2px;
  font-size: 12px;
  width: auto;
  width: 50px;
  margin: 0 0;
  /* border-right: 1px solid #ddd; */
  border-radius: 0;
  /* float: left !important; */
  background-color: rgba(0, 0, 0, 0.03); }

.pdff-ui-page input {
  width: 100%;
  background-color: transparent;
  height: 25px;
  margin: 0;
  padding: 0 !important;
  border: 1px solid #8f8f8f;
  text-align: center;
  vertical-align: top;
  color: transparent;
  font-size: 14px;
  top: 0;
  box-sizing: border-box;
  z-index: -1;
  display: inline-block;
  opacity: 0; }

.pdff-ui-page input:focus {
  z-index: 2;
  opacity: 1;
  color: inherit; }

.pdff-ui-page input:focus + label {
  opacity: 0;
  display: none; }

.pdff-ui-page label {
  position: absolute;
  height: 30px;
  width: 100%;
  display: block;
  top: 0;
  padding-top: 14px;
  /* letter-spacing: 0.5px; */
  line-height: 1.1em;
  /*it was getting overwritten in some theme*/
  color: #999;
  font-size: 13px;
  /* vertical-align: top; */
  font-weight: normal;
  left: 0;
  cursor: pointer;
  background-color: transparent;
  z-index: 1;
  box-sizing: border-box;
  /* border: 1px solid rgba(0, 0, 0, 0.11); */ }

.pdff-ui-share {
  float: left; }

.pdff-ui-fullscreen {
  bottom: 0; }

.pdff-ui-zoom {
  top: 24px;
  height: 60px;
  right: 24px;
  width: 30px;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.pdff-ui-sidemenu-close {
  position: absolute;
  top: 10px;
  right: -32px;
  font-size: 14px;
  width: 32px;
  height: 35px;
  cursor: pointer;
  padding: 10px 0px;
  background: inherit;
  border-radius: 0 5px 5px 0;
  z-index: -1;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease; }

.pdff-ui-controls {
  bottom: 0;
  width: 100%;
  /* border-radius: 5px; */
  height: 40px;
  padding: 0;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
               not supported by any browser */
  z-index: 4;
  /* bottom: 15px; */
  display: block; }

.pdff-floating .pdff-ui-controls {
  bottom: 10px;
  width: auto;
  /*noinspection CssInvalidPropertyValue*/
  width: intial;
  /*IE fallback*/
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  margin: 0 auto;
  display: table;
  /*IE fallback*/
  display: flex;
  text-align: center;
  padding: 0 20px;
  border-radius: 20px;
  opacity: .9;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2); }

.pdff-floating.pdff-controls-top .pdff-ui-controls {
  bottom: auto;
  /*noinspection CssInvalidPropertyValue*/
  bottom: intial;
  /*IE fallback*/
  top: 10px; }

.pdff-floating.pdff-controls-hide .pdff-ui-controls {
  display: none; }

.pdff-ui-wrapper.pdff-ui-controls .pdff-ui-btn {
  /* display: table-cell; */
  float: none; }

.pdff-ui-size {
  bottom: 24px;
  height: 60px;
  right: 24px; }

.pdff-ui-zoom:before, .pdff-ui-size:before {
  height: 0;
  border-bottom: 1px solid;
  content: " ";
  right: 5px;
  opacity: 0.3;
  display: block;
  position: absolute;
  top: 30px;
  left: 5px;
  z-index: 2; }

.pdff-ui-zoomin {
  top: 0; }

.pdff-ui-zoomout {
  bottom: 0; }

.pdff-ui-btn.pdff-ui-zoomout {
  /* display: none; */ }

.pdff-zoom-enabled .pdff-ui-btn.pdff-ui-zoomout {
  /* display: block; */ }

.pdff-zoom-enabled .pdff-ui-btn.pdff-ui-zoomin {
  /* display: none; */ }

.pdff-ui-next {
  right: 24px;
  right: 0; }

.pdff-container.pdff-floating > .pdff-ui-next {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 10px;
  background: black; }

.pdff-container.pdff-floating > .pdff-ui-prev {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 10px;
  background: black; }

.pdff-container > .pdff-ui-next, .pdff-container > .pdff-ui-prev {
  margin-top: -5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); */
  opacity: 0.3;
  background-color: transparent;
  height: auto;
  height: initial;
  font-size: 36px;
  color: #000;
  width: auto;
  text-align: center;
  width: initial;
  width: 40px;
  color: #b2bbbd;
  background-color: #3e474f;
  padding: 10px 0;
  margin: 0;
  font-size: 30px !important; }

.pdff-container > .pdff-ui-next:hover, .pdff-container > .pdff-ui-prev:hover {
  opacity: 0.7; }

.pdff-container.pdff-floating > .pdff-ui-next, .pdff-container.pdff-floating > .pdff-ui-prev {
  width: 40px; }

.pdff-ui-prev {
  left: 0;
  right: auto;
  border-radius: 0; }

.pdff-ui-alt {
  position: relative !important;
  right: auto;
  right: initial;
  left: auto;
  left: initial;
  box-shadow: none !important; }

.pdff-ui-alt.pdff-ui-next,
.pdff-ui-alt.pdff-ui-prev {
  /* display: none !important; */ }

.pdff-ui-btn.pdff-active {
  color: #5fcf80; }

.pdff-ui-fit {
  display: none; }

.pdff-ui-zoomin, .pdff-ui-zoomout, .pdff-ui-fullscreen, .pdff-ui-more {
  float: right; }

.pdff-ui-fit {
  top: 0; }

.pdff-ui-more .more-container {
  display: none;
  position: absolute;
  bottom: 100%;
  margin-bottom: 8px !important;
  right: 10px;
  background-color: #f7f7f7;
  z-index: 20;
  border-radius: 5px;
  /* overflow: hidden; */
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2); }

.pdff-controls-top .pdff-ui-more .more-container {
  bottom: auto;
  bottom: initial;
  margin-top: 8px !important;
  top: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

.more-container:before {
  content: " ";
  position: absolute;
  border: solid transparent;
  border-width: 7px;
  border-top-color: #eee;
  height: 0;
  width: 0;
  bottom: -14px;
  /* background-color: white; */
  right: 13px;
  margin-right: -8px;
  pointer-events: none; }

.pdff-controls-top .more-container:before {
  border: solid transparent;
  border-bottom-color: #eee;
  border-width: 7px;
  top: -14px; }

.more-container .pdff-ui-btn {
  width: auto;
  width: initial;
  width: 170px;
  text-align: left;
  padding: 8px 10px;
  height: 36px;
  border-top: 1px solid #e4e4e4;
  border-radius: 0; }

.more-container .pdff-ui-btn:hover {
  background-color: #eee; }

.more-container > .pdff-ui-btn:first-child {
  border-radius: 5px;
  border-top: none; }

.more-container > .pdff-ui-btn:last-child {
  border-radius: 0 0 5px 5px; }

.more-container .pdff-ui-btn:before {
  position: absolute;
  top: 11px;
  font-size: 14px; }

.pdff-ui-btn span {
  display: none; }

.more-container .pdff-ui-btn span {
  font-size: 12px;
  padding-left: 20px;
  vertical-align: middle;
  display: inline-block; }

.pdff-ui-more.pdff-active .more-container {
  display: block; }

.annotationLayer section,
.annotationDiv section,
.customLinkAnnotation,
.customHtmlAnnotation,
.customVideoAnnotation,
.linkAnnotation,
.highlightAnnotation,
.popupAnnotation {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  pointer-events: all;
  /* border: none !important; */ }

.annotationDiv .popupWrapper {
  position: absolute;
  width: 20em; }

.annotationDiv .popup {
  position: absolute;
  z-index: 200;
  max-width: 20em;
  background-color: #FFFF99;
  box-shadow: 0px 2px 5px #333;
  border-radius: 2px;
  padding: 0.6em;
  margin-left: 5px;
  cursor: pointer;
  word-wrap: break-word; }

.annotationDiv .popup h1 {
  font-size: 1em;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.2em; }

.annotationDiv .popup p {
  padding-top: 0.2em; }

.annotationDiv .highlightAnnotation,
.annotationDiv .underlineAnnotation,
.annotationDiv .squigglyAnnotation,
.annotationDiv .strikeoutAnnotation,
.annotationDiv .fileAttachmentAnnotation {
  cursor: pointer; }

.annotationDiv .textAnnotation img {
  position: absolute;
  cursor: pointer; }

section.linkAnnotation a,
.annotationDiv .buttonWidgetAnnotation.pushButton > a {
  display: block;
  height: 100%; }

section.linkAnnotation a,
a.linkAnnotation,
a.customLinkAnnotation,
.customHtmlAnnotation,
.customVideoAnnotation {
  background-color: transparent;
  background-color: yellow;
  /* border-bottom: 1px solid #2196F3; */
  opacity: 0.1; }

a.customLinkAnnotation {
  /* opacity: 0.15; */ }

section.linkAnnotation a:hover,
a.linkAnnotation:hover,
.highlightAnnotation:hover,
a.customLinkAnnotation:hover {
  opacity: 0.4;
  border-color: transparent;
  background-color: #2196F3; }

.annotationDiv {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }

section.linkAnnotation a .annotationLayer >
a {
  display: block;
  position: absolute;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box; }

.pdff-page-loading:after, .pdff-page-loading:before {
  content: " ";
  height: 44px;
  width: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px -22px; }

.pdff-page-loading:before {
  background-color: white;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  /* box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4); */
  box-sizing: border-box; }

.pdff-page-loading:after {
  background-image: url(images/loading.gif);
  background-repeat: no-repeat;
  background-size: 22px;
  content: "";
  height: 22px;
  width: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px -11px; }

.pdff-thumb-container .pdff-vrow {
  height: 124px;
  left: 0;
  width: 90%;
  margin: 10px auto;
  background-position: 50%;
  cursor: pointer;
  background-repeat: no-repeat;
  right: 0;
  border-radius: 5px;
  /* opacity: 0.7; */ }

.pdff-thumb-container .pdff-vrow:before {
  content: "";
  background-image: url(images/loading.gif);
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px;
  height: 32px;
  width: 32px;
  display: block;
  top: 60px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  border-radius: 5px; }

.pdff-thumb-container .pdff-vrow:hover {
  background-color: #3f474e; }

.pdff-floating .pdff-thumb-container .pdff-vrow:hover, .pdff-vrow.pdff-selected {
  background-color: #3f474e;
  opacity: 1; }

.pdff-thumb-container .pdff-vrow.pdff-thumb-loaded {
  background-size: contain;
  /* opacity: 1; */ }

.pdff-thumb-container .pdff-vrow.pdff-thumb-loaded:before {
  display: none; }

.pdff-vrow > div {
  /* padding: 25%; */
  height: 20px;
  background-color: rgba(170, 170, 170, 0.54);
  width: 40px;
  margin: 0 auto; }

.pdff-sidemenu {
  float: left;
  width: 220px;
  height: auto !important;
  position: absolute !important;
  top: 0;
  z-index: 3;
  transition: 0.5s transform ease;
  -webkit-transition: 0.5s -webkit-transform ease;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  left: -50px;
  background-color: rgba(69, 76, 83, 0.8); }

.pdff-rtl .pdff-sidemenu {
  left: auto;
  left: initial;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  right: -50px;
  direction: rtl; }

.pdff-thumb-container {
  text-align: center; }

.pdff-outline-container {
  color: #666;
  font-size: 12px; }

.pdff-outline-wrapper, .pdff-thumb-wrapper {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto !important;
  box-shadow: 1px 0 4px rgba(102, 102, 102, 0.38); }

.pdff-outline-wrapper {
  overflow: auto;
  padding: 10px 10px 5px 10px; }

.pdff-floating .pdff-outline-container, .pdff-floating .pdff-thumb-container {
  bottom: 0; }

.pdff-sidemenu.pdff-sidemenu-visible {
  display: block;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  left: 0; }

.pdff-outline-toggle {
  cursor: pointer;
  float: left;
  width: 18px;
  padding: 5px 0;
  margin-left: -18px;
  text-align: center; }

.pdff-outline-toggle.pdff-outlines-hidden ~ .pdff-outline-items {
  display: none; }

.pdff-outline-items > .pdff-outline-item {
  margin-left: 18px;
  /* padding: 5px 0; */ }

.pdff-outline-item a:hover, .pdff-outline-toggle:hover {
  background-color: #3f474e; }

.pdff-outline-item a {
  color: #ccc;
  text-decoration: none !important;
  display: block;
  padding: 5px 0 5px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  border: none !important;
  box-shadow: none !important; }

.pdff-outline-toggle:before {
  content: "\E64B";
  font-size: 10px;
  font-family: 'themify'; }

.pdff-outline-toggle.pdff-outlines-hidden:before {
  content: "\E649"; }

.pdff-lightbox-wrapper {
  position: fixed !important;
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  height: auto !important;
  background-color: transparent;
  z-index: 99999; }

.pdff-lightbox-controls {
  /* height: 40px; */
  float: right;
  padding: 5px;
  z-index: 1000;
  position: relative; }

.pdff-lightbox-close {
  float: right;
  height: 40px;
  text-align: center;
  font-size: 50px;
  cursor: pointer;
  /* line-height: 30px; */
  color: #444;
  /* padding: 5px; */
  border-radius: 50%;
  /* border: 1px solid; */
  border-color: transparent;
  width: 40px;
  background-color: transparent;
  transition: 0.2s;
  -webkit-transition: 0.2s; }

.pdff-lightbox-close:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.21);
  /* border-color: black; */
  border-color: black; }

.pdff-lightbox-close:before {
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  font-size: 24px; }

.pdff-lightbox-wrapper .pdff-container {
  position: absolute !important;
  width: 100%;
  top: 0;
  bottom: 0;
  height: auto !important;
  border-radius: 25px;
  box-shadow: 3px 3px 3px rgba(86, 86, 86, 0.65); }

.pdff-container.pdff-xs .pdff-ui-controls .pdff-ui-btn.pdff-ui-next,
.pdff-container.pdff-xs .pdff-ui-controls .pdff-ui-btn.pdff-ui-prev {
  /* display: none; */ }

.pdff-container.pdff-xs .pdff-ui-controls .pdff-ui-btn.pdff-ui-page {
  display: none !important; }

._PDFF_btt, ._pdff_thumb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  cursor: pointer; }

._PDFF_btt {
  padding: 5px 15px;
  background-color: #444;
  background: #0085ba;
  color: white;
  font-size: 14px;
  border-color: #0073aa #006799 #006799;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap; }

._pdff_thumb {
  border: none;
  width: 140px;
  height: 200px;
  text-align: center; }

._pdff_thumb {
  cursor: pointer;
  /* background-color: #eee; */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  display: inline-block;
  -webkit-transform-style: flat;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  margin: 30px 10px 10px;
  /*-webkit-perspective: 1200px;*/
  -moz-perspective: 1200px;
  perspective: 1200px; }

.PDFFlips ._pdff_thumb, .PDFFlips .pdff-dummy {
  width: 140px;
  height: 200px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin: 20px 10px;
  /* clear: left; */
  vertical-align: top; }

._pdff_thumb[thumbtype="img"] {
  height: auto; }

._pdff_thumb[thumbtype="img"] img {
  max-width: 100%;
  max-height: 200px; }

.PDFFlip-cover {
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
  top: 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22); }

._pdff_thumb .PDFFlip-title {
  bottom: -100%;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 5px;
  font-size: 12px;
  background: rgba(1, 163, 163, 0.87);
  background: rgba(60, 60, 60, 0.8);
  box-sizing: border-box;
  display: block;
  color: white;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  opacity: 0; }

._pdff_thumb .PDFFlip-tag {
  float: left;
  padding: 0 4px 2px;
  background-color: rgba(0, 0, 0, 0.26);
  text-transform: uppercase;
  font-size: 10px;
  margin: -15px 0 0 2px;
  z-index: -1;
  color: rgba(255, 255, 255, 0.8);
  position: relative; }

._pdff_thumb:hover .PDFFlip-title,
._pdff_thumb-not-found .PDFFlip-title {
  opacity: 1;
  bottom: 0; }

._pdff_thumb:hover .PDFFlip-title i {
  /* font-size: 1em; */ }

._pdff_thumb:hover {
  /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.40); */ }

._pdff_thumb:hover .PDFFlip-cover {
  -webkit-transform: rotateY(-20deg) rotateZ(0deg);
  -moz-transform: rotateY(-20deg) rotateZ(0deg);
  -ms-transform: rotateY(-20deg) rotateZ(0deg);
  transform: rotateY(-20deg) rotateZ(0deg);
  box-shadow: 3px 0 12px rgba(0, 0, 0, 0.6); }

.pdff-webkit ._pdff_thumb:hover .PDFFlip-cover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  box-shadow: 1px 0 12px rgba(0, 0, 0, 0.6); }

.PDFFlips {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 20px 5px 150px; }

.PDFFlips-break {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 25px;
  text-transform: uppercase;
  /* text-shadow: 0 -1px 0 rgba(85, 85, 85, 0.31); */ }

.PDFFlips-break:after {
  content: " ";
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.24);
  display: block;
  margin: 10px auto; }

.pdff-page-wrapper {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.pdff-container ::-webkit-scrollbar {
  width: 8px; }

.pdff-container ::-webkit-scrollbar-button {
  height: 8px; }

.pdff-container ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border: 0 none #ffffff;
  border-radius: 100px;
  /* margin-right: 5px; */ }

.pdff-container ::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5); }

.pdff-container ::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.5); }

.pdff-container ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border: 0 none #ffffff;
  border-radius: 100px; }

.pdff-container ::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0.2); }

.pdff-container ::-webkit-scrollbar-track:active {
  background: rgba(0, 0, 0, 0.15); }

.pdff-container ::-webkit-scrollbar-corner {
  background: transparent; }

.pdff-skipTransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

.pdff-container.pdff-fullscreen {
  height: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  max-width: 100% !important; }

.pdff-container.pdff-double-internal .pdff-page-front {
  background-position: left;
  background-size: cover; }

.pdff-container.pdff-double-internal .pdff-page-back {
  background-position: right;
  background-size: cover; }

.customHtmlAnnotation iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.pdff-rtl .more-container .pdff-ui-btn {
  text-align: right;
  direction: rtl; }

.pdff-rtl .more-container .pdff-ui-btn:before {
  right: 10px; }

.pdff-rtl .more-container .pdff-ui-btn span {
  padding: 0;
  padding-right: 20px; }

.pdff-rtl .pdff-outline-items > .pdff-outline-item {
  margin: 0 18px 0 0;
  text-align: right;
  direction: rtl; }

.pdff-rtl .pdff-outline-toggle {
  float: right;
  margin: 0 -18px 0 0; }

.pdff-rtl .pdff-outline-toggle.pdff-outlines-hidden:before {
  content: "\E64A"; }

.pdff-rtl .pdff-sidemenu.pdff-sidemenu-visible {
  left: auto;
  left: initial;
  right: 0; }

.pdff-rtl .pdff-ui-sidemenu-close {
  right: auto;
  right: initial;
  left: -32px;
  border-radius: 5px 0 0 5px; }

._pdff_thumb[thumbtype="img"] ._pdff_thumb-not-found {
  height: 200px;
  position: relative; }

body, html {
  height: 100%;
  margin: 0; }

@font-face {
  font-family: 'themify';
  src: url(fonts/themify.eot);
  src: url(fonts/themify.eot?#iefix) format("embedded-opentype"), url(fonts/themify.woff) format("woff"), url(fonts/themify.ttf) format("truetype"), url(images/themify.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="ti-"]:before, [class*=" ti-"]:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ti-wand:before {
  content: "\E600"; }

.ti-volume:before {
  content: "\E601"; }

.ti-user:before {
  content: "\E602"; }

.ti-unlock:before {
  content: "\E603"; }

.ti-unlink:before {
  content: "\E604"; }

.ti-trash:before {
  content: "\E605"; }

.ti-thought:before {
  content: "\E606"; }

.ti-target:before {
  content: "\E607"; }

.ti-tag:before {
  content: "\E608"; }

.ti-tablet:before {
  content: "\E609"; }

.ti-star:before {
  content: "\E60A"; }

.ti-spray:before {
  content: "\E60B"; }

.ti-signal:before {
  content: "\E60C"; }

.ti-shopping-cart:before {
  content: "\E60D"; }

.ti-shopping-cart-full:before {
  content: "\E60E"; }

.ti-settings:before {
  content: "\E60F"; }

.ti-search:before {
  content: "\E610"; }

.ti-zoom-in:before {
  content: "\E611"; }

.ti-zoom-out:before {
  content: "\E612"; }

.ti-cut:before {
  content: "\E613"; }

.ti-ruler:before {
  content: "\E614"; }

.ti-ruler-pencil:before {
  content: "\E615"; }

.ti-ruler-alt:before {
  content: "\E616"; }

.ti-bookmark:before {
  content: "\E617"; }

.ti-bookmark-alt:before {
  content: "\E618"; }

.ti-reload:before {
  content: "\E619"; }

.ti-plus:before {
  content: "\E61A"; }

.ti-pin:before {
  content: "\E61B"; }

.ti-pencil:before {
  content: "\E61C"; }

.ti-pencil-alt:before {
  content: "\E61D"; }

.ti-paint-roller:before {
  content: "\E61E"; }

.ti-paint-bucket:before {
  content: "\E61F"; }

.ti-na:before {
  content: "\E620"; }

.ti-mobile:before {
  content: "\E621"; }

.ti-minus:before {
  content: "\E622"; }

.ti-medall:before {
  content: "\E623"; }

.ti-medall-alt:before {
  content: "\E624"; }

.ti-marker:before {
  content: "\E625"; }

.ti-marker-alt:before {
  content: "\E626"; }

.ti-arrow-up:before {
  content: "\E627"; }

.ti-arrow-right:before {
  content: "\E628"; }

.ti-arrow-left:before {
  content: "\E629"; }

.ti-arrow-down:before {
  content: "\E62A"; }

.ti-lock:before {
  content: "\E62B"; }

.ti-location-arrow:before {
  content: "\E62C"; }

.ti-link:before {
  content: "\E62D"; }

.ti-layout:before {
  content: "\E62E"; }

.ti-layers:before {
  content: "\E62F"; }

.ti-layers-alt:before {
  content: "\E630"; }

.ti-key:before {
  content: "\E631"; }

.ti-import:before {
  content: "\E632"; }

.ti-image:before {
  content: "\E633"; }

.ti-heart:before {
  content: "\E634"; }

.ti-heart-broken:before {
  content: "\E635"; }

.ti-hand-stop:before {
  content: "\E636"; }

.ti-hand-open:before {
  content: "\E637"; }

.ti-hand-drag:before {
  content: "\E638"; }

.ti-folder:before {
  content: "\E639"; }

.ti-flag:before {
  content: "\E63A"; }

.ti-flag-alt:before {
  content: "\E63B"; }

.ti-flag-alt-2:before {
  content: "\E63C"; }

.ti-eye:before {
  content: "\E63D"; }

.ti-export:before {
  content: "\E63E"; }

.ti-exchange-vertical:before {
  content: "\E63F"; }

.ti-desktop:before {
  content: "\E640"; }

.ti-cup:before {
  content: "\E641"; }

.ti-crown:before {
  content: "\E642"; }

.ti-comments:before {
  content: "\E643"; }

.ti-comment:before {
  content: "\E644"; }

.ti-comment-alt:before {
  content: "\E645"; }

.ti-close:before {
  content: "\E646"; }

.ti-clip:before {
  content: "\E647"; }

.ti-angle-up:before {
  content: "\E648"; }

.ti-angle-right:before {
  content: "\E649"; }

.ti-angle-left:before {
  content: "\E64A"; }

.ti-angle-down:before {
  content: "\E64B"; }

.ti-check:before {
  content: "\E64C"; }

.ti-check-box:before {
  content: "\E64D"; }

.ti-camera:before {
  content: "\E64E"; }

.ti-announcement:before {
  content: "\E64F"; }

.ti-brush:before {
  content: "\E650"; }

.ti-briefcase:before {
  content: "\E651"; }

.ti-bolt:before {
  content: "\E652"; }

.ti-bolt-alt:before {
  content: "\E653"; }

.ti-blackboard:before {
  content: "\E654"; }

.ti-bag:before {
  content: "\E655"; }

.ti-move:before {
  content: "\E656"; }

.ti-arrows-vertical:before {
  content: "\E657"; }

.ti-arrows-horizontal:before {
  content: "\E658"; }

.ti-fullscreen:before {
  content: "\E659"; }

.ti-arrow-top-right:before {
  content: "\E65A"; }

.ti-arrow-top-left:before {
  content: "\E65B"; }

.ti-arrow-circle-up:before {
  content: "\E65C"; }

.ti-arrow-circle-right:before {
  content: "\E65D"; }

.ti-arrow-circle-left:before {
  content: "\E65E"; }

.ti-arrow-circle-down:before {
  content: "\E65F"; }

.ti-angle-double-up:before {
  content: "\E660"; }

.ti-angle-double-right:before {
  content: "\E661"; }

.ti-angle-double-left:before {
  content: "\E662"; }

.ti-angle-double-down:before {
  content: "\E663"; }

.ti-zip:before {
  content: "\E664"; }

.ti-world:before {
  content: "\E665"; }

.ti-wheelchair:before {
  content: "\E666"; }

.ti-view-list:before {
  content: "\E667"; }

.ti-view-list-alt:before {
  content: "\E668"; }

.ti-view-grid:before {
  content: "\E669"; }

.ti-uppercase:before {
  content: "\E66A"; }

.ti-upload:before {
  content: "\E66B"; }

.ti-underline:before {
  content: "\E66C"; }

.ti-truck:before {
  content: "\E66D"; }

.ti-timer:before {
  content: "\E66E"; }

.ti-ticket:before {
  content: "\E66F"; }

.ti-thumb-up:before {
  content: "\E670"; }

.ti-thumb-down:before {
  content: "\E671"; }

.ti-text:before {
  content: "\E672"; }

.ti-stats-up:before {
  content: "\E673"; }

.ti-stats-down:before {
  content: "\E674"; }

.ti-split-v:before {
  content: "\E675"; }

.ti-split-h:before {
  content: "\E676"; }

.ti-smallcap:before {
  content: "\E677"; }

.ti-shine:before {
  content: "\E678"; }

.ti-shift-right:before {
  content: "\E679"; }

.ti-shift-left:before {
  content: "\E67A"; }

.ti-shield:before {
  content: "\E67B"; }

.ti-notepad:before {
  content: "\E67C"; }

.ti-server:before {
  content: "\E67D"; }

.ti-quote-right:before {
  content: "\E67E"; }

.ti-quote-left:before {
  content: "\E67F"; }

.ti-pulse:before {
  content: "\E680"; }

.ti-printer:before {
  content: "\E681"; }

.ti-power-off:before {
  content: "\E682"; }

.ti-plug:before {
  content: "\E683"; }

.ti-pie-chart:before {
  content: "\E684"; }

.ti-paragraph:before {
  content: "\E685"; }

.ti-panel:before {
  content: "\E686"; }

.ti-package:before {
  content: "\E687"; }

.ti-music:before {
  content: "\E688"; }

.ti-music-alt:before {
  content: "\E689"; }

.ti-mouse:before {
  content: "\E68A"; }

.ti-mouse-alt:before {
  content: "\E68B"; }

.ti-money:before {
  content: "\E68C"; }

.ti-microphone:before {
  content: "\E68D"; }

.ti-menu:before {
  content: "\E68E"; }

.ti-menu-alt:before {
  content: "\E68F"; }

.ti-map:before {
  content: "\E690"; }

.ti-map-alt:before {
  content: "\E691"; }

.ti-loop:before {
  content: "\E692"; }

.ti-location-pin:before {
  content: "\E693"; }

.ti-list:before {
  content: "\E694"; }

.ti-light-bulb:before {
  content: "\E695"; }

.ti-Italic:before {
  content: "\E696"; }

.ti-info:before {
  content: "\E697"; }

.ti-infinite:before {
  content: "\E698"; }

.ti-id-badge:before {
  content: "\E699"; }

.ti-hummer:before {
  content: "\E69A"; }

.ti-home:before {
  content: "\E69B"; }

.ti-help:before {
  content: "\E69C"; }

.ti-headphone:before {
  content: "\E69D"; }

.ti-harddrives:before {
  content: "\E69E"; }

.ti-harddrive:before {
  content: "\E69F"; }

.ti-gift:before {
  content: "\E6A0"; }

.ti-game:before {
  content: "\E6A1"; }

.ti-filter:before {
  content: "\E6A2"; }

.ti-files:before {
  content: "\E6A3"; }

.ti-file:before {
  content: "\E6A4"; }

.ti-eraser:before {
  content: "\E6A5"; }

.ti-envelope:before {
  content: "\E6A6"; }

.ti-download:before {
  content: "\E6A7"; }

.ti-direction:before {
  content: "\E6A8"; }

.ti-direction-alt:before {
  content: "\E6A9"; }

.ti-dashboard:before {
  content: "\E6AA"; }

.ti-control-stop:before {
  content: "\E6AB"; }

.ti-control-shuffle:before {
  content: "\E6AC"; }

.ti-control-play:before {
  content: "\E6AD"; }

.ti-control-pause:before {
  content: "\E6AE"; }

.ti-control-forward:before {
  content: "\E6AF"; }

.ti-control-backward:before {
  content: "\E6B0"; }

.ti-cloud:before {
  content: "\E6B1"; }

.ti-cloud-up:before {
  content: "\E6B2"; }

.ti-cloud-down:before {
  content: "\E6B3"; }

.ti-clipboard:before {
  content: "\E6B4"; }

.ti-car:before {
  content: "\E6B5"; }

.ti-calendar:before {
  content: "\E6B6"; }

.ti-book:before {
  content: "\E6B7"; }

.ti-bell:before {
  content: "\E6B8"; }

.ti-basketball:before {
  content: "\E6B9"; }

.ti-bar-chart:before {
  content: "\E6BA"; }

.ti-bar-chart-alt:before {
  content: "\E6BB"; }

.ti-back-right:before {
  content: "\E6BC"; }

.ti-back-left:before {
  content: "\E6BD"; }

.ti-arrows-corner:before {
  content: "\E6BE"; }

.ti-archive:before {
  content: "\E6BF"; }

.ti-anchor:before {
  content: "\E6C0"; }

.ti-align-right:before {
  content: "\E6C1"; }

.ti-align-left:before {
  content: "\E6C2"; }

.ti-align-justify:before {
  content: "\E6C3"; }

.ti-align-center:before {
  content: "\E6C4"; }

.ti-alert:before {
  content: "\E6C5"; }

.ti-alarm-clock:before {
  content: "\E6C6"; }

.ti-agenda:before {
  content: "\E6C7"; }

.ti-write:before {
  content: "\E6C8"; }

.ti-window:before {
  content: "\E6C9"; }

.ti-widgetized:before {
  content: "\E6CA"; }

.ti-widget:before {
  content: "\E6CB"; }

.ti-widget-alt:before {
  content: "\E6CC"; }

.ti-wallet:before {
  content: "\E6CD"; }

.ti-video-clapper:before {
  content: "\E6CE"; }

.ti-video-camera:before {
  content: "\E6CF"; }

.ti-vector:before {
  content: "\E6D0"; }

.ti-themify-logo:before {
  content: "\E6D1"; }

.ti-themify-favicon:before {
  content: "\E6D2"; }

.ti-themify-favicon-alt:before {
  content: "\E6D3"; }

.ti-support:before {
  content: "\E6D4"; }

.ti-stamp:before {
  content: "\E6D5"; }

.ti-split-v-alt:before {
  content: "\E6D6"; }

.ti-slice:before {
  content: "\E6D7"; }

.ti-shortcode:before {
  content: "\E6D8"; }

.ti-shift-right-alt:before {
  content: "\E6D9"; }

.ti-shift-left-alt:before {
  content: "\E6DA"; }

.ti-ruler-alt-2:before {
  content: "\E6DB"; }

.ti-receipt:before {
  content: "\E6DC"; }

.ti-pin2:before {
  content: "\E6DD"; }

.ti-pin-alt:before {
  content: "\E6DE"; }

.ti-pencil-alt2:before {
  content: "\E6DF"; }

.ti-palette:before {
  content: "\E6E0"; }

.ti-more:before {
  content: "\E6E1"; }

.ti-more-alt:before {
  content: "\E6E2"; }

.ti-microphone-alt:before {
  content: "\E6E3"; }

.ti-magnet:before {
  content: "\E6E4"; }

.ti-line-double:before {
  content: "\E6E5"; }

.ti-line-dotted:before {
  content: "\E6E6"; }

.ti-line-dashed:before {
  content: "\E6E7"; }

.ti-layout-width-full:before {
  content: "\E6E8"; }

.ti-layout-width-default:before {
  content: "\E6E9"; }

.ti-layout-width-default-alt:before {
  content: "\E6EA"; }

.ti-layout-tab:before {
  content: "\E6EB"; }

.ti-layout-tab-window:before {
  content: "\E6EC"; }

.ti-layout-tab-v:before {
  content: "\E6ED"; }

.ti-layout-tab-min:before {
  content: "\E6EE"; }

.ti-layout-slider:before {
  content: "\E6EF"; }

.ti-layout-slider-alt:before {
  content: "\E6F0"; }

.ti-layout-sidebar-right:before {
  content: "\E6F1"; }

.ti-layout-sidebar-none:before {
  content: "\E6F2"; }

.ti-layout-sidebar-left:before {
  content: "\E6F3"; }

.ti-layout-placeholder:before {
  content: "\E6F4"; }

.ti-layout-menu:before {
  content: "\E6F5"; }

.ti-layout-menu-v:before {
  content: "\E6F6"; }

.ti-layout-menu-separated:before {
  content: "\E6F7"; }

.ti-layout-menu-full:before {
  content: "\E6F8"; }

.ti-layout-media-right-alt:before {
  content: "\E6F9"; }

.ti-layout-media-right:before {
  content: "\E6FA"; }

.ti-layout-media-overlay:before {
  content: "\E6FB"; }

.ti-layout-media-overlay-alt:before {
  content: "\E6FC"; }

.ti-layout-media-overlay-alt-2:before {
  content: "\E6FD"; }

.ti-layout-media-left-alt:before {
  content: "\E6FE"; }

.ti-layout-media-left:before {
  content: "\E6FF"; }

.ti-layout-media-center-alt:before {
  content: "\E700"; }

.ti-layout-media-center:before {
  content: "\E701"; }

.ti-layout-list-thumb:before {
  content: "\E702"; }

.ti-layout-list-thumb-alt:before {
  content: "\E703"; }

.ti-layout-list-post:before {
  content: "\E704"; }

.ti-layout-list-large-image:before {
  content: "\E705"; }

.ti-layout-line-solid:before {
  content: "\E706"; }

.ti-layout-grid4:before {
  content: "\E707"; }

.ti-layout-grid3:before {
  content: "\E708"; }

.ti-layout-grid2:before {
  content: "\E709"; }

.ti-layout-grid2-thumb:before {
  content: "\E70A"; }

.ti-layout-cta-right:before {
  content: "\E70B"; }

.ti-layout-cta-left:before {
  content: "\E70C"; }

.ti-layout-cta-center:before {
  content: "\E70D"; }

.ti-layout-cta-btn-right:before {
  content: "\E70E"; }

.ti-layout-cta-btn-left:before {
  content: "\E70F"; }

.ti-layout-column4:before {
  content: "\E710"; }

.ti-layout-column3:before {
  content: "\E711"; }

.ti-layout-column2:before {
  content: "\E712"; }

.ti-layout-accordion-separated:before {
  content: "\E713"; }

.ti-layout-accordion-merged:before {
  content: "\E714"; }

.ti-layout-accordion-list:before {
  content: "\E715"; }

.ti-ink-pen:before {
  content: "\E716"; }

.ti-info-alt:before {
  content: "\E717"; }

.ti-help-alt:before {
  content: "\E718"; }

.ti-headphone-alt:before {
  content: "\E719"; }

.ti-hand-point-up:before {
  content: "\E71A"; }

.ti-hand-point-right:before {
  content: "\E71B"; }

.ti-hand-point-left:before {
  content: "\E71C"; }

.ti-hand-point-down:before {
  content: "\E71D"; }

.ti-gallery:before {
  content: "\E71E"; }

.ti-face-smile:before {
  content: "\E71F"; }

.ti-face-sad:before {
  content: "\E720"; }

.ti-credit-card:before {
  content: "\E721"; }

.ti-control-skip-forward:before {
  content: "\E722"; }

.ti-control-skip-backward:before {
  content: "\E723"; }

.ti-control-record:before {
  content: "\E724"; }

.ti-control-eject:before {
  content: "\E725"; }

.ti-comments-smiley:before {
  content: "\E726"; }

.ti-brush-alt:before {
  content: "\E727"; }

.ti-youtube:before {
  content: "\E728"; }

.ti-vimeo:before {
  content: "\E729"; }

.ti-twitter:before {
  content: "\E72A"; }

.ti-time:before {
  content: "\E72B"; }

.ti-tumblr:before {
  content: "\E72C"; }

.ti-skype:before {
  content: "\E72D"; }

.ti-share:before {
  content: "\E72E"; }

.ti-share-alt:before {
  content: "\E72F"; }

.ti-rocket:before {
  content: "\E730"; }

.ti-pinterest:before {
  content: "\E731"; }

.ti-new-window:before {
  content: "\E732"; }

.ti-microsoft:before {
  content: "\E733"; }

.ti-list-ol:before {
  content: "\E734"; }

.ti-linkedin:before {
  content: "\E735"; }

.ti-layout-sidebar-2:before {
  content: "\E736"; }

.ti-layout-grid4-alt:before {
  content: "\E737"; }

.ti-layout-grid3-alt:before {
  content: "\E738"; }

.ti-layout-grid2-alt:before {
  content: "\E739"; }

.ti-layout-column4-alt:before {
  content: "\E73A"; }

.ti-layout-column3-alt:before {
  content: "\E73B"; }

.ti-layout-column2-alt:before {
  content: "\E73C"; }

.ti-instagram:before {
  content: "\E73D"; }

.ti-google:before {
  content: "\E73E"; }

.ti-github:before {
  content: "\E73F"; }

.ti-flickr:before {
  content: "\E740"; }

.ti-facebook:before {
  content: "\E741"; }

.ti-dropbox:before {
  content: "\E742"; }

.ti-dribbble:before {
  content: "\E743"; }

.ti-apple:before {
  content: "\E744"; }

.ti-android:before {
  content: "\E745"; }

.ti-save:before {
  content: "\E746"; }

.ti-save-alt:before {
  content: "\E747"; }

.ti-yahoo:before {
  content: "\E748"; }

.ti-wordpress:before {
  content: "\E749"; }

.ti-vimeo-alt:before {
  content: "\E74A"; }

.ti-twitter-alt:before {
  content: "\E74B"; }

.ti-tumblr-alt:before {
  content: "\E74C"; }

.ti-trello:before {
  content: "\E74D"; }

.ti-stack-overflow:before {
  content: "\E74E"; }

.ti-soundcloud:before {
  content: "\E74F"; }

.ti-sharethis:before {
  content: "\E750"; }

.ti-sharethis-alt:before {
  content: "\E751"; }

.ti-reddit:before {
  content: "\E752"; }

.ti-pinterest-alt:before {
  content: "\E753"; }

.ti-microsoft-alt:before {
  content: "\E754"; }

.ti-linux:before {
  content: "\E755"; }

.ti-jsfiddle:before {
  content: "\E756"; }

.ti-joomla:before {
  content: "\E757"; }

.ti-html5:before {
  content: "\E758"; }

.ti-flickr-alt:before {
  content: "\E759"; }

.ti-email:before {
  content: "\E75A"; }

.ti-drupal:before {
  content: "\E75B"; }

.ti-dropbox-alt:before {
  content: "\E75C"; }

.ti-css3:before {
  content: "\E75D"; }

.ti-rss:before {
  content: "\E75E"; }

.ti-rss-alt:before {
  content: "\E75F"; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(fonts/fontawesome-webfont.eot);
  src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff2) format("woff2"), url(fonts/fontawesome-webfont.woff) format("woff"), url(fonts/fontawesome-webfont.ttf) format("truetype"), url(images/fontawesome-webfont.svg#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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

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

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

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

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

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

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

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

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

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

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-ppdff-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }


/*# sourceMappingURL=pdf-flip.css.map*/