@media screen and (max-width: 1200px) {
  .container {
    width: 100%;   
  }
  .wrap {
  	width: 100%;     
  }
}
@media screen and (max-width: 1199px) {
  header .wrap {
    padding: 0px 0px 0px 30px;
  }
}


@media screen and (max-width: 990px) {
  body {
    background-size: 1546px 600px;
  }
  header {
    height: 440px;  
  } 
}

@media screen and (max-width: 890px) {
  h1 {
    font-size: 1.8em;
    width: 60%;
  } 
}

@media screen and (max-width: 800px) {
  div.timeline div.row {
    height: auto;
  }
  div.timeline {
    background: url('../../images/bgr-cont.png') top left repeat-y;
  }
  div.timeline div.row div.timedot {
    float: left;
    width: 100%;
    height: 90px;
    text-align: left;
  }
  div.timeline div.row div.timedot a {
    float: left;
    width: 100%;
    height: 90px;
    padding-top: 0px;
    padding-left: 50px;
    background-image: url('../../images/tml-smalldot.png'), url('../../images/tml-timedot-mob.png');
    background-position: top 33px left 6px, top 27px left 10px;
    background-repeat: no-repeat, no-repeat;   
  }
  div.timeline div.row div.timedot a img {
    float: left;  
  }
  div.timeline div.row div.timedot a h4 {
    padding-left: 100px;
    line-height: 80px;
    font-size: 1.6em;  
  }
  div.timeline div.odd {
    background: none;
  }
  div.timeline div.even {
    background: none;
  }
  div.timeline div.rdot {
    display: none;
  }
  div.timeline div.ldot {
    display: none;
  }
  div.timeline div.row div.emptydot {
    display: none;
  }
  div.timeline div.row div.switch {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-left: 0px;
    background: url('../../images/bgr-cont.png') top left repeat-y;
  }
  div.timeline div.row div.switch div.track {
    float: left;
    width: 100%;
    height: auto;    
    padding: 20px 0px 0px 0px;
    margin: 0px;
    background: transparent; 
  }
  div.timeline div.row div.switch div.track:last-child {
    margin-top: 25px;
  }
  .btn.light {
    background: #00275f;
  }
}

@media screen and (max-width: 750px) {
  body {
    background-size: 1289px 500px;
  }
  header {
    height: 362px;  
  }
  #logo a {
    width: 180px;
    height: 49px;
    margin: 30px 0px 0px 0px;
    background-size: 180px 49px;
  }
  h1 {
    font-size: 1.8em;
    width: 60%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 650px) {
  body { 
    background-position: top left -360px, top left;
  }
  .dets .det .showimg img {
    width: 100%;
    height: auto;
    max-width: 600px;
  }
}

@media screen and (max-width: 600px) {
  header {
    height: 492px;  
  }
  h1 {
    width: 60%;
    margin-top: 30px;
  }
  body { 
    background-position: top 130px left -400px, top left;
  }
  div.cont {
    padding: 30px 10px 0px 50px;
  }
}

@media screen and (max-width: 560px) {
  header {
    height: 484px;  
  }
  h1 {
    width: 100%;
    margin-top: 20px;
  }
  body {
    background-size: 1031px 400px;
    background-position: top 200px left -340px, top left;
  }
}

@media screen and (max-width: 450px) {
  header {
    height: 582px;  
  }
  h1 {
    width: 100%;
    margin-top: 20px;
  }
  body {
    background-size: 1289px 500px;
    background-position: top 220px left -600px, top left;
  }
  div.cont {
    padding: 30px 10px 0px 30px;
  }
}

@media screen and (max-width: 450px) {
  .btn span {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  h1 {
    width: 100%;
    margin-top: 20px;
  }
  body {
    background-position: top 230px left -650px, top left;
  }
  header {
    height: 592px;  
  }
}