/*  ----------  LAYOUT  ----------  */

#layout {
    margin: 0 auto;
    position: relative;
    /* display: flex; */
    min-height: 100vh;
    /* flex-direction: column; */
}

/*  ----------  HEADER  ----------  */

#header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(34, 35, 37, 0.90);
    padding-top: 0;
    padding-bottom: 0;
}

#header > .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 30px 15px;
}

#header .logo {
    margin-right: 15px;
    max-width: 180px;
}

#header .logo img {
    margin: 0;
    max-height: 100%;
    max-width: 100%;
}

#header .languages {
    display: inline-block;
    margin-bottom: 10px;
}

#header .social-links {
    /* position: absolute; */
    display: inline-block;
    /* width: 91px; */
    left: 100%;
    margin-right: 5px;
    text-indent: -9999px;
}

#header .social-links a {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-left: 0;
    text-indent: -9999px;
    border-radius: 50%;
    border: 1px solid #424444;
    background-repeat: no-repeat;
    background-position: center;
}

#header .social-links a:hover {
    text-decoration: none;
}

#header .social-links a.social-1 {
    background-image: url("../images/icons/icon-social-1.png")
}

#header .social-links a.social-2 {
    background-image: url("../images/icons/icon-social-2.png")
}

#header .social-links a.social-3 {
    background-image: url("../images/icons/icon-social-3.png")
}

#header .social-links a.social-4 {
    background-image: url("../images/icons/icon-social-4.png")
}

/*  ----------  LANGUAGE SELECT  ----------  */
.language-select {
    border-radius: 20px;
    border: 1px solid #424444;
    padding: 4px 30px 4px 8px;
    background: transparent url("../images/select-dropdown.png") no-repeat top 17px right 6px;
    background-size: 14px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.language-select:active,
.language-select:focus {
    outline: none;
}

select::-ms-expand {
    display: none;
}

.ccm-multilingual-switch-language-list li:nth-of-type(4) {
    /* display: none; */
}

#header .logo-wrapper {
    width: 180px;
    height: 100%;
    float: left;
}

#logo h1 {
    margin: 0;
}

#header .logo a {
    display: block;
    width: 94%;
    height: 100%;
    background-image: url("../images/logos/logo-janko.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
}

/*  ----------  NAVIGATION  ----------  */
#header .navigation .menu-toggle-button {
    display: none;
    padding: 6px 10px 2px;
    color: #fff;
    font-size: 19px;
}

#header .navigation {
    position: absolute;
    top: 0;
    left: 210px;
    right: 180px;
    padding: 0;
    /* width: 100%; */
    height: 100%;
    border-top: 0;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#header .navigation .nav {
    position: relative;
    margin: 0 0 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .navigation .nav > li {
    position: relative;
    padding: 0;
    margin: 0 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .navigation .nav > li:after,
#header .navigation .nav > li.nav-selected:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #37a1a1;
    opacity: 0;
    transition: all 200ms;
}

#header .navigation .nav > li:hover:after,
#header .navigation .nav > li.nav-selected:after {
    bottom: 0;
    opacity: 1;
    width: 100%;
}

#header .navigation .nav > li:first-child {
    padding-left: 0;
}

#header .navigation .nav > li:last-child {
    padding-right: 0;
}

#header .navigation .nav > li.nav-dropdown > a {
    /* padding-right: 20px; */
}

/*#header .navigation .nav > li.nav-dropdown > a:after{
    top: -2px;
    right: 0px;
    content: "\f107";
    font-size: 18px;
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
    display: none;
}*/

#header .navigation .nav > li > a {
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Proxima Nova Bold';
    color: #fff;
}

#header.landing .navigation .nav > li > a {
    color: #ffffff;
    text-align: center;
}

#header .navigation .nav li.nav-selected a,
#header .navigation .nav li a:hover,
#header .navigation .nav li a:focus {
    color: #37a1a1;
    background-color: transparent;
}

#header .navigation .nav .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -2px 0 0 -14px;
    background-color: #37a1a1;
    padding: 0;
    border: none;
    width: 100%;
    /* min-width: 200px; */
    border-radius: 0;
    z-index: 9999 !important;
    border-top: solid 3px #37a1a1;
    border-bottom: solid 2px #37a1a1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#header .navigation .nav li.nav-dropdown:hover .submenu {
    display: block;
    width: 100%;
}

#header .navigation .nav .submenu li {
    display: block;
}

