
#layout{
    display: block;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
}

#layout > .Container{padding-bottom: 0;}

/* ----- HEADER LOGO -----*/
#logo{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: inline-block;
    padding: 15px 15px 0;
}

#logo .Left{
    display: inline-block;
    position: relative;
}

#logo .Right{
    display: inline-block;
    float: right;
    position: relative;
}

#logo .Brezik{
    width: 294px;
    max-width: 100%;
    height: 83px;
    background: url("../images/logo-brezik.png") no-repeat center;
    display: inline-block;

    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#logo .UjMo{
    width: 267px;
    max-width: 100%;
    height: 82px;
    background: url("../images/logo-ujmo.png") no-repeat center;
    display: inline-block;
}

#logo .EU{
    width: 122px;
    max-width: 100%;
    height: 80px;
    background: url("../images/logo-euflag.png") no-repeat center;
    display: inline-block;
    margin-left: 30px;
}

#logo .Text{
    text-align: center;
    position: relative;
    display: block;
    color: #006465;
    font-size: 14px;
    padding: 5px;
    margin-top: 5px;
    /* background-color: rgba(245,239,217,0.5); */
}

#logo:before{
    content: '';
    position: absolute;
    top:0;
    height: 100%;
    width: 200%;
    left: -50%;
    right: 50%;
    background-color: rgba(245,239,217,0.5);
    background-color: rgba(255,255,255,.7);
    z-index: 0;
}

/* ----- TOP IMAGE -----*/

.TopImage .Image{
    margin-bottom: -79px;
    margin-top: -1px;
    display: block;
}

/* ----- HEADER -----*/
#layout header {
    position: relative;
    background-color: rgba(255, 255, 255, .85);
    z-index: 100;
}

#layout #nav-toggle{
    content: '';
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
    background: url("../images/menu-toggle.png") no-repeat center;
    background-size: 30px;
    cursor: pointer;
}

#layout nav{
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#layout nav > ul{
    padding: 0;
}

#layout nav > ul > li{
    display: inline-block;
    padding: 25px 3%;
}
#layout nav > ul > li:first-of-type{padding-left: 0;}
#layout nav > ul > li:last-of-type{padding-right: 0;}

#layout nav .cms-panel > ul > li{display: inline-block;padding-left: 15px;}
#layout nav .cms-panel ul ul{display: none;}

#layout nav ul li a{
    padding: 25px 0;
    font-weight: normal;
    font-size: 16px;
    /* border-bottom: 1px transparent; */
    text-decoration: none;
    text-transform: none;
    width: 100%;
    white-space: nowrap;
}

#layout nav a:hover,
#layout nav li.current > a{
    color: #64BF94;
    text-decoration: none;
}

#layout nav ul li.parent:hover > a{
    /* color: #64BF94; */
}

#layout nav ul li{
    position: relative;
    z-index: 1;
}

#layout nav > ul > li > ul{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    margin-top: -1px;
    text-align: left;
}

#layout nav ul ul li a{
    display: block;
    font-size: 14px;
    padding: 10px 15px;
    background: #6AB08F;

    color: #fff;
    white-space: nowrap;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
#layout nav ul ul li a:hover,
#layout nav ul ul li.current a{
    color: #fff;
    background: #63A385;
}

#layout nav .level-3{
    display: none;
    position: absolute;
    left:100%;
    top: 0;
}

@media (min-width: 731px) {

    #layout nav > ul > li:hover > ul,
    #layout nav .level-2 > li:hover .level-3{
        display: block;
    }
}

/* ----- CONTENT -----*/
#content > .Container:first-of-type{
    padding-top: 30px;
}

/* ----- FULL PAGE IMAGE-----*/
.FullPage{
    position: relative;
}

.FullPage .FullImage{
    background: url("../images/fullimage.jpg") no-repeat center center;
    padding-bottom: 16.98%;
    width: 100%;
    background-size: cover;
}

