* {
    box-sizing: border-box;
    /*margin:0px;
    padding:0px;*/
}

html{
    height:100%;
}

body {
    margin:0px;
    height:100%;
    font-family: Helvetica,arial,sans-serif;
    text-transform: uppercase;
}

.carousel {
    /*background: #AAA;*/
    height:calc(100% - 40px);
    top:10px;
}

.carousel-image {
    display:block;
    margin-right:20px;
    height:calc(100% - 60px);
}

figure{
    height:100%;
    font-size:12px;
    line-height:14px;
    margin:0px;
    padding:0px;
    white-space: nowrap;
}

figcaption{
    margin-top:5px;
}

.carousel-image img{
    display:block;
    height:100%;
    width:auto;
    /* set min-width, allow images to set cell width */
    min-width: 150px;
    object-fit: contain;
}

.carousel.is-fullscreen .carousel-image {
    height: auto;
    height:90%;
    max-height: 100%;
}

.menu-wrapper{
    height:100%;
    float:left;
    width:220px;
    position:fixed;
}

.menu-left{
    height:100%;
    min-height:350px;
    padding-top : 5%;
    padding-left:40px;
}

.menu-left h1{
    font-size  : 14px;
    font-weight: 700;
    line-height: 17px;
    margin: 20px 0px 20px 0px;
    padding:0px;
}

.menu-left h2{
    font-size:14px;
    font-weight:400;
    margin-bottom:0px;
    margin-top:15px;
}

.menu-left .menucategory h2{
    font-size:14px;
    font-weight:400;
    margin-bottom:0px;
    margin-top:15px;
}

.menu-left a{
    text-decoration: none;
    color:black;
}

.menu-left ul{
    list-style: none; /* Remove list bullets */
    padding: 0px 0px 0px 0px;
    margin:0px;
}

.menu-left li{
    font-size:14px;
    font-weight: 300;
    padding-left: 16px;
}

.menu-left li a{
    color:black;
    text-decoration: none;
}

.menu-left .menu_selected{
    color:#CF7811;
}

.menu-left .menu_selected a{
    color:#CF7811;
}




.main-center{
    margin-left:220px;
    height:100%;
    /*background-color:white;*/
}

.flickity-page-dots {
    bottom: 0px;
}

.btnfacebook{
    position:absolute;
    bottom:90px;
    left:40px;
}

.btninsta{
    position:absolute;
    bottom:90px;
    left:80px;
}

.btnmasonry{
    position:absolute;
    bottom:140px;
    left:40px;
}