#header .navigation .nav .submenu li a {
    position: relative;
    display: block;
    float: none;
    width: 100%;
    font-size: 13px;
    text-align: left;
    list-style: none;
    color: #fff;
    padding: 10px 15px;
    font-family: 'Proxima Nova';
    white-space: normal;
}

#header .navigation .nav .submenu li a:hover {
    color: #fff;
    background: #37a1a1 !important;
    text-decoration: none;
}

#header .navigation .nav .submenu li a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -17px;
    width: 34px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
}

#header .navigation .nav .submenu li:last-child a:after {
    display: none;
}

#header .menu-toggle-button {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    top: 38px;
    right: 17px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    background-image: url("../images/icons/icon-menu.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

#header .other-menu {
    position: absolute;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header .other-menu > div {
    display: block;
    text-align: right;
}

/*  ----------  TOP IMAGE  ----------  */
.topimage-wrapper {
    padding: 0;
    position: relative;
    margin-bottom: 60px;
}

.topimage-wrapper.has-image {
    min-height: 845px;
    margin-top: -117px;
    margin-bottom: 90px;
}

.ineditmode .topimage-wrapper {
    margin-top: 0;
}

.topimage-wrapper .top-image {
    position: absolute;
    /* display: inline-block; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-indent: -9999px;
    line-height: 0;
    padding-bottom: 43.85%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

body.ineditmode .topimage-wrapper .top-image {
    position: relative;
}

.topimage-wrapper .top-image.fa-alu {
    background-image: url("../images/topimage/top-fa-alu.jpg");
}

.topimage-wrapper .top-image.fa-big {
    background-image: url("../images/topimage/top-fa-big.jpg");
}

.topimage-wrapper .top-image.rusztikus {
    background-image: url("../images/topimage/top-rusztik.jpg");
}

.topimage-wrapper .top-image.emelo {
    background-image: url("../images/topimage/top-emelo.jpg");
}

.topimage-wrapper .top-image.ajto {
    background-image: url("../images/topimage/top-ajto.jpg");
}

.topimage-wrapper .top-image.ajto-1 {
    background-image: url("../images/topimage/top-ajto-1.jpg");
}

.topimage-wrapper .top-image.ajto-2 {
    background-image: url("../images/topimage/top-ajto-2.jpg");
}

.topimage-wrapper .top-image.schlotterer {
    background-image: url("../images/topimage/top-schlotterer.jpg");
}

.topimage-wrapper .top-image.nemesfa {
    background-image: url("../images/topimage/top-nemesfa.jpg");
}

.topimage-wrapper .top-image.handelspartner {
    background-image: url("../images/topimage/top-handelspartner-fhd.jpg");
}

@media (min-width: 1530px) {
    .topimage-wrapper .top-image.nemesfa {
        padding-bottom: 54.25%;
        position: relative;
    }
}

.topimage-wrapper .top-info {
    position: absolute;
    bottom: 0;
    right: 22px;
    width: 100%;
    max-width: 570px;
}

.topimage-wrapper .container {
    position: absolute;
    bottom: 0;
    width: auto;
    left: 0;
    right: 0;
}

.topimage-wrapper .top-info .description {
    background: #fff;
    padding: 60px 45px;
    font-size: 16px;
}

.topimage-wrapper .top-info .description h3 {
    /* font-weight: bold; */
    font-family: 'Proxima Nova Bold';
    margin-bottom: 0;
    line-height: 1;
    font-size: 48px;
}

.topimage-wrapper .top-info .description h4 {
    font-family: 'Proxima Nova';
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0;
    color: #3b3d40;
    line-height: 1;
}

.topimage-wrapper .top-info.handelspartner .description h3{
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    color: #37a1a1;
    margin-top: 0;
}

.topimage-wrapper .top-info.handelspartner .description h4{
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 20px;
    letter-spacing: 0;
    color: #3b3d40;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

/*  ----------  CATEGORY, PRODUCT  ----------  */
.product.row,
.category.row {
    margin-bottom: 60px;
}

.product .description,
.category .description {
    padding: 60px;
}

.product .description h3,
.category .description h3 {
    margin: 0;
    line-height: 1;
    font-family: 'Proxima Nova SemiBold';
    font-size: 2.4em;
}

.product .description h4,
.category .description h4 {
    font-family: 'Proxima Nova';
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0;
    color: #3b3d40;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category .description h4.green {
    color: #47a5a0;
}

.category.video.row {
    display: flex;
    align-items: center;
    margin: 30px -15px;
}

@media (max-width: 768px) {

    .category.video.row {
        display: block;
        margin: 0px -15px 30px;
    }
}

/*  ----------  FLOATING MENU  ----------  */
#floating-menu {
    position: fixed;
    right: 25px;
    top: 50%;
    z-index: 1001;
    margin-top: -220px;
    transition: all 500ms;
}

#floating-menu.floating-menu.hidden {
    display: block !important;
    right: -200px;
}

