/* =========================================================
   VÍZI LOGISZTIKA
   Bootstrap 3.3 + Font Awesome 4.4
   ========================================================= */

.water-logistics-page {
    padding: 70px 0 90px;
    background: #f5f7f8;
    color: #0f263a;
    font-size: 16px;
    line-height: 1.7;
}

.water-logistics-page h1,
.water-logistics-page h2,
.water-logistics-page h3 {
    color: #0f263a;
    font-weight: 700;
}

.water-logistics-page a {
    transition: all .25s ease;
}


/* =========================================================
   HERO
   ========================================================= */

.water-logistics-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
    padding: 65px 45px;
    background: #0f263a;
    color: #fff;
}

.water-logistics-hero:before {
    content: "";
    position: absolute;
    right: -120px;
    top: -140px;
    width: 330px;
    height: 330px;
    border: 55px solid rgba(250,185,10,.08);
    border-radius: 50%;
}

.water-logistics-hero:after {
    content: "";
    position: absolute;
    left: -100px;
    bottom: -140px;
    width: 250px;
    height: 250px;
    background: rgba(250,185,10,.04);
    transform: rotate(45deg);
}

.water-logistics-hero .row {
    position: relative;
    z-index: 2;
}

.water-logistics-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 25px;
    border-radius: 50%;
    background: #fab90a;
    color: #0f263a;
    font-size: 26px;
    line-height: 65px;
    text-align: center;
}

.water-logistics-hero h1 {
    max-width: 900px;
    margin: 0 0 25px;
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
}

.water-logistics-hero p {
    max-width: 900px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 17px;
}


/* =========================================================
   SZEKCIÓ CÍM
   ========================================================= */

.water-logistics-section {
    margin-bottom: 75px;
}

.water-section-title {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.water-section-title > span {
    display: table-cell;
    width: 55px;
    color: #fab90a;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
}

.water-section-title h2 {
    display: table-cell;
    margin: 0;
    font-size: 31px;
    vertical-align: middle;
}

.water-section-title h2:after {
    content: "";
    display: block;
    width: 65px;
    height: 3px;
    margin-top: 12px;
    background: #fab90a;
}


/* =========================================================
   FŐ ELŐNYÖK
   ========================================================= */

.water-feature {
    display: table;
    width: 100%;
    min-height: 220px;
    margin-bottom: 25px;
    padding: 30px;
    background: #fff;
    border-top: 4px solid #fab90a;
    box-shadow: 0 7px 25px rgba(15,38,58,.07);
    transition: all .25s ease;
}

.water-feature:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(15,38,58,.12);
}

.water-feature-icon {
    display: table-cell;
    width: 75px;
    vertical-align: top;
}

.water-feature-icon i {
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #0f263a;
    color: #fab90a;
    font-size: 22px;
    line-height: 58px;
    text-align: center;
}

.water-feature-content {
    display: table-cell;
    vertical-align: top;
}

.water-feature-content h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.35;
}

.water-feature-content p {
    margin: 0;
    color: #68757e;
}


/* =========================================================
   MIÉRT MINKET
   ========================================================= */

.water-why {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 7px 25px rgba(15,38,58,.07);
}

.water-why > .row {
    display: table;
    width: 100%;
    margin: 0;
}

.water-why > .row > div {
    display: table-cell;
    float: none;
    vertical-align: stretch;
}

.water-why-text {
    height: 100%;
    min-height: 280px;
    padding: 45px 40px;
    background: #0f263a;
    color: #fff;
}

.water-why-text p {
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 19px;
    line-height: 1.8;
}

.water-why-text strong {
    color: #fab90a;
}

.water-process {
    padding: 30px 35px;
}

.water-process-item {
    display: table;
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #e6e9eb;
}

.water-process-item:last-child {
    border-bottom: 0;
}

.water-process-item > span {
    display: table-cell;
    width: 55px;
    vertical-align: middle;
}

