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: 23px!important;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../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";
}
* {
  -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: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #777777;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1abc9c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #195479;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #195479;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
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: 10.5px;
  margin-bottom: 10.5px;
}
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: 39px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 80%;
}
mark,
.mark {
  background-color: #f39c12;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #195479;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1a242f;
}
.text-success {
  color: #fff;
}
a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6;
}
.text-info {
  color: #fff;
}
a.text-info:hover,
a.text-info:focus {
  color: #e6e6e6;
}
.text-warning {
  color: #fff;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e6e6e6;
}
.text-danger {
  color: #fff;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #195479;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1a242f;
}
.bg-success {
  background-color: #1abc9c;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #148f77;
}
.bg-info {
  background-color: #3498db;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #217dbb;
}
.bg-warning {
  background-color: #f39c12;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #c87f0a;
}
.bg-danger {
  background-color: #e74c3c;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #d62c1a;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
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: 21px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 21px;
  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: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  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: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
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: 1100px;
  }
}
.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: 10px;
  padding-right: 10px;
}
.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: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.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: #1abc9c;
}
.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: #17a689;
}
.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: #3498db;
}
.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: #258cd1;
}
.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: #f39c12;
}
.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: #e08e0b;
}
.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: #e74c3c;
}
.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: #e43725;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    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: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-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: #195479;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 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: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 39px;
  }
  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: 31px;
  }
  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: 50px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  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: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.input-lg {
  height: 50px;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-lg {
  height: 50px;
  line-height: 50px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 50px;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.form-group-lg select.form-control {
  height: 50px;
  line-height: 50px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 50px;
  min-height: 39px;
  padding: 13px 24px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  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: 50px;
  height: 50px;
  line-height: 50px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.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: #fff;
}
.has-success .form-control {
  border-color: #fff;
  -webkit-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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #1abc9c;
}
.has-success .form-control-feedback {
  color: #fff;
}
.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: #fff;
}
.has-warning .form-control {
  border-color: #fff;
  -webkit-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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #f39c12;
}
.has-warning .form-control-feedback {
  color: #fff;
}
.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: #fff;
}
.has-error .form-control {
  border-color: #fff;
  -webkit-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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #e74c3c;
}
.has-error .form-control-feedback {
  color: #fff;
}
.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b7b7b7;
}
@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: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px;
}
.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: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 13px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}
.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: 8px 15px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #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: #195479;
  border-color: #195479;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #1a242f;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1a242f;
  border-color: #161f29;
}
.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: #0d1318;
  border-color: #000000;
}
.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: #195479;
  border-color: #195479;
}
.btn-primary .badge {
  color: #195479;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #148f77;
  border-color: #0b4c3f;
}
.btn-success:hover {
  color: #fff;
  background-color: #148f77;
  border-color: #13866f;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #148f77;
  border-color: #13866f;
}
.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: #0f705d;
  border-color: #0b4c3f;
}
.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: #1abc9c;
  border-color: #1abc9c;
}
.btn-success .badge {
  color: #1abc9c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #217dbb;
  border-color: #16527a;
}
.btn-info:hover {
  color: #fff;
  background-color: #217dbb;
  border-color: #2077b2;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #217dbb;
  border-color: #2077b2;
}
.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: #1c699d;
  border-color: #16527a;
}
.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: #3498db;
  border-color: #3498db;
}
.btn-info .badge {
  color: #3498db;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #c87f0a;
  border-color: #7f5006;
}
.btn-warning:hover {
  color: #fff;
  background-color: #c87f0a;
  border-color: #be780a;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c87f0a;
  border-color: #be780a;
}
.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: #a66908;
  border-color: #7f5006;
}
.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: #f39c12;
  border-color: #f39c12;
}
.btn-warning .badge {
  color: #f39c12;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #d62c1a;
  border-color: #921e12;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d62c1a;
  border-color: #cd2a19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d62c1a;
  border-color: #cd2a19;
}
.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: #b62516;
  border-color: #921e12;
}
.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: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger .badge {
  color: #e74c3c;
  background-color: #fff;
}
.btn-link {
  color: #1abc9c;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #195479;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #195479;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-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: 9.5px 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: #fff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #eeeeee;
  background-color: #2ecc71;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #eeeeee;
  text-decoration: none;
  outline: 0;
  background-color: #233140;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #fff;
  font-weight: bold;
  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: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  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: 3px;
  border-bottom-left-radius: 3px;
}
.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: 50px;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 50px;
  line-height: 50px;
}
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: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
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: 8px 16px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 12px 24px;
  font-size: 18px;
  border-radius: 4px;
}
.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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #1abc9c;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 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: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.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: 3px 3px 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: 3px;
}
.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: #195479;
}
.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: 3px;
}
.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: 3px 3px 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: 65px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 22px 15px;
  font-size: 18px;
  line-height: 21px;
  height: 65px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 15.5px;
  margin-bottom: 15.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 11px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.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);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-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: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-btn.btn-sm {
  margin-top: 17px;
  margin-bottom: 17px;
}
.navbar-btn.btn-xs {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
.navbar-text {
  margin-top: 22px;
  margin-bottom: 22px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #195479;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1a242f;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #195479;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #1abc9c;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #1abc9c;
  background-color: transparent;
}
.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: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #777777;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #1abc9c;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #195479;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #1abc9c;
    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: #1abc9c;
    background-color: transparent;
  }
  .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: #195479;
}
.navbar-default .navbar-link:hover {
  color: #1abc9c;
}
.navbar-default .btn-link {
  color: #195479;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #1abc9c;
}
.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: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #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: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 16px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #1abc9c;
  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: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #195479;
  background-color: #eeeeee;
  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: #2ecc71;
  border-color: #2ecc71;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 21px 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: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #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: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #195479;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1a242f;
}
.label-success {
  background-color: #1abc9c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #148f77;
}
.label-info {
  background-color: #3498db;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #217dbb;
}
.label-warning {
  background-color: #f39c12;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c87f0a;
}
.label-danger {
  background-color: #e74c3c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d62c1a;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  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: #1abc9c;
  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: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 4px;
  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: 68px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1abc9c;
}
.thumbnail .caption {
  padding: 9px;
  color: #777777;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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: #1abc9c;
  border-color: #1abc9c;
  color: #fff;
}
.alert-success hr {
  border-top-color: #17a689;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #3498db;
  border-color: #3498db;
  color: #fff;
}
.alert-info hr {
  border-top-color: #258cd1;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #f39c12;
  border-color: #f39c12;
  color: #fff;
}
.alert-warning hr {
  border-top-color: #e08e0b;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #fff;
}
.alert-danger hr {
  border-top-color: #e43725;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-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: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-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: 13px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #195479;
  -webkit-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 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.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: #1abc9c;
}
.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: #3498db;
}
.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: #f39c12;
}
.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: #e74c3c;
}
.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: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
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: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #195479;
  border-color: #195479;
}
.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: #8aa4be;
}
.list-group-item-success {
  color: #fff;
  background-color: #1abc9c;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #fff;
}
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: #fff;
  background-color: #17a689;
}
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: #fff;
  border-color: #fff;
}
.list-group-item-info {
  color: #fff;
  background-color: #3498db;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #fff;
}
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: #fff;
  background-color: #258cd1;
}
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: #fff;
  border-color: #fff;
}
.list-group-item-warning {
  color: #fff;
  background-color: #f39c12;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #fff;
}
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: #fff;
  background-color: #e08e0b;
}
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: #fff;
  border-color: #fff;
}
.list-group-item-danger {
  color: #fff;
  background-color: #e74c3c;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #fff;
}
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: #fff;
  background-color: #e43725;
}
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: #fff;
  border-color: #fff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-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: 16px;
}
.panel-heading {
  padding: 16px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 16px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.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: 1px;
  border-top-left-radius: 1px;
}
.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: 1px;
  border-bottom-left-radius: 1px;
}
.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: 16px;
  padding-right: 16px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.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: 1px;
  border-top-right-radius: 1px;
}
.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: 1px;
}
.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: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.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: 1px;
  border-bottom-right-radius: 1px;
}
.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: 1px;
}
.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: 1px;
}
.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: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.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: #eeeeee;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #fff;
  border-color: #eeeeee;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeeeee;
}
.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eeeeee;
}
.panel-primary {
  border-color: #195479;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #195479;
  border-color: #195479;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #195479;
}
.panel-primary > .panel-heading .badge {
  color: #195479;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #195479;
}
.panel-success {
  border-color: #1abc9c;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1abc9c;
}
.panel-success > .panel-heading .badge {
  color: #1abc9c;
  background-color: #fff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1abc9c;
}
.panel-info {
  border-color: #3498db;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3498db;
}
.panel-info > .panel-heading .badge {
  color: #3498db;
  background-color: #fff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3498db;
}
.panel-warning {
  border-color: #f39c12;
}
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f39c12;
}
.panel-warning > .panel-heading .badge {
  color: #f39c12;
  background-color: #fff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f39c12;
}
.panel-danger {
  border-color: #e74c3c;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e74c3c;
}
.panel-danger > .panel-heading .badge {
  color: #e74c3c;
  background-color: #fff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e74c3c;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 4px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.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: 4px;
  -webkit-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: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0!important;
  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);
    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: 'Roboto', "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: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}
.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: 'Roboto', "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: 15px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-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: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 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: #999999;
  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: #999999;
  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: #999999;
  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: #999999;
  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: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.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: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  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: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  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: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,
#supplementary .sidebar:before,
#supplementary .sidebar:after,
#commentform:before,
#commentform:after,
.layout-boxed #page:before,
.layout-boxed #page:after,
.isotope__inner:before,
.isotope__inner:after,
.archive-portfolio_project #content:before,
.archive-portfolio_project #content:after,
.taxonomy-portfolio_category #content:before,
.taxonomy-portfolio_category #content:after,
.taxonomy-portfolio_tag #content:before,
.taxonomy-portfolio_tag #content: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,
#supplementary .sidebar:after,
#commentform:after,
.layout-boxed #page:after,
.isotope__inner:after,
.archive-portfolio_project #content:after,
.taxonomy-portfolio_category #content:after,
.taxonomy-portfolio_tag #content: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;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-control,
input {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus,
input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.close {
  text-decoration: none;
  opacity: 0.4;
}
.close:focus,
.close:hover {
  color: #000;
  opacity: 1;
}
.alert .alert-link {
  color: #fff;
  text-decoration: underline;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
img.emoji,
img.wp-smiley {
  display: inline;
  box-shadow: none;
  max-height: 1em;
  width: 1em;
  margin: 0 0.07em;
  padding: 0;
  border: none;
  background: transparent;
}
#author,
#comment,
#email,
#url,
.search-field {
  display: block;
  width: 100%;
  height: 39px;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-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;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#author:focus,
#comment:focus,
#email:focus,
#url:focus,
.search-field:focus {
  border-color: #195479;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 0.6);
}
#author::-moz-placeholder,
#comment::-moz-placeholder,
#email::-moz-placeholder,
#url::-moz-placeholder,
.search-field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#author:-ms-input-placeholder,
#comment:-ms-input-placeholder,
#email:-ms-input-placeholder,
#url:-ms-input-placeholder,
.search-field:-ms-input-placeholder {
  color: #999;
}
#author::-webkit-input-placeholder,
#comment::-webkit-input-placeholder,
#email::-webkit-input-placeholder,
#url::-webkit-input-placeholder,
.search-field::-webkit-input-placeholder {
  color: #999;
}
#author::-ms-expand,
#comment::-ms-expand,
#email::-ms-expand,
#url::-ms-expand,
.search-field::-ms-expand {
  border: 0;
  background-color: transparent;
}
#author[disabled],
#comment[disabled],
#email[disabled],
#url[disabled],
.search-field[disabled],
#author[readonly],
#comment[readonly],
#email[readonly],
#url[readonly],
.search-field[readonly],
fieldset[disabled] #author,
fieldset[disabled] #comment,
fieldset[disabled] #email,
fieldset[disabled] #url,
fieldset[disabled] .search-field {
  background-color: #eeeeee;
  opacity: 1;
}
#author[disabled],
#comment[disabled],
#email[disabled],
#url[disabled],
.search-field[disabled],
fieldset[disabled] #author,
fieldset[disabled] #comment,
fieldset[disabled] #email,
fieldset[disabled] #url,
fieldset[disabled] .search-field {
  cursor: not-allowed;
}
textarea#author,
textarea#comment,
textarea#email,
textarea#url,
textarea.search-field {
  height: auto;
}
#author:focus,
#comment:focus,
#email:focus,
#url:focus,
.search-field:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#author:focus,
#comment:focus,
#email:focus,
#url:focus,
.search-field:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#submit,
.search-submit {
  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: 8px 16px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background-color: #195479;
  border-color: #195479;
}
#submit:focus,
.search-submit:focus,
#submit:active:focus,
.search-submit:active:focus,
#submit.active:focus,
.search-submit.active:focus,
#submit.focus,
.search-submit.focus,
#submit:active.focus,
.search-submit:active.focus,
#submit.active.focus,
.search-submit.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#submit:hover,
.search-submit:hover,
#submit:focus,
.search-submit:focus,
#submit.focus,
.search-submit.focus {
  color: #333;
  text-decoration: none;
}
#submit:active,
.search-submit:active,
#submit.active,
.search-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#submit.disabled,
.search-submit.disabled,
#submit[disabled],
.search-submit[disabled],
fieldset[disabled] #submit,
fieldset[disabled] .search-submit {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a#submit.disabled,
a.search-submit.disabled,
fieldset[disabled] a#submit,
fieldset[disabled] a.search-submit {
  pointer-events: none;
}
#submit:focus,
.search-submit:focus,
#submit.focus,
.search-submit.focus {
  color: #fff;
  background-color: #1a242f;
  border-color: #000000;
}
#submit:hover,
.search-submit:hover {
  color: #fff;
  background-color: #1a242f;
  border-color: #161f29;
}
#submit:active,
.search-submit:active,
#submit.active,
.search-submit.active,
.open > .dropdown-toggle#submit,
.open > .dropdown-toggle.search-submit {
  color: #fff;
  background-color: #1a242f;
  border-color: #161f29;
}
#submit:active:hover,
.search-submit:active:hover,
#submit.active:hover,
.search-submit.active:hover,
.open > .dropdown-toggle#submit:hover,
.open > .dropdown-toggle.search-submit:hover,
#submit:active:focus,
.search-submit:active:focus,
#submit.active:focus,
.search-submit.active:focus,
.open > .dropdown-toggle#submit:focus,
.open > .dropdown-toggle.search-submit:focus,
#submit:active.focus,
.search-submit:active.focus,
#submit.active.focus,
.search-submit.active.focus,
.open > .dropdown-toggle#submit.focus,
.open > .dropdown-toggle.search-submit.focus {
  color: #fff;
  background-color: #0d1318;
  border-color: #000000;
}
#submit:active,
.search-submit:active,
#submit.active,
.search-submit.active,
.open > .dropdown-toggle#submit,
.open > .dropdown-toggle.search-submit {
  background-image: none;
}
#submit.disabled:hover,
.search-submit.disabled:hover,
#submit[disabled]:hover,
.search-submit[disabled]:hover,
fieldset[disabled] #submit:hover,
fieldset[disabled] .search-submit:hover,
#submit.disabled:focus,
.search-submit.disabled:focus,
#submit[disabled]:focus,
.search-submit[disabled]:focus,
fieldset[disabled] #submit:focus,
fieldset[disabled] .search-submit:focus,
#submit.disabled.focus,
.search-submit.disabled.focus,
#submit[disabled].focus,
.search-submit[disabled].focus,
fieldset[disabled] #submit.focus,
fieldset[disabled] .search-submit.focus {
  background-color: #195479;
  border-color: #195479;
}
#submit .badge,
.search-submit .badge {
  color: #195479;
  background-color: #fff;
}
.search-form {
  position: relative;
}
.search-form::before {
  font-family: Font Awesome\ 5 Free;
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  height: 39px;
  line-height: 39px;
  padding: 0 16px;
  color: #eeeeee;
}
.search-form .search-field {
  padding-left: 40px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Sidebar Subsidiary */
#supplementary {
  padding-top: 64px;
  padding-bottom: 16px;
  background-color: #eeeeee;
}
#supplementary .sidebar {
  margin-left: -15px;
  margin-right: -15px;
}
#supplementary .sidebar .widget {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #supplementary .sidebar .widget {
    float: left;
    width: 100%;
  }
}
#supplementary .sidebar.columns-2 .widget {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #supplementary .sidebar.columns-2 .widget {
    float: left;
    width: 50%;
  }
}
#supplementary .sidebar.columns-3 .widget {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #supplementary .sidebar.columns-3 .widget {
    float: left;
    width: 33.33333333%;
  }
}
#supplementary .sidebar.columns-4 .widget {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #supplementary .sidebar.columns-4 .widget {
    float: left;
    width: 25%;
  }
}
/* Credit */
.credit {
  padding: 32px 0;
}
.widget {
  margin-bottom: 43px;
  /* Make sure select elements fit in widgets. */
}
.widget:before,
.widget:after {
  content: " ";
  display: table;
}
.widget:after {
  clear: both;
}
.widget:before,
.widget:after {
  content: " ";
  display: table;
}
.widget:after {
  clear: both;
}
.widget select {
  max-width: 100%;
}
/* Search widget. */
.widget_search input[type="submit"] {
  display: none;
}
.widget-title,
.widgettitle {
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 15px;
  text-transform: uppercase;
}
/* Lists */
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_extended_recent_entries ul,
.widget_rss ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_extended_recent_entries ul li,
.widget_rss ul li {
  margin-bottom: 21px;
}
.widget_archive ul li:first-child,
.widget_categories ul li:first-child,
.widget_links ul li:first-child,
.widget_meta ul li:first-child,
.widget_nav_menu ul li:first-child,
.widget_pages ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_extended_recent_entries ul li:first-child,
.widget_rss ul li:first-child {
  padding-top: 0;
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_links ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_extended_recent_entries ul li:last-child,
.widget_rss ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
  padding-left: 24px;
  margin-top: 12px;
  margin-bottom: -12px;
  border-bottom: 0;
}
/* Recent Posts */
.widget_recent_entries li > a {
  font-weight: 700;
}
.widget_recent_entries .post-date {
  display: block;
  font-size: 13px;
  color: #a8a8a8;
}
/* Tag Cloud */
.widget_tag_cloud a {
  display: inline-block;
  margin-bottom: 10.5px;
  padding: 1px 5px;
  margin-right: 5px;
  border: 1px solid #eeeeee;
  font-size: 13px !important;
  border-radius: 2px;
}
#footer .widget_tag_cloud a {
  border-color: #c8c8c8;
}
.wpcw-widget-contact ul li {
  padding: 0;
  margin-bottom: 21px;
}
.wpcw-widget-contact ul li.address,
.wpcw-widget-contact ul li.email,
.wpcw-widget-contact ul li.phone,
.wpcw-widget-contact ul li.fax {
  margin-bottom: 10.5px;
  padding-left: 24px;
  position: relative;
}
.wpcw-widget-contact ul li.address::before,
.wpcw-widget-contact ul li.email::before,
.wpcw-widget-contact ul li.phone::before,
.wpcw-widget-contact ul li.fax::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: Font Awesome\ 5 Free;
  content: "\f041";
}
.wpcw-widget-contact ul li.phone::before {
  content: "\f095";
}
.wpcw-widget-contact ul li.email::before {
  content: "\f003";
}
.wpcw-widget-contact ul li.fax::before {
  content: "\f1ac";
}
.wpcw-widget-contact ul li:last-child {
  margin-bottom: 0;
}
.wpcw-widget-social ul li.has-label .fa {
  font-size: 18px;
  width: 24px;
}
.widget_extended_recent_entries li {
  position: relative;
  padding-left: 64px;
}
.widget_extended_recent_entries .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 48px;
}
.widget_extended_recent_entries .post-title {
  margin-top: 0;
  font-size: 15px;
}
.widget_extended_recent_entries .post-date {
  font-size: 13px;
  color: #bbbbbb;
}
.widget_extended_recent_entries .post-format-link {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 48px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 3px;
  background-color: #2ecc71;
  color: #fff;
}
.widget_extended_recent_entries .post-format-link:before {
  font-size: 15px;
}
.widget_customizer label {
  text-transform: uppercase;
  font-size: 13px;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/**
 * Comments Template
 * --------------------------------------------------------------------------- */
#comments-template:before,
#comments-template:after {
  content: " ";
  display: table;
}
#comments-template:after {
  clear: both;
}
#comments-template:before,
#comments-template:after {
  content: " ";
  display: table;
}
#comments-template:after {
  clear: both;
}
/* ====== COMMENTS ======= */
#comments-number {
  margin: 0 0 43px;
}
/* === Comments closed message === */
.comments-closed {
  margin-bottom: 43px;
  text-align: center;
}
/* === Comment list === */
ol.comment-list {
  margin-bottom: 22px;
  padding-left: 0;
  list-style: none;
}
ol.comment-list:before,
ol.comment-list:after {
  content: " ";
  display: table;
}
ol.comment-list:after {
  clear: both;
}
ol.comment-list:before,
ol.comment-list:after {
  content: " ";
  display: table;
}
ol.comment-list:after {
  clear: both;
}
ol.comment-list ol.children {
  list-style: none;
  border-left: 1px solid #eeeeee;
}
/* === Individual comments */
li.ping {
  padding: 32px;
  margin-bottom: 21px;
  padding-bottom: 11px;
  border: 1px solid #eeeeee;
}
.comment-body {
  position: relative;
  padding: 32px;
  padding-bottom: 11px;
  padding-left: 128px;
  border: 1px solid #eeeeee;
  margin-bottom: 21px;
}
/* === Avatars === */
.comment-list .avatar {
  position: absolute;
  top: 32px;
  left: 32px;
}
/* === Meta === */
.comment-header {
  margin-bottom: 21px;
}
.comment-header:before,
.comment-header:after {
  content: " ";
  display: table;
}
.comment-header:after {
  clear: both;
}
.comment-header:before,
.comment-header:after {
  content: " ";
  display: table;
}
.comment-header:after {
  clear: both;
}
.comment-header .comment-byline,
.comment-header .comment-byline a {
  color: #9d9d9d;
}
.comment-header .comment-byline a:focus,
.comment-header .comment-byline a:hover {
  color: #195479;
}
.comment-author {
  font-style: normal;
  font-weight: 700;
}
/* === Comment text/content === */
.comment-content {
  margin-bottom: 21px;
}
/* === Reply link === */
.reply {
  margin-bottom: 21px;
}
.comment-reply-link,
.comment-reply-login {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px solid #eeeeee;
}
/* ====== RESPOND (COMMENT FORM) ====== */
#respond {
  margin-bottom: 22px;
}
#respond:before,
#respond:after {
  content: " ";
  display: table;
}
#respond:after {
  clear: both;
}
#respond:before,
#respond:after {
  content: " ";
  display: table;
}
#respond:after {
  clear: both;
}
.comment #respond {
  margin: 0;
}
#reply-title {
  margin: 0 0 21px;
}
#reply-title small {
  float: right;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#reply-title small a::before {
  font-family: "Genericons-Neue";
  font-size: 15px;
  content: '\f406';
  line-height: 1.42857143;
}
/*
Comment Form
 */