.FullPage .FullImage.Brezik{
    background: url("../images/fullimages/full-brezik.jpg") no-repeat center center;
    background-size: cover;
}

.FullPage .FullImage.Druszler{
    background: url("../images/fullimages/full-druszler.jpg") no-repeat center center;
    background-size: cover;
}

.FullPage .FullImage.Gulacsi{
    background: url("../images/fullimages/full-gulacsi.jpg") no-repeat center center;
    background-size: cover;
}

.FullPage .FullImage.Karpati{
    background: url("../images/fullimages/full-karpati.jpg") no-repeat center center;
    background-size: cover;
}

.FullPage .FullImage.Marton{
    background: url("../images/fullimages/full-marton.jpg") no-repeat center center;
    background-size: cover;
}

.FullPage .FullImage.Mezei{
    background: url("../images/fullimages/full-mezei.jpg") no-repeat center center;
    background-size: cover;
}

.FullPage .FullImage.Zambo{
    background: url("../images/fullimages/full-zambo.jpg") no-repeat center center;
    background-size: cover;
}


/* ----- EVENTS -----*/
#layout .event-main{
    margin: 30px 0;
}

#layout .event-main h2{
    color:#616161 !important;
    text-align: center;
    margin: 40px 0;
}

#layout #content .event-main li:before{display: none;}

#layout .event-main .main-items{
    display: flex;
}

#layout #content .event-main li.main-item{
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 7px 30px 7px;
    margin-bottom: 30px;
}

#layout .event-main .main-item-interval{
    color: #65bf95;
    line-height: 1;
    background-color: #e9e9e9;
    padding: 15px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    margin-bottom: 15px;
    cursor: default;
    display: inline-block;
}

#layout .event-main .main-item-interval .Day{
    font-size: 30px;
    font-weight: 800;
    display: block;
}
#layout .event-main .main-item-interval .Month{
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}


#layout .event-main .main-item-title{
    font-weight: 800;
    font-size: 16px;
    display: inline-block;
}

#layout .event-main .main-item-place{
    font-size: 13px;
    display: inline-block;
    padding-bottom: 15px;
}

#layout .event-main .main-item-intro{
    margin-bottom: 15px;
}

#layout .event-main .main-item-content{
    display: none;
}

#layout .event-main .Details{
    color: #65bf95;
    position: absolute;
    bottom: 0;
    left: 0;
}

#layout .event-main .Details:after{
    content: '';
    width: 30px;
    height: 27px;
    position: absolute;
    top: 0;
    right: -30px;
    background: url("../images/details-arrow.png") no-repeat center;
}

/* RESZLETES NEZET*/
#layout #content .event-main.view-details{
    margin: 30px 0;
}

#layout #content .event-main.view-details li.main-item{
    display: block;
}

#layout .event-main.view-details .main-item-interval{
    display: inline-block;
    margin-right: 15px;
}


#layout .event-main.view-details .main-item-content{
    display: block;
}

#layout .event-main.view-details .main-item-title{
    width: auto;
    font-size: 34px;
    top: -8px;
    position: relative;
}

#layout .event-main.view-details .main-item-place{
    display: block;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 4px solid #65BF95;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

#layout .event-main.view-details .Details{
    display: none;
}




/*  ----------  EVENT CALENDAR  ----------  */

.event-calendar {
    text-align: center;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 280px;
}

.event-calendar .calendar-title {
}

.event-calendar .calendar-container {
    position: relative;
}

.event-calendar .calendar-month {
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #fff;
    font-weight: 600;
    color: #fff;
    background-color: #65BF95;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.event-calendar .calendar-month span{
    display: block;
}
.event-calendar .calendar-month span:nth-of-type(2){
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    margin-top: -7px;
}


.event-calendar .calendar-days {
    display: inline-block;
    margin: 0 auto;
    background-color: #fff;
}
.event-calendar .calendar-days .row.header {
    display: inline-block;
    border-bottom: 1px dotted #65BF95;
}

.event-calendar .calendar-days .row.header .day {
    font-size: 14px;

    text-shadow: none;
    display: inline-block;
    font-weight: 800;
}

