html, body {
    width: 100%;
    height: 100%;
}

.container {
    display: none;
}

.oldBrowsers {
    padding: 15px;
    text-align: center;
}

.oldBrowsers img {
    max-width: 1282px;
    width: 100%;
}

#map-container {
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    position: absolute;
}

#map-container #map {
    width: 100%;
    height: 100%;
    padding: 0;
}

/*
 * The path-start class is added to each line
 * to manage its animation - this interpolates
 * between the starting and ending values for the
 * stroke-dashoffset css property
 */
.path-start {
  -webkit-transition:stroke-dashoffset 2s ease-in;
     -moz-transition:stroke-dashoffset 2s ease-in;
       -o-transition:stroke-dashoffset 2s ease-in;
          transition:stroke-dashoffset 2s ease-in;
}

#hikePannel, #campPannel {
    width: 400px;
    height: 100%;

    padding: 10px;
    top: 0;
    right: -500px;
    position: absolute;
    display: none;
    
    border-left: 1px solid rgba(0,0,0,0.3);
    
    background: rgba(255,255,255,0.7);
    overflow-y: scroll;
}

#hikePannel .close, #campPannel .close {
    display: none;
}

#hikePannelInfos {
    float: right;
}

#hikePannelDesc {
    clear: both;
    padding-top: 15px;
}

#backPannel {
    display: none;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background-image: url(images/map.png);
    border: 1px solid rgba(0,0,0,0.3);
    position: absolute;
    opacity: 0.7;
}

#backPannel:hover {
    opacity: 1;
}

#backPannel a {
    display: block;
    width: 200px;
    height: 150px;
}

#backPannel a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

#hikePannel h4, #campPannelFlickr h4 {
    clear: both;
}

.chromatic-gallery-photo {
    cursor: pointer;
}
#skipAnim {
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.1em;
    text-align: center;
}

#skipAnim a {
    color: #FFF;
    font-size: 1.5em;
}

#skipAnim {
    bottom: 10%;
}

#campPannel h4 {
    clear: both;
}

.slideshow .image        { display:none; }
.slideshow .image.active { display:block; }
.slideshow img {
  width:100%;
  }
.slideshow .caption {
  background:#eee;
  padding:10px;
  }
.cycle {
  padding:10px 0 20px;
  }
.cycle a.prev { float:left; }
.cycle a.next { float:right; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (max-device-width : 450px) {
  /* Styles */
  #hikePannel, #campPannel {
    width: 100%;
    border: 0;
    padding-top: 2.2em;
  }
  
  #backPannel {
      display: none !important;
  } 
  
  #hikePannel .close, #campPannel .close {
    display: block;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 2.1em;
    color: #FFF;
    font-size: 1.5em;
    background: rgba(0,0,0,0.7);
    line-height: 2.1em;
    vertical-align: middle;
  }
  
}


#campPannelFlickr div, #hikePannelFlickr div {
  height: 150px;
}

#demoControl {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 8px;
    text-align: center;
    min-width: 100px;
    border-radius: 3px;
    background: #333;
    color: #DDD;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0; 
}
  #demoControl:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.leaflet-bottom {
    z-index: 900;
}

#openAlbum {
    width: 100px;
    height: 100px;
    background: #000 url(images/camera-slr.png) no-repeat center;
    background-color: rgba(0,0,0,0.6);
    background-size: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 2px solid #FFF;
    z-index: 990;
}

#openAlbum:hover {
    background-color: rgba(0,0,0,0.8);
}

#openAlbum a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#openAlbum a span {
    display: none;
}