/* creanet footer */

.copyright_line .creanet {
    color: #b1b8da;
    float: right;
}

.creanet-logo {
    width: 120px;
    height: 24px;
    background: url(../../images/logo_creanet.png) 0 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.copyrigt-text {
    float: left;
}


/* white opacity around text, Slider */

.media-background {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
}


/* testimonial */

.client_div {
    padding-left: 15px;
	margin-bottom: 10px;
	text-align:left;
}


/* History Tab */

.historyTitle h2 {
    color: #443a44;
}

.historyTitle {
    margin-top: 50px;
}

.historyAge {
    font-weight: 300;
    font-size: 48px;
    color: #ef7b0b;
}

.headline {
    font-size: 50px;
    color: white;
}

.history-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 3em 0;
    border-bottom: 1px solid #443a44;
}

.history-date {
    justify-self: center;
    font-size: 2.6em;
    color: darkorange;
}

.history-text {
    color: #443a44;
    font-size: 1.35em;
}
.history-text p{
	font-weight:600;
}


/* Tech podpora */

.techpodpora {
    height: 450px;
    display: table;
    width: 100%;
}

.techpodpora article {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

@media (max-width: 687px) and (min-width: 320px) {
    .techpodpora {
        height: 0 !important;
        display: table;
    }
}


/* Homepage blog */

.homepagePost {
    display: table-cell;
    padding-right: 65px;
}


/* Li zarovnanie */

span .liWrap {
    display: table;
}


/* padding okolo faktov na homepage */

.facts .fact strong {
    padding: 1rem;
}


/* referencie */

.name {
    font-size: 8.8px;
}

.description {
    font-size: 8.8px;
}

.description p {
    line-height: 1.5;
}

section.references_header {
    background-color: #ef7b0b;
    display: grid;
    justify-items: center;
    padding: 3em 0px;
}

.references_header h1 {
    color: white;
    font-size: 50px;
}


/* Footer */

footer .top_footer .shortKnowledge p {
    color: #b1b8da !important;
}

footer .top_footer .shortKnowledge .product .product_list li a {
    color: #b1b8da !important;
}

footer .copyright_line {
    color: #b1b8da !important;
}