.event-calendar .calendar-days .day {
    width: 34px;
    height: 34px;
    display: block;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    position: relative;
    z-index: 0;
    float: left;
    margin: 3px;
    color: #747474;
}

.event-calendar .calendar-days .day.event {
    color: #65BF95;
    cursor: default;
    font-weight: 800;
    background: #FFE06F;
    border-radius: 5px;
}

.event-calendar .calendar-days .day .day-items {
    position: relative;
    left: -9px;
    bottom: -7px;
    /* border: 1px solid #65BF95; */
    border-radius: 6px;
    text-align: left;
    padding: 10px 5px 10px 10px;
    z-index: 2;
    width: 208px;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    opacity: .96; /* layer alpha */
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.25); /* drop shadow */
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.25); /* drop shadow */
    box-shadow: 0 1px 4px rgba(0,0,0,.25); /* drop shadow */
    text-shadow: none;
    background-color: #E9E9E9;
    color: #747474;
    display: none;
}

.event-calendar .calendar-days .day .day-items .pointer {
    width: 6px;
    height: 100%;
    background-position: 0 18px;
    position: absolute;
    top: 0;
    left: -6px;
}

.event-calendar .calendar-days .day.event:focus,
.event-calendar .calendar-days .day.event:hover {
    z-index: 1;
    color: #fff;
    background-color: #65BF95;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
}

.event-calendar .calendar-days .day:hover .day-items {
    display: block;
}

.event-calendar .calendar-days .day:hover .day-items:before{
    content: '';
    position: absolute;
    top: -19px;
    left: 16px;
    height: 20px;
    width: 20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #E9E9E9;
}

.event-calendar .calendar-days .day .day-items .day-item {
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px dotted #8eb0c8;
    font-size: 13px;
}

.event-calendar .calendar-days .day .day-items .day-item:last-child {
    padding: 0;
    border: 0 none;
}

.event-calendar .calendar-days .day .day-items .day-item .day-item-title a {
    text-decoration: none;
    color: #64BF94 !important;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
}

.event-calendar .calendar-days .day .day-items .day-item .day-item-interval {
    /* padding-left: 20px; */
    margin: 5px 0;
    font-weight: 600;
    font-size: 11px;
    padding: 10px 0;
}

.event-calendar .calendar-days .day .day-items .day-item .day-item-place {
    font-weight: 300;
    margin: 5px 0;
}

.event-calendar .calendar-navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.event-calendar .calendar-navigation a {
    display: block;
    width: 5px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    padding: 0 10px;
    position: relative;
    top: 50%;
    margin-top: -16px;
}

.event-calendar .calendar-navigation .previous {
    float: left;
    background-image: url("../images/calendar-arrow-left.png");
}

.event-calendar .calendar-navigation .next {
    float: right;
    background-image: url("../images/calendar-arrow-right.png");
}


