.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

@media all and (min-width: 992px) {
  .sidebar .nav>li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
}

.card.card-upgrade .card-category {
  max-width: 530px;
  margin: 0 auto;
}

/* Nucleo Style */

.demo-iconshtml {
  font-size: 62.5%;
}

.demo-icons body {
  font-size: 1.6rem;
  font-family: sans-serif;
  color: #333333;
  background: white;
}

.demo-icons a {
  color: #608CEE;
  text-decoration: none;
}

.demo-icons header {
  text-align: center;
  padding: 100px 0 0;
}

.demo-icons header h1 {
  font-size: 2.8rem;
}

.demo-icons header p {
  font-size: 1.4rem;
  margin-top: 1em;
}

.demo-icons header a:hover {
  text-decoration: underline;
}

.demo-icons .nc-icon {
  font-size: 34px;
}

.demo-icons section h2 {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 1em .2em;
  margin-bottom: 1em;
}

.demo-icons ul {
  padding-left: 0;
}

.demo-icons ul::after {
  clear: both;
  content: "";
  display: table;
}

.demo-icons ul li {
  width: 20%;
  float: left;
  padding: 16px 0;
  text-align: center;
  border-radius: .25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.demo-icons ul li:hover {
  background: #f4f4f4;
}

.demo-icons ul p,
.demo-icons ul em,
.demo-icons ul input {
  display: inline-block;
  font-size: 1rem;
  color: #999999;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.demo-icons ul p {
  padding: 20px 0 0;
  font-size: 12px;
  margin: 0;
}

.demo-icons ul p::selection,
.demo-icons ul em::selection {
  background: #608CEE;
  color: #efefef;
}

.demo-icons ul em {
  font-size: 12px;
}

.demo-icons ul em::before {
  content: '[';
}

.demo-icons ul em::after {
  content: ']';
}

.demo-icons ul input {
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  display: none;
}
@import url(https://fonts.googleapis.com/css?family=Oswald:400|Raleway:400,700,400italic,700italic);

*,
:before,
:after {
    box-sizing: border-box;
}

body {
    background: #1d1f20;
    color: #e5e5e5;
    font: 16px/1.25 'Raleway', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 80em;
}

#container {
    float: left;
    padding: 1em;
    width: 100%;
}



/*** LIST ***/
ol.podium-rank {
    display: flex;
    list-style: none;
    padding: 0;
    text-align: center;
}

/* Listing */
ol.podium-rank > li {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
}

ol.podium-rank > li:nth-of-type(odd) {
    order: 0;
}

ol.podium-rank > li:nth-of-type(2) {
    order: -1;
}

ol.podium-rank > li:nth-of-type(4) {
    /* For every ol.podium-rank > li:nth-of-type(even) listing, 
    decrease order by 1 of previous even listing */
    order: -2;
}

ol.podium-rank > li:nth-of-type(6) {
    /* For every ol.podium-rank > li:nth-of-type(even) listing, 
    decrease order by 1 of previous even listing */
    order: -3;
}

ol.podium-rank > li * {
    transition: all 0.5s ease 0s;
}

ol.podium-rank > li > * {
    padding: 1em;
    width: 100%;
}

/* Link */
ol.podium-rank > li > a {
    color: inherit;
    text-decoration: none;
}

/* Image */
ol.podium-rank > li .image {
    height: 0;
    padding-bottom: calc((100% / 4) * 3);
    position: relative;
    width: 100%;
}


ol.podium-rank > li .image > * {
    height: auto;
    left: 50%;
    max-height: 30%;
    max-width: 30%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

ol.podium-rank:not(:hover) > li:first-of-type .image > * {
    max-height: 75%;
    max-width: 75%;
}

ol.podium-rank:not(:hover) > li:nth-of-type(2) .image > * {
    max-height: 60%;
    max-width: 60%;
}

ol.podium-rank:not(:hover) > li:nth-of-type(3) .image > * {
    max-height: 45%;
    max-width: 45%;
}

ol.podium-rank > li:hover .image > * {
    max-height: 90%;
    max-width: 90%;
}

/* Content */
ol.podium-rank > li:not(:hover) .content {
    opacity: 0;
    padding-top: 1em;
}

ol.podium-rank > li:hover .content {
    padding-bottom: 1em;
}

ol.podium-rank > li .content * {
    margin: 0.25em 0 0 0;
}



/*** MEDIA QUERIES ***/
@media only screen and ( max-width: 50em ) {

    ol.podium-rank {
        flex-direction: column;
    }

    ol.podium-rank > li {
        display: block;
        order: 1!important;
    }

}

#container {
    position:relative;
    width: auto;
    overflow: hidden;
}

#img2 {
    position: absolute;
    left: 75px;
    top: 50px;


}
#img22 {
    position: absolute;
    left: 110px;
    top: 25px;
      width: 20%;


}
#imgVS {
    position: absolute;
    left: 85px;
    top: 10px;
      width: 20%;


}