html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  -webkit-border-radius: 6px;
          border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

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

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

html, body {
  height: 100%; }

@font-face {
  font-family: 'pf_dindisplay_proregular';
  src: url("../fonts/pfdindisplaypro-reg-webfont.woff2") format("woff2"), url("../fonts/pfdindisplaypro-reg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-size: 17px;
  min-width: 320px;
  position: relative;
  line-height: 1.3;
  font-family: 'pf_dindisplay_proregular', Arial;
  overflow-x: hidden;
  opacity: 1;
  color: #000; }
  body.fixed {
    overflow-y: hidden; }

input:-moz-placeholder {
  color: #ccae8f; }

input::-moz-placeholder {
  color: #ccae8f;
  opacity: 1; }

input::-webkit-input-placeholder {
  color: #ccae8f; }

input:-ms-input-placeholder {
  color: #ccae8f; }

input::-ms-input-placeholder {
  color: #ccae8f; }

input::placeholder {
  color: #ccae8f; }

.oh {
  overflow: hidden; }

.img_left {
  float: left;
  margin: 0 20px 50px 0; }
  .img_left img {
    width: 170px;
    height: auto; }

.box .text .right {
  padding: 0 0 60px; }

.mapform {
  width: 1000px;
  height: 480px;
  position: relative; }
  .mapform strong {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    color: #02712c;
    margin: 0 0 5px 25px;
    padding: 0 0 0 20px;
    position: relative; }
    .mapform strong:after {
      content: '';
      position: absolute;
      left: 0px;
      top: 3px;
      width: 11px;
      height: 18px;
      background-image: url("../img/mark.png"); }
  .mapform p {
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    margin: 0 0 25px 25px;
    padding: 0; }
  .mapform .adr {
    height: 400px;
    overflow-y: scroll;
    padding: 30px 0 30px; }
  .mapform iframe {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 475px;
    border: none; }
  .mapform .map_adr {
    position: absolute;
    left: 20px;
    top: 10%;
    z-index: 9;
    width: 300px;
    height: 80%;
    background: #fff; }

#list {
  height: 190px;
  overflow: hidden;
  margin: 0;
  padding: 15px 0 0;
  list-style: none; }
  #list li {
    display: block;
    padding: 7px 0;
    font-size: 20px;
    line-height: 1.2; }
    #list li a {
      color: #000;
      text-decoration: none; }
      #list li a:hover {
        color: #02712c;
        text-decoration: none; }

.full {
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400;
  font-family: 'PT Serif', serif;
  margin: 50px 0 0 170px;
  width: 960px; }

.wide_video {
  width: 90%;
  margin: 0 0 70px 170px;
  padding: 40px 0 0;
  text-align: left; }
  .wide_video .vid {
    display: inline-block;
    vertical-align: top;
    width: 560px;
    margin: 0 50px 0 0; }
    .wide_video .vid iframe {
      border: none; }

.popform {
  width: 620px;
  padding: 50px 100px 60px; }
  .popform.v2 {
    width: 100%;
    padding: 60px 20px 14px; }
    .popform.v2 .over {
      text-align: center; }
    .popform.v2 .it {
      border: 1px #9dbef5 solid;
      -webkit-border-radius: 5px;
              border-radius: 5px; }
      .popform.v2 .it.wpcf7-not-valid {
        border: 1px #f00 solid; }
  .popform.v3 {
    width: 330px;
    height: 300px;
    padding: 10px 10px 14px; }
  .popform .th {
    font-size: 20px;
    line-height: 1.2;
    padding: 5px 0 15px;
    position: relative; }
    .popform .th:after {
      content: '';
      position: static;
      display: inline-block;
      margin: 7px 0 0 16px;
      vertical-align: top;
      width: 20px;
      height: 10px;
      background: url("../img/arr_top.png") no-repeat; }
  .popform .filterinput {
    width: 307px;
    height: 42px;
    text-indent: 10px;
    font-size: 20px;
    line-height: 42px;
    background: #e8f1da;
    border: none;
    -webkit-box-shadow: inset 0px 3px 3px 0px rgba(199, 217, 182, 0.6);
            box-shadow: inset 0px 3px 3px 0px rgba(199, 217, 182, 0.6); }
  .popform p {
    text-align: center;
    margin: 0;
    padding: 25px 0 20px; }
  .popform .over span {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 0 20px 0 0; }
    .popform .over span .it {
      width: 100%; }
  .popform .over .is {
    vertical-align: top;
    display: inline-block;
    width: 45%;
    margin: 0; }
  .popform .t {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'PT Serif', serif;
    margin: 0 0 27px;
    padding: 0;
    text-align: center; }
  .popform .it {
    border: none;
    width: 100%;
    text-indent: 20px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    -webkit-box-shadow: inset 0px 3px 4px 4px #e3e3e3;
            box-shadow: inset 0px 3px 4px 4px #e3e3e3;
    margin: 0 0 15px; }
  .popform .is {
    cursor: pointer;
    border: none;
    width: 308px;
    height: 60px;
    display: block;
    margin: 36px auto 0;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #02712c;
    background: -webkit-linear-gradient(bottom, #02712c 0%, #019e16 100%);
    background: -o-linear-gradient(bottom, #02712c 0%, #019e16 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#02712c), to(#019e16));
    background: linear-gradient(to top, #02712c 0%, #019e16 100%); }
    .popform .is:hover {
      background: #02712c; }
    .popform .is:active {
      -webkit-box-shadow: inset 0px 3px 4px 4px #003b16;
              box-shadow: inset 0px 3px 4px 4px #003b16; }

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 16px; }

.fancybox-is-open .fancybox-bg {
  opacity: .4 !important; }

.fancybox-content {
  padding: 0px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 4px #e8f1da solid; }

.overall {
  max-width: 960px;
  margin: 0 auto;
  position: relative; }

a {
  color: #02712c;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }
  a:visited {
    color: #02712c;
    text-decoration: none; }
  a:active {
    color: #02712c;
    text-decoration: none; }

.slider {
  width: 60%; }
  .slider:hover .slick-prev {
    display: block !important; }
  .slider img {
    margin: 0 3px;
    display: block; }
  .slider .slick-prev {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 120px;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    display: none !important; }
    .slider .slick-prev:after {
      content: '';
      position: absolute;
      left: 30px;
      top: 50%;
      width: 34px;
      height: 58px;
      overflow: hidden;
      text-indent: -9999px;
      background-image: url(../img/arr_prev.png);
      background-repeat: no-repeat;
      margin: -37px 0 0;
      cursor: pointer;
      border: none;
      outline: none;
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
      -webkit-filter: FlipH;
              filter: FlipH;
      -ms-filter: "FlipH"; }
  .slider .slick-next {
    position: absolute;
    right: -58px;
    top: 50%;
    width: 34px;
    height: 58px;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    background-image: url(../img/arr_prev.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0;
    margin: -37px 0 0;
    cursor: pointer;
    border: none;
    outline: none; }

.slider2 {
  width: 58%;
  margin: 50px 0 0 50px; }
  .slider2 .feed {
    border: 4px #e8f1da solid;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 50px 60px;
    margin: 0 10px;
    min-height: 292px; }
    .slider2 .feed div {
      padding: 15px 0 0; }
  .slider2 img {
    margin: 0 3px;
    display: block; }
  .slider2 .slick-prev {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 120px;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    display: none !important; }
    .slider2 .slick-prev:after {
      content: '';
      position: absolute;
      left: 30px;
      top: 50%;
      width: 34px;
      height: 58px;
      overflow: hidden;
      text-indent: -9999px;
      background-image: url(../img/arr_prev.png);
      background-repeat: no-repeat;
      margin: -37px 0 0;
      cursor: pointer;
      border: none;
      outline: none;
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
      -webkit-filter: FlipH;
              filter: FlipH;
      -ms-filter: "FlipH"; }
  .slider2 .slick-next {
    position: absolute;
    right: 0px;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: #fff;
    border: none;
    outline: none;
    text-indent: -1000px;
    overflow: hidden; }
    .slider2 .slick-next:after {
      content: '';
      position: absolute;
      right: 0px;
      top: 50%;
      width: 34px;
      height: 58px;
      overflow: hidden;
      text-indent: -9999px;
      background-image: url(../img/arr_prev.png);
      background-repeat: no-repeat;
      margin: -37px 0 0;
      cursor: pointer;
      border: none;
      outline: none; }

.bm {
  display: none; }

#e1 {
  width: 200px; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 14px;
  background-color: #efeee8; }

.mCSB_scrollTools .mCSB_dragger {
  width: 14px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  background: #019f16;
  background: -webkit-linear-gradient(top, #019f16 0%, #02722c 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#019f16), to(#02722c));
  background: -o-linear-gradient(top, #019f16 0%, #02722c 100%);
  background: linear-gradient(to bottom, #019f16 0%, #02722c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019f16', endColorstr='#02722c',GradientType=0 ); }
  .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: transparent !important; }
  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: transparent  !important; }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    background-color: transparent  !important;
    background-image: url(../img/scrl.png);
    background-repeat: no-repeat;
    background-position: 0 50%; }

.clearfix {
  overflow: auto; }
  .clearfix:after {
    content: "";
    clear: both;
    display: table; }

.alignleft {
  float: left;
  margin: 20px 20px 20px 0; }

.alignright {
  float: right;
  margin: 20px 20px 20px 0; }

.logo_images {
  text-align: center;
  margin: 0 -30px;
  height: 270px; }
  .logo_images a {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0px; }
    .logo_images a:hover img {
      -webkit-filter: none;
      filter: none; }
    .logo_images a img {
      display: block;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }

.shift_t_60 {
  padding-top: 60px; }

.shift_t_50 {
  padding-top: 40px; }

.content_holder {
  max-width: 960px;
  margin: 0 auto;
  position: relative; }
  .content_holder .maincontent {
    display: block;
    width: 700px;
    margin: 0 0 0 10px; }
    .content_holder .maincontent .text.shift_t_60 h2 {
      margin: 20px 0 0; }
    .content_holder .maincontent .text h2 {
      font-size: 43px;
      line-height: 1.3;
      font-weight: 700;
      font-family: 'PT Serif', serif;
      margin: 0 0 20px;
      padding: 0; }
    .content_holder .maincontent .text h3 {
      font-size: 28px;
      line-height: 1.6;
      font-weight: 700;
      color: #02712c;
      margin: 0 0 20px;
      padding: 0; }
    .content_holder .maincontent .text p {
      font-size: 20px;
      line-height: 1.4; }
    .content_holder .maincontent .text ul {
      margin: 0;
      padding: 20px 0 0;
      list-style: none;
      display: block;
      overflow: hidden; }
      .content_holder .maincontent .text ul li {
        font-size: 20px;
        line-height: 1.4;
        padding: 0 0 20px 30px;
        position: relative; }
        .content_holder .maincontent .text ul li:after {
          content: '';
          position: absolute;
          left: 0px;
          top: 7px;
          width: 14px;
          height: 14px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background: #02712c; }
    .content_holder .maincontent .text ol {
      margin: 0;
      padding: 20px 0 0;
      list-style: none;
      display: block;
      overflow: hidden; }
      .content_holder .maincontent .text ol li {
        font-size: 20px;
        line-height: 1.4;
        padding: 0 0 20px 30px;
        position: relative; }
        .content_holder .maincontent .text ol li p {
          margin: 0 0 10px;
          padding: 0; }
        .content_holder .maincontent .text ol li em {
          font-style: normal;
          border-bottom: 1px #000 dashed;
          cursor: pointer; }
        .content_holder .maincontent .text ol li i {
          font-style: normal;
          position: absolute;
          left: 0;
          top: -3px;
          font-size: 28px;
          font-weight: 700;
          line-height: 1.2;
          color: #02712c; }
    .content_holder .maincontent .text2 {
      border: 4px #e8f1da solid;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      margin: 40px 0 70px;
      padding: 20px 40px;
      overflow: hidden; }
      .content_holder .maincontent .text2 .alignleft {
        margin-top: 10px; }
      .content_holder .maincontent .text2 ol {
        margin: 0;
        padding: 20px 0 0;
        list-style: none;
        display: block;
        overflow: hidden; }
        .content_holder .maincontent .text2 ol li {
          font-size: 20px;
          line-height: 1.4;
          padding: 0 0 20px 30px;
          position: relative; }
          .content_holder .maincontent .text2 ol li p {
            margin: 0 0 10px;
            padding: 0; }
          .content_holder .maincontent .text2 ol li em {
            font-style: normal; }
            .content_holder .maincontent .text2 ol li em a {
              border-bottom: 1px #000 dashed;
              cursor: pointer;
              text-decoration: none; }
          .content_holder .maincontent .text2 ol li i {
            font-style: normal;
            position: absolute;
            left: 0;
            top: -3px;
            font-size: 28px;
            font-weight: 700;
            line-height: 1.2;
            color: #02712c; }
      .content_holder .maincontent .text2 h2 {
        font-size: 43px;
        line-height: 1.3;
        font-weight: 700;
        margin: 0 0 20px;
        padding: 0;
        font-family: 'PT Serif', serif; }
.content_holder .maincontent .text2 figure {
  display: inline;
  float: left;
  margin: 10px 20px 20px 0;
}
      .content_holder .maincontent .text2 p {
        font-size: 20px;
        line-height: 1.4; }

#form_promo h4 {
  margin: -15px 0 10px;
  padding: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  font-family: 'pf_dindisplay_proregular', Arial; }

#form_promo .p {
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-family: 'pf_dindisplay_proregular', Arial; }

.hamburger {
  padding-left: 10px;
  padding-top: 3px;
  display: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 10001; }
  .hamburger div {
    width: 40px;
    height: 5px;
    background-color: #02712c;
    margin: 4px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-border-radius: 5em;
            border-radius: 5em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

.mmenu .hamburger .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 7px);
      -ms-transform: rotate(-45deg) translate(-9px, 7px);
          transform: rotate(-45deg) translate(-9px, 7px); }

.mmenu .hamburger .bar2 {
  display: none; }

.mmenu .hamburger .bar3 {
  -webkit-transform: rotate(45deg) translate(0px, 3px);
      -ms-transform: rotate(45deg) translate(0px, 3px);
          transform: rotate(45deg) translate(0px, 3px); }

.mmanchors {
  margin: 0;
  padding: 0 0px 40px;
  list-style: none; }
  .mmanchors li {
    cursor: pointer; }

.mobile-menu {
  top: 0;
  width: 80%;
  height: 100vh;
  position: fixed;
  z-index: 10000;
  display: none;
  padding-top: 50px; }
  .mobile-menu .contact {
    width: 100%;
    background: #fff;
    font-size: 20px;
    padding: 0 10px 20px; }
    .mobile-menu .contact .b {
      display: block;
      padding-bottom: 5px; }
      .mobile-menu .contact .b span {
        display: block;
        padding-bottom: 2px; }
      .mobile-menu .contact .b b {
        display: block; }

.mmenu .mobile-menu {
  display: block; }

.video,
.video-container {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  margin: 40px 0 20px;
  position: relative;
  clear: both;}
.video.m50 {
    margin: 40px 0 70px; }
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}



span.wpcf7-not-valid-tip {
  display: none !important; }

.wpcf7-response-output {
  font-size: 14px;
  margin: -15px 0 -25px !important;
  padding: 0 !important;
  text-align: center;
  border: none !important; }

.aside {
  position: absolute;
  left: -webkit-calc(50% + 300px);
  left: calc(50% + 300px);
  top: 0;
  width: 210px;
  z-index: 999; }
  .aside:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    background: #dddddd;
    background: -webkit-linear-gradient(top, #dddddd 0%, #c4d7bf 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#c4d7bf));
    background: -o-linear-gradient(top, #dddddd 0%, #c4d7bf 100%);
    background: linear-gradient(to bottom, #dddddd 0%, #c4d7bf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#c4d7bf',GradientType=0 ); }
  .aside ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none; }
    .aside ul li {
      display: block;
      margin: 0 0 30px;
      padding: 0 0 0 30px;
      font-size: 19px;
      font-weight: 700;
      cursor: pointer;
      position: relative; }
      .aside ul li.curr:after {
        display: block; }
      .aside ul li:after {
        content: '';
        position: absolute;
        left: -7px;
        top: -2px;
        width: 25px;
        height: 28px;
        background: url("../img/slider_arr.png");
        display: none; }

.wide_holder {
  position: relative; }

.mailto {
  color: #fff;
  display: inline-block;
  padding: 0 0 0 28px;
  position: relative; }
  .mailto:hover {
    color: #fff; }
  .mailto:after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 19px;
    height: 12px;
    background: url("../img/ico_mail.png"); }

.footer2 {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #b6caaa;
  min-height: 78px;
  background: #013822; }
  .footer2 p {
    margin: 0;
    padding: 20px 0 10px; }

.footer3 {
  background: #011a10;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  color: #b6caaa;
  min-height: 53px; }
  .footer3 p {
    margin: 0;
    padding: 15px 0; }
  .footer3 strong {
    font-size: 16px;
    color: #fff;
    cursor: pointer; }
    .footer3 strong:hover {
      text-decoration: underline; }

.footer {
  width: 100%;
  min-height: 215px;
  border-top: 10px #02712c solid;
  text-align: right;
  position: relative;
  background: #005e31;
  color: #fff;
  margin: 78px 0 0; }
  .footer .logo {
    position: absolute;
    left: 0;
    top: 17px; }
    .footer .logo img {
      display: block;
      vertical-align: top;
      height: 76px;
      width: auto; }
    .footer .logo p {
      margin: 0;
      padding: 20px 0 0;
      font-size: 17px;
      text-align: left; }
  .footer .contact {
    width: 460px;
    display: inline-block;
    vertical-align: top;
    margin: 32px 0 0; }
    .footer .contact .soc {
      text-align: left;
      padding: 30px 0 35px 30px; }
      .footer .contact .soc a {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url("../img/soc.png");
        background-repeat: no-repeat;
        margin: 0 10px 0 0; }
        .footer .contact .soc a.vk {
          background-position: 0px 0px; }
        .footer .contact .soc a.fb {
          background-position: -49px 0px; }
        .footer .contact .soc a.in {
          background-position: -98px 0px; }
        .footer .contact .soc a.tw {
          background-position: -147px 0px; }
        .footer .contact .soc a.ok {
          background-position: -196px 0px; }
        .footer .contact .soc a.yt {
          background-position: -244px 0px; }
    .footer .contact .copy {
      padding: 35px 0 0 34px;
      text-align: left; }
    .footer .contact .b {
      display: inline-block;
      vertical-align: top;
      width: 48%;
      position: relative;
      font-size: 17px;
      line-height: 1;
      padding-right: 26px; }
      .footer .contact .b.l {
        text-align: left;
        padding-left: 26px; }
        .footer .contact .b.l:after {
          content: '';
          position: absolute;
          left: -1px;
          top: 0px;
          width: 2px;
          height: 47px;
          background: #fff; }
      .footer .contact .b span {
        display: block;
        padding: 0 0 10px; }
        .footer .contact .b span a {
          color: #fff; }
          .footer .contact .b span a:hover {
            color: #fff; }
          .footer .contact .b span a:visited {
            color: #fff; }
      .footer .contact .b b {
        font-size: 22px;
        color: #fff; }

.header1 {
  width: 100%;
  min-height: 107px;
  text-align: right;
  position: relative; }
  .header1 .logo {
    position: absolute;
    left: 0;
    top: 17px; }
    .header1 .logo img {
      display: block;
      vertical-align: top; }
  .header1 .contact {
    width: 460px;
    display: inline-block;
    vertical-align: top;
    margin: 32px 0 0; }
    .header1 .contact .b {
      display: inline-block;
      vertical-align: top;
      width: 48%;
      position: relative;
      font-size: 17px;
      line-height: 1;
      padding-right: 26px; }
      .header1 .contact .b:last-child {
        text-align: left;
        padding-left: 26px; }
        .header1 .contact .b:last-child:after {
          content: '';
          position: absolute;
          left: -1px;
          top: 0px;
          width: 2px;
          height: 40px;
          background: #02712c; }
      .header1 .contact .b span {
        display: block;
        padding: 0 0 10px; }
      .header1 .contact .b b {
        font-size: 22px;
        color: #02712c; }

.btn_red {
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  background: #e40026;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  height: 50px;
  padding: 0 30px;
  margin: 0 0 0 30px;
  text-decoration: none !important; }
  .btn_red.wide {
    width: 100%;
    margin: 0px;
    text-align: center; }
  .btn_red.nowide {
    margin: 30px 0 0; }
  .btn_red:hover {
    text-decoration: none;
    color: #fff;
    background: #b9001f; }
  .btn_red:link {
    text-decoration: none;
    color: #fff; }
  .btn_red:focus {
    text-decoration: none;
    color: #fff; }
  .btn_red:visited {
    text-decoration: none;
    color: #fff; }
  .btn_red:active {
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: inset 0px 1px 2px 3px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0px 1px 2px 3px rgba(0, 0, 0, 0.3); }

.mobile-menu .btn_red {
  margin: 0 0 20px; }

.btn_r {
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  font-weight: 700;
  color: #000;
  background: #fff;
  border: 4px #fff solid;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  height: 50px;
  padding: 0 20px;
  text-decoration: none !important; }
  .btn_r:hover {
    text-decoration: none;
    color: #000;
    background: #fff;
    border: 4px #02712c solid; }
  .btn_r:visited {
    text-decoration: none;
    color: #000; }
  .btn_r:active {
    text-decoration: none;
    color: #000;
    -webkit-box-shadow: inset 0px 1px 2px 3px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0px 1px 2px 3px rgba(0, 0, 0, 0.3); }

.btn_g {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  background: #02712c;
  background: -webkit-linear-gradient(bottom, #02712c 0%, #019e16 100%);
  background: -o-linear-gradient(bottom, #02712c 0%, #019e16 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#02712c), to(#019e16));
  background: linear-gradient(to top, #02712c 0%, #019e16 100%);
  -webkit-border-radius: 25px;
          border-radius: 25px;
  height: 50px;
  text-align: center;
  padding: 0 20px;
  text-decoration: none !important; }
  .btn_g:visited {
    text-decoration: none;
    color: #fff; }
  .btn_g:hover {
    text-decoration: none;
    color: #fff;
    background: #02712c; }
  .btn_g:active {
    -webkit-box-shadow: inset 0px 3px 4px 4px #003b16;
            box-shadow: inset 0px 3px 4px 4px #003b16; }
  .btn_g .red {
    background: #e40026; }
    .btn_g .red:hover {
      background: #b9001f; }

.header3 {
  min-height: 205px;
  background-color: #02712c;
  color: #fff;
  font-size: 18px;
  line-height: 1.22; }
  .header3 .overall {
    padding: 27px 0 0; }
    .header3 .overall .items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .header3 .overall .items .cell {
        display: block;
        text-align: center; }
        .header3 .overall .items .cell img {
          display: block;
          height: 97px;
          width: auto;
          vertical-align: top;
          margin: 0 auto 10px; }
        .header3 .overall .items .cell span {
          width: 120px;
          display: table-cell;
          vertical-align: middle;
          height: 50px; }

.header2 {
  background-image: url("../img/header2_bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 0;
  min-height: 428px; }
  .header2 .overall {
    padding: 45px 0 0; }
    .header2 .overall .promobox {
      text-align: center;
      width: 846px;
      height: 341px;
      margin: 0 auto 0;
      color: #fff; }
      .header2 .overall .promobox .h1 {
        font-family: 'PT Serif', serif;
        font-size: 56px;
        line-height: 1;
        font-weight: 700;
        margin: 0;
        padding: 35px 0 0; }
        .header2 .overall .promobox .h1 span {
          display: block;
          font-size: 43px;
          padding: 2px 0 0; }
      .header2 .overall .promobox p {
        font-size: 20px;
        line-height: 1.3;
        margin: 0 0 30px;
        padding: 0; }

.header3 .diviver {
  display: none; }

@media only screen and (max-width: 1400px) {
  .wide_video .vid {
    margin: 0 10px 0 0; } }

@media only screen and (max-width: 1300px) {
  .slider {
    width: 67%; }
  .slider2 {
    width: 67%; }
  .full {
    font-size: 22px;
    margin: 50px auto 0;
    width: 560px; }
  .wide_video {
    width: 560px;
    margin: 0 auto 70px;
    padding: 40px 0 0;
    text-align: center; }
    .wide_video .vid {
      margin: 0 0 10px; } }

@media only screen and (max-width: 1090px) {
  .aside ul li {
    margin: 0 0 10px;
    font-size: 17px; } }

@media only screen and (max-width: 1000px) {
  .mapform {
    width: 100%; }
  .header1 {
    min-height: 60px; }
    .header1 .logo img {
      width: 120px;
      margin: 0 0 0 10px; }
    .header1 .contact {
      width: 356px;
      margin: 10px 0 0; }
      .header1 .contact .b {
        font-size: 14px;
        padding-right: 6px; }
        .header1 .contact .b:last-child {
          padding-left: 6px; }
          .header1 .contact .b:last-child:after {
            display: none; }
        .header1 .contact .b b {
          font-size: 14px; }
  .slider {
    width: 100%; }
    .slider .slick-next {
      position: absolute;
      right: 0px;
      top: 0px;
      width: 50px;
      height: 100%;
      overflow: hidden;
      text-indent: -9999px;
      border: none;
      margin: 0;
      background-image: none;
      background-color: #fff; }
      .slider .slick-next:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 50%;
        width: 40px;
        height: 64px;
        background-color: transparent;
        background-image: url(../img/arr_prev.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        margin-top: -35px; }
  .slider2 {
    width: 100%; }
  .aside {
    display: none; }
  .alignleft {
    width: 80px;
    margin: 5px 10px 10px 0; }
  .content_holder .maincontent {
    width: auto;
    margin: 0 15px; }
    .content_holder .maincontent .text {
      padding: 20px 0 0; }
      .content_holder .maincontent .text p {
        font-size: 18px;
        line-height: 1.2;
        margin: 0 0 20px;
        padding: 0; }
      .content_holder .maincontent .text ul li {
        font-size: 18px;
        line-height: 1.2;
        padding: 0 0 20px 18px; }
        .content_holder .maincontent .text ul li:after {
          top: 5px;
          width: 9px;
          height: 9px; }
      .content_holder .maincontent .text h2 {
        font-size: 32px;
        line-height: 1.1; }
      .content_holder .maincontent .text h3 {
        font-size: 22px;
        line-height: 1.2;
        margin: 0 0 5px; }
  .header2 .overall .promobox p {
    font-size: 17px; }
  .header2 .overall .promobox .h1 {
    font-size: 40px; }
    .header2 .overall .promobox .h1 span {
      font-size: 30px; }
  .header3 .overall .items .cell span {
    width: auto;
    font-size: 16px; }
  .content_holder .maincontent .text2 h2 {
    font-size: 32px;
    line-height: 1.1;
    text-align: center; }
  .content_holder .maincontent .text2 ol li {
    padding: 0 0 10px 23px;
    font-size: 18px; }
    .content_holder .maincontent .text2 ol li p {
      margin: 0; }
    .content_holder .maincontent .text2 ol li span {
      font-size: 18px; } }

@media only screen and (max-width: 870px) {
  .footer {
    min-height: 144px; }
    .footer .contact {
      width: 328px; }
      .footer .contact .copy {
        padding: 0;
        font-size: 14px;
        text-align: right;
        margin: 0 10px 0 0; }
      .footer .contact .b {
        font-size: 14px;
        padding-right: 4px; }
        .footer .contact .b.l {
          padding-left: 4px; }
          .footer .contact .b.l:after {
            display: none; }
        .footer .contact .b b {
          font-size: 14px; }
    .footer .logo {
      left: 10px; }
      .footer .logo p {
        font-size: 14px; }
      .footer .logo img {
        height: 30px; }
  .header3 {
    min-height: 146px; }
    .header3 .overall {
      padding: 10px 0 0; }
      .header3 .overall .items .cell span {
        width: 72px; }
      .header3 .overall .items .cell img {
        height: 50px; } }

@media only screen and (max-width: 760px) {
  .popform {
    width: 100%;
    padding: 31px 10px 21px; }
    .popform .t {
      font-size: 22px; }
    .popform .over span {
      display: block;
      width: 100%;
      margin: 0 0 5px; }
  .slider2 {
    margin: 30px 0 0 -40px; }
    .slider2 .feed {
      padding: 0 10px 20px 10px; }
  .header2 {
    min-height: 1px;
    padding: 0 0 100px; }
    .header2 .overall .promobox {
      width: 100%;
      height: auto; }
  .header3 .diviver {
    display: block;
    width: 100%;
    height: 1px; }
  .header3 .overall .items {
    display: block;
    text-align: center; }
    .header3 .overall .items .cell {
      display: inline-block;
      vertical-align: top;
      width: 19%;
      margin: 0 0 10px; }
      .header3 .overall .items .cell:nth-child(3) span {
        padding: 12px 0 0; }
      .header3 .overall .items .cell:nth-child(5) span {
        padding: 12px 0 0; }
      .header3 .overall .items .cell img {
        margin: 0 auto; }
      .header3 .overall .items .cell span {
        display: block;
        width: 100%; }
  .mapform iframe {
    width: 100%;
    height: 200px; }
  .mapform strong {
    font-size: 18px; }
  .mapform p {
    font-size: 14px; }
  .mapform .adr {
    padding: 10px 0; }
  .mapform .map_adr {
    position: static;
    width: 100%; }
  .content_holder .maincontent .text h2 {
    text-align: center; }
  .header2 .overall .promobox p {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px; }
  .header2 .overall .promobox .h1 {
    font-size: 38px;
    padding: 25px 20px 0; }
    .header2 .overall .promobox .h1 span {
      font-size: 26px; } }

@media only screen and (max-width: 646px) {
  .header3 .overall .items {
    display: block; }
    .header3 .overall .items .cell {
      width: 31%; }
      .header3 .overall .items .cell:nth-child(3) span {
        padding: 0 0; }
      .header3 .overall .items .cell:nth-child(5) span {
        padding: 0 0; }
      .header3 .overall .items .cell span {
        height: auto;
        width: 100%;
        display: block;
        text-align: center;
        line-height: 1.1;
        padding-bottom: 5px; }
        .header3 .overall .items .cell span br {
          display: none; }
  #form_promo h4 {
    font-size: 18px; }
  #form_promo .p {
    font-size: 16px; } }

@media only screen and (max-width: 590px) {
  .btn_g {
    line-height: 1.2;
    padding: 11px 10px;
    height: auto; }
  .btn_red {
    line-height: 1.2;
    padding: 11px 10px;
    height: auto; }
  .content_holder .maincontent .text h2 br {
    display: none; }
    .content_holder .maincontent .text h2 br.bm {
      display: block; }
  .popform .over .is {
    width: 100%; }
  .content_holder .maincontent .text2 h2 {
    font-size: 26px; }
  .content_holder .maincontent .text h2 {
    font-size: 26px; }
  .content_holder .maincontent .text h3 {
    font-size: 20px; }
  .footer {
    padding-bottom: 20px; }
    .footer .logo {
      position: static;
      width: 100%; }
      .footer .logo p {
        text-align: center;
        padding: 0 10px; }
      .footer .logo img {
        margin: 10px auto 0; }
    .footer .contact {
      width: 100%; }
      .footer .contact .copy {
        text-align: center; }
  .alignleft {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 20px; }
  .alignright {
    display: block;
    width: auto;
    float: none;
    margin: 0 auto 20px; }
  .header3 {
    min-height: 1px;
    padding-bottom: 7px; }
    .header3 .overall .items {
      display: block; }
  .full {
    font-size: 20px;
    margin: 50px auto 0;
    width: 100%; }
  .wide_video {
    width: 100%;
    margin: 0 0 70px;
    padding: 40px 0 0;
    text-align: center; }
    .wide_video .vid {
      margin: 0; } }

@media only screen and (max-width: 480px) {
  .hamburger {
    display: block; }
  .header1 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #fff; }
    .header1 .contact {
      display: none; }
  .header2 {
    margin-top: 60px; }
  .header3 .overall .items {
    display: block; }
    .header3 .overall .items .cell {
      width: 41%; }
  .header3 .diviver {
    display: none; } }
