/* =========================================================
   PROJEKTEK
   Bootstrap 3.3 + Font Awesome 4.4
   ========================================================= */

.projektek-page {
    padding: 70px 0 90px;
    background: #f5f7f8;
    color: #0f263a;
    font-size: 16px;
    line-height: 1.7;
}

.projektek-page h1,
.projektek-page h2,
.projektek-page h3 {
    color: #0f263a;
    font-weight: 700;
}

.projektek-page a {
    transition: all .25s ease;
}


/* =========================================================
   BEVEZETŐ
   ========================================================= */

.projektek-intro {
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
    padding: 65px 40px;
    background: #0f263a;
    color: #fff;
}

.projektek-intro:before {
    content: "";
    position: absolute;
    right: -100px;
    top: -120px;
    width: 300px;
    height: 300px;
    border: 55px solid rgba(250,185,10,.08);
    border-radius: 50%;
}

.projektek-intro:after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -100px;
    width: 230px;
    height: 230px;
    background: rgba(250,185,10,.04);
    transform: rotate(45deg);
}

.projektek-intro .row {
    position: relative;
    z-index: 2;
}

.projektek-title-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #fab90a;
    color: #0f263a;
    font-size: 26px;
    line-height: 65px;
}

.projektek-intro h1 {
    margin: 0 0 25px;
    color: #fff;
    font-size: 42px;
}

.projektek-intro h1:after {
    content: "";
    display: block;
    width: 65px;
    height: 3px;
    margin: 18px auto 0;
    background: #fab90a;
}

.projektek-intro p {
    max-width: 900px;
    margin: 0 auto 16px;
    color: rgba(255,255,255,.78);
    font-size: 17px;
}

.projektek-intro p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   SZEKCIÓ CÍM
   ========================================================= */

.projektek-section-title {
    display: table;
    width: 100%;
    margin-bottom: 35px;
}

.projektek-section-icon {
    display: table-cell;
    width: 75px;
    vertical-align: top;
}

.projektek-section-icon i {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fab90a;
    color: #0f263a;
    font-size: 21px;
    line-height: 56px;
    text-align: center;
}

.projektek-section-title > div:last-child {
    display: table-cell;
    vertical-align: middle;
}

.projektek-section-title h2 {
    margin: 0 0 4px;
    font-size: 31px;
}

.projektek-section-title p {
    margin: 0;
    color: #7a858d;
    font-size: 14px;
}


/* =========================================================
   GALÉRIA
   ========================================================= */

.projektek-gallery {
    margin-bottom: 75px;
}

.projekt-card {
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(15,38,58,.09);
    transition: all .25s ease;
}

.projekt-card:hover {
    box-shadow: 0 15px 45px rgba(15,38,58,.15);
    transform: translateY(-4px);
}

.projekt-image {
    position: relative;
    overflow: hidden;
    background: #0f263a;
}

.projekt-image img {
    width: 100%;
    transition: transform .4s ease;
}

.projekt-card:hover .projekt-image img {
    transform: scale(1.03);
}

.projekt-image:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background: linear-gradient(
        to bottom,
        rgba(15,38,58,0),
        rgba(15,38,58,.65)
    );
}

.projekt-number {
    position: absolute;
    z-index: 2;
    right: 18px;
    bottom: 13px;
    color: #fab90a;
    font-size: 20px;
    font-weight: 700;
    pointer-events: none !important;
}

.projekt-image:after {
    pointer-events: none;
}

.projekt-content {
    /* min-height: 205px; */
    padding: 28px 30px;
    border-bottom: 4px solid #fab90a;
}

.projekt-content h3 {
    margin: 0px;
    font-size: 20px;
    line-height: 1.35;
}

.projekt-content p {
    margin: 0;
    color: #697680;
    font-size: 14px;
}

.projekt-content p strong {
    color: #0f263a;
}

.projekt-card-image-only {
    border-bottom: 4px solid #fab90a;
}


/* =========================================================
   CTA
   ========================================================= */

.projektek-cta {
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
    padding: 45px;
    background: #fab90a;
}

