/*
        EMXYS - WEBSITE
        Company: EMXYS
        author: Higinio Alavés
        date: 2023-05-25

        Corporative colors: 
            · Blue          - #001B71
            · Yellow        - #FFA400
            · Grey          - #888888
            · Black / White

            Note: Other colors are NOT allowed.
*/

@font-face {
    font-family: HildaBroad;
    src: url(./HildaBroad.ttf);
}

html{
    min-width: fit-content;
}

body{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; 
    padding: 0px;
    margin: 0px;
    background-repeat: no-repeat;
    background-color: black;
    min-width: fit-content;
}

    div#myVideoBack {
        position: fixed;
        top: 0; right: 0; bottom: 0; left: 0;
        z-index: -99;
        background-color: black;
        width: 100%;
        height: 100%;
    }
        div#myVideoFore, div#myVideoBack iframe{
            position: absolute;
            top: 0;
            left: 0;
            width: 1920px;
            height: 1080px;
            pointer-events: none;
        }

    header{
        display: block;
        width: 100%;
        height: 100px;
        margin: 0px;
        position: fixed;
        top: 0px;
        left: 0px;
        background: linear-gradient(to bottom, rgba(0,0,0,0.6) 40px, rgba(0,0,0,0.4) 70px, rgba(0,0,0,0.0) 100px);
        z-index: 10000;
    }
        header h1{
            display: block;
            float: left;
            width: 200px;
            height: 100px;
            background-image: url("./IMGs/logo_web.svg");
            background-repeat: no-repeat;
            background-size: 150px 80px;
            background-position: center;
            color: rgba(0, 0, 0, 0.0);
            margin: 0px 0px 0px 150px;
        }
            header h1 a{
                color: rgba(0, 0, 0, 0.0);
                text-decoration: none;
                display: block;
                width: 100%;
                height: 100%;
            }
            header h1 a:hover{
                color: rgba(0, 0, 0, 0.0);
            }
        nav{
            display: block;
            float: right;
            width: 950px;
            height: 100px;
            background-color: rgba(0,0,0,0.0);
            margin: 5px 50px 10px 0px;
            padding: 0px;
        }

            nav ul{
                display: block;
                width: 100%;
                height: 28px;
                padding: 0px;
                margin: 30px 0px 0px 0px;
                list-style: none;
            }
                nav ul li{
                    display: block;
                    width: 125px;
                    height: 28px;
                    float: left;
                    margin: 0px 5px 0px 5px;
                    padding: 0px;
                    color: white;                
                    text-align: center;
                }
                    nav ul li a{
                        display: block;
                        width: 100%;
                        height: 26px;
                        text-decoration: none;
                        color: white;
                        font-size: 12px;
                        letter-spacing: 2px;                   
                    }
                    nav ul li a:hover{
                        text-shadow: rgba(250, 250, 250, 0.6) 0px 0px 5px;
                        color: rgba(255, 255, 255, 1.0);
                    }
                    nav ul li div.nav_line_block{
                        width: 100%;
                        height: 2px;
                    }

    div#popup_Container{      
        width :100%;      
        height : 150px;      
        background : rgba(50,50,50,0.5);      
        position : fixed;      
        bottom : 0;       
        z-index : 500; 
    }
        div#popup_Container div#cookies_info{
            width: 700px;
            height: 100%;
            margin: 0px auto;
        }
        div#popup_Container div#cookies_info p{
            display: block;
            width: 500px;
            height: 50px;
            padding: 0px;
            float: left;
            margin: 45px 10px 0px 0px;
            color: white;
        }
        div#popup_Container div#cookies_info button{
            display: block;
            float: left;
            width: 150px;
            margin: 25px 0px 0px 10px;
        }
    main{
        display: block;
        float: left;
        width: 100%;
        margin: 0px;
    }

    /* 
        Sections For all contants:
            - Home includes Section 1 and 2
            - Product includes Section 3 and 4
            - missions incldues Section 5 and 6
    */

    /* HOME */

    main section#section_1{
        display: block;
        width: 1200px;
        height: 900px;
        min-height: 900px;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        background-position: 550px 160px;
        background-size: 650px;
        background-repeat: no-repeat;
    }
        main section#section_1 h2{
            color: white;
            font-size: 52px;
            display: block;
            width: 550px;
            height: 140px;
            margin: 0px 0px 0px 0px;
            padding: 530px 0px 0px 0px;
        }
        main section#section_1 h2.long{
            width: 850px;
        }
        main section#section_1 p{
            color: rgba(210,210,210, 1.0);
            font-size: 24px;
            display: block;
            width: 500px;
            height: 200px;
            margin: 20px 0px 0px 0px;
        }
        main section#section_1 p.long{
            width: 700px;
        }
    main section#section_2{
        display: block;
        width: 100%;
        min-width: 1400px;
        margin: 0px;
        background-color: black;
        padding: 30px 0px 0px 0px;
    }
        main section#section_2 div#home_prod_title{
            width: 1200px;
            margin: 0px auto;
        }
            main section#section_2 div#home_prod_title h4{
                display: block;
                width: 100%;
                height: 80px;
                font-size: 48px;
                color: white;
                margin: 0px;
            }
            main section#section_2 div#home_prod_title p{
                display: block;
                width: 550px;
                float: left;
                height: 300px;
                font-size: 20px;
                color: white;
                margin: 0px;
                padding: 0px;
                text-align: justify;
            }
            main section#section_2 div#home_prod_title div.home_prod_title_space{
                width: 100px;
                height: 300px;
                float: left;
            }
        main section#section_2 div#home_sat_block{
            width: 1400px;
            height: 900px;
            margin: 0px auto;
            background-image: url('./IMGs/fondo-home.png');
            background-position: center center;
            background-size: cover;
        }
        main section#section_2 div#home_sat_craft{
            width: 100%;
            height: 100%;
            margin: 0px auto;
            background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url('./IMGs/home_sat.png');
            opacity: 1.0;
            background-position: center center;
            background-repeat: no-repeat;
        }
        main section#section_2 div#home_sat_craft div.home_sat_pointer_left{
            width: 650px;
            height: 60px;
            margin: 0px 0px 0px 0px;
        }
        main section#section_2 div#home_sat_craft div.home_sat_pointer_right{
            width: 650px;
            height: 60px;
            margin: 0px 0px 0px 730px;
        }
            main section#section_2 div#home_sat_craft div.home_sat_pointer_text_left{
                width: 600px;
                height: 40px;
                border-bottom: 1px solid white;
                text-align: left;
                color: white;
                font-size: 24px;
                float: left;
            }
            main section#section_2 div#home_sat_craft div.home_sat_pointer_text_right{
                width: 580px;
                height: 40px;
                border-bottom: 1px solid white;
                text-align: right;
                color: white;
                font-size: 24px;
                font-size: 24px;
                float: right;
            }
            main section#section_2 div#home_sat_craft div.home_sat_pointer_sign_left{
                width: 40px;
                height: 40px;
                color: white;
                font-size: 32px;
                font-weight: bold;
                padding: 15px 0px 0px 5px;
                margin: 0px;
                float: left;
                text-align: left;
            }
            main section#section_2 div#home_sat_craft div.home_sat_pointer_sign_right{
                width: 40px;
                height: 40px;
                color: white;
                font-size: 32px;
                font-weight: bold;
                padding: 15px 5px 0px 0px;
                float: right;
                text-align: right;
            }
            main section#section_2 div#home_sat_craft div.home_sat_small_text{
                width: 500px;
                border-bottom: 0px solid white;
                font-size: 20px;
            }
        main section#section_2 div#home_sat_craft div.home_sat_highpos{
            width: 100%;
            clear: both;
        }

        main section#section_2 div.home_block_info{
            width: 1200px;
            margin: 0px auto;
        }
            main section#section_2 div.home_block_sep{
                width: 100%;
                height: 100px;
            }
                main section#section_2 div.home_block_sep div.home_block_sign{
                    width: 40px;
                    height: 70px;
                    padding: 30px 0px 0px 0px;
                    float: left;
                    text-align: left;
                    font-size: 36px;
                    font-weight: bold;
                    color: white;
                }
                main section#section_2 div.home_block_sep div.home_block_line{
                    width: 400px;
                    height: 28px;
                    border-bottom: 1px solid white;
                    padding: 30px 0px 0px 0px;
                    float: left;
                }
            main section#section_2 div.home_block_info h4{
                display: block;
                width: 100%;
                height: 80px;
                color: white;
                font-size: 48px;
                text-align: left;
                margin: 0px;
            }
            main section#section_2 div.home_block_info h4#Publi_H4{
                padding: 180px 0px 60px 0px;
            }
            main section#section_2 div.home_block_info p{
                display: block;
                width: 100%;
                min-height: 100px;
                color: white;
                text-align: justify;
                font-size: 20px;
            }
        main section#section_2 div.home_block_carrusel{
            width: 800px;
            height: 650px;
            margin: 0px auto;
        }
            main section#section_2 a.home_block_carrusel_a{
                display: block;
                width: 25px;
                height: 270px;
                float: left;
                color: white;
                font-size: 24px;
                font-weight: bold;
                text-decoration: none;
                padding: 300px 0px 0px 0px;
            }
            main section#section_2 a.totheLeft{
                text-align: left;
            }
            main section#section_2 a.totheRight{
                text-align: right;
            }
            main section#section_2 div.home_block_carrusel_hidden{
                width: 750px;
                height: 600px;
                float: left;
                overflow: hidden;
            }
            main section#section_2 ul.home_block_carrusel_imgList{
                display: block;
                width: 2300px;
                margin: 0px;
                padding: 0px;
            }
                main section#section_2 ul.home_block_carrusel_imgList li{
                    display: block;
                    width: 750px;
                    height: 600px;
                    padding: 0px;
                    margin: 0px;
                    float: left;
                    background-size: cover;
                }
            main section#section_2 ul.home_block_carrusel_SelList{
                display: block;
                width: 60px;
                height: 20px;
                margin: 0px auto;
                padding: 5px 0px 0px 0px;
            }
                main section#section_2 ul.home_block_carrusel_SelList li{
                    display: block;
                    width: 10px;
                    height: 10px;
                    float: left;
                    margin: 0px 5px 0px 5px;
                    background-color: white;
                    border-radius: 4px;
                }
                main section#section_2 ul.home_block_carrusel_SelList li a{
                    display: block;
                    width: 100%;
                    height: 100%;
                }
    
        main section#section_2 div#homeProjects_Carrusel_Main{
            width: 1200px;
            height: 680px;
            padding: 0px;
            margin: 0px auto;
        }
        main section#section_2 div#homeProjects_Carrusel_Main a{
            display: block;
            width: 30px;
            height: 100px;
            padding: 280px 10px 0px 10px;
            float: left;
            text-decoration: none;
            color: white;
            font-weight: bold;
            font-size: 24px;
            text-align: center;
        }
        main section#section_2 div#homeProjects_Carrusel{
            width: 1100px;
            height: 680px;            
            overflow: hidden;
            padding: 0px;
            float: left;
            margin: 0px;
        }
            main section#section_2 div#homeProjects_Carrusel ul{
                display: block;
                width: 2500px;
                height: 700px;
                text-decoration: none;
                margin-left: -275px;
            }
            main section#section_2 div#homeProjects_Carrusel ul li{
                display: block;
                width: 550px;
                height: 700px;
                float: left;
                padding: 0px 20px 0px 20px;
            }
            main section#section_2 div#homeProjects_Carrusel ul li h5{
                display: block;
                width: 100%;
                height: 80px;
                color: white;
                font-size: 28px;
                text-align: center;
                margin: 0px;
            }
            main section#section_2 div#homeProjects_Carrusel ul li img{
                width: 550px;
                display: block;
                margin: 0px;
            }
            main section#section_2 div#homeProjects_Carrusel ul li p{
                color: white;
                font-size: 18px;
                text-align: justify;
                display: block;
                width: 100%;
                height: 125px;
            }

        main section#section_2 div#ceo_block{
            width: 1400px;
            height: 718px;
            margin: 0px auto;
            margin-top: 100px;
            margin-bottom: 100px;
            background-image: url('./IMGs/Enmascarar-grupo-17.jpg');
            background-repeat: no-repeat;
            background-size: cover;
        }
            main section#section_2 div#ceo_block div.ceo_block_2back{
                width: 100%;
                height: 100%;
                /*background-color: rgba(0,0,0,0.5);*/
                background: linear-gradient(to bottom, rgba(0,0,0,1.0) 0px, rgba(0,0,0,0.6) 360px, rgba(0,0,0,1.0) 718px);
            }
            main section#section_2 div#ceo_block div#ceo_block_in{
                width: 700px;
                height: 250px;
                float: right;
                color: white;
                font-size: 32px;
                text-align: center;
                padding: 220px 100px 0px 60px;
                border-radius: 20px;
            }
                main section#section_2 div#ceo_block div#ceo_block_in span{
                    color:rgba(200, 200, 200, 1.0);
                    width: 100%;
                    text-align: right;
                    display: block;
                    clear: both;
                    font-size: 26px;
                    margin-top: 40px;
                }
    
        main section#section_2 div.ivace_block1{
            width: 760px;
            float: left;
            padding: 0px 20px 0px 20px;
            margin: 0px 0px 40px 0px;
            border-bottom: 1px solid white;
        }
            main section#section_2 div.ivace_block1 a{
                text-decoration: underline dotted;
                color: white;
            }
            main section#section_2 div.ivace_block1 a:hover{
                color: #FFA400; 
            }
            main section#section_2 div.ivace_block1 ul li{
                color: white;
            }
        main section#section_2 div.ivace_block1 p.ivace_title{
            font-size: 28px;
        }
        main section#section_2 div.ivace_block2{
            width: 400px;
            height: 300px;
            float: left;
            padding: 50px 0px 0px 0px;
            margin: 0px;
        }
            main section#section_2 div.ivace_block2 img{
                display: block;
                width: 380px;
                margin: 10px 0px 10px 10px;
                float: left;
            }
    /* PRODUCT */

    main section#section_3{
        display: block;
        width: 1200px;
        height: 1000px;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        background-position: 350px 160px;
        background-size: 650px;
        background-repeat: no-repeat;
    }
        main section#section_3 h2{
            color: white;
            font-size: 52px;
            display: block;
            width: 550px;
            height: 150px;
            margin: 0px 0px 0px 0px;
            padding: 350px 0px 0px 0px;
        }
        main section#section_3 h2.long{
            width: 850px;
        }
        main section#section_3 p{
            color: rgba(210,210,210, 1.0);
            font-size: 24px;
            display: block;
            width: 500px;
            height: 200px;
            margin: 20px 0px 0px 0px;
        }
        main section#section_3 p.long{
            width: 700px;
        }
    main section#section_4{
        display: block;
        width: 1200px;
        margin: 0px auto;
        background-color: black;
        padding: 0px 0px 0px 0px;
    }
        main section#section_4 div.prod_block{
            width: 100%;
            padding: 0px;
            margin: 0px;
        }

        main section#section_4 div.prod_Side_A{
            width: 500px;
            float: left;
        }
            main section#section_4 h3{
                color: white;
                font-size: 48px;
            }
            main section#section_4 div.prod_Side_A h4{
                color: white;
                font-size: 32px;
            }
            main section#section_4 div.prod_Side_A p{
                color: white;
                font-size: 20px;
            }
            main section#section_4 div.prod_Side_A ul{}
                main section#section_4 div.prod_Side_A ul li{
                    color: white;
                    margin-bottom: 8px;
                }
            main section#section_4 div.prodSpaceBlock{
                width: 100%;
                height: 100px;
            }
        main section#section_4 div.prod_Side_B{
            width: 700px;
            float: left;
        }
            main section#section_4 div.prod_side_B_space{
                width: 100%;
            }
            main section#section_4 div.prod_Side_B a.moreinfoprod{
                display: block;
                width: 200px;
                height: 20px;
                margin: 0px auto;
                border: 1px solid white;
                padding: 5px 5px 8px 5px;
                letter-spacing: 3px;
                text-align: center;
                color:white;
                text-decoration: none;
                font-size: 16px;
                margin-top: 50px;
            }

            main section#section_4 div.prod_Side_B div.prod_imgBlock{
                width: 610px;
                height: 350px;
                margin: 0px;
                padding: 0px 0px 0px 90px;
            }
            main section#section_4 div.prod_Side_B div.prod_imgBlock a{
                display: block;
                width: 15px;
                height: 35px;
                border: 1px solid white;
                padding: 0px 8px 10px 10px;
                float: left;
                margin: 180px 0px 0px 0px;
                text-decoration: none;
                color: white;
                font-size: 32px;
            }
            main section#section_4 div.prod_Side_B div.cap_carrsuel{
                width: 500px;
                height: 350px;
                overflow: hidden;
                float: left;
            }
            main section#section_4 div.prod_Side_B ul.ul_carrusel{
                width: 1000px;
                height: 350px;
                display: block;
                padding: 0px;
                margin: 0px;
                list-style: none;
            }
            main section#section_4 div.prod_Side_B ul.ul_carrusel li{
                display: block;
                width: 500px;
                height: 350px;
                float: left;
                padding: 0px;
                margin: 0px;
                text-align: center;
            }
                main section#section_4 div.prod_Side_B ul.ul_carrusel li img{
                    display: block;
                    width: 485px;
                    margin: 0px auto;
                }
            main section#section_4 div.prod_Side_B ul.carrusel_switch{
                display: block;
                width: 120px;
                height: 5px;
                list-style: none;
                margin: 0px auto;
                padding: 0px 0px 0px 0px;
                margin-top: 15px;
            }
                main section#section_4 div.prod_Side_B ul.carrusel_switch li{
                    display: block;
                    width: 50px;
                    height: 5px;
                    float: left;
                    margin: 0px 5px 0px 5px;
                    background-color:rgba(250, 250, 250, 1.0);
                }
                    main section#section_4 div.prod_Side_B ul.carrusel_switch li a{
                        display: block;
                        width: 100%;
                        height: 100%;
                    }

    /* MISSIONS */

    main section#section_5{
        display: block;
        width: 1000px;
        height: 1000px;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        background-position: 350px 160px;
        background-size: 650px;
        background-repeat: no-repeat;
    }
        main section#section_5 h2{
            color: white;
            font-size: 52px;
            display: block;
            width: 900px;
            height: 240px;
            margin: 0px 0px 0px 0px;
            padding: 250px 0px 0px 0px;
            text-align: center;
        }
        main section#section_5 p{
            color: rgba(210,210,210, 1.0);
            font-size: 24px;
            display: block;
            width: 700px;
            height: 250px;
            margin: 0px auto;
            margin-top: 40px;
            text-align: center;
        }
        main section#section_5 p.long{
            width: 700px;
        }  

    main section#section_6{
        display: block;
        width: 100%;
        background-color: black;
        padding: 0px 0px 0px 0px;
    }
    
    main section#section_6 div#section6_timeLine_back{
        width: 1310px;
        margin: 0px auto;
        background-color: black;
    }
        main section#section_6 div#section6_backgroundBlock{
            width: 100%;
            height: 100%;
        }
        main section#section_6 div#section6_timeLine_back div.TimeLineContent{
            width: 625px;
            height: 650px;
            margin: 0px;
            float: left;
        }
            main section#section_6 div#section6_timeLine_back div.TimeLineContent div.TimeLine_imgCont{
                width: 615px;
                margin: 0px;
                padding: 10px 0px 10px 0px;
                overflow: hidden;
            }
            main section#section_6 div#section6_timeLine_back div.TimeLineContent img{
                display: block;
                width: 605px;
                margin: 0px;
                border-radius: 20px;
                box-shadow: 0px 0px 10px rgba(220,220,220, 0.7);
            }
            main section#section_6 div#section6_timeLine_back div.TimeLineContent img.timeImgleft{
                margin: 0px 0px 0px -615px;
            }
            main section#section_6 div#section6_timeLine_back div.TimeLineContent img.timeImgright{
                margin: 0px 0px 0px 615px;
            }
            main section#section_6 div#section6_timeLine_back div.TimeLineContent p{
                color: white;
                text-align: justify;
            }
            main section#section_6 div#section6_timeLine_back div.TimeLineContent h3{
                color: white;
                font-size: 42px;
            }
            main section#section_6 div#section6_timeLine_back div.TimeLineContent h3.h3_right{
                text-align: right;
            }
        main section#section_6 div#section6_timeLine_back div.TimeLineDivision{
            width: 50px;
            height: 650px;
            margin: 0px 10px 0px 0px;
            float: left;
            background: linear-gradient(to left, black 24px, white 24px 26px, black 26px);
        }
        main section#section_6 div#section6_timeLine_back div.TimeLineDivision div.TimeLine_ball{
            width: 30px;
            height: 30px;
            border-radius: 15px;
            margin: 260px 0px 0px 10px;
            background-color: white;
        }

        main section#section_6 div.upcoming{
            width: 100%;
            height: 190px;
            margin: 0px;
            color: white;
            text-align: center;
            font-size: 42px;
        }
        .UpcomingColor{
            background: linear-gradient(to left, black 24px, #FFA400 24px 26px, black 26px) !important;
        }
        .UpcomingColorBall{
            background-color: #FFA400 !important;
        }

    /* COMPANY */

    main div.BackOfSection{
        width: 100%;
        min-width: 1300px;
        background-color: rgba(0,0,0, 0.75);
    }
    main section#section_7{
        display: block;
        width: 1300px;
        min-width: 1300px;
        height: 600px;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
    }
        main section#section_7 div#company_sec7_A{
            width: 650px;
            float: left;
        }
            main section#section_7 div#company_sec7_A h2{
                color: white;
                font-size: 52px;
                display: block;
                width: 600px;
                height: 340px;
                margin: 0px 0px 0px 0px;
                padding: 350px 0px 0px 0px;
            }
        main section#section_7 div#company_sec7_B{
            width: 650px;
            float: left;
        }
            main section#section_7 div#company_sec7_B ul#listofVictories{
                width: 640px;
                height: 400px;
                display: block;
                padding: 0px;
                margin: 0px auto;
                margin-top: 260px;
                list-style: none;
            }
                main section#section_7 div#company_sec7_B ul#listofVictories li{
                    width: 320px;
                    height: 200px;
                    display: block;
                    float: left;
                    padding: 0px;
                    margin: 0px;
                    color: white;
                }
                main section#section_7 div#company_sec7_B ul#listofVictories li span.text_sec7_Num{
                    font-size: 58px;
                    display: block;
                    width: 70px;
                    height: 130px;
                    padding-top: 70px;
                    float: left;
                    margin-bottom: 50px;
                }
                main section#section_7 div#company_sec7_B ul#listofVictories li span.text_sec7_SP{
                    font-size: 25px;
                    margin-left: 25px;
                    display: block;
                    width: 215px;
                    height: 120px;
                    padding-top: 80px;
                    float: left;
                }

    main section#section_8{
        display: block;
        width: 100%;
        min-width: 1300px;
        background-image: url('./IMGs/company_back.jpg');
        background-repeat: no-repeat;
        background-position: center 198px;
        background-size: 100%;
        padding: 150px 0px 4px 0px;
    }
        main section#section_8 div.section_8_back{
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.25);
        }
        main section#section_8 div.section_8_back2{
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.6);
        }
        
        main section#section_8 div.sec8_block{
            width: 850px;
            margin: 0px auto;
            margin-bottom: 100px;            
        }

        main section#section_8 div.sec8_block h3{
            color: white;
            font-size: 48px;
            text-align: center;
            font-weight: 500;
            line-height: 57px;
            letter-spacing: 0px;
            padding-top: 80px;
            padding-bottom: 80px;
        }
        main section#section_8 div.sec8_block h4{
            color: white;
            font-size: 34px;
            text-align: center;
            font-weight: 500;
            line-height: 57px;
            letter-spacing: 0px;
            padding-top: 80px;
        }
        main section#section_8 div.sec8_block p{
            color: white;
            font-size: 22px;
            text-align: justify;
        }
        main section#section_8 div.sec8_block ul{
            display: block;
            width: 100%;
            height: 100px;
            padding: 0px;
            margin: 0px;
        }
            main section#section_8 div.sec8_block li{
                display: block;
                width: 425px;
                height: 50px;
                padding: 0px;
                float: left;
                color: white;
                font-size: 26px;
            }
            main section#section_8 div#sec8_block3_1{
                width: 425px;
                float: left;
                margin: 0px;
            }
            main section#section_8 div#sec8_block3_2{
                width: 425px;
                height: 400px;
                float: left;
                margin: 0px;
            }
                main section#section_8 div#sec8_block3_2 img{
                    width: 250px;
                    margin: 0px auto;
                    margin-top: 200px;
                    display: block;
                }
                main section#section_8 div#sec8_block3_2 a#sec8_gettouch{
                    display: block;
                    width: 230px;
                    height: 23px;
                    padding: 13px 10px 10px 10px;
                    font-size: 14px;
                    margin: 0px auto;
                    margin-top: 30px;
                    border: 1px solid white;
                    text-align: center;
                    color: white;
                    text-decoration: none;
                    font-weight: 500;
                    letter-spacing: 3px;
                }
            main section#section_8 div#sec8_block4{
                height: 300px;
                padding: 0px 0px 50px 0px;
                margin-bottom: 0px;
                margin-top: 200px;
                font-size: 28px;
            }

    /* PROJECTS */

    main section#section_9{
        display: block;
        width: 1000px;
        height: 900px;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
    }
        main section#section_9 h2{
            color: white;
            font-size: 52px;
            display: block;
            width: 900px;
            height: 240px;
            margin: 0px 0px 0px 0px;
            padding: 250px 0px 0px 0px;
            text-align: center;
        }
        main section#section_9 p{
            color: rgba(210,210,210, 1.0);
            font-size: 24px;
            display: block;
            width: 900px;
            height: 250px;
            margin: 0px auto;
            margin-top: 40px;
            text-align: center;
        }

    main section#section_10{
        display: block;
        width: 1600px;
        margin: 0px auto;
        background-color: black;
        padding: 0px 0px 0px 0px;
    }
        main section#section_10 article.sec10_main_title{
            display: block;
            width: 800px;
            height: 300px;
            margin: 0px auto;
        }
            main section#section_10 article.sec10_main_title h3{
                color: white;
                text-align: left;
                font-size: 36px;
            }
            main section#section_10 article.sec10_main_title p{
                color: white;
                font-size: 24px;
                text-align: left;
            }
        main section#section_10 ul#ProjectSections{
            width: 1600px;
            height: 500px;
            display: block;
            padding: 0px;
            margin: 0px;
            list-style: none;
        }
            main section#section_10 ul#ProjectSections li{
                display: block;
                width: 380px;
                height: 460px;
                padding: 0px 0px 0px 0px;
                margin: 0px 10px 0px 10px;
                float: left;
                color: white;
                text-align: center;
                border-radius: 20px;
                background-position: center center;
                background-size: cover;
            }
            main section#section_10 ul#ProjectSections li:hover{
                box-shadow: 0px 0px 30px rgba(230,230,230, 0.8);
            }
            main section#section_10 ul#ProjectSections li div.sec10_li_Back{
                width: 100%;
                height: 390px;
                background-color: rgba(20,20,20, 0.8);
                border-radius: 20px;
                padding: 70px 0px 0px 0px;
            }
                main section#section_10 ul#ProjectSections li h4{
                    font-size: 28px;
                    display: block;
                    width: 90%;
                    height: 110px;
                    margin: 0px auto;
                    padding: 0px 10px 0px 10px;
                }
                main section#section_10 ul#ProjectSections li p{
                    font-size: 16px;
                    display: block;
                    width: 90%;
                    height: 200px;
                    margin: 0px auto;
                    padding: 0px 10px 0px 10px;
                    text-align: center;
                }
                main section#section_10 ul#ProjectSections li a{
                    color: white;
                    text-decoration: none;
                    display: block;
                    width: 100%;
                    height: 25px;
                    margin: 0px auto;
                    text-align: center;
                    padding: 0px 0px 0px 0px;
                }
                main section#section_10 ul#ProjectSections li a:hover{
                    color: rgba(255, 173, 0, 1.0);
                }

        main section#section_10 div#sec10_prodDesc{
            width: 1600px;
            margin: 0px auto;
            padding: 50px 0px 50px 0px;
        }
            main section#section_10 div#sec10_prodDesc div.projSpace{
                width: 100%;
                height: 50px;
            }
            main section#section_10 div#sec10_prodDesc div.sec10_ProContent{
                width: 100%;
            }
                main section#section_10 div#sec10_prodDesc div.sec10ContentDsc{
                    width: 650px;
                }
                
                main section#section_10 div#sec10_prodDesc div.sec10Fig_Left{
                    float: left;
                }
                main section#section_10 div#sec10_prodDesc div.sec10Fig_Right{
                    float: right;
                }
                    main section#section_10 div#sec10_prodDesc h4{
                        font-size: 32px;
                        color: white;
                        text-align: center;
                        margin: 10px 0px 10px 0px;
                    }
                    main section#section_10 div#sec10_prodDesc ul.ProjClasSection{
                        display: block;
                        width: 100%;
                        text-decoration: dotted; 
                        padding: 0px;
                    }
                        main section#section_10 div#sec10_prodDesc ul.ProjClasSection li{
                            font-size: 18px;
                            color: white;
                            text-align: justify;
                            padding: 10px 0px 10px 0px;
                        }

                main section#section_10 div#sec10_prodDesc div.sec10Carrusel{
                    display: block;
                    width: 735px;                            
                    height: 850px;
                    padding: 0px 0px 0px 0px; 
                    overflow: hidden;
                    height: 600px;
                    margin: 50px 60px 0px 40px;
                }
                    main section#section_10 div#sec10_prodDesc ul.sec10IMGList{
                        display: block;
                        width: 3000px;
                        height: 500px;      
                        padding: 0px;                      
                    }
                        main section#section_10 div#sec10_prodDesc ul.sec10IMGList li{
                            display: block;
                            width: 735px;
                            height: 500px;
                            margin: 0px;
                            padding: 0px;
                            float: left;
                            overflow: hidden;
                        }
                            main section#section_10 div#sec10_prodDesc img{}
                    main section#section_10 div#sec10_prodDesc ul.carrusel_switch{
                        display: block;
                        width: 180px;
                        height: 5px;
                        list-style: none;
                        margin: 0px auto;
                        padding: 0px 0px 0px 90px;
                        margin-top: 15px;
                    }
                    main section#section_10 div#sec10_prodDesc ul.carrusel_switch li{
                            display: block;
                            width: 50px;
                            height: 5px;
                            float: left;
                            margin: 0px 5px 0px 5px;
                            background-color:rgba(250, 250, 250, 1.0);
                        }
                            main section#section_10 div#sec10_prodDesc ul.carrusel_switch li a{
                                display: block;
                                width: 100%;
                                height: 100%;
                            }
                main section#section_10 div#sec10_prodDesc p{
                    font-size: 18px;
                    color: white;
                    margin: 5px 0px 5px 0px;
                }
                main section#section_10 div.specialrequest{
                    display: block;   
                    font-size:37px;
                    font-weight: 500;
                    line-height: 45px;
                    letter-spacing: 2px;
                    color: white;
                    text-align: center;
                    width: 450px;
                    height: 100px;
                    margin: 0px auto;
                }
                main section#section_10 a.getintouch{
                    display: block;
                    width: 125px;
                    height: 22px;
                    border: 1px solid white;
                    margin: 0px auto;
                    font-size: 14px;
                    color: white;
                    padding: 20px;
                    text-decoration: none;
                    text-align: center;
                    margin-top: 40px;
                }
                main section#section_10 a.getintouch:hover{
                    color: white;
                }
    /* PRESS ROOM */
    main section#section_11{
        width: 1200px;
        height: 300px;
        margin: 0px auto;
        display: block;
        padding: 0px 0px 0px 0px;
        background-position: 350px 160px;
        background-size: 650px;
        background-repeat: no-repeat;
    }
    main section#section_12{
        width: 1300px;
        margin: 0px auto;
    }
    main section#section_12 ul#sec12_types{
        display: block;
        width: 1200px;
        height: 40px;
        margin: 0px auto;
        padding: 0px;
        text-decoration: none;
        margin-bottom: 40px;
    }
        main section#section_12 ul#sec12_types li{
            width: 210px;
            height: 37px;
            float: left;
            padding: 0px;
            margin: 0px 10px 0px 10px;
            text-align: center;
            
        }
            main section#section_12 ul#sec12_types li a{
                display: block;
                width: 198px;
                height: 25px;
                padding: 5px;
                font-weight: bold;
                letter-spacing: 3px;
                color: white;
                text-decoration: none;
                background-color:rgba(0, 0, 0, 0.7);
                border: 1px solid black;
            }
            main section#section_12 ul#sec12_types li a:hover{
                color: white;
                border: 1px solid white;
            }
    main section#section_12 ul#press_list{
        display: block;
        width: 1260px;
        margin: 0px auto;
        padding: 0px;
    }
        main section#section_12 ul#press_list li{
            display: block;
            width: 380px;
            height: 250px;
            padding: 0px;
            margin: 15px;
            float: left;
            border-radius: 5px;
            box-shadow: 0px 0px 10px rgba(100,100,100, 0.7);
        }
        main section#section_12 ul#press_list li:hover{
            cursor: pointer;
        }
            main section#section_12 ul#press_list li div.pressContainer{
                width: 100%;
                height: 100%;
                border-radius: 5px;
                background-repeat: no-repeat;
                background-size: cover;
                padding: 0px 0px 0px 0px;
                overflow: hidden;
            }
                main section#section_12 ul#press_list li div.pressContainer div.pressMargin{
                    width: 100%;
                    height: 170px;
                    margin: 0px;
                    padding: 0px;
                }
                main section#section_12 ul#press_list li h4{
                    display: block;
                    width: 110px;
                    height: 24px;
                    color: white;
                    text-align: left;
                    background-color: rgba(0, 0, 0, 1.0);
                    font-size: 16px;
                    font-weight: normal;
                    margin: 0px;
                }
                main section#section_12 ul#press_list li:hover h4{
                    background-color: rgba(220, 220, 220, 0.8);
                    color:rgba(20, 20, 20, 0.8)
                }
                main section#section_12 ul#press_list li h3{
                    display: block;
                    width: 100%;
                    height: 50px;
                    color: white;
                    text-align: left;
                    background-color: rgba(0,0, 0, 0.7);
                    font-size: 18px;
                    font-weight: normal;
                    margin: 0px 0px 0px 0px;
                }
                main section#section_12 ul#press_list li p{
                    display: block;
                    width: 100%;
                    height: 70px;
                    color: white;
                    text-align: left;
                    background-color: rgba(0,0, 0, 0.7);
                    font-size: 14px;
                    margin: 0px;
                    padding: 5px 0px 0px 0px;
                    border-bottom-right-radius: 5px;
                    border-bottom-left-radius: 5px;
                }
    
    /* CONTACT */
    main section#section_13{
        display: block;
        width: 1000px;
        height: 180px;
        margin: 0px auto;
    }
    main section#section_14{
        display: block;
        width: 1000px;
        min-height: 700px;
        margin: 0px auto;
    }
    main section#section_14 div#addr{
        width: 900px;
        height: 600px;
        float: left;
        margin: 0px auto;
        margin-top: 200px;

    }
        main section#section_14 div#addr div#g_map{
            width: 400px;
            height: 500px;
            margin: 0px;
            float: left;
        }
        main section#section_14 div#addr div.addr_block_plus{
            width: 450px;
            height: 50px;
            float: left;             
        }
            main section#section_14 div#addr div.addr_block_plus span{
                display: block;
                margin: 0px;
                padding: 0px;
                color: white;
                float: left;
            }
            main section#section_14 div#addr div.addr_block_plus span.addrplusa{
                width: 50px;
                height: 20px;
                margin: 0px 0px 0px 30px;
                font-size: 28px;
                font-weight: bold;
                padding: 0px;
                text-align: center;
            }
            main section#section_14 div#addr div.addr_block_plus span.addrplusb{
                width: 360px;
                height: 7px;
                padding: 15px 0px 0px 0px;
                border-bottom: 1px solid white;
            }

        main section#section_14 div#addr div.addr_block{
            width: 250px;            
            float: left;
            margin: 0px 0px 0px 200px;
        }
        
            main section#section_14 div#addr div.addr_block p{
                display: block;
                width: 100%;
                margin: 5px 0px 5px 0px;
                color: white;
                font-size: 18px;
                text-align: left;
            }

            main section#section_14 div#addr div.addr_block h4{
                color: white;
                font-size: 56px;
                margin: 0px 0px 5px 0px;
            }
    form#emxysForm{
        display: block;
        width: 900px;
        height: 800px;
        overflow: hidden;
        margin: 0px auto;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.0);
       }
           form#emxysForm fieldset{
            border: 0px solid white;
            margin: 0px;
            padding: 15px 0px 15px 0px;
            border-radius: 5px;
            background-color: rgba(0,0,0,0.0);
           }
           form#emxysForm legend{
            font-size: 48px;
            color: white;
            font-weight: bold;
            margin-left: 20px;
            background-color: rgba(0,0,0,0.0);
            border-radius: 5px;
            padding: 5px 0px 5px 0px;
           }
           form#emxysForm label{
            display: block;
            width: 450px;
            height: 27px;
            text-align: left;
            font-size: 16px;
            color: white;
            float: left;
            padding: 0px 0px 0px 0px;
            margin: 5px 0px 0px 0px;
           }
           form#emxysForm input{
            width: 408px;
            height: 50px;
            padding: 0px 0px 0px 15px;
            margin: 5px 20px 25px 0px;
            font-size: 14px;
            color: white;
            border: 1px solid #888888;
            float: left;
            background-color: rgba(0,0,0,0.0);
            font-style: italic; 
           }
           form#emxysForm select{
            width: 408px;
            height: 50px;
            padding: 0px 0px 0px 15px;
            margin: 5px 20px 25px 0px;
            font-size: 14px;
            color: white;
            border: 1px solid #888888;
            float: left;
            background-color: rgba(0,0,0,0.0);
            font-style: italic; 
           }
                form#emxysForm select option, option:checked, option:hover{
                    color: white;
                    background: black;
                }
           form#emxysForm textarea{
            display: block;
            width: 835px;
            height: 80px;
            margin: 5px 20px 25px 0px;
            padding: 15px;
            background-color: rgba(0,0,0,0.0);
            color: white;
            border: 1px solid #888888;
            font-size: 14px;
            font-style: italic; 
            float: left;
           }
           form#emxysForm input#submit{
            width: 150px;
            clear: both;
            display: block;
            float: none;
            margin: 0px auto;
            margin-top: 20px;
            margin-bottom: 20px;
            border-radius: 10px;
            padding: 0px; 
            color: grey;
            font-size: 14px;       
           }
           form#emxysForm input#submit:hover{
            cursor: pointer;
           }
           main section#section_14 p.form_response{
            color: white;
            font-size: 18px;
           }
           div#contact_legal{
            width: 100%;
            height: 100px;
           }
                main section#section_14 div#g_captcha{
                    width: 310px;
                    height: 80px;
                    float: left;
                    margin: 10px 5px 0px 60px;
                }
                form#emxysForm input#legal_check{
                    width: 20px !important;
                    height: 20px !important;
                    margin: 35px 0px 0px 0px;
                }
                form#emxysForm label#legal_label{
                    display: block;
                    float: left;
                    font-size: 12px;
                    color: white;
                    width: 200px;
                    height: 80px;
                    margin: 35px 0px 0px 10px;
                }
                form#emxysForm label#legal_label a{
                    color: white;
                    text-decoration: none;
                }
                form#emxysForm label#legal_label a:hover{
                    color: #FFA400;
                }
    /* SHOW ARTICLE */
    main section#section_15{
        display: block;
        width: 1000px;
        height: 150px;
        margin: 0px auto;
    }
    main section#section_16{
        display: block;
        width: 1000px;
        min-height: 500px;
        margin: 0px auto;
        color: white;
        margin-bottom: 100px;
    }
        main section#section_16 h4{
            width: 100%;
            text-align: center;
            font-size: 32px;
        }
        main section#section_16 a{
            text-decoration: none;
            color: white;
        }
        main section#section_16 a:hover{
            color: white;
        }
        main section#section_16 article{
            font-size: 20px;
        }

    /* NEWS EDITOR */

    form#newseditorIDform{
        display: block;
        background-color: black;
        width: 450px;
        height: 400px;
        margin: 0px auto;
        margin-top: 300px;
    }
        form#newseditorIDform fieldset{
            color: white;
        }
        form#newseditorIDform label{
            display: block;
            width: 185px;
            height: 30px;
            float: left;
            color: white;
            text-align: right;
            padding: 0px 15px 0px 0px;
        }
        form#newseditorIDform input{
            display: block;
            width: 200px;
            height: 30px;
            float: left;
        }
        form#newseditorIDform input#submit{
            display: block;
            width: 100px;
            height: 30px;
            float: left;
            clear: both;
            margin: 20px 0px 50px 165px;

        }

        div#newsEditorBlock{
            width: 900px;
            min-height: 500px;
            margin: 0px auto;
            margin-top: 200px;
            margin-bottom: 100px;
            background-color: white;
            padding: 50px;
            border-radius: 10px;
        }

        div#newsEditorBlock div#infonews{
            width: 800px;
            margin: 0px auto;
        }
        div#newsEditorBlock div#infoarticle{
            width: 700px;
            height: 60px;
            padding: 10px 50px 20px 50px;
            margin: 0px 0px 20px 0px;
        }
            div#newsEditorBlock div#infoarticle label{
                display: block;
                width: 75px;
                height: 23px;
                float: left;
                text-align: right;
                padding: 0px 20px 0px 0px;
                margin-bottom: 5px;
            }
            div#newsEditorBlock div#infoarticle input#form_title{
                width: 380px;
                height: 23px;
                float: left;
                margin:  0px 10px 5px 0px;
            }
            div#newsEditorBlock div#infoarticle input#form_date{
                width: 80px;
                height: 23px;
                float: left;
                margin:  0px 10px 5px 0px;
            }
            div#newsEditorBlock div#infoarticle input#form_dsc{
                width: 573px;
                height: 23px;
                float: left;
                margin: 0px 0px 5px 0px;
            }
            div#newsEditorBlock div#infoarticle label{}

        div#newsEditorBlock ul#list_actions{
            list-style: none;
            width: 800px;
            height: 50px;
            margin: 0px auto;
            margin-bottom: 20px;
        }
            div#newsEditorBlock ul#list_actions li{
                width: 80px;
                height: 50px;
                float: left;
                margin: 0px 10px 0px 0px;
            }
                div#newsEditorBlock ul#list_actions li input{
                    width: 50px;
                }
                div#newsEditorBlock input.info{
                    width: 150px;
                    margin-left: 30px;
                    float: left;
                }
                div#newsEditorBlock ul#list_actions li.sec_sep_trix{
                    width: 20px;
                    border-left: 1px solid black;
                }
        div#newsEditorBlock iframe.iframeUploader{
            width: 650px;
            height: 37px;
            margin: 0px 0px 0px 15px;
            overflow: hidden;
            border: 0px;
        }
        div#newsEditorBlock a#iframeLink{
            display: block;
            width: 700px;
            height: 20px;
            padding: 0px 0px 10px 100px;
            color: black;
        }
        div#newsEditorBlock a#iframeLink:hover{
            color: #c2980f;
        }
        div#newsEditorBlock div.id_photo{
            width: 100%;
            height: 250px;
        }
            div#newsEditorBlock div.id_photo p{
                width: 50%;
            }
            div#newsEditorBlock div.id_photo iframe{
                width: 50%;
                height: 37px;
                overflow: hidden;
                float: left;
            }
            div#newsEditorBlock div.id_photo img{
                display: block;
                width: 380px;
                height: 250px;
                float: right;
            }

    /* INFO SECTIONS */

    main section#section_info_head{
        display: block;
        width: 1000px;
        height: 150px;
        margin: 0px auto;
    }

    main section#section_info{
        display: block;
        width: 1000px;
        min-height: 500px;
        margin: 0px auto;
        margin-bottom: 100px;
    }

        main section#section_info h3{
            width: 100%;
            text-align: center;
            font-size: 42px;
            color: white;
        }
        main section#section_info h4{
            width: 100%;
            text-align: left;
            font-size: 28px;
            color: white;
        }
        main section#section_info p{
            width: 100%;
            text-align: justify;
            font-size: 18px;
            color: white;
        }
        main section#section_info table{
            width: 100%;
        }
        main section#section_info table tr{
            background-color: white;
        }
            main section#section_info table td{
                color: black;
                padding: 20px;
            }
        main section#section_info table tr.title{
            background-color: #888888;
            font-size: 20px;
            font-weight: bold;
        }
            main section#section_info table tr.title td{
                color: white;
            }
        main section#section_info table tr.highlight{
            background-color: #888888;
        }

        main section#section_info table td.td_strong{
            font-weight: bold;
        }
        main section#section_info table p{
            color: black;
        }
        main section#section_info ul{}
            main section#section_info li{
                color: white;
            }
            main section#section_info table td ul li{
                color: black; 
            }
            main section#section_info div#quality_img_block{
                width: 300px;
                height: 300px;
                margin: 0px auto;
            }
            main section#section_info div#quality_img_block img{
                width: 600px;
            }
        main section#section_info div.col_L{
            float: left;
            width: 450px;
        }
        main section#section_info div.col_R{
            float: left;
            margin: 0px 0px 0px 100px;
            width: 450px;
        }

            main section#section_info div.col_R a, 
            main section#section_info div.col_R a:hover, 
            main section#section_info div.col_R a:link, 
            main section#section_info div.col_R a:visited{
                color: white;
                border: 0px dotted white;
                text-decoration-line: none;
                padding: 0px 0px 0px 190px;           
            }
    /* PRODUCT DESCRIPTION */
    main section#section_prod_A{
        display: block;
        width: 1200px;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        background-position: 350px 160px;
        background-size: 650px;
        background-repeat: no-repeat;
    }
        main section#section_prod_A h2{
            color: white;
            font-size: 52px;
            display: block;
            width: 550px;
            height: 150px;
            margin: 0px;
            padding: 200px 0px 0px 0px;
        }
        main section#section_prod_A h3{
            color: white;
            font-size: 38px;
            letter-spacing: 3px;
            display: block;
            width: 1200px;
            height: 60px;
            margin: 0px auto;
            margin-top: 20px;
            padding: 0px;
            text-align: center;
        }
        main section#section_prod_A ul{
            display: block;
            width: 1200px;
            height: 250px;
            margin: 0px auto;
            margin-top: 50px;
            margin-bottom: 50px;
        }
            main section#section_prod_A ul li{
                width: 150px;
                height: 250px;
                display: block;
                float: left;
                padding: 0px;
                margin: 0px 45px 0px 45px;
                color: white;
                overflow: hidden;
            }
                main section#section_prod_A ul li img{
                    width: 150px;
                }
                main section#section_prod_A ul li p{
                    font-size: 14px;
                    letter-spacing: 3px;
                    color: white;
                    text-align: center;
                }
    main section#section_prod_B{
        display: block;
        width: 1222px;
        margin: 0px auto;
        background-color: black;
        padding: 0px 0px 0px 0px;
        color: white;
    }
        main section#section_prod_B div.tab_prod{
            width: 1222px;
            height: 50px;
        }
            main section#section_prod_B div.tab_prod a{
                color: white;
                text-decoration: none;
            }
        main section#section_prod_B div.tab_a{
            width: 100px;
            height: 50px;
            border-bottom:1px solid white;
            float: left;
        }
        
        main section#section_prod_B div.tab_b{
            width: 200px;
            height: 38px;
            float: left;
            border-top:1px solid white;
            border-left:1px solid white;
            border-right:1px solid white;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            color: white;
            text-align: center;
            font-size: 22px;
            font-weight: bold;
            padding: 12px 0px 0px 0px;
        }
        main section#section_prod_B div.tab_c{
            width: 837px;
            height: 50px;
            float: left;
            border-bottom:1px solid white;
        }
        main section#section_prod_B div.tab_left{
            width: 40px;
            height: 34px;
            margin: 9px 0px 0px 0px;
            float: left;
            border-left:1px solid white;
            border-top:1px solid white;
            border-bottom:1px solid white;
            border-top-left-radius: 10px;
            color: white;
            text-align: center;
            font-size: 22px;
            font-weight: bold;
            padding: 6px 0px 0px 0px;
            background-color: #88888856;
        }
            main section#section_prod_B div.tab_left a{
                display: block;
                width: 100%;
                height: 100%;
            }
        main section#section_prod_B div.tab_right{
            width: 40px;
            height: 34px;
            margin: 9px 0px 0px 0px;
            float: left;
            border-right:1px solid white;
            border-top:1px solid white;
            border-bottom:1px solid white;
            border-top-right-radius: 10px;
            color: white;
            text-align: center;
            font-size: 22px;
            font-weight: bold;
            padding: 6px 0px 0px 0px;
            background-color: #88888856;
        }
            main section#section_prod_B div.tab_right a{
                display: block;
                width: 100%;
                height: 100%;
            }
            
        main section#section_prod_B div.prod_notebook{
            border-right: 1px solid white;
            border-bottom: 1px solid white;
            border-left: 1px solid white;
            padding: 10px;
        }
        main section#section_prod_B div.prod_tab_foot{
            font-size: 12px;
            letter-spacing: 2px;
            color: white;
            width: 1100px;
            margin: 0px auto;
            height: 23px;
            padding: 20px 20px 10px 0px;
            text-align: right;
        }
        main section#section_prod_B div#prod_note_head{
            width: 1120px;
            height: 35px;
            text-align: right;
            padding: 50px 0px 0px 0px;
            margin: 0px auto;
            margin-bottom: 20px;
            color: white;
            letter-spacing: 3px;
            font-size: 22px;
            border-bottom: 1px solid white;
        }
        main section#section_prod_B h4{
            width: 85%;
            height: 35px;
            display: block;
            margin: 0px auto;
            margin-top: 40px;
            margin-bottom: 40px;
            letter-spacing: 3px;
            font-size: 24px;
            font-family: HildaBroad;
            text-align: right;
        }
        main section#section_prod_B p.prod_note_text{
            width: 85%;
            margin: 0px auto;
            margin-top: 15px;
            margin-bottom: 15px;
            display: block;
            clear: both;
            color: white;
            letter-spacing: 3px;
            font-size: 18px;
            text-align: justify;
        }
            main section#section_prod_B p.prod_note_text strong{
                font-family: HildaBroad;
            }
        main section#section_prod_B ul.prod_note_list{
            padding: 0px;
            display: block;
            width: 75%;
            margin: 0px auto;
        }
        main section#section_prod_B ul.prod_note_list li{
            color: white;
            padding: 5px 0px 5px 15px;
            letter-spacing: 3px;
            font-size: 18px;
            text-align: justify;
        }
        main section#section_prod_B ul.prod_note_list_docs{
            display: block;
            width: 85%;
            height: 47px;
            padding: 0px;
            margin: 0px auto;
            margin-top: 50px;
            margin-bottom: 15px;
            list-style: none;
        }
            main section#section_prod_B ul.prod_note_list_docs li{
                display: block;
                width: 100px;
                height: 35px;
                float: right;
                margin: 0px 0px 0px 20px;
                padding: 10px 0px 0px 0px;
                text-align: center;
                border: 1px solid white;
                color: white;
            }
                main section#section_prod_B ul.prod_note_list_docs li:hover{
                    background-color: white;
                    color: black;
                }
            main section#section_prod_B ul.prod_note_list_docs li a{
                text-decoration: none;
                color: white;
                display: block;
                width: 100%;
                height: 100%;
            }
                main section#section_prod_B ul.prod_note_list_docs li:hover a{
                    color: black;
                }
        main section#section_prod_B div#prod_col_a{
            width: 600px;
            margin: 0px;
            padding: 0px;
            float: left;
        }
            main section#section_prod_B ul.prod_col_a_ul1{
                list-style: none;
                padding: 0px;
                width: 540px;
                margin: 0px 30px 0px 30px;
            }
                main section#section_prod_B ul.prod_col_a_ul1 li{
                    padding: 0px;
                }
                main section#section_prod_B ul.prod_col_a_ul1 li.prod_a_title{
                    font-size: 28px;
                    letter-spacing: 3px;
                    margin: 30px 10px 10px 10px;
                    border-bottom: 1px solid white;
                }
            main section#section_prod_B ul.prod_col_a_ul2{}
                main section#section_prod_B ul.prod_col_a_ul2 li{
                    margin: 5px 5px 15px 5px;
                    font-size: 16px;
                    letter-spacing: 3px;
                }

        main section#section_prod_B div#prod_col_b{
            width: 600px;
            margin: 0px;
            padding: 0px 0px 0px 0px;
            float: left; 
            text-align: left;
        }
            main section#section_prod_B div#prod_col_b img{
                width: 450px;   
                display: block;
                margin: 0px auto;
                margin-top: 50px;
                margin-bottom: 50px;
            }
        main section#section_prod_B div#prod_col_c{
            width: 1000px;
            min-height: 100px;
            margin: 0px auto;
            margin-top: 80px;
            margin-bottom: 40px;
        }
        main section#section_prod_B div#prod_col_c p{
            color: white;
            font-size: 14px;
            text-align: center;
            margin: 5px 100px 5px 100px;
        }
        main section#section_prod_B div#prod_col_c div#prod_flags{
            width: 100%;
            height: 100px;
            text-align: center;
        }
        main section#section_prod_B div#prod_col_c div#prod_flags img{
            height: 100px;
            margin: 0px 50px 0px 50px;
        }
    /* FOOTER is common for all. */

    footer{
        display: block;
        clear: both;
        width: 100%;
        height: 200px;
        margin: 0px auto;
        background-color: black;
        color: white;
        border-top: 1px solid rgba(250, 250, 250, 0.6);
    }
        footer ul#list_of_Links{
            list-style: none;
            padding: 0px;
            display: block;
            width: 612px;
            height: 50px;
            margin: 0px auto;
            margin-top: 20px;
        }
            footer ul#list_of_Links li{
                float: left;
                width: 102px;
                height: 47px;
                display: block;
                padding: 0px;
                margin: 0px;
                text-align: center;
            }
            footer ul#list_of_Links li a{
                display: block;
                width: 80px;
                height: 25px;
                text-decoration: none;
                color: white;
                border: 1px solid black;
                padding: 10px;
                margin: 0px;
            }
            footer ul#list_of_Links li a:hover{
                color: white;
                border: 1px dotted white;                
            }
            footer p{
                color: white;
                font-size: 14px;
                letter-spacing: 3px;
                display: block;
                width: 400px;
                height: 30px;
                margin: 0px auto;
                margin-top: 15px;
                margin-bottom: 15px;
                padding: 0px;
            }
div.Separation{
width: 100%;
height: 1px;
clear: both;
background-color: rgba(0, 0, 0, 0.0);
}

li.clean_li{
clear: both;
width: 100%;
height: 1px;
}