/*
#layout .event-calendar .calendar-month {
    text-align: left;
    background-image: none;
    border: 0 none;
    font-size: 18px;
    color: #286EA0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    line-height: 120%;
    margin-bottom: 18px;
}

#layout .event-calendar .calendar-days .row.header {
    display: none;
}

#layout .event-calendar .calendar-days .day.spacer {
    display: none;
}

#layout .event-calendar .calendar-days .day {
    display: none;
    border: 0 none;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 10px 0;
    background-image: url("../images/menu-side-separator.png");
    background-repeat: repeat-x;
    background-position: left bottom;
}

#layout .event-calendar .calendar-days .day.event {
    display: block;
    color:#505050;
}

#layout .event-calendar .calendar-days .day.event:hover {
    background-image: url("../images/menu-side-separator.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    border: 0 none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

#layout .event-calendar .calendar-days .day .day-items {
    position: static;
    display: block;
    border: 0 none;
    background: transparent;
    padding: 5px 10px;
    margin: 0 0 0 30px;
    width: auto;
    border-left: 1px solid #286EA0;

    opacity: 1; /!* layer alpha *!/
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#layout .event-calendar .calendar-days .day .day-number {
    margin-bottom: 10px;
    font-size: 18px;
    float: left;
    width: 30px;
    padding: 5px 0;
    color: #286EA0;
}

#layout .event-calendar .calendar-days .day .day-items .pointer {
    display: none;
}

#layout .event-calendar .calendar-days .day .day-items .day-item {
    margin-bottom: 5px;
}

#layout .event-calendar .calendar-navigation {
    padding: 10px;
    position: static;
}

#layout .event-calendar .calendar-navigation a {
    text-indent: 0;
    background-image: none;
    width: auto;
    padding: 0;
    height: auto;
    line-height: 18px;
    font-family: Arial;
    font-weight: bold;
}

#layout .event-calendar .calendar-days .day .day-items .day-item {
    border: 0 none;
}

#layout .event-calendar .calendar-days .day .day-items .day-item .day-item-title {
    margin-bottom: 5px;
}

#layout .event-calendar .calendar-days .day .day-items .day-item .day-item-title a {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Lato';
}
*/



/* ----- MAIN BOXES -----*/
.MainBoxes{
    display: block;
    margin: -30px -25px 0;
    background-color: #fbfbfb;
}

.MainBoxes .Box{
    display: table-cell;
    width: 33.33%;
    background-color: rgba(100,191,148,0);
    padding: 15px;
    text-align: center;
    text-decoration: none !important;

    -webkit-transition: all 300ms !important;
    -moz-transition: all 300ms !important;
    -ms-transition: all 300ms !important;
    -o-transition: all 300ms !important;
    transition: all 300ms !important;
}

.MainBoxes .Box:hover{
    background-color: rgba(100,191,148,1);
    color: #fff !important;
}

.MainBoxes .Box .Image{
    height: 220px;
    width: 100%;
}

.MainBoxes .Box h3{
    color: #756A6A;
    font-weight: 600;
}

#layout .MainBoxes .Box p{
    font-size: 14px;
}

.MainBoxes .Box:nth-of-type(1) .Image{background: url("../images/box_1.png") no-repeat center center;}
.MainBoxes .Box:nth-of-type(2) .Image{background: url("../images/box_2.png") no-repeat center center;}
.MainBoxes .Box:nth-of-type(3) .Image{background: url("../images/box_3.png") no-repeat center center;}

.MainBoxes .Box:nth-of-type(1):hover .Image{background: url("../images/box_1_w.png") no-repeat center center;}
.MainBoxes .Box:nth-of-type(2):hover .Image{background: url("../images/box_2_w.png") no-repeat center center;}
.MainBoxes .Box:nth-of-type(3):hover .Image{background: url("../images/box_3_w.png") no-repeat center center;}

/* ----- BUTTONS -----*/
#layout .Button{
    display: block;
    padding: 15px;
    text-align: center;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    color: #fff;
}

#layout .Button.Green{
    background-color: #65bf95;
}

#layout .Button:hover{background-color: #fff;}

/* ----- NEWSLETTER SUBSCRIPTION -----*/
#layout .Subscription{
    display: block;
    background: #434343;
    padding: 25px 0;
}

#layout .Subscription .Button{
    width: 100%;
}


/* ----- MANUFACTURERS -----*/
.Manufacturer{
    position: relative;
}

.Manufacturer .Image{
    display: inline-block;
    width: 34%;
    height: auto;
    min-height: 100px;
    max-width: 100%;
    margin-right: 15px;
}

.Manufacturer .Details{
    display: inline-block;
    padding: 20px;
    vertical-align: top;
    width: 64%;
}

#layout #content .Manufacturer .Name{
    margin-bottom: 0;
    color: #65bf95;
    font-weight: 600;
}

#layout #content .Manufacturer .Trade{
    margin-bottom: 70px;
    margin-top: -5px;
    font-size: 19px;
}

.Manufacturer .Contact li:before{
    display: none;
}

