body {
  font-size: 16px;
  color: #34495e;
  /*font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300; }
  @media screen and (max-width: 575px) {
  body {
    font-size: 14px; } }

p {
  line-height: 1.5;
  margin: 0; }
  p a {
    text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  color: #7b8287;
  font-weight: 800;
  /*font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

h1, .h1 {
  font-size: 35px; }

h2, .h2 {
  font-size: 30px; }
  @media screen and (max-width: 1199px) {
  h2, .h2 {
    font-size: 25px; } }
  @media screen and (max-width: 575px) {
  h2, .h2 {
    font-size: 20px; } }
  @media screen and (max-width: 319px) {
  h2, .h2 {
    font-size: 25px; } }

h3, .h3 {
  font-size: 25px; }
  @media screen and (max-width: 1199px) {
  h3, .h3 {
    font-size: 20px; } }
  @media screen and (max-width: 575px) {
  h3, .h3 {
    font-size: 15px; } }
  @media screen and (max-width: 319px) {
  h3, .h3 {
    font-size: 10px; } }

h4, .h4 {
  font-size: 20px; }
  @media screen and (max-width: 575px) {
  h4, .h4 {
    font-size: 10px; } }

h5, .h5 {
  font-size: 15px; }

h6, .h6 {
  font-size: 10px; }

strong {
  font-weight: 600; }

a {
  color: #2980b9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  a:focus, a:hover {
    color: #34495e; }

blockquote {
  font-style: italic;
  color: #868e96; }

main {
  margin-top: 100px; }

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px; }

.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

.thin {
  font-weight: 100; }

::-moz-selection {
  color: #fff;
  background: #0085a1;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #0085a1;
  text-shadow: none; }

img::selection {
  color: #fff;
  background: transparent; }

img::-moz-selection {
  color: #fff;
  background: transparent; }

#mainNav {
  position: absolute;
  border-bottom: 1px solid #e9ecef;
  background-color: #f9f9fa;
  /*font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  #mainNav .navbar-brand {
    font-weight: 800;
    color: #343a40; }
  #mainNav .navbar-toggler {
    font-size: 12px;
    font-weight: 800;
    padding: 13px;
    text-transform: uppercase;
    color: #343a40; }
  #mainNav .navbar-nav > li.nav-item > a {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase; }
  @media only screen and (min-width: 992px) {
  #mainNav {
    /*border-bottom: 1px solid transparent;*/
    /*background: transparent;*/ }
    #mainNav .navbar-brand {
      padding: 10px 20px;
      color: #fff; }
      #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
        color: rgba(255, 255, 255, 0.8); }

    #mainNav .navbar-nav > li.nav-item > a {
      padding: 10px 20px;
      color: #fff; }
      #mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
        color: rgba(255, 255, 255, 0.8); } }
  @media only screen and (min-width: 992px) {
  #mainNav {
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden; }
    #mainNav.is-fixed {
      /* when the user scrolls down, we hide the header right above the viewport */
      position: fixed;
      top: -67px;
      -webkit-transition: -webkit-transform 0.2s;
      -moz-transition: -moz-transform 0.2s;
      transition: transform 0.2s;
      border-bottom: 1px solid #fff;
      background-color: rgba(255, 255, 255, 0.9); }
      #mainNav.is-fixed .navbar-brand {
        color: #212529; }
        #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
          color: #0085a1; }
      #mainNav.is-fixed .navbar-nav > li.nav-item > a {
        color: #212529; }
        #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
          color: #0085a1; }

    #mainNav.is-visible {
      /* if the user changes the scrolling direction, we show the header */
      -webkit-transform: translate3d(0, 100%, 0);
      -moz-transform: translate3d(0, 100%, 0);
      -ms-transform: translate3d(0, 100%, 0);
      -o-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); } }

