/* Responsive styles
================================================== */

/* Large Devices, Wide Screens */

@media (min-width: 1200px) {}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
  a.button-image::before {
    top: 230%;
  }
  #wrapper {
    width: 100% !important;
  }
  .home-set {
    /*background: #ddd url(../images/new/Bottom_Answer.jpg);*/
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    height: auto;
  }
  #newsletterform {
    margin-bottom: 100px !important;
  }
  /* QUESTIONs  part */
  .content {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  /*#questionsContainer {
    width: 100%;
  }*/
  .img-bottom {
    width: 46%;
  }
  #questionNav {
    margin-bottom: 30px !important;
    width: 300px;
  }
  .questionNavButton {
    margin-bottom: 15px;
  }
  .img-bottom-set1 {
    margin-top: -850px;
  }
  /*.question {
    width: 100% !important;
  }*/
  .set-mobile-question {
    width: 500px;
  }
  #questions ul.images {
    display: grid;
    grid-template-columns: 10px 10px 10px;
    grid-column-gap: 100px;
  }
  #questions ul.images li {
    padding: 10px;
    font-size: 150%;
  }
  .image-list {
    width: auto;
    max-height: 120px;
  }
  #questionsContainer {
    height: 1500px;
  }
  .result-image {
    width: 100%;
  }
  .image-results {
    width: 100%;
  }
  .image-right {
    width: 100%;
  }
  #stilarter ul {
    text-align: center;
  }
  #stilarter ul li {
    display: inline-block;
  }
  #graph {
    background: url(../images/graph.jpg) no-repeat left center;
    width: auto;
  }
  .bar {
    width: 20px;
  }
  .legend {
    width: 95px;
    font: bold 8px "Crimson Text", sans-serif;
  }
  .logo {
    margin-top: 70px;
  }
  .img-bottom-set {
    margin-top: -1000px;
  }
}

/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (max-width: 480px) {
  /*.logo {
    display: none;
  }*/
  h1 {
    font-size: 30px;
  }
  #wrapper {
    width: 100% !important;
  }
  .home-set {
    /*background: #ddd url(../images/new/Bottom_Answer.jpg);*/
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    height: auto;
  }
  #newsletterform {
    margin-bottom: 100px !important;
  }
  /* QUESTIONs  part */
  .content {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  /*#questionsContainer {
    width: 100%;
  }*/
  .img-bottom {
    width: 38%;
  }
  #questionNav {
    margin-bottom: 30px !important;
    width: 300px;
  }
  .questionNavButton {
    margin-bottom: 15px;
  }
  /*.question {
    width: 100% !important;
  }*/
  .set-mobile-question {
    width: 285px;
  }
  #questionsContainer {
    height: 800px;
  }
  .result-image {
    width: 100%;
  }
  .image-results {
    width: 100%;
  }
  .image-right {
    width: 100%;
  }
  #stilarter ul {
    text-align: center;
  }
  #stilarter ul li {
    display: inline-block;
  }
  #graphContainer {
    height: auto;
    width: 100%;
    margin-top: 10px;
  }
  #graph {
    background: url(../images/graph320.jpg) no-repeat left center;
    width: auto;
    height: 225px;
  }
  #legend {
    padding-left: 20px;
  }
  .bar {
    width: 20px;
  }
  .legend {
    width: 50px;
    font: bold 8px "Crimson Text", sans-serif;
  }
  .logo {
    margin-top: 70px;
  }
  .img-bottom-set {
    margin-top: -50px;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {}
