/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 100%;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: 'TradeGothicLTStdBdCnNo.20';
    src: url('tradegothicltstd-bdcn20-webfont.eot');
    src: url('tradegothicltstd-bdcn20-webfont.eot?#iefix') format('embedded-opentype'),
         url('tradegothicltstd-bdcn20-webfont.woff') format('woff'),
         url('tradegothicltstd-bdcn20-webfont.ttf') format('truetype'),
         url('tradegothicltstd-bdcn20-webfont.svg#TradeGothicLTStdBdCnNo.20') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'trade_gothic_lt_std_cnregular';
    src: url('tradegothicltstd-cn18-webfont.eot');
    src: url('tradegothicltstd-cn18-webfont.eot?#iefix') format('embedded-opentype'),
         url('tradegothicltstd-cn18-webfont.woff') format('woff'),
         url('tradegothicltstd-cn18-webfont.ttf') format('truetype'),
         url('tradegothicltstd-cn18-webfont.svg#trade_gothic_lt_std_cnregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1{  padding: 0; margin: 0;    font-size: 135%; } 
h2{  font-weight: normal;} 
h3{  padding: 0; margin: 0; }

ul{padding: 0; margin: 0;}
li{list-style-type: none;}

body {
    color:#fff;
    background-color: #f2f2f2;
    font-family: 'TradeGothicLTStdBdCnNo.20';
    font-size: 120%;
}



#header{
    color: #FFFFF9;
    position: fixed;
    width: 100%;
    z-index: 50;
    min-width: 400px;
}
#header  a{
    color: #fff;text-decoration:  none;
}

#header h1{
     margin:12px 0 0 25px;
     float: left;
}
#header #bar{
    background-color: #676765;    height:50px;
    overflow: hidden;
}

#header #nav{
    background-color: #a4a4a3;  
    padding-top: 12px;
    padding-left:15px;
    height:38px;
    display:none;
}   

#header #handle{
    background-image: url('../img/sprite.svg');
    background-position: 16px 16px;
    padding: 25px;
    border-right:1px solid #a4a4a3;   
    float: left;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}

#header #handle.open{
    border-color: #a4a4a3;
    background-color: #a4a4a3;
}



.breakpoint-1  #header #handle.open{
    border-color: #a4a4a3;
    background-color: #676765;
}
.breakpoint-1 #header .social .ls{
    display: none;
}


#header #nav .social{
    display: none;
}
.breakpoint-1 #header #nav .social{
    display: block;
}

.breakpoint-1 #header #nav #filters{
 margin-top: 50px;-webkit-overflow-scrolling: touch;
}

.breakpoint-1 #header #nav{
    display: block;
    position: absolute;
    width: 250px;
    top:0;
    left:-250px;
     height: 400px;
     padding:0;
}

.breakpoint-1 #header #nav .social{
border-bottom: 1px solid #959593;
width: 100%;   height: 50px;
}

.breakpoint-1 #header #nav #filters li{
    float: none;
 border-bottom: 1px solid #959593;
    margin: 0;
    padding: 10px;
}



#header .social{
     float:right;     
}
#header .social li{float: left; margin: 15px; }

.icon{
   padding: 8px;
    background-image: url('../img/sprite.svg');
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline
}

.icon.tel {background-position: -660px 0;}
.icon.map {background-position: -66px 0;}
.icon.email {background-position: -132px 0;}
.icon.twitter {background-position: -198px 0;}
.icon.fb {background-position: -264px 0;}
.icon.li {background-position: -330px 0;}
.icon.gp {background-position: -396px 0;}
.icon.rss {background-position: -462px 0;}

.icon.tel:hover {background-position: -660px -66px;}
.icon.map:hover {background-position: -66px -66px;}
.icon.email:hover {background-position: -132px -66px;}
.icon.twitter:hover {background-position: -198px -66px;}
.icon.fb:hover {background-position: -264px -66px;}
.icon.li:hover {background-position: -330px -66px;}
.icon.gp:hover {background-position: -396px -66px;}
.icon.rss:hover {background-position: -462px -66px;}



#header #nav ul li a{
    
}

