/*bootstrap*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=4d1ebedf7583bb2ecc9605fec4d73670)
 * Config saved to config.json and https://gist.github.com/4d1ebedf7583bb2ecc9605fec4d73670
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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 {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 5px;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !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: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff!important;
  background-color: #337ab7!important;
  border-color: #2e6da4!important;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #eeeeee;
  border-color: #337ab7;
}
.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 #dddddd;
}
.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 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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: #ffffff;
  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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  max-width: 66%;
  background: #0071bc;
  margin-left: 0;
  padding-left: 1rem;
  border-bottom-right-radius: 1rem;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager: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;
}

.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;
  }
}


/*bootstrap theme*/

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=4d1ebedf7583bb2ecc9605fec4d73670)
 * Config saved to config.json and https://gist.github.com/4d1ebedf7583bb2ecc9605fec4d73670
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  background-color: #2e6da4;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}




/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */


/* Document
   ========================================================================== */

html {
    font-family: 'Lato', sans-serif;
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}




/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
}

body * {
    font-family: 'Lato', sans-serif;
}


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

:before,
:after {
    font-family: FontAwesome;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}


/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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


/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

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


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

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


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}


/**
 * Hide the overflow in IE.
 */

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


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],

/* 1 */

[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,

/* 1 */

menu {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
    display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
}

.clearfix:after,
.content-container div:after,
#center_content p:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}


/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}

.clearfix,
.content-container div {
    display: block;
}


/* close commented backslash hack */


ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.main-content ul{
      list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}




li {
    display: list-item;
}

.navmenu-item {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.navmenu-item a {
    line-height: 2;
    padding: 1rem;
}

@media (min-width: 800px){
   .navmenu-item a {
    color: white;
}
}


.btn {
    background: transparent;
    border-color: transparent;
    padding: .5rem;
    border-radius: .7rem;
    cursor: pointer;
    font-family: 'Lato'!important;
color: #676767;
}

.side-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  display: inline-block !important;
    margin-top: 1rem;
    background: #0071bc;
            color: white;
    padding: 0.3rem;
}


a.side-btn {
    color: white!important;
}

.side-btn a {
    color: white!important;
}

.header {
    /*background: url(./img/header-bg2.jpg);*/
    background-size: cover;
    height: 360px;
    /*overflow: hidden;*/
    background-position-y: 22%;
    position: relative;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*border-bottom: 7px solid #0071bc;*/
}

.bottom-line {
    position: absolute;
    width: 100%;
    height: 24px;
    background: #0071bc;
    top: 100%;
    z-index: 1;
    box-shadow: 0px -1px 1px #4c4c4c;
}

.bottom-line a:hover {
    color: white;
}



.header-overlay {
    /* z-index: 1;
position: absolute;
    height: 100%;
    width: 100%;*/
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*width: 1000000%;*/
    /*transform: rotate(578deg);*/
}

.brand {
    position: relative;
    z-index: 2;
    float: left;
}

.logo {
    max-width: 268px;
    background: #0071bc;
    max-height: 154px;
    /* margin: .4rem; */
    /* border-bottom-left-radius: 1rem; */
    border-bottom-right-radius: 6rem;
    margin-left: -1.4rem;
    padding: 2rem;
    padding-left: .5rem;
    /* padding-right: 5rem; */
    margin-top: -1rem;
    box-shadow: 1px 1px 2px #282727;
    padding-top: 1.4rem;
    padding-bottom: .5rem;
}

.logo img {
    width: 100%;
    margin-right: -2rem;
padding: 1rem;
}

.brand-desc {
    position: absolute;
    bottom: -19px;
    background: #0071bc;
    right: 00;
    border-top-left-radius: 12rem;
    box-shadow: 0px -1px 2px #464646;
    z-index: 2;
}

.brand-desc p {
    text-shadow: 1px 1px 2px #353535;
    font-size: larger;
}

.submenu {
    display: none;
}

.navmenu-items {
    /*    background: #0071bc;
    display: inline-block;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-shadow: 0px 1px 3px #2d2d2d;*/
    /*background: #0071bc;*/
    display: inline-block;
    float: left;
    /* margin-left: 15%; */
    /*border-bottom-left-radius: 1rem;*/
    /*border-bottom-right-radius: 1rem;*/
    /* box-shadow: 0px 1px 3px #2d2d2d; */
    /*height: 79px;*/
    /*display: flex;*/
    height: 52px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.navmenu-item {
    color: white;
    text-shadow: 1px 1px 2px #303030;
  font-size: 16px;
}

.navmenu {
    padding-right: 2rem;
    background: #0071bc;
    display: block;
    top: 0;
    position: relative;
  height: 34px;
    z-index: 10;
    box-shadow: 1px 1px 2px #282727;
}

.homepage-nav {
    width: 80%;
}

@media (max-width: 1435px) {
    .navmenu-item {
    font-size: 16px;
        white-space: nowrap;
    }
}

.homepage .main-content {
    text-align: center;
}

.side-content,
#right_port {
    width: 24%!important;
    float: left;

    margin-top: 1rem;
    /*border-top: 1px solid #4b4b4b;*/
}

/*.slider-item {
    display: inline-block;
    margin: .5rem;
    max-width: 120px;
}*/

.slider-title {
    margin: 1rem;
    margin-left: 0;
}

.slider-container {
    width: 79%;
    float: left;
}



.services {
    width: 20%;
    float: right;
    margin-top: 3rem;
}

.services img {
    width: 100%;
    /* padding: 1rem; */
    margin-top: 2rem;
}

.footer {
    background: #dcdcdc;
    border-top: 1px solid #9a9a9a;
}

.admin-menu {
    display: block;
    text-align: center;
}

.admin-menu img {
    max-width: 705px;
    border-top: 1px solid #aaa;
    padding: 2rem;
    border-bottom: 1px solid #aaa;
}

