@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);

nav {
    background: #404040;
    height: 80px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    clear: both;
    margin-bottom: 0;
}

#res-nav {
    float: left;
    color: #fff;
    padding: 9px 5px;
    cursor: pointer;
    display: none;
}

.row {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.row:before, .row:after,
.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse {
    max-height: 100%;
    padding: 0;
}

#MenuH, #MenuH ul.menu, #MenuH li, #MenuH li a, #MenuH li span {
    display: inline-block;
}

#MenuH ul, #MenuH li, #MenuV ul, #MenuV li {
    list-style-type: none;
}

#MenuH .menu {
    margin-left: 0;
}

ul.menu, ul.menu ul {
    margin: 0;
    padding: 0;
}

#MenuH .menu>li {
    background: url(http://uat.eurofinsgenomics.com/css/WeProEurofinsTheme/images/menuH.sep.png) repeat-y right top;
}

#MenuH .menu>li>a, #MenuH .menu>li>span, #MenuH .menu>li:hover>a, #MenuH .menu>li:hover>span, #MenuH .menu>li.sel>a, #MenuH .menu>li.sel>span {
    color: #fff;
    font-family: sans-serif;
    font-size: 1.5rem;
    line-height: 58px;
    font-weight: bold;
    padding: 11px 25px;
    display: block;
    text-decoration: none;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

#MenuH .menu>li:hover, #MenuH .menu>li.sel {
    background: url('assets/bg-noise.png') 0 0 repeat;
    background-color: #ffffff;
}

#MenuH .menu>li:hover>a, #MenuH .menu>li:hover>span{
    color: #144094;
}

#MenuH .submenu, #MenuV .submenu {
    display: none;
    position: absolute;
}

#MenuH .submenu .submenu, #MenuV .submenu .submenu {
    margin-bottom: 15px;
    background: transparent;
    position: relative !important;
    display: block !important;
    margin-left: 0 !important;
}

.menuCol {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.menuCol:last-child {
    margin-right: 0;
}

#MenuH .submenu {
    margin: 0;
    padding: 0;
    left: 0;
    z-index: 9999;
}

#MenuH .menu > li > .submenu {
    background-image: url('assets/bg-noise.png') !important;
    background-position: 0 0;
    background-repeat: repeat;
    background-color: #ffffff !important;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(255,255,255,0.1)),color-stop(100%,rgba(0,0,0,0.1))), url('assets/bg-noise.png') !important;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.1) 0,rgba(0,0,0,0.1) 100%), url('assets/bg-noise.png') !important;
    background-image: -moz-linear-gradient(top,rgba(255,255,255,0.1) 0,rgba(0,0,0,0.1) 100%), url('assets/bg-noise.png') !important;
    background-image: -o-linear-gradient(top,rgba(255,255,255,0.1) 0,rgba(0,0,0,0.1) 100%), url('assets/bg-noise.png') !important;
    background-image: linear-gradient(top,rgba(255,255,255,0.1) 0,rgba(0,0,0,0.1) 100%), url('assets/bg-noise.png') !important;
    background-size: auto;
    width: auto;
    height: 0px;
    margin-left: 13px;
    border: 1px solid #ffffff;
    border-top: none;
    overflow: hidden;
    -webkit-box-shadow: 0 7px 10px -5px #666666;
    -moz-box-shadow: 0 7px 10px -5px #666666;
    box-shadow: 0 7px 10px -5px #666666;
}

#MenuH .menu>li:hover .submenu{
    display: block;
    height: auto;
}

#MenuH .subnav-container {
    display: block;
    margin: 0 auto;
    max-width: 942px;
    padding: 25px 0 25px;
}

#MenuH .menu > li > .submenu > div > li {
    height: auto;
    padding: 0 2rem;
    display: table-cell;
    width: 25%;
    vertical-align: top;
    border-right: 1px solid rgba(0,0,0,0.15);
    border-left: 1px solid #FFF;
}

#MenuH .menu > li > .submenu > div > li:last-child{
    border-right: 1px solid rgba(0,0,0,0.15);
}

#MenuH .menu > li > .submenu > div > li{
    float: none;
}

#MenuH ul ul li, #MenuH ul ul li a, #MenuH ul ul li span, #MenuV ul, #MenuV li, #MenuV li a, #MenuV li span {
    display: block;
    white-space: nowrap;
}

#MenuH ul ul li a{
}

#MenuH ul ul li > a:hover{
}

#MenuH ul > div > li > a:hover{
    background: transparent;
    padding: 0;
}

#MenuH .allLink{
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
}

#MenuH .submenu li .allLink > a{
    font-weight: bold;
    color: #143d8d;
}

#MenuH .submenu li a, #MenuH .submenu li span, #MenuH .submenu li a:hover {
    color: #333;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.3rem;
    line-height: 1.8em;
    text-decoration: none;
}

#MenuH .submenu li a, #MenuH .submenu li span, #MenuH .submenu li a:hover, #MenuH .submenu li span:hover, #MenuH .submenu li.sel a, #MenuH .submenu li.sel span {
    font-size: 1.5rem;
    font-weight: 700;
    color: #555;
    border: none;
    padding: 0;
    text-shadow: 0 1px 0 #FFF;
}

#MenuH .submenu li a.expressProd:after{
    content: '';
    height: 12px;
    width: 12px;
    background: url(assets/images/ExpressProducts_icon.png) left top no-repeat;
    position: relative;
    display: inline-block;
    background-size: contain;
    left: 5px;
    bottom: 5px;
}