#floating-menu ul {
    padding-left: 0;
    margin: 0;
}

#floating-menu ul li {
    position: relative;
    top: 0;
    right: 0;
    height: 72px;
    margin-bottom: 15px;
}

#floating-menu ul li > a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: hidden;
    width: 72px;
    height: 100%;
    white-space: nowrap;
    padding: 20px 64px 15px 0;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 36px;
    cursor: pointer;
    background-color: #37a1a1;
    background-position: center right 14px;
    background-repeat: no-repeat;
    background-size: 42px;
}

#floating-menu ul li:hover > a,
#floating-menu ul li.selected > a {
    opacity: 1;
    width: auto;
    padding: 20px 70px 15px 20px;
}

.floating-metszetrajzok a {
    background-image: url("../images/icons/icon-floating-metszetrajzok.png");
    background-position: right 16px center !important;
}

.floating-ajanlat a {
    background-image: url("../images/icons/icon-floating-ajanlat.png"); /* background-size: 30px; *//* background-position: right 13px center; */
}

.floating-contact a {
    background-image: url("../images/icons/icon-floating-contact.png");
}

.floating-tervezoknek a {
    background-image: url("../images/icons/icon-floating-tervezoknek.png"); /* background-size: 32px; */
    background-position: right 14px center;
}

.floating-download a {
    background-image: url("../images/icons/icon-floating-download.png"); /* background-size: 38px !important; *//* background-position: right 17px center !important; */
}

.floating-karacsony a {
    background-image: url("../images/icons/icon-christmas-tree.png");
    background-color: #d42426;
    background-position: right 15px top 12px;
}

.floating-tavasz a {
    background-image: url("../images/icons/icon-tavaszi.png");
    background-color: #ef8f1f;
    background-position: right 17px top 14px;
}

.floating-videoink a {
    background-image: url("../images/icons/icon-videoink.png");
    background-color: #ef8f1f !important;
    background-position: right 15px top 15px;
}

.floating-wwj a {
    background-image: url("../images/icons/icon-wwj.png");
    background-color: #ef8f1f !important;
    background-position: right 9px top 8px !important;
    background-size: 56px !important;
}

#floating-menu ul li a span {
    font-size: 0;
    font-family: "Proxima Nova Bold";
}

#floating-menu ul li.selected a span,
#floating-menu ul li:hover a span {
    font-size: 14px;
    color: #ffffff;
}

.navigation .floating-menu {
    display: block;
}

.navigation .floating-menu div {
    text-align: center;
}

.navigation .floating-menu a {
    display: inline-block;
    width: auto;
    height: 100%;
    color: #fff;
    white-space: nowrap;
    padding: 14px 60px 14px 18px;
    margin: 10px 0;
    text-decoration: none;
    border-radius: 24px;
    cursor: pointer;
    background-color: #37a1a1;
    background-position: center right 14px;
    background-repeat: no-repeat;
    background-size: 32px;
    text-transform: uppercase;
    font-family: 'Proxima Nova Bold';
    line-height: 1.5;
    font-size: 14px;
}

.ccm-pagination-wrapper {
    text-align: center;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #37a1a1;
    border-color: #37a1a1;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #fff;
    border-color: #37a1a1;
    background-color: #37a1a1;
}

/*  ----------  CONTENT  ----------  */

#content {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 0 0 0;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
}

#content .content-block {
    padding: 40px 0;
}

#content .content-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
    line-height: 0;
    font-size: 0;
}

/*  ----------  HIGHLIGHTED INFO  ----------  */
#content .highlighted-info {
    background: #fff;
}

#content .highlighted-info .container {
    /*background-image: url("../images/backgrounds/bg-highlighted-info.jpg");*/
    /* background-image: url("../images/backgrounds/bg-janko30.jpg"); */
    /* background-repeat: no-repeat; */
    background-position: center right;
    background-size: auto 80%;
    padding: 15vh 15px;
}

