@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.otf") format("opentype"), url("../fonts/OpenSans-Regular.svg#filename") format("svg")
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Semibold.eot');
  src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.otf") format("opentype"), url("../fonts/OpenSans-Semibold.svg#filename") format("svg");
  font-weight: 600
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.otf") format("opentype"), url("../fonts/OpenSans-Bold.svg#filename") format("svg");
  font-weight: bold
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-ExtraBold.eot');
  src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.otf") format("opentype"), url("../fonts/OpenSans-ExtraBold.svg#filename") format("svg");
  font-weight: 800
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Italic.eot');
  src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic.ttf') format('truetype'), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.otf") format("opentype"), url("../fonts/OpenSans-Italic.svg#filename") format("svg");
  font-style: italic
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Italic.eot');
  src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic.ttf') format('truetype'), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.otf") format("opentype"), url("../fonts/OpenSans-Italic.svg#filename") format("svg");
  font-style: oblique
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-BoldItalic.eot');
  src: url('../fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.otf") format("opentype"), url("../fonts/OpenSans-BoldItalic.svg#filename") format("svg");
  font-weight: bold;
  font-style: italic
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-BoldItalic.eot');
  src: url('../fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.otf") format("opentype"), url("../fonts/OpenSans-BoldItalic.svg#filename") format("svg");
  font-weight: bold;
  font-style: oblique
}

html {
  -ms-overflow-style: scrollbar;
  overflow-y: scroll;
  -ms-touch-action: pan-y;
  width: 100%;
  -ms-scroll-chaining: chained;
  -ms-content-zooming: none
}

body {
  width: 100%
}

#page-wrapper {
  -ms-touch-action: pan-y;
  overflow-x: hidden;
  width: 100%
}

.tiles-hover-shadow {
  box-shadow: 0 0 10px #777777;
  transition: .5s ease
}

.effect-fade {
  transition: .5s ease
}

.border-top {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  z-index: -1;
  background: #e1e1e1;
  left: 0
}

