
/**

Menu

*/

#menu-button
{
    position: fixed;
    top:60px;
    left:20px;
    background-color: #000;
    width: 54px;
    height: 50px;
    z-index: 998;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}


#menu-button .animation
{
    margin:0 auto;
    margin-top:17px;
    width: 31px;
    height: 22px;
    overflow: hidden;
    position: relative;
}

    #menu-button .line
    {
        margin:0 auto;
        margin-bottom: 3px;
        background-color: #c9c9c9;
        width: 31px;
        height: 2px;
        position: absolute;
        transform: translate3d(0px, 0px, 0px);
        transition-delay: 0s;
        transition-duration: 300ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    
    
    #menu-button .line-1
    {
        top:0;
        transition-delay: 210ms;
    }

    #menu-button .line-2
    {
        top:8px;
        transition-delay: 140ms;
    }

    #menu-button .line-3
    {
        top:16px;
        transition-delay: 70ms;
    }
    
    #menu-button .line-4
    {
        top:24px;
        transition-delay: 0ms;
    }
    
    #menu-button:hover .line
    {
        transform: translate3d(0px, -7px, 0px);
        background-color: #fff;
    }
    
    #menu-button:hover
    {
    background:transparent url(../img/bg_box/000000_70.png) 0 0 repeat;
    }
    
    
    

#menu-button:hover .line-1 
{
    opacity: 0;
    transition-delay: 0ms;
}
#menu-button:hover .line-2 
{
    transition-delay: 70ms;
}

#menu-button:hover .line-3 
{
    transition-delay: 140ms;
}
#menu-button:hover .line-4 
{
    opacity: 1;
    transition-delay: 210ms;
}
#menu-button .line {
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
}



