.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}
.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}
.block-editor-block-list__layout .reusable-block-edit-panel {
  align-items: center;
  background: #f8f9f9;
  color: #555d66;
  display: flex;
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  position: relative;
  top: -14px;
  margin: 0 -14px;
  padding: 8px 14px;
  position: relative;
  border: 1px dashed rgba(145, 151, 162, 0.25);
  border-bottom: none;
}
.block-editor-block-list__layout
  .block-editor-block-list__layout
  .reusable-block-edit-panel {
  margin: 0 -14px;
  padding: 8px 14px;
}
.block-editor-block-list__layout
  .reusable-block-edit-panel
  .reusable-block-edit-panel__spinner {
  margin: 0 5px;
}
.block-editor-block-list__layout
  .reusable-block-edit-panel
  .reusable-block-edit-panel__info {
  margin-right: auto;
}
.block-editor-block-list__layout
  .reusable-block-edit-panel
  .reusable-block-edit-panel__label {
  margin-right: 8px;
  white-space: nowrap;
  font-weight: 600;
}
.block-editor-block-list__layout
  .reusable-block-edit-panel
  .reusable-block-edit-panel__title {
  flex: 1 1 100%;
  font-size: 14px;
  height: 30px;
  margin: 4px 0 8px;
}
.block-editor-block-list__layout
  .reusable-block-edit-panel
  .components-button.reusable-block-edit-panel__button {
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .block-editor-block-list__layout .reusable-block-edit-panel {
    flex-wrap: nowrap;
  }
  .block-editor-block-list__layout
    .reusable-block-edit-panel
    .reusable-block-edit-panel__title {
    margin: 0;
  }
  .block-editor-block-list__layout
    .reusable-block-edit-panel
    .components-button.reusable-block-edit-panel__button {
    margin: 0 0 0 5px;
  }
}
.editor-block-list__layout .is-selected .reusable-block-edit-panel {
  border-color: rgba(66, 88, 99, 0.4);
  border-left-color: transparent;
}
.is-dark-theme
  .editor-block-list__layout
  .is-selected
  .reusable-block-edit-panel {
  border-color: rgba(255, 255, 255, 0.45);
  border-left-color: transparent;
}
.block-editor-block-list__layout .reusable-block-indicator {
  background: #fff;
  border: 1px dashed #e2e4e7;
  color: #555d66;
  top: -14px;
  height: 30px;
  padding: 4px;
  position: absolute;
  z-index: 1;
  width: 30px;
  right: -14px;
}
.wp-block-button {
  color: #fff;
  margin-bottom: 1.5em;
}
.wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-button.alignright {
  text-align: right;
}
.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.wp-block-button__link:visited {
  color: inherit;
}
.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.is-style-outline {
  color: #32373c;
}
.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid currentcolor;
}
.wp-block-calendar {
  text-align: center;
}
.wp-block-calendar th,
.wp-block-calendar tbody td {
  padding: 4px;
  border: 1px solid #e2e4e7;
}
.wp-block-calendar tfoot td {
  border: none;
}
.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
  font-family: Roboto;
}
.wp-block-calendar table th {
  font-weight: 440;
  background: #edeff0;
}
.wp-block-calendar a {
  text-decoration: underline;
}
.wp-block-calendar tfoot a {
  color: #00739c;
}
.wp-block-calendar table tbody,
.wp-block-calendar table caption {
  color: #40464d;
}
.wp-block-categories.alignleft {
  margin-right: 2em;
}
.wp-block-categories.alignright {
  margin-left: 2em;
}
.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-column {
  flex-grow: 1;
  margin-bottom: 1em;
  flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 16px);
    flex-grow: 0;
  }
  .wp-block-column:nth-child(even) {
    margin-left: 32px;
  }
}
@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
}
.wp-block-cover-image,
.wp-block-cover {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image.has-left-content h2,
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover-image.has-right-content h2,
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right;
}
.wp-block-cover-image h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center;
}
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:hover,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover h2 a,
.wp-block-cover h2 a:hover,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:active,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:active {
  color: #fff;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: 0.5;
  z-index: 1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
  opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
  opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
  opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
  opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
  opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
  opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
  opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
  opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 305px;
  width: 100%;
}
.wp-block-cover-image:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-cover-image:after,
  .wp-block-cover:after {
    content: none;
  }
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 70px);
  z-index: 1;
  color: #f8f9f9;
}
.wp-block-cover-image p,
.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image .wp-block-subhead,
.wp-block-cover p,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover .wp-block-subhead {
  color: inherit;
}
.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.block-editor-block-list__block[data-type="core/embed"][data-align="left"]
  .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align="right"]
  .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}
.wp-block-embed {
  margin-bottom: 1em;
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-21-9
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-18-9
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-16-9
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-4-3
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-1
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-9-16
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-2
  .wp-block-embed__wrapper {
  position: relative;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-21-9
  .wp-block-embed__wrapper:before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-18-9
  .wp-block-embed__wrapper:before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-16-9
  .wp-block-embed__wrapper:before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-4-3
  .wp-block-embed__wrapper:before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-1
  .wp-block-embed__wrapper:before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-9-16
  .wp-block-embed__wrapper:before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-2
  .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-21-9
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-18-9
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-16-9
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-4-3
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-1
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-9-16
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-2
  .wp-block-embed__wrapper
  iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-21-9
  .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-18-9
  .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-16-9
  .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-4-3
  .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-1
  .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-9-6
  .wp-block-embed__wrapper:before {
  padding-top: 66.66%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-2
  .wp-block-embed__wrapper:before {
  padding-top: 200%;
}
.wp-block-file {
  margin-bottom: 1.5em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  text-align: right;
}
.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button {
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:active {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0,
    rgba(0, 0, 0, 0.3) 70%,
    transparent
  );
}
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 16px * 2) / 3);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
      width: calc((100% - 16px * 2) / 3 - 1px);
    }
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 16px * 3) / 4);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
      width: calc((100% - 16px * 3) / 4 - 1px);
    }
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 16px * 4) / 5);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
      width: calc((100% - 16px * 4) / 5 - 1px);
    }
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 16px * 5) / 6);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
      width: calc((100% - 16px * 5) / 6 - 1px);
    }
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 16px * 6) / 7);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
      width: calc((100% - 16px * 6) / 7 - 1px);
    }
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 16px * 7) / 8);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
      width: calc((100% - 16px * 7) / 8 - 1px);
    }
  }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignright {
  display: flex;
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter,
.wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image .alignleft {
  float: left;
  margin-right: 1em;
}
.wp-block-image .alignright {
  float: right;
  margin-left: 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}
.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none;
}
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta,
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt {
  margin-left: 52px;
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px;
}
.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px;
}
.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc((100% / 2) - 16px);
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc((100% / 3) - 16px);
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc((100% / 4) - 16px);
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc((100% / 5) - 16px);
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc((100% / 6) - 16px);
  }
}
.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}
.wp-block-media-text {
  display: grid;
}
.wp-block-media-text {
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%;
}
.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 8%;
}
.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media" "media-text-content";
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-content" "media-text-media";
  }
}
.is-small-text {
  font-size: 14px;
}
.is-regular-text {
  font-size: 16px;
}
.is-large-text {
  font-size: 36px;
}
.is-larger-text {
  font-size: 48px;
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
.has-drop-cap:not(:focus):after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px;
}
p.has-background {
  padding: 20px 30px;
}
p.has-text-color a {
  color: inherit;
}
.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 305px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 20px;
}
.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote .has-text-color a {
  color: inherit;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  background: 0 0;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}
.wp-block-pullquote cite {
  color: inherit;
}
.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
  margin: 0 0 16px;
  padding: 0 1em;
}
.wp-block-quote.is-style-large p,
.wp-block-quote.is-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
  font-size: 18px;
  text-align: right;
}
.wp-block-rss.alignleft {
  margin-right: 2em;
}
.wp-block-rss.alignright {
  margin-left: 2em;
}
.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-rss.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-rss.columns-2 li {
    width: calc((100% / 2) - 16px);
  }
  .wp-block-rss.columns-3 li {
    width: calc((100% / 3) - 16px);
  }
  .wp-block-rss.columns-4 li {
    width: calc((100% / 4) - 16px);
  }
  .wp-block-rss.columns-5 li {
    width: calc((100% / 5) - 16px);
  }
  .wp-block-rss.columns-6 li {
    width: calc((100% / 6) - 16px);
  }
}
.wp-block-rss__item-publish-date,
.wp-block-rss__item-author {
  color: #6c7781;
  font-size: 13px;
}
.wp-block-search {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-search .wp-block-search__label {
  width: 100%;
}
.wp-block-search .wp-block-search__input {
  flex-grow: 1;
}
.wp-block-search .wp-block-search__button {
  margin-left: 10px;
}
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
  background: 0 0;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots:before {
  content: "\00b7 \00b7 \00b7";
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: Roboto;
}
p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}
.wp-block-table.has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table.alignleft,
.wp-block-table.aligncenter,
.wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table.has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table.has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table.has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f3f4f5;
}
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color
  tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color
  tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color
  tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color
  tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td {
  border-color: transparent;
}
.wp-block-text-columns {
  display: flex;
}
.wp-block-text-columns.aligncenter {
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: calc(100% / 2);
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: calc(100% / 3);
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: calc(100% / 4);
}
pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto;
}
.wp-block-video {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-video video {
  max-width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}
.has-pale-pink-background-color.has-pale-pink-background-color {
  background-color: #f78da7;
}
.has-vivid-red-background-color.has-vivid-red-background-color {
  background-color: #cf2e2e;
}
.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
.has-very-light-gray-background-color.has-very-light-gray-background-color {
  background-color: #eee;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
  background-color: #313131;
}
.has-pale-pink-color.has-pale-pink-color {
  color: #f78da7;
}
.has-vivid-red-color.has-vivid-red-color {
  color: #cf2e2e;
}
.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
  color: #ff6900;
}
.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
  color: #fcb900;
}
.has-light-green-cyan-color.has-light-green-cyan-color {
  color: #7bdcb5;
}
.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
  color: #00d084;
}
.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
  color: #0693e3;
}
.has-very-light-gray-color.has-very-light-gray-color {
  color: #eee;
}
.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
  color: #abb8c3;
}
.has-very-dark-gray-color.has-very-dark-gray-color {
  color: #313131;
}
.has-small-font-size {
  font-size: 13px;
}
.has-regular-font-size,
.has-normal-font-size {
  font-size: 16px;
}
.has-medium-font-size {
  font-size: 20px;
}
.has-large-font-size {
  font-size: 36px;
}
.has-larger-font-size,
.has-huge-font-size {
  font-size: 42px;
}
.zilla-likes {
  background: url(../img/heart.png)
    no-repeat 0 49%;
  border: 0 !important;
  display: inline-block;
  margin-bottom: 10px;
  min-height: 14px;
  padding-left: 18px;
  text-decoration: none;
}
.zilla-likes:hover,
.zilla-likes.active {
  background: url(../img/heart_active.png)
    no-repeat 0 49%;
  border: 0 !important;
  margin: 0 0 10px !important;
  padding-left: 18px !important;
  text-decoration: none;
}
.zilla-blog-widget .zilla-likes,
.tz_recentwork_widget .zilla-likes,
.tz_blog_widget .zilla-likes,
.home div#the_body #slider .excerpt .zilla-likes,
.archive div#the_body #slider .excerpt .zilla-likes {
  display: none;
}
div.wpcf7 {
  margin: 0;
  padding: 0;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid red;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 2px solid red;
}
div.wpcf7-spam-blocked {
  border: 2px solid orange;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
  position: relative;
}
span.wpcf7-not-valid-tip {
  color: red;
  font-size: 1em;
  font-weight: 400;
  display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid red;
  background: #fff;
  padding: 0.2em 0.8em;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
  content: " ";
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
div.wpcf7 div.ajax-error {
  display: none;
}
div.wpcf7 .placeheld {
  color: #888;
}
div.wpcf7 input[type="file"] {
  cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.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;
}
.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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  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;
}
.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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board: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-pdf-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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc: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-full:before,
.fa-battery: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing: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-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-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-full:before,
.fa-thermometer: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-bath:before,
.fa-bathtub:before,
.fa-s15: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;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family:Roboto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: Roboto;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.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;
}
[role="button"] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 2em;
  padding-left: 2em;
  margin-right: auto;
  margin-left: auto;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color:#E5ECEC;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family:Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: Roboto;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000009;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.flex-direction-nav a,