header.masthead {
  margin-bottom: 50px;
  background: no-repeat center center;
  background-color: #868e96;
  background-attachment: scroll;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #212529;
    opacity: 0.5; }
  header.masthead .page-heading, header.masthead .post-heading, header.masthead .site-heading {
    padding: 200px 0 150px;
    color: white; }
    @media only screen and (min-width: 768px) {
  header.masthead .page-heading, header.masthead .post-heading, header.masthead .site-heading {
    padding: 200px 0; } }
  header.masthead .page-heading, header.masthead .site-heading {
    text-align: center; }
    header.masthead .page-heading h1, header.masthead .site-heading h1 {
      font-size: 50px;
      margin-top: 0; }
    header.masthead .page-heading .subheading, header.masthead .site-heading .subheading {
      font-size: 24px;
      font-weight: 300;
      line-height: 1.1;
      display: block;
      margin: 10px 0 0;
      /*font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
      font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    @media only screen and (min-width: 768px) {
  header.masthead .page-heading h1, header.masthead .site-heading h1 {
    font-size: 80px; } }
  header.masthead .post-heading h1 {
    font-size: 35px; }
    header.masthead .post-heading .meta, header.masthead .post-heading .subheading {
      line-height: 1.1;
      display: block; }
    header.masthead .post-heading .subheading {
      font-size: 24px;
      font-weight: 600;
      margin: 10px 0 30px;
      /*font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
      font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    header.masthead .post-heading .meta {
      font-size: 20px;
      font-weight: 300;
      font-style: italic;
      font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
      header.masthead .post-heading .meta a {
        color: #fff; }
    @media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 55px; }
  header.masthead .post-heading .subheading {
    font-size: 30px; } }

.post-preview > a {
  color: #212529; }
  .post-preview > a:focus, .post-preview > a:hover {
    text-decoration: none;
    color: #0085a1; }
  .post-preview > a > .post-title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px; }
  .post-preview > a > .post-subtitle {
    font-weight: 300;
    margin: 0 0 10px; }
  .post-preview > .post-meta {
    font-size: 18px;
    font-style: italic;
    margin-top: 0;
    color: #868e96; }
  .post-preview > .post-meta > a {
    text-decoration: none;
    color: #212529; }
    .post-preview > .post-meta > a:focus, .post-preview > .post-meta > a:hover {
      text-decoration: underline;
      color: #0085a1; }
  @media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px; } }

.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dee2e6; }
  .floating-label-form-group input, .floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .floating-label-form-group input::-webkit-input-placeholder, .floating-label-form-group textarea::-webkit-input-placeholder {
    color: #868e96;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .floating-label-form-group label {
    font-size: 0.85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0; }
  .floating-label-form-group .help-block {
    margin: 15px 0; }

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1; }

.floating-label-form-group-with-focus label {
  color: #0085a1; }

form .form-group:first-child .floating-label-form-group {
  border-top: 1px solid #dee2e6; }

footer {
  padding: 50px 0 0px; }
  footer .list-inline {
    margin: 0;
    padding: 0; }
  footer .copyright {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center; }

.btn {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  /*font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.btn-primary {
  background-color: #0085a1;
  border-color: #0085a1; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #00657b !important;
    border-color: #00657b !important; }

.btn-lg {
  font-size: 16px;
  padding: 25px 35px; }

@media screen and (max-width: 767px) {
    .container {
      max-width: 90%; } }
  @media screen and (max-width: 575px) {
  .container {
    max-width: 95%; } }

.flip-container, .front, .back {
  width: 320px;
  height: 320px; }
  @media screen and (max-width: 1199px) {
  .flip-container, .front, .back {
    width: 290px;
    height: 290px; } }
  @media screen and (max-width: 991px) {
  .flip-container, .front, .back {
    width: 300px;
    height: 300px; } }
  @media screen and (max-width: 767px) {
  .flip-container, .front, .back {
    width: 260px;
    height: 260px; } }
  @media screen and (max-width: 575px) {
  .flip-container, .front, .back {
    width: 200px;
    height: 200px; } }
  @media screen and (max-width: 319px) {
  .flip-container, .front, .back {
    width: 260px;
    height: 260px; } }

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  /*border: 1px solid #ccc;*/ }
/* START: Accommodating for IE */
.flip-container:hover .back, .flip-container.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.flip-container:hover .front, .flip-container.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.back .card {
  height: 100%; }

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative; }