#menu
{
    /*width: 320px;*/
    margin-right:320px;/*placeholder*/
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    z-index: 998;

}

    #menu #menu_content{
        width: 320px;
        height: 100%;
        position: absolute;
        /*background-image: url(../img/bg_menu_content.png);*/
        background-image: url(../pro2_img/000000_70.png);
        left: -320px;
        /*z-index: 999;*/
        z-index: 9;
        padding:0;
        margin:0;
    }
    
    #menu #logo-menu
    {
        left: 50px;
        top: 80px;
        width: 120px;
        position: absolute;
    }
        #menu #logo-menu img 
        {
            width: 100%;
        }
    
        
    #menu #show_menu{
        display: inline;
        cursor: pointer;
        position: absolute;
        top:50%;
        margin-top:-29px;
        left:0px;
        width: 34px;
        height: 74px;
        background-color: #000;
        line-height: 58px;
        display:none;
    } 
    
        #menu #show_menu span
        {
            background: #000 url('../img/landing/arrows.png') -34px 0px no-repeat;
            width: 34px;
            height: 74px;
            float: right;
        }
    
    /*
    #menu #show_menu:hover
    {
        filter: alpha(opacity=50);
	    opacity: 0.5;
    }
    */ 

    #menu #lang-index{
        display: inline;
        cursor: pointer;
        position: absolute;
        top:57%;
        left:50px;
        height: 40px;
        /*width: 65px;*/
        background-image: url(../img/bg_box/ffffff_30.png);
    } 
    
    #menu #lang-index:hover {
        background-image: url(../img/bg_box/ffffff_70.png);
        
    } 
    
    #menu #lang-index:hover div a{
        color:#606060; 
    } 
    
        #menu #lang-index div
        {
            padding-top:12px;
            padding-left:9px;
            display: block;
        }

            #menu #lang-index div a
            {
                margin:0;
                padding:0;
            }
            #menu #lang-index div a
            {
                font-family: 'NewsGothCnBTRegular';
                font-size: 15px;
                text-decoration: none;
                text-transform: uppercase; 
                color:#fff;
            }
            
            #menu #lang-index div a:hover
            {
                color:#606060;
            }
            
            
            

    
    #menu #menu_content ul.maincats
    {
        list-style: none;
        font-family: 'NewsGothCnBTRegular';
        font-size: 20px;
        clear:both;
        position: absolute;
        top:190px;
        left:50px;
        padding:0;
        line-height: 25px;
    }
    
    /*main cats*/
    #menu #menu_content ul.maincats li
    {
        list-style: none;
        margin-bottom:2px;
    }
    
        #menu #menu_content ul.maincats li a
        {
            color:#fff;
            text-decoration: none;
        }
        
        #menu #menu_content ul.maincats li a:hover
        {
            color:#c5c5c3;
            text-decoration: none;
        }
        
        #menu #menu_content ul.maincats li a.active
        {
            color:#fff;
            text-decoration: underline;
        }            
    
    #menu #menu_content ul.subcats
    {
        list-style: none;
        font-family: 'NewsGothCnBTRegular';
        font-size: 15px;
        position: absolute;
        top:228px;
        left:280px;
        line-height: 17px;
        display: none;
        padding:0;
    }        
    
    /*sub cats*/
    #menu #menu_content ul.subcats li
    {
        list-style: none;
    }
        #menu #menu_content ul.subcats li a
        {
            color:#fff;
            font-size: 15px;
            text-decoration: none;
        }
        
        #menu #menu_content ul.subcats li a:hover
        {
            color:#c5c5c3;
            text-decoration: none;
        }
        
        #menu #menu_content ul.subcats li.active a
        {
            text-decoration: underline;
        }            
        
        #menu #menu_content ul.subcats li.gray
        {
            color:#fff;
            font-size: 18px;
            text-decoration: none;
            margin-bottom:1px;
        }  
        
        
            #menu #menu_content ul.subcats li.gray a
            {
                color:#fff;
                font-size: 18px;
                text-decoration: none;
            }
                
                #menu #menu_content ul.subcats li.gray a:hover
                {
                    color:#fff;
                    text-decoration: underline;
                }                    
       
        #menu #menu_content ul.subcats li.inner
        {
            margin-left:0px;
            font-size: 17px;
        }                    
        
        #menu #menu_content ul.subcats li.spacer
        {
            height: 12px;
        }   
        
        #menu #menu_content #menu-footer
        {
            
            position: absolute;
            top:530px;
            left:50px;
            z-index: 999;
            padding:0;
            margin:0;
        
        }
                        
            #menu #menu_content .static-pages-container 
            {
                width: 520px;
                height: 100%;
                position: absolute;
                top:0;
                left:320px;
                display: none;
            }
            
            
            .bg000000_70
            {
                background-image: url(../img/bg_box/000000_70.png);
            }
            
            .ffffff_90
            {
                background-image: url(../img/bg_box/ffffff_90.png);
            }  
            
            .ffffff_70
            {
                background-image: url(../img/bg_box/ffffff_70.png);
            }  
                
                /* mentions-legale */

                #menu #menu_content #mentions-legales .content 
                {
                    width: 420px;
                    height: 65%;
                    left:50px;
                    top:198px;
                    position: absolute;
                    /*background-color: blue;*/
                    font-family: NewsGothCnBTRegular;
                    font-weight: normal;
                    color:#fff;
                }   
                
                    #menu #menu_content #mentions-legales .content h1
                    {
                        font-size: 15px;
                        text-transform: uppercase;
                        font-weight: normal;
                    }        
             
                    #menu #menu_content #mentions-legales .content .data-scroll
                    {
                        
                        font-weight: normal;
                        line-height: 20px;
                        font-size: 15px;
                        text-align: justify;
                        margin:0;
                        width: 420px;
                        height: 100%;
                        overflow:hidden;
                        letter-spacing: 0.1px;
                    } 
            
                    #menu #menu_content #mentions-legales .controls-buttons
                    {
                        width: 24px;
                        height: 60px;
                        left:14px;
                        top:255px;
                        position: absolute;
                    }
            
                    #menu #menu_content #mentions-legales .controls-buttons .top
                    {
                        background: transparent url('../img/arrows.png') 0 0 no-repeat;
                        width: 25px;
                        height: 22px;
                        top:0;
                        left:0px;
                        position: absolute;
                        cursor: pointer;
                    }
            
                        #menu #menu_content #mentions-legales .controls-buttons .top:hover
                        {
                            background-position: 0px -22px;
                        }        
                    
                    #menu #menu_content #mentions-legales .controls-buttons .bottom
                    {
                        background: transparent url('../img/arrows.png') -25px 0px no-repeat;
                        width: 25px;
                        height: 22px;
                        top:25px;
                        left:0px;
                        position: absolute;
                        cursor: pointer;
                    }
            
                        #menu #menu_content #mentions-legales .controls-buttons .bottom:hover
                        {
                            background-position: -25px -22px;
                        }    
                    
                /* newsletter */    
                
                #menu #menu_content #newsletter #newsletter_result{
                    height: 198px;
                    color:#fff;
                    position: absolute;
                    top: 100px;
                    left: 50px;
                    font-family: NewsGothCnBTRegular;
                    font-weight: normal;
                    text-transform: uppercase;
                    font-size: 12px;
                }
                
                #menu #menu_content #newsletter #newsletter_result p{
                	margin: 0;
                }    
                #menu #menu_content #newsletter .content 
                {
                    width: 420px;
                    height: 400px;
                    left:50px;
                    top:198px;
                    position: absolute;
                    letter-spacing: 0.5px;
                    /*background-color: blue;*/

                }
                
                    #menu #menu_content #newsletter .content form 
                    {
                        padding: 0;
                        margin: 0;
                        font-family: NewsGothCnBTRegular;
                        font-weight: normal;
                        text-transform: uppercase;
                        
                    }      

                        #menu #menu_content #newsletter .content form h1
                        {
                            padding: 0;
                            margin: 0;
                            font-size: 13px;
                            font-weight: normal;
                            font-family: NewsGothCnBTRegular;
                            text-transform: uppercase;
                            margin-bottom:12px;
                        }
                        
                        #menu #menu_content #newsletter .content form .float-left
                        {
                            float:left;
                            margin-right:10px;
                        }
                              
                        #menu #menu_content #newsletter .content form .checkbox
                        {
                            width:17px;
                            height: 16px;
                            margin-right:10px;
                            float:left;
                            background: transparent url('../img/checkbox.jpg') 0 0 no-repeat; 
                            cursor: pointer;
                        }
                        
                        #menu #menu_content #newsletter .content form .checkbox-active
                        {
                            background: transparent url('../img/checkbox.jpg') 0 -16px no-repeat; 
                        }                                 

                        #menu #menu_content #newsletter .content form .clear-spacer
                        {
                            clear:both;
                            margin-bottom:12px;
                            width: 100%;
                            height: 1px;
                        }                        
                        
                        #menu #menu_content #newsletter .content form .label
                        {
                            width:70px;
                            margin-right:10px;
                            float:left;
                            font-size: 13px;
                            font-weight: normal;
                            font-family: NewsGothCnBTRegular;
                            padding-top:2px;
                            color:#fff;
                        }
                        
                        
                        #menu #menu_content #newsletter .content form .row
                        {
                            width:376px;
                            height: 23px;
                            clear:both;
                            margin-bottom:12px;
                            /*background-color: #fff;*/
                        }
                        
                            #menu #menu_content #newsletter .content form .row input
                            {
                                width:375px;
                                height: 23px;
                                line-height: 23px;
                                clear:both;
                                border: none;
                                border:0;
                                font-size: 13px;
                                font-weight: normal;
                                font-family: NewsGothCnBTRegular;
                                text-transform: uppercase;
                                letter-spacing: 0.5px;
                                background: #fff;
                                text-indent: 27px;
                                color:#000;
                            }

                        #menu #menu_content #newsletter .content form .controls-buttons
                        {
                            float: right;
                            margin-right:45px
                        }
                        
                            #menu #menu_content #newsletter .content form .controls-buttons input
                            {
                                background-color: #000;
                                color:#fff;
                                font-size: 13px;
                                font-weight: normal;
                                font-family: NewsGothCnBTRegular;
                                text-transform: uppercase;
                                border: none;
                                text-align: center;
                                padding-left:28px;
                                padding-right:28px;
                                cursor: pointer;
                                margin-left:17px;
                                height:23px;
                                line-height:23px;
                                letter-spacing: 0.5px;
                                
                            }
                            
                            #menu #menu_content #newsletter .content form .controls-buttons input:hover
                            {
                                color:#000;
                                background-color: #fff;
                            }                               
                   
                   
                   
                   /* contacts */    