#MenuH .menu > li > .submenu > div > li > a,
#MenuH .menu > li > .submenu > div > li > ul > a,
#MenuH ul ul li a.subProduct,
#MenuH ul ul li a.subProduct:hover {
    color: #143d8d;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    border: none;
    text-align: left;
    width: auto;
    text-transform: uppercase;
    margin-bottom: 5px;
    z-index: 99999;
}

#MenuH ul ul li a.subProduct,
#MenuH ul ul li a.subProduct:hover{
    margin-top: 5px;
    margin-bottom: 0;
    text-transform: none;
}

#MenuH .menu > li > .submenu > div > li:hover > a{
}

#MenuH .menu > li > .submenu a:hover{
    color: #F58026;
    -webkit-transition: color .2s,.5s;
    -moz-transition: color .2s,.5s;
    -o-transition: color .2s,.5s;
    transition: color .2s,.5s;
}

#MenuH .menu > li:first-child > .submenu > div > li:first-child > a, 
#MenuH .menu > li:first-child > .submenu > div > li:first-child + li > a,
 #MenuH .menu > li:first-child > .submenu > div > li:first-child + li + li > a,
 #MenuH .menu > li:first-child > .submenu > div > li:first-child + li + li + li > a{
    position: relative;
    text-align: left !important;
    width: 100% !important;
    text-indent: 36px;
    line-height: 1.9em !important;
    height: 36px;
}

#MenuH .menu > li:first-child > .submenu > div > li:first-child > a{
    color: #F58026;
    background: url(assets/images/Oligos_32x32.png) left top no-repeat;
}

#MenuH .menu > li:first-child > .submenu > div > li:first-child:hover > a{
    background: url(assets/images/Oligos_32x32.png) left top no-repeat;
}

#MenuH .menu > li:first-child > .submenu > div > li:first-child + li > a{
    color: #AB3F97;
    background: url(assets/images/GSY_32x32.png) left top no-repeat;
}

#MenuH .menu > li:first-child > .submenu > div > li:first-child + li:hover > a{
    background: url(assets/images/GSY_32x32.png) left top no-repeat;
}

#MenuH .menu > li:first-child > .submenu > div > li:first-child + li > ul li > a:hover{
    color: #AB3F97;
}

#MenuH .menu > li:first-child > .submenu > div > li:first-child + li + li > a{
    color: #143D8D;
    background: url(assets/images/DNASeq_32x32.png) left top no-repeat;
}

#MenuH .menu > li:first-child > .submenu > div > li:first-child + li + li:hover > a{
    background: url(assets/images/DNASeq_32x32.png) left top no-repeat;
}

#MenuH .menu > li:first-child > .submenu > div > li:first-child + li + li > ul li > a:hover{
    color: #143D8D;
}

#MenuH .menu > li:first-child > .submenu > div > li:first-child + li + li + li > a{
    color: #00B9E3;
    background: url(assets/images/NGS_32x32.png) left top no-repeat;
}

#MenuH .menu > li:first-child > .submenu > div > li:first-child + li + li + li:hover > a{
    background: url(assets/images/NGS_32x32.png) left top no-repeat;
}

#MenuH .menu > li:first-child > .submenu > div > li:first-child + li + li + li > ul li > a:hover{
    color: #00B9E3;
}

/*#MenuH .menu > li:first-child + li > .submenu > div > li:first-child > a{
    color: #F58026;
    background: url(assets/images/cGMP_32x32icon.png) left top no-repeat;
}

#MenuH .menu > li:first-child + li > .submenu > div > li:first-child:hover > a{
    background: url(assets/images/cGMP_32x32icon.png) left top no-repeat;
}

#MenuH .menu > li:first-child + li > .submenu > div > li:first-child > ul li > a:hover{
    color: #F58026;
}

#MenuH .menu > li:first-child + li > .submenu > div > li:first-child + li > a{
    color: #999999;
    background: url(assets/images/ExpressProducts_icon.png) left top no-repeat;
}

#MenuH .menu > li:first-child + li > .submenu > div > li:first-child + li:hover > a{
    background: url(assets/images/ExpressProducts_icon.png) left top no-repeat;
}

#MenuH .menu > li:first-child + li > .submenu > div > li:first-child + li > ul li > a:hover{
    color: #999999;
}*/

/*#MenuH .truemer{
    background: url(assets/images/TRUEmer_32x32.png) left top no-repeat;
    margin: 0 !important;
}

#MenuH .truemer:hover{
    background: url(assets/images/TRUEmer_32x32.png) left top no-repeat;
}*/

#MenuH>select, #MenuH>select+span, {
    display: none;
}

#SearchBar {
    background: transparent;
    position: relative;
}

#SearchBar input[type=text] {
    color: rgb(199, 199, 199);
    height: 29px;
}

input#searchText, #searchstring {
    border: none;
    padding: 0 10px;
    line-height: 28px;
    height: 28px;
    width: 90%;
    max-width: 240px;
    margin: 25px 10px;
    float: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#ssubmit {
    font-size: 0;
    border: none;
    position: absolute;
    right: 20px;
    width: 30px;
    height: 27px;
    background: none;
}

nav div#searchresults {
    position: absolute;
    right: 25px;
    top: 53px;
}

i.fa.fa-bars {
    font-size: 2.1rem;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#res-search {
    float: right;
    padding: 3px 5px;
    color: #fff;
    font-size: 2.0rem;
    cursor: pointer;
    display: none;
}

.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
    display: none !important;
}

/************
Responsive
***********/

@media (min-width: 768px) {
    .col-sm-9,{
        width: 75%;
    }
    .col-sm-9, .col-sm-3{
        position: relative;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-9{
        float: left;
    }
    .col-sm-3{
        float: right;
    }
    .collapse-nav.collapse {
        height: 80px!important;
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
}



