header #nav li{
    float: left;
    margin-right: 40px;    
}







.nav .checkbox{
    background-image: url('../img/sprite.svg');
    width:16px; height:16px;
    margin-right: 10px;
    display:-moz-inline-stack;
    background-position: -528px 0;
    display:inline-block;
    zoom:1;
    *display:inline
}

.nav .checkbox.unchecked{
    background-position: -594px 0;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.iwContent{width:400px;}

#app li .hover.hoveropen{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

#flyNavMnu{
    position: absolute;
    background-color: #676765;
    top:50px;
    height:800px;
    left:-250px; width:240px;
}

#flyNavMnu li{
    padding:5px;
}

#side{
    padding:10px;
    float: left; width:250px;
}
#logo{
    width:200px; 
    position: fixed;  
    top: 60px;
    color:#949493;
    margin-left: 10px;
}

#container {
   margin-left:200px; 
    padding:0;
    min-width: 400px;padding-top: 61px;
}

#app {margin:0;}

#app .feat { width: 500px; height:500px;}

#app li{
    float:left;
    width:250px;
    height:250px;
}

#app li img{
width:100%;
    
}
#app li .inner {
    margin: 10px;
    overflow: hidden;
    position: relative;
}


#app li .hover{
    width:100%; height:100%; opacity: 0;  
    background-color: #333;  position: absolute;
    z-index: 2;
}
#app li .hover span{
    position: absolute;
    bottom: 25%;
    width: 100%;
    text-align: center;
        
}

#app li .normal {
   font-family: 'trade_gothic_lt_std_cnregular';}

#app li .pad {
    padding:15px;
}
#app li.feat .pad {
    padding:20px;
}

#app li .bg{
    position: absolute;bottom: 0;
    height:100%;   
    width: 100%;
    overflow: hidden;
}

#app li a{
    color: #fff;
}
#app li p{
    margin: 0;
    color:#676765;
    line-height: 20px;
    
    overflow: hidden;
}

#app li h2{
    margin: 0;
    font-size:200%;
    line-height: 110%;
    letter-spacing: -1.5px;
    font-family: 'TradeGothicLTStdBdCnNo.20';
}

#app .inner .hover p {color: #fff;}

#app li p{
    color:#fff;
}


#app li.news  .source {
    color:#fff;
    background-repeat: no-repeat;
    font-size:80%;
    position: absolute;
    bottom: 10px;
    padding-left: 20px;
    
}


.loading {
    padding:15px 0;
    text-align:center;
    width:100%;
    margin:0px auto;
    color:#959593;
    display:none;
}





#map {
    font-family: 'trade_gothic_lt_std_cnregular';
    color:#676765;
    height:100%;
    width:100%;
    position: absolute;
    bottom: 0;
    font-size: 80%;
    line-height: 14px;
}

#mapInfo {
    position: absolute; z-index: 10; 
    background-color: #000; padding: 2px;
    right:5px; top:5px; font-family: 'trade_gothic_lt_std_cnregular';  
    font-size:85%; opacity: 0.75;
    display:none;                   
}


#about img, #about video{ position: absolute; }

.breakpoint-750 .icon.tel {display: none;}
.breakpoint-750 .icon.map {display: none;}
.breakpoint-750 #header .logo {display: none;}

.breakpoint-750 .video img{ display: none; }
.breakpoint-750 .video video{  display: block; width:100%;}
.breakpoint-1 .video img{  display: block; }
.breakpoint-1 .video video{  display: none; }

.breakpoint-1 #container {margin-left:0;}
.breakpoint-1 #logo {display:none;}


.fact .inner { background-color: #949493;}
.tweet .inner { background-color: #2AA9E0;}

 .isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}



#page { color:#333;margin-left: 30px;}
#page textarea, #page input {width: 100%;}
#page input[type=submit], .button{
    background-color: #333;
    right:5px; top:5px; font-family: 'trade_gothic_lt_std_cnregular';
    text-decoration: none;
    color:#fff; border:0; padding: 2px 18px;
    width:auto;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.grid li{
    width: 250px;
    height: 300px;
    padding: 10px;

    text-align: center;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}







/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