.front, .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0; }

.front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2; }

.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.form-group {
  margin-bottom: 0.5rem; }

.form-group label {
  margin-bottom: 0.2rem; }

.logo, .claim {
  width: 240px;
  height: auto; }
  @media only screen and (max-width: 768px) {
  .logo, .claim {
    display: block; } }
  @media screen and (max-width: 575px) {
  .logo, .claim {
    width: 148px; } }

.homeico {
  margin-left: -70px;
  margin-right: 10px;
  top: 18px;
  position: absolute; }

a .homeico {
  color: #fff; }

.card-centered {
  align-items: center;
  display: flex;
  justify-content: center; }

#mainNav .navbar-brand {
  padding: 0; }

.pa {
  position: absolute; }

.pr {
  position: relative; }

.ar {
  right: 0; }

.btn-card {
  line-height: 1.1em;
  padding: 12px 30px; }
  @media screen and (max-width: 575px) {
  .btn-card {
    font-size: 11px; } }

.card-header {
  min-height: 56px; }

.card-img {
  width: 100%;
  height: 100%; }

@media screen and (max-width: 575px) {
    .card-header h4 {
      font-size: 10px; } }

@media screen and (max-width: 575px) {
    .card-body {
      padding: 0.25rem 1rem 0.25rem 1.25rem; } }

@media screen and (max-width: 575px) {
    .card-body p {
      font-size: 10px; } }

@media screen and (max-width: 575px) {
    .card-footer {
      padding: 0.25rem 0.15rem; } }

.small {
  font-size: 60%; }

h2 .download a {
  font-size: 0.5em; }
/*
 .card-flip {
 perspective: 1000px;
 &:hover .flip,
 &.hover .flip {
 transform: rotateY(180deg);
 }
 }
 .card-flip,
 .front,
 .back {
 width: 100%;
 }
 .front,
 .back {
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-transition: 0.6s;
 transition: 0.6s;
 -webkit-transform-style: preserve-3d;
 transform-style: preserve-3d;
 position: absolute;
 top: 0;
 left: 0;
 }
 .front {
 z-index: 2;
 -webkit-transform: rotateY(0deg);
 transform: rotateY(0deg);
 }
 .back {
 -webkit-transform: rotateY(180deg);
 transform: rotateY(180deg);
 }
 */