.copyright {
    text-align: center;
    padding: 2rem;
}

.copyright p {
    font-size: 14px;
}

.footer-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.side-content,
#right_port {
    /*box-shadow: 0px -1px 2px #727272;*/
    border-left: 1px solid #b7b7b7;
    /*border-right: 1px solid #9a9a9a;*/
    /*min-height: 600px;*/
    /*margin-top: -7rem;*/
    z-index: 1;
    position: relative;
    background: white;
    /*border-top-left-radius: 7rem;*/
    /*border-top-right-radius: 7rem;*/
    padding-bottom: 2rem;
}

.page-body {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    background: white;
        margin-bottom: 0;
}

.side-logo {
    margin-top: 1rem;
    max-width: 100%;
}

.side-logo img {
    width: 100%;
}

.mydest,
.right_portlet {
    width: 100%;
    /*padding: 2rem;*/
    padding-left: 0;
}

.right_portlet_content {
    padding: 1rem;
}

.mydest img {
    width: 100%;
}

text {
    font-family: 'Lato';
}



.slider {
    /*filter: grayscale(100%);*/
}

.slider-item {
    filter: grayscale(100%);
    cursor: pointer;
    transition: all 200ms;
    text-align: center;
}

.first .slider-item {
    max-width: 12%;
    margin-right: 10px;
    display: inline-block;
}

.first .slider-item img {
    width: 100%;
}

.smaller-img {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.slider-item:hover {
    filter: grayscale(0%);
}

.slick-next:before {
    content:"\f061";
    font-family: FontAwesome;
    color: #2d2d2d;
}

.slick-prev:before {
    content:"\f060";
    font-family: FontAwesome;
    color: #2d2d2d;
}


.navmenu-item:hover .submenu {
    display: block;
    position: absolute;
    background: #0071bc;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    left: 0;
}

.mobile-nav {
    display: none;
}

.submenu-item {
    padding: 1rem;
    white-space: nowrap;
    font-size: 14px;
    text-align: left;
}

.navmenu-item:first-of-type:hover {
    background: #0071bc;
}

.submenu-item:hover {
    background: white;
    color: #0071bc;
    text-shadow: none;
}

.submenu-item:hover a{
 color: #0071bc;
    }

.submenu-item:last-of-type:hover {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.submenu {
box-shadow: 0px 4px 4px #515151;
left: 0;
z-index: 100;
top: 90%;
min-width: 150px;
border: solid #0071bc;
}

.content-container img {
    width: 100%;
    margin-left: -20px;
    max-width: 150px;
    display: inline-block;
    float: left;
    shape-outside: square();
    margin-right: 1rem;
}

h1,
h2,
h3,
p {
    color: #3e3c3c;
}

.content-container p {
    font-size: 16px;
}

.news-item {
    margin-bottom: 1.2rem;
}

.page1 .main-content:before,
.page1 .main-content:after {
    display: none;
}

.page1 .content-container {
    margin-top: 1rem;
    padding: 1rem;

}


@media (min-width: 800px) {
    .page1 .content-container {
           overflow: hidden;
    }
}

.page1 .content-container h1 {
    text-align: center;
}

.breadcrumbs {
    margin-left: 2rem;
    padding-top: 1rem;
}

.header p {
    color: white;
    font-size: 15px;
    margin: 1rem 2rem;
}

.news_side {
    display: none;
    padding-left: .6rem;
    padding-right: .3rem;
}

.news_side img {
    float: left;
    width: 31%;
    margin-right: .5rem;
}

.news_side .news_p{
    font-size: 14px;
}

.main-content,
#center_content {
    border-right: 1px solid #b7b7b7;
    border-collapse: collapse;
    overflow: auto!important;
    padding-bottom: 3px;
}

.side-slider {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.side-slider .content {
    max-width: 100%;
}

.side-slider .content img {
    width: 100%;
}


/*.slick-list {
    transform: translateY(-30%);
}
*/

.side-slider-container {
    max-height: 350px;
    overflow: hidden;
}

.header > .brand {
    display: none;
}

.menu-btn {
    display: none;
    position: fixed;
}

.mobile-buttons {
    display: none;
}

#unep {
    width: 40%;
    margin-top: 1rem;
}

#unwto {
    width: 80%;
    margin-top: 1rem;
}

#ecotrans {
    margin-top: 2.5rem;
}

#eea {
    width: 55%;
}

#psd {
    margin-top: 2rem;
}


.nav-title {
    margin-left: 2.4rem;
    text-align: left;
    font-size: 1.8rem;
    position: relative;
    margin-top: 13px;
    margin-bottom: 0;
}


/*
.nav-title:before {
    content: '';
    background: url(./img/leaf-color.png);
    width: 42px;
    height: 27px;
    position: absolute;
    top: 0px;
    background-size: cover;
    left: -34px;
    transform: rotate(315deg);
}*/

.nav-title:after {
    content: '';
    width: 450px;
    height: 2px;
    position: absolute;
    top: -25px;
    left: -39px;
    border-bottom: 1px solid #dcdcdc;
}

@media (min-width: 1600px) {
    .page-body {
        border-left: 1px solid #b7b7b7;
        border-right: 1px solid #b7b7b7;
    }
    .main-content:before {
        display: none;
        left: auto;
        right: 101%;
    }
    .main-content:after {}
}

