body {
  margin: 0;
  padding: 0;
  font-family: 'Trebuchet MS';
  font-size: 19px;
  color: #404040;
  background: white;
  text-align: center;
}
#langs {
  position: absolute;
  top: 39px;
  left: 50%;
  width: 320px;
  height: 30px;
  margin: 0 0 0 -160px;
  padding: 0;
  list-style: none;
}
#langs li {
  background: url('../imgs/flags.png') no-repeat left;
  opacity: .4;
  float: left;
  width: 48px;
  height: 30px;
  display: block;
  position: relative;
  z-index: 10;
  margin-right: 20px;
}
#langs li.active,
#langs li:hover {
  opacity: 1;
  transition: opacity .5s;
}
#langs li.de {
  background-position: -48px 0;
}
#langs li.fr {
  background-position: -96px 0;
}
#langs li.sp {
  background-position: -144px 0;
}
#langs li.it {
  background-position: -192px 0;
}
#langs li:last-child {
  margin-right: 0;
}
#langs a {
  display: block;
  width: 48px;
  height: 30px;
}
#form {
  padding: 104px 0 45px;
  position: relative;
}
#form h1 {
  font-size: 43px;
  font-weight: normal;
  margin: 0;
  z-index: 2;
  position: relative;
}
#form h2 {
  font-size: 37px;
  font-weight: normal;
  line-height: 1.25em;
  margin: 26px 0 34px;
  z-index: 5;
}
#form p {
  font-size: 23px;
  line-height: 1.25em;
  color: #707070;
  z-index: 5;
  position: relative;
  background: white;
  display: inline-block;
  padding: 0 10px;
}
#form input {
  display: block;
  margin: 0 auto;
  width: 385px;
  height: 50px;
  border-width: 0;
  border-top: 2px #cfcfcf solid;
  border-left: 2px #cfcfcf solid;
  background: #e7e7e7;
  margin-bottom: 15px;
  text-align: center;
  font-size: 21px;
  font-family: 'Trebuchet MS';
  color: #404040;
}
#form select {
  display: block;
  margin: 0 auto;
  width: 385px;
  height: 50px;
  border-width: 0;
  border-top: 2px #cfcfcf solid;
  border-left: 2px #cfcfcf solid;
  background: #e7e7e7;
  margin-bottom: 15px;
  text-align: center;
  font-size: 21px;
  font-family: 'Trebuchet MS';
  color: #404040;
}
#form option {
  text-align: center;     
  color: #404040;  
}

#form button {
  margin-top: 15px;
  background: #29abee;
  width: 308px;
  height: 75px;
  border: none;
  color: white;
  font-size: 21px;
  font-family: 'Trebuchet MS';
  text-transform: uppercase;
  cursor: pointer;
}
#form:before {
  content: '';
  position: absolute;
  width: 30%;
  width: calc(50% - 300px);
  height: 100%;
  top: 0;
  left: 0;
  background: url('../imgs/bg-left.jpg') top right;
  z-index: 1;
}
#form:after {
  content: '';
  position: absolute;
  width: 30%;
  width: calc(50% - 300px);
  height: 100%;
  top: 0;
  right: 0;
  background: url('../imgs/bg-right.jpg') top left;
  z-index: 1;
}
#benefits {
  background: url('../imgs/plaid.jpg') top center;
  margin: 0;
  overflow: hidden;
}
#benefits h2 {
  display: inline-block;
  height: 100px;
  line-height: 100px;
  margin: 0;
  color: white;
  background: #20b9d1;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
  font-size: 40px;
  font-weight: normal;
  padding: 0 40px;
}
#benefits ul {
  margin: 40px auto;
  padding: 0;
  list-style: none;
  max-width: 1100px;
  display: block;
}
#benefits li {
  display: inline-block;
  width: 218px;
  height: 218px;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background: #fdf5f0;
  margin: 13px 39px;
}
#benefits li p {
  width: 218px;
  height: 218px;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
