body{
}
html {
    background: #000;
    /*
    background: #000 url(../images/main-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/main-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/main-bg.jpg', sizingMethod='scale')";        
    */
}
img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
        z-index: -50;
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
        img.bg {
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}

a{
    text-decoration: none;
    outline: none;
}
a:focus { 
    outline: none; 
}
img{
    border: 0px;
}
.clear{
    clear: both;
}
div:focus 
{ 
    outline:none; 
}
/*========================================*/
.op-tran{
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;	
    transition: opacity 0.3s ease-in-out;

}

.width-tran{
    -webkit-transition:width .3s ease-out;
    -moz-transition:width .3s ease-out;
    -o-transition:width .3s ease-out;
    -ms-transition:width .3s ease-out;
    transition:width .3s ease-out;
}

/*CENTERING LIST*/
div.center-list{
    position: relative;
    float: right;
    left: -50%;
    text-align: left;
}
div.center-list > ul{
    margin: 0px;
    padding: 0px;
    left: 50%;
    position: relative;
    float: left;
    list-style:none;
}
div.center-list > ul > li{
    float: left;position: relative;
}
div.center-list > ul > li > a{
    float: left;
    position: relative;
}

/*========================================*/
/*HEADER*/
#header{
    width: 100%;
    color: #fff;
    text-align: center;
}
#header .logo{
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    display: table-cell;
    vertical-align: bottom;
}
#header .logo img{
    vertical-align: middle;
    padding-right: 10px;
}
#header .lang{
    float: right;
    padding-right: 20px;
    padding-top: 50px;
}
#header .lang ul{
    margin: 0px;
    padding: 0px;
    list-style: none outside none; 
}
#header .lang ul > li{
    float: left;
    padding-left: 5px;
}
#header .lang ul > li > a{
    display: block;
    width: 26px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
    color: #fff;
    position: relative;
}
#header .lang ul > li > a span.title{
    position: relative;
    z-index: 1;
}

#header .lang ul > li > a div.bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px; left: 0px;
    background-color: #1a120b;
    border: 1px solid #5f5447;
    z-index: 0;
    opacity: 0;   
}

#header .lang ul > li > a:hover div.bg{
    opacity: 1;  
}
#header .lang ul > li > a.selected div.bg{
    opacity: 1;  
}

/*FOOTER*/
html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 40px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 35px;
	clear:both;
        width: 100%;
        text-align: center;
        padding-top: 5px;
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
#footer .disclaimer{
    float: left;
    color: #fff;
    padding-left: 30px;
}
#footer .madeof{
    float: right;
    color: #c99663;
    padding-right: 30px;
}
#footer .madeof a{
    color: #c99663;
}
#footer .madeof a:hover{
    color: #fff;
}
ul#footer-menu{
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    list-style: none outside none;     
}
ul#footer-menu > li{
    display: inline-block;
    margin-right: 33px;
}

ul#footer-menu > li a{
    color: #eeb173;
    text-shadow: 0 0 0.2em #4a3922, 0 0 0.2em #4a3922, 0 0 0.5em #4a3922;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    height: 26px;
    
    padding-left: 8px;
    padding-right: 8px;
    line-height: 26px;
    vertical-align: middle;
}
ul#footer-menu > li a.selected{
    background-color: rgba(41,31,15,0.7);
    border: 1px solid #3f2e16;
    margin: -1px;    
}
ul#footer-menu > li a:hover{
    border: 1px solid rgba(39,30,17,0.3);
    background-color: rgba(41,31,15,0.3);
    margin: -1px;
}
/*ABOUT CSS*/
#about-section{
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    margin-top: 50px;
    
}
#about-section .container{
    width: 1000px;
    height: 600px;
    background: url(/images/html/about-bg.jpg) no-repeat top left;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #303030;
    border-right: 1px solid #303030;
    overflow: hidden;
        
}
#content-list{
    display: block;
    position: relative;
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
    width: 1500px;
}
#content-list > li{
    float: left;
    display: block;
    
    height: 600px;
    margin: 0px;
    margin-right: -1px;
    padding: 0px;
    position: relative;
    border-right: 1px solid #303030;
    overflow: hidden;
    cursor: pointer;
}
#about-section #content-list > li{
    width: 250px;
}
#content-list > li.last{
    border-right: none;
}
#content-list > li.selected{
    cursor: auto;
}
#content-list > li > div.bg{
    width: 100%;height: 100%;
    position: absolute;
    top: 0px; left: 0px;
    background-color: rgba(0,0,0,0.5);
    border: 5px solid rgba(0,0,0,0.5);
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    opacity: 0;
}
#content-list > li.selected > div.bg{
    opacity: 1;
}
#about-section #content-list > li > div.content{
    height: 100%;
    position: absolute;
    top: 0px; left: 0px;
    padding: 8px;
    color: #fff;
}
#about-section #content-list > li > div.content > div.textarea{
    opacity: 0;
    width: 530px;
    height: 530px;
    overflow: auto;
}
#about-section #content-list > li.selected > div.content > div.textarea{
    opacity: 1;
}