.site-desc {
    /*background: #f4f4f4;*/
    position: relative;
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.site-desc:after {
    /*content: '';*/
    width: 450px;
    height: 2px;
    position: absolute;
    right: 0px;
    border-bottom: 1px solid #dcdcdc;
    bottom: 87%;
}

.site-desc:before {
    content: '';
    width: 450px;
    height: 2px;
    position: absolute;
    left: 0px;
    border-bottom: 1px solid #dcdcdc;
    bottom: 0;
}

.site-desc h3 {
    font-weight: 400;
    text-shadow: 0px 0px 1px #afaeae;
    color: #6a6a6a;
    font-size: 1.8rem;
}

@media (max-width: 1300px) {
    .site-desc h3 {
        max-width: 528px;
        margin-left: auto;
        margin-right: auto;
    }
    .site-desc br {
        display: none;
    }
}

.title1:after {
    display: none;
}

.page-body {
    padding: 2rem;
            margin-bottom: 0!important;
    padding-bottom: 0!important;
    min-height: 400px;
}



.breacrumb {
color: white;
z-index: 1;
text-shadow: 0px 0px 2px #454545;
overflow: hidden;
margin-left: 1rem;
  max-width: calc(100% - 500px);
  background: #0071bc;
  margin-left: 0;
  padding-left: 1rem;
  border-bottom-right-radius: 1rem;
}

.breacrumb:after {
    content: '';
    height: 20px;
    width: 100%;
    background: #0071bc;
    position: absolute;
    top: 0;
    left: 0;
}

.header-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    overflow: hidden;
}

.header-bg img {
    height: 137%;
    position: absolute;
    opacity: 0;
    transition: all 800ms;
}

.header-bg #bg {
    opacity: 1!important;
}

.svg_container {
    width: 78%;
}

.logo_space {
    width: 100%;
    text-align: center;
    /*height: 176px;*/
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin: 3rem 0;
    padding-bottom: 2rem;
}

.logo_sm,
.logo_lg {
    display: inline-block;
}

.logo_lg {
    max-width: 300px;
}

.logo_sm {
    max-width: 120px;
}

#yellow {
    background: #ffce00;
}

#yellow h2 {
    color: #0071bc;
}

#blue {
    background: #0071bc;
}

#blue h2 {
    color: white;
}

#multicolor {
    background: #aaa;
}

#multicolor h2 {
    color: white;
}

#black {
    background: black;
}

#black h2 {
    color: white;
}

#green {
    background: darkgreen;
}

#green h2 {
    color: white;
}

.logo_lg {
    margin-right: 7rem;
}

@media (max-width: 800px) {
    .navmenu-items {
        position: fixed;
        z-index: 200;
        top: 0;
        bottom: 0;
            box-shadow: -2px 0px 13px 0px #515151;
        text-align: left;
        right: 0;
        background: white;
        width: 55%;
        height: auto;
        transform: translate3d(120%, 0, 0);
        transition: all 300ms;
    }
    .navmenu-item {
        display: block;
        margin-bottom: 2rem;
    }
    .navmenu-item:first-of-type {
        margin-top: 2rem;
    }
    .navmenu-item {
        font-size: 2rem;
        color: black;
        text-shadow: none;
    }
    .navmenu,
    .logo {
        background: none;
        box-shadow: none;
    }
    .header-bg {
        overflow: hidden;
    }
    .header-bg img {
        width: 250%;
    }
    .site-desc:before {
        width: 100%;
    }
    .navmenu {
        padding-right: 0;
    }

    .logo {
        padding: 0;
        max-width: 246px;
        /* text-align: center; */
        margin-left: auto;
        margin-right: auto;
        margin-top: 22px;
    }
    .logo img {
        margin-right: 0;
    }
    .brand,
    .navmenu {
        width: 100%;
    }
    .header {
        min-height: 173px;
        height: auto;
    }
    .header p {
        margin: 0;
        width: 293px;
        margin-left: auto;
        margin-right: auto;
    }
    .brand-desc {
        bottom: 9px;
        background: none;
        /* right: 00; */
        border-top-left-radius: 12rem;
        box-shadow: none;
        z-index: 2;
        text-align: center;
        width: 300px;
        /* margin-left: auto; */
        width: 100%;
    }
    .nav-title:before {
        display: none;
    }

    .side-buttons, .side-btn {
        display: none;
    }

    .side-content,
    #right_port {
      width: 0!important;
    height: 0!important;
    z-index: 300;
    border: none;
    }
    .main-content:after {
        display: none;
    }
    .site-desc h3 {
        font-size: 15px;
        margin-top: 1rem;
    }
    .mobile-buttons {
           display: block;
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 2rem;

    }
    .mobile-buttons > div {
        margin-right: 1rem;
        box-shadow: 0px 0px 1px #aaa;
            background: transparent;
    border-color: transparent;
    padding: .5rem;
    border-radius: .7rem;
    cursor: pointer;
    font-family: 'Lato'!important;

    }

    .mobile-buttons .side-btn,
    .mobile-buttons a {
           color: #676767!important;
    }

    .mydest,
    .right_portlet {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 75%;
    right: 0;
    background: #fff;
        box-shadow: -2px 0px 13px 0px #515151;
    z-index: 234;
    transform: translate3d(120%,0,0);
    transition: all 300ms;
    overflow-y: auto;
    }
    .main-content,
    #center_content {
         padding: 1rem;
    border: none!important;
    width: 100%!important;
    overflow: auto!important;
    }
    .footer-container {
        width: 90%;
    }
    .svg_container {
        width: 90%;
        margin-left: -3rem;
    }

    .page-body {
        padding: 1rem;
        overflow: auto!important;
    }

    .header-bg:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: url(./img/header-overlay.png);
        background-size: cover;
    }
    .breacrumb:after {
        display: none;
    }
    .breacrumb {
        background-size: none;
        padding: 0;
        box-shadow: none;
        background: none;
        margin-left: 1rem;
    }
    .header-bg #mobile {
        display: none;
    }
    .menu-btn {
        font-size: 2.2rem;
        z-index: 1000;
        position: absolute;
        display: inline-block;
        background: none!important;
        border: none!important;
        color: white!important;
        font-weight: 500!important;
        top: 4px;
        left: 10px;
    }
    .menu-btn:focus {
        outline: none!important;
    }
    .menu-btn i {
        padding: 1rem;
    }
    .bottom-line {
        top: 0;
        display: none;
    }
    .header {
        box-shadow: 0px 3px 7px #8a8a8a;
        border-bottom: 1px solid #000;
    }
    .footer {
        box-shadow: 0px -1px 4px #afafaf;
        border-bottom: 1px solid #000;
    }
    .navmenu .brand {
        display: none;
    }
    .brand {
        float: none;
    }
    .footer-container > div {
        width: 100%;
    }

    #topnav {
            white-space: nowrap;
            border-top: 1px solid #aaa;
            border-bottom: 1px solid #aaa;
    }
    #topnav:before {
        display: none;
    }

    #topnav:after {
        display: none;
    }

    .search {display: none;}
    .slider-items {
        display: block;
    }
 /*   .slick-track {
        display: flex!important;
        justify-content: center;
        align-items: center;
    }*/
    .admin-menu {
        overflow-x: auto;
        overflow-y: hidden;
        text-align: center;
    }
    .admin-menu img {
        width: 130%;
    }
    .services {
        text-align: center;
    }
    .services img {
        width: 72%;
    }
    .header > .brand {
        display: block;
    }
    .submenu {
        position: relative!important;
        width: 100%;
        background: none!important;
        border: none;
        box-shadow: none;
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        border-radius: 0!important;
        margin-top: 1rem;
        text-align: left;
    }
    .submenu-item {
        white-space: initial;
    }
    .navmenu-item:first-of-type:hover {
        background: transparent;
    }
    .sidebar-open .backdrop {
        background: rgba(0, 0, 0, 0.4);
        z-index: 100;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    body.sidebar-open {
        overflow: hidden!important;
    }
    .navmenu {
        z-index: 150;
    }
    .header-bg img {
        display: none;
    }
    .header-bg #mobile {
        display: block!important;
        opacity: 1;
        width: 100%;
        height: 100%;
    }

    .news_side {
        display: block;
        padding: 2rem;
    }
    .homepage-nav {
        /*display: none;*/
    }

    .mobile-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        /*height: 400px;*/
            height: 200px;
    width: 100%;
    transition: all 300ms;
    }

    .taller {
           height: 400px;
    }
    .nav-object{
        position: relative;
    }
    .center {
        max-width: 88px;
            /*max-width: 149px;*/
        margin-left: auto;
        margin-right: auto;
        transition: all 300ms;
    }

    .center-smaller {
        /*max-width: 88px;*/
    }
    .center img {
        width: 100%;
    }

