#header {
    padding-bottom: 0;
    position: relative;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8); 
     /*   background: url(../i/bg-header.png) repeat-x;*/
    height: 130px;
    -webkit-box-shadow: 2px 5px 6px 0 rgba(45,45,45,0.2);
    -moz-box-shadow: 2px 5px 6px 0 rgba(45,45,45,0.2);
    box-shadow: 2px 5px 6px 0 rgba(45,45,45,0.2);
}
.menu-container {
    height: 110px;
    width: 1020px;
    margin: 0 auto;
}
#header .logo img{
    float: left;
    margin-top: 10px;
    margin-left: -20px;
}


#menu{
    width: 515px;
    margin-top: 50px;
}


#controls-wrapper { 
    margin:0 auto; 
    height:44px; 
    width:100%; 
    bottom:0px; 
    left:0; 
    z-index:4; 
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    box-shadow: 1px -2px 2px 2px rgba(0, 0, 0, 0.3);
    position:fixed; 
}

#controls {
    padding-top: 3px;
    height: 40px;
    margin-top: 4px;
    position: relative;
    text-align: left;
    z-index: 5;
    width: 1020px;
    margin: 0 auto;
}


#slidecounter { 
    position: absolute;
    top: -50px;
    color: #fff;
    left: 20px;
    font-weight: bold !important;
    font:15px "Helvetica Neue", Helvetica, Arial, sans-serif; 
    text-shadow:#000 0 -1px 0; 
    margin:0px 10px 0 0px; 
    line-height:42px; 
    text-shadow:#000 1px 1px 2px; 
    font-style: italic;
}

#slidecaption { 
    position: absolute;
    top: -48px;
    color: #fff;
    left: 70px; 
    color:#FFF; 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px !important;
    text-shadow:#000 1px 1px 2px; 
    margin:0 0px 0 0px;  
}


#web-footer-text{
    width: 950px;
    float: left;
    margin-top: 10px;
    color: #fff;
}

.footer-left{
    float: left;
    width: 50%;
    margin-left: 20px;
}

.footer-right{
    float: right;
    width: 46%;
    text-align: right;
}

.footer-right a{
    color: white;
    text-decoration: underline;
}

.footer-right a:hover{ color: #00AEEF; }

/* Progress Bar
	----------------------------*/
#progress-back {
    /*background: url("../img/progress-black.png") repeat-x scroll 0 0 #000000; */
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.3);
    height: 3px;
    left: 0;
    position: fixed;
    bottom: 41px;
    width: 100%;
    z-index: 5;
}
#progress-bar{ 
    position:relative; 
    height:3px; 
    width:100%; 
    background:url('../i/progress-bar-white.png') repeat-x;
}

#page-wrap{
    width: 1020px;
    margin: 35px auto;
    color: #fff;
    font-size: 15px;
}

#page-content{
    width: 360px;
    padding: 20px;
    margin-right: 0;
    margin-left: auto;
    min-height: 500px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
}

#page-content h1{ 
    border-bottom: 1px solid #fff; 
    padding-bottom: 3px;
}

#page-content blockquote{
    font-style: italic;
    font-size: 20px;
    margin-top: 50px;
    border-left: 3px solid #fff;
    line-height: 1.5em;
}

#page-content li{
    margin-bottom: 7px;
}

#map{
    margin-top: 45px;
}

/* ============================================================= OVER 1200 === */
@media (min-width: 1200px) {
  .menu-container {}
  
  
}



/* ============================================================= BETWEEN 768 - 1020 === */
@media (min-width: 768px) and (max-width: 1020px) {
  .menu-container {width: 100%;}
  
  #header .logo img{
      width: auto;
      margin-left: 20px;
  }
  
  #menu{ 
      width: auto;
      margin-right: 20px;
  }
  
  img{
      max-width: none;
  }
}


/* ============================================================= MAX 768 === */
@media (max-width: 768px) {
  .menu-container { width: 100%;}
  
  #header .logo img{
      width: auto;
      margin-left: 20px;
  }
  
  #menu{ 
      width: auto;
      margin-right: 20px;
  }
  
  img{
      max-width: none;
  }  
  
  
}

/* ============================================================= MAX 480 === */
@media (max-width: 480px) {
  .menu-container { width: 100%;}
  
  #header .logo img{
      width: auto;
      margin-left: 20px;
  }
  
  #menu{ 
      width: auto;
      margin-right: 20px;
  }
  
  img{
      max-width: none;
  }
  
}