#layout #content .Manufacturer .Contact li{
    font-size: 14px;
    line-height: 1.25;
    padding-left: 0;
}

#layout #content .Manufacturer .Contact li span:first-of-type{
    color: #65bf95;
}

.Manufacturer .Description{
    margin: 25px 0;

    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

/* ----- IMAGE STORE -----*/
.ImageStore{
    margin: 15px 0 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.ImageStore .StoreElement{
    border-top: 2px solid #65bf95;
    border-bottom: 2px solid #65bf95;
    width: 30%;
    margin: 0 1.5% 15px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 15px;
}

.ImageStore .IndexImage{
    display: block;
    margin: 15px 0;
    height: 180px;
}

.ImageStore .IndexImage img{
    display: block;
    margin: 0 auto;
}

#layout .ImageStore .AlbumDetails{
    border-radius: 0 0 15px 15px;
    background: #65bf95;
    padding: 0 15px 10px;
}

#layout .ImageStore .AlbumName{
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    margin: 5px 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}

#layout .ImageStore .AlbumDescription{
    color: #fff;
    margin-bottom: 0;
}

#layout .ImageStore .StoreLink{
    display: block;
    clear: both;
    font-size: 13px;
    font-weight: bold;
    color: #FFE06F;
}

/* ----- FOOTER -----*/
#footer{
    background-color: #353535;
    color: #fff;
}

#footer .Logos{
    position: relative;
    background-color: #f2f1f1;
    padding: 25px 0;
}

#footer .Logos:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    height: 100%;
    z-index: 0;
    display: block;
    background-color: #f2f1f1;
}

#footer .Logos span{
    font-size: 18px;
}

#footer .Menu{padding: 25px 0;display: block;clear: both;}

#footer .Menu > div p{
    line-height: 1.75;
    font-size: 14px;
}

#footer .Menu > div p > span{
    display: block;
}

#footer .Menu h3,
#footer .Menu .Contact a{
    color: #fffefe;
}

a.facebook{
    padding-left: 30px;
    background: url("../images/icon-facebook.png") no-repeat left center;
    background-size: contain;
    margin-top: 10px;
    display: inline-block;
}

#footer a.facebook{
    background: url("../images/icon-facebook-footer.png") no-repeat left center;
    background-size: contain;
}

#footer .Menu .Links a{
    display: block;
    color: #fffefe;
    width: auto;
}

#footer .Menu .Links a:hover{
    color: #64BF94;
}

#footer .Menu .Logo{
    text-align: center;
}

#footer .Menu .Logo img{
    display: block;
    margin: 0 auto;
    max-width: 242px;
    height: auto;
}

#footer .FooterBottom{
    border-top: 2px solid #666;
    text-align: center;
    padding: 30px 15px;
    clear: both;
    font-size: 13px;
}

#footer .FooterBottom a{
    color: #fff;
}


/* CONTACT FORM */
#cms-contact-send label{
    display: block;
    margin-top: 10px;
    font-weight: bold;
}
#cms-contact-send .cms-captcha-refresh{
    display: table-cell;
    font-size:  14px;
}

#cms-contact-send input,
#cms-contact-send textarea{
    border: 1px solid #65bf95;
    outline: none;
    padding: 10px;
    font-family: 'Open Sans', Arial, Verdana;
}

#cms-contact-send .input-wrapper textarea{
    max-width: 100%;
}

#cms-contact-send input[type="submit"]{
    color: #65bf95;
    background-color: #FFFFFF;
    margin: 10px 0;
    padding: 6px 16px;
    border: 2px solid #65bf95;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    width: 134px;
}

#cms-contact-send label[for="captcha-input"] + img{
    display: block;
    margin-bottom: 10px;
}

/*
#cms-contact-send .contact-name,
#cms-contact-send .contact-email{
    width: 49%;
    display: inline-block;
}

#cms-contact-send .contact-name input,
#cms-contact-send .contact-email input{
    width: 80%;
}
*/
