﻿body {
    backgrjound-color: #fff;
    background: #fff url(../../images/background3.jpg) no-repeat;
    background-size: cover;
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    width: 1170px;
    margin: 0 auto;
}

.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 43px;
}

.menuul {
}

    .menuul li a {
        margin-top: 4px;
        margin-bottom: 4px;
    }

        .menuul li a:hover {
            background-color: #F3BF2E !important;
        }

h1 {
    color: #2C7530;
}

.active {
    /*background-color: #2D618F !important;*/
    color: #fff;
}

.accessPan {
    float: right;
}

    .accessPan li {
        display: inline;
        float: left;
        width: 30px;
        text-align: center;
        line-height: 80px;
        border-right: 1px solid #dfe5e9;
        margin: 0;
    }

    .accessPan a {
        display: block;
        text-indent: -999999px;
        outline: none;
    }

        .accessPan a.facebook {
            background: url(../../../images/icons.png) no-repeat scroll 0 -1892px #FFFFFF;
        }

            .accessPan a.facebook:hover {
                background: url(../../../images/icons.png) no-repeat scroll 0 -1947px #0079b8;
                transition: background 0.5s;
            }

        .accessPan a.twitter {
            background: url(../../../images/icons.png) no-repeat scroll 0 -1995px #FFFFFF;
        }

            .accessPan a.twitter:hover {
                background: url(../../../images/icons.png) no-repeat scroll 0 -2045px #00b4db;
                transition: background 0.5s;
            }

        .accessPan a.rss {
            background: url(../../../images/icons.png) no-repeat scroll 0 -2107px #FFFFFF;
        }

            .accessPan a.rss:hover {
                background: url(../../../images/icons.png) no-repeat scroll 0 -2157px #ff4d03;
                transition: background 0.5s;
            }

.newsul {
    margin-left: 25px !important;
}

    .newsul li {
        list-style-type: decimal;
        margin-bottom: 10px !important;
        padding-left: 10px !important;
    }

        .newsul li a {
            color: #666 !important;
        }

            .newsul li a:hover {
                color: #2C7430 !important;
            }

.cpio {
}

    .cpio span {
        display: inline-block !important;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #82B727;
        color: #fff;
        text-align: center;
        line-height: 40px !important;
        font-size: 20px !important;
    }

    .cpio em {
        height: 1px;
        background-color: #ddd;
        width: 100%;
        display: block;
        margin-top: -20px !important;
        margin-bottom: 30px !important;
    }

    .cpio h3 {
        font-size: 27px !important;
        text-align: center !important;
    }

    .cpio h5 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
        font-size: 20px !important;
        text-align: center !important;
    }

    .cpio p {
        text-align: center;
        line-height: 25px !important;
    }

    .cpio table {
        width: 100%;
    }

        .cpio table td {
            padding: 5px 20px !important;
            border: 1px solid #ccc !important;
        }

.importantlinksul {
    padding: 0 40px 20px 50px;
    color: #fff;
    list-style-type: none;
    position: relative;
}

    .importantlinksul li {
        margin-bottom: 8px;
    }


        /*.importantlinksul li:before {
            content: '';
            position: absolute !important;
            background-color: red !important;
            width: 30px !important;
            height: 30px !important;
            background: url(../../../images/icon3.png) no-repeat;
            left: 0;
        }*/

        .importantlinksul li a {
            color: #FFF9FC;
            display: block;
            outline: none !important;
            text-decoration: none;
        }

            .importantlinksul li a:before {
                content: '\f06c';
                position: absolute;
                left: 0;
                margin-left: 28px;
                color: #A0C549;
                font-size: small;
                font-family: FontAwesome;
                margin-top: 3px;
            }

.has-sub ul li a:before {
    display: none !important;
}

.socialul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 35px;
}

    .socialul li {
        float: left;
    }

        .socialul li a {
            color: #aaa;
        }

            .socialul li a:hover {
                color: #87837C;
            }

.footermenuul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .footermenuul li {
        float: left;
        margin: 0 15px;
    }

        .footermenuul li:first-child {
            margin-left: 0;
        }

        .footermenuul li a {
            float: left;
            color: #333;
            text-decoration: none;
        }

