/* ==========================================================================
   Home styles
   ========================================================================== */


.home nav ul {
    margin: 0;
    padding: 0;
}

.home nav a {
    display: block;
    margin: 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
}

.home nav a:hover,
.home nav a:visited {
    color: white;
}

.home nav a:hover {
    text-decoration: none;
}

/* ==============
    MOBILE: Main
   ============== */



/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}


/* ==================
    Link styles
   ================== */
    
.home-link-hover{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  display: block;
  color: #fff;
  font-family: 'misoregular', Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 100;
}
    
.home-link-hover-text{
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.6);
  padding: 1em;
  width: 80%;
}
    
.home-link-hover-title{
  font-size: 1.4em;
  text-transform: uppercase;
  line-height: 0.5em;
}

.home-link-nav{
  position: relative;
}

.home-link-img{
  position: relative;
  width: 100%;
}

.landing-link-text{
  position: absolute;
  z-index: 10;
  right: 5%;
  top: 10%;
  color: #fff;
  font-family: 'misoregular', Helvetica, Arial, sans-serif;
  font-size: 3em;
  text-shadow: black 0.03em 0.03em 0;
}

/* ==================
    Loader styles
   ================== */


#loadersplash{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: white;
}

.loader-content{
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.loader-logo{
  position: absolute;
  top: 0;
  left: 50%;
  width: 64px;
  height: 64px;
  margin: 0 0 0 -32px;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation:spin 2s linear infinite;
  animation:spin 2s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.loader-items{
  width: 34px;
  height: 22px;
  margin: auto;
  position: relative;
  margin-top : 74px;
}

.loader-item{
  width: 10px;
  height: 10px;
  position: absolute;
}

.loader-item-bot{
  z-index: 110;
  background: #cecece;
}

.loader-item-top{
  z-index: 120;
  display: none;
}

#loader-item-bot1, #loader-item-top1{ left: 0;    top: 0; }
#loader-item-bot2, #loader-item-top2{ left: 12px; top: 0; }
#loader-item-bot3, #loader-item-top3{ left: 24px; top: 0; }
#loader-item-bot4, #loader-item-top4{ left: 0;    top: 12px; }
#loader-item-bot5, #loader-item-top5{ left: 12px; top: 12px; }
#loader-item-bot6, #loader-item-top6{ left: 24px; top: 12px; }


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {


/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    .home nav ul li {
        display: inline;
        margin: 0;
        padding: 0;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
    
}

@media only screen and (min-width: 768px) {


/* ============
    WIDE: Main
   ============ */

    .main article {
    }

    .main aside {
    }
    
    /* IE old fix for percentage size calculation*/
    .lt-ie8 .home nav a {
      margin-right: -1px;
    }
    
    .home-link{
      display: block;
      float: left;
      width: 33.2%;
      height: 33.2%;
      text-align:center;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      background: #000;
    }
    
    .home-link-nav{
      overflow: hidden;
      position: relative;
    }
    
    .home-link-img{
      position: absolute;
      top: 0;
      left: 0;
    }
    
    .home-link-hover{
      background: #000;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    
    .home-link-nav:hover .home-link-hover{
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8;
    }
    
    .home-link-hover-text{
      background: transparent;
    }
    
    nav{
      margin-left:1px;
    }
    
}

@media only screen and (min-width: 1024px) {

}

@media only screen and (min-width: 1140px) {

}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@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;
    }
}