#content .highlighted-info .highlighted-image {
    text-align: right;
}

#content .highlighted-info .highlighted-image img {
    max-width: 400px;
    margin: 15px auto;
}

/*  ----------  PARALLAX BOX  ----------  */
.parallax {
    position: relative;
    height: 1000px;
    max-height: 100vh;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* Chrome 67 bug FIX*/
    /*transform: translate3d(0,0,0);*/
    /*-webkit-transform: translate3d(0,0,0);*/
}

.parallax.p-box-1 {
    background-image: url("../images/backgrounds/bg-p-box-1.jpg");
}

.parallax.p-box-2 {
    background-image: url("../images/backgrounds/bg-p-box-2.jpg");
}

.parallax .parallax-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.parallax .parallax-content .title {
    font-size: 60px;
    font-family: 'Proxima Nova';
    color: #fff;
    max-width: 760px;
    line-height: 1.1;
    margin: 0 auto;
    display: inline-block;
}

/*  ----------  NEWS  ----------  *//*
.news.list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news.list > .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.news.list .news-item {
    width: 33.33%;
    padding: 0 15px 30px;
}

.news.list .news-item .image {
    position: relative;
    padding-bottom: 100%;
    background-color: #666;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transition: all 200ms;
}

.news.list .news-item:hover .image {
    background-size: 110% auto;
}

.news.list .news-item .image:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/shadow-bottom.png") no-repeat center bottom;
    background-size: cover;
    opacity: 1;
    transition: all 200ms;
}

.news.list .news-item:hover .image:after {
    top: 60%;
    opacity: 0.5;
}

.news.list .news-item .title {
    font-family: "Proxima Nova";
    font-size: 28px;
    margin: 25px 0 15px;
    line-height: 1;
    transition: all 200ms;
}

.news.list .news-item:hover .title {
    color: #47a5a0;
}

.news.list .news-item .description {
    position: relative;
    font-family: "Proxima Nova";
    font-size: 16px;
    overflow: hidden;
    line-height: 1.3em;
    max-height: 3.9em;
    text-align: justify;
    margin-bottom: 20px;
    color: #868686;
}

.news.list .news-item .description:before {
    content: '... >';
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #37a1a1;
    width: 1.7em;
    text-align: right;
    font-weight: bold;
}

.news.list .news-item .description:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1.7em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
}

.news.list .btn {
    margin-top: 60px;
    margin-bottom: 0;
}
*/
/*  ----------  NEWS DETAILS  ----------  */
.news.details {
    padding: 130px 0;
}

.news.details h2 {
    text-transform: uppercase;
    margin: 0;
}

.news.details h4 {
    font-family: 'Proxima Nova';
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0;
    color: #3b3d40;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.news.details .content {
    margin: 60px 0 60px;
}

/*  ----------  YOUTUBE  ----------  */
.youtube-block {
    max-width: 100%;
    display: block;
    text-align: center;
    overflow: hidden;
}

.youtube-block iframe {
    max-width: 100%;
}

/*  ----------  PRODUCTS  ----------  */
.product-item {
    margin: 2em 0;
}

.product-item .brand {
    display: block;
    color: #000;
    font-size: 2em;
    margin-bottom: 10px;
    line-height: 1;
    padding-left: 1px;
}

.product-item .name {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    font-family: "Proxima Nova Bold";
    color: #000;
}

.product-item .name + h5 {
    font-size: 1.2em;
    display: block;
}

.product-item .product-image {
    position: relative;
    margin: 15px 0;
    padding: 1em;
    width: auto;
    border: 1px solid transparent !important;
    display: block;
    text-align: center;
    /*-webkit-box-shadow: 0px 0px 40px 1px rgba(199,66,84,0.0);
    -moz-box-shadow: 0px 0px 40px 1px rgba(199,66,84,0.0);
    box-shadow: 0px 0px 40px 1px rgba(199,66,84,0.0);*/
    transition: all 300ms;
}

.product-item .product-image:hover {
    /*-webkit-box-shadow: 0px 0px 35px 0px rgba(199,66,84,0.75);
    -moz-box-shadow: 0px 0px 35px 0px rgba(199,66,84,0.75);
    box-shadow: 0px 0px 35px 0px rgba(199,66,84,0.75);*/
}

.product-item .product-image:before,
.product-item .product-image:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 14px;
    transition: all .15s;
    background: url('../images/product-shadow.png') left center no-repeat;
    background-size: 29px 100%;
}

