

/* line 162, ../sass/_typography.scss */
.bg-white {
  background: #fff !important;
}

/* line 165, ../sass/_typography.scss */
.bg-muted {
  background: #555 !important;
}

/* line 168, ../sass/_typography.scss */
.bg-primary {
  background: #225e80 !important;
}

/* line 171, ../sass/_typography.scss */
.bg-warning {
  background: #f89406 !important;
}

/* line 174, ../sass/_typography.scss */
.bg-error,
.bg-danger {
  background: #c10841 !important;
}

/* line 178, ../sass/_typography.scss */
.bg-info {
  background: #0098ca !important;
}

/* line 181, ../sass/_typography.scss */
.bg-success {
  background: #2991ac !important;
}

.text-success { 
color:#2991ac;
}

/* line 184, ../sass/_typography.scss */
.border-muted {
  border-color: #555 !important;
}

/* line 187, ../sass/_typography.scss */
.border-warning {
  border-color: #f89406 !important;
}

/* line 190, ../sass/_typography.scss */
.border-error,
.border-danger {
  border-color: #c10841 !important;
}

/* line 194, ../sass/_typography.scss */
.border-info {
  border-color: #0098ca !important;
}

/* line 197, ../sass/_typography.scss */
.border-success {
  border-color: #2991ac !important;
}

/* line 200, ../sass/_typography.scss */
.border-grey {
  border-color: #777 !important;
}

/* line 203, ../sass/_typography.scss */
.lead {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 26px;
}

/* line 208, ../sass/_typography.scss */
.text-small {
  font-size: 12px;
  line-height: 18px;
}





/* line 149, ../sass/_other.scss */
[data-appear-animation] {
  opacity: 0;
  -webkit-transition: .5s opacity .1s linear;
          transition: .5s opacity .1s linear;
}





@media (max-width: 767px) {
  /* line 149, ../sass/_other.scss */
  [data-appear-animation] {
    opacity: 1;
  }
}
/* line 156, ../sass/_other.scss */
[data-appear-animation].animated {
  opacity: 1;
}










