/*
Item: Deno-Responsive CSS3 Dropdown Menu
Author: http://codecanyon.net/user/sky_lab
Version: 1.0
*/
@import url("icons.css"); /* Font Awesome Icons */

/************START_RESET_STYLE****************/
* {
    padding: 0;
    margin: 0;
}
/**********END_RESET_STYLE************/



/***********START_BASIC_STYLE**************/
body {
    background: #f6f6f6;
}
/*********END_BASIC_STYLE***********/


/************START_STYLE_OF_DIV_THAT_HOLDS_MAIN_LINKS**********/
#block_navigation {
    height: 68px;
    position: relative;
    background: #000; /***for IE**/
    /*margin: 50px auto;*/
    margin-left: 17%;
    margin-right: 1%;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 1px 1px 3px #999;
    border-top: solid 3px #C61408;
    -webkit-transition: border-top 1s linear;
    -moz-transition: border-top 1s linear;
    -ms-transition: border-top 1s linear;
    -o-transition: border-top 1s linear;
    transition: border-top 1s linear;
}

    #block_navigation ul li {
        position: relative;
        list-style: none;
        float: left;
    }

    #block_navigation li.block_navigation_main_index {
        display: none;
    }

    #block_navigation ul li a {
        font-weight: normal;
        text-decoration: none;
        display: block;
        line-height: 70px;
        color: #fff;
        font-size: 14px;
        padding-left: 28px;
        padding-right: 28px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }


    #block_navigation ul li:hover > a {
        color: #C6140B;
    }


    #block_navigation li a:active {
        color: #888;
    }
    /************END_STYLE_OF_DIV_THAT_HOLDS_MAIN_LINKS**********/

    /**********START_STYLE_OF_DIV_THAT_HOLDS_SUB_LINKS**********/

    #block_navigation ul li ul {
        position: absolute;
    }

    #block_navigation ul ul {
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        opacity: 0;
        /**display: none !important/9; /* IE8 Hack */
        border-bottom: solid 3px #C61408;
        background: #fff;
        -webkit-box-shadow: 0 1px 1px #eee;
        -moz-box-shadow: 0 1px 1px #eee;
        box-shadow: 0 1px 1px #eee;
          margin-left: 0px;
        -webkit-transition: opacity 0.2s linear, margin-left 0.2s linear;
        -moz-transition: opacity 0.2s linear, margin-left 0.2s linear;
        -ms-transition: opacity 0.2s linear, margin-left 0.2s linear;
        -o-transition: opacity 0.2s linear, margin-left 0.2s linear;
        transition: opacity 0.2s linear, margin-left 0.2s linear;
    }


    #block_navigation ul li ul li {
        position: relative;
        display: block;
        float: none;
        border-top: solid 1px #e7e7e7;
        border-right: solid 1px #e7e7e7;
        border-left: solid 1px #e7e7e7;
    }

        #block_navigation ul li ul li a {
            width: 137px;
            font-weight: normal;
            line-height: 42px;
            color: #777;
            display: block;
            padding-left: 10px;
            font-size: 12px;
        }

    #block_navigation ul ul ul {
        position: absolute;
        top:;
        left: 100%;
        top: -1px;
        left: 100%;
        padding: 0;
    }

    #block_navigation i {
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        padding-right: 7px;
    }

    #block_navigation ul li:hover > ul {
        z-index: 1;
        opacity: 1;
        visibility: visible;
        margin: 0;
        display: block !important /9; /* IE8 Hack */
    }

    #block_navigation ul ul li:hover > a {
        background: #f3f3f3;
        color: #777;
    }


    #block_navigation ul li ul i {
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        padding: 0;
        margin: 0;
        margin: 0 7px 0 14px;
    }

    /**********END_STYLE_OF_DIV_THAT_HOLDS_SUB_LINKS**********/

    /*******START_STYLE_OF_RIGHT_ITEM********/

    #block_navigation li.right_item {
        float: right;
    }
    /*******END_STYLE_OF_RIGHT_ITEM********/




    /*********START_STYLE_OF_PLUS_SPAN_DIVS_STYLE************/

    #block_navigation span.span_level_1, span.span_level_2 {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 16px;
    }


/*********END_STYLE_OF_PLUS_SPAN_DIVS_STYLE************/

/************START_STYLE_OF_CONTACT_BLOCK*************/
.contact_block {
    background: #fff;
    display: none;
    position: absolute;
    right: 0;
    border-bottom: solid 1px #e7e7e7;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 1px 1px 3px #999;
}


#block_navigation li.right_item:hover .contact_block {
    display: block;
}


#block_navigation h1, #block_navigation textarea, #block_navigation input {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}

#block_navigation h1 {
    line-height: 50px;
    font-family: Century Gothic;
    font-style: normal;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
    margin-left: 25px;
    margin-right: 25px;
    color: #555;
    border-bottom: solid 1px #e7e7e7;
}

#block_navigation input {
    position: relative;
    width: 200px;
    height: 25px;
    padding-top: 2px;
}

#block_navigation textarea {
    width: 250px;
    height: 100px;
    padding-top: 7px;
}

#block_navigation input, #block_navigation textarea {
    display: block;
    padding-left: 7px;
    font-family: Century Gothic;
    font-size: 12px;
    color: #555;
    margin: 25px;
    border: solid 1px #e7e7e7;
}


    #block_navigation input:focus, #block_navigation textarea:focus {
        border: 1px solid #bbb;
    }

    #block_navigation input[type=submit] {
        color: #fff;
        padding: 0;
        width: 60px;
        display: block;
        position: relative;
        border: none;
        background: #070;
    }

        #block_navigation input[type=submit]:hover {
            cursor: pointer;
            background: #040;
        }


* {
    outline: none;
}

/************END_STYLE_OF_CONTACT_BLOCK*************/