.mobile-nav {
    transition: all 300ms;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;

  border-bottom:  25px solid #1bcdff;
    bottom: 100%;
  left:20px;
}

.arrow-up.left {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(-45deg);
  border-bottom:  25px solid #1bcdff;
    left: -27px;
    /*bottom: 69px;*/
        bottom: 80%;
}


.arrow-up.left:before {
    content: 'News';
    position: absolute;
    bottom: 100%;
        transform: rotate(45deg);
    left: -18px;
    top: -24px;
    font-size: 9px;
    border-bottom: 3px solid #1bcdff;
    opacity: 0;
    transition: all 300ms;
}

.arrow-up.left.translate-up-left:before,
.arrow-up.right.translate-up-right:before,
.arrow-up.up.translate-up:before,
.arrow-down.down.translate-down:before,
.arrow-right.translate-right:before,
.arrow-left.translate-left:before,
.arrow-down.left.translate-down-left:before,
.arrow-down.right.translate-down-right:before{
    opacity: 1;
}


.arrow-up.right:before {
      content: 'Events';
    position: absolute;
    bottom: 100%;
        transform: rotate(-45deg);
     left: -10px;
    top: -28px;
    font-size: 9px;
    border-bottom: 3px solid #1bcdff;
    opacity: 0;
    transition: all 300ms;
}

.arrow-down.right:before {
    content: 'Tourism2030';
    position: absolute;
    /* bottom: 100%; */
    left: -25px;
        top: 12px;
           transform: rotate(45deg);
    font-size: 9px;
    border-top: 3px solid #1bcdff;
    opacity: 0;
    transition: all 300ms;
}

.arrow-down.left:before {
    content: 'Services';
    position: absolute;
    /* bottom: 100%; */
           transform: rotate(-45deg);
    left: -16px;
    font-size: 9px;
    border-top: 3px solid #1bcdff;
    opacity: 0;
    transition: all 300ms;
}


.arrow-up:before {
    content: 'Topic';
    position: absolute;
    bottom: 100%;
      left: -12px;
    font-size: 9px;
    border-bottom: 3px solid #1bcdff;
    opacity: 0;
    transition: all 300ms;
}


.arrow-left:before {
    content: 'Market';
    position: absolute;
    bottom: -8px;
     left: -41px;
    font-size: 9px;
    border-right: 3px solid #1bcdff;
    opacity: 0;
    transition: all 300ms;
}



.arrow-right:before {
    content: 'Tools';
    position: absolute;
bottom: -8px;
    left: -2px;
    font-size: 9px;
    border-left: 3px solid #1bcdff;
    opacity: 0;
    transition: all 300ms;
    /*border-radius: 5rem;*/
    padding-left: 2px;
}



.arrow-down:before {
          content: "Who's who";
    position: absolute;
      left: -21px;
    font-size: 9px;
    border-top: 3px solid #1bcdff;
    opacity: 0;
    transition: all 300ms;
        white-space: nowrap;
}

.arrow-up.right {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
    transform: rotate(45deg);
  border-bottom: 25px solid #1bcdff;
     right: -27px;
     left: auto;
    /*bottom: 69px;*/
        bottom: 80%;

}


