/* =========================================================
   CSIKLI KFT.
   Bootstrap 3.3 kiegészítő stílusok
   ========================================================= */

.csikli-about {
    color: #0f263a;
    font-size: 16px;
    line-height: 1.7;
    padding-top: 70px;
    background-color: #f5f7f8;
}

.csikli-about h1,
.csikli-about h2,
.csikli-about h3,
.csikli-about h4 {
    color: #0f263a;
    font-weight: 700;
}

.csikli-about a {
    transition: all .25s ease;
}


/* =========================================================
   Általános
   ========================================================= */

.section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #fab90a;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 50px;
}

.section-heading h2 {
    margin: 0 0 15px;
    font-size: 36px;
}

.section-heading p {
    margin: 0;
    color: #65727d;
    font-size: 17px;
}


/* =========================================================
   Hero
   ========================================================= */

.csikli-hero {
    position: relative;
    overflow: hidden;
    /* padding: 95px 0 115px; */
    padding: 55px 45px;
    background: #0f263a;
    color: #fff;
}

.csikli-hero:before {
    content: "";
    position: absolute;
    right: -180px;
    top: -250px;
    width: 650px;
    height: 650px;
    border: 110px solid rgba(250, 185, 10, .08);
    border-radius: 50%;
}

.csikli-hero:after {
    content: "";
    position: absolute;
    right: 8%;
    bottom: -150px;
    width: 300px;
    height: 300px;
    background: rgba(250, 185, 10, .05);
    transform: rotate(45deg);
}

.csikli-hero .container {
    position: relative;
    z-index: 2;
}

.csikli-hero h1 {
    margin: 0 0 25px;
    color: #fff;
    font-size: 48px;
    line-height: 1.12;
}

.csikli-hero h1 i {
    color: #fab90a;
}

.csikli-hero .lead {
    max-width: 760px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5;
}

.csikli-hero p:not(.lead) {
    max-width: 800px;
    color: rgba(255,255,255,.75);
}

.hero-actions {
    margin-top: 35px;
}

.hero-actions .btn {
    margin-right: 8px;
    margin-bottom: 10px;
}


/* =========================================================
   Gombok
   ========================================================= */

.btn-csikli {
    padding: 13px 25px;
    border: 2px solid #fab90a;
    border-radius: 3px;
    background: #fab90a;
    color: #0f263a !important;
    font-weight: 700;
}

.btn-csikli:hover,
.btn-csikli:focus {
    border-color: #fff;
    background: #fff;
    color: #0f263a !important;
}

.btn-csikli-outline {
    padding: 13px 25px;
    border: 2px solid rgba(255,255,255,.35);
    border-radius: 3px;
    background: transparent;
    color: #fff !important;
    font-weight: 700;
}

.btn-csikli-outline:hover,
.btn-csikli-outline:focus {
    border-color: #fab90a;
    background: transparent;
    color: #fab90a !important;
}

.btn-csikli-dark {
    padding: 14px 25px;
    border: 2px solid #0f263a;
    border-radius: 3px;
    background: #0f263a;
    color: #fff !important;
    font-weight: 700;
}

.btn-csikli-dark:hover,
.btn-csikli-dark:focus {
    background: transparent;
    color: #0f263a !important;
}


/* =========================================================
   Statisztikák
   ========================================================= */

.csikli-stats {
    position: relative;
    z-index: 5;
    margin-top: -38px;
}

.csikli-stats .container {
    background: #fff;
    box-shadow: 0 15px 45px rgba(15,38,58,.13);
}

.stat-box {
    position: relative;
    padding: 27px 20px;
}

.stat-box:after {
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    width: 1px;
    height: 50%;
    background: #e2e6e9;
}

.csikli-stats .col-sm-4:last-child .stat-box:after {
    display: none;
}

.stat-box strong {
    display: block;
    color: #0f263a;
    font-size: 30px;
    line-height: 1.1;
}

.stat-box span {
    display: block;
    margin-top: 5px;
    color: #727e87;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* =========================================================
   Szolgáltatások
   ========================================================= */

.csikli-services {
    padding: 105px 0 80px;
    background: #f5f7f8;
}

.service-card {
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(15,38,58,.08);
    transition: all .25s ease;
}

.service-card:hover {
    box-shadow: 0 15px 45px rgba(15,38,58,.14);
    transform: translateY(-3px);
}

.service-card > .row {
    display: table;
    width: 100%;
    margin: 0;
}

.service-card > .row > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.service-side {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 340px;
    padding: 45px 35px;
    background: #0f263a;
    color: #fff;
}

.service-side:after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -65px;
    width: 170px;
    height: 170px;
    border: 35px solid rgba(250,185,10,.12);
    border-radius: 50%;
}

