@media screen and (min-width: 600px) {
  .orderProgress {
    background: transparent url(progress.png) top left no-repeat;
    position: relative;
    width: 600px;
    height: 84px;
    margin: -15px 0px 20px;
  }
  .orderProgress li {
    position: absolute;
    top: 0px;
    width: 183px;
    height: 84px;
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
  }
  .orderProgress .step1 {
    left: 0px;
  }
  .orderProgress .step2 {
    left: 200px;
  }
  .orderProgress .step3 {
    left: 410px;
    width: 181px;
  }
  .orderProgress .step {
    display: block;
    font-size: 12px;
    padding: 22px 0px 0px 10px;
  }
  .orderProgress .desc {
    font-size: 15px;
    font-weight: bold;
    padding: 7px 0px 0px 10px;
  }
  .orderProgress .state {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
  }
  .orderProgress .state span {
    font-size: 50px;
    line-height: 80px;
  }
  .orderProgress .stateActive span {
    font-size: 80px;
  }
}

@media screen and (max-width: 960px) {
  .header .pageTitle {
    display: block;
    bottom: 40px;
  }
  .header .pageTitle h1 a {
    font-size: 30px;
  }
  .header .mobileHeader {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background: white;
    height: 43px;
    padding: 5px 20px;
    line-height: 43px;
  }
  .header .mobileHeader h1 {
    color: #717d97;
    visibility: hidden;
  }
  .header #headerGallery {
    padding: 73px 0px 30px;
    background: #6e7b94;
    background: linear-gradient(180deg, rgba(101,115,141,1) 0%, rgba(142,150,168,1) 100%);
  }
  .navigation {
    z-index: 200;
    position: absolute;
    top: 53px;
    background: #e6e6e6;
    background: white;
  }
  .opened {
    box-shadow: 0px 3px 4px #555;
  }
  .navigation li {
    border-bottom: 1px solid #e6e6e6;
  }
  .navigation .activeChild,
  .navigation li.active div,
  .navigation li.active {
    color: black;
  }
  .navigation li a {
    color: #474747;
  }
  .navigation ul ul li.active {
    padding: 4px 0px 4px 15px;
  }
  .navigation ul ul li a,
  .navigation ul ul li.active div {
    padding: 0px 0px 0px 15px;
  }
  
  .navigation .contact {
    padding: 10px;
  }
  .navigation .contact p {
    color: #666;
  }
  .main {
    margin-top: 0px;
  }
  .content {
    padding: 40px 40px 20px 40px;
    margin: 0px auto;
    max-width: 589px;
  }
  .footer .navigate {
    margin: 0px;
  }
}

@media screen and (max-width: 660px) {
  .header .pageTitle h1 a {
    font-size: 26px;
  }
  
  /*body {
    background-position: left -60px;
  }
  .header {
    padding: 0px 0px 13px;
  }
  .header .mobileHeader {
    background: transparent;
    z-index: 100;
  }
  .header .mobileHeader a,
  .header .mobileHeader h1 {
    color: #f2c370;
  }
  .header .headerImage {
    background-size: contain;
  }
  .header .headerImage {
    height: 250px;
  }
  .topNavigation {
    display: none;
  }

  .navigation {
    display: block;
    position: absolute;
    top: 30px;
    z-index: 100;
    background: #260A06;
    padding-top: 3px;
  }
  .navigation ul,
  .navigation li {
    border: none;
  }
  .navigation > ul {
    border-bottom: #957237 1px solid;
  }
  .navigation li {
    border-top: #957237 1px solid;
  }
  .navigation li li div {
    padding-left: 20px;
  }
  .navigation li.active {
    background: #800000;
  }
  .navigation li.active div {
    color: white;
    font-weight: bold;
  }*/
}


@media screen and (max-width: 589px) {
  .header .pageTitle {
    bottom: 30px;
  }
  .header .pageTitle h1,
  .header .pageTitle h1 a {
    font-size: 22px;
  }
  .content {
    padding: 40px 20px 20px 20px;
  }
}

@media screen and (max-width: 350px) {
  .header .pageTitle {
    bottom: 25px;
  }
  .header .pageTitle h1,
  .header .pageTitle h1 a {
    font-size: 18px;
  }
}