.arrow-down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;

  border-top: 25px solid #1bcdff;
  top: 100%;
  left:20px;
}

.arrow-down.left {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
    transform: rotate(45deg);
  border-top: 25px solid #1bcdff;
    left: -30px;
    top: auto;
    bottom: -24px;

}

.arrow-down.right {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
    transform: rotate(-45deg);
  border-top: 25px solid #1bcdff;
    right: -30px;
    left: auto;
    top: auto;
    bottom: -24px;
}


.arrow-right {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom:15px solid transparent;
  left: 100%;
      top: 20px;
  border-left:  25px solid #1bcdff;
}

.arrow-left {
  width: 0;
  height: 0;
  right: 100%;
    top: 20px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;

  border-right: 25px solid #1bcdff;
}

.translate-up-right {
 transform: rotate(45deg) translate3d(0,-320%,0) scale(2)!important;
}
.translate-up-left {
    transform: rotate(-45deg) translate3d(0,-320%,0) scale(2)!important;
}

.translate-down-right {
 transform: rotate(-45deg) translate3d(0,341%,0) scale(2)!important;
}

.translate-down-left {
 transform: rotate(45deg) translate3d(0,341%,0) scale(2)!important;
}


.translate-right {
transform: translate3d(320%,0,0) scale(2)!important;
}


.translate-left {
transform: translate3d(-320%,0,0) scale(2)!important;
}

.translate-down {
transform: translate3d(0,320%,0) scale(2);
}

.translate-up {
transform: translate3d(0,-320%,0) scale(2);
}


.page1 .content-container {
    box-shadow: 0px 0px 1px#aaa;
}

.scale-down {
transform: scale(0.7);
}


.side div,
.side a {
    /*opacity: 0;*/
    margin: 1rem;
    position: absolute;
        transition: all 300ms;
}

.shadow {
        filter: drop-shadow(2px 3px 3px #aaa);
}

.content-container img {
        margin-left: -30px;
}

.side a:before {
    border-color: transparent!important;
    /*color: #1bcdff;*/
    color: #a9a9a9;
    font-size: 12px!important;
    font-weight: 600;
}

.side a:hover {
        zoom: 1.2;
}
.scale {
    opacity: 1!important;
}

.news-item {
        margin-bottom: 3rem;
}

}



    .shown {
        transform: translate3d(0, 0, 0);
    }


    .content-container {
        text-align: left;
    }



  #right_port .btn.focus, #right_port .btn:focus, #right_port .btn:hover {
        color: white!important;
    }






.left_portlet {
display: none;
}


#topnav {
    display: block;
position: relative;
overflow: auto;
clear: both;
}

#topnav ul li {
    display: inline-block;
}


#topnav ul {
    display: inline-block;
}

#google_translate_element {
    display: none;
}

/*
   .slick-track {
        display: flex!important;
        align-items: center;
        flex-direction: row;
    }

    .slider-item a{
        width: 100%;
        }


    .slider-item {
    width: auto!important;
    }

    .slider-item img {
        max-height: 100%!important;
        max-width: 100%!important;
    }*/

    .slick-track {
        display: flex;
    align-items: center;
    }

    .slider-container {
    max-height: 350px;
}

.first .slick-slide {
    height: 100px;
     margin: .8rem;
}

.first .slick-slide a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.first .slick-slide img {
 display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    /* padding: 10px; */
    margin-left: auto;
    margin-right: auto;
}



.second .slick-slide {
    height: 70px;
    margin: .5rem;
}

.second .slick-slide a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.second .slick-slide img {
 display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    /* padding: 10px; */
    margin-left: auto;
    margin-right: auto;
}

.footer .fa {
    display: block;
text-align: center;
font-size: 3rem;
margin-bottom: 1rem;
}

.footer #topnav ul li {
    font-size: 1.5rem;
    padding: 1rem;

}

.footer #topnav {
    text-align: center;
}

.language-wrapper {
    display: inline-block;
}

#language {
    display: none;
}

.center_portlet_content {
    text-align: center;
}

.breacrumb *,
.breacrumb {
    z-index: 5;
position: relative;
color: white;
}


#search {
    float: right;
margin-right: -20px;
}




::-webkit-input-placeholder {
  color: #42454e;
}

::-moz-placeholder {
  color: #42454e;
}

:-ms-input-placeholder {
  color: #42454e;
}

::placeholder {
  color: #42454e;
}

.search input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}

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

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

.search .form__field {
display: block;
}

.search .form__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}


.search input[type="search"],
.search input[type="submit"] {
  border-radius: .125rem;
  padding: 7px !important;
}

.search input[type="search"] {
  /*background-color: #fff;*/
  background-color: transparent;
  color: #42454e;
  padding: 6px 8px;
  padding: .375rem .5rem;
  max-width: 82px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -4px;
}

.search input[type="submit"] {
/*background-color: #3fa9f5;*/
background-color: transparent;
color: #fff;
font-weight: bold;
padding: 6px 10px;
padding: .375rem .625rem;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}

.search input[type="submit"]:hover {
  /*background-color: #189e83;*/
  background-color: white;
color: #0071bc;
}


.news_date {
    clear: both;
    margin-left: 5px;
    font-size: 11px;
    color:gray;
}

#topnav {
    position: relative;
    font-size: 1.7rem;
 padding-top: 2rem;
 padding-bottom: 1rem;
 color: #606060;
}

#topnav:before {
    content:'';
    width: 60%;
    position: absolute;
  top: 6px;
    border-top: 1px solid #aaa;
}

#topnav:after {
content: '';
width: 60%;
position: absolute;
bottom: 0;
border-bottom: 1px solid #aaa;
left: 216px;
}

#topnav a {
    font-size: 1.7rem;
    color: #606060;
}