.product-item .product-image:after {
    left: auto;
    right: 0;
    background-position: right center;
}

.product-item .product-image:hover:before {
    left: -14px;
    opacity: 1;
}

.product-item .product-image:hover:after {
    right: -14px;
    opacity: 1;
}

.product-item .product-image img {
    margin: 0 auto;

    -webkit-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    transition: all 300ms;
}

.product-item .product-image:hover img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.product-item .image-wrapper a {
    display: block;
}

/*  ----------  GALLERY  ----------  */
.markcon-gallery {
    padding: 45px 0;
}
.markcon-gallery .albums {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.markcon-gallery .images {
    width: calc(33% - 8px);
    margin: 4px;
    min-width: 240px;
    height: 100%;
}
.markcon-gallery .images.image-list {
    height: auto;
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.markcon-gallery .images.image-list .image-item {
    position: relative;
    width: calc(33.33% - 8px);
    margin: 4px;
    min-width: 200px;
}
.markcon-gallery .images .image-item {
    cursor: pointer;
    position: relative;
}
.markcon-gallery .images .image-item:before {
    z-index: 2;
    opacity: 0;
}
.markcon-gallery .images .image-item .image-wrapper {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding-bottom: 100%;
}
.markcon-gallery .images .image-item .image-wrapper .image {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 800ms;
}
.markcon-gallery .images .image-item:hover .image {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.markcon-gallery .images .image-item span {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(23, 23, 23, 0.35);
    transition: all 500ms;
}
.markcon-gallery .images .image-item:hover span {
    opacity: 0;
}
.markcon-gallery .images .image-item .description {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 800ms;
    display: none;
}

/*  ----------  FOOTER GALLERY  ----------  */
footer .markcon-gallery{
    padding: 0;
}
footer .markcon-gallery .albums {
    display: block;
}

footer .markcon-gallery .images.image-list .image-item {
    width: 25%;
    margin: 0;
    padding: 4px;
    flex: 1 0 auto;
}

footer .markcon-gallery .images.image-list .image-item {
    min-width: 0;
}

footer .markcon-gallery .images.image-list .image-item span{
    display: none;
}

footer .markcon-gallery .images.image-list .image-item .image{
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 100%;
}

footer .markcon-gallery .images.image-list .description {
    display: none;
}

/*  ----------  TENDER  ----------  */
.tender {
    padding: 60px 0;
}

.tender h2 {
    font-weight: normal;
    font-family: 'Proxima Nova';
    font-size: 65px;
    text-transform: uppercase;
}

.tender #tender {
    margin-top: 30px;
}

.tender #tender .form-group:not(.file) input.form-control,
.tender #tender .add-product,
.footer-bar .form-group input {
    padding-right: 65px;
    background-repeat: no-repeat;
    background-position: center right -2px;
    background-size: contain;
}

.tender #tender .form-group:not(.file) .product input.form-control,
.tender #tender .form-group:not(.file) input.ccm-input-captcha {
    padding-right: 10px;
}

.tender #tender input#name, .footer-bar .form-group input[placeholder="NÃ©v"] {
    background-image: url("../images/icons/icon-form-name.png");
}

.tender #tender input#email, .footer-bar .form-group input[placeholder="E-mail"] {
    background-image: url("../images/icons/icon-form-email.png");
}

.tender #tender input#phone {
    background-image: url("../images/icons/icon-form-phone.png");
}

.tender #tender input#address {
    background-image: url("../images/icons/icon-form-place.png");
}

.tender #tender .add-product {
    background-image: url("../images/icons/icon-form-plus.png");
    margin-top: -30px;
    width: 100%;
}

.tender #tender .form-group textarea,
.tender #tender .form-group textarea:focus,
.tender #tender .form-group textarea:active {
    height: 116px;
}

.tender .ccm-input-captcha {
    width: 190px;
    margin: 0 auto;
    padding-right: 10px;
}

.tender h3 {
    font-family: 'Proxima Nova';
    font-size: 30px;
    text-transform: uppercase;
}

.tender select.form-control,
.tender select.form-control:active,
.tender select.form-control:focus {
    width: auto;
    padding-right: 35px;
    min-width: 100%;
}

#NewProduct {
    cursor: pointer;
}

/*  ----------  CONTACT  ----------  */
#content.contact-site {
    padding-top: 60px;
    padding-bottom: 60px;
}