#prices h2 {
  margin: 0;
  padding: 17px 60px 24px;
  background: #20b9d1;
  display: inline-block;
  color: white;
  font-size: 59px;
  font-weight: normal;
}
#prices h2 small {
  display: block;
  font-size: 18px;
  margin-top: -6px;
}
#prices h3 {
  margin: 35px 0 21px;
  font-size: 40px;
  font-weight: normal;
}
#individual {
  margin-bottom: 28px;
}
#individual ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#individual li {
  display: inline-block;
  width: 413px;
  padding-top: 91px;
  font-size: 24px;
}
#individual li.elementary {
  background: url('../imgs/individual-elementary.jpg') no-repeat top center;
}
#individual li.upper {
  background: url('../imgs/individual-upper.jpg') no-repeat top center;
}
#individual h4 {
  font-weight: bold;
  font-size: 33px;
  margin: 0 0 13px;
}
#individual h4 small {
  display: block;
  font-size: 19px;
  margin-top: 3px;
}
#individual p {
  margin: 0;
  line-height: 1.25em;
}
#courses {
  background: #f5f5f5;
  margin: 10px auto 30px;
  width: 884px;
}
#courses h3 {
  font-size: 39px;
  line-height: 63px;
  background: #e2e2e2;
  font-weight: normal;
  margin: 0;
}
#courses h4 {
  font-size: 23px;
  font-weight: bold;
  margin: 0 0 13px;
}
#courses p {
  font-size: 12px;
  line-height: 1.3em;
  color: #707070;
  padding: 0 30px;
  margin: 4px 0;
}
#courses .price {
  font-size: 24px;
  color: #404040;
  margin: 8px 0 0;
}
#courses ul {
  margin: 30px 0 12px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#courses li {
  display: block;
  float: left;
  width: 50%;
}
#courses .tip {
  font-size: 15px;
  line-height: 44px;
  color: #404040;
  border-top: 2px solid #e2e2e2;
}
footer {
  background: #20b9d1 url(../imgs/pageUp.png) 21px center no-repeat;
  text-align: center;
  position: relative;
  margin-top: 30px;
}
footer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 100%;
  background: linear-gradient(to bottom, #2aa5b9, #20b9d1);
}
footer a {
  display: block;
  background: url(../imgs/pageUp.png) calc(100% - 21px) center no-repeat;
  height: 74px;
  color: white;
  font-size: 20px;
  line-height: 1.25em;
  text-decoration: none;
  padding-top: 29px;
}

#form { padding: 76px 0 45px;}
#form_login {
  padding: 20px 0 0px 0;
  position: relative;
}

#form_login input {
  display: inline-block;
  margin: 0 6px;
  width: 190px;
  height: 50px;
  border-width: 0;
  border-top: 2px #cfcfcf solid;
  border-left: 2px #cfcfcf solid;
  background: #e7e7e7;
  text-align: center;
  font-size: 22px;
  font-family: 'Trebuchet MS';
  color: #404040;
}
#form_login input::-webkit-input-placeholder {color:#c1c1c1;}
#form_login input::-moz-placeholder          {color:#c1c1c1;}/* Firefox 19+ */
#form_login input:-moz-placeholder           {color:#c1c1c1;}/* Firefox 18- */
#form_login input:-ms-input-placeholder      {color:#c1c1c1;}
#form_login button {
  background: #29abee;
  margin:0 6px;
  width: 120px;
  height: 54px;
  border: none;
  color: white;
  font-size: 22px;
  font-family: 'Trebuchet MS';
  text-transform: uppercase;
  cursor: pointer;
}
#form_login a { color:#37b1ef; padding:0 15px; font-size:15px;
text-decoration:none;}
#form_login a:hover { text-decoration:underline;}

@media screen and (max-width: 600px){
    #courses {width: 90%}
    
}