.my-destinet-list {
    padding: 1rem;
font-size: 1.5rem;
}

.my-destinet-item {
    margin-top:1rem;
    position: relative;
margin-left: 42px;
}

.my-destinet-item a {
    color: #0071bc;
}

.my-destinet-list i {
position: absolute;
font-size: 2.5rem;
left: -36px;
top: 3px;
}

#center-content img {
    max-width: 100%;
}

a.feed_link, a.facebook_link, a.twitter_link, a.linkedin_link, a.download_link {
    display: inline-block!important;
}



.main-content,
#center_content {
    /*position: relative; */
    width: 75%;
    float: left;
    margin-right: -1px;
    padding-left: 2rem;
    overflow-x: auto!important;
}


@media (max-width: 1506px) and (min-width: 800px) {

    .brand {
        position: absolute;
    top: 20px;
    }

    .navmenu-item {
        font-size: 13px;
    }

    .search {
        display: none;
    }

    .navmenu-items {
        height: 34px;
  background: #0071bc;
  position: relative;
  z-index: 121;
    }

}


#right_port img {

    margin-right: .6rem;

}

.navmenu-items .navmenu-item:first-of-type .submenu {
        left: 2px;
}

.navmenu .search {
    display: none;
}

#folder_listing .checkbox,
#folder_listing .radio {
    display: table-cell!important;
}


.checkbox input {
        margin-left: 0!important;
    position: relative!important;
}



    .content-left {
        padding-top: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .content-right img {
        display: block;
        width: auto;
        max-height: 300px;
        display: block;
        max-width: 100%;
        margin-left: auto;
    }

    .content-header {
        display: block;
        box-shadow: 1px 2px 7px #ababab;
        border-radius: 5px;
        overflow: hidden;
        border: 1px solid #808080;
    }



    .content-title,
    .page-body h1,
     #loginlogout-page h2{
        padding: 1px!important;
        background: none!important;
        height: auto!important;
        color: #0071bc!important;
        border: none!important;
        font-size: 2.5rem!important;
        font-weight: bold!important;
        text-align: left!important;
margin-top:3rem;
    }

    .content-title img,
     .page-body h1 img {
        display: none;
    }

    .content-actions {
        margin-bottom: 1rem;
        margin-top: 2rem;
    }

    .btn-content {
        /*background: #0071bc;*/
        /*color: white;*/
        margin-right: 2rem;
        color:  #0071bc;
        border-color: #eee;
        font-size: 1.5rem;
    }

    /*Search form*/

    .search-wrapper {
  position: relative;
  background:  #0071bc;
  border-radius: 20px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: 250ms ease;
  transition: 250ms ease;
}
.search-wrapper.focused {
  width: 200px;
}
.search-wrapper.focused input {
  padding: 0 40px 0 13px;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.search-wrapper input {
  background: transparent;
  border: 0;
  color: white;
  outline: none;
  height: 40px;
  width: 0;
  overflow: hidden;
  font-weight: 100;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: 275ms ease;
  transition: 275ms ease;
}
.search-wrapper input::-webkit-input-placeholder {
  color: #cccccc;
}
.search-wrapper input::-moz-placeholder {
  color: #cccccc;
}
.search-wrapper input:-ms-input-placeholder {
  color: #cccccc;
}
.search-wrapper input::placeholder {
  color: #cccccc;
}
.search-wrapper i {
  position: absolute;
  color: white;
  font-size: 18px;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}


.search-form {
    display: inline-block;
    float: right;
}

.folder_social {
clear: none!important;
width: auto!important;
height: 14px;
}

.folder_social .folder_social_icons {
display: none;
}


.search_btn {
position: absolute;
right: 0;
width: 30px!important;
opacity: 0;
    top: 0;
}

.tooltip {
display: block;
visibility: visible;
opacity: 1;
position: relative;
}

.svg_container {
    overflow: auto!important;
}


@media(max-width: 800px) {
    .navmenu-items {
        overflow-y: auto;
    }

    .btn-content {
        margin: 0;
    }
    .search-form {
     display: block;
     float: initial;
     margin-top: 1rem;
    }
}


.side-content .right_portlet:first-of-type .right_portlet_title {
    display: none!important;
}


    .content-left, .content-right {
        width: 50%;
        float:left;
    }

@media (max-width: 1200px) {
.content-left,.content-right {
width: 100%;
}
}


.main-content table {
    margin-left: auto;
    margin-right: auto;
}


#center_content {
    overflow: auto!important;
}



.header-text {
height: 100%;
}

.header-text h1 {
  margin-top: 15rem;
    background: rgba(0, 0, 0, 0.17);
    padding: 1rem;
    position: relative;
    font-weight: bold;
    text-shadow: 1px 1px 1px #121212;
    text-align: center;
    color: white;
}

@media(max-width: 1400px) {
.header-text h1 {
font-size: 2rem;;
}

}

@media(max-width: 800px) {
.header-text {
display: none;
}
#portalmap {
width: 100%;
}
}

@media (max-width: 1200px) {
    .content-right img {
        margin-right: auto;
    }
}
.card {
    display: table-cell;
    width: 140px;
    vertical-align: middle;
    height: 150px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #aaa;
    text-align: center;
    display: FLEX;
    justify-content: center;
    padding: 10px;
    align-items: center;
    flex-direction: column;
    float: left;
    margin-right: 1rem;
}
.mediumcard {
    display: table-cell;
    width: 250px;
    vertical-align: middle;
    height: 270px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #aaa;
    text-align: center;
    display: FLEX;
    justify-content: center;
    padding: 10px;
    align-items: center;
    flex-direction: column;
    float: left;
    margin-right: 1rem;
}
.largecard {
    display: table-cell;
    width: 400px;
    vertical-align: middle;
    height: 450px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #aaa;
    text-align: center;
    display: FLEX;
    justify-content: center;
    padding: 10px;
    align-items: center;
    flex-direction: column;
    float: left;
    margin-right: 1rem;
}