#content.contact-site h2,
#content h2.large {
    font-size: 65px;
    font-family: 'Proxima Nova';
    margin-bottom: 0;
    line-height: 1;
}

.contact-site .contacts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 60px 0;
}

.contact-site .contacts > div {
    width: 190px;
    padding: 15px 15px;
    text-align: center;
}

.contact-site .contacts > div > a {
    display: inline-block;
}

.contact-site .contacts > div span {
    display: block;
}

.contact-site .contacts .icon {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 15px;
    background-color: #37a1a1;
    background-repeat: no-repeat;
    background-position: center center;
}

.contact-site .contacts .icon.location {
    background-image: url("../images/icons/icon-contact-location.png")
}

.contact-site .contacts .icon.phone {
    background-image: url("../images/icons/icon-contact-phone.png")
}

.contact-site .contacts .icon.fax {
    background-image: url("../images/icons/icon-contact-fax.png")
}

.contact-site .contacts .icon.email {
    background-image: url("../images/icons/icon-contact-email.png")
}

.contact-site .contacts .icon.soc-1 {
    background-image: url("../images/icons/icon-contact-soc-1.png")
}

.contact-site .contacts .icon.soc-2 {
    background-image: url("../images/icons/icon-contact-soc-2.png")
}

#map {
    margin: 60px 0 0;
}

.showrooms {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
}

.showrooms .showroom {
    width: 300px;
    padding: 0 20px;
}

.showrooms .showroom h3 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1;
}

.card-blocks h3,
.showrooms .showroom p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
}

/*  ----------  COLLEAGUES CONTACT  ----------  */
.colleagues-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.colleagues-wrapper .colleague{
    position: relative;
    width: calc(33% - 30px);
    display: flex;
    padding-bottom: 44%;
    margin: 10px 15px;
    overflow: hidden;
}

.colleagues-wrapper h3{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
}