#commentform {
  margin-left: -15px;
  margin-right: -15px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  margin-bottom: 21px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    float: left;
    width: 33.33333333%;
  }
}
.comment-form-comment,
.comment-notes,
.form-allowed-tags,
.form-submit,
.logged-in-as {
  margin-bottom: 21px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .comment-form-comment,
  .comment-notes,
  .form-allowed-tags,
  .form-submit,
  .logged-in-as {
    float: left;
    width: 100%;
  }
}
.must-log-in {
  margin-bottom: 21px;
}
.comment-edit-link,
.comment-permalink,
.comment-published {
  margin-right: 8px;
}
.comment-edit-link::before,
.comment-permalink::before,
.comment-published::before {
  margin-right: 6px;
  font-family: "Genericons-Neue";
}
.comment-permalink::before {
  content: '\f107';
}
.comment-published::before {
  content: '\f303';
}
.comment-edit-link::before {
  content: '\f411';
}
.wp-caption {
  position: relative;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  position: absolute;
  bottom: 21px;
  padding: 8px 16px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #e3e3e3;
}
.wp-caption-text {
  text-align: center;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
.clear:before,
.entry-content:before,
.comment-content:before,
.site-header:before,
.site-content:before,
.site-footer:before,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  content: " ";
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.clear:before,
.entry-content:before,
.comment-content:before,
.site-header:before,
.site-content:before,
.site-footer:before,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  content: " ";
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
.main {
  padding-top: 35px;
}
.main #content {
  padding-bottom: 21px;
}
.page-template-builder.layout-wide .main {
  padding-top: 0;
}
.page-template-builder.layout-wide .main #content {
  padding-bottom: 0;
}
.layout-boxed #page {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .layout-boxed #page {
    width: 800px;
  }
}
@media (min-width: 992px) {
  .layout-boxed #page {
    width: 1020px;
  }
}
@media (min-width: 1200px) {
  .layout-boxed #page {
    width: 1150px;
  }
}
.btn-uppercase {
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.btn-secondary {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-secondary:hover {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-secondary.active,
.btn-secondary:active,
.open > .dropdown-toggle.btn-secondary {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.btn-secondary.active.focus,
.btn-secondary:active.focus,
.open > .dropdown-toggle.btn-secondary.focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.open > .dropdown-toggle.btn-secondary:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-secondary .badge {
  color: #2ecc71;
  background-color: #fff;
}
.btn-outline-secondary {
  color: #2ecc71;
  background-image: none;
  background-color: transparent;
  border-color: #2ecc71;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-outline-secondary.active,
.btn-outline-secondary:active,
.open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.btn-outline-secondary.active.focus,
.btn-outline-secondary:active.focus,
.open > .btn-outline-secondary.dropdown-toggle.focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary:active:focus,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary:active:hover,
.open > .btn-outline-secondary.dropdown-toggle:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-link-alt {
  color: #fff;
  font-weight: normal;
  border-radius: 0;
}
.btn-link-alt,
.btn-link-alt:active,
.btn-link-alt.active,
.btn-link-alt[disabled],
fieldset[disabled] .btn-link-alt {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link-alt,
.btn-link-alt:hover,
.btn-link-alt:focus,
.btn-link-alt:active {
  border-color: transparent;
}
.btn-link-alt:hover,
.btn-link-alt:focus {
  color: #1abc9c;
  text-decoration: none;
  background-color: transparent;
}
.btn-link-alt[disabled]:hover,
fieldset[disabled] .btn-link-alt:hover,
.btn-link-alt[disabled]:focus,
fieldset[disabled] .btn-link-alt:focus {
  color: #777777;
  text-decoration: none;
}
.btn-outline-default {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}
.btn-outline-default:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-default.focus,
.btn-outline-default:focus {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-default.active,
.btn-outline-default:active,
.open > .btn-outline-default.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-default.active.focus,
.btn-outline-default:active.focus,
.open > .btn-outline-default.dropdown-toggle.focus,
.btn-outline-default.active:focus,
.btn-outline-default:active:focus,
.open > .btn-outline-default.dropdown-toggle:focus,
.btn-outline-default.active:hover,
.btn-outline-default:active:hover,
.open > .btn-outline-default.dropdown-toggle:hover {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #8c8c8c;
}
.btn-outline-default.disabled.focus,
.btn-outline-default:disabled.focus,
.btn-outline-default.disabled:focus,
.btn-outline-default:disabled:focus {
  border-color: #ffffff;
}
.btn-outline-default.disabled:hover,
.btn-outline-default:disabled:hover {
  border-color: #ffffff;
}
.btn-outline-primary {
  color: #195479;
  background-image: none;
  background-color: transparent;
  border-color: #195479;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #195479;
  border-color: #195479;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  color: #fff;
  background-color: #195479;
  border-color: #195479;
}
.btn-outline-primary.active,
.btn-outline-primary:active,
.open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #195479;
  border-color: #195479;
}
.btn-outline-primary.active.focus,
.btn-outline-primary:active.focus,
.open > .btn-outline-primary.dropdown-toggle.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.open > .btn-outline-primary.dropdown-toggle:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.open > .btn-outline-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #0d1318;
  border-color: #000000;
}
.btn-outline-primary.disabled.focus,
.btn-outline-primary:disabled.focus,
.btn-outline-primary.disabled:focus,
.btn-outline-primary:disabled:focus {
  border-color: #507192;
}
.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
  border-color: #507192;
}
.btn-outline-success {
  color: #1abc9c;
  background-image: none;
  background-color: transparent;
  border-color: #1abc9c;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.btn-outline-success.active,
.btn-outline-success:active,
.open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.btn-outline-success.active.focus,
.btn-outline-success:active.focus,
.open > .btn-outline-success.dropdown-toggle.focus,
.btn-outline-success.active:focus,
.btn-outline-success:active:focus,
.open > .btn-outline-success.dropdown-toggle:focus,
.btn-outline-success.active:hover,
.btn-outline-success:active:hover,
.open > .btn-outline-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #0f705d;
  border-color: #0b4c3f;
}
.btn-outline-success.disabled.focus,
.btn-outline-success:disabled.focus,
.btn-outline-success.disabled:focus,
.btn-outline-success:disabled:focus {
  border-color: #55e7ca;
}
.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover {
  border-color: #55e7ca;
}
.btn-outline-info {
  color: #3498db;
  background-image: none;
  background-color: transparent;
  border-color: #3498db;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-outline-info.active,
.btn-outline-info:active,
.open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-outline-info.active.focus,
.btn-outline-info:active.focus,
.open > .btn-outline-info.dropdown-toggle.focus,
.btn-outline-info.active:focus,
.btn-outline-info:active:focus,
.open > .btn-outline-info.dropdown-toggle:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active:hover,
.open > .btn-outline-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #1c699d;
  border-color: #16527a;
}
.btn-outline-info.disabled.focus,
.btn-outline-info:disabled.focus,
.btn-outline-info.disabled:focus,
.btn-outline-info:disabled:focus {
  border-color: #8bc4ea;
}
.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:hover {
  border-color: #8bc4ea;
}
.btn-outline-warning {
  color: #f39c12;
  background-image: none;
  background-color: transparent;
  border-color: #f39c12;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  color: #fff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.btn-outline-warning.active,
.btn-outline-warning:active,
.open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.btn-outline-warning.active.focus,
.btn-outline-warning:active.focus,
.open > .btn-outline-warning.dropdown-toggle.focus,
.btn-outline-warning.active:focus,
.btn-outline-warning:active:focus,
.open > .btn-outline-warning.dropdown-toggle:focus,
.btn-outline-warning.active:hover,
.btn-outline-warning:active:hover,
.open > .btn-outline-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #a66908;
  border-color: #7f5006;
}
.btn-outline-warning.disabled.focus,
.btn-outline-warning:disabled.focus,
.btn-outline-warning.disabled:focus,
.btn-outline-warning:disabled:focus {
  border-color: #f8c573;
}
.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:hover {
  border-color: #f8c573;
}
.btn-outline-danger {
  color: #e74c3c;
  background-image: none;
  background-color: transparent;
  border-color: #e74c3c;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-outline-danger.active,
.btn-outline-danger:active,
.open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-outline-danger.active.focus,
.btn-outline-danger:active.focus,
.open > .btn-outline-danger.dropdown-toggle.focus,
.btn-outline-danger.active:focus,
.btn-outline-danger:active:focus,
.open > .btn-outline-danger.dropdown-toggle:focus,
.btn-outline-danger.active:hover,
.btn-outline-danger:active:hover,
.open > .btn-outline-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #b62516;
  border-color: #921e12;
}
.btn-outline-danger.disabled.focus,
.btn-outline-danger:disabled.focus,
.btn-outline-danger.disabled:focus,
.btn-outline-danger:disabled:focus {
  border-color: #f29f97;
}
.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:hover {
  border-color: #f29f97;
}
.navbar {
  margin-bottom: 0;
  border: 0;
}
.navbar .caret {
  display: none;
}
.navbar .site-description {
  float: left;
}
.navbar-brand {
  padding: 0 15px;
  line-height: 65px;
}
.navbar-brand > img {
  display: inline-block;
  width: auto;
  max-height: 65px;
}
.navbar-toggle {
  width: 45px;
  height: 40px;
  padding: 0;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  border-radius: 2px;
}
.navbar-toggle .icon-bar {
  display: none;
}
.navbar-toggle::before {
  font-family: "Genericons-Neue";
  position: relative;
  content: '\f406';
}
.navbar-toggle.collapsed::before {
  content: '\f419';
}
.navbar-collapse {
  border: 0;
  box-shadow: none;
}
@media (min-width: 992px) {
  .is-visible-search-box .navbar-collapse {
    position: relative;
  }
}
.navbar-nav .dropdown > a::after {
  content: "\f107";
  font-family: Font Awesome\ 5 Free;
}
.navbar-nav .open .dropdown-menu .dropdown:hover > .dropdown-menu {
  display: block;
}
.navbar-nav > li > a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .navbar-nav {
    margin: 11px 0;
  }
  .navbar-nav > li > a {
    padding: 12px 0;
    border-top: 1px solid transparent;
  }
  .navbar-nav > li:first-child > a {
    border-top: 0;
  }
  .navbar-nav .open .dropdown-menu .dropdown:hover > a::after,
  .navbar-nav .open > a::after {
    font-family: Font Awesome\ 5 Free;
    content: "\f106";
  }
  .navbar-nav .dropdown > a::after {
    float: right;
    width: 40px;
    text-align: center;
  }
  .navbar-nav .open .dropdown-menu {
    margin: 0;
    padding: 0 0 0 24px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 15px 0;
    border-bottom: 0;
    border-top: 1px solid transparent;
  }
}
@media (min-width: 992px) {
  .navbar-nav .dropdown > a::after {
    padding-left: 5px;
  }
  .navbar-nav .open .dropdown-menu {
    left: 0;
    right: auto;
  }
  .navbar-nav .open .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
  }
  .navbar-nav .open .dropdown-menu .dropdown > a::after {
    font-family: Font Awesome\ 5 Free;
    content: "\f105";
    float: right;
  }
}
.navbar-form {
  position: relative;
  padding: 0 15px;
  border: 0;
  box-shadow: none;
}
.navbar-form::before {
  font-family: "Genericons-Neue";
  content: "\f400";
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 15px;
  height: 39px;
  line-height: 39px;
  padding: 0 16px;
  color: #eeeeee;
}
.navbar-form .search-field {
  padding-left: 40px;
}
.navbar-form .search-field,
.navbar-form .form-group {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .navbar-form {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 3;
  }
  .navbar-form::before {
    margin-left: 0;
    padding: 0;
    height: 95px;
    line-height: 95px;
    font-size: 28.5px;
  }
  .navbar-form .search-field {
    border: 0;
    font-weight: 500;
    height: 90px;
    padding: 8px 0;
    font-size: 30px;
    line-height: 1.42857143;
    border-radius: 0;
    padding-left: 40px;
  }
  select.navbar-form .search-field {
    height: 90px;
    line-height: 90px;
  }
  textarea.navbar-form .search-field,
  select[multiple].navbar-form .search-field {
    height: auto;
  }
  .navbar-form .btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -15px;
    margin-top: 25.5px;
  }
}
.is-visible-search-box .navbar-form {
  display: block;
}
@media (max-width: 991px) {
  .navbar-btn,
  .navbar-form .btn {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar {
    min-height: 90px;
  }
  .navbar-brand {
    height: 90px;
    line-height: 90px;
  }
  .navbar-brand > img {
    max-height: 90px;
  }
  .navbar-text {
    margin-top: 34.5px;
    margin-bottom: 34.5px;
  }
  .navbar-nav > li > a {
    padding-top: 34.5px;
    padding-bottom: 34.5px;
  }
  .navbar-btn {
    margin-top: 25.5px;
    margin-bottom: 25.5px;
  }
  .navbar-btn.btn-sm {
    margin-top: 29.5px;
    margin-bottom: 29.5px;
  }
  .navbar-btn.btn-xs {
    margin-top: 34px;
    margin-bottom: 34px;
  }
}
.menu-primary {
  background-color: #fff;
  border-color: #eeeeee;
}
.menu-primary .navbar-brand {
  color: #195479;
}
.menu-primary .navbar-brand:focus,
.menu-primary .navbar-brand:hover {
  color: #1a242f;
  background-color: transparent;
}
.menu-primary .navbar-text {
  color: #777777;
}
.menu-primary .navbar-nav > li > a {
  color: #195479;
}
.menu-primary .navbar-nav > li > a:focus,
.menu-primary .navbar-nav > li > a:hover {
  color: #1abc9c;
  background-color: transparent;
}
.menu-primary .navbar-nav > .active > a,
.menu-primary .navbar-nav > .active > a:focus,
.menu-primary .navbar-nav > .active > a:hover {
  color: #1abc9c;
  background-color: transparent;
}
.menu-primary .navbar-nav > .disabled > a,
.menu-primary .navbar-nav > .disabled > a:focus,
.menu-primary .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.menu-primary .navbar-toggle {
  border-color: #ddd;
}
.menu-primary .navbar-toggle:focus,
.menu-primary .navbar-toggle:hover {
  background-color: transparent;
}
.menu-primary .navbar-toggle .icon-bar {
  background-color: #777777;
}
.menu-primary .navbar-collapse,
.menu-primary .navbar-form {
  border-color: #eeeeee;
}
.menu-primary .navbar-nav > .open > a,
.menu-primary .navbar-nav > .open > a:focus,
.menu-primary .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #1abc9c;
}
@media (max-width: 991px) {
  .menu-primary .navbar-nav .open .dropdown-menu > li > a {
    color: #195479;
  }
  .menu-primary .navbar-nav .open .dropdown-menu > li > a:focus,
  .menu-primary .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #1abc9c;
    background-color: transparent;
  }
  .menu-primary .navbar-nav .open .dropdown-menu > .active > a,
  .menu-primary .navbar-nav .open .dropdown-menu > .active > a:focus,
  .menu-primary .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #1abc9c;
    background-color: transparent;
  }
  .menu-primary .navbar-nav .open .dropdown-menu > .disabled > a,
  .menu-primary .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .menu-primary .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.menu-primary .navbar-link {
  color: #195479;
}
.menu-primary .navbar-link:hover {
  color: #1abc9c;
}
.menu-primary .btn-link {
  color: #195479;
}
.menu-primary .btn-link:focus,
.menu-primary .btn-link:hover {
  color: #1abc9c;
}
.menu-primary .btn-link[disabled]:focus,
fieldset[disabled] .menu-primary .btn-link:focus,
.menu-primary .btn-link[disabled]:hover,
fieldset[disabled] .menu-primary .btn-link:hover {
  color: #ccc;
}
.menu-primary {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.menu-primary .navbar-nav > .current-menu-ancestor > a,
.menu-primary .navbar-nav > .current-page-parent > a,
.menu-primary .navbar-nav > .current-menu-parent > a,
.menu-primary .navbar-nav > .current-menu-ancestor > a:focus,
.menu-primary .navbar-nav > .current-page-parent > a:focus,
.menu-primary .navbar-nav > .current-menu-parent > a:focus,
.menu-primary .navbar-nav > .current-menu-ancestor > a:hover,
.menu-primary .navbar-nav > .current-page-parent > a:hover,
.menu-primary .navbar-nav > .current-menu-parent > a:hover {
  color: #1abc9c;
  background-color: transparent;
}
@media (max-width: 991px) {
  .menu-primary .navbar-nav > li > a,
  .menu-primary .navbar-nav > li > a:hover,
  .menu-primary .navbar-nav > li > a:focus {
    border-color: #eeeeee;
  }
  .menu-primary .navbar-nav .open .dropdown-menu .dropdown-header,
  .menu-primary .navbar-nav .open .dropdown-menu > li > a {
    border-color: #eeeeee;
  }
}
.menu-primary .navbar-form .search-field {
  color: #777777;
  background-color: #fff;
  border-color: #eeeeee;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-primary .navbar-form .search-field:focus {
  border-color: #195479;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 0.6);
}
.menu-primary .navbar-form .search-field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.menu-primary .navbar-form .search-field:-ms-input-placeholder {
  color: #999;
}
.menu-primary .navbar-form .search-field::-webkit-input-placeholder {
  color: #999;
}
.menu-primary .navbar-form .search-field:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .menu-primary .navbar-form .search-field,
  .menu-primary .navbar-form .search-field:focus {
    box-shadow: none;
  }
}
.menu-primary .navbar-toggle::before {
  color: #777777;
}
.archive-header,
.page-header {
  margin: 0;
  padding-top: 48px;
  padding-bottom: 37px;
  border-bottom: 1px solid #eeeeee;
  background-color: #eeeeee;
}
.archive-header .archive-title,
.page-header .archive-title {
  font-size: 18px;
  margin-top: 0;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.archive-header .breadcrumb-trail,
.page-header .breadcrumb-trail {
  margin-bottom: 10.5px;
}
@media (min-width: 992px) {
  .archive-header .row,
  .page-header .row {
    display: table;
    width: 100%;
    margin: 0;
  }
  .archive-header .row > div,
  .page-header .row > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 0;
  }
  .archive-header .breadcrumb-trail,
  .page-header .breadcrumb-trail {
    text-align: right;
  }
}
.post-header {
  padding: 16px;
  border-bottom: 1px solid #eeeeee;
  background-color: #eeeeee;
}
.page-template-custom-page.layout-default .page-header {
  margin-bottom: 64px;
}
.breadcrumb-trail {
  font-size: 13px;
}
.breadcrumb-trail .trail-items {
  margin: 0;
  padding-left: 0;
}
.breadcrumb-trail .trail-items .trail-item {
  display: inline-block;
  padding-right: 16px;
}
.breadcrumb-trail .trail-items .trail-item::before {
  font-family: Font Awesome\ 5 Free;
  content: "\f105";
  padding-right: 16px;
  color: #b7b7b7;
}
.breadcrumb-trail .trail-items .trail-begin {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  font: 0/0 a;
}
.breadcrumb-trail .trail-items .trail-begin::before {
  content: "";
  padding-right: 0;
}
.breadcrumb-trail .trail-items .trail-begin > a::before {
  font-family: "Genericons-Neue";
  content: "\f409";
  line-height: 1;
  font-size: 13px;
}
.breadcrumb-trail .trail-items .trail-end {
  font-weight: 700;
  color: #195479;
  padding-right: 0;
}
.navigation {
  margin-bottom: 43px;
}
.navigation.pagination {
  margin-top: 0;
}
.nav-links:before,
.nav-links:after {
  content: " ";
  display: table;
}
.nav-links:after {
  clear: both;
}
.nav-links:before,
.nav-links:after {
  content: " ";
  display: table;
}
.nav-links:after {
  clear: both;
}
.nav-links > .page-numbers,
.nav-links > .nav-link {
  display: inline-block;
  position: relative;
  padding: 8px 16px;
  line-height: 1.42857143;
  color: #1abc9c;
  background-color: #fff;
  border-radius: 2px;
}
.nav-links > .page-numbers:focus,
.nav-links > .nav-link:focus,
.nav-links > .page-numbers:hover,
.nav-links > .nav-link:hover {
  color: #195479;
  background-color: #eeeeee;
}
.nav-links > .current,
.nav-links > .current:focus,
.nav-links > .current:hover {
  z-index: 2;
  background-color: #2ecc71;
  color: #fff;
  cursor: default;
}
.post-navigation:before,
.post-navigation:after {
  content: " ";
  display: table;
}
.post-navigation:after {
  clear: both;
}
.post-navigation:before,
.post-navigation:after {
  content: " ";
  display: table;
}
.post-navigation:after {
  clear: both;
}
.post-navigation .nav-next,
.post-navigation .nav-previous {
  width: 50%;
  position: relative;
}
.post-navigation .nav-next::after,
.post-navigation .nav-previous::after,
.post-navigation .nav-next::before,
.post-navigation .nav-previous::before {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  font-family: Font Awesome\ 5 Free;
  line-height: 1;
  color: #eeeeee;
  font-size: 23px;
}
.post-navigation .nav-next:hover::after,
.post-navigation .nav-previous:hover::after,
.post-navigation .nav-next:hover::before,
.post-navigation .nav-previous:hover::before {
  color: #777777;
}
.post-navigation .nav-previous {
  float: left;
}
.post-navigation .nav-previous::before {
  left: 0;
  margin-left: -16px;
  content: "\f104";
}
.post-navigation .nav-next {
  float: right;
  text-align: right;
}
.post-navigation .nav-next::after {
  right: 0;
  margin-right: -16px;
  content: "\f105";
}
.post-navigation .nav-subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #9d9d9d;
}
.post-navigation .nav-subtitle:hover {
  text-decoration: none;
}
.post-navigation .nav-title {
  font-size: 17px;
  font-weight: 700;
}
.sticky {
  display: block;
}
.entry,
.page {
  margin-bottom: 43px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.entry .entry-inner,
.page .entry-inner {
  padding-top: 52.5px;
  padding-bottom: 31.5px;
  border: 1px solid #eeeeee;
}
.entry .entry-media .thumbnail,
.page .entry-media .thumbnail {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry .entry-media iframe,
.page .entry-media iframe {
  display: block;
  margin-bottom: 0;
}
.entry .entry-title,
.page .entry-title {
  margin-top: 0;
  margin-bottom: 10.5px;
}
.entry .entry-title a,
.page .entry-title a {
  color: #195479;
}
.entry .entry-title a:focus,
.page .entry-title a:focus,
.entry .entry-title a:hover,
.page .entry-title a:hover {
  color: #1abc9c;
}
.entry .entry-byline,
.page .entry-byline,
.entry .entry-byline a,
.page .entry-byline a {
  color: #9d9d9d;
}
.entry .entry-byline a:focus,
.page .entry-byline a:focus,
.entry .entry-byline a:hover,
.page .entry-byline a:hover {
  color: #195479;
}
.entry .entry-content,
.page .entry-content,
.entry .entry-footer,
.page .entry-footer,
.entry .entry-header,
.page .entry-header,
.entry .entry-summary,
.page .entry-summary {
  margin-bottom: 21px;
  padding-left: 64px;
  padding-right: 64px;
}
.entry .entry-content .avatar,
.page .entry-content .avatar,
.entry .entry-footer .avatar,
.page .entry-footer .avatar,
.entry .entry-header .avatar,
.page .entry-header .avatar,
.entry .entry-summary .avatar,
.page .entry-summary .avatar {
  float: left;
  margin-right: 16px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
}
.format-chat .chat-row {
  padding: 8px 0;
  border-bottom: 1px dotted #eeeeee;
}
.format-chat .chat-row:first-child {
  padding-top: 0;
}
.format-chat .chat-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.format-chat cite {
  font-style: normal;
  font-weight: 700;
}
.format-chat .chat-speaker-1 .chat-author,
.format-chat .chat-speaker-11 .chat-author {
  color: #3498db;
}
.format-chat .chat-speaker-12 .chat-author,
.format-chat .chat-speaker-2 .chat-author {
  color: #f1c40f;
}
.format-chat .chat-speaker-13 .chat-author,
.format-chat .chat-speaker-3 .chat-author {
  color: #e74c3c;
}
.format-chat .chat-speaker-14 .chat-author,
.format-chat .chat-speaker-4 .chat-author {
  color: #2ecc71;
}
.format-chat .chat-speaker-15 .chat-author,
.format-chat .chat-speaker-5 .chat-author {
  color: #f39c12;
}
.format-chat .chat-speaker-16 .chat-author,
.format-chat .chat-speaker-6 .chat-author {
  color: #9b59b6;
}
.format-chat .chat-speaker-17 .chat-author,
.format-chat .chat-speaker-7 .chat-author {
  color: #95a5a6;
}
.format-chat .chat-speaker-18 .chat-author,
.format-chat .chat-speaker-8 .chat-author {
  color: #16a085;
}
.format-chat .chat-speaker-19 .chat-author,
.format-chat .chat-speaker-9 .chat-author {
  color: #e67e22;
}
.format-chat .chat-speaker-10 .chat-author,
.format-chat .chat-speaker-20 .chat-author {
  color: #1abc9c;
}
.entry-sticky {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}
.comments-link,
.entry-author,
.entry-client,
.entry-permalink,
.entry-published,
.entry-date,
.entry-sticky,
.entry-terms,
.post-edit-link,
.entry-link,
.entry-website,
.entry-location {
  margin-right: 8px;
  display: inline-block;
}
.comments-link::before,
.entry-author::before,
.entry-client::before,
.entry-permalink::before,
.entry-published::before,
.entry-date::before,
.entry-sticky::before,
.entry-terms::before,
.post-edit-link::before,
.entry-link::before,
.entry-website::before,
.entry-location::before {
  margin-right: 6px;
  font-family: "Genericons-Neue";
}
.comments-link::before {
  content: '\f300';
}
.post-edit-link::before {
  content: '\f411';
}
.entry-author::before,
.entry-client::before {
  content: '\f304';
}
.entry-published::before,
.entry-date::before {
  content: "\f307";
}
.entry-permalink::before {
  content: '\f107';
}
.entry-terms.post_tag::before,
.entry-terms.portfolio_tag::before {
  content: '\f302';
}
.entry-terms.category::before,
.singular-portfolio_project #content > .portfolio_project .entry-footer .entry-terms.portfolio_category::before {
  content: '\f301';
}
.entry-link::before {
  content: "\f107";
}
.entry-website::before {
  content: "\f475";
}
.entry-location::before {
  font-family: Font Awesome\ 5 Free;
  content: "\f041";
}
.post-format-link {
  margin-right: 8px;
}
.post-format-link::before {
  font-family: "Genericons-Neue";
}
.format-aside .post-format-link::before {
  content: '\f101';
}
.format-audio .post-format-link::before {
  content: '\f109';
}
.format-chat .post-format-link::before {
  content: '\f108';
}
.format-gallery .post-format-link::before {
  content: '\f103';
}
.format-link .post-format-link::before {
  content: '\f107';
}
.format-quote .post-format-link::before {
  content: '\f106';
}
.format-status .post-format-link::before {
  content: '\f105';
}
.format-video .post-format-link::before {
  content: '\f104';
}
.format-image .post-format-link::before {
  content: '\f102';
}
.tiny,
.person,
.posts .portfolio_project,
.isotope .portfolio_project,
.owl-carousel .portfolio_project,
.archive-portfolio_project .portfolio_project,
.taxonomy-portfolio_category .portfolio_project,
.taxonomy-portfolio_tag .portfolio_project {
  margin-bottom: 21px;
}
.tiny .entry-inner,
.person .entry-inner,
.posts .portfolio_project .entry-inner,
.isotope .portfolio_project .entry-inner,
.owl-carousel .portfolio_project .entry-inner,
.archive-portfolio_project .portfolio_project .entry-inner,
.taxonomy-portfolio_category .portfolio_project .entry-inner,
.taxonomy-portfolio_tag .portfolio_project .entry-inner {
  padding-top: 21px;
  padding-bottom: 0;
  border: 1px solid #eeeeee;
}
.tiny .entry-media,
.person .entry-media,
.posts .portfolio_project .entry-media,
.isotope .portfolio_project .entry-media,
.owl-carousel .portfolio_project .entry-media,
.archive-portfolio_project .portfolio_project .entry-media,
.taxonomy-portfolio_category .portfolio_project .entry-media,
.taxonomy-portfolio_tag .portfolio_project .entry-media {
  overflow: hidden;
}
.tiny .entry-header,
.person .entry-header,
.posts .portfolio_project .entry-header,
.isotope .portfolio_project .entry-header,
.owl-carousel .portfolio_project .entry-header,
.archive-portfolio_project .portfolio_project .entry-header,
.taxonomy-portfolio_category .portfolio_project .entry-header,
.taxonomy-portfolio_tag .portfolio_project .entry-header,
.tiny .entry-summary,
.person .entry-summary,
.posts .portfolio_project .entry-summary,
.isotope .portfolio_project .entry-summary,
.owl-carousel .portfolio_project .entry-summary,
.archive-portfolio_project .portfolio_project .entry-summary,
.taxonomy-portfolio_category .portfolio_project .entry-summary,
.taxonomy-portfolio_tag .portfolio_project .entry-summary,
.tiny .entry-content,
.person .entry-content,
.posts .portfolio_project .entry-content,
.isotope .portfolio_project .entry-content,
.owl-carousel .portfolio_project .entry-content,
.archive-portfolio_project .portfolio_project .entry-content,
.taxonomy-portfolio_category .portfolio_project .entry-content,
.taxonomy-portfolio_tag .portfolio_project .entry-content,
.tiny .entry-footer,
.person .entry-footer,
.posts .portfolio_project .entry-footer,
.isotope .portfolio_project .entry-footer,
.owl-carousel .portfolio_project .entry-footer,
.archive-portfolio_project .portfolio_project .entry-footer,
.taxonomy-portfolio_category .portfolio_project .entry-footer,
.taxonomy-portfolio_tag .portfolio_project .entry-footer {
  margin-bottom: 21px;
  padding-left: 32px;
  padding-right: 32px;
}
.tiny .entry-title,
.person .entry-title,
.posts .portfolio_project .entry-title,
.isotope .portfolio_project .entry-title,
.owl-carousel .portfolio_project .entry-title,
.archive-portfolio_project .portfolio_project .entry-title,
.taxonomy-portfolio_category .portfolio_project .entry-title,
.taxonomy-portfolio_tag .portfolio_project .entry-title {
  margin-bottom: 5.25px;
  font-size: 18px;
}
.tiny .entry-byline,
.person .entry-byline,
.posts .portfolio_project .entry-byline,
.isotope .portfolio_project .entry-byline,
.owl-carousel .portfolio_project .entry-byline,
.archive-portfolio_project .portfolio_project .entry-byline,
.taxonomy-portfolio_category .portfolio_project .entry-byline,
.taxonomy-portfolio_tag .portfolio_project .entry-byline {
  font-size: 13px;
}
.tiny.format-status .entry-content,
.person.format-status .entry-content,
.posts .portfolio_project.format-status .entry-content,
.isotope .portfolio_project.format-status .entry-content,
.owl-carousel .portfolio_project.format-status .entry-content,
.archive-portfolio_project .portfolio_project.format-status .entry-content,
.taxonomy-portfolio_category .portfolio_project.format-status .entry-content,
.taxonomy-portfolio_tag .portfolio_project.format-status .entry-content {
  font-size: 18px;
}
.tiny.format-quote .entry-content .blockquote,
.person.format-quote .entry-content .blockquote,
.posts .portfolio_project.format-quote .entry-content .blockquote,
.isotope .portfolio_project.format-quote .entry-content .blockquote,
.owl-carousel .portfolio_project.format-quote .entry-content .blockquote,
.archive-portfolio_project .portfolio_project.format-quote .entry-content .blockquote,
.taxonomy-portfolio_category .portfolio_project.format-quote .entry-content .blockquote,
.taxonomy-portfolio_tag .portfolio_project.format-quote .entry-content .blockquote {
  margin-bottom: 0;
  padding: 0;
  border-left: 0;
}
.post .action-buttons .btn,
.person .action-buttons .btn {
  color: #fff;
  font-weight: normal;
  border-radius: 0;
}
.post .action-buttons .btn,
.person .action-buttons .btn,
.post .action-buttons .btn:active,
.person .action-buttons .btn:active,
.post .action-buttons .btn.active,
.person .action-buttons .btn.active,
.post .action-buttons .btn[disabled],
.person .action-buttons .btn[disabled],
fieldset[disabled] .post .action-buttons .btn,
fieldset[disabled] .person .action-buttons .btn {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.post .action-buttons .btn,
.person .action-buttons .btn,
.post .action-buttons .btn:hover,
.person .action-buttons .btn:hover,
.post .action-buttons .btn:focus,
.person .action-buttons .btn:focus,
.post .action-buttons .btn:active,
.person .action-buttons .btn:active {
  border-color: transparent;
}
.post .action-buttons .btn:hover,
.person .action-buttons .btn:hover,
.post .action-buttons .btn:focus,
.person .action-buttons .btn:focus {
  color: #1abc9c;
  text-decoration: none;
  background-color: transparent;
}
.post .action-buttons .btn[disabled]:hover,
.person .action-buttons .btn[disabled]:hover,
fieldset[disabled] .post .action-buttons .btn:hover,
fieldset[disabled] .person .action-buttons .btn:hover,
.post .action-buttons .btn[disabled]:focus,
.person .action-buttons .btn[disabled]:focus,
fieldset[disabled] .post .action-buttons .btn:focus,
fieldset[disabled] .person .action-buttons .btn:focus {
  color: #777777;
  text-decoration: none;
}
.progress {
  height: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar {
  font-size: 16px;
  line-height: 16px;
}
.post.minimal .entry-inner {
  border: 0;
}
.post.minimal .entry-footer,
.post.minimal .entry-summary,
.post.minimal .entry-content {
  padding-left: 0;
  padding-right: 0;
}
.person.minimal .entry-inner {
  border: 0;
}
.person.minimal .entry-header,
.person.minimal .entry-summary {
  padding-left: 0;
  padding-right: 0;
}
.icon-box {
  margin-bottom: 21px;
}
.icon-box .icon-box__icon {
  margin-bottom: 21px;
  font-size: 37.5px;
  color: #2ecc71;
}
.icon-box .icon-box__title {
  margin-bottom: 21px;
}
.icon-box_icon-left {
  position: relative;
}
.icon-box_icon-left .icon-box__icon {
  position: absolute;
  top: 0;
  left: 0;
}
.icon-box_icon-left .icon-box__detail {
  padding-left: 64px;
}
.icon-box_icon-left .icon-box__detail .icon-box__title {
  margin-top: 0;
}
.icon-box_bordered {
  padding: 32px;
  border: 1px solid #eeeeee;
  text-align: center;
}
.icon-box_shadowed {
  padding: 32px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.06), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
}
.block {
  padding-bottom: 43px;
}
.block > .h1:first-child,
.block > .h2:first-child,
.block > .h3:first-child,
.block > .h4:first-child,
.block > .h5:first-child,
.block > .h6:first-child,
.block > h1:first-child,
.block > h2:first-child,
.block > h3:first-child,
.block > h4:first-child,
.block > h5:first-child,
.block > h6:first-child {
  margin-top: 0;
}
.doc-block > .h1:not(:first-child),
.doc-block > .h2:not(:first-child),
.doc-block > .h3:not(:first-child),
.doc-block > .h4:not(:first-child),
.doc-block > .h5:not(:first-child),
.doc-block > .h6:not(:first-child),
.doc-block > h1:not(:first-child),
.doc-block > h2:not(:first-child),
.doc-block > h3:not(:first-child),
.doc-block > h4:not(:first-child),
.doc-block > h5:not(:first-child),
.doc-block > h6:not(:first-child) {
  margin-top: 43px;
}
.block-advanced .container {
  position: relative;
}
.block-advanced .block__inner {
  position: relative;
  overflow: hidden;
}
.block-advanced .block_header {
  margin-bottom: 64px;
  text-align: center;
}
.block-advanced .block_title {
  margin-top: 0;
  font-size: 32px;
}
.block-classic .block_title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 15px;
}
.isotope__inner {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 22px;
}
.no-gutter .isotope__inner {
  margin-bottom: 43px;
  margin-left: 0;
  margin-right: 0;
}
.no-gutter .isotope__inner .entry {
  margin-bottom: 0;
}
/* ====== Attachment Meta ====== */
.attachment-meta {
  padding: 65px;
  border: 1px solid #eeeeee;
  margin-bottom: 65px;
}
.attachment-meta .attachment-meta-title {
  margin-top: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 21px;
}
.attachment-meta .media-info,
.attachment-meta .image-gallery {
  margin-bottom: 65px;
}
.media-info .media-meta {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}
.media-info .media-meta li {
  overflow: hidden;
  clear: both;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px dashed #eeeeee;
}
.media-info .media-meta li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.media-info .media-meta .prep {
  float: left;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.media-info .media-meta .data {
  float: right;
}
.carousel .carousel-control,
.owl-theme .owl-nav .carousel-control,
.carousel [class*='owl-'],
.owl-theme .owl-nav [class*='owl-'] {
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  opacity: 0.85;
  filter: alpha(opacity=85);
  background-color: #2ecc71;
  color: #fff;
}
.carousel .carousel-control::before,
.owl-theme .owl-nav .carousel-control::before,
.carousel [class*='owl-']::before,
.owl-theme .owl-nav [class*='owl-']::before {
  font-family: Font Awesome\ 5 Free;
  font-size: 15px;
}
.carousel .carousel-control.disabled,
.owl-theme .owl-nav .carousel-control.disabled,
.carousel [class*='owl-'].disabled,
.owl-theme .owl-nav [class*='owl-'].disabled,
.carousel .carousel-control:disabled,
.owl-theme .owl-nav .carousel-control:disabled,
.carousel [class*='owl-']:disabled,
.owl-theme .owl-nav [class*='owl-']:disabled,
fieldset[disabled] .carousel .carousel-control,
fieldset[disabled] .owl-theme .owl-nav .carousel-control,
fieldset[disabled] .carousel [class*='owl-'],
fieldset[disabled] .owl-theme .owl-nav [class*='owl-'],
.carousel .carousel-control.disabled.focus,
.owl-theme .owl-nav .carousel-control.disabled.focus,
.carousel [class*='owl-'].disabled.focus,
.owl-theme .owl-nav [class*='owl-'].disabled.focus,
.carousel .carousel-control:disabled.focus,
.owl-theme .owl-nav .carousel-control:disabled.focus,
.carousel [class*='owl-']:disabled.focus,
.owl-theme .owl-nav [class*='owl-']:disabled.focus,
fieldset[disabled] .carousel .carousel-control.focus,
fieldset[disabled] .owl-theme .owl-nav .carousel-control.focus,
fieldset[disabled] .carousel [class*='owl-'].focus,
fieldset[disabled] .owl-theme .owl-nav [class*='owl-'].focus,
.carousel .carousel-control.disabled:focus,
.owl-theme .owl-nav .carousel-control.disabled:focus,
.carousel [class*='owl-'].disabled:focus,
.owl-theme .owl-nav [class*='owl-'].disabled:focus,
.carousel .carousel-control:disabled:focus,
.owl-theme .owl-nav .carousel-control:disabled:focus,
.carousel [class*='owl-']:disabled:focus,
.owl-theme .owl-nav [class*='owl-']:disabled:focus,
fieldset[disabled] .carousel .carousel-control:focus,
fieldset[disabled] .owl-theme .owl-nav .carousel-control:focus,
fieldset[disabled] .carousel [class*='owl-']:focus,
fieldset[disabled] .owl-theme .owl-nav [class*='owl-']:focus,
.carousel .carousel-control.disabled:hover,
.owl-theme .owl-nav .carousel-control.disabled:hover,
.carousel [class*='owl-'].disabled:hover,
.owl-theme .owl-nav [class*='owl-'].disabled:hover,
.carousel .carousel-control:disabled:hover,
.owl-theme .owl-nav .carousel-control:disabled:hover,
.carousel [class*='owl-']:disabled:hover,
.owl-theme .owl-nav [class*='owl-']:disabled:hover,
fieldset[disabled] .carousel .carousel-control:hover,
fieldset[disabled] .owl-theme .owl-nav .carousel-control:hover,
fieldset[disabled] .carousel [class*='owl-']:hover,
fieldset[disabled] .owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
.carousel .carousel-control:focus,
.owl-theme .owl-nav .carousel-control:focus,
.carousel [class*='owl-']:focus,
.owl-theme .owl-nav [class*='owl-']:focus,
.carousel .carousel-control:hover,
.owl-theme .owl-nav .carousel-control:hover,
.carousel [class*='owl-']:hover,
.owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel .carousel-control.left::before,
.owl-theme .owl-nav .carousel-control.left::before,
.carousel [class*='owl-prev']::before,
.owl-theme .owl-nav [class*='owl-prev']::before {
  content: "\f104";
}
.carousel .carousel-control.right::before,
.owl-theme .owl-nav .carousel-control.right::before,
.carousel [class*='owl-next']::before,
.owl-theme .owl-nav [class*='owl-next']::before {
  content: "\f105";
}
.navigation-default .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -34.5px;
}
.navigation-default .owl-nav [class*='owl-'] {
  width: 24px;
  height: 24px;
}
.navigation-default .owl-nav [class*='owl-']::before {
  line-height: 24px;
}
.carousel .carousel-control,
.navigation-advanced .carousel-control,
.navigation-alt .carousel-control,
.navigation-extended .carousel-control,
.carousel .owl-nav,
.navigation-advanced .owl-nav,
.navigation-alt .owl-nav,
.navigation-extended .owl-nav {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.carousel .carousel-control.left,
.navigation-advanced .carousel-control.left,
.navigation-alt .carousel-control.left,
.navigation-extended .carousel-control.left,
.carousel .owl-nav.left,
.navigation-advanced .owl-nav.left,
.navigation-alt .owl-nav.left,
.navigation-extended .owl-nav.left,
.carousel .carousel-control.right,
.navigation-advanced .carousel-control.right,
.navigation-alt .carousel-control.right,
.navigation-extended .carousel-control.right,
.carousel .owl-nav.right,
.navigation-advanced .owl-nav.right,
.navigation-alt .owl-nav.right,
.navigation-extended .owl-nav.right,
.carousel .carousel-control [class*='owl-'],
.navigation-advanced .carousel-control [class*='owl-'],
.navigation-alt .carousel-control [class*='owl-'],
.navigation-extended .carousel-control [class*='owl-'],
.carousel .owl-nav [class*='owl-'],
.navigation-advanced .owl-nav [class*='owl-'],
.navigation-alt .owl-nav [class*='owl-'],
.navigation-extended .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 48px;
  margin-top: -24px;
}
.carousel .carousel-control.left::before,
.navigation-advanced .carousel-control.left::before,
.navigation-alt .carousel-control.left::before,
.navigation-extended .carousel-control.left::before,
.carousel .owl-nav.left::before,
.navigation-advanced .owl-nav.left::before,
.navigation-alt .owl-nav.left::before,
.navigation-extended .owl-nav.left::before,
.carousel .carousel-control.right::before,
.navigation-advanced .carousel-control.right::before,
.navigation-alt .carousel-control.right::before,
.navigation-extended .carousel-control.right::before,
.carousel .owl-nav.right::before,
.navigation-advanced .owl-nav.right::before,
.navigation-alt .owl-nav.right::before,
.navigation-extended .owl-nav.right::before,
.carousel .carousel-control [class*='owl-']::before,
.navigation-advanced .carousel-control [class*='owl-']::before,
.navigation-alt .carousel-control [class*='owl-']::before,
.navigation-extended .carousel-control [class*='owl-']::before,
.carousel .owl-nav [class*='owl-']::before,
.navigation-advanced .owl-nav [class*='owl-']::before,
.navigation-alt .owl-nav [class*='owl-']::before,
.navigation-extended .owl-nav [class*='owl-']::before {
  line-height: 48px;
}
.carousel .carousel-control [class*='owl-'],
.navigation-advanced .carousel-control [class*='owl-'],
.navigation-alt .carousel-control [class*='owl-'],
.navigation-extended .carousel-control [class*='owl-'],
.carousel .owl-nav [class*='owl-'],
.navigation-advanced .owl-nav [class*='owl-'],
.navigation-alt .owl-nav [class*='owl-'],
.navigation-extended .owl-nav [class*='owl-'] {
  margin-top: -45px;
}
.carousel .carousel-control.left,
.navigation-advanced .carousel-control.left,
.navigation-alt .carousel-control.left,
.navigation-extended .carousel-control.left,
.carousel .owl-nav.left,
.navigation-advanced .owl-nav.left,
.navigation-alt .owl-nav.left,
.navigation-extended .owl-nav.left,
.carousel .carousel-control [class*='owl-prev'],
.navigation-advanced .carousel-control [class*='owl-prev'],
.navigation-alt .carousel-control [class*='owl-prev'],
.navigation-extended .carousel-control [class*='owl-prev'],
.carousel .owl-nav [class*='owl-prev'],
.navigation-advanced .owl-nav [class*='owl-prev'],
.navigation-alt .owl-nav [class*='owl-prev'],
.navigation-extended .owl-nav [class*='owl-prev'] {
  background-image: none;
  left: 0;
}
.carousel .carousel-control.right,
.navigation-advanced .carousel-control.right,
.navigation-alt .carousel-control.right,
.navigation-extended .carousel-control.right,
.carousel .owl-nav.right,
.navigation-advanced .owl-nav.right,
.navigation-alt .owl-nav.right,
.navigation-extended .owl-nav.right,
.carousel .carousel-control [class*='owl-next'],
.navigation-advanced .carousel-control [class*='owl-next'],
.navigation-alt .carousel-control [class*='owl-next'],
.navigation-extended .carousel-control [class*='owl-next'],
.carousel .owl-nav [class*='owl-next'],
.navigation-advanced .owl-nav [class*='owl-next'],
.navigation-alt .owl-nav [class*='owl-next'],
.navigation-extended .owl-nav [class*='owl-next'] {
  background-image: none;
  right: 0;
}
.carousel:hover .carousel-control,
.navigation-advanced:hover .carousel-control,
.navigation-alt:hover .carousel-control,
.navigation-extended:hover .carousel-control,
.carousel:hover .owl-nav,
.navigation-advanced:hover .owl-nav,
.navigation-alt:hover .owl-nav,
.navigation-extended:hover .owl-nav {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-inner > .item .lightbox {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 5px;
  margin-right: 5px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.7);
}
.carousel-inner > .item .lightbox:focus,
.carousel-inner > .item .lightbox:hover {
  color: #ffffff;
}
.carousel-inner > .item:hover .lightbox {
  display: block;
}
.carousel-indicators {
  display: none;
}
.carousel-indicators li {
  border: 1px solid #fff;
  background-color: #fff;
}
.carousel-indicators .active {
  border: 1px solid #fff;
  background-color: #fff;
}
.carousel:hover .carousel-indicators {
  display: block;
}
.carousel:hover .dotstyle .carousel-indicators {
  display: inline-block;
}
.owl-theme .owl-dots {
  margin-bottom: 21px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* Common styles and resets */
.dotstyle {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 32px;
  left: 0;
}
.dotstyle .carousel-indicators {
  width: auto;
  left: auto;
  bottom: 0;
}
.dotstyle ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dotstyle li,
.dotstyle li.active {
  border: 0;
  background-color: transparent;
  position: relative;
  display: block;
  float: left;
  margin: 0 4px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.dotstyle li a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  /* make the text accessible to screen readers */
  cursor: pointer;
  position: absolute;
}
.dotstyle li a:focus {
  outline: none;
}
/* Individual styles and effects */
/* Fill up */
.dotstyle-fillup li a {
  overflow: hidden;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px white;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.dotstyle-fillup li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 1px #fff;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.dotstyle-fillup li a:hover,
.dotstyle-fillup li a:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.dotstyle-fillup li.active a::after {
  height: 100%;
}
/* Scale up */
.dotstyle-scaleup li a {
  -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.dotstyle-scaleup li a:hover,
.dotstyle-scaleup li a:focus {
  background-color: white;
}
.dotstyle-scaleup li.active a {
  background-color: white;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
/* Stroke */
.dotstyle-stroke li a {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.dotstyle-stroke li a:hover,
.dotstyle-stroke li a:focus {
  background-color: white;
}
.dotstyle-stroke li.active a {
  background-color: transparent;
  box-shadow: 0 0 0 2px white;
}
/* Fill in */
.dotstyle-fillin li a {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px white;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.dotstyle-fillin li a:hover,
.dotstyle-fillin li a:focus {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
}
.dotstyle-fillin li.active a {
  box-shadow: inset 0 0 0 8px white;
}
/* Circle grow */
.dotstyle-circlegrow li a {
  overflow: hidden;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px white;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.dotstyle-circlegrow li a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.dotstyle-circlegrow li a:hover,
.dotstyle-circlegrow li a:focus {
  opacity: 0.7;
}
.dotstyle-circlegrow li.active a::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Dot to stroke */
.dotstyle-dotstroke li a {
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.5);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.dotstyle-dotstroke li a:hover,
.dotstyle-dotstroke li a:focus {
  box-shadow: inset 0 0 0 8px white;
}
.dotstyle-dotstroke li.active a {
  box-shadow: inset 0 0 0 2px white;
}
/* SVG draw circle stroke */
.dotstyle-drawcircle li {
  width: 18px;
  height: 18px;
}
.dotstyle-drawcircle li a {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background-color: #c44d48;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.dotstyle-drawcircle li svg {
  z-index: 10;
}
.dotstyle-drawcircle li svg circle {
  opacity: 0;
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 39 39;
  stroke-dashoffset: 39;
  /* length of circle path (pi*2r) */
  -webkit-transition: stroke-dashoffset 0.3s, opacity 0.3s;
  transition: stroke-dashoffset 0.3s, opacity 0.3s;
}
.dotstyle-drawcircle li.active a,
.dotstyle-drawcircle li a:hover,
.dotstyle-drawcircle li a:focus {
  opacity: 0.5;
}
.dotstyle-drawcircle li.active svg circle {
  opacity: 1;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.3s, opacity 0.15s;
  transition: stroke-dashoffset 0.3s, opacity 0.15s;
}
/* Small dot with stroke */
.dotstyle-smalldotstroke li {
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.dotstyle-smalldotstroke li a {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.dotstyle-smalldotstroke li a:hover,
.dotstyle-smalldotstroke li a:focus,
.dotstyle-smalldotstroke li.active a {
  background-color: white;
}
.dotstyle-smalldotstroke li.active a {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}
.dotstyle-smalldotstroke li.active {
  box-shadow: 0 0 0 2px white;
}
/* Puff */
.dotstyle-puff li a {
  border: 2px solid #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.dotstyle-puff li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: #c44d48;
  border-radius: 50%;
  box-shadow: 0 0 1px #c44d48;
  opacity: 0;
  -webkit-transform: scale(3);
  transform: scale(3);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
}
.dotstyle-puff li a:hover,
.dotstyle-puff li a:focus,
.dotstyle-puff li.active a {
  border-color: #c44d48;
}
.dotstyle-puff li.active a::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
/* 3D Flip */
.dotstyle-flip li {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.dotstyle-flip li a {
  background-color: transparent;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.dotstyle-flip li a::before,
.dotstyle-flip li a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  content: '';
  text-indent: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dotstyle-flip li a::after {
  background-color: #c44d48;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.dotstyle-flip li a:hover,
.dotstyle-flip li a:focus {
  opacity: 0.8;
}
.dotstyle-flip li.active a {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* Tooltip */
.dotstyle-tooltip li {
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.dotstyle-tooltip li a {
  top: auto;
  bottom: 250%;
  left: 50%;
  visibility: hidden;
  padding: 0 10px;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: #c44d48;
  color: #fff;
  text-indent: 0;
  line-height: 2;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease;
}
.dotstyle-tooltip li a::after {
  /* http: //cssarrowplease.com/ */
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-color: transparent;
  border-top-color: #c44d48;
  content: '';
  pointer-events: none;
  top: 99%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.no-touch .dotstyle-tooltip li:hover a,
.dotstyle-tooltip li.active a {
  z-index: 100;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.dotstyle-tooltip li.active {
  border-color: #c44d48;
}
.dotstyle-tooltip li:hover {
  z-index: 100;
}
.no-touch .dotstyle-tooltip ul:hover li.active a {
  opacity: 0.2;
}
.dotstyle-tooltip ul li.active:hover a {
  opacity: 1;
}
/* Dot move */
.dotstyle-dotmove li:last-child {
  position: absolute;
  left: 0;
  margin: 0;
  width: 48px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.dotstyle-dotmove li:last-child::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c44d48;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dotstyle-dotmove li.active:first-child ~ li:last-child {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.dotstyle-dotmove li.active:nth-child(2) ~ li:last-child {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.dotstyle-dotmove li.active:nth-child(3) ~ li:last-child {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}
.dotstyle-dotmove li.active:nth-child(4) ~ li:last-child {
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}
.dotstyle-dotmove li.active:nth-child(5) ~ li:last-child {
  -webkit-transform: translateX(400%);
  transform: translateX(400%);
}
.dotstyle-dotmove li.active:nth-child(6) ~ li:last-child {
  -webkit-transform: translateX(500%);
  transform: translateX(500%);
}
.dotstyle-dotmove li a {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.dotstyle-dotmove li a:hover,
.dotstyle-dotmove li a:focus {
  background-color: #fff;
}
/* Fly in */
.dotstyle-hop li a {
  border: 2px solid #c44d48;
  background: transparent;
}
.dotstyle-hop li a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 50%;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  -webkit-transform: rotate(-100deg);
  transform: rotate(-100deg);
  -webkit-transform-origin: -200% 50%;
  transform-origin: -200% 50%;
  -webkit-transition: -webkit-transform 0.3s ease 0.3s, opacity 0.3s ease, visibility 0s 0.3s ease;
  transition: transform 0.3s ease 0.3s, opacity 0.3s ease, visibility 0s 0.3s ease;
}
.dotstyle-hop li a:focus {
  background: rgba(255, 255, 255, 0.2);
}
.dotstyle-hop li.active-from-right a::after {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: rotate(100deg);
  transform: rotate(100deg);
  -webkit-transform-origin: 300% 50%;
  transform-origin: 300% 50%;
}
.dotstyle-hop li.active a::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
/* Fall */
.dotstyle-fall li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  left: 0;
  background-color: #c44d48;
  border-radius: 50%;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
}
.dotstyle-fall li a {
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}
.dotstyle-fall li:hover a,
.dotstyle-fall li a:focus,
.dotstyle-fall li.active a {
  background-color: #fff;
}
.dotstyle-fall li.active::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.dotstyle-fall li.active a {
  opacity: 0;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}
.icons a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}
.icons a:focus,
.icons a:active:focus,
.icons a.active:focus,
.icons a.focus,
.icons a:active.focus,
.icons a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.icons a:hover,
.icons a:focus,
.icons a.focus {
  color: #333;
  text-decoration: none;
}
.icons a:active,
.icons a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.icons a.disabled,
.icons a[disabled],
fieldset[disabled] .icons a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.icons a.disabled,
fieldset[disabled] a.icons a {
  pointer-events: none;
}
.icons a::before {
  font-family: Font Awesome\ 5 Free;
  content: "\f0c1";
}
.icons a:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.icons a.focus,
.icons a:focus {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.icons a.active,
.icons a:active,
.open > .icons a.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.icons a.active.focus,
.icons a:active.focus,
.open > .icons a.dropdown-toggle.focus,
.icons a.active:focus,
.icons a:active:focus,
.open > .icons a.dropdown-toggle:focus,
.icons a.active:hover,
.icons a:active:hover,
.open > .icons a.dropdown-toggle:hover {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #8c8c8c;
}
.icons a.disabled.focus,
.icons a:disabled.focus,
.icons a.disabled:focus,
.icons a:disabled:focus {
  border-color: #ffffff;
}
.icons a.disabled:hover,
.icons a:disabled:hover {
  border-color: #ffffff;
}
.icons a[href*="facebook.com"]::before {
  content: "\f09a";
}
.icons a[href*="facebook.com"]:hover {
  color: #fff;
  border-color: #3b5999;
  background-color: #3b5999;
}
.icons a[href*="twitter.com"]::before {
  content: "\f099";
}
.icons a[href*="twitter.com"]:hover {
  color: #fff;
  border-color: #55acee;
  background-color: #55acee;
}
.icons a[href*="linkedin.com"]::before {
  content: "\f0e1";
}
.icons a[href*="linkedin.com"]:hover {
  color: #fff;
  border-color: #0077B5;
  background-color: #0077B5;
}
.icons a[href*="tumblr.com"]::before {
  content: "\f173";
}
.icons a[href*="tumblr.com"]:hover {
  color: #fff;
  border-color: #34465d;
  background-color: #34465d;
}
.icons a[href*="yahoo.com"]::before {
  content: "\f19e";
}
.icons a[href*="yahoo.com"]:hover {
  color: #fff;
  border-color: #410093;
  background-color: #410093;
}
.icons a[href*="instagram.com"]::before {
  content: "\f16d";
}
.icons a[href*="instagram.com"]:hover {
  color: #fff;
  border-color: #3f729b;
  background-color: #3f729b;
}
.icons a[href*="skype.com"]::before {
  content: "\f17e";
}
.icons a[href*="skype.com"]:hover {
  color: #fff;
  border-color: #00AFF0;
  background-color: #00AFF0;
}
.icons a[href*="wordpress.com"]::before {
  content: "\f19a";
}
.icons a[href*="wordpress.com"]:hover {
  color: #fff;
  border-color: #21759b;
  background-color: #21759b;
}
.icons a[href*="vimeo.com"]::before {
  content: "\f27d";
}
.icons a[href*="vimeo.com"]:hover {
  color: #fff;
  border-color: #1ab7ea;
  background-color: #1ab7ea;
}
.icons a[href*="vk.com"]::before {
  content: "\f189";
}
.icons a[href*="vk.com"]:hover {
  color: #fff;
  border-color: #4c75a3;
  background-color: #4c75a3;
}
.icons a[href*="slideshare.net"]::before {
  content: "\f1e7";
}
.icons a[href*="slideshare.net"]:hover {
  color: #fff;
  border-color: #0077b5;
  background-color: #0077b5;
}
.column.column_1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .column.column_1 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .column.column_1 {
    float: left;
    width: 100%;
  }
}
.column.column_2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .column.column_2 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .column.column_2 {
    float: left;
    width: 50%;
  }
}
.column.column_3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .column.column_3 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .column.column_3 {
    float: left;
    width: 33.33333333%;
  }
}
.column.column_4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .column.column_4 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .column.column_4 {
    float: left;
    width: 25%;
  }
}
.column.column_5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .column.column_5 {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .column.column_5 {
    float: left;
    width: 25%;
  }
}
.plan {
  position: relative;
  margin-bottom: 21px;
}
.plan .entry-inner {
  position: relative;
  border: 1px solid #eeeeee;
  padding: 0;
}
.plan .pricing__header {
  padding: 40px;
  border-bottom: 1px solid #eeeeee;
}
.plan .pricing__header .entry-title {
  margin-bottom: 10.5px;
  font-weight: 700;
  font-size: 23px;
}
.plan .pricing__header .plan_subtitle {
  margin-bottom: 0;
}
.plan .pricing__detail {
  padding: 40px;
}
.plan .pricing__detail .pricing__currency {
  vertical-align: top;
  font-size: 18px;
}
.plan .pricing__detail .pricing__price {
  font-size: 60px;
  line-height: 52.5px;
  font-weight: 700;
  color: #195479;
}
.plan .pricing__detail .pricing__interval {
  color: #9d9d9d;
}
.plan .pricing__detail .pricing__interval::before {
  content: '/';
  padding-right: 5px;
}
.plan .pricing__content ul {
  margin-bottom: 0;
}
.plan .pricing__content ul li {
  padding: 8px 48px;
  border-bottom: 1px solid #eeeeee;
}
.plan .pricing__content ul li:first-child {
  border-top: 1px solid #eeeeee;
}
.plan .pricing__content ul li:nth-child(2n+1) {
  background-color: #fbfbfb;
}
.plan .pricing__footer {
  margin-top: auto;
  padding: 40px;
}
.plan .pricing_features_list {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .plans .row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .plans .row .plan {
    flex-grow: 1;
    display: flex;
  }
  .plans .row .plan .entry-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.ribbon {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 48px;
  padding: 5px 16px;
  display: inline-block;
  background-color: #195479;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.testimonial {
  margin-bottom: 21px;
}
.testimonial .thumbnail {
  border: 0;
  padding: 0;
  border-radius: 50%;
}
.testimonial.default .entry-content {
  padding: 32px;
  border-left: 0;
  background-color: #fff;
  position: relative;
  margin-bottom: 46px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.06), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
  font-size: 17px;
}
.testimonial.default .entry-content::after {
  position: absolute;
  left: 72px;
  bottom: -25px;
  display: block;
  width: 0;
  content: "";
  border-width: 25px 25px 0 0;
  border-style: solid;
  border-color: #fff transparent;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}
.testimonial.default .entry-footer {
  padding-left: 24px;
}
.testimonial.default .entry-footer:before,
.testimonial.default .entry-footer:after {
  content: " ";
  display: table;
}
.testimonial.default .entry-footer:after {
  clear: both;
}
.testimonial.default .entry-footer:before,
.testimonial.default .entry-footer:after {
  content: " ";
  display: table;
}
.testimonial.default .entry-footer:after {
  clear: both;
}
.testimonial.default .entry-footer .entry-cite {
  font-weight: 700;
}
.testimonial.default .entry-footer .entry-company,
.testimonial.default .entry-footer .entry-position {
  font-size: 13px;
}
.testimonial.default .entry-cite {
  display: block;
}
.testimonial.default .thumbnail {
  width: 44.8px;
  float: left;
  margin-right: 16px;
}
.testimonial.alt {
  text-align: center;
  font-size: 17px;
}
.testimonial.alt .avatar {
  display: block;
}
.testimonial.alt .avatar .thumbnail {
  width: 80px;
  display: inline-block;
}
.testimonial.alt .entry-inner {
  padding: 32px;
  overflow: hidden;
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.06), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.testimonial.alt .entry-header {
  padding: 0;
  margin-bottom: 21px;
}
.testimonial.alt .entry-content {
  margin-bottom: 21px;
  padding: 0;
}
.testimonial.alt .entry-content::after {
  content: none;
}
.testimonial.alt .entry-title {
  font-size: 18px;
  margin-bottom: 5.25px;
}
.testimonial.alt .entry-byline {
  font-size: 13px;
}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0;
}
/*

for zoom animation
uncomment this part if you haven't added this code anywhere else

*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.dropdown-menu {
  border: 0;
  border-radius: 0;
}
.dropdown-menu > li > a {
  padding: 12px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
}
.dropdown-menu > li:last-child > a {
  border-bottom: 0;
}
.navbar .dropdown-menu {
  min-width: 230px;
}
.has-action-buttons {
  position: relative;
  display: block;
}
.has-action-buttons .action-buttons {
  position: absolute;
  display: none;
  z-index: 3;
}
.has-action-buttons .action-buttons_top-right {
  top: 0;
  right: 0;
  margin-top: 8px;
  margin-right: 4px;
}
.has-action-buttons .action-buttons_center-center {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.has-action-buttons:hover .action-buttons {
  display: block;
}
.action-buttons .btn {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.no-gutter,
.no-gutter .row {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.site {
  background-color: #fff;
}
.boxed .site {
  width: 1160px;
  margin: auto;
}
.team {
  background-color: #fff;
}
.team.has-shadow .wrap {
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.06), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
}
.team.has-shadow .entry-inner {
  border: 0;
}
pre {
  border: 0;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 16px !important;
}
.mt-1 {
  margin-top: 16px !important;
}
.mr-1 {
  margin-right: 16px !important;
}
.mb-1 {
  margin-bottom: 16px !important;
}
.ml-1 {
  margin-left: 16px !important;
}
.mx-1 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.my-1 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.m-2 {
  margin: 32px !important;
}
.mt-2 {
  margin-top: 32px !important;
}
.mr-2 {
  margin-right: 32px !important;
}
.mb-2 {
  margin-bottom: 32px !important;
}
.ml-2 {
  margin-left: 32px !important;
}
.mx-2 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}
.my-2 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.m-3 {
  margin: 48px !important;
}
.mt-3 {
  margin-top: 48px !important;
}
.mr-3 {
  margin-right: 48px !important;
}
.mb-3 {
  margin-bottom: 48px !important;
}
.ml-3 {
  margin-left: 48px !important;
}
.mx-3 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}
.my-3 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.m-4 {
  margin: 64px !important;
}
.mt-4 {
  margin-top: 64px !important;
}
.mr-4 {
  margin-right: 64px !important;
}
.mb-4 {
  margin-bottom: 64px !important;
}
.ml-4 {
  margin-left: 64px !important;
}
.mx-4 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}
.my-4 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.m-5 {
  margin: 80px !important;
}
.mt-5 {
  margin-top: 80px !important;
}
.mr-5 {
  margin-right: 80px !important;
}
.mb-5 {
  margin-bottom: 80px !important;
}
.ml-5 {
  margin-left: 80px !important;
}
.mx-5 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}
.my-5 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-1 {
  padding: 16px !important;
}
.pt-1 {
  padding-top: 16px !important;
}
.pr-1 {
  padding-right: 16px !important;
}
.pb-1 {
  padding-bottom: 16px !important;
}
.pl-1 {
  padding-left: 16px !important;
}
.px-1 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.py-1 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.p-2 {
  padding: 32px !important;
}
.pt-2 {
  padding-top: 32px !important;
}
.pr-2 {
  padding-right: 32px !important;
}
.pb-2 {
  padding-bottom: 32px !important;
}
.pl-2 {
  padding-left: 32px !important;
}
.px-2 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}
.py-2 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.p-3 {
  padding: 48px !important;
}
.pt-3 {
  padding-top: 48px !important;
}
.pr-3 {
  padding-right: 48px !important;
}
.pb-3 {
  padding-bottom: 48px !important;
}
.pl-3 {
  padding-left: 48px !important;
}
.px-3 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}
.py-3 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.p-4 {
  padding: 64px !important;
}
.pt-4 {
  padding-top: 64px !important;
}
.pr-4 {
  padding-right: 64px !important;
}
.pb-4 {
  padding-bottom: 64px !important;
}
.pl-4 {
  padding-left: 64px !important;
}
.px-4 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}
.py-4 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.p-5 {
  padding: 80px !important;
}
.pt-5 {
  padding-top: 80px !important;
}
.pr-5 {
  padding-right: 80px !important;
}
.pb-5 {
  padding-bottom: 80px !important;
}
.pl-5 {
  padding-left: 80px !important;
}
.px-5 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}
.py-5 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .m-sm-1 {
    margin: 16px !important;
  }
  .mt-sm-1 {
    margin-top: 16px !important;
  }
  .mr-sm-1 {
    margin-right: 16px !important;
  }
  .mb-sm-1 {
    margin-bottom: 16px !important;
  }
  .ml-sm-1 {
    margin-left: 16px !important;
  }
  .mx-sm-1 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-sm-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-2 {
    margin: 32px !important;
  }
  .mt-sm-2 {
    margin-top: 32px !important;
  }
  .mr-sm-2 {
    margin-right: 32px !important;
  }
  .mb-sm-2 {
    margin-bottom: 32px !important;
  }
  .ml-sm-2 {
    margin-left: 32px !important;
  }
  .mx-sm-2 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-sm-2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-3 {
    margin: 48px !important;
  }
  .mt-sm-3 {
    margin-top: 48px !important;
  }
  .mr-sm-3 {
    margin-right: 48px !important;
  }
  .mb-sm-3 {
    margin-bottom: 48px !important;
  }
  .ml-sm-3 {
    margin-left: 48px !important;
  }
  .mx-sm-3 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-sm-3 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-4 {
    margin: 64px !important;
  }
  .mt-sm-4 {
    margin-top: 64px !important;
  }
  .mr-sm-4 {
    margin-right: 64px !important;
  }
  .mb-sm-4 {
    margin-bottom: 64px !important;
  }
  .ml-sm-4 {
    margin-left: 64px !important;
  }
  .mx-sm-4 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my-sm-4 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-5 {
    margin: 80px !important;
  }
  .mt-sm-5 {
    margin-top: 80px !important;
  }
  .mr-sm-5 {
    margin-right: 80px !important;
  }
  .mb-sm-5 {
    margin-bottom: 80px !important;
  }
  .ml-sm-5 {
    margin-left: 80px !important;
  }
  .mx-sm-5 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my-sm-5 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .p-sm-1 {
    padding: 16px !important;
  }
  .pt-sm-1 {
    padding-top: 16px !important;
  }
  .pr-sm-1 {
    padding-right: 16px !important;
  }
  .pb-sm-1 {
    padding-bottom: 16px !important;
  }
  .pl-sm-1 {
    padding-left: 16px !important;
  }
  .px-sm-1 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-sm-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 576px) {
  .p-sm-2 {
    padding: 32px !important;
  }
  .pt-sm-2 {
    padding-top: 32px !important;
  }
  .pr-sm-2 {
    padding-right: 32px !important;
  }
  .pb-sm-2 {
    padding-bottom: 32px !important;
  }
  .pl-sm-2 {
    padding-left: 32px !important;
  }
  .px-sm-2 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-sm-2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (min-width: 576px) {
  .p-sm-3 {
    padding: 48px !important;
  }
  .pt-sm-3 {
    padding-top: 48px !important;
  }
  .pr-sm-3 {
    padding-right: 48px !important;
  }
  .pb-sm-3 {
    padding-bottom: 48px !important;
  }
  .pl-sm-3 {
    padding-left: 48px !important;
  }
  .px-sm-3 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-sm-3 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (min-width: 576px) {
  .p-sm-4 {
    padding: 64px !important;
  }
  .pt-sm-4 {
    padding-top: 64px !important;
  }
  .pr-sm-4 {
    padding-right: 64px !important;
  }
  .pb-sm-4 {
    padding-bottom: 64px !important;
  }
  .pl-sm-4 {
    padding-left: 64px !important;
  }
  .px-sm-4 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-sm-4 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media (min-width: 576px) {
  .p-sm-5 {
    padding: 80px !important;
  }
  .pt-sm-5 {
    padding-top: 80px !important;
  }
  .pr-sm-5 {
    padding-right: 80px !important;
  }
  .pb-sm-5 {
    padding-bottom: 80px !important;
  }
  .pl-sm-5 {
    padding-left: 80px !important;
  }
  .px-sm-5 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-sm-5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .m-md-1 {
    margin: 16px !important;
  }
  .mt-md-1 {
    margin-top: 16px !important;
  }
  .mr-md-1 {
    margin-right: 16px !important;
  }
  .mb-md-1 {
    margin-bottom: 16px !important;
  }
  .ml-md-1 {
    margin-left: 16px !important;
  }
  .mx-md-1 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-md-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .m-md-2 {
    margin: 32px !important;
  }
  .mt-md-2 {
    margin-top: 32px !important;
  }
  .mr-md-2 {
    margin-right: 32px !important;
  }
  .mb-md-2 {
    margin-bottom: 32px !important;
  }
  .ml-md-2 {
    margin-left: 32px !important;
  }
  .mx-md-2 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-md-2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .m-md-3 {
    margin: 48px !important;
  }
  .mt-md-3 {
    margin-top: 48px !important;
  }
  .mr-md-3 {
    margin-right: 48px !important;
  }
  .mb-md-3 {
    margin-bottom: 48px !important;
  }
  .ml-md-3 {
    margin-left: 48px !important;
  }
  .mx-md-3 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-md-3 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .m-md-4 {
    margin: 64px !important;
  }
  .mt-md-4 {
    margin-top: 64px !important;
  }
  .mr-md-4 {
    margin-right: 64px !important;
  }
  .mb-md-4 {
    margin-bottom: 64px !important;
  }
  .ml-md-4 {
    margin-left: 64px !important;
  }
  .mx-md-4 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my-md-4 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .m-md-5 {
    margin: 80px !important;
  }
  .mt-md-5 {
    margin-top: 80px !important;
  }
  .mr-md-5 {
    margin-right: 80px !important;
  }
  .mb-md-5 {
    margin-bottom: 80px !important;
  }
  .ml-md-5 {
    margin-left: 80px !important;
  }
  .mx-md-5 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my-md-5 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .p-md-1 {
    padding: 16px !important;
  }
  .pt-md-1 {
    padding-top: 16px !important;
  }
  .pr-md-1 {
    padding-right: 16px !important;
  }
  .pb-md-1 {
    padding-bottom: 16px !important;
  }
  .pl-md-1 {
    padding-left: 16px !important;
  }
  .px-md-1 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-md-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .p-md-2 {
    padding: 32px !important;
  }
  .pt-md-2 {
    padding-top: 32px !important;
  }
  .pr-md-2 {
    padding-right: 32px !important;
  }
  .pb-md-2 {
    padding-bottom: 32px !important;
  }
  .pl-md-2 {
    padding-left: 32px !important;
  }
  .px-md-2 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-md-2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .p-md-3 {
    padding: 48px !important;
  }
  .pt-md-3 {
    padding-top: 48px !important;
  }
  .pr-md-3 {
    padding-right: 48px !important;
  }
  .pb-md-3 {
    padding-bottom: 48px !important;
  }
  .pl-md-3 {
    padding-left: 48px !important;
  }
  .px-md-3 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-md-3 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .p-md-4 {
    padding: 64px !important;
  }
  .pt-md-4 {
    padding-top: 64px !important;
  }
  .pr-md-4 {
    padding-right: 64px !important;
  }
  .pb-md-4 {
    padding-bottom: 64px !important;
  }
  .pl-md-4 {
    padding-left: 64px !important;
  }
  .px-md-4 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-md-4 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .p-md-5 {
    padding: 80px !important;
  }
  .pt-md-5 {
    padding-top: 80px !important;
  }
  .pr-md-5 {
    padding-right: 80px !important;
  }
  .pb-md-5 {
    padding-bottom: 80px !important;
  }
  .pl-md-5 {
    padding-left: 80px !important;
  }
  .px-md-5 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-md-5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .m-lg-1 {
    margin: 16px !important;
  }
  .mt-lg-1 {
    margin-top: 16px !important;
  }
  .mr-lg-1 {
    margin-right: 16px !important;
  }
  .mb-lg-1 {
    margin-bottom: 16px !important;
  }
  .ml-lg-1 {
    margin-left: 16px !important;
  }
  .mx-lg-1 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-lg-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-2 {
    margin: 32px !important;
  }
  .mt-lg-2 {
    margin-top: 32px !important;
  }
  .mr-lg-2 {
    margin-right: 32px !important;
  }
  .mb-lg-2 {
    margin-bottom: 32px !important;
  }
  .ml-lg-2 {
    margin-left: 32px !important;
  }
  .mx-lg-2 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-lg-2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-3 {
    margin: 48px !important;
  }
  .mt-lg-3 {
    margin-top: 48px !important;
  }
  .mr-lg-3 {
    margin-right: 48px !important;
  }
  .mb-lg-3 {
    margin-bottom: 48px !important;
  }
  .ml-lg-3 {
    margin-left: 48px !important;
  }
  .mx-lg-3 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-lg-3 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-4 {
    margin: 64px !important;
  }
  .mt-lg-4 {
    margin-top: 64px !important;
  }
  .mr-lg-4 {
    margin-right: 64px !important;
  }
  .mb-lg-4 {
    margin-bottom: 64px !important;
  }
  .ml-lg-4 {
    margin-left: 64px !important;
  }
  .mx-lg-4 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my-lg-4 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-5 {
    margin: 80px !important;
  }
  .mt-lg-5 {
    margin-top: 80px !important;
  }
  .mr-lg-5 {
    margin-right: 80px !important;
  }
  .mb-lg-5 {
    margin-bottom: 80px !important;
  }
  .ml-lg-5 {
    margin-left: 80px !important;
  }
  .mx-lg-5 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my-lg-5 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .p-lg-1 {
    padding: 16px !important;
  }
  .pt-lg-1 {
    padding-top: 16px !important;
  }
  .pr-lg-1 {
    padding-right: 16px !important;
  }
  .pb-lg-1 {
    padding-bottom: 16px !important;
  }
  .pl-lg-1 {
    padding-left: 16px !important;
  }
  .px-lg-1 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-lg-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 992px) {
  .p-lg-2 {
    padding: 32px !important;
  }
  .pt-lg-2 {
    padding-top: 32px !important;
  }
  .pr-lg-2 {
    padding-right: 32px !important;
  }
  .pb-lg-2 {
    padding-bottom: 32px !important;
  }
  .pl-lg-2 {
    padding-left: 32px !important;
  }
  .px-lg-2 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-lg-2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (min-width: 992px) {
  .p-lg-3 {
    padding: 48px !important;
  }
  .pt-lg-3 {
    padding-top: 48px !important;
  }
  .pr-lg-3 {
    padding-right: 48px !important;
  }
  .pb-lg-3 {
    padding-bottom: 48px !important;
  }
  .pl-lg-3 {
    padding-left: 48px !important;
  }
  .px-lg-3 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-lg-3 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (min-width: 992px) {
  .p-lg-4 {
    padding: 64px !important;
  }
  .pt-lg-4 {
    padding-top: 64px !important;
  }
  .pr-lg-4 {
    padding-right: 64px !important;
  }
  .pb-lg-4 {
    padding-bottom: 64px !important;
  }
  .pl-lg-4 {
    padding-left: 64px !important;
  }
  .px-lg-4 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-lg-4 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media (min-width: 992px) {
  .p-lg-5 {
    padding: 80px !important;
  }
  .pt-lg-5 {
    padding-top: 80px !important;
  }
  .pr-lg-5 {
    padding-right: 80px !important;
  }
  .pb-lg-5 {
    padding-bottom: 80px !important;
  }
  .pl-lg-5 {
    padding-left: 80px !important;
  }
  .px-lg-5 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-lg-5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-1 {
    margin: 16px !important;
  }
  .mt-xl-1 {
    margin-top: 16px !important;
  }
  .mr-xl-1 {
    margin-right: 16px !important;
  }
  .mb-xl-1 {
    margin-bottom: 16px !important;
  }
  .ml-xl-1 {
    margin-left: 16px !important;
  }
  .mx-xl-1 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-xl-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-2 {
    margin: 32px !important;
  }
  .mt-xl-2 {
    margin-top: 32px !important;
  }
  .mr-xl-2 {
    margin-right: 32px !important;
  }
  .mb-xl-2 {
    margin-bottom: 32px !important;
  }
  .ml-xl-2 {
    margin-left: 32px !important;
  }
  .mx-xl-2 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-xl-2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-3 {
    margin: 48px !important;
  }
  .mt-xl-3 {
    margin-top: 48px !important;
  }
  .mr-xl-3 {
    margin-right: 48px !important;
  }
  .mb-xl-3 {
    margin-bottom: 48px !important;
  }
  .ml-xl-3 {
    margin-left: 48px !important;
  }
  .mx-xl-3 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-xl-3 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-4 {
    margin: 64px !important;
  }
  .mt-xl-4 {
    margin-top: 64px !important;
  }
  .mr-xl-4 {
    margin-right: 64px !important;
  }
  .mb-xl-4 {
    margin-bottom: 64px !important;
  }
  .ml-xl-4 {
    margin-left: 64px !important;
  }
  .mx-xl-4 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my-xl-4 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-5 {
    margin: 80px !important;
  }
  .mt-xl-5 {
    margin-top: 80px !important;
  }
  .mr-xl-5 {
    margin-right: 80px !important;
  }
  .mb-xl-5 {
    margin-bottom: 80px !important;
  }
  .ml-xl-5 {
    margin-left: 80px !important;
  }
  .mx-xl-5 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my-xl-5 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-1 {
    padding: 16px !important;
  }
  .pt-xl-1 {
    padding-top: 16px !important;
  }
  .pr-xl-1 {
    padding-right: 16px !important;
  }
  .pb-xl-1 {
    padding-bottom: 16px !important;
  }
  .pl-xl-1 {
    padding-left: 16px !important;
  }
  .px-xl-1 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-xl-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-2 {
    padding: 32px !important;
  }
  .pt-xl-2 {
    padding-top: 32px !important;
  }
  .pr-xl-2 {
    padding-right: 32px !important;
  }
  .pb-xl-2 {
    padding-bottom: 32px !important;
  }
  .pl-xl-2 {
    padding-left: 32px !important;
  }
  .px-xl-2 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-xl-2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-3 {
    padding: 48px !important;
  }
  .pt-xl-3 {
    padding-top: 48px !important;
  }
  .pr-xl-3 {
    padding-right: 48px !important;
  }
  .pb-xl-3 {
    padding-bottom: 48px !important;
  }
  .pl-xl-3 {
    padding-left: 48px !important;
  }
  .px-xl-3 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-xl-3 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-4 {
    padding: 64px !important;
  }
  .pt-xl-4 {
    padding-top: 64px !important;
  }
  .pr-xl-4 {
    padding-right: 64px !important;
  }
  .pb-xl-4 {
    padding-bottom: 64px !important;
  }
  .pl-xl-4 {
    padding-left: 64px !important;
  }
  .px-xl-4 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-xl-4 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-5 {
    padding: 80px !important;
  }
  .pt-xl-5 {
    padding-top: 80px !important;
  }
  .pr-xl-5 {
    padding-right: 80px !important;
  }
  .pb-xl-5 {
    padding-bottom: 80px !important;
  }
  .pl-xl-5 {
    padding-left: 80px !important;
  }
  .px-xl-5 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-xl-5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
.panel-title a::before {
  font-family: "Font Awesome\ 5 Free";
  content: "\f106";
  float: right;
}
.panel-title .collapsed::before {
  content: "\f107";
}
.bg-faded {
  background-color: #f7f7f7;
}
.has-overlay {
  position: relative;
  display: block;
}
.has-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #195479;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.has-overlay:hover::before {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.has-zoom .thumbnail,
.has-zoom .is-zoom {
  -webkit-transition: transform .1s linear;
  /* Safari 3.1 to 6.0 */
  transition: transform .1s linear;
  border-radius: 0;
}
.has-zoom:hover .thumbnail {
  -ms-transform: scale(1.15);
  /* IE 9 */
  -webkit-transform: scale(1.15);
  /* Safari */
  transform: scale(1.15);
}
.mb-computed {
  margin-bottom: 21px;
}
.wb_customizer {
  width: 275px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  height: 100%;
  margin-left: -275px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  *box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.wb_customizer .panel {
  position: relative;
  height: 100%;
}
.wb_customizer .panel .btn__style-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  margin-right: -50px;
  line-height: 50px;
  border-left: 0;
  padding: 0;
  border-radius: 0;
}
.wb_customizer .wb_customizer__block {
  margin-bottom: 21px;
}
.wb_customizer .wb_customizer__block:before,
.wb_customizer .wb_customizer__block:after {
  content: " ";
  display: table;
}
.wb_customizer .wb_customizer__block:after {
  clear: both;
}
.wb_customizer .wb_customizer__block:before,
.wb_customizer .wb_customizer__block:after {
  content: " ";
  display: table;
}
.wb_customizer .wb_customizer__block:after {
  clear: both;
}
.wb_customizer .wb_customizer__link {
  width: 49%;
  float: left;
  margin-bottom: 1px;
  margin-right: 1px;
  text-align: center;
  padding: 2px;
}
.wb_customizer .wb_customizer__head {
  text-transform: uppercase;
  font-size: 11px;
}
.wb_customizer .icon {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.wb_customizer .panel-body {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wb_customizer .panel-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
.wb_customizer .icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #777777;
  border-radius: 50%;
  font-size: 13px;
  background-color: #333333;
  color: #fff;
}
.is-visible {
  display: block;
  margin-left: 0;
}
.is-visible .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wb_customizer__control {
  position: fixed;
  bottom: 12px;
  left: 16px;
}
.option {
  display: block;
  float: left;
  width: 20%;
  height: 35px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  border: 3px solid #eeeeee;
}
.option.zeroclipboard-is-hover.turquoise,
.option:hover.turquoise {
  background-color: #1dd2af;
}
.option.zeroclipboard-is-hover.green-sea,
.option:hover.green-sea {
  background-color: #19b698;
}
.option.zeroclipboard-is-hover.emerland,
.option:hover.emerland {
  background-color: #40d47e;
}
.option.zeroclipboard-is-hover.nephritis,
.option:hover.nephritis {
  background-color: #2cc36b;
}
.option.zeroclipboard-is-hover.peter-river,
.option:hover.peter-river {
  background-color: #4aa3df;
}
.option.zeroclipboard-is-hover.belize-hole,
.option:hover.belize-hole {
  background-color: #2e8ece;
}
.option.zeroclipboard-is-hover.amethyst,
.option:hover.amethyst {
  background-color: #a66bbe;
}
.option.zeroclipboard-is-hover.wisteria,
.option:hover.wisteria {
  background-color: #9b50ba;
}
.option.zeroclipboard-is-hover.wet-asphalt,
.option:hover.wet-asphalt {
  background-color: #3d566e;
}
.option.zeroclipboard-is-hover.midnight-blue,
.option:hover.midnight-blue {
  background-color: #354b60;
}
.option.zeroclipboard-is-hover.sun-flower,
.option:hover.sun-flower {
  background-color: #f2ca27;
}
.option.zeroclipboard-is-hover.orange,
.option:hover.orange {
  background-color: #f4a62a;
}
.option.zeroclipboard-is-hover.carrot,
.option:hover.carrot {
  background-color: #e98b39;
}
.option.zeroclipboard-is-hover.pumpkin,
.option:hover.pumpkin {
  background-color: #ec5e00;
}
.option.zeroclipboard-is-hover.alizarin,
.option:hover.alizarin {
  background-color: #ea6153;
}
.option.zeroclipboard-is-hover.pomegranate,
.option:hover.pomegranate {
  background-color: #d14233;
}
.option.zeroclipboard-is-hover.clouds,
.option:hover.clouds {
  background-color: #fbfcfc;
  color: #bdc3c7;
}
.option.zeroclipboard-is-hover.silver,
.option:hover.silver {
  background-color: #cbd0d3;
}
.option.zeroclipboard-is-hover.concrete,
.option:hover.concrete {
  background-color: #a3b1b2;
}
.option.zeroclipboard-is-hover.asbestos,
.option:hover.asbestos {
  background-color: #8c9899;
}
.option.zeroclipboard-is-hover header,
.option:hover header {
  display: block;
}
.option.turquoise {
  background-color: #1ABC9C;
}
.option.green-sea {
  background-color: #16A085;
}
.option.emerland {
  background-color: #2ECC71;
}
.option.nephritis {
  background-color: #27AE60;
}
.option.peter-river {
  background-color: #3498DB;
}
.option.belize-hole {
  background-color: #2980B9;
}
.option.amethyst {
  background-color: #9B59B6;
}
.option.wisteria {
  background-color: #8E44AD;
}
.option.wet-asphalt {
  background-color: #34495E;
}
.option.midnight-blue {
  background-color: #195479;
}
.option.sun-flower {
  background-color: #F1C40F;
}
.option.orange {
  background-color: #F39C12;
}
.option.carrot {
  background-color: #E67E22;
}
.option.pumpkin {
  background-color: #D35400;
}
.option.alizarin {
  background-color: #E74C3C;
}
.option.pomegranate {
  background-color: #C0392B;
}
.option.clouds {
  background-color: #ECF0F1;
  color: #bdc3c7;
}
.option.silver {
  background-color: #BDC3C7;
}
.option.concrete {
  background-color: #95A5A6;
}
.option.asbestos {
  background-color: #7F8C8D;
}
.option.active {
  border: 2px solid #000;
}
#wp-calendar {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
#wp-calendar > thead > tr > th,
#wp-calendar > tbody > tr > th,
#wp-calendar > tfoot > tr > th,
#wp-calendar > thead > tr > td,
#wp-calendar > tbody > tr > td,
#wp-calendar > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#wp-calendar > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
#wp-calendar > caption + thead > tr:first-child > th,
#wp-calendar > colgroup + thead > tr:first-child > th,
#wp-calendar > thead:first-child > tr:first-child > th,
#wp-calendar > caption + thead > tr:first-child > td,
#wp-calendar > colgroup + thead > tr:first-child > td,
#wp-calendar > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#wp-calendar > tbody + tbody {
  border-top: 2px solid #ddd;
}
.wb-call_classic {
  position: relative;
  border: 1px solid #eeeeee;
  padding: 32px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 21px;
}
.wb-call_classic h1,
.wb-call_classic h2,
.wb-call_classic h3,
.wb-call_classic h4,
.wb-call_classic h5,
.wb-call_classic h6 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .wb-call_classic {
    padding-right: 160px;
  }
  .wb-call_classic .btn {
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -22px;
  }
}
.wb-call_default {
  text-align: center;
}
.wb-call_default h1,
.wb-call_default h2,
.wb-call_default h3,
.wb-call_default h4,
.wb-call_default h5,
.wb-call_default h6 {
  margin-top: 0;
}
blockquote {
  padding: 0 21px;
}
/*! Pushy - v1.0.0 - 2016-3-1
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 285px;
  height: 100%;
  top: 0;
  z-index: 9999;
  padding: 40px;
  background: #fff;
  overflow: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}
/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-285px, 0, 0);
  transform: translate3d(-285px, 0, 0);
}
.pushy-right {
  -webkit-transform: translate3d(285px, 0, 0);
  transform: translate3d(285px, 0, 0);
}
.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Menu Transitions */
#page,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
/* Site Overlay */
.site-overlay {
  display: none;
}
.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Icon */
}
.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu > a {
  position: relative;
}
.pushy-submenu > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}
/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}
.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open ul {
  max-height: 1000px;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.no-csstransforms3d .pushy-submenu-closed ul {
  max-height: none;
  display: none;
}
.counter {
  padding-left: 32px;
  border-left: 1px solid #eeeeee;
}
.counter .text {
  font-size: 60px;
  color: #195479;
  font-weight: 500;
}
.counter .label {
  display: block;
  color: #777777;
  text-align: left;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
}
.embed-responsive-map {
  padding-bottom: 38%;
}
.loader-utter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1050;
  text-align: center;
}
.loader {
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  margin-left: -22.5px;
  display: inline-block;
  border: 5px solid #eeeeee;
  border-radius: 50%;
  border-top-color: #1abc9c;
  width: 45px;
  height: 45px;
  -webkit-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.client {
  margin-bottom: 21px;
}
.client .entry-inner {
  padding: 16px;
  border: 1px solid #eeeeee;
}
.client img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.client:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.chart-item {
  margin-bottom: 21px;
}
.chart-item .chart {
  position: relative;
  width: 125px;
  height: 125px;
  line-height: 120px;
  display: inline-block;
  text-align: center;
}
.chart-item .chart .percent {
  font-size: 18px;
}
.chart-item .chart .percent::after {
  content: '%';
  margin-left: 0.1em;
  font-size: 0.8em;
}
.chart-item .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.chart-item .chart-label {
  font-size: 18px;
  font-weight: normal;
}
.entry-terms.portfolio::before {
  content: '\f460';
}
.posts .portfolio_project .action-buttons .btn,
.owl-carousel .portfolio_project .action-buttons .btn,
.isotope .portfolio_project .action-buttons .btn,
.archive-portfolio_project .portfolio_project .action-buttons .btn,
.taxonomy-portfolio_category .portfolio_project .action-buttons .btn,
.taxonomy-portfolio_tag .portfolio_project .action-buttons .btn {
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color: #fff;
}
.posts .portfolio_project .action-buttons .btn:hover,
.owl-carousel .portfolio_project .action-buttons .btn:hover,
.isotope .portfolio_project .action-buttons .btn:hover,
.archive-portfolio_project .portfolio_project .action-buttons .btn:hover,
.taxonomy-portfolio_category .portfolio_project .action-buttons .btn:hover,
.taxonomy-portfolio_tag .portfolio_project .action-buttons .btn:hover {
  color: #195479;
  background-color: #fff;
  border-color: #fff;
}
.posts .portfolio_project .action-buttons .btn.focus,
.owl-carousel .portfolio_project .action-buttons .btn.focus,
.isotope .portfolio_project .action-buttons .btn.focus,
.archive-portfolio_project .portfolio_project .action-buttons .btn.focus,
.taxonomy-portfolio_category .portfolio_project .action-buttons .btn.focus,
.taxonomy-portfolio_tag .portfolio_project .action-buttons .btn.focus,
.posts .portfolio_project .action-buttons .btn:focus,
.owl-carousel .portfolio_project .action-buttons .btn:focus,
.isotope .portfolio_project .action-buttons .btn:focus,
.archive-portfolio_project .portfolio_project .action-buttons .btn:focus,
.taxonomy-portfolio_category .portfolio_project .action-buttons .btn:focus,
.taxonomy-portfolio_tag .portfolio_project .action-buttons .btn:focus {
  color: #195479;
  background-color: #fff;
  border-color: #fff;
}
.posts .portfolio_project .action-buttons .btn.active,
.owl-carousel .portfolio_project .action-buttons .btn.active,
.isotope .portfolio_project .action-buttons .btn.active,
.archive-portfolio_project .portfolio_project .action-buttons .btn.active,
.taxonomy-portfolio_category .portfolio_project .action-buttons .btn.active,
.taxonomy-portfolio_tag .portfolio_project .action-buttons .btn.active,
.posts .portfolio_project .action-buttons .btn:active,
.owl-carousel .portfolio_project .action-buttons .btn:active,
.isotope .portfolio_project .action-buttons .btn:active,
.archive-portfolio_project .portfolio_project .action-buttons .btn:active,
.taxonomy-portfolio_category .portfolio_project .action-buttons .btn:active,
.taxonomy-portfolio_tag .portfolio_project .action-buttons .btn:active,
.open > .posts .portfolio_project .action-buttons .btn.dropdown-toggle,
.open > .owl-carousel .portfolio_project .action-buttons .btn.dropdown-toggle,
.open > .isotope .portfolio_project .action-buttons .btn.dropdown-toggle,
.open > .archive-portfolio_project .portfolio_project .action-buttons .btn.dropdown-toggle,
.open > .taxonomy-portfolio_category .portfolio_project .action-buttons .btn.dropdown-toggle,
.open > .taxonomy-portfolio_tag .portfolio_project .action-buttons .btn.dropdown-toggle {
  color: #195479;
  background-color: #fff;
  border-color: #fff;
}
.posts .portfolio_project .action-buttons .btn.active.focus,
.owl-carousel .portfolio_project .action-buttons .btn.active.focus,
.isotope .portfolio_project .action-buttons .btn.active.focus,
.archive-portfolio_project .portfolio_project .action-buttons .btn.active.focus,
.taxonomy-portfolio_category .portfolio_project .action-buttons .btn.active.focus,
.taxonomy-portfolio_tag .portfolio_project .action-buttons .btn.active.focus,
.posts .portfolio_project .action-buttons .btn:active.focus,
.owl-carousel .portfolio_project .action-buttons .btn:active.focus,
.isotope .portfolio_project .action-buttons .btn:active.focus,
.archive-portfolio_project .portfolio_project .action-buttons .btn:active.focus,
.taxonomy-portfolio_category .portfolio_project .action-buttons .btn:active.focus,
.taxonomy-portfolio_tag .portfolio_project .action-buttons .btn:active.focus,
.open > .posts .portfolio_project .action-buttons .btn.dropdown-toggle.focus,
.open > .owl-carousel .portfolio_project .action-buttons .btn.dropdown-toggle.focus,
.open > .isotope .portfolio_project .action-buttons .btn.dropdown-toggle.focus,
.open > .archive-portfolio_project .portfolio_project .action-buttons .btn.dropdown-toggle.focus,
.open > .taxonomy-portfolio_category .portfolio_project .action-buttons .btn.dropdown-toggle.focus,
.open > .taxonomy-portfolio_tag .portfolio_project .action-buttons .btn.dropdown-toggle.focus,
.posts .portfolio_project .action-buttons .btn.active:focus,
.owl-carousel .portfolio_project .action-buttons .btn.active:focus,
.isotope .portfolio_project .action-buttons .btn.active:focus,
.archive-portfolio_project .portfolio_project .action-buttons .btn.active:focus,
.taxonomy-portfolio_category .portfolio_project .action-buttons .btn.active:focus,
.taxonomy-portfolio_tag .portfolio_project .action-buttons .btn.active:focus,
.posts .portfolio_project .action-buttons .btn:active:focus,
.owl-carousel .portfolio_project .action-buttons .btn:active:focus,
.isotope .portfolio_project .action-buttons .btn:active:focus,
.archive-portfolio_project .portfolio_project .action-buttons .btn:active:focus,
.taxonomy-portfolio_category .portfolio_project .action-buttons .btn:active:focus,
.taxonomy-portfolio_tag .portfolio_project .action-buttons .btn:active:focus,
.open > .posts .portfolio_project .action-buttons .btn.dropdown-toggle:focus,
.open > .owl-carousel .portfolio_project .action-buttons .btn.dropdown-toggle:focus,
.open > .isotope .portfolio_project .action-buttons .btn.dropdown-toggle:focus,
.open > .archive-portfolio_project .portfolio_project .action-buttons .btn.dropdown-toggle:focus,
.open > .taxonomy-portfolio_category .portfolio_project .action-buttons .btn.dropdown-toggle:focus,
.open > .taxonomy-portfolio_tag .portfolio_project .action-buttons .btn.dropdown-toggle:focus,
.posts .portfolio_project .action-buttons .btn.active:hover,
.owl-carousel .portfolio_project .action-buttons .btn.active:hover,
.isotope .portfolio_project .action-buttons .btn.active:hover,
.archive-portfolio_project .portfolio_project .action-buttons .btn.active:hover,
.taxonomy-portfolio_category .portfolio_project .action-buttons .btn.active:hover,
.taxonomy-portfolio_tag .portfolio_project .action-buttons .btn.active:hover,
.posts .portfolio_project .action-buttons .btn:active:hover,
.owl-carousel .portfolio_project .action-buttons .btn:active:hover,
.isotope .portfolio_project .action-buttons .btn:active:hover,
.archive-portfolio_project .portfolio_project .action-buttons .btn:active:hover,
.taxonomy-portfolio_category .portfolio_project .action-buttons .btn:active:hover,
.taxonomy-portfolio_tag .portfolio_project .action-buttons .btn:active:hover,
.open > .posts .portfolio_project .action-buttons .btn.dropdown-toggle:hover,
.open > .owl-carousel .portfolio_project .action-buttons .btn.dropdown-toggle:hover,
.open > .isotope .portfolio_project .action-buttons .btn.dropdown-toggle:hover,
.open > .archive-portfolio_project .portfolio_project .action-buttons .btn.dropdown-toggle:hover,
.open > .taxonomy-portfolio_category .portfolio_project .action-buttons .btn.dropdown-toggle:hover,
.open > .taxonomy-portfolio_tag .portfolio_project .action-buttons .btn.dropdown-toggle:hover {
  color: #195479;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.posts .portfolio_project .action-buttons .btn.disabled.focus,
.owl-carousel .portfolio_project .action-buttons .btn.disabled.focus,
.isotope .portfolio_project .action-buttons .btn.disabled.focus,
.archive-portfolio_project .portfolio_project .action-buttons .btn.disabled.focus,
.taxonomy-portfolio_category .portfolio_project .action-buttons .btn.disabled.focus,
.taxonomy-portfolio_tag .portfolio_project .action-buttons .btn.disabled.focus,
.posts .portfolio_project .action-buttons .btn:disabled.focus,
.owl-carousel .portfolio_project .action-buttons .btn:disabled.focus,
.isotope .portfolio_project .action-buttons .btn:disabled.focus,
.archive-portfolio_project .portfolio_project .action-buttons .btn:disabled.focus,
.taxonomy-portfolio_category .portfolio_project .action-buttons .btn:disabled.focus,
.taxonomy-portfolio_tag .portfolio_project .action-buttons .btn:disabled.focus,
.posts .portfolio_project .action-buttons .btn.disabled:focus,
.owl-carousel .portfolio_project .action-buttons .btn.disabled:focus,
.isotope .portfolio_project .action-buttons .btn.disabled:focus,
.archive-portfolio_project .portfolio_project .action-buttons .btn.disabled:focus,
.taxonomy-portfolio_category .portfolio_project .action-buttons .btn.disabled:focus,
.taxonomy-portfolio_tag .portfolio_project .action-buttons .btn.disabled:focus,
.posts .portfolio_project .action-buttons .btn:disabled:focus,
.owl-carousel .portfolio_project .action-buttons .btn:disabled:focus,
.isotope .portfolio_project .action-buttons .btn:disabled:focus,
.archive-portfolio_project .portfolio_project .action-buttons .btn:disabled:focus,
.taxonomy-portfolio_category .portfolio_project .action-buttons .btn:disabled:focus,
.taxonomy-portfolio_tag .portfolio_project .action-buttons .btn:disabled:focus {
  border-color: #ffffff;
}
.posts .portfolio_project .action-buttons .btn.disabled:hover,
.owl-carousel .portfolio_project .action-buttons .btn.disabled:hover,
.isotope .portfolio_project .action-buttons .btn.disabled:hover,
.archive-portfolio_project .portfolio_project .action-buttons .btn.disabled:hover,
.taxonomy-portfolio_category .portfolio_project .action-buttons .btn.disabled:hover,
.taxonomy-portfolio_tag .portfolio_project .action-buttons .btn.disabled:hover,
.posts .portfolio_project .action-buttons .btn:disabled:hover,
.owl-carousel .portfolio_project .action-buttons .btn:disabled:hover,
.isotope .portfolio_project .action-buttons .btn:disabled:hover,
.archive-portfolio_project .portfolio_project .action-buttons .btn:disabled:hover,
.taxonomy-portfolio_category .portfolio_project .action-buttons .btn:disabled:hover,
.taxonomy-portfolio_tag .portfolio_project .action-buttons .btn:disabled:hover {
  border-color: #ffffff;
}
.portfolio_project.minimal .entry-inner {
  border: 0;
}
.portfolio_project.minimal .entry-summary,
.portfolio_project.minimal .entry-footer {
  padding-left: 0;
  padding-right: 0;
}
.archive-portfolio_project #content,
.taxonomy-portfolio_category #content,
.taxonomy-portfolio_tag #content {
  padding-bottom: 43px;
  margin-left: -15px;
  margin-right: -15px;
}
.archive-portfolio_project .portfolio_project,
.taxonomy-portfolio_category .portfolio_project,
.taxonomy-portfolio_tag .portfolio_project {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .archive-portfolio_project .portfolio_project,
  .taxonomy-portfolio_category .portfolio_project,
  .taxonomy-portfolio_tag .portfolio_project {
    float: left;
    width: 50%;
  }
}
.archive-portfolio_project .navigation,
.taxonomy-portfolio_category .navigation,
.taxonomy-portfolio_tag .navigation {
  margin-top: 22px;
  margin-bottom: 21px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .archive-portfolio_project .navigation,
  .taxonomy-portfolio_category .navigation,
  .taxonomy-portfolio_tag .navigation {
    float: left;
    width: 100%;
  }
}
.singular-portfolio_project #content > .portfolio_project .entry-media,
.singular-portfolio_project #content > .portfolio_project .carousel {
  margin-bottom: 43px;
}
.singular-portfolio_project #content > .portfolio_project .entry-inner {
  margin-bottom: 43px;
  padding: 0;
  border: 0;
}
.singular-portfolio_project #content > .portfolio_project .entry-content,
.singular-portfolio_project #content > .portfolio_project .entry-footer,
.singular-portfolio_project #content > .portfolio_project .entry-header,
.singular-portfolio_project #content > .portfolio_project .entry-summary {
  margin-bottom: 21px;
  padding-left: 0;
  padding-right: 0;
}
.singular-portfolio_project #content > .portfolio_project .entry-footer {
  padding-left: 24px;
  border-left: 1px solid #eeeeee;
}
.singular-portfolio_project #content > .portfolio_project .entry-footer .comments-link,
.singular-portfolio_project #content > .portfolio_project .entry-footer .entry-author,
.singular-portfolio_project #content > .portfolio_project .entry-footer .entry-client,
.singular-portfolio_project #content > .portfolio_project .entry-footer .entry-website,
.singular-portfolio_project #content > .portfolio_project .entry-footer .entry-date,
.singular-portfolio_project #content > .portfolio_project .entry-footer .entry-terms,
.singular-portfolio_project #content > .portfolio_project .entry-footer .entry-location {
  display: block;
  position: relative;
  padding-left: 21px;
  margin-bottom: 10.5px;
}
.singular-portfolio_project #content > .portfolio_project .entry-footer .comments-link:last-child,
.singular-portfolio_project #content > .portfolio_project .entry-footer .entry-author:last-child,
.singular-portfolio_project #content > .portfolio_project .entry-footer .entry-client:last-child,
.singular-portfolio_project #content > .portfolio_project .entry-footer .entry-website:last-child,
.singular-portfolio_project #content > .portfolio_project .entry-footer .entry-date:last-child,
.singular-portfolio_project #content > .portfolio_project .entry-footer .entry-terms:last-child,
.singular-portfolio_project #content > .portfolio_project .entry-footer .entry-location:last-child {
  margin-bottom: 0;
}
.singular-portfolio_project #content > .portfolio_project .entry-footer .comments-link::before,
.singular-portfolio_project #content > .portfolio_project .entry-footer .entry-author::before,
.singular-portfolio_project #content > .portfolio_project .entry-footer .entry-client::before,
.singular-portfolio_project #content > .portfolio_project .entry-footer .entry-website::before,
.singular-portfolio_project #content > .portfolio_project .entry-footer .entry-date::before,
.singular-portfolio_project #content > .portfolio_project .entry-footer .entry-terms::before,
.singular-portfolio_project #content > .portfolio_project .entry-footer .entry-location::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
}
.to-top {
  width: 48px;
  height: 48px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.to-top::before {
  font-family: Font Awesome\ 5 Free;
  content: "\f106";
  font-size: 15px;
  line-height: 48px;
}
.to-top:hover {
  color: #fff;
  background-color: #2ecc71;
}
.chapter {
  padding-left: 24px;
  border-left: 3px solid #eeeeee;
  font-size: 18px;
}
.chapter h1 {
  font-size: 15px;
}
.chapter ul {
  padding-left: 0;
  list-style: none;
}
.rpwe-block ul {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.rpwe-block li {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style-type: none;
}
.rpwe-block a {
  display: inline !important;
  text-decoration: none;
}
.rpwe-block h3 {
  background: none !important;
  clear: none;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 15px !important;
  line-height: 1.5em;
}
.rpwe-thumb {
  border: 1px solid #eee !important;
  box-shadow: none !important;
  margin: 2px 10px 2px 0;
  padding: 3px !important;
}
.rpwe-summary {
  font-size: 12px;
}
.rpwe-time {
  color: #bbb;
  font-size: 13px;
}
.rpwe-comment {
  color: #bbb;
  font-size: 11px;
  padding-left: 5px;
}
.rpwe-alignleft {
  display: inline;
  float: left;
}
.rpwe-alignright {
  display: inline;
  float: right;
}
.rpwe-aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.rpwe-clearfix:after,
.rpwe-clearfix:before {
  content: "";
  display: table !important;
}
.rpwe-clearfix:after {
  clear: both;
}
.rpwe-clearfix {
  zoom: 1;
}
.img-responsive{
  width: 100%;
  display: block;

}
.no-padding{
  padding:0!important
}
.spacer-50{
  display: block;
  clear: both;
  height: 50px
}
h1{
  font-size: 30px;
}
.view{
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  overflow: hidden;
}

.roomtype-rates-panel {
    text-align: left;
    padding: 2% 15%;
    color: #333;
    font-size: 11px;
}
.result-text-action-price {
    color: #0f5b8c;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}
.btn-show-rates,.btn-buy-now {
   white-space: normal;
   width: auto;
}
.padding-left-0{
  padding-left: 0!important
}
.rate-header{
  vertical-align: top;
    padding: 4px 20px;
    background-color: #f9f9f9;
    font-weight: 700;
    color: #666;
    text-transform: capitalize;
    min-height: 25px;
}
.content-rates{
  border-top: 1px solid #e0e0e0;
  clear: both;
  padding-bottom: 0;
  overflow: hidden;
  display: block;
}
.content-rates .action-list{
  padding: 10px 0 5px 0;
  border-top: 1px solid #eee
}

.content-review {
    padding: 20px;
    background-color: #fff;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    overflow: hidden;
}

.content-summary {
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
}
.contact-header, .booking-header, .summary-header {
    padding: 20px;
    background-color: #195479;

}

.summary-header h4, .booking-header h4, .contact-header h4 {
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.content-right {
    padding: 15px;
    background-color: #fff;
}
.content-summary{
  font-size: 12px
}

.row.detail{
  margin-bottom: 10px
}
.details-map {
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.amenities {
	padding: 8px 0 5px 20px;
	clear: both;
	font-size: 13px;
}
.amenities ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amenities ul li {
	display: inline-block;
	margin-right: 15px;
}

.more-info{
  font-size: 12px;
}

.padding-left-15 {
  padding-left: 15px;
}
.padding-left-20 {
  padding-left: 20px;
}
.blockin{
  display: block;
}
a.inforer{
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #fff;
  background: #195479;
  border-radius: 20px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.alt-heading-primary,
.alt-heading-secondary {
	color: #0f5b8c;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	line-height: .1em;
}
.alt-heading-primary {
	margin: 0 0 20px 0;
}
.alt-heading-secondary {
	margin: 50px 0 20px 0;
}
.alt-heading-primary span,
.alt-heading-secondary span {
	background: #fff;
	padding: 0 10px;
}
.modal-dialog .modal-content .modal-header {
    border-bottom: none!important;
    padding: 15px 15px 5px;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
    color: #07739f;
    border: none!important;
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    line-height: 1.42857;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.list-two-columns li {
    padding: 0 4px 4px 0;
    display: block;
    float: left;
    width: 50%;
}
.padding-tb-10 {
    padding: 10px!important;
}

header {
	position: relative;
	background-color: rgba(255,255,255,1.00);
	-webkit-box-shadow: 0 0 0.625rem 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 0.625rem 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 0.625rem 0 rgba(0,0,0,0.1);
	padding: 15px 0;
	z-index: 1;
}
header #logo {
	height: 90px;
}
header #logo img {
	height: 90px;
}
header #navbar ul {
	float: right;
	margin: 65px 0 0 0;
	padding: 0;
}
header #navbar ul li {
	display: block;
	float: left;
}
header #navbar ul li a {
	padding-left: 0.625rem;
	border: none;
	padding: 0 15px 0 15px;
	line-height: 15px;
	padding-right: 0.625rem;
	color: #666666;
	font-weight: normal;
}
header #navbar ul li a:hover {
	color: #f59c00;
}
header #navbar ul li:first-child a {
	padding-left: 5px;
}
header #navbar ul ul li:first-child a {
	padding-left: 15px;
}
header #navbar ul ul {
	margin: 0;
	padding-top: 10px;
	background-color: #ffffff;
}
header #navbar ul ul li {
	float: none;
}
header #navbar ul ul li a {
	background-color: #ffffff;
	padding: 10px 15px;
}
.navbar-toggle::before {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	content: '▼' !important;
}

