/* below 1024 */
@media only screen
and (max-width : 1023px) {
  .responsive {
    display: block;
  }
  .inner {
    padding: 0 20px;
  }     
  header {
    z-index: 400;
    background: url(/images/header_responsive.jpg) center center no-repeat;    
  }
  header .arrow {
    top: auto;
    bottom: -36px;
    width: 100%;
    background: #17cc0e;
  }
  header .arrow h2 {
    padding: 0;
    padding-top: 15px;
    text-align: center;
  }
  header .arrow h2 span {
    width: 10px;
    margin: 0;
    display: inline-block;
  }
  main {
    z-index: 200;
  }
  main .progress_1 .left {
    display: none;
  }
  main .progress_1 .right {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  main .progress_step {
    text-decoration: none;
    background-position: center bottom 3px;
  }
  main .progress_step .left {
    float: none;
    width: 100%;
    height: auto;
  }
  main .progress_step .left h4 {
    padding: 10px 0;
    text-align: center;
  }
  main .progress_step .right {
    float: none;
    width: 100%;
    background-image: none;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  main .progress_step .right .button {
    height: 100%;
  }
  main .text {
    padding-top: 75px;
  }
  main .progress_1:first-child {
    padding-top: 0;
  }
  main .progress_last .left {
    display: none;
  }
  main .progress_last .right {
    float: none;
    width: 100%;
    background-image: none;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  main .progress_last .right .button {
    height: 100%;
  }
  main .progress_last .right p {
    line-height: 30px;
  }
  footer a {
    display: block;
    margin-bottom: 10px;
  }
  footer a:last-child {
    margin-bottom: 0;
  }
  footer span {
    display: none;
  }
  nav {
    background-position: left -1043px center;
    z-index: 800;
  }
  nav .inner {
    width: 100%;
    max-width: none;
  }
  nav .inner a {
    display: none;
  }
  nav #logo {
    left: 30px;
  }
  nav #logo a {
    display: block;
  }
  main .progress_2 {
    width: 100%;
  }
  .bottom_steps  {
    padding: 40px 0 20px 0;
  }
  .bottom_steps h2 {
    font-size: 20px;
    padding: 0 20px;
    opacity: 0.4;
  }
  .bottom_steps .inner .step {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  #responsive_menu_button {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    top: 5px;
    right: 23px;
    background: url(/images/responsive_menu.png) center center no-repeat;
    z-index: 1000;
    cursor: pointer;
  }
  #responsive_menu {
    width: 200px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -200px;
    background: rgba(23, 204, 14, 0.9);
    padding-top: 70px;
    z-index: 500;
    overflow-y: scroll;
    display: block;
  }
  #responsive_menu a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    text-align: left;
    padding: 10px 0;
    border-bottom: #ffffff 1px dotted;
    padding-left: 20px;
  }
  #responsive_menu a:last-child {
    border: none;
  }
  .gallery-holder a {
    width: 49%;
    height: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
  }
  .gallery-holder a:nth-child(2n) {
    margin-right: 0;
  }      
  .gallery-holder a:nth-child(3n) {
    margin-right: 2%;
  }    
}

/* below 500 */
@media only screen
and (max-width : 499px) {
  header .arrow h2 {
    font-size: 18px;
    padding-top: 23px;
  }
  h1 {
    font-size: 20px;
  }
  .gallery-holder a {
    width: 100%;
    height: 100%;
    margin-right: 0 !important;
    float: none;
    margin-bottom: 20px !important;
  }  
}