.colleagues-wrapper .colleague .image{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0.9;
    
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.colleagues-wrapper .colleague:hover .image{
    opacity: 1;
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

.colleagues-wrapper .colleague .info-wrapper{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    color: #ccc;
    background: rgba(0, 0, 0, 0.65);
}

.colleagues-wrapper .colleague .info-wrapper .name{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.colleagues-wrapper .colleague .info-wrapper .contact-info{
    height: auto;
    padding: 0 0;
    line-height: 1.2;
    display: block;
    max-height: 0;
    overflow: hidden;
    margin: auto;
    width: auto;
    float: none;
    opacity: 0;

    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.colleagues-wrapper .colleague:hover .info-wrapper .contact-info{
    opacity: 1;
    max-height: 60px;
    padding: 5px 0;
}

.colleagues-wrapper .colleague .info-wrapper .contact-info span{
    display: block;
}

/*  ----------  BOTTOM SLIDER  ----------  */
.bottom-slider .swiper-wrapper {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*  ----------  CARD BLOCKS  ----------  */
.card-blocks h3 {
    display: flex;
    flex-direction: column;
    min-height: 84px;
    background: #37a1a1;
    font-size: 25px;
    line-height: 1.2;
    align-content: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}

.card-blocks.orange h3 {
    background: #ef8f1f;
}

.layout .card-blocks.orange a {
    color: #ef8f1f;
}

.card-blocks h4 {
    font-size: 22px;
    color: #333;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Proxima Nova Bold';
}

@media (min-width: 768px) {
    .card-blocks {
        display: flex;
        justify-content: space-around;
        align-content: flex-start;
    }

    .card-blocks > div {
        width: 30%;
        padding: 0;
        margin: 10px 20px;
    }

    .card-blocks.col-2 > div {
        width: 50%;
    }
}

/*  ----------  FEATURES  ----------  */
.features-header {
    text-align: center;
    margin-bottom: 60px;
}

.features-header h4 {
    letter-spacing: 0;
    font-family: 'Proxima Nova SemiBold';
    color: #3b3d40;
    font-weight: bold;
    font-size: 20px !important;
}

.features-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.features-list .feature {
    width: 25%;
    min-width: 280px;
    padding: 0 15px;
    margin-bottom: 20px;
}

.features-list .feature .image {
    margin-bottom: 15px;
}

.features-list .feature .title {
    border-top: 1px solid #47a5a0;
    padding-top: 15px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.features-list .feature .title span {
    color: #47a5a0;
    font-weight: bold;
    text-transform: uppercase;
}

.features-list .feature .description {

}

.features-list .feature .description p {
    line-height: 1.5;
    font-size: 15px;
}

/*  ----------  POPUP  ----------  */

#content .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: rgba(243, 243, 243, 0.9);
    z-index: 1001;
    display: none;
}

#content .popup .content {
    position: relative;
    top: 50%;
    padding: 15px;
    max-width: 1140px;
    max-height: 100%;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#content .popup .content img {
    max-width: 90vw;
    max-height: 90vh;
    height: auto;
    margin: 10px auto 5px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.45);
    box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.45);
}

#content .popup .closeButton {
    content: '';
    position: absolute;
    top: 35px;
    right: 95px;
    width: 40px;
    height: 40px;
    background: #555 url('../images/close-button.png') no-repeat center;
    cursor: pointer;
    z-index: 1000;
    border-radius: 50%;
}

/*  ----------  FOOTER  ----------  */
footer {
    width: 100%;
    background-color: #27282a;
    border-top: none;
    padding: 0;
    font-size: 12px;
    color: #89898b;
    margin-top: -30px;
}

footer .footer-bar {
    background-color: #333437;
    padding-top: 45px;
    padding-bottom: 45px;
    font: 16px 'Proxima Nova';
}

footer .footer-bar > .container > .row > div {
    border-right: 1px solid #4e5054;
}

footer .footer-bar > .container > .row > div:last-of-type {
    border-right: 1px solid transparent;
}

footer .footer-bar h4 {
    text-transform: uppercase;
    font: 18px 'Proxima Nova Bold';
    color: #fff;
    letter-spacing: 4px;
}

footer .footer-bar .contact-list {
    list-style: none;
    padding-left: 0;
}

footer .footer-bar .contact-list li {
    line-height: 2.25;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: top left;
}

footer .footer-bar .contact-list li a {
    color: #89898b;
}

footer .footer-bar .contact-list li.address {
    background-image: url("../images/icons/icon-footer-address.png")
}

footer .footer-bar .contact-list li.phone {
    background-image: url("../images/icons/icon-footer-phone.png")
}

footer .footer-bar .contact-list li.fax {
    background-image: url("../images/icons/icon-footer-fax.png")
}

footer .footer-bar .contact-list li.email {
    background-image: url("../images/icons/icon-footer-email.png")
}

footer .footer-bar .contact-list li.facebook {
    background-image: url("../images/icons/icon-footer-soc-1.png")
}

footer .footer-bar .contact-list li.instagram {
    background-image: url("../images/icons/icon-footer-soc-2.png")
}

footer .footer-bar .aboutus {
    line-height: 1.714;
    font-size: 14px;
    text-align: justify;
}

footer .footer-bar .form-group {
    margin-bottom: 15px;
}

footer .footer-bar .form-group input,
footer .footer-bar .form-group button,
footer .footer-bar .form-group textarea {
    background-color: #4e5054;
    color: #fff;
    font-size: 16px;
}

footer .footer-bar .form-group button{
    cursor: pointer;
    padding: 15px 25px;
    text-align: center;
    border-radius: 10px;
    margin: 15px auto 0;
    border:1px solid transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 1;
}

footer .footer-bar .form-group .ccm-captcha-image {
    width: 150px;
    margin: 0 auto 15px;
    display: block;
    border-radius: 5px;
}

footer .footer-bar button {
    width: 100%;
    color: #ccc;
    margin-top: 15px;
}

footer .footer-bar .form-group label {
    /*display: none;*/
    color: #fff;
}

footer .footer-bar .form-group textarea,
footer .footer-bar .form-group textarea:focus,
footer .footer-bar .form-group textarea:active {
    height: 120px;
}

footer .footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    font-size: 12px;
    font-family: 'Proxima Nova';
}

footer .footer-links li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #d8d8d8;
    margin-bottom: 10px;
}

footer .footer-links li:first-of-type {
    padding-left: 0;
}

footer .footer-links li:last-of-type {
    padding-right: 0;
    border: none;
}

footer .footer-links li a {
    color: #89898b;
    text-transform: uppercase;
}

footer .copyright {
    font-family: 'Proxima Nova';
}

footer .palyazat {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 102px;
}

footer .eu-link {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 25px;
}

footer .eu-link.link-1 {
    width: 230px;
    height: 77px;
    background-image: url("../images/eu-link-1.jpg");
}

footer .eu-link.link-2 {
    width: 255px;
    height: 61px;
    background-image: url("../images/eu-link-2.jpg");
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.9);
}