/*! 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: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " ("attr(href) ")"
  }

  abbr[title]:after {
    content: " ("attr(title) ")"
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  tr,
  img {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  .navbar {
    display: none
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important
  }

  .label {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #337ab7;
  text-decoration: none
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

figure {
  margin: 0
}

img {
  vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

[role="button"] {
  cursor: pointer
}

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: #777
}

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: #777
}

.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 #eee
}

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 #777
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee
}

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: #777
}

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 #eee;
  border-left: 0;
  text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

.row {
  margin-left: -15px;
  margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width:1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}

table {
  background-color: transparent
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left
}

th {
  text-align: left
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  padding: 5px
}

.table-bordered {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
  background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
  background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
  background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc
}

.table-responsive {
  overflow-x: auto;
  min-height: .01%
}

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }

  .table-responsive>.table {
    margin-bottom: 0
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap
  }

  .table-responsive>.table-bordered {
    border: 0
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal
}

input[type="file"] {
  display: block
}

input[type="range"] {
  display: block;
  width: 100%
}

select[multiple],
select[size] {
  height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed
}

textarea.form-control {
  height: auto
}

input[type="search"] {
  -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px
  }
}

.form-group {
  margin-bottom: 15px
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-sm {
  height: 30px;
  line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

select.input-lg {
  height: 46px;
  line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.has-feedback {
  position: relative
}

.has-feedback .form-control {
  padding-right: 42.5px
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8
}

.has-success .form-control-feedback {
  color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3
}

.has-warning .form-control-feedback {
  color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede
}

.has-error .form-control-feedback {
  color: #a94442
}

.has-feedback label~.form-control-feedback {
  top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}

@media (min-width:768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-static {
    display: inline-block
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto
  }

  .form-inline .input-group>.form-control {
    width: 100%
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px
}

@media (min-width:768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px
  }
}

@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  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: #333;
  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: #fff;
  border-color: #ccc
}

.btn-default .badge {
  color: #fff;
  background-color: #333
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  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: #fff;
  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: #fff
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  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: #fff;
  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: #fff
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  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: #fff;
  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: #fff
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  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: #fff;
  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: #fff
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  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: #fff;
  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: #fff
}

.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;
  -moz-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: #777;
  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%
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

tr.collapse.in {
  display: table-row
}

tbody.collapse.in {
  display: table-row-group
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
  content: "\002a"
}

.glyphicon-plus:before {
  content: "\002b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"
}

.glyphicon-minus:before {
  content: "\2212"
}

.glyphicon-cloud:before {
  content: "\2601"
}

.glyphicon-envelope:before {
  content: "\2709"
}

.glyphicon-pencil:before {
  content: "\270f"
}

.glyphicon-glass:before {
  content: "\e001"
}

.glyphicon-music:before {
  content: "\e002"
}

.glyphicon-search:before {
  content: "\e003"
}

.glyphicon-heart:before {
  content: "\e005"
}

.glyphicon-star:before {
  content: "\e006"
}

.glyphicon-star-empty:before {
  content: "\e007"
}

.glyphicon-user:before {
  content: "\e008"
}

.glyphicon-film:before {
  content: "\e009"
}

.glyphicon-th-large:before {
  content: "\e010"
}

.glyphicon-th:before {
  content: "\e011"
}

.glyphicon-th-list:before {
  content: "\e012"
}

.glyphicon-ok:before {
  content: "\e013"
}

.glyphicon-remove:before {
  content: "\e014"
}

.glyphicon-zoom-in:before {
  content: "\e015"
}

.glyphicon-zoom-out:before {
  content: "\e016"
}

.glyphicon-off:before {
  content: "\e017"
}

.glyphicon-signal:before {
  content: "\e018"
}

.glyphicon-cog:before {
  content: "\e019"
}

.glyphicon-trash:before {
  content: "\e020"
}

.glyphicon-home:before {
  content: "\e021"
}

.glyphicon-file:before {
  content: "\e022"
}

.glyphicon-time:before {
  content: "\e023"
}

.glyphicon-road:before {
  content: "\e024"
}

.glyphicon-download-alt:before {
  content: "\e025"
}

.glyphicon-download:before {
  content: "\e026"
}

.glyphicon-upload:before {
  content: "\e027"
}

.glyphicon-inbox:before {
  content: "\e028"
}

.glyphicon-play-circle:before {
  content: "\e029"
}

.glyphicon-repeat:before {
  content: "\e030"
}

.glyphicon-refresh:before {
  content: "\e031"
}

.glyphicon-list-alt:before {
  content: "\e032"
}

.glyphicon-lock:before {
  content: "\e033"
}

.glyphicon-flag:before {
  content: "\e034"
}

.glyphicon-headphones:before {
  content: "\e035"
}

.glyphicon-volume-off:before {
  content: "\e036"
}

.glyphicon-volume-down:before {
  content: "\e037"
}

.glyphicon-volume-up:before {
  content: "\e038"
}

.glyphicon-qrcode:before {
  content: "\e039"
}

.glyphicon-barcode:before {
  content: "\e040"
}

.glyphicon-tag:before {
  content: "\e041"
}

.glyphicon-tags:before {
  content: "\e042"
}

.glyphicon-book:before {
  content: "\e043"
}

.glyphicon-bookmark:before {
  content: "\e044"
}

.glyphicon-print:before {
  content: "\e045"
}

.glyphicon-camera:before {
  content: "\e046"
}

.glyphicon-font:before {
  content: "\e047"
}

.glyphicon-bold:before {
  content: "\e048"
}

.glyphicon-italic:before {
  content: "\e049"
}

.glyphicon-text-height:before {
  content: "\e050"
}

.glyphicon-text-width:before {
  content: "\e051"
}

.glyphicon-align-left:before {
  content: "\e052"
}

.glyphicon-align-center:before {
  content: "\e053"
}

.glyphicon-align-right:before {
  content: "\e054"
}

.glyphicon-align-justify:before {
  content: "\e055"
}

.glyphicon-list:before {
  content: "\e056"
}

.glyphicon-indent-left:before {
  content: "\e057"
}

.glyphicon-indent-right:before {
  content: "\e058"
}

.glyphicon-facetime-video:before {
  content: "\e059"
}

.glyphicon-picture:before {
  content: "\e060"
}

.glyphicon-map-marker:before {
  content: "\e062"
}

.glyphicon-adjust:before {
  content: "\e063"
}

.glyphicon-tint:before {
  content: "\e064"
}

.glyphicon-edit:before {
  content: "\e065"
}

.glyphicon-share:before {
  content: "\e066"
}

.glyphicon-check:before {
  content: "\e067"
}

.glyphicon-move:before {
  content: "\e068"
}

.glyphicon-step-backward:before {
  content: "\e069"
}

.glyphicon-fast-backward:before {
  content: "\e070"
}

.glyphicon-backward:before {
  content: "\e071"
}

.glyphicon-play:before {
  content: "\e072"
}

.glyphicon-pause:before {
  content: "\e073"
}

.glyphicon-stop:before {
  content: "\e074"
}

.glyphicon-forward:before {
  content: "\e075"
}

.glyphicon-fast-forward:before {
  content: "\e076"
}

.glyphicon-step-forward:before {
  content: "\e077"
}

.glyphicon-eject:before {
  content: "\e078"
}

.glyphicon-chevron-left:before {
  content: "\e079"
}

.glyphicon-chevron-right:before {
  content: "\e080"
}

.glyphicon-plus-sign:before {
  content: "\e081"
}

.glyphicon-minus-sign:before {
  content: "\e082"
}

.glyphicon-remove-sign:before {
  content: "\e083"
}

.glyphicon-ok-sign:before {
  content: "\e084"
}

.glyphicon-question-sign:before {
  content: "\e085"
}

.glyphicon-info-sign:before {
  content: "\e086"
}

.glyphicon-screenshot:before {
  content: "\e087"
}

.glyphicon-remove-circle:before {
  content: "\e088"
}

.glyphicon-ok-circle:before {
  content: "\e089"
}

.glyphicon-ban-circle:before {
  content: "\e090"
}

.glyphicon-arrow-left:before {
  content: "\e091"
}

.glyphicon-arrow-right:before {
  content: "\e092"
}

.glyphicon-arrow-up:before {
  content: "\e093"
}

.glyphicon-arrow-down:before {
  content: "\e094"
}

.glyphicon-share-alt:before {
  content: "\e095"
}

.glyphicon-resize-full:before {
  content: "\e096"
}

.glyphicon-resize-small:before {
  content: "\e097"
}

.glyphicon-exclamation-sign:before {
  content: "\e101"
}

.glyphicon-gift:before {
  content: "\e102"
}

.glyphicon-leaf:before {
  content: "\e103"
}

.glyphicon-fire:before {
  content: "\e104"
}

.glyphicon-eye-open:before {
  content: "\e105"
}

.glyphicon-eye-close:before {
  content: "\e106"
}

.glyphicon-warning-sign:before {
  content: "\e107"
}

.glyphicon-plane:before {
  content: "\e108"
}

.glyphicon-calendar:before {
  content: "\e109"
}

.glyphicon-random:before {
  content: "\e110"
}

.glyphicon-comment:before {
  content: "\e111"
}

.glyphicon-magnet:before {
  content: "\e112"
}

.glyphicon-chevron-up:before {
  content: "\e113"
}

.glyphicon-chevron-down:before {
  content: "\e114"
}

.glyphicon-retweet:before {
  content: "\e115"
}

.glyphicon-shopping-cart:before {
  content: "\e116"
}

.glyphicon-folder-close:before {
  content: "\e117"
}

.glyphicon-folder-open:before {
  content: "\e118"
}

.glyphicon-resize-vertical:before {
  content: "\e119"
}

.glyphicon-resize-horizontal:before {
  content: "\e120"
}

.glyphicon-hdd:before {
  content: "\e121"
}

.glyphicon-bullhorn:before {
  content: "\e122"
}

.glyphicon-bell:before {
  content: "\e123"
}

.glyphicon-certificate:before {
  content: "\e124"
}

.glyphicon-thumbs-up:before {
  content: "\e125"
}

.glyphicon-thumbs-down:before {
  content: "\e126"
}

.glyphicon-hand-right:before {
  content: "\e127"
}

.glyphicon-hand-left:before {
  content: "\e128"
}

.glyphicon-hand-up:before {
  content: "\e129"
}

.glyphicon-hand-down:before {
  content: "\e130"
}

.glyphicon-circle-arrow-right:before {
  content: "\e131"
}

.glyphicon-circle-arrow-left:before {
  content: "\e132"
}

.glyphicon-circle-arrow-up:before {
  content: "\e133"
}

.glyphicon-circle-arrow-down:before {
  content: "\e134"
}

.glyphicon-globe:before {
  content: "\e135"
}

.glyphicon-wrench:before {
  content: "\e136"
}

.glyphicon-tasks:before {
  content: "\e137"
}

.glyphicon-filter:before {
  content: "\e138"
}

.glyphicon-briefcase:before {
  content: "\e139"
}

.glyphicon-fullscreen:before {
  content: "\e140"
}

.glyphicon-dashboard:before {
  content: "\e141"
}

.glyphicon-paperclip:before {
  content: "\e142"
}

.glyphicon-heart-empty:before {
  content: "\e143"
}

.glyphicon-link:before {
  content: "\e144"
}

.glyphicon-phone:before {
  content: "\e145"
}

.glyphicon-pushpin:before {
  content: "\e146"
}

.glyphicon-usd:before {
  content: "\e148"
}

.glyphicon-gbp:before {
  content: "\e149"
}

.glyphicon-sort:before {
  content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"
}

.glyphicon-sort-by-order:before {
  content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154"
}

.glyphicon-sort-by-attributes:before {
  content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"
}

.glyphicon-unchecked:before {
  content: "\e157"
}

.glyphicon-expand:before {
  content: "\e158"
}

.glyphicon-collapse-down:before {
  content: "\e159"
}

.glyphicon-collapse-up:before {
  content: "\e160"
}

.glyphicon-log-in:before {
  content: "\e161"
}

.glyphicon-flash:before {
  content: "\e162"
}

.glyphicon-log-out:before {
  content: "\e163"
}

.glyphicon-new-window:before {
  content: "\e164"
}

.glyphicon-record:before {
  content: "\e165"
}

.glyphicon-save:before {
  content: "\e166"
}

.glyphicon-open:before {
  content: "\e167"
}

.glyphicon-saved:before {
  content: "\e168"
}

.glyphicon-import:before {
  content: "\e169"
}

.glyphicon-export:before {
  content: "\e170"
}

.glyphicon-send:before {
  content: "\e171"
}

.glyphicon-floppy-disk:before {
  content: "\e172"
}

.glyphicon-floppy-saved:before {
  content: "\e173"
}

.glyphicon-floppy-remove:before {
  content: "\e174"
}

.glyphicon-floppy-save:before {
  content: "\e175"
}

.glyphicon-floppy-open:before {
  content: "\e176"
}

.glyphicon-credit-card:before {
  content: "\e177"
}

.glyphicon-transfer:before {
  content: "\e178"
}

.glyphicon-cutlery:before {
  content: "\e179"
}

.glyphicon-header:before {
  content: "\e180"
}

.glyphicon-compressed:before {
  content: "\e181"
}

.glyphicon-earphone:before {
  content: "\e182"
}

.glyphicon-phone-alt:before {
  content: "\e183"
}

.glyphicon-tower:before {
  content: "\e184"
}

.glyphicon-stats:before {
  content: "\e185"
}

.glyphicon-sd-video:before {
  content: "\e186"
}

.glyphicon-hd-video:before {
  content: "\e187"
}

.glyphicon-subtitles:before {
  content: "\e188"
}

.glyphicon-sound-stereo:before {
  content: "\e189"
}

.glyphicon-sound-dolby:before {
  content: "\e190"
}

.glyphicon-sound-5-1:before {
  content: "\e191"
}

.glyphicon-sound-6-1:before {
  content: "\e192"
}

.glyphicon-sound-7-1:before {
  content: "\e193"
}

.glyphicon-copyright-mark:before {
  content: "\e194"
}

.glyphicon-registration-mark:before {
  content: "\e195"
}

.glyphicon-cloud-download:before {
  content: "\e197"
}

.glyphicon-cloud-upload:before {
  content: "\e198"
}

.glyphicon-tree-conifer:before {
  content: "\e199"
}

.glyphicon-tree-deciduous:before {
  content: "\e200"
}

.glyphicon-cd:before {
  content: "\e201"
}

.glyphicon-save-file:before {
  content: "\e202"
}

.glyphicon-open-file:before {
  content: "\e203"
}

.glyphicon-level-up:before {
  content: "\e204"
}

.glyphicon-copy:before {
  content: "\e205"
}

.glyphicon-paste:before {
  content: "\e206"
}

.glyphicon-alert:before {
  content: "\e209"
}

.glyphicon-equalizer:before {
  content: "\e210"
}

.glyphicon-king:before {
  content: "\e211"
}

.glyphicon-queen:before {
  content: "\e212"
}

.glyphicon-pawn:before {
  content: "\e213"
}

.glyphicon-bishop:before {
  content: "\e214"
}

.glyphicon-knight:before {
  content: "\e215"
}

.glyphicon-baby-formula:before {
  content: "\e216"
}

.glyphicon-tent:before {
  content: "\26fa"
}

.glyphicon-blackboard:before {
  content: "\e218"
}

.glyphicon-bed:before {
  content: "\e219"
}

.glyphicon-apple:before {
  content: "\f8ff"
}

.glyphicon-erase:before {
  content: "\e221"
}

.glyphicon-hourglass:before {
  content: "\231b"
}

.glyphicon-lamp:before {
  content: "\e223"
}

.glyphicon-duplicate:before {
  content: "\e224"
}

.glyphicon-piggy-bank:before {
  content: "\e225"
}

.glyphicon-scissors:before {
  content: "\e226"
}

.glyphicon-bitcoin:before {
  content: "\e227"
}

.glyphicon-btc:before {
  content: "\e227"
}

.glyphicon-xbt:before {
  content: "\e227"
}

.glyphicon-yen:before {
  content: "\00a5"
}

.glyphicon-jpy:before {
  content: "\00a5"
}

.glyphicon-ruble:before {
  content: "\20bd"
}

.glyphicon-rub:before {
  content: "\20bd"
}

.glyphicon-scale:before {
  content: "\e230"
}

.glyphicon-ice-lolly:before {
  content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"
}

.glyphicon-education:before {
  content: "\e233"
}

.glyphicon-option-horizontal:before {
  content: "\e234"
}

.glyphicon-option-vertical:before {
  content: "\e235"
}

.glyphicon-menu-hamburger:before {
  content: "\e236"
}

.glyphicon-modal-window:before {
  content: "\e237"
}

.glyphicon-oil:before {
  content: "\e238"
}

.glyphicon-grain:before {
  content: "\e239"
}

.glyphicon-sunglasses:before {
  content: "\e240"
}

.glyphicon-text-size:before {
  content: "\e241"
}

.glyphicon-text-color:before {
  content: "\e242"
}

.glyphicon-text-background:before {
  content: "\e243"
}

.glyphicon-object-align-top:before {
  content: "\e244"
}

.glyphicon-object-align-bottom:before {
  content: "\e245"
}

.glyphicon-object-align-horizontal:before {
  content: "\e246"
}

.glyphicon-object-align-left:before {
  content: "\e247"
}

.glyphicon-object-align-vertical:before {
  content: "\e248"
}

.glyphicon-object-align-right:before {
  content: "\e249"
}

.glyphicon-triangle-right:before {
  content: "\e250"
}

.glyphicon-triangle-left:before {
  content: "\e251"
}

.glyphicon-triangle-bottom:before {
  content: "\e252"
}

.glyphicon-triangle-top:before {
  content: "\e253"
}

.glyphicon-console:before {
  content: "\e254"
}

.glyphicon-superscript:before {
  content: "\e255"
}

.glyphicon-subscript:before {
  content: "\e256"
}

.glyphicon-menu-left:before {
  content: "\e257"
}

.glyphicon-menu-right:before {
  content: "\e258"
}

.glyphicon-menu-down:before {
  content: "\e259"
}

.glyphicon-menu-up:before {
  content: "\e260"
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.dropup,
.dropdown {
  position: relative
}

.dropdown-toggle:focus {
  outline: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed
}

.open>.dropdown-menu {
  display: block
}

.open>a {
  outline: 0
}

.dropdown-menu-right {
  left: auto;
  right: 0
}

.dropdown-menu-left {
  left: 0;
  right: auto
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto
  }
}

.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);
  -moz-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;
  -moz-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
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0
}

.input-group .form-control:focus {
  z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
  height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
  height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.input-group-addon:first-child {
  border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.input-group-addon:last-child {
  border-left: 0
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap
}

.input-group-btn>.btn {
  position: relative
}

.input-group-btn>.btn+.btn {
  margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eee
}

.nav>li.disabled>a {
  color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eee;
  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 #ddd
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0
}

.nav-tabs.nav-justified>li {
  float: none
}

.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0
  }
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff
  }
}

.nav-pills>li {
  float: left
}

.nav-pills>li>a {
  border-radius: 4px
}

.nav-pills>li+li {
  margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #337ab7
}

.nav-stacked>li {
  float: none
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0
}

.nav-justified {
  width: 100%
}

.nav-justified>li {
  float: none
}

.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

@media (min-width:768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-justified>li>a {
    margin-bottom: 0
  }
}

.nav-tabs-justified {
  border-bottom: 0
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus {
    border-bottom-color: #fff
  }
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }
}

@media (min-width:768px) {
  .navbar-header {
    float: left
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
  overflow-y: auto
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }

  .navbar-collapse.in {
    overflow-y: visible
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px
  }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:768px) {

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

@media (min-width:768px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none
}

.navbar-brand>img {
  display: block
}

@media (min-width:768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none
  }
}

.navbar-nav {
  margin: 7.5px -15px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none
  }
}

@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav>li {
    float: left
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px
}

@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .navbar-form .form-control-static {
    display: inline-block
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto
  }

  .navbar-form .input-group>.form-control {
    width: 100%
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0
  }
}

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px
  }
}

@media (min-width:768px) {
  .navbar-left {
    float: left !important
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px
  }

  .navbar-right~.navbar-right {
    margin-right: 0
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav>li>a {
  color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #e7e7e7;
  color: #555
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #777
}

.navbar-default .navbar-link:hover {
  color: #333
}

.navbar-default .btn-link {
  color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-text {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #080808;
  color: #fff
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.navbar-inverse .btn-link {
  color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc
}

.breadcrumb>.active {
  color: #777
}

.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: #fff;
  border: 1px solid #ddd;
  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: #eee;
  border-color: #ddd
}

.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: #fff;
  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: #777;
  background-color: #fff;
  border-color: #ddd;
  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: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eee
}

.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: #777;
  background-color: #fff;
  cursor: not-allowed
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

.label-default {
  background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e
}

.label-primary {
  background-color: #337ab7
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090
}

.label-success {
  background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44
}

.label-info {
  background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5
}

.label-warning {
  background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f
}

.label-danger {
  background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff
}

.list-group-item>.badge {
  float: right
}

.list-group-item>.badge+.badge {
  margin-right: 5px
}

.nav-pills>li>a>.badge {
  margin-left: 3px
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200
}

.jumbotron>hr {
  border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px
}

.jumbotron .container {
  max-width: 100%
}

@media screen and (min-width:768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .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: #333
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert .alert-link {
  font-weight: bold
}

.alert>p,
.alert>ul {
  margin-bottom: 0
}

.alert>p+p {
  margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d
}

.alert-success hr {
  border-top-color: #c9e2b3
}

.alert-success .alert-link {
  color: #2b542c
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f
}

.alert-info hr {
  border-top-color: #a6e1ec
}

.alert-info .alert-link {
  color: #245269
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b
}

.alert-warning hr {
  border-top-color: #f7e1b5
}

.alert-warning .alert-link {
  color: #66512c
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442
}

.alert-danger hr {
  border-top-color: #e4b9c0
}

.alert-danger .alert-link {
  color: #843534
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease
}

.progress-striped .progress-bar,
.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);
  background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
  background-color: #5cb85c
}

.progress-striped .progress-bar-success {
  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)
}

.progress-bar-info {
  background-color: #5bc0de
}

.progress-striped .progress-bar-info {
  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)
}

.progress-bar-warning {
  background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
  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)
}

.progress-bar-danger {
  background-color: #d9534f
}

.progress-striped .progress-bar-danger {
  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)
}

.media {
  margin-top: 15px
}

.media:first-child {
  margin-top: 0
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden
}

.media-body {
  width: 10000px
}

.media-object {
  display: block
}

.media-object.img-thumbnail {
  max-width: none
}

.media-right,
.media>.pull-right {
  padding-left: 10px
}

.media-left,
.media>.pull-left {
  padding-right: 10px
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top
}

.media-middle {
  vertical-align: middle
}

.media-bottom {
  vertical-align: bottom
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.media-list {
  padding-left: 0;
  list-style: none
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd
}

.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: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  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: #eee;
  color: #777;
  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: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  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
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
  padding: 15px
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0
}

.list-group+.panel-footer {
  border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-left: 15px;
  padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0
}

.panel-group {
  margin-bottom: 20px
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px
}

.panel-group .panel+.panel {
  margin-top: 5px
}

.panel-group .panel-heading {
  border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd
}

.panel-group .panel-footer {
  border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd
}

.panel-default {
  border-color: #ddd
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd
}

.panel-primary {
  border-color: #337ab7
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7
}

.panel-success {
  border-color: #d6e9c6
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6
}

.panel-info {
  border-color: #bce8f1
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1
}

.panel-warning {
  border-color: #faebcc
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc
}

.panel-danger {
  border-color: #ebccd1
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1
}

.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);
  -moz-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;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50)
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none
}

.modal-open {
  overflow: hidden
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0)
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50)
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90)
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover>.arrow {
  border-width: 11px
}

.popover>.arrow:after {
  border-width: 10px;
  content: ""
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px
}

.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block
}

.carousel-inner>.active {
  left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%
}

.carousel-inner>.next {
  left: 100%
}

.carousel-inner>.prev {
  left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0
}

.carousel-inner>.active.left {
  left: -100%
}

.carousel-inner>.active.right {
  left: 100%
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0)
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif
}

.carousel-control .icon-prev:before {
  content: '\2039'
}

.carousel-control .icon-next:before {
  content: '\203a'
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
  text-shadow: none
}

@media screen and (min-width:768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px
  }

  .carousel-indicators {
    bottom: 20px
  }
}

.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical>.btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-header,
.modal-footer {
  clear: both
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden {
  display: none !important
}

.affix {
  position: fixed
}

@-ms-viewport {
  width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important
}

@media (max-width:767px) {
  .visible-xs {
    display: block !important
  }

  table.visible-xs {
    display: table !important
  }

  tr.visible-xs {
    display: table-row !important
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important
  }
}

@media (max-width:767px) {
  .visible-xs-block {
    display: block !important
  }
}

@media (max-width:767px) {
  .visible-xs-inline {
    display: inline !important
  }
}

@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important
  }

  table.visible-sm {
    display: table !important
  }

  tr.visible-sm {
    display: table-row !important
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important
  }

  table.visible-md {
    display: table !important
  }

  tr.visible-md {
    display: table-row !important
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block !important
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block !important
  }

  table.visible-lg {
    display: table !important
  }

  tr.visible-lg {
    display: table-row !important
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important
  }
}

@media (min-width:1200px) {
  .visible-lg-block {
    display: block !important
  }
}

@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline !important
  }
}

@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block !important
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none !important
  }
}

.visible-print {
  display: none !important
}

@media print {
  .visible-print {
    display: block !important
  }

  table.visible-print {
    display: table !important
  }

  tr.visible-print {
    display: table-row !important
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important
  }
}

.visible-print-block {
  display: none !important
}

@media print {
  .visible-print-block {
    display: block !important
  }
}

.visible-print-inline {
  display: none !important
}

@media print {
  .visible-print-inline {
    display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important
  }
}

@media print {
  .hidden-print {
    display: none !important
  }
}

html.overlay-open .navbar-fixed-top {
  z-index: 400
}

html.js fieldset.collapsed {
  border-left-width: 1px;
  border-right-width: 1px;
  height: auto
}

html.js input.form-autocomplete {
  background-image: none
}

html.js input.form-autocomplete {
  background-image: none
}

html.js .autocomplete-throbber {
  background-position: 100% 2px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  margin: 2px 0 0 2px;
  width: 15px
}

html.js .autocomplete-throbber.throbbing {
  background-position: 100% -18px
}

body {
  position: relative
}

body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px
}

body.navbar-is-fixed-top {
  padding-top: 64px !important
}

body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important
}

body.toolbar {
  padding-top: 30px !important
}

body.toolbar .navbar-fixed-top {
  top: 30px
}

body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important
}

body.toolbar-drawer {
  padding-top: 64px !important
}

body.toolbar-drawer .navbar-fixed-top {
  top: 64px
}

body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important
}

body.admin-menu .navbar-fixed-top {
  top: 29px
}

body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important
}

body div#admin-toolbar {
  z-index: 1600
}

body #toolbar,
body #admin-menu,
body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600
}

body #admin-menu .dropdown li {
  line-height: normal
}

@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px
  }
}

@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px
  }
}

@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px
  }
}

.navbar.container,
.navbar.container-fluid {
  margin-top: 20px
}

.navbar.container>.container,
.navbar.container-fluid>.container-fluid {
  margin: 0;
  padding: 0;
  width: auto
}

#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500
}

#toolbar {
  z-index: 1600
}

.modal {
  z-index: 1620
}

.modal-dialog {
  z-index: 1630
}

.ctools-modal-dialog .modal-body {
  width: 100% !important;
  overflow: auto
}

.modal-backdrop {
  z-index: 1610
}

.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5
}

.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px
}

.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px
}

@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0
  }
}

ul.secondary {
  float: left
}

@media screen and (min-width: 768px) {
  ul.secondary {
    float: right
  }
}

.page-header {
  margin-top: 0
}

.block:first-child h2.block-title {
  margin-top: 0
}

p:last-child {
  margin-bottom: 0
}

.region-help>.glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em .5em 0 0
}

.region-help .block {
  overflow: hidden
}

form#search-block-form {
  margin: 0
}

.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px
}

@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    float: right
  }
}

.navbar #block-search-form .input-group-btn {
  width: auto
}

.navbar-search .control-group {
  margin-bottom: 0
}

ul.action-links {
  margin: 12px 0;
  padding: 0
}

ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0
}

ul.action-links .glyphicon {
  padding-right: .5em
}

input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto
}

input.error {
  color: #a94442;
  border-color: #ebccd1
}

fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0
}

fieldset .panel-body {
  clear: both;
  display: inherit
}

fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px
}

fieldset .panel-heading a.panel-title:hover {
  text-decoration: none
}

.form-group:last-child,
.panel:last-child {
  margin-bottom: 0
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0
}

.form-actions {
  clear: both
}

.managed-files.table td:first-child {
  width: 100%
}

div.image-widget-data {
  float: none;
  overflow: hidden
}

table.sticky-header {
  z-index: 1
}

.resizable-textarea textarea {
  border-radius: 4px 4px 0 0
}

.text-format-wrapper {
  margin-bottom: 15px
}

.text-format-wrapper>.form-type-textarea,
.text-format-wrapper .filter-wrapper {
  margin-bottom: 0
}

.filter-wrapper {
  border-radius: 0 0 4px 4px
}

.filter-wrapper .panel-body {
  padding: 7px
}

.filter-wrapper .form-type-select {
  min-width: 30%
}

.filter-wrapper .form-type-select .filter-list {
  width: 100%
}

.filter-help {
  margin-top: 5px;
  text-align: center
}

@media screen and (min-width: 768px) {
  .filter-help {
    float: right
  }
}

.filter-help .glyphicon {
  margin: 0 5px 0 0;
  vertical-align: text-top
}

.radio:first-child,
.checkbox:first-child {
  margin-top: 0
}

.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0
}

.help-block,
.control-group .help-inline {
  color: #777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0
}

.panel-heading {
  display: block
}

a.tabledrag-handle .handle {
  height: auto;
  width: auto
}

.error {
  color: #a94442
}

div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442
}

.form-group.error,
.form-group.has-error {
  background: none
}

.form-group.error label,
.form-group.has-error label,
.form-group.error .control-label,
.form-group.has-error .control-label {
  color: #a94442;
  font-weight: 600
}

.form-group.error input,
.form-group.has-error input,
.form-group.error textarea,
.form-group.has-error textarea,
.form-group.error select,
.form-group.has-error select,
.form-group.error .uneditable-input,
.form-group.has-error .uneditable-input {
  color: #555
}

.form-group.error .help-block,
.form-group.has-error .help-block,
.form-group.error .help-inline,
.form-group.has-error .help-inline {
  color: #777
}

.nav-tabs {
  margin-bottom: 10px
}

ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none
}

.tabs--secondary {
  margin: 0 0 10px
}

.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777
}

.form-type-password-confirm {
  position: relative
}

.form-type-password-confirm label {
  display: block
}

.form-type-password-confirm label .label {
  float: right
}

.form-type-password-confirm .password-help {
  padding-left: 2em
}

@media (min-width:768px) {
  .form-type-password-confirm .password-help {
    border-left: 1px solid #ddd;
    left: 50%;
    margin-left: 15px;
    position: absolute
  }
}

@media (min-width:992px) {
  .form-type-password-confirm .password-help {
    left: 33.33333333%
  }
}

.form-type-password-confirm .progress {
  background: transparent;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 4px;
  margin: -5px 0 0
}

.form-type-password-confirm .form-type-password {
  clear: left
}

.form-type-password-confirm .form-control-feedback {
  right: 15px
}

.form-type-password-confirm .help-block {
  clear: both
}

ul.pagination li>a.progress-disabled {
  float: left
}

.form-autocomplete .glyphicon {
  color: #777;
  font-size: 120%
}

.form-autocomplete .glyphicon.glyphicon-spin {
  color: #337ab7
}

.form-autocomplete .input-group-addon {
  background-color: #fff
}

.ajax-progress-bar {
  border-radius: 0 0 4px 4px;
  border: 1px solid #ccc;
  margin: -1px 0 0;
  padding: 6px 12px;
  width: 100%
}

.ajax-progress-bar .progress {
  height: 8px;
  margin: 0
}

.ajax-progress-bar .percentage,
.ajax-progress-bar .message {
  color: #777;
  font-size: 12px;
  line-height: 1em;
  margin: 5px 0 0;
  padding: 0
}

.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear
}

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg)
  }

  100% {
    -moz-transform: rotate(359deg)
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg)
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg)
  }

  100% {
    -o-transform: rotate(359deg)
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg)
  }

  100% {
    -ms-transform: rotate(359deg)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(359deg)
  }
}

.tabbable {
  margin-bottom: 20px
}

.tabs-below>.nav-tabs,
.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
  border-bottom: 0
}

.tabs-below>.nav-tabs .summary,
.tabs-left>.nav-tabs .summary,
.tabs-right>.nav-tabs .summary {
  color: #777;
  font-size: 12px
}

.tab-pane>.panel-heading {
  display: none
}

.tab-content>.active {
  display: block
}

.tabs-below>.nav-tabs {
  border-top: 1px solid #ddd
}

.tabs-below>.nav-tabs>li {
  margin-top: -1px;
  margin-bottom: 0
}

.tabs-below>.nav-tabs>li>a {
  border-radius: 0 0 4px 4px
}

.tabs-below>.nav-tabs>li>a:hover,
.tabs-below>.nav-tabs>li>a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover,
.tabs-below>.nav-tabs>.active>a:focus {
  border-color: transparent #ddd #ddd #ddd
}

.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
  padding-bottom: 20px;
  width: 220px
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
  float: none
}

.tabs-left>.nav-tabs>li:focus,
.tabs-right>.nav-tabs>li:focus {
  outline: 0
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
  margin-right: 0;
  margin-bottom: 3px
}

.tabs-left>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:focus {
  outline: 0
}

.tabs-left>.tab-content,
.tabs-right>.tab-content {
  border-radius: 0 4px 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px
}

.tabs-left>.nav-tabs {
  float: left;
  margin-right: -1px
}

.tabs-left>.nav-tabs>li>a {
  border-radius: 4px 0 0 4px
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
  border-color: #eee #ddd #eee #eee
}

.tabs-left>.nav-tabs>.active>a,
.tabs-left>.nav-tabs>.active>a:hover,
.tabs-left>.nav-tabs>.active>a:focus {
  border-color: #ddd transparent #ddd #ddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05)
}

.tabs-right>.nav-tabs {
  float: right;
  margin-left: -1px
}

.tabs-right>.nav-tabs>li>a {
  border-radius: 0 4px 4px 0
}

.tabs-right>.nav-tabs>li>a:hover,
.tabs-right>.nav-tabs>li>a:focus {
  border-color: #eee #eee #eee #ddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05)
}

.tabs-right>.nav-tabs>.active>a,
.tabs-right>.nav-tabs>.active>a:hover,
.tabs-right>.nav-tabs>.active>a:focus {
  border-color: #ddd #ddd #ddd transparent
}

th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell
}

.views-display-settings .label {
  font-size: 100%;
  color: #666666
}

.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0
}

.views-exposed-form .views-exposed-widget .btn {
  margin-top: 1.8em
}

table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit
}

.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right
}

@media (min-width:768px) {
  .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%
  }
}

.alert a {
  font-weight: bold
}

.alert-success a {
  color: #2b542c
}

.alert-info a {
  color: #245269
}

.alert-warning a {
  color: #66512c
}

.alert-danger a {
  color: #843534
}

div.image-style-new,
div.image-style-new div {
  display: block
}

div.image-style-new div.input-group {
  display: table
}

td.module,
.table-striped>tbody>tr:nth-child(odd)>td.module,
.table>tbody>tr>td.module {
  background: #ddd;
  font-weight: 700
}

.book-toc>.dropdown-menu {
  overflow: hidden
}

.book-toc>.dropdown-menu>.dropdown-header {
  white-space: nowrap
}

.book-toc>.dropdown-menu>li:nth-child(1)>a {
  font-weight: bold
}

.book-toc>.dropdown-menu .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%
}

.book-toc>.dropdown-menu .dropdown-menu>li {
  padding-left: 20px
}

.book-toc>.dropdown-menu .dropdown-menu>li>a {
  margin-left: -40px;
  padding-left: 60px
}

#features-filter .form-item.form-type-checkbox {
  padding-left: 20px
}

fieldset.features-export-component {
  font-size: 12px
}

html.js #features-export-form fieldset.features-export-component,
fieldset.features-export-component {
  margin: 0 0 10px
}

fieldset.features-export-component .panel-heading {
  padding: 5px 10px
}

fieldset.features-export-component .panel-heading a.panel-title {
  font-size: 12px;
  font-weight: 500;
  margin: -5px -10px;
  padding: 5px 10px
}

fieldset.features-export-component .panel-body {
  padding: 0 10px
}

div.features-export-list {
  margin: -11px 0 10px;
  padding: 0 10px
}

fieldset.features-export-component .component-select .form-type-checkbox,
div.features-export-list .form-type-checkbox {
  line-height: 1em;
  margin: 5px 5px 5px 0 !important;
  min-height: 0;
  padding: 3px 3px 3px 25px !important
}

fieldset.features-export-component .component-select .form-type-checkbox input[type=checkbox],
div.features-export-list .form-type-checkbox input[type=checkbox] {
  margin-top: 0
}

body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open .navbar-fixed-top {
  top: 79px
}

body.navbar-is-fixed-top.navbar-administration .navbar-fixed-top {
  top: 39px
}

@media (min-width:768px) {
  body.navbar-is-fixed-top.navbar-administration.navbar-vertical.navbar-tray-open .navbar-fixed-top {
    left: 240px;
    left: 24rem
  }
}

.navbar-administration #navbar-administration.navbar-oriented .navbar-bar {
  z-index: 1032
}

.navbar-administration #navbar-administration .navbar-tray {
  z-index: 1031
}

body.navbar-is-fixed-top.navbar-administration {
  padding-top: 103px !important
}

body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open {
  padding-top: 143px !important
}

body.navbar-tray-open.navbar-vertical.navbar-fixed {
  margin-left: 240px;
  margin-left: 24rem
}

#navbar-administration.navbar-oriented .navbar-tray-vertical {
  width: 24rem
}

body {
  font-family: 'Open Sans', Tahoma, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none
}

a {
  color: black;
  text-decoration: none
}

a:hover {
  color: #00a79b;
  text-decoration: underline
}

p {
  margin-bottom: 15px;
  font-size: 110%;
  line-height: 160%
}

p a {
  color: #127a7e;
  text-decoration: underline
}

p a:hover {
  color: #00a79b;
  text-decoration: underline
}

h1 {
  font-size: 180%;
  font-weight: bold;
  text-transform: uppercase;
  margin: -5px 0 10px 0
}

h2 {
  font-size: 160%;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0
}

h3 {
  font-size: 130%;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 10px 0
}

h4 {
  font-size: 110%;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0
}

.row-messages {
  margin: 25px 0 0 0;
  padding: 0
}

.col-messages {
  padding: 0;
  margin: 0
}

.no-padding {
  padding: 0
}

.element-space-before::before {
  content: " "
}

#social-box {
  width: 60px;
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 150
}

@media screen and (max-width:1275px) {
  #social-box {
    display: none
  }
}

#social-box .social-box-item {
  width: 100%;
  margin-bottom: 10px;
  text-align: right
}

#social-box .social-box-title {
  color: #737475;
  font-size: 75%;
  text-transform: uppercase;
  text-align: left
}

#social-box .social-box-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 2px;
  box-shadow: 0 0 5px #777777;
  background-size: auto 35px;
  background-repeat: no-repeat;
  background-position: center;
  transition: .5s ease
}

#social-box .social-box-icon:hover {
  box-shadow: -2px 2px 10px #777777;
  transition: .5s ease
}

.social-box-icon-fb {
  background-color: #46629e;
  background-image: url('../images/icons/fb-icon-transparent.png')
}

.social-box-icon-fb:hover {
  background-color: #5f8cea;
  transition: .5s ease
}

.social-box-icon-yt {
  background-color: #cc181e;
  background-image: url('../images/icons/yt-icon-transparent.png')
}

.social-box-icon-yt:hover {
  background-color: #ff5252;
  transition: .5s ease
}

.social-share-right {
  text-align: right;
  padding: 5px 0
}

.social-btn-share-fb {
  background-color: #46629e;
  background-image: url(../images/social/logo-fb.png);
  background-size: auto 15px;
  background-repeat: no-repeat;
  background-position: 7px 50%;
  padding: 5px 7px 5px 20px;
  color: white;
  text-transform: uppercase;
  font-size: 80%;
  text-decoration: none;
  transition: .5s ease
}

.social-btn-share-fb:hover {
  background-color: #5f8cea;
  color: white;
  text-decoration: none;
  transition: .5s ease
}

.social-btn-share-fb:focus {
  background-color: #5f8cea;
  color: white;
  text-decoration: none;
  transition: .5s ease
}

#sliding-popup {
  padding: 10px 0
}

#sliding-popup .popup-content {
  width: 100%;
  max-width: 100%
}

#sliding-popup .popup-content.info {
  width: 100%
}

#sliding-popup .popup-content #popup-text {
  width: 100%;
  max-width: 100%;
  font-weight: normal
}

#sliding-popup .popup-content #popup-text a {
  color: #eaeaea;
  font-weight: bold;
  text-decoration: none
}

#sliding-popup .popup-content #popup-text a:hover {
  color: white;
  text-decoration: underline
}

#sliding-popup .popup-content #popup-buttons {
  width: 100%;
  max-width: 100%;
  text-align: right
}

#sliding-popup .popup-content #popup-buttons button {
  margin-right: 0;
  margin-top: 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #29465f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
  border: none;
  color: white;
  font-family: inherit;
  font-weight: normal;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: none;
  transition: .5s ease
}

#sliding-popup .popup-content #popup-buttons button:hover {
  background: #286191;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  transition: .5s ease
}

#menu-left-title {
  font-size: 1
}

@media all and (max-width:1200px) and (min-width:991px) {
  .page-stories-of-rescue-gallery .menu-left-max h2 {
    background-position: 20px 9px !important;
    background-size: auto 53px !important
  }
}

@media all and (max-width:1200px) {
  .menu-left-max #menu-left-links>ul {
    margin-top: 4px !important
  }
}

.photoCropp {
  background-color: #eaeaea;
  background-size: cover;
  background-position: center center;
  transition: .5s ease
}

.menu-left h2 {
  width: 100%;
  text-align: center;
  margin: 0 0 15px 0;
  padding: 120px 25px 30px 25px;
  color: white;
  font-size: 160%;
  text-transform: uppercase;
  background-color: #29465f;
  background-size: auto 70px;
  background-repeat: no-repeat;
  background-position: center 30px
}

@media screen and (max-width: 992px) {
  .menu-left h2 {
    background-position: 25px 15px;
    background-size: 45px 40px
  }
}

@media all and (max-width:397px) {
  .menu-left h2 {
    background-position: 25px 15px;
    background-size: 40px 35px
  }
}

@media all and (max-width:344px) {
  .menu-left h2 {
    background-position: 25px 17px;
    background-size: 35px 30px
  }
}

.menu-left .block-menu ul li {
  margin: 5px 0 5px 0
}

.menu-left .block-menu ul li:before {
  content: "\e258";
  font-family: 'Glyphicons Halflings';
  font-size: 80%;
  color: #00a79b
}

.menu-left .block-menu ul li a {
  display: inline;
  margin: 0 0 0 5px;
  padding: 4px 0;
  text-decoration: none;
  color: #737475;
  font-size: 110%
}

.menu-left .block-menu ul li a.active-trail {
  color: #00a79b
}

.menu-left .block-menu ul li a:hover,
.menu-left .block-menu ul li a:focus {
  background: initial;
  color: #00a79b
}

.menu-left ul li.menu-subtitle {
  font-weight: bold;
  font-size: 110%;
  text-transform: uppercase;
  margin: 5px 0 5px -5px;
  list-style: none
}

.menu-left ul li.menu-subtitle:first-child {
  margin-top: 0
}

.menu-left ul li.menu-subtitle:before {
  content: ""
}

.menu-left ul li.menu-subtitle a {
  color: black;
  cursor: default
}

.menu-left ul li.menu-subtitle a:hover,
.menu-left ul li.menu-subtitle a:focus {
  color: black;
  cursor: default
}

.menu-left #block-menu-menu-menu-rescue-stories h2 {
  background-image: url("../images/icons/ico-rescue-stories.png")
}

.menu-left #block-menu-menu-virtual-exhibitions h2 {
  background-image: url("../images/icons/ico-virtual-exhibitions.png")
}

.menu-left #block-menu-menu-about-righteous h2 {
  background-image: url("../images/icons/ico-about-righteous.png")
}

.menu-left #block-menu-menu-education-and-resources h2 {
  background-image: url("../images/icons/ico-education-and-resources.png")
}

.menu-left #block-menu-menu-about-the-project h2 {
  background-image: url("../images/icons/ico-about-project.png")
}

.menu-left #block-menu-menu-contact h2 {
  background-image: url("../images/icons/ico-contact.png")
}

@media screen and (max-width: 992px) {
  #top-stripe-row-container {
    display: none
  }
}

#top-stripe-row {
  background-color: white
}

#top-stripe-col .region-top-stripe {
  float: right;
  font-size: 85%;
  text-align: right
}

#top-stripe-col a {
  transition: .5s ease
}

#top-stripe-col a:hover,
#top-stripe-col a:focus {
  transition: .5s ease;
  background-color: none
}

#top-stripe-col a.item-high-contrast:hover {
  background-image: url("../images/icons/top-stripe-contrast-green.png") !important;
  transition: .5s ease
}

#top-stripe-col a.item-print:hover {
  background-image: url("../images/icons/top-stripe-print-green.png") !important;
  transition: .5s ease
}

#top-stripe-col a.item-font-size:hover {
  background-image: url("../images/icons/top-stripe-text-size-green.png") !important;
  transition: .5s ease
}

#top-stripe-col .region-top-stripe a {
  color: #737475;
  text-decoration: none
}

#top-stripe-col .region-top-stripe a:hover {
  color: #00a79b;
  text-decoration: none;
  transition: .5s ease
}

#top-stripe-col .region-top-stripe .block.block-menu.clearfix,
#top-stripe-col .region-top-stripe .block.block-menu.dl-horizontal dd,
#top-stripe-col .region-top-stripe .block.block-menu.container,
#top-stripe-col .region-top-stripe .block.block-menu.container-fluid,
#top-stripe-col .region-top-stripe .block.block-menu.row,
#top-stripe-col .region-top-stripe .block.block-menu.form-horizontal .form-group,
#top-stripe-col .region-top-stripe .block.block-menu.btn-toolbar,
#top-stripe-col .region-top-stripe .block.block-menu.btn-group-vertical>.btn-group,
#top-stripe-col .region-top-stripe .block.block-menu.nav,
#top-stripe-col .region-top-stripe .block.block-menu.navbar,
#top-stripe-col .region-top-stripe .block.block-menu.navbar-header,
#top-stripe-col .region-top-stripe .block.block-menu.navbar-collapse,
#top-stripe-col .region-top-stripe .block.block-menu.pager,
#top-stripe-col .region-top-stripe .block.block-menu.panel-body,
#top-stripe-col .region-top-stripe .block.block-menu.modal-header,
#top-stripe-col .region-top-stripe .block.block-menu.modal-footer {
  display: block;
  float: left;
  clear: none
}

#top-stripe-col .region-top-stripe #block-menu-menu-menu-top-stripe ul {
  display: block;
  float: left
}

#top-stripe-col .region-top-stripe #block-menu-menu-menu-top-stripe ul li {
  display: block;
  float: left;
  height: 30px;
  padding: 8px 0
}

#top-stripe-col .region-top-stripe #block-menu-menu-menu-top-stripe ul li a {
  height: 16px;
  line-height: 16px;
  padding: 0 0 0 10px;
  margin: 3px 5px;
  background-size: auto 16px;
  background-position: center right;
  border-left: 1px solid silver
}

#top-stripe-col .region-top-stripe #block-menu-menu-menu-top-stripe ul li:first-child a {
  padding: 0 0 0 0;
  border-left: none
}

#top-stripe-col .region-top-stripe #block-menu-menu-menu-top-stripe ul li a:hover,
#top-stripe-col .region-top-stripe #block-menu-menu-menu-top-stripe ul li a:focus {
  background-color: transparent;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  transition: .5s ease;
  color: #00a79b !important
}

#top-stripe-col .region-top-stripe #block-menu-menu-menu-top-stripe ul li a.item-high-contrast {
  padding-right: 21px
}

#top-stripe-col .region-top-stripe #block-menu-menu-menu-top-stripe ul li a.item-high-contrast:hover {
  background-image: url('../images/icons/top-stripe-contrast-green.png') !important;
  transition: .5s ease
}

#top-stripe-col .region-top-stripe #block-menu-menu-menu-top-stripe ul li a.item-print {
  background-size: auto 14px;
  width: 28px;
  font-size: 0
}

#top-stripe-col .region-top-stripe #block-menu-menu-menu-top-stripe ul li a.item-print:hover {
  background-image: url('../images/icons/top-stripe-print-green.png') !important;
  transition: .5s ease
}

#top-stripe-col .region-top-stripe #block-menu-menu-menu-top-stripe ul li a.item-font-size {
  background-size: auto 13px;
  width: 41px;
  font-size: 0
}

#top-stripe-col .region-top-stripe #block-menu-menu-menu-top-stripe ul li a.item-font-size:hover {
  background-image: url('../images/icons/top-stripe-text-size-green.png') !important;
  transition: .5s ease
}

#top-stripe-col .region-top-stripe .block.clearfix,
#top-stripe-col .region-top-stripe .block.dl-horizontal dd,
#top-stripe-col .region-top-stripe .block.container,
#top-stripe-col .region-top-stripe .block.container-fluid,
#top-stripe-col .region-top-stripe .block.row,
#top-stripe-col .region-top-stripe .block.form-horizontal .form-group,
#top-stripe-col .region-top-stripe .block.btn-toolbar,
#top-stripe-col .region-top-stripe .block.btn-group-vertical>.btn-group,
#top-stripe-col .region-top-stripe .block.nav,
#top-stripe-col .region-top-stripe .block.navbar,
#top-stripe-col .region-top-stripe .block.navbar-header,
#top-stripe-col .region-top-stripe .block.navbar-collapse,
#top-stripe-col .region-top-stripe .block.pager,
#top-stripe-col .region-top-stripe .block.panel-body,
#top-stripe-col .region-top-stripe .block.modal-header,
#top-stripe-col .region-top-stripe .block.modal-footer {
  display: block;
  float: left;
  clear: none;
  padding: 0;
  margin: 0 10px
}

#top-stripe-col .region-top-stripe .block.clearfix .navbar-form,
#top-stripe-col .region-top-stripe .block.dl-horizontal dd .navbar-form,
#top-stripe-col .region-top-stripe .block.container .navbar-form,
#top-stripe-col .region-top-stripe .block.container-fluid .navbar-form,
#top-stripe-col .region-top-stripe .block.row .navbar-form,
#top-stripe-col .region-top-stripe .block.form-horizontal .form-group .navbar-form,
#top-stripe-col .region-top-stripe .block.btn-toolbar .navbar-form,
#top-stripe-col .region-top-stripe .block.btn-group-vertical>.btn-group .navbar-form,
#top-stripe-col .region-top-stripe .block.nav .navbar-form,
#top-stripe-col .region-top-stripe .block.navbar .navbar-form,
#top-stripe-col .region-top-stripe .block.navbar-header .navbar-form,
#top-stripe-col .region-top-stripe .block.navbar-collapse .navbar-form,
#top-stripe-col .region-top-stripe .block.pager .navbar-form,
#top-stripe-col .region-top-stripe .block.panel-body .navbar-form,
#top-stripe-col .region-top-stripe .block.modal-header .navbar-form,
#top-stripe-col .region-top-stripe .block.modal-footer .navbar-form {
  padding: 0;
  margin: 5px 0
}

#top-stripe-col .region-top-stripe .block.clearfix .navbar-form .form-control,
#top-stripe-col .region-top-stripe .block.dl-horizontal dd .navbar-form .form-control,
#top-stripe-col .region-top-stripe .block.container .navbar-form .form-control,
#top-stripe-col .region-top-stripe .block.container-fluid .navbar-form .form-control,
#top-stripe-col .region-top-stripe .block.row .navbar-form .form-control,
#top-stripe-col .region-top-stripe .block.form-horizontal .form-group .navbar-form .form-control,
#top-stripe-col .region-top-stripe .block.btn-toolbar .navbar-form .form-control,
#top-stripe-col .region-top-stripe .block.btn-group-vertical>.btn-group .navbar-form .form-control,
#top-stripe-col .region-top-stripe .block.nav .navbar-form .form-control,
#top-stripe-col .region-top-stripe .block.navbar .navbar-form .form-control,
#top-stripe-col .region-top-stripe .block.navbar-header .navbar-form .form-control,
#top-stripe-col .region-top-stripe .block.navbar-collapse .navbar-form .form-control,
#top-stripe-col .region-top-stripe .block.pager .navbar-form .form-control,
#top-stripe-col .region-top-stripe .block.panel-body .navbar-form .form-control,
#top-stripe-col .region-top-stripe .block.modal-header .navbar-form .form-control,
#top-stripe-col .region-top-stripe .block.modal-footer .navbar-form .form-control {
  font-size: 90%;
  line-height: 100%;
  height: 28px;
  width: 200px;
  border-radius: 0
}

#top-stripe-col .region-top-stripe .block.clearfix .navbar-form .form-control:focus,
#top-stripe-col .region-top-stripe .block.dl-horizontal dd .navbar-form .form-control:focus,
#top-stripe-col .region-top-stripe .block.container .navbar-form .form-control:focus,
#top-stripe-col .region-top-stripe .block.container-fluid .navbar-form .form-control:focus,
#top-stripe-col .region-top-stripe .block.row .navbar-form .form-control:focus,
#top-stripe-col .region-top-stripe .block.form-horizontal .form-group .navbar-form .form-control:focus,
#top-stripe-col .region-top-stripe .block.btn-toolbar .navbar-form .form-control:focus,
#top-stripe-col .region-top-stripe .block.btn-group-vertical>.btn-group .navbar-form .form-control:focus,
#top-stripe-col .region-top-stripe .block.nav .navbar-form .form-control:focus,
#top-stripe-col .region-top-stripe .block.navbar .navbar-form .form-control:focus,
#top-stripe-col .region-top-stripe .block.navbar-header .navbar-form .form-control:focus,
#top-stripe-col .region-top-stripe .block.navbar-collapse .navbar-form .form-control:focus,
#top-stripe-col .region-top-stripe .block.pager .navbar-form .form-control:focus,
#top-stripe-col .region-top-stripe .block.panel-body .navbar-form .form-control:focus,
#top-stripe-col .region-top-stripe .block.modal-header .navbar-form .form-control:focus,
#top-stripe-col .region-top-stripe .block.modal-footer .navbar-form .form-control:focus {
  border-color: #29465f;
  box-shadow: 0 0 7px rgba(41, 70, 95, 0.7)
}

#top-stripe-col .region-top-stripe .block.clearfix .navbar-form .btn.btn-default,
#top-stripe-col .region-top-stripe .block.dl-horizontal dd .navbar-form .btn.btn-default,
#top-stripe-col .region-top-stripe .block.container .navbar-form .btn.btn-default,
#top-stripe-col .region-top-stripe .block.container-fluid .navbar-form .btn.btn-default,
#top-stripe-col .region-top-stripe .block.row .navbar-form .btn.btn-default,
#top-stripe-col .region-top-stripe .block.form-horizontal .form-group .navbar-form .btn.btn-default,
#top-stripe-col .region-top-stripe .block.btn-toolbar .navbar-form .btn.btn-default,
#top-stripe-col .region-top-stripe .block.btn-group-vertical>.btn-group .navbar-form .btn.btn-default,
#top-stripe-col .region-top-stripe .block.nav .navbar-form .btn.btn-default,
#top-stripe-col .region-top-stripe .block.navbar .navbar-form .btn.btn-default,
#top-stripe-col .region-top-stripe .block.navbar-header .navbar-form .btn.btn-default,
#top-stripe-col .region-top-stripe .block.navbar-collapse .navbar-form .btn.btn-default,
#top-stripe-col .region-top-stripe .block.pager .navbar-form .btn.btn-default,
#top-stripe-col .region-top-stripe .block.panel-body .navbar-form .btn.btn-default,
#top-stripe-col .region-top-stripe .block.modal-header .navbar-form .btn.btn-default,
#top-stripe-col .region-top-stripe .block.modal-footer .navbar-form .btn.btn-default {
  background: #29465f;
  border: 1px solid #29465f;
  color: white;
  height: 28px;
  border-radius: 0;
  transition: .5s ease
}

#top-stripe-col .region-top-stripe .block.clearfix .navbar-form .btn.btn-default:hover,
#top-stripe-col .region-top-stripe .block.dl-horizontal dd .navbar-form .btn.btn-default:hover,
#top-stripe-col .region-top-stripe .block.container .navbar-form .btn.btn-default:hover,
#top-stripe-col .region-top-stripe .block.container-fluid .navbar-form .btn.btn-default:hover,
#top-stripe-col .region-top-stripe .block.row .navbar-form .btn.btn-default:hover,
#top-stripe-col .region-top-stripe .block.form-horizontal .form-group .navbar-form .btn.btn-default:hover,
#top-stripe-col .region-top-stripe .block.btn-toolbar .navbar-form .btn.btn-default:hover,
#top-stripe-col .region-top-stripe .block.btn-group-vertical>.btn-group .navbar-form .btn.btn-default:hover,
#top-stripe-col .region-top-stripe .block.nav .navbar-form .btn.btn-default:hover,
#top-stripe-col .region-top-stripe .block.navbar .navbar-form .btn.btn-default:hover,
#top-stripe-col .region-top-stripe .block.navbar-header .navbar-form .btn.btn-default:hover,
#top-stripe-col .region-top-stripe .block.navbar-collapse .navbar-form .btn.btn-default:hover,
#top-stripe-col .region-top-stripe .block.pager .navbar-form .btn.btn-default:hover,
#top-stripe-col .region-top-stripe .block.panel-body .navbar-form .btn.btn-default:hover,
#top-stripe-col .region-top-stripe .block.modal-header .navbar-form .btn.btn-default:hover,
#top-stripe-col .region-top-stripe .block.modal-footer .navbar-form .btn.btn-default:hover {
  background: #286191;
  transition: .5s ease
}

#top-stripe-col .region-top-stripe .block.block-locale.clearfix,
#top-stripe-col .region-top-stripe .block.block-locale.dl-horizontal dd,
#top-stripe-col .region-top-stripe .block.block-locale.container,
#top-stripe-col .region-top-stripe .block.block-locale.container-fluid,
#top-stripe-col .region-top-stripe .block.block-locale.row,
#top-stripe-col .region-top-stripe .block.block-locale.form-horizontal .form-group,
#top-stripe-col .region-top-stripe .block.block-locale.btn-toolbar,
#top-stripe-col .region-top-stripe .block.block-locale.btn-group-vertical>.btn-group,
#top-stripe-col .region-top-stripe .block.block-locale.nav,
#top-stripe-col .region-top-stripe .block.block-locale.navbar,
#top-stripe-col .region-top-stripe .block.block-locale.navbar-header,
#top-stripe-col .region-top-stripe .block.block-locale.navbar-collapse,
#top-stripe-col .region-top-stripe .block.block-locale.pager,
#top-stripe-col .region-top-stripe .block.block-locale.panel-body,
#top-stripe-col .region-top-stripe .block.block-locale.modal-header,
#top-stripe-col .region-top-stripe .block.block-locale.modal-footer {
  display: block;
  float: left;
  clear: none;
  margin: 0;
  padding: 0
}

#top-stripe-col .region-top-stripe .block.block-locale.clearfix .language-switcher-locale-url,
#top-stripe-col .region-top-stripe .block.block-locale.dl-horizontal dd .language-switcher-locale-url,
#top-stripe-col .region-top-stripe .block.block-locale.container .language-switcher-locale-url,
#top-stripe-col .region-top-stripe .block.block-locale.container-fluid .language-switcher-locale-url,
#top-stripe-col .region-top-stripe .block.block-locale.row .language-switcher-locale-url,
#top-stripe-col .region-top-stripe .block.block-locale.form-horizontal .form-group .language-switcher-locale-url,
#top-stripe-col .region-top-stripe .block.block-locale.btn-toolbar .language-switcher-locale-url,
#top-stripe-col .region-top-stripe .block.block-locale.btn-group-vertical>.btn-group .language-switcher-locale-url,
#top-stripe-col .region-top-stripe .block.block-locale.nav .language-switcher-locale-url,
#top-stripe-col .region-top-stripe .block.block-locale.navbar .language-switcher-locale-url,
#top-stripe-col .region-top-stripe .block.block-locale.navbar-header .language-switcher-locale-url,
#top-stripe-col .region-top-stripe .block.block-locale.navbar-collapse .language-switcher-locale-url,
#top-stripe-col .region-top-stripe .block.block-locale.pager .language-switcher-locale-url,
#top-stripe-col .region-top-stripe .block.block-locale.panel-body .language-switcher-locale-url,
#top-stripe-col .region-top-stripe .block.block-locale.modal-header .language-switcher-locale-url,
#top-stripe-col .region-top-stripe .block.block-locale.modal-footer .language-switcher-locale-url {
  margin: 0 -5px 0 5px;
  padding: 0
}

#top-stripe-col .region-top-stripe ul.language-switcher-locale-url li {
  list-style: none;
  text-transform: uppercase;
  display: inline-block;
  height: 30px;
  margin: 3px 5px 3px 0;
  line-height: 30px;
  font-size: 120%
}

#top-stripe-col .region-top-stripe ul.language-switcher-locale-url li.active {
  font-weight: bold;
  text-decoration: underline
}

#top-stripe-col .block.block-multiblock.clearfix,
#top-stripe-col .block.block-multiblock.dl-horizontal dd,
#top-stripe-col .block.block-multiblock.container,
#top-stripe-col .block.block-multiblock.container-fluid,
#top-stripe-col .block.block-multiblock.row,
#top-stripe-col .block.block-multiblock.form-horizontal .form-group,
#top-stripe-col .block.block-multiblock.btn-toolbar,
#top-stripe-col .block.block-multiblock.btn-group-vertical>.btn-group,
#top-stripe-col .block.block-multiblock.nav,
#top-stripe-col .block.block-multiblock.navbar,
#top-stripe-col .block.block-multiblock.navbar-header,
#top-stripe-col .block.block-multiblock.navbar-collapse,
#top-stripe-col .block.block-multiblock.pager,
#top-stripe-col .block.block-multiblock.panel-body,
#top-stripe-col .block.block-multiblock.modal-header,
#top-stripe-col .block.block-multiblock.modal-footer {
  display: none
}

@media screen and (max-width:1275px) {

  #top-stripe-col .block.block-multiblock.clearfix,
  #top-stripe-col .block.block-multiblock.dl-horizontal dd,
  #top-stripe-col .block.block-multiblock.container,
  #top-stripe-col .block.block-multiblock.container-fluid,
  #top-stripe-col .block.block-multiblock.row,
  #top-stripe-col .block.block-multiblock.form-horizontal .form-group,
  #top-stripe-col .block.block-multiblock.btn-toolbar,
  #top-stripe-col .block.block-multiblock.btn-group-vertical>.btn-group,
  #top-stripe-col .block.block-multiblock.nav,
  #top-stripe-col .block.block-multiblock.navbar,
  #top-stripe-col .block.block-multiblock.navbar-header,
  #top-stripe-col .block.block-multiblock.navbar-collapse,
  #top-stripe-col .block.block-multiblock.pager,
  #top-stripe-col .block.block-multiblock.panel-body,
  #top-stripe-col .block.block-multiblock.modal-header,
  #top-stripe-col .block.block-multiblock.modal-footer {
    display: block;
    clear: none;
    float: left
  }

  #top-stripe-col .social-box-title {
    display: none
  }

  #top-stripe-col .social-box-item {
    float: left
  }

  #top-stripe-col .social-box-icon {
    display: block;
    width: 28px;
    height: 28px;
    margin: 5px 5px 0 0;
    background-size: auto 16px;
    background-repeat: no-repeat;
    background-position: center;
    transition: .5s ease
  }

  #top-stripe-col .social-box-icon-fb,
  .social-box-icon-yt {
    background-color: #838383
  }

  #top-stripe-col .social-box-icon-fb:hover {
    background-color: #46629e
  }

  #top-stripe-col .social-box-icon-yt:hover {
    background-color: #cc181e
  }
}

#top-stripe-mobile {
  display: none
}

#block-menu-menu-menu-main-sprawiedliwi {
  transition: .5s ease
}

#top-menu-row {
  background-color: #00a79b;
  transition: .5s ease
}

#top-logo {
  text-align: left
}

#top-menu {
  text-align: right;
  color: white;
  text-transform: uppercase;
  transition: .5s ease
}

#top-menu ul {
  font-size: 0;
  float: right
}

@media screen and (max-width: 992px) {
  #top-menu ul {
    float: none
  }
}

#top-menu ul li {
  width: 115px;
  display: block;
  float: left;
  font-size: 10pt;
  padding: 0;
  margin: 0;
  text-align: center
}

@media screen and (max-width: 1200px) {
  #top-menu ul li {
    width: 95px;
    font-size: 9pt;
    line-height: 125%
  }
}

@media screen and (max-width: 992px) {
  #top-menu ul li {
    float: none;
    width: 100%
  }
}

#top-menu ul li.big-font,
#top-menu ul li.item-wide.big-font {
  width: 230px;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center
}

#top-menu ul li a {
  display: block;
  min-height: 100px;
  width: 100%;
  background-size: 25px 25px;
  background-position: 50% 20px;
  padding: 50px 10px 10px 10px;
  color: white;
  text-decoration: none;
  transition: .5s ease
}

@media screen and (min-width: 992px) {

  #top-menu ul li a:hover,
  #top-menu ul li a:focus {
    background-color: #21b9ae;
    transition: .5s ease
  }

  #top-menu ul li a.contrast-2:hover,
  #top-menu ul li a.contrast-2:focus {
    background-color: #292929 !important;
    transition: .5s ease
  }

  #top-menu ul li a.contrast-3:hover,
  #top-menu ul li a.contrast-3:focus {
    background-color: #F6FF6C !important;
    transition: .5s ease
  }
}

#top-menu ul li.item-wide {
  width: 155px
}

@media screen and (max-width: 1200px) {
  #top-menu ul li.item-wide {
    width: 140px
  }
}

@media screen and (max-width: 992px) {
  #top-menu ul li.item-wide {
    width: 100%
  }
}

#top-menu ul li.item-medium-wide {
  width: 140px
}

@media screen and (max-width: 1200px) {
  #top-menu ul li.item-medium-wide {
    width: 125px
  }
}

@media screen and (max-width: 992px) {
  #top-menu ul li.item-medium-wide {
    width: 100%
  }
}

@media screen and (min-width: 992px) {
  #mobile-menu-collapsable {
    display: none !important
  }

  #top-menu ul li a:before {
    content: '';
    width: 0;
    height: 65%;
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    top: 20%;
    left: 0;
    transition: .5s ease
  }

  #top-menu ul li a.contrast-3:before,
  #top-menu ul li a.contrast-3:after {
    border-left: 1px solid black
  }

  #top-menu ul li a:hover:before,
  #top-menu ul li a:focus:before {
    content: '';
    width: 0;
    height: 65%;
    position: absolute;
    border-left: 2px solid #21b9ae;
    top: 20%;
    left: 0;
    z-index: 10;
    transition: .5s ease
  }

  #top-menu ul li a.contrast-2:hover:before,
  #top-menu ul li a.contrast-2:focus:before,
  #top-menu ul li a.contrast-2:hover:after,
  #top-menu ul li a.contrast-2:focus:after {
    border-left: 2px solid #292929
  }

  #top-menu ul li a.contrast-3:hover:before,
  #top-menu ul li a.contrast-3:focus:before,
  #top-menu ul li a.contrast-3:hover:after,
  #top-menu ul li a.contrast-3:focus:after {
    border-left: 2px solid #F6FF6C
  }

  #top-menu ul li a:after {
    content: '';
    width: 0;
    height: 65%;
    position: absolute;
    border-left: 2px solid rgba(255, 255, 255, 0);
    top: 20%;
    right: -1px;
    z-index: 10;
    transition: .5s ease
  }

  #top-menu ul li.big-font a.third-leaf:after {
    border-left: 1px solid rgba(255, 255, 255, 0.7)
  }

  #top-menu ul li a:hover:after,
  #top-menu ul li a:focus:after,
  #top-menu ul li.big-font a.third-leaf:hover:after,
  #top-menu ul li.big-font a.third-leaf:focus:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border-left: 2px solid #00a79b;
    top: 0;
    right: -1px;
    z-index: 10;
    transition: .5s ease
  }

  #top-menu ul li a.single-line {
    padding: 60px 10px 0 10px
  }

  #top-menu ul li:last-child:after {
    content: '';
    width: 0;
    height: 65%;
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    top: 20%;
    right: 0;
    transition: .5s ease
  }

  #top-menu ul li:last-child:hover:after,
  #top-menu ul li:last-child:focus:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border-left: 1px solid #00a79b;
    top: 0;
    right: 0;
    transition: .5s ease
  }

  #top-menu ul li.contrast-2:last-child:hover:after,
  #top-menu ul li.contrast-2:last-child:focus:after {
    border-left: 1px solid white
  }

  #top-menu ul li.contrast-3:last-child:hover:after,
  #top-menu ul li.contrast-3:last-child:focus:after {
    border-left: 1px solid black
  }
}

#top-menu-mobile {
  display: none
}

.view.view-bibliography.view-id-bibliography .item-list ul,
.view.view-filmography.view-id-filmography .item-list ul {
  list-style: none;
  padding-left: 15px
}

.view.view-bibliography.view-id-bibliography .view-footer #list-caption,
.view.view-filmography.view-id-filmography .view-footer #list-caption {
  font-weight: bold
}

.view.view-bibliography.view-id-bibliography .item-list ul li:before,
.view.view-filmography.view-id-filmography .item-list ul li:before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url("../images/bibl-title.png");
  background-size: 100%;
  top: 2px;
  position: relative;
  margin-right: 5px;
  margin-top: 10px
}

.view.view-filmography.view-id-filmography .item-list ul li {
  margin-bottom: 20px
}

.view.view-bibliography.view-id-bibliography .views-row,
.view.view-filmography.view-id-filmography .views-row {
  border-top: 4px solid #f5f5f5
}

.view.view-bibliography.view-id-bibliography .views-row.bibl-link-row,
.view.view-filmography.view-id-filmography .views-row.bibl-link-row {
  color: #00a79b
}

.view.view-bibliography.view-id-bibliography .views-row.bibl-link-row .bibl-link,
.view.view-filmography.view-id-filmography .views-row.bibl-link-row .bibl-link {
  cursor: pointer
}

.view.view-bibliography.view-id-bibliography .views-row .views-field-field-bibl-description p,
.view.view-filmography.view-id-filmography .views-row .views-field-field-bibl-description p,
.view.view-filmography.view-id-filmography .views-row .views-field-field-bibl-description p span {
  font-size: 100% !important;
  display: inline-block;
  background: #fff;
  line-height: 1.1em;
  color: black
}

.view.view-bibliography.view-id-bibliography .views-field-field-bibl-author-authors,
.view.view-filmography.view-id-filmography .views-field-field-bibl-direction {
  font-weight: bolder;
  color: #737475
}

.view.view-bibliography.view-id-bibliography .views-row.bibl-link-row .views-field-field-bibl-author-authors,
.view.view-filmography.view-id-filmography .views-row.bibl-link-row .views-field-field-bibl-direction {
  color: #00a79b
}

.view.view-bibliography.view-id-bibliography .views-field-title span,
.view.view-filmography.view-id-filmography .views-field-title-1 span {
  font-weight: normal;
  font-style: italic
}

.view.view-bibliography.view-id-bibliography .views-field-field-bibl-description,
.view.view-filmography.view-id-filmography .views-field-field-bibl-description {
  margin-top: 20px;
  margin-left: 23px
}

.view.view-bibliography.view-id-bibliography .menu-tabs ul li a {
  padding: 10px 23.5px
}

.view.view-bibliography.view-id-bibliography .menu-tabs ul li.big-font {
  width: 100%
}

.view.view-bibliography.view-id-bibliography .menu-tabs ul li.big-font:first-child {
  margin: 0 0 -1px -5px
}

.view.view-bibliography.view-id-bibliography .alpha-pagination,
.view.view-filmography.view-id-filmography .alpha-pagination {
  margin-bottom: 30px;
  margin-top: 30px
}

.view.view-bibliography.view-id-bibliography .item-list .views-row {
  margin-bottom: 20px
}

@media screen and (max-width: 1200px) {
  .view.view-bibliography.view-id-bibliography .menu-tabs ul li a {
    font-size: 12px
  }

  .view.view-bibliography.view-id-bibliography .menu-tabs ul li a {
    padding: 10px 10px
  }
}

@media screen and (max-width:992px) {
  .view.view-bibliography.view-id-bibliography .menu-tabs ul li a {
    padding: 10px 14px
  }
}

@media screen and (max-width: 768px) {
  .view.view-bibliography.view-id-bibliography .menu-tabs ul li {
    width: 100%
  }
}

@media screen and (max-width: 480px) {
  .view.view-filmography.view-id-filmography .menu-tabs ul li {
    width: 100%
  }
}

.view.view-audio-list .item-list ul,
#rescue-story-audio-box ul {
  list-style: none;
  padding: 0
}

.view.view-audio-list .row.audio-list-row {
  margin-bottom: 30px;
  width: 100%
}

.view.view-audio-list .views-row #audio-list-row-links .btn.btn-default {
  background: #29465f;
  border: 1px solid #29465f;
  color: white;
  border-radius: 0;
  display: block;
  margin-top: 10px;
  width: 100%;
  padding: 0;
  text-transform: uppercase;
  height: 30px;
  font-size: 10pt;
  padding-right: 10%
}

.audio-active {
  border-bottom: 5px solid #21b9ae !important
}

.view.view-audio-list .views-row #audio-list-row-links .btn.btn-default.enabled:hover {
  background: #286191
}

.view.view-audio-list #audio-list-topic-filter,
.view.view-audio-list #audio-list-surname-filter {
  -moz-transition: max-height .5s ease;
  -ms-transition: max-height .5s ease;
  -o-transition: max-height .5s ease;
  -webkit-transition: max-height .5s ease;
  transition: max-height .5s ease;
  overflow: hidden;
  display: block
}

.view.view-audio-list #audio-list-topic-filter {
  max-height: 600px
}

.view.view-audio-list #audio-list-surname-filter {
  max-height: 200px
}

.view.view-audio-list #audio-list-topic-filter.collapsed,
.view.view-audio-list #audio-list-surname-filter.collapsed {
  max-height: 0
}

.view.view-audio-list #audio-list-topic-filter #views-exposed-form-audio-list-page .bef-select-as-checkboxes {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  box-shadow: none
}

.view.view-audio-list #audio-list-topic-filter #views-exposed-form-audio-list-page .bef-checkboxes {
  padding-left: 10px;
  padding-bottom: 8px
}

.view.view-audio-list #audio-list-topic-filter #views-exposed-form-audio-list-page .form-type-bef-checkbox {
  margin-top: -4px;
  width: 33%;
  display: inline-block;
  vertical-align: middle
}

.view.view-audio-list #audio-list-topic-filter #views-exposed-form-audio-list-page .checkboxFormat {
  margin-top: -2px !important;
  height: 44px;
  position: relative;
  top: 1px
}

.view.view-audio-list #audio-list-topic-filter #views-exposed-form-audio-list-page .checkboxFormat input {
  position: relative;
  top: -14px
}

.view.view-audio-list #audio-list-topic-filter #views-exposed-form-audio-list-page .checkboxFormat label {
  position: relative;
  top: 1px !important
}

.view.view-audio-list #audio-list-topic-filter #views-exposed-form-audio-list-page .form-type-bef-checkbox input {
  display: inline-block;
  width: 20%;
  height: 15px;
  width: 15px;
  cursor: pointer
}

.view.view-audio-list #audio-list-topic-filter #views-exposed-form-audio-list-page .form-type-bef-checkbox label {
  display: inline-block;
  padding-left: 10px;
  width: 80%;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  top: -3px
}

.view.view-audio-list #audio-list-no-result {
  text-align: center;
  margin-top: 50px
}

.view.view-audio-list #audio-list-topic-filter #views-exposed-form-audio-list-page #edit-field-tags-tid-wrapper {
  width: 100%
}

.view.view-audio-list #audio-list-topic-filter #views-exposed-form-audio-list-page #edit-field-tags-tid-wrapper>label {
  display: none
}

.view.view-audio-list #audio-list-topic-filter h2.block-title {
  display: none
}

.view.view-audio-list .views-row .text-column .small-pagination-buttons,
#rescue-story-audio-box .small-pagination-buttons {
  float: right
}

.view.view-audio-list .views-row .text-column .small-pagination-buttons button,
#rescue-story-audio-box .small-pagination-buttons button {
  font-size: 12pt;
  color: #00a79b;
  border-radius: 0;
  margin-right: 5px
}

.view.view-audio-list .views-row .text-column .small-pagination-buttons button.disabled,
#rescue-story-audio-box .small-pagination-buttons button.disabled {
  color: #eaeaea;
  background-color: #f5f5f5;
  opacity: .3
}

.view.view-audio-list .views-row .text-column .small-pagination-buttons button span,
#rescue-story-audio-box .small-pagination-buttons button span {
  top: 2px
}

.view.view-audio-list #surname-filter-row {
  background-color: #f5f5f5;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px
}

.view.view-audio-list #surname-filter-row.contrast-2,
.view.view-audio-list #topic-filter-row.contrast-2 {
  border: 2px solid white
}

.view.view-audio-list #surname-filter-row.contrast-3,
.view.view-audio-list #topic-filter-row.contrast-3 {
  border: 2px solid black
}

.view.view-audio-list #topic-filter-row {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding-bottom: 5px
}

.view.view-audio-list #audio-filter-topic-text,
.view.view-audio-list #audio-filter-surname-text {
  font-weight: bold;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  position: absolute;
  z-index: 1;
  cursor: pointer
}

.view.view-audio-list #audio-list-surname-filter,
.view.view-audio-list #audio-list-topic-filter {
  margin-top: 40px;
  margin-left: 20px
}

.view.view-audio-list #surname-filter-toggle,
.view.view-audio-list #topic-filter-toggle {
  float: right;
  font-size: 18px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  padding-left: 90%
}

@media screen and (min-width: 1200px) {
  #audio-player-modal .modal-dialog {
    width: 50%
  }

  .amplitude-song-slider {
    width: 55% !important
  }

  .view.view-audio-list .views-row .text-column ul.audio-links-list {
    min-height: 100px
  }

  .view.view-audio-list .views-row #audio-list-row-links {
    margin-top: 117px
  }
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .amplitude-song-slider {
    width: 45% !important
  }

  #audio-player-modal .modal-dialog {
    width: 60%
  }

  .view.view-audio-list .views-row .text-column ul.audio-links-list {
    min-height: 100px
  }

  .view.view-audio-list .views-row #audio-list-row-links {
    margin-top: 87px
  }
}

@media screen and (min-width:480px) and (max-width:768px) {
  #audio-player-modal .modal-dialog {
    width: 75%;
    margin: 0 auto
  }

  .amplitude-song-slider {
    width: 30% !important
  }

  .view.view-audio-list .row.audio-list-row {
    border-top: 5px solid #f5f5f5
  }

  .view.view-audio-list .views-row .text-column {
    border-top: none !important
  }

  .view.view-audio-list .views-row .links-column {
    border-top: none !important
  }

  .view.view-audio-list .views-row #audio-list-row-links {
    margin-top: 10px !important;
    border-top: none !important
  }
}

@media screen and (max-width:480px) {
  #audio-player-modal .modal-dialog {
    width: 100%;
    margin: 0
  }

  .amplitude-song-slider {
    width: 25% !important
  }

  .amplitude-play-pause {
    margin-left: 2px !important
  }

  .view.view-audio-list .views-row .photo-column {
    border-top: none !important
  }

  .view.view-audio-list .views-row .text-column {
    border-top: none !important
  }

  .view.view-audio-list .views-row .links-column {
    border-top: none !important
  }

  .view.view-audio-list .views-row #audio-list-row-links {
    margin-top: 10px !important;
    border-top: none !important
  }

  .view.view-audio-list .row.audio-list-row {
    border-top: 3px solid #f5f5f5
  }
}

#audio-player-modal .modal-content {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 100%;
  left: 0
}

#audio-player-modal .modal-header {
  border: 0;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding: 0;
  margin: 15px
}

#audio-player-modal button.close {
  z-index: 9999;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 10px;
  background-color: white;
  opacity: 1;
  font-size: 25px !important
}

#audio-player-modal button.close:hover {
  color: #737475
}

#audio-player-modal .modal-body {
  border: 0;
  padding-top: 5px
}

#audio-player-modal .modal-body .audio-author {
  text-transform: uppercase;
  font-weight: bold
}

#audio-player-modal .modal-body .audio-title {
  font-style: italic;
  margin-bottom: 20px
}

#audio-player-modal .modal-body .audio-player {
  width: 100%;
  margin-bottom: 20px;
  height: 40px;
  background-color: #29465f
}

#audio-player-modal .modal-body .audio-desc-cap {
  font-weight: bold
}

#audio-player-modal .modal-footer {
  border: 0;
  text-align: left
}

#audio-player-modal .modal-footer #other-audio-cap {
  text-transform: uppercase;
  font-weight: bold
}

#audio-player-modal .modal-footer #other-audio-num {
  float: right;
  color: #737475
}

#audio-player-modal .modal-footer #other-audio-list {
  list-style: none;
  height: 80%;
  overflow: hidden;
  margin-top: 10px;
  width: 100%;
  display: inline-block;
  padding: 0;
  white-space: nowrap;
  position: relative
}

#audio-player-modal .modal-footer #audio-list-row {
  height: 100px
}

#audio-player-modal .modal-footer #audio-list-row .column {
  height: 100%;
  padding: 0
}

#audio-player-modal .modal-footer .btn.btn-default {
  display: block
}

#audio-player-modal .modal-footer .btn.btn-default.small-pagination-button-previous {
  margin-top: 30px;
  height: 40px;
  width: 75%;
  border-radius: 0;
  margin-left: 22.5%;
  font-size: 25px;
  padding: 0;
  color: #00a79b
}

#audio-player-modal .modal-footer .btn.btn-default.small-pagination-button-previous span {
  top: 2px
}

#audio-player-modal .modal-footer #audio-cap-row {
  padding-left: 2.5%;
  padding-right: 2.5%
}

#audio-player-modal .modal-footer .btn.btn-default.small-pagination-button-next {
  margin-top: 30px;
  height: 40px;
  width: 75%;
  border-radius: 0;
  margin-left: 2.5%;
  font-size: 25px;
  padding: 0;
  color: #00a79b
}

#audio-player-modal .modal-footer #other-audio-list li {
  width: 32.95%;
  height: 100%;
  background-color: #eaeaea;
  border-left: 1px solid white;
  border-right: 1px solid white;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  position: relative;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  left: 0;
  cursor: pointer;
  transition: .5s ease;
  color: black
}

#audio-player-modal .modal-footer #other-audio-list li:hover {
  background-color: #f5f5f5;
  color: #00a79b
}

#audio-player-modal .audio-player-img {
  max-width: 100%;
  max-height: 300px;
  margin-bottom: 10px
}

@media screen and (max-width: 1200px) {
  .view.view-audio-list .views-row #audio-list-row-links .btn.btn-default {
    font-size: 8pt
  }

  .view.view-audio-list .views-row .links-column img.audio-list-link-icon {
    top: 5px
  }
}

.view.view-audio-list .views-row #audio-list-row-links {
  width: 100%;
  height: 80px;
  max-width: 205px;
  float: right
}

.view.view-audio-list .views-row .text-column #name-surname-row {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 15pt
}

.view.view-audio-list .views-row #name-surname-row {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 5px
}

.view.view-audio-list .views-row .photo-column {
  padding-right: 0
}

.view.view-audio-list .views-row .xs-photo-column {
  height: 200px;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 10px
}

.view.view-audio-list .views-row .text-column {
  border-top: 5px solid #f5f5f5
}

.view.view-audio-list .views-row.views-row-first .text-column,
.view.view-audio-list .views-row.views-row-first .links-column {
  border-top: none !important
}

.view.view-audio-list .views-row .text-column ul.audio-links-list {
  list-style: none
}

#audio-player-modal .modal-footer #other-audio-list li.audio-link-row {
  height: 100%;
  text-align: center
}

.amplitude-play-pause {
  background-image: url("../images/audio-pause-white.png");
  width: 30px;
  height: 30px;
  background-size: cover;
  cursor: pointer;
  display: inline-block;
  margin: 5px 5px 5px 10px
}

.amplitude-play-pause.amplitude-paused {
  background-image: url("../images/audio-play-white.png")
}

.amplitude-mute {
  background-image: url("../images/audio-volume-white.png");
  width: 20px;
  height: 20px;
  background-size: cover;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 10px 0
}

.amplitude-song-slider {
  display: inline-block !important;
  vertical-align: top;
  height: 30px;
  margin: 5px 5px 5px 5px !important;
  background-color: transparent;
  box-sizing: content-box;
  padding: 0;
  cursor: pointer
}

.amplitude-volume-slider {
  display: inline-block !important;
  width: 13% !important;
  vertical-align: top;
  height: 30px;
  margin: 5px 5px 5px 5px !important;
  background-color: transparent;
  box-sizing: content-box;
  padding: 0;
  cursor: pointer
}

@media all and (max-width:330px) {
  .amplitude-volume-slider {
    width: 10% !important
  }
}

.amplitude-mute.muted {
  background-image: url("../images/audio-muted-white.png")
}

input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%
}

input[type=range]:focus {
  outline: none
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: .2s;
  box-shadow: 0 0 1px #000000;
  background: #FFFFFF;
  border-radius: 15px;
  border: 0 solid #010101
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 1px #000031;
  border: 0 solid #00001E;
  height: 15px;
  width: 15px;
  border-radius: 30px;
  background: #00A79B;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -1.5px
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #FFFFFF
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: .2s;
  box-shadow: 0 0 1px #000000;
  background: #FFFFFF;
  border-radius: 15px;
  border: 0 solid #010101
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 1px #000031;
  border: 0 solid #00001E;
  height: 15px;
  width: 15px;
  border-radius: 30px;
  background: #00A79B;
  cursor: pointer
}

input[type=range]::-ms-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: .2s;
  background: transparent;
  border-color: transparent;
  color: transparent
}

input[type=range]::-ms-fill-lower {
  background: #FFFFFF;
  border: 0 solid #010101;
  border-radius: 30px;
  box-shadow: 0 0 1px #000000
}

input[type=range]::-ms-fill-upper {
  background: #FFFFFF;
  border: 0 solid #010101;
  border-radius: 30px;
  box-shadow: 0 0 1px #000000
}

input[type=range]::-ms-thumb {
  box-shadow: 0 0 1px #000031;
  border: 0 solid #00001E;
  height: 15px;
  width: 15px;
  border-radius: 30px;
  background: #00A79B;
  cursor: pointer
}

input[type=range]:focus::-ms-fill-lower {
  background: #FFFFFF
}

input[type=range]:focus::-ms-fill-upper {
  background: #FFFFFF
}

#audio-player-modal .modal-body .audio-time-region {
  color: white;
  vertical-align: top;
  display: inline-block;
  height: 20px;
  margin-top: 11px;
  margin-bottom: 9px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px
}

.view.view-audio-list .views-row .text-column ul li.audio-link-row-empty {
  color: #737475;
  font-weight: bolder
}

.view.view-audio-list .views-row .text-column ul li.audio-link-row-empty:before {
  background-image: url("../images/audio-play-gray.png");
  margin-top: 10px
}

.view.view-audio-list .views-row .text-column ul li.audio-link-row:before,
#audio-player-modal .modal-footer #other-audio-list li.audio-link-row:before,
.view.view-audio-list .views-row .text-column ul li.audio-link-row-empty:before,
#rescue-story-audio-box ul li.audio-link-row:before {
  content: '';
  display: inline-block;
  height: 18px;
  width: 18px;
  background-size: 100%;
  top: 4px;
  position: relative;
  margin-right: 5px;
  background-size: cover
}

.audio-arrow {
  background-image: url('/sites/all/themes/sprawiedliwi_bs/images/audio-play.png');
  display: inline-block;
  background-size: cover;
  background-position: center center;
  width: 19px;
  height: 19px;
  position: relative;
  top: 5px;
  left: -5px;
  margin-left: -23px
}

.audio-arrow-mini {
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
  left: -3px;
  margin-left: -23px
}

#audio-player-modal .modal-footer #other-audio-list li.audio-link-row:before {
  margin-top: 5px;
  margin-left: 10px
}

.view.view-audio-list .views-row .text-column ul li.audio-link-row:before {
  margin-top: 10px
}

.view.view-audio-list .views-row .text-column ul li.audio-link-row a.audio-link,
#audio-player-modal .modal-footer #other-audio-list li.audio-link-row a.audio-link {
  font-weight: bolder;
  cursor: pointer;
  color: inherit
}

#rescue-story-audio-box ul li.audio-link-row a.audio-link {
  cursor: pointer
}

.view.view-audio-list .views-row .text-column ul li.audio-link-row a.audio-link:hover,
#audio-player-modal .modal-footer #other-audio-list li.audio-link-row a.audio-link:hover,
#rescue-story-audio-box ul li.audio-link-row a.audio-link:hover {
  color: #00a79b;
  text-decoration: none
}

.view.view-audio-list .views-row .links-column {
  border-top: 5px solid #f5f5f5;
  padding-right: 0
}

.view.view-audio-list .views-row .links-column img.audio-list-link-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 7px
}

.view-rescue-stories .alpha-pagination li, .view-rescue-stories .alpha-pagination li:last-child, .view-rescue-stories .alpha-pagination li:first-child{
    border:none;
}

.menu-tabs ul li a.active.contrast-2 {
  background-color: white !important;
  color: black !important
}

ul.alpha-pagination li.inactive.contrast-2 {
  color: #888888 !important
}

.menu-tabs ul li a.active.contrast-3 {
  background-color: black !important;
  color: #ff0 !important
}

ul.alpha-pagination li.inactive.contrast-3 {
  color: #888888 !important
}

#social-box.big-font {
  right: 5px;
  top: 35%
}

.contrast-2 {
  background-color: black !important;
  color: white !important;
  filter: none !important;
  -webkit-filter: none !important;
  border-color: white !important
}

.contrast-3 {
  background-color: #ff0 !important;
  color: black !important;
  filter: none !important;
  -webkit-filter: none !important;
  border-color: black !important
}

#up.contrast-2,
#top-menu-row.contrast-2 {
  background-color: #737475 !important
}

#top-menu-row-container.contrast-2 {
  border: 3px solid #737475
}

#up.contrast-3,
#top-menu-row.contrast-3 {
  background-color: black !important
}

#top-menu-row-container.contrast-3 {
  border: 3px solid black
}

#top-stripe-col a.contrast-3 {
  background-color: transparent !important
}

#print-panel {
  width: 50%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 15px
}

#print-panel #print-options label {
  vertical-align: top;
  margin-left: 5px
}

#print-panel #print-button {
  text-align: center
}

#audio-modal {
  width: 35%;
  height: 75%;
  postion: absolute;
  top: 12.5%;
  left: 32.5%;
  background-color: white
}

#audio-modal button.close {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 35px;
  font-weight: 900
}

@media screen and (max-width: 992px) {
  #audio-modal {
    width: 50%;
    left: 25%
  }
}

@media screen and (max-width: 480px) {
  #audio-modal {
    width: 75%;
    left: 12.5%
  }
}

@media screen and (max-width: 992px) {
  #top-menu-row-container #top-logo {
    min-width: 130px
  }

  #top-menu-row-container #top-logo img {
    padding: 5px;
    max-height: 40px
  }

  #mobile-search-collapsable #mobile-search-advanced {
    color: #737475;
    font-style: italic;
    text-decoration: underline;
    margin-top: 10px
  }

  #mobile-search-collapsable #mobile-search-advanced:hover {
    background-color: transparent;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    transition: .5s ease
  }

  #mobile-search-collapsable {
    background-color: white;
    -webkit-box-shadow: inset 0 0 157px -74px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 157px -74px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 157px -74px rgba(0, 0, 0, 0.5);
    position: relative;
    height: auto
  }

  #mobile-search-collapsable .navbar-form {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%
  }

  #mobile-search-collapsable button.close {
    margin-top: 10px;
    margin-right: 10%;
    font-size: 35px;
    font-weight: 900
  }

  #mobile-search-collapsable .input-group {
    min-width: 100%
  }

  #mobile-search-collapsable .input-group .input-group-btn {
    width: 60px
  }

  #mobile-search-collapsable #mobile-search-collapsable-search-button {
    background: #29465f;
    border: 1px solid #29465f;
    color: white;
    border-radius: 0;
    transition: .5s ease;
    text-transform: uppercase
  }

  #top-menu-row-container #mobile-menu-search-button-container {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    height: 40px;
    width: 40px
  }

  #top-menu-row-container #mobile-menu-search-button {
    background: #29465f;
    border: 1px solid #29465f;
    color: white;
    border-radius: 0;
    transition: .5s ease;
    height: 40px;
    width: 40px;
    margin: 0
  }

  #mobile-menu-collapsable.contrast-2 {
    border-bottom: 3px solid #737475
  }

  #mobile-menu-collapsable.contrast-3 {
    border-bottom: 3px solid black
  }

  #mobile-menu-collapsable #mobile-menu-collapsable-main-row ul li {
    text-align: left;
    color: white;
    text-transform: uppercase;
    width: 80%
  }

  #mobile-menu-collapsable #mobile-menu-collapsable-main-row ul li a {
    color: white;
    padding: 10px 45px;
    background-size: 25px 25px;
    background-position-x: 10px;
    background-position-y: 5px;
    border-bottom: 1px solid #fff;
    position: relative;
    left: 10%;
    padding-right: 0
  }

  #mobile-menu-collapsable #mobile-menu-collapsable-main-row ul li a.big-font {
    background-position-y: 10px
  }

  #mobile-menu-collapsable #mobile-menu-collapsable-main-row ul li a:hover {
    background-color: #21b9ae;
    transition: .5s ease
  }

  #mobile-menu-collapsable #mobile-menu-collapsable-main-row ul li a.contrast-2:hover {
    background-color: #292929 !important;
    transition: .5s ease
  }

  #mobile-menu-collapsable #mobile-menu-collapsable-main-row ul li a.contrast-3:hover {
    background-color: #F6FF6C !important;
    transition: .5s ease
  }

  #mobile-menu-collapsable #mobile-menu-collapsable-main-row ul li.last.leaf a {
    border: none
  }

  #mobile-menu-collapsable #block-menu-menu-menu-top-stripe-mobile ul {
    display: block;
    float: left
  }

  #mobile-menu-collapsable #block-menu-menu-menu-top-stripe-mobile ul li {
    display: block;
    float: left;
    height: 30px;
    padding: 8px 0
  }

  #mobile-menu-collapsable #block-menu-menu-menu-top-stripe-mobile ul li.last {
    margin-left: 5px
  }

  #mobile-menu-collapsable #block-menu-menu-menu-top-stripe-mobile ul li a {
    height: 16px;
    line-height: 16px;
    padding: 0 0 0 10px;
    margin: 3px 5px;
    background-size: auto 16px;
    background-position: center right;
    border-left: 1px solid silver;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    font-weight: bolder;
    color: #737475;
    min-width: 30px
  }

  #mobile-menu-collapsable #block-menu-menu-menu-top-stripe-mobile ul li:first-child {
    border: none
  }

  #mobile-menu-collapsable #block-menu-menu-menu-top-stripe-mobile ul li a:hover {
    background-color: transparent;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    transition: .5s ease;
    color: #00a79b
  }

  #mobile-menu-collapsable #block-menu-menu-menu-top-stripe-mobile ul li a.item-high-contrast {
    padding-right: 21px
  }

  #mobile-menu-collapsable #block-menu-menu-menu-top-stripe-mobile ul li a.item-print {
    background-size: auto 14px;
    width: 28px;
    font-size: 0
  }

  #mobile-menu-collapsable #block-menu-menu-menu-top-stripe-mobile ul li a.item-font-size {
    background-size: auto 13px;
    width: 41px;
    font-size: 0
  }

  #mobile-menu-collapsable #mobile-menu-collapsable-stripe-row {
    padding-left: 10%;
    background-color: white
  }

  #mobile-menu-collapsable #mobile-menu-collapsable-stripe-row.contrast-2,
  #mobile-menu-collapsable #mobile-menu-collapsable-stripe-row.contrast-3 {
    border-bottom: 2px solid
  }

  #mobile-menu-collapsable #mobile-menu-collapsable-stripe-row .language-switcher-locale-url {
    height: 19px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px
  }

  #mobile-menu-collapsable #mobile-menu-collapsable-stripe-row .language-switcher-locale-url.big-font {
    height: 29px;
    margin-bottom: 5px;
    margin-top: 5px
  }

  #mobile-menu-collapsable #mobile-menu-collapsable-stripe-row .language-switcher-locale-url.big-font li {
    margin-right: 5px
  }

  #mobile-menu-collapsable #mobile-menu-collapsable-stripe-row .menu_icon {
    font-size: 0;
    width: 20px
  }

  #mobile-menu-collapsable #mobile-menu-collapsable-stripe-row #block-multiblock-3 {
    float: left;
    display: block;
    clear: none
  }

  #mobile-menu-collapsable #mobile-menu-collapsable-stripe-row #block-menu-menu-menu-top-stripe-mobile {
    float: left;
    display: block;
    vertical-align: top;
    clear: none
  }

  #top-menu-mobile #mobile-menu-button-container {
    display: inline-block;
    height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    vertical-align: top;
    width: 30px;
    padding: 0;
    margin-right: 10px
  }

  #top-menu-mobile #mobile-menu-button-container .navbar-header {
    width: 30px;
    margin-left: 0
  }

  #mobile-menu-collapsable .block-title {
    display: none
  }

  #mobile-menu-button-container #mobile-menu-button {
    height: 20px;
    margin: 0 auto;
    padding: 0
  }

  #mobile-menu-button-container #mobile-menu-button .icon-bar {
    background-color: white !important;
    height: 3px;
    border-radius: 3px
  }

  #mobile-menu-button-container #mobile-menu-button .icon-bar.contrast-3 {
    background-color: black !important
  }

  #top-menu-mobile #block-menu-menu-sprawiedliwi-mobile-menu {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    vertical-align: top
  }

  #top-menu-mobile #block-menu-menu-sprawiedliwi-mobile-menu ul {
    display: block;
    float: right;
    list-style-type: none;
    color: white
  }

  #top-menu-mobile #block-menu-menu-sprawiedliwi-mobile-menu ul li {
    display: inline-block;
    height: 20px;
    vertical-align: top;
    width: 30px;
    font-size: 0
  }

  #top-menu-mobile #block-menu-menu-sprawiedliwi-mobile-menu ul li a {
    padding: 0 0 0 0;
    margin: 0 0;
    background-position: 50%;
    background-size: contain;
    display: inline-block;
    height: 100%;
    min-height: 100%
  }

  #top-menu-mobile #block-menu-menu-sprawiedliwi-mobile-menu ul li:first-child a {
    padding: 0 0 0 0;
    border-left: none
  }

  #top-menu-mobile #block-menu-menu-sprawiedliwi-mobile-menu ul li a:hover {
    background-color: #21b9ae;
    transition: .5s ease
  }

  #top-menu-mobile #block-menu-menu-sprawiedliwi-mobile-menu ul li a.contrast-2:hover {
    background-color: #292929 !important;
    transition: .5s ease
  }

  #top-menu-mobile .block-title {
    display: none
  }

  #top-menu-mobile .social-box-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 5px 5px 0 0;
    background-size: auto 16px;
    background-repeat: no-repeat;
    background-position: center;
    transition: .5s ease
  }

  #top-menu-mobile .social-box-icon-fb,
  .social-box-icon-yt {
    background-color: #838383
  }

  #top-menu-mobile .social-box-icon-fb:hover {
    background-color: #46629e
  }

  #top-menu-mobile .social-box-icon-yt:hover {
    background-color: #cc181e
  }

  #top-menu-mobile {
    display: block
  }

  .region-top-menu {
    display: none !important
  }

  #top-stripe-mobile {
    display: block;
    height: 80px;
    margin: -20px 0 0 0
  }

  #mobile-menu-inner {
    width: 100%
  }

  #mobile-menu ul {
    background: #00a79b;
    padding-bottom: 5px
  }

  #mobile-menu li {
    background: #00a79b;
    color: white;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    border: none;
    transition: .5s ease
  }

  #mobile-menu li a {
    width: 720px;
    height: 45px;
    display: block;
    margin: 0 auto;
    float: none;
    color: white;
    text-align: left;
    text-decoration: none;
    line-height: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    background-color: #00a79b;
    background-size: 25px 25px;
    background-position: 5px 50%;
    padding: 0 0 0 40px;
    transition: .5s ease
  }

  #mobile-menu li a:hover {
    background-color: #21b9ae;
    transition: .5s ease
  }

  #mobile-navigation-mask {
    top: 75px !important;
    background-color: black !important
  }

  #top-menu-mobile .region-top-menu-mobile {
    width: 100%;
    margin: 0 auto;
    padding: 0 0
  }

  #mobile-menu-collapsable .block.block-multiblock.clearfix ul.language-switcher-locale-url,
  #mobile-menu-collapsable .block.block-multiblock.dl-horizontal dd ul.language-switcher-locale-url,
  #mobile-menu-collapsable .block.block-multiblock.container ul.language-switcher-locale-url,
  #mobile-menu-collapsable .block.block-multiblock.container-fluid ul.language-switcher-locale-url,
  #mobile-menu-collapsable .block.block-multiblock.row ul.language-switcher-locale-url,
  #mobile-menu-collapsable .block.block-multiblock.form-horizontal .form-group ul.language-switcher-locale-url,
  #mobile-menu-collapsable .block.block-multiblock.btn-toolbar ul.language-switcher-locale-url,
  #mobile-menu-collapsable .block.block-multiblock.btn-group-vertical>.btn-group ul.language-switcher-locale-url,
  #mobile-menu-collapsable .block.block-multiblock.nav ul.language-switcher-locale-url,
  #mobile-menu-collapsable .block.block-multiblock.navbar ul.language-switcher-locale-url,
  #mobile-menu-collapsable .block.block-multiblock.navbar-header ul.language-switcher-locale-url,
  #mobile-menu-collapsable .block.block-multiblock.navbar-collapse ul.language-switcher-locale-url,
  #mobile-menu-collapsable .block.block-multiblock.pager ul.language-switcher-locale-url,
  #mobile-menu-collapsable .block.block-multiblock.panel-body ul.language-switcher-locale-url,
  #mobile-menu-collapsable .block.block-multiblock.modal-header ul.language-switcher-locale-url,
  #mobile-menu-collapsable .block.block-multiblock.modal-footer ul.language-switcher-locale-url {
    background: red;
    list-style: none !important;
    display: block;
    float: left;
    clear: none;
    padding: 0;
    margin: 0;
    background: none
  }

  #mobile-menu-collapsable .block.block-multiblock.clearfix ul.language-switcher-locale-url li,
  #mobile-menu-collapsable .block.block-multiblock.dl-horizontal dd ul.language-switcher-locale-url li,
  #mobile-menu-collapsable .block.block-multiblock.container ul.language-switcher-locale-url li,
  #mobile-menu-collapsable .block.block-multiblock.container-fluid ul.language-switcher-locale-url li,
  #mobile-menu-collapsable .block.block-multiblock.row ul.language-switcher-locale-url li,
  #mobile-menu-collapsable .block.block-multiblock.form-horizontal .form-group ul.language-switcher-locale-url li,
  #mobile-menu-collapsable .block.block-multiblock.btn-toolbar ul.language-switcher-locale-url li,
  #mobile-menu-collapsable .block.block-multiblock.btn-group-vertical>.btn-group ul.language-switcher-locale-url li,
  #mobile-menu-collapsable .block.block-multiblock.nav ul.language-switcher-locale-url li,
  #mobile-menu-collapsable .block.block-multiblock.navbar ul.language-switcher-locale-url li,
  #mobile-menu-collapsable .block.block-multiblock.navbar-header ul.language-switcher-locale-url li,
  #mobile-menu-collapsable .block.block-multiblock.navbar-collapse ul.language-switcher-locale-url li,
  #mobile-menu-collapsable .block.block-multiblock.pager ul.language-switcher-locale-url li,
  #mobile-menu-collapsable .block.block-multiblock.panel-body ul.language-switcher-locale-url li,
  #mobile-menu-collapsable .block.block-multiblock.modal-header ul.language-switcher-locale-url li,
  #mobile-menu-collapsable .block.block-multiblock.modal-footer ul.language-switcher-locale-url li {
    list-style: none;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    float: left;
    clear: none;
    overflow: visible;
    width: 25px;
    background: none
  }

  #mobile-menu-collapsable .block.block-multiblock.clearfix ul.language-switcher-locale-url li a,
  #mobile-menu-collapsable .block.block-multiblock.dl-horizontal dd ul.language-switcher-locale-url li a,
  #mobile-menu-collapsable .block.block-multiblock.container ul.language-switcher-locale-url li a,
  #mobile-menu-collapsable .block.block-multiblock.container-fluid ul.language-switcher-locale-url li a,
  #mobile-menu-collapsable .block.block-multiblock.row ul.language-switcher-locale-url li a,
  #mobile-menu-collapsable .block.block-multiblock.form-horizontal .form-group ul.language-switcher-locale-url li a,
  #mobile-menu-collapsable .block.block-multiblock.btn-toolbar ul.language-switcher-locale-url li a,
  #mobile-menu-collapsable .block.block-multiblock.btn-group-vertical>.btn-group ul.language-switcher-locale-url li a,
  #mobile-menu-collapsable .block.block-multiblock.nav ul.language-switcher-locale-url li a,
  #mobile-menu-collapsable .block.block-multiblock.navbar ul.language-switcher-locale-url li a,
  #mobile-menu-collapsable .block.block-multiblock.navbar-header ul.language-switcher-locale-url li a,
  #mobile-menu-collapsable .block.block-multiblock.navbar-collapse ul.language-switcher-locale-url li a,
  #mobile-menu-collapsable .block.block-multiblock.pager ul.language-switcher-locale-url li a,
  #mobile-menu-collapsable .block.block-multiblock.panel-body ul.language-switcher-locale-url li a,
  #mobile-menu-collapsable .block.block-multiblock.modal-header ul.language-switcher-locale-url li a,
  #mobile-menu-collapsable .block.block-multiblock.modal-footer ul.language-switcher-locale-url li a {
    color: #737475;
    display: block;
    width: 25px;
    padding: 0;
    background: none;
    transition: .5s ease
  }

  #mobile-menu-collapsable .block.block-multiblock.clearfix ul.language-switcher-locale-url li a.active,
  #mobile-menu-collapsable .block.block-multiblock.dl-horizontal dd ul.language-switcher-locale-url li a.active,
  #mobile-menu-collapsable .block.block-multiblock.container ul.language-switcher-locale-url li a.active,
  #mobile-menu-collapsable .block.block-multiblock.container-fluid ul.language-switcher-locale-url li a.active,
  #mobile-menu-collapsable .block.block-multiblock.row ul.language-switcher-locale-url li a.active,
  #mobile-menu-collapsable .block.block-multiblock.form-horizontal .form-group ul.language-switcher-locale-url li a.active,
  #mobile-menu-collapsable .block.block-multiblock.btn-toolbar ul.language-switcher-locale-url li a.active,
  #mobile-menu-collapsable .block.block-multiblock.btn-group-vertical>.btn-group ul.language-switcher-locale-url li a.active,
  #mobile-menu-collapsable .block.block-multiblock.nav ul.language-switcher-locale-url li a.active,
  #mobile-menu-collapsable .block.block-multiblock.navbar ul.language-switcher-locale-url li a.active,
  #mobile-menu-collapsable .block.block-multiblock.navbar-header ul.language-switcher-locale-url li a.active,
  #mobile-menu-collapsable .block.block-multiblock.navbar-collapse ul.language-switcher-locale-url li a.active,
  #mobile-menu-collapsable .block.block-multiblock.pager ul.language-switcher-locale-url li a.active,
  #mobile-menu-collapsable .block.block-multiblock.panel-body ul.language-switcher-locale-url li a.active,
  #mobile-menu-collapsable .block.block-multiblock.modal-header ul.language-switcher-locale-url li a.active,
  #mobile-menu-collapsable .block.block-multiblock.modal-footer ul.language-switcher-locale-url li a.active {
    font-weight: bold;
    text-decoration: underline
  }

  #mobile-menu-collapsable .block.block-multiblock.clearfix ul.language-switcher-locale-url li a:hover,
  #mobile-menu-collapsable .block.block-multiblock.dl-horizontal dd ul.language-switcher-locale-url li a:hover,
  #mobile-menu-collapsable .block.block-multiblock.container ul.language-switcher-locale-url li a:hover,
  #mobile-menu-collapsable .block.block-multiblock.container-fluid ul.language-switcher-locale-url li a:hover,
  #mobile-menu-collapsable .block.block-multiblock.row ul.language-switcher-locale-url li a:hover,
  #mobile-menu-collapsable .block.block-multiblock.form-horizontal .form-group ul.language-switcher-locale-url li a:hover,
  #mobile-menu-collapsable .block.block-multiblock.btn-toolbar ul.language-switcher-locale-url li a:hover,
  #mobile-menu-collapsable .block.block-multiblock.btn-group-vertical>.btn-group ul.language-switcher-locale-url li a:hover,
  #mobile-menu-collapsable .block.block-multiblock.nav ul.language-switcher-locale-url li a:hover,
  #mobile-menu-collapsable .block.block-multiblock.navbar ul.language-switcher-locale-url li a:hover,
  #mobile-menu-collapsable .block.block-multiblock.navbar-header ul.language-switcher-locale-url li a:hover,
  #mobile-menu-collapsable .block.block-multiblock.navbar-collapse ul.language-switcher-locale-url li a:hover,
  #mobile-menu-collapsable .block.block-multiblock.pager ul.language-switcher-locale-url li a:hover,
  #mobile-menu-collapsable .block.block-multiblock.panel-body ul.language-switcher-locale-url li a:hover,
  #mobile-menu-collapsable .block.block-multiblock.modal-header ul.language-switcher-locale-url li a:hover,
  #mobile-menu-collapsable .block.block-multiblock.modal-footer ul.language-switcher-locale-url li a:hover {
    color: #00a79b;
    transition: .5s ease
  }
}

@media screen and (max-width: 768px) {
  #top-menu-row-container #mobile-menu-col {
    padding: 0
  }

  #top-menu-mobile .region-top-menu-mobile {
    width: 100%;
    margin: 0 0;
    padding: 0 0;
    background: none
  }

  #mobile-menu li a {
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px)
  }

  #top-stripe-mobile {
    height: 60px
  }

  #mobile-navigation-mask {
    top: 60px !important
  }
}

@media screen and (max-width: 480px) {
  #mobile-menu li a {
    height: 35px;
    line-height: 35px;
    background-size: 20px 20px;
    padding: 0 0 0 35px
  }

  #top-stripe-mobile {
    height: 40px
  }

  #mobile-navigation-mask {
    top: 50px !important
  }
}

.page-breadcrumbs {
  padding: 0;
  margin: 0
}

.page-breadcrumbs .breadcrumb,
.region-breadcrumbs {
  padding: 10px 0;
  margin: 0;
  font-size: 95%;
  text-align: right;
  color: #737475;
  background: none
}

.page-breadcrumbs a {
  text-decoration: none;
  color: #737475
}

.page-breadcrumbs a:hover {
  text-decoration: underline;
  color: #00a79b
}

.page-breadcrumbs .breadcrumb .last,
.easy-breadcrumb_segment-title {
  font-weight: bold
}

.page-breadcrumbs .delimiter,
.easy-breadcrumb_segment-separator {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-size: 70%;
  color: #00a79b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 5px
}

@media screen and (max-width: 768px) {
  #fp #slider-row {
    margin: 0 -45px
  }
}

#fp #slider {
  width: 100%;
  background-color: #eaeaea;
  margin-top: 50px;
  margin-bottom: 40px;
  height: 360px
}

@media screen and (max-width: 1200px) {
  #fp #slider {
    height: 300px;
    margin-top: 30px;
    margin-bottom: 20px
  }
}

@media screen and (max-width: 992px) {
  #fp #slider {
    margin-top: 25px;
    margin-bottom: 15px
  }
}

@media screen and (max-width: 768px) {
  #fp #slider {
    height: 310px;
    margin-top: 20px;
    margin-bottom: 10px
  }
}

.slider-nav-box {
  position: absolute;
  top: -moz-calc(50% - 22.5px);
  top: -webkit-calc(50% - 22.5px);
  top: calc(50% - 22.5px);
  display: block;
  z-index: 100;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.85);
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-size: 0;
  text-align: center;
  text-decoration: none;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  transition: .5s ease
}

@media screen and (max-width: 768px) {
  .slider-nav-box {
    width: 30px;
    height: 30px;
    top: -moz-calc(50% - 15px);
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px)
  }
}

#fp #views_slideshow_controls_text_previous_fp_slider-block_1 a,
#gallery #views_slideshow_controls_text_previous_fp_slider-block a {
  position: absolute;
  top: -moz-calc(50% - 22.5px);
  top: -webkit-calc(50% - 22.5px);
  top: calc(50% - 22.5px);
  display: block;
  z-index: 100;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.85);
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-size: 0;
  text-align: center;
  text-decoration: none;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  transition: .5s ease;
  left: 27px
}

@media screen and (max-width: 768px) {

  #fp #views_slideshow_controls_text_previous_fp_slider-block_1 a,
  #gallery #views_slideshow_controls_text_previous_fp_slider-block a {
    width: 30px;
    height: 30px;
    top: -moz-calc(50% - 15px);
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px)
  }
}

@media screen and (max-width: 768px) {

  #fp #views_slideshow_controls_text_previous_fp_slider-block_1 a,
  #gallery #views_slideshow_controls_text_previous_fp_slider-block a {
    left: 15px
  }
}

#gallery #views_slideshow_controls_text_previous_fp_slider-block a {
  left: -24px;
  margin-top: -10px
}

#gallery #views_slideshow_controls_text_previous_fp_slider-block a,
#gallery #views_slideshow_controls_text_next_fp_slider-block a {
  border: 1px solid #eaeaea
}

#fp #views_slideshow_controls_text_previous_fp_slider-block_1 a:hover,
#fp #views_slideshow_controls_text_next_fp_slider-block_1 a:hover,
#gallery #views_slideshow_controls_text_previous_fp_slider-block a:hover,
#gallery #views_slideshow_controls_text_next_fp_slider-block a:hover {
  background: white;
  color: #00a79b;
  transition: .5s ease
}

#fp #views_slideshow_controls_text_previous_fp_slider-block_1 a:after,
#gallery #views_slideshow_controls_text_previous_fp_slider-block a:after {
  content: "\e257";
  font-size: 18px;
  line-height: 45px
}

@media screen and (max-width: 768px) {

  #fp #views_slideshow_controls_text_previous_fp_slider-block_1 a:after,
  #gallery #views_slideshow_controls_text_previous_fp_slider-block a:after {
    font-size: 14px;
    line-height: 30px
  }
}

#fp #views_slideshow_controls_text_next_fp_slider-block_1 a,
#gallery #views_slideshow_controls_text_next_fp_slider-block a {
  position: absolute;
  top: -moz-calc(50% - 22.5px);
  top: -webkit-calc(50% - 22.5px);
  top: calc(50% - 22.5px);
  display: block;
  z-index: 100;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.85);
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-size: 0;
  text-align: center;
  text-decoration: none;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  transition: .5s ease;
  right: 27px
}

@media screen and (max-width: 768px) {

  #fp #views_slideshow_controls_text_next_fp_slider-block_1 a,
  #gallery #views_slideshow_controls_text_next_fp_slider-block a {
    width: 30px;
    height: 30px;
    top: -moz-calc(50% - 15px);
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px)
  }
}

@media screen and (max-width: 768px) {

  #fp #views_slideshow_controls_text_next_fp_slider-block_1 a,
  #gallery #views_slideshow_controls_text_next_fp_slider-block a {
    right: 15px
  }
}

#gallery #views_slideshow_controls_text_next_fp_slider-block a {
  right: -24px;
  margin-top: -10px
}

#fp #views_slideshow_controls_text_next_fp_slider-block_1 a:after,
#gallery #views_slideshow_controls_text_next_fp_slider-block a:after {
  content: "\e258";
  font-size: 18px;
  line-height: 45px
}

@media screen and (max-width: 768px) {

  #fp #views_slideshow_controls_text_next_fp_slider-block_1 a:after,
  #gallery #views_slideshow_controls_text_next_fp_slider-block a:after {
    font-size: 14px;
    line-height: 30px
  }
}

#top-menu-row-container #mobile-menu-col {
  margin-left: 0
}

#fp .slider-container {
  width: 100% !important
}

#fp .slider-container a {
  color: black
}

#fp .slider-container a:hover {
  color: black
}

#fp .slider-section {
  width: 100% !important
}

#fp .slider-box {
  display: block;
  background-color: #eaeaea;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 360px
}

@media screen and (max-width: 1200px) {
  #fp .slider-box {
    height: 300px
  }
}

@media screen and (max-width: 768px) {
  #fp .slider-box {
    height: 310px
  }
}

#fp .slider-box-text {
  width: 40%;
  position: absolute;
  bottom: 20px;
  right: 69px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.85);
  transition: .5s ease
}

@media screen and (max-width: 1200px) {
  #fp .slider-box-text {
    padding: 20px
  }
}

@media screen and (max-width: 992px) {
  #fp .slider-box-text {
    padding: 15px
  }
}

@media screen and (max-width: 768px) {
  #fp .slider-box-text {
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    bottom: 15px;
    right: 15px
  }
}

#fp .slider-box-text.big-font {
  width: 87.75%
}

#fp .slider-container a:hover .slider-box-text {
  background: white;
  transition: .5s ease
}

#fp .slider-box-text-title {
  font-size: 170%;
  line-height: 120%;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  transition: .5s ease
}

@media screen and (max-width: 1200px) {
  #fp .slider-box-text-title {
    font-size: 160%;
    line-height: 120%
  }
}

@media screen and (max-width: 992px) {
  #fp .slider-box-text-title {
    font-size: 140%;
    line-height: 120%;
    margin-bottom: 10px
  }
}

@media screen and (max-width: 480px) {
  #fp .slider-box-text-title {
    font-size: 120%;
    line-height: 120%;
    margin-bottom: 5px
  }
}

#fp .slider-container a:hover .slider-box-text-title {
  color: #00a79b;
  transition: .5s ease
}

#fp .slider-box-text-lead {
  font-size: 110%;
  line-height: 120%
}

@media screen and (max-width: 992px) {
  #fp .slider-box-text-lead {
    font-size: 105%;
    line-height: 120%
  }
}

@media screen and (max-width: 480px) {
  #fp .slider-box-text-lead {
    font-size: 100%;
    line-height: 120%
  }
}

#fp .slider-box-text-more {
  width: 100%;
  color: #00a79b;
  text-transform: uppercase;
  text-align: right;
  margin-top: 10px
}

@media screen and (max-width: 768px) {
  #fp .slider-box-text-more {
    margin-top: 5px
  }
}

@media screen and (max-width: 480px) {
  #fp .slider-box-text-more {
    font-size: 90%
  }
}

#fp #tiles-rescue-stories-row {
  margin-bottom: 50px
}

@media screen and (max-width: 768px) {
  #fp #tiles-rescue-stories-row {
    margin: 0 -22px 20px -22px
  }
}

#fp .tile-rescue-story {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 270px;
  margin-top: 14px;
  transition: .5s ease
}

@media screen and (max-width: 992px) {
  #fp .tile-rescue-story {
    height: 225px
  }
}

@media screen and (max-width: 768px) {
  #fp .tile-rescue-story {
    height: 300px
  }
}

@media screen and (max-width: 480px) {
  #fp .tile-rescue-story {
    height: 225px
  }
}

#fp .tile-rescue-story:hover {
  box-shadow: 0 0 10px #777777;
  transition: .5s ease
}

#fp .tile-rescue-story-box {
  position: absolute;
  bottom: 0;
  left: 7px;
  right: 7px;
  padding: 25px 20px 20px 25px;
  background: rgba(255, 255, 255, 0.85);
  color: black
}

@media screen and (max-width: 992px) {
  #fp .tile-rescue-story-box {
    padding: 20px 15px 15px 17px
  }
}

@media screen and (max-width: 768px) {
  #fp .tile-rescue-story-box {
    padding: 25px 20px 20px 25px
  }
}

@media screen and (max-width: 480px) {
  #fp .tile-rescue-story-box {
    padding: 20px 15px 15px 17px
  }
}

#fp .tile-rescue-story-text {
  border-left: 3px solid #00a79b;
  padding-left: 10px
}

#fp .tile-rescue-story-text-title {
  margin-bottom: 5px;
  font-size: 120%;
  line-height: 130%;
  font-weight: bold;
  text-transform: uppercase;
  transition: .5s ease
}

@media screen and (max-width: 1200px) {
  #fp .tile-rescue-story-text-title {
    font-size: 110%;
    line-height: 120%
  }
}

@media screen and (max-width: 992px) {
  #fp .tile-rescue-story-text-title {
    font-size: 100%;
    line-height: 110%
  }
}

@media screen and (max-width: 768px) {
  #fp .tile-rescue-story-text-title {
    font-size: 120%;
    line-height: 130%
  }
}

@media screen and (max-width: 480px) {
  #fp .tile-rescue-story-text-title {
    font-size: 100%;
    line-height: 110%
  }
}

#fp .tile-rescue-story:hover .tile-rescue-story-text-title {
  color: #00a79b;
  transition: .5s ease
}

#tiles-rescue-stories-row a {
  color: black
}

#tiles-rescue-stories-row a:hover {
  color: black
}

#fp .tile-rescue-story-text-lead {
  font-size: 110%;
  line-height: 125%;
  color: black;
  transition: .5s ease
}

@media screen and (max-width: 1200px) {
  #fp .tile-rescue-story-text-lead {
    font-size: 100%;
    line-height: 120%
  }
}

@media screen and (max-width: 992px) {
  #fp .tile-rescue-story-text-lead {
    font-size: 90%;
    line-height: 110%
  }
}

@media screen and (max-width: 768px) {
  #fp .tile-rescue-story-text-lead {
    font-size: 110%;
    line-height: 125%
  }
}

@media screen and (max-width: 480px) {
  #fp .tile-rescue-story-text-lead {
    font-size: 90%;
    line-height: 110%
  }
}

#fp .tile-rescue-story:hover .tile-rescue-story-text-lead {
  color: black;
  transition: .5s ease
}

#fp .tile-rescue-story-search {
  position: relative;
  background-color: #eaeaea
}

#fp .tile-rescue-story-search {
  position: relative
}

#fp .tile-rescue-story-search-container {
  width: 100%;
  padding: 10px 25px 10px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media screen and (max-width: 992px) {
  #fp .tile-rescue-story-search-container {
    padding: 10px 20px 10px 20px
  }
}

@media screen and (max-width: 768px) {
  #fp .tile-rescue-story-search-container {
    padding: 10px 25px 10px 30px
  }
}

@media screen and (max-width: 480px) {
  #fp .tile-rescue-story-search-container {
    padding: 10px 20px 10px 20px
  }
}

#fp .tile-rescue-story-search-title {
  margin-bottom: 10px;
  font-size: 150%;
  font-weight: bold;
  text-transform: uppercase
}

@media screen and (max-width: 1200px) {
  #fp .tile-rescue-story-search-title {
    font-size: 140%
  }
}

@media screen and (max-width: 992px) {
  #fp .tile-rescue-story-search-title {
    font-size: 130%
  }
}

@media screen and (max-width: 768px) {
  #fp .tile-rescue-story-search-title {
    font-size: 150%
  }
}

@media screen and (max-width: 480px) {
  #fp .tile-rescue-story-search-title {
    font-size: 130%
  }
}

#fp .tile-rescue-story-search-text {
  font-size: 110%;
  line-height: 130%
}

@media screen and (max-width: 1200px) {
  #fp .tile-rescue-story-search-text {
    font-size: 105%;
    line-height: 120%
  }
}

@media screen and (max-width: 992px) {
  #fp .tile-rescue-story-search-text {
    font-size: 95%;
    line-height: 115%
  }
}

@media screen and (max-width: 768px) {
  #fp .tile-rescue-story-search-text {
    font-size: 115%;
    line-height: 125%
  }
}

@media screen and (max-width: 480px) {
  #fp .tile-rescue-story-search-text {
    font-size: 95%;
    line-height: 115%
  }
}

#fp .tile-rescue-story-search-footnote {
  width: 100%;
  text-align: right;
  color: #737475;
  font-size: 100%;
  line-height: 120%
}

@media screen and (max-width: 1200px) {
  #fp .tile-rescue-story-search-footnote {
    font-size: 95%;
    line-height: 115%
  }
}

@media screen and (max-width: 992px) {
  #fp .tile-rescue-story-search-footnote {
    font-size: 90%;
    line-height: 110%
  }
}

@media screen and (max-width: 768px) {
  #fp .tile-rescue-story-search-footnote {
    font-size: 100%;
    line-height: 120%
  }
}

@media screen and (max-width: 480px) {
  #fp .tile-rescue-story-search-footnote {
    font-size: 90%;
    line-height: 110%
  }
}

#fp .tile-rescue-story-search-footnote a {
  color: #737475;
  text-decoration: none
}

#fp .tile-rescue-story-search-footnote a:hover {
  color: #00a79b;
  text-decoration: underline
}

#fp .tile-rescue-story-search-box {
  width: 100%;
  margin: 15px 0 5px 0
}

#fp #tiles-rescue-stories-row .search-box-form {
  padding: 0;
  margin: 0 0
}

#fp #tiles-rescue-stories-row .search-box-form .btn.btn-default {
  background: #00a79b;
  border: 1px solid #00a79b;
  color: white;
  text-transform: uppercase;
  border-radius: 0
}

#fp #tiles-rescue-stories-row .search-box-form .form-control {
  font-size: 100%;
  line-height: 100%;
  border-radius: 0
}

#fp #tiles-links-row.big-font {
  padding-right: 0
}

#fp #tiles-links-row {
  padding-right: 25px;
  margin-top: -14px
}

@media screen and (max-width: 1200px) {
  #fp #tiles-links-row {
    padding: 0
  }
}

@media screen and (max-width: 768px) {
  #fp #tiles-links-row {
    margin: 0 -22px
  }
}

#fp .tile-link {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 265px;
  color: white;
  margin-top: 14px;
  transition: .5s ease
}

@media screen and (max-width: 1200px) {
  #fp .tile-link {
    height: 280px
  }
}

@media screen and (max-width: 992px) {
  #fp .tile-link {
    height: 220px
  }
}

@media screen and (max-width: 768px) {
  #fp .tile-link {
    height: 300px
  }
}

@media screen and (max-width: 480px) {
  #fp .tile-link {
    height: 200px
  }
}

#fp .tile-link:hover {
  color: white;
  box-shadow: 0 0 10px #777777;
  transition: .5s ease
}

#fp .tile-link-title {
  position: absolute;
  bottom: 0;
  left: 7px;
  right: 7px;
  padding: 15px 20px;
  background: rgba(0, 167, 155, 0.7);
  font-size: 115%;
  font-weight: bold;
  text-transform: uppercase;
  color: white
}

#fp .section-title {
  font-size: 150%;
  font-weight: bold;
  text-transform: uppercase
}

#fp #news {
  margin-left: -11px
}

@media screen and (max-width: 1200px) {
  #fp #news {
    margin-left: 0
  }
}

@media screen and (max-width: 768px) {
  #fp #news {
    margin: 0 -15px
  }
}

#fp #news-header {
  margin-top: -7px;
  margin-bottom: 13px
}

@media screen and (max-width: 1200px) {
  #fp #news-header {
    margin: 25px 0 7px 0;
    padding: 0
  }
}

@media screen and (max-width: 768px) {
  #fp #news-header {
    margin: 25px -15px 7px -15px
  }
}

#fp #news-title {
  margin-left: -11px
}

@media screen and (max-width: 1200px) {
  #fp #news-title {
    margin-left: -15px
  }
}

#fp #news-archive {
  text-align: right;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 100%
}

@media screen and (max-width: 1200px) {
  #fp #news-archive {
    margin-right: -15px
  }
}

#fp #news-archive a {
  color: black;
  text-decoration: none
}

#fp #news-archive a:hover {
  color: #00a79b;
  text-decoration: underline
}

.news-item-block {
  display: block;
  width: 100%;
  height: 160px;
  border-top: 3px solid #eaeaea;
  padding-top: 11px;
  margin-bottom: 15px
}

a.news-item-block {
  text-decoration: none;
  color: black
}

.news-item-thumb {
  width: 160px;
  margin-top: -14px;
  margin-right: 15px;
  padding-right: 0;
  float: left
}

.news-item-text-block {
  width: -moz-calc(100% - 175px);
  width: -webkit-calc(100% - 175px);
  width: calc(100% - 175px);
  height: 150px;
  position: relative;
  padding-left: 0;
  font-size: 100%;
  float: left;
  overflow: hidden
}

.news-item-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 110%;
  line-height: 125%;
  margin-bottom: 5px;
  transition: .5s ease
}

a.news-item-block:hover .news-item-title {
  text-decoration: none;
  color: #00a79b;
  transition: .5s ease
}

a.news-item-block:hover .square-arrow-gray {
  background-color: #00a79b;
  transition: .5s ease
}

.news-item-lead {
  font-size: 95%;
  line-height: 130%
}

@media screen and (max-width: 480px) {
  .news-item-lead {
    display: none
  }
}

.news-item-summary {
  width: 100%;
  position: absolute;
  bottom: -1px;
  background: white;
  padding-top: 5px
}

.news-item-summary-date {
  font-style: italic;
  overflow: visible
}

.news-item-summary-arrow {
  position: relative;
  bottom: 2px
}

.news-item-summary-arrow:after {
  clear: both
}

@media screen and (max-width: 768px) {
  #fp #virtual-exhibitions-header .vertical-middle {
    padding: 0
  }
}

@media screen and (max-width: 1200px) {
  #fp #virtual-exhibitions-header .vertical-middle {
    margin-bottom: 7px
  }
}

#fp #virtual-exhibitions-more {
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 100%
}

#fp #virtual-exhibitions-more a {
  color: black;
  text-decoration: none
}

#fp #virtual-exhibitions-more a:hover {
  color: #00a79b;
  text-decoration: underline
}

#fp #virtual-exhibitions-row {
  margin-top: 7px
}

@media screen and (max-width: 1200px) {
  #fp #virtual-exhibitions-row {
    padding: 0;
    margin: 0
  }
}

@media screen and (max-width: 768px) {
  #fp #virtual-exhibitions-row {
    margin: 0 -15px
  }
}

@media screen and (max-width: 1200px) {
  #fp #virtual-exhibitions-row a {
    padding: 0;
    margin-bottom: 10px
  }
}

@media screen and (max-width: 480px) {
  #fp #virtual-exhibitions-row a {
    margin-bottom: 7px
  }
}

#fp #virtual-exhibitions-row a.big-font {
  padding: 0;
  margin-bottom: 10px
}

@media screen and (max-width: 1200px) {
  #fp #virtual-exhibitions-row a:last-child {
    margin-bottom: 0
  }
}

#fp .tile-virtual-exhibition {
  display: block;
  background-color: #eaeaea;
  width: 100%;
  color: black;
  height: 170px;
  transition: .5s ease;
  padding: 0;
  margin: 0
}

@media screen and (max-width: 480px) {
  #fp .tile-virtual-exhibition {
    height: 120px
  }
}

#fp .tile-virtual-exhibition:hover {
  color: black;
  box-shadow: 0 0 10px #777777;
  transition: .5s ease
}

#fp .tile-virtual-exhibition-thumb {
  width: 170px
}

@media screen and (max-width: 480px) {
  #fp .tile-virtual-exhibition-thumb {
    width: 120px
  }
}

#fp .tile-virtual-exhibition-title {
  width: -moz-calc(100% - 195px);
  width: -webkit-calc(100% - 195px);
  width: calc(100% - 195px);
  margin-left: 25px;
  padding: 0 15px 0 10px;
  border-left: 3px solid #00a79b;
  text-transform: uppercase;
  font-size: 115%;
  line-height: 120%;
  font-weight: bold;
  color: black;
  overflow: hidden
}

@media screen and (max-width: 480px) {
  #fp .tile-virtual-exhibition-title {
    width: -moz-calc(100% - 145px);
    width: -webkit-calc(100% - 145px);
    width: calc(100% - 145px);
    margin-left: 20px;
    padding: 0 15px 0 10px;
    font-size: 100%;
    line-height: 115%
  }
}

#footer {
  background-color: #eaeaea;
  margin-top: 50px;
  padding-top: 30px;
  font-size: 92%;
  line-height: 150%
}

#footer-copy {
  padding: 25px 0;
  font-size: 85%;
  line-height: 120%;
  position: relative
}

#footer-copy .hideable {
  display: none
}

@media screen and (max-width: 768px) {
  #footer-copy .hideable {
    display: initial
  }
}

#footer h3 {
  font-size: 100%;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px 0
}

@media screen and (max-width: 992px) {
  #footer h3 {
    margin: 25px 0 10px 0
  }
}

@media screen and (max-width: 768px) {
  #footer #footer-center .hideable {
    display: none
  }
}

#footer a {
  text-decoration: underline;
  color: #127a7e
}

#footer a:hover {
  text-decoration: underline;
  color: #00a79b
}

#footer .tinyfootnote {
  font-size: 65%;
  line-height: 110%;
  margin-bottom: 5px
}

#footer .footer-logos {
  margin-top: 15px;
  margin-bottom: 3px
}

@media screen and (max-width: 1200px) {
  #footer .footer-logos {
    margin-top: 12px
  }
}

#footer .logo-polin {
  margin-bottom: 40px
}

@media screen and (max-width: 768px) {
  #footer .logo-polin {
    text-align: center
  }
}

#footer .logo-szih {
  padding-top: 25px;
  padding-right: 40px
}

@media screen and (max-width: 1200px) {
  #footer .logo-szih {
    padding-top: 20px;
    padding-right: 15px
  }
}

@media screen and (max-width: 992px) {
  #footer .logo-szih {
    text-align: center
  }

  #footer .logo-szih .img-responsive {
    max-width: 300px
  }
}

@media screen and (max-width: 768px) {
  #footer .logo-szih .img-responsive {
    max-width: 275px
  }
}

@media screen and (max-width: 480px) {
  #footer .logo-szih {
    padding-top: 15px
  }

  #footer .logo-szih .img-responsive {
    max-width: 100%
  }
}

@media screen and (max-width: 992px) {
  #footer .logo-polin a img.img-responsive {
    margin: 0 auto
  }
}

#footer .norway-grants {
  margin-top: -5px
}

@media screen and (max-width: 480px) {
  #footer .norway-grants .ee-logos-container {
    padding-left: 0
  }
}

#footer .norway-grants .ee-logos-container .footer-logos {
  margin-top: 0
}

@media screen and (max-width: 992px) {
  #footer .norway-grants .ee-logos-container a img {
    max-width: 120px
  }
}

@media screen and (max-width: 480px) {
  #footer .norway-grants .ee-logos-container a img {
    max-width: 100%
  }
}

#footer #footer-right ul.menu.nav {
  padding: 0
}

#footer #footer-right ul.menu.nav li.leaf {
  margin: 0;
  padding: 0
}

#footer #footer-right ul.menu.nav li.leaf:before {
  position: relative;
  top: 0;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-size: 70%;
  line-height: 100%;
  color: #00a79b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 3px 0 0;
  margin: 0 0 0 -3px;
  content: "\e258"
}

#footer #footer-right ul.menu.nav li.leaf a {
  padding: 0;
  margin: 0;
  display: inline;
  color: black;
  text-decoration: none
}

#footer #footer-right ul.menu.nav li.leaf a:hover {
  background: none;
  color: #00a79b;
  text-decoration: underline
}

#footer #goto-top {
  width: 50px;
  height: 45px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-top: 5px;
  background: #00a79b;
  color: white;
  font-size: 200%;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  transition: .5s ease
}

@media screen and (max-width: 480px) {
  #footer #goto-top {
    width: 40px;
    height: 38px;
    font-size: 160%;
    line-height: 33px
  }
}

#footer #goto-top:hover {
  background: #21b9ae;
  box-shadow: 0 0 10px #777777;
  transition: .5s ease
}

#footer #footer-bgk h3 {
  margin-top: 45px;
  margin-bottom: 10px
}

#footer #footer-bgk #footer-bgk-logo {
  max-width: 100px
}

#footer .footer-sponsors {
  margin-top: 10px;
  white-space: nowrap
}

@media screen and (max-width: 992px) {
  #footer .footer-sponsors {
    white-space: normal
  }
}

#footer .footer-sponsors.big-font {
  white-space: normal
}

.subpages-summary .subpage-header {
  margin-bottom: 25px
}

.subpages-summary .vocabulary-subpages-category {
  padding: 0 0 20px 7px !important
}

.subpages-summary .vocabulary-subpages-category>div.content {
  font-style: italic
}

.subpages-summary .vocabulary-subpages-category h2 {
  margin: -4px 0 0 0 !important;
  text-transform: uppercase
}

.subpages-summary .vocabulary-subpages-category h2 a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 100%;
  vertical-align: text-top;
  line-height: inherit
}

.subpages-summary .node {
  height: 260px;
  overflow: hidden;
  position: relative
}

.subpages-summary .node>a {
  overflow: hidden;
  display: block;
  text-decoration: none;
  height: 100%;
  position: relative
}

.subpages-summary .square-arrow {
  position: absolute;
  right: 0;
  bottom: 20px
}

.subpages-summary .node:before {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  z-index: -1;
  background: #e1e1e1;
  left: 0
}

.subpages-summary .node h3 {
  float: right;
  font-size: 110%;
  width: 50%;
  padding: 16px 0 0 6px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  transition: .5s ease
}

.subpages-summary .node a:hover h3 {
  color: #00a79b
}

.subpages-summary .field-type-text {
  color: #000;
  text-decoration: none !important
}

.node .img-container {
  display: inline-block
}

.subpages-summary footer {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0
}

.subpages-summary .list>.col-md-6 {
  padding-right: 0
}

.subpages-summary a.read-more {
  text-decoration: none;
  color: #fff;
  padding: 1px 5px 1px 6px;
  line-height: 5px;
  background: #737475
}

.subpages-summary a.read-more:hover {
  background: #127a7e
}

.square-arrow-green.grey {
  background: #737475
}

.node a:hover .square-arrow-green.grey,
.download_file:hover .square-arrow-green.grey {
  background: #00a79b
}

.subpages-summary .col-md-9.margin {
  padding-left: 17px !important
}

.subpages-summary .block-menu ul li.active a {
  background: initial;
  color: #00a79b
}

#carousel-example-generic {
  width: 94%;
  margin: 0 auto;
  height: auto
}

#gallery {
  padding: 25px 0 20px 0;
  position: relative
}

#gallery .counter {
  text-align: right;
  font-size: 90%;
  font-style: italic
}

#gallery .carousel-inner {
  height: 400px;
  position: relative
}

#gallery .carousel-inner .item {
  height: 100%
}

#gallery .carousel-inner .item img {
  max-height: 400px;
  position: relative;
  margin: 0 auto;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.subpage-node #content {
  padding-bottom: 25px
}

#download_files {
  display: inline-block;
  color: #000;
  width: 100%
}

#download_files .download_file {
  position: relative
}

#download_files .download_file>div {
  margin-bottom: 25px;
  color: #000
}

#download_files>.download_file.col-md-6:nth-child(odd) {
  padding-left: 0
}

#download_files>.download_file.col-md-6:nth-child(even) {
  padding-right: 0;
  padding-left: 0
}

#download_files .download_file>div {
  display: inline-block;
  vertical-align: top;
  clear: both
}

#download_files .download_file .thumb img {
  padding-right: 15px
}

#download_files .download_file>div:before {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  z-index: -1;
  background: #e1e1e1;
  left: 0
}

#download_files .title {
  padding-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 110%;
  line-height: 125%;
  margin-bottom: 5px;
  transition: .5s ease
}

#download_files .download_file:hover .title {
  color: #00a79b
}

#download_files .lead {
  font-size: 95%;
  line-height: 130%;
  text-transform: uppercase;
  max-height: 74px;
  overflow: hidden
}

#download_files .size {
  color: #737475;
  font-size: 90%;
  position: absolute;
  right: 0;
  bottom: 0
}

.square-arrow {
  width: 15px;
  height: 15px;
  background: #eaeaea;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0 0 0 3px
}

.square-arrow:after {
  content: "\e258"
}

.square-arrow-green {
  background: #00a79b;
  color: white;
  transition: .5s ease
}

.square-arrow-gray {
  background: #808076;
  color: white;
  transition: .5s ease
}

.square-arrow-white {
  font-weight: bold;
  background: white;
  color: #00a79b;
  transition: .5s ease
}

.square-arrow-corner-right-down {
  position: absolute;
  bottom: 10px;
  right: 10px
}

.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical>.btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-header,
.modal-footer {
  clear: both
}

.nopadding {
  padding: 0
}

.nomargin {
  margin: 0
}

.topmargin {
  margin-top: 25px
}

.gutter-right {
  padding: 0 15px 0 0
}

.gutter-left {
  padding: 0 0 0 15px
}

.solidborder {
  border: 1px solid darkgray
}

.float-left {
  float: left
}

.float-right {
  float: right
}

.vertical-middle {
  display: inline-block;
  vertical-align: middle;
  float: none
}

.non-breaking {
  white-space: nowrap
}

.text-bold {
  font-weight: bold
}

.text-italic {
  font-style: italic
}

.test-border {
  border: 1px solid red
}

.row.min-gutter {
  margin-left: -7px;
  margin-right: -7px
}

.row.min-gutter [class*='col-']:not(:first-child),
.row.min-gutter [class*='col-']:not(:last-child) {
  padding-right: 7px;
  padding-left: 7px
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #00a79b;
  box-shadow: 0 0 7px rgba(0, 167, 155, 0.7);
  outline: 0 none
}

.pager-box .text-center {
  text-align: right
}

.pagination {
  border-radius: 0;
  margin: 10px 0 0 0
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-radius: 0
}

.pagination>.pager-first,
.pagination>.pager-last {
  display: none
}

.pagination>li>a {
  color: #737475;
  transition: .5s ease
}

.pagination>li>a:hover {
  transition: .5s ease
}

.pagination>.prev,
.pagination>.next {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  color: #00a79b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.pagination>.prev>a,
.pagination>.next>a {
  padding-left: 8px;
  padding-right: 8px;
  color: #00a79b;
  transition: .5s ease
}

.pagination>.prev>a:hover,
.pagination>.next>a:hover {
  color: #00a79b;
  transition: .5s ease
}

.pagination>.active>span {
  background: none;
  color: #737475;
  border: 1px solid #e0e0e0;
  box-shadow: inset 0 -3px 0 0 #00a79b;
  transition: .5s ease
}

.pagination>.active>span:hover {
  background: none;
  color: #737475;
  border: 1px solid #e0e0e0;
  transition: .5s ease
}

.view-news-archive .news-item-block {
  margin-bottom: 25px
}

.view-news-archive .views-exposed-form {
  position: relative;
  margin: 10px 0 30px 0
}

.view-news-archive .edit-year-filter-wrapper {
  padding: 0;
  margin-bottom: 15px
}

.view-news-archive .views-submit-button {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: bold
}

.view-news-archive .views-exposed-widget {
  padding: 0;
  margin: 0
}

.view-news-archive .control-label {
  display: none
}

.view-news-archive #edit-submit-news-archive {
  border-radius: 0;
  border: 1px solid #29465f;
  background: #29465f;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  transition: .5s ease
}

.view-news-archive #edit-submit-news-archive:hover {
  background: #286191;
  transition: .5s ease
}

.view-news-archive .form-item.form-item-month-value-year.form-type-select.form-group {
  display: none
}

.view-news-archive .views-exposed-widget {
  padding-right: 30px
}

@media screen and (max-width: 992px) {
  .view-news-archive .views-exposed-widget {
    padding-right: 0
  }
}

@media screen and (max-width: 768px) {
  .view-news-archive .views-exposed-widget {
    margin-top: 15px
  }
}

.view-news-archive .views-exposed-widget:last-child {
  padding-right: 0
}

@media screen and (max-width: 768px) {
  .view-news-archive .views-exposed-widget:last-child {
    margin-top: 0
  }
}

@media screen and (max-width: 992px) {
  .view-news-archive .views-exposed-widget:first-child {
    padding-right: 30px
  }
}

@media screen and (max-width: 768px) {
  .view-news-archive .views-exposed-widget:first-child {
    padding-right: 0;
    margin-top: 0
  }
}

@media all and (max-width:768px) and (min-width:767px) {
  .view-news-archive .views-exposed-widget {
    width: 100%;
    padding-right: 30px !important
  }
}

.view-news-archive .views-exposed-widget .views-widget {
  width: 100%
}

.view-news-archive .form-item,
.view-news-archive .form-item .date-padding.clearfix,
form-item.form-item-year-value-year.form-type-select.form-group,
.date-year,
.view-news-archive .form-item .date-padding.dl-horizontal dd,
.view-news-archive .form-item .date-padding.container,
.view-news-archive .form-item .date-padding.container-fluid,
.view-news-archive .form-item .date-padding.row,
.view-news-archive .form-item .date-padding.form-horizontal .form-group,
.view-news-archive .form-item .date-padding.btn-toolbar,
.view-news-archive .form-item .date-padding.btn-group-vertical>.btn-group,
.view-news-archive .form-item .date-padding.nav,
.view-news-archive .form-item .date-padding.navbar,
.view-news-archive .form-item .date-padding.navbar-header,
.view-news-archive .form-item .date-padding.navbar-collapse,
.view-news-archive .form-item .date-padding.pager,
.view-news-archive .form-item .date-padding.panel-body,
.view-news-archive .form-item .date-padding.modal-header,
.view-news-archive .form-item .date-padding.modal-footer {
  width: 100%
}

.view-news-archive .views-exposed-widget select {
  width: 100%
}

.view-news-archive .views-submit-button {
  position: relative
}

.view-news-archive .views-exposed-widget.views-submit-button {
  text-align: right
}

.donation-info {
  margin-top: 15px;
  font-weight: bold
}

#mhzp-donation-form input,
#mhzp-donation-form select {
  border-radius: 0
}

#mhzp-donation-form select:focus {
  border-color: #00a79b;
  box-shadow: 0 0 7px rgba(0, 167, 155, 0.7);
  outline: 0 none
}

#mhzp-donation-form .btn.btn-default.form-submit,
#mhzp-donation-form .btn.btn-default.btn-green,
.btn.btn-default.btn-green {
  border-radius: 0;
  border: none;
  background: #00a79b;
  font-weight: bold;
  color: white;
  padding: 12px 15px;
  transition: .5s ease;
  text-decoration: none
}

#mhzp-donation-form .btn.btn-default.form-submit:hover,
#mhzp-donation-form .btn.btn-default.form-submit:focus,
.btn.btn-default.btn-green:hover,
.btn.btn-default.btn-green:focus {
  background: #21b9ae;
  text-decoration: none;
  transition: .5s ease
}

#mhzp-donation-form .form-item {
  margin-bottom: 15px
}

.title-underlined {
  border-bottom: 3px solid #eaeaea;
  padding-bottom: 10px
}

.title-nonuppercase {
  font-weight: bold;
  font-size: 150%;
  text-transform: none
}

.title-inline {
  font-weight: bold;
  font-size: 105%;
  text-transform: uppercase
}

.node-meta {
  font-size: 90%;
  font-style: italic;
  color: #737475;
  margin-bottom: 10px
}

.subpage-nobreadcrumbs-row {
  margin-top: 30px
}

.subpage-intro {
  font-size: 115%;
  line-height: 160%
}

ul.list-arrows {
  margin: 0;
  padding: 0;
  list-style: none
}

ul.list-arrows li {
  margin: 0 0 15px 0;
  padding: 0 0 0 20px
}

ul.list-arrows li:last-child {
  margin: 0
}

ul.list-arrows li:before {
  width: 15px;
  position: relative;
  top: 0;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-size: 80%;
  line-height: 100%;
  color: #00a79b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 3px 0 0;
  margin: 0 0 0 -18px;
  content: "\e258"
}

.alpha-pagination ul,
.alpha-pagination ul>li {
  padding: 0
}

.alpha-pagination ul {
  list-style: none;
  font-size: 120%;
  color: #737475;
  font-weight: 600;
  text-transform: uppercase
}

.alpha-pagination ul>li {
  display: inline;
  margin: 0 -4px 0 0;
  padding: 2px 6px 2px 5px;
  border: none;
}

@media screen and (max-width: 1200px) {
  .alpha-pagination ul>li {
    padding: 2px 4px 2px 3px
  }
}

.alpha-pagination ul>li>a {
  color: #888888
}

.alpha-pagination ul>li>a:hover {
  color: #00a79b;
  text-decoration: underline
}

.alpha-pagination ul>li>a:focus {
  color: #00a79b;
  text-decoration: underline
}

.alpha-pagination ul>li:first-child {
  padding-left: 0;
  border: none;
}

.alpha-pagination ul>li:last-child {
  padding-right: 0;
  border: none;
}

.alpha-pagination ul>li.active a, .alpha-pagination ul>li.active span {
  font-weight: bold;
  color: #00a79b
}

.alpha-pagination ul>li.active a:hover, .alpha-pagination ul>li.active span:hover {
  font-weight: bold;
  color: #00a79b;
  text-decoration: none;
  cursor: default
}

.alpha-pagination ul>li.inactive {
  color: #eaeaea;
  display: none
}

.field-preview {
  margin-bottom: 15px
}

.field-label {
  font-weight: bold
}

.field-content a {
  color: #127a7e;
  text-decoration: underline
}

.field-content a:hover {
  color: #00a79b;
  text-decoration: underline
}

.menu-tabs {
  width: 100%;
  border-bottom: 1px solid silver;
  margin: 10px 0 20px 0
}

.menu-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.menu-tabs ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold
}

.menu-tabs ul li a {
  display: block;
  margin: 0 0 -1px -5px;
  padding: 10px 30px;
  background: #eaeaea;
  border: 1px solid silver;
  color: #737475;
  transition: .5s ease
}

.menu-tabs ul li a:hover {
  background: #f5f5f5;
  color: #00a79b;
  text-decoration: none;
  transition: .5s ease
}

.menu-tabs ul li a.active {
  margin: 0 0 -1px -5px;
  background: white;
  border: 1px solid silver;
  border-bottom: 1px solid white;
  color: black;
  cursor: default
}

.menu-tabs ul li a.active:hover {
  color: black;
  text-decoration: none
}

.teaser-text-box {
  width: 100%;
  height: 130px;
  overflow: hidden;
  line-height: 120%;
  position: relative;
  border-left: 4px solid #00a79b;
  padding: 0 0 0 15px;
  margin: 15px 0;
  transition: .5s ease
}

.teaser-text-box-title {
  color: black;
  transition: .5s ease
}

.teaser-text-box-lead {
  font-size: 100%;
  line-height: 120%;
  color: black;
  transition: .5s ease
}

.teaser-text-box-arrow {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0
}

a.teaser-text-block:hover {
  text-decoration: none;
  transition: .5s ease
}

a.teaser-text-block:focus {
  text-decoration: none;
  transition: .5s ease
}

a.teaser-text-block:hover .teaser-text-box-title {
  color: #00a79b;
  transition: .5s ease
}

a.teaser-text-block:hover .teaser-text-box-lead {
  color: black;
  transition: .5s ease
}

a.teaser-text-block:hover .teaser-text-box-arrow .square-arrow-gray {
  background: #00a79b;
  transition: .5s ease
}

.view-yad-vashem-list div.alpha-pagination {
  border-bottom: 1px solid silver;
  padding-bottom: 5px;
  margin-bottom: 10px
}

.yad-vashem-list-row .teaser-text-box {
  height: 33px;
  padding: 0 0 0 12px
}

.yad-vashem-list-row .teaser-text-box-title {
  margin-top: 0;
  line-height: 120%
}

.yad-vashem-list-row .teaser-text-box-title .title-inline,
.yad-vashem-list-row .teaser-text-box-title .text-italic {
  font-size: 105%;
  margin: 0;
  padding: 0
}

.yad-vashem-list-row .teaser-text-block.teaser-text-block-unlinked .title-inline,
.yad-vashem-list-row .teaser-text-block.teaser-text-block-unlinked .text-italic {
  color: #888888
}

.yad-vashem-list-row .teaser-text-block.teaser-text-block-unlinked .teaser-text-box-arrow {
  display: none
}

.block-rescue-story {
  margin: 0 0 30px 0
}

.block-rescue-story h2 {
  min-height: 175px;
  margin: 0
}

#rescue-story-info-box {
  background: #f5f5f5;
  padding: 15px;
  font-size: 90%
}

#rescue-story-info-box h4 {
  margin: 15px 0 5px 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #e1e1e1
}

#rescue-story-info-box div:first-child h4 {
  margin: 0 0 5px 0;
  padding: 0;
  border-top: none
}

#rescue-story-info-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

#rescue-story-info-box ul li {
  margin: 0 0 5px 0
}

#rescue-story-info-box ul li:last-child {
  margin: 0
}

.righteous-list-date {
  margin-top: 15px
}

ul.small-bullets {
  list-style-type: disc !important
}

ul.small-bullets>li {
  margin: 3px 0 3px 15px !important;
  padding: 0 0 0 0 !important
}

.rescue-story-title {
  height: 25px;
  padding: 0;
  margin: -5px 0 15px 0
}

#rescue-story-map-top {
  text-align: center;
  width: 100%;
  margin: 0
}

#rescue-story-map-top-enlarge {
  width: 100%;
  height: 30px;
  margin: 0;
  text-align: right
}

#rescue-story-map-top-enlarge a {
  text-decoration: underline;
  font-style: italic;
  color: #127a7e;
  transition: .5s ease
}

#rescue-story-map-top-enlarge a:hover {
  color: #00a79b;
  transition: .5s ease
}

#rescue-story-gallery-box {
  width: 100%;
  height: 225px;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 10px;
  text-align: center;
  border: 2px solid #eaeaea
}

#rescue-story-header {
  margin-bottom: 15px
}

.rescue-story-meta {
  text-align: right;
  margin: 15px 0 25px 0
}

#rescue-story-audio-box {
  height: 225px;
  border: 2px solid #eaeaea;
  padding: 10px;
  margin: 0 0 30px 0
}

.shared-audio-box #rescue-story-audio-box {
  margin-left: -32px
}

@media screen and (max-width: 992px) {
  .shared-audio-box #rescue-story-audio-box {
    margin-left: 0;
    margin-top: -32px
  }
}

.full-width-box #rescue-story-audio-box {
  padding-left: 30px
}

.full-width-box #rescue-story-audio-box .hideable {
  display: none
}

#rescue-story-audio-box ul {
  margin-left: 5px;
  min-height: 130px
}

#rescue-story-audio-box ul li {
  font-size: 90%;
  padding-left: 20px;
  margin-bottom: 5px
}

#rescue-story-audio-box ul li:before {
  margin-left: -24px
}

.media-box-header {
  margin: 0;
  padding: 0
}

.media-box-header #media-box-counter {
  text-align: right;
  font-size: 90%
}

.node-type-family #rescue-stories-nearby-container {
  margin-top: 0
}

#rescue-stories-nearby-container {
  width: 100%;
  margin-top: 30px
}

#rescue-stories-nearby-box {
  width: 100%;
  text-align: left
}

#slider-nearby-rescue-stories {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 15px
}

#slider-nearby-rescue-stories .viewport {
  height: 70px;
  overflow: hidden;
  position: relative
}

#slider-nearby-rescue-stories .buttons {
  background: white;
  border: 1px solid #eaeaea;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 30px;
  height: 30px;
  color: #00a79b;
  font-family: 'Glyphicons Halflings';
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  font-size: 15px;
  z-index: 50;
  transition: .5s ease
}

#slider-nearby-rescue-stories .next {
  right: 0;
  left: auto
}

#slider-nearby-rescue-stories .buttons:hover,
#slider-nearby-rescue-stories .buttons:focus {
  color: #21b9ae;
  transition: .5s ease
}

#slider-nearby-rescue-stories .overview {
  width: 100%;
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  white-space: nowrap;
  font-size: 0
}

#slider-nearby-rescue-stories .overview li {
  width: 33.33333333%;
  height: 70px;
  text-align: left;
  margin: 0;
  padding: 18px 25px;
  border: none;
  background: #eaeaea;
  overflow: hidden;
  border-left: 2px solid white;
  border-right: 2px solid white;
  display: inline-block;
  position: relative;
  left: 0;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  white-space: normal;
  font-size: 10pt;
  transition: .5s ease
}

@media screen and (max-width: 480px) {
  #slider-nearby-rescue-stories .overview li {
    width: 50%
  }
}

#slider-nearby-rescue-stories .overview li:hover {
  background: #f5f5f5;
  transition: .5s ease
}

#slider-nearby-rescue-stories .overview li a {
  display: block;
  width: 100%;
  height: 100%;
  border-left: 3px solid #00a79b;
  margin: 0;
  padding: 0 0 0 7px;
  font-weight: bold;
  font-size: 95%;
  line-height: 130%;
  text-transform: uppercase;
  transition: .5s ease
}

#slider-nearby-rescue-stories .overview li a:hover,
#slider-nearby-rescue-stories .overview li a:focus {
  color: #00a79b;
  text-decoration: none;
  transition: .5s ease
}

@media screen and (max-width: 992px) {
  #rescue-story-more {
    margin-top: 30px
  }
}

#rescue-story-more-text {
  font-size: 90%;
  line-height: 125%;
  color: #737475
}

#rescue-story-more-text a {
  color: #737475
}

#rescue-story-more-text a:hover {
  color: #00a79b
}

.rescue-story-bibliography-top {
  margin: 0;
  padding: 0
}

.rescue-story-bibliography-bottom {
  margin: 25px 0 15px 0;
  padding: 25px 0 0 0;
  border-top: 1px solid #eaeaea
}

#rescue-story-bibliography-text {
  font-size: 85%;
  line-height: 120%;
  color: #737475
}

#rescue-story-bibliography-text ul {
  padding: 0;
  margin: 0;
  list-style-type: none
}

#rescue-story-bibliography-text ul li {
  padding: 0;
  margin: 0 0 15px 0
}

#rescue-story-bibliography-text ul li a {
  color: #127a7e
}

#rescue-story-bibliography-text ul li a:hover {
  color: #00a79b;
  text-decoration: underline
}

#rescue-story-map-modal {
  width: 100%;
  height: 700px;
  background: #eaeaea
}

@media screen and (max-width: 1200px) {
  #rescue-story-map-modal {
    height: 600px
  }
}

@media screen and (max-width: 992px) {
  #rescue-story-map-modal {
    height: 500px
  }
}

@media screen and (max-width: 768px) {
  #rescue-story-map-modal {
    height: 400px
  }
}

@media screen and (max-width: 480px) {
  #rescue-story-map-modal {
    height: 300px
  }
}

#map-modal .modal-body {
  min-height: 200px
}

#map-modal .modal-content {
  width: 1100px;
  min-height: 200px;
  left: -250px;
  padding-bottom: 25px
}

@media screen and (max-width: 1200px) {
  #map-modal .modal-content {
    width: 900px;
    left: -150px
  }
}

@media screen and (max-width: 992px) {
  #map-modal .modal-content {
    width: 700px;
    left: -50px
  }
}

@media screen and (max-width: 768px) {
  #map-modal .modal-content {
    width: 100%;
    left: 0
  }
}

#map-modal .modal-body {
  top: -12px
}

.rs-mobile-visible {
  display: none
}

@media screen and (max-width: 992px) {
  .rs-mobile-visible {
    display: block
  }
}

.rs-mobile-hidden {
  display: block
}

@media screen and (max-width: 992px) {
  .rs-mobile-hidden {
    display: none
  }
}

@media screen and (max-width: 480px) {

  .node-type-rescue-story #rescue-stories-mobile-menu,
  .node-type-family #rescue-stories-mobile-menu {
    padding: 0
  }
}

@media screen and (max-width: 992px) {

  .node-type-rescue-story .menu-left #block-menu-menu-menu-rescue-stories,
  .node-type-family .menu-left #block-menu-menu-menu-rescue-stories {
    margin: 0 0 15px 0
  }
}

@media screen and (max-width: 480px) {

  .node-type-rescue-story .menu-left #block-menu-menu-menu-rescue-stories,
  .node-type-family .menu-left #block-menu-menu-menu-rescue-stories {
    margin: 0 -15px 15px -15px
  }
}

@media screen and (max-width: 992px) {

  .node-type-rescue-story .menu-left #block-menu-menu-menu-rescue-stories h2,
  .node-type-family .menu-left #block-menu-menu-menu-rescue-stories h2 {
    min-height: 25px;
    padding: 25px 25px 25px 75px
  }
}

@media screen and (max-width: 480px) {

  .node-type-rescue-story .menu-left #block-menu-menu-menu-rescue-stories h2,
  .node-type-family .menu-left #block-menu-menu-menu-rescue-stories h2 {
    min-height: 15px;
    padding: 15px 15px 15px 50px;
    background-position: 15px 10px;
    background-size: 25px auto;
    font-size: 120%;
    text-align: left
  }
}

@media screen and (max-width: 992px) {

  .node-type-rescue-story #rescue-story-info-box,
  .node-type-family #rescue-story-info-box {
    margin: 15px 0
  }

  .node-type-rescue-story .rescue-story-title.rs-mobile-visible,
  .node-type-family .rescue-story-title.rs-mobile-visible {
    font-size: 170%;
    margin: 0
  }
}

@media screen and (max-width: 480px) {

  .node-type-rescue-story .rescue-story-title.rs-mobile-visible,
  .node-type-family .rescue-story-title.rs-mobile-visible {
    font-size: 160%;
    margin: 0
  }

  .node-type-rescue-story #rescue-story-col,
  .node-type-family #rescue-story-col {
    padding: 0
  }
}

#news-col h1 {
  margin-top: 30px
}

.news-meta {
  text-align: left
}

.news-intro {
  font-size: 115%;
  font-style: italic
}

@media screen and (max-width: 768px) {
  #news-col {
    padding-left: 0;
    padding-right: 0
  }
}

#more-news-col {
  padding-left: 50px
}

@media screen and (max-width: 992px) {
  #more-news-col {
    padding-left: 15px
  }
}

@media screen and (max-width: 768px) {
  #more-news-col {
    padding-left: 0;
    padding-right: 0
  }
}

#more-news-col h2.views-title {
  margin-top: 100px
}

@media screen and (max-width: 992px) {
  #more-news-col h2.views-title {
    margin-top: 50px
  }
}

.more-news-item-block {
  height: auto;
  border-top: 3px solid #eaeaea;
  padding-top: 7px;
  margin-bottom: 40px
}

.more-news-item-thumb {
  width: 100px !important;
  margin-top: -9px;
  margin-right: 9px
}

.more-news-item-text-block {
  width: -moz-calc(100% - 109px);
  width: -webkit-calc(100% - 109px);
  width: calc(100% - 109px);
  height: 93px
}

.more-news-item-text-block:after {
  clear: both
}

.more-news-item-lead {
  margin-top: 100px;
  padding-top: 3px;
  background: none;
  float: none;
  position: relative
}

@media screen and (max-width: 480px) {
  .more-news-item-lead {
    display: block
  }
}

.more-news-item-summary-date {
  color: #737475
}

.news-more-btn {
  display: block;
  background-color: #f5f5f5;
  background-image: url(../images/icons/ico-news.png);
  background-size: auto 25px;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  padding: 15px 20px 15px 65px;
  margin-top: 40px;
  color: black;
  text-transform: uppercase;
  font-size: 110%;
  text-decoration: none;
  font-weight: bold;
  transition: .5s ease
}

.news-more-btn:hover {
  background-color: #eaeaea;
  color: #00a79b;
  text-decoration: none;
  transition: .5s ease
}

.news-more-btn:focus {
  background-color: #eaeaea;
  color: #00a79b;
  text-decoration: none;
  transition: .5s ease
}

.your-stories-intro-btn {
  text-align: right;
  margin: 10px 0 -5px 0
}

.add-your-story-btn {
  display: inline-block;
  background-color: #00a79b;
  background-image: url(../images/icons/icon-add-32x32.png);
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  padding: 5px 40px 5px 10px;
  color: white;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 100%;
  text-decoration: none;
  transition: .5s ease
}

.add-your-story-btn:hover {
  background-color: #21b9ae;
  color: white;
  text-decoration: none;
  transition: .5s ease
}

.add-your-story-btn:focus {
  background-color: #21b9ae;
  color: white;
  text-decoration: none;
  transition: .5s ease
}

.tile-your-story {
  background-color: #eaeaea;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 260px;
  margin-top: 30px;
  transition: .5s ease
}

@media screen and (max-width: 992px) {
  .tile-your-story {
    height: 220px
  }
}

@media screen and (max-width: 768px) {
  .tile-your-story {
    height: 290px
  }
}

@media screen and (max-width: 480px) {
  .tile-your-story {
    height: 220px
  }
}

.tile-your-story:hover {
  box-shadow: 0 0 10px #777777;
  transition: .5s ease
}

.tile-your-story-box {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.85);
  color: black
}

@media screen and (max-width: 992px) {
  .tile-your-story-box {
    padding: 15px
  }
}

@media screen and (max-width: 768px) {
  .tile-your-story-box {
    padding: 20px
  }
}

@media screen and (max-width: 480px) {
  .tile-your-story-box {
    padding: 15px
  }
}

.tile-your-story-text {
  border-left: 3px solid #00a79b;
  padding-left: 10px
}

.tile-your-story-text-title {
  margin-bottom: 5px;
  font-size: 120%;
  line-height: 130%;
  font-weight: bold;
  text-transform: uppercase;
  transition: .5s ease
}

@media screen and (max-width: 1200px) {
  .tile-your-story-text-title {
    font-size: 110%;
    line-height: 120%
  }
}

@media screen and (max-width: 992px) {
  .tile-your-story-text-title {
    font-size: 100%;
    line-height: 110%
  }
}

@media screen and (max-width: 768px) {
  .tile-your-story-text-title {
    font-size: 120%;
    line-height: 130%
  }
}

@media screen and (max-width: 480px) {
  .tile-your-story-text-title {
    font-size: 100%;
    line-height: 110%
  }
}

.tile-your-story:hover .tile-your-story-text-title {
  color: #00a79b;
  transition: .5s ease
}

.tile-your-story-text-lead {
  font-size: 110%;
  line-height: 125%;
  font-style: italic;
  transition: .5s ease
}

@media screen and (max-width: 1200px) {
  .tile-your-story-text-lead {
    font-size: 100%;
    line-height: 120%
  }
}

@media screen and (max-width: 992px) {
  .tile-your-story-text-lead {
    font-size: 90%;
    line-height: 110%
  }
}

@media screen and (max-width: 768px) {
  .tile-your-story-text-lead {
    font-size: 110%;
    line-height: 125%
  }
}

@media screen and (max-width: 480px) {
  .tile-your-story-text-lead {
    font-size: 90%;
    line-height: 110%
  }
}

.tile-your-story:hover .tile-your-story-text-lead {
  transition: .5s ease
}

.view-your-stories .pager-box {
  margin-top: 15px
}

.your-stories-menu-btn {
  text-align: left;
  margin-top: 25px
}

@media screen and (max-width: 992px) {
  .your-stories-menu-btn {
    display: none
  }
}

.your-stories-bottom-btn {
  display: none;
  text-align: right;
  margin-top: 25px
}

@media screen and (max-width: 992px) {
  .your-stories-bottom-btn {
    display: block
  }
}

.your-story-meta {
  margin-top: 25px;
  text-align: right
}

.view-your-stories-more {
  margin-top: 50px
}

.your-story-more-link {
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  text-decoration: none
}

.your-story-more-link a {
  color: black;
  text-decoration: none
}

.your-story-more-link a:hover {
  color: #00a79b;
  text-decoration: underline
}

.tile-your-story-short {
  height: 195px;
  margin-top: 0
}

@media screen and (max-width: 992px) {
  .tile-your-story-short {
    height: 195px
  }
}

@media screen and (max-width: 768px) {
  .tile-your-story-short {
    height: 225px
  }
}

@media screen and (max-width: 480px) {
  .tile-your-story-short {
    height: 195px
  }
}

.tile-your-story-box-short {
  left: 7px;
  right: 7px;
  padding: 10px
}

@media screen and (max-width: 992px) {
  .tile-your-story-box-short {
    padding: 10px
  }
}

@media screen and (max-width: 768px) {
  .tile-your-story-box-short {
    padding: 15px
  }
}

@media screen and (max-width: 480px) {
  .tile-your-story-box-short {
    padding: 10px
  }
}

@media screen and (max-width: 768px) {
  .a-tile-your-story-box-short {
    margin-bottom: 15px
  }

  .a-tile-your-story-box-short:last-child {
    margin-bottom: 0
  }
}

.tile-your-story-text-short {
  padding-left: 8px
}

.tile-your-story-text-title-short {
  margin-bottom: 5px;
  font-size: 110%;
  line-height: 125%
}

@media screen and (max-width: 1200px) {
  .tile-your-story-text-title-short {
    font-size: 100%;
    line-height: 115%
  }
}

@media screen and (max-width: 992px) {
  .tile-your-story-text-title-short {
    font-size: 100%;
    line-height: 110%
  }
}

@media screen and (max-width: 768px) {
  .tile-your-story-text-title-short {
    font-size: 120%;
    line-height: 130%
  }
}

@media screen and (max-width: 480px) {
  .tile-your-story-text-title-short {
    font-size: 100%;
    line-height: 110%
  }
}

.tile-your-story-text-lead-short {
  font-size: 100%;
  line-height: 120%
}

@media screen and (max-width: 1200px) {
  .tile-your-story-text-lead-short {
    font-size: 100%;
    line-height: 120%
  }
}

@media screen and (max-width: 992px) {
  .tile-your-story-text-lead-short {
    font-size: 90%;
    line-height: 110%
  }
}

@media screen and (max-width: 768px) {
  .tile-your-story-text-lead-short {
    font-size: 110%;
    line-height: 125%
  }
}

@media screen and (max-width: 480px) {
  .tile-your-story-text-lead-short {
    font-size: 90%;
    line-height: 110%
  }
}

#form_advanced_search {
  border-top: 3px solid #eaeaea;
  opacity: 0;
  transition: max-height 2s ease;
  -webkit-transition: max-height 2s ease;
  overflow-y: visible
}

#form_advanced_search.no_transition {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important
}

#form_advanced_search.form_advanced_search_hidden {
  overflow: hidden !important;
  max-height: 55px;
  border: #eaeaea 4px solid;
  background-color: #eaeaea;
  padding-bottom: 50px
}

@media screen and (max-width: 480px) {
  #form_advanced_search.form_advanced_search_hidden {
    height: 70px
  }
}

@media all and (max-width:328px) {
  #form_advanced_search.form_advanced_search_hidden {
    height: 82px
  }
}

#edit-field-pers-gender-tid div {
  display: inline
}

#edit-field-pers-gender-tid div:nth-child(1) {
  display: none
}

#edit-field-pers-role-tid div {
  display: inline
}

#edit-field-pers-role-tid div:nth-child(1) {
  display: none
}

#edit-field-pers-role-tid div:nth-child(3) {
  margin-left: 15px
}

.radio-checked input[type=radio] {
  display: none
}

.radio-checked label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  border: 1px solid gray
}

.radio-checked label:before {
  border-radius: 1px
}

.radio-checked .radio-checked:before {
  content: '✓';
  color: #00a79b;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 18px
}

.radio-checked .checkbox-none:before {
  display: none !important
}

#edit-field-dec-swns-tid div label[for="edit-field-dec-swns-tid-all"] {
  display: none
}

@media screen and (max-width: 992px) {
  #edit-field-dec-swns-tid div label:before {
    top: 3px
  }
}

#date-decoration {
  display: none
}

#search_form_left>div.row {
  margin-top: 16px
}

#search_form_left>div.row:nth-child(3) {
  margin-top: 18px;
  margin-bottom: -3px
}

#search_form_left>div.row:nth-child(1n+4) {
  margin-top: 20.4px
}

#search_form_left>div.row:nth-child(5) {
  margin-top: 29px
}

#search_form_right>div.row:nth-child(2) {
  margin-top: 22px
}

#search_form_right>div.row:nth-child(4) {
  margin-top: 17px
}

#search_form_left>div.row:nth-child(6) {
  margin-bottom: -13px
}

#search_form_left>div.row:nth-child(7) {
  margin-bottom: -10px
}

#search_form_left>div.row:nth-child(9) {
  margin-top: -1px
}

#search_form_left>div.row:last-child {
  margin-top: 13px
}

#search_form_right>div.row {
  margin-top: 19px
}

#search_form_right>div.row:first-child {
  margin-top: 16px
}

#edit-field-pers-gender-tid div:nth-child(3) {
  margin-left: 20px
}

#select2-edit-field-pers-date-birth-date-value-results,
#select2-edit-field-pers-date-birth-date-value-1-results,
#select2-edit-field-pers-date-death-date-value-results,
#select2-edit-field-pers-date-death-date-value-1-results,
#select2-edit-field-pers-date-decoration-value-results,
#select2-edit-field-pers-date-decoration-value-1-results {
  text-align: center
}

#form_advanced_search .bootstrap-datetimepicker-widget.dropdown-menu {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: auto !important;
  right: auto !important;
  z-index: 9999 !important
}

@media screen and (max-width: 480px) {
  #form_advanced_search>div:first-child {
    margin-top: 10px
  }
}

.page-advanced-search .select2-selection__rendered,
.page-wyszukiwanie-zaawansowane .select2-selection__rendered {
  line-height: 1.5 !important
}

.page-advanced-search .select2-selection__arrow,
.page-wyszukiwanie-zaawansowane .select2-selection__arrow {
  margin-top: 3px
}

.page-advanced-search .select2-selection__clear,
.page-wyszukiwanie-zaawansowane .select2-selection__clear {
  color: red;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  margin-right: 10px;
  margin-top: -4px
}

#search_date_birth .select2-selection__rendered,
#search_date_death .select2-selection__rendered,
#search_date_decoration .select2-selection__rendered {
  text-align: center
}

#search_date_birth .select2-selection__arrow,
#search_date_death .select2-selection__arrow,
#search_date_decoration .select2-selection__arrow {
  display: none
}

#search_date_birth div:nth-child(2),
#search_date_death div:nth-child(2),
#search_date_decoration div:nth-child(2),
#search_date_birth div:nth-child(4),
#search_date_death div:nth-child(4),
#search_date_decoration div:nth-child(4) {
  width: 110px !important
}

#search_date_birth div:nth-child(1),
#search_date_death div:nth-child(1),
#search_date_decoration div:nth-child(1) {
  width: auto !important
}

#search_date_birth div:nth-child(2),
#search_date_death div:nth-child(2),
#search_date_decoration div:nth-child(2) {
  width: 110px !important;
  margin-left: -6px;
  margin-right: -14px
}

@media screen and (min-width: 1200px) {

  #search_date_birth div:nth-child(2),
  #search_date_death div:nth-child(2),
  #search_date_decoration div:nth-child(2) {
    margin-left: -14px;
    margin-right: -14px
  }

  #search_date_birth div:nth-child(4),
  #search_date_death div:nth-child(4),
  #search_date_decoration div:nth-child(4) {
    margin-left: -16px
  }
}

@media screen and (max-width: 1200px) {

  #search_date_birth div:nth-child(2),
  #search_date_death div:nth-child(2),
  #search_date_decoration div:nth-child(2) {
    margin-left: -6px;
    margin-right: -14px
  }
}

@media screen and (max-width: 768px) {

  #search_date_birth div:nth-child(2),
  #search_date_death div:nth-child(2),
  #search_date_decoration div:nth-child(2) {
    margin-left: -25px
  }

  #search_date_birth div:nth-child(4),
  #search_date_death div:nth-child(4),
  #search_date_decoration div:nth-child(4) {
    margin-left: -25px
  }
}

@media all and (max-width:591px) {

  #search_date_birth div:nth-child(2),
  #search_date_death div:nth-child(2),
  #search_date_decoration div:nth-child(2) {
    margin-left: -20px
  }

  #search_date_birth div:nth-child(4),
  #search_date_death div:nth-child(4),
  #search_date_decoration div:nth-child(4) {
    margin-left: -20px
  }
}

@media all and (max-width:540px) {

  #search_date_birth div:nth-child(2),
  #search_date_death div:nth-child(2),
  #search_date_decoration div:nth-child(2) {
    margin-left: -15px
  }

  #search_date_birth div:nth-child(4),
  #search_date_death div:nth-child(4),
  #search_date_decoration div:nth-child(4) {
    margin-left: -15px
  }
}

@media screen and (max-width: 480px) {

  #search_date_birth div:nth-child(2),
  #search_date_death div:nth-child(2),
  #search_date_decoration div:nth-child(2) {
    margin-left: -5px
  }

  #search_date_birth div:nth-child(4),
  #search_date_death div:nth-child(4),
  #search_date_decoration div:nth-child(4) {
    margin-left: -5px
  }
}

@media all and (max-width:324px) {

  #search_date_birth div:nth-child(2),
  #search_date_death div:nth-child(2),
  #search_date_decoration div:nth-child(2) {
    margin-left: -6px;
    margin-right: -19px
  }

  #search_date_birth div:nth-child(4),
  #search_date_death div:nth-child(4),
  #search_date_decoration div:nth-child(4) {
    margin-left: -4px
  }
}

#search_date_birth .select2-container .select2-selection--single .select2-selection__rendered,
#search_date_death .select2-container .select2-selection--single .select2-selection__rendered,
#search_date_decoration .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 17px;
  text-overflow: clip
}

#search_date_birth .select2-container--default .select2-selection--single .select2-selection__clear,
#search_date_death .select2-container--default .select2-selection--single .select2-selection__clear,
#search_date_decoration .select2-container--default .select2-selection--single .select2-selection__clear {
  left: 25px
}

#edit-submit-advanced-search {
  color: white;
  border-radius: 0;
  border: 1px solid #29465f;
  background: #29465f;
  text-transform: uppercase;
  float: right;
  transition: .5s ease
}

@media screen and (max-width: 768px) {
  #edit-submit-advanced-search {
    margin-top: 20px
  }
}

#edit-submit-advanced-search :hover {
  background: #286191
}

#search_date_birth>div:nth-child(even)>div>span,
#search_date_death>div:nth-child(even)>div>span,
#search_date_decoration>div:nth-child(even)>div>span {
  width: 80px !important
}

#select2-edit-field-person-field-pers-date-birth-date-results li,
#select2-edit-field-person-field-pers-date-birth-date-1-results li,
#select2-edit-field-person-field-pers-date-death-date-results li,
#select2-edit-field-person-field-pers-date-death-date-1-results li,
#select2-edit-field-person-field-pers-date-decoration-results li,
#select2-edit-field-person-field-pers-date-decoration-1-results li {
  text-align: center
}

.page-wyszukiwanie-zaawansowane .select2-results__options li {
  background-color: transparent
}

.page-wyszukiwanie-zaawansowane .select2-results__options li::selection {
  background-color: transparent
}

.page-wyszukiwanie-zaawansowane .select2-results__options li:focus {
  background-color: transparent
}

.page-wyszukiwanie-zaawansowane .select2-results__options li:hover {
  color: #00a79b;
  background-color: transparent
}

.page-advanced-search .select2-results__options li {
  background-color: transparent
}

.page-advanced-search .select2-results__options li::selection {
  background-color: transparent
}

.page-advanced-search .select2-results__options li:focus {
  background-color: transparent
}

.page-advanced-search .select2-results__options li:hover {
  color: #00a79b;
  background-color: transparent
}

#select2-edit-field-person-field-pers-date-death-date-results {
  background-color: white !important
}

#edit-submit-wyszukiwanie-zaawansowane {
  border-radius: 0;
  border: 1px solid #29465f;
  background: #29465f;
  text-transform: uppercase;
  transition: .5s ease
}

#edit-submit-wyszukiwanie-zaawansowane:hover {
  background: #286191
}

.advanced-search-arrow {
  font-size: 15px;
  margin-top: 5px;
  margin-right: 15px
}

@media screen and (max-width: 768px) {
  .page-wyszukiwanie-zaawansowane .container-fluid {
    padding: 0
  }
}

.page-wyszukiwanie-zaawansowane .view-empty {
  margin-top: 20px
}

.page-wyszukiwanie-zaawansowane .view-empty {
  font-weight: bold;
  text-align: center
}

.page-wyszukiwanie-zaawansowane .title-underlined {
  border-bottom: none
}

@media screen and (max-width: 768px) {
  .page-advanced-search .container-fluid {
    padding: 0
  }
}

.page-advanced-search .view-empty {
  margin-top: 20px
}

.page-advanced-search .view-empty {
  font-weight: bold;
  text-align: center
}

.page-advanced-search .title-underlined {
  border-bottom: none
}

@keyframes search_hidden {
  0% {
    height: 1000px
  }

  100% {
    height: 55px
  }
}

@keyframes search_show {
  0% {
    height: 55px
  }

  100% {
    height: 608px
  }
}

@media screen and (max-width: 768px) {
  .view-filters {
    padding: 0
  }
}

#search_button_show {
  display: none;
  text-align: center
}

#search_click {
  font-size: 25px;
  margin-top: -12px;
  color: #08B7AA;
  cursor: pointer
}

#view_search {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 35px
}

#Container-Results {
  padding: 0 0
}

.advanced-search-result-photo {
  background-color: #eaeaea;
  background-size: cover;
  background-position: center center;
  height: 150px;
  transition: .5s ease
}

@media screen and (max-width: 992px) {
  .advanced-search-result-photo {
    height: 170px
  }
}

@media screen and (max-width: 768px) {
  .advanced-search-result-photo {
    padding: 0
  }
}

@media screen and (min-width: 992px) {
  .advanced-search-result:nth-child(1n+3) {
    margin-top: 50px
  }
}

@media screen and (max-width: 992px) {
  .advanced-search-result:nth-child(1n+2) {
    margin-top: 30px
  }
}

@media screen and (max-width: 768px) {
  .advanced-search-result:nth-child(1n+2) {
    margin-top: 65px
  }
}

@media screen and (max-width: 480px) {
  .advanced-search-result:nth-child(1n+2) {
    margin-top: 70px
  }
}

.text-search-result {
  border-top: #eaeaea 4px solid
}

@media all and (max-width:767px) {
  .text-search-result {
    border-top: none
  }
}

@media screen and (max-width: 768px) {
  .advanced-search-result {
    padding-left: 0;
    padding-right: 0
  }
}

.advanced-search-result .text-search-result p {
  color: black;
  font-size: 15px;
  display: block;
  display: -webkit-box;
  max-height: 97px;
  line-height: 1.3;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  margin-top: 20px;
  margin-left: 10px;
  transition: .5s ease
}

@media screen and (max-width: 768px) {
  .advanced-search-result .text-search-result p {
    margin-left: 0;
    padding-right: 10px
  }
}

@media screen and (max-width: 768px) {
  .advanced-search-result .text-search-result {
    height: 110px
  }
}

.advanced-search-result .glyphicon-expand {
  font-size: 20px
}

.search-result-arrow {
  transition: .5s ease;
  left: 550px;
  top: 135px
}

@media screen and (max-width: 1200px) {
  .search-result-arrow {
    left: 450px
  }
}

@media screen and (max-width: 992px) {
  .search-result-arrow {
    left: 715px;
    top: 155px
  }
}

@media screen and (max-width: 768px) {
  .search-result-arrow {
    left: 96%;
    top: 275px
  }
}

@media all and (max-width:600px) {
  .search-result-arrow {
    left: 95%
  }
}

@media all and (max-width:574px) {
  .search-result-arrow {
    left: 94%
  }
}

@media all and (max-width:387px) {
  .search-result-arrow {
    left: 93%
  }
}

a.advanced-search-result:hover p {
  color: #00a79b
}

a.advanced-search-result:hover .search-result-arrow {
  background-color: #00a79b
}

#results-sum {
  font-size: 15px
}

#result-title {
  margin-top: 10px;
  margin-bottom: -5px
}

.gallery-tile-link {
  background-color: #eaeaea;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 210px;
  margin-top: 30px;
  transition: .5s ease
}

@media screen and (max-width: 1200px) {
  .gallery-tile-link {
    height: 200px
  }
}

@media screen and (max-width: 992px) {
  .gallery-tile-link {
    height: 260px
  }
}

@media screen and (max-width: 768px) {
  .gallery-tile-link {
    height: 240px
  }
}

@media screen and (max-width: 480px) {
  .gallery-tile-link {
    height: 180px
  }
}

@media all and (max-width:338px) {
  .gallery-tile-link {
    height: 150px
  }
}

.gallery-tile-link p {
  padding: 0;
  margin: 0;
  width: 330px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.gallery-tile-link:hover {
  box-shadow: 0 0 10px #777777;
  transition: .5s ease
}

.gallery-tile-link-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 7px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.85);
  font-size: 115%;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  width: 100%;
  transition: .5s ease
}

.gallery-tile-link-title p {
  overflow: hidden
}

@media all and (max-width:437px) {
  .gallery-tile-link-title p {
    width: 90%
  }
}

#thematic-gallery-row {
  padding-right: 0
}

@media screen and (max-width: 992px) {
  #thematic-gallery-row {
    padding-left: 0;
    margin-top: -20px
  }
}

@media screen and (max-width: 1200px) {
  #gallery-menu-links ul>li:nth-child(3) a {
    display: inline
  }
}

.gallery-link {
  display: block;
  width: 100%;
  padding: 0
}

.gallery-link:hover .gallery-arrow {
  background-color: #00a79b
}

.gallery-link:hover .gallery-tile-link-title {
  color: #00a79b
}

.gallery-views-title {
  margin-left: 10px
}

@media screen and (max-width: 992px) {
  .gallery-views-title {
    margin-left: 0
  }
}

@media screen and (max-width: 480px) {
  .gallery-mobile-size {
    padding: 0
  }
}

.gallery-arrow {
  margin-right: 10px;
  margin-bottom: 7px
}

@media screen and (max-width: 992px) {
  .gallery-list>div:first-child {
    margin-top: 10px
  }

  .gallery-list>div:nth-child(1n+2) {
    margin-top: 15px
  }
}

.menu-left-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden
}

@media screen and (max-width: 992px) {
  .menu-left-container {
    padding-top: 20px;
    margin-bottom: -45px
  }
}

@media screen and (max-width: 480px) {
  .menu-left-container {
    width: 114.5%;
    margin-left: -30px
  }
}

@media all and (max-width:471px) {
  .menu-left-container {
    width: 116%
  }
}

@media all and (max-width:448px) {
  .menu-left-container {
    width: 117%
  }
}

@media all and (max-width:423px) {
  .menu-left-container {
    width: 118%
  }
}

@media all and (max-width:397px) {
  .menu-left-container {
    width: 119%
  }
}

@media all and (max-width:379px) {
  .menu-left-container {
    width: 120.5%
  }
}

@media all and (max-width:365px) {
  .menu-left-container {
    width: 121.5%
  }
}

@media all and (max-width:349px) {
  .menu-left-container {
    width: 122.5%
  }
}

@media all and (max-width:338px) {
  .menu-left-container {
    width: 123%
  }
}

@media all and (max-width:336px) {
  .menu-left-container {
    width: 125%
  }
}

@media all and (max-width:323px) {
  .menu-left-container {
    width: 125.5%
  }
}

@media all and (max-width:317px) {
  .menu-left-container {
    width: 129%
  }
}

.menu-left-container .navbar-toggle .icon-bar {
  background-color: white
}

@media screen and (max-width: 1200px) {
  #block-menu-menu-about-righteous #menu-left-title {
    font-size: 140%
  }
}

@media all and (max-width:436px) {
  #block-menu-menu-about-righteous #menu-left-title {
    font-size: 120%
  }
}

@media all and (max-width:334px) {
  #block-menu-menu-about-righteous #menu-left-title {
    font-size: 105%
  }
}

@media all and (max-width:1199px) and (min-width:991px) {
  #block-menu-menu-about-righteous h2 {
    padding: 120px 25px 30px 25px !important
  }
}

.menu-left-container>.container-fluid {
  padding: 0
}

#menu-left-links>ul {
  display: none;
  background-color: transparent
}

@media all and (max-width:991px) {
  #menu-left-links>ul {
    margin-top: 4px !important
  }
}

@media screen and (min-width: 992px) {
  #menu-left-links {
    padding-left: 0;
    padding-right: 0
  }
}

@media screen and (max-width: 992px) {
  #menu-left-links {
    position: relative;
    top: -65px;
    width: 100%;
    background-color: white !important;
    -webkit-box-shadow: 1px 7px 8px -5px #000;
    -moz-box-shadow: 1px 7px 8px -5px #000;
    box-shadow: 1px 7px 8px -5px #000;
    border-left: #C0C0C0 1px solid;
    border-right: #C0C0C0 1px solid;
    z-index: 100
  }

  #menu-left-links ul {
    padding-bottom: 10px
  }
}

@media screen and (max-width: 768px) {
  #menu-left-links {
    margin-left: 0
  }

  #menu-left-links ul {
    margin-left: 2px
  }
}

@media screen and (max-width: 992px) {
  #menu-left-title {
    padding: 25px 60px;
    width: 100%
  }
}

@media all and (max-width:397px) {
  #menu-left-title {
    font-size: 18px
  }
}

@media all and (max-width:344px) {
  #menu-left-title {
    font-size: 15px
  }
}

#menu-left-title.contrast-2,
#menu-left-title.contrast-3 {
  border: 2px solid
}

#menu-left-button {
  position: relative
}

@media screen and (max-width: 992px) {
  #menu-left-button {
    top: -75px;
    left: 650px
  }
}

@media screen and (max-width: 768px) {
  #menu-left-button {
    left: -20px
  }
}

@media all and (max-width:400px) {
  #menu-left-button {
    left: -10%;
    top: -74px
  }
}

@media all and (max-width:344px) {
  #menu-left-button {
    top: -72px
  }
}

@media screen and (max-width: 992px) {

  .navbar-left,
  .navbar-right {
    float: none !important
  }

  .navbar-toggle {
    display: block
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
  }

  .navbar-collapse.collapse {
    display: none !important
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px
  }

  .navbar-nav>li {
    float: none
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .collapse.in {
    display: block !important
  }
}

@media screen and (max-width: 992px) {
  .gallery-list {
    margin-top: -50px
  }
}

@media screen and (max-width: 1200px) {
  .menu-left-max .menu-left-container {
    padding-top: 20px;
    margin-bottom: -45px
  }

  .menu-left-max .navbar-toggle .icon-bar {
    background-color: white
  }

  .menu-left-max #menu-left-title {
    padding: 25px 60px;
    width: 100%
  }

  .menu-left-max #menu-left-links {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: -65px;
    width: 100%;
    background-color: white !important;
    -webkit-box-shadow: 1px 7px 8px -5px #000;
    -moz-box-shadow: 1px 7px 8px -5px #000;
    box-shadow: 1px 7px 8px -5px #000;
    border-left: #C0C0C0 1px solid;
    border-right: #C0C0C0 1px solid;
    z-index: 100
  }

  .menu-left-max #menu-left-links ul {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 15px
  }

  .menu-left-max .navbar-left,
  .menu-left-max .navbar-right {
    float: none !important
  }

  .menu-left-max .navbar-toggle {
    display: block
  }

  .menu-left-max .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
  }

  .menu-left-max .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
  }

  .menu-left-max .navbar-collapse.collapse {
    display: none !important
  }

  .menu-left-max .navbar-nav {
    float: none !important;
    margin-top: 7.5px
  }

  .menu-left-max .navbar-nav>li {
    float: none
  }

  .menu-left-max .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .menu-left-max .collapse.in {
    display: block !important
  }
}

.menu-left-max #menu-left-button {
  position: relative
}

@media screen and (max-width: 1200px) {
  .menu-left-max #menu-left-button {
    top: -75px;
    left: 850px
  }
}

@media screen and (max-width: 992px) {
  .menu-left-max #menu-left-button {
    top: -75px;
    left: 650px
  }
}

@media screen and (max-width: 768px) {
  .menu-left-max #menu-left-button {
    left: -20px
  }
}

@media all and (max-width:397px) {
  .menu-left-max #menu-left-button {
    left: -20px;
    top: -74px
  }
}

@media all and (max-width:344px) {
  .menu-left-max #menu-left-button {
    left: -20px;
    top: -72px
  }
}

.glyphicon-refresh-animate {
  -moz-animation: loading 1s infinite linear;
  -webkit-animation: loading 1s infinite linear
}

@-moz-keyframes loading {
  from {
    -moz-transform: rotate(0deg)
  }

  to {
    -moz-transform: rotate(360deg)
  }
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

#slider-loding {
  display: none;
  background-color: rgba(36, 38, 41, 0.53);
  position: fixed;
  height: 200%;
  padding: 50%;
  border-radius: 10px;
  top: -200px;
  left: 0;
  z-index: 1000
}

#slider-loding span {
  position: fixed;
  color: white;
  font-size: 40px;
  top: 45%
}

#slider-loding img {
  position: fixed;
  color: white;
  top: 45%;
  height: 40px;
  width: 40px
}

.galler-photo-slider {
  height: 500px;
  width: 800px;
  display: table-cell;
  vertical-align: middle
}

@media screen and (max-width: 480px) {
  .galler-photo-slider {
    height: 340px
  }
}

.gallery-photo-slider>img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
  transition: .5s ease
}

#Gallery-Thematic-margin-top {
  margin-top: 30px
}

#Gallery-Thematic-margin-top a {
  margin-top: 190px !important
}

#Gallery-Thematic-margin-top a.left {
  margin-top: 170px;
  margin-left: -20px;
  font-size: 40px;
  transition: .5s ease
}

#Gallery-Thematic-margin-top a.right {
  font-size: 40px;
  margin-top: 170px;
  margin-left: 20px;
  transition: .5s ease
}

#Gallery-Thematic-margin-top .gallery-photo-slider {
  height: 520px !important;
  display: table-cell !important;
  text-align: center !important;
  vertical-align: middle !important;
  width: 1350px !important
}

#Gallery-Thematic-margin-top .description-gallery-slider {
  top: -32px !important
}

#myCarouselGallery {
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

#myCarouselGallery a {
  background-image: none;
  height: 50px;
  margin-top: 140px
}

#myCarouselGallery .carousel-caption {
  width: 100%;
  top: 0;
  left: 0;
  position: static;
  margin-top: -10px;
  padding-bottom: 10px
}

@media screen and (max-width: 480px) {
  #myCarouselGallery {
    width: 340px;
    margin-left: -24px
  }
}

.description-gallery-slider {
  position: relative;
  top: -35px;
  width: 100%;
  background-color: rgba(41, 70, 95, 0.7);
  transition: .5s ease
}

.description-gallery-slider p {
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 10px;
  text-align: left;
  color: white;
  text-shadow: none;
  transition: .5s ease
}

.description-gallery-slider p i {
  word-wrap: break-word
}

.gallery-slider-title {
  color: black;
  text-shadow: none;
  box-shadow: none !important;
  position: relative;
  text-align: left;
  transition: .5s ease;
  word-wrap: break-word;
  font-size: 138%;
  font-weight: 700;
  padding-left: 4px;
  padding-right: 4px
}

.slider-gallery-text {
  color: black;
  text-shadow: none;
  text-align: left;
  min-height: 20px;
  position: relative;
  padding-right: 4px;
  padding-bottom: 3px;
  padding-left: 4px;
  transition: .5s ease
}

.slider-gallery-text p {
  color: black;
  text-shadow: none;
  padding: 0;
  margin: 0;
  text-align: left
}

.gallery-slider-count {
  text-shadow: none;
  color: black;
  position: relative;
  float: right;
  padding-right: 15px;
  top: -20px;
  transition: .5s ease
}

.modal .gallery-photo-slider {
  height: 500px;
  width: 860px;
  display: table-cell;
  vertical-align: middle
}

@media all and (max-width:680px) and (min-width:615px) {
  .modal .gallery-photo-slider {
    height: 450px
  }
}

@media all and (max-width:615px) and (min-width:544px) {
  .modal .gallery-photo-slider {
    height: 400px
  }
}

@media all and (max-width:544px) and (min-width:459px) {
  .modal .gallery-photo-slider {
    height: 350px
  }
}

@media all and (max-width:459px) and (min-width:439px) {
  .modal .gallery-photo-slider {
    height: 335px
  }
}

@media all and (max-width:439px) and (min-width:435px) {
  .modal .gallery-photo-slider {
    height: 320px
  }
}

@media all and (max-width:435px) and (min-width:406px) {
  .modal .gallery-photo-slider {
    height: 310px
  }
}

@media all and (max-width:406px) and (min-width:393px) {
  .modal .gallery-photo-slider {
    height: 300px
  }
}

@media all and (max-width:393px) and (min-width:379px) {
  .modal .gallery-photo-slider {
    height: 290px
  }
}

@media all and (max-width:379px) and (min-width:365px) {
  .modal .gallery-photo-slider {
    height: 280px
  }
}

@media all and (max-width:365px) and (min-width:353px) {
  .modal .gallery-photo-slider {
    height: 270px
  }
}

@media all and (max-width:353px) and (min-width:333px) {
  .modal .gallery-photo-slider {
    height: 255px
  }
}

@media all and (max-width:333px) and (min-width:319px) {
  .modal .gallery-photo-slider {
    height: 245px
  }
}

@media all and (max-width:319px) {
  .modal .gallery-photo-slider {
    height: 230px
  }
}

@media screen and (max-width: 768px) {
  #myGallery-slider {
    padding-right: 0 !important
  }
}

#myGallery-slider .modal-content {
  overflow: hidden;
  width: 116%;
  border-radius: 0;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 0;
  padding-right: 0
}

@media all and (max-width:963px) {
  #myGallery-slider .modal-content {
    width: 125%;
    left: -70px
  }
}

@media screen and (max-width: 768px) {
  #myGallery-slider .modal-content {
    width: 102%;
    left: -5px
  }
}

@media screen and (max-width: 480px) {
  #myGallery-slider .modal-content {
    width: 100%;
    left: 0
  }
}

#myGallery-slider .slider-gallery-text a {
  background-color: transparent !important
}

#myGallery-slider .modal-body {
  top: -15px;
  padding-bottom: 0
}

@media screen and (max-width: 480px) {
  #myGallery-slider .modal-body {
    top: -32px;
    padding: 0
  }
}

#myGallery-slider #modal-dialog-close {
  z-index: 101;
  position: relative;
  background-color: white;
  font-size: 32px;
  opacity: 1;
  width: 30px;
  text-align: right;
  padding-right: 5px;
  margin-right: 13px;
  top: 10px
}

#myGallery-slider #modal-dialog-close span {
  color: #737475
}

@media screen and (max-width: 480px) {
  #myGallery-slider #modal-dialog-close {
    margin-right: 0;
    top: 0
  }
}

#myGallery-slider a {
  opacity: 1;
  width: 40px;
  height: 40px;
  padding: 10px;
  top: 80px;
  background-color: white
}

#myGallery-slider a .right {
  left: 870px
}

#myGallery-slider a .right span {
  margin-left: -10px
}

#myGallery-slider a .left {
  left: -10px
}

#myGallery-slider a .left span {
  margin-left: 5px
}

#myGallery-slider a span {
  text-shadow: none;
  color: #737475;
  position: relative;
  transition: .5s ease
}

@media screen and (max-width: 480px) {
  #myGallery-slider a {
    width: 32px;
    height: 35px;
    padding: 0;
    padding-top: 7px
  }
}

@media all and (max-width:680px) and (min-width:615px) {
  #myGallery-slider a {
    top: 65px
  }
}

@media all and (max-width:615px) and (min-width:544px) {
  #myGallery-slider a {
    top: 45px
  }
}

@media all and (max-width:544px) and (min-width:439px) {
  #myGallery-slider a {
    top: 25px
  }
}

@media all and (max-width:439px) and (min-width:406px) {
  #myGallery-slider a {
    top: 10px
  }
}

@media all and (max-width:406px) and (min-width:379px) {
  #myGallery-slider a {
    top: 2px
  }
}

@media all and (max-width:379px) and (min-width:365px) {
  #myGallery-slider a {
    top: -4px
  }
}

@media all and (max-width:365px) and (min-width:353px) {
  #myGallery-slider a {
    top: -12px
  }
}

@media all and (max-width:353px) and (min-width:319px) {
  #myGallery-slider a {
    top: -18px
  }
}

@media all and (max-width:319px) {
  #myGallery-slider a {
    top: -28px
  }
}

#myGallery-slider a:hover span {
  color: #00a79b
}

#myGallery-slider .description-gallery-slider {
  width: 100%;
  transition: .5s ease
}

#myGallery-slider .slider-gallery-text {
  width: 100%
}

#myGallery-slider #myCarouselGallery {
  width: 100%;
  height: auto;
  margin-left: auto
}

#galler-home-photos {
  margin-top: -40px;
  padding-left: 9px
}

.gallery-home-photoContainer {
  opacity: 0;
  display: inline-block;
  overflow: hidden !important;
  margin-left: 5px;
  margin-top: 15px;
  height: 200px;
  z-index: 0
}

.gallery-home-photoContainer img {
  height: 200px !important;
  padding: 0 !important;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: -1px 0 17px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 0 17px 1px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 0 17px 1px rgba(0, 0, 0, 0.75);
  z-index: 100
}

@media screen and (min-width: 992px) {
  .gallery-home-photoContainer {
    margin-top: 0
  }
}

@media screen and (max-width: 480px) {
  .gallery-home-photoContainer {
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-left: 20px
  }
}

.gallery-home-photoContainer>.Gallery-home-description {
  position: absolute;
  z-index: 1;
  margin-top: -240px;
  overflow: hidden
}

.gallery-home-photoContainer>.Gallery-home-description>div {
  background-color: rgba(0, 0, 0, 0.45);
  position: relative;
  top: 250px;
  -webkit-transition: top .5s ease;
  transition: top .5s ease;
  text-align: left
}

.gallery-home-photoContainer>.Gallery-home-description>div .Gallery-home-photo-author {
  padding-top: 50px;
  color: white;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px
}

.gallery-home-photoContainer:hover>.Gallery-home-description>div {
  top: 0
}

.view-stories-of-rescue-gallery>.row:nth-child(2) {
  margin-right: 0
}

.overflowBlur {
  position: absolute;
  z-index: -1;
  overflow: hidden
}

.overflowBlur .Tbackground {
  background-color: #eaeaea;
  background-size: cover;
  background-position: center center;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  z-index: -1
}

#stories-of-rescue-gallery-container {
  visibility: hidden;
  margin-top: 60px;
  margin-right: 18px !important
}

#stories-of-rescue-gallery-container .pagination {
  padding-right: 6px
}

@media screen and (max-width: 480px) {
  #stories-of-rescue-gallery-container {
    padding: 0
  }
}

.Gallery-home-title {
  background-color: #29465f;
  color: white;
  padding: 10px 5px;
  position: relative;
  top: 0;
  display: inline-block;
  width: 100px;
  z-index: 2;
  transition: .5s ease
}

.Gallery-home-title .pTitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.Gallery-home-title p {
  font-size: 102% !important
}

.Gallery-home-title p .Gallery-home-photo-date {
  font-size: 100% !important
}

@media screen and (max-width: 768px) {
  #collapsed-menu-button {
    background-color: #46629e;
    color: white;
    font-weight: bold
  }
}

.page-stories-of-rescue-gallery .modal-body,
.node-type-rescue-story .modal-body,
.node-type-family .modal-body,
#simplyGalleryModal .modal-body {
  min-height: 500px;
  top: -22px
}

@media screen and (max-width: 480px) {

  .page-stories-of-rescue-gallery .modal-body,
  .node-type-rescue-story .modal-body,
  .node-type-family .modal-body,
  #simplyGalleryModal .modal-body {
    top: -36px;
    padding: 0
  }
}

.page-stories-of-rescue-gallery .modal-content,
.node-type-rescue-story .modal-content,
.node-type-family .modal-content,
#simplyGalleryModal .modal-content {
  width: 754px;
  left: -30px;
  top: 0;
  border-radius: 0;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 300px;
  -webkit-transition: width .5s ease
}

@media all and (max-width:1154px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: -65px
  }
}

@media all and (max-width:935px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    width: 800px;
    left: -95px
  }
}

@media all and (max-width:863px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    width: 800px;
    left: -100px
  }
}

@media all and (max-width:835px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    width: 700px;
    left: -45px
  }
}

@media all and (max-width:767px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    width: 679px;
    left: 25px;
    margin-top: 10px
  }
}

@media all and (max-width:740px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    width: 600px;
    left: 55px
  }
}

@media all and (max-width:710px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 30px
  }
}

@media all and (max-width:670px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    width: 560px;
    left: 30px
  }
}

@media all and (max-width:650px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 35px
  }
}

@media all and (max-width:635px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 39px;
    width: 520px
  }
}

@media all and (max-width:609px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 34px
  }
}

@media all and (max-width:590px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 22px
  }
}

@media all and (max-width:584px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 17px
  }
}

@media all and (max-width:574px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 13px
  }
}

@media all and (max-width:570px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    width: 470px;
    left: 32px
  }
}

@media all and (max-width:545px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 30px
  }
}

@media all and (max-width:540px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 15px
  }
}

@media all and (max-width:517px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    width: 440px;
    left: 25px
  }
}

@media all and (max-width:505px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 20px
  }
}

@media all and (max-width:494px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 10px
  }
}

@media all and (max-width:485px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 2px
  }
}

@media all and (max-width:480px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    padding: 0
  }
}

@media all and (max-width:473px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    width: 400px;
    left: 10px
  }
}

@media all and (max-width:460px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 3%
  }
}

@media all and (max-width:450px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 1%
  }
}

@media all and (max-width:440px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 1%
  }
}

@media all and (max-width:434px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: -1%
  }
}

@media all and (max-width:425px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    width: 350px;
    left: 3%
  }
}

@media all and (max-width:405px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 2%
  }
}

@media all and (max-width:390px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 0
  }
}

@media all and (max-width:382px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    width: 300px;
    left: 8%
  }
}

@media all and (max-width:370px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 4%
  }
}

@media all and (max-width:345px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 2%
  }
}

@media all and (max-width:335px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 0
  }
}

@media all and (max-width:325px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: -2%
  }
}

@media all and (max-width:321px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    width: 280px;
    left: 0
  }
}

@media all and (max-width:313px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    width: 270px;
    left: 0
  }
}

@media all and (max-width:313px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: 1%
  }
}

@media all and (max-width:302px) {

  .page-stories-of-rescue-gallery .modal-content,
  .node-type-rescue-story .modal-content,
  .node-type-family .modal-content,
  #simplyGalleryModal .modal-content {
    left: -1%
  }
}

.page-stories-of-rescue-gallery .modal-body,
.node-type-rescue-story .modal-body,
.node-type-family .modal-body,
#simplyGalleryModal .modal-body {
  min-height: 300px;
  padding-bottom: 0;
  margin-bottom: -15px
}

@media all and (max-width:480px) {

  .page-stories-of-rescue-gallery .modal-body,
  .node-type-rescue-story .modal-body,
  .node-type-family .modal-body,
  #simplyGalleryModal .modal-body {
    padding: 0
  }
}

.page-stories-of-rescue-gallery .carousel-caption,
.node-type-rescue-story .carousel-caption,
.node-type-family .carousel-caption,
#simplyGalleryModal .carousel-caption {
  padding-top: 30px;
  padding-bottom: 60px
}

.page-stories-of-rescue-gallery .gallery-home-silder-title,
.node-type-rescue-story .gallery-home-silder-title,
.node-type-family .gallery-home-silder-title,
#simplyGalleryModal .gallery-home-silder-title {
  margin-top: 10px;
  font-size: 20px;
  text-shadow: none;
  opacity: 1;
  color: black;
  width: 100%;
  text-align: left
}

@media all and (max-width:528px) {

  .page-stories-of-rescue-gallery .gallery-home-silder-title,
  .node-type-rescue-story .gallery-home-silder-title,
  .node-type-family .gallery-home-silder-title,
  #simplyGalleryModal .gallery-home-silder-title {
    padding-left: 5px
  }
}

.page-stories-of-rescue-gallery #modal-dialog-close,
.node-type-rescue-story #modal-dialog-close,
.node-type-family #modal-dialog-close,
#simplyGalleryModal #modal-dialog-close {
  position: relative;
  padding: 3px 10px;
  background-color: white;
  opacity: 1;
  z-index: 101;
  margin-right: 13px;
  top: 10px
}

.page-stories-of-rescue-gallery #modal-dialog-close span,
.node-type-rescue-story #modal-dialog-close span,
.node-type-family #modal-dialog-close span,
#simplyGalleryModal #modal-dialog-close span {
  color: #737475;
  font-size: 30px
}

@media screen and (max-width: 768px) {

  .page-stories-of-rescue-gallery #modal-dialog-close,
  .node-type-rescue-story #modal-dialog-close,
  .node-type-family #modal-dialog-close,
  #simplyGalleryModal #modal-dialog-close {
    margin-right: 1px;
    top: 1px
  }
}

.page-stories-of-rescue-gallery #myCarouselGallery,
.node-type-rescue-story #myCarouselGallery,
.node-type-family #myCarouselGallery,
#simplyGalleryModal #myCarouselGallery {
  min-height: 400px !important
}

@media screen and (max-width: 480px) {

  .page-stories-of-rescue-gallery #myCarouselGallery,
  .node-type-rescue-story #myCarouselGallery,
  .node-type-family #myCarouselGallery,
  #simplyGalleryModal #myCarouselGallery {
    margin-left: 0;
    width: auto
  }
}

.page-stories-of-rescue-gallery #myCarouselGallery a.left,
.node-type-rescue-story #myCarouselGallery a.left,
.node-type-family #myCarouselGallery a.left,
#simplyGalleryModal #myCarouselGallery a.left,
.page-stories-of-rescue-gallery #myCarouselGallery a.right,
.node-type-rescue-story #myCarouselGallery a.right,
.node-type-family #myCarouselGallery a.right,
#simplyGalleryModal #myCarouselGallery a.right {
  margin-top: 234px;
  width: 30px;
  padding: 10px;
  background-color: white;
  opacity: 1;
  color: #737475;
  text-shadow: none;
  transition: .5s ease
}

.page-stories-of-rescue-gallery #myCarouselGallery a.left span,
.node-type-rescue-story #myCarouselGallery a.left span,
.node-type-family #myCarouselGallery a.left span,
#simplyGalleryModal #myCarouselGallery a.left span,
.page-stories-of-rescue-gallery #myCarouselGallery a.right span,
.node-type-rescue-story #myCarouselGallery a.right span,
.node-type-family #myCarouselGallery a.right span,
#simplyGalleryModal #myCarouselGallery a.right span {
  padding-top: 4px
}

@media all and (max-width:680px) and (min-width:615px) {

  .page-stories-of-rescue-gallery #myCarouselGallery a.left,
  .node-type-rescue-story #myCarouselGallery a.left,
  .node-type-family #myCarouselGallery a.left,
  #simplyGalleryModal #myCarouselGallery a.left,
  .page-stories-of-rescue-gallery #myCarouselGallery a.right,
  .node-type-rescue-story #myCarouselGallery a.right,
  .node-type-family #myCarouselGallery a.right,
  #simplyGalleryModal #myCarouselGallery a.right {
    top: -21px
  }
}

@media all and (max-width:615px) and (min-width:544px) {

  .page-stories-of-rescue-gallery #myCarouselGallery a.left,
  .node-type-rescue-story #myCarouselGallery a.left,
  .node-type-family #myCarouselGallery a.left,
  #simplyGalleryModal #myCarouselGallery a.left,
  .page-stories-of-rescue-gallery #myCarouselGallery a.right,
  .node-type-rescue-story #myCarouselGallery a.right,
  .node-type-family #myCarouselGallery a.right,
  #simplyGalleryModal #myCarouselGallery a.right {
    top: -49px
  }
}

@media all and (max-width:544px) and (min-width:439px) {

  .page-stories-of-rescue-gallery #myCarouselGallery a.left,
  .node-type-rescue-story #myCarouselGallery a.left,
  .node-type-family #myCarouselGallery a.left,
  #simplyGalleryModal #myCarouselGallery a.left,
  .page-stories-of-rescue-gallery #myCarouselGallery a.right,
  .node-type-rescue-story #myCarouselGallery a.right,
  .node-type-family #myCarouselGallery a.right,
  #simplyGalleryModal #myCarouselGallery a.right {
    top: -70px
  }
}

@media all and (max-width:439px) and (min-width:406px) {

  .page-stories-of-rescue-gallery #myCarouselGallery a.left,
  .node-type-rescue-story #myCarouselGallery a.left,
  .node-type-family #myCarouselGallery a.left,
  #simplyGalleryModal #myCarouselGallery a.left,
  .page-stories-of-rescue-gallery #myCarouselGallery a.right,
  .node-type-rescue-story #myCarouselGallery a.right,
  .node-type-family #myCarouselGallery a.right,
  #simplyGalleryModal #myCarouselGallery a.right {
    top: -77px
  }
}

@media all and (max-width:406px) and (min-width:379px) {

  .page-stories-of-rescue-gallery #myCarouselGallery a.left,
  .node-type-rescue-story #myCarouselGallery a.left,
  .node-type-family #myCarouselGallery a.left,
  #simplyGalleryModal #myCarouselGallery a.left,
  .page-stories-of-rescue-gallery #myCarouselGallery a.right,
  .node-type-rescue-story #myCarouselGallery a.right,
  .node-type-family #myCarouselGallery a.right,
  #simplyGalleryModal #myCarouselGallery a.right {
    top: -80px
  }
}

@media all and (max-width:379px) and (min-width:365px) {

  .page-stories-of-rescue-gallery #myCarouselGallery a.left,
  .node-type-rescue-story #myCarouselGallery a.left,
  .node-type-family #myCarouselGallery a.left,
  #simplyGalleryModal #myCarouselGallery a.left,
  .page-stories-of-rescue-gallery #myCarouselGallery a.right,
  .node-type-rescue-story #myCarouselGallery a.right,
  .node-type-family #myCarouselGallery a.right,
  #simplyGalleryModal #myCarouselGallery a.right {
    top: -94px
  }
}

@media all and (max-width:365px) and (min-width:353px) {

  .page-stories-of-rescue-gallery #myCarouselGallery a.left,
  .node-type-rescue-story #myCarouselGallery a.left,
  .node-type-family #myCarouselGallery a.left,
  #simplyGalleryModal #myCarouselGallery a.left,
  .page-stories-of-rescue-gallery #myCarouselGallery a.right,
  .node-type-rescue-story #myCarouselGallery a.right,
  .node-type-family #myCarouselGallery a.right,
  #simplyGalleryModal #myCarouselGallery a.right {
    top: -102px
  }
}

@media all and (max-width:353px) and (min-width:319px) {

  .page-stories-of-rescue-gallery #myCarouselGallery a.left,
  .node-type-rescue-story #myCarouselGallery a.left,
  .node-type-family #myCarouselGallery a.left,
  #simplyGalleryModal #myCarouselGallery a.left,
  .page-stories-of-rescue-gallery #myCarouselGallery a.right,
  .node-type-rescue-story #myCarouselGallery a.right,
  .node-type-family #myCarouselGallery a.right,
  #simplyGalleryModal #myCarouselGallery a.right {
    top: -100px
  }
}

@media all and (max-width:319px) {

  .page-stories-of-rescue-gallery #myCarouselGallery a.left,
  .node-type-rescue-story #myCarouselGallery a.left,
  .node-type-family #myCarouselGallery a.left,
  #simplyGalleryModal #myCarouselGallery a.left,
  .page-stories-of-rescue-gallery #myCarouselGallery a.right,
  .node-type-rescue-story #myCarouselGallery a.right,
  .node-type-family #myCarouselGallery a.right,
  #simplyGalleryModal #myCarouselGallery a.right {
    top: -118px
  }
}

.page-stories-of-rescue-gallery #myCarouselGallery .left span,
.node-type-rescue-story #myCarouselGallery .left span,
.node-type-family #myCarouselGallery .left span,
#simplyGalleryModal #myCarouselGallery .left span {
  left: -8px
}

.page-stories-of-rescue-gallery #myCarouselGallery a.left:hover,
.node-type-rescue-story #myCarouselGallery a.left:hover,
.node-type-family #myCarouselGallery a.left:hover,
#simplyGalleryModal #myCarouselGallery a.left:hover,
.page-stories-of-rescue-gallery #myCarouselGallery a.right:hover,
.node-type-rescue-story #myCarouselGallery a.right:hover,
.node-type-family #myCarouselGallery a.right:hover,
#simplyGalleryModal #myCarouselGallery a.right:hover {
  color: #00a79b
}

@media all and (max-width:520px) {

  .page-stories-of-rescue-gallery .gallery-home-rescue-help-url button,
  .node-type-rescue-story .gallery-home-rescue-help-url button,
  .node-type-family .gallery-home-rescue-help-url button,
  #simplyGalleryModal .gallery-home-rescue-help-url button {
    margin-right: 25px
  }
}

.page-stories-of-rescue-gallery .gallery-home-slider-descriptions,
.node-type-rescue-story .gallery-home-slider-descriptions,
.node-type-family .gallery-home-slider-descriptions,
#simplyGalleryModal .gallery-home-slider-descriptions {
  opacity: 1;
  color: black;
  text-shadow: none;
  padding-top: 10px;
  padding-top: 20px;
  border-top: 3px solid #eaeaea
}

.page-stories-of-rescue-gallery .gallery-home-slider-descriptions table,
.node-type-rescue-story .gallery-home-slider-descriptions table,
.node-type-family .gallery-home-slider-descriptions table,
#simplyGalleryModal .gallery-home-slider-descriptions table {
  margin-left: 10px;
  width: 97%
}

.page-stories-of-rescue-gallery .gallery-home-slider-descriptions table th,
.node-type-rescue-story .gallery-home-slider-descriptions table th,
.node-type-family .gallery-home-slider-descriptions table th,
#simplyGalleryModal .gallery-home-slider-descriptions table th {
  text-align: right;
  width: 181px;
  vertical-align: top;
  white-space: nowrap
}

@media all and (max-width:380px) {

  .page-stories-of-rescue-gallery .gallery-home-slider-descriptions table th,
  .node-type-rescue-story .gallery-home-slider-descriptions table th,
  .node-type-family .gallery-home-slider-descriptions table th,
  #simplyGalleryModal .gallery-home-slider-descriptions table th {
    width: 170px
  }
}

.page-stories-of-rescue-gallery .gallery-home-slider-descriptions table td,
.node-type-rescue-story .gallery-home-slider-descriptions table td,
.node-type-family .gallery-home-slider-descriptions table td,
#simplyGalleryModal .gallery-home-slider-descriptions table td {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left
}

.page-stories-of-rescue-gallery .gallery-home-slider-descriptions table td p,
.node-type-rescue-story .gallery-home-slider-descriptions table td p,
.node-type-family .gallery-home-slider-descriptions table td p,
#simplyGalleryModal .gallery-home-slider-descriptions table td p {
  word-wrap: break-word;
  width: 500px;
  padding-right: 5px;
  margin-top: -2px
}

@media all and (max-width:833px) {

  .page-stories-of-rescue-gallery .gallery-home-slider-descriptions table td p,
  .node-type-rescue-story .gallery-home-slider-descriptions table td p,
  .node-type-family .gallery-home-slider-descriptions table td p,
  #simplyGalleryModal .gallery-home-slider-descriptions table td p {
    width: 425px
  }
}

@media all and (max-width:745px) {

  .page-stories-of-rescue-gallery .gallery-home-slider-descriptions table td p,
  .node-type-rescue-story .gallery-home-slider-descriptions table td p,
  .node-type-family .gallery-home-slider-descriptions table td p,
  #simplyGalleryModal .gallery-home-slider-descriptions table td p {
    width: 345px
  }
}

@media all and (max-width:698px) {

  .page-stories-of-rescue-gallery .gallery-home-slider-descriptions table td p,
  .node-type-rescue-story .gallery-home-slider-descriptions table td p,
  .node-type-family .gallery-home-slider-descriptions table td p,
  #simplyGalleryModal .gallery-home-slider-descriptions table td p {
    width: 307px
  }
}

@media all and (max-width:633px) {

  .page-stories-of-rescue-gallery .gallery-home-slider-descriptions table td p,
  .node-type-rescue-story .gallery-home-slider-descriptions table td p,
  .node-type-family .gallery-home-slider-descriptions table td p,
  #simplyGalleryModal .gallery-home-slider-descriptions table td p {
    width: 250px
  }
}

@media all and (max-width:590px) {

  .page-stories-of-rescue-gallery .gallery-home-slider-descriptions table td p,
  .node-type-rescue-story .gallery-home-slider-descriptions table td p,
  .node-type-family .gallery-home-slider-descriptions table td p,
  #simplyGalleryModal .gallery-home-slider-descriptions table td p {
    width: 235px
  }
}

@media all and (max-width:550px) {

  .page-stories-of-rescue-gallery .gallery-home-slider-descriptions table td p,
  .node-type-rescue-story .gallery-home-slider-descriptions table td p,
  .node-type-family .gallery-home-slider-descriptions table td p,
  #simplyGalleryModal .gallery-home-slider-descriptions table td p {
    width: 220px
  }
}

@media all and (max-width:473px) {

  .page-stories-of-rescue-gallery .gallery-home-slider-descriptions table td p,
  .node-type-rescue-story .gallery-home-slider-descriptions table td p,
  .node-type-family .gallery-home-slider-descriptions table td p,
  #simplyGalleryModal .gallery-home-slider-descriptions table td p {
    width: 200px
  }
}

@media all and (max-width:425px) {

  .page-stories-of-rescue-gallery .gallery-home-slider-descriptions table td p,
  .node-type-rescue-story .gallery-home-slider-descriptions table td p,
  .node-type-family .gallery-home-slider-descriptions table td p,
  #simplyGalleryModal .gallery-home-slider-descriptions table td p {
    width: 150px
  }
}

@media all and (max-width:380px) {

  .page-stories-of-rescue-gallery .gallery-home-slider-descriptions table td p,
  .node-type-rescue-story .gallery-home-slider-descriptions table td p,
  .node-type-family .gallery-home-slider-descriptions table td p,
  #simplyGalleryModal .gallery-home-slider-descriptions table td p {
    width: 100px
  }
}

.page-stories-of-rescue-gallery .gallery-home-slider-descriptions table tr,
.node-type-rescue-story .gallery-home-slider-descriptions table tr,
.node-type-family .gallery-home-slider-descriptions table tr,
#simplyGalleryModal .gallery-home-slider-descriptions table tr {
  margin-bottom: 5px
}

.page-stories-of-rescue-gallery .gallery-home-slider-descriptions #rescue_story_buttton,
.node-type-rescue-story .gallery-home-slider-descriptions #rescue_story_buttton,
.node-type-family .gallery-home-slider-descriptions #rescue_story_buttton,
#simplyGalleryModal .gallery-home-slider-descriptions #rescue_story_buttton {
  height: 60px !important
}

.page-stories-of-rescue-gallery .gallery-home-silder--counter,
.node-type-rescue-story .gallery-home-silder--counter,
.node-type-family .gallery-home-silder--counter,
#simplyGalleryModal .gallery-home-silder--counter {
  position: relative;
  float: right;
  padding-right: 10px;
  top: -3px;
  text-shadow: none;
  color: black
}

.page-stories-of-rescue-gallery .btn-gallery-home-slider,
.node-type-rescue-story .btn-gallery-home-slider,
.node-type-family .btn-gallery-home-slider,
#simplyGalleryModal .btn-gallery-home-slider {
  float: right;
  border-radius: 0;
  background-color: #29465f;
  height: 50px;
  font-size: 15px;
  margin-top: 5px
}

.page-stories-of-rescue-gallery .btn-gallery-home-slider span,
.node-type-rescue-story .btn-gallery-home-slider span,
.node-type-family .btn-gallery-home-slider span,
#simplyGalleryModal .btn-gallery-home-slider span {
  margin-left: 4px;
  margin-top: -2px
}

.page-stories-of-rescue-gallery .carousel-inner,
.node-type-rescue-story .carousel-inner,
.node-type-family .carousel-inner,
#simplyGalleryModal .carousel-inner {
  min-height: 300px
}

#map-canvas {
  width: 100%;
  height: 500px
}

#map-canvas-small-map {
  width: 100%;
  height: 140px
}

#rescue-story-gallery-box h3 {
  text-align: left
}

#rescue-story-gallery-box #myCarouselGalleryInRescueStory {
  height: 150px;
  position: relative;
  left: 2px
}

#rescue-story-gallery-box #myCarouselGalleryInRescueStory .carousel-inner {
  width: 101%;
  overflow: visible;
  padding-right: 12px;
  height: 150px
}

#rescue-story-gallery-box #myCarouselGalleryInRescueStory .watermark-container {
  display: inline-block
}

#rescue-story-gallery-box #myCarouselGalleryInRescueStory .item img {
  display: inline;
  transition: transform .3s;
  margin-left: 1px;
  height: 143px;
  cursor: pointer;
  max-width: 195px
}

#rescue-story-gallery-box #myCarouselGalleryInRescueStory .item .img-responsive:hover {
  transform: scale(1.13)
}

#rescue-story-gallery-box #myCarouselGalleryInRescueStory .item .watermark-container:hover>.img-responsive {
  transform: scale(1.13)
}

#rescue-story-gallery-box #myCarouselGalleryInRescueStory .item .watermark {
  width: 35px;
  height: 35px;
  position: relative;
  margin-left: 0;
  margin-right: -35px;
  top: 56px;
  left: -31px;
  opacity: 0
}

#rescue-story-gallery-box #myCarouselGalleryInRescueStory a.right,
#rescue-story-gallery-box #myCarouselGalleryInRescueStory a.left {
  background-image: none;
  margin-top: 50px;
  width: 20px;
  color: #21b9ae;
  opacity: 1;
  display: inline-block
}

#rescue-story-gallery-box #myCarouselGalleryInRescueStory a.right {
  margin-right: -5px
}

#rescue-story-gallery-box #myCarouselGalleryInRescueStory a.left {
  margin-left: -7px
}

#rescue-story-gallery-box #myCarouselGalleryInRescueStory .carousel-control {
  text-shadow: none
}

.galleryThree a.right {
  margin-right: -9px !important
}

.galleryThree a.left {
  margin-left: -12px !important
}

ul.site-map-menu li:before {
  content: '-'
}

ul.site-map-menu li a {
  background: none;
  padding-left: 11px
}

ul.site-map-menu .separator {
  font-weight: bold;
  text-decoration: none
}

ul.site-map-menu .separator:hover {
  text-decoration: none;
  color: #000;
  cursor: default
}

#site-map h1 {
  padding-bottom: 20px
}

#site-map h2 {
  padding-left: 10px
}

.site-map-menus .site-map-box-menu:first-child {
  padding-top: 20px
}

.subpage-list-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 166px;
  border-top: 2px solid #eaeaea;
  padding-left: 5px;
  text-align: center;
  padding-right: 5px;
  overflow: hidden;
  transition: .5s ease
}

.subpage-list-title h3 {
  word-wrap: break-word;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  color: black;
  padding-top: 10px;
  display: block;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 7;
  -moz-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  margin-bottom: 0;
  margin-left: 10px;
  overflow: hidden
}

@media screen and (min-width: 992px) {
  .subpage-list-title h3 {
    padding-top: 4px;
    -webkit-line-clamp: 6;
    -moz-line-clamp: 6;
    line-clamp: 6
  }
}

@media screen and (max-width: 1200px) {
  .subpage-list-title h3 {
    padding-top: 4px;
    -webkit-line-clamp: 5;
    -moz-line-clamp: 5;
    line-clamp: 5
  }
}

@media all and (max-width:1199px) and (min-width:768px) {
  .subpage-list-title h3 {
    padding-top: 4px;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    line-clamp: 4
  }
}

@media all and (max-width:400px) {
  .subpage-list-title h3 {
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    line-clamp: 3
  }
}

@media screen and (min-width: 992px) {
  .subpage-list-title {
    height: 140px
  }
}

@media screen and (max-width: 1200px) {
  .subpage-list-title {
    height: 141px
  }
}

@media all and (max-width:1199px) and (min-width:768px) {
  .subpage-list-title {
    padding-top: 5px;
    height: 100px
  }
}

@media all and (max-width:465px) {
  .subpage-list-title {
    height: 129px
  }
}

@media all and (max-width:438px) {
  .subpage-list-title {
    height: 121px
  }
}

@media all and (max-width:400px) {
  .subpage-list-title {
    float: none;
    width: 100%;
    border-top: none;
    min-height: 25px;
    max-height: 75px
  }
}

@media all and (max-width:692px) and (min-width:600px) {
  .subpage-list-title {
    width: 65% !important
  }
}

@media all and (max-width:600px) and (min-width:400px) {
  .subpage-list-title {
    width: 50% !important
  }
}

.subpage-list-container-with-photo {
  margin-top: 10px;
  height: 250px
}

@media screen and (max-width: 1200px) {
  .subpage-list-container-with-photo {
    margin-bottom: 30px
  }
}

@media screen and (max-width: 992px) {
  .subpage-list-container-with-photo {
    margin-bottom: 30px
  }
}

@media all and (max-width:400px) {
  .subpage-list-container-with-photo {
    height: auto;
    padding-left: 2px;
    padding-right: 2px
  }
}

.subpage-list-container-with-photo h3 {
  transition: .5s ease
}

.subpage-list-link:nth-child(odd)>.subpage-list-container-with-photo {
  padding-left: 0
}

@media screen and (max-width: 768px) {
  .subpage-list-link:nth-child(odd)>.subpage-list-container-with-photo {
    padding-right: 0
  }
}

.subpage-list-link:nth-child(even)>.subpage-list-container-with-photo {
  padding-right: 0
}

@media screen and (max-width: 768px) {
  .subpage-list-link:nth-child(even)>.subpage-list-container-with-photo {
    padding-left: 0
  }
}

.subpage-list-photo {
  height: 140px;
  overflow: hidden;
  padding: 0 !important
}

.subpage-list-photo img {
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width: 1200px) {
  .subpage-list-photo {
    height: 140px
  }
}

@media all and (max-width:1199px) and (min-width:768px) {
  .subpage-list-photo {
    height: 111px
  }
}

@media all and (max-width:465px) {
  .subpage-list-photo {
    height: 129px
  }
}

@media all and (max-width:438px) {
  .subpage-list-photo {
    height: 121px
  }
}

@media all and (max-width:400px) {
  .subpage-list-photo {
    width: 100%;
    height: auto
  }
}

@media all and (max-width:692px) and (min-width:600px) {
  .subpage-list-photo {
    width: 35% !important
  }
}

@media all and (max-width:600px) and (min-width:400px) {
  .subpage-list-photo {
    width: 50% !important
  }
}

.subpage-list-description {
  padding-right: 5px;
  padding-left: 2px;
  height: 90px;
  transition: .5s ease
}

.subpage-list-description p {
  height: 90px;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  word-wrap: break-word;
  line-height: 130% !important;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  transition: .5s ease
}

@media screen and (min-width: 992px) {
  .subpage-list-description p {
    height: 100px
  }
}

@media screen and (max-width: 1200px) {
  .subpage-list-description p {
    height: 100px
  }
}

@media screen and (min-width: 992px) {
  .subpage-list-description {
    height: 100px
  }
}

@media screen and (max-width: 1200px) {
  .subpage-list-description {
    height: 100px
  }
}

@media all and (max-width:400px) {

  .education_and_resource-container,
  .education_and_resource-menu {
    padding-left: 0;
    padding-right: 0
  }
}

.subpage-list-container-with-photo:hover .subpage-list-title>h3 {
  color: #21b9ae
}

.subpage-kind-title {
  margin-top: 10px;
  margin-bottom: 10px
}

#subpage-list-categories {
  margin-bottom: 10px
}

.subpage-list-description-category p {
  padding-left: 5px;
  padding-right: 5px;
  height: 100px
}

.subpage-list-link {
  color: black
}

.subpage-list-link:hover {
  color: black
}

.subpage-list-container-category {
  height: 130px;
  border-left: 6px solid #21b9ae;
  margin: 15px 0;
  transition: .5s ease
}

.subpage-list-container-category .teaser-text-box-arrow {
  padding-right: 20px
}

.subpage-list-container-category:hover {
  color: #21b9ae
}

.subpage-list-container-category:hover .teaser-text-box-arrow>span {
  background-color: #21b9ae
}

.dropdown {
  margin-bottom: -3px !important
}

.dropdown-menu {
  position: static !important;
  border: none;
  box-shadow: none;
  padding-left: 5px;
  margin-top: -10px;
  margin-bottom: -7px;
  float: none
}

.dropdown-menu a {
  word-wrap: break-word;
  white-space: normal
}

li.expanded>.dropdown-menu a {
  font-size: 100% !important
}

#menu-left-links>ul {
  margin-bottom: 0
}

#menu-left-links>ul>.last {
  margin-bottom: 10px !important
}

#menu-left-links>ul>.last.menu-subtitle {
  margin-bottom: 0 !important
}

.expanded+li {
  margin-top: 6px !important
}

.dropdown-menu>li>a {
  white-space: normal
}

.dropdown-menu>.active>a {
  background-color: white
}

.noArrow:before {
  content: '' !important
}

.menu-left ul li.menu-subtitle a {
  font-weight: bold
}

.page-taxonomy-term-2536 .subpage-list-container-with-photo:hover p {
  text-decoration: none !important
}

.page-taxonomy-term-2536 .subpage-list-container-with-photo:hover .subpage-list-title>h3 {
  color: #21b9ae
}

.page-taxonomy-term-2536 .subpage-list-container-with-photo:hover .square-arrow {
  background-color: #21b9ae
}

.page-taxonomy-term-2536 .square-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 66px
}

@media screen and (min-width: 992px) {
  .page-taxonomy-term-2536 .square-arrow {
    top: 88px
  }
}

@media screen and (max-width: 1200px) {
  .page-taxonomy-term-2536 .square-arrow {
    top: 88px
  }
}

.FrxFieldTable table,
#forena-block-preview table {
  width: 80%;
  font-size: 100%
}

@media screen and (max-width: 480px) {

  .FrxFieldTable table,
  #forena-block-preview table {
    width: 100%
  }
}

.FrxFieldTable table tr,
#forena-block-preview table tr {
  border-bottom: 1px solid silver
}

.FrxFieldTable table tr td,
#forena-block-preview table tr td {
  text-align: right;
  font-size: 110%
}

.FrxFieldTable table tr td,
#forena-block-preview table tr td,
.FrxFieldTable table tr th,
#forena-block-preview table tr th {
  padding: 5px 3px
}

.FrxFieldTable table tr td a,
#forena-block-preview table tr td a,
.FrxFieldTable table tr th a,
#forena-block-preview table tr th a {
  color: #127a7e;
  font-weight: bold
}

.FrxFieldTable table tr td a:hover,
#forena-block-preview table tr td a:hover,
.FrxFieldTable table tr th a:hover,
#forena-block-preview table tr th a:hover {
  color: #00a79b;
  font-weight: bold;
  text-decoration: underline
}

.FrxFieldTable table tr:hover,
#forena-block-preview table tr:hover {
  background: #f5f5f5
}

#forena-block-preview {
  width: 100%;
  margin-top: 25px
}

#forena-block-preview table tr td {
  text-align: left
}

#forena-block-preview table tr td:first-child {
  font-weight: bold;
  width: 5%
}

#forena-block-preview table tr th {
  font-size: 110%;
  text-transform: uppercase
}

.forena-editor-links {
  display: none
}

.partner-item-block {
  display: block;
  width: 100%;
  height: 160px;
  border-top: 3px solid #eaeaea;
  padding-top: 14px;
  margin-bottom: 30px;
  transition: .5s ease
}

a.partner-item-block {
  text-decoration: none;
  color: black;
  transition: .5s ease
}

.partner-item-thumb {
  width: 160px;
  margin-top: -14px;
  margin-right: 15px;
  padding-right: 0;
  float: left
}

.partner-item-text-block {
  width: -moz-calc(100% - 175px);
  width: -webkit-calc(100% - 175px);
  width: calc(100% - 175px);
  height: 150px;
  position: relative;
  padding-left: 0;
  font-size: 100%;
  float: left;
  overflow: hidden;
  transition: .5s ease
}

a.partner-item-block:hover .partner-item-lead {
  text-decoration: none;
  color: #00a79b;
  transition: .5s ease
}

a.partner-item-block:hover .square-arrow-gray {
  background-color: #00a79b;
  transition: .5s ease
}

.partner-item-lead {
  font-size: 100%;
  line-height: 138%;
  transition: .5s ease
}

@media screen and (max-width: 480px) {
  .partner-item-lead {
    display: none
  }
}

.partner-item-summary {
  width: 100%;
  position: absolute;
  bottom: -1px;
  background: white;
  padding-top: 5px
}

.partner-item-summary-arrow {
  position: relative;
  bottom: 2px
}

.partner-item-summary-arrow:after {
  clear: both
}

.partner-item-thumb .partner-logo-no-photo {
  max-width: 92.5%;
  margin-left: 3.75%;
  max-height: 75%;
  margin-top: 12.5%
}

.photoInfo>img {
  cursor: pointer
}

#simplyGalleryModal .carousel-caption {
  padding-bottom: 0
}

#simplyGalleryModal .gallery-home-slider-descriptions {
  padding-top: 5px !important
}

.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.gsc-tabsArea>div {
  overflow: hidden !important
}

.select2-dropdown--above {
  margin-top: -29px !important
}

/*# sourceMappingURL=style.css.map */
