/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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: 600;
}
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 {
  -moz-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"] {
  -moz-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;
  -moz-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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "myriad pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #444444;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #007d48;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00311c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: All all 0.2s ease-in-out ease;
  -webkit-transition: All all 0.2s ease-in-out ease;
  -moz-transition: All all 0.2s ease-in-out ease;
  -o-transition: All all 0.2s ease-in-out ease;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f2efe9;
}
.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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #ccc9c0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #ccc9c0;
}
.text-primary {
  color: #007d48;
}
a.text-primary:hover {
  color: #004a2b;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #007d48;
}
a.bg-primary:hover {
  background-color: #004a2b;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f2efe9;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ccc9c0;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  margin: 0 0 20px;
  color: #007d48;
  font-size: 18px;
  font-weight: 600;
}
blockquote:before {
  content: '" ';
}
blockquote:after {
  content: ' ”';
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #ccc9c0;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f2efe9;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #444444;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.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%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ccc9c0;
  text-align: left;
  caption-side: initial;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 5px 8px 3px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
table.table .center,
.cms table .center,
.answer table .center {
  text-align: center;
}
table.table th p,
.cms table th p,
.answer table th p {
  margin: 0;
}
table.table.center-nth-2 tr td:nth-child(n + 2),
.cms table.center-nth-2 tr td:nth-child(n + 2),
.answer table.center-nth-2 tr td:nth-child(n + 2),
table.table.center-nth-2 tr th:nth-child(n + 2),
.cms table.center-nth-2 tr th:nth-child(n + 2),
.answer table.center-nth-2 tr th:nth-child(n + 2) {
  text-align: center;
}
table.table.center-nth-3 tr td:nth-child(n + 3),
.cms table.center-nth-3 tr td:nth-child(n + 3),
.answer table.center-nth-3 tr td:nth-child(n + 3),
table.table.center-nth-3 tr th:nth-child(n + 3),
.cms table.center-nth-3 tr th:nth-child(n + 3),
.answer table.center-nth-3 tr th:nth-child(n + 3) {
  text-align: center;
}
table.table.center-nth-4 tr td:nth-child(n + 4),
.cms table.center-nth-4 tr td:nth-child(n + 4),
.answer table.center-nth-4 tr td:nth-child(n + 4),
table.table.center-nth-4 tr th:nth-child(n + 4),
.cms table.center-nth-4 tr th:nth-child(n + 4),
.answer table.center-nth-4 tr th:nth-child(n + 4) {
  text-align: center;
}
table.table.center-nth-5 tr td:nth-child(n + 5),
.cms table.center-nth-5 tr td:nth-child(n + 5),
.answer table.center-nth-5 tr td:nth-child(n + 5),
table.table.center-nth-5 tr th:nth-child(n + 5),
.cms table.center-nth-5 tr th:nth-child(n + 5),
.answer table.center-nth-5 tr th:nth-child(n + 5) {
  text-align: center;
}
table.table.center-nth-6 tr td:nth-child(n + 6),
.cms table.center-nth-6 tr td:nth-child(n + 6),
.answer table.center-nth-6 tr td:nth-child(n + 6),
table.table.center-nth-6 tr th:nth-child(n + 6),
.cms table.center-nth-6 tr th:nth-child(n + 6),
.answer table.center-nth-6 tr th:nth-child(n + 6) {
  text-align: center;
}
table.table thead,
.cms table thead,
.answer table thead {
  font-size: 18px;
  color: #007d48;
}
table.table thead tr td,
.cms table thead tr td,
.answer table thead tr td {
  vertical-align: middle;
}
table.table tbody tr th,
.cms table tbody tr th,
.answer table tbody tr th {
  background: #007d48;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
}
table.table tbody tr th [class*="icon-"],
.cms table tbody tr th [class*="icon-"],
.answer table tbody tr th [class*="icon-"] {
  margin-right: 15px;
  vertical-align: middle;
}
table.table tbody tr th [class*="icon-"]:before,
.cms table tbody tr th [class*="icon-"]:before,
.answer table tbody tr th [class*="icon-"]:before {
  font-size: 25px;
}
table.table tbody tr td [class*="icon-"]:before,
.cms table tbody tr td [class*="icon-"]:before,
.answer table tbody tr td [class*="icon-"]:before {
  font-size: 23px;
}
table.table tbody tr td:first-child,
.cms table tbody tr td:first-child,
.answer table tbody tr td:first-child {
  font-weight: bold;
}
table.table tbody tr:hover td,
.cms table tbody tr:hover td,
.answer table tbody tr:hover td {
  background: #f2efe9;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #444444;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999690;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999690;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: All border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;
  -webkit-transition: All border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
.form-control:focus {
  border-color: #007d48;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f2efe9;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
  line-height: 1.5 \0;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
  line-height: 1.33 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
  line-height: 1.42857143;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
  line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
  line-height: 1.33;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #838383;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0 none;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  border-color: #ccc;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #007d48;
  border-color: #006339;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  border-color: #ccc;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #007d48;
  border-color: #006339;
}
.btn-primary .badge {
  color: #007d48;
  background-color: #fff;
}
.btn-primary:hover {
  border-color: transparent;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  border-color: #ccc;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  border-color: #ccc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  border-color: #ccc;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  border-color: #ccc;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #007d48;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00311c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #ccc9c0;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn.fs22 {
  line-height: 1em;
  height: 46px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  transition: All opacity 0.15s linear ease;
  -webkit-transition: All opacity 0.15s linear ease;
  -moz-transition: All opacity 0.15s linear ease;
  -o-transition: All opacity 0.15s linear ease;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.caret-left {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 4px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 4px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #444444;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  text-decoration: none;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ccc9c0;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #ccc9c0;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #999690;
  text-align: center;
  background-color: #f2efe9;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #ccc9c0;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ccc9c0;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f2efe9;
  border-color: #007d48;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  background: #ece8df;
}
.nav-tabs > li {
  float: left;
}
.nav-tabs > li + li {
  border-left: 1px solid #ccc9c0;
}
.nav-tabs > li > a {
  font-family: 'AlternateGothicNo2BTRegular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #999690;
  line-height: 1.42857143;
}
.nav-tabs > li > a:hover {
  background: #007d48;
  color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #007d48;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0 none;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-tabs.nav-justified > li > a {
  border-radius: 0;
  padding: 5px 10px;
  border-bottom: 0 none;
}
div.tabpanel {
  border: 1px solid #ccc9c0;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #007d48;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0 none;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content {
  padding: 15px;
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
@media (max-width: 767px) {
  .navbar-brand {
    padding: 15px 15px;
  }
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  margin-top: 15px !important;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 38px;
  height: 4px;
  border-radius: 2px;
  background: #007d48;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav > li > a {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  min-width: 100%;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #eeedea;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #eeedea;
}
.navbar-inverse .navbar-nav > li > a {
  color: #eeedea;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #eeedea;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #eeedea;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #eeedea;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #ccc9c0;
}
.pagination, .pager {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li, .pager > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span,
.pager > li > a,
.pager > li > span
{
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #222222;
  background-color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pager > li:first-child > a,
.pager > li:first-child > span {
  margin-left: 0;
  color: #007d48;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pager > li:last-child > a,
.pager > li:last-child > span {
  color: #007d48;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pager > li > a:hover,
.pager > li > span:hover,
.pager > li > a:focus,
.pager > li > span:focus {
  color: #007d48;
  font-weight: 600;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pager > .active > a,
.pager > .active > span,
.pager > .active > a:hover,
.pager > .active > span:hover,
.pager > .active > a:focus,
.pager > .active > span:focus {
  z-index: 2;
  color: #007d48;
  font-weight: 600;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pager > .disabled > span,
.pager > .disabled > span:hover,
.pager > .disabled > span:focus,
.pager > .disabled > a,
.pager > .disabled > a:hover,
.pager > .disabled > a:focus {
  color: #ccc9c0;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #ccc9c0;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #b5b1a4;
}
.label-primary {
  background-color: #007d48;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #004a2b;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ccc9c0;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 60px;
}
.close {
  margin-top: -2px;
  font-size: 25px;
  color: #ccc9c0;
  cursor: pointer;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  transition: All 0.6s ease-in-out left ease;
  -webkit-transition: All 0.6s ease-in-out left ease;
  -moz-transition: All 0.6s ease-in-out left ease;
  -o-transition: All 0.6s ease-in-out left ease;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.carousel-control.left .icon-arrow-left {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 40px;
  padding: 10px;
  background: #007d48;
  text-align: center;
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control.right .icon-arrow-right {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 40px;
  padding: 10px;
  background: #007d48;
  text-align: center;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
  top: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  font-size: 36px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after,
.cms .anchor-buttons:before,
.cms .anchor-buttons:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after,
.cms .anchor-buttons: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;
  visibility: hidden !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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
.fs0 {
  font-size: 0;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs21 {
  font-size: 21px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
.fs30 {
  font-size: 30px;
}
body.lang-ru .fs0 {
  font-size: 0;
}
body.lang-ru .fs12 {
  font-size: 6px;
}
body.lang-ru .fs14 {
  font-size: 8px;
}
body.lang-ru .fs16 {
  font-size: 10px;
}
body.lang-ru .fs18 {
  font-size: 12px;
}
body.lang-ru .fs20 {
  font-size: 14px;
}
body.lang-ru .fs21 {
  font-size: 15px;
}
body.lang-ru .fs22 {
  font-size: 16px;
}
body.lang-ru .fs24 {
  font-size: 18px;
}
body.lang-ru .fs26 {
  font-size: 20px;
}
body.lang-ru .fs30 {
  font-size: 24px;
}
.alternate {
  font-family: 'AlternateGothicNo2BTRegular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.alternatews {
  font-family: 'AlternateGothicNo2BTRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.myriad {
  font-family: 'myriad pro', myriad, arial, verdans, sans-serif;
}
.font-rendering {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .center-xs {
    text-align: center !important;
  }
}
.primary {
  color: #007d48;
}
.gray-dark {
  color: #444444 !important;
}
.marg-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0;
}
.ml-10 {
  margin-left: 10px;
}
.ml-50 {
  margin-left: 50px;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.pad-15 {
  padding: 15px;
}
.pad-10-15 {
  padding: 10px 15px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-100 {
  padding-bottom: 100px;
}
.gutter {
  padding-left: 15px;
  padding-right: 15px;
}
.nowrap {
  white-space: nowrap;
}
.inlineB {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.block {
  display: block;
}
.relative {
  position: relative;
}
.upper {
  text-transform: uppercase;
}
.under {
  text-decoration: underline;
}
.no-under,
.no-under:hover {
  text-decoration: none !important;
}
.full-size {
  width: 100%;
}
.auto {
  width: auto !important;
}
.bordered {
  border: 1px solid #ccc9c0;
}
.bordered-top {
  border-top: 1px solid #ccc9c0;
}
.no-border-bottom {
  border-bottom: 0 none;
}
.sectionned > section + section {
  border-top: 1px solid #ccc9c0;
}
.sectionned-encaps section:first-child {
  border-top: 1px solid #ccc9c0;
}
.sectionned-encaps section:last-child {
  border-bottom: 1px solid #ccc9c0;
}
.circle-caret {
  width: 14px;
  height: 14px;
  background: #007d48;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 5px;
  position: relative;
}
.circle-caret:before {
  border-left: 4px solid #fff;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  display: inline-block;
  height: 0;
  width: 0;
  margin-left: 2px;
  vertical-align: 2px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
}
@media screen and (max-width: 480px) {
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11,
  .col-xxs-12 {
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
}
.bg-green {
  background: #007d48;
  color: #fff;
}
.bg-green a {
  color: #fff;
}
.bg-gray {
  background: #f2efe9;
}
.bg-white {
  background: #fff;
}
.bg-pattern {
  background: url('../img/Bkg_carto.jpg') repeat left top;
}
.tablecss {
  display: table;
  width: 100%;
}
.tablecss > div,
.tablecss > li {
  display: table-cell;
}
.btn:not(.dropdown-toggle) {
  font-family: 'AlternateGothicNo2BTRegular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  border-radius: 0;
}
.btn:not(.dropdown-toggle).btn-transparent {
  border-color: #444444;
  color: #444444;
  background: transparent;
}
.btn:not(.dropdown-toggle).btn-transparent.hover {
  border-color: #007d48;
  color: #444444 !important;
}
.btn:not(.dropdown-toggle).btn-transparent.gray-light {
  border-color: #ccc9c0;
  color: #ccc9c0;
}
.btn:not(.dropdown-toggle).btn-transparent.gray-light:hover {
  border-color: #007d48;
  color: #444444 !important;
}
.btn:not(.dropdown-toggle).btn-green {
  background: #007d48;
  color: #fff;
}
.btn-effect {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.btn-effect:after {
  background: rgba(0, 125, 72, 0.5);
  height: 0;
  left: 50%;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 100%;
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 0;
}
.btn-effect:hover {
  color: #fff;
}
.btn-effect:hover:after {
  height: 360%;
  opacity: 1;
}
.reset {
  list-style: none;
  padding: 0;
  margin: 0;
}
.square-list {
  list-style: none;
}
.square-list > li:before {
  content: "";
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 8px;
  height: 8px;
  background: #007d48;
  margin-right: 10px;
}
.green-square {
  padding-left: 20px;
}
.green-square:before {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 8px;
  height: 8px;
  background: #007d48;
  content: "";
  margin-right: 12px;
  margin-left: -20px;
  list-style: none;
}
.back-link {
  color: #444444;
}
.back-link:before {
  vertical-align: middle;
  border-left: 4px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #007d48;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  display: inline-block;
  height: 0;
  width: 0;
  margin-left: 2px;
  vertical-align: 2px;
  margin-right: 5px;
  content: "";
  vertical-align: 0;
}
.classic-link {
  font-family: 'myriad pro', myriad, arial, verdans, sans-serif;
  text-decoration: underline;
  color: #007d48;
  font-size: 14px;
  font-weight: 300;
}
.flag-en {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 22px;
  margin-right: 10px;
  background: url('../img/EN.png') no-repeat left center / cover transparent;
  vertical-align: text-bottom;
}
.flag-fr {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 22px;
  margin-right: 10px;
  background: url('../img/FR.png') no-repeat left center / cover transparent;
  vertical-align: text-bottom;
}
.flag-es {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 22px;
  margin-right: 10px;
  background: url('../img/ES.png') no-repeat left center / cover transparent;
  vertical-align: text-bottom;
}
.flag-de {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 22px;
  margin-right: 10px;
  background: url('../img/ALL.png') no-repeat left center / cover transparent;
  vertical-align: text-bottom;
}
.flag-it {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 22px;
  margin-right: 10px;
  background: url('../img/IT.png') no-repeat left center / cover transparent;
  vertical-align: text-bottom;
}
.flag-tur {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 22px;
  margin-right: 10px;
  background: url('../img/TUR.png') no-repeat left center / cover transparent;
  vertical-align: text-bottom;
}
.flag-su {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 22px;
  margin-right: 10px;
  background: url('../img/SU.png') no-repeat left center / cover transparent;
  vertical-align: text-bottom;
}
.flag-pt {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 22px;
  margin-right: 10px;
  background: url('../img/PT.png') no-repeat left center / cover transparent;
  vertical-align: text-bottom;
}
.flag-pl {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 22px;
  margin-right: 10px;
  background: url('../img/PL.png') no-repeat left center / cover transparent;
  vertical-align: text-bottom;
}
.flag-ru {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 22px;
  margin-right: 10px;
  background: url('../img/RU.png') no-repeat left center / cover transparent;
  vertical-align: text-bottom;
}
[class*="name-icon-"] {
  background-color: transparent;
  background-image: url("../img/sprite1.png");
  display: inline-block;
  *display: inline;
  zoom: 1;
}
@font-face {
  font-family: 'AlternateGothicNo2BTRegular';
  src: url('../fonts/alternate/AlternateGothicNo2BTRegular.eot');
  src: url('../fonts/alternate/AlternateGothicNo2BTRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/alternate/AlternateGothicNo2BTRegular.woff2') format('woff2'), url('../fonts/alternate/AlternateGothicNo2BTRegular.woff') format('woff'), url('../fonts/alternate/AlternateGothicNo2BTRegular.ttf') format('truetype'), url('../fonts/alternate/AlternateGothicNo2BTRegular.svg#AlternateGothicNo2BTRegular') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icons/icomoon.eot');
}
@font-face {
  font-family: 'icomoon';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"],
.icon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cms [class^="icon-"],
.cms [class*=" icon-"],
.cms .icon {
  line-height: 1;
  font-size: 0;
}
.cms [class^="icon-"]:before,
.cms [class*=" icon-"]:before,
.cms .icon:before {
  font-size: inherit;
  line-height: 140%;
  vertical-align: bottom;
}
.cms .icon-pdf:before {
  font-size: 18px;
}
.cms a [class^="icon-"]:before,
.cms a:hover [class^="icon-"]:before,
.cms a [class*=" icon-"]:before,
.cms a:hover [class*=" icon-"]:before,
.cms a .icon:before,
.cms a:hover .icon:before {
  text-decoration: none;
}
.icon-page404:before {
  content: "\e620";
  font-size: 320px;
  color: #f2efe9;
}
.icon-close:before {
  content: "\e61f";
}
.icon-baseball:before {
  content: "\e615";
}
.icon-football:before {
  content: "\e616";
}
.icon-horse:before {
  content: "\e617";
}
.icon-programmer:before {
  content: "\e618";
}
.icon-rugby:before {
  content: "\e619";
}
.icon-screen:before {
  content: "\e61a";
}
.icon-sprinkler:before {
  content: "\e61b";
}
.icon-tap:before {
  content: "\e61c";
}
.icon-tuyere:before {
  content: "\e61d";
}
.icon-valve:before {
  content: "\e61e";
}
.icon-pdf:before {
  content: "\e600";
  font-size: 18px;
  margin-left: 10px;
  margin-right: 10px;
}
.icon-plus:before {
  content: "\e601";
}
.icon-target:before {
  content: "\e602";
}
.icon-twitter:before {
  content: "\e603";
}
.icon-worker:before {
  content: "\e604";
}
.icon-x:before {
  content: "\e605";
}
.icon-youtube:before {
  content: "\e606";
}
.icon-arrow-left:before {
  content: "\e607";
}
.icon-arrow-right:before {
  content: "\e608";
}
.icon-blackboard:before {
  content: "\e609";
}
.icon-bubble:before {
  content: "\e60a";
}
.icon-chevron-down:before {
  content: "\e60b";
}
.icon-chevron-right:before {
  content: "\e60c";
}
.icon-copy:before {
  content: "\e60d";
}
.icon-facebook:before {
  content: "\e60e";
}
.icon-glass:before {
  content: "\e60f";
}
.icon-golf:before {
  content: "\e610";
}
.icon-house:before {
  content: "\e611";
}
.icon-linkedin:before {
  content: "\e612";
}
.icon-logo:before {
  content: "\e613";
}
.icon-manual:before {
  content: "\e614";
}
.icon-controller:before {
  content: "\e621";
}
.icon-programmer:before {
  content: "\e622";
}
.icon-spare:before {
  content: "\e630";
}
.icon-sprinkler:before {
  content: "\e631";
}
.icon-tap:before {
  content: "\e632";
}
.icon-tuyere:before {
  content: "\e633";
}
.icon-valve:before {
  content: "\e634";
}
/*!
 * bootstrap-select v1.5.4
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px\0;
  /*IE9 and below*/
}
.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.bootstrap-select > .btn > .caret {
  border-top-color: #007d48;
  border-width: 6px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  float: left;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2000;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}
.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bootstrap-select-searchbox input {
  margin-bottom: 0;
}
.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}
html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
body {
  max-width: 100%;
  overflow-x: hidden;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
}
@media (min-width: 992px) {
  body {
    display: table;
  }
}
@media (min-width: 992px) {
  footer[role="main"] {
    display: table-row;
  }
}
h1,
.h1 {
  font-size: 40px;
  font-family: 'AlternateGothicNo2BTRegular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007d48;
  text-align: center;
  margin-bottom: 50px;
}
h2,
.h2 {
  font-size: 26px;
  font-family: 'AlternateGothicNo2BTRegular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h3,
.h3 {
  font-size: 22px;
  font-family: 'AlternateGothicNo2BTRegular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h4,
.h4 {
  font-size: 18px;
  font-family: 'AlternateGothicNo2BTRegular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h5,
.h5 {
  font-size: 16px;
  font-family: 'AlternateGothicNo2BTRegular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 30px;
}
p {
  margin-bottom: 25px;
}
img {
  max-width: 100%;
  height: auto;
}
a.close:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #007d48;
  outline: 0 none;
  text-decoration: inherit;
}
form textarea {
  resize: vertical;
  overflow: auto;
  min-height: 195px;
}
form label[class*="col-"] {
  padding-right: 0;
}
form div.error {
  background-color: #f2dede;
  padding: 3px 15px;
  margin-bottom: 2px;
  position: relative;
}
aform div.error:hover {
  background-color: #e4b9b9;
}
form div.error:before,
form div.error:after {
  content: " ";
  display: table;
}
form div.error:after {
  clear: both;
}
form div.error:before,
form div.error:after {
  content: " ";
  display: table;
}
form div.error:after {
  clear: both;
}
form div.error:before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #f2dede;
  display: block;
  height: 0;
  width: 0;
  margin-left: 2px;
  position: absolute;
  bottom: -4px;
  left: 10px;
}
table .form-item.checkbox {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 15px;
}
table .form-item.checkbox input[type="checkbox"] {
  margin-left: 0;
}
.datepicker {
  z-index: 1000;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="checkbox"],
.radio-inline input[type="checkbox"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  margin: -2px 0 0;
}
.checkbox label input[type="checkbox"],
.checkbox-inline label input[type="checkbox"],
.radio label input[type="checkbox"],
.radio-inline label input[type="checkbox"],
.checkbox label input[type="radio"],
.checkbox-inline label input[type="radio"],
.radio label input[type="radio"],
.radio-inline label input[type="radio"] {
  margin-left: -20px;
}
header[role="main"] {
  z-index: 1000;
  position: relative;
}
header[role="main"] .secondary-nav {
  background: #f2efe9;
  margin-bottom: 0;
}
header[role="main"] .secondary-nav a {
  color: #999690;
  font-size: 18px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
header[role="main"] .secondary-nav a:hover {
  color: #444444;
}
header[role="main"] .secondary-nav .slogan {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  header[role="main"] .secondary-nav .slogan {
    font-size: 12px;
  }
}
header[role="main"] .secondary-nav .navbar-right .dropdown {
  margin-top: 8px;
  margin-bottom: 8px;
}
header[role="main"] .secondary-nav .navbar-right .dropdown .dropdown-menu {
  min-width: 0;
}
header[role="main"] .secondary-nav .navbar-right .dropdown img {
  max-height: 20px;
  margin-left: 5px;
}
header[role="main"] .navbar-brand {
  margin-top: 14px;
  margin-bottom: 12px;
}
header[role="main"] .navbar-brand .icon-logo {
  font-size: 54px;
}
@media (max-width: 767px) {
  header[role="main"] .navbar-brand .icon-logo {
    font-size: 34px;
  }
}
header[role="main"] .navbar-brand:hover {
  color: #007d48;
}
header[role="main"] .navbar-form {
  font-size: 0;
}
header[role="main"] .navbar-form .search {
  position: relative;
  background: #fff;
  border-right: 0 none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  width: 75%;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
header[role="main"] .navbar-form .search:focus + button {
  border-color: #007d48;
}
header[role="main"] .navbar-form button {
  background: url('../img/glass.svg') no-repeat right center / auto 60% #fff;
  font-size: 0;
  border: 1px solid #ccc9c0;
  border-left: 0 none;
  height: 34px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  width: 25%;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  vertical-align: top;
}
header[role="main"] #navbar-collapse-1 .navbar-nav {
  margin-top: 10px;
}
header[role="main"] #navbar-collapse-1 .navbar-nav > li + li {
  margin-left: 85px;
}
@media (max-width: 1199px) {
  header[role="main"] #navbar-collapse-1 .navbar-nav > li + li {
    margin-left: 47px;
  }
}
@media (max-width: 991px) {
  header[role="main"] #navbar-collapse-1 .navbar-nav > li + li {
    margin-left: 0;
  }
}
header[role="main"] #navbar-collapse-1 .navbar-nav > li > a {
  font-size: 26px;
  color: #444444;
  font-family: 'AlternateGothicNo2BTRegular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header[role="main"] #navbar-collapse-1 .navbar-nav > li > a [class*="icon-"] {
  font-size: 38px;
  margin-right: 18px;
  color: #ccc9c0;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
@media (max-width: 991px) {
  header[role="main"] #navbar-collapse-1 .navbar-nav > li > a [class*="icon-"] {
    width: 45px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
  }
}
header[role="main"] #navbar-collapse-1 .navbar-nav > li > a:hover [class*="icon-"] {
  color: #007d48;
}
header[role="main"] #navbar-collapse-1 .navbar-nav .open [class*="icon-"] {
  color: #007d48;
}
header[role="main"] #navbar-collapse-1 .navbar-nav .dropdown-menu > li > a,
header[role="main"] #navbar-collapse-1 .navbar-nav .dropdown-menu > li > span.nolink {
  font-size: 22px;
  color: #444444;
  font-family: 'AlternateGothicNo2BTRegular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 3px 20px;
  display: block;
  white-space: nowrap;
}
header[role="main"] #navbar-collapse-1 .navbar-nav .dropdown-menu > li > a:hover,
header[role="main"] #navbar-collapse-1 .navbar-nav .dropdown-menu > li > span.nolink:hover,
header[role="main"] #navbar-collapse-1 .navbar-nav .dropdown-menu > li > a:focus,
header[role="main"] #navbar-collapse-1 .navbar-nav .dropdown-menu > li > span.nolink:focus {
  color: #007d48;
  background: #f5f5f5;
}
header[role="main"] + .bg-pattern {
  height: 6px;
  margin-bottom: 15px;
}
footer[role="main"] .headline-footer {
  padding: 10px 0;
  background: #007d48;
}
footer[role="main"] .headline-footer a {
  color: #fff;
}
footer[role="main"] .headline-footer a:hover {
  text-decoration: none;
}
footer[role="main"] .headline-footer .social {
  font-size: 0;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0;
  float: right;
}
footer[role="main"] .headline-footer .social > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
footer[role="main"] .headline-footer .social li {
  padding: 0 13px;
}
@media (max-width: 767px) {
  footer[role="main"] .headline-footer .social li {
    text-align: center;
  }
}
footer[role="main"] .headline-footer .social li a {
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 767px) {
  footer[role="main"] .headline-footer .social {
    width: 100%;
  }
}
footer[role="main"] .headline-footer .contact-us {
  padding: 0 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  vertical-align: top;
  height: 26px;
  font-family: 'AlternateGothicNo2BTRegular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 1;
}
footer[role="main"] .headline-footer .contact-us .icon-bubble {
  font-size: 19px;
  vertical-align: middle;
  margin-right: 15px;
}
footer[role="main"] .main-footer {
  padding: 20px 0 30px;
}
footer[role="main"] .main-footer h4 {
  margin-top: 0;
}
footer[role="main"] .main-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer[role="main"] .main-footer ul li a {
  color: #222222;
}
@media (min-width: 768px) {
  footer[role="main"] .main-footer .col-sm-2 section {
    border-right: 1px solid #f2efe9;
  }
  footer[role="main"] .main-footer .col-sm-2:last-child section {
    border-right: 0 none;
  }
}
.view-header {
  padding: 15px;
}
.block-webform .alert-danger {
  display: none !important;
}
.modal-content .radio input[type="radio"] {
  margin-left: 0;
}
#sliding-popup {
  position: fixed;
  font-family: 'myriad pro', myriad, arial, verdans, sans-serif !important;
}
#sliding-popup .popup-content #popup-text h2 {
  font-family: 'myriad pro', myriad, arial, verdans, sans-serif !important;
}
#sliding-popup .popup-content #popup-text p {
  font-family: 'myriad pro', myriad, arial, verdans, sans-serif !important;
  font-weight: normal;
}
.alert.alert-block.alert-danger {
  display: none;
}
.lt-ie9 header[role="main"] .navbar-form button {
  background-image: url('../img/glass.gif');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 60%;
  background-color: #fff;
}
.references p {
  background: url('../img/fleche.png') no-repeat 0px center;
  padding-left: 25px;
}
.references a {
  padding-left: 25px;
}
body.lang-ru h1,
body.lang-ru .h1 {
  font-size: 32px;
  font-family: 'AlternateGothicNo2BTRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007d48;
  text-align: center;
  margin-bottom: 50px;
}
body.lang-ru h2,
body.lang-ru .h2 {
  font-size: 20px;
  font-family: 'AlternateGothicNo2BTRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.lang-ru h3,
body.lang-ru .h3 {
  font-size: 16px;
  font-family: 'AlternateGothicNo2BTRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.lang-ru h4,
body.lang-ru .h4 {
  font-size: 14px;
  font-family: 'AlternateGothicNo2BTRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.lang-ru h5,
body.lang-ru .h5 {
  font-size: 12px;
  font-family: 'AlternateGothicNo2BTRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 30px;
}
body.lang-ru header[role="main"] .secondary-nav .slogan {
  font-size: 12px;
}
@media (max-width: 1199px) {
  body.lang-ru header[role="main"] .secondary-nav .slogan {
    font-size: 10px;
  }
}
body.lang-ru header[role="main"] .navbar-brand .icon-logo {
  font-size: 54px;
}
@media (max-width: 767px) {
  body.lang-ru header[role="main"] .navbar-brand .icon-logo {
    font-size: 34px;
  }
}
body.lang-ru header[role="main"] .navbar-form {
  font-size: 0;
}
body.lang-ru header[role="main"] .navbar-form button {
  font-size: 0;
}
body.lang-ru header[role="main"] #navbar-collapse-1 .navbar-nav > li > a {
  font-size: 20px;
  font-family: 'AlternateGothicNo2BTRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.lang-ru header[role="main"] #navbar-collapse-1 .navbar-nav > li > a [class*="icon-"] {
  font-size: 38px;
}
body.lang-ru header[role="main"] #navbar-collapse-1 .navbar-nav .dropdown-menu > li > a,
body.lang-ru header[role="main"] #navbar-collapse-1 .navbar-nav .dropdown-menu > li > span.nolink {
  font-size: 16px;
}
body.lang-ru footer[role="main"] .headline-footer .contact-us .icon-bubble {
  font-size: 19px;
}
.main-nav .dropdown-menu > .active > a,
.main-nav .dropdown-menu > .active > a:hover,
.main-nav .dropdown-menu > .active > a:focus {
  background-color: inherit;
}
@media (max-width: 991px) {
  .navbar-collapse {
    max-height: none;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    z-index: 30;
    padding: 0 20px;
    margin: 0 !important;
    display: block;
    box-shadow: 3px 0 8px rgba(0, 0, 0, 0.2);
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
  }
  .navbar-collapse.open {
    left: 0;
    visibility: visible;
  }
}
nav[role="complementary"] .content > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav[role="complementary"] .content > ul > li {
  font-family: 'AlternateGothicNo2BTRegular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  display: block;
}
nav[role="complementary"] .content > ul > li > a {
  color: #444444;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 5px 0;
  line-height: 20px;
  word-wrap: wrap;
}
nav[role="complementary"] .content > ul > li > a:active,
nav[role="complementary"] .content > ul > li > a:focus,
nav[role="complementary"] .content > ul > li > a:hover {
  text-decoration: none;
  outline: 0 none;
}
nav[role="complementary"] .content > ul > li > a + span[class*="icon-"] {
  color: #007d48;
  font-size: 14px;
  margin-left: 5px;
  cursor: pointer;
}
nav[role="complementary"] .content > ul > li > a + span[class*="icon-"]:before {
  cursor: pointer;
}
nav[role="complementary"] .content > ul > li > a .circle-caret {
  vertical-align: 0px;
}
nav[role="complementary"] .content > ul > li.open > a,
nav[role="complementary"] .content > ul > li.active > a,
nav[role="complementary"] .content > ul > li:hover > a {
  color: #007d48;
  text-decoration: none;
}
nav[role="complementary"] .content > ul > li .circle-caret {
  vertical-align: -12px;
}
nav[role="complementary"] .content > ul > li .circle-caret:before {
  vertical-align: 15px;
}
nav[role="complementary"] .content > ul > li .dropdown-menu {
  position: relative;
  float: none;
  box-shadow: 0 0 0 0;
  border: none;
  border-radius: 0;
  font-size: 20px;
}
nav[role="complementary"] .content > ul > li .dropdown-menu > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
nav[role="complementary"] .content > ul > li .dropdown-menu > li > a .caret {
  color: #444444;
}
nav[role="complementary"] .content > ul > li .dropdown-menu > li > a:hover {
  background: #fff;
}
nav[role="complementary"] .content > ul > li .dropdown-menu > li > a:hover .caret {
  color: #007d48;
}
nav[role="complementary"] .content > ul > li .dropdown-menu > li > a.open {
  color: #007d48;
}
nav[role="complementary"] .content > ul > li .dropdown-menu > li > a.open .caret {
  color: #007d48;
}
nav[role="complementary"] .content > ul > li .dropdown-menu > li > a:focus,
nav[role="complementary"] .content > ul > li .dropdown-menu > li > a:active {
  outline: 0 none;
  background: transparent;
}
nav[role="complementary"] .content > ul > li .dropdown-menu > li > a.active {
  color: #007d48;
}
nav[role="complementary"] .content > ul > li .dropdown-menu > li > a.active .caret {
  color: #007d48;
}
nav[role="complementary"] .content > ul > li .dropdown-menu > li.sub-menu-dropdown {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
nav[role="complementary"] .content > ul > li .dropdown-menu > li.active > a,
nav[role="complementary"] .content > ul > li .dropdown-menu > li:hover > a,
nav[role="complementary"] .content > ul > li .dropdown-menu > li.active:hover > a {
  background: #fff;
  color: #007d48;
}
nav[role="complementary"] .content > ul > li .dropdown-menu .sub-menu {
  display: none;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
nav[role="complementary"] .content > ul > li .dropdown-menu .sub-menu > li > a {
  padding: 3px 10px;
  font-size: 14px;
  font-family: 'myriad pro', myriad, arial, verdans, sans-serif;
  display: block;
  word-wrap: no-wrap;
}
nav[role="complementary"] .content > ul > li .dropdown-menu .sub-menu > li > a:hover {
  color: #007d48;
}
nav[role="complementary"] .content > ul > li .dropdown-menu .depth-1 a {
  padding-right: 20px;
}
nav[role="complementary"] .content > ul > li .dropdown-menu .depth-1 a + .caret {
  margin-left: -8px;
}
nav[role="complementary"] .content > ul > li .dropdown-menu .depth-1.active .dropdown-menu {
  display: block;
}
nav[role="complementary"] .content > ul > li .dropdown-menu .dropdown-menu.open {
  display: block !important;
}
nav[role="complementary"] .content > ul > li .dropdown-menu .depth-1.active .caret {
  display: none;
}
nav[role="complementary"] .content > ul > li .dropdown-menu .depth-2 {
  font-family: 'myriad pro', myriad, arial, verdans, sans-serif;
  font-size: 14px;
  padding-left: 40px;
}
nav[role="complementary"] .content > ul > li .dropdown-menu .depth-2 a {
  white-space: normal;
  padding-left: 0;
}
nav[role="complementary"] .content > ul > li .dropdown-menu .depth-2.active,
nav[role="complementary"] .content > ul > li .dropdown-menu .depth-2.active:hover {
  background: url('../img/ss-menu.svg') no-repeat 20px 6px #fff;
}
nav[role="complementary"] .content > ul > li .dropdown-menu .depth-2.active a,
nav[role="complementary"] .content > ul > li .dropdown-menu .depth-2.active:hover a {
  color: #999690;
}
nav[role="complementary"] a:not(.carousel-control):hover {
  color: #007d48;
}
nav[role="complementary"] section.block-block a {
  line-height: 24px;
}
@media (min-width: 992px) {
  nav[role="complementary"] {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
    visibility: visible !important;
  }
}
@media (max-width: 991px) {
  .navbar-collapse,
  nav[role="complementary"] {
    max-height: none;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    z-index: 30;
    padding: 20px;
    margin: 0 !important;
    display: block;
    box-shadow: 3px 0 8px rgba(0, 0, 0, 0.2);
    width: 300px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
  }
  .navbar-collapse.open,
  nav[role="complementary"].open {
    left: 0;
    visibility: visible;
  }
  #dropdownMenu1 {
    margin-left: 15px;
  }
  #navbar-collapse-2 {
    margin-top: 20px;
  }
  #navbar-collapse-2 ul.navbar-nav {
    background: #f2efe9;
    padding-bottom: 10px;
  }
  #navbar-collapse-2 .navbar-form {
    margin-top: 10px;
  }
}
#navbar-collapse-1 li.dropdown ul.dropdown-menu {
  border: none;
  box-shadow: none;
  border-radius: 0;
}
#navbar-collapse-1 li.dropdown:hover ul.dropdown-menu {
  display: block;
  border: none;
  box-shadow: none;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
/*! jQuery UI - v1.11.2 - 2015-02-10
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
.ui-state-focus {
  outline: 0 none;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-slider {
  position: relative;
  text-align: left;
  margin: 25px 0;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  background: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: block;
  border-radius: 50%;
  border: 2px solid #ccc9c0;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background: #007d48;
}
#slider-range .ui-slider-handle:first-of-type:before,
#slider-range .ui-slider-handle:last-child:before {
  content: attr(data-content);
  position: absolute;
  top: 20px;
  text-align: center;
  white-space: nowrap;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}
.ui-slider-horizontal {
  height: 1px;
  background: #ccc9c0;
  border-radius: 2px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.5em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
figure img {
  width: 100%;
}
figure figcaption {
  padding: 10px 10px 7px;
}
figure a,
figure a:hover {
  text-decoration: none;
}
.block-type {
  margin-bottom: 30px;
}
.block-type header {
  color: #fff;
  font-size: 24px;
  font-family: 'AlternateGothicNo2BTRegular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 2px 20px 6px;
  background: #007d48;
  z-index: 2;
}
.block-type header a {
  color: #fff;
}
.block-type .content {
  padding: 10px 15px;
  border: 1px solid #ccc9c0;
  margin-top: -1px;
}
.block-type footer {
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #ccc9c0;
  border-top: 0 none;
  margin-top: -1px;
  background: #fff;
  padding-bottom: 15px;
}
.block-type .dropdown-menu > li > a {
  white-space: normal;
}
body.lang-ru .block-type header {
  font-size: 18px;
  font-family: 'AlternateGothicNo2BTRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexbox .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -30px;
  margin-right: 0;
}
.flexbox .flex > *[class*="col-"] {
  /* grid child can be any element */
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0;
  display: block;
  border-left: 30px solid transparent;
  background-clip: padding-box;
  /* no background on border */
  width: 100%;
}
.flexbox .flex > *[class*="col-"].col-xs-4 {
  width: 33.29%;
}
.flexbox .flex > *[class*="col-"].col-xs-6 {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .flexbox .flex > *[class*="col-"].col-xxs-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .flexbox .flex > *[class*="col-"].col-sm-2 {
    width: 16.7%;
  }
  .flexbox .flex > *[class*="col-"].col-sm-4 {
    width: 33.29%;
  }
  .flexbox .flex > *[class*="col-"].col-sm-6 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .flexbox .flex > *[class*="col-"].col-md-2 {
    width: 16.7%;
  }
  .flexbox .flex > *[class*="col-"].col-md-4 {
    width: 33.29%;
  }
  .flexbox .flex > *[class*="col-"].col-md-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .flexbox .flex > *[class*="col-"].col-lg-2 {
    width: 16.7%;
  }
  .flexbox .flex > *[class*="col-"].col-lg-3 {
    width: 24.97%;
  }
  .flexbox .flex > *[class*="col-"].col-lg-4 {
    width: 33.29%;
  }
  .flexbox .flex > *[class*="col-"].col-lg-6 {
    width: 50%;
  }
}
.flexbox .flex.not-extensible > *[class*="col-"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-flex: initial;
  -webkit-flex: initial;
     -moz-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.flexbox .flex.equal-height > *[class*="col-"] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flexbox .flex.equal-height > *[class*="col-"] > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flexbox .flex.equal-height > *[class*="col-"] > .content {
  display: block;
  /* ie fix */
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  /* auto prevent ie bug */
}
.flexbox .flex.equal-height > *[class*="col-"] > footer,
.flexbox .flex.equal-height > *[class*="col-"] > header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media screen and (max-width: 480px) {
  .flexbox .flex.equal-height > *[class*="col-"] {
    display: block;
  }
}
.flexbox .flex.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flexbox .flex.flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.no-flexbox .flex {
  font-size: 0;
}
.no-flexbox .flex > *[class*="col-"] {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  float: none;
  vertical-align: top;
}
.no-flexbox .flex > *[class*="col-"].col-xs-4 {
  width: 33.29%;
}
.no-flexbox .flex > *[class*="col-"].col-xs-6 {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .no-flexbox .flex > *[class*="col-"].col-xxs-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .no-flexbox .flex > *[class*="col-"].col-sm-2 {
    width: 16.7%;
  }
  .no-flexbox .flex > *[class*="col-"].col-sm-4 {
    width: 33.29%;
  }
  .no-flexbox .flex > *[class*="col-"].col-sm-6 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .no-flexbox .flex > *[class*="col-"].col-md-2 {
    width: 16.7%;
  }
  .no-flexbox .flex > *[class*="col-"].col-md-4 {
    width: 33.29%;
  }
  .no-flexbox .flex > *[class*="col-"].col-md-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .no-flexbox .flex > *[class*="col-"].col-lg-2 {
    width: 16.7%;
  }
  .no-flexbox .flex > *[class*="col-"].col-lg-3 {
    width: 25%;
  }
  .no-flexbox .flex > *[class*="col-"].col-lg-4 {
    width: 33.29%;
  }
  .no-flexbox .flex > *[class*="col-"].col-lg-6 {
    width: 50%;
  }
}
.anchor-buttons > div,
.anchor-buttons section {
  margin-bottom: 30px;
  text-align: center;
}
.anchor-buttons > div a,
.anchor-buttons section a {
  border: 1px solid #ccc9c0;
  background: #f2efe9;
  color: #222222;
  padding: 10px 15px;
  font-size: 16px;
}
.anchor-buttons > div a:hover,
.anchor-buttons section a:hover {
  text-decoration: none;
}
.anchor-buttons > div a [class*="icon-"]:before,
.anchor-buttons section a [class*="icon-"]:before {
  color: #ccc9c0;
  font-size: 32px;
}
.cms .anchor-buttons {
  margin-left: -15px;
  margin-right: -15px;
}
.flexbox .cms .anchor-buttons {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -30px;
  margin-right: 0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .flexbox .cms .anchor-buttons {
    display: none;
  }
}
.flexbox .cms .anchor-buttons > div,
.flexbox .cms .anchor-buttons section {
  padding: 0;
  display: block;
  border-left: 30px solid transparent;
  background-clip: padding-box;
  /* no background on border */
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-flex: initial;
  -webkit-flex: initial;
     -moz-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
@media screen and (min-width: 768px) {
  .flexbox .cms .anchor-buttons > div,
  .flexbox .cms .anchor-buttons section {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .flexbox .cms .anchor-buttons > div,
  .flexbox .cms .anchor-buttons section {
    width: 33.2%;
  }
}
@media screen and (min-width: 1200px) {
  .flexbox .cms .anchor-buttons > div,
  .flexbox .cms .anchor-buttons section {
    width: 25%;
  }
}
.flexbox .cms .anchor-buttons > div > *,
.flexbox .cms .anchor-buttons section > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}
.flexbox .cms .anchor-buttons > div > .content,
.flexbox .cms .anchor-buttons section > .content {
  display: block;
  /* ie fix */
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  /* auto prevent ie bug */
}
.flexbox .cms .anchor-buttons > div > footer,
.flexbox .cms .anchor-buttons section > footer,
.flexbox .cms .anchor-buttons > div > header,
.flexbox .cms .anchor-buttons section > header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media screen and (max-width: 480px) {
  .flexbox .cms .anchor-buttons > div,
  .flexbox .cms .anchor-buttons section {
    display: block;
  }
}
.cms table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.cms table > thead > tr > th,
.cms table > tbody > tr > th,
.cms table > tfoot > tr > th,
.cms table > thead > tr > td,
.cms table > tbody > tr > td,
.cms table > tfoot > tr > td {
  padding: 5px 8px 3px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.cms table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.cms table > caption + thead > tr:first-child > th,
.cms table > colgroup + thead > tr:first-child > th,
.cms table > thead:first-child > tr:first-child > th,
.cms table > caption + thead > tr:first-child > td,
.cms table > colgroup + thead > tr:first-child > td,
.cms table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.cms table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.cms table .table {
  background-color: #fff;
}
.aside-latest-news {
  position: relative;
}
.aside-latest-news .carousel-controls {
  position: absolute;
  top: 0;
  right: 0;
}
.aside-latest-news .carousel-controls > .carousel-control {
  position: relative;
  float: left;
  opacity: 1;
  filter: alpha(opacity=100);
  width: auto;
  margin-right: -1px;
}
.aside-latest-news .carousel-controls > .carousel-control > .icon-arrow-left,
.aside-latest-news .carousel-controls > .carousel-control > .icon-arrow-right {
  margin: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  font-size: 26px;
  position: relative;
  display: block;
}
.aside-latest-news .carousel-inner .carousel-caption {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
}
.aside-latest-news .carousel-inner .carousel-caption .title {
  font-family: 'AlternateGothicNo2BTRegular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #444444 !important;
  text-shadow: none;
  font-size: 26px;
}
.aside-latest-news .carousel-inner .carousel-caption a {
  font-family: 'myriad pro', myriad, arial, verdans, sans-serif;
  font-size: 14px;
  color: #007d48;
  text-decoration: underline;
  text-shadow: none;
}
body.lang-ru .aside-latest-news .carousel-inner .carousel-caption .title {
  font-size: 26px;
  font-family: 'AlternateGothicNo2BTRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.faq-dropdown {
  margin-bottom: 40px;
}
.faq-dropdown > p:first-child {
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.faq-dropdown > p:first-child:before {
  content: "\e60c";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  color: #007d48;
  font-size: 12px;
}
.faq-dropdown .answer {
  display: none;
}
.faq-dropdown.open > p:first-child:before {
  content: "\e60b";
}
.faq-dropdown.open .answer {
  display: block;
}
.time-visual {
  position: relative;
}
.time-visual img {
  width: 100%;
}
.time-visual time {
  position: absolute;
  right: 0;
  top: 0;
  background: #007d48;
  color: #fff;
  text-align: center;
  font-family: 'AlternateGothicNo2BTRegular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  width: 67px;
  height: 67px;
}
.listing-type section {
  margin-bottom: 30px;
}
.listing-type section header {
  overflow: hidden;
}
.listing-type section header img {
  max-width: none;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.listing-type section h3 {
  margin-top: 0;
}
.listing-type section .content,
.listing-type section footer {
  border-left: 1px solid #ccc9c0;
  border-right: 1px solid #ccc9c0;
  padding: 10px 15px;
}
.listing-type section .content a:not(.btn),
.listing-type section footer a:not(.btn) {
  text-decoration: underline;
}
.listing-type section footer {
  border-bottom: 1px solid #ccc9c0;
}
#homepage .show-category {
  padding: 50px 0 20px;
}
#homepage .show-category figure {
  margin-bottom: 30px;
}
#homepage .show-category figure a:hover {
  color: #FFFFFF;
}
#homepage .see {
  padding-top: 40px;
}
#homepage .see span[class*="icon-"] {
  font-size: 75px;
  color: #007d48;
  vertical-align: middle;
}
#homepage .see h2 {
  text-align: left;
  color: #444444;
  margin-top: 0;
}
#homepage .see h2 a {
  color: #444444;
}
#homepage .see h2 a:hover {
  color: #444444;
}
#homepage .see a {
  text-decoration: underline;
}
#homepage .see .tablecss {
  margin-bottom: 40px;
}
#homepage .see .tablecss > div {
  vertical-align: top;
}
#homepage .see .tablecss > div:first-child {
  width: 110px;
}
@media (max-width: 991px) {
  #homepage .see .tablecss > div {
    display: block;
    text-align: center;
  }
  #homepage .see .tablecss > div h2 {
    text-align: center;
  }
  #homepage .see .tablecss > div span {
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  #homepage .see .tablecss > div:first-child {
    width: auto;
  }
}
#homepage .see .tablecss > div a {
  text-decoration: none;
}
#homepage .latest-news .latest-header {
  min-width: 165px;
  min-height: 85px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 26px;
  background: url('../img/bg-latest-news.png') no-repeat center / 100% 100% transparent;
  padding: 10px 15px 30px;
  margin: -1px 0 30px;
}
#homepage .latest-news figure {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
#homepage .latest-news figure img {
  width: auto;
  max-width: 100%;
}
#homepage .latest-news figure figcaption {
  text-align: left;
}
#homepage .latest-news figure figcaption p {
  font-size: 22px;
  color: #444444;
  font-family: 'AlternateGothicNo2BTRegular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#homepage .latest-news figure figcaption > a {
  text-decoration: underline;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#homepage .latest-news .btn {
  margin-bottom: 50px;
  font-size: 22px;
}
.filter {
  padding: 10px 15px;
  margin-bottom: 30px;
  font-family: 'AlternateGothicNo2BTRegular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.filter .form-group {
  margin: 0;
}
.filter .form-group .dropdown-toggle {
  padding-top: 0;
}
.filter .form-group .filter-option {
  font-size: 18px;
}
.filter .form-group .dropdown-menu a {
  font-size: 18px;
}
.filter .form-group .form-control {
  background: transparent;
}
.filter .form-group .btn {
  width: 220px;
}
.product-view #product-view-carousel {
  padding: 10px;
  border: 1px solid #ccc9c0;
}
.product-view #product-view-carousel .carousel-indicators {
  position: relative;
  margin: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  margin-top: 10px;
  font-size: 0;
  margin-left: -0.25%;
  z-index: auto;
}
.product-view #product-view-carousel .carousel-indicators li {
  width: 60px;
  height: 60px;
  max-width: 24.5%;
  border: 1px solid #ccc9c0;
  border-radius: 0;
  text-indent: 0;
  margin: 0 0.25% 0.25% 0.25%;
  background: #fff;
}
.product-view h5 {
  font-family: 'myriad pro', myriad, arial, verdans, sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.cms {
  margin-bottom: 30px;
}
.cms h2:not(.h3) {
  font-size: 22	px;
  color: #007d48;
  margin-bottom: 30px;
  font-family: 'myriad pro', myriad, arial, verdans, sans-serif;
  font-weight: 600;
}
.cms h3 {
  font-size: 18px;
  font-weight: 600;
}
.cms h4 {
  font-size: 16px;
}
.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6 {
  font-family: 'myriad pro', myriad, arial, verdans, sans-serif;
}
.cms p + h2,
.cms ul + h2 {
  margin-top: 30px;
}
.cms p {
  margin-bottom: 20px;
}
.cms p a {
  color: #007d48;
  text-decoration: underline;
}
.cms ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
}
.cms ul > li:before {
  content: "";
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 8px;
  height: 8px;
  background: #007d48;
  margin-right: 10px;
}
.cms .pull-left {
  margin-right: 20px !important;
  margin-bottom: 10px !important;
}
.cms .pull-right {
  margin-left: 20px !important;
  margin-bottom: 10px !important;
}
.glossary {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}
.glossary li,
.glossary > span {
  font-size: 26px;
  line-height: 32px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.glossary li a,
.glossary > span a {
  font-family: 'AlternateGothicNo2BTRegular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007d48;
  text-transform: uppercase;
  width: 36px;
  height: 36px;
  display: block;
}
.glossary li a:hover,
.glossary > span a:hover,
.glossary li a:focus,
.glossary > span a:focus {
  text-decoration: none;
  outline: 0 none;
}
.glossary li + li,
.glossary > span + li,
.glossary li + span,
.glossary > span + span {
  border-left: 1px solid #ccc9c0;
}
.glossary-definitions h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-size: 26px;
  font-family: 'AlternateGothicNo2BTRegular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007d48;
}
.glossary-definitions h3 small,
.glossary-definitions h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #ccc9c0;
}
.glossary-definitions h3 small,
.glossary-definitions h3 .small {
  font-size: 65%;
}
.glossary-definitions p {
  font-size: 16px;
  padding-left: 20px;
}
.testimonials section {
  font-size: 16px;
  padding: 30px 0;
}
.testimonials section + section {
  border-top: 1px solid #ccc9c0;
}
.testimonials section .signature {
  color: #007d48;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .testimonials section div:first-child {
    margin-bottom: 0;
  }
}
.testimonials .field-item p:before {
  content: '" ';
}
.testimonials .field-item p:after {
  content: ' "';
}
.testimonials .send-us {
  border: 1px solid #ccc9c0;
  padding: 15px;
  margin-bottom: 30px;
}
.toggle-form {
  color: #007d48;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}
#contact-form {
  display: none;
  margin-bottom: 45px;
}
#contact-form.open {
  display: block;
}
#contact-form label {
  font-size: 16px;
  white-space: nowrap;
}
.worldwide > div {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 3px 0;
}
.worldwide > div a {
  color: #444444;
}
.search form .input-group > input[type="search"] {
  border-right: 0 none;
}
.search form .input-group > input[type="search"]:focus ~ .input-group-addon {
  border-color: #007d48;
}
.search form .input-group .input-group-addon {
  background: #fff;
  position: relative;
  border-left: 0 none;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
.search form .input-group .input-group-addon input[type="reset"] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
.search form .btn {
  line-height: 0.8em;
}
.search .search-number-result {
  border-top: 1px solid #ccc9c0;
  border-bottom: 1px solid #ccc9c0;
  padding: 10px 0;
  font-size: 16px;
  margin-bottom: 20px;
}
.search .search-result section {
  margin-bottom: 30px;
}
.search .search-result section a {
  text-decoration: underline;
}
form div.error[class*="form-"] {
  background: transparent;
  padding: 0;
}
form div.error[class*="form-"]:before {
  content: none;
  border: 0 none;
}
.tablecss.marker-outlet {
  display: block;
}
.tablecss.marker-outlet > * {
  display: block;
}
.page404 {
  margin: 120px -15px;
}
.page404 > div {
  margin: 60px 0;
}
.page404 > div h1 {
  margin-top: 60px;
  font-size: 60px;
}
.page404 > div h2 {
  margin-bottom: 20px;
}
.calculator form {
  padding: 15px 15px 15px 35px;
}
.calculator .faq-dropdown {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.calculator .faq-dropdown + .faq-dropdown {
  border-top: 1px solid #ccc9c0;
  padding-top: 30px;
}
.gmap iframe {
  pointer-events: none;
  margin-bottom: -7px;
}
body.page-user-login .rainbird-user-login-form-wrapper .btn {
  color: #fff;
  background-color: #007d48;
  border-color: #006339;
  font-size: 22px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: auto !important;
  min-width: 250px;
}
body.page-user-login .rainbird-user-login-form-wrapper .btn:hover,
body.page-user-login .rainbird-user-login-form-wrapper .btn:focus,
body.page-user-login .rainbird-user-login-form-wrapper .btn.focus,
body.page-user-login .rainbird-user-login-form-wrapper .btn:active,
body.page-user-login .rainbird-user-login-form-wrapper .btn.active,
.open > .dropdown-togglebody.page-user-login .rainbird-user-login-form-wrapper .btn {
  color: #fff;
  border-color: #ccc;
}
body.page-user-login .rainbird-user-login-form-wrapper .btn:active,
body.page-user-login .rainbird-user-login-form-wrapper .btn.active,
.open > .dropdown-togglebody.page-user-login .rainbird-user-login-form-wrapper .btn {
  background-image: none;
}
body.page-user-login .rainbird-user-login-form-wrapper .btn.disabled,
body.page-user-login .rainbird-user-login-form-wrapper .btn[disabled],
fieldset[disabled] body.page-user-login .rainbird-user-login-form-wrapper .btn,
body.page-user-login .rainbird-user-login-form-wrapper .btn.disabled:hover,
body.page-user-login .rainbird-user-login-form-wrapper .btn[disabled]:hover,
fieldset[disabled] body.page-user-login .rainbird-user-login-form-wrapper .btn:hover,
body.page-user-login .rainbird-user-login-form-wrapper .btn.disabled:focus,
body.page-user-login .rainbird-user-login-form-wrapper .btn[disabled]:focus,
fieldset[disabled] body.page-user-login .rainbird-user-login-form-wrapper .btn:focus,
body.page-user-login .rainbird-user-login-form-wrapper .btn.disabled.focus,
body.page-user-login .rainbird-user-login-form-wrapper .btn[disabled].focus,
fieldset[disabled] body.page-user-login .rainbird-user-login-form-wrapper .btn.focus,
body.page-user-login .rainbird-user-login-form-wrapper .btn.disabled:active,
body.page-user-login .rainbird-user-login-form-wrapper .btn[disabled]:active,
fieldset[disabled] body.page-user-login .rainbird-user-login-form-wrapper .btn:active,
body.page-user-login .rainbird-user-login-form-wrapper .btn.disabled.active,
body.page-user-login .rainbird-user-login-form-wrapper .btn[disabled].active,
fieldset[disabled] body.page-user-login .rainbird-user-login-form-wrapper .btn.active {
  background-color: #007d48;
  border-color: #006339;
}
body.page-user-login .rainbird-user-login-form-wrapper .btn .badge {
  color: #007d48;
  background-color: #fff;
}
body.page-user-login .rainbird-user-login-form-wrapper .btn:hover {
  border-color: transparent;
}
.sport-field section[data-target*="#"] {
  cursor: pointer;
}
.sport-field .tab {
  display: none;
}
.sport-field .tab.open {
  display: block;
}
.block-facetapi {
  margin-bottom: 30px;
}
.block-facetapi .form-group {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.3%;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .block-facetapi .form-group {
    width: 100%;
    margin: 0;
  }
}
.block-facetapi a {
  margin-right: 20px;
}
ul[id*="facetapi-facet-search-apinotices-block"] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -30px;
  margin-right: 0;
}
ul[id*="facetapi-facet-search-apinotices-block"] > li {
  text-align: center;
  width: 33.29%;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  ul[id*="facetapi-facet-search-apinotices-block"] > li {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  ul[id*="facetapi-facet-search-apinotices-block"] > li {
    width: 49.9%;
  }
}
ul[id*="facetapi-facet-search-apinotices-block"] > li a {
  color: #222222;
  font-size: 16px;
  text-decoration: none;
}
ul[id*="facetapi-facet-search-apinotices-block"] > li input[type="checkbox"] {
  display: none;
}
ul[id*="facetapi-facet-search-apinotices-block"] > li input[type="radio"] {
  margin-right: 10px;
}
.search-result > div {
  padding: 5px 0;
}
.search-result > div a {
  font-size: 16px;
  text-decoration: underline;
}
#professional-listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#professional-listing figure {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#professional-listing figure > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
#professional-listing figure > a figcaption {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#professional-listing figure > a img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media screen and (max-width: 480px) {
  #professional-listing figure.col-xxs-12 {
    width: 100%;
  }
}
@media screen and (min-width: 481px) {
  #professional-listing figure.col-xs-6 {
    width: 49.9%;
  }
}
@media screen and (min-width: 1200px) {
  #professional-listing figure.col-lg-4 {
    width: 33%;
  }
}
.form-registration .table-responsive {
  overflow: visible;
}
@media (max-width: 767px) {
  .form-registration .table-responsive {
    overflow-x: auto;
  }
}
@media (max-width: 480px) {
  .form-registration table {
    width: 760px;
    max-width: none;
  }
}
.form-registration table td.type-participant .bootstrap-select.btn-group .dropdown-menu {
  right: 0;
  left: auto;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
body.lang-ru #homepage .see span[class*="icon-"] {
  font-size: 75px;
}
body.lang-ru #homepage .latest-news .latest-header {
  font-size: 26px;
}
body.lang-ru #homepage .latest-news figure figcaption p {
  font-size: 22px;
  font-family: 'AlternateGothicNo2BTRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.lang-ru .cms h2:not(.h3) {
  font-size: 22px;
}
body.lang-ru .cms h3 {
  font-size: 18px;
}
body.lang-ru .cms h4 {
  font-size: 16px;
}
body.lang-ru .glossary {
  font-size: 0;
}
body.lang-ru .glossary li,
body.lang-ru .glossary > span {
  font-size: 26px;
}
body.lang-ru .glossary li a,
body.lang-ru .glossary > span a {
  font-family: 'AlternateGothicNo2BTRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.lang-ru .page404 > div h1 {
  font-size: 60px;
}
body.lang-ru ul[id*="facetapi-facet-search-apinotices-block"] > li a {
  font-size: 16px;
}
body.lang-ru .search-result > div a {
  font-size: 16px;
}
/* FIX CHECKBOX */
table .form-item.checkbox input[type="checkbox"] {
  margin-left: -15px;
  margin-top: 4px;
}
.checkbox label {
    min-height: 40px;
}
.form-managed-file > .form-file.error {
  border: 2px solid red;
}

body.not-logged-in.page-portal #block-system-main {
  display: none;
}
body.not-logged-in.page-portal #block-formblock-user-register form .form-actions .form-submit {
  color: #fff;
  background-color: #007d48;
  border-color: #006339;
  font-size: 22px;
  line-height: 1em;
  height: 46px;
}