/******************************************************************************
  Timeline
*******************************************************************************/
/* line 4, ../sass/elements/_timeline.scss */
.timeline {
  padding: 20px 0;
  position: relative;
}
/* line 8, ../sass/elements/_timeline.scss */
.timeline:before {
  background-color: #d2d2d2;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 4px;
}
/* line 23, ../sass/elements/_timeline.scss */
.timeline .post {
  border: 0 none;
  margin: 0;
  padding: 0 40px 5px 0;
  width: 50%;
}
/* line 29, ../sass/elements/_timeline.scss */
.timeline .post:last-child, .timeline .post:nth-child(even):last-child {
  padding-bottom: 0;
}
/* line 33, ../sass/elements/_timeline.scss */
.timeline .post:nth-child(even) {
  margin-left: 50%;
  padding: 0 0 5px 40px;
}
/* line 37, ../sass/elements/_timeline.scss */
.timeline .post:nth-child(even) .timeline-time {
  left: auto;
  margin: 31px 40px 0 0;
  right: 50%;
  text-align: right;
}
/* line 43, ../sass/elements/_timeline.scss */
.timeline .post:nth-child(even) .timeline-content:before {
  border: 15px solid transparent;
  border-right-color: #ccc;
  left: -30px;
  right: auto;
}
/* line 49, ../sass/elements/_timeline.scss */
.timeline .post:nth-child(even) .timeline-content:after {
  border: 14px solid transparent;
  border-right-color: #fff;
  left: -28px;
  right: auto;
}
/* line 56, ../sass/elements/_timeline.scss */
.timeline .post .timeline-time {
  color: #999;
  left: 50%;
  margin: 31px 0 0 40px;
  position: absolute;
}
/* line 62, ../sass/elements/_timeline.scss */
.timeline .post .timeline-icon {
  background: #1e1e1e;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  height: 20px;
  left: 50%;
  line-height: 40px;
  margin: 32px 0 0 -10px;
  position: absolute;
  text-align: center;
  width: 20px;
}
/* line 77, ../sass/elements/_timeline.scss */
.timeline .post .timeline-icon .livicon svg {
  left: 0 !important;
}
/* line 81, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 26px;
  margin-top:40px;
  position: relative;
}
/* line 88, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content:before, .timeline .post .timeline-content:after {
  border: 15px solid transparent;
  border-left-color: #ccc;
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: 26px;
}
/* line 98, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content:after {
  border: 14px solid transparent;
  border-left-color: #fff;
  right: -28px;
  top: 27px;
}
/* line 104, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content .video-box:last-child,
.timeline .post .timeline-content blockquote:last-child {
  margin-bottom: 0;
}
/* line 108, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content .map-canvas {
  height: 250px;
}
/* line 111, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content .img-rounded, .timeline .post .timeline-content .img-thumbnail.img-rounded img, .img-thumbnail.img-rounded .timeline .post .timeline-content img,
.timeline .post .timeline-content .img-thumbnail.img-rounded .bg-images,
.img-thumbnail.img-rounded .timeline .post .timeline-content .bg-images, .timeline .post .timeline-content .img-thumbnail.img-circle img, .img-thumbnail.img-circle .timeline .post .timeline-content img,
.timeline .post .timeline-content .img-thumbnail.img-circle .bg-images,
.img-thumbnail.img-circle .timeline .post .timeline-content .bg-images {
  border-radius: 2px;
}
/* line 114, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content .entry-title {
  font-size: 18px;
  margin: 0 0 10px;
}
/* line 118, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content .entry-content {
  margin: 0;
}
/* line 121, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg {
  background: #ccc;
  color: #fff;
}
/* line 125, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg .entry-title a,
.timeline .post .timeline-content.bg blockquote footer,
.timeline .post .timeline-content.bg blockquote small,
.timeline .post .timeline-content.bg blockquote .small {
  color: #fff;
}
/* line 134, ../sass/elements/_timeline.scss */
.timeline .post.no-padding .timeline-content {
  padding: 0;
}
/* line 138, ../sass/elements/_timeline.scss */
.timeline .post:not(.no-padding) .timeline-content.bg:after {
  display: none;
}
/* line 152, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-danger,
.timeline .post .timeline-content.border-danger {
  border-color: #c10841;
}
/* line 156, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-danger:before,
.timeline .post .timeline-content.border-danger:before {
  border-left-color: #c10841;
}
/* line 160, ../sass/elements/_timeline.scss */
.timeline .post:nth-child(even) .timeline-content.bg-danger:before, .timeline .post:nth-child(even) .timeline-content.border-danger:before {
  border: 15px solid transparent;
  border-right-color: #c10841;
}
/* line 152, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-info,
.timeline .post .timeline-content.border-info {
  border-color: #0098ca;
}
/* line 156, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-info:before,
.timeline .post .timeline-content.border-info:before {
  border-left-color: #0098ca;
}
/* line 160, ../sass/elements/_timeline.scss */
.timeline .post:nth-child(even) .timeline-content.bg-info:before, .timeline .post:nth-child(even) .timeline-content.border-info:before {
  border: 15px solid transparent;
  border-right-color: #0098ca;
}
/* line 152, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-warning,
.timeline .post .timeline-content.border-warning {
  border-color: #f89406;
}
/* line 156, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-warning:before,
.timeline .post .timeline-content.border-warning:before {
  border-left-color: #f89406;
}
/* line 160, ../sass/elements/_timeline.scss */
.timeline .post:nth-child(even) .timeline-content.bg-warning:before, .timeline .post:nth-child(even) .timeline-content.border-warning:before {
  border: 15px solid transparent;
  border-right-color: #f89406;
}
/* line 152, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-success,
.timeline .post .timeline-content.border-success {
  border-color: #2991ac;
}
/* line 156, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-success:before,
.timeline .post .timeline-content.border-success:before {
  border-left-color: #2991ac;
}
/* line 160, ../sass/elements/_timeline.scss */
.timeline .post:nth-child(even) .timeline-content.bg-success:before, .timeline .post:nth-child(even) .timeline-content.border-success:before {
  border: 15px solid transparent;
  border-right-color: #2991ac;
}
/* line 152, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-primary,
.timeline .post .timeline-content.border-primary {
  border-color: #225e80;
}
/* line 156, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-primary:before,
.timeline .post .timeline-content.border-primary:before {
  border-left-color: #225e80;
}
/* line 160, ../sass/elements/_timeline.scss */
.timeline .post:nth-child(even) .timeline-content.bg-primary:before, .timeline .post:nth-child(even) .timeline-content.border-primary:before {
  border: 15px solid transparent;
  border-right-color: #225e80;
}
