.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot?-aidd0g');
  src: url('../fonts/icomoon/icomoon.eot?#iefix-aidd0g') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff?-aidd0g') format('woff'), url('../fonts/icomoon/icomoon.ttf?-aidd0g') format('truetype'), url('../fonts/icomoon/icomoon.svg?-aidd0g#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-glass:before {
  content: "\e600";
}
.icon-video:before {
  content: "\e601";
}
.icon-printer:before {
  content: "\e602";
}
.icon-poll:before {
  content: "\e603";
}
.icon-prev:before {
  content: "\e604";
}
.icon-next:before {
  content: "\e605";
}
.icon-first:before {
  content: "\e606";
}
.icon-last:before {
  content: "\e607";
}
.icon-kids:before {
  content: "\e608";
}
.icon-ice:before {
  content: "\e609";
}
.icon-check:before {
  content: "\e60a";
}
.icon-external:before {
  content: "\e60b";
}
.icon-envelope:before {
  content: "\e60c";
}
.icon-clock:before {
  content: "\e60d";
}
.icon-clip:before {
  content: "\e60e";
}
.icon-calendar:before {
  content: "\e60f";
}
.icon-bulletin:before {
  content: "\e610";
}
.icon-bullet:before {
  content: "\e611";
}
.icon-arrow-left:before {
  content: "\e612";
}
.icon-arrow-right:before {
  content: "\e613";
}
.icon-animals:before {
  content: "\e614";
}
.icon-water:before {
  content: "\e615";
}
* {
  -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;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.umo h1,
.umo h2,
.umo h3,
.umo h4,
.umo h5 {
  font-weight: 700;
  color: #000;
}
/*.umo h1:first-child {
  margin-top: 0;
}*/
.umo .el_article h2 {
  font-size: 30px;
}
.umo .el_article h3 {
  font-size: 24px;
}
.umo .el_article h4 {
  font-size: 18px;
}
.umo .el_article h5 {
  font-size: 15px;
}
.umo .el_article table {
  width: 100%;
}
.umo .el_article table thead tr th,
.umo .el_article table tbody tr th,
.umo .el_article table thead tr td,
.umo .el_article table tbody tr td {
  border: 1px solid #e6e6eb;
}
.umo .el_article table thead tr th,
.umo .el_article table tbody tr th {
  padding-top: 8px;
  padding-bottom: 8px;
}
.umo h3 {
  letter-spacing: -1px;
}
.umo img {
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .umo #top {
    height: 100px;
  }
}
@media (min-width: 641px) {
  .umo #top {
    padding-top: 37px;
  }
}
@media (max-width: 640px) {
  .umo #nav {
    top: 50px;
  }
}
.umo #logo {
  width: 160px;
  margin-top: 4px;
}
@media (max-width: 350px) {
  .umo #logo {
    width: 110px;
  }
}
@media (min-width: 768px) {
  .umo #menu {
    table-layout: fixed;
  }
}
.umo #main_search_box {
  display: none;
  margin-top: 10px;
}
.umo #main_search_box .magnifier {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 0;
  border: 0;
  font-size: 18px;
  text-indent: 0;
  background: none;
  -webkit-appearance: none;
}
.umo #main_search_box .magnifier .icon-glass {
  font-size: 22px;
  line-height: 30px;
  vertical-align: middle;
}
@media (min-width: 701px) {
  .umo #main_search_box {
    display: block;
  }
}
.umo ul.ul {
  font-size: 16px;
}
.umo ul.ul li {
  position: relative;
  margin: 0;
  padding-left: 35px;
  min-height: 24px;
  background: none;
}
.umo ul.ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  content: '\e611';
  font-family: 'icomoon';
  font-size: 13px;
  line-height: 13px;
}
.umo ul.ul.sm {
  font-size: 12px;
}
.umo ul.ul.sm li {
  padding-left: 25px;
}
.umo ul.ul.sm li:before {
  left: 5px;
  font-size: 10px;
}
.umo .footer_bg {
  background: #d9d9d9;
  color: #505050;
}
.umo .footer_bg .center {
  margin-bottom: 15px;
}
.umo .footer_bg ul li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  min-height: 20px;
  background: none;
}
.umo .footer_bg ul li:before {
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  content: '\e611';
  font-family: 'icomoon';
  font-size: 9px;
  line-height: 9px;
  color: #b2b2b2;
}
.umo .crumb_menu a {
  position: relative;
  background: none;
}
.umo .crumb_menu a:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  content: '\e613';
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
}
.umo .pdf {
  position: relative;
  margin: 0;
  background: none;
}
.umo .pdf:before {
  content: '\e60e';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  font-family: 'icomoon';
  font-size: 20px;
  line-height: 20px;
}
.umo .page_bar .prev,
.umo .page_bar .next {
  position: relative;
  background: none;
}
.umo .page_bar .prev:before,
.umo .page_bar .next:before {
  font-family: 'icomoon';
  font-size: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.umo .page_bar .prev:before {
  left: 0;
  content: '\e612';
}
.umo .page_bar .next:before {
  right: 0;
  content: '\e613';
}
.umo .publish_bar {
  padding: 8px 10px;
}
.umo .publish_bar .share {
  line-height: 24px;
}
.umo .publish_bar .share span {
  position: relative;
  top: 1px;
}
.umo .publish_bar .share a {
  position: static;
}
.umo .publish_bar .print a {
  position: relative;
  top: 0;
  height: auto;
  line-height: 24px;
  background: none;
}
.umo .publish_bar .print a:after {
  content: '\e602';
  font-family: 'icomoon';
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.umo .continue_links {
  margin-left: 0;
}
.umo .continue_links li {
  position: relative;
  padding-left: 40px;
  background: none;
}
.umo .continue_links li a {
  color: #000 !important;
}
.umo .continue_links li:before {
  content: '\e611';
  font-family: 'icomoon';
  font-size: 18px;
  position: absolute;
  left: 10px;
  top: 1px;
}
.umo .survey .status_bar {
  height: 12px;
}
.umo-intro {
  position: relative;
  background-color: #cacaca;
}
.umo-intro h1 {
  margin-top: 0;
}
.umo-intro > .row {
  margin-left: -18px;
  margin-right: -18px;
}
.umo-intro > .row > div {
  padding-left: 18px;
  padding-right: 18px;
}
@media (max-width: 767px) {
  .umo-intro {
    text-align: center;
  }
  .umo-intro img {
    margin-bottom: 20px;
  }
}
.umo-intro .bx-wrapper .bx-pager {
  bottom: 20px;
  left: 520px;
}
.more-wrapper {
  position: relative;
  background-color: lime;
}
.more {
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
}
.umo-intro .more {
  position: absolute;
  right: 45px;
  bottom: 50px;
}
@media (max-width: 767px) {
  .umo-intro .more {
    position: static;
    margin: 20px auto 0;
  }
}
.umo-text {
  display: none;
  padding-left: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
  color: #4d4d4d;
}
@media (min-width: 1025px) {
  .umo-text {
    display: block;
    float: left;
  }
}
.umo-logo {
  float: left;
}
@media (max-width: 640px) {
  .umo-logo {
    float: right;
    margin-top: 10px;
    width: 100px;
  }
}
@media (min-width: 641px) {
  .umo-logo {
    margin-left: 25px;
    margin-right: 35px;
  }
}
h3.h-icon {
  margin: 0 0 30px 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
h3.h-icon:before {
  font-family: 'icomoon';
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 20px;
}
h3.h-icon.h-icon-clock:before {
  content: '\e60d';
}
h3.h-icon.h-icon-poll:before {
  content: '\e603';
}
.el_aside h3.h-icon {
  font-size: 30px;
  line-height: 30px;
}
.el_aside h3.h-icon:before {
  margin-top: -4px;
}
.article-row {
  padding-bottom: 8px;
}
.article-row .date,
.article-row .title {
  font-size: 13px;
}
.article-row .date {
  display: block;
}
.main-article {
  margin-bottom: 20px;
}
.main-article .main-article-content h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}
.main-article .main-article-content h3 a {
  text-decoration: none;
}
.main-article .main-article-content h3 a:hover {
  text-decoration: underline;
}
.main-article .main-article-content time {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .main-article .main-article-image {
    padding-bottom: 20px;
  }
}
.articles-list .main-article {
  margin-left: -12px;
  margin-right: -12px;
}
.articles-list .main-article > div {
  padding-left: 12px;
  padding-right: 12px;
}
.articles-list .main-article .main-article-content time {
  margin-bottom: 5px;
  font-size: 16px;
}
.tile {
  display: table;
  position: relative;
  width: 100%;
  height: 122px;
  margin-bottom: 10px;
  padding: 20px 20px 20px 105px;
  border: 1px solid #b5b5b5;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
.tile span {
  display: table-cell;
  vertical-align: middle;
}
.tile strong {
  display: block;
  margin-bottom: 5px;
}
.tile:before {
  position: absolute;
  top: 50%;
}
.tile.external:after {
  content: '\e60b';
  position: absolute;
  right: 10px;
  bottom: 7px;
  font-family: 'icomoon';
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tile {
    font-size: 18px;
  }
}
.tiles .tile {
  height: auto;
  min-height: 90px;
  padding-left: 80px;
  font-size: 17px;
  line-height: 17px;
}
.tiles .tile strong {
  margin-bottom: 0;
}
.tiles {
  padding-bottom: 20px;
}
a.tile-2 {
  position: relative;
  display: block;
  height: 100%;
  min-height: 140px;
  margin-bottom: 10px;
  padding: 20px 30px 20px 20px;
  text-decoration: none;
}
a.tile-2 h3 {
  position: relative;
  margin: 0 0 10px;
  padding-left: 40px;
  font-size: 24px;
  line-height: 1.1;
}
a.tile-2:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 98px;
  right: 15px;
  top: 50%;
  margin-top: -49px;
}
.box {
  padding: 30px;
}
.box.sm {
  padding: 15px 20px;
}
.box.box-white {
  border: 1px solid #ababab;
  background-color: #fff;
}
.box.box-white + .box-white {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .box {
    margin-bottom: 20px;
    padding: 15px;
  }
}
.section {
  padding-bottom: 30px;
}
.same .box {
  position: relative;
  height: 100%;
  padding-bottom: 100px;
}
.same .box .button {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.umo-copy {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
.umo-email {
  color: #000;
}
.umo-email a {
  color: #000;
}
.footer-row {
  padding-bottom: 13px;
}
.footer-row .title {
  margin-top: 15px;
  color: #000;
}
.footer-row .title .icon-envelope {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 14px;
}
.footer_cont .email .submit {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 5px;
  border: 0;
  font-size: 18px;
  text-indent: 0;
  background: #d2d2d2;
  -webkit-appearance: none;
}
.footer_cont .email .submit .icon-check {
  font-size: 12px;
  line-height: 30px;
  vertical-align: middle;
}
.chapter-box h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.chapter-box ul,
.chapter-box ul.ul {
  margin: 0;
  font-size: 12px;
}
.chapter-box ul li,
.chapter-box ul.ul li {
  padding-left: 25px;
}
.chapter-box ul li a,
.chapter-box ul.ul li a {
  color: #000;
}
.chapter-box ul li a.active,
.chapter-box ul.ul li a.active {
  text-decoration: none;
  font-weight: 700;
}
.new-item h4,
.new-item .date {
  margin: 0 0 5px;
}
.new-item .date {
  display: block;
  font-size: 18px;
}
.new-item p {
  margin-bottom: 20px;
}
.quick-links {
  margin-bottom: 20px;
}
.article-perex {
  padding-bottom: 20px;
}
.paging {
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #acacac;
  text-align: center;
}
.paging > a,
.paging > span {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  min-width: 22px;
  padding: 0 6px;
  border: 1px solid #acacac;
  line-height: 22px;
  text-decoration: none;
}
.paging > i {
  display: block;
  height: 5px;
}
.paging > span {
  font-weight: 700;
  background-color: #ededed;
}
.paging > a.paging-first:before,
.paging > a.paging-prev:before,
.paging > a.paging-next:before,
.paging > a.paging-last:before {
  font-family: 'icomoon';
  font-size: 10px;
  line-height: 9px;
  display: inline-block;
  vertical-align: middle;
  color: #acacac !important;
}
.paging > a.paging-prev:before {
  content: '\e604';
}
.paging > a.paging-next:before {
  content: '\e605';
}
.paging > a.paging-first:before {
  content: '\e606';
}
.paging > a.paging-last:before {
  content: '\e607';
}
@media (min-width: 768px) {
  .paging > i {
    display: none;
  }
}
.agenda-list {
  font-size: 120%;
}
.agenda-list li {
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  border-top: 1px solid #E7E7E7;
}
.agenda-list li:first-child {
  border-top: 0;
}
.agenda-list li:before,
.agenda-list li:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
}
.agenda-list li:after {
  border-color: #fff transparent transparent transparent;
  margin-top: -1px;
}
.agenda-list li.agenda-list-expanded:before,
.agenda-list li.agenda-list-expanded:after {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #000 transparent;
}
.agenda-list li.agenda-list-expanded:after {
  margin-top: 1px;
  border-color: transparent transparent #fff transparent;
}
.agenda-list li > a {
  position: relative;
  display: block;
  padding: 11px 0 11px 42px;
  text-decoration: none;
}
.agenda-list li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 21px;
  height: 19px;
}
.agenda-list-detail {
  display: none;
  padding: 0 42px 11px 42px;
}
.agenda-list-expanded .agenda-list-detail {
  display: block;
}
.agenda-categories {
  position: relative;
}
.agenda-categories:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #DDDDDD;
}
@media (max-width: 768px) {
  .agenda-categories:after {
    display: none;
  }
}
.agenda-categories .row {
  border-top: 1px solid #DDDDDD;
}
.agenda-categories .row:first-child {
  border-top: 0;
}
.agenda-categories .row .col-sm-6:first-child {
  padding-right: 30px;
}
.agenda-categories .row .col-sm-6 + .col-sm-6 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .agenda-categories .row {
    border-top: 0;
  }
  .agenda-categories .row .col-sm-6:first-child,
  .agenda-categories .row .col-sm-6 + .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.agenda-categories ul a {
  color: #000;
}
.umo .el_article .agenda-ico {
  position: relative;
  padding-left: 55px;
  font-size: 15px;
}
.umo .el_article .agenda-ico:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
}
.umo .el_article .plaintable {
  width: auto;
}
.umo .el_article .plaintable tbody tr td {
  border: 0;
  padding: 0.25em 2em 0.25em 0;
}
.under_article_banner {
  margin-top: 20px;
}
/*# sourceMappingURL=main.css.map */
