.front-title {
    position: relative;

    font-family: Rogan-Bold;
    font-size: 50px;
    color: #414042;
    letter-spacing: 0.3px;
}

.front-blue-right-link {
    position: relative;

    font-family: Rogan-Bold;
    font-size: 16px;
    color: #327fdc;

    letter-spacing: 0.3px;

    padding-right: 28px;
}

.front-title + .front-blue-right-link {
    margin-top: -20px;
}


.front-blue-right-link:after {
    content: "";
    background-image: url("../../images/front/front-continue-to-link-left-arrow.png");

    position: absolute;

    /*top: 0;*/
    top: 4px;
    right: 0;

    width: 18px;
    height: 13px;
}

.front-blue-text-with-line {
    position: relative;

    font-family: Rogan-Bold;
    font-size: 16px;
    color: #2c77d1;

    margin-left: 1px;
    letter-spacing: 1.0px;

    display: flex;
    flex-direction: row;

    clear: both;
}

.front-blue-text-with-line:after {
    content: "";

    display: flex;

    flex: 1 1;
    /*flex: 1;*/
    /*border-bottom: 1px solid #71bf44;*/
    margin: auto;
    margin-left: 10px;
    /* width: 275px; */

    /*min-width: 275px;*/
    height: 1px;

    /*background: linear-gradient(to right, #c2c2c2 0%,#ededed 100%);*/
    /*background: #c2c2c2;*/
    background: #d5d5d5;
}

.front-blue-text-with-line-new {
    position: relative;
}

.front-blue-text-with-line-new-text {
    float: left;

    font-family: Rogan-Bold;
    font-size: 16px;
    color: #2c77d1;

    margin-left: 1px;
    letter-spacing: 1px;
}

.front-blue-text-with-line-new-line {
    display: flex;
    height: 1px;

    /*background: linear-gradient(to right, #c2c2c2 0%,#ededed 100%);*/
    background-color: #c2c2c2;

    top: 10px;
    position: relative;
    margin: 0px 10px;
    left: 5px;
}

#front-parts-with-big-bgs {
    position: relative;
    /*height: 1300px;*/
    /*min-height: 1300px;*/
    /*height: 3770px;*/

    /*background-color: #fafafa;*/
    background: #fafafa url("../../images/big-bgs/wqhd_footer_01-min.png") bottom center no-repeat;
}

#front-big-bgs {
    position: absolute;

    width: 100%;

    height: 100%;

    /*overflow-x: hidden;*/
    overflow: hidden;
}

#front-parts-in-front-of-big-bgs {

}

#front-big-bg-image-1 {
    position: absolute;
    /*top: -20px;*/
    /*right: -693px;*/
    /*top: -347px;*/
    top: -338px;
    right: -727px;

    /*background-image: url("../../images/big-bgs/front-big-bg-1-min.png");*/
    background-image: url("../../images/big-bgs/wqhd_bg_element_01-min.png");

    /*width: 930px;*/
    /*height: 1000px;*/

    width: 2560px;
    height: 1408px;
}

#front-big-bg-image-2 {
    position: absolute;
    /*top: 208px;*/
    /*left: -697px;*/

    /*top: 204px;*/
    top: 356px;
    left: -677px;

    /*background-image: url("../../images/big-bgs/front-big-bg-2-min.png");*/
    background-image: url("../../images/big-bgs/wqhd_bg_element_02-min.png");

    /*width: 2560px;*/
    /*height: 1755px;*/

    width: 2560px;
    height: 3055px;
}

.miskolc_link_fullwith_container {
    position: relative;

    text-align: center;

    margin-bottom: 4px;
}

.miskolc_link {
    display: inline-block;
    color: #ffffff;

    position: relative;
    top: 0;

    background-color: #4094fb;

    /*padding: 13px 23px;*/
    padding: 11px 22px;

    font-family: Rogan-Bold;
    font-size: 17px;

    border-radius: 10px;

    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);

    letter-spacing: 0.3px;

    /*transition: background-color 0.5s ease, box-shadow 0.5s ease;*/
    transition: background-color 0.5s ease, box-shadow 0.5s ease, top 0.2s linear;
}

.miskolc_link:hover,
.miskolc_link:focus {
    text-decoration: none;

    top: -2px;

    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);

    background-color: #337fdc;

    color: #ffffff;
}

.link-right-arrow {
    position: absolute;

    background: url("../../images/front/nyil_alap_retina_66x66px.png");
    background-size: 33px 33px;

    right: 21px;
    bottom: 14px;

    width: 33px;
    height: 33px;

    transition: all 0.5s ease;
}

a:hover .link-right-arrow,
a:focus .link-right-arrow {
    background: url("../../images/front/nyil_alap_retina_hover_66x66px.png");
    background-size: 33px 33px;
}