/*NEWS CSS*/
#news-section{
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    margin-top: 50px;
    overflow: hidden;
    height: 600px;
}
#news-section .container{
    height: 600px;
    border-left: 1px solid #303030;
    border-right: 1px solid #303030;
}
#news-section #content-list > li{
    width: 250px;
}
#news-section #content-list{
    width: 100%;
}
#news-section #content-list > li > div.content{
    padding: 20px;
    color: #fff;
    position: relative;
}
#news-section #content-list > li > div.content > div.summary{
    display: block;
    font-size: 11px;
    color: #7a7269;
}
#news-section #content-list > li.selected > div.content > div.summary{
    display: none;
}
#news-section #content-list > li > div.content > div.textarea{
    width: 500px;
    height: 480px;
    overflow: auto;
    opacity: 0;
    font-size: 12px;
    color: #fff;
}
#news-section #content-list > li.selected > div.content > div.textarea{
    opacity: 1;
}
#news-section #content-list > li > div.content h2{
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}
#news-section #content-list > li > div.content div.date{
    font-size: 12px;
    color: #FFF;
}
#news-section #content-list > li > div.content hr.split{
    border: 0;
    height: 0;
    border-top: 1px solid #303030;
    width: 150px;
}

/*COCTAILS CSS*/
#cocktails-section{
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    background: url(/images/html/cocktails-bg.jpg) no-repeat center 50px;
    border-bottom: 1px solid #303030;
    
    padding-top: 50px;
    
    overflow: hidden; 
    height: 600px;
}
#cocktails-section div.border-top{
    height: 1px;
    background-color: #303030;
}
#cocktails-section .container{
    height: 600px;
    border-left: 1px solid #303030;
    border-right: 1px solid #303030;
    overflow: visible!important;
}
#cocktails-section #content-list > li{
    width: 120px;
    background-color: rgba(0,0,0,0.4);
    overflow: visible!important;
}
#cocktails-section #content-list > li .visible-onselected{
    display: none;
}
#cocktails-section #content-list > li.selected .visible-onselected{
    display: block;
}
#cocktails-section #content-list{
    width: 100%;
}
#cocktails-section #content-list > li > div.content{
    color: #fff;
    height: 100%;
    width: 100%;
    position: relative;
}
#cocktails-section #content-list > li > div.content div.mask{
	width: 100%;
	height: 100%;
	overflow: hidden;
    position: relative;
}
#cocktails-section #content-list > li > div.content h2.slide-title{
    position: absolute;
    padding: 0px;
    margin: 0px;
    width: 400px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: normal;
    color: #d3cecd;
    left: 10px;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    -o-transform-origin: left bottom;    
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left bottom;         
    -ms-transform:rotate(90deg);
    -ms-transform-origin: left bottom;     
}
#cocktails-section #content-list > li.selected > div.content h2.slide-title{
    
    top: -40px;

    -moz-transform: none;
    -moz-transform-origin: left bottom;
    -o-transform: none;
    -o-transform-origin: left bottom;    
    -webkit-transform: none;
    -webkit-transform-origin: left bottom;         
    -ms-transform:none;
    -ms-transform-origin: left bottom;    
}

#cocktails-section #content-list > li > div.content div.right-content{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 340px;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
#cocktails-section #content-list > li > div.content div.right-content img{
    border: 1px solid #41351c;
}
#cocktails-section #content-list > li > div.content div.right-content > div.img-container{
    padding-top: 30px;
    text-align: center;
}
#cocktails-section #content-list > li > div.content div.right-content > div.ingridiens{
    padding-left: 30px;
}
#cocktails-section #content-list > li > div.content div.right-content > div.ingridiens p{
    padding: 0px; margin: 0px;
    font-size: 12px;
}
#cocktails-section #content-list > li > div.content h3{
    color:#4d9c59;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}

#cocktails-section #content-list > li > div.content div.left-content{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%; 
    padding-left: 20px;
}
#cocktails-section #content-list > li > div.content div.left-content div.desc{
    padding-top: 110px;
    width: 250px;
    
}
#cocktails-section #content-list > li > div.content div.left-content div.vote-container{
    color: #ffda6a;
}


#cocktails-section a.vote-star{
    width: 14px; height: 13px;
    display: block;
    background: url(/images/html/vote-star.png) no-repeat;
    float: left;
    padding-bottom: 10px; padding-right: 3px;
}
#cocktails-section a.selected-vote{
    background: url(/images/html/vote-star-over.png)  no-repeat;
}


