@font-face {
  font-family: "aB";
  src: url("font/alegreya-bold-webfont.eot");
  src: url("font/alegreya-bold-webfont.eot?#iefix") format("embedded-opentype"), url("font/alegreya-bold-webfont.woff") format("woff"), url("font/alegreya-bold-webfont.ttf") format("truetype"), url("font/alegreya-bold-webfont.svg#aB") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "aR";
  src: url("font/alegreya-regular-webfont.eot");
  src: url("font/alegreya-regular-webfont.eot?#iefix") format("embedded-opentype"), url("font/alegreya-regular-webfont.woff") format("woff"), url("font/alegreya-regular-webfont.ttf") format("truetype"), url("font/alegreya-regular-webfont.svg#aR") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "oL";
  src: url("font/opensans-light-webfont.eot");
  src: url("font/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("font/opensans-light-webfont.woff") format("woff"), url("font/opensans-light-webfont.ttf") format("truetype"), url("font/opensans-light-webfont.svg#oL") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "rBL";
  src: url("font/roboto-black-webfont.eot");
  src: url("font/roboto-black-webfont.eot?#iefix") format("embedded-opentype"), url("font/roboto-black-webfont.woff") format("woff"), url("font/roboto-black-webfont.ttf") format("truetype"), url("font/roboto-black-webfont.svg#rBL") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "rB";
  src: url("font/roboto-bold-webfont.eot");
  src: url("font/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("font/roboto-bold-webfont.woff") format("woff"), url("font/roboto-bold-webfont.ttf") format("truetype"), url("font/roboto-bold-webfont.svg#rB") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "rL";
  src: url("font/roboto-light-webfont.eot");
  src: url("font/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("font/roboto-light-webfont.woff") format("woff"), url("font/roboto-light-webfont.ttf") format("truetype"), url("font/roboto-light-webfont.svg#rL") format("svg");
  font-weight: 300;
  font-style: normal; }
/* Usage
@include declare-font-face('FontName', 'font-filename', 400);

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @include svg-font-face('FontName', 'font-filename', 400);
}
*/
article, aside, details, figcaption, figure, main, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video, progress {
  vertical-align: baseline;
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]), [hidden], template {
  display: none;
  height: 0; }

mark {
  background: none; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

html, body {
  height: 100%;
  margin: 0; }

html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }
  html > body {
    height: auto;
    min-height: 100%; }

a {
  color: #00c2cb;
  text-decoration: none;
  outline: 0 none; }
  a:hover {
    outline: 0 none; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='color'],
input[type='url'],
input[type='image'],
input[type='tel'],
input[type='submit'],
input[type='file'],
input[type='range'],
input[type='reset'],
input[type='button'],
input[type='search'],
button,
textarea,
select {
  outline: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  -webkit-tap-highlight-color: transparent; }

img {
  max-width: 100%;
  height: auto;
  width: auto; }

a > img {
  border: 0; }

p {
  padding-bottom: 20px; }

ul, ol {
  list-style: none; }

#wrap {
  min-height: 100%; }

.clear {
  clear: both; }

.cfx:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .cfx {
  display: block; }

* html .cfx {
  height: 1%; }

::-moz-selection {
  color: #fff;
  background: #00c2cb; }

::selection {
  color: #fff;
  background: #00c2cb; }

.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 98%; }

.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.valign2 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  margin-left: auto;
  margin-right: auto; }

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.googlemap img {
  max-width: none; }

hr {
  background: #e1e1e1;
  height: 1px;
  border: 0 none;
  display: block;
  clear: both;
  margin: 20px 0; }

strong {
  font-weight: 700; }

input[type="submit"] {
  cursor: pointer; }

textarea, button, a, input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

body {
  position: relative;
  font: 400 14px/1 "rL", sans-serif;
  color: #252525; }

.row {
  margin: 0 auto;
  max-width: 96%;
  position: relative;
  width: 1140px; }

header {
  text-align: center;
  position: relative;
  background: url("img/bg1.png") center top;
  padding-top: 85px;
  padding-bottom: 100px; }
  header:before {
    width: 48%;
    content: '';
    height: 10px;
    background: #f6f6f6;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  header h1 {
    color: #fff;
    font-size: 55px;
    font-family: "aB", sans-serif;
    font-weight: 700;
    line-height: 1; }
    header h1 span {
      font-size: 24px;
      font-family: "aR", sans-serif;
      display: block;
      padding-bottom: 25px; }
    header h1 mark {
      font-size: 72px;
      color: #8ddefd; }

.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #94c047;
  -webkit-box-shadow: 0 2px #4b8400, inset 0 2px #b1d86c;
  -moz-box-shadow: 0 2px #4b8400, inset 0 2px #b1d86c;
  box-shadow: 0 2px #4b8400, inset 0 2px #b1d86c;
  border: solid 1px #619f24;
  background-image: -webkit-linear-gradient(bottom, #87b439, #94c047);
  background-image: -moz-linear-gradient(bottom, #87b439, #94c047);
  background-image: -o-linear-gradient(bottom, #87b439, #94c047);
  background-image: -ms-linear-gradient(bottom, #87b439, #94c047);
  background-image: linear-gradient(to top, #87b439, #94c047);
  line-height: 60px;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  text-shadow: 0 0 4px #437107;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 40px;
  margin-top: 36px;
  font-family: "rL", sans-serif; }
  .btn:hover {
    background-image: -webkit-linear-gradient(top, #87b439, #94c047);
    background-image: -moz-linear-gradient(top, #87b439, #94c047);
    background-image: -o-linear-gradient(top, #87b439, #94c047);
    background-image: -ms-linear-gradient(top, #87b439, #94c047);
    background-image: linear-gradient(to bottom, #87b439, #94c047); }

#testimonial {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 60px;
  color: #707070;
  line-height: 1.5;
  letter-spacing: 0.5px;
  background: #fff; }
  #testimonial .forimg {
    float: left;
    width: 50%;
    text-align: center;
    margin-top: 20px; }
    #testimonial .forimg div {
      display: inline-block;
      width: 165px;
      height: 165px;
      background: #fff;
      border: 1px solid #e7e7e7;
      padding: 5px;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
  #testimonial .info {
    float: right;
    width: 50%;
    text-align: center;
    margin-top: 40px; }
  #testimonial p {
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #testimonial mark {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #000000;
    font: "rB", sans-serif;
    font-weight: 700;
    margin-bottom: 23px; }
  #testimonial:before {
    content: '';
    width: 1px;
    height: 175px;
    left: 50%;
    top: 43%;
    position: absolute;
    background: #e1e1e1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

#all_information {
  float: left;
  width: 100%;
  background: #f6f6f6;
  position: relative;
  padding: 40px 0; }
  #all_information .row > div {
    vertical-align: top;
    margin: -2px;
    width: 50%;
    display: inline-block;
    text-align: left;
    padding: 0 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #252525; }
    #all_information .row > div h2 {
      margin-top: 30px;
      font-size: 36px;
      font-family: "aB", sans-serif;
      font-weight: 700;
      margin-bottom: 40px; }
    #all_information .row > div ul {
      padding-left: 45px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      #all_information .row > div ul li {
        position: relative;
        padding-bottom: 15px;
        line-height: 1.4; }
        #all_information .row > div ul li:before {
          content: '';
          width: 22px;
          height: 22px;
          background: url("img/sprite.png") 0 0;
          position: absolute;
          left: -47px; }
  #all_information .cldr {
    width: 100%;
    display: block;
    padding-bottom: 25px;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 30px; }
    #all_information .cldr > div {
      margin: -2px;
      display: inline-block;
      vertical-align: top;
      width: 56%; }
    #all_information .cldr .cld {
      width: 44%;
      text-align: center;
      -webkit-border-radius: 20px;
      -khtml-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      background: #e8e8e8;
      padding-bottom: 5px; }
      #all_information .cldr .cld span {
        width: 100%;
        text-align: center;
        -webkit-border-radius: 20px 20px 0 0;
        -khtml-border-radius: 20px 20px 0 0;
        -moz-border-radius: 20px 20px 0 0;
        -ms-border-radius: 20px 20px 0 0;
        border-radius: 20px 20px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        background: #d74633;
        line-height: 50px;
        border-top: 1px solid rgba(255, 255, 255, 0.8);
        font-family: "rB", sans-serif;
        font-weight: 700;
        color: #fff;
        font-size: 24px; }
      #all_information .cldr .cld mark {
        background: #fff;
        border: 1px solid #e1e1e1;
        display: block;
        padding: 40px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        -webkit-border-radius: 0 0 20px 20px;
        -khtml-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        -ms-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px;
        color: #000;
        font-size: 80px;
        font-family: "rBL", sans-serif;
        font-weight: 900; }
    #all_information .cldr .address {
      padding-left: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      #all_information .cldr .address mark {
        font-size: 18px;
        color: #000000;
        font-weight: 700;
        font-family: "rB", sans-serif;
        display: block;
        margin-bottom: 10px;
        margin-top: 25px; }
      #all_information .cldr .address > div {
        position: relative;
        margin-top: 25px;
        padding-left: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.8; }
        #all_information .cldr .address > div:before {
          position: absolute;
          content: '';
          top: 0;
          left: -1px;
          background: url("img/sprite.png") -24px 0;
          width: 16px;
          height: 24px; }
  #all_information .timer {
    text-align: center; }
    #all_information .timer .eTimer {
      display: inline-block; }
      #all_information .timer .eTimer .etTitle {
        font-size: 20px;
        color: #000;
        margin-bottom: 15px;
        font-family: "rL", sans-serif;
        font-weight: 400; }
      #all_information .timer .eTimer .etUnit .etWr {
        background: #101010;
        padding: 0 20px;
        margin-top: 2px;
        border: 1px solid #f6f6f6;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 20px;
        -khtml-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px; }
        #all_information .timer .eTimer .etUnit .etWr > div {
          font-size: 40px;
          color: #fff;
          line-height: 75px;
          font-family: "rB", sans-serif;
          font-weight: 900;
          margin: 2px; }
      #all_information .timer .eTimer .etUnit .etSign {
        font-family: "rB", sans-serif;
        font-weight: 700;
        color: #000;
        margin-top: 15px;
        text-transform: uppercase; }
  #all_information:before {
    content: '';
    position: absolute;
    top: -40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 45px 40px 45px;
    border-color: transparent transparent #f6f6f6 transparent; }
  #all_information:after {
    content: '';
    width: 1px;
    height: 275px;
    left: 50%;
    top: 50%;
    position: absolute;
    background: #ebebeb;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