/*.front-card-container {*/
.front-card-container,
.front-card-container-view-content-outer .view-content {
    display: flex;

    position: relative;

    /*flex-flow: ;*/
    /*flex-direction: row;*/
    /*justify-content: space-evenly;*/
    /*justify-content: space-around;*/
    justify-content: space-between;

    flex-wrap: wrap;

    /*perspective: 100px;*/

    margin-top: 40px;
    margin-bottom: 50px;

    margin-left: 1px;
    margin-right: 1px;

    /* to prevent flickering when scaling to hover 1 */
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;

    /* to prevent flickering when scaling to hover 2 */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.front-card {
    position: relative;

    background: #cccccc;

    /*margin-bottom: 10px;*/
    margin-bottom: 18px;

    border-radius: 10px;

    transition: all 0.3s ease;

    /*transform-style: preserve-3d;*/
    /*transform-origin: bottom;*/
    /*transform-origin: left top;*/

    box-shadow: rgba(0, 0, 0, 0.30) 0px 10px 24px 0px;

    overflow: hidden;

    /* to prevent flickering when scaling to hover 1 */
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;

    /* to prevent flickering when scaling to hover 2 */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    display: inline-block;

    background-position: center center;
}

.front-card-container-view-content-outer .view-content .front-card {
    /*margin-bottom: 15px;*/
    margin-bottom: 17px;
}

.front-card:hover,
.front-card:focus {
    text-decoration: none;

    transform: scale(0.96);
    /*transform: scale(0.97);*/
    /*transform: rotateX(-5deg), rotateY(5deg);*/
    /*transform: rotateX(-5deg), rotateY(5deg);*/
    /*transform: rotateY(-5deg);*/
    /*transform: rotateY(8deg);*/

    /*box-shadow: rgba(0, 0, 0, 0.50) 0px 3px 6px 0px;*/
    box-shadow: rgba(0, 0, 0, 0.40) 0px 3px 3px 0px;
}

.front-card-filter {
    position: absolute;
    width: 100%;
    height: 100%;

    /*background-color: #;*/

    /*background: url("../../images/pattern_16x16px.png") #00b3ff;*/
    /*background: url("../../images/pattern_16x16px.png") #6fbf42;*/
    /*background: url("../../images/pattern_16x16px.png") #6fbf42;*/

    /*background-size: 8px 8px;*/

    background-color: #08255b;

    transition: all 0.3s ease;

    opacity: 0;

    /* to prevent flickering when scaling to hover 1 */
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;

    /* to prevent flickering when scaling to hover 2 */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.front-card:hover .front-card-filter,
.front-card:focus .front-card-filter {
    opacity: 0.15;
}

.front-card-title-text {
    /*font-family: merriweatherregular;*/
    /*font-size: 14px;*/
    font-family: Rogan-Regular;
    font-size: 16px;
}

.front-card-lying,
.front-card-custom-7:nth-of-type(7n+1),
.front-card-custom-7:nth-of-type(7n+2),
.front-card-custom-7:nth-of-type(7n+4),
.front-card-custom-7:nth-of-type(7n+6),
.front-card-custom-7:nth-of-type(7n+7) {
    /*width: 577px;*/
    width: 576px;
    /*height: 289px;*/
    height: 279px;

    /*background-size: 577px 289px;*/
}

.front-card-lying-double-width {
    /*width: 576px;*/
    width: 1170px;
    height: 279px;
    /*height: 360px;*/

    /*background-size: 1170px 360px !important;*/

    /*background-size: 1170px 279px !important;*/
    background-size: 1170px 279px;
}

.front-card-lying-double-width.front-card-default {
    background-size: 1170px 279px !important;
}

.front-card-lying-double-width:hover,
.front-card-lying-double-width:focus {
    transform: scale(0.99);
}

.front-card-lying-double-width .front-card-title {
    font-size: 34px;
}

.front-card-container-view-content-outer .front-card-lying,
.front-card-container-view-content-outer .front-card-custom-7:nth-of-type(7n+1),
.front-card-container-view-content-outer .front-card-custom-7:nth-of-type(7n+2),
.front-card-container-view-content-outer .front-card-custom-7:nth-of-type(7n+4),
.front-card-container-view-content-outer .front-card-custom-7:nth-of-type(7n+6),
.front-card-container-view-content-outer .front-card-custom-7:nth-of-type(7n+7) {
    width: 546px;
    height: 265px;
}

#kultura-kulturalis-elet .front-card-container-view-content-outer .front-card-lying,
#kultura-kulturalis-elet .front-card-container-view-content-outer .front-card-custom-7:nth-of-type(7n+1),
#kultura-kulturalis-elet .front-card-container-view-content-outer .front-card-custom-7:nth-of-type(7n+2),
#kultura-kulturalis-elet .front-card-container-view-content-outer .front-card-custom-7:nth-of-type(7n+4),
#kultura-kulturalis-elet .front-card-container-view-content-outer .front-card-custom-7:nth-of-type(7n+6),
#kultura-kulturalis-elet .front-card-container-view-content-outer .front-card-custom-7:nth-of-type(7n+7) {
    width: 576px;
    height: 279px;
}

.front-card-lying-small {
    /*width: 377px;*/
    width: 378px;
    height: 279px;

    background-size: 377px 289px;
}

.front-card-container-view-content-outer .view-content .front-card-lying-small {
    /*width: 382px;*/
    /*height: 220px;*/
    width: 361px;
    height: 208px;

    /*background-size: 382px 220px;*/
    background-size: 361px 208px;
}

.front-card-square,
.front-card-custom-7:nth-of-type(7n+3),
.front-card-custom-7:nth-of-type(7n+5) {
    /*width: 289px;*/
    /*height: 289px;*/
    width: 279px;
    height: 279px;
}

#kultura-kulturalis-elet .front-card-square,
#kultura-kulturalis-elet .front-card-custom-7:nth-of-type(7n+3),
#kultura-kulturalis-elet .front-card-custom-7:nth-of-type(7n+5) {
    /*width: 289px;*/
    /*height: 289px;*/
    width: 279px;
    height: 279px;
}

