/* =========================================================
   KIKÖTŐI SZOLGÁLTATÁSOK
   Bootstrap 3.3 + Font Awesome 4.4
   ========================================================= */

.port-services-page {
    padding: 70px 0 90px;
    background: #f5f7f8;
    color: #0f263a;
    font-size: 16px;
    line-height: 1.7;
}

.port-services-page h1,
.port-services-page h2,
.port-services-page h3 {
    color: #0f263a;
    font-weight: 700;
}

.port-services-page a {
    transition: all .25s ease;
}


/* =========================================================
   HERO
   ========================================================= */

.port-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
    padding: 65px 45px;
    background: #0f263a;
    color: #fff;
}

.port-hero:before {
    content: "";
    position: absolute;
    right: -120px;
    top: -150px;
    width: 350px;
    height: 350px;
    border: 60px solid rgba(250,185,10,.08);
    border-radius: 50%;
}

.port-hero:after {
    content: "";
    position: absolute;
    left: -100px;
    bottom: -140px;
    width: 260px;
    height: 260px;
    background: rgba(250,185,10,.04);
    transform: rotate(45deg);
}

.port-hero .row {
    position: relative;
    z-index: 2;
}

.port-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;
}

.port-hero h1 {
    max-width: 900px;
    margin: 0 0 25px;
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
}

.port-hero > .row > div > p {
    max-width: 900px;
    color: rgba(255,255,255,.77);
}

.port-hero-highlight {
    display: table;
    width: 100%;
    margin-top: 30px;
    padding: 22px 25px;
    border-left: 4px solid #fab90a;
    background: rgba(255,255,255,.06);
}

.port-hero-highlight > i {
    display: table-cell;
    width: 45px;
    color: #fab90a;
    font-size: 23px;
    vertical-align: middle;
}

.port-hero-highlight p {
    display: table-cell;
    margin: 0;
    color: #fff;
    vertical-align: middle;
}


/* =========================================================
   ÁLTALÁNOS SZEKCIÓ
   ========================================================= */

.port-section {
    margin-bottom: 75px;
}

.port-section-heading {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.section-number {
    display: table-cell;
    width: 55px;
    color: #fab90a;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
}

.port-section-heading h2 {
    display: table-cell;
    margin: 0;
    font-size: 31px;
    vertical-align: middle;
}

.port-section-heading h2:after {
    content: "";
    display: block;
    width: 65px;
    height: 3px;
    margin-top: 12px;
    background: #fab90a;
}


/* =========================================================
   SZOLGÁLTATÁSBLOKKOK
   ========================================================= */

.service-block {
    overflow: hidden;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 0 7px 25px rgba(15,38,58,.08);
}

.service-block > .row {
    display: table;
    width: 100%;
    margin: 0;
}

.service-block > .row > div {
    display: table-cell;
    float: none;
    vertical-align: stretch;
}

.service-title-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 245px;
    padding: 35px 30px;
    background: #0f263a;
    color: #fff;
}

.service-icon {
    position: relative;
    z-index: 2;
    display: block;
    width: 58px;
    height: 58px;
    margin-bottom: 25px;
    border-radius: 50%;
    background: #fab90a;
    color: #0f263a;
    font-size: 22px;
    line-height: 58px;
    text-align: center;
}

.service-number {
    position: absolute;
    right: 15px;
    top: -15px;
    color: rgba(255,255,255,.05);
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
}

.service-title-box h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #fff;
    font-size: 23px;
    line-height: 1.35;
}

.service-text {
    padding: 35px 40px;
}

.service-text > p {
    margin-bottom: 20px;
    color: #64717a;
}


/* =========================================================
   LISTÁK
   ========================================================= */

.port-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.port-list li {
    display: table;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #e6e9eb;
}

.port-list li:last-child {
    border-bottom: 0;
}

.port-list li > i {
    display: table-cell;
    width: 38px;
    color: #fab90a;
    vertical-align: top;
    padding-top: 4px;
}

.port-list li > div {
    display: table-cell;
    color: #65727b;
    vertical-align: top;
}

.port-list strong {
    color: #0f263a;
}


/* =========================================================
   TECHNIKAI ADATOK
   ========================================================= */

.technical-box {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 7px 25px rgba(15,38,58,.07);
}

.technical-row {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e6e9eb;
}

.technical-row:last-child {
    border-bottom: 0;
}

