@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

#map{
    position:relative;
    width:100%;
    height: calc(100% - 60px);
    margin-top: 70px;
}

.places-buttons .btn{
    margin-bottom: 30px
}

.space-70{
    height: 70px;
    display: block;
}

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

.tim-typo{
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}
.tim-typo .tim-note{
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}
.tim-row{
    padding-top: 50px;
}
.tim-row h3{
    margin-top: 0;
}

.third {
  width: 33.333333%
}

.movingTabS {
  width: 178px;
  transform: translate3d(-8px, 0px, 0px);
  transition: transform 0s;
}

.tableImageDiv img {
  width: 200px
}

.tableImage {
  width: 200px
}

.fireadminbar {
  margin-top: -100px;
  margin-left: 0px
}

.breadcrumbSeparator {
  margin-left: 20px
}

.flright {
    float:right;
}


.card img.iphoneImg {
    position: relative;
    width: 520px; /* for IE 6 */
    height:auto;
 }
 
 .iphone {
     position: relative;
 }

.pushText {
    position: absolute;
    top: 40%;
    left: 100px;
    width: 31%;
    font-size:16px;
    color: black;
 }
 
 .card .media-images img {
     width: 150px;
     height: 150px;
 }
 
 .card .media-images .btn {
     padding: 10px;
     margin-top: 0;
 }
 .card .media-images .btn .material-icons {
     font-size: 24px;
 }
 .card .image-wrapper button.right {
     float: right;
 }
 .image-wrapper {
     width: 25%;
     float: left;
     text-align: center;
 }
 .buttonsWrapper{
     text-align: left;
     padding: 0 20px;
 }
 .label-uploader {
     background-color: steelblue;
     color: white;
     padding: 10px;
     border-radius: 4px;
     cursor: pointer;
 }
 .label-uploader:hover {
     background-color: #30597b;
 }
 #created_or_edited-wrapper {
     display: none;
 }
 div.demo-wrapper{
     float: left;
     margin-bottom: 20px!important;
  }
 .finish-wrapper {
    float: left;
    margin-left: 10px;
    width: 200px;
 }
 .update-confirm {
     width: 100px;
 }
 .btn-green,.btn-green:hover {
     background-color: #4caf50;
 }
 .sandbox {
     float: right;
 }
 .sandbox > span {
    margin-right: 10px;
    font-size: 16px;
 }
 
 @media (max-width: 991px) {
     .card img.iphoneImg {
         width: 100%;
     }
     .pushText {
         top: 40%;
         left: 20%;
         width: 60%;
         font-size: 16px;
         font-size: 3vw;
     }
 }