.margin-special {
	margin:0 -10px 15px -10px;
}
.margin-special-content {
	margin:0 5px 0 5px;
}
.margin-special-right {
    margin: 0 -10px 0 -10px;
}
.margin-special-button {
	margin:0 -10px 0 -10px;
}

.room-result-text {
}
.room-result-text h1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.room-result-text p {
	font-size: 13px;
	margin-bottom: 5px;
}

.btn-label,
.btn-label-big {
	position: relative;
	display: inline-block;
	padding: 6px 12px;
	background: rgba(0,0,0,.15);
	border-radius: 3px 0 0 3px;
}

.btn-label {
	left: -16px;
}
.btn-label-big {
	left: -10px;
}
.content-rate-header .btn-label-big {
	padding: 8px 9px;
}

.btn-labeled {
	padding-top: 0;
	padding-bottom: 0;
}

.result-roomtype-action .btn {
	padding: 0 9px;
}

.modal-descriptions {
}
.modal-descriptions p {
	font-size: 14px;
}
.modal-descriptions .list-inline li {
	line-height: 24px;
}

shopping-cart .btn-label-big {
	left: -16px;
}

#campaign {
	position: relative;
	display: block;
	z-index: 0;
	text-align: center;
}
#campaign .bg {
	display: block;
	height: 200px;
	width: 100%;
	padding: 25px 0;
	background-repeat: no-repeat;
	background-size: cover;