#bottom {
  float: left;
  width: 100%;
  background: #fff;
  padding-top: 160px;
  padding-bottom: 65px;
  position: relative;
  text-align: center; }
  #bottom:before {
    content: '';
    background: url(img/sprite.png) 0 -27px;
    position: absolute;
    width: 67px;
    height: 61px;
    left: 50%;
    top: 60px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  #bottom h4 {
    font-family: "aR", sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 20px; }
    #bottom h4 span {
      font-family: aB;
      font-weight: 700;
      color: #000; }
  #bottom .btn {
    margin-top: 15px; }

footer {
  float: left;
  width: 100%;
  background: #424f59;
  text-align: center;
  padding: 25px 0;
  color: #fff;
  font-family: "oL", sans-serif; }
  footer a {
    color: #fff;
    text-decoration: underline; }
    footer a:hover {
      text-decoration: none; }

.right {
  float: right; }

.left {
  float: left; }

.phonewrap {
  position: relative;
  display: none; }
  .phonewrap input {
    margin-bottom: 15px; }
  .phonewrap:after {
    background: url("img/telephon.png") 0 0;
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    top: 16px;
    right: 15px; }

label[for="a1"] {
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer;
  line-height: 1.2; }

label[for="a2"] {
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer;
  line-height: 1.2; }