.service-number {
    position: absolute;
    right: 20px;
    top: -15px;
    color: rgba(255,255,255,.05);
    font-size: 110px;
    font-weight: 700;
    line-height: 1;
}

.service-icon {
    position: relative;
    z-index: 2;
    width: 65px;
    height: 65px;
    margin-bottom: 28px;
    border-radius: 50%;
    background: #fab90a;
    color: #0f263a;
    font-size: 25px;
    line-height: 65px;
    text-align: center;
}

.service-side h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 15px;
    color: #fff;
    font-size: 25px;
    line-height: 1.3;
}

.service-side p {
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,.65);
    font-size: 14px;
}

.service-content {
    padding: 40px 45px;
}

.service-intro {
    margin-bottom: 30px;
    color: #52606a;
    font-size: 17px;
}


/* feature lista */

.feature-item {
    display: table;
    width: 100%;
    min-height: 110px;
    padding: 20px 0;
    border-top: 1px solid #ebedef;
}

.feature-item > i {
    display: table-cell;
    width: 45px;
    color: #fab90a;
    font-size: 20px;
    vertical-align: top;
    padding-top: 3px;
}

.feature-item > div {
    display: table-cell;
    vertical-align: top;
}

.feature-item strong {
    display: block;
    margin-bottom: 4px;
    color: #0f263a;
    font-size: 15px;
}

.feature-item p {
    margin: 0;
    color: #76818a;
    font-size: 14px;
    line-height: 1.55;
}


/* kikötő lista */

.port-item {
    display: table;
    width: 100%;
    padding: 17px 0;
    border-top: 1px solid #e7e9eb;
}

.port-num {
    display: table-cell;
    width: 55px;
    color: #fab90a;
    font-size: 20px;
    font-weight: 700;
    vertical-align: top;
}

.port-item > div {
    display: table-cell;
    vertical-align: top;
}

.port-item strong {
    display: block;
    margin-bottom: 4px;
    color: #0f263a;
}

.port-item p {
    margin: 0;
    color: #6c7881;
    font-size: 14px;
}


/* logisztikai dobozok */

.logistic-box {
    min-height: 200px;
    padding: 25px 20px;
    border: 1px solid #e4e7e9;
    text-align: center;
}

.logistic-box > strong {
    display: block;
    color: #fab90a;
    font-size: 30px;
    line-height: 1.1;
}

.logistic-box > i:not(.fa) {
    display: block;
    margin-bottom: 12px;
    color: #0f263a;
    font-weight: 700;
}

.logistic-box > .fa {
    display: block;
    margin-bottom: 15px;
    color: #fab90a;
    font-size: 30px;
}

.logistic-box h4 {
    margin: 0 0 10px;
    font-size: 16px;
}

.logistic-box p {
    margin: 0;
    color: #74808a;
    font-size: 13px;
    line-height: 1.55;
}


/* =========================================================
   Miért minket?
   ========================================================= */

.why-section {
    padding: 90px 0;
    background: #fff;
}

.why-section h2 {
    margin: 0 0 20px;
    font-size: 37px;
    line-height: 1.2;
}

.why-lead {
    color: #687680;
    font-size: 17px;
}

.csikli-quote {
    position: relative;
    margin: 0;
    padding: 35px 40px 35px 65px;
    border: 0;
    border-left: 5px solid #fab90a;
    background: #0f263a;
    color: #fff;
}

.csikli-quote .quote-mark {
    position: absolute;
    left: 20px;
    top: 10px;
    color: #fab90a;
    font-family: Georgia, serif;
    font-size: 65px;
    line-height: 1;
}

.csikli-quote p {
    margin-bottom: 20px;
    color: rgba(255,255,255,.86);
    font-size: 19px;
    font-style: italic;
    line-height: 1.65;
}

.csikli-quote footer {
    color: #fff;
}

.csikli-quote footer:before {
    display: none;
}

.csikli-quote footer strong {
    color: #fab90a;
}