.card-title-invert {
  color: #fff; }

.card-flip {
  justify-content: center;
  display: flex; }

.logo-praha {
  float: left;
  width: 57px;
  height: 45px;
  margin-right: 12px; }

@media only screen and (max-width: 320px) {
    .w320 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.wrapper {
  margin-bottom: 15px;
  display: flex; }

.butwrap {
  width: 100%;
  text-align: right; }

.thin {
  font-weight: 300; }

.summary tbody th {
  font-size: 0.8em;
  padding-top: 9px; }

.line-wrapper {
  position: relative;
  margin: 20px 0; }

.form-wrapper {
  border: 1px solid #e9ecef;
  background-color: #f9f9fa;
  padding: 25px;
  border-radius: 20px; }

.form-wrapper a {
  font-weight: bold; }

.form-wrapper p {
  margin: 15px 0; }

.header-wrapper {
  border: 1px solid #e9ecef;
  background-color: #f9f9fa;
  padding: 5px 20px;
  border-radius: 20px; }

.header-wrapper h2 {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0; }

.form-group label {
  font-weight: 600; }

.excursions-params {
  font-size: 0.8em; }

.excursions-params span, .term span {
  font-weight: 600; }

article p, article h3, article h2 {
  margin: 15px 0; }

article p img {
  max-width: 100%; }

.forms h1 {
  text-align: center; }

.stt {
  margin: 20px 0 30px; }

.main-title {
  border: 2px solid #dee2e6;
  border-radius: 30px;
  width: 34%;
  margin-left: 33%;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 6px;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
  .main-title {
    width: 70%;
    margin-left: 15%; } }

.ee {
  width: 100%;
  height: 2px;
  background: #dee2e6;
  display: block;
  position: absolute;
  top: 22px; }
  @media screen and (max-width: 1199px) {
  .ee {
    top: 20px; } }
  @media screen and (max-width: 575px) {
  .ee {
    top: 16px; } }
  @media screen and (max-width: 319px) {
  .ee {
    top: 14px; } }

.subtitle {
  font-size: 1.2em; }

.ico-x {
  height: 40px;
  width: 40px;
  display: inline-block;
  margin-right: 12px;
  float: left; }

.front {
  z-index: 2;
  transform: rotateY(0deg); }

.flogo img {
  height: 75px; }

.back {
  transform: rotateY(180deg); }

.copyleft {
  background-color: #f9f9fa;
  border-top: 1px solid #e9ecef;
  font-size: 0.75em;
  padding: 12px 0; }

.card .card-title, .card .card-subtitle {
  color: #fff;
  line-height: 1em; }

.card-header {
  padding: 0.75rem 0.75rem 0.75rem 1.25rem; }

.card .card-subtitle {
  font-weight: normal; }

.card-list {
  border-right: 14px solid; }

.card-info {
  border-color: #5ac5f1; }

.card-danger {
  border-color: #ed6b55; }

.card-success {
  border-color: #7cbf7a; }

.card-warning {
  border-color: #feda62; }

.btnn-info {
  background-color: #5ac5f1; }

.btnn-danger {
  background-color: #ed6b55; }

.btnn-success {
  background-color: #7cbf7a; }

.btnn-warning {
  background-color: #feda62; }

.color-info {
  color: #5ac5f1; }

.color-danger {
  color: #ed6b55; }

.color-success {
  color: #7cbf7a; }

.color-warning {
  color: #feda62; }

.legend {
  font-size: 0.8em;
  color: #7b8287; }

.legend hr {
  margin-top: 3px;
  margin-bottom: 3px; }

.card-list button {
  width: 100%;
  text-transform: none;
  color: #7b8287;
  letter-spacing: 0;
  line-height: 1.2; }

.card-list button span {
  font-weight: 400; }

.card-list button hr {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  margin-bottom: 8px; }

.theme-1 .card-header, .theme-1 .card-footer .btn {
  background-color: #fbc534;
  color: #fff; }

.theme-2 .card-header, .theme-2 .card-footer .btn {
  background-color: #009fe3;
  color: #fff; }

.theme-3 .card-header, .theme-3 .card-footer .btn {
  background-color: #1ba548;
  color: #fff; }

.theme-4 .card-header, .theme-4 .card-footer .btn {
  background-color: #e4051f;
  color: #fff; }

.theme-5 .card-header, .theme-5 .card-footer .btn {
  background-color: #292a7c;
  color: #fff; }

.theme-6 .card-header, .theme-6 .card-footer .btn {
  background-color: #004d32;
  color: #fff; }

.double {
  border-top: 3px double rgba(0, 0, 0, 0.1); }

.contact {
  font-size: 11px; }

.sorry {
  background: #fbf880;
  width: 80%;
  padding: 2em;
  position: absolute;
  top: 31%;
  left: 10%; }
  .sorry p {
    margin-top: 16px;
    font-weight: 800; }

.shadow2 {
  /*position: relative;*/ }
  .shadow2:before, .shadow2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #adb5bd;
    -webkit-box-shadow: 0 15px 10px #adb5bd;
    -moz-box-shadow: 0 15px 10px #adb5bd;
    box-shadow: 0 15px 10px #adb5bd;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .shadow2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.panorama {
  width: 100%;
  height: 300px; }

.login-nfo {
  line-height: 1em;
  margin-left: 12px; }

.btn-usm {
  padding: 2px;
  margin-bottom: 2px;
  font-size: 10px;
  min-width: 100px; }

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right; }

.ribbon span {
  font-size: 9px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#b6bac9 0%, #808080 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px; }

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #808080;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #808080; }

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #808080;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #808080; }

.card-title-invert span {
  text-transform: uppercase;
  font-weight: 300; }
