/*  ----------  LAYOUT  ----------  */

    #layout {
        margin: 0 auto;
        position: relative;
        /* display: flex; */
        min-height: 100vh;
        /* flex-direction: column; */
    }
	
/*  ----------  POPUP  ---------- 
#popup{
    position: fixed;
    display: block;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
} 

/* #popup .content{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    z-index:1000;
    width: 600px;
    height: 400px;
    max-width: 85%;
    background: url("../images/loyalty-popup.jpg") no-repeat center;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    /*-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.62);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.62);*/
/*}

@media (max-width: 620px){
    #popup .content{
        height: auto;
        padding-bottom: 59%;
    }
}

#popup .content .close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    color: #eec681;
    opacity: .7;
    text-align: center;
}
 */
/*  ----------  HEADER  ----------  */

    #header {
        position: relative;
        top:0;
        left:0;
        right:0;
        z-index: 1;
        border-bottom: 1px solid #d8d8d8;
    }

    #header.landing{
        border-bottom: solid 1px rgba(255,255,255,0.3);
    }

    #header > .container {
        display: flex;
        position: relative;
    }


    #header .logo {
        /* position: absolute; */
        margin-bottom: -5px;
        margin-left: -361px;
        margin-right: 15px;
        /* width: 295px; */
        /* top: 0; */
        /* left: -294px; */
    }

    #header .logo img {
        z-index: 1;
        margin: 0;
        max-height: 100%;
        max-width: 100%;
    }


    #header .topbar {
        padding: 8px 0;
        position: relative;
    }

    @media (max-width: 991px) {
        #header .topbar {
            margin-bottom: 20px;
        }
    }

    #header .topbar ul.loginbar {
        margin: 0;
        float: right;
    }

    #header .topbar ul.loginbar > li {
        display: inline;
        list-style: none;
        position: relative;
        padding-bottom: 15px;
    }

    #header .topbar ul.loginbar > li > a,
    #header .topbar ul.loginbar > li > a:hover {
        color: #7c8082;
        font-size: 11px;
        text-transform: uppercase;
        border: none;
    }

    #header .topbar ul.loginbar > li > a:hover {
        text-decoration: underline;
    }

    #header .topbar ul.loginbar li.topbar-divider {
        top: -1px;
        padding: 0;
        font-size: 8px;
        position: relative;
        margin: 0 9px 0 5px;
        border-right: solid 1px #bbb;
    }


/*  ----------  NAVIGATION  ----------  */

    #header .navigation .menu-toggle-button {
        display: none;
        background: #72c02c;
        padding: 6px 10px 2px;
        color: #fff;
        font-size: 19px;
        font: normal normal normal 14px/1 FontAwesome;
    }


    #header .navigation {
        position: relative;
        padding: 0;
        width: auto;
        border-top: 0;
        flex: 1 0 auto;
        height: 100%;
        align-self: flex-end;
        /* height: 67px; */
    }

    #header .navigation .nav {
        position: relative;
        margin: 0 0 -2px;
        padding: 0;
        display: flex;
        width: 100%;
    }

    #header .navigation .nav > li {
        white-space: nowrap;
        flex: 1 0 auto;
        padding: 0px 13px 10px 0;
        align-self: center;
    }


    #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 {
        display: inline-table;
        padding: 0;
        font-size: 13px;
        line-height: 1;
        text-transform: uppercase;
        color: #575757;
        font-family: 'Montserrat';
    }

a.nav-dropdown {}

a.nav-dropdown {}

    #header.landing .navigation .nav > li > a {
        color: #ffffff;
    }


    #header .navigation .nav li.nav-selected a,
    #header .navigation .nav li a:hover,
    #header .navigation .nav li a:focus {
        color: #c74254;
        background-color: transparent;
    }

    #header .navigation .nav .submenu{
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        margin: -2px 0 0 -14px;
        background-color: rgba(199, 66, 84, 0.8);
        padding: 0;
        border: none;
        width: 100%;
        /* min-width: 200px; */
        border-radius: 0;
        z-index: 9999 !important;
        border-top: solid 3px #c74254;
        border-bottom: solid 2px #c74254;
        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: 'Montserrat';
        white-space: normal;
    }

    #header .navigation .nav .submenu li a:hover {
        color: #fff;
        background: #c74254 !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 {
        display: block;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        width: 40px;
        height: 40px;
        border: none;
        position: absolute;
        top: 17px;
        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;
    }

/*  ----------  FLOATING MENU  ----------  */
#floating-menu{
    position: fixed;
    right:25px;
    top: 50%;
    z-index: 1001;
    margin-top: -150px;

    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    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:50px;
    margin-bottom: 10px;
}