.small-card {
    display: table-cell;
    width: 70px;
    vertical-align: middle;
    height: 70px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #aaa;
    text-align: center;
    display: FLEX;
    justify-content: center;
    padding: 3px;
    align-items: center;
    flex-direction: column;
    margin: 0 1rem;
}
.card a {
    display: table-cell;
    width: 140px;
    vertical-align: middle;
    height: 150px;
    text-align: center;
    display: FLEX;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card img, .mediumcard img, .largecard img {
    margin-left: auto!important;
    margin-right: auto!important;
    width: auto!important;
    max-height: 50%;
    display: block;
    margin-bottom: 1rem!important;
    max-width: 100%;
    height: auto!important;
}

.small-card img {
    margin-left: auto!important;
    margin-right: auto!important;
    width: auto!important;
    max-height: 50%;
    display: block;
    margin-bottom: 1rem!important;
    max-width: 100%;
    height: auto!important;
}

.card i {
    font-size: 6rem;
    display: block;
    margin-bottom: 1rem;
}

.card.card_inline {
display: inline-flex;
float: initial;
}

.space:after {
  content:' ';
}

.space {
display: inline-block;
}

.padding_top {
 padding-top:1rem;
}
.padding_bottom {
 padding-bottom:1rem;
}

.userinfo_item h3.close {

    float: initial;
    color: #1A599C;
    background-color: #fff;
    font-size: 2rem;
}

.userinfo_item h3 {
    color: #1A599C;
    background-color: #fff!important;
    font-size: 2rem!important;
}





/*TABLES*/



.vertical-table {
  width: auto;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: #f9f9f9;
  border: 2px solid #e0e0e0;
  border: 0;
}
.vertical-table thead tr, .vertical-table tbody tr, .vertical-table tfoot tr {
  transition: all .3s ease;
}
.vertical-table thead tr th, .vertical-table thead tr td, .vertical-table tbody tr th, .vertical-table tbody tr td, .vertical-table tfoot tr th, .vertical-table tfoot tr td {
  text-align: left;
  padding: 1.6rem;
  vertical-align: top;
  border-top: 0;
  transition: all .3s ease;
}
.vertical-table thead > tr > th {
  font-weight: 400;
  color: #757575;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.vertical-table caption + thead tr:first-child th, .vertical-table caption + thead tr:first-child td, .vertical-table colgroup + thead tr:first-child th, .vertical-table colgroup + thead tr:first-child td, .vertical-table thead:first-child tr:first-child th, .vertical-table thead:first-child tr:first-child td {
  border-top: 0;
}
.vertical-table tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.vertical-table table {
  background-color: #f9f9f9;
}
.vertical-table thead tr th, .vertical-table thead tr td, .vertical-table tbody tr th, .vertical-table tbody tr td, .vertical-table tfoot tr th, .vertical-table tfoot tr td {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
.vertical-table thead > tr th, .vertical-table thead > tr td {
  border-bottom-width: 2px;
}
.vertical-table tbody > tr:nth-child(odd) td, .vertical-table tbody > tr:nth-child(odd) th {
  background-color: #f2f2f4;
}
.vertical-table tbody > tr:hover td, .vertical-table tbody > tr:hover th {
  background-color: rgba(0, 0, 0, 0.04);
}

tr.inactive {
  background: #d2d2d2;
}

@media screen and (max-width: 768px) {
  .table-responsive-vertical .vertical-table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .table-responsive-vertical .vertical-table thead, .table-responsive-vertical .vertical-table tfoot {
    display: none;
  }
  .table-responsive-vertical .vertical-table tbody {
    display: block;
  }
  .table-responsive-vertical .vertical-table tbody tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 1.6rem;
  }
  .table-responsive-vertical .vertical-table tbody tr td {
    background-color: #f9f9f9;
    display: block;
    vertical-align: middle;
    text-align: right;
  }
  .table-responsive-vertical .vertical-table tbody tr td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: #757575;
  }
  .table-responsive-vertical .vertical-table {
    border: 0;
    box-shadow: none;
  }
  .table-responsive-vertical .vertical-table tbody tr td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .table-responsive-vertical .vertical-table tbody tr td:last-child {
    border-bottom: 0;
  }
  .table-responsive-vertical .vertical-table tbody > tr > td, .table-responsive-vertical .vertical-table tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
  }
  .table-responsive-vertical .vertical-table tbody > tr > td:nth-child(odd) {
    background-color: #f2f2f4;
  }
  .table-responsive-vertical .vertical-table tbody tr:hover > td, .table-responsive-vertical .vertical-table tbody tr:hover {
    background-color: #f9f9f9;
  }
  .table-responsive-vertical .vertical-table tbody tr {
    border: none;
  }
  .table-responsive-vertical .vertical-table tbody tr td:hover {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .table-responsive-vertical .vertical-table a {
    color: #194497;
  }
  .table-responsive-vertical .vertical-table td[data-title="Code"] {
    font-weight: 700;
  }
}

.mce-ico:before { font-family: "tinymce"; }

.test-rule {
  color: inherit;
}

.news-page {
  border-collapse: collapse;
      max-width: 700px;
    margin: auto;
    border: 1px solid #eee;
    padding: 1rem;
    display: block;
    border-radius: 1rem;
    box-shadow: 1px 2px 5px #ddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.news-page tbody > tr {
  display: block;
      margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}


table.news-page td {
  display: inline-block;
}

table.news-page .news-image {
  float: left;
  margin-right: 1rem;
  max-width: 200px;
}

table.news-page .news-image img {
  width: 100%;
}

table.news-page .news-title {
  display: block;
  margin-bottom: 2rem;
}