/*
	background-position: 0 -610px;
*/
	box-shadow: 0 0 0.625rem 0 rgba(0,0,0,0.1);
}
#campaign  .texts-1 {
	text-align: center;
	width: 400px;
	height: auto;
	margin: 20px auto 0 auto;
	padding-bottom: 20px;
}
#campaign  .texts-2 {
	width: auto;
	height: auto;
	margin: 20px auto 0 auto;
	padding-bottom: 20px;
	text-align: center;
}
#campaign .texts-2 div {
	display: inline-block;
	width: auto;
	padding: 10px 20px;
}
#campaign .texts-2 h1, 
#campaign .texts-2 h2, 
#campaign .texts-2 h3 {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

#campaign .texts-1 div {
	margin: 0;
	width: auto;
}
#campaign .texts-1 h1, 
#campaign .texts-1 h2, 
#campaign .texts-1 h3 {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
	clear: both;
}
#campaign .texts-2 h2 {
	padding: 0 20px;
}
#campaign .texts-1 h1 {
	padding: 10px 15px;
	/*
	padding: 25px 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
*/
	z-index: 1;
}
#campaign .texts-1 h1 strong {
	display: block;
	text-align: center;
	margin-bottom: 0;
}
#campaign .texts-1 h2 {
/*
	margin-top: -15px;
*/
	margin-bottom: 0;
	z-index: 2;
}
#campaign .texts-1 h3 {
	margin-bottom: 0;
	padding: 0 20px 10px 20px;
}

footer {
	margin-top: 40px;
	padding: 0px 0;
  padding-top: 20px;
	background-color: #27598a;
	color: #ffffff;
	text-align: center;
}
footer #socialMedia {
	width: 200px;
	margin: 0 auto;
}
footer #socialMedia li {
	display: block;
	float: left;
}
footer #socialMedia li a {
	color: #ffffff;
	font-size: 28px;
	margin-right: 15px;
}
footer #socialMedia li:last-child a {
	margin: 0;
}

@media only screen and (max-width: 430px) {
	#campaign {
		padding: 10px 0;
	}
	#campaign div {
		text-align: left;
		width: auto;
		margin-left: 10px;
		box-sizing: border-box;
	}
	#campaign h2, 
	#campaign h3 {
		vertical-align: top;
		padding: 5px 10px;
	}
}