#floating-menu ul li > a{
    position: absolute;
    top:0;
    right: 0;
    display: block;
    overflow: hidden;
    width: 50px;
    height:100%;
    white-space: nowrap;
    padding: 15px 50px 15px 0;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 25px;
    cursor: pointer;
    background-color: #ffffff;
    background-position: center right 7px;
    background-repeat: no-repeat;
    background-size: 36px;
}


#floating-menu ul li:not(.floating-search):hover > a,
#floating-menu ul li.selected > a{
    opacity:1;
    width: auto;
    padding: 13px 50px 15px 20px;
    background-color: #c75867;
}

#floating-menu ul li.floating-search > a{background-image: url("../images/icons/floating-search.png");  }
#floating-menu ul li.floating-search.selected > a,
#floating-menu ul li.floating-search:hover > a{
    background-color: #c75867;
    background-image: url("../images/icons/floating-search-selected.png");
}

#floating-menu ul li.floating-gallery a{background-image: url("../images/icons/floating-gallery.png");background-size: 28px;background-position: right 13px center;}
#floating-menu ul li.floating-gallery:hover a{background-image: url("../images/icons/floating-gallery-selected.png");}

#floating-menu ul li.floating-loyalty a{background-image: url("../images/icons/floating-loyalty.png"); background-color: #121212; border: 1px solid #e0bb77;}
#floating-menu ul li.floating-loyalty:hover a{background-image: url("../images/icons/floating-loyalty-selected.png"); background-color: #121212;}

#floating-menu ul li.floating-shop a{background-image: url("../images/icons/floating-shop-selected.png"); background-size: 32px;background-position: right 13px center;}
#floating-menu ul li.floating-shop.seleted a,
#floating-menu ul li.floating-shop:hover a{background-image: url("../images/icons/floating-shop-selected.png");background-size: 32px;background-position: right 13px center;}

#floating-menu ul li.floating-social a{background-image: url("../images/icons/floating-social.png");}
#floating-menu ul li.floating-social:hover a{background-image: url("../images/icons/floating-social-selected.png");}

#floating-menu ul li.floating-video a{background-image: url("../images/icons/floating-video.png");}
#floating-menu ul li.floating-video:hover a{background-image: url("../images/icons/floating-video-selected.png");}

#floating-menu ul li.floating-videogallery a{background-image: url("../images/icons/floating-videogallery.png");background-size: 32px;}
#floating-menu ul li.floating-videogallery:hover a{background-image: url("../images/icons/floating-videogallery-selected.png");}

#floating-menu ul li.floating-blog a{background-image: url("../images/icons/floating-blog.png");background-size: 28px; background-position: center right 10px;}
#floating-menu ul li.floating-blog:hover a{background-image: url("../images/icons/floating-blog-selected.png");}

#floating-menu ul li.floating-insta a{background-image: url("../images/icons/floating-insta.png");background-size: 28px; background-position: center right 10px;}
#floating-menu ul li.floating-insta:hover a{background-image: url("../images/icons/floating-insta-selected.png");}


#floating-menu ul li a span{
    font-size: 0;
    font-family: "Montserrat";
    font-weight: bold;
}

#floating-menu ul li.floating-loyalty a span{
    color: #e0bb77;
}

#floating-menu ul li.selected a span,
#floating-menu ul li:hover a span{
    font-size: 14px;
    color: #ffffff;
}

#floating-menu form{
    width: 0;
    height: 30px;
    margin-top: -3px;
    margin-left: -8px;
    margin-right: -3px;
    display: none;
}

#floating-menu .floating-search.selected form{
    height: 30px;
    width: 200px;
    display: inline-block;
}


#floating-menu input:focus,
#floating-menu input:active{
    outline: none;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
}

#floating-menu .floating-search.selected form h3{
    display: none;
}

#floating-menu input[type="text"]{
    width: 200px;
    height: 100%;
    font-size: 14px;
    margin: 0;
    border: none;
    border-radius: 17px;
    padding: 4px 10px;
    position: relative;
    opacity: 0.9;
    outline: none;
}

#floating-menu input[type="submit"]{
    width: 33px;
    height: 33px;
    text-indent: -9999px;
    background: transparent;
    position: relative;
    border-radius: 13px;
    border: none;
}

#floating-menu.mobile-menu{
    display: none;
}

.main-content .ccm-search-block-text{
    display: none;
}


#searchResults .searchResult h3{
    margin-top: 0;
    font-size: 20px;
    font-family: 'Montserrat';
}

.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: #c74254;
    border-color: #c74254;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #fff;
    border-color: #c75867;
    background-color: #c75867;
}

