/**
 * Sivan[sun.sivan@gmail.com]
 * This pen is using Autoprefixer
 */
form {
  /*max-width: 320px;*/
  margin: 0 auto 20px;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

input {
  display: block;
  width: 100%;
  height:60px/*45px; 3em;*/
  padding: 16px 8px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  background: rgba(255, 255, 255, 0.97);
  color: #212121;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.section-label fieldset {
  position: relative;
  padding:0 !important;
}
.section-label fieldset:first-child input {
  border-radius: 2px !important; box-shadow:none !important; margin:0;
}
.section-label fieldset:last-child input {
  /*border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);*/
}
.section-label fieldset + fieldset {
  border-top: 1px solid #ddd;
}
.section-label label {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #909090;
  text-align:left;
  box-shadow:none;
  text-shadow:none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.section-label input:valid, .section-label input:focus {
  padding: 22px 8px 10px 14px; margin:0;
}
.section-label input:focus {
  outline: 0;
  background: white;
  border:0px solid #4A91EA !important;
}
.section-label input:valid + label, .section-label input:focus + label {
  color:#ccc /*#5856D6*/;
  font-weight: 400;
  font-size: 12px;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

.section-placeholder input:first-child {
  border-radius: 4px 4px 0 0;
}
.section-placeholder input:last-child {
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
.section-placeholder input + input {
  border-top: 1px solid #ddd;
}
.section-placeholder input:focus {
  background: white;
}
.section-placeholder input:valid {
  padding: 22px 8px 10px;
}
.section-placeholder ::-webkit-input-placeholder {
  position: relative;
  color: #909090;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.section-placeholder ::-moz-placeholder {
  position: relative;
  color: #909090;
  transition: all 0.2s ease-in-out;
}
.section-placeholder :-ms-input-placeholder {
  position: relative;
  color: #909090;
  transition: all 0.2s ease-in-out;
}
.section-placeholder ::placeholder {
  position: relative;
  color: #909090;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.section-placeholder ::-webkit-input-placeholder[style*=hidden] {
  color: #5856d6;
  font-size: 12px;
  font-weight: 700;
  -webkit-transform: translate3d(0, -16px, 0);
          transform: translate3d(0, -16px, 0);
  opacity: 1;
  visibility: visible !important;
}
.section-placeholder ::-moz-placeholder[style*=hidden] {
  color: #5856d6;
  font-size: 12px;
  font-weight: 700;
  transform: translate3d(0, -16px, 0);
  opacity: 1;
  visibility: visible !important;
}
.section-placeholder :-ms-input-placeholder[style*=hidden] {
  color: #5856d6;
  font-size: 12px;
  font-weight: 700;
  transform: translate3d(0, -16px, 0);
  opacity: 1;
  visibility: visible !important;
}
.section-placeholder ::placeholder[style*=hidden] {
  color: #5856d6;
  font-size: 12px;
  font-weight: 700;
  -webkit-transform: translate3d(0, -16px, 0);
          transform: translate3d(0, -16px, 0);
  opacity: 1;
  visibility: visible !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}


a {
  color: #adff2f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.section {   float:left; width:48%;
  /*width: 100%;*/
  min-width: 320px;
  padding: 0px 0;
  margin:0 20px 10px 0;
  text-align: center;
  /*text-shadow: -1px -1px rgba(0, 0, 0, 0.1);*/
  color: #fff;
  border:1px solid #ccc;
  border-radius:3px;
}
.section:nth-child(2n)	{/* margin-right:0px;*/}
.section h2 {
  margin: 0 0 .5em;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
.section p {
  margin: 0 0 1em;
}

.bar-info {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  background: #333;
  color: #fff;
}
.bar-info a {
  font-style: italic;
  color: #b0b0b0;
}
.bar-info .compatibility-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bar-info .compatibility-list li {
  display: inline;
  padding: 0 16px;
}
.bar-info .compatibility-list li + li {
  border-left: 1px solid #424242;
}
.bar-info .compatibility-list .y {
  color: #39b54a;
}
.bar-info .compatibility-list .n {
  color: #c44230;
}
.bar-info .colophon {
  position: absolute;
  right: 20px;
  top: 5px;
  margin: 0;
}
















textarea {
  display: block;
  width: 100%;
  height:100px; /*3em;*/
  padding: 16px 8px;
  border: 0;
  border-radius: 0;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1;
  background: rgba(255, 255, 255, 0.97);
  color: #212121;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.section-label fieldset:first-child textarea {
  border-radius: 2px !important; box-shadow:none !important;
}
.section-label fieldset:last-child textarea {
  /*border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);*/
}
.section-label textarea:valid, .section-label textarea:focus {
  padding: 22px 8px 10px 14px;
}
.section-label textarea:focus {
  outline: 0;
  background: white;
  border:0px solid #4A91EA !important;
}
.section-label textarea:valid + label, .section-label textarea:focus + label {
  color:#ccc /*#5856D6*/;
  font-weight: 400;
  font-size: 12px;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

.section-placeholder textarea:first-child {
  border-radius: 4px 4px 0 0;
}
.section-placeholder textarea:last-child {
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
.section-placeholder textarea + textarea {
  border-top: 1px solid #ddd;
}
.section-placeholder textarea:focus {
  background: white;
}
.section-placeholder textarea:valid {
  padding: 22px 8px 10px;
}
.section-placeholder ::-webkit-textarea-placeholder {
  position: relative;
  color: #909090;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.section-placeholder :-ms-textarea-placeholder {
  position: relative;
  color: #909090;
  transition: all 0.2s ease-in-out;
}
.section-placeholder ::-webkit-textarea-placeholder[style*=hidden] {
  color: #5856d6;
  font-size: 12px;
  font-weight: 700;
  -webkit-transform: translate3d(0, -16px, 0);
          transform: translate3d(0, -16px, 0);
  opacity: 1;
  visibility: visible !important;
}
.section-placeholder :-ms-textarea-placeholder[style*=hidden] {
  color: #5856d6;
  font-size: 12px;
  font-weight: 700;
  transform: translate3d(0, -16px, 0);
  opacity: 1;
  visibility: visible !important;
}




.section_captcha	{ border:0px; float:left;margin: 10px 0 0 0;}
.section_captcha p	{float: left; /*width: 50%;*/}
.section_captcha p input	{min-width: auto; width:100px; display: inline; border:1px solid #ccc; padding:10px;margin: -5px 0 0 10px;float: right;}
.section_captcha #captcha	{ width:45%;}
.section_captcha table th, table td	{padding: 8px 10px !important;}
.section_captcha .captcha_div	{width: 165px; display: block; margin:-5px 0 0 0; float: left; height: 47px;}
.section_captcha .captcha_refresh	{margin:4px 15px 0; float: right; text-decoration:none; cursor:pointer;}

.section_captcha .captcha_left	{ float:left; margin: 0 10px 15px 0;}








