/* =========================================================
   ÉPÍTŐANYAG-NAGYKERESKEDELEM
   Bootstrap 3.3 + Font Awesome 4.4
   ========================================================= */

.material-page {
    padding: 70px 0 90px;
    background: #f5f7f8;
    color: #0f263a;
    font-size: 16px;
    line-height: 1.7;
}

.material-page h1,
.material-page h2,
.material-page h3 {
    color: #0f263a;
    font-weight: 700;
}

.material-page a {
    transition: all .25s ease;
}


/* =========================================================
   HERO
   ========================================================= */

.material-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
    padding: 65px 45px;
    background: #0f263a;
    color: #fff;
}

.material-hero:before {
    content: "";
    position: absolute;
    right: -120px;
    top: -145px;
    width: 340px;
    height: 340px;
    border: 55px solid rgba(250,185,10,.08);
    border-radius: 50%;
}

.material-hero:after {
    content: "";
    position: absolute;
    left: -100px;
    bottom: -140px;
    width: 250px;
    height: 250px;
    background: rgba(250,185,10,.04);
    transform: rotate(45deg);
}

.material-hero .row {
    position: relative;
    z-index: 2;
}

.material-hero-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 25px;
    border-radius: 50%;
    background: #fab90a;
    color: #0f263a;
    font-size: 26px;
    line-height: 65px;
    text-align: center;
}

.material-hero h1 {
    max-width: 850px;
    margin: 0 0 25px;
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
}

.material-hero p {
    max-width: 900px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 17px;
}


/* =========================================================
   SZEKCIÓ CÍM
   ========================================================= */

.material-section {
    margin-bottom: 75px;
}

.material-section-title {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.material-section-title > span {
    display: table-cell;
    width: 55px;
    color: #fab90a;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
}

.material-section-title h2 {
    display: table-cell;
    margin: 0;
    font-size: 31px;
    line-height: 1.3;
    vertical-align: middle;
}

.material-section-title h2:after {
    content: "";
    display: block;
    width: 65px;
    height: 3px;
    margin-top: 12px;
    background: #fab90a;
}


/* =========================================================
   GYORS KISZOLGÁLÁS
   ========================================================= */

.material-highlight {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 30px rgba(15,38,58,.08);
}

.material-highlight > .row {
    display: table;
    width: 100%;
    margin: 0;
}

.material-highlight > .row > div {
    display: table-cell;
    float: none;
    vertical-align: stretch;
}

.material-highlight-box {
    position: relative;
    min-height: 260px;
    height: 100%;
    padding: 40px 30px;
    background: #0f263a;
    color: #fff;
    text-align: center;
}

.material-highlight-icon {
    width: 65px;
    height: 65px;
    margin: 25px auto 20px;
    border-radius: 50%;
    background: #fab90a;
    color: #0f263a;
    font-size: 25px;
    line-height: 65px;
}

.material-highlight-box > strong {
    display: block;
    color: #fab90a;
    font-size: 37px;
    line-height: 1.1;
}

.material-highlight-text {
    padding: 45px 45px;
}

.material-highlight-text p {
    margin: 0;
    color: #65727b;
    font-size: 18px;
}

.material-highlight-text strong {
    color: #0f263a;
}


/* =========================================================
   SZÁLLÍTÁS
   ========================================================= */

.transport-box {
    padding: 35px 40px;
    background: #fff;
    border-top: 4px solid #fab90a;
    box-shadow: 0 7px 25px rgba(15,38,58,.07);
}

.transport-intro {
    margin-bottom: 30px;
    color: #68757e;
}

.transport-item {
    display: table;
    width: 100%;
    min-height: 110px;
    padding: 22px;
    background: #f5f7f8;
}

.transport-icon {
    display: table-cell;
    width: 60px;
    vertical-align: middle;
}

.transport-icon i {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #0f263a;
    color: #fab90a;
    line-height: 45px;
    text-align: center;
}

.transport-item > div {
    display: table-cell;
    color: #68757e;
    vertical-align: middle;
}

.transport-item strong {
    color: #0f263a;
}


/* =========================================================
   ADMINISZTRÁCIÓ
   ========================================================= */

.admin-box {
    padding: 35px 40px 15px;
    background: #0f263a;
}

.admin-intro {
    margin-bottom: 30px;
    color: rgba(255,255,255,.78);
}

.admin-item {
    min-height: 245px;
    margin-bottom: 20px;
    padding: 28px 25px;
    background: #fff;
    text-align: center;
}

.admin-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #fab90a;
    color: #0f263a;
    font-size: 22px;
    line-height: 58px;
}

