/*
Hompage Specific Styling.	
*/
/*
Global Variables

@import this file at the top of each page 
template file to make variables available.
*/
/*
Mixins

Add mixins to any css page using @include

e.g.
.element{
	@include transition( background .2s ease-out )
}
*/
.mobile-banner-wrap {
  width: 100%;
  display: none; }
  @media screen and (max-width: 1024px) {
    .mobile-banner-wrap {
      display: block; } }
  .mobile-banner-wrap .mobile-banner {
    width: 100%;
    height: 300px;
    color: white; }
    .mobile-banner-wrap .mobile-banner:before {
      content: '';
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      background: rgba(54, 116, 186, 0.4); }
    .mobile-banner-wrap .mobile-banner h2 {
      font-size: 90px;
      line-height: 80px;
      max-width: 850px;
      margin: 0px;
      letter-spacing: -3px;
      padding: 35px 200px 35px 35px;
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0px;
      z-index: 3; }
      @media screen and (max-width: 750px) {
        .mobile-banner-wrap .mobile-banner h2 {
          padding: 20px 20px 20px 20px;
          max-width: 450px;
          font-size: 70px;
          line-height: 60px;
          left: 0px;
          bottom: 40px; } }
    .mobile-banner-wrap .mobile-banner a {
      text-transform: uppercase;
      background: url("/wp-content/themes/nanaimo/images//shell/arrow-white.png") right 10px center no-repeat;
      display: inline-block;
      padding: 7px 20px 7px 10px;
      color: white;
      position: absolute;
      right: 30px;
      font-size: 15px;
      line-height: 15px;
      bottom: 25px;
      font-weight: 400;
      z-index: 3;
      -webkit-transition: background 0.2s ease-out;
      -moz-transition: background 0.2s ease-out;
      -ms-transition: background 0.2s ease-out;
      -o-transition: background 0.2s ease-out;
      transition: background 0.2s ease-out; }
      @media screen and (max-width: 750px) {
        .mobile-banner-wrap .mobile-banner a {
          position: absolute;
          left: 15px;
          bottom: 15px;
          right: auto; } }
      .mobile-banner-wrap .mobile-banner a:hover {
        background-color: #3573b9; }

.home-banner-wrap {
  width: 3072px;
  position: relative;
  left: -100%; }
  @media screen and (max-width: 1024px) {
    .home-banner-wrap {
      display: none; } }
  .home-banner-wrap:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 1024px;
    background: rgba(243, 243, 243, 0.8);
    z-index: 999; }
  .home-banner-wrap:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 1024px;
    background: rgba(243, 243, 243, 0.8);
    z-index: 999; }

.blue-heading {
  margin-bottom: 0px; }

.top-overflow {
  overflow: hidden; }

.home-top {
  width: 1024px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .home-top {
      width: 100%; } }

.home-banner {
  width: 1024px;
  height: auto;
  min-height: 460px;
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
  position: relative;
  white-space: normal;
  vertical-align: top; }
  .home-banner .home-inner {
    position: relative;
    width: 1024px;
    height: 460px; }
    .home-banner .home-inner:before {
      content: '';
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      background: rgba(54, 116, 186, 0.25); }
  .home-banner h2 {
    font-size: 114px;
    line-height: 90px;
    margin: 0px;
    letter-spacing: -3px;
    padding: 35px 200px 35px 35px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 3; }
  .home-banner a {
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.3) url("/wp-content/themes/nanaimo/images//shell/arrow-white.png") right 10px center no-repeat;
    display: inline-block;
    padding: 10px 25px 10px 10px;
    color: white;
    position: absolute;
    right: 30px;
    font-size: 15px;
    line-height: 15px;
    bottom: 25px;
    z-index: 3;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out; }
    .home-banner a:hover {
      background-color: #3573b9; }

@media screen and (max-width: 700px) {
  .portals {
    width: 100%;
    padding-right: 20px; } }
.portals a {
  display: block;
  position: relative;
  margin-bottom: 20px;
  color: white;
  min-height: 180px;
  font-size: 38px;
  line-height: 31px;
  padding: 20px;
  font-weight: 600;
  display: table;
  width: 100%;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out; }
  .portals a:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    background: url("/wp-content/themes/nanaimo/images//exhibit/wave-grey.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .portals a:hover:after {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px; }
  .portals a .hour-inner {
    display: table-cell;
    vertical-align: bottom; }
  .portals a span {
    color: #3573b9; }
.portals .location-link:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  background: url("/wp-content/themes/nanaimo/images//home/location.png") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.portals .location-link:hover:after {
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px; }
.portals .donate-link span {
  display: block; }

@media screen and (max-width: 700px) {
  .whats-happening {
    margin-right: -20px; } }
.whats-happening h3 {
  margin-bottom: 0px;
  margin-right: 20px; }
.whats-happening h5 {
  margin: 3px 0 0 0px;
  color: #b1b1b1;
  font-size: 15px; }
@media screen and (max-width: 700px) {
  .whats-happening .events {
    width: 100%; } }
.whats-happening .exhibit {
  padding-right: 20px;
  margin-bottom: 30px; }
  @media screen and (max-width: 1024px) {
    .whats-happening .exhibit {
      margin-bottom: 15px; } }
  @media screen and (max-width: 320px) {
    .whats-happening .exhibit {
      width: 100%; } }
  .whats-happening .exhibit .exhibit-image {
    background: center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 180px;
    position: relative;
    margin-bottom: 10px;
    display: block; }
    @media screen and (max-width: 400px) {
      .whats-happening .exhibit .exhibit-image {
        height: 130px; } }
    .whats-happening .exhibit .exhibit-image:after {
      content: '';
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      z-index: -1;
      background: url("/wp-content/themes/nanaimo/images//shell/wave-grey.jpg") center center no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }

/*# sourceMappingURL=home.css.map */
