* {
  padding: 0;
  border: 0;
  margin: 0;
}
.clear {
  clear: both;
  float: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
html,
body {
  background-color: #fff;
  font-size: 16px;
  height: 100%;
  position: relative;
  min-height: 100%;
  color: #766D6E;
  font-family: 'Open Sans', Verdana, sans-serif;
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
header,
footer,
hgroup,
nav,
section {
  display: block;
}
hgroup h1,
hgroup h2 {
  color: #fff;
}
h1,
h2 {
  color: #766d6e;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1280px;
}
#body {
  background-color: #fff;
  clear: both;
  padding-bottom: 35px;
}
/* menu
----------------------------------------------------------*/
header {
  height: 70px;
}
header div {
  position: relative;
}
header #logo {
  padding: 5px;
  position: absolute;
}
header nav {
  width: 100%;
}
header nav #menu {
  padding-top: 4%;
  font-size: 0.85em;
  font-weight: 600;
  text-align: center;
}
header nav #menu li {
  display: inline;
  list-style: none;
  padding-left: 15px;
  margin: 5px;
}
header nav #menu li a {
  background: none;
  color: #766D6E;
  text-decoration: none;
  padding: 10px;
}
header nav #menu li a:hover,
header nav #menu li a.active {
  color: #fff;
  text-decoration: none;
  background: #766D6E;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
}
#lang {
  background: #fdfdfd;
  margin-left: 5px;
  margin-top: 2px;
}
#langButton {
  cursor: pointer;
}
#lang ul li {
  float: none!important;
  padding: 0;
  margin: 2px;
  cursor: pointer;
}
.indexBackground {
  background: url(../Images/iminent_background_1920.png) no-repeat 0 0;
}
.downloadBackground {
  background: url(../Images/downloadBgd_1920.jpg) no-repeat 0 0;
}
.responsiveMenuStyle {
  width: 75px;
  position: absolute;
  right: 25px;
  top: 25px;
}
.responsiveMenuFlagStyle {
  float: left;
  margin-top: 5%;
}
/* footer
    ----------------------------------------------------------*/
footer {
  text-align: center;
  background: #F6AC0F;
  color: #fff;
  height: 70px;
  width: 100%;
}
footer #footer {
  padding-top: 25px;
}
footer #footer ul li {
  margin: 0;
  display: inline;
  list-style: none;
  padding-left: 15px;
}
footer #footer ul li a {
  cursor: pointer;
  font-weight: 600;
  color: #fff;
}
footer #footer ul li a:hover,
footer #footer ul li a:active {
  color: #fff;
  text-decoration: none;
}
/* Home header
 --------------------------------------------------------------*/