.admin-item h3 {
    margin: 0 0 12px;
    font-size: 19px;
}

.admin-item p {
    margin: 0;
    color: #68757e;
    font-size: 14px;
}

.admin-item p strong {
    color: #0f263a;
}


/* =========================================================
   KIEMELT MONDAT
   ========================================================= */

.material-quote {
    display: table;
    width: 100%;
    margin-bottom: 70px;
    padding: 30px 35px;
    background: #fab90a;
}

.material-quote > i {
    display: table-cell;
    width: 65px;
    color: #0f263a;
    font-size: 28px;
    vertical-align: middle;
}

.material-quote > p {
    display: table-cell;
    margin: 0;
    color: #0f263a;
    font-size: 20px;
    vertical-align: middle;
}


/* =========================================================
   ELÉRHETŐSÉGEK
   ========================================================= */

.material-contact {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 30px rgba(15,38,58,.08);
}

.material-contact > .row {
    display: table;
    width: 100%;
    margin: 0;
}

.material-contact > .row > div {
    display: table-cell;
    float: none;
    vertical-align: stretch;
}

.material-contact-title {
    min-height: 320px;
    padding: 40px 35px;
    background: #0f263a;
    color: #fff;
}

.material-contact-title > span {
    display: block;
    width: 58px;
    height: 58px;
    margin-bottom: 25px;
    border-radius: 50%;
    background: #fab90a;
    color: #0f263a;
    font-size: 21px;
    line-height: 58px;
    text-align: center;
}

.material-contact-title h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
}

.material-contact-list {
    padding: 30px 45px;
}

.material-contact-item {
    display: table;
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #e6e9eb;
}

.material-contact-item:last-child {
    border-bottom: 0;
}

.material-contact-item > i {
    display: table-cell;
    width: 50px;
    color: #fab90a;
    font-size: 21px;
    vertical-align: middle;
}

.material-contact-item > div {
    display: table-cell;
    color: #68757e;
    vertical-align: middle;
}

.material-contact-item strong {
    color: #0f263a;
}

.material-contact-item a {
    color: #68757e;
}

.material-contact-item a:hover {
    color: #fab90a;
    text-decoration: none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .material-highlight > .row {
        display: block;
        width: auto;
    }

    .material-highlight > .row > div {
        display: block;
        float: none;
        width: 100%;
    }

    .material-highlight-box {
        min-height: 0;
    }

    .transport-item {
        margin-bottom: 20px;
    }

    .admin-item {
        min-height: 0;
    }

    .material-contact > .row {
        display: block;
        width: auto;
    }

    .material-contact > .row > div {
        display: block;
        float: none;
        width: 100%;
    }

    .material-contact-title {
        min-height: 0;
    }

}


/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 767px) {

    .material-page {
        padding: 40px 0 60px;
    }

    .material-hero {
        margin-bottom: 50px;
        padding: 40px 25px;
    }

    .material-hero h1 {
        font-size: 30px;
    }

    .material-hero p {
        font-size: 15px;
    }

    .material-section {
        margin-bottom: 55px;
    }

    .material-section-title h2 {
        font-size: 26px;
    }

    .material-highlight-box {
        padding: 30px 25px;
    }

    .material-highlight-text {
        padding: 30px 25px;
    }

    .transport-box {
        padding: 30px 25px 10px;
    }

    .admin-box {
        padding: 30px 25px 10px;
    }

    .material-quote {
        display: block;
        margin-bottom: 50px;
        padding: 25px;
    }

    .material-quote > i {
        display: block;
        width: auto;
        margin-bottom: 12px;
    }

    .material-quote > p {
        display: block;
        font-size: 18px;
    }

    .material-contact-title {
        padding: 30px 25px;
    }

    .material-contact-list {
        padding: 20px 25px;
    }

}


/* =========================================================
   KIS MOBIL
   ========================================================= */

@media (max-width: 480px) {

    .material-hero h1 {
        font-size: 27px;
    }

    .material-section-title > span {
        width: 42px;
        font-size: 17px;
    }

    .material-section-title h2 {
        font-size: 23px;
    }

}