.technical-icon {
    display: table-cell;
    width: 75px;
    padding: 20px;
    background: #0f263a;
    color: #fab90a;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

.technical-content {
    display: table-cell;
    padding: 20px 25px;
    color: #67747d;
    vertical-align: middle;
}

.technical-content strong {
    color: #0f263a;
}


/* =========================================================
   GÉPPARK
   ========================================================= */

.machine-item {
    display: table;
    width: 100%;
    min-height: 105px;
    margin-bottom: 20px;
    padding: 22px;
    background: #fff;
    border-left: 4px solid #fab90a;
    box-shadow: 0 5px 20px rgba(15,38,58,.06);
}

.machine-item > span {
    display: table-cell;
    width: 55px;
    color: #fab90a;
    font-size: 25px;
    vertical-align: middle;
}

.machine-item p {
    display: table-cell;
    margin: 0;
    color: #68757e;
    vertical-align: middle;
}

.machine-item strong {
    color: #0f263a;
}


/* =========================================================
   FIGYELMEZTETÉS
   ========================================================= */

.warning-box {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    background: #fab90a;
}

.warning-icon {
    display: table-cell;
    width: 90px;
    background: #0f263a;
    color: #fab90a;
    font-size: 31px;
    text-align: center;
    vertical-align: middle;
}

.warning-content {
    display: table-cell;
    padding: 25px 30px;
    vertical-align: middle;
}

.warning-content p {
    margin: 0;
    color: #0f263a;
}


/* =========================================================
   SZABÁLYOK
   ========================================================= */

.rules-block {
    margin-bottom: 25px;
    padding: 30px 35px;
    background: #fff;
    border-top: 4px solid #fab90a;
    box-shadow: 0 6px 22px rgba(15,38,58,.06);
}

.rules-title {
    display: table;
    width: 100%;
    margin-bottom: 12px;
}

.rules-title > i {
    display: table-cell;
    width: 45px;
    color: #fab90a;
    font-size: 22px;
    vertical-align: middle;
}

.rules-title h3 {
    display: table-cell;
    margin: 0;
    font-size: 21px;
    vertical-align: middle;
}

.rules-block-danger {
    border-top-color: #0f263a;
}


/* =========================================================
   KAPCSOLAT
   ========================================================= */

.port-contact {
    overflow: hidden;
    margin-bottom: 75px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(15,38,58,.09);
}

.port-contact > .row {
    display: table;
    width: 100%;
    margin: 0;
}

.port-contact > .row > div {
    display: table-cell;
    float: none;
    vertical-align: stretch;
}

.contact-heading {
    height: 100%;
    min-height: 330px;
    padding: 40px 35px;
    background: #0f263a;
    color: rgba(255,255,255,.72);
}

.contact-heading > 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;
}

.contact-heading h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 28px;
}

.contact-heading p {
    margin: 0;
}

.contact-details {
    padding: 35px 45px;
}

.contact-item {
    display: table;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e6e9eb;
}

.contact-item:last-child {
    border-bottom: 0;
}

.contact-item > i {
    display: table-cell;
    width: 50px;
    color: #fab90a;
    font-size: 21px;
    vertical-align: middle;
}

.contact-item > div {
    display: table-cell;
    color: #65727b;
    vertical-align: middle;
}

.contact-item strong {
    color: #0f263a;
}

.contact-item a {
    color: #65727b;
}

.contact-item a:hover {
    color: #fab90a;
    text-decoration: none;
}


/* =========================================================
   LETÖLTÉSEK
   ========================================================= */

.downloads-section {
    margin-bottom: 10px;
}

.download-item {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    padding: 22px 20px;
    background: #fff;
    border-bottom: 4px solid #fab90a;
    box-shadow: 0 5px 20px rgba(15,38,58,.07);
    color: #0f263a !important;
    text-decoration: none !important;
}

.download-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(15,38,58,.12);
}

.pdf-icon {
    display: table-cell;
    width: 55px;
    color: #fab90a;
    font-size: 29px;
    vertical-align: middle;
}

.download-text {
    display: table-cell;
    vertical-align: middle;
}

.download-text small {
    display: block;
    margin-bottom: 2px;
    color: #879199;
    font-size: 11px;
}

.download-text strong {
    color: #0f263a;
}

.download-icon {
    display: table-cell;
    width: 35px;
    color: #0f263a;
    text-align: right;
    vertical-align: middle;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .service-block > .row {
        display: block;
        width: auto;
    }

    .service-block > .row > div {
        display: block;
        float: none;
        width: 100%;
    }

    .service-title-box {
        min-height: 0;
    }

    .port-contact > .row {
        display: block;
        width: auto;
    }

    .port-contact > .row > div {
        display: block;
        float: none;
        width: 100%;
    }

    .contact-heading {
        min-height: 0;
    }

}


/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 767px) {

    .port-services-page {
        padding: 40px 0 60px;
    }

    .port-hero {
        margin-bottom: 50px;
        padding: 40px 25px;
    }

    .port-hero h1 {
        font-size: 30px;
    }

    .port-hero-highlight {
        display: block;
    }

    .port-hero-highlight > i {
        display: block;
        width: auto;
        margin-bottom: 12px;
    }

    .port-hero-highlight p {
        display: block;
    }

    .port-section {
        margin-bottom: 55px;
    }

    .port-section-heading h2 {
        font-size: 26px;
    }

    .service-title-box,
    .service-text {
        padding: 30px 25px;
    }

    .technical-icon {
        width: 55px;
        padding: 15px;
    }

    .technical-content {
        padding: 17px 20px;
    }

    .warning-icon {
        width: 65px;
        font-size: 25px;
    }

    .warning-content {
        padding: 20px;
    }

    .rules-block {
        padding: 25px 22px;
    }

    .contact-heading {
        padding: 30px 25px;
    }

    .contact-details {
        padding: 20px 25px;
    }

}


/* =========================================================
   KIS MOBIL
   ========================================================= */

@media (max-width: 480px) {

    .port-hero h1 {
        font-size: 27px;
    }

    .section-number {
        width: 42px;
        font-size: 17px;
    }

    .port-section-heading h2 {
        font-size: 23px;
    }

    .warning-box {
        display: block;
    }

    .warning-icon {
        display: block;
        width: 100%;
        padding: 16px;
    }

    .warning-content {
        display: block;
    }

}