

.tabletmenu {position:absolute; left:-9999px; display:none;}

.isopage {width:100%; height:100%;margin:0 auto; position:relative;}
.isopage  .navupdate {display:block;z-index:1000;width:980px; margin:0 auto; }
.menu_holder { width:1200px;margin:0; padding:0; list-style:none; text-align:left;background: red;}

.menu_images *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}

.menu_videos .date-bar{position:static;cursor:normal;float:left;width:100%;margin-top:5px;height:25px;;box-shadow:none;padding:0 5px 0 0;background:#fff;color:#000;font-size:14px;}
.menu_videos .date-bar .outer_face {display:inline;float:left;margin-top: 2px;padding:0;position: static;width: 16px;height: 16px;border-radius: 250px;background: white;box-shadow: inset 0 0 1px gray;border: 2px solid gray;margin-right:5px;}
.menu_videos .date-bar .hand, .menu_videos .date-bar .hand.hour {position:static;padding:0;padding-top: 5px;width: 2px;height: 50%;top: 0%;left: 50%;margin-left: 5px;background: gray;z-index: -1;}
 

.menu_article *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}

.menu_article .date-bar{position:static;cursor:normal;float:left;width:100%;margin-top:5px;height:25px;;box-shadow:none;padding:0 5px 0 0;background:#fff;color:#000;font-size:14px;}
.menu_article .date-bar .outer_face {display:inline;float:left;margin-top: 2px;padding:0;position: static;width: 16px;height: 16px;border-radius: 250px;background: white;box-shadow: inset 0 0 1px gray;border: 2px solid gray;margin-right:5px;}
.menu_article .date-bar .hand, .menu_article .date-bar .hand.hour {position:static;padding:0;padding-top: 5px;width: 2px;height: 50%;top: 0%;left: 50%;margin-left: 5px;z-index: -1;}
 
.menuControl {display:none;}


.menu label {display:none;}

.clear {clear:both;}


.menu div  
{
	-webkit-transition: all 1s; 
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; 
    -webkit-transform: translate3d(0, 0, 0); 
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0); 
   -webkit-backface-visibility: hidden; 
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; 
}
.menu div  *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}

