/* -------------------------------------- */
.tx-ee-menu {
    font-size: 0.9em;
    font-weight: bold;
    background: #26358c;
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tx-ee-menu ul {
    margin: 0;
    padding: 0;
    -webkit-transition: opacity .3s ease-in-out;
}

.ul_1-some>li {
    background: url(../img/hg-nav-a.png) no-repeat right 8px;
}

.ul_1-some>li:last-child {
    background-image: none;
}

.tx-ee-menu ul li {
    margin-right: 0;
    height: 25px;
    padding: 10px 15px 3px;
    float: left;
    text-transform: uppercase;
}

.tx-ee-menu a {
    display: block;
    color: #5b5959;
    text-decoration: none;
    font-weight: 500;
}

.tx-ee-menu li:hover {
    background: #26358C;
}

.tx-ee-menu li:hover>a {
    color: #fff;
}

.tx-ee-menu li li a:hover,.tx-ee-menu li li:hover a {
    background: #4d5894;
}

.tx-ee-menu li li:hover .subcont a {
    background: transparent;
}

.tx-ee-menu ul li:hover ul {
    display: block;
}

.tx-ee-menu ul ul {
    position: absolute;
    background: #26358c;
    top: 38px;
    margin: 0 0 0 -15px;
    display: none;
    padding-top: 35px;
    list-style: none;
    width: 260px;
    z-index: 100;
    margin: 0 0 0 -15px;
}

.tx-ee-menu ul.sub {
    left: -175px;
    width: 960px;
    height: 301px;
}

.tx-ee-menu ul.sub li a {
    width: 225px;    
    /*    border-right: 1px solid #5C68A9;*/
}

.tx-ee-menu ul ul li {
    float: none;
    padding: 0 0px 14px 0;
}

.tx-ee-menu ul ul li div {
    display: none;
}

.tx-ee-menu .ul_1-some li:hover ul.sub li:first-child div {
    display: block;
}

.tx-ee-menu ul ul li:hover div {
    display: block;
}

.tx-ee-menu ul ul a {
    padding: 10px 10px 10px 25px;
    color: #fff;
    display: block;
    text-transform: none;    
}


.tx-ee-menu .subcont {
    top: 0;
    height: 280px;
    position: absolute;
    left: 260px;
    /*padding: 50px 30px 0 20px;*/
    width: 699px;
    background: #26358c;
}

.tx-ee-menu .subcont .csc-default {
    border-bottom: 1px solid rgba(255,255,255,.25);
    height: 75px;
    padding: 18px;
    position: relative; 
}

.tx-ee-menu .subcont .csc-default:last-child {
    border-bottom: 0 none;
}

.tx-ee-menu .subcont a {
    width: auto !important;
    padding: 0;
    border-right: 0 none !important;
}

.tx-ee-menu .subcont div a:hover {
    text-decoration: underline;
    background: transparent;
}

.tx-ee-menu .subcont h4 {
    margin: 0 0 10px 0;
    width: auto;
    color: white;
    padding: 6px 0 5px;
    font-size: 18px;
    text-transform: none;
    border-bottom: 1px solid rgba(255,255,255,.25);
}

.tx-ee-menu .csc-header {
    margin-bottom: 11px;
}

.tx-ee-menu .subcont {
    height: 335px;
    /*padding-top: 30px;*/
    /*box-shadow: inset -50px -100px 100px 10px rgba(0,0,0,.25);*/
    box-shadow: inset -500px 0px 350px -150px #037ad6;
    border-left: 1px solid rgba(255,255,255,.25);
}

#mmenu h3 {
    margin: 0 0 -4px 0;
    width: auto;
    color: white;
    padding: 6px 0 0px;
    font-size: 18px;
    border: 0 none;
    text-transform: none;
}

#ee_menu p, #ee_menu p a {
    color: #c9cce2;
    text-transform: none;
    font-weight: normal;
    font-size: 13px;
}

.tx-ee-menu li li:hover .subcont a {
    background: transparent;
}

.tx-ee-menu .span12 p a {
    display: inline-block;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 5px;
    color: #FFF;
}

.tx-ee-menu .csc-textpic-imagewrap {
    position: absolute; 
    right: 30px;
    top: 10px; 
}

.tx-ee-menu img {
    width: auto !important;
    height: 80px;    
    /*-webkit-box-reflect: below -30px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(55%, transparent) , to(rgba(250, 250, 250, 0.9)));*/
}

.tx-ee-menu .span12 {
    margin-left: 0;
}


.tx-ee-menu .csc-default .csc-textpic-text { margin-right: 220px; } 

.tx-ee-menu .csc-default .csc-textpic-imagewrap { 
    border: 1px solid rgba(255,255,255,.25) !important;
    border-radius: 10px;
    padding: 5px; 
}

.tx-ee-menu .csc-default:nth-child(odd) .csc-textpic-imagewrap { 
    background: -moz-linear-gradient(45deg, rgba(14,159,250,1) 0%, rgba(252,252,252,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(14,159,250,1)), color-stop(100%,rgba(252,252,252,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgba(14,159,250,1) 0%,rgba(252,252,252,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgba(14,159,250,1) 0%,rgba(252,252,252,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(14,159,250,1) 0%,rgba(252,252,252,0) 100%); /* IE10+ */
    background: linear-gradient(45deg, rgba(14,159,250,1) 0%,rgba(252,252,252,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9ffa', endColorstr='#00fcfcfc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.tx-ee-menu .csc-default:nth-child(even) .csc-textpic-imagewrap { 
    background: -moz-linear-gradient(45deg, rgba(252,252,252,0) 0%, rgba(14,159,250,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(252,252,252,0)), color-stop(100%,rgba(14,159,250,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgba(252,252,252,0) 0%,rgba(14,159,250,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgba(252,252,252,0) 0%,rgba(14,159,250,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(252,252,252,0) 0%,rgba(14,159,250,1) 100%); /* IE10+ */
    background: linear-gradient(45deg, rgba(252,252,252,0) 0%,rgba(14,159,250,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcfcfc', endColorstr='#0e9ffa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}