#contacts 
{
    margin:0;
    padding:0;

    width: 420px;
    height: 100%;
    position: absolute;
    
    background-image: url(../img/bg_box/000000_70.png);
    z-index: 9;
    
    display: none;
}

                    
#contacts .content 
{

    width: 320px;
    height: 400px;
    position: absolute;
    left:100px;
    top: 270px;    
    
    letter-spacing: 0.5px;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    font-family: NewsGothCnBTRegular;
    color:#fff;
}

#contacts .content a
{
    font-weight: normal;
    font-family: NewsGothCnBTRegular;
    color:#000;
    text-decoration: none;
}


#contacts .content a.mail
{
    font-weight: normal;
    font-family: NewsGothCnBTRegular;
    color:#fff;
    text-decoration: none;
    margin-top:-3px;
    display: block;
    height: 20px;
    width: 100%;
}


#contacts .content a:hover
{
    text-decoration: underline;
}
   
#contacts .content .link
{
    background-color: #000;
    padding-left:5px;
    padding-right:5px;

    padding-top:8px;
    padding-bottom:8px;

    font-weight: normal;
    font-family: NewsGothCnBTRegular;
    color:#fff;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

#contacts .content .link:hover{
    background-color: #fff;
	color: #000;
    text-decoration: none;
}
                 
        
            #menu #menu_content #menu-footer div
            {
                clear:both;
                margin-bottom:-1px;
                height: 16px;
            }
        
            #menu #menu_content #menu-footer a
            {
                color:#fff;
                text-decoration: none;
                font-family: 'NewsGothCnBTRegular';
                font-size: 15px;
                text-transform: uppercase;
            }
        
            #menu #menu_content #menu-footer a:hover
            {
                color:#c5c5c3;
            }
        
        
            #menu #menu_content #menu-footer ul,#menu #menu_content #menu-footer ul li 
            {
                list-style: none;
                list-style-image: none;
                padding:0;
                margin:0;
            }
            
            
            #menu #menu_content #menu-footer ul 
            {
                margin-top:0px;
                margin-bottom: 10px;
                height: 32px;
                width: 200px;
            }
            
            
            #menu #menu_content #menu-footer ul li
            {
                float:left;
                margin-right:5px;
            }
                #menu #menu_content #menu-footer ul li a 
                {
                    width: 32px;
                    height: 32px;
                    margin:0;
                    padding:0;
                    display: block;
                    background-repeat: no-repeat;
                }
                
                /*FB*/
                #menu #menu_content #menu-footer ul li a.fb
                {
                    background: transparent url('../img/social_2_0.png') 0 0 no-repeat;
                }

                #menu #menu_content #menu-footer ul li a.fb:hover
                {
                    background: transparent url('../img/social_2_0.png') 0 -32px no-repeat;
                }

                /*Twitter*/
                #menu #menu_content #menu-footer ul li a.tw
                {
                    background: transparent url('../img/social_2_0.png') -32px 0 no-repeat;
                }


                #menu #menu_content #menu-footer ul li a.tw:hover
                {
                    background: transparent url('../img/social_2_0.png') -32px -32px no-repeat;
                }                
                
                /*Yt*/
                #menu #menu_content #menu-footer ul li a.yt
                {
                    margin-left:8px;
                    background: transparent url('../img/social_2_0.png') -119px 0 no-repeat;
                    width: 36px;
                    height: 32px;
                }


                #menu #menu_content #menu-footer ul li a.yt:hover
                {
                    background: transparent url('../img/social_2_0.png') -119px -32px no-repeat;
                }                  
                
                /*Pinterest*/
                #menu #menu_content #menu-footer ul li a.pin
                {
                    margin-left:10px;
                    background: transparent url('../img/social_2_0.png') -80px 0 no-repeat;
                }


                #menu #menu_content #menu-footer ul li a.pin:hover
                {
                    background: transparent url('../img/social_2_0.png') -80px -32px no-repeat;
                }           
        
#leftSidebar
{
    width: 320px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
    #leftSidebar .main_logo
    {
        position: absolute;
        left:54px !important;
        top:60px !important;
        width:200px;
        height: 23px;
        z-index: 99;
    }

    #leftSidebar .information
    {
        font-family: 'NewsGothCnBTRegular';
        text-transform: uppercase;
        font-size: 15px;
        color:#000;
        margin-top: 240px;
        margin-left:60px;    
    }
    
    #leftSidebar .information p
    {
        margin-bottom:3px;
    }

    #leftSidebar .legend
    {
        font-family: georgia;
        text-transform: uppercase;
        font-size: 10px;
        color:#000;
        margin-top: 40px;
        margin-left:60px;    
    }    
    
    #leftSidebar .legend p
    {
        margin-bottom:2px;
    }
    
    #leftSidebar .legend p.clear
    {
        margin-bottom:10px;
    }
    
    #leftSidebar .social
    {
        margin-top: 30px;
        margin-left:60px;    
    }         
        