/* menu */
#menu {
    position: absolute;
    z-index: 100;
    width: 100%;
    text-align: left;
    font-size: 17px;
    height: 120px;
    background-image: url(../images/menubg.png);
    background-size: 100% 100%;
    color: #C1AD74;
    padding-top: 11px;
    padding-bottom: 40px;
    font-weight: bold;
}

.toggle,
[id^=drop] {
    display: none;
}

#logo {
    display: block;
    padding: 0 30px;
    float: left;
    font-size: 20px;
    line-height: 60px;
}

#logo img {
    height: 30px;
}

nav:after {
    content: "";
    display: table;
    clear: both;
}

nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

nav > ul > li:after {
    content: ' - ';
    margin: 0px;
    display: inline-block;
    float: left;
    color: #C1AD74;
}

nav > ul > li:last-child:after {
    content: '';
}

nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

nav a:link {
    display: block;
    padding: 0px 10px;
    color: #C1AD74;
    font-size: 17px;
    text-decoration: none;
    float: left;
    font-weight: 300;
    text-transform: uppercase;
}


nav ul ul {
    display: none;
    position: absolute;
    top: 60px;
}

nav ul li:hover > ul {
    display: inherit;
}

nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
}

nav li > a:after {
    content: ' +';
}

nav li > a:only-child:after {
    content: '';
}

#lang {
    float: right;
    margin-right: 10px;
}

#lang a {
    padding: 0px;
}

#lang li {
    border-radius: 100px;
    border: 2px solid #C1AD74;
    overflow: hidden;
    text-align: center;
    width: 29px;
    height: 29px;
    margin: 0px 6px;
    top: -3px;
    position: relative;
}

/* Media Queries
--------------------------------------------- */

@media all and (max-width : 960px) {

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }

    .toggle + a,
    .menu {
        display: none;
        
    }

    .toggle {
        display: block;
        padding: 0px 8px;
        color: #FFF;
        font-size: 17px;
        text-decoration: none;
        border: none;
        float: right;
        width: 40px;
        height: 32px; 
    }
    .toggle img{
        width: 100%;   
    }
 nav > ul > li:after {
    content: '';
}
    .toggle:hover {
        opacity: 0.6;
        filter: alpha(opacity=60); /* For IE8 and earlier */
    }

    [id^=drop]:checked + ul {
        display: block;
    }

    nav ul li {
        display: block;
        width: 100%;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
      
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
    }


    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #212121;
    }

    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }

    nav ul ul li:hover > ul,
    nav ul li:hover > ul {
        display: none;
    }

    nav ul ul li {
        display: block;
        width: 100%;
    }

    nav ul ul ul li {
        position: static;

    }

}

@media all and (max-width : 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

    #menu{
        
    }
}

/* menu end */

/* gallery start */
#galleryStatic ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: table;
    text-align: center;
}

#galleryStatic li {
    display: inline-table;
    width: 20%;
    margin: 0;
    padding: 0;
}

#galleryStatic img {
    width: 100%;
}

#galleryStatic a {
    float: left;
    width: 100%;
}

/* gallery end */
/* price list start */
#pricelist h3{
    font-size: 1vw;
    margin-bottom: 9px;
    margin-top: 50px;
    text-transform: uppercase;
    color: #c1ad74;
}
#pricelist table{
    border: 1px solid #c1ad74;
    font-size: 1vw;
    width: 70%;
    margin-bottom: 70px;
}
#pricelist tr td{
    border: 1px solid #c1ad74;
    padding: 1%;
}
#pricelist table tbody tr:first-child {
    background: #c1ad74!important;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.8vw;
}
#pricelist table tbody tr:nth-child(2n+1) {
    background: #e4e0d3;
}
/* Media Queries
--------------------------------------------- */
@media all and (max-width : 960px) {
    #pricelist table {
     font-size: 3.5vw;
        width:100%;
}
#pricelist table tbody tr:first-child {
    font-size: 2.8vw;
}
}
/* price list end */