.menu div {position:absolute; background:#f6f6f6; width:100%;  padding:10px 10px 0 10px;
box-shadow: 0px 5px 10px rgba(0,0,0,0.5);-webkit-transition:0.75s;
-o-transition:0.75s;
-moz-transition:0.75s;
transition:0.75s;
}
.menu div ul.menu_images {float:right;width:100%;min-height:190px;margin:0;padding:0 0 0 0;;line-height:0;}
.menu div ul.menu_images li {width:20%;height:135.19px;float:left;margin:0;padding:0 0 10px  10px;list-style:none;overflow: hidden;}
.menu div ul.menu_images li img {width:100%;margin:0;box-shadow:0 0 5px #454a53;}

.menu div ul.menu_videos {float:right;width:100%;min-height:190px;margin:0;padding:0 0 0 0;;line-height:0;}
.menu div ul.menu_videos li {width:158px;width:214px;margin: 0 0 0 10px;height:190px;float:left;padding:10px;list-style:none;background:#fff;overflow: hidden;}
.menu div ul.menu_videos li img {width:100%;margin:0;}
.menu div ul.menu_videos p.videoheading {color:#0063c8; font-weight:bold;max-height:40px;line-height:1.1em;}

.menu div ul.menu_article {float:right;width:100%;min-height:190px;margin:0;padding:0 0 0 0;;line-height:0;}
.menu div ul.menu_article li {width:158px;width:214px;margin: 0 0 0 10px;height:190px;float:left;padding:10px;list-style:none;background:#fff;overflow: hidden;}
.menu div ul.menu_article li img {width:100%;margin:0;}
.menu div ul.menu_article p.articleheading {color:#0063c8; font-weight:bold;max-height:35px;line-height:1.3em;}


.menu div dl {margin:0;cursor:pointer; float:left; width:100%;height:100%}

.menu div ul {display: block;width: 960px;margin: 0 auto;}

.menu div ul li.onefifth {display: block;float: left; cursor:pointer; width:30%;margin-bottom:10px}

.menu div ul li.fourfifth {display: block;float: left; cursor:pointer; width:70%;}

.menu div dt {display:block; padding:5px; margin:0; color:#fc6; font-size:14px; line-height:20px; }

.menu div dl.dl5 {clear:left;}

.menu div dd {display:block; padding:0; margin:0;min-height: 190px;}
.menu div dd a {line-height:38px; color:black; background:white; display:block; margin:0; padding:0 10px; text-decoration:none; font-size:1.0em; font-weight:bold;white-space:nowrap; }
.menu div dd a:hover {text-decoration:none; background:#aaa; color:#000;}

.menuxxx {margin:0 auto}
.menu li div {left:-9999px; top:-3000px;     z-index: 1000;display:none;}

.menu li.top-line {float:left;    }
.menu li.top-line a.top-a {display:block; float:left; text-align:center; width:120px;line-height:40px; padding:0 5px; color:#fff; text-decoration:none; font-size:1.2em; white-space:nowrap;transition: background .2s ease;
    -moz-transition: background .2s ease;
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    -ms-transition: background .2s ease;
    border-right: 1px solid rgba(0,0,0,.1);
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    -moz-text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    -o-text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    -ms-text-shadow: 1px 1px 2px rgba(0,0,0,.3);}
.menu li.spacerblock {width:60px;}
.menu li.top-line a.home {width:50px;}
.menu li.top-line a.main-menu-item {width:210px;}
.menu li.top-line b {display:block; width:100%; height:40px; position:relative; z-index:100;-webkit-transition:0.75s;-o-transition:0.75s;-moz-transition:0.75s;transition:0.75s;}
.menu li.top-line b {*display:none;}
.menu li:hover > b {height:0;}
.menu li.top-line:hover > a {background:rgba(255,255,255, 0.2);color:#fff;text-decoration:none;}


.menu li:hover div {left:0; top:40px; display:block;}



@media only screen and (max-width : 899px) 
{
.menu div dl.dl5 {clear:none;}
.menu div dl.dl4,
.menu div dl.dl7 {clear:left;}
}

@media only screen and (max-width : 679px)
{
.menu div dl.dl4 {clear:none;}
.menu div dl.dl7 {clear:none;}
.menu div dl.dl3 {clear:left;}
.menu div dl.dl5 {clear:left;}
.menu div dl.dl7 {clear:left;}
}


@media only screen and (max-width : 480px) 
{
html, body {width:100%; overflow-x:hidden;}
.page {display:block; width:100%; left:0;
-webkit-transition:0.5s;
-moz-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
}

.menu li.top-line b {display:none;}
.menu li.top-line > label {display:block; width:100%; height:60px; margin-top:-60px; background: url(trans.gif); position:relative; z-index:100;
-webkit-transition:0.75s;
-o-transition:0.75s;
-moz-transition:0.75s;
transition:0.75s;
}

.menu li:hover > label {width:0;}

.navupdate {width:250px; margin:0; position:absolute; left:-250px; top:0; min-height:100%; background:#f8f8f8; box-shadow:inset -3px 0 5px rgba(0,0,0,0.4);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.menuControl {display:block; position:absolute; left:0; top:180px; width:50px; height:45px; border-radius:0 5px 5px 0;}
.menuControl label {display:block; height:15px; width:30px; border-top: 5px solid #666; border-bottom:5px solid #666; position:absolute; left:10px; top:10px; cursor:pointer;}
.menuControl label:after {display:block; content:""; width:30px; height:5px; background:#666; position:absolute; left:0; top:5px;}

.menu {width:240px;}
.menu li.top-line {float:none; width:220px; padding:0; min-height:60px;}
.menu li.top-line > a.top-a {float:none; color:#444; width:220px; font-size:25px; height:60px; line-height:60px; text-align:left; text-indent:10px;}
.menu li.has-sub > a.top-a {background: url(top-right.png) no-repeat 180px center;}

.menu li.top-line > a:hover,
.menu li.top-line:hover > a {color:#fff;}
.menu li.has-sub > a:hover,.menu li.has-sub:hover > a {background: #111 url(top-down.png) no-repeat 180px center;}

.menu div {position:static; width:240px; display:block; margin-top:-20px; background:rgba(255,255,255, 0.9);}

.menu div dl {float:none; width:205px; padding:0 15px;}
.menu div dl dt {position:relative; text-indent:10px; font-size:16px; line-height:35px; margin:1px 0; background:#444 url(sub-right.png) no-repeat 165px center; color:#fc6;}

.menu div dl dt label {display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index:100; background:url(trans.gif);
-webkit-transition:0.75s;
-o-transition:0.75s;
-moz-transition:0.75s;
transition:0.75s;
}

.menu div dl dd {height:0; overflow:hidden;}
.menu div dl dd a {font-size:14px; line-height:40px; text-indent:10px;}

.menu div dl dt:active,
.menu div dl dt:focus {background:#444 url(sub-down.png) no-repeat 165px center;}
.menu div dl dt:active + dd {height:auto;}
.menu div dl dt:focus + dd {height:auto; background:url(trans.gif);}
.menu div dl dd:hover {height:auto;}

#menuOpen:checked ~ .page {left:250px;}
#menuOpen:checked ~ .page article .menuControl .menuOpen {display:none;}

#sub1:checked ~ .menu #p1,
#sub2:checked ~ .menu #p2,
#sub3:checked ~ .menu #p3,
#sub4:checked ~ .menu #p4 {display:block;}

#sub1:checked ~ .menu label.sub1,
#sub2:checked ~ .menu label.sub2,
#sub3:checked ~ .menu label.sub3,
#sub4:checked ~ .menu label.sub4 {width:0;}

#sub1:checked ~ .menu li.sub1 > a,
#sub2:checked ~ .menu li.sub2 > a,
#sub3:checked ~ .menu li.sub3 > a,
#sub4:checked ~ .menu li.sub4 > a {color:#fff; background: #111 url(top-down.png) no-repeat 180px center;}

#dt1:checked ~ .dl1 #s1,
#dt2:checked ~ .dl2 #s2,
#dt3:checked ~ .dl3 #s3,
#dt4:checked ~ .dl4 #s4,
#dt5:checked ~ .dl5 #s5,
#dt6:checked ~ .dl6 #s6,
#dt7:checked ~ .dl7 #s7,
#dt8:checked ~ .dl1 #s8,
#dt9:checked ~ .dl2 #s9,
#dt10:checked ~ .dl3 #s10,
#dt11:checked ~ .dl1 #s11,
#dt12:checked ~ .dl2 #s12,
#dt13:checked ~ .dl1 #s13,
#dt14:checked ~ .dl2 #s14,
#dt15:checked ~ .dl3 #s15,
#dt16:checked ~ .dl4 #s16,
#dt17:checked ~ .dl5 #s17,
#dt18:checked ~ .dl6 #s18 {height:auto;}

#dt1:checked ~ .dl1 dt,
#dt2:checked ~ .dl2 dt,
#dt3:checked ~ .dl3 dt,
#dt4:checked ~ .dl4 dt,
#dt5:checked ~ .dl5 dt,
#dt6:checked ~ .dl6 dt,
#dt7:checked ~ .dl7 dt,
#dt8:checked ~ .dl1 dt,
#dt9:checked ~ .dl2 dt,
#dt10:checked ~ .dl3 dt,
#dt11:checked ~ .dl1 dt,
#dt12:checked ~ .dl2 dt,
#dt13:checked ~ .dl1 dt,
#dt14:checked ~ .dl2 dt,
#dt15:checked ~ .dl3 dt,
#dt16:checked ~ .dl4 dt,
#dt17:checked ~ .dl5 dt,
#dt18:checked ~ .dl6 dt {background:#444 url(sub-down.png) no-repeat 165px center;}

}