.flex-direction-nav a:before {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a,
.flex-pauseplay a {
  z-index: 10;
  overflow: hidden;
  position: absolute;
}
.flex-container a:focus,
.flex-container a:hover,
.flex-slider a:focus,
.flex-slider a:hover {
  outline: 0;
}
.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  padding: 0;
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  top: 50%;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: "\f001";
}
.flex-direction-nav a.flex-next:before {
  content: "\f002";
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: "\f003";
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
  height: 100%;
  width: 100%;
}
.mfp-container:before,
.mfp-figure:after {
  content: "";
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-close,
.mfp-preloader {
  text-align: center;
  position: absolute;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  top: 50%;
  width: auto;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-close,
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  right: 0;
  top: 0;
  text-decoration: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}
img.mfp-img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure:after {
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
[data-icon]:before {
  content: attr(data-icon);
}
.icon-sst-buffer:before,
.icon-sst-digg:before,
.icon-sst-linkedin:before,
.icon-sst-reddit:before,
.icon-sst-stumbleupon:before,
.icon-sst-tumblr:before,
.icon-sst-twitter:before,
[data-icon]:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.icon-sst-digg:before {
  content: "\f1a6";
}
.icon-sst-linkedin:before {
  content: "\f0e1";
}
.icon-sst-reddit:before {
  content: "\f281";
}
.icon-sst-stumbleupon:before {
  content: "\f1a4";
}
.icon-sst-tumblr:before {
  content: "\f173";
}
.icon-sst-twitter:before {
  content: "\f099";
}
.share-selected-text-main-container {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  transition: 0.3s ease all;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 99;
  pointer-events: none;
}
.share-selected-text-main-container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 999;
}
.share-selected-text-main-container .share-selected-text-inner {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #404658;
  height: 100%;
  pointer-events: auto;
  position: relative;
}
.share-selected-text-main-container .share-selected-text-inner:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0;
  border-color: #404658 transparent transparent;
}
.share-selected-text-main-container .share-selected-text-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  transition: 0.2s ease all;
}
.share-selected-text-main-container .share-selected-text-btn:focus,
.share-selected-text-main-container .share-selected-text-btn:hover {
  background: #4f566d;
}
body {
  font-family: Roboto;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased !important;
}
html,
body {
  width: 100%;
  height: 100%;
}
body.logged-in {
  top: 32px;
}
a {
  color: #ff3c00;
}
a,
a > * {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #cd000e;
  outline: none;
  text-decoration: none;
}
dl dd {
  margin-bottom: 10px;
}
.navbar a,
.form-control {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a,
.btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}
button:focus {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto;
  font-weight: 400;
  margin: 0 0 15px;
  color: #202020;
}
h1 {
  font-size: 35px;
  line-height: 50px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 20px;
  line-height: 25px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
p {
  margin-bottom: 15px;
}
p img {
  margin: 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.widget {
  margin: 0 0 20px;
}
.widget select {
  max-width: 100%;
}
.blog-wrapper .sticky {
  display: block;
  border: 5px solid #e8e8e8;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
}
.page-wrapper {
  position: relative;
  padding: 50px 0 100px;
}
.dropcap {
  float: left;
  font-size: 90px;
  line-height: 80px;
  margin: 0 10px 0 0;
}
::-moz-selection {
  background: #ff3c00;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #ff3c00;
  color: #fff;
  text-shadow: none;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.video-section {
  top: 0;
  left: 0;
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.overlay {
  min-height: 400px;
  background-color: rgba(0, 0, 0, 0.5);
}
video,
object {
  min-width: 100%;
  min-height: 100%;
}
.audio {
  width: 100%;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 3px;
  text-align: center;
}
.wp-caption figcaption {
  padding: 5px 0 0;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 0 none;
  width: auto;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
}
.wp-caption .wp-caption-text {
  margin: 5px 0;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.alignfull,
.alignwide {
  margin-left: -30px;
  margin-right: -30px;
  width: auto;
}
.wp-block-image {
  max-width: inherit;
}
@media only screen and (min-width: 950px) {
  .single-post .entry-content .alignwide {
    margin-left: -30px;
    margin-right: -30px;
    width: auto;
  }
  .wp-block-gallery {
    margin: 0 -8px 15px;
  }
}
@media screen and (min-width: 568px) and (max-width: 767px) {
  .wp-block-cover-image {
    min-height: 300px;
  }
}
@media (max-width: 567px) {
  .wp-block-cover-image {
    min-height: 220px;
  }
}
.wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0 !important;
  margin: 15px 0;
  clear: both;
}
.wp-block-gallery.alignleft {
  margin-right: 30px;
}
.wp-block-gallery.alignright {
  margin-left: 30px;
}
.has-single-sidebar.single-post .entry-content .alignwide {
  margin-left: -30px;
  margin-right: -30px;
}
.single-post .creative .entry-content .alignwide {
  margin-left: -100px;
  margin-right: -100px;
}
.has-single-sidebar.single-post .creative .entry-content .alignwide,
.has-single-sidebar.single-post .entry-content .alignfull {
  margin-left: -30px;
  margin-right: -30px;
}
.wp-caption {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  max-width: 100%;
}
.wp-caption figcaption {
  padding: 7px 0;
  font-size: 14px;
  color: #666;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.wp-block-cover,
.wp-block-cover-image {
  min-height: 450px;
}
.wp-block-column {
  margin-bottom: 30px;
}
.wp-block-column:nth-child(2n + 1),
.blog .wp-block-column:not(:last-child) {
  margin-right: 15px;
}
.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
  margin-left: 15px;
}
.wp-block-image figcaption {
  line-height: 22px;
}
.wp-block-columns.alignfull,
.wp-block-columns.alignwide {
  padding: 0 15px;
}
.blog .wp-block-columns ol,
.blog .wp-block-columns ul,
.blog .wp-block-columns dl {
  padding-left: 0;
  list-style-position: inside;
}
.blog .wp-block-columns blockquote {
  padding: 0 0 0 15px;
  font-size: 20px;
}
.blog .wp-block-columns blockquote cite:before {
  top: 8px;
  width: 15px;
}
.blog .wp-block-columns blockquote cite {
  font-size: 14px;
  padding-left: 20px;
  line-height: 1.3;
  display: inline-block;
}
.blog .wp-block-media-text .has-large-font-size {
  font-size: 22px;
  margin-bottom: 8px;
}
.blog .wp-block-pullquote.is-style-solid-color blockquote {
  width: 100%;
}
.blog .wp-block-gallery.columns-4 figcaption,
.blog .wp-block-gallery.columns-5 figcaption,
.blog .wp-block-gallery.columns-6 figcaption,
.blog .wp-block-gallery.columns-7 figcaption,
.blog .wp-block-gallery.columns-8 figcaption,
.blog .wp-block-gallery.columns-9 figcaption {
  display: none;
}
.wp-block-media-text {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.wp-block-separator {
  width: 100px;
  border-color: #ccc;
  margin: 16px auto;
}
.wp-block-separator.is-style-wide {
  width: 100%;
}
.wp-block-separator.is-style-dots:before {
  padding-left: 0;
  font-weight: 700;
}
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt,
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta {
  margin-left: 10px;
}
.widget_recent_comments ul li a,
.wp-block-latest-comments__comment-meta a {
  color: #212121;
}
.widget_recent_comments ul li a:hover,
.wp-block-latest-comments__comment-meta a:hover {
  color: #021bdd;
}
.comment-author-link,
.wp-block-latest-comments__comment-author {
  font-weight: 700;
}
.wp-block-latest-comments__comment {
  display: block;
  position: relative;
  overflow: hidden;
}
.wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.posts-content .wp-block-latest-comments li article {
  overflow: hidden;
  margin-bottom: 0;
}
.wp-block-categories,
.wp-block-archives,
.wp-block-latest-posts {
  padding-left: 0;
}
.wp-block-categories li,
.wp-block-archives li,
.wp-block-latest-posts li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.wp-block-latest-posts li {
  margin-bottom: 20px;
}
.wp-block-categories li a,
.wp-block-archives li a,
.wp-block-latest-posts li a {
  color: #212121;
}
.wp-block-categories li a:hover,
.wp-block-archives li a:hover,
.wp-block-latest-posts li a:hover {
  color: #021bdd;
}
.wp-block-categories li .children,
.wp-block-archives li .children,
.wp-block-latest-posts li .children {
  padding-left: 0;
}
.wp-block-categories li:before,
.wp-block-archives li:before,
.wp-block-latest-posts li:before {
  content: "\f105";
  font-family: fontawesome;
  font-weight: 900;
  left: 0;
  position: absolute;
  color: rgba(0, 0, 0, 0.4);
}
.wp-block-archives-dropdown select {
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
}
@media (min-width: 600px) {
  .blog .wp-block-latest-posts.columns-4 li,
  .blog .wp-block-latest-posts.columns-5 li,
  .blog .wp-block-latest-posts.columns-6 li,
  .blog .wp-block-latest-posts.columns-7 li,
  .blog .wp-block-latest-posts.columns-8 li,
  .blog .wp-block-latest-posts.columns-9 li {
    width: calc(33.3% - 16px);
  }
}
.has-huge-font-size,
.has-large-font-size,
.has-larger-font-size {
  line-height: 1.5;
}
table {
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.vc_btn3-container .vc_btn3.vc_btn3-size-md,
.vc_btn3-container .vc_btn3.vc_btn3-size-md,
.btn {
  padding: 14px 45px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
}
.vc_btn3-container .vc_btn3.vc_btn3-size-lg,
.vc_btn3-container .vc_btn3.vc_btn3-size-lg,
.btn-group-lg > .btn,
.btn-lg {
  padding: 17px 45px;
  font-size: 17px;
  font-weight: 700;
}
.vc_general.vc_btn3.vc_btn3-color-theme_primary_color,
.btn-primary {
  background-color: #ff3c00;
  border-color: #ff3c00;
  color: #fff;
}
.vc_general.vc_btn3.vc_btn3-color-theme_primary_color:hover,
.vc_general.vc_btn3.vc_btn3-color-theme_primary_color:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus {
  background-color: #e63600;
  border-color: #e63600;
  color: #fff;
}
.btn-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
}
.btn-outline:hover,
.btn-outline:focus {
  background-color: #fff;
  border-color: #fff;
  color: #ff3c00;
}
.vc_general.vc_btn3.vc_btn3-color-theme_default_color,
.btn-default {
  font-size: 14px;
  font-weight: 700;
  color: #ff3c00;
  border-color: #fff;
  background-color: #fff;
}
.vc_general.vc_btn3.vc_btn3-color-theme_default_color:hover,
.vc_general.vc_btn3.vc_btn3-color-theme_default_color:focus,
.btn-default:hover,
.btn-default:focus {
  color: #fff;
  border-color: #ff3c00;
  background-color: #ff3c00;
}
.learnmore-btn {
  font-size: 20px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-radius: 30px;
  padding: 20px 57px;
}
.learnmore-btn:focus,
.learnmore-btn:hover {
  background: #fff;
  border-color: transparent;
  color: #ff3c00;
}
.btn:focus,
button:focus {
  outline: none !important;
}
.alert {
  padding: 10px 15px;
  border-radius: 0;
}
.tt-alert {
  background-color: transparent;
}
.alert-dismissible .close {
  top: 5px;
}
.check-circle-list {
  padding: 0;
  list-style: none;
}
.check-circle-list li {
  line-height: 33px;
}
.check-circle-list li i {
  font-size: 16px;
  color: #cdcdcd;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.check-circle-list li:hover i {
  color: #ff3c00;
}
.form-group {
  margin-bottom: 30px;
}
.form-control {
  height: 50px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #202020;
  border: 1px solid #eee;
  border-radius: 0;
}
.form-control:focus {
  border-color: #ff3c00;
}
#wrapper {
  background-color: #fff;
}
.box-layout #wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.box-framed-layout #wrapper {
  max-width: 1200px;
  margin: 25px auto;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .border-layout #wrapper {
    margin: 20px;
  }
}
.section-wrapper {
  position: relative;
}
.container-fullwidth {
  width: 100%;
}
.container-fullwidth .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.vc_row.section-wrapper {
  margin-left: 0;
  margin-right: 0;
}
.page-wrapper .posts-content .section-wrapper .container {
  width: 100%;
  padding: 0;
}
.vc_row.vc_row-o-full-height {
  min-height: 100vh !important;
}
.vc_row.vc_row-o-equal-height {
  margin-left: 0;
  margin-right: 0;
}
.ie9 .vc_row-o-full-height .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.row.vc_column-gap-0 {
  margin-left: 0;
  margin-right: 0;
}
.row.vc_column-gap-0 .vc_row-fluid {
  margin: 0;
}
.row.vc_column-gap-0 .vc_column-inner {
  padding: 0;
}
.row.vc_column-gap-1 {
  margin-left: -0.5px;
  margin-right: -0.5px;
}
.row.vc_column-gap-1 .vc_column-inner {
  padding: 0.5px;
}
.row.vc_column-gap-2 {
  margin-left: -1px;
  margin-right: -1px;
}
.row.vc_column-gap-2 .vc_column-inner {
  padding: 1px;
}
.row.vc_column-gap-3 {
  margin-left: -1.5px;
  margin-right: -1.5px;
}
.row.vc_column-gap-3 .vc_column-inner {
  padding: 1.5px;
}
.row.vc_column-gap-4 {
  margin-left: -2px;
  margin-right: -2px;
}
.row.vc_column-gap-4 .vc_column-inner {
  padding: 2px;
}
.row.vc_column-gap-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.row.vc_column-gap-5 .vc_column-inner {
  padding: 2.5px;
}
.row.vc_column-gap-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.vc_column-gap-10 .vc_column-inner {
  padding: 5px;
}
.row.vc_column-gap-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row.vc_column-gap-15 .vc_column-inner {
  padding: 0 7.5px;
}
.row.vc_column-gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.vc_column-gap-20 .vc_column-inner {
  padding: 0 10px;
}
.row.vc_column-gap-25 {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.row.vc_column-gap-25 .vc_column-inner {
  padding: 0 12.5px;
}
.row.vc_column-gap-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row.vc_column-gap-30 .vc_column-inner {
  padding: 0 15px;
}
.row.vc_column-gap-35 {
  margin-left: -17.5px;
  margin-right: -17.5px;
}
.row.vc_column-gap-35 .vc_column-inner {
  padding: 0 17.5px;
}
.tt-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.white-text {
  color: #fff;
}
.theme-color {
  color: #ff3c00;
}
.theme-bg {
  background-color: #ff3c00;
}
.dark-bg {
  background-color: #2a2425;
}
.section-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.sction-title-wrapper .separator {
  background-color: #ff3c00;
  width: 100px;
  height: 2px;
  display: block;
  margin-bottom: 25px;
}
.sction-title-wrapper.text-center .separator {
  margin: 0 auto 20px;
}
.sction-title-wrapper.text-right .separator {
  margin-left: auto;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-80 {
  margin-bottom: 80px;
}
.no-padding {
  padding: 0 !important;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.ptb-50 {
  padding: 50px 0;
}
.ptb-90 {
  padding: 90px 0;
}
.overlay-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.gray-bg {
  background-color: #fafafa;
}
.gutter {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.promo-wrap {
  position: relative;
  display: inline-table;
}
.promo-wrap .promo-title {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  color: #f7f7f7;
  z-index: 1;
  background-color: rgba(128, 128, 128, 0.54);
  line-height: 14px;
  padding: 0 5px;
}
.footer-promo {
  padding: 20px 0;
}
.footer-promo img {
  margin: 0 auto;
}
.article-promo-top,
.article-promo-bottom {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 10px 10px 3px;
}
.vertical-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  padding: 0 15px;
}
.header-top-wrapper {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fff;
}
.header-top-contents > div {
  display: inline-block;
}
.header-top-wrapper .contact-info {
  display: inline-block;
  margin: 0;
}
.header-top-wrapper .contact-info ul {
  margin: 0;
  padding: 0;
}
.header-top-wrapper .contact-info ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}
.header-top-wrapper .contact-info ul li a {
  color: #999;
}
.header-top-wrapper .contact-info ul li a:hover {
  color: #ff3c00;
}
.header-top-wrapper .contact-info ul li:last-child {
  list-style: none;
  display: inline-block;
  margin-right: 0;
}
.social-links-wrap {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .header-top-wrapper .social-links-wrap {
    position: relative;
    z-index: 100;
    display: inline-block;
  }
}
.header-top-wrapper .social-icon ul {
  margin: 0;
}
.header-top-wrapper .social-icon ul li {
  padding: 0;
  margin-left: 5px;
}
.header-top-wrapper .social-icon ul li a {
  padding: 0;
}
.header-top-wrapper .social-icon ul li:last-child a {
  padding-right: 0;
}
.header-top-wrapper .social-icon ul li a i {
  border: 0;
  color: #585858;
  font-size: 10px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  height: 20px;
  border-radius: 2px;
  background-color: #cecece;
}
.header-top-wrapper .social-icon ul li a i:hover {
  border: 0;
  background-color: #ff3c00;
  color: #fff;
}
@media (max-width: 479px) {
  .header-top-wrapper .contact-info.pull-left {
    float: inherit !important;
    text-align: center;
  }
}
.header-top-wrapper .weather-wrap {
  margin: 0 0 0 30px;
  top: 4px;
  position: relative;
}
.header-top-wrapper .weather-wrap:before {
  content: "\f185";
  font-family: fontawesome;
  position: absolute;
  left: -17px;
  top: -5px;
  font-size: 12px;
}
.header-top-wrapper .weather-container {
  font-size: 12px;
  line-height: 15px;
}
.weather-container .temperature-info {
  float: left;
}
.temperature-info > div {
  display: inline-block;
}
.temp-change button {
  background-color: transparent;
  border: 0;
  border-right: 1px solid #ececec;
  padding: 0 3px 0 0;
  margin-right: 3px;
}
.temp-change button.checked {
  color: #ff3c00;
}
.current-date {
  font-size: 12px;
  margin-left: 15px;
  line-height: 28px;
}
.current-date i {
  margin-right: 5px;
}
.header-menu {
  display: inline-block;
}
.header-menu ul {
  padding-right: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-menu > div > ul > li {
  margin-right: 15px;
  display: inline-block;
}
.header-menu ul li {
  font-size: 12px;
}
.header-menu ul li a {
  padding: 0;
  color: #999;
}
.header-menu ul li a:hover {
  background-color: transparent;
  color: #ff3c00;
}
.header-nav ul.sub-menu {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  width: 160px;
  background-color: #ddd;
  z-index: 100;
}
.header-nav ul.sub-menu li a {
  display: block;
  padding: 5px 10px;
}
.header-nav > li > ul.sub-menu > li ul.sub-menu {
  left: 158px;
  top: 0;
}
.header-nav > li > ul ul {
  display: none;
}
.header-nav li {
  position: relative;
}
.header-nav > li > ul.sub-menu li:hover > ul.sub-menu,
.header-nav > li:hover > ul.sub-menu {
  display: block;
}
@media screen and (max-width: 580px) {
  .header-menu ul {
    text-align: center;
  }
  .header-menu ul li {
    float: none;
    display: inline-block;
  }
}
.breaking-news-wrapper {
  display: none;
  background-color: #fff;
  padding: 10px 0;
}
.breaking-news-wrapper .news-prefix-title {
  background-color: #0caeff;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 2px 8px 1px;
  display: inline-block;
  line-height: 25px;
  float: left;
  margin-right: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  border-radius: 2px;
}
.breaking-news {
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
}
.breaking-news li {
  list-style: none;
}
.breaking-news li a {
  font-size: 13px;
  color: #333;
}
.breaking-news li a:hover {
  color: #ff3c00;
}
@media (max-width: 600px) {
  .breaking-news-wrapper {
    display: none !important;
  }
}
.navbar {
  min-height: 40px;
}
.main-menu-wrapper {
  position: relative;
  border-bottom: 1px solid #ebeaea;
}
@media (min-width: 768px) {
  .main-menu-wrapper:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ebeaea;
  }
}
.header-wrapper.sticky .main-menu-wrapper:before {
  height: 0;
}
.has-header-search .navbar-nav {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .has-header-search .navbar-nav {
    padding-right: 0;
  }
  .navbar {
    min-height: 1px;
  }
}
.main-menu {
  position: relative;
}
@media (min-width: 768px) {
  .navbar-nav .collapse {
    display: block;
  }
  .navbar-nav li.has-mega-menu {
    position: static;
  }
  .navbar-nav ul {
    position: static;
    display: block;
    border: 0;
    margin: 0;
    min-width: 200px;
  }
  .navbar-default {
    background-color: #fff;
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 23px;
  }
  .sticky .navbar-nav > li > .dropdown-menu {
    margin-top: 13px;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 15px;
  }
  .sticky .navbar-right .dropdown-menu {
    left: 13px;
  }
}
.header-wrapper.sticky .navbar-default {
  -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
  -o-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
}
@media (min-width: 768px) {
  .brand-wrapper {
    float: none;
    padding: 15px 0 10px;
  }
  .brand-wrapper .navbar-brand h1,
  .navbar-header h1 {
    display: inline-block;
    margin: 0;
    line-height: 90px;
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .brand-wrapper .navbar-brand h1,
  .navbar-header h1 {
    line-height: 70px;
  }
}
.navbar-brand {
  margin: 0;
  padding: 0;
  height: auto;
}
.navbar-brand h1 {
  margin: 0;
}
.navbar-brand a {
  display: inline-block;
}
.header-two .navbar-header {
  padding: 0;
}
@media (min-width: 768px) {
  .header-two .navbar-header {
    float: left;
  }
  .header-two .navbar-header h1 {
    line-height: inherit;
    margin-top: 22px;
  }
}
.header-two .header-wrapper .promo-wrap {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .navbar-brand img {
    margin-top: -10px;
    max-width: 100%;
    height: auto;
  }
  .has-sticky-logo .header-wrapper.sticky .site-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-wrapper .promo-wrap {
    margin: 5px 0 0;
  }
  .has-sticky-mobile-logo .header-wrapper.sticky .site-logo {
    display: none !important;
  }
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar .nav > li {
  padding: 0 15px;
  border-top: 3px solid transparent;
  border-radius: 0;
  margin-right: 1px;
}
/* .menu-colored-border .navbar .nav > li:nth-child(1) {
  border-color: #007eff;
}
.menu-colored-border .navbar .nav > li:nth-child(2) {
  border-color: #ff00a8;
}
.menu-colored-border .navbar .nav > li:nth-child(3) {
  border-color: #a800ff;
}
.menu-colored-border .navbar .nav > li:nth-child(4) {
  border-color: #00ff9c;
}
.menu-colored-border .navbar .nav > li:nth-child(5) {
  border-color: #ffa800;
}
.menu-colored-border .navbar .nav > li:nth-child(6) {
  border-color: #ff4e00;
}
.menu-colored-border .navbar .nav > li:nth-child(7) {
  border-color: #00deff;
}
.menu-colored-border .navbar .nav > li:nth-child(8) {
  border-color: #007eff;
}
.menu-colored-border .navbar .nav > li:nth-child(9) {
  border-color: #ff00a8;
}
.menu-colored-border .navbar .nav > li:nth-child(10) {
  border-color: #a800ff;
}
.menu-colored-border .navbar .nav > li:nth-child(11) {
  border-color: #ffde00;
} */
.menu-colored-border .navbar .nav > li:nth-child(12) {
  border-color: #4f1845;
}
.navbar .nav > li > a {
  padding: 20px 0;
  -webkit-transform: translateZ(0);
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-two .header-wrapper.sticky .navbar .nav > li > a {
    padding: 10px 5px;
  }
}
.navbar .nav li a i {
  padding-right: 5px;
}
.navbar .nav li a.menu-heading {
  position: relative;
  cursor: default;
  margin-bottom: 15px;
  font-weight: 700;
  display: block;
}
.navbar .nav li a.menu-heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 30px;
  height: 2px;
  background-color: #c7c7c7;
}
.navbar .nav li a.menu-heading:hover {
  color: inherit;
  background-color: transparent;
}
.navbar-default {
  margin-bottom: 0;
  border-color: transparent;
  border: 0;
  border-radius: 0;
}
.header-wrapper.navbar-fixed-top {
  position: inherit;
  background-color: #fff;
}
@media (min-width: 768px) {
  .header-wrapper.navbar-fixed-top.sticky .navbar-default {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
  }
}
.admin-bar .header-wrapper.navbar-fixed-top.sticky .navbar-default,
.admin-bar .header-wrapper {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .header-wrapper.navbar-fixed-top.sticky .navbar-default,
  .admin-bar .navbar-fixed-top {
    top: 45px;
  }
}
@media (max-width: 600px) {
  .admin-bar .header-wrapper.navbar-fixed-top.sticky .navbar-default {
    top: 0;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #212121;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  transition: none;
}
.navbar-nav .widget_nav_menu ul li,
.respmenu .widget_nav_menu ul li {
  list-style: none;
}
.navbar-nav .widget_nav_menu ul li a,
.respmenu .widget_nav_menu ul li a {
  color: #202020 !important;
  font-size: 14px;
  line-height: 24px;
}
.navbar-nav .section-title,
.respmenu .section-title {
  margin-bottom: 5px;
}
.navbar-nav .sction-title-wrapper .separator,
.respmenu .sction-title-wrapper .separator {
  margin-bottom: 15px;
  background-color: #c7c7c7;
  width: 30px;
}
.navbar-nav li a {
  font-family: Roboto;
}
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover {
  color: #ff3c00;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #ff3c00;
  background-color: transparent;
}
.navbar-nav > li:hover > .dropdown-wrapper > ul {
  display: block;
}
.navbar-nav > li .dropdown-menu {
  border-radius: 0;
  padding: 10px 0;
}
.dropdown-menu > li > a {
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #202020;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #ff3c00;
  background-color: transparent;
}
.navbar-default .navbar-nav li.current-menu-ancestor > a,
.navbar-default .navbar-nav li.current-menu-parent > a,
.navbar-default .navbar-nav li.current-menu-item > a,
.respmenu-wrap .respmenu li.current-menu-ancestor > a,
.respmenu-wrap .respmenu li.current-menu-parent > a,
.respmenu-wrap .respmenu li.current-menu-item > a {
  color: #ff3c00 !important;
}
.navbar-default .navbar-nav li.current-menu-ancestor.has-mega-menu-child > a,
.navbar-default .navbar-nav li.current-menu-parent.has-mega-menu-child > a {
  color: #202020;
}
.navbar-default
  .navbar-nav
  li.current-menu-ancestor.has-mega-menu-child
  > a:hover,
.navbar-default
  .navbar-nav
  li.current-menu-parent.has-mega-menu-child
  > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #ff3c00;
}
.navbar-nav li .dropdown-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 40px;
  padding-top: 21px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 100;
}
@media (min-width: 768px) {
  .navbar-nav li > .dropdown-wrapper li a span {
    position: absolute;
    right: 10px;
    top: 13px;
  }
  .navbar-nav li > .dropdown-wrapper li > .dropdown-wrapper {
    left: 100%;
    margin-left: 10px;
    top: -3px;
    padding: 0 0 0 5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .navbar-nav li > .dropdown-wrapper li.dropdown-inverse > .dropdown-wrapper {
    left: auto;
    right: 100%;
    margin-right: 10px;
    margin-left: 0;
    padding: 0 5px 0 0;
  }
  .navbar-nav
    li
    > .dropdown-wrapper
    li.dropdown-inverse:hover
    > .dropdown-wrapper {
    margin-right: -5px;
  }
  .navbar-nav > li .dropdown-wrapper li:hover > .dropdown-wrapper {
    margin-left: -5px;
  }
}
.navbar-nav > li:hover > .dropdown-wrapper,
.navbar-nav > li .dropdown-wrapper li:hover > .dropdown-wrapper {
  visibility: visible;
  opacity: 1;
}
.navbar-nav .section-wrapper {
  background-color: #fff;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
  padding: 20px 0 0;
}
.navbar-nav .section-wrapper .container {
  width: 100%;
}
.navbar-nav li .megamenu-wrapper {
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  padding: 15px 0 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 101;
}
@media (min-width: 768px) {
  .navbar-nav li .megamenu-wrapper {
    overflow-y: auto;
    max-height: 500px;
  }
}
.navbar-nav li:hover > .megamenu-wrapper,
.navbar-nav li:hover > .megamenu-wrapper .dropdown-wrapper {
  visibility: visible;
  opacity: 1;
}
.navbar-nav li.has-mega-menu > .megamenu-wrapper .dropdown-wrapper {
  position: static;
  padding: 0;
}
.navbar-nav li.has-mega-menu > .megamenu-wrapper .dropdown-wrapper ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}
.navbar-nav li.has-mega-menu > .megamenu-wrapper .dropdown-wrapper ul li {
  border: 0;
}
.navbar-nav li.has-mega-menu .megamenu-wrapper .entry-meta ul {
  margin-left: -5px;
}
.navbar-nav
  li.has-mega-menu
  .megamenu-wrapper
  .entry-meta
  ul
  li
  span.entry-time
  a {
  padding: 0;
}
.navbar-nav
  li.has-mega-menu
  li.has-mega-menu-child
  .dropdown-wrapper
  ul
  li:last-child
  a {
  border-bottom: 0;
}
.megamenu-wrapper .dropdown-megamenu {
  width: 100%;
  padding: 20px 20px 10px !important;
}
.megamenu-wrapper .dropdown-megamenu > li {
  margin-bottom: 15px;
}
.megamenu-wrapper .menu-col-1 > li {
  width: 100%;
}
.megamenu-wrapper .menu-col-2 > li {
  width: 50%;
  float: left;
}
.megamenu-wrapper .menu-col-3 > li {
  width: 33.33%;
  float: left;
}
.megamenu-wrapper .menu-col-4 > li {
  overflow: hidden;
  width: 25%;
  float: left;
}
@media (max-width: 767px) {
  .navbar-nav .megamenu-wrapper > ul > li {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-two .navbar .nav > li {
    padding: 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-two .navbar-header,
  .header-two .navbar-header .navbar-brand {
    float: none;
  }
  .header-two .navbar-header h1 {
    margin-bottom: 10px;
  }
  .header-two .navbar-nav {
    float: none !important;
  }
  .navbar .nav > li {
    padding: 0;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 10px 5px 10px;
  }
  .navbar-default.sticky .navbar-nav > li > a {
    padding: 20px 12px;
  }
}
@media (min-width: 768px) {
  .header-wrapper.sticky .navbar-header {
    display: none;
  }
  .header-two .header-wrapper.sticky .navbar-header {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-two .header-wrapper.sticky .navbar-header {
    display: none;
  }
}
.header-two .header-wrapper.sticky .navbar-header h1 {
  line-height: inherit;
  margin-top: 22px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav li .dropdown-wrapper,
  .navbar-nav li .megamenu-wrapper {
    padding-top: 11px;
  }
  .navbar-nav li .dropdown-wrapper {
    top: 30px;
  }
  .navbar-nav li .megamenu-wrapper {
    top: 33px;
  }
}
@media (max-width: 767px) {
  .main-menu-wrapper {
    border-bottom: 0;
  }
  .navbar-default {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 103;
  }
  .admin-bar .navbar-default {
    top: 32px;
  }
  body.menu-open {
    overflow: hidden;
  }
  .menu-open .navbar-default {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
  }
  .navbar-nav li .megamenu-wrapper {
    position: static;
    visibility: visible;
    opacity: 1;
    top: 25px;
  }
  .menu-close i {
    margin: 0;
    cursor: pointer;
    padding: 30px 20px 20px 15px;
    font-size: 16px;
  }
  .menu-close i:hover {
    color: #ff3c00;
  }
  .navbar-nav li .dropdown-wrapper {
    visibility: visible;
    opacity: 1;
  }
  .megamenu-wrapper .dropdown-megamenu,
  .dropdown-wrapper > .dropdown-menu {
    display: block;
    position: static;
    width: 100%;
    box-shadow: none;
    border: 0;
    background-color: transparent;
  }
  .navbar-brand {
    padding: 5px 15px 0 0;
    margin: 0;
  }
  .header-two .navbar-brand {
    padding: 5px 0 0;
  }
  .navbar-brand h1 {
    line-height: 30px;
  }
  .header-wrapper.sticky .navbar-brand {
    padding: 0 15px;
  }
  .navbar-header {
    padding: 0;
  }
  .navbar .nav > li {
    border-width: 0;
  }
  .dropdown-menu > li > a,
  .navbar .nav > li > a {
    padding: 5px 0;
  }
  .navbar-default .navbar-nav li a {
    color: #202020;
    font-size: 16px;
    line-height: 30px;
    display: inherit;
  }
  .megamenu-wrapper .dropdown-megamenu {
    padding: 0 !important;
  }
  .navbar-default ul ul {
    padding-left: 20px !important;
  }
  .navbar-nav li.has-mega-menu .megamenu-wrapper .entry-meta ul {
    padding-left: 0 !important;
  }
  .navbar-nav > li .dropdown-menu {
    padding: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: transparent;
    color: #ff3c00;
  }
  .navbar-default .navbar-nav li.current-menu-ancestor.has-mega-menu-child > a,
  .navbar-default .navbar-nav li.current-menu-parent.has-mega-menu-child > a {
    color: #fff;
  }
  .navbar-nav li {
    list-style: none;
  }
  .navbar-nav li .dropdown-wrapper,
  .navbar-nav li .megamenu-wrapper,
  .navbar-nav li .sub-dropdown-wrapper {
    position: static;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .dropdown-menu-trigger {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #464646;
    border: 0;
    width: 43px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
  }
  .dropdown-menu-trigger.menu-collapsed {
    color: #ff3c00;
    border-color: #ff3c00;
  }
  .dropdown-menu-trigger.fa-angle-down {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .dropdown-menu-trigger.fa-angle-down.menu-collapsed {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .dropdown-menu-trigger.fa-angle-right.menu-collapsed {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .has-mega-menu .has-mega-menu-child .collapse {
    display: block;
    padding: 0;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
}
.navbar-toggle {
  border-radius: 0;
  margin-top: 10px;
  margin-right: 0;
  border: 0;
  padding: 9px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
.navbar-toggle .icon-bar {
  background-color: #4e4e4e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
  background-color: #ff3c00;
}
body.sidebar-open {
  overflow: hidden;
}
#wrapper {
  padding-right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-toggle {
  padding: 0;
  border: 0;
  margin-right: 10px;
  display: inline-block;
}
.menu-toggle i {
  font-size: 18px;
  margin-top: 5px;
  position: relative;
  top: 2px;
}
.main-menu .nav > li > a:focus {
  background-color: transparent;
}
#sidebar-wrapper {
  z-index: 10000;
  position: fixed;
  z-index: 1050;
  left: 0;
  width: 300px;
  height: 100%;
  margin-left: -300px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  scrollbar-base-color: silver;
  scrollbar-base-color: silver;
  scrollbar-3dlight-color: silver;
  scrollbar-highlight-color: silver;
  scrollbar-track-color: #ebebeb;
  scrollbar-arrow-color: #000;
  scrollbar-shadow-color: silver;
  scrollbar-dark-shadow-color: silver;
}
#sidebar-wrapper::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
#sidebar-wrapper::-webkit-scrollbar-button {
  background-color: #666;
}
#sidebar-wrapper::-webkit-scrollbar-track {
  background-color: #999;
}
#sidebar-wrapper::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
#sidebar-wrapper::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #666;
  border-radius: 3px;
}
#sidebar-wrapper::-webkit-scrollbar-corner {
  background-color: #999;
}
#sidebar-wrapper::-webkit-resizer {
  background-color: #666;
}
.sidebar-contents,
#wrapper.toggled #sidebar-wrapper {
  width: 300px;
  left: 300px;
}
#page-content-wrapper {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar-bg-overlay {
  background-color: rgba(0, 0, 0, 0.83);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1040;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.sidebar-open .sidebar-bg-overlay {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.sidebar-close {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 10000;
  right: 20px;
  top: 10px;
  width: 30px;
  height: 30px;
  background-color: #ff3c00;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .sidebar-open .sidebar-close {
    display: block;
  }
}
.sidebar-logo {
  text-align: center;
  padding: 30px 15px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
.sidebar-contents .tt-sidebar-wrapper .widget {
  padding: 0 15px;
}
.sidebar-contents .tt-sidebar-wrapper .widget_mc4wp_form_widget {
  padding: 30px 35px 40px;
}
.sidebar-contents .widget.widget_mc4wp_form_widget:after {
  width: 100px;
}
.sidebar-contents .widget_calendar .calendar_wrap {
  padding: 0;
  border: 0;
}
.sidebar-contents .widget_tag_cloud a {
  color: #fff;
}
.search-icon {
  position: relative;
  top: 20px;
  left: 0;
}
.search-icon:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .header-two .header-wrapper.sticky .search-icon {
    top: 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .header-two .header-wrapper .search-icon {
    top: 10px;
  }
}
.search-icon:after,
.search-icon.active:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: fontawesome;
  z-index: 100;
}
.search-icon:after {
  content: "\f002";
}
.search-icon.active:after {
  content: "\f00d";
  color: #ff3c00;
}
.search-box-wrap .search-form {
  display: none;
  position: absolute;
  right: 0;
  width: 100%;
  top: 65px;
  z-index: 1;
}
.sticky .search-box-wrap .search-form {
  top: 45px;
}
.header-two .sticky .search-box-wrap .search-form {
  top: 65px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-box-wrap .search-form {
    top: 108px;
  }
  .header-two .sticky .search-box-wrap .search-form {
    top: 45px;
  }
}
.search-box-wrap .search-form .form-control {
  border: 0;
  color: #666;
  padding: 0 15px;
  outline: none;
  font-size: 30px;
  text-align: center;
  background-color: #fff;
  line-height: 70px;
  height: 70px;
  font-weight: 500;
  -webkit-transform: translateZ(0);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
}
.search-box-wrap button {
  display: none;
}
@media (max-width: 767px) {
  .search-icon:after,
  .search-icon.active:after {
    top: -8px;
    right: 35px;
  }
  .search-box-wrap .search-form {
    top: 34px;
  }
  .search-box-wrap .search-form .form-control {
    height: 50px;
    text-align: left;
    padding: 0 80px 0 15px;
  }
}
.page-title {
  position: relative;
  padding: 10px 0;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebeaea;
}
.title-overlay-color {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-title h2 {
  font-size: 18px;
  margin: 0;
  float: left;
  word-break: break-word;
  -ms-word-break: break-word;
  font-weight: 400;
  line-height: 25px;
}
.breadcrumb > li + li:before {
  font-family: fontawesome;
  content: "\f101";
}
.page-title span,
.breadcrumb > li + li:before {
  color: #ccc;
  padding: 0;
}
.page-title .tt-breadcrumb {
  float: right;
}
.page-title .tt-breadcrumb ul li {
  display: inline;
}
.page-title.single-page-title .tt-breadcrumb {
  float: none;
}
.page-title .breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.page-title ul li {
  font-size: 13px;
}
.page-title ul li a {
  color: #717171;
}
.page-title ul li a:hover {
  color: #ff3c00;
}
.gallery-wrapper {
  position: relative;
}
.slides.recent-news {
  border: 0;
}
.gallery-wrapper .slides li {
  position: relative;
}
.gallery-wrapper .slides li img {
  width: 100%;
}
.tt-gallery-nav .gallery-control {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.tt-gallery-nav .gallery-control i {
  opacity: 0;
  visibility: hidden;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  color: #606060;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.post-wrapper:hover .tt-gallery-nav .gallery-control i,
.gallery-wrapper:hover .tt-gallery-nav .gallery-control i {
  opacity: 1;
  visibility: visible;
}
.tt-gallery-nav .gallery-control.prev {
  left: 10px;
}
.tt-gallery-nav .gallery-control.next {
  right: 10px;
}
.post-wrapper .tt-gallery-nav .gallery-control.prev {
  left: 30px;
}
.post-wrapper .tt-gallery-nav .gallery-control.next {
  right: 30px;
}
.tt-gallery iframe {
  min-height: 320px;
}
.tt-gallery-thumb {
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.tt-gallery-thumb ul li {
  margin: 6px 6px 0 0;
  position: relative;
}
.tt-gallery-thumb ul li img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.tt-gallery-thumb ul li.flex-active-slide:after {
  content: "";
  background-color: rgba(255, 60, 0, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.tt-gallery-thumb a:before {
  font-size: 15px;
}
.tt-gallery-thumb a.flex-prev:before {
  content: "\f104";
  font-family: fontawesome;
}
.tt-gallery-thumb a.flex-next:before {
  content: "\f105";
  font-family: fontawesome;
}
.tt-gallery-thumb .flex-direction-nav {
  position: absolute;
  top: 50%;
  height: 0;
  width: 100%;
}
.tt-gallery-thumb .flex-direction-nav .flex-prev {
  left: 40px;
}
.tt-gallery-thumb .flex-direction-nav .flex-next {
  right: 40px;
}
.tt-gallery-thumb .flex-direction-nav a {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  margin: -12px 0 0;
}
.tt-gallery-thumb i {
  position: absolute;
  top: 50%;
  color: #fff;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  line-height: 30px;
  text-align: center;
  margin-left: -15px;
  margin-top: -15px;
  padding-left: 3px;
  cursor: pointer;
}
.tt-gallery .image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.68);
  padding: 10px;
}
.tt-gallery .image-caption .entry-title {
  margin-bottom: 0;
}
.tt-gallery .image-caption .entry-title a {
  color: #212121;
}
.flex-direction-nav a.flex-next,
.flex-direction-nav a.flex-prev {
  display: none;
}
.tt-gallery-thumb .flex-direction-nav a.flex-next,
.tt-gallery-thumb .flex-direction-nav a.flex-prev {
  display: block;
}
.news-slider .slides .entry-thumb img {
  width: 100%;
}
.blog-wrapper .featured-wrapper .post-thumbnail {
  margin-bottom: 30px;
}
.blog-wrapper .entry-header h2 a {
  color: #212121;
}
.blog-wrapper .entry-header h2 a:hover {
  text-decoration: underline;
}
body.blog #wrapper,
body.archive #wrapper,
body.search #wrapper {
  background-color: #f4f4f4;
}
.single-post .news-wrapper,
.blog-wrapper {
  padding-top: 30px;
  padding-bottom: 70px;
}
.news-wrapper .post-wrapper {
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}
.blog .news-wrapper .post-wrapper,
.archive .news-wrapper .post-wrapper,
.search .news-wrapper .post-wrapper {
  padding: 30px;
}
.news-wrapper .post-wrapper.related-post {
  background-color: transparent;
  padding: 0 !important;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .post-wrapper.related-post .recent-news {
    margin-bottom: 30px;
  }
  .post-wrapper.related-post .recent-news img {
    width: 100%;
  }
}
.news-wrapper .featured-wrapper .entry-meta {
  margin-bottom: 20px;
}
.news-wrapper.single-layout-three .featured-wrapper .entry-meta,
.news-wrapper.single-layout-five .featured-wrapper .entry-meta {
  margin-bottom: 10px;
}
.news-wrapper .entry-meta li {
  font-size: 14px;
}
.post-wrapper .featured-wrapper .entry-meta li,
.post-wrapper .featured-wrapper .entry-meta li a,
.post-wrapper .blog-content .entry-meta li,
.post-wrapper .blog-content .entry-meta li a {
  color: #b4b4b4;
  text-transform: capitalize;
}
.post-wrapper .featured-wrapper .entry-meta li a:hover {
  color: #ff3c00;
}
.news-wrapper .entry-meta li i {
  padding-right: 7px;
}
.related-post .entry-meta li i,
.tt-sidebar-wrapper .entry-meta li i {
  color: #b4b4b4 !important;
}
.news-wrapper .entry-meta li .posted-in a {
  color: #fff !important;
}
.news-wrapper .entry-meta li .post-comments-number i {
  color: #007eff;
}
.news-wrapper .zilla-likes:before {
  color: #fa0147;
}
.news-wrapper .entry-header {
  margin-bottom: 10px;
}
.news-wrapper .entry-header h2 {
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
.post-thumbnail {
  position: relative;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.news-wrapper .entry-footer {
  padding: 20px 0 0;
  font-size: 14px;
  text-transform: capitalize;
  border-top: 1px solid #eee;
}
.news-wrapper .entry-footer .post-tags i {
  font-size: 16px;
  width: 30px;
  height: 30px;
  background: #ff4700;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  margin-right: 7px;
}
.news-wrapper.single-default .post-wrapper,
.news-wrapper.single-layout-five .blog-content,
.news-wrapper.single-layout-six .blog-content,
.news-wrapper.single-layout-seven .blog-content {
  padding: 30px;
}
@media (max-width: 767px) {
  .news-wrapper.single-default .post-wrapper,
  .news-wrapper.single-layout-five .blog-content,
  .news-wrapper.single-layout-six .blog-content,
  .news-wrapper.single-layout-seven .blog-content {
    padding: 10px;
  }
}
.news-wrapper.single-layout-two .news-title-wraper {
  padding: 30px 30px 0;
}
.news-wrapper.single-layout-two .featured-wrapper ul.entry-meta,
.news-wrapper.single-layout-three .featured-wrapper ul.entry-meta,
.news-wrapper.single-layout-four .entry-header,
.news-wrapper.single-layout-four .entry-header h2,
.news-wrapper.single-layout-five .entry-header,
.news-wrapper.single-layout-five .entry-header h2,
.news-wrapper.single-layout-six .entry-header,
.news-wrapper.single-layout-six .entry-header h2,
.news-wrapper.single-layout-seven .entry-header,
.news-wrapper.single-layout-seven .entry-header h2 {
  margin-bottom: 0;
}
.news-wrapper.single-layout-two .blog-content,
.news-wrapper.single-layout-three .blog-content,
.news-wrapper.single-layout-four .blog-content,
.news-wrapper.single-layout-two .post-wrapper .entry-footer,
.news-wrapper.single-layout-three .post-wrapper .entry-footer,
.news-wrapper.single-layout-four .post-wrapper .entry-footer,
.news-wrapper.single-layout-five .post-wrapper .entry-footer,
.news-wrapper.single-layout-six .post-wrapper .entry-footer,
.news-wrapper.single-layout-seven .post-wrapper .entry-footer {
  padding: 20px 30px;
}
.news-wrapper.single-layout-three .featured-wrapper,
.news-wrapper.single-layout-four .featured-wrapper,
.news-wrapper.single-layout-five .featured-wrapper,
.news-wrapper.single-layout-five .fullwidth-title-wrapper,
.news-wrapper.single-layout-six .featured-wrapper,
.news-wrapper.single-layout-seven .fullwidth-title-wrapper,
.news-wrapper.single-layout-seven .featured-wrapper {
  position: relative;
}
.news-wrapper.single-layout-three .news-title-wraper,
.news-wrapper.single-layout-four .news-title-wraper,
.news-wrapper.single-layout-five .fullwidth-title,
.news-wrapper.single-layout-six .fullwidth-title,
.news-wrapper.single-layout-seven .fullwidth-title {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 20;
}
.news-wrapper.single-layout-three .news-title-wraper,
.news-wrapper.single-layout-five .fullwidth-title,
.news-wrapper.single-layout-seven .fullwidth-title {
  bottom: 0;
  padding: 0 30px 30px;
}
.news-wrapper.single-layout-five .featured-wrapper,
.news-wrapper.single-layout-six .featured-wrapper,
.news-wrapper.single-layout-seven .featured-wrapper {
  margin-bottom: 30px;
}
.news-wrapper.single-layout-four .news-title-wraper,
.news-wrapper.single-layout-six .fullwidth-title {
  padding: 0 30px;
  top: 50%;
  left: 0;
  text-align: center;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.news-wrapper.single-layout-three .featured-wrapper:before,
.news-wrapper.single-layout-four .featured-wrapper:before,
.news-wrapper.single-layout-five .featured-wrapper:before,
.news-wrapper.single-layout-six .featured-wrapper:before,
.news-wrapper.single-layout-seven .featured-wrapper:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  z-index: 10;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(255, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  );
  background: -moz-linear-gradient(
    bottom,
    rgba(255, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  );
}
.news-wrapper.single-layout-three .featured-wrapper:before,
.news-wrapper.single-layout-five .featured-wrapper:before {
  height: 55%;
}
.news-wrapper.single-layout-four .featured-wrapper:before,
.news-wrapper.single-layout-six .featured-wrapper:before,
.news-wrapper.single-layout-seven .featured-wrapper:before {
  height: 100%;
}
.news-wrapper.single-layout-three .entry-header h2,
.news-wrapper.single-layout-four .entry-header h2,
.news-wrapper.single-layout-five .entry-header h2,
.news-wrapper.single-layout-six .entry-header h2,
.news-wrapper.single-layout-seven .entry-header h2,
.news-wrapper.single-layout-three .entry-meta li,
.news-wrapper.single-layout-four .entry-meta ul li,
.news-wrapper.single-layout-five .entry-meta ul li,
.news-wrapper.single-layout-six .entry-meta ul li,
.news-wrapper.single-layout-seven .entry-meta ul li,
.news-wrapper.single-layout-three .entry-meta li a,
.news-wrapper.single-layout-four .entry-meta ul li a,
.news-wrapper.single-layout-five .entry-meta ul li a,
.news-wrapper.single-layout-six .entry-meta ul li a,
.news-wrapper.single-layout-seven .entry-meta ul li a,
.news-wrapper.single-layout-three .entry-meta li i,
.news-wrapper.single-layout-four .entry-meta ul li i,
.news-wrapper.single-layout-five .entry-meta ul li i,
.news-wrapper.single-layout-six .entry-meta ul li i,
.news-wrapper.single-layout-seven .entry-meta ul li i {
  color: #fff;
}
.news-wrapper.single-layout-three .entry-meta li a:hover,
.news-wrapper.single-layout-four .entry-meta li a:hover,
.news-wrapper.single-layout-five .entry-meta li a:hover,
.news-wrapper.single-layout-six .entry-meta li a:hover,
.news-wrapper.single-layout-seven .entry-meta li a:hover {
  color: #ff3c00;
}
.news-wrapper.single-layout-five .post-thumbnail img,
.news-wrapper.single-layout-six .post-thumbnail img,
.news-wrapper.single-layout-seven .post-thumbnail img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1199px) {
  .news-wrapper.single-layout-five .fullwidth-title,
  .news-wrapper.single-layout-seven .fullwidth-title {
    width: 65%;
  }
  .news-wrapper.single-layout-five .fullwidth-title {
    padding: 0 0 30px 30px;
  }
  .news-wrapper.single-layout-six .fullwidth-title {
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .news-wrapper.single-layout-seven .fullwidth-title {
    bottom: 150px;
  }
  .news-wrapper.single-layout-seven .posts-content {
    position: relative;
    z-index: 30;
    margin-top: -115px;
  }
}
.single-post .news-wrapper.single-layout-five,
.single-post .news-wrapper.single-layout-six,
.single-post .news-wrapper.single-layout-seven {
  padding-top: 0;
}
@media (max-width: 767px) {
  .single-layout-three .entry-header .entry-title,
  .single-layout-four .entry-header .entry-title,
  .single-layout-five .entry-header .entry-title,
  .single-layout-six .entry-header .entry-title,
  .single-layout-seven .entry-header .entry-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .single-layout-three .news-title-wraper .entry-meta,
  .single-layout-four .news-title-wraper .entry-meta,
  .single-layout-five .fullwidth-title .entry-meta,
  .single-layout-six .fullwidth-title .entry-meta,
  .single-layout-seven .fullwidth-title .entry-meta {
    display: none;
  }
  .news-wrapper.single-layout-three .news-title-wraper,
  .news-wrapper.single-layout-five .fullwidth-title,
  .news-wrapper.single-layout-six .fullwidth-title {
    padding: 0 30px 10px;
  }
}
.zilla-likes {
  background: 0 0;
  padding-left: 30px !important;
  position: relative;
  margin: 0 !important;
}
.zilla-likes:hover,
.zilla-likes.active {
  background: 0 0;
  margin: 0 !important;
  padding-left: 30px !important;
}
.zilla-likes:before {
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
  top: 0;
}
.zilla-likes:before {
  content: "\f004";
}
.post-wrapper.format-video iframe {
  width: 100%;
  min-height: 344px;
}
.post-wrapper.format-video .post-thumbnail {
  min-height: 344px;
}
.post-wrapper.format-video .post-thumbnail.video-sticky {
  min-height: 250px;
}
@media (min-width: 768px) {
  .post-thumbnail.video-sticky iframe {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10000;
    width: 300px;
    height: 250px;
  }
  .post-wrapper.format-video .video-sticky iframe {
    width: 300px !important;
    height: 250px !important;
    min-height: inherit;
  }
  .video-sticky .video-close {
    position: fixed;
    right: 0;
    bottom: 210px;
    width: 40px;
    height: 40px;
    z-index: 100000;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.27);
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 50%;
  }
  .post-thumbnail.video-sticky.remove-sticky-video .video-close {
    display: none;
  }
  .post-thumbnail.video-sticky.remove-sticky-video iframe {
    display: none;
  }
}
.post-wrapper.format-audio .featured-wrapper:before {
  top: auto;
  bottom: 0;
  height: 50px;
}
.post-wrapper.format-audio iframe {
  width: 100%;
  height: 300px;
}
.post blockquote {
  padding: 3em 4em;
  background: #f1f1f1;
  color: #666;
  border: 0;
  margin: 0;
  position: relative;
}
.post blockquote,
.post blockquote p {
  font-style: italic;
  font-size: 17px;
}
.post blockquote:before {
  position: absolute;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 30px;
  color: #ccc;
  left: 25px;
  top: 55px;
}
.post.format-quote .entry-header {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .post blockquote {
    padding: 20px;
  }
  .post blockquote:before {
    display: none;
  }
}
.post.format-link .blog-link a {
  display: block;
  padding: 20px 60px;
  font-size: 16px;
  background: #f1f1f1;
  position: relative;
}
.post.format-link .blog-link a:hover {
  color: #fff;
  background-color: #ff3c00;
}
.post.format-link .blog-link a:before {
  position: absolute;
  content: "\f08e";
  font-family: FontAwesome;
  font-size: 16px;
  left: 35px;
  top: 20px;
}
.post.format-link .entry-header {
  margin-bottom: 0;
}
.gallery {
  margin-bottom: 1.5em;
  border: 1px solid #eee;
}
.gallery-caption {
  display: block;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 97.8%;
  border: 1px solid #eee;
  padding: 5px;
  margin: 10px;
}
.gallery-item img {
  width: 100%;
  height: auto;
}
.gallery-columns-2 .gallery-item {
  max-width: 47.6%;
}
.gallery-columns-3 .gallery-item {
  max-width: 30.5%;
}
.gallery-columns-4 .gallery-item {
  max-width: 22.6%;
}
.gallery-columns-5 .gallery-item {
  max-width: 18.8%;
  margin: 5px;
}
.gallery-columns-6 .gallery-item {
  max-width: 15.48%;
  margin: 5px;
}
.gallery-columns-7 .gallery-item {
  max-width: 13.1%;
  margin: 5px;
}
.gallery-columns-8 .gallery-item {
  max-width: 11.31%;
  margin: 5px;
}
.gallery-columns-9 .gallery-item {
  max-width: 9.92%;
  margin: 5px;
}
.gallery-columns-7 figcaption {
  font-size: 12px;
  line-height: 20px;
}
.gallery-columns-8 figcaption {
  font-size: 12px;
  line-height: 20px;
}
.gallery-columns-9 figcaption {
  font-size: 12px;
  line-height: 20px;
}
.format-gallery .gallery {
  border: 0;
}
.news-gallery .carousel-control {
  top: 50%;
  margin-top: -18px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  border-radius: 100%;
  z-index: 300;
  background-image: none;
}
.news-gallery .carousel-control:focus,
.news-gallery .carousel-control:hover {
  color: #fff;
  background-color: #ff3c00;
}
.news-gallery .carousel-control.left {
  left: 12px;
}
.news-gallery .carousel-control.right {
  right: 12px;
}
.format-status p {
  background-color: #d5f1f9;
  padding: 10px 25px;
}
.format-chat .entry-content p:nth-child(odd),
.format-chat .entry-content p:nth-child(even) {
  padding: 10px 25px;
  margin-top: 30px;
  position: relative;
}
.format-chat .entry-content p:nth-child(odd) {
  margin-right: 30px;
  background: #f5f5f5;
  border-radius: 15px 0 15px 15px;
}
.format-chat .entry-content p:nth-child(even) {
  margin-left: 30px;
  background: #d5f1f9;
  border-radius: 0 15px 15px;
}
.format-chat .entry-content p:nth-child(odd):before,
.format-chat .entry-content p:nth-child(even):before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 15px solid transparent;
}
.format-chat .entry-content p:nth-child(odd):before {
  right: -15px;
  border-left: 15px solid #f5f5f5;
}
.format-chat .entry-content p:nth-child(even):before {
  left: -15px;
  border-right: 15px solid #d5f1f9;
}
.post-password-required .form-control {
  font-size: 14px;
}
.post-password-required .input-group-btn .btn {
  height: 50px;
}
.post-password-required .input-group-btn:last-child > .btn {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.blog-navigation,
.pagination {
  margin: 50px 0 0;
}
@media (max-width: 991px) {
  .blog-navigation,
  .pagination {
    margin-bottom: 40px;
  }
}
.pagination > li > a,
.pagination > li > span {
  font-size: 13px;
  margin-left: 10px;
  color: #a7a7a7;
  border: 1px solid #eee;
  min-width: 40px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pagination > li > a.prev,
.pagination > li > a.next {
  width: 75px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #ff3c00;
  border-color: transparent;
}
.pagination .current,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #ff3c00;
  border-color: #ff3c00;
  color: #fff;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  border-color: #eee;
}
.page-count {
  font-size: 13px;
  border: 1px solid #eee;
  color: #a7a7a7;
  padding: 2px 12px;
}
@media (max-width: 479px) {
  .pagination > li > a,
  .pagination > li > span {
    margin-bottom: 10px;
  }
}
.blog-navigation .previous-page i {
  margin-right: 5px;
}
.blog-navigation .next-page {
  text-align: right;
}
.blog-navigation .next-page i {
  margin-left: 5px;
}
.blog-navigation a {
  color: #a7a7a7;
  border: 1px solid #a7a7a7;
  padding: 10px 20px;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.blog-navigation a:hover {
  border-color: #ff3c00;
  color: #fff;
  background-color: #ff3c00;
}
.page-pagination {
  margin-top: 10px;
}
.page-pagination a {
  color: #949494;
  background-color: #eee;
  padding: 2px 8px;
  border-radius: 3px;
}
.page-pagination a:hover,
.page-pagination > span {
  background-color: #ff3c00;
  color: #fff;
}
.page-pagination > span {
  padding: 2px 8px;
  border-radius: 3px;
}
.page-pagination .page-links-title {
  color: inherit;
  background-color: transparent;
  padding-left: 0;
}
.single-post-navigation {
  margin-bottom: 40px;
  padding: 30px 15px;
  background-color: #fff;
}
.single-post-navigation .previous a,
.single-post-navigation .next a {
  color: #999;
  font-size: 14px;
}
.single-post-navigation .previous a i {
  margin-right: 5px;
}
.single-post-navigation .next a i {
  margin-left: 5px;
}
.single-post-navigation .next-post-link {
  text-align: right;
}
.single-post-navigation .entry-title {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}
.single-post-navigation .entry-title a {
  color: #212121;
}
.single-post-navigation .entry-title a:hover {
  color: #ff3c00;
}
.single-post .blog-content .section-wrapper .container {
  width: 100%;
}
.single-post .blog-content .section-wrapper .vc_column-inner {
  padding: 0;
}
.tt-recipe-wrapper {
  background-color: #f4f4f4;
  padding: 40px;
  position: relative;
  margin-bottom: 40px;
}
.tt-recipe-wrapper .tt-print {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff3c00;
  border: 0;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
}
.recipe-title h3 {
  font-size: 25px;
}
.recipe-time ul {
  padding: 0;
  margin: 0 -10px;
}
.recipe-time ul li {
  float: left;
  width: 33.3333%;
  list-style: none;
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 18px;
}
.recipe-time-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
}
.recipe-time ul li span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #212121;
}
.recipe-time ul li span {
  font-family: Roboto;
}
.recipe-content {
  margin-top: 10px;
}
.recipe-content h3 {
  font-size: 18px;
  padding-bottom: 7px;
  border-bottom: 1px solid #dcdbdb;
}
.nutrition-amount h4,
.recipe-content h4 {
  margin: 0 0 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.recipe-content ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.recipe-content ul.list-col-2 {
  display: inline-block;
}
@media (min-width: 480px) {
  .recipe-content ul.list-col-2 li {
    width: 48%;
    float: left;
  }
}
.nutrition-amount ul {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}
.nutrition-amount ul li {
  float: left;
  width: 14%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.nutrition-content {
  background-color: #fff;
  text-align: center;
  padding: 10px 0 2px;
}
.nutrition-content span,
.nutrition-content strong {
  display: block;
  padding: 0 5px;
}
.nutrition-content strong {
  font-size: 19px;
  color: #212121;
}
.nutrition-content span:first-child {
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 2px;
}
.nutrition-content span:last-child {
  font-size: 14px;
}
@media (max-width: 767px) {
  .tt-sidebar-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .footer-sidebar {
    margin-top: 50px;
  }
}
.tt-sidebar-wrapper .widget {
  margin-bottom: 30px;
  padding: 30px 35px;
  background-color: #fff;
}
.page-wrapper .tt-sidebar-wrapper .widget {
  padding: 0;
}
@media (max-width: 480px) {
  .tt-sidebar-wrapper .widget {
    padding: 30px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tt-sidebar-wrapper .widget {
    padding: 30px 15px;
  }
}
.tt-sidebar-wrapper .widget-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.toogle-menu-sidebar > div:last-child {
  margin-bottom: 100px;
}
.tt-sidebar-wrapper .widget img {
  max-width: 100%;
  height: auto;
}
.tt-sidebar-wrapper .widget > ul {
  margin: 0;
  padding: 0;
}
.tt-sidebar-wrapper .widget ul {
  list-style: none;
}
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget .entry-meta ul li,
.widget .entry-meta ul li a {
  color: #333 !important;
}
.widget_recent_entries ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget .entry-meta ul li a:hover {
  color: #ff3c00 !important;
}
.widget .entry-meta ul li,
.widget .entry-meta ul li a {
  font-size: 12px;
}
.tt-popular-post h4 a:hover,
.widget_recent_entries ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget .entry-meta ul li a:hover {
  color: #ff3c00;
}
.search-form {
  position: relative;
}
.search-form .form-control {
  font-size: 14px;
  font-weight: 300;
  color: #666;
}
.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 50px;
  background-color: transparent;
  border: 0;
}
.posts-content .search-form {
  margin-bottom: 20px;
}
.posts-content .search-form .form-control {
  border: 0;
}
.wpb_widgetised_column .widget {
  margin-bottom: 40px;
}
.wpb_widgetised_column > div > div:last-child {
  margin-bottom: 0;
}
.wpb_widgetised_column .tt-recent-comments,
.wpb_widgetised_column .tt-popular-post {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #efefef;
}
.wpb_widgetised_column .widget .promo-wrap {
  display: block;
}
.wpb_widgetised_column.wpb_content_element {
  margin-bottom: 30px;
}
.wpb_widgetised_column .widget_tt_ads_widget {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #efefef;
}
.entry-content .wpb_content_element {
  margin-bottom: 0;
}
.widget.widget_mc4wp_form_widget {
  padding: 30px 35px 40px;
  background-color: #ff3c00;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.widget.widget_mc4wp_form_widget:after {
  content: "";
  background-image: url(../img/newsletter-bg.png);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 200px;
  height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget.widget_mc4wp_form_widget:after {
    width: 100px;
  }
  .widget.widget_mc4wp_form_widget {
    padding: 30px 15px;
  }
}
.widget.widget_mc4wp_form_widget .widget-title {
  color: #fff;
  border: 0;
}
.widget_mc4wp_form_widget .mc4wp-form {
  margin-bottom: 0;
}
.widget_mc4wp_form_widget .form-group {
  margin-bottom: 45px;
}
.widget_mc4wp_form_widget .form-control {
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 0;
}
.widget_mc4wp_form_widget .btn {
  color: #fff;
  width: 110px;
  background-color: #010126;
  line-height: 40px;
  padding: 0;
  border: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Roboto;
  position: relative;
  top: -30px;
}
.widget_mc4wp_form_widget .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.widget_mc4wp_form_widget .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.widget_mc4wp_form_widget .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.widget_mc4wp_form_widget .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.widget_recent_entries ul li {
  margin-top: 20px;
}
.widget_recent_entries ul li a {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.widget_recent_comments .comment-author-link,
.widget_recent_comments .comment-author-link a {
  color: #a7a7a7;
  font-weight: 700;
}
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
  line-height: 40px;
}
.author-info-wrapper .author-social-links li a i:hover {
  color: #ff3c00;
  border-color: #ff3c00;
}
.widget_categories ul li a,
.widget_meta ul li a {
  display: inline-block;
  color: #666;
  padding: 6px 0;
  text-transform: capitalize;
}
.widget_categories ul li a:hover,
.widget_meta ul li a:hover {
  color: #ff3c00;
}
.widget_categories ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before {
  content: "\f105";
  font-family: "fontawesome";
  padding-right: 15px;
  color: #757575;
  background: transparent !important;
  font-size: 16px;
  line-height: 40px;
}
.widget select {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  color: #666;
  border: 1px solid #eee;
}
.widget select:focus {
  border: 1px solid #ff3c00;
  outline: none;
}
.widget_calendar .calendar_wrap {
  border: 1px solid #eee;
  padding: 20px 20px 0;
}
.widget_calendar .calendar_wrap table {
  width: 100%;
}
.widget_calendar .calendar_wrap table caption {
  padding: 0 0 5px;
  margin-bottom: 15px;
  color: #666;
  border-bottom: 1px solid #eee;
}
.widget_calendar #today {
  color: #ff3c00;
}
.widget_tag_cloud a {
  display: inline-block;
  font-size: 13px !important;
  line-height: 20px;
  padding: 0 5px;
  color: #fff;
  border-radius: 2px;
  background-color: #363636;
}
.widget_tag_cloud a:hover {
  background-color: #ff3c00;
  color: #fff !important;
}
.widget_nav_menu .menu {
  padding: 0;
}
.widget_nav_menu .menu .sub-menu {
  padding-left: 15px;
}
.giw-copyright,
.V1msg_1 {
  display: none !important;
}
.wpb_widgetised_column .giweather.light .giweather-widget {
  box-shadow: none;
  border: 1px solid #efefef;
}
.wpb_widgetised_column .widget_currency_converter > div {
  border: 1px solid #efefef;
}
body.single-post #wrapper {
  background-color: #f4f4f4;
}
.single-post .blog-content {
  padding: 20px 0;
}
.single-post blockquote {
  margin: 30px 0;
}
.single-post .post-author {
  margin: 30px 0;
  background-color: #fff;
}
.posts-content .post-author {
  margin: 0 0 30px;
  background-color: #fff;
}
.posts-content .media-body {
  padding: 30px 20px 15px;
}
.single-post .post-author .media {
  padding: 30px 20px;
}
.single-post .post-author .media-left {
  padding-right: 20px;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .posts-content .media-body {
    display: block;
    width: 100%;
  }
}
.single-post .post-author .media-left img {
  border-radius: 50%;
}
.author-info h3 {
  text-transform: capitalize;
  display: inline-block;
  margin: 0;
}
.posts-content .author-intro h2 {
  margin: 0;
}
.author-info h3 a {
  color: #212121;
}
.author-info .post-count {
  font-size: 11px;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 10px;
  display: block;
}
.author-links ul {
  margin: 0;
}
.author-links ul li i {
  background-color: transparent;
}
.author-links ul li a {
  color: #9e9e9e;
}
.author-links ul li a:hover,
.author-info h3 a:hover {
  color: #ff3c00;
}
.author-social-info {
  border-top: 1px solid #eee;
  padding: 15px 20px;
}
.authors-post {
  float: left;
}
.authors-post a,
.authors-post i {
  color: #a7a7a7;
}
.authors-post a:hover {
  color: #ff3c00;
}
.authors-post i {
  margin-right: 10px;
}
.author-social {
  float: right;
}
.author-social ul li a {
  color: #a7a7a7;
}
.author-social ul li a:hover {
  color: #ff3c00;
}
@media (max-width: 480px) {
  .posts-content .post-author {
    text-align: center;
  }
  .single-post .post-author .media-left {
    float: none;
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 350px) {
  .author-box .author-box-image {
    display: block;
    padding-right: 0;
  }
  .author-box .author-box-image img {
    margin: 0 auto 20px;
  }
}
.tt-popular-post h4 a:hover,
.tt-recent-comments .comment-content .comment-title a:hover,
.tt-latest-news .entry-content h4:hover,
.tt-latest-news .entry-content h4 a:hover {
  color: #ff3c00;
}
.wpb_widgetised_column .widget_tt_weather_widget,
.tt-sidebar-wrapper .widget_tt_weather_widget {
  background-color: #ff3c00;
  color: #fff;
}
.widget_tt_twitter_widget .tt-tweet-body a:hover {
  color: #ff3c00;
}
.comments-wrapper {
  margin-top: 50px;
  padding: 30px;
  border: 1px solid #eeecec;
  background: #fff;
}
.comments-wrapper .comment-list,
.comments-wrapper .children {
  list-style: none;
}
.comments-wrapper .comment-list {
  padding: 0;
}
.comments-wrapper .children > li > .comment,
.comments-wrapper .comment-list > li > .comment {
  background-color: #fff;
  padding: 15px;
}
.comment-list .media .media-left {
  padding-right: 20px;
}
.comment-list .media .media-left img {
  border-radius: 50%;
}
.comment-list .bypostauthor .media .media-left img {
  border: 2px solid #d0d0d0;
}
.comment-info {
  color: #a7a7a7;
  font-size: 13px;
  line-height: 22px;
}
.comment-info a {
  color: #a7a7a7;
}
.comment-info .comment-author {
  font-size: 14px;
  color: #202020;
  font-weight: 600;
  text-transform: capitalize;
}
.comment-info i {
  padding: 0 10px;
}
.comment-info .edit-link {
  padding-left: 10px;
}
@media (max-width: 991px) {
  .comment-respond {
    margin-bottom: 80px;
  }
}
.comment-respond .comment-reply-title {
  margin-bottom: 30px;
}
.comment-respond .btn {
  margin-top: 20px;
  padding: 14px 20px;
}
.comment-respond .comment-form-comment {
  margin-bottom: 15px;
}
.comments-wrapper .comment-form label {
  color: #666;
  font-weight: 400;
}
@media (min-width: 768px) {
  .comments-wrapper .comment-form .comment-form-author,
  .comments-wrapper .comment-form .comment-form-email,
  .comments-wrapper .comment-form .comment-form-url {
    width: calc(33.333% - 17px);
    display: inline-block;
    margin: 10px;
  }
  .comments-wrapper .comment-form .comment-form-author {
    margin-left: 0;
  }
  .comments-wrapper .comment-form .comment-form-url {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .comment-respond .comments-wrapper .comment-form .comment-form-author {
    margin-bottom: 30px;
  }
}
.comment-respond .comment-form .comment-form-cookies-consent {
  overflow: hidden;
  line-height: 58px;
  margin-top: 5px;
  margin-bottom: 0;
}
#wp-comment-cookies-consent {
  float: left;
  width: 17px;
  margin-right: 5px;
}
.form-allowed-tags {
  font-size: 12px;
  line-height: 18px;
}
.comments-wrapper .logged-in-as,
.comments-wrapper .comment-notes,
.comments-wrapper .comment-awaiting-moderation {
  color: #999;
  background-color: #e8e8e8;
  border-color: #e6e6e6;
  padding: 10px 15px;
  border-radius: 0;
}
.comment-list .pingback {
  background-color: #fdfdfd;
  padding: 0 10px;
}
.comment-list .pingback p {
  font-weight: 600;
}
.comment-list .pingback a {
  color: #999;
  font-weight: 400;
}
.comment-list .pingback a:hover {
  color: #ff3c00;
}
.comments-wrapper .comment-form input:not([type="submit"]),
.comments-wrapper .comment-form textarea {
  height: 50px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #202020;
  border: 1px solid #eee;
  border-radius: 0;
  width: 100%;
  outline: none;
}
.comments-wrapper .comment-form textarea {
  width: 100%;
  min-height: 120px;
}
.comments-wrapper .comment-form input:focus,
.comments-wrapper .comment-form textarea:focus {
  border-color: #ff3c00;
}
.comments-wrapper .comment-form .submit {
  background-color: #ff3c00;
  border-color: #ff3c00;
  color: #fff;
  border: none;
  margin-top: 20px;
  padding: 0;
  height: 50px;
  width: inherit;
  padding: 0 20px;
}
.tt-cta-content h2 {
  margin-bottom: 5px;
  font-weight: 700;
}
.tt-cta-content p {
  margin: 0;
}
.tt-cta-wrapper.button-right .tt-cta-content {
  width: 75%;
  display: inline-block;
}
.tt-cta-wrapper.button-right .tt-cta-button {
  float: right;
}
@media (max-width: 991px) {
  .tt-cta-wrapper.button-right .tt-cta-content {
    width: 100%;
  }
  .tt-cta-wrapper.button-right .tt-cta-button {
    margin-top: 30px;
    float: none;
  }
}
.error-page-wrapper {
  padding: 200px 0;
}
.not-found-icon i {
  font-size: 145px;
  line-height: 170px;
  text-align: center;
  display: block;
  color: #a7a7a7;
}
.error-message h2 {
  color: #ff3c00;
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
}
.error-message h3 {
  font-family: Roboto;
  font-size: 30px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
}
.error-message a {
  display: inline-block;
  padding: 8px 30px;
  background-color: #ff3c00;
  color: #fff;
  border-radius: 5px;
}
.error-message a:hover {
  background-color: #ff3c00;
  color: #fff;
}
.error-message a i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .error-message {
    padding-left: 0;
    border-left: 0;
    text-align: center;
  }
}
.no-results .page-header {
  margin-top: 0;
}
.no-results {
  background-color: #fff;
  padding: 30px;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.75;
}
.mfp-bottom-bar {
  display: none;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-left:after {
  font-family: "FontAwesome";
  border: none !important;
  color: #fff;
  font-size: 65px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mfp-arrow-right:after {
  content: "\f105" !important;
}
.mfp-arrow-left:after {
  content: "\f104" !important;
}
.mfp-arrow-right:before,
.mfp-arrow-left:before {
  border: none !important;
}
.mfp-arrow {
  height: 60px;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  margin-top: 15px;
  top: -1px !important;
}
img.mfp-img {
  padding: 40px 0 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(0.95);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.95);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer-section {
  background-color: #202020;
  color: #fff;
  position: relative;
}
.footer-logo {
  margin-bottom: 20px;
}
.primary-footer {
  padding: 90px 0 50px;
}
.footer-about-text address {
  font-weight: 700;
  margin: 20px 0;
}
.footer-about-text .address-info {
  display: block;
}
.footer-section .social-links-wrap {
  margin-left: 0;
}
.footer-section .social-icon ul {
  margin-bottom: 0;
}
.footer-section .social-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  background-color: #363636;
  color: #fff;
}
.footer-section .social-icon a:hover i {
  background-color: #ff3c00;
}
.footer-sidebar .widget {
  display: inline-block;
}
.footer-sidebar.tt-sidebar-wrapper .widget {
  background-color: transparent;
  padding: 0 15px;
}
.footer-sidebar,
.footer-sidebar a,
.footer-sidebar .tt-popular-post h4 a,
.footer-sidebar .tt-recent-comments .comment-content .comment-title a,
.footer-sidebar .tt-latest-news .entry-content h4 a,
.footer-sidebar .widget_categories ul li a,
.footer-sidebar .widget_meta ul li a,
.footer-sidebar .widget_calendar .calendar_wrap table caption,
.footer-sidebar .widget_categories ul li:before,
.footer-sidebar .widget_meta ul li:before,
.footer-sidebar .widget_pages ul li:before {
  color: #fff;
}
.footer-sidebar a:hover,
.footer-sidebar .tt-popular-post h4 a:hover,
.footer-sidebar .tt-recent-comments .comment-content .comment-title a:hover,
.footer-sidebar .tt-latest-news .entry-content h4 a:hover,
.footer-sidebar .widget_categories ul li a:hover,
.footer-sidebar .widget_meta ul li a:hover {
  color: #ff3c00;
}
.footer-sidebar .widget_recent_entries ul li a,
.footer-sidebar .widget_recent_comments ul li a,
.footer-sidebar .widget_archive ul li a,
.footer-sidebar .widget_pages ul li a,
.footer-sidebar .widget_nav_menu ul li a,
.footer-sidebar .widget .entry-meta ul li,
.footer-sidebar .widget .entry-meta ul li a {
  color: #fff !important;
}
.footer-sidebar .widget_recent_entries ul li a:hover,
.footer-sidebar .widget_recent_comments ul li a:hover,
.footer-sidebar .widget_archive ul li a:hover,
.footer-sidebar .widget_pages ul li a:hover,
.footer-sidebar .widget_nav_menu ul li a:hover,
.footer-sidebar .widget .entry-meta ul li a:hover {
  color: #ff3c00 !important;
}
.footer-sidebar .widget_calendar .calendar_wrap {
  border: 0;
  padding: 0;
}
.footer-sidebar .widget-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 0;
  margin: 0 0 20px;
}
.footer-sidebar ul {
  padding: 0;
}
.footer-sidebar ul li i {
  margin-right: 15px;
  color: #ff3c00;
}
.footer-sidebar .dashed-border {
  display: block;
  margin: 20px 0;
  border-bottom: 1px dashed #d7d7d7;
}
.footer-sidebar .widget_nav_menu ul li a {
  text-transform: capitalize;
}
.footer-sidebar .widget_nav_menu ul li {
  float: left;
  width: 50%;
  font-size: 15px;
  line-height: 30px;
}
.footer-sidebar .widget_nav_menu ul li .sub-menu li {
  float: none;
  width: 100%;
}
.footer-sidebar .wp-caption p.wp-caption-text,
.footer-sidebar .search-form button {
  color: #999;
}
.tt-flickr-photo li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tt-flickr-photo li a {
  display: block;
  position: relative;
}
.tt-flickr-photo li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 100;
}
.tt-flickr-photo li a:after {
  content: "\f067";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  color: #fff;
  margin-top: -13px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 101;
}
.tt-flickr-photo li a:hover:before,
.tt-flickr-photo li a:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.footer-copyright {
  background-color: #131313;
  padding: 20px 0;
  font-size: 12px;
}
.footer-two-wrapper .copyright {
  color: #717171;
  margin: 0;
}
@media (max-width: 767px) {
  .footer-copyright .copyright {
    text-align: center;
  }
}
.footer-two-wrapper .social-icon ul li a i {
  font-size: 15px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.footer-three-wrapper {
  padding: 50px 0 30px;
}
@media (min-width: 992px) {
  .footer-three-wrapper .footer-about-text {
    width: 60%;
    margin: 0 auto;
  }
}
.footer-section.footer-three-wrapper .social-links-wrap {
  margin-bottom: 35px;
}
.featured-news {
  position: relative;
}
.featured-news .post-contents {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px 30px 30px;
}
.featured-news .post-contents .entry-title {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
.trendymag-one-fourth .featured-news .post-contents .entry-title,
.trendymag-one-third .featured-news .post-contents .entry-title {
  font-size: 17px;
  line-height: 24px;
}
.trendymag-two-third .featured-news .post-contents .entry-title {
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .trendymag-two-third .featured-news .post-contents .entry-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.featured-news .post-contents .entry-title a {
  color: #fff;
}
.featured-news .post-contents .entry-title a:hover {
  text-decoration: underline;
}
.popular-post.style-two .entry-meta li a,
.entry-meta li {
  font-size: 12px;
  color: #fff;
}
.entry-meta .posted-in {
  background-color: transparent !important;
}
.navbar-default .navbar-nav .posted-in a,
.posted-in a {
  color: #fff;
  background-color: #ff3c00;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  line-height: 23px;
  padding: 0 8px;
  border-radius: 2px;
  font-weight: 600;
  letter-spacing: 1.1px;
  font-family: Roboto;
}
.navbar-default .navbar-nav .posted-in a:hover {
  background-color: #ff3c00;
}
.navbar-nav .recent-news > a {
  padding: 0;
}
.navbar-default .navbar-nav .posted-in a:hover,
.navbar-default .navbar-nav .posted-in a:focus,
.posted-in a:focus,
.posted-in a:hover {
  color: #fff;
  opacity: 0.9;
}
.featured-news .entry-thumb {
  background-size: cover;
  height: 362px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
}
.post-wrapper.trendymag-one-fourth .entry-thumb,
.post-wrapper.trendymag-half .entry-thumb,
.post-wrapper.trendymag-one-third .entry-thumb {
  height: 362px;
}
.post-wrapper.trendymag-two-third .entry-thumb {
  height: 420px;
}
.post-wrapper.trendymag-one-third .entry-thumb {
  height: 280px;
}
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.overlay-black {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #000 100%);
  background-image: -webkit-gradient(
    left top,
    left bottom,
    color-stop(30%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 30%,
    #000 100%
  );
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #000 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#242424',GradientType=0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.post-wrapper .featured-news:hover .image-overlay,
.post-wrapper .featured-news:hover .overlay-black,
.post-wrapper .recent-news:hover .overlay-black {
  opacity: 0.8;
}
.theme-bg-color,
.theme-bg-color a {
  background-color: #ff3c00 !important;
}
.yellow-bg,
.yellow-bg a {
  background-color: #ffd800 !important;
}
.spring-green-bg,
.spring-green-bg a {
  background-color: #17da6a !important;
}
.deep-sky-blue-bg,
.deep-sky-blue-bg a {
  background-color: #00a2ff !important;
}
.electric-purple-bg,
.electric-purple-bg a {
  background-color: #aa00f9 !important;
}
.psychedelic-purple-bg,
.psychedelic-purple-bg a {
  background-color: #ea00ff !important;
}
.light-sea-green-bg,
.light-sea-green-bg a {
  background-color: #1abc9c !important;
}
.han-purple-bg,
.han-purple-bg a {
  background-color: #4800ff !important;
}
.orange-peel-bg,
.orange-peel-bg a {
  background-color: #ffa200 !important;
}
.color-transparent-bg,
.color-transparent-bg a {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.recent-news {
  position: relative;
}
.post-wrapper .recent-news,
.category-news.style-one .recent-news,
.category-news.style-three {
  border: 1px solid #eeecec;
}
.category-news.style-three,
.category-news.style-one .recent-news,
.category-news.style-two .recent-news,
.post-wrapper .masonry-column .recent-news {
  margin-bottom: 30px;
}
.category-news .recent-news {
  border: 0;
  background-color: #fff;
  border-bottom: 1px solid #eeecec;
}
.recent-news .entry-thumb {
  position: relative;
}
@media (max-width: 991px) {
  .recent-news .entry-thumb img {
    width: 100%;
  }
}
.post-wrapper.style-two .recent-news .post-contents .entry-meta {
  margin-bottom: 7px;
}
.post-wrapper.style-two .recent-news .post-contents .entry-meta li a {
  color: #fff;
}
.post-wrapper .format-video .entry-thumb:after {
  content: "\f144";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: fontawesome;
  color: #fff;
  margin-left: -18px;
  font-size: 43px;
  text-shadow: 0px 0px 20px #868686;
}
.post-wrapper.featured-video .format-video .entry-thumb:after {
  content: "";
}
.featured-video .tt-popup {
  position: static;
}
.featured-video .tt-popup i {
  margin-top: -22px;
  margin-left: -22px;
  width: 44px;
  height: 44px;
  font-size: 20px;
  line-height: 41px;
  border: 3px solid #fff;
}
.featured-video .tt-popup i:hover {
  border-color: #ff3c00;
}
.post-grid-item .recent-news {
  margin-bottom: 30px;
}
.post-wrapper.style-one .recent-news > .entry-meta,
.post-wrapper.style-three .recent-news > .entry-meta {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
}
.post-wrapper.category-news .no-post-thumbnail > .entry-meta {
  position: static;
  padding: 20px 20px 0;
}
.recent-news .entry-title {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 5px;
}
.post-wrapper.style-one .recent-news .entry-title a,
.post-wrapper.style-three .recent-news .entry-title a,
.post-wrapper.style-five .recent-news .entry-title a,
.post-wrapper.style-six .recent-news .entry-title a {
  color: #212121;
}
.post-wrapper.style-one .recent-news .entry-title a:hover,
.post-wrapper.style-three .recent-news .entry-title a:hover,
.post-wrapper.style-five .recent-news .entry-title a:hover,
.post-wrapper.style-six .recent-news .entry-title a:hover {
  color: #ff3c00;
}
.post-wrapper.style-two .recent-news .entry-title a,
.post-wrapper.style-four .recent-news .entry-title a,
.post-wrapper.style-seven .recent-news .entry-title a {
  color: #fff;
}
.recent-news .entry-title a:hover {
  text-decoration: underline;
}
.post-wrapper .recent-news .post-contents,
.category-news .post-contents {
  padding: 20px 10px 15px 20px;
}
.related-post .post-contents {
  padding: 30px;
  background-color: #fff;
}
.tab-content .post-contents {
  padding: 20px;
}
.post-wrapper.style-two .recent-news .post-contents,
.post-wrapper.style-four .recent-news .post-contents,
.post-wrapper.style-seven .recent-news .post-contents {
  position: absolute;
  bottom: 0;
  left: 0;
}
.post-wrapper.style-one .recent-news .entry-meta li,
.post-wrapper.style-three .recent-news .entry-meta li,
.post-wrapper.style-five .recent-news .entry-meta li,
.post-wrapper.style-six .recent-news .entry-meta li,
.post-wrapper.style-one .recent-news .entry-meta li a,
.post-wrapper.style-three .recent-news .entry-meta li a,
.post-wrapper.style-five .recent-news .entry-meta li a,
.post-wrapper.style-six .recent-news .entry-meta li a {
  color: #b4b4b4;
}
.post-wrapper.style-one .recent-news .entry-meta li a:hover,
.post-wrapper.style-three .recent-news .entry-meta li a:hover,
.post-wrapper.style-five .recent-news .entry-meta li a:hover,
.post-wrapper.style-six .recent-news .entry-meta li a:hover {
  color: #ff3c00;
}
.entry-meta ul {
  margin-bottom: 0;
}
.recent-news .entry-meta li i {
  padding-right: 5px;
}
.recent-news .entry-meta .post-comments-number a {
  color: #999;
  padding-left: 15px;
  margin-left: -15px;
}
.entry-meta .post-comments-number a {
  padding-left: 15px;
  margin-left: -15px;
}
.post-wrapper.category-news.style-two .entry-meta a,
.post-wrapper.category-news.style-four .entry-meta a,
.post-wrapper.category-news.style-seven .entry-meta a {
  color: #fff;
}
.category-news .entry-content {
  margin-top: 20px;
  font-size: 14px;
}
.blog-wrapper.style-three.category-news .recent-news,
.post-wrapper.style-four.category-news .recent-news,
.post-wrapper.style-five.category-news .recent-news {
  margin-bottom: 30px;
}
.post-wrapper.style-five .recent-news > a {
  float: left;
  margin-right: 20px;
  width: 50%;
  max-width: 400px;
}
.post-wrapper.style-five .recent-news .entry-thumb {
  padding: 20px 0 5px 20px;
}
.post-wrapper.style-five .recent-news .entry-meta li {
  padding-left: 0;
}
.post-wrapper.style-five .recent-news .post-contents {
  padding-left: calc(50% + 20px);
}
.post-wrapper.style-five .recent-news .post-contents .entry-content {
  margin-top: 15px;
}
.post-wrapper.style-five .recent-news .entry-content .more-link {
  margin-top: 15px;
}
@media (max-width: 570px) {
  .post-wrapper.style-five .recent-news > a {
    float: none;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .post-wrapper.style-five .recent-news .entry-thumb {
    padding: 0;
  }
  .post-wrapper.style-five .recent-news .post-contents {
    padding-left: 20px;
  }
}
.entry-content .more-link,
.entry-content a.readmore {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  font-family:Roboto;
  background-color: #ddd;
  padding: 5px 15px;
  border-radius: 2px;
  color: gray;
  display: table;
  line-height: 22px;
}
.entry-content .more-link {
  margin-top: 30px;
}
.entry-content .more-link i,
.entry-content a.readmore i {
  margin-left: 5px;
}
.entry-content .more-link:hover,
.entry-content a.readmore:hover {
  background-color: #ff3c00;
  color: #fff;
}
.post-wrapper .tab-content {
  position: relative;
}
.post-wrapper .tab-content .loading .tab-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
}
.post-wrapper .tab-content .loading .tab-loader:after {
  content: "";
  background-image: url(../img/loader.gif);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  width: 55px;
  height: 55px;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.element-title {
  float: left;
}
.element-title h2 {
  font-size: 18px;
  margin: 0;
}
.catagory-dropdown-wrapper .nav-tabs {
  border: 0;
  display: inline-block;
}
.catagory-dropdown-wrapper button span.fa {
  color: #212121;
  padding-left: 3px;
}
.catagory-dropdown-wrapper {
  text-align: right;
  margin-bottom: 20px;
}
.no-element-title .catagory-dropdown-wrapper {
  text-align: left;
}
.catagory-dropdown-wrapper .nav-tabs ul {
  display: block !important;
}
.catagory-dropdown-wrapper .category-dropdown-list ul {
  position: absolute !important;
  left: auto;
  right: 15px;
  padding: 5px;
  margin: 0;
  border-radius: 2px;
  box-shadow: none;
  margin-top: 5px;
  z-index: 1050;
  background-color: #f3f1f1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.catagory-dropdown-wrapper .category-dropdown-list:hover ul {
  opacity: 1;
  visibility: visible;
}
.catagory-dropdown-wrapper ul li a {
  padding: 10px 15px;
  border-radius: 2px;
  color: #999;
  display: block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.catagory-dropdown-wrapper ul li a:hover {
  background-color: #ff3c00;
  color: #fff;
}
.catagory-dropdown-wrapper button {
  background-color: transparent;
  border: 0;
  font-weight: 600;
  font-size: 14px;
}
.catagory-dropdown-wrapper button span {
  color: #212121;
  margin-left: 5px;
}
.category-inline-list button {
  display: none;
}
.category-inline-list ul {
  height: 45px !important;
}
.category-inline-list ul li {
  display: inline-block;
}
.navbar-nav li.has-mega-menu .megamenu-wrapper .category-inline-list ul li a {
  padding: 10px 8px 0;
}
.catagory-dropdown-wrapper .category-inline-list ul li a {
  font-size: 14px;
  padding: 10px 8px 0;
  border-radius: 0;
}
.catagory-dropdown-wrapper .category-inline-list ul li.active a {
  color: #ff3c00;
  border-bottom: 1px solid #ff3c00;
}
.post-grid {
  margin-top: 25px;
}
.colored-border {
  background-color: #ff3c00;
  height: 3px;
  width: 100%;
}
.category-news-layout-one .large-post-thumb img {
  width: 100%;
}
.category-news-layout-one .entry-thumb img {
  min-width: 85px;
}
.category-news-layout-one.post-wrapper .recent-news .post-contents {
  padding: 0 5px;
}
.category-news-layout-one.post-wrapper
  .recent-news
  .post-contents.large-post-contents {
  padding: 20px 0 0;
}
.category-news-layout-one.post-wrapper .recent-news {
  border: 0;
  margin-bottom: 20px;
}
.category-news-layout-one.post-wrapper .masonry-column {
  min-height: 80px;
}
.post-wrapper.style-one .post-loadmore .recent-news .post-contents {
  background-color: #fff;
}
.loadmore-btn {
  background-color: #e2e2e2;
  border-radius: 2px;
  color: #6e6e6e;
  font-weight: 700;
  font-size: 14px;
  font-family: Roboto;
}
.loadmore-btn i {
  margin-left: 10px;
}
.atm-f,
.at-branding-logo {
  display: none !important;
}
.addthis_toolbox.addthis_32x32_style > a:nth-child(1) .at-icon-wrapper,
.addthis_toolbox.addthis_32x32_style > a:nth-child(2) .at-icon-wrapper,
.addthis_toolbox.addthis_32x32_style > a:nth-child(3) .at-icon-wrapper {
  width: 130px !important;
  text-align: center;
}
.addthis_toolbox.addthis_32x32_style .at-icon-wrapper {
  height: 40px !important;
  line-height: 40px !important;
}
.addthis_toolbox.addthis_32x32_style .at-icon-wrapper svg {
  height: 40px !important;
}
.addthis_counter.addthis_bubble_style {
  background-image: none !important;
}
.addthis_toolbox.addthis_32x32_style .addthis_button_expanded {
  position: relative;
}
.addthis_toolbox.addthis_32x32_style .addthis_button_expanded:after {
  content: "Share";
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: 400;
}
.post-share {
  margin-bottom: 15px;
}
.single-layout-two .post-share {
  margin-bottom: 0;
  margin-top: 15px;
}
.post-share ul {
  margin: 0;
}
.post-share ul li {
  margin: 0 5px 5px 0;
  padding: 0;
}
.post-share ul li i {
  background-color: transparent;
}
.post-share ul li a {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #ff3c00;
  display: inline-block;
  border-radius: 2px;
}
.post-share ul li a:hover {
  opacity: 0.8;
}
.post-share ul li a.large-btn i {
  margin-right: 7px;
}
.post-share ul li a.facebook {
  background-color: #2d609b;
  padding: 0 15px;
}
.post-share ul li a.twitter {
  background-color: #00c3f3;
  padding: 0 15px;
}
.post-share ul li a.google-plus {
  background-color: #d6492f;
}
.post-share ul li a.linkedin {
  background-color: #0083be;
}
.post-share ul li a.pinterest {
  background-color: #cb2027;
}
.post-share ul li a.reddit {
  background-color: #ff4500;
}
.post-share ul li a.stumbleupon {
  background-color: #eb4924;
}
.post-share ul li a.digg {
  background-color: #1b5891;
}
.post-share ul li a.delicious {
  background-color: #1169ca;
}
@media (max-width: 767px) {
  .post-share ul li a.large-btn {
    width: 40px;
    padding: 0;
  }
  .post-share ul li a.large-btn i {
    margin-right: 0;
  }
  .post-share ul li a.large-btn span {
    display: none;
  }
}
.share-selected-text-main-container .share-selected-text-inner {
  background-color: #fff;
  box-shadow: 0px 1px 8px 1px rgba(80, 80, 80, 0.41);
  border-radius: 2px;
}
.share-selected-text-main-container .share-selected-text-inner:after {
  border-color: #fff transparent transparent;
}
.share-selected-text-main-container .share-selected-text-btn {
  color: #5f5f5f;
  padding: 0 15px;
}
.share-selected-text-main-container .share-selected-text-btn:focus,
.share-selected-text-main-container .share-selected-text-btn:hover {
  background-color: transparent;
  color: #ff3c00;
}
.gradient-banner {
  position: relative;
  overflow: hidden;
}
.gradient-banner h2 {
  color: #fff;
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 50px;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gradient-banner h2 {
    font-size: 28px;
    padding: 0 30px;
  }
}
.gradient-banner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-indent: -99999px;
}
.gradient-banner img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateZ(0);
}
.gradient-banner:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.vc_tta-panel-title {
  font-family: Roboto;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
  border: 1px solid #eee !important;
}
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-default
  .vc_tta-panel-title
  > a,
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-classic
  .vc_tta-panel-title
  > a,
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-modern
  .vc_tta-panel-title
  > a,
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-flat
  .vc_tta-panel-title
  > a {
  color: #fff !important;
}
.vc_tta-color-theme_default_color .vc_tta-panel .vc_tta-panel-heading {
  background-color: #666;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #ff3c00;
}
.vc_tta.vc_tta-style-outline .vc_tta-panel-heading {
  border-width: 1px !important;
}
.vc_tta-color-theme_default_color.vc_tta-style-outline
  .vc_tta-panel
  .vc_tta-panel-heading {
  background-color: transparent;
  border-color: #666;
}
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-outline
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  border-color: #ff3c00;
}
.vc_tta-color-theme_default_color.vc_tta-style-outline
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  > a {
  color: #ff3c00 !important;
}
.vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta.vc_tta-style-outline
  .vc_tta-panel:not(:last-child)
  .vc_tta-panel-heading {
  margin-bottom: 0 !important;
}
.vc_row-o-equal-height .vc_col-has-fill .wpb_wrapper {
  min-height: 300px;
}
.theme-default .nivoSlider img,
.flexslider .slides img {
  height: auto;
}
.wpb_revslider_element {
  margin-bottom: 0 !important;
}
.wpb_progress_bar_heading {
  margin-bottom: 50px;
}
.vc_progress_bar .vc_single_bar .vc_label {
  padding: 0 !important;
  font-size: 14px;
  bottom: 30px;
  color: #666 !important;
  text-shadow: none !important;
}
.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
  position: absolute;
  top: 0;
  right: 0;
}
.vc_progress_bar .vc_single_bar {
  background: #f5f5f5 !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  height: 20px;
  margin-bottom: 50px !important;
}
.vc_progress_bar .vc_single_bar .vc_bar {
  height: 40% !important;
  border-radius: 10px !important;
  top: 6px !important;
  left: 12px !important;
}
.tt-popup-wrapper {
  position: relative;
}
.tt-popup-wrapper:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.tt-popup-wrapper img {
  width: 100%;
}
@media (max-width: 1199px) {
  .tt-popup-wrapper img {
    height: auto !important;
  }
}
.tt-popup {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.tt-popup i {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  text-align: center;
  margin: 0 auto;
  margin-top: -37px;
  margin-left: -37px;
  width: 74px;
  height: 74px;
  font-size: 30px;
  line-height: 64px;
  color: #fff;
  border: 5px solid #fff;
  border-radius: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tt-popup i:hover {
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.4);
  color: #ff3c00;
  border-color: #ff3c00;
}
.submit-btn-wrapper {
  position: relative;
}
div.wpcf7 img.ajax-loader {
  margin-left: 0;
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 6px);
}
.btn.submit-btn {
  font-size: 18px;
  font-weight: 600;
  min-width: 200px;
}
.wpcf7 span.wpcf7-not-valid-tip {
  position: relative;
  top: 5px;
  color: red;
  text-align: left;
  font-size: 11px;
  background-color: #ececec;
  display: inline-block;
  padding: 0 10px;
  border-radius: 5px;
}
.wpcf7 span.wpcf7-not-valid-tip:before {
  position: absolute;
  top: -5px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ececec;
}
.wpcf7 div.wpcf7-validation-errors {
  text-align: center;
  border: 0;
  font-weight: 600;
  color: #ef4836;
}
.wpcf7 textarea {
  max-height: 170px;
}
.subscribe-form {
  text-align: center;
}
.subscribe-form .mc4wp-alert {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.subscribe-form .mc4wp-success {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  margin-top: 10px;
}
.subscribe-form .mc4wp-form input[type="email"] {
  width: 385px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .subscribe-form .mc4wp-form input[type="email"] {
    width: 100%;
  }
}
.subscribe-form input::-webkit-input-placeholder {
  color: #4b4b4b;
}
.subscribe-form input::-moz-placeholder {
  color: #4b4b4b;
}
.subscribe-form input:-ms-input-placeholder {
  color: #4b4b4b;
}
.subscribe-form .mc4wp-form .form-control {
  height: 50px;
  color: #fff;
  font-size: 15px;
  padding: 0 15px;
  border-color: #616161;
}
.subscribe-form .form-control:focus {
  background-color: transparent;
}
.subscribe-form .btn {
  margin-left: 10px;
}
.single-news-newsletter {
  padding: 30px;
  background-color: #fff;
  margin: 10px 0 40px;
  display: inline-block;
  width: 100%;
}
.single-news-newsletter i {
  font-size: 40px;
  color: #bdbdbd;
  margin-bottom: 15px;
}
.single-news-newsletter h2 {
  margin-bottom: 10px;
}
.single-news-newsletter h3 {
  font-size: 20px;
  font-weight: 400;
}
.single-news-newsletter.subscribe-form .mc4wp-form .form-control {
  border-color: #e0e0e0;
  color: #999;
}
.single-news-newsletter.subscribe-form .mc4wp-form .form-control:focus {
  border-color: #ff3c00;
}
.subscribe-form.single-news-newsletter .mc4wp-form input[type="email"] {
  width: 100%;
}
#preloader {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
}
.status-mes {
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}
#toTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #ff3c00;
  cursor: pointer;
  display: none;
  z-index: 9999;
  width: 40px;
  height: 40px;
  border: 2px solid #ff3c00;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#toTop:hover {
  color: #fff;
  background-color: #ff3c00;
  border: 2px solid transparent;
}
.widget_tt_twitter_widget .twitter-icon-wrap {
  width: 30px;
  float: left;
}
.widget_tt_twitter_widget .twitter-icon-wrap span {
  color: #08f;
  margin-top: 5px;
}
.widget_tt_twitter_widget .tt-tweet-body {
  padding-left: 30px;
  font-size: 14px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 24px;
}
.widget_tt_twitter_widget .tt-tweet-body p {
  margin: 0;
}
.widget_tt_twitter_widget .tt-tweet-body a {
  color: #999;
}
.widget_tt_twitter_widget .tt-tweet-meta {
  display: block;
  font-size: 11px;
  text-align: right;
}
.widget_tt_twitter_widget ul li:last-child .tt-tweet-body {
  border-bottom: 0;
}
.tt-follow-btn {
  display: block;
  text-align: center;
}
.tt-follow-btn {
  border-radius: 2px;
  background-color: #3cf;
  color: #fff;
  padding: 10px;
}
.tt-follow-btn:hover,
.tt-follow-btn:focus {
  color: #fff;
  opacity: 0.8;
}
.tt-follow-btn i {
  margin-right: 5px;
}
.tt-recent-comments .comment-content {
  padding: 0;
}
.tt-recent-comments .media {
  margin: 0 0 20px;
}
.tt-recent-comments .media:last-child {
  margin: 0;
}
.tt-recent-comments .comment-content ul {
  padding: 0;
}
.tt-recent-comments .comment-content li:last-child {
  margin-right: 0;
}
.tt-recent-comments .comment-content .entry-meta {
  margin-bottom: 10px;
}
.tt-recent-comments .author-avatar img {
  max-width: inherit;
}
.author-info-wrapper {
  background-color: #f4f4f4;
  padding: 30px;
  text-align: center;
}
.author-info-wrapper .author-avatar {
  margin-bottom: 20px;
}
.author-info-wrapper .author-avatar img {
  border-radius: 50%;
  height: auto;
}
.author-info-wrapper h4 {
  font-size: 16px;
  text-transform: uppercase;
}
.author-info-wrapper .author-social-links li a i {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #848484;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.author-social-links {
  margin-top: 25px;
}
.tt-latest-news article {
  margin-bottom: 25px;
}
.tt-latest-news article:last-child {
  margin-bottom: 0;
}
.tt-latest-news .entry-content {
  margin-top: 15px;
}
.tt-latest-news .entry-content h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tt-latest-news .entry-meta ul {
  margin-bottom: 0;
}
.tt-latest-news .entry-meta li i,
.tt-popular-post .entry-meta li i,
.tt-recent-comments .entry-meta li i {
  padding-right: 5px;
}
.tt-popular-post .entry-meta li a,
.widget_recent_entries ul li .post-date {
  color: #a7a7a7;
  line-height: 22px;
}
.tt-popular-post h4,
.tt-latest-news .entry-content h4,
.tt-recent-comments .comment-content .comment-title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}
.tt-popular-post h4 span {
  color: #afafaf;
  font-size: 12px;
  display: inline-block;
}
.tt-popular-post h4 a,
.tt-recent-comments .comment-content .comment-title a,
.tt-latest-news .entry-content h4 a {
  color: #202020;
}
.tt-popular-post .media {
  margin: 0 0 15px;
}
.tt-popular-post .media:last-child {
  margin: 0;
}
.tt-popular-post .media img {
  max-width: 65px;
  height: auto;
}
.wpb_widgetised_column .widget_tt_weather_widget .widget-title,
.tt-sidebar-wrapper .widget_tt_weather_widget .widget-title {
  color: #fff;
}
.wpb_widgetised_column .widget_tt_weather_widget {
  padding: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wpb_widgetised_column .widget_tt_weather_widget {
    padding: 30px 15px;
  }
}
.widget_tt_weather_widget .weather-widget-error {
  text-align: center;
  padding: 20px;
}
.weather-wrapper {
  clear: both;
  line-height: 1;
  position: relative;
}
.weather-city {
  display: inline-block;
  padding: 0 20px 0 10px;
  max-width: 160px;
}
.weather-city .weather-icon {
  position: relative;
  margin: 0 auto;
  height: 75px;
  font-size: 14px;
}
.weather-icon > div {
  font-size: 32px;
}
.weather-city .weather-icon [class^="tt-"],
.weather-city .weather-icon [class*=" tt-"] {
  font-size: 55px;
}
.weather-city-name {
  font-size: 32px;
  padding-top: 5px;
  font-weight: 700;
}
.weather-todays-temperature {
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
}
.weather-more-todays-temperature {
  text-align: left;
  line-height: 22px;
  font-size: 12px;
  padding-top: 12px;
}
.current-temperature {
  font-size: 70px;
  font-weight: 700;
}
.current-temperature sup {
  font-size: 16px;
  top: 0;
}
.weather-main {
  margin-top: 5px;
  text-transform: capitalize;
  font-size: 12px;
}
.weather-forecast-wrap {
  clear: both;
  margin-top: 30px;
}
.weather-forecast-item {
  position: relative;
  width: 1%;
  display: table-cell;
  text-align: center;
}
.weather-forecast-item .weather-icon {
  position: relative;
  margin: 0 auto 7px;
  width: 60px;
  height: 40px;
  font-size: 14px;
}
.flickr-photo-wrapper .flickr_badge_image {
  width: 33.33333%;
  height: auto;
  padding: 0 2px 4px;
  min-height: 1px;
  margin: 0;
}
.widget_tt_flickr_widget .tt-follow-btn {
  margin: 10px 2px;
  background-color: #4a4a4a;
}
.flickr-photo-wrapper .flickr_badge_image img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
}
.flickr-photo-wrapper .flickr_badge_image img:hover {
  opacity: 0.9;
}
.tt-social-link ul {
  margin-bottom: 0;
}
.tt-social-link li {
  list-style: none;
  padding-right: 0;
  margin-bottom: 8px;
}
.tt-social-link li i {
  text-align: center;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tt-social-link li a i:focus,
.tt-social-link li i:focus {
  outline: none;
}
.tt-social-link li i:hover {
  opacity: 0.9;
}
.tt-social-link li.small i {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.tt-social-link li.medium i {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.tt-social-link li.large i {
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.facebook i {
  background: #3b5997;
}
.twitter i {
  background: #29c5f6;
}
.google i {
  background: #d13d2f;
}
.pinterest i {
  background: #c61118;
}
.dribbble i {
  background: #ff5c93;
}
.behance i {
  background: #12c5ef;
}
.instagram i {
  background: #8a9fae;
}
.linkedin i {
  background: #2c91dc;
}
.delicious i {
  background: #457e9b;
}
.soundcloud i {
  background: #ff5419;
}
.youtube i {
  background: #d72a24;
}
.flickr i {
  background: #ed1983;
}
.vimeo i {
  background: #0facd7;
}
.github i {
  background: #000;
}
.tumblr i {
  background: #304e6c;
}
.android i {
  background: #b2ce49;
}
.digg i {
  background: #546ba0;
}

.navbar-default {
}

.navbar-default .navbar-nav > li > a {
}

a,
a:focus {
  color: #ff3c00;
}

a:hover {
  color: #eb2800;
}

.backToTop i:hover {
  background-color: #eb2800;
}

.section-intro h2 {
  color: #212121;
}

.vc_general.vc_btn3.vc_btn3-color-theme_primary_color,
.btn-primary,
.vc_general.vc_btn3.vc_btn3-color-theme_default_color:hover,
.vc_general.vc_btn3.vc_btn3-color-theme_default_color:focus,
.btn-default:hover,
.btn-default:focus,
.theme-bg,
.sction-title-wrapper .separator,
.header-top-wrapper .social-icon ul li a i:hover,
.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar,
.post.format-link .blog-link a:hover,
.news-gallery .carousel-control:focus,
.news-gallery .carousel-control:hover,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination .current,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.blog-navigation a:hover,
.page-pagination a:hover,
.page-pagination > span,
.tt-recipe-wrapper .tt-print,
.widget.widget_mc4wp_form_widget,
.widget_tag_cloud a:hover,
.comments-wrapper .comment-form .submit,
.error-message a,
.error-message a:hover,
.footer-section .social-icon a:hover i,
#toTop:hover,
.vc_tta-panel.vc_active .vc_tta-panel-heading,
.posted-in a,
.entry-content .more-link:hover,
.entry-content a.readmore:hover,
.catagory-dropdown-wrapper ul li a:hover,
.colored-border,
.post-share ul li a,
.wpb_widgetised_column .widget_tt_weather_widget,
.tt-sidebar-wrapper .widget_tt_weather_widget {
  background-color: #ff3c00;
}

.theme-bg-color,
.theme-bg-color a {
  background-color: #ff3c00 !important;
}

.vc_general.vc_btn3.vc_btn3-color-theme_primary_color:hover,
.vc_general.vc_btn3.vc_btn3-color-theme_primary_color:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus {
  background-color: #eb2800;
}

.theme-color,
.btn-outline:hover,
.btn-outline:focus,
.vc_general.vc_btn3.vc_btn3-color-theme_default_color,
.btn-default,
.learnmore-btn:focus,
.learnmore-btn:hover,
.check-circle-list li:hover i,
.header-top-wrapper .contact-info ul li a:hover,
.temp-change button.checked,
.header-menu ul li a:hover,
.breaking-news li a:hover,
.search-icon.active:after,
.page-title ul li a:hover,
.tt-popup i:hover,
.post-wrapper .featured-wrapper .entry-meta li a:hover,
.news-wrapper.single-layout-three .entry-meta li a:hover,
.news-wrapper.single-layout-four .entry-meta li a:hover,
.news-wrapper.single-layout-five .entry-meta li a:hover,
.news-wrapper.single-layout-six .entry-meta li a:hover,
.news-wrapper.single-layout-seven .entry-meta li a:hover,
.single-post-navigation .entry-title a:hover,
.tt-popular-post h4 a:hover,
.tt-recent-comments .comment-content .comment-title a:hover,
.tt-latest-news .entry-content h4:hover,
.tt-latest-news .entry-content h4 a:hover,
.widget_recent_entries ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget .entry-meta ul li a:hover,
.widget_categories ul li a:hover,
.widget_meta ul li a:hover,
.widget_calendar #today,
.author-links ul li a:hover,
.author-info h3 a:hover,
.authors-post a:hover,
.author-social ul li a:hover,
.comment-list .pingback a:hover,
.error-message h2,
.footer-sidebar .widget_meta ul li a:hover,
.footer-sidebar ul li i,
#toTop,
.post-wrapper.style-one .recent-news .entry-title a:hover,
.post-wrapper.style-three .recent-news .entry-title a:hover,
.post-wrapper.style-five .recent-news .entry-title a:hover,
.post-wrapper.style-six .recent-news .entry-title a:hover,
.post-wrapper.style-one .recent-news .entry-meta li a:hover,
.post-wrapper.style-three .recent-news .entry-meta li a:hover,
.post-wrapper.style-five .recent-news .entry-meta li a:hover,
.post-wrapper.style-six .recent-news .entry-meta li a:hover,
.catagory-dropdown-wrapper .category-inline-list ul li.active a,
.share-selected-text-main-container .share-selected-text-btn:focus,
.share-selected-text-main-container .share-selected-text-btn:hover,
.widget_tt_twitter_widget .tt-tweet-body a:hover {
  color: #ff3c00;
}

.widget_recent_entries ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget .entry-meta ul li a:hover,
.footer-sidebar .widget_recent_entries ul li a:hover,
.footer-sidebar .widget_recent_comments ul li a:hover,
.footer-sidebar .widget_archive ul li a:hover,
.footer-sidebar .widget_pages ul li a:hover,
.footer-sidebar .widget_nav_menu ul li a:hover,
.footer-sidebar .widget .entry-meta ul li a:hover,
.vc_tta-color-theme_default_color.vc_tta-style-outline
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  > a {
  color: #ff3c00 !important;
}

.navbar-default .navbar-nav li.current-menu-ancestor > a,
.navbar-default .navbar-nav li.current-menu-parent > a,
.navbar-default .navbar-nav li.current-menu-item > a {
  color: #ff3c00 !important;
}

.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.navbar-default
  .navbar-nav
  li.current-menu-ancestor.has-mega-menu-child
  > a:hover,
.navbar-default
  .navbar-nav
  li.current-menu-parent.has-mega-menu-child
  > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #ff3c00;
}

.navbar-default .navbar-nav li.current-menu-ancestor > a,
.navbar-default .navbar-nav li.current-menu-parent > a,
.navbar-default .navbar-nav li.current-menu-item > a {
  color: #ff3c00 !important;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #ff3c00;
  }

  .dropdown-menu-trigger.menu-collapsed {
    color: #ff3c00;
  }

  .dropdown-menu-trigger.menu-collapsed {
    border-color: #ff3c00;
  }
}

.vc_general.vc_btn3.vc_btn3-color-theme_primary_color,
.btn-primary,
.vc_general.vc_btn3.vc_btn3-color-theme_default_color:hover,
.vc_general.vc_btn3.vc_btn3-color-theme_default_color:focus,
.btn-default:hover,
.btn-default:focus,
.form-control:focus,
.tt-popup i:hover,
.single-news-newsletter.subscribe-form .mc4wp-form .form-control:focus,
.pagination .current,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.blog-navigation a:hover,
.widget select:focus,
.comments-wrapper .comment-form input:focus,
.comments-wrapper .comment-form textarea:focus,
.comments-wrapper .comment-form .submit,
#toTop,
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-outline
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading,
.featured-video .tt-popup i:hover,
.catagory-dropdown-wrapper .category-inline-list ul li.active a {
  border-color: #ff3c00;
}

.vc_general.vc_btn3.vc_btn3-color-theme_primary_color:hover,
.vc_general.vc_btn3.vc_btn3-color-theme_primary_color:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus {
  border-color: #eb2800;
}

.tt-overlay-theme-color,
.tt-gallery-thumb ul li.flex-active-slide::after {
  background-color: rgba(255, 60, 0, 0.9);
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #ff3c00;
  }
}

.news-wrapper .featured-wrapper .entry-meta {
  margin-bottom: 0px;
}
.vc_btn3-container .vc_btn3.vc_btn3-size-md, .vc_btn3-container .vc_btn3.vc_btn3-size-md, .btn {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
}
.comment-block {
  background-color: #fff;
  border-bottom: 1px solid #eeecec;
  padding: 10px ;
}
.article-promo-top, .article-promo-bottom {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 0px;
}
.promo-wrap {
  position: relative;
  display: block;
}
.comments-wrapper {
  margin-top: 5px;
  padding: 30px;
  border: 1px solid #eeecec;
  background: #fff;
}
.comments-wrapper .comment-form textarea {
  width: 100%;
  min-height: 120px;
}
.comments-wrapper .comment-form input:not([type="submit"]), .comments-wrapper .comment-form textarea {
  height: 50px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  color: #202020;
  border: 1px solid #eee;
  border-radius: 0;
  width: 100%;
  outline: none;
}
.comments-wrapper .logged-in-as, .comments-wrapper .comment-notes, .comments-wrapper .comment-awaiting-moderation {
  color: #999;
  background-color: #e8e8e8;
  border-color: #e6e6e6;
  padding: 5px 5px;
  border-radius: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 10px 0 15px;
  color: #202020;
}
.fa-sm {
  font-size: 20px !important;
  color: #bdbdbd;
  margin-bottom: 0px !important;
}
.single-news-newsletter i {
  font-size: 40px;
  color: #bdbdbd;
  margin-bottom: 0px;
}
.widget_recent_comments ul li, .widget_archive ul li, .widget_pages ul li, .widget_nav_menu ul li {
line-height: 25px;
}
.nomargin{
  margin: 0px;
}
.media {
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #eeecec;
}
.tt-sidebar-wrapper .widget {
margin-bottom: 30px;
padding: 10px 15px;
background-color: #fff;
}
.widget_recent_comments ul li, .widget_archive ul li, .widget_pages ul li, .widget_nav_menu ul li {
line-height: 25px;
font-size: 14px;
}

.mcq_subject_box {
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
  display: block;
  box-shadow: 0px 0px 25px 5px #eee;
  border-radius: 6px;
  background: #fff;
  /* padding-left: 66px;
  padding-right: 30px; */
  height: 100px;
  border: 1px solid transparent;
  text-decoration: none!important;
}

.mcq_subject_box .arrow_wrapper {
  position: absolute;
  /* top: 0px; */
  top: 15px;
  right: 0px;
  font-size: 2rem;
  /* padding-top: 15px; */
  padding-top: 15px;
  padding-right: 10px;
  transition: all .3s ease;
  /* color: #888; */
}

.mcq_subject_box .details h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #444;
  margin-bottom: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mcq_question_box {
  background: #f8f8f8;
  padding: 20px 10px;
  margin: 10px;
  position: relative;
  overflow: auto;
}

.embed-container { 
position: relative; 
padding-bottom: 56.25%; 
height: 0; 
overflow: hidden;
max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0; 
  width: 100%;
  height: 100%; 
}

.news-wrapper.single-layout-two .news-title-wraper {
  padding: 10px 5px 0;
}

.news-wrapper.single-layout-two .blog-content, .news-wrapper.single-layout-three .blog-content, .news-wrapper.single-layout-four .blog-content, .news-wrapper.single-layout-two .post-wrapper .entry-footer, .news-wrapper.single-layout-three .post-wrapper .entry-footer, .news-wrapper.single-layout-four .post-wrapper .entry-footer, .news-wrapper.single-layout-five .post-wrapper .entry-footer, .news-wrapper.single-layout-six .post-wrapper .entry-footer, .news-wrapper.single-layout-seven .post-wrapper .entry-footer {
padding: 10px 5px;
}

.single-news-newsletter {
padding: 10px 10px;
background-color: #fff;
margin: 10px 0 40px;
display: inline-block;
width: 100%;
}
.recent-news .entry-thumb {
  position: relative;
  background: #847773;
}
.post-contents {
padding: 20px 10px 15px 20px;
background: #fcfbfa;
}

.card
{
padding: 10px;
margin-bottom: 20px;
}

.page-title span, .breadcrumb > li + li::before {
  color: #3c3838;
  padding: 0;
}