@media screen and (max-width: 1085px) {
  #all_information .timer .eTimer .etUnit .etWr {
    padding: 0 20%; }

  #all_information .timer .eTimer .etUnit .etWr > div {
    line-height: 55px;
    font-size: 26px; }

  .eTimer .etUnit .etNumber {
    width: 15px; } }
@media screen and (max-width: 1024px) {
  #all_information .cldr .address {
    width: 100%; }

  #all_information .cldr .cld {
    width: 60%;
    display: block;
    margin: 0 auto; } }
@media screen and (max-width: 768px) {
  #testimonial .forimg {
    width: 100%;
    margin-top: 30px; }
  #testimonial .info {
    float: left;
    width: 100%;
    margin-top: 20px; }
  #testimonial p {
    padding: 0px 10px; }
  #testimonial:before {
    display: none; }

  #all_information:after {
    display: none; }
  #all_information .row .right {
    float: right;
    width: 100%; }
  #all_information .row .left {
    float: left;
    width: 100%;
    margin-top: 50px; }

  #all_information .cldr .cld {
    width: 50%; }
  #all_information .cldr .address {
    text-align: center;
    padding: 0; }
    #all_information .cldr .address > div {
      padding: 0;
      margin-top: 50px; }
      #all_information .cldr .address > div:before {
        top: -30px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%; }

  #all_information .row > div h2 {
    text-align: center; }

  .bx-wrapper {
    position: relative; }

  .bx-pager.bx-default-pager {
    text-align: center; }

  .bx-pager-item {
    font-size: 0;
    display: inline-block; }
    .bx-pager-item a {
      border: 1px solid #888888;
      border-radius: 50%;
      height: 7px;
      margin: 0 2px;
      width: 7px;
      display: block; }
      .bx-pager-item a.active {
        background: #888888 none repeat scroll 0 0;
        border: 1px solid transparent; } }