.csikli-quote footer span {
    display: block;
    margin-top: 2px;
    color: rgba(255,255,255,.5);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* =========================================================
   Telephely / kapcsolat
   ========================================================= */

.location-section {
    padding: 90px 0;
    background: #f5f7f8;
}

.location-card {
    min-height: 370px;
    padding: 40px;
    background: #0f263a;
    color: rgba(255,255,255,.72);
}

.location-card h3 {
    margin: 20px 0 15px;
    color: #fff;
}

.location-icon {
    color: #fab90a;
    font-size: 36px;
}

.location-card .address {
    color: #fff;
    font-size: 17px;
}

.location-card hr {
    border-color: rgba(255,255,255,.13);
}

.location-card .small {
    color: rgba(255,255,255,.5);
}

.contact-panel {
    min-height: 370px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(15,38,58,.07);
}

.contact-panel h3 {
    margin-top: 0;
    margin-bottom: 30px;
}

.contact-row {
    display: table;
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid #e7e9eb;
}

.contact-row:last-child {
    border-bottom: 0;
}

.contact-row > i {
    display: table-cell;
    width: 55px;
    color: #fab90a;
    font-size: 22px;
    vertical-align: middle;
}

.contact-row > div {
    display: table-cell;
    vertical-align: middle;
}

.contact-row small {
    display: block;
    margin-bottom: 3px;
    color: #8a949b;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-row strong {
    display: block;
    color: #0f263a;
    font-size: 16px;
}

.contact-row a {
    color: #0f263a;
}

.contact-row a:hover {
    color: #fab90a;
    text-decoration: none;
}


/* =========================================================
   CTA
   ========================================================= */

.csikli-cta {
    padding: 55px 0;
    background: #fab90a;
    color: #0f263a;
}

.csikli-cta > .container > .row {
    display: table;
    width: 100%;
    margin: 0;
}

.csikli-cta > .container > .row > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.csikli-cta span:first-child {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.csikli-cta h2 {
    margin: 0 0 10px;
    font-size: 31px;
}

.csikli-cta p {
    max-width: 750px;
    margin: 0;
}

.cta-button-wrap {
    vertical-align: middle !important;
}

.btn-csikli-dark .fa {
    margin-left: 8px;
    font-size: 11px;
}


/* =========================================================
   Záró sor
   ========================================================= */

.closing-text {
    padding: 26px 15px;
    background: #0f263a;
    color: #fff;
    font-size: 16px;
}


/* =========================================================
   Reszponzív
   ========================================================= */

@media (max-width: 991px) {

    .csikli-hero {
        padding: 75px 0 95px;
    }

    .csikli-hero h1 {
        font-size: 40px;
    }

    .service-card > .row {
        display: block;
        width: auto;
    }

    .service-card > .row > div {
        display: block;
        float: none;
        width: 100%;
    }

    .service-side {
        min-height: 0;
    }

    .logistic-box {
        min-height: 230px;
    }

    .csikli-cta > .container > .row {
        display: block;
        width: auto;
    }

    .csikli-cta > .container > .row > div {
        display: block;
        float: left;
    }

    .cta-button-wrap {
        margin-top: 25px;
        text-align: left;
    }

}


@media (max-width: 767px) {

    .csikli-about {
        font-size: 15px;
    }

    .csikli-hero {
        padding: 60px 0 80px;
    }

    .csikli-hero h1 {
        font-size: 32px;
    }

    .csikli-hero .lead {
        font-size: 19px;
    }

    .csikli-stats {
        margin-top: -25px;
    }

    .stat-box:after {
        top: auto;
        right: 10%;
        bottom: 0;
        width: 80%;
        height: 1px;
    }

    .csikli-stats .col-sm-4:last-child .stat-box:after {
        display: none;
    }

    .csikli-services,
    .why-section,
    .location-section {
        padding: 65px 0;
    }

    .section-heading {
        margin-bottom: 35px;
    }

    .section-heading h2,
    .why-section h2 {
        font-size: 29px;
    }

    .service-side,
    .service-content {
        padding: 30px 25px;
    }

    .service-side h3 {
        font-size: 22px;
    }

    .service-number {
        font-size: 85px;
    }

    .logistic-box {
        min-height: 0;
        margin-bottom: 15px;
    }

    .csikli-quote {
        margin-top: 30px;
        padding: 30px 25px 30px 50px;
    }

    .csikli-quote p {
        font-size: 17px;
    }

    .location-card,
    .contact-panel {
        min-height: 0;
        padding: 30px 25px;
    }

    .contact-panel {
        margin-top: 20px;
    }

    .csikli-cta {
        padding: 45px 0;
    }

    .csikli-cta h2 {
        font-size: 27px;
    }

    .cta-button-wrap {
        text-align: left !important;
    }

}


@media (max-width: 480px) {

    .csikli-hero h1 {
        font-size: 28px;
    }

    .hero-actions .btn {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .service-content {
        padding: 25px 20px;
    }

    .contact-row > span {
        width: 42px;
    }

}