.hexagon {
    /*width: 60px;
            height: 30px;
            background: red;
            position: relative;*/
    background: url(images/hexagon.png);
    background-color: #fff;
    background-size: contain;
    width: 60px;
    height: 60px;
}

/*.hexagon:before {
                content: "";
                position: absolute;
                top: -20px;
                left: 0;
                width: 0;
                height: 0;
                border-left: 30px solid transparent;
                border-right: 30px solid transparent;
                border-bottom: 20px solid red;
            }

            .hexagon:after {
                content: "";
                position: absolute;
                bottom: -20px;
                left: 0;
                width: 0;
                height: 0;
                border-left: 30px solid transparent;
                border-right: 30px solid transparent;
                border-top: 20px solid red;
            }*/
.hex2,
.hex2:before,
.hex2:after {
    border-style: solid;
    border-color: #87837C;
    border-width: 1px;
    border-top: none;
    border-bottom: none;
    height: 27px;
    width: 48px;
}

.hex2 {
    text-align: center;
    line-height: 28px;
    position: relative;
    z-index: 0;
    margin: 0px 5px;
}

    .hex2:after,
    .hex2:before {
        content: "";
        position: absolute;
        top: 0;
        left: -1px;
        z-index: -1;
    }

    .hex2:before {
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .hex2:after {
        -webkit-transform: rotate(-60deg);
        -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }

    .hex2:hover,
    .hex2:hover:before,
    .hex2:hover:after {
        background-color: #fff;
    }

.copyright {
    text-decoration: none;
    color: #555;
}

    .copyright:hover {
        color: #ddd;
    }

.subscribe {
}

    .subscribe input[type=text] {
        border: 0;
        background-color: #1B1E24;
        border-bottom: 2px solid #555;
        width: 350px;
        font-size: 22px;
        padding-bottom: 10px;
    }

    .subscribe button {
        border: 0;
        background-color: #1B1E24;
        border-bottom: 2px solid #555;
        margin-left: -5px;
        padding-bottom: 13px;
        font-size: 12px;
        color: #ccc;
    }

.logina:hover {
    color: #85BE00;
    text-decoration: underline;
}

.langul {
    list-style-type: none;
}

    .langul li {
        float: left;
        margin-left: 15px;
    }

.tblTeam tr {
    text-align: left;
}

    .tblTeam tr td:nth-child(1) {
        width: 120px;
        line-height: 24px;
        font-weight: bold;
    }

/*scientific_page styles*/
.scientific_page {
    /*background-color: #fff;*/
    background: url(../../images/background1.jpg) right no-repeat;
    background-size: cover;
    min-height: 100px;
    box-shadow: 0 0 3px #aaa;
    text-align: center;
    margin: 40px 0;
    padding: 20px 40px;
}

.scientific_bg {
    padding: 20px;
    background: url(../../images/pattern2.png) repeat;
    background-color: #81CA85;
    height: 140px;
}

    .scientific_bg .img_div {
        margin-right: 30px;
    }

    .scientific_bg img {
        border: 4px solid #FFF;
        border-radius: 10px;
        margin-top: -50px;
        width: 100px;
    }

.aticul {
    list-style-type: decimal !important;
    text-align: justify;
}

    .aticul li {
        margin-bottom: 7px;
    }

.rtiul {
    list-style-type: decimal;
    text-align: justify;
}

    .rtiul li p {
        margin-top: 10px;
    }

.sau_ul {
    list-style-type: none;
    position: relative;
}

    .sau_ul li {
        margin-bottom: 10px;
    }

        .sau_ul li a {
            display: block;
        }

.has-sub li:before {
    display: none;
}

.sau_ul li:before {
    content: '\f06c';
    position: absolute;
    left: 0;
    margin-left: 5px;
    margin-top: 3px;
    color: #A0C549;
    font-size: small;
    font-family: FontAwesome;
}

.sau_ul li a {
    color: #5A5A5A;
}

.sau_ul li ul li a {
    margin-bottom: 8px;
    color: #2C7530 !important;
    outline: none;
}

.agro_content ul li {
    margin-bottom: 8px;
}

.agro_content h1, .agro_content h3 {
    color: #2C7530;
}

.content_part {
    /*background-color: #fff;*/
    background: url(../../images/background1.jpg) center no-repeat;
    background-size: cover;
    min-height: 500px;
    box-shadow: 0 0 3px #aaa;
    text-align: justify;
    margin: 40px 0;
    padding: 50px;
}

.kvk_ul {
    list-style-type: none;
    position: relative;
}

    .kvk_ul li {
        margin-bottom: 8px;
    }

        .kvk_ul li:before {
            content: '\f06c';
            position: absolute;
            left: 0;
            margin-left: 5px;
            margin-top: 4px;
            color: #A0C549;
            font-size: small;
            font-family: FontAwesome;
        }

        .kvk_ul li a {
            color: #666;
            text-decoration: none;
        }

.kvk_images {
    margin-top: 25px;
}

    .kvk_images img {
        width: 600px;
        margin-bottom: 25px;
        padding: 0 40px;
    }

.tblkvk {
    text-align: left;
}

    .tblkvk h3 {
        color: #2C7530;
        text-align: center;
        margin-top: 6px;
    }

    .tblkvk th {
        text-align: center;
    }

    .tblkvk tr {
        line-height: 30px;
    }

        .tblkvk tr td {
            padding-left: 20px;
        }

            .tblkvk tr td:first-child {
                width: 30%;
            }

.tbluniversities {
}

    .tbluniversities tr td {
        padding: 5px 15px;
    }

.tbl_useful_links h3 {
    color: #2A7530;
    text-align: center;
}

.technical_ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 25px;
    position: relative;
}

    .technical_ul li {
        margin-bottom: 10px;
    }

        .technical_ul li:before {
            content: '\f06c';
            position: absolute;
            left: 0;
            margin-top: 4px;
            color: #A0C549;
            font-size: small;
            font-family: FontAwesome;
        }

        .technical_ul li a {
            color: #666;
        }