.water-process-item > span i {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fab90a;
    color: #0f263a;
    line-height: 42px;
    text-align: center;
}

.water-process-item > strong {
    display: table-cell;
    color: #0f263a;
    vertical-align: middle;
}


/* =========================================================
   KIEMELT MONDAT
   ========================================================= */

.water-logistics-quote {
    display: table;
    width: 100%;
    margin-bottom: 70px;
    padding: 30px 35px;
    background: #fab90a;
}

.water-logistics-quote > i {
    display: table-cell;
    width: 65px;
    color: #0f263a;
    font-size: 30px;
    vertical-align: middle;
}

.water-logistics-quote > p {
    display: table-cell;
    margin: 0;
    color: #0f263a;
    font-size: 21px;
    line-height: 1.5;
    vertical-align: middle;
}


/* =========================================================
   ELÉRHETŐSÉGEK
   ========================================================= */

.water-contact {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 30px rgba(15,38,58,.08);
}

.water-contact > .row {
    display: table;
    width: 100%;
    margin: 0;
}

.water-contact > .row > div {
    display: table-cell;
    float: none;
    vertical-align: stretch;
}

.water-contact-title {
    min-height: 320px;
    padding: 40px 35px;
    background: #0f263a;
    color: #fff;
}

.water-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;
}

.water-contact-title h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
}

.water-contact-list {
    padding: 30px 45px;
}

.water-contact-item {
    display: table;
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #e6e9eb;
}

.water-contact-item:last-child {
    border-bottom: 0;
}

.water-contact-item > i {
    display: table-cell;
    width: 50px;
    color: #fab90a;
    font-size: 21px;
    vertical-align: middle;
}

.water-contact-item > div {
    display: table-cell;
    color: #68757e;
    vertical-align: middle;
}

.water-contact-item strong {
    color: #0f263a;
}

.water-contact-item a {
    color: #68757e;
}

.water-contact-item a:hover {
    color: #fab90a;
    text-decoration: none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .water-feature {
        min-height: 0;
    }

    .water-why > .row {
        display: block;
        width: auto;
    }

    .water-why > .row > div {
        display: block;
        float: none;
        width: 100%;
    }

    .water-why-text {
        min-height: 0;
    }

    .water-contact > .row {
        display: block;
        width: auto;
    }

    .water-contact > .row > div {
        display: block;
        float: none;
        width: 100%;
    }

    .water-contact-title {
        min-height: 0;
    }

}


/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 767px) {

    .water-logistics-page {
        padding: 40px 0 60px;
    }

    .water-logistics-hero {
        margin-bottom: 50px;
        padding: 40px 25px;
    }

    .water-logistics-hero h1 {
        font-size: 30px;
    }

    .water-logistics-hero p {
        font-size: 15px;
    }

    .water-logistics-section {
        margin-bottom: 55px;
    }

    .water-section-title h2 {
        font-size: 26px;
    }

    .water-feature {
        display: block;
        padding: 25px 22px;
    }

    .water-feature-icon {
        display: block;
        width: auto;
        margin-bottom: 20px;
    }

    .water-feature-content {
        display: block;
    }

    .water-why-text {
        padding: 30px 25px;
    }

    .water-process {
        padding: 20px 25px;
    }

    .water-logistics-quote {
        display: block;
        margin-bottom: 50px;
        padding: 25px;
    }

    .water-logistics-quote > i {
        display: block;
        width: auto;
        margin-bottom: 12px;
    }

    .water-logistics-quote > p {
        display: block;
        font-size: 18px;
    }

    .water-contact-title {
        padding: 30px 25px;
    }

    .water-contact-list {
        padding: 20px 25px;
    }

}


/* =========================================================
   KIS MOBIL
   ========================================================= */

@media (max-width: 480px) {

    .water-logistics-hero h1 {
        font-size: 27px;
    }

    .water-section-title > span {
        width: 42px;
        font-size: 17px;
    }

    .water-section-title h2 {
        font-size: 23px;
    }

}