.insci-onepager-component {width: 100%;}

.insci-onepager-component ul {margin-left: 0; padding-left: 0}
.paralax-content {
    position: relative;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 500;
    background-color: transparent;
    overflow: hidden;
}

.tile-icon-link {color: transparent !important;}

.paralax-content-row {height: 100%;}

.elem-background {z-index: 400;}

/**TILE-CONTENT**/

.tile-content-outer-wrapper {
    display: table;
    padding: 50px 0;
}

.tile-content-wrapper {
    width: 100%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}


.tile-content-table {
    width: 100%;
    height: 100%;
    display: table;
}

.tile-content-vertical-centered {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.tile-content-outer-wrapper.small-block {
    height: initial;
    max-width: 570px;
}

/**INSCI-PARALAX-TILE**/

.insci-paralax-tile {
    position: relative;
}

.insci-paralax-tile .tile-content-wrapper {
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    height: 100%;
}

.insci-tile .tile-colored-text h1,
.insci-tile .tile-colored-text h2,
.insci-tile .tile-colored-text h3,
.insci-tile .tile-colored-text h4,
.insci-tile .tile-colored-text h5,
.insci-tile .tile-colored-text h6,
.insci-tile .tile-colored-text a,
.insci-tile .tile-colored-text p,
.insci-tile .tile-colored-text span,
.insci-tile .tile-colored-text li {
    color: #fff !important;
}