/*PRODCUTS CSS*/
#products-section{
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    border-bottom: 1px solid #303030;
    padding-top: 60px;
    overflow: hidden; 
    height: 600px;
}
#products-section div.border-top{
    height: 1px;
    background-color: #303030;
}
#products-section .container{
    height: 600px;
    border-left: 1px solid #303030;
    border-right: 1px solid #303030;
    overflow: visible!important;
}
#products-section #content-list > li{
	margin-right: 0px;
    width: 120px;
    background-color: rgba(0,0,0,0.4);
    overflow: visible!important;
}
#products-section #content-list > li .visible-onselected{
    display: none;
}
#products-section #content-list > li.selected .visible-onselected{
    display: block;
}
#products-section #content-list > li.selected{
}
#products-section #content-list{
    width: 100%;
}
#products-section #content-list > li > div.content{
    color: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px; top: 0px;
}
#products-section #content-list > li > div.content div.mask{
	width: 100%;
	height: 100%;
	overflow: hidden;
    position: relative;
}
#products-section #content-list > li > div.content div.mask > div.bg{
    width: 100%;height: 100%;
    position: absolute;
    top: 0px; left: 0px;
    border: 5px solid rgba(0,0,0,0.5);
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    opacity: 0;
}
#products-section #content-list > li.selected > div.content div.mask > div.bg{
    opacity: 1;
}
#products-section #content-list > li > div.content h2.slide-title{
    position: absolute;
    padding: 0px;
    margin: 0px;
    width: 640px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
    left: 10px;
    text-shadow: 2px 2px 6px #000000;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    -o-transform-origin: left bottom;    
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left bottom;         
    -ms-transform:rotate(90deg);
    -ms-transform-origin: left bottom;     
}
#products-section #content-list > li.selected > div.content h2.slide-title{
    top: -40px;
    -moz-transform: none;
    -moz-transform-origin: left bottom;
    -o-transform: none;
    -o-transform-origin: left bottom;    
    -webkit-transform: none;
    -webkit-transform-origin: left bottom;         
    -ms-transform:none;
    -ms-transform-origin: left bottom;    
}
/*right*/
#products-section #content-list > li > div.content div.right-content{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 340px;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
div.right-content .content-scroll{
    height: 100%;
    position: relative;
}
div.right-content .content{
    width: 320px;
    height: 100%;
    text-align: center;
    float: left;
    display: none;
}
div.right-content .content > img{
    padding-top: 20px;
}
div.right-content .content div.split-line{
    width: 66px;
    margin-left: auto;
    margin-right: auto;
    background-color: #504b3b;
    height: 1px;
}
div.right-content .content a.product-link{
    color: #fff6c3;
    font-style: italic;
    font-size: 14px;
    display: block;
    margin-left: auto;
    margin-right: auto;    
    padding: 10px;
}
div.right-content .content a.product-link:hover{
    color: #FFF;
}
div.right-content .content div.desc{
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 300px;
    text-align: left;
    font-size: 14px;
}
/*left*/
#products-section #content-list > li > div.content div.left-content{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%; 
    padding-left: 20px;
    width: 300px;
    padding: 0px;
}
div.left-content .nav-container{
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: 330px;
}
div.left-content .nav-container a.prevBtn{
    float: left;
}
div.left-content .nav-container a.nextBtn{
    float: right;
}
div.left-content .nav-container a.disabled{
    opacity: 0.2;
    cursor: default;
}
div.left-content .images-wrapper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