@media screen and (max-width: 640px) {
  header {
    padding-bottom: 115px; }
    header h1 {
      font-size: 40px; }
    header:before {
      width: 100%; } }
@media screen and (max-width: 480px) {
  header {
    padding-bottom: 162px; }
    header h1 {
      font-size: 32px; }
      header h1 span {
        font-size: 21px;
        padding-bottom: 30px; }
      header h1 mark {
        font-size: 40px; }

  .btn {
    font-size: 16px;
    line-height: 50px; }

  #all_information .row .right {
    padding: 0;
    margin: 0; }

  #all_information .cldr .cld {
    width: 60%; }

  #all_information .timer .eTimer .etUnit .etWr {
    padding: 0 20%; }

  .eTimer .etUnit .etNumber {
    margin: 3px; }

  #all_information .row > div {
    padding: 0 10px; }

  #bottom p, footer {
    line-height: 1.4; } }
@media screen and (max-width: 365px) {
  header {
    padding-bottom: 131px; } }
.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  overflow: auto;
  text-align: center;
  display: none; }
  .popup .shadow {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1; }
  .popup .valign {
    position: relative;
    z-index: 2;
    margin: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    width: 480px;
    padding: 54px 0 27px;
    background: #fff;
    opacity: 0; }
  .popup.opened .valign {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .popup .close {
    position: absolute;
    right: 11px;
    top: 3px;
    border: none;
    cursor: pointer;
    font-size: 42px;
    line-height: 1;
    font-weight: 300;
    background: none;
    color: #777;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .popup .close:hover {
      color: #94c047; }
  .popup h3, .popup h4 {
    color: #252525;
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
    padding-bottom: 12px; }
  .popup h4 {
    font-size: 30px;
    padding-bottom: 0; }
  .popup p, .popup small {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
    padding: 0 4%; }
  .popup small {
    padding: 0;
    display: inline-block; }
    .popup small:before {
      content: url("img/pop3.png");
      margin-right: 5px; }
  .popup .grey {
    background: #ededed;
    padding: 43px 10.21% 23px;
    margin: 27px 0 23px; }
  .popup .namewrap, .popup .emailwrap {
    height: 50px;
    margin-bottom: 20px;
    position: relative; }
    .popup .namewrap:after, .popup .emailwrap:after {
      content: url("img/pop1.png");
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moztransform: translate(0, -50%);
      transform: translate(0, -50%);
      right: 17px; }
  .popup .emailwrap:after {
    content: url("img/pop2.png");
    right: 15px; }

.popup form input[type="text"] {
  height: 50px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border: solid 1px #ccc;
  padding: 0 42px 0 15px;
  width: 100%;
  color: #999;
  font-family: "rL", sans-serif;
  font-size: 16px; }
  .popup form input[type="text"]:focus {
    border: 1px solid #94c047; }

.popup form input[type="submit"] {
  margin: 14px 0 30px;
  padding: 0 30px; }

@media screen and (max-width: 480px) {
  .popup h3 {
    font-size: 27px; }
  .popup p {
    font-size: 15px;
    line-height: 22px; }
  .popup .valign {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; } }

/*# sourceMappingURL=style.css.map */