@media screen and (max-width: 1920px) {
  header nav #menu {
    padding-top: 2%;
  }
  #responsiveMenu {
    width: 75px;
    position: absolute;
    right: 25px;
    top: 25px;
  }
  #responsiveMenu #flag {
    float: left;
    margin-top: 5%;
  }
  .content-wrapper {
    max-width: 1920px;
  }
  .content-wrapper .title h1 {
    font-size: 4.6em;
  }
  .content-wrapper .title h2 {
    font-size: 2.2em;
  }
  .content-wrapper .downloadbutton {
    font-size: 1.8em;
  }
  .content-wrapper .featured {
    width: 100%;
    height: 950px;
    background: url(../Images/iminent_background_1920.png) no-repeat 0 0;
  }
  .content-wrapper .download {
    width: 100%;
    height: 600px;
    background: url(../Images/downloadBgd_1920.jpg) no-repeat 0 0;
  }
  .content-wrapper .contents {
    width: 100%;
  }
  .content-wrapper .contents .contentList {
    padding: 5%;
  }
  .content-wrapper .contents .textZone h3 {
    font-size: 4.6em;
  }
  .content-wrapper .contents .textZone p {
    font-size: 2.2em;
  }
  .content-wrapper .ksp h3,
  .content-wrapper .ksp p {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1670px) {
  header nav #menu {
    padding-top: 2%;
  }
  .content-wrapper {
    max-width: 1920px;
  }
  .content-wrapper .title h1 {
    font-size: 3.8em;
  }
  .content-wrapper .title h2 {
    font-size: 2em;
  }
  .content-wrapper .downloadbutton {
    font-size: 1.2em;
  }
  .content-wrapper .featured {
    width: 100%;
    height: 950px;
    background: url(../Images/iminent_background_1920.png) no-repeat 0 0 center;
  }
  .content-wrapper .download {
    width: 100%;
    height: 400px;
    background: url(../Images/downloadBgd_1920.jpg) no-repeat 0 0 center;
  }
  .content-wrapper .contents {
    width: 100%;
  }
  .content-wrapper .contents .textZone h3 {
    font-size: 3.8em;
  }
  .content-wrapper .contents .textZone p {
    font-size: 2em;
  }
  .content-wrapper .ksp h3,
  .content-wrapper .ksp p {
    font-size: 2em;
  }
}
@media screen and (max-width: 1366px) {
  header nav #menu {
    padding-top: 4%;
    margin-top: 10px;
  }
  header nav #menu ul {
    margin-top: -10px;
  }
  #logo {
    margin-top: -10px;
  }
  #responsiveMenu {
    width: 50px;
    margin-top: -10px;
    right: 10px;
  }
  .content-wrapper {
    max-width: 1280px;
  }
  .content-wrapper .title h1 {
    font-size: 3.2em;
  }
  .content-wrapper .title h2 {
    font-size: 2em;
  }
  .content-wrapper .downloadbutton {
    font-size: 1.2em;
  }
  .content-wrapper .featured {
    width: 100%;
    height: 700px;
    background: url(../Images/iminent_background_1280.png) no-repeat 0 0 center;
  }
  .content-wrapper .download {
    width: 100%;
    height: 400px;
    background: url(../Images/downloadBgd_1280.jpg) no-repeat 0 0 center;
  }
  .content-wrapper .contents {
    width: 100%;
  }
  .content-wrapper .contents .textZone h3 {
    font-size: 3.2em;
  }
  .content-wrapper .contents .textZone p {
    font-size: 2em;
  }
  .content-wrapper .ksp h3,
  .content-wrapper .ksp p {
    font-size: 2em;
  }
}
@media screen and (max-width: 600px) {
  header #logo img {
    width: 50%;
    height: auto;
    padding-top: 4%;
    margin-right: 15%;
    float: left;
  }
  header nav #menu {
    padding-top: 4%;
    margin-top: 10px;
  }
  #responsiveMenu {
    width: 50px;
    margin-top: -10px;
    right: 10px;
  }
  .content-wrapper {
    max-width: 600px;
  }
  .content-wrapper .title h1 {
    font-size: 2.2em;
  }
  .content-wrapper .title h2 {
    font-size: 1.2em;
  }
  .content-wrapper .downloadbutton {
    font-size: 1.2em;
  }
  .content-wrapper .featured {
    width: 100%;
    height: 500px;
    background: url(../Images/iminent_background_1280.png) no-repeat 0 0 center;
  }
  .content-wrapper .download {
    width: 100%;
    height: 400px;
    background: url(../Images/downloadBgd_1280.jpg) no-repeat 0 0 center;
  }
  .content-wrapper .contents {
    width: 100%;
  }
  .content-wrapper .contents .textZone h3 {
    font-size: 2em;
  }
  .content-wrapper .contents .textZone p {
    font-size: 0.8em;
  }
  .content-wrapper .ksp h3,
  .content-wrapper .ksp p {
    font-size: 2em;
  }
}
@media screen and (max-width: 414px) {
  header #logo {
    display: none;
  }
  header nav {
    width: 75%;
    float: left;
  }
  header nav #menu {
    margin-top: 20px;
  }
  header nav #menu li {
    padding-left: 2px;
    margin: 0;
  }
  #responsiveMenu {
    width: 50px;
    margin-top: -10px;
    right: 10px;
  }
  #responsiveMenu #flag {
    float: left;
  }
  .content-wrapper {
    max-width: 414px;
  }
  .content-wrapper .title h1 {
    font-size: 1.8em;
  }
  .content-wrapper .title h2 {
    font-size: 1.2em;
  }
  .featured {
    width: 100%;
    height: 500px;
    background: url(../Images/iminent_background_1280.png) no-repeat 0 0 center;
  }
  .download {
    width: 100%;
    height: 400px;
    background: url(../Images/downloadBgd_1280.jpg) no-repeat 0 0 center;
    font-size: 1.2em;
  }
  .download .downloadbutton {
    width: 80%;
  }
  .contents {
    width: 100%;
  }
  .contents .textZone h3 {
    font-size: 2em;
  }
  .contents .textZone p {
    font-size: 0.8em;
  }
  .contents .contentList {
    padding: 17%;
  }
  .ksp h3,
  .ksp p {
    font-size: 1.5em;
  }
}
