@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Gotham Book';
  src: local("Gotham-Book"), url("../fonts/Gotham-Book.eot?") format("eot"), url("../fonts/Gotham-Book.otf") format("opentype");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Helvetica Neue';
  src: url('../fonts/helveticaneue-webfont.eot');
  src: url('../fonts/helveticaneue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneue-webfont.woff') format('woff'), url('../fonts/helveticaneue-webfont.ttf') format('truetype'), url('../fonts/helveticaneue-webfont.svg#helvetica_neueregular') format('svg');
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Helvetica Neue Light';
  src: url('../fonts/helveticaneue-light-webfont.eot');
  src: url('../fonts/helveticaneue-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneue-light-webfont.woff') format('woff'), url('../fonts/helveticaneue-light-webfont.ttf') format('truetype'), url('../fonts/helveticaneue-light-webfont.svg#helvetica_neuelight') format('svg');
}
body {
  min-width: 320px;
  font-family: "Gotham Book", Helvetica, Arial, "Lucida Grande", sans-serif;
}
h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 200;
  margin: 0;
}
@media (min-width: 500px) {
  h2 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-weight: 200;
  line-height: 145%;
  font-size: 12px;
  color: #666;
  margin: 0 auto;
  padding: 0 10px 20px 10px;
  text-align: center;
}
@media (min-width: 500px) {
  h3 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 18px;
    width: 70%;
  }
}
#menu {
  padding-left: 10px;
  z-index: 14;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  background-color: white;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 500px) {
  #menu {
    height: 70px;
  }
}
#menu img {
  float: left;
  height: 30px;
  margin-top: 9px;
}
#menu ul {
  display: table;
  width: 100%;
  padding: 2px 0 0 2px;
  clear: left;
  float: left;
}
@media (min-width: 500px) {
  #menu ul {
    padding: 4px 0 0 4px;
  }
}
#menu ul li {
  display: table-cell;
  font-size: 10px;
  list-style: none;
  padding-right: 8px;
}
#menu ul li:last-of-type {
  padding-right: 0;
}
@media (min-width: 500px) {
  #menu ul li {
    font-size: 15px;
  }
}
#menu ul li a {
  color: #555;
  text-decoration: none;
}
#menu ul li a.active,
#menu ul li a:hover {
  color: #f99f32;
}
@media (min-width: 768px) {
  #menu img {
    height: 47px;
    margin-top: 4px;
  }
  #menu ul {
    width: auto;
    display: block;
    clear: none;
    float: right;
    padding-top: 24px;
  }
  #menu ul li {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #menu ul {
    padding-top: 22px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #menu ul li {
    font-size: 15px;
    padding-right: 40px;
  }
}
#megatron {
  position: relative;
  overflow: hidden;
}
#megatron #image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../img/megatron-500x500.jpg);
  background-position: top;
  background-size: cover;
}
@media (min-width: 768px) {
  #megatron #image {
    background-image: url(../img/megatron-1920x1200.jpg);
  }
}
#megatron div.text {
  position: absolute;
  z-index: 2;
  width: 45%;
  max-width: 440px;
  top: 30%;
  left: 8%;
}
#megatron div.text h1 {
  font-size: 14px;
  font-weight: normal;
  line-height: 145%;
}
@media (min-width: 500px) {
  #megatron div.text h1 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #megatron div.text h1 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #megatron div.text h1 {
    font-size: 26px;
  }
}
#megatron div.text .btn {
  margin-top: 20px;
  padding: 8px 30px;
}
@media (min-width: 768px) {
  #megatron div.text .btn {
    margin-top: 30px;
    padding: 15px 60px;
  }
}
#megatron2 {
  position: relative;
  overflow: hidden;
}
#megatron2 .image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../img/megatron2-1920x1200.jpg);
  background-position: top;
  background-size: cover;
}
@media (min-width: 768px) {
  #megatron2 .image {
    background-image: url(../img/megatron2-1920x1200.jpg);
  }
}
#megatron2 div.text {
  position: absolute;
  z-index: 2;
  width: 200px;
  height: 200px;
  top: 28%;
  left: 8%;
  color: black;
  text-align: center;
  background: url('../img/megatron2-bg.png') no-repeat center top;
  background-size: 200px 200px;
}
#megatron2 div.text h1 {
  padding-top: 26px;
  font-size: 16px;
  color: black;
  font-weight: normal;
  line-height: 145%;
}
@media (min-width: 500px) {
  #megatron2 div.text {
    width: 260px;
    height: 260px;
    background-size: 260px 260px;
    top: 33%;
  }
  #megatron2 div.text h1 {
    padding-top: 38px;
    font-size: 20px;
    color: black;
  }
}
@media (min-width: 768px) {
  #megatron2 div.text {
    width: 400px;
    height: 270px;
    color: black;
    background-size: 400px 270px;
  }
  #megatron2 div.text h1 {
    padding-top: 60px;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #megatron2 div.text {
    width: 600px;
    height: 400px;
    color: black;
    background-size: 600px 400px;
  }
  #megatron2 div.text h1 {
    padding-top: 90px;
    font-size: 34px;
  }
}
#slogan {
  height: 240px;
  background-color: #1899d6;
  color: white;
  position: relative;
  width: 100%;
}
#slogan .leftbg {
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
  height: 240px;
  padding-top: 50px;
  background: url('../img/slogan1-bg.jpg') no-repeat right center;
  background-size: auto 100%;
}
#slogan .text {
  font-size: 20px;
  text-align: center;
  width: 100%;
  padding: 30px 40px 10px 40px;
}
@media (min-width: 500px) {
  #slogan .text {
    padding: 70px 40px 0 40px;
  }
}
@media (min-width: 768px) {
  #slogan .text {
    padding: 70px 20px 0 42%;
  }
}
@media (min-width: 992px) {
  #slogan .text {
    padding: 80px 20px 0 42%;
  }
}
_#slogan {
  background-color: #1899d6;
  height: 100px;
  position: relative;
}
_#slogan img {
  height: 100px;
  margin-left: -70px;
}
_#slogan h3 {
  text-align: left;
  font-weight: 200;
  line-height: 145%;
  float: right;
  margin: 0;
  display: inline;
  color: white;
  font-size: 14px;
  margin-top: 20px;
  width: 50%;
  height: 50px;
  vertical-align: middle;
  padding: 3% 0;
}
@media (min-width: 500px) {
  _#slogan {
    height: 140px;
  }
  _#slogan img {
    height: 140px;
  }
  _#slogan h3 {
    margin-top: 30px;
    font-size: 16px;
    width: 52%;
  }
}
@media (min-width: 768px) {
  _#slogan {
    height: 200px;
  }
  _#slogan img {
    height: 200px;
  }
  _#slogan .leftbg {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 30%;
    background: url(../img/slogan1-bg-links.png);
  }
  _#slogan .container {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -585px;
    padding: 0;
    background-color: #1899d6;
  }
  _#slogan .container img {
    display: inline;
    height: 200px;
    margin-left: -100px;
  }
  _#slogan .container h3 {
    font-weight: 200;
    line-height: 145%;
    float: right;
    width: 400px;
    color: white;
    font-size: 20px;
    padding: 60px 20px 40px 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  _#slogan .container {
    margin-left: -375px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  _#slogan .container {
    margin-left: -485px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  _#slogan .container {
    margin-left: -585px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  _#slogan .container img {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  _#slogan .container h3 {
    width: 320px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  _#slogan .container h3 {
    padding: 0px 20px 40px 0;
    width: 450px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  _#slogan .container h3 {
    font-size: 20px;
    padding: 28px 20px 40px 0;
    width: 600px;
  }
}
#onzeMethode {
  background-color: #f6f5f3;
}
#onzeMethode h2 {
  padding: 40px 0 15px 0;
}
#onzeMethode .container {
  padding: 10px 0;
}
#onzeMethode .container .lesdeel {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#onzeMethode .container .lesdeel img {
  width: 90px;
}
#onzeMethode .container .lesdeel h4 {
  margin-bottom: 0;
}
#onzeMethode .container .lesdeel p {
  font-size: 12px;
  padding: 0 20px 20px 20px;
  font-weight: 200;
}
@media (min-width: 500px) {
  #onzeMethode .container h2 {
    font-size: 26px;
  }
  #onzeMethode .container img {
    width: 100px;
  }
  #onzeMethode .container .lesdeel {
    width: 50%;
    float: left;
  }
  #onzeMethode .container .lesdeel p {
    padding-top: 10px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  #onzeMethode .container h2 {
    font-size: 28px;
  }
  #onzeMethode .container .lesdeel {
    padding: 20px 50px;
    width: 50%;
    float: left;
  }
  #onzeMethode .container .lesdeel h4 {
    font-size: 20px;
  }
  #onzeMethode .container .lesdeel img {
    width: 120px;
  }
  #onzeMethode .container .lesdeel p {
    padding-top: 6px;
    font-size: 15px;
  }
}
#onzeBegeleidingen {
  background-color: #1899d6;
  color: white;
}
#onzeBegeleidingen h2 {
  padding-top: 40px;
  padding-bottom: 20px;
}
#onzeBegeleidingen h3 {
  color: white;
}
#onzeBegeleidingen .begeleiding {
  float: left;
  padding: 20px 10px 10px 10px;
  text-align: center;
  font-size: 13px;
}
@media (min-width: 500px) {
  #onzeBegeleidingen .begeleiding {
    text-align: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  #onzeBegeleidingen .begeleiding {
    font-size: 14px;
    padding: 30px 20px;
  }
}
@media (min-width: 992px) {
  #onzeBegeleidingen .begeleiding {
    font-size: 14px;
    padding: 50px 50px;
  }
}
#onzeBegeleidingen .begeleiding img {
  width: 90px;
  padding-right: 10px;
}
@media (min-width: 500px) {
  #onzeBegeleidingen .begeleiding img {
    width: 30%;
    float: left;
    padding-right: 5%;
  }
}
@media (min-width: 768px) {
  #onzeBegeleidingen .begeleiding img {
    width: 105px;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  #onzeBegeleidingen .begeleiding img {
    width: 115px;
  }
}
@media (min-width: 1200px) {
  #onzeBegeleidingen .begeleiding img {
    width: 135px;
  }
}
@media (min-width: 500px) {
  #onzeBegeleidingen .begeleiding .content {
    text-align: left;
    float: left;
    width: 65%;
  }
}
@media (min-width: 768px) {
  #onzeBegeleidingen .begeleiding .content {
    text-align: left;
    float: right;
    width: 200px;
  }
}
@media (min-width: 992px) {
  #onzeBegeleidingen .begeleiding .content {
    text-align: left;
    float: right;
    width: 230px;
  }
  #onzeBegeleidingen .begeleiding .content h4 {
    margin-top: 0;
    font-size: 20px;
  }
  #onzeBegeleidingen .begeleiding .content p {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  #onzeBegeleidingen .begeleiding .content {
    padding-top: 14px;
    width: 300px;
  }
  #onzeBegeleidingen .begeleiding .content p {
    font-size: 15px;
  }
}
#onzeBegeleidingen .begeleiding .content a {
  color: #f99f32;
}
#wieZijnWij {
  text-align: center;
  background-color: #f6f5f3;
  padding-bottom: 50px;
}
#wieZijnWij h2 {
  padding: 60px 0 10px 0;
}
@media (min-width: 992px) {
  #wieZijnWij h2 {
    padding: 60px 0;
  }
}
#wieZijnWij .container {
  position: relative;
}
#wieZijnWij .container .wij {
  position: relative;
  float: left;
  user-select: none;
  margin-top: 40px;
  width: 100%;
}
#wieZijnWij .container .wij h4 {
  margin: 0;
}
#wieZijnWij .container .wij p {
  margin-top: 10px;
  font-size: 14px;
}
#wieZijnWij .container .wij img {
  width: 60%;
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  #wieZijnWij .container .wij {
    margin: 0;
    padding: 10px 20px;
    width: 33%;
  }
  #wieZijnWij .container .wij p {
    font-size: 13px;
  }
  #wieZijnWij .container .wij img {
    width: 70%;
  }
}
#wieZijnWij .container .succesverhaal {
  padding: 40px 0;
  float: left;
  width: 19%;
}
@media (min-width: 768px) {
  #wieZijnWij .container .succesverhaal {
    width: 25%;
  }
}
#wieZijnWij .container .succesverhaal img {
  width: 50%;
}
#wieZijnWij .container .succesverhaal p {
  font-size: 13px;
}
#onzeLocaties {
  background-color: #1499d7;
  text-align: center;
  padding: 30px 0px;
}
@media (min-width: 768px) {
  #onzeLocaties {
    padding: 40px 0px 30px 0px;
  }
}
#onzeLocaties h2 {
  color: white;
}
#onzeLocaties .container {
  position: relative;
  padding: 30px 30px;
}
#onzeLocaties .container .locatie {
  position: relative;
  float: left;
  padding-top: 20px;
  user-select: none;
  cursor: pointer;
  width: 50%;
}
#onzeLocaties .container .locatie p {
  font-size: 13px;
  color: white;
  font-weight: 200;
}
#onzeLocaties .container .locatie h4 {
  font-size: 14px;
  margin-bottom: 0;
  color: white;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #onzeLocaties .container .locatie h4 {
    font-size: 16px;
  }
}
#onzeLocaties .container .locatie.active h4 {
  color: #f99f32;
}
#onzeLocaties .container .locatie img {
  width: 45%;
}
@media (min-width: 992px) {
  #onzeLocaties .container .locatie {
    margin: 0;
    padding: 20px 30px;
    width: 20%;
  }
  #onzeLocaties .container .locatie img {
    width: 70%;
  }
  #onzeLocaties .container .locatie p {
    font-size: 14px;
  }
}
#onzeTarieven {
  background-color: #f6f5f3;
  padding-bottom: 10px;
}
#onzeTarieven h2 {
  padding: 60px 0 20px 0;
}
#onzeTarieven .container {
  padding: 20px 0;
}
#onzeTarieven .container .tarief {
  text-align: center;
  overflow: hidden;
  float: left;
  width: 48%;
  padding: 2% 2%;
  margin: 1%;
  border: 1px solid #b2b2b2;
}
#onzeTarieven .container .tarief.highlight,
#onzeTarieven .container .tarief:hover {
  background-color: white;
}
#onzeTarieven .container .tarief h4 {
  height: 30px;
}
#onzeTarieven .container .tarief h5 {
  font-size: 13px;
}
#onzeTarieven .container .tarief p {
  font-size: 13px;
  height: 110px;
}
#onzeTarieven .container .tarief img {
  width: 40%;
  margin: 10px 0;
}
#onzeTarieven .container .tarief a.btn {
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 8px 0;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  #onzeTarieven .container .tarief a.btn {
    font-size: 14px;
  }
}
@media (min-width: 500px) {
  #onzeTarieven .container .tarief h4 {
    font-size: 20px;
  }
  #onzeTarieven .container .tarief h5 {
    font-size: 14px;
  }
  #onzeTarieven .container .tarief p {
    height: 100px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #onzeTarieven .container .tarief {
    width: 23%;
  }
  #onzeTarieven .container .tarief h4 {
    height: 40px;
  }
  #onzeTarieven .container .tarief p {
    height: 120px;
  }
}
#onzeTarieven .container:hover .tarief.highlight {
  background-color: none;
}
#onzeTarieven #trainingen {
  width: 100%;
  margin: 20px auto 0 auto;
}
#onzeTarieven #trainingen .tarief {
  width: 48%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #onzeTarieven #trainingen {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  #onzeTarieven #trainingen .tarief {
    width: 31%;
  }
  #onzeTarieven #trainingen .tarief p {
    height: 80px;
  }
}
@media (min-width: 992px) {
  #onzeTarieven #trainingen {
    width: 75%;
    margin: 0 auto 40px auto;
  }
  #onzeTarieven #trainingen .tarief {
    width: 31%;
  }
}
#contactMap {
  height: 200px;
  color: white;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  #contactMap {
    height: 320px;
  }
}
#contactMap .detail {
  position: absolute;
  z-index: 10;
  width: 50%;
  padding-top: 120px;
  font-size: 16px;
  background-color: #414041;
  height: 200px;
}
@media (min-width: 768px) {
  #contactMap .detail {
    height: 320px;
  }
}
#contactMap .detail strong {
  font-size: 20px;
}
@media (min-width: 992px) {
  #contactMap .detail {
    left: -120px;
  }
}
#contactMap .detail .address {
  width: 320px;
  float: right;
}
#contactMap .detail .diag {
  top: 0;
  position: absolute;
  width: 80px;
  right: -80px;
  background: url(../img/map-diag.png) no-repeat center center;
  background-size: 100% 100%;
  height: 200px;
}
@media (min-width: 768px) {
  #contactMap .detail .diag {
    height: 320px;
  }
}
@media (min-width: 992px) {
  #contactMap .detail .diag {
    right: -120px;
    width: 120px;
  }
}
#contactMap #map {
  position: relative;
  overflow: hidden;
  height: 200px;
}
@media (min-width: 768px) {
  #contactMap #map {
    height: 360px;
    left: 30%;
    width: 80%;
  }
}
#contactMap #map #map_canvas {
  height: 250px;
  width: 100%;
}
@media (min-width: 768px) {
  #contactMap #map #map_canvas {
    height: 450px;
  }
}
a.btn,
button {
  border: 0;
  background-color: #f9a039;
  color: white;
  padding: 5px 20px;
  font-size: 13px;
  font-weight: 200;
  border-radius: 0;
}
a.btn:hover,
button:hover {
  background-color: #fac739;
  color: white;
}
@media (min-width: 500px) {
  a.btn,
  button {
    padding: 8px 30px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  a.btn,
  button {
    padding: 12px 40px;
  }
}

a.btn-b,
button {
  border: 0;
  background-color: #189bd7;
  color: white;
  padding: 5px 20px;
  font-size: 13px;
  font-weight: 200;
  border-radius: 0;
}
a.btn-b:hover,
button:hover {
  background-color: #18b1d7;
  color: white;
}
@media (min-width: 500px) {
  a.btn-b,
  button {
    padding: 8px 30px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  a.btn-b,
  button {
    padding: 12px 40px;
  }
}





#contact {
  background-color: #1499d7;
  padding: 30px 0 160px 0;
}
#contact h2 {
  text-align: center;
  color: white;
  margin: 20px 0 40px 0;
}
#contact .container {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #contact .container {
    width: 750px;
    text-align: left;
    margin: 20px auto 0 auto;
  }
}
#contact .container .contact-info {
  color: white;
  float: left;
  font-size: 17px;
  padding-bottom: 50px;
  width: 100%;
}
@media (min-width: 768px) {
  #contact .container .contact-info {
    width: 350px;
  }
}
#contact .container .contact-info a {
  color: white;
}
#contact .container .contact-info strong {
  padding-top: 20px;
  color: #f9a039;
}
#contact .container form {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #contact .container form {
    width: 360px;
    margin: 0;
    float: left;
  }
}
#contact .container form input {
  width: 100%;
  padding: 10px;
  border: 0;
}
#contact .container form input.submit {
  color: white;
  background-color: #414041;
}
#contact .container form input.error {
  background-color: #fbe5da;
  border: 1px solid #f9a039;
}
#contact .container form #submitform {
  text-align: center;
  cursor: pointer;
}
#contact .container form .err {
  visibility: hidden;
  color: white;
  font-size: 12px;
  margin-bottom: 10px;
  color: #f9a039;
}
#contact .container form textarea {
  width: 100%;
  height: 160px;
  padding: 10px;
  border: 0;
}
#contact .container form textarea.error {
  background-color: #fbe5da;
  border: 1px solid #f9a039;
}
.quote {
  line-height: 145%;
  padding: 40px 0px 20px 0px;
  text-align: center;
  font-size: 14px;
  color: #1899d6;
}
@media (min-width: 500px) {
  .quote {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .quote {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .quote {
    font-size: 24px;
  }
.quote_wit {
  line-height: 145%;
  padding: 40px 0px 20px 0px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
@media (min-width: 500px) {
  .quote_wit {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .quote_wit {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .quote_wit {
    font-size: 24px;
  }  
  
}
#footer {
  text-align: center;
  background-color: #f6f5f3;
  padding: 30px 0;
  color: #cdced0;
  font-size: 13px;
}
#footer a {
  color: #cdced0;
}
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}
