/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.box1 {
  /*background:url(../images/bg1.png) no-repeat bottom;*/
  background: #b1e361;
  position: relative; }
  .box1 .header {
    min-height: 550px;
    z-index: 2; }
    @media (max-width: 800px) {
      .box1 .header {
        min-height: inherit; } }
    .box1 .header h1 {
      float: right;
      width: 40%;
      text-align: right;
      margin: 0 0 10px;
      padding: 20px 0 0;
      font-size: 48px;
      line-height: 50px;
      color: #000;
      text-transform: uppercase; }
      @media (max-width: 800px) {
        .box1 .header h1 {
          float: none;
          text-align: center;
          width: auto; } }
    .box1 .header p {
      display: block;
      clear: both;
      width: 40%;
      text-align: right;
      float: right;
      position: relative;
      font-size: 20px;
      line-height: 22px;
      color: #000;
      }
      @media (max-width: 800px) {
        .box1 .header p {
          float: none;
          text-align: center;
          width: auto; } }
      .box1 .header p strong {
        display: block;
        font-size: 48px;
        line-height: 50px;
        color: #2196f3;
        font-weight: normal;
        text-transform: uppercase; }
        @media (max-width: 800px) {
          .box1 .header p strong {
            color: #000; } }
    .box1 .header .phones {
      font-size: 42px;
      font-weight: 300px;
      color: #2196f3;
      clear: both;
      text-align: right; }
      @media (max-width: 800px) {
        .box1 .header .phones {
          text-align: center; } }
      .box1 .header .phones strong {
        font-weight: normal;
        font-size: 54px;
        line-height: 54px; }
  .box1 h1 {
    /*text-align: center;
    padding:443px 0 70px;*/
    font-size: 50px;
    line-height: 52px;
    font-family: "Open Sans", Arial, sans-serif;
    color: #00466f;
    font-weight: normal;
    margin: 0;
    z-index: 2;
    position: relative; }
    @media (max-width: 800px) {
      .box1 h1 {
        padding: 20px 0;
        font-size: 39px;
        line-height: 41px;
        color: #fff;
        text-shadow: 1px 0px #00466f; } }
    @media (max-width: 600px) {
      .box1 h1 {
        font-size: 30px;
        line-height: 32px; } }
  .box1 form {
    position: relative;
    z-index: 2; }
  .box1 ol {
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    width: 20%;
    margin: 40px 0 0 0;
    padding: 0px 0 0;
	}
    @media (max-width: 965px) {
      .box1 ol {
        width: 45%;
        padding: 30px 0 0; } }
    @media (max-width: 800px) {
      .box1 ol {
        float: none;
        width: 80%;
        margin: 0 auto 20px;
        padding: 0; } }
    .box1 ol li {
      margin: 0 0 0px 10px;
      line-height: 13px;
      padding: 0; }
      @media (max-width: 965px) {
        .box1 ol li {
          margin: 0 0 10px 10px; } }
      .box1 ol li span {
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;
        color: #000; }
      @media (max-width: 900px) {
        .box1 ol li {
          font-size: 14px; } }
  .box1 form {
    max-width: 960px;
    padding: 0 20px 25px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    color: #fff; }
    .box1 form h2 {
      color: #000;
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 38px;
      line-height: 45px;
      font-weight: 300;
      background: none;
      position: relative;
      margin: 0px 15px 0 0;
      text-transform: none;
      text-align: left;
      padding: 20px 0 0;
      float: left;
      width: 30%; }
      .box1 form h2 strong {
        font-weight: normal;
        text-transform: uppercase;
        color: #2196f3;
        display: block; }
        @media (max-width: 800px) {
          .box1 form h2 strong {
            display: inline-block; } }
      .box1 form h2 span {
        font-weight: normal; }
      @media (max-width: 965px) {
        .box1 form h2 {
          width: 45%; } }
      @media (max-width: 800px) {
        .box1 form h2 {
          display: block;
          clear: both;
          text-align: center;
          width: auto;
          float: none;
          margin: 0 0 15px; } }
    .box1 form p {
      margin: 20px 0;
      color: #fff;
      font-size: 18px;
      line-height: 20px;
      display: block;
      text-align: center; }
      .box1 form p strong {
        font-weight: 500;
        font-size: 24px;
        text-align: center;
        display: block;
        margin: 0 0 5px; }
    .box1 form button {
      font-weight: 500;
      margin: 15px 0 0; }
      @media (max-width: 800px) {
        .box1 form button {
          font-size: 20px; } }
      @media (max-width: 600px) {
        .box1 form button {
          margin: 20px auto 0; } }
    .box1 form .form-content {
      float: left;
      width: 45%;
      padding: 28px 0 0;
      /*width:30%;*/
      behavior: url(js/PIE.htc);
      position: relative;
      /*@include simple-gradient(top, #0083bc, 0%, #005294, 100%);					*/
      /*border:1px solid #005084;*/
      /*padding:15px;
      border-radius:10px;*/ }
      @media (max-width: 965px) {
        .box1 form .form-content {
          float: none;
          margin: 20px 0;
          width: auto;
          clear: both; } }
    .box1 form .formfield {
      color: #000;
      float: right;
      width: 48%;
      font-size: 14px; }
      .box1 form .formfield.first {
        float: left; }
        @media (max-width: 600px) {
          .box1 form .formfield.first {
            float: none;
            width: auto;
            padding: 0; } }
      @media (max-width: 600px) {
        .box1 form .formfield {
          float: none;
          width: auto;
          padding: 0; } }
      .box1 form .formfield input[type="text"] {
        display: block;
        margin: 2px 0 10px; }
        .box1 form .formfield input[type="text"]:first-child {
          margin: 0; }

.box2 {
  padding: 35px 0; }
  .box2 .phones {
    float: left;
    width: 40%;
    margin: 0 25px 0 0;
    text-align: center; }
    @media (max-width: 800px) {
      .box2 .phones {
        width: 100%;
        margin: 0 auto 20px;
        float: none; } }
    .box2 .phones p {
      display: block;
      background: #2196f3 url(../images/pattern.png) repeat;
      behavior: url(js/PIE.htc);
      position: relative;
      border-radius: 10px 10px 0 0;
      padding: 30px 0 15px;
      border-bottom: 1px solid #fff;
      color: #fff;
      font-size: 24px;
      line-height: normal;
      margin: 0;
      font-weight: normal; }
      @media (max-width: 900px) {
        .box2 .phones p {
          font-size: 16px; } }
      .box2 .phones p strong {
        text-transform: uppercase;
        font-size: 64px;
        line-height: 64px;
        color: #fff;
        display: block;
        font-weight: normal; }
        @media (max-width: 900px) {
          .box2 .phones p strong {
            font-size: 48px; } }
    .box2 .phones .orange_box {
      background: #b1e361 url(../images/pattern.png) repeat;
      color: #fff;
      font-size: 46px;
      line-height: 48px;
      behavior: url(js/PIE.htc);
      position: relative;
      border-radius: 0 0 10px 10px;
      padding: 15px 0 30px; }
      @media (max-width: 900px) {
        .box2 .phones .orange_box {
          font-size: 36px;
          line-height: 38px; } }
      .box2 .phones .orange_box i {
        font-style: normal;
        font-weight: 300; }
  .box2 h2 {
    overflow: hidden;
    font-size: 37px;
    line-height: 40px;
    color: #00466f;
    text-transform: none;
    text-align: left;
    margin: 0 0 15px; }
    @media (max-width: 900px) {
      .box2 h2 {
        font-size: 32px;
        line-height: 34px; } }
    .box2 h2 strong {
      color: #ff0000;
      font-weight: normal; }
  .box2 p {
    font-weight: 300;
    font-size: 52px;
    line-height: 46px;
    color: #555;
    overflow: hidden;
    margin: 0; }
    @media (max-width: 900px) {
      .box2 p {
        font-size: 42px;
        line-height: 36px; } }
    .box2 p strong {
      font-weight: 300;
      color: #2196f3; }
    .box2 p span {
      display: block;
      text-indent: -9999px;
      width: 228px;
      height: 76px;
      float: left;
      margin: 15px 15px 0 0;
      background: url(../images/7539.png) no-repeat; }

.blue_box {
  /*background:url(../images/bg1.png) repeat-y center;*/
  background: #2196f3;
  padding: 35px 0; }

.box3 ul {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden; }
  .box3 ul li {
    list-style: none;
    float: left;
    width: 48%;
    margin: 0 0 0 25px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.54); }
    @media (max-width: 700px) {
      .box3 ul li {
        font-size: 14px;
        margin: 0 0 0 15px; } }
    .box3 ul li:first-child {
      margin: 0; }
    .box3 ul li img {
      display: block;
      margin: 0 auto 20px; }

.grey {
  /*background:#fafafa;*/
  background: #fff;
  padding: 35px 0 0;
  position: relative; }
  .grey h2 {
    margin: 0 0 20px;
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    color: #ff6000; }
  .grey ul {
    margin: 0 auto;
    max-width: 960px;
    padding: 5px 20px;
    overflow: hidden; }
    .grey ul li {
      list-style: none;
      float: left;
      background: #afff;
      width: 48%;
      margin: 0 0 25px 25px;
      padding: 30px 0 45px;
      text-align: center;
      font-size: 18px;
      line-height: 20px;
      behavior: url(js/PIE.htc);
      position: relative;
      -moz-box-shadow: 0 2px 3px #777;
      -webkit-box-shadow: 0 2px 3px #777;
      -o-box-shadow: 0 2px 3px #777;
      -ms-box-shadow: 0 2px 3px #777;
      box-shadow: 0 2px 3px #777;
      min-height: 200px; }
      @media (max-width: 700px) {
        .grey ul li {
          width: auto;
          float: none;
          margin: 0 0 25px;
          min-height: inherit;
          padding: 25px 0 25px; } }
      .grey ul li:first-child, .grey ul li.clear {
        margin: 0 0 25px;
        clear: both; }
        @media (max-width: 700px) {
          .grey ul li:first-child, .grey ul li.clear {
            margin: 0 0 25px; } }
        .grey ul li:first-child img, .grey ul li.clear img {
          margin-bottom: 41px; }
        .grey ul li:first-child p, .grey ul li.clear p {
          padding-right: 70px; }
      .grey ul li.bottom, .grey ul li.clear {
        padding: 45px 0 30px; }
        .grey ul li.bottom img, .grey ul li.clear img {
          margin: 20px auto 0px; }
      .grey ul li.bottom img {
        margin: 15px auto 0px; }
      .grey ul li img {
        display: block;
        margin: 0 auto 20px; }
      .grey ul li p {
        margin: 20px 0 0;
        padding: 0 35px;
        display: block; }
  .grey .medal {
	position: absolute;
    width: 100%;
    left: 0;
    top: 275px;
    z-index: 2;
	}
    @media (max-width: 830px) {
      .grey .medal {
        display: none; } }
    .grey .medal:after {
      display: block;
      position: absolute;
      content: "";
      position: relative;
      margin: 0 auto;
      background: url(../images/medal.png) no-repeat;
      width: 249px;
      height: 249px; }

.box4 {
  padding: 20px 0 35px; }
  .box4 h3 {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    margin: 0; }
    .box4 h3 strong {
      text-transform: uppercase;
      color: #f00;
      font-size: 34px;
      font-weight: normal; }
  .box4 p {
    clear: both;
    color: #0076a8;
    font-size: 20px;
    line-height: 22px;
    margin: 10px 0; }
    @media (max-width: 700px) {
      .box4 p {
        font-size: 18px; } }
  .box4 .left {
    float: left;
    width: 48%; }
    @media (max-width: 700px) {
      .box4 .left {
        width: auto;
        float: none;
        margin: 0 0 20px;
        text-align: center; } }
    .box4 .left h3 {
      margin: 0 10px 0 0;
      float: left;
      line-height: 22px; }
      @media (max-width: 700px) {
        .box4 .left h3 br {
          display: none; } }
      @media (max-width: 995px) {
        .box4 .left h3 {
          float: none;
          margin: 0 0 5px; } }
    .box4 .left p {
      margin: 15px 0; }
      .box4 .left p.fleft {
        text-transform: uppercase;
        color: #2196f3;
        font-size: 46px;
        clear: none;
        float: left;
        line-height: 46px;
        margin: 0 0 15px; }
        @media (max-width: 995px) {
          .box4 .left p.fleft {
            float: none;
            margin: 0 0 15px; } }
    .box4 .left .phones {
      font-size: 44px;
      line-height: 44px;
      color: #ff0000;
      overflow: hidden;
      /*background:url(../images/phone.png) no-repeat left center;*/ }
      @media (max-width: 830px) {
        .box4 .left .phones {
          font-size: 36px;
          line-height: 38px; } }
      .box4 .left .phones img {
        float: left;
        margin: 0 15px 0 0; }
        @media (max-width: 830px) {
          .box4 .left .phones img {
            width: 40px;
            height: auto; } }
        @media (max-width: 700px) {
          .box4 .left .phones img {
            display: none; } }
      .box4 .left .phones i {
        font-style: normal;
        font-weight: 300;
        color: #00466f;
        font-size: 30px; }
        @media (max-width: 830px) {
          .box4 .left .phones i {
            font-size: 24px; } }
  .box4 .right {
    float: right;
    width: 48%;
    text-align: left; }
    @media (max-width: 700px) {
      .box4 .right {
        width: auto;
        float: none;
        margin: 0 0 20px;
        text-align: center; } }
    .box4 .right h3 span {
      float: left;
      margin: 0 10px 0 0;
      line-height: 23px;
      display: block; }
      @media (max-width: 995px) {
        .box4 .right h3 span {
          float: none;
          margin: 0 0 5px; } }
    .box4 .right h3 strong {
      line-height: 36px;
      font-size: 32px; }
      @media (max-width: 700px) {
        .box4 .right h3 strong {
          font-size: 22px;
          line-height: 24px; } }
    @media (max-width: 700px) {
      .box4 .right h3 {
        font-size: 22px;
        line-height: 24px;
        font-weight: normal; } }
    @media (max-width: 700px) {
      .box4 .right h3 br {
        display: none; } }

.box5 {
  text-align: center;
  overflow: hidden;
  padding: 20px 0;
  /*background:url(../img/bg2.png) repeat-y center top;*/
  background: #ade259;
	margin: 30px 0 0;  }
  .box5 h2 {
  font-weight: 700;
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    margin: 0px;
    text-align: center; }
    @media (max-width: 600px) {
      .box5 h2 {
        font-size: 28px; } }
  .box5 p {
    color: #000;
    font-size: 22px;
    margin: 0 0 10px;
    text-align: center;
    font-weight: 400; }
    @media (max-width: 600px) {
      .box5 p {
        font-size: 20px; } }
  .box5 img {
    display: block;
    margin: 0 auto; }
    @media (max-width: 600px) {
      .box5 img {
        display: none; } }
  .box5 ol {
    display: none; }
    @media (max-width: 600px) {
      .box5 ol {
        display: block;
        color: #fff;
        font-style: italic;
        font-size: 14px;
        line-height: 16px; }
        .box5 ol strong {
          font-size: 22px;
          font-weight: 300;
          display: block;
          color: #fff;
          font-style: normal; }
        .box5 ol li {
          text-align: left;
          margin-bottom: 10px; } }

.box6 {
  overflow: hidden;
  padding: 35px 0; }
  .box6 h2 {
    text-align: center;
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
    color: #0076a8; }
    @media (max-width: 830px) {
      .box6 h2 {
        font-size: 26px;
        margin: 0 0 10px; } }
  .box6 ul {
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
    max-width: 960px; }
    .box6 ul li {
      float: left;
      width: 47%;
      list-style: none;
      padding: 0;
      text-align: left;
      margin: 0 0px 0 45px; }
      @media (max-width: 830px) {
        .box6 ul li {
          float: none;
          width: auto;
          margin: 0 0 20px;
          overflow: hidden; } }
      .box6 ul li:first-child {
        margin: 0;
        text-align: right; }
        @media (max-width: 830px) {
          .box6 ul li:first-child {
            margin: 0 0 20px;
            text-align: left; } }
        .box6 ul li:first-child p img.dip {
          float: right;
          margin: 0 0 0 15px; }
          @media (max-width: 830px) {
            .box6 ul li:first-child p img.dip {
              height: 150px;
              width: auto;
              float: left;
              margin: 0 15px 0 0; } }
      .box6 ul li h3 {
        font-size: 22px;
        font-weight: 300;
        color: #333; }
        @media (max-width: 830px) {
          .box6 ul li h3 {
            font-size: 18px; } }
        .box6 ul li h3 strong {
          font-weight: 300;
          font-size: 38px;
          line-height: 38px;
          display: block;
          color: #191919;
          margin: 0 0 5px; }
          @media (max-width: 830px) {
            .box6 ul li h3 strong {
              font-size: 28px;
              line-height: 28px; } }
        @media (max-width: 830px) {
          .box6 ul li h3 {
            text-align: center; } }
      .box6 ul li p {
        font-size: 14px;
        clear: both; }
        @media (max-width: 830px) {
          .box6 ul li p img {
            display: block;
            margin: 0 auto; } }
        .box6 ul li p img.dip {
          float: left;
          margin: 0 15px 0 0; }
          @media (max-width: 830px) {
            .box6 ul li p img.dip {
              height: 150px;
              width: auto; } }

@media (max-width: 800px) {
  .box7 {
    background: #0074b0 url(../images/pattern.png) repeat; } }
.box7 h2 {
  color: #fff;
  font-size: 17px;
  margin: 0 0 10px;
  font-weight: normal; }
  @media (max-width: 800px) {
    .box7 h2 {
      text-align: center; } }
  .box7 h2 strong {
    font-weight: normal;
    text-transform: uppercase; }
  .box7 h2 span {
    display: block; }
.box7 form {
  float: left;
  width: 30%;
  margin: 0 45px 0 0;
  behavior: url(js/PIE.htc);
  position: relative;
  background: #0083bc;
  background: -webkit-linear-gradient(top, #0083bc 0%, #005294 100%);
  background: -moz-linear-gradient(top, #0083bc 0%, #005294 100%);
  background: -o-linear-gradient(top, #0083bc 0%, #005294 100%);
  background: -ms-linear-gradient(top, #0083bc 0%, #005294 100%);
  background: linear-gradient(top, #0083bc 0%, #005294 100%);
  -pie-background: linear-gradient(top, #0083bc 0%, #005294 100%);
  behavior: url(js/PIE.htc);
  position: relative;
  /*border:1px solid #005084;*/
  padding: 15px;
  border-radius: 10px; }
  @media (max-width: 800px) {
    .box7 form {
      float: none;
      margin: 0 0 20px;
      width: auto; } }
  .box7 form .formfield {
    color: #fff;
    font-size: 14px; }
    .box7 form .formfield input[type="text"] {
      display: block;
      margin: 2px 0 10px;
      font-size: 16px; }
      @media (max-width: 900px) {
        .box7 form .formfield input[type="text"] {
          font-size: 14px; } }
      @media (max-width: 800px) {
        .box7 form .formfield input[type="text"] {
          margin: 0 auto 10px; } }
      .box7 form .formfield input[type="text"]:first-child {
        margin: 0 0 10px; }
        @media (max-width: 800px) {
          .box7 form .formfield input[type="text"]:first-child {
            margin: 0 auto 10px; } }
  .box7 form button {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    display: block;
    margin-top: 15px; }
    @media (max-width: 900px) {
      .box7 form button {
        font-size: 17px; } }
    @media (max-width: 800px) {
      .box7 form button {
        margin: 0 auto 0px;
        font-size: 20px; } }
.box7 ol {
  float: left;
  width: 20%;
  margin: 0;
  padding: 25px 0 0; }
  @media (max-width: 800px) {
    .box7 ol {
      float: none;
      width: 80%;
      padding: 0;
      margin: 0 auto 20px; } }
  .box7 ol li {
    color: #d8f8bc;
    margin: 0 0 10px 10px;
    padding: 0;
    font-size: 16px; }
    @media (max-width: 900px) {
      .box7 ol li {
        font-size: 14px; } }
    @media (max-width: 800px) {
      .box7 ol li {
        color: #fff; } }
.box7 .right {
  float: right;
  width: 40%;
  text-align: right;
  color: #fff;
  font-size: 18px; }
  @media (max-width: 800px) {
    .box7 .right {
      float: none;
      width: auto;
      margin: 0 0 20px;
      text-align: center; } }
  @media (max-width: 900px) {
    .box7 .right {
      font-size: 14px; } }
  .box7 .right p {
    margin: 0 0 30px; }
    .box7 .right p strong {
      font-weight: normal;
      text-transform: uppercase;
      font-size: 20px;
      display: block; }
      @media (max-width: 900px) {
        .box7 .right p strong {
          font-size: 16px; } }
  .box7 .right .phones {
    color: #fff;
    font-size: 48px; }
    @media (max-width: 900px) {
      .box7 .right .phones {
        font-size: 38px; } }
    .box7 .right .phones i {
      font-weight: 300;
      font-style: normal; }

.map {
  height: 400px; }
  .map ymaps.ymaps-glass-pane, .map ymaps.ymaps-events-pane {
    behavior: url(js/PIE.htc);
    position: relative;
    -moz-box-shadow: inset 0px 5px 7px #777;
    -webkit-box-shadow: inset 0px 5px 7px #777;
    -o-box-shadow: inset 0px 5px 7px #777;
    -ms-box-shadow: inset 0px 5px 7px #777;
    box-shadow: inset 0px 5px 7px #777; }
  .map ymaps.ymaps-map {
    box-shadow: none;
    border: none !important; }

.maps {
  background: #ebebeb;
  overflow: hidden; }
  .maps h2 {
    color: #333;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300; }
  @media (max-width: 830px) {
    .maps .tab-nav {
      display: table;
      width: 100%; } }
  .maps .tab {
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    behavior: url(js/PIE.htc);
    position: relative;
    border-radius: 10px 10px 0 0;
    background: #0083bc;
    background: -webkit-linear-gradient(top, #0083bc 0%, #005294 100%);
    background: -moz-linear-gradient(top, #0083bc 0%, #005294 100%);
    background: -o-linear-gradient(top, #0083bc 0%, #005294 100%);
    background: -ms-linear-gradient(top, #0083bc 0%, #005294 100%);
    background: linear-gradient(top, #0083bc 0%, #005294 100%);
    -pie-background: linear-gradient(top, #0083bc 0%, #005294 100%);
    behavior: url(js/PIE.htc);
    position: relative;
    color: #fff;
    text-shadow: 1px 1px #005084;
    cursor: pointer;
    margin: 0 1px; }
    @media (max-width: 995px) {
      .maps .tab {
        font-size: 14px;
        padding: 0 10px; } }
    @media (max-width: 830px) {
      .maps .tab {
        display: table-cell;
        border-right: 2px solid #63a22d;
        line-height: normal;
        height: auto;
        vertical-align: middle;
        padding: 10px;
        margin: 0;
        float: none; } }
    .maps .tab.active {
      color: #fff;
      background: #ffb700;
      background: -webkit-linear-gradient(top, #ffb700 0%, #ff8d00 100%);
      background: -moz-linear-gradient(top, #ffb700 0%, #ff8d00 100%);
      background: -o-linear-gradient(top, #ffb700 0%, #ff8d00 100%);
      background: -ms-linear-gradient(top, #ffb700 0%, #ff8d00 100%);
      background: linear-gradient(top, #ffb700 0%, #ff8d00 100%);
      -pie-background: linear-gradient(top, #ffb700 0%, #ff8d00 100%);
      behavior: url(js/PIE.htc);
      position: relative;
      text-shadow: 1px 1px #b77309; }
  .maps .box {
    display: none;
    border-top: 1px solid #ff8d00; }
    .maps .box.active {
      display: block; }

.price {
  /*background: #c2edf2 url(../images/action-implants1.png) repeat;
  position: relative;
  overflow: hidden; */
      padding: 30px 0 30px 0;
    overflow: visible;
    position: relative;
    background: url(../images/adv-bg4.jpg) 50% 50% no-repeat fixed;
    background-size: cover;
  }
  .price:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background:url(../images/action-implants.png) no-repeat center;*/
    z-index: 0;
    -moz-box-shadow: inset 0 5px 8px #fff;
    -webkit-box-shadow: inset 0 5px 8px #fff;
    -o-box-shadow: inset 0 5px 8px #fff;
    -ms-box-shadow: inset 0 5px 8px #fff;
    box-shadow: inset 0 5px 8px #fff; }
    @media (max-width: 900px) {
      .price:after {
        background: none; } }
  .price .title {
    margin: 0 0 20px;
    padding: 0 0 15px;
    background: url(../images/line.png) repeat-x bottom;
    text-align: center;
    position: relative;
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase; }
  .price .blue_btn {
    padding: 15px 5px 5px;
    background: url(../images/line.png) repeat-x top; }
  .price h2 {
    text-align: left;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 960px;
    padding: 15px 0px 15px;
    position: relative; }
    .price h2:after {
      display: block;
      position: absolute;
      content: "";
      position: relative;
      clear: both; }
    .price h2 strong {
      display: block;
      font-weight: 300;
      font-size: 34px;
      line-height: 35px;
      color: #000;
      text-align: left; }
      @media (max-width: 900px) {
        .price h2 strong {
          text-align: center; } }
      @media (max-width: 900px) {
        .price h2 strong br {
          display: none; } }
    .price h2 strong {
      text-transform: uppercase;
      color: #ff6000;
      font-size: 34px;
      line-height: 34px;
      font-weight: normal; }
      @media (max-width: 995px) {
        .price h2 strong {
          font-size: 30px; } }
    .price h2 .a {
      font-weight: 400;
      font-size: 26px;
      line-height: 26px;
      color: #000;
      display: block;
      float: left;
      position: relative; }
      @media (max-width: 995px) {
        .price h2 .a {
          font-size: 24px; } }
      .price h2 .a strong {
        display: block;
        color: #2196f3;
        line-height: 62px;
        font-size: 62px;
        float: left;
        margin-top: 5px;
        margin-right: 5px; }
        @media (max-width: 995px) {
          .price h2 .a strong {
            font-size: 50px; } }
        @media (max-width: 700px) {
          .price h2 .a strong {
            float: none;
            margin: 0;
            text-align: left; } }
      .price h2 .a i {
        font-weight: 300;
        font-size: 40px;
        font-style: normal;
		color: #2196f3;
        display: inline-block;
        font-weight: 400;
        line-height: 40px; }
        @media (max-width: 995px) {
          .price h2 .a i {
            font-size: 34px; } }
      .price h2 .a span {
        font-size: 39px;
        color: #000;
        font-weight: 400;
        display: block;
        position: absolute;
        right: -160px;
        bottom: 10px; }
        @media (max-width: 700px) {
          .price h2 .a span {
            position: relative;
            font-size: 26px;
            right: auto;
            bottom: auto;
            display: inline-block; } }
    .price h2 .b {
      font-size: 58px;
      color: #ee1b2e;
      font-weight: 700;
      display: block;
      text-align: right;
      line-height: 58px;
      float: right;
      margin-top: 10px; }
      @media (max-width: 900px) {
        .price h2 .b {
          text-align: center; } }
      @media (max-width: 995px) {
        .price h2 .b {
          font-size: 40px; } }
  .price .left {
    float: left;
    width: 48%;
    padding: 20px 0;
    background: url(../images/wht50.png) repeat;
    position: relative;
    margin: 0 0 30px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(33, 150, 243, 0.41);
	}
    @media (max-width: 900px) {
      .price .left {
        float: none;
        width: 90%;
        margin: 0 auto 20px; } }
    .price .left .action-implant {
      float: right;
      padding: 0 20px;
      line-height: 36px; }
      @media (max-width: 995px) {
        .price .left .action-implant {
          line-height: 31px; } }
      @media (max-width: 900px) {
        .price .left .action-implant {
          float: none;
          text-align: center; } }
      .price .left .action-implant .blue_btn {
        margin: -6px 0 0; }
      .price .left .action-implant .title {
        color: #408f00; }
        .price .left .action-implant .title:before {
          display: block;
          position: absolute;
          content: "";
          background: url(../images/title_1.png) no-repeat;
          width: 25px;
          height: 24px;
          left: 15px;
          top: 8px; }
        .price .left .action-implant .title:after {
          display: block;
          position: absolute;
          content: "";
          background: url(../images/title_1.png) no-repeat;
          width: 25px;
          height: 24px;
          right: 15px;
          top: 8px; }
      .price .left .action-implant .center {
        margin: 20px 0 0; }
  .price .action-implant {
    text-shadow: 0px 0px 3px #fff; }
    .price .action-implant h3 {
      font-size: 21px;
      font-weight: normal;
      color: #000;
      text-transform: uppercase;
      margin: 0 0 10px;
      text-align: center; }
      .price .action-implant h3 strong {
        color: #ff6000;
       /* display: block;*/
        font-size: 42px;
        text-transform: none; }
        .price .action-implant h3 strong s {
          color: #8d8d8d;
          font-size: 20px;
          font-weight: normal; }
          .price .action-implant h3 strong s i {
            font-size: 16px; }
        .price .action-implant h3 strong.red {
          color: #f51630;
          font-size: 16px; }
        .price .action-implant h3 strong i {
          font-style: normal;
          font-size: 24px;
          font-weight: normal; }
        .price .action-implant h3 strong b {
          font-weight: normal;
          color: #6b6b6b;
          font-size: 23px; }
      .price .action-implant h3 span {
        color: #8d8d8d;
        font-size: 60px;
        display: block;
        margin: 3px 0; }
      @media (max-width: 995px) {
        .price .action-implant h3 {
          width: auto;
          text-align: center; } }
    .price .action-implant .small {
      font-size: 11px;
      line-height: 12px;
      font-style: italic;
      color: #517b80;
      text-shadow: none;
      text-align: left;
      clear: both;
      margin: 10px 0; }
      @media (max-width: 995px) {
        .price .action-implant .small {
          font-size: 12px; } }
    .price .action-implant .center {
      text-align: center;
      margin: 25px 0 0; }
      .price .action-implant .center img {
        display: inline-block;
        margin: 0 5px; }
  .price .right {
    float: right;
    width: 98%;
    padding: 20px 0 20px;
    margin-bottom: 30px;
    background: url(../images/wht50.png) repeat;
    position: relative;
    z-index: 2;
    min-height: 230px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(33, 150, 243, 0.41);	}
    @media (max-width: 995px) {
      .price .right {
        min-height: 205px; } }
    @media (max-width: 900px) {
      .price .right {
        float: none;
        width: 90%;
        margin: 0 auto 20px;
        min-height: inherit; } }
    .price .right .action-implant {
      float: left;
      padding: 0 20px; }
      @media (max-width: 900px) {
        .price .right .action-implant {
          float: none;
          overflow: hidden; } }
      .price .right .action-implant h3 span {
        line-height: 48px; }
      .price .right .action-implant .title {
        color: #ff8100;
        font-size: 46px;
        line-height: 46px; }
        .price .right .action-implant .title:before {
          display: block;
          position: absolute;
          content: "";
          background: url(../images/title_2.png) no-repeat;
          width: 25px;
          height: 24px;
          left: 15px;
          top: 8px; }
        .price .right .action-implant .title:after {
          display: block;
          position: absolute;
          content: "";
          background: url(../images/title_2.png) no-repeat;
          width: 25px;
          height: 24px;
          right: 15px;
          top: 8px; }
      .price .right .action-implant strong {
        font-size: 40px; }
        @media (max-width: 995px) {
          .price .right .action-implant strong {
            font-size: 34px; } }
      .price .right .action-implant .small {
        font-size: 11px;
        font-style: italic;
        color: #517b80;
        text-shadow: none;
        text-align: left;
        clear: both;
        margin: 10px 0;
        line-height: 12px; }
        @media (max-width: 995px) {
          .price .right .action-implant .small {
            font-size: 12px; } }

.vaTop {
  vertical-align: top; }
  
  .form-main-slide button, .action-implant .blue_btn a, .box4 .blue_btn a  {
  behavior: url(js/PIE.htc);
  position: relative;
  background: #2196f3;
   position: relative;
  border: 1px solid #0083bc;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 22px;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 32px;
  padding: 8px 0px 9px;
  border-radius: 8px;
  text-decoration: none;
  text-shadow: 1px 1px #a86003;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  }
 .form-main-slide input[type=text] {
  width: 195px;
 }
  
/*
input[type=text],
input[type=password],
select,
textarea, .input {
  behavior: url(js/PIE.htc);
  position: relative;
  background: #fff;
  height: 42px;
  line-height: 42px;
  padding: 0 1em;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #8d8d8d;
  font-size: 16px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  */
  /*
  input[type=text]:focus,
  input[type=password]:focus,
  select:focus,
  textarea:focus, .input:focus {
    outline: 0;
    border-color: #ffcd1e;
    background: #fff;
    color: #000;
    -moz-box-shadow: inset 0px 0px 5px #ccc;
    -webkit-box-shadow: inset 0px 0px 5px #ccc;
    -o-box-shadow: inset 0px 0px 5px #ccc;
    -ms-box-shadow: inset 0px 0px 5px #ccc;
    box-shadow: inset 0px 0px 5px #ccc;
 }*/
/*
input[type=submit], input[type=button], button, .button, .calback a {
  behavior: url(js/PIE.htc);
  position: relative;
  background: #2196f3;
   position: relative;
  border: 1px solid #0083bc;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 22px;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 32px;
  padding: 8px 0px 9px;
  border-radius: 8px;
  text-decoration: none;
  text-shadow: 1px 1px #a86003;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }*/
  
  
 
 input[type=submit]:hover, input[type=button]:hover, button:hover, .button:hover, .calback a:hover {
   background: #00982f;
    position: relative;
    border: 1px solid #00982f;}

.blue_btn {
  margin: 15px 0 0; }
  .blue_btn .button {
    background: #0083bc;
    background: -webkit-linear-gradient(top, #0083bc 0%, #005294 100%);
    background: -moz-linear-gradient(top, #0083bc 0%, #005294 100%);
    background: -o-linear-gradient(top, #0083bc 0%, #005294 100%);
    background: -ms-linear-gradient(top, #0083bc 0%, #005294 100%);
    background: linear-gradient(top, #0083bc 0%, #005294 100%);
    -pie-background: linear-gradient(top, #0083bc 0%, #005294 100%);
    behavior: url(js/PIE.htc);
    position: relative;
    color: #fff;
    text-shadow: 1px 1px #005084;
    font-size: 24px;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-color: #005084; }
    @media (max-width: 830px) {
      .blue_btn .button {
        font-size: 18px;
        line-height: 18px;
        padding-left: 10px;
        padding-right: 10px;
        width: auto; } }
    .blue_btn .button:hover {
    background: #00982f;
    position: relative;
    border: 1px solid #00982f;}

.formFieldString br {
  display: none; }

.captcha {
  overflow: hidden; }
  .captcha img {
    float: left;
    margin: 0 15px 0 0; }
  .captcha input[type="text"] {
    width: 100px;
    margin-top: -10px; }

.divButton {
  text-align: center; }

a {
  color: #0076a8;
  text-decoration: underline; }
  a:hover {
    color: #1a3648;
    text-decoration: none; }

img {
  max-width: 100%; }

h3, .h3 {
  font-size: 20px;
  margin: 20px 0 10px; }

.hidden {
  display: none; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.center, .centeralign {
  text-align: center; }

.right, .rightalign {
  text-align: right; }

.left, .leftalign {
  text-align: left; }

.fleft {
  float: left; }

.fright {
  float: right; }

.bold {
  font-weight: bold; }

.italic {
  font-weight: italic; }

.big {
  font-size: 1.25em; }

.small {
  font-size: .75em; }

.darkred, .darkred a {
  color: #800000; }

.green, .green a {
 color: #008eff; }

.blue, .blue a {
  color: blue; }

.black, .black a {
  color: black; }

.star {
  color: red; }

.error {
  color: red; }

.clear {
  clear: both; }

.topbottom p {
  margin: 0; }

.jserror span {
  padding-left: 24px;
  background-image: url(../images/invalid.png) 3px 3px no-repeat;
  color: #FB0F00; }

.jssuccess {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/valid.png) no-repeat; }

.slider {
  height: 550px;
  position: absolute;
  background: url("../images/slide1.png") no-repeat center top;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0; }
  .slider:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 618px;
    background: url("../images/slider_bg.png") no-repeat center bottom;
    z-index: 5; }
  @media (max-width: 800px) {
    .slider {
      display: none; } }
  .slider .sl-image {
    height: 631px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-repeat: no-repeat;
    background-position: center top; }
  .slider .sl-image1 {
    background-image: url("../images/slide1.png"); }
  .slider .sl-image2 {
    background-image: url("../images/slide2.png"); }
  .slider .sl-image3 {
    background-image: url("../images/slide3.png"); }

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

body {
  color: #222;
  font: normal 16px "Open Sans", Arial, sans-serif;
  background: #fff; }

* html #outer {
  height: 100%; }

/*for IE min-height */
.container {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 20px;
  position: relative; }
  .container:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }

#footer {
  background: #0074b0 url(../images/pattern.png) repeat;
  position: relative;
  color: #fff; }
  #footer .container {
    padding: 25px 20px 15px;
    position: relative; }
    #footer .container a {
      color: #fff; }
    #footer .container .h3 {
      font-size: 16px;
      font-weight: bold;
      margin: 0 0 5px;
      color: #fff;
      text-transform: none; }
    #footer .container .footer-menu {
      padding: 0;
      margin: 0 0 0 30px;
      float: right;
      width: 35%; }
      @media (max-width: 800px) {
        #footer .container .footer-menu {
          float: none;
          width: auto;
          margin: 0 0 20px; } }
      #footer .container .footer-menu:first-child {
        margin-left: 0px;
        float: left;
        width: 48%; }
        @media (max-width: 800px) {
          #footer .container .footer-menu:first-child {
            float: none;
            width: auto;
            margin: 0 0 20px; } }
      #footer .container .footer-menu p {
        margin: 0 0 15px; }
        #footer .container .footer-menu p i {
          margin: 1px 0 5px;
          font-size: 12px;
          line-height: 12px;
          display: block; }
  #footer .infodesign {
    text-align: center;
    padding-bottom: 10px; }
    #footer .infodesign a {
      font-size: 12px;
      color: #BACED8; }
      #footer .infodesign a:hover {
        color: #fff; }

/*# sourceMappingURL=front.css.map */


h2.caption {
	text-align:center;
}
.implant{
    padding: 30px;
	}
	
.implant h2 {/*
    margin: 0 0 10px;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    color: #ff6000;*/
	font-size: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.implant ul li{
    font-size: 18px;
	}

.implant p.first{
    font-size: 22px;
	}
.implant p.second{
    font-size: 20px;
	padding-top:20px;
	}
.implant p.notice{
    font: 400 14px 'OpenSansRegular';
	}
	
.implant span.orange{
    font-size: 16px;
	color: #ff6000;
	}
.reviews2 ul{
	text-align: center;
	}
	
.reviews2 ul li {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    text-align: center;
    margin: 30px 0px;
}

.reviews2 ul li em {
    display: block;
    margin: 0 auto;
    width: 105px;
    height: 86px;
    padding-top: 19px;
    -webkit-border-radius: 105px;
    -moz-border-radius: 105px;
    border-radius: 105px;
    overflow: hidden;
    border: 1px solid #ececec;
    -webkit-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
    background: #b1e361;
}