/*  ----------  CONTENT  ----------  */

    #content {
        padding: 0 0 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;
    }

    .event-title{
        background-color: #229c2d;

        font-size: 34px;
        font-size: 2.7vw;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.25;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    @media (min-width: 1171px) {
        .event-title{
            font-size: 32px;
        }
    }

    @media (max-width: 1170px) {
        .event-title {
            font-size: 2.7vw;
        }
    }
    @media (max-width: 560px) {
        .event-title {
            font-size: 16px;
        }
    }

    #content .main-content{
        margin-top: 30px;
    }


/*  ----------  YOUTUBE  ----------  */
.youtubeBlock{
    max-width: 100%;
    display: block;
    text-align: center;
    overflow: hidden;
}

.youtubeBlock iframe{
    max-width: 100%;
}

/*  ----------  MENU BUTTON  ----------  */
.btn.menu-btn{
    display: block;
    margin: 15px auto;
    width:269px;
    height:83px;
    border-style: solid;
    border-width: 1px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    text-indent: -9999px;
    border-radius: 43px;
    font-size: 0;
}

.btn.menu-btn.kezeles{border-color: #7acec3; background-image: url("../images/btn-kezeles.png");}
.btn.menu-btn.kezeles:hover, .menu-btn.kezeles.active{background-color: #7acec3; background-image: url("../images/btn-kezeles-active.png");}

.btn.menu-btn.borapolas{border-color: #908fc9; background-image: url("../images/btn-borapolas.png")}
.btn.menu-btn.borapolas:hover, .menu-btn.borapolas.active{background-color: #908fc9; background-image: url("../images/btn-borapolas-active.png")}

/*  ----------  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: "Montserrat";
    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);*/

    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    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;
    -webkit-transition: all .15s;
    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);
    -moz-transform: scale(0.9,0.9);
    -ms-transform: scale(0.9,0.9);
    -o-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);    

    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.product-item .product-image:hover img{
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

.product-item .image-wrapper a{
    display: block;
}

/*


!* Outline Out *!
.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-outline-out:before {
    content: '';
    position: absolute;
    border: #d8d8d8 solid 1px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left, border;
    transition-property: top, right, bottom, left, border;
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;

    border: #908fc9 solid 6px;
}
*/



/*  ----------  FOOTER MENU  ----------  */
.footer-menu{
    margin-top: 15px;
}

.footer-menu h4{
    font-size: 1.25em;
    color: #c74254;
    font-family: "Montserrat";
    font-weight: 200;
    text-transform: none;
}

.information-links p{
    margin-bottom: 10px;
}

/*  ----------  GALLERY  ----------  */
.markcon-gallery{
    padding: 0;
}

.markcon-gallery .albums{
    display: flex;
    flex-wrap: wrap;
}

.markcon-gallery .album{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.markcon-gallery .album .thumbnail:hover{
    border-color: rgba(199, 66, 84, 0.3);
}


.markcon-gallery .album .thumbnail{
    position: relative;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.markcon-gallery .album .cover{
    max-height: 200px;
}

.markcon-gallery .album .cover img{
    margin: 0 auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #fff;
    background: rgba(199, 66, 84, 0.85);
    border: 1px solid transparent;
    margin-top: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.markcon-gallery .albums h3{
    font-size: 18px;
    font-family: 'Montserrat';
    margin: 5px 0 0;
    color: #fff;
}

.markcon-gallery .albums p{
    font-size: 14px;
}

/*  ----------  BRANDS  ----------  */
.brand-logo{
    margin-top: 20px;
    /* border-top: 1px solid #333; */
    display: block;
    padding: 15px 0 5px;
}

#content .brand-logo img{
     max-width: 180px;
}

.brand-logo h5{
    display: none;
}

#content .brand-box img{
    max-height: 300px;
    width: auto;
    margin: 40px auto 30px;
}

/*  ----------  FOOTER  ----------  */
#footer {
    width: 100%;
    background-color: #c74254;
    border-top: none;
    padding: 15px 0;
    font-size: 12px;
}

#footer .row{
    display: flex;
}

#footer .row > *{
    align-self: center;
}

#footer p {
    color: #eee;
    margin: 0;
}

#footer a {
}

#footer .links {
    text-align: right;
}

#footer .links a {
    position: relative;
    display: inline-block;
    color: #fff;
    width: 50px;
    height: 50px;
    background-size: 36px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-bottom: -4px;
    margin-left: 10px;
}


#footer .links a.facebook{
    background-color: #c74254;
    background-image: url("../images/icons/floating-social-selected.png");
}
#footer .links a.youtube{
    background-image: url("../images/icons/floating-video.png");
}




.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;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(199, 66, 84,0.8) url("../images/cd-top-arrow.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.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;
    }
}