.lg-outer .lg-thumb-outer {
    background-color: rgba(0, 0, 0, 0.8);
}

/* BACK TO TOP */
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background: rgba(46,46,46, 0.85) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    filter: invert(1);
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
    z-index: 10;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 70px;
    }
}

/* IDE ÍRKÁLTAM NORBI */
span.green-color {
    color: #37a1a1;
}

.main-content h2.smaller-h2 {
    font-size: 32px;
}

.main-content h3.green-highlight {
    color: #ffffff;
    background-color: #37a1a1;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.main-content .m-top-50 {
    margin-top: 50px;
}

.main-content hr.spring-discount-hr {
    border-top: 1px solid #37a1a1;
    width: 20%;
    display: block;
    margin: 25px auto;
}

.main-content .spring-unordered-list li {
    font-size: 20px;
}

.main-content .spring-ordered-list {
    margin-bottom: 30px;
}

.main-content .end-of-page {
    margin-bottom: 40px
}

.captcha label.control-label {
    display: none;
}

/*  ----------  SZECHENYI 2020  ----------  */
#header #szechenyi{
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
}

#header #szechenyi a{
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 70%;
    background: url("../images/logos/logo-sz2020.png") no-repeat top right;
    background-size: contain;
    cursor: pointer;
}

/* 2019 */
.main-content h2.title-light{
    font-size: 42px;
    color: #cecece;
    font-family: 'Montserrat Light';
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 100%;
}

.news.list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 60px 15px;
}
.news.list > .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.news.list .news-wrapper {
    position: relative;
}
.news.list .news-wrapper .news-nav {
    content: '';
    position: absolute;
    top: 140px;
    width: 14px;
    height: 24px;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    z-index: 10;
}
.news.list .news-wrapper .news-nav.slick-disabled {
    opacity: .45;
}
.news.list .news-wrapper .news-nav.prev-item {
    left: 0;
    background-image: url('../images/icons/icon-news-nav-prev.png');
}
.news.list .news-wrapper .news-nav.next-item {
    right: 0;
    background-image: url('../images/icons/icon-news-nav-next.png');
}
.news.list .news-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 30px;
}
.news.list > .row {
    margin: 0;
}
.news.list .news-item {
    width: 25%;
    padding: 0 5px 30px;
    display: flex;
    flex-direction: column;
}
.news.list .news-item:focus {
    outline: none;
}
.news.list .news-item .image-wrapper {
    position: relative;
}
.news.list .news-item .image-wrapper .latest {
    position: absolute;
    top: 100%;
    left: 50%;
    background: #D8D8D8;
    color: #222;
    text-transform: uppercase;
    padding: 2px 20px;
    font-size: 16px;
    font-family: 'Montserrat';
    display: none;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.news.list .news-item .image {
    position: relative;
    padding-bottom: 100%;
    background-color: #666;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transition: all 600ms;
}
.news.list .news-item .image:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 20px;
    opacity: 0;
    border: 2px solid #d8d8d8;
    transition: all 500ms;
}
.news.list .news-item:hover .image {
    background-size: 110% auto;
}
.news.list .news-item:hover .image:before {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    transition-delay: 300ms;
}
.news.list .news-item .title {
    font-family: "Montserrat";
    font-size: 16px;
    margin: 25px 0 10px;
    padding: 0 15px;
    line-height: 1.2;
    transition: all 200ms;
    text-align: center;
    text-transform: uppercase;
}
.news.list .news-item .description {
    position: relative;
    font-size: 14px;
    overflow: hidden;
    line-height: 1.3em;
    max-height: 3.9em;
    margin-bottom: 0;
    padding: 0 15px;
    color: #868686;
    text-align: center;
}
.news.list .news-item .description:before {
    content: '... >';
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #37a1a1;
    width: 1.7em;
    text-align: right;
    font-weight: bold;
}
.news.list .news-item .description:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1.7em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
}
.news.list .news-item:first-of-type .latest {
    display: block;
}
.more-news {
    margin-top: 30px !important;
}
.news.list .btn {
    margin-top: 60px;
    margin-bottom: 0;
}
.news.details {
    padding: 130px 0;
}
.news.details h2 {
    text-transform: uppercase;
    margin: 0;
}
.news.details h4 {
    font-family: 'Proxima Nova';
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0;
    color: #3b3d40;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.news.details .content {
    margin: 60px 0 60px;
}
