.showmenuheader {margin-bottom:30px !important;}
.showmenuheader .content {margin:0 20px;font-size:18px;line-height:24px;color:#000000;}
.showmenuheader .content h1 {font-size:64px;line-height:72px;font-weight:300;font-family:"Open Sans";margin:80px 0 0 0;}

.showmenu {height:115px;}
.showmenufix {height:115px;background:#ffffff;z-index:100;position:absolute;top:0px;left:0px;width:100%;min-width:960px;}
.showmenu[data-fix="1"] .showmenufix {position:fixed;} 

.showmenu .content {position:relative;height:115px;margin:0px 20px;
    -moz-box-shadow:    0px 15px 20px -20px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 15px 20px -20px rgba(0,0,0,0.3);
    box-shadow:         0px 15px 20px -20px rgba(0,0,0,0.3);
}
.showmenu .contentknife {position:absolute;top:0px;left:-20px;bottom:0px;right:-20px;overflow:hidden;}
.showmenu .contentinner {position:absolute;top:0px;left:0px;bottom:0px;white-space:nowrap;font-size:0px;text-align:left;min-width:990px;}

.showmenu .content a {position:relative;display:inline-block;width:200px;height:115px;margin:0px 20px;}
.showmenu .content .pic {position:absolute;top:20px;left:0px;width:75px;height:75px;background:#eeeeee;z-index:2;}
.showmenu .content .note {position:absolute;top:20px;left:90px;right:0px;height:75px;font-size:12px;overflow:hidden;color:#c7000d;text-decoration:underline;z-index:2;white-space:normal;}
.showmenu .content .bg {position:absolute;z-index:3;background:#ffffff;height:5px;left:0px;right:0px;bottom:0px;}

.showmenu .content a[data-sel="1"] .bg {background:#c7000d;}
.showmenu .content a[data-sel="1"] .note {color:#000000;text-decoration:none;}

.showmenu .navigation {position:absolute;top:0px;left:0px;right:0px;bottom:0px;z-index:-1;display:none;}
.showmenu .navigation .button {position:absolute;top:42px;}
.showmenu .navigation .button.left {left:-31px;}
.showmenu .navigation .button.right {right:-31px;}

.showmenu .constsel {position:absolute;z-index:10;bottom:0px;height:5px;background:#c7000d;display:none;
    transition:all 0.5s ease;
    -o-transition:all  0.5s ease;
    -mos-transition:all  0.5s ease;
    -webkit-transition:all  0.5s ease;
}
.showmenu[data-constsel] .content .bg {display:none;}