table.news-page .news-title a {
  font-size: 1.7rem;
  font-weight: bold;
}


table.news-page .news-description {
  display: inline;
}

table.news-page .news-description p {
    margin-left: 210px;
}

table.news-page .onfront {
    display: block;
    float: right;
    margin-top: 3rem;
}


table.news-page .news-date {
  float: right;
      color: #aaa;
    font-size: 1rem;
}

table.news-page .news-checkbox {
    float: right;
    margin-top: 1px;
    margin-left: .5rem;
}


table.news-page .edit-section {
  float: right;
    margin-top: 3rem;
    margin-right: 1rem;
}

.news-toolbar {
  margin: auto;
    padding: 0!important;
    margin-top: 2rem!important;
    max-width: 700px;
    background: none!important;
}

.news-toolbar span {
    border-bottom: none!important;
    padding: 5px!important;
    border: none!important;
    background: none!important;
}

.news-toolbar a {
      border: 1px solid #eee;
    margin-bottom: -1px;
    position: relative;
    display: inline-block;
    border-bottom: none;
    padding: 5px;
}

@media (max-width: 668px){
  .news-page tr > td {
    display: block;
    float: none!important;
    width: 100%;
    max-width: none!important;
  }

  .news-page .news-description p {
    margin: 0!important;
  }

  .news-page .onfront {
    margin-top: 5px!important;
  }

  .news-page .edit-section {
    margin-top: 5px!important;
  }


  .news-page .news-date {
    text-align: left;
    margin-top: 1rem!important;
  }
}


.contact-table {
      margin: auto;
    border: 1px solid #eee;
    display: block;
    padding: 1rem;
    z-index: 1;
    position: relative;
    box-shadow: 1px 1px 3px #aaa;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.contact-table th {
      color: #aaa;
    text-align: right;
    padding-right: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
    padding-bottom: 1rem;
}

#admin_this_folder {
  padding-bottom: 0;
  margin-bottom: 1rem;
}


.isIE .card {
  display: block;
}

.isIE .card a {
  display: block;
}

.form-errors {
 color: red;
}

.message-error {
 color: red;
}
a.main-category {
 color: #ffdd34;
}



.contact-table td {
  padding-bottom: 1rem;
}
.contact-table th {
 vertical-align: top;
}

.contact-table ul {
list-style-type: initial;
padding-left: 2rem;
}

@media(min-width: 800px){


.header-login-section {
    position: absolute;
    right: 0;
    color: #0071bc;
    color:white;
    top: 0;

    padding: .5rem;
    padding-right: 1rem;

    opacity: 0.8;
    cursor: pointer;

    transition: all 300ms;
}

.header-login-section:hover{
    opacity: 1;
}

.header-login-section a {
    color: inherit;
}
.header-login-section a:hover {
    text-decoration: none;
}
}



svg a:hover {
text-decoration: none;
}

svg a:active {
text-decoration: none;
}


@media(max-width:800px){
.header-login-section a {
    float: right;
    color: white;
    margin: 1.5rem;
    font-size: 2rem;
}
}

#js_links_finder {
  padding: .5rem 0 !important;
  font-size: 1.5rem;
  border-bottom: 1px solid white !important;
  border-top: 1px solid white !important;
  text-align: center;
  white-space: nowrap;
}
.dyn-h3 {
    margin-bottom: -4rem;
    background: #eee;
    padding: .5rem;
    padding-left: 1rem;
    border-radius:.25em;
}
.show_more {
    display: block;
    opacity: 0;
    height: 40px;
}
.dyn-h3:before {
    content:"\f0d7";
    float:right;
    padding-right: 1rem;
}
.dyn-h3.reverse:before {
    content:"\f0d8";
}

body .main-content.no-portlets {
    width: 100%!important;
    border-right: none!important;
    padding-right: 2rem!important;
}

@-moz-document url-prefix() {
    table tbody tr td li{
        margin-left: 16px;
    }
}

#threeInline {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
    list-style-type: none;
    padding: 1em 0;
    margin: 0;
    align-items: stretch;
}

#threeInline .box {
    display: flex;
    flex-direction: column;
}

#threeInline .box_Image {
    width: 250px;
    height: 150px;
}

#threeInline img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#threeInline .box_Content {
    display: flex;
    flex-direction: column;
    background-color: rgba(231, 230, 230, .85);
    padding: 1em;
    max-width: 250px;
    height: 100%;
}

#threeInline .box_Content .title {
    font-weight: 700;
}

#picturewithText {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 1em;
    background-color: rgba(231, 230, 230, .85);
    padding: 1em;
    margin: 1em 0;
}

#picturewithText .picture {
    width: 450px;
    height: 400px;
    min-width: 50%;
    max-width: 100%;
}

#picturewithText img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 420px) {
    #picturewithText { 
        flex-direction: column;
    }
}


.links-carousel {
    height: 100%;
}

.carousel-items-container {
    height: 137%;
    display: grid;
    position: relative;
    bottom: 26.5%;
}

.carousel-text {
    color: white;
    position: absolute;
    bottom: 18%;
    left: 20%;
    font-size: 20px !important;
    font-weight: 700;
    text-shadow: 0 1px 0 black;
    max-width: 65%;
    word-wrap: break-word;
}

.collapseSidebarButton {
    width: 30px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -30px;
    top: 40%;
    border: 1px solid #aaa;
}

.arrow {
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 2px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 800px) {
    .collapseSidebarButton {
        display: none;
    }
}

@media (min-width: 800px) and (max-width: 900px) {
    .main-content {
        padding-left: 0px;
    }
}

.header-bg-first-page {
    top: 30px;
}

.header-bg-first-page:after {
    content: normal;
}

.travelGreenLogo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.travelGreenLogoSpan {
    display: flex;
    justify-content: center;
}