div.left-content .image-container{
    height: 100%;
    width: 320px;
    position: relative;
    display: none;
        
}
div.left-content .image-container .img-bottom{
    display: table-cell;
    vertical-align: bottom;
    height: 570px;
    
}
div.left-content .image-container .img-bottom img{
    vertical-align: bottom;
}
div.left-content .image-container .title{
    width: 200px;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 80px;
    text-shadow: 2px 2px 6px #000000;
    filter: dropshadow(color=#000000, offx=2, offy=2);
    text-align: center;
}
div.left-content .fb-like{
    position: absolute;
    bottom: 80px;
    left: 220px;
    
}
/*BOTTOM MENU*/

#products-section #content-list > li .bottom-menu-container{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 60px;
    padding-left: 5px;
    background-color: #000;
    width: 100%;
    z-index: 10;
}
#products-section #content-list > li ul.bottom-menu{
    padding: 0px;
    margin: 0px;
    list-style: none outside none;
    margin-top: 5px;
}
#products-section #content-list > li ul.bottom-menu > li{
    display: block;
    float: left;
    background-color: #000000;
    width: 85px;
    overflow: hidden;
}
#products-section #content-list > li ul.bottom-menu > li > div.no-wrap{
    width: 600px;/*bad idea :(*/
}
#products-section #content-list > li ul.bottom-menu > li.selected{
    /*background: url(../images/bottom-category-item-bg.png) repeat-x top left;
    
    border-left: 1px solid #5b5e5e;
    border-right: 1px solid #5b5e5e;
    border-top: 1px solid #5b5e5e;
    */
}
#products-section #content-list > li ul.bottom-menu > li a.linkas{
    display: block;
    width: 85px;
    height: 55px;
    text-align: center;
    float: left;
    font-size: 10px;
}
#products-section #content-list > li ul.bottom-menu > li a.linkas div.icon{
    width: 85px;
    height: 55px;
    display: table-cell;
    vertical-align: middle;
}
#products-section #content-list > li ul.bottom-menu > li.selected a.linkas{
    border-left: 1px solid #5b5e5e;
    border-top: 1px solid #5b5e5e;
    background: url(/images/html/bottom-category-item-bg.png) repeat-x top left;
}
#products-section #content-list > li ul.bottom-products-menu{
    padding: 0px;
    margin: 0px;
    list-style: none outside none;    
    display: block;
    float: left;
}
#products-section #content-list > li ul.bottom-products-menu > li{
    display: block;
    float: left;
    border-left: 1px solid #5b5e5e;
    border-right: 1px solid #5b5e5e;
    border-top: 1px solid #5b5e5e;
    height: 55px;
    margin-right: 1px;
    
}
#products-section #content-list > li ul.bottom-products-menu > li > a{
    height: 55px;
    text-align: center;
    color: #fff;
    display: block;
    background: #eee url(/images/html/bottom-pruduct-item-bg.png) repeat top left;
    width: 36px;
    overflow: hidden;
    font-size: 10px;
}
#products-section #content-list > li ul.bottom-products-menu > li > a.selected{
    background: #eee url(/images/html/bottom-pruduct-item-selected-bg.png) repeat top left;
}
#products-section #content-list > li ul.bottom-products-menu > li > a > div.no-wrap{
    width: 140px;
}
#products-section #content-list > li ul.bottom-products-menu > li > a div.icon{
    width: 36px;
    height: 55px;
    display: table-cell;
    vertical-align: middle;
}
#products-section #content-list > li ul.bottom-products-menu > li > a div.title{
    width: 104px;
    height: 55px;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}
/*desc menu*/
#products-section #content-list > li > div.content h2.slide-title{
    position: relative;
    padding-bottom: 10px;
}
#products-section #content-list > li.selected > div.content h2.slide-title{
    top: 0px;
}
#products-section .slide-descs-menu{

    position: absolute;
    top: 0px;
    height: 57px;
    left: -1px;
    width: 900px;
}
#products-section .slide-descs-menu ul.desc-menu{
    margin: 0px;
    padding: 0px;
    list-style: none outside none;
}
#products-section .slide-descs-menu > ul.desc-menu > li{
    margin: 0px;
    display: block;
    float: left;
    padding-left: 1px;

}
#products-section .slide-descs-menu > ul.desc-menu > li > a{
    border: 1px solid #534f4a;
    padding: 6px 10px 4px 10px;   
    color: #f5b35f;
    text-transform: uppercase;
    background: url(/images/html/top-desc-item-bg.png) repeat-x top left;
    font-size: 12px;
}
#products-section .slide-descs-menu > ul.desc-menu > li > a:hover{
    color: #fff;
}
/*warning*/
#warning-list{
    margin-top: 5%;
}
#warning-list ul li{
    margin-right: 50px;
    display: block;
    width: 204px;
    height: 360px;
    background: #000000;
    border: 1px solid #4D4835;
}
#warning-list ul li p.lang-title{
    text-align: center;
    font-size: 18px;
    color: #A96B26;
}
#warning-list ul li p.disclaimer-1{
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    height: 80px;
}
#warning-list ul li p.disclaimer-2{
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    color: #666666;
}

#warning-list ul li a.agree{
    display: block;
    background: url(/images/html/button-green.png) no-repeat top left;
    width: 137px; height: 48px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    line-height: 48px;

}
#warning-list ul li a.disagree{
    display: block;
    background: url(/images/html/button-red.png) no-repeat top left;
    width: 137px; height: 48px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    line-height: 48px;
}

/**product page**/

.product-content{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 500px;
    color: #ffffff;
}






/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: rgba(0,0,0,0.3);
border-radius: 4px;
}
.vscrollerbar {
width: 10px;
border-radius: 4px;
background-color: rgba(255,255,255,0.3);
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}