.contact_style table {
    width: 100%;
    margin-top: 30px;
}

    .contact_style table tr {
        line-height: 25px;
    }

        .contact_style table tr td:first-child {
            vertical-align: text-bottom;
            width: 20%;
            color: #307234;
            font-weight: bold;
        }

.article a {
    background-color: #2A702E;
    color: #fff !important;
    width: 120px !important;
    text-align: center;
    margin-top: 20px !important;
    padding: 10px 20px !important;
    display: inline-block !important;
}

.tbl {
    display: table;
    width: 100%;
    margin-top: 20px;
}

    .tbl > div {
        display: table-row;
    }

        .tbl > div > div {
            display: table-cell;
            vertical-align: top;
        }

    .tbl img {
        /*border-radius: 6px;*/
    }

.demo1 li {
    margin-bottom: 10px;
}

    .demo1 li a {
        color: #555;
    }

.quicklinksul {
    list-style-type: none;
    padding-tokp: 30px;
    padding: 0;
    margin: 0;
    position: relative;
}

    .quicklinksul li {
        margin-bottom: 2px;
    }

        .quicklinksul li a:after {
            content: '\f054';
            font-family: FontAwesome;
            position: absolute;
            right: 0;
            margin-right: 20px;
        }

        .quicklinksul li a {
            color: #fff;
            /*background-color: #2A3D4E;*/
            line-height: 56.8px;
            padding-left: 30px;
            font-size: 15px;
            display: block;
            text-decoration: none;
            background-color: #058007;
        }

            .quicklinksul li a:hover {
                background-color: #00923F;
            }

