/* style.css */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  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"] {
  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;
  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;
  }
  .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;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #40403f;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: ;
  text-decoration: none;
}
a:hover,
a:focus {
  color: ;
  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 {
  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;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  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 #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 9px;
  padding-right: 9px;
}
@media (min-width: 768px) {
  .container {
    width: 738px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 958px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1026px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 9px;
  padding-right: 9px;
}
.row {
  margin-left: -9px;
  margin-right: -9px;
}
.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: 9px;
  padding-right: 9px;
}
.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%;
  }
}
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: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -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: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-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;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.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 {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.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 {
  position: relative;
  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;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  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;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  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;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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: #80807e;
}
@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: -9px;
  margin-right: -9px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 9px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
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 dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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;
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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 {
  margin: 0 17px;
  border-bottom: 1px solid #97df45;
}
.dropdown-menu > li:last-child {
  border-bottom: 0;
}
.dropdown-menu > li > a {
  position: relative;
  display: block;
  padding: 3px 0 3px 14px!important;
  clear: both;
  font-weight: normal!important;
  line-height: 1.42857143;
  text-transform: none!important;
  color: #fff!important;
  white-space: nowrap;
  color: #616161 !important;
}
.dropdown-menu > li > a:before {
  content: '\f054';
  color: inherit;
  font-size: 12px!important;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: 1;
  font-family: 'FontAwesome';
  text-rendering: auto;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 8px;
  left: 0;
}
.dropdown-menu > li > a:hover {
  text-decoration: underline!important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: ;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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: #777777;
  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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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 17px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: ;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.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;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@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-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: #337ab7;
}
.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;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@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 > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.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: 0;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  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: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !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: -9px;
  margin-left: -9px;
}
@media (min-width: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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 9px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -9px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 9px;
  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: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .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;
    color: #FFF!important;
    border-bottom: none!important;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
    color: #FFF;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .navbar-nav .open .dropdown-menu > li > a:before {
    color: #FFF;
  }
}
@media (min-width: 768px) {
  .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: -9px;
  margin-right: -9px;
  padding: 10px 9px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  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: 768px) {
  .navbar-text {
    float: left;
    margin-left: 9px;
    margin-right: 9px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -9px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #98df45;
  border-color: #88da29;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #98df45;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #0d755a;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #0d755a;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #0d755a;
}
.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 {
  background-color: #0d755a;
  border-color: #0d755a;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0d755a;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #88da29;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #0d755a;
  color: #0d755a;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #0d755a;
    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: #0d755a;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #0d755a;
  }
  .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: #fff;
}
.navbar-default .navbar-link:hover {
  color: #0d755a;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #0d755a;
}
.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: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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: 767px) {
  .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: #9d9d9d;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.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;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.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,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/css/../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/css/../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/css/../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/css/../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/css/../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.dropShadow {
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  behavior: url('/js/PIE.htc');
}
/*Lichoběžník*/
.formInput {
  line-height: 38px;
  height: 38px;
  padding: 0 15px;
  border: 2px solid #0d755a;
}
.formInput::-webkit-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
.formInput:-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
.formInput::-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
.formInput:-ms-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
.formButton {
  color: #0d755a;
  background: transparent;
  font-size: 26px;
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
}
.formButtonFill {
  color: #fff;
  background: #0d755a;
  font-size: 26px;
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
}
.formButtonFill:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
body {
  background: transparent url(/css/../images/bg01.jpg) repeat-y center 0;
  background-size: 100% auto;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.wf-active body {
  font-family: 'Open Sans', sans-serif;
}
/* Header */
.header {
  background-color: #fff;
}
.header > div {
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header > div {
    padding: 0;
  }
}
.header .logo {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.header h1 {
  display: inline-block;
}
.header .navbar-nav {
  float: none;
}
.header .navbar > div > div {
  padding-right: 18px;
  padding-left: 18px;
}
.header .nav li {
  position: relative;
  padding-right: 2px;
}
.header .nav li > a {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.header .nav li .active > a {
  background-color: transparent;
}
.header .nav li:after {
  content: ' ';
  background-color: #fff;
  display: none;
  width: 2px;
  height: 12px;
  position: absolute;
  top: 18px;
  right: 0;
}
.header .dropdown > a {
  position: relative;
}
.header .dropdown > a:before {
  content: '\f078';
  color: #0d755a;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: 16px;
  font-family: 'FontAwesome';
  text-rendering: auto;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}
.header .dropdown.open > a:before {
  content: '\f077';
}
.header .col-md-2 {
  padding-top: 25px;
  padding-bottom: 8px;
}
.header .col-md-10 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.header .col-md-10 ul {
  text-align: center;
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.header-link1 {
  color: #70923f;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
  padding-left: 17px;
}
.header-link1:before {
  content: '\f007';
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: 1;
  font-family: 'FontAwesome';
  text-rendering: auto;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 2px;
  left: 0;
}
.header-link1:hover {
  text-decoration: none;
}
.header-link1:hover span {
  text-decoration: underline;
}
.header-link2 {
  color: #97df45;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
}
.header-link2:before {
  content: '\f234';
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: 1;
  font-family: 'FontAwesome';
  text-rendering: auto;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 3px;
  left: 0;
}
.header-link2:hover {
  text-decoration: none;
}
.header-link2:hover span {
  text-decoration: underline;
}
.header form {
  position: relative;
}
.header form button {
  color: #70923f;
  background-color: transparent;
  position: absolute;
  top: 3px;
  left: 9px;
  padding: 0;
  border: 0;
  margin: 0;
}
.header input {
  color: #70923f;
  line-height: 28px;
  width: 208px;
  height: 28px;
  padding-right: 10px;
  padding-left: 30px;
  border: 2px solid #40403f;
}
.header-link3 {
  background-color: #0d755a;
  text-indent: -9999px;
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  margin: 10px auto 0;
}
.header-link3:before {
  content: '\f09a';
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-family: 'FontAwesome';
  text-rendering: auto;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header .top-header {
    position: relative;
  }
  .header .top-header .top-logo {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 0 0 0;
  }
  .header .top-header .top-links {
    padding: 5px 0 65px;
  }
  .header .top-header .top-links ul {
    float: right;
  }
  .header .top-header .header-link1,
  .header .top-header .header-link2,
  .header .top-header .header-link3 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .top-header {
    position: relative;
    /*
			.col-md-2 {
				width: 16.6667%;
				float: left;
			}
			.col-md-10 {
				width: 83.3333%;
				float: left;
			}
			*/
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
    padding: 0;
  }
}
#homepageSlider .slider {
  display: none;
  height: 303px;
  overflow: hidden;
}
.page .main ul.breadcrumb li {
  display: inline-block;
  padding: 0;
}
.page .main ul.breadcrumb li::before {
  display: none;
}
/* INDEX */
.index .main {
  padding-top: 30px;
}
.index .main .container {
  padding-right: 18px;
  padding-left: 18px;
}
.index .row-table {
  display: block;
}
.index .row-table .row {
  display: block;
}
.index .row-table .row > div {
  vertical-align: top;
  display: block;
}
.index .row-table .row > div.col-md-4 {
  height: auto;
}
.index .box2 {
  background-color: #0d755a;
  display: table;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.index .box2 > div {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 10px;
}
.index .box2 > div .map {
  background-image: url(/css/../images/sprites.png);
  background-image: url('/css/../images/layout/icons/map.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 140px;
  height: 107px;
  margin: auto;
  overflow: hidden;
  display: block;
}
.index .box2 p {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 5px;
}
.index .box2 form {
  position: relative;
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.index .box2 form:before {
  content: '\f002';
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'FontAwesome';
  text-rendering: auto;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 27px;
  left: 16px;
}
.index .box2 input {
  color: #fff;
  background: transparent;
  font-weight: 600;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 232px;
  display: block;
  height: 42px;
  padding: 10px 10px 10px 50px;
  border: 2px solid #ebe9e8;
}
.index .box2 input.ui-autocomplete-loading {
  background-color: transparent;
  background-image: url('/css/../images/green_preloader.gif');
  background-position: 95% center;
  background-repeat: no-repeat;
}
.index .box2 input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.index .box2 input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.index .box2 input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.index .box2 input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.index .box2 a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.index .box2 a:hover {
  text-decoration: none;
}
.index .box2 a:hover span {
  text-decoration: underline;
}
.index .box2 a.current_location {
  padding-left: 14px;
}
.index .box2 a.current_location:before {
  content: '\f041';
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: 1;
  font-family: 'FontAwesome';
  text-rendering: auto;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 2px;
  left: 0;
}
.index .categories > div {
  padding-top: 25px;
}
.index .categories a {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
.index .categories div:first-child a {
  background-color: #6ee8a4;
  background-image: url('/css/../images/layout/hp/tapeta_01.png');
  background-repeat: repeat;
}
.index .categories div:first-child a strong {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  padding-left: 60px;
  /*
				&:before {
					content: '\f08a';
					color: #fff;
					font-style: normal;
					font-weight: normal;
					font-size: inherit;
					line-height: 1;
					font-family: 'FontAwesome';
			  		text-rendering: auto;
			  		text-indent: 0;
			  		-webkit-font-smoothing: antialiased;
			  		-moz-osx-font-smoothing: grayscale;
			  		transform: translate(0, 0);
					position: absolute;
					top: 3px;
					left: 18px;
				}
				*/
}
.index .categories div.center a {
  background-color: #97df45;
  background-image: url('/css/../images/layout/hp/tapeta_02.png');
  background-repeat: repeat;
}
.index .categories div.center a strong {
  position: relative;
  padding-left: 10px;
  /*
				&:before {
					content: '\f19d';
					color: #fff;
					font-style: normal;
					font-weight: normal;
					font-size: inherit;
					line-height: 1;
					font-family: 'FontAwesome';
			  		text-rendering: auto;
			  		text-indent: 0;
			  		-webkit-font-smoothing: antialiased;
			  		-moz-osx-font-smoothing: grayscale;
			  		transform: translate(0, 0);
					position: absolute;
					top: 13px;
					left: 5px;
				}
				*/
}
.index .categories div:last-child a {
  background-color: #0d755a;
  background-image: url('/css/../images/layout/hp/tapeta_03.png');
  background-repeat: repeat;
}
.index .categories div:last-child a strong {
  position: relative;
  padding-right: 20px;
  padding-left: 15px;
  /*
				&:before {
					content: '\f0c0';
					color: #fff;
					font-style: normal;
					font-weight: normal;
					font-size: inherit;
					line-height: 1;
					font-family: 'FontAwesome';
			  		text-rendering: auto;
			  		text-indent: 0;
			  		-webkit-font-smoothing: antialiased;
			  		-moz-osx-font-smoothing: grayscale;
			  		transform: translate(0, 0);
					position: absolute;
					top: 9px;
					left: 19px;
				}
				*/
}
.index .categories div a {
  display: table;
  width: 100%;
  height: 120px;
}
.index .categories span {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.index .categories strong {
  line-height: 27px;
  padding: 3px;
}
.index .content {
  padding-top: 25px;
  padding-bottom: 50px;
  border-top: 1px solid #0d755a;
  margin-top: 35px;
}
.index .content h2 {
  color: #0d755a;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  padding: 0;
  margin: 0;
}
.index .articles {
  padding: 0;
  margin: 0;
  list-style: none;
}
.index .articles > li {
  padding-top: 20px;
}
.index .article {
  padding-right: 0;
  padding-left: 0;
}
.index .articles p {
  padding: 0;
  margin: 0;
}
.index p.article-title {
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.2em;
  padding-top: 15px;
}
.index p.article-title a {
  color: #40403f;
  text-decoration: none;
}
.index p.article-title a:hover {
  text-decoration: underline;
}
.index p.article-description {
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 20px;
}
.index .articles-link {
  color: #40403f;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding-right: 17px;
}
.index .articles-link:before {
  content: '\f054';
  color: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: 1;
  font-family: 'FontAwesome';
  text-rendering: auto;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 3px;
  right: 0;
}
.index .articles-link:hover {
  text-decoration: none;
}
.index .articles-link:hover span {
  text-decoration: underline;
}
.index .box3,
.index .box4 {
  background-color: #fff;
  padding: 10px 20px 30px;
  margin-top: 30px;
}
.index .box3 h2 {
  margin-bottom: 10px;
}
.index .box3 li {
  padding: 8px 0;
  border-bottom: 1px solid #97df45;
}
.index .box3 li > a {
  color: #40403f;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding-left: 17px;
}
.index .box3 li > a:hover {
  color: #fff;
  text-decoration: none;
}
.index .box3 li > a:hover span {
  color: #97df45;
}
.index .box3 li > a:before {
  content: '\f1bb';
  color: #40403f;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: 1;
  font-family: 'FontAwesome';
  text-rendering: auto;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 0px;
  left: -3px;
  background-image: url('/css/../images/layout/icons/tree_black.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 20px;
  height: 25px;
}
.index .box3 span {
  display: block;
}
.index .box3 p a {
  color: #40403f;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 8px 0 8px 17px;
}
.index .box3 p a:before {
  content: '\f054';
  color: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: 1;
  font-family: 'FontAwesome';
  text-rendering: auto;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 12px;
  left: 0;
}
.index .box3 p a:hover {
  text-decoration: none;
}
.index .box3 p a:hover span {
  text-decoration: underline;
}
.index .box4 h2 {
  position: relative;
  padding-left: 40px;
}
.index .box4 h2 a {
  color: #0d755a;
}
.index .box4 h2:before {
  content: '\f073';
  color: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: 1;
  font-family: 'FontAwesome';
  text-rendering: auto;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  background-image: url('/css/../images/layout/icons/calendar_1_green.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 35px;
  height: 30px;
}
.index .box4 li {
  margin-top: 30px;
}
.index .box4 a {
  color: #40403f;
}
.index .box4 .date {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 20px;
  margin-bottom: 10px;
  margin-left: -20px;
}
.index .box4 .date.green {
  background-color: #97df45;
}
.index .box4 .date.greenDark {
  background-color: #0d755a;
}
.index .box4 .date.brown {
  background-color: #593416;
}
.index .box4-link {
  color: #40403f;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-right: 17px;
  margin-top: 10px;
}
.index .box4-link:hover {
  text-decoration: none;
}
.index .box4-link:hover span {
  text-decoration: underline;
}
.index .box4-link:before {
  content: '\f054';
  color: #40403f;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: 1;
  font-family: 'FontAwesome';
  text-rendering: auto;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 3px;
  right: 0;
}
/* PAGE */
.page .index .box4 span {
  margin-left: 0;
}
.page .main {
  padding-bottom: 50px;
}
.page .main .container {
  padding-right: 0;
  padding-left: 0;
}
.page .cols {
  margin-right: 0;
  margin-left: 0;
}
.page .col-left {
  padding-right: 0;
  padding-left: 0;
}
.page .col-right {
  padding-right: 0;
  padding-left: 0;
}
.page .block1 {
  background-color: #0d755a;
  background-color: rgba(13, 117, 90, 0.6);
  padding: 18px;
  /*
		@media (max-width: 767px) {
			background: #fff;
			margin-bottom: 0;
			padding-bottom: 1px;
			p {
				display: none;
			}
			ul {
				li {
					border: 0;
					display: inline-block;
					position: relative;
					a {
						.reset;
						margin-right: 20px;						
						color: @greenDark;
						&:before {
							.reset;
						}						
					}
					&.active {
						display: inline-block;
						a {
							&.active {
								display: none;
							}
						}
						ul {
							margin: 0;
							li {
								display: inline-block;
								a {
									margin-left: 0; 		
									padding: 0;		
									&:before {
										background-image: none;
										content: '';
									}							
								}
							}
						}
					}
					
					&:after {
						content: '|';
						position: absolute;
						right: 0px;
						top: -3px;
						color: @greenDark;
					}
					
					&.active {
						&:after {
							content: '';
						}
					}
				}
			}
		}
		*/
}
.page .block1 > p {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  padding-bottom: 14px;
  padding-left: 20px;
  border-bottom: 2px solid #fff;
}
.page .block1 > p:before {
  content: '\f1bb';
  color: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'FontAwesome';
  text-rendering: auto;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 1px;
  left: -3px;
  content: '';
  background-image: url('/css/../images/layout/icons/tree_white.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 20px;
  height: 25px;
}
.page .block1 a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  display: block;
}
.page .block1 a:hover,
.page .block1 a.active {
  font-weight: 700;
}
.page .block1 ul {
  float: none;
}
.page .block1 ul li {
  border-bottom: 1px solid #97df45;
  float: none;
}
.page .block1 ul li:last-child {
  border-bottom: 0;
}
.page .block1 ul li > a {
  position: relative;
  padding: 10px 0 10px 15px;
}
.page .block1 ul li > a:before {
  content: '\f1bb';
  color: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'FontAwesome';
  text-rendering: auto;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 10px;
  left: -4px;
  content: '';
  background-image: url('/css/../images/layout/icons/tree_white.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  width: 17px;
  height: 22px;
}
.page .block1 ul li > a:hover {
  text-decoration: none;
}
.page .block1 ul li > a:hover span {
  text-decoration: underline;
}
.page .block1 ul li.active ul {
  background-color: #8dda3d;
}
.page .block1 ul li.active ul li {
  border-bottom: 1px solid #fff;
}
.page .block1 ul li.active ul li:last-child {
  border-bottom: 0;
}
.page .block1 ul li.active ul li a {
  color: #106850;
}
.page .block1 ul li > ul {
  margin: 2px 0 10px;
}
.page .block1 ul li > ul > li > a {
  padding-left: 9px;
  margin-left: 18px;
}
.page .block1 ul li > ul > li > a:before {
  content: '>';
  font-size: 13px;
  position: absolute;
  top: 12px;
  left: 0;
  background-image: none;
}
.page .block1 ul li > ul > li > a:hover {
  text-decoration: none;
}
.page .block1 ul li > ul > li > a:hover span {
  text-decoration: underline;
}
.page .block1 ul li > ul > li > ul {
  margin: 4px 0;
}
.page .block1 ul li > ul > li > ul > li > a {
  padding-left: 9px;
  margin-left: 36px;
}
.page .block1 ul li > ul > li > ul > li > a:before {
  content: '»';
  position: absolute;
  top: 0;
  left: 0;
}
.page .block1 ul li > ul > li > ul > li > a:hover {
  text-decoration: none;
}
.page .block1 ul li > ul > li > ul > li > a:hover span {
  text-decoration: underline;
}
.page .block2 {
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
  overflow: hidden;
}
.page .block2 > p {
  color: #0d755a;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  padding-left: 35px;
}
.page .block2 > p a {
  color: #0d755a;
}
.page .block2 > p:before {
  content: '\f073';
  color: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'FontAwesome';
  text-rendering: auto;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 4px;
  left: 0;
}
.page .block2 li {
  margin-top: 30px;
}
.page .block2 a {
  color: #40403f;
}
.page .block2 .date {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 20px;
  margin-bottom: 10px;
  margin-left: -20px;
}
.page .block2 .date.green {
  background-color: #97df45;
}
.page .block2 .date.greenDark {
  background-color: #0d755a;
}
.page .block2 .date.brown {
  background-color: #593416;
}
.page .content {
  background-color: #fff;
  padding: 40px 50px 40px 20px;
}
.page .content h1 {
  color: #0d755a;
  font-weight: 600;
  font-size: 1.875em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.page .articles li {
  padding: 25px 0;
  border-bottom: 1px solid #0d755a;
}
.page .articles li:last-child {
  border-bottom: 0;
}
.page .articles span {
  color: #0d755a;
}
.page .articles p:first-child {
  font-size: 1.125em;
  padding-bottom: 15px;
}
.page .articles p:first-child a {
  color: #70923f;
}
.page .articles p:last-child {
  text-align: right;
  padding-top: 10px;
}
.page .articles p:last-child a {
  color: #0d755a;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-right: 13px;
}
.page .articles p:last-child a:before {
  content: '\f054';
  color: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'FontAwesome';
  text-rendering: auto;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 4px;
  right: 0;
}
.page .articles p:last-child a:hover {
  text-decoration: none;
}
.page .articles p:last-child a:hover span {
  text-decoration: underline;
}
.page .pagination {
  float: right;
}
.page .pagination li {
  float: left;
  padding: 0 !important;
}
.page .pagination li:before {
  display: none !important;
}
.page .pagination .item {
  color: #fff;
  background-color: #97df45;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 9px;
  text-decoration: none;
}
.page .pagination .item.active {
  background-color: #0d755a;
}
.page .pagination .next {
  color: #fff;
  background-color: #97df45;
  line-height: 30px;
  display: block;
  height: 30px;
  padding: 0 10px;
}
.page .article {
  /*

--- Wysiwyg ---

*/
}
.page .article h2 {
  font-weight: 600;
  font-size: 1.125em;
  padding-top: 25px;
}
.page .article h2 img {
  margin: 0;
}
.page .article h2.h1 {
  color: #0d755a;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.page .article h3,
.page .article h4,
.page .article h5,
.page .article h6 {
  padding-top: 10px;
}
.page .article h3 img,
.page .article h4 img,
.page .article h5 img,
.page .article h6 img {
  margin: 0;
}
.page .article p {
  line-height: 1.5em;
  padding-top: 15px;
}
.page .article a {
  color: #40403f;
  text-decoration: underline;
}
.page .article a:hover {
  text-decoration: none;
}
.page .article p.date {
  color: #97df45;
  font-weight: 600;
  font-size: 0.875em;
  margin-bottom: 5px;
}
.page .article p.date span {
  color: #0d755a;
}
.page .article p.top {
  font-weight: 600;
}
.page .article ol {
  padding-top: 15px;
  margin-left: 10px;
}
.page .article ol li {
  list-style-type: decimal;
  padding-top: 5px;
  padding-left: 10px;
}
.page .article ul {
  padding-top: 15px;
}
.page .article ul li {
  position: relative;
  padding-top: 5px;
  padding-left: 20px;
}
.page .article ul li:before {
  content: '\f054';
  color: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'FontAwesome';
  text-rendering: auto;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 9px;
  left: 0;
}
.page .article img {
  margin-top: 15px;
}
.page .article .img span {
  color: #70923f;
  font-size: 0.75em;
}
.page .article .right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.page .article .left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.page .article table {
  border-collapse: collapse;
  border: 0;
  margin: 10px 0;
}
.page .article table tr td {
  border: 1px solid #97df45;
  padding: 10px;
  text-align: left;
}
.page .article table tr td p {
  padding: 0;
}
.page .article table tr td.nowrap {
  white-space: nowrap;
}
.page .article table tr th {
  padding: 10px;
  text-align: center;
  border: 1px solid #97df45;
}
.page .article table tr th p {
  padding: 0;
}
/* Search BOX */
.searchBox {
  color: #0d755a;
  background-color: #fff;
  padding-top: 40px;
  margin-bottom: 20px;
}
.searchBox h1 {
  font-weight: 400;
  font-size: 1.875em;
  position: relative;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  border-bottom: 1px solid #0d755a;
}
.searchBox p {
  font-weight: 600;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.searchBox a {
  color: #97df45;
  font-weight: 600;
  font-size: 0.75em;
  display: inline-block;
  margin-top: 15px;
}
.searchBox a i {
  font-size: 16px;
  margin-right: 5px;
}
.searchBox a:hover {
  text-decoration: none;
}
.searchBox a:hover span {
  text-decoration: underline;
}
.searchBox form {
  padding: 40px 10px;
}
.searchBox input[type="text"] {
  line-height: 38px;
  height: 38px;
  padding: 0 15px;
  border: 2px solid #0d755a;
  float: left;
  width: 100%;
}
.searchBox input[type="text"]::-webkit-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
.searchBox input[type="text"]:-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
.searchBox input[type="text"]::-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
.searchBox input[type="text"]:-ms-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
.searchBox button {
  color: #0d755a;
  background: transparent;
  font-size: 26px;
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
}
.searchBox label {
  cursor: pointer;
}
.searchBox ul {
  padding-top: 20px;
}
.searchBox li {
  width: 100%;
  float: left;
}
.icheckbox {
  background: url(/css/../images/sprites.png) no-repeat 0 -96px;
  float: left;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-right: 15px;
}
.icheckbox.checked {
  background-position: -26px -96px;
}
/* Preschool */
.preschool {
  color: #fff;
  background-color: #70923f;
  background-color: rgba(112, 146, 63, 0.6);
  padding: 35px 35px 35px 18px;
  margin-bottom: 20px;
}
.preschool.actual {
  background-color: #0d755a;
}
.preschool h2 {
  font-weight: 600;
  font-size: 1.125em;
  text-transform: uppercase;
}
.preschool p {
  font-size: 0.875em;
}
.preschool .green {
  color: #97df45;
}
.preschool .more {
  color: #fff;
}
.preschool .more:hover {
  text-decoration: none;
}
.preschool .more:hover span {
  text-decoration: underline;
}
.preschool span.more {
  text-decoration: none;
  cursor: hand;
  cursor: pointer;
}
.preschool span.more:hover {
  text-decoration: underline;
}
.preschool .txt i {
  position: relative;
  top: 1px;
}
.preschool .txt-right {
  float: right;
}
.preschool .txt-left {
  float: left;
}
@media (max-width: 767px) {
  .preschool .txt.txt-left {
    width: 50%;
  }
  .preschool .txt .white,
  .preschool .txt .more {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .preschool .txt .white {
    display: inline;
  }
}
/* Text position */
.txt-right {
  text-align: right;
}
/* Footer */
.footer .container {
  padding-right: 18px;
  padding-left: 18px;
}
.footer .partners {
  padding-bottom: 65px;
}
.footer .partners p {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.footer .partners ul {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.footer .partners li {
  /*padding-top: 25px;*/
}
.footer .partners a {
  display: inline-block;
}
.footer .partners img {
  width: 100%;
}
.footer .partners .row {
  background: #fff;
  padding-bottom: 15px;
}
.footer-in {
  background-color: #fff;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 50px;
}
.footer-in img {
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}
.footer-in ul {
  display: none;
}
.footer-in a {
  color: #40403f;
}
.footer .address {
  font-weight: 600;
  font-size: 0.875em;
}
.footer .copy {
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  padding-top: 50px;
}
/* Media queries */
@media only screen and (min-width: 480px) {
  #homepageSlider .slider {
    position: relative;
    display: block;
  }
  #homepageSlider .slider .bx-pager {
    position: absolute;
    right: 55px;
    bottom: 25px;
    z-index: 999;
  }
  #homepageSlider .slider .bx-pager-item {
    display: inline;
    margin: 0 2px;
  }
  #homepageSlider .slider .bx-pager-link {
    text-indent: -9999px;
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    border-radius: 5px;
    outline: none!important;
  }
  #homepageSlider .slider .bx-pager-link.active {
    background-color: #fff;
  }
  .slider-title,
  .slider-description,
  .slider-button {
    display: none;
  }
  .searchBox h1:after {
    content: '';
    background: url(/css/../images/sprites.png) no-repeat 0 -62px;
    position: absolute;
    right: 60px;
    bottom: 0;
    width: 47px;
    height: 33px;
    overflow: hidden;
  }
  .searchBox li {
    width: 50%;
  }
  .searchBox input[type="text"] {
    width: 320px;
  }
  .searchBox button {
    margin: 0 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .header .nav li > a {
    font-size: 12px;
    padding-right: 14px;
    padding-left: 14px;
  }
  .header .nav li .depth2 {
    display: none !important;
  }
  .header .nav > li:after {
    display: block;
  }
  .header .nav > li:last-child:after {
    display: none;
  }
  .header .nav > li:first-child > a {
    padding-left: 0;
  }
  .header .nav > li:last-child > a {
    padding-right: 0;
  }
  .header .dropdown > a:before {
    content: '';
  }
  .header .dropdown.open > a:before {
    content: '';
  }
  .slider-title {
    color: #fff;
    background-color: #0d755a;
    background-color: rgba(13, 117, 90, 0.8);
    font-weight: 700;
    font-size: 30px;
    display: block;
    padding: 5px;
    position: absolute;
    top: 60px;
    left: 55px;
  }
  .slider-description {
    color: #fff;
    background-color: #0d755a;
    background-color: rgba(13, 117, 90, 0.8);
    font-size: 16px;
    line-height: 19px;
    display: block;
    padding: 5px;
    position: absolute;
    top: 120px;
    right: 65px;
    left: 55px;
  }
  .slider-button {
    color: #fff;
    background-color: #0d755a;
    background-color: rgba(13, 117, 90, 0.8);
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 5px;
    position: absolute;
    top: 200px;
    right: 65px;
    padding-right: 16px;
  }
  .slider-button:before {
    content: '\f054';
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    line-height: 1;
    font-family: 'FontAwesome';
    text-rendering: auto;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    top: 6px;
    right: 0;
  }
  .slider-button:hover {
    text-decoration: none;
  }
  .slider-button:hover span {
    text-decoration: underline;
  }
  .page .col-left {
    padding-right: 9px;
  }
  .page .col-right {
    padding-left: 9px;
  }
  .page .article {
    padding: 0 50px;
  }
  .footer .partners p {
    text-align: left;
  }
  .footer .partners ul {
    width: 100%;
  }
  .footer .partners li {
    vertical-align: middle;
    /*				padding: 0 15px 0;*/
  }
  .footer .partners li:first-child {
    padding-left: 0;
  }
  .footer .partners li:last-child {
    padding-right: 0;
  }
  .searchBox ul {
    padding-top: 0;
  }
  .searchBox button {
    margin: 0;
  }
  .preschool.actual {
    margin-right: -18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .col-md-10 li {
    float: left;
  }
  .header .header-link1,
  .header .header-link2 {
    margin-right: 18px;
  }
  .header .header-link3 {
    margin-top: 0;
  }
  .header .input {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .header .logo {
    margin-right: 0;
    margin-left: 0;
  }
  .header .nav li > a {
    font-size: 16px;
  }
  .header .col-md-10 ul {
    text-align: left;
    display: block;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
  .header .col-md-10 li {
    float: left;
  }
  .header-link1 {
    margin-right: 18px;
  }
  .header-link2 {
    margin-right: 18px;
  }
  .header input {
    margin-right: 10px;
  }
  .header-link3 {
    margin-top: 0;
  }
  .index .row-table {
    margin-left: -9px;
    margin-right: -9px;
  }
  .index .row-table .row {
    table-layout: fixed;
    display: table;
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .index .row-table .row > div {
    vertical-align: top;
    display: table-cell;
  }
  .index .row-table .row > div.box1,
  .index .row-table .row > div.col-md-4 {
    float: none;
    height: 100%;
  }
  .index .article {
    padding-right: 43px;
    padding-left: 0;
  }
  .index .articles-link {
    margin-right: 48px;
  }
  .index .box4 {
    margin-top: 0;
  }
  .index .box4-right li {
    padding-left: 20px;
  }
  .footer-in {
    text-align: left;
  }
  .footer-in img {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .footer-in ul {
    font-size: 14px;
    float: right;
    display: block;
  }
  .footer-in li {
    position: relative;
    float: left;
    padding-right: 1px;
  }
  .footer-in li:after {
    content: ' ';
    background-color: #40403f;
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 10px;
  }
  .footer-in li a {
    text-transform: uppercase;
    padding: 0 8px;
  }
  .footer-in li:first-child a {
    padding-left: 0;
  }
  .footer-in li:last-child {
    padding-right: 0;
  }
  .footer-in li:last-child:after {
    display: none;
  }
  .footer-in li:last-child a {
    padding-right: 0;
  }
  .footer .copy {
    text-align: right;
  }
  .searchBox button {
    margin: 0 0 0 20px;
  }
}
.navbar .navbar-header .mobile {
  display: none;
  float: left;
}
.navbar .navbar-header .mobile li {
  display: inline-block;
  margin-right: 10px;
}
.navbar .navbar-header .mobile .header-link1,
.navbar .navbar-header .mobile .header-link2 {
  background: #70923f;
  color: #fff;
  padding: 0px;
  display: block;
  width: 34px;
  height: 32px;
  position: relative;
  top: 2px;
  text-align: center;
}
.navbar .navbar-header .mobile .header-link1 span,
.navbar .navbar-header .mobile .header-link2 span {
  font-size: 12px;
  visibility: hidden;
}
.navbar .navbar-header .mobile .header-link1:before,
.navbar .navbar-header .mobile .header-link2:before {
  left: 10px;
  top: 7px;
}
.navbar .navbar-header .mobile .header-link3 {
  width: 34px;
  height: 32px;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-header .mobile {
    display: block;
  }
}
.event {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EDEEF2;
}
.event a {
  text-decoration: none;
}
.event a:hover {
  text-decoration: underline;
}
.event img {
  margin-right: 5px;
}
.event img.imgindex {
  margin-right: 5px;
  float: left;
}
.eventdate {
  padding-top: 2px;
  padding-bottom: 7px;
}
.eventdate span {
  color: #306899;
}
.eventtext {
  margin-top: 10px;
}
#p7PageContent .perex table.alignLeft tr td,
#p7PageContent .text table.alignLeft tr td {
  text-align: left;
}
.eventcats {
  background-color: #efefef;
  margin-bottom: 3px;
  padding: 7px;
}
.eventcats select {
  width: 100%;
  border: solid 1px #ccc;
}
.eventcalendar {
  background-color: #efefef;
  padding: 7px;
  margin-top: 2px;
  text-align: left;
  overflow: hidden;
}
.eventcalendar .eleft {
  width: 100px;
  float: left;
}
.eventcalendar .eright {
  margin-left: 100px;
}
.eventcalendar a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
#eventcalendar {
  margin-bottom: 5px;
}
#eventcalendar table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #C7E3E1;
}
#eventcalendar th,
#eventcalendar td {
  text-align: center;
  padding: 1px;
  background-color: #C7E3E1;
}
#eventcalendar th {
  padding: 4px;
}
#eventcalendar td {
  background-color: #ffffff;
  padding: 4px;
}
#eventcalendar th a,
#eventcalendar td a {
  color: #000;
  text-decoration: none;
}
#eventcalendar td.current {
  background-color: #EDEEF2;
}
#eventcalendar td.current a {
  color: #000;
}
#eventcalendar td.today {
  color: #000000;
  font-weight: bold;
}
#eventcalendar td.today a {
  color: #000000;
  text-decoration: underline;
}
#eventcalendar td.weekend {
  background-color: #fee;
  border: solid 1px #faa;
}
#eventcalendar td.weekend a {
  color: #ffffff;
}
#eventcalendar th.eventsel,
#eventcalendar td.eventsel {
  background-color: #f9d100;
  font-weight: bold;
}
.eventtable {
  border-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.eventtable th,
.eventtable td {
  padding: 2px;
  text-align: left;
  border: solid 1px #ccc;
  border-spacing: 0px;
}
.eventtable th {
  background-color: #C7E3E1;
}
#events .eventevents {
  width: 300px;
  float: left;
}
#events #eventcalendar {
  width: 200px;
  margin-left: 308px;
}
.bbox #events #eventcalendar {
  margin-left: 0px;
  width: 227px;
}
form.register .schoolForm {
  display: none;
}
form.register label {
  margin-right: 10px;
}
form.register label.error {
  color: #b94a48;
  margin-left: 20px;
}
form.register .form-error {
  color: #b94a48;
}
form.register .control-group {
  margin-bottom: 10px;
}
form.register input[type=text],
form.register input[type=password],
form.register select {
  line-height: 38px;
  height: 38px;
  padding: 0 15px;
  border: 2px solid #0d755a;
  width: 270px;
}
form.register input[type=text]::-webkit-input-placeholder,
form.register input[type=password]::-webkit-input-placeholder,
form.register select::-webkit-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
form.register input[type=text]:-moz-placeholder,
form.register input[type=password]:-moz-placeholder,
form.register select:-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
form.register input[type=text]::-moz-placeholder,
form.register input[type=password]::-moz-placeholder,
form.register select::-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
form.register input[type=text]:-ms-input-placeholder,
form.register input[type=password]:-ms-input-placeholder,
form.register select:-ms-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
form.register .ec_map {
  margin-top: 10px;
}
form.register .ec_remove {
  margin-left: 10px;
}
form.register textarea {
  line-height: 38px;
  height: 38px;
  padding: 0 15px;
  border: 2px solid #0d755a;
  height: auto;
}
form.register textarea::-webkit-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
form.register textarea:-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
form.register textarea::-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
form.register textarea:-ms-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
form.register button {
  color: #fff;
  background: #0d755a;
  font-size: 26px;
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  clear: both;
  margin-top: 15px;
}
form.register button:after {
  clear: both;
}
.page .article .login-form h3 {
  color: #0d755a;
  font-weight: 600;
  font-size: 1.875em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.page .article .login-form input[type=text],
.page .article .login-form input[type=password],
.page .article .login-form select {
  line-height: 38px;
  height: 38px;
  padding: 0 15px;
  border: 2px solid #0d755a;
  width: 270px;
}
.page .article .login-form input[type=text]::-webkit-input-placeholder,
.page .article .login-form input[type=password]::-webkit-input-placeholder,
.page .article .login-form select::-webkit-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
.page .article .login-form input[type=text]:-moz-placeholder,
.page .article .login-form input[type=password]:-moz-placeholder,
.page .article .login-form select:-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
.page .article .login-form input[type=text]::-moz-placeholder,
.page .article .login-form input[type=password]::-moz-placeholder,
.page .article .login-form select::-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
.page .article .login-form input[type=text]:-ms-input-placeholder,
.page .article .login-form input[type=password]:-ms-input-placeholder,
.page .article .login-form select:-ms-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
.page .article .login-form button {
  color: #fff;
  background: #0d755a;
  font-size: 26px;
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  clear: both;
  margin-top: 15px;
  float: none;
}
.page .article .login-form button:after {
  clear: both;
}
.page .article .login-form label {
  margin-right: 10px;
  display: block;
}
.page .article .login-form label.error {
  color: #b94a48;
  margin-left: 20px;
}
.page .article .login-form ul li {
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  list-style-type: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  line-height: inherit;
  position: static;
  float: none;
}
.page .article .login-form ul li:before {
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  list-style-type: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  line-height: inherit;
  position: static;
  float: none;
  content: '';
}
.gMap {
  height: 488px;
  width: 100%;
  float: right;
  position: relative;
  border: 1px solid #0d755a;
}
.gMap img {
  max-width: none;
}
.ui-autocomplete-loading {
  background-color: white;
  background-image: url('/css/lib/jquery.ui/images/ui-anim_basic_16x16.gif');
  background-position: 95% center;
  background-repeat: no-repeat;
}
.ui-autocomplete .ui-state-focus {
  background: #97df45 !important;
  border-color: #0d755a !important;
  color: #fff !important;
}
.ui-autocomplete .ui-state-focus a {
  color: #fff !important;
}
.schoolMapWrapper {
  margin-bottom: 200px;
}
.schoolMapWrapper .search-message {
  margin-top: 10px;
}
.schoolMapWrapper .firstInfo {
  display: block;
}
.schoolMapWrapper .firstInfo a {
  color: #0d755a;
  text-decoration: underline;
}
.schoolMapWrapper .infowindow-office a {
  color: #0d755a;
}
.schoolMapWrapper .infowindow-office .detail {
  margin-top: 10px;
}
.schoolMapWrapper .map-tag-mobile {
  display: none;
}
.schoolMapWrapper .white {
  color: #fff;
}
.schoolMapWrapper .show-more-btn {
  display: none;
  background: #0d755a;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  position: relative;
}
.schoolMapWrapper .show-more-btn.loading {
  color: #0d755a;
}
.schoolMapWrapper .show-more-btn.loading:after {
  color: #fff;
  content: 'Načítám ...';
  position: absolute;
  left: 40%;
}
@media only screen and (max-width: 767px) {
  .schoolMapWrapper .col-left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .schoolMapWrapper .col-right {
    display: none;
  }
  .schoolMapWrapper .extra-filters {
    display: none;
  }
  .schoolMapWrapper .current-location {
    display: none;
  }
  .schoolMapWrapper button {
    display: none;
  }
  .schoolMapWrapper .form-search {
    padding-bottom: 0;
  }
  .schoolMapWrapper .map-tag-desktop {
    display: none;
  }
  .schoolMapWrapper .map-tag-mobile {
    display: block;
  }
}
.login-elm {
  display: none;
  width: 800px;
  background: #FFFFFF;
  padding: 10px;
  color: #000;
  /*

--- Wysiwyg ---

*/
}
.login-elm h2 {
  font-weight: 600;
  font-size: 1.125em;
  padding-top: 25px;
}
.login-elm h2 img {
  margin: 0;
}
.login-elm h2.h1 {
  color: #0d755a;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.login-elm h3,
.login-elm h4,
.login-elm h5,
.login-elm h6 {
  padding-top: 10px;
}
.login-elm h3 img,
.login-elm h4 img,
.login-elm h5 img,
.login-elm h6 img {
  margin: 0;
}
.login-elm p {
  line-height: 1.5em;
  padding-top: 15px;
}
.login-elm a {
  color: #40403f;
  text-decoration: underline;
}
.login-elm a:hover {
  text-decoration: none;
}
.login-elm p.date {
  color: #97df45;
  font-weight: 600;
  font-size: 0.875em;
  margin-bottom: 5px;
}
.login-elm p.date span {
  color: #0d755a;
}
.login-elm p.top {
  font-weight: 600;
}
.login-elm ol {
  padding-top: 15px;
  margin-left: 10px;
}
.login-elm ol li {
  list-style-type: decimal;
  padding-top: 5px;
  padding-left: 10px;
}
.login-elm ul {
  padding-top: 15px;
}
.login-elm ul li {
  position: relative;
  padding-top: 5px;
  padding-left: 20px;
}
.login-elm ul li:before {
  content: '\f054';
  color: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'FontAwesome';
  text-rendering: auto;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 9px;
  left: 0;
}
.login-elm img {
  margin-top: 15px;
}
.login-elm .img span {
  color: #70923f;
  font-size: 0.75em;
}
.login-elm .right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.login-elm .left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.login-elm table {
  border-collapse: collapse;
  border: 0;
  margin: 10px 0;
}
.login-elm table tr td {
  border: 1px solid #97df45;
  padding: 10px;
  text-align: left;
}
.login-elm table tr td p {
  padding: 0;
}
.login-elm table tr td.nowrap {
  white-space: nowrap;
}
.login-elm table tr th {
  padding: 10px;
  text-align: center;
  border: 1px solid #97df45;
}
.login-elm table tr th p {
  padding: 0;
}
.login-elm form {
  background-color: #fff;
  margin: 0 auto 20px;
  max-width: 300px;
  padding: 0 29px 29px;
}
.login-elm form ul {
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  list-style-type: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  line-height: inherit;
  position: static;
  float: none;
}
.login-elm form ul li {
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  list-style-type: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  line-height: inherit;
  position: static;
  float: none;
  margin-bottom: 15px;
}
.login-elm form ul li:before {
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  list-style-type: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  line-height: inherit;
  position: static;
  float: none;
  content: "";
}
.login-elm form ul.error_list {
  color: #ff0000;
}
.login-elm form label.error {
  color: #ff0000;
}
.login-elm form input[type=text],
.login-elm form input[type=password] {
  line-height: 38px;
  height: 38px;
  padding: 0 15px;
  border: 2px solid #0d755a;
}
.login-elm form input[type=text]::-webkit-input-placeholder,
.login-elm form input[type=password]::-webkit-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
.login-elm form input[type=text]:-moz-placeholder,
.login-elm form input[type=password]:-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
.login-elm form input[type=text]::-moz-placeholder,
.login-elm form input[type=password]::-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
.login-elm form input[type=text]:-ms-input-placeholder,
.login-elm form input[type=password]:-ms-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
.login-elm form button {
  color: #fff;
  background: #0d755a;
  font-size: 26px;
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
}
.login-elm form button:after {
  clear: both;
}
.login-elm .close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.forgotPasswordElm ul,
.changePasswordElm ul {
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  list-style-type: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  line-height: inherit;
  position: static;
  float: none;
}
.forgotPasswordElm ul li,
.changePasswordElm ul li {
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  list-style-type: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  line-height: inherit;
  position: static;
  float: none;
  padding-left: 0 !important;
}
.forgotPasswordElm ul li:before,
.changePasswordElm ul li:before {
  content: "" !important;
}
.forgotPasswordElm ul.error_list,
.changePasswordElm ul.error_list {
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  list-style-type: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  line-height: inherit;
  position: static;
  float: none;
  color: #ff0000;
  margin: 0;
  margin-bottom: 10px;
}
.forgotPasswordElm .alert-error,
.changePasswordElm .alert-error,
.forgotPasswordElm .form-error,
.changePasswordElm .form-error {
  color: #ff0000;
}
.forgotPasswordElm input[type=text],
.changePasswordElm input[type=text],
.forgotPasswordElm input[type=password],
.changePasswordElm input[type=password],
.forgotPasswordElm select,
.changePasswordElm select {
  line-height: 38px;
  height: 38px;
  padding: 0 15px;
  border: 2px solid #0d755a;
}
.forgotPasswordElm input[type=text]::-webkit-input-placeholder,
.changePasswordElm input[type=text]::-webkit-input-placeholder,
.forgotPasswordElm input[type=password]::-webkit-input-placeholder,
.changePasswordElm input[type=password]::-webkit-input-placeholder,
.forgotPasswordElm select::-webkit-input-placeholder,
.changePasswordElm select::-webkit-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
.forgotPasswordElm input[type=text]:-moz-placeholder,
.changePasswordElm input[type=text]:-moz-placeholder,
.forgotPasswordElm input[type=password]:-moz-placeholder,
.changePasswordElm input[type=password]:-moz-placeholder,
.forgotPasswordElm select:-moz-placeholder,
.changePasswordElm select:-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
.forgotPasswordElm input[type=text]::-moz-placeholder,
.changePasswordElm input[type=text]::-moz-placeholder,
.forgotPasswordElm input[type=password]::-moz-placeholder,
.changePasswordElm input[type=password]::-moz-placeholder,
.forgotPasswordElm select::-moz-placeholder,
.changePasswordElm select::-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
.forgotPasswordElm input[type=text]:-ms-input-placeholder,
.changePasswordElm input[type=text]:-ms-input-placeholder,
.forgotPasswordElm input[type=password]:-ms-input-placeholder,
.changePasswordElm input[type=password]:-ms-input-placeholder,
.forgotPasswordElm select:-ms-input-placeholder,
.changePasswordElm select:-ms-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
.forgotPasswordElm button,
.changePasswordElm button {
  color: #fff;
  background: #0d755a;
  font-size: 26px;
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  clear: both;
  margin-top: 15px;
}
.forgotPasswordElm button:after,
.changePasswordElm button:after {
  clear: both;
}
.schoolForm .edit-block {
  margin-top: 10px;
}
.schoolForm .edit-map .control-label {
  display: none;
}
.schoolForm label {
  margin-right: 10px;
}
.schoolForm label.error {
  color: #b94a48;
  margin-left: 20px;
}
.schoolForm .form-error {
  color: #b94a48;
  float: right;
  font-weight: bold;
}
.schoolForm .control-group {
  margin-bottom: 10px;
}
.schoolForm .control-group.drag-over {
  outline: 5px solid #49afcd;
  border-radius: 0;
}
.schoolForm input[type=text],
.schoolForm input[type=password],
.schoolForm select {
  line-height: 38px;
  height: 38px;
  padding: 0 15px;
  border: 2px solid #0d755a;
  width: 400px;
}
.schoolForm input[type=text]::-webkit-input-placeholder,
.schoolForm input[type=password]::-webkit-input-placeholder,
.schoolForm select::-webkit-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
.schoolForm input[type=text]:-moz-placeholder,
.schoolForm input[type=password]:-moz-placeholder,
.schoolForm select:-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
.schoolForm input[type=text]::-moz-placeholder,
.schoolForm input[type=password]::-moz-placeholder,
.schoolForm select::-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
.schoolForm input[type=text]:-ms-input-placeholder,
.schoolForm input[type=password]:-ms-input-placeholder,
.schoolForm select:-ms-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
.schoolForm textarea {
  line-height: 38px;
  height: 38px;
  padding: 0 15px;
  border: 2px solid #0d755a;
  height: auto;
  width: 400px;
}
.schoolForm textarea::-webkit-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
.schoolForm textarea:-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
.schoolForm textarea::-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
.schoolForm textarea:-ms-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
.schoolForm button {
  color: #fff;
  background: #0d755a;
  font-size: 26px;
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  clear: both;
  margin-top: 15px;
  font-size: 20px;
  clear: none;
}
.schoolForm button:after {
  clear: both;
}
.schoolForm .btn-group button {
  float: left;
  margin-right: 10px;
}
.schoolForm input.loading {
  background: transparent url('/css/../images/cms/ngsAssetPlugin/icons/loading.gif') no-repeat 97% center;
}
.schoolForm .fileinput-button {
  color: #fff;
  background: #0d755a;
  font-size: 26px;
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  float: none;
  font-size: 16px;
  display: inline-block;
}
.schoolForm .fileinput-button:after {
  clear: both;
}
.schoolForm .school_billing_address_ico_0 label.control-label {
  display: none;
}
.schoolForm .ec_map_wrapper .ec_input {
  margin-right: 10px;
}
.schoolForm .ec_map_wrapper .ec_map {
  margin-top: 10px;
}
.schoolForm .ec_map_wrapper label {
  display: block;
}
.schoolForm .image-preview .btn-download {
  display: none;
}
.schoolFileUploadForm .fileinput-button {
  color: #fff;
  background: #0d755a;
  font-size: 26px;
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  float: none;
}
.schoolFileUploadForm .fileinput-button:after {
  clear: both;
}
.schoolFileUploadForm.hidePreviewWrapper .file-preview-wrapper {
  display: none;
}
.schoolFileUploadForm .ngs-widget-file-uploader .image-preview .contenteditable {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 100% top;
  color: #000;
  padding: 1px;
  position: absolute;
  bottom: 0;
  width: 100%;
  border: 0;
  overflow: hidden;
  height: 40px;
  padding-right: 20px;
}
.schoolFileUploadForm .ngs-widget-file-uploader .image-preview .contenteditable.loading {
  background-image: url('/css/../../../images/cms/ngsAssetPlugin/icons/loading.gif');
}
.schoolFileUploadForm .ngs-widget-file-uploader .image-preview .contenteditable.success {
  background-image: url('/css/../../../images/cms/ngsAssetPlugin/icons/accept.png');
}
.schoolFileUploadForm .ngs-widget-file-uploader .image-preview .contenteditable:hover {
  border: 1px dashed #97df45 !important;
  margin-left: -1px;
}
.schoolFileUploadForm .ngs-widget-file-uploader .image-preview .btn-download {
  display: none;
}
.schoolFileUploadForm .image-preview:after {
  content: "\f040";
  color: #0d755a;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: 16px;
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  bottom: 5px;
}
.schoolFileAddressLocationForm {
  margin: 10px 0;
}
.schoolFileAddressLocationForm input[type=text],
.schoolFileAddressLocationForm input[type=password],
.schoolFileAddressLocationForm select {
  line-height: 38px;
  height: 38px;
  padding: 0 15px;
  border: 2px solid #0d755a;
}
.schoolFileAddressLocationForm input[type=text]::-webkit-input-placeholder,
.schoolFileAddressLocationForm input[type=password]::-webkit-input-placeholder,
.schoolFileAddressLocationForm select::-webkit-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
.schoolFileAddressLocationForm input[type=text]:-moz-placeholder,
.schoolFileAddressLocationForm input[type=password]:-moz-placeholder,
.schoolFileAddressLocationForm select:-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
.schoolFileAddressLocationForm input[type=text]::-moz-placeholder,
.schoolFileAddressLocationForm input[type=password]::-moz-placeholder,
.schoolFileAddressLocationForm select::-moz-placeholder {
  color: #B2C497;
  opacity: 1;
}
.schoolFileAddressLocationForm input[type=text]:-ms-input-placeholder,
.schoolFileAddressLocationForm input[type=password]:-ms-input-placeholder,
.schoolFileAddressLocationForm select:-ms-input-placeholder {
  color: #B2C497;
  opacity: 1;
}
.schoolFileAddressLocationForm button {
  color: #fff;
  background: #0d755a;
  font-size: 26px;
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  clear: both;
  margin-top: 15px;
  float: none;
}
.schoolFileAddressLocationForm button:after {
  clear: both;
}
.schoolFileAddressLocationForm .btn-show {
  color: #fff;
  background: #0d755a;
  font-size: 26px;
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  clear: both;
  margin-top: 15px;
  float: none;
  color: #fff !important;
  text-decoration: none !important;
}
.schoolFileAddressLocationForm .btn-show:after {
  clear: both;
}
.schoolFileAddressLocationForm .fields {
  display: none;
  margin-top: 10px;
}
.schoolFileAddressLocationForm .ec_map {
  margin-top: 10px;
}
.schoolFileAddressLocationForm .ec_map_wrapper label {
  margin-right: 10px;
}
.schoolFileAddressLocationForm .ec_remove {
  margin-left: 10px;
}
.schoolFileAddressLocationForm .control-group {
  margin-bottom: 10px;
}
.tip {
  padding: 20px;
  background-color: #fcf8e3;
  color: #c09853;
  position: relative;
}
.tip:after {
  position: absolute;
  content: "\f05a";
  font-family: 'FontAwesome';
  right: 2%;
  top: 2%;
  font-size: 50px;
}
.tip .btn-preview {
  color: #fff;
  background: #0d755a;
  font-size: 26px;
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  float: none;
  margin-top: 10px;
  display: inline-block;
}
.tip .btn-preview:after {
  clear: both;
}
.glowing0 {
  -ms-box-shadow: 0 0 3px #ff0000;
  -webkit-box-shadow: 0 0 3px #ff0000;
  -moz-box-shadow: 0 0 3px #ff0000;
  box-shadow: 0 0 3px #ff0000;
}
.glowing50 {
  -ms-box-shadow: 0 0 20px #ff0000;
  -webkit-box-shadow: 0 0 20px #ff0000;
  -moz-box-shadow: 0 0 20px #ff0000;
  box-shadow: 0 0 20px #ff0000;
}
.glowing100 {
  -ms-box-shadow: 0 0 3px #ff0000;
  -webkit-box-shadow: 0 0 3px #ff0000;
  -moz-box-shadow: 0 0 3px #ff0000;
  box-shadow: 0 0 3px #ff0000;
}
@-webkit-keyframes glowing {
  0% {
    -ms-box-shadow: 0 0 3px #ff0000;
    -webkit-box-shadow: 0 0 3px #ff0000;
    -moz-box-shadow: 0 0 3px #ff0000;
    box-shadow: 0 0 3px #ff0000;
  }
  50% {
    -ms-box-shadow: 0 0 20px #ff0000;
    -webkit-box-shadow: 0 0 20px #ff0000;
    -moz-box-shadow: 0 0 20px #ff0000;
    box-shadow: 0 0 20px #ff0000;
  }
  100% {
    -ms-box-shadow: 0 0 3px #ff0000;
    -webkit-box-shadow: 0 0 3px #ff0000;
    -moz-box-shadow: 0 0 3px #ff0000;
    box-shadow: 0 0 3px #ff0000;
  }
}
@-moz-keyframes glowing {
  0% {
    -ms-box-shadow: 0 0 3px #ff0000;
    -webkit-box-shadow: 0 0 3px #ff0000;
    -moz-box-shadow: 0 0 3px #ff0000;
    box-shadow: 0 0 3px #ff0000;
  }
  50% {
    -ms-box-shadow: 0 0 20px #ff0000;
    -webkit-box-shadow: 0 0 20px #ff0000;
    -moz-box-shadow: 0 0 20px #ff0000;
    box-shadow: 0 0 20px #ff0000;
  }
  100% {
    -ms-box-shadow: 0 0 3px #ff0000;
    -webkit-box-shadow: 0 0 3px #ff0000;
    -moz-box-shadow: 0 0 3px #ff0000;
    box-shadow: 0 0 3px #ff0000;
  }
}
@-o-keyframes glowing {
  0% {
    -ms-box-shadow: 0 0 3px #ff0000;
    -webkit-box-shadow: 0 0 3px #ff0000;
    -moz-box-shadow: 0 0 3px #ff0000;
    box-shadow: 0 0 3px #ff0000;
  }
  50% {
    -ms-box-shadow: 0 0 20px #ff0000;
    -webkit-box-shadow: 0 0 20px #ff0000;
    -moz-box-shadow: 0 0 20px #ff0000;
    box-shadow: 0 0 20px #ff0000;
  }
  100% {
    -ms-box-shadow: 0 0 3px #ff0000;
    -webkit-box-shadow: 0 0 3px #ff0000;
    -moz-box-shadow: 0 0 3px #ff0000;
    box-shadow: 0 0 3px #ff0000;
  }
}
@keyframes glowing {
  0% {
    -ms-box-shadow: 0 0 3px #ff0000;
    -webkit-box-shadow: 0 0 3px #ff0000;
    -moz-box-shadow: 0 0 3px #ff0000;
    box-shadow: 0 0 3px #ff0000;
  }
  50% {
    -ms-box-shadow: 0 0 20px #ff0000;
    -webkit-box-shadow: 0 0 20px #ff0000;
    -moz-box-shadow: 0 0 20px #ff0000;
    box-shadow: 0 0 20px #ff0000;
  }
  100% {
    -ms-box-shadow: 0 0 3px #ff0000;
    -webkit-box-shadow: 0 0 3px #ff0000;
    -moz-box-shadow: 0 0 3px #ff0000;
    box-shadow: 0 0 3px #ff0000;
  }
}
.glowing {
  -o-animation: glowing 1500ms infinite;
  -ms-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -webkit-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.school-detail .content {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 150px;
}
.school-detail .school_wysiwyg {
  margin-top: 10px;
}
.school-detail .school_wysiwyg p {
  margin-top: 0;
  padding-top: 0;
}
.school-detail .map_block {
  width: 300px;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
  margin-top: 15px;
}
.school-detail .map_block .google-map {
  width: 100%;
  height: 200px;
}
.school-detail .map_block table {
  width: 100%;
}
.school-detail .main_content {
  margin-top: 60px;
  border-top: 1px solid #fff;
}
.school-detail h1 {
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  padding: 0.25em 0.5em;
}
.school-detail h1 .cke_editable_inline p {
  padding: 0 !important;
}
.school-detail p.date {
  color: #0d755a!important;
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  padding: 0.1em 0.3em;
  margin-top: 10px;
}
.school-detail .imageList {
  margin-top: 10px;
}
.school-detail .imageList .file-preview-wrapper {
  margin-top: 10px;
}
.school-detail .imageList .image-preview {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.school-detail .imageList .image-preview .btn-remove {
  position: absolute;
  right: 5px;
  top: 5px;
}
.school-detail .imageList .image-preview .btn-download {
  display: none;
}
.school-detail .imageList .image-preview input {
  color: #000;
  padding: 1px;
  position: absolute;
  bottom: 0;
  width: 100%;
  border: 0;
  overflow: hidden;
  height: 40px;
  padding-right: 20px;
}
.school-detail .fileList {
  margin-top: 10px;
}
.school-detail .fileList .file-preview-wrapper {
  margin-top: 10px;
}
.school-detail .fileList .image-preview {
  float: none;
  position: relative;
  min-width: 100px;
}
.school-detail .fileList .image-preview img {
  display: none;
}
.school-detail .fileList .image-preview .btn-remove {
  position: absolute;
  left: -15px;
  top: 10px;
}
.school-detail .fileList .image-preview .btn-download {
  display: none;
}
.school-detail .fileList .image-preview .contenteditable {
  border: 0;
  position: relative;
}
.school-detail .fileList .image-preview input {
  color: #000;
  padding: 1px;
  position: absolute;
  bottom: 0;
  width: 100%;
  border: 0;
  overflow: hidden;
  height: 40px;
  padding-right: 20px;
}
.school-detail .cke_editable {
  position: relative;
}
.school-detail .cke_editable:after {
  content: "\f040";
  color: #0d755a;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: 16px;
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 0;
}
.school-detail .cke_editable:hover {
  border: 1px dashed #97df45 !important;
  margin: -1px;
}
.preloader-elm {
  background: #fff;
  color: #000;
  width: 130px;
  height: 130px;
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  -ms-border-radius: 130px;
  -o-border-radius: 130px;
  border-radius: 130px;
  position: relative;
  behavior: url('/js/PIE.htc');
  text-align: center;
  font-size: 20px;
  line-height: 125px;
}
.preloader-elm .close {
  display: none;
}
.images .image {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 !important;
}
.images .image:before {
  content: '' !important;
}
.images:after {
  clear: both;
}
.alert {
  padding: 10px;
  margin-bottom: 10px;
}
.alert.alert-success {
  background: #97df45;
  color: #fff;
}
.advertisements .advertisement {
  width: 32%;
  margin-right: 1%;
  float: left;
  margin-bottom: 1%;
}
.advertisement-btn-create {
  color: #fff;
  background: #0d755a;
  font-size: 26px;
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
}
.advertisement-btn-create:after {
  clear: both;
}
.advertisementList .article .col-content {
  min-height: 180px;
  text-align: left;
}
.advertisementList .article .col-content p {
  text-align: left;
}
.advertisementList h2 {
  color: #0d755a;
  margin-top: 20px;
}
#fullCalendar {
  padding: 0 50px;
  margin-top: 20px;
}
#fullCalendar table td,
#fullCalendar table th {
  border-color: #97df45;
}
#fullCalendar .fc-event {
  background: #97df45;
  border-color: #97df45;
  cursor: hand;
  cursor: pointer;
}
#fullCalendar .fc-event:hover {
  background: #0d755a;
  border-color: #0d755a;
}
#fullCalendar button {
  color: #fff;
  background: #0d755a;
  font-size: 26px;
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 16px;
}
#fullCalendar button:after {
  clear: both;
}
#fullCalendar h2 {
  color: #0d755a;
}
#fullCalendar h2.loading {
  background: transparent url('/css/../images/cms/ngsAssetPlugin/icons/loading.gif') no-repeat right center;
  padding-right: 20px;
}
.calendarPopup {
  width: 600px;
  background: #fff;
  padding: 20px;
  position: relative;
}
.calendarPopup .close {
  position: absolute;
  right: 5px;
  top: 5px;
}
#partnerSlider .slider {
  border: 15px solid #FFF;
  overflow: hidden;
  position: relative;
  background: #FFF;
  /*
	.bx-next, .bx-prev {
			position: absolute;			
			top: 50%;
			font-size: 0;
			margin-top: -9px;
			
			&:before {
				color: #000;
				font-style: normal;
				font-weight: normal;
				font-size: 22px;
				line-height: 1;
				font-family: 'FontAwesome';
			}			
	}
	
	.bx-next {			
			right: 0;			
			
			&:before {
				content: '\f054';
			}			
	}
	.bx-prev {		
			left: 0;
			
			&:before {
				content: '\f053';
			}			
	}	
	*/
}
body .ui-tooltip {
  background: #70923f;
  color: #fff;
  padding: 5px;
  font-size: 0.875em;
  border: 0;
}
.wysiwyg {
  /*

--- Wysiwyg ---

*/
}
.wysiwyg h2 {
  font-weight: 600;
  font-size: 1.125em;
  padding-top: 25px;
}
.wysiwyg h2 img {
  margin: 0;
}
.wysiwyg h2.h1 {
  color: #0d755a;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  padding-top: 10px;
}
.wysiwyg h3 img,
.wysiwyg h4 img,
.wysiwyg h5 img,
.wysiwyg h6 img {
  margin: 0;
}
.wysiwyg p {
  line-height: 1.5em;
  padding-top: 15px;
}
.wysiwyg a {
  color: #40403f;
  text-decoration: underline;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg p.date {
  color: #97df45;
  font-weight: 600;
  font-size: 0.875em;
  margin-bottom: 5px;
}
.wysiwyg p.date span {
  color: #0d755a;
}
.wysiwyg p.top {
  font-weight: 600;
}
.wysiwyg ol {
  padding-top: 15px;
  margin-left: 10px;
}
.wysiwyg ol li {
  list-style-type: decimal;
  padding-top: 5px;
  padding-left: 10px;
}
.wysiwyg ul {
  padding-top: 15px;
}
.wysiwyg ul li {
  position: relative;
  padding-top: 5px;
  padding-left: 20px;
}
.wysiwyg ul li:before {
  content: '\f054';
  color: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'FontAwesome';
  text-rendering: auto;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 9px;
  left: 0;
}
.wysiwyg img {
  margin-top: 15px;
}
.wysiwyg .img span {
  color: #70923f;
  font-size: 0.75em;
}
.wysiwyg .right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.wysiwyg .left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.wysiwyg table {
  border-collapse: collapse;
  border: 0;
  margin: 10px 0;
}
.wysiwyg table tr td {
  border: 1px solid #97df45;
  padding: 10px;
  text-align: left;
}
.wysiwyg table tr td p {
  padding: 0;
}
.wysiwyg table tr td.nowrap {
  white-space: nowrap;
}
.wysiwyg table tr th {
  padding: 10px;
  text-align: center;
  border: 1px solid #97df45;
}
.wysiwyg table tr th p {
  padding: 0;
}


/* lib/jquery.ui/jquery-ui.min.css */
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.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}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.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}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.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}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url("/css/lib/jquery.ui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url("/css/lib/jquery.ui/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url("/css/lib/jquery.ui/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url("/css/lib/jquery.ui/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url("/css/lib/jquery.ui/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url("/css/lib/jquery.ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url("/css/lib/jquery.ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/css/lib/jquery.ui/images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/css/lib/jquery.ui/images/ui-icons_ffffff_256x240.png")}.ui-state-default .ui-icon{background-image:url("/css/lib/jquery.ui/images/ui-icons_ef8c08_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("/css/lib/jquery.ui/images/ui-icons_ef8c08_256x240.png")}.ui-state-active .ui-icon{background-image:url("/css/lib/jquery.ui/images/ui-icons_ef8c08_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("/css/lib/jquery.ui/images/ui-icons_228ef1_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/css/lib/jquery.ui/images/ui-icons_ffd27a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url("/css/lib/jquery.ui/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url("/css/lib/jquery.ui/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}