.front-card-container-view-content-outer .view-content .front-card-square,
.front-card-container-view-content-outer .front-card-custom-7:nth-of-type(7n+3),
.front-card-container-view-content-outer .front-card-custom-7:nth-of-type(7n+5) {
    width: 265px;
    height: 265px;
}

.front-card-standing {
    /*width: 285px;*/
    /*width: 289px;*/
    width: 279px;
    height: 425px;

    /*background-size: 279px 425px !important;*/
    /*background-size: 285px 425px !important;*/
    /*background-size: 285px 425px;*/
}

.front-card-standing.front-card-default {
    background-size: 285px 425px !important;
}

.front-card-title {
    position: absolute;

    left: 24px;
    bottom: 15px;

    padding-right: 60px;

    color: #ffffff;

    font-family: Rogan-Bold;
    font-size: 24px;

    letter-spacing: 0.3px;

    /* to prevent flickering when scaling to hover 1 */
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;

    /* to prevent flickering when scaling to hover 2 */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.front-card-mobile {
    /*background-position-x: 0 !important;*/
    /*background-position-y: 0 !important;;*/
    background-position: 0 0 !important;;
}

.front-card-lying-double-width.front-card-mobile {
    background-size: cover !important;
}

/* global responsive */
@media (max-width: 1199px) {
    .front-card:not(.front-card-lying-double-width) {
        /*width: 50%;*/
        /*margin: 0 15px;*/
        /*margin: 15px;*/
        /*margin: 0;*/

        width: calc(50% - 20px);
        margin: 10px;
        background-size: cover !important;

        background-position: center !important;
    }

    .front-card.front-card-standing {
        height: 279px;
    }

    .front-card-container-view-content-outer .view-content .front-card-lying-small {
        width: 282px;
    }

    .front-card-container-view-content-outer .view-content .front-card-square,
    .front-card-container-view-content-outer .front-card-custom-7:nth-of-type(7n+3),
    .front-card-container-view-content-outer .front-card-custom-7:nth-of-type(7n+5) {
        width: 546px;
        height: 265px;
    }

    #kultura-kulturalis-elet .front-card-container-view-content-outer .view-content .front-card-square,
    #kultura-kulturalis-elet .front-card-container-view-content-outer .front-card-custom-7:nth-of-type(7n+3),
    #kultura-kulturalis-elet .front-card-container-view-content-outer .front-card-custom-7:nth-of-type(7n+5) {
        width: 576px;
        height: 279px;
    }
}

@media (max-width: 991px) {
    .front-card:not(.front-card-lying-double-width) {
        /*width: 50%;*/
        /*margin: 0 15px;*/
        /*margin: 15px;*/
        /*margin: 0;*/

        width: calc(50% - 20px);
        margin: 10px;
        background-size: cover;

        background-position: center !important;
    }

    .front-card.front-card-standing {
        height: 279px;
    }

    .front-card-container-view-content-outer .view-content .front-card-lying-small {
        width: 100%;
        height: 279px;
    }
}

/* responsive */
@media (max-width: 767px) {
    .front-title {
        /*font-size: 30px;*/

        margin: 15px;

        line-height: 50px;
    }

    .front-blue-text-with-line {
        margin: 15px;

        margin-bottom: 0;
    }

    /*.front-card-square, .front-card-lying-double-width {*/
    .front-card {
        width: 100% !important;
        /*margin: 0 15px;*/
        margin: 15px !important;
        background-position: center !important;
    }

    .front-card-container, .front-card-container-view-content-outer .view-content {
        margin-top: 0px;
    }

    .node-type-latnivalo .subpage-container-left-column img,
    .node-type-kozgyulestag .subpage-container-left-column img,
    .node-type-kituntetes .subpage-container-left-column img {
        margin: 30px 0px 0px 15px;
    }
}






