.footer_bg {
    backgrounxd-color: #1B1E24;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,ffffff+73 */
    background: rgb(125,185,232); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(255,255,255,1) 73%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(73%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(255,255,255,1) 73%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(255,255,255,1) 73%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(255,255,255,1) 73%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgba(255,255,255,1) 73%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    height: 250px;
    margin-top: 30px;
}

.loginbtn {
    border: 0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#79c433+0,058007+100 */
    background: rgb(121,196,51); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5YzQzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTgwMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(121,196,51,1) 0%, rgba(5,128,7,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,196,51,1)), color-stop(100%,rgba(5,128,7,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(121,196,51,1) 0%,rgba(5,128,7,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(121,196,51,1) 0%,rgba(5,128,7,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(121,196,51,1) 0%,rgba(5,128,7,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(121,196,51,1) 0%,rgba(5,128,7,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79c433', endColorstr='#058007',GradientType=0 ); /* IE6-8 */
    width: 100%;
    padding: 12px 10px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 2px rgb(85, 85, 85) inset;
    border-radius: 3px;
}

/*navbar menu part*/
/*.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.menu,
.submenu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu {
    width: fit-content;
}

    .menu > li {
        background: #34495e;
        float: left;
        position: relative;
        transform: skewX(25deg);
        z-index: 999;
    }

    .menu a {
        display: block;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-family: Arial, Helvetica;
        font-size: 14px;
    }

    .menu li:hover {
        background: #DA251D;
    }

    .menu > li > a {
        transform: skewX(-25deg);
        padding: 1em 1.1em;
    }

.submenu {
    position: absolute;
    width: 350px;
    left: 50%;
    margin-left: -100px;
    transform: skewX(-25deg);
    transform-origin: left top;
}

    .submenu li {
        background-color: #34495e;
        position: relative;
        overflow: hidden;
    }

    .submenu > li > a {
        padding: 1em 2em;
    }

    .submenu > li::after {
        content: '';
        position: absolute;
        top: -125%;
        height: 100%;
        width: 100%;
        box-shadow: 0 0 50px rgba(0, 0, 0, .9);
    }

    .submenu > li:nth-child(odd) {
        transform: skewX(-25deg) translateX(0);
    }

        .submenu > li:nth-child(odd) > a {
            transform: skewX(25deg);
        }

        .submenu > li:nth-child(odd)::after {
            right: -50%;
            transform: skewX(-25deg) rotate(3deg);
        }

    .submenu > li:nth-child(even) {
        transform: skewX(25deg) translateX(0);
    }

        .submenu > li:nth-child(even) > a {
            transform: skewX(-25deg);
        }

        .submenu > li:nth-child(even)::after {
            left: -50%;
            transform: skewX(25deg) rotate(3deg);
        }

    .submenu,
    .submenu li {
        opacity: 0;
        visibility: hidden;
    }

        .submenu li {
            transition: .2s ease-out transform;
        }

.menu > li:hover .submenu,
.menu > li:hover .submenu li {
    opacity: 1;
    visibility: visible;
}

    .menu > li:hover .submenu li:nth-child(even) {
        transform: skewX(25deg) translateX(15px);
    }

    .menu > li:hover .submenu li:nth-child(odd) {
        transform: skewX(-25deg) translateX(-15px);
    }*/

.clear {
    clear: both;
}

.panel-footer {
    background-color: #F5F5F5;
    border-top: 1px solid #DDD;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

    .panel-footer ul {
        list-style-type: none;
    }

        .panel-footer ul li {
            float: left;
            border: 1px solid #ddd;
            padding: 5px 10px;
        }

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.btnsuccess {
    border: 0;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    background-repeat: repeat-x;
    border-color: #3E8F3E;
    background-image: linear-gradient(to bottom, #5CB85C 0%, #419641 100%);
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

.table-bordered {
    border: 1px solid #DDD;
}

    .table-bordered > tbody > tr > td {
        border: 1px solid #DDD;
    }


/*navigation menu starts on home page*/


div.navigation {
    margin: 0 5px 0 0;
    padding: 5px 7px 5px 5px;
    background-color: rgb(78,167,13);
    float: left;
    width: 290px;
    border-right: 2px solid #30646D;
    position: relative;
    z-index: 99;
}

.navigation ul {
    width: 290px;
    position: relative; /*Relative to the containing division */
    z-index: 10; /*We need to adjust the z-index values in order to display the successive lists properly */
    background-color: rgb(5,128,7);
    bordver: 1px solid #81a8b8;
    border-bottjom: 0px none;
    margin: 0;
    padding: 0;
    list-style: none; /* Removes the dots from the default Bullet styles */
    font-size: 14px;
    color: #fff;
    border: 1px solid rgb(86,170,21);
}

    .navigation ul li {
        /*text-align: right;*/
        position: relative;
        z-index: 12;
        margin: 0;
        /*padding: 20px 5px;*/
        /*border-bottom: 1px solid #81a8b8;*/
        border-bottom: 2px solid rgba(122,190,45,0.9);
        width: 290px;
        font-weight: bold;
    }

        .navigation ul li span {
        }

            .navigation ul li span.dir {
                background: transparent url(../../images/31.gif) no-repeat scroll center right;
                padding-right: 25px;
                cursor: pointer;
                display: block;
            }

        .navigation ul li:hover {
            background-color: rgb(5,128,7);
            /*font-size: 15px;*/
        }

        .navigation ul li a {
            display: block;
            padding: 0;
            margin: 0 5px;
            /*padding: 25.7px 20 px */
            padding: 18px 20px;
            text-decoration: none;
            color: #fff;
            font-weight: bold;
            background-color: transparent;
            z-index: 15;
        }

        .navigation ul li ul {
            display: none;
            position: absolute;
            z-index: 15;
            top: -1px;
            left: 290px;
            margin: 0;
            text-align: left;
            width: 290px; /* Set the width of the successive list */
        }

            .navigation ul li ul li a {
                text-align: left;
                padding: 10px !important;
            }

        .navigation ul li:hover > ul {
            display: block;
        }


/*navigation menu ends*/

/*navigation main header menu starts*/
#nav {
    padding: 7px 6px 0;
    line-height: 100%;
    border-radius: 2em;
    /*-webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);*/
    position: relative;
    z-index: 100;
}

    #nav li {
        /*margin: 0 5px;*/
        padding: 0 0 8px;
        float: left;
        position: relative;
        list-style: none;
    }

        #nav li a i {
            font-size: 13px;
            display: inline-block;
            margin-left: 4px;
        }

    /* main level link */
    #nav a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 12px 22px;
        margin: 0;
        text-shadow: 0 1px 1px rgba(0,0,0, .3);
        border-top: 1px solid transparent;
    }

        #nav a:hover {
            background: #000;
            color: #fff;
        }

    /* main level link hover */
    #nav .current a, #nav li:hover > a {
        background-color: #F3BF2E;
        color: #444;
        border-top: solid 1px #f8f8f8;
        /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
        -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
        box-shadow: 0 1px 1px rgba(0,0,0, .2);*/
    }

    /* sub levels link hover */
    #nav ul li:hover a, #nav li:hover li a {
        background: none;
        border: none;
        color: #666;
        border-bottom: 1px solid #ddd;
    }

    #nav ul a:hover {
        background: #F3BF2E;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        text-shadow: 0 1px 1px rgba(0,0,0, .1);
    }

    /* dropdown */
    #nav li:hover > ul {
        display: block;
    }

    /* level 2 list */
    #nav ul {
        display: none;
        margin: 0;
        padding: 0;
        margin-top: 14px;
        width: 255px;
        position: absolute;
        top: 35px;
        left: 0;
        background: #fff;
        border: solid 1px #ddd;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
        box-shadow: 0 1px 3px rgba(0,0,0, .3);
    }

        #nav ul li {
            float: none;
            margin: 0;
            padding: 0;
        }

        #nav ul a {
            font-weight: normal;
            text-shadow: 0 1px 0 #fff;
        }

        /* level 3+ list */
        #nav ul ul {
            left: 181px;
            top: -3px;
        }

        /* rounded corners of first and last link */
        #nav ul li:first-child > a {
            -webkit-border-top-left-radius: 9px;
            -moz-border-radius-topleft: 9px;
            -webkit-border-top-right-radius: 9px;
            -moz-border-radius-topright: 9px;
        }

        #nav ul li:last-child > a {
            -webkit-border-bottom-left-radius: 9px;
            -moz-border-radius-bottomleft: 9px;
            -webkit-border-bottom-right-radius: 9px;
            -moz-border-radius-bottomright: 9px;
        }

    /* clearfix */
    #nav:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

#nav {
    display: inline-block;
}

html[xmlns] #nav {
    display: block;
}

* html #nav {
    height: 1%;
}
/*navigation main header menu ends*/