.projektek-cta:after {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 210px;
    height: 210px;
    border: 35px solid rgba(15,38,58,.06);
    border-radius: 50%;
}

.projektek-cta > .row {
    position: relative;
    z-index: 2;
    display: table;
    width: 100%;
    margin: 0;
}

.projektek-cta > .row > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.cta-small {
    display: inline-block;
    margin-bottom: 8px;
    color: #0f263a;
    font-size: 24px;
}

.projektek-cta h2 {
    margin: 0 0 10px;
    font-size: 29px;
}

.projektek-cta p {
    margin: 0;
    color: #273947;
}

.btn-projektek {
    max-width: 330px;
    padding: 14px 20px;
    white-space: normal;
    border: 2px solid #0f263a;
    border-radius: 3px;
    background: #0f263a;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.btn-projektek:hover,
.btn-projektek:focus {
    background: transparent;
    color: #0f263a !important;
}


/* =========================================================
   ELÉRHETŐSÉGEK
   ========================================================= */

.projektek-contact {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 30px rgba(15,38,58,.08);
}

.projektek-contact > .row {
    display: table;
    width: 100%;
    margin: 0;
}

.projektek-contact > .row > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.contact-title {
    min-height: 330px;
    padding: 45px 35px;
    background: #0f263a;
    color: #fff;
}

.contact-title > span {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
    border-radius: 50%;
    background: #fab90a;
    color: #0f263a;
    font-size: 23px;
    line-height: 60px;
    text-align: center;
}

.contact-title h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
}

.contact-list {
    padding: 30px 45px;
}

.contact-item {
    display: table;
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid #e5e8ea;
}

.contact-item:last-child {
    border-bottom: 0;
}

.contact-icon {
    display: table-cell;
    width: 55px;
    color: #fab90a;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
}

.contact-text {
    display: table-cell;
    color: #697680;
    vertical-align: middle;
}

.contact-text strong {
    color: #0f263a;
}

.contact-text a {
    color: #697680;
}

.contact-text a:hover {
    color: #fab90a;
    text-decoration: none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .projekt-content {
        min-height: 230px;
    }

    .projektek-cta > .row {
        display: block;
        width: auto;
    }

    .projektek-cta > .row > div {
        display: block;
        float: none;
        width: 100%;
    }

    .projektek-cta-button {
        margin-top: 25px;
        text-align: left;
    }

    .projektek-contact > .row {
        display: block;
        width: auto;
    }

    .projektek-contact > .row > div {
        display: block;
        float: none;
        width: 100%;
    }

    .contact-title {
        min-height: 0;
    }

}


/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 767px) {

    .projektek-page {
        padding: 40px 0 60px;
    }

    .projektek-intro {
        margin-bottom: 50px;
        padding: 45px 25px;
    }

    .projektek-intro h1 {
        font-size: 31px;
    }

    .projektek-intro p {
        font-size: 15px;
    }

    .projektek-section-title {
        display: block;
    }

    .projektek-section-icon {
        display: block;
        width: auto;
        margin-bottom: 15px;
    }

    .projektek-section-title > div:last-child {
        display: block;
    }

    .projektek-section-title h2 {
        font-size: 25px;
    }

    .projekt-content {
        min-height: 0;
        padding: 25px 22px;
    }

    .projektek-gallery {
        margin-bottom: 50px;
    }

    .projektek-cta {
        margin-bottom: 50px;
        padding: 35px 25px;
    }

    .projektek-cta h2 {
        font-size: 25px;
    }

    .btn-projektek {
        width: 100%;
        max-width: none;
    }

    .contact-title {
        padding: 30px 25px;
    }

    .contact-list {
        padding: 20px 25px;
    }

}


/* =========================================================
   KIS MOBIL
   ========================================================= */

@media (max-width: 480px) {

    .projektek-intro h1 {
        font-size: 27px;
    }

    .projekt-content h3 {
        font-size: 18px;
    }

    .contact-icon {
        width: 40px;
        text-align: left;
    }

}