@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, .card--icon--style2 i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, main, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
}

.sidr {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes dropmenuIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
    display: block;
  }
}
@keyframes dropmenuIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes dropmenuOut {
  from {
    opacity: 1;
    display: block;
  }
  50% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes dropmenuOut {
  from {
    opacity: 1;
    display: block;
  }
  50% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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: 700;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

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 {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2, h3, p {
    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 td, .table-bordered th {
    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: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.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: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.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: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.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;
  box-sizing: border-box;
}

:after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%;
}

.h1, h1 {
  font-size: 36px;
}

.h2, h2 {
  font-size: 30px;
}

.h3, h3 {
  font-size: 24px;
}

.h4, h4 {
  font-size: 18px;
}

.h5, h5 {
  font-size: 1em;
}

.h6, h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small, small {
  font-size: 85%;
}

.mark, mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus, a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus, a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus, a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd, dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  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-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    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-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    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-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  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 > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  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;
  display: table-column;
  float: none;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
  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=checkbox]:focus, input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 1em;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px;
  }
  .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], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9 ;
  margin-left: -20px;
}

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px;
}

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed;
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm, textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg, textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -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;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

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.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  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.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  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:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-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-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

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

.dropdown, .dropup {
  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;
  font-size: 1em;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9 ;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  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-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  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-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-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:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-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:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    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-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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);
}

@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 .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  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:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  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:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    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:focus, .navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.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:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron .h1, .jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
  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-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: 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 {
  overflow: hidden;
  zoom: 1;
}

.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-body, .media-left, .media-right {
  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 {
  padding-left: 0;
  margin-bottom: 20px;
}

.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-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody: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:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .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 th:first-child, .panel > .table-responsive:first-child > .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 th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .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 th:last-child, .panel > .table-responsive:first-child > .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 th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .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 th:first-child, .panel > .table-responsive:last-child > .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 th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .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 th:last-child, .panel > .table-responsive:last-child > .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 th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1em;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  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);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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-next, .carousel-control .icon-prev {
    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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-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;
  }
  td.visible-xs, th.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;
  }
  td.visible-sm, th.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;
  }
  td.visible-md, th.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;
  }
  td.visible-lg, th.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;
  }
  td.visible-print, th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "FontAwesomeMedical";
  src: url("../fonts/FontAwesomeMedical.eot?hnvufm");
  src: url("../fonts/FontAwesomeMedical.eot?hnvufm#iefix") format("embedded-opentype"), url("../fonts/FontAwesomeMedical.ttf?hnvufm") format("truetype"), url("../fonts/FontAwesomeMedical.woff?hnvufm") format("woff"), url("../fonts/FontAwesomeMedical.svg?hnvufm#FontAwesomeMedical") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=fa-]:before, [class*=" fa-"]:before,
[class^=micon-]:before, [class*=" micon-"]:before,
[class^=fam-]:before, [class*=" fam-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "FontAwesomeMedical" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-group1:before,
.fam-group1:before {
  content: "\e900";
}

.fa-px:before,
.fam-px:before {
  content: "\e901";
}

.fa-accessible-icon:before,
.fam-accessible-icon:before {
  content: "\e902";
}

.fa-accusoft:before,
.fam-accusoft:before {
  content: "\e903";
}

.fa-adn:before,
.fam-adn:before {
  content: "\e904";
}

.fa-adversal:before,
.fam-adversal:before {
  content: "\e905";
}

.fa-affiliatetheme:before,
.fam-affiliatetheme:before {
  content: "\e906";
}

.fa-airbnb:before,
.fam-airbnb:before {
  content: "\e907";
}

.fa-algolia:before,
.fam-algolia:before {
  content: "\e908";
}

.fa-alipay:before,
.fam-alipay:before {
  content: "\e909";
}

.fa-amazon:before,
.fam-amazon:before {
  content: "\e90a";
}

.fa-amazon-pay:before,
.fam-amazon-pay:before {
  content: "\e90b";
}

.fa-amilia:before,
.fam-amilia:before {
  content: "\e90c";
}

.fa-android:before,
.fam-android:before {
  content: "\e90d";
}

.fa-angellist:before,
.fam-angellist:before {
  content: "\e90e";
}

.fa-angrycreative:before,
.fam-angrycreative:before {
  content: "\e90f";
}

.fa-angular:before,
.fam-angular:before {
  content: "\e910";
}

.fa-apper:before,
.fam-apper:before {
  content: "\e911";
}

.fa-apple:before,
.fam-apple:before {
  content: "\e912";
}

.fa-apple-pay:before,
.fam-apple-pay:before {
  content: "\e913";
}

.fa-app-store:before,
.fam-app-store:before {
  content: "\e914";
}

.fa-app-store-ios:before,
.fam-app-store-ios:before {
  content: "\e915";
}

.fa-artstation:before,
.fam-artstation:before {
  content: "\e916";
}

.fa-asymmetrik:before,
.fam-asymmetrik:before {
  content: "\e917";
}

.fa-atlassian:before,
.fam-atlassian:before {
  content: "\e918";
}

.fa-audible:before,
.fam-audible:before {
  content: "\e919";
}

.fa-autoprefixer:before,
.fam-autoprefixer:before {
  content: "\e91a";
}

.fa-avianex:before,
.fam-avianex:before {
  content: "\e91b";
}

.fa-aviato:before,
.fam-aviato:before {
  content: "\e91c";
}

.fa-aws:before,
.fam-aws:before {
  content: "\e91d";
}

.fa-bandcamp:before,
.fam-bandcamp:before {
  content: "\e91e";
}

.fa-battle-net:before,
.fam-battle-net:before {
  content: "\e91f";
}

.fa-behance:before,
.fam-behance:before {
  content: "\e920";
}

.fa-bilibili:before,
.fam-bilibili:before {
  content: "\e921";
}

.fa-bimobject:before,
.fam-bimobject:before {
  content: "\e922";
}

.fa-bitbucket:before,
.fam-bitbucket:before {
  content: "\e923";
}

.fa-bitcoin:before,
.fam-bitcoin:before {
  content: "\e924";
}

.fa-bity:before,
.fam-bity:before {
  content: "\e925";
}

.fa-blackberry:before,
.fam-blackberry:before {
  content: "\e926";
}

.fa-black-tie:before,
.fam-black-tie:before {
  content: "\e927";
}

.fa-blogger:before,
.fam-blogger:before {
  content: "\e928";
}

.fa-blogger-b:before,
.fam-blogger-b:before {
  content: "\e929";
}

.fa-bluetooth:before,
.fam-bluetooth:before {
  content: "\e92a";
}

.fa-bluetooth-b:before,
.fam-bluetooth-b:before {
  content: "\e92b";
}

.fa-bootstrap:before,
.fam-bootstrap:before {
  content: "\e92c";
}

.fa-bots:before,
.fam-bots:before {
  content: "\e92d";
}

.fa-btc:before,
.fam-btc:before {
  content: "\e92e";
}

.fa-buffer:before,
.fam-buffer:before {
  content: "\e92f";
}

.fa-buromobelexperte:before,
.fam-buromobelexperte:before {
  content: "\e930";
}

.fa-buy-n-large:before,
.fam-buy-n-large:before {
  content: "\e931";
}

.fa-buysellads:before,
.fam-buysellads:before {
  content: "\e932";
}

.fa-canadian-maple-leaf:before,
.fam-canadian-maple-leaf:before {
  content: "\e933";
}

.fa-cc-amazon-pay:before,
.fam-cc-amazon-pay:before {
  content: "\e934";
}

.fa-cc-amex:before,
.fam-cc-amex:before {
  content: "\e935";
}

.fa-cc-apple-pay:before,
.fam-cc-apple-pay:before {
  content: "\e936";
}

.fa-cc-diners-club:before,
.fam-cc-diners-club:before {
  content: "\e937";
}

.fa-cc-discover:before,
.fam-cc-discover:before {
  content: "\e938";
}

.fa-cc-jcb:before,
.fam-cc-jcb:before {
  content: "\e939";
}

.fa-cc-mastercard:before,
.fam-cc-mastercard:before {
  content: "\e93a";
}

.fa-cc-paypal:before,
.fam-cc-paypal:before {
  content: "\e93b";
}

.fa-cc-stripe:before,
.fam-cc-stripe:before {
  content: "\e93c";
}

.fa-cc-visa:before,
.fam-cc-visa:before {
  content: "\e93d";
}

.fa-centercode:before,
.fam-centercode:before {
  content: "\e93e";
}

.fa-centos:before,
.fam-centos:before {
  content: "\e93f";
}

.fa-chrome:before,
.fam-chrome:before {
  content: "\e940";
}

.fa-chromecast:before,
.fam-chromecast:before {
  content: "\e941";
}

.fa-cloudflare:before,
.fam-cloudflare:before {
  content: "\e942";
}

.fa-cloudscale:before,
.fam-cloudscale:before {
  content: "\e943";
}

.fa-cloudsmith:before,
.fam-cloudsmith:before {
  content: "\e944";
}

.fa-cloudversify:before,
.fam-cloudversify:before {
  content: "\e945";
}

.fa-cmplid:before,
.fam-cmplid:before {
  content: "\e946";
}

.fa-codepen:before,
.fam-codepen:before {
  content: "\e947";
}

.fa-codiepie:before,
.fam-codiepie:before {
  content: "\e948";
}

.fa-confluence:before,
.fam-confluence:before {
  content: "\e949";
}

.fa-connectdevelop:before,
.fam-connectdevelop:before {
  content: "\e94a";
}

.fa-contao:before,
.fam-contao:before {
  content: "\e94b";
}

.fa-cotton-bureau:before,
.fam-cotton-bureau:before {
  content: "\e94c";
}

.fa-cpanel:before,
.fam-cpanel:before {
  content: "\e94d";
}

.fa-creative-commons:before,
.fam-creative-commons:before {
  content: "\e94e";
}

.fa-creative-commons-by:before,
.fam-creative-commons-by:before {
  content: "\e94f";
}

.fa-creative-commons-nc:before,
.fam-creative-commons-nc:before {
  content: "\e950";
}

.fa-creative-commons-nc-eu:before,
.fam-creative-commons-nc-eu:before {
  content: "\e951";
}

.fa-creative-commons-nc-jp:before,
.fam-creative-commons-nc-jp:before {
  content: "\e952";
}

.fa-creative-commons-nd:before,
.fam-creative-commons-nd:before {
  content: "\e953";
}

.fa-creative-commons-pd:before,
.fam-creative-commons-pd:before {
  content: "\e954";
}

.fa-creative-commons-pd-alt:before,
.fam-creative-commons-pd-alt:before {
  content: "\e955";
}

.fa-creative-commons-remix:before,
.fam-creative-commons-remix:before {
  content: "\e956";
}

.fa-creative-commons-sa:before,
.fam-creative-commons-sa:before {
  content: "\e957";
}

.fa-creative-commons-sampling:before,
.fam-creative-commons-sampling:before {
  content: "\e958";
}

.fa-creative-commons-sampling-plus:before,
.fam-creative-commons-sampling-plus:before {
  content: "\e959";
}

.fa-creative-commons-share:before,
.fam-creative-commons-share:before {
  content: "\e95a";
}

.fa-creative-commons-zero:before,
.fam-creative-commons-zero:before {
  content: "\e95b";
}

.fa-critical-role:before,
.fam-critical-role:before {
  content: "\e95c";
}

.fa-css3:before,
.fam-css3:before {
  content: "\e95d";
}

.fa-css3-alt:before,
.fam-css3-alt:before {
  content: "\e95e";
}

.fa-cuttlefish:before,
.fam-cuttlefish:before {
  content: "\e95f";
}

.fa-dailymotion:before,
.fam-dailymotion:before {
  content: "\e960";
}

.fa-d-and-d:before,
.fam-d-and-d:before {
  content: "\e961";
}

.fa-d-and-d-beyond:before,
.fam-d-and-d-beyond:before {
  content: "\e962";
}

.fa-dashcube:before,
.fam-dashcube:before {
  content: "\e963";
}

.fa-debian:before,
.fam-debian:before {
  content: "\e964";
}

.fa-deezer:before,
.fam-deezer:before {
  content: "\e965";
}

.fa-delicious:before,
.fam-delicious:before {
  content: "\e966";
}

.fa-deploydog:before,
.fam-deploydog:before {
  content: "\e967";
}

.fa-deskpro:before,
.fam-deskpro:before {
  content: "\e968";
}

.fa-dev:before,
.fam-dev:before {
  content: "\e969";
}

.fa-deviantart:before,
.fam-deviantart:before {
  content: "\e96a";
}

.fa-dhl:before,
.fam-dhl:before {
  content: "\e96b";
}

.fa-diaspora:before,
.fam-diaspora:before {
  content: "\e96c";
}

.fa-digg:before,
.fam-digg:before {
  content: "\e96d";
}

.fa-digital-ocean:before,
.fam-digital-ocean:before {
  content: "\e96e";
}

.fa-discord:before,
.fam-discord:before {
  content: "\e96f";
}

.fa-discourse:before,
.fam-discourse:before {
  content: "\e970";
}

.fa-dochub:before,
.fam-dochub:before {
  content: "\e971";
}

.fa-docker:before,
.fam-docker:before {
  content: "\e972";
}

.fa-draft2digital:before,
.fam-draft2digital:before {
  content: "\e973";
}

.fa-dribbble:before,
.fam-dribbble:before {
  content: "\e974";
}

.fa-dropbox:before,
.fam-dropbox:before {
  content: "\e975";
}

.fa-drupal:before,
.fam-drupal:before {
  content: "\e976";
}

.fa-dyalog:before,
.fam-dyalog:before {
  content: "\e977";
}

.fa-earlybirds:before,
.fam-earlybirds:before {
  content: "\e978";
}

.fa-ebay:before,
.fam-ebay:before {
  content: "\e979";
}

.fa-edge:before,
.fam-edge:before {
  content: "\e97a";
}

.fa-edge-legacy:before,
.fam-edge-legacy:before {
  content: "\e97b";
}

.fa-elementor:before,
.fam-elementor:before {
  content: "\e97c";
}

.fa-ello:before,
.fam-ello:before {
  content: "\e97d";
}

.fa-ember:before,
.fam-ember:before {
  content: "\e97e";
}

.fa-empire:before,
.fam-empire:before {
  content: "\e97f";
}

.fa-envira:before,
.fam-envira:before {
  content: "\e980";
}

.fa-erlang:before,
.fam-erlang:before {
  content: "\e981";
}

.fa-ethereum:before,
.fam-ethereum:before {
  content: "\e982";
}

.fa-etsy:before,
.fam-etsy:before {
  content: "\e983";
}

.fa-evernote:before,
.fam-evernote:before {
  content: "\e984";
}

.fa-expeditedssl:before,
.fam-expeditedssl:before {
  content: "\e985";
}

.fa-facebook-f:before,
.fam-facebook-f:before {
  content: "\e987";
}

.fa-facebook-messenger:before,
.fam-facebook-messenger:before {
  content: "\e988";
}

.fa-fantasy-flight-games:before,
.fam-fantasy-flight-games:before {
  content: "\e989";
}

.fa-fedex:before,
.fam-fedex:before {
  content: "\e98a";
}

.fa-fedora:before,
.fam-fedora:before {
  content: "\e98b";
}

.fa-figma:before,
.fam-figma:before {
  content: "\e98c";
}

.fa-firefox:before,
.fam-firefox:before {
  content: "\e98d";
}

.fa-firefox-browser:before,
.fam-firefox-browser:before {
  content: "\e98e";
}

.fa-firstdraft:before,
.fam-firstdraft:before {
  content: "\e98f";
}

.fa-first-order:before,
.fam-first-order:before {
  content: "\e990";
}

.fa-first-order-alt:before,
.fam-first-order-alt:before {
  content: "\e991";
}

.fa-flickr:before,
.fam-flickr:before {
  content: "\e992";
}

.fa-flipboard:before,
.fam-flipboard:before {
  content: "\e993";
}

.fa-fly:before,
.fam-fly:before {
  content: "\e994";
}

.fa-font-awesome:before,
.fam-font-awesome:before {
  content: "\e995";
}

.fa-fonticons:before,
.fam-fonticons:before {
  content: "\e996";
}

.fa-fonticons-fi:before,
.fam-fonticons-fi:before {
  content: "\e997";
}

.fa-fort-awesome:before,
.fam-fort-awesome:before {
  content: "\e998";
}

.fa-fort-awesome-alt:before,
.fam-fort-awesome-alt:before {
  content: "\e999";
}

.fa-forumbee:before,
.fam-forumbee:before {
  content: "\e99a";
}

.fa-foursquare:before,
.fam-foursquare:before {
  content: "\e99b";
}

.fa-freebsd:before,
.fam-freebsd:before {
  content: "\e99c";
}

.fa-free-code-camp:before,
.fam-free-code-camp:before {
  content: "\e99d";
}

.fa-fulcrum:before,
.fam-fulcrum:before {
  content: "\e99e";
}

.fa-galactic-republic:before,
.fam-galactic-republic:before {
  content: "\e99f";
}

.fa-galactic-senate:before,
.fam-galactic-senate:before {
  content: "\e9a0";
}

.fa-get-pocket:before,
.fam-get-pocket:before {
  content: "\e9a1";
}

.fa-gg:before,
.fam-gg:before {
  content: "\e9a2";
}

.fa-gg-circle:before,
.fam-gg-circle:before {
  content: "\e9a3";
}

.fa-git:before,
.fam-git:before {
  content: "\e9a4";
}

.fa-git-alt:before,
.fam-git-alt:before {
  content: "\e9a5";
}

.fa-github:before,
.fam-github:before {
  content: "\e9a6";
}

.fa-github-alt:before,
.fam-github-alt:before {
  content: "\e9a7";
}

.fa-gitkraken:before,
.fam-gitkraken:before {
  content: "\e9a8";
}

.fa-gitlab:before,
.fam-gitlab:before {
  content: "\e9a9";
}

.fa-gitter:before,
.fam-gitter:before {
  content: "\e9aa";
}

.fa-glide:before,
.fam-glide:before {
  content: "\e9ab";
}

.fa-glide-g:before,
.fam-glide-g:before {
  content: "\e9ac";
}

.fa-gofore:before,
.fam-gofore:before {
  content: "\e9ad";
}

.fa-golang:before,
.fam-golang:before {
  content: "\e9ae";
}

.fa-goodreads:before,
.fam-goodreads:before {
  content: "\e9af";
}

.fa-goodreads-g:before,
.fam-goodreads-g:before {
  content: "\e9b0";
}

.fa-google:before,
.fam-google:before {
  content: "\e9b1";
}

.fa-google-drive:before,
.fam-google-drive:before {
  content: "\e9b2";
}

.fa-google-pay:before,
.fam-google-pay:before {
  content: "\e9b3";
}

.fa-google-play:before,
.fam-google-play:before {
  content: "\e9b4";
}

.fa-google-plus:before,
.fam-google-plus:before {
  content: "\e9b5";
}

.fa-google-plus-g:before,
.fam-google-plus-g:before {
  content: "\e9b6";
}

.fa-google-wallet:before,
.fam-google-wallet:before {
  content: "\e9b7";
}

.fa-gratipay:before,
.fam-gratipay:before {
  content: "\e9b8";
}

.fa-grav:before,
.fam-grav:before {
  content: "\e9b9";
}

.fa-gripfire:before,
.fam-gripfire:before {
  content: "\e9ba";
}

.fa-grunt:before,
.fam-grunt:before {
  content: "\e9bb";
}

.fa-guilded:before,
.fam-guilded:before {
  content: "\e9bc";
}

.fa-gulp:before,
.fam-gulp:before {
  content: "\e9bd";
}

.fa-hacker-news:before,
.fam-hacker-news:before {
  content: "\e9be";
}

.fa-hackerrank:before,
.fam-hackerrank:before {
  content: "\e9bf";
}

.fa-hashnode:before,
.fam-hashnode:before {
  content: "\e9c0";
}

.fa-hips:before,
.fam-hips:before {
  content: "\e9c1";
}

.fa-hire-a-helper:before,
.fam-hire-a-helper:before {
  content: "\e9c2";
}

.fa-hive:before,
.fam-hive:before {
  content: "\e9c3";
}

.fa-hooli:before,
.fam-hooli:before {
  content: "\e9c4";
}

.fa-hornbill:before,
.fam-hornbill:before {
  content: "\e9c5";
}

.fa-hotjar:before,
.fam-hotjar:before {
  content: "\e9c6";
}

.fa-houzz:before,
.fam-houzz:before {
  content: "\e9c7";
}

.fa-html5:before,
.fam-html5:before {
  content: "\e9c8";
}

.fa-hubspot:before,
.fam-hubspot:before {
  content: "\e9c9";
}

.fa-ideal:before,
.fam-ideal:before {
  content: "\e9ca";
}

.fa-imdb:before,
.fam-imdb:before {
  content: "\e9cb";
}

.fa-instagram:before,
.fam-instagram:before {
  content: "\e9cc";
}

.fa-instalod:before,
.fam-instalod:before {
  content: "\e9cd";
}

.fa-intercom:before,
.fam-intercom:before {
  content: "\e9ce";
}

.fa-internet-explorer:before,
.fam-internet-explorer:before {
  content: "\e9cf";
}

.fa-invision:before,
.fam-invision:before {
  content: "\e9d0";
}

.fa-ioxhost:before,
.fam-ioxhost:before {
  content: "\e9d1";
}

.fa-itch-io:before,
.fam-itch-io:before {
  content: "\e9d2";
}

.fa-itunes:before,
.fam-itunes:before {
  content: "\e9d3";
}

.fa-itunes-note:before,
.fam-itunes-note:before {
  content: "\e9d4";
}

.fa-java:before,
.fam-java:before {
  content: "\e9d5";
}

.fa-jedi-order:before,
.fam-jedi-order:before {
  content: "\e9d6";
}

.fa-jenkins:before,
.fam-jenkins:before {
  content: "\e9d7";
}

.fa-jira:before,
.fam-jira:before {
  content: "\e9d8";
}

.fa-joget:before,
.fam-joget:before {
  content: "\e9d9";
}

.fa-joomla:before,
.fam-joomla:before {
  content: "\e9da";
}

.fa-js:before,
.fam-js:before {
  content: "\e9db";
}

.fa-jsfiddle:before,
.fam-jsfiddle:before {
  content: "\e9dc";
}

.fa-kaggle:before,
.fam-kaggle:before {
  content: "\e9dd";
}

.fa-keybase:before,
.fam-keybase:before {
  content: "\e9de";
}

.fa-keycdn:before,
.fam-keycdn:before {
  content: "\e9df";
}

.fa-kickstarter:before,
.fam-kickstarter:before {
  content: "\e9e0";
}

.fa-kickstarter-k:before,
.fam-kickstarter-k:before {
  content: "\e9e1";
}

.fa-korvue:before,
.fam-korvue:before {
  content: "\e9e2";
}

.fa-laravel:before,
.fam-laravel:before {
  content: "\e9e3";
}

.fa-lastfm:before,
.fam-lastfm:before {
  content: "\e9e4";
}

.fa-leanpub:before,
.fam-leanpub:before {
  content: "\e9e5";
}

.fa-less:before,
.fam-less:before {
  content: "\e9e6";
}

.fa-line:before,
.fam-line:before {
  content: "\e9e7";
}

.fa-linkedin:before,
.fam-linkedin:before {
  content: "\e9e8";
}

.fa-linkedin-in:before,
.fam-linkedin-in:before {
  content: "\e9e9";
}

.fa-linode:before,
.fam-linode:before {
  content: "\e9ea";
}

.fa-linux:before,
.fam-linux:before {
  content: "\e9eb";
}

.fa-lyft:before,
.fam-lyft:before {
  content: "\e9ec";
}

.fa-magento:before,
.fam-magento:before {
  content: "\e9ed";
}

.fa-mailchimp:before,
.fam-mailchimp:before {
  content: "\e9ee";
}

.fa-mandalorian:before,
.fam-mandalorian:before {
  content: "\e9ef";
}

.fa-markdown:before,
.fam-markdown:before {
  content: "\e9f0";
}

.fa-mastodon:before,
.fam-mastodon:before {
  content: "\e9f1";
}

.fa-maxcdn:before,
.fam-maxcdn:before {
  content: "\e9f2";
}

.fa-mdb:before,
.fam-mdb:before {
  content: "\e9f3";
}

.fa-medapps:before,
.fam-medapps:before {
  content: "\e9f4";
}

.fa-medium:before,
.fam-medium:before {
  content: "\e9f5";
}

.fa-medrt:before,
.fam-medrt:before {
  content: "\e9f6";
}

.fa-meetup:before,
.fam-meetup:before {
  content: "\e9f7";
}

.fa-megaport:before,
.fam-megaport:before {
  content: "\e9f8";
}

.fa-mendeley:before,
.fam-mendeley:before {
  content: "\e9f9";
}

.fa-meta:before,
.fam-meta:before {
  content: "\e9fa";
}

.fa-microblog:before,
.fam-microblog:before {
  content: "\e9fb";
}

.fa-microsoft:before,
.fam-microsoft:before {
  content: "\e9fc";
}

.fa-mix:before,
.fam-mix:before {
  content: "\e9fd";
}

.fa-mixcloud:before,
.fam-mixcloud:before {
  content: "\e9fe";
}

.fa-mixer:before,
.fam-mixer:before {
  content: "\e9ff";
}

.fa-mizuni:before,
.fam-mizuni:before {
  content: "\ea00";
}

.fa-modx:before,
.fam-modx:before {
  content: "\ea01";
}

.fa-monero:before,
.fam-monero:before {
  content: "\ea02";
}

.fa-napster:before,
.fam-napster:before {
  content: "\ea03";
}

.fa-neos:before,
.fam-neos:before {
  content: "\ea04";
}

.fa-nfc-directional:before,
.fam-nfc-directional:before {
  content: "\ea05";
}

.fa-nfc-symbol:before,
.fam-nfc-symbol:before {
  content: "\ea06";
}

.fa-nimblr:before,
.fam-nimblr:before {
  content: "\ea07";
}

.fa-node:before,
.fam-node:before {
  content: "\ea08";
}

.fa-node-js:before,
.fam-node-js:before {
  content: "\ea09";
}

.fa-npm:before,
.fam-npm:before {
  content: "\ea0a";
}

.fa-ns8:before,
.fam-ns8:before {
  content: "\ea0b";
}

.fa-nutritionix:before,
.fam-nutritionix:before {
  content: "\ea0c";
}

.fa-octopus-deploy:before,
.fam-octopus-deploy:before {
  content: "\ea0d";
}

.fa-odnoklassniki:before,
.fam-odnoklassniki:before {
  content: "\ea0e";
}

.fa-odysee:before,
.fam-odysee:before {
  content: "\ea0f";
}

.fa-old-republic:before,
.fam-old-republic:before {
  content: "\ea10";
}

.fa-opencart:before,
.fam-opencart:before {
  content: "\ea11";
}

.fa-openid:before,
.fam-openid:before {
  content: "\ea12";
}

.fa-opera:before,
.fam-opera:before {
  content: "\ea13";
}

.fa-optin-monster:before,
.fam-optin-monster:before {
  content: "\ea14";
}

.fa-orcid:before,
.fam-orcid:before {
  content: "\ea15";
}

.fa-osi:before,
.fam-osi:before {
  content: "\ea16";
}

.fa-padlet:before,
.fam-padlet:before {
  content: "\ea17";
}

.fa-page4:before,
.fam-page4:before {
  content: "\ea18";
}

.fa-pagelines:before,
.fam-pagelines:before {
  content: "\ea19";
}

.fa-palfed:before,
.fam-palfed:before {
  content: "\ea1a";
}

.fa-patreon:before,
.fam-patreon:before {
  content: "\ea1b";
}

.fa-paypal:before,
.fam-paypal:before {
  content: "\ea1c";
}

.fa-perbyte:before,
.fam-perbyte:before {
  content: "\ea1d";
}

.fa-periscope:before,
.fam-periscope:before {
  content: "\ea1e";
}

.fa-phabricator:before,
.fam-phabricator:before {
  content: "\ea1f";
}

.fa-phoenix-framework:before,
.fam-phoenix-framework:before {
  content: "\ea20";
}

.fa-phoenix-squadron:before,
.fam-phoenix-squadron:before {
  content: "\ea21";
}

.fa-php:before,
.fam-php:before {
  content: "\ea22";
}

.fa-pied-piper:before,
.fam-pied-piper:before {
  content: "\ea23";
}

.fa-pied-piper-alt:before,
.fam-pied-piper-alt:before {
  content: "\ea24";
}

.fa-pied-piper-hat:before,
.fam-pied-piper-hat:before {
  content: "\ea25";
}

.fa-pied-piper-pp:before,
.fam-pied-piper-pp:before {
  content: "\ea26";
}

.fa-pinterest:before,
.fam-pinterest:before {
  content: "\ea27";
}

.fa-pinterest-p:before,
.fam-pinterest-p:before {
  content: "\ea28";
}

.fa-pix:before,
.fam-pix:before {
  content: "\ea29";
}

.fa-playstation:before,
.fam-playstation:before {
  content: "\ea2a";
}

.fa-product-hunt:before,
.fam-product-hunt:before {
  content: "\ea2b";
}

.fa-pushed:before,
.fam-pushed:before {
  content: "\ea2c";
}

.fa-python:before,
.fam-python:before {
  content: "\ea2d";
}

.fa-qq:before,
.fam-qq:before {
  content: "\ea2e";
}

.fa-quinscape:before,
.fam-quinscape:before {
  content: "\ea2f";
}

.fa-quora:before,
.fam-quora:before {
  content: "\ea30";
}

.fa-raspberry-pi:before,
.fam-raspberry-pi:before {
  content: "\ea31";
}

.fa-ravelry:before,
.fam-ravelry:before {
  content: "\ea32";
}

.fa-react:before,
.fam-react:before {
  content: "\ea33";
}

.fa-reacteurope:before,
.fam-reacteurope:before {
  content: "\ea34";
}

.fa-readme:before,
.fam-readme:before {
  content: "\ea35";
}

.fa-rebel:before,
.fam-rebel:before {
  content: "\ea36";
}

.fa-reddit:before,
.fam-reddit:before {
  content: "\ea37";
}

.fa-reddit-alien:before,
.fam-reddit-alien:before {
  content: "\ea38";
}

.fa-redhat:before,
.fam-redhat:before {
  content: "\ea39";
}

.fa-red-river:before,
.fam-red-river:before {
  content: "\ea3a";
}

.fa-renren:before,
.fam-renren:before {
  content: "\ea3b";
}

.fa-replyd:before,
.fam-replyd:before {
  content: "\ea3c";
}

.fa-researchgate:before,
.fam-researchgate:before {
  content: "\ea3d";
}

.fa-resolving:before,
.fam-resolving:before {
  content: "\ea3e";
}

.fa-rev:before,
.fam-rev:before {
  content: "\ea3f";
}

.fa-rocketchat:before,
.fam-rocketchat:before {
  content: "\ea40";
}

.fa-rockrms:before,
.fam-rockrms:before {
  content: "\ea41";
}

.fa-r-project:before,
.fam-r-project:before {
  content: "\ea42";
}

.fa-rust:before,
.fam-rust:before {
  content: "\ea43";
}

.fa-safari:before,
.fam-safari:before {
  content: "\ea44";
}

.fa-salesforce:before,
.fam-salesforce:before {
  content: "\ea45";
}

.fa-sass:before,
.fam-sass:before {
  content: "\ea46";
}

.fa-schlix:before,
.fam-schlix:before {
  content: "\ea47";
}

.fa-screenpal:before,
.fam-screenpal:before {
  content: "\ea48";
}

.fa-scribd:before,
.fam-scribd:before {
  content: "\ea49";
}

.fa-searchengin:before,
.fam-searchengin:before {
  content: "\ea4a";
}

.fa-sellcast:before,
.fam-sellcast:before {
  content: "\ea4b";
}

.fa-sellsy:before,
.fam-sellsy:before {
  content: "\ea4c";
}

.fa-servicestack:before,
.fam-servicestack:before {
  content: "\ea4d";
}

.fa-shirtsinbulk:before,
.fam-shirtsinbulk:before {
  content: "\ea4e";
}

.fa-shopify:before,
.fam-shopify:before {
  content: "\ea4f";
}

.fa-shopware:before,
.fam-shopware:before {
  content: "\ea50";
}

.fa-simplybuilt:before,
.fam-simplybuilt:before {
  content: "\ea51";
}

.fa-sistrix:before,
.fam-sistrix:before {
  content: "\ea52";
}

.fa-sith:before,
.fam-sith:before {
  content: "\ea53";
}

.fa-sitrox:before,
.fam-sitrox:before {
  content: "\ea54";
}

.fa-sketch:before,
.fam-sketch:before {
  content: "\ea55";
}

.fa-skyatlas:before,
.fam-skyatlas:before {
  content: "\ea56";
}

.fa-skype:before,
.fam-skype:before {
  content: "\ea57";
}

.fa-slack:before,
.fam-slack:before {
  content: "\ea58";
}

.fa-slideshare:before,
.fam-slideshare:before {
  content: "\ea59";
}

.fa-snapchat:before,
.fam-snapchat:before {
  content: "\ea5a";
}

.fa-soundcloud:before,
.fam-soundcloud:before {
  content: "\ea5b";
}

.fa-sourcetree:before,
.fam-sourcetree:before {
  content: "\ea5c";
}

.fa-space-awesome:before,
.fam-space-awesome:before {
  content: "\ea5d";
}

.fa-speakap:before,
.fam-speakap:before {
  content: "\ea5e";
}

.fa-speaker-deck:before,
.fam-speaker-deck:before {
  content: "\ea5f";
}

.fa-spotify:before,
.fam-spotify:before {
  content: "\ea60";
}

.fa-square-behance:before,
.fam-square-behance:before {
  content: "\ea61";
}

.fa-square-dribbble:before,
.fam-square-dribbble:before {
  content: "\ea62";
}

.fa-square-facebook:before,
.fam-square-facebook:before {
  content: "\ea63";
}

.fa-square-font-awesome:before,
.fam-square-font-awesome:before {
  content: "\ea64";
}

.fa-square-font-awesome-stroke:before,
.fam-square-font-awesome-stroke:before {
  content: "\ea65";
}

.fa-square-git:before,
.fam-square-git:before {
  content: "\ea66";
}

.fa-square-github:before,
.fam-square-github:before {
  content: "\ea67";
}

.fa-square-gitlab:before,
.fam-square-gitlab:before {
  content: "\ea68";
}

.fa-square-google-plus:before,
.fam-square-google-plus:before {
  content: "\ea69";
}

.fa-square-hacker-news:before,
.fam-square-hacker-news:before {
  content: "\ea6a";
}

.fa-square-instagram:before,
.fam-square-instagram:before {
  content: "\ea6b";
}

.fa-square-js:before,
.fam-square-js:before {
  content: "\ea6c";
}

.fa-square-lastfm:before,
.fam-square-lastfm:before {
  content: "\ea6d";
}

.fa-square-odnoklassniki:before,
.fam-square-odnoklassniki:before {
  content: "\ea6e";
}

.fa-square-pied-piper:before,
.fam-square-pied-piper:before {
  content: "\ea6f";
}

.fa-square-pinterest:before,
.fam-square-pinterest:before {
  content: "\ea70";
}

.fa-square-reddit:before,
.fam-square-reddit:before {
  content: "\ea71";
}

.fa-square-snapchat:before,
.fam-square-snapchat:before {
  content: "\ea72";
}

.fa-squarespace:before,
.fam-squarespace:before {
  content: "\ea73";
}

.fa-square-steam:before,
.fam-square-steam:before {
  content: "\ea74";
}

.fa-square-threads:before,
.fam-square-threads:before {
  content: "\ea75";
}

.fa-square-tumblr:before,
.fam-square-tumblr:before {
  content: "\ea76";
}

.fa-square-twitter:before,
.fam-square-twitter:before {
  content: "\ea77";
}

.fa-square-viadeo:before,
.fam-square-viadeo:before {
  content: "\ea78";
}

.fa-square-vimeo:before,
.fam-square-vimeo:before {
  content: "\ea79";
}

.fa-square-whatsapp:before,
.fam-square-whatsapp:before {
  content: "\ea7a";
}

.fa-square-xing:before,
.fam-square-xing:before {
  content: "\ea7b";
}

.fa-square-x-twitter:before,
.fam-square-x-twitter:before {
  content: "\ea7c";
}

.fa-square-youtube:before,
.fam-square-youtube:before {
  content: "\ea7d";
}

.fa-stack-exchange:before,
.fam-stack-exchange:before {
  content: "\ea7e";
}

.fa-stack-overflow:before,
.fam-stack-overflow:before {
  content: "\ea7f";
}

.fa-stackpath:before,
.fam-stackpath:before {
  content: "\ea80";
}

.fa-staylinked:before,
.fam-staylinked:before {
  content: "\ea81";
}

.fa-steam:before,
.fam-steam:before {
  content: "\ea82";
}

.fa-steam-symbol:before,
.fam-steam-symbol:before {
  content: "\ea83";
}

.fa-sticker-mule:before,
.fam-sticker-mule:before {
  content: "\ea84";
}

.fa-strava:before,
.fam-strava:before {
  content: "\ea85";
}

.fa-stripe:before,
.fam-stripe:before {
  content: "\ea86";
}

.fa-stripe-s:before,
.fam-stripe-s:before {
  content: "\ea87";
}

.fa-stubber:before,
.fam-stubber:before {
  content: "\ea88";
}

.fa-studiovinari:before,
.fam-studiovinari:before {
  content: "\ea89";
}

.fa-stumbleupon:before,
.fam-stumbleupon:before {
  content: "\ea8a";
}

.fa-stumbleupon-circle:before,
.fam-stumbleupon-circle:before {
  content: "\ea8b";
}

.fa-superpowers:before,
.fam-superpowers:before {
  content: "\ea8c";
}

.fa-supple:before,
.fam-supple:before {
  content: "\ea8d";
}

.fa-suse:before,
.fam-suse:before {
  content: "\ea8e";
}

.fa-swift:before,
.fam-swift:before {
  content: "\ea8f";
}

.fa-symfony:before,
.fam-symfony:before {
  content: "\ea90";
}

.fa-teamspeak:before,
.fam-teamspeak:before {
  content: "\ea91";
}

.fa-telegram:before,
.fam-telegram:before {
  content: "\ea92";
}

.fa-tencent-weibo:before,
.fam-tencent-weibo:before {
  content: "\ea93";
}

.fa-themeco:before,
.fam-themeco:before {
  content: "\ea94";
}

.fa-themeisle:before,
.fam-themeisle:before {
  content: "\ea95";
}

.fa-the-red-yeti:before,
.fam-the-red-yeti:before {
  content: "\ea96";
}

.fa-think-peaks:before,
.fam-think-peaks:before {
  content: "\ea97";
}

.fa-threads:before,
.fam-threads:before {
  content: "\ea98";
}

.fa-tiktok:before,
.fam-tiktok:before {
  content: "\ea99";
}

.fa-trade-federation:before,
.fam-trade-federation:before {
  content: "\ea9a";
}

.fa-trello:before,
.fam-trello:before {
  content: "\ea9b";
}

.fa-tumblr:before,
.fam-tumblr:before {
  content: "\ea9c";
}

.fa-twitch:before,
.fam-twitch:before {
  content: "\ea9d";
}

.fa-twitter:before,
.fam-twitter:before {
  content: "\ea9e";
}

.fa-typo3:before,
.fam-typo3:before {
  content: "\ea9f";
}

.fa-uber:before,
.fam-uber:before {
  content: "\eaa0";
}

.fa-ubuntu:before,
.fam-ubuntu:before {
  content: "\eaa1";
}

.fa-uikit:before,
.fam-uikit:before {
  content: "\eaa2";
}

.fa-umbraco:before,
.fam-umbraco:before {
  content: "\eaa3";
}

.fa-uncharted:before,
.fam-uncharted:before {
  content: "\eaa4";
}

.fa-uniregistry:before,
.fam-uniregistry:before {
  content: "\eaa5";
}

.fa-unity:before,
.fam-unity:before {
  content: "\eaa6";
}

.fa-unsplash:before,
.fam-unsplash:before {
  content: "\eaa7";
}

.fa-untappd:before,
.fam-untappd:before {
  content: "\eaa8";
}

.fa-ups:before,
.fam-ups:before {
  content: "\eaa9";
}

.fa-usb:before,
.fam-usb:before {
  content: "\eaaa";
}

.fa-usps:before,
.fam-usps:before {
  content: "\eaab";
}

.fa-ussunnah:before,
.fam-ussunnah:before {
  content: "\eaac";
}

.fa-vaadin:before,
.fam-vaadin:before {
  content: "\eaad";
}

.fa-viacoin:before,
.fam-viacoin:before {
  content: "\eaae";
}

.fa-viadeo:before,
.fam-viadeo:before {
  content: "\eaaf";
}

.fa-viber:before,
.fam-viber:before {
  content: "\eab0";
}

.fa-vimeo:before,
.fam-vimeo:before {
  content: "\eab1";
}

.fa-vimeo-v:before,
.fam-vimeo-v:before {
  content: "\eab2";
}

.fa-vine:before,
.fam-vine:before {
  content: "\eab3";
}

.fa-vk:before,
.fam-vk:before {
  content: "\eab4";
}

.fa-vnv:before,
.fam-vnv:before {
  content: "\eab5";
}

.fa-vuejs:before,
.fam-vuejs:before {
  content: "\eab6";
}

.fa-watchman-monitoring:before,
.fam-watchman-monitoring:before {
  content: "\eab7";
}

.fa-waze:before,
.fam-waze:before {
  content: "\eab8";
}

.fa-weebly:before,
.fam-weebly:before {
  content: "\eab9";
}

.fa-weibo:before,
.fam-weibo:before {
  content: "\eaba";
}

.fa-weixin:before,
.fam-weixin:before {
  content: "\eabb";
}

.fa-whatsapp:before,
.fam-whatsapp:before {
  content: "\eabc";
}

.fa-whmcs:before,
.fam-whmcs:before {
  content: "\eabd";
}

.fa-wikipedia-w:before,
.fam-wikipedia-w:before {
  content: "\eabe";
}

.fa-windows:before,
.fam-windows:before {
  content: "\eabf";
}

.fa-wirsindhandwerk:before,
.fam-wirsindhandwerk:before {
  content: "\eac0";
}

.fa-wix:before,
.fam-wix:before {
  content: "\eac1";
}

.fa-wizards-of-the-coast:before,
.fam-wizards-of-the-coast:before {
  content: "\eac2";
}

.fa-wodu:before,
.fam-wodu:before {
  content: "\eac3";
}

.fa-wolf-pack-battalion:before,
.fam-wolf-pack-battalion:before {
  content: "\eac4";
}

.fa-wordpress:before,
.fam-wordpress:before {
  content: "\eac5";
}

.fa-wordpress-simple:before,
.fam-wordpress-simple:before {
  content: "\eac6";
}

.fa-wpbeginner:before,
.fam-wpbeginner:before {
  content: "\eac7";
}

.fa-wpexplorer:before,
.fam-wpexplorer:before {
  content: "\eac8";
}

.fa-wpforms:before,
.fam-wpforms:before {
  content: "\eac9";
}

.fa-wpressr:before,
.fam-wpressr:before {
  content: "\eaca";
}

.fa-xbox:before,
.fam-xbox:before {
  content: "\eacb";
}

.fa-xing:before,
.fam-xing:before {
  content: "\eacc";
}

.fa-x-twitter:before,
.fam-x-twitter:before {
  content: "\eacd";
}

.fa-yahoo:before,
.fam-yahoo:before {
  content: "\eace";
}

.fa-yammer:before,
.fam-yammer:before {
  content: "\eacf";
}

.fa-yandex:before,
.fam-yandex:before {
  content: "\ead0";
}

.fa-yandex-international:before,
.fam-yandex-international:before {
  content: "\ead1";
}

.fa-yarn:before,
.fam-yarn:before {
  content: "\ead2";
}

.fa-y-combinator:before,
.fam-y-combinator:before {
  content: "\ead3";
}

.fa-yelp:before,
.fam-yelp:before {
  content: "\ead4";
}

.fa-yoast:before,
.fam-yoast:before {
  content: "\ead5";
}

.fa-youtube:before,
.fam-youtube:before {
  content: "\ead6";
}

.fa-zhihu:before,
.fam-zhihu:before {
  content: "\ead7";
}

.micon-i-womens-health:before,
.fam-med-i-womens-health:before {
  content: "\e600";
}

.micon-i-waiting-area:before,
.fam-med-i-waiting-area:before {
  content: "\e601";
}

.micon-i-volume-control:before,
.fam-med-i-volume-control:before {
  content: "\e602";
}

.micon-i-ultrasound:before,
.fam-med-i-ultrasound:before {
  content: "\e603";
}

.micon-i-text-telephone:before,
.fam-med-i-text-telephone:before {
  content: "\e604";
}

.micon-i-surgery:before,
.fam-med-i-surgery:before {
  content: "\e605";
}

.micon-i-stairs:before,
.fam-med-i-stairs:before {
  content: "\e606";
}

.micon-i-radiology:before,
.fam-med-i-radiology:before {
  content: "\e607";
}

.micon-i-physical-therapy:before,
.fam-med-i-physical-therapy:before {
  content: "\e608";
}

.micon-i-pharmacy:before,
.fam-med-i-pharmacy:before {
  content: "\e609";
}

.micon-i-pediatrics:before,
.fam-med-i-pediatrics:before {
  content: "\e60a";
}

.micon-i-pathology:before,
.fam-med-i-pathology:before {
  content: "\e60b";
}

.micon-i-outpatient:before,
.fam-med-i-outpatient:before {
  content: "\e60c";
}

.micon-i-mental-health:before,
.fam-med-i-mental-health:before {
  content: "\e60d";
}

.micon-i-medical-records:before,
.fam-med-i-medical-records:before {
  content: "\e60e";
}

.micon-i-medical-library:before,
.fam-med-i-medical-library:before {
  content: "\e60f";
}

.micon-i-mammography:before,
.fam-med-i-mammography:before {
  content: "\e610";
}

.micon-i-laboratory:before,
.fam-med-i-laboratory:before {
  content: "\e611";
}

.micon-i-labor-delivery:before,
.fam-med-i-labor-delivery:before {
  content: "\e612";
}

.micon-i-immunizations:before,
.fam-med-i-immunizations:before {
  content: "\e613";
}

.micon-i-imaging-root-category:before,
.fam-med-i-imaging-root-category:before {
  content: "\e614";
}

.micon-i-imaging-alternative-pet:before,
.fam-med-i-imaging-alternative-pet:before {
  content: "\e615";
}

.micon-i-imaging-alternative-mri:before,
.fam-med-i-imaging-alternative-mri:before {
  content: "\e616";
}

.micon-i-imaging-alternative-mri-two:before,
.fam-med-i-imaging-alternative-mri-two:before {
  content: "\e617";
}

.micon-i-imaging-alternative-ct:before,
.fam-med-i-imaging-alternative-ct:before {
  content: "\e618";
}

.micon-i-fire-extinguisher:before,
.fam-med-i-fire-extinguisher:before {
  content: "\e619";
}

.micon-i-family-practice:before,
.fam-med-i-family-practice:before {
  content: "\e61a";
}

.micon-i-emergency:before,
.fam-med-i-emergency:before {
  content: "\e61b";
}

.micon-i-elevators:before,
.fam-med-i-elevators:before {
  content: "\e61c";
}

.micon-i-ear-nose-throat:before,
.fam-med-i-ear-nose-throat:before {
  content: "\e61d";
}

.micon-i-drinking-fountain:before,
.fam-med-i-drinking-fountain:before {
  content: "\e61e";
}

.micon-i-cardiology:before,
.fam-med-i-cardiology:before {
  content: "\e61f";
}

.micon-i-billing:before,
.fam-med-i-billing:before {
  content: "\e620";
}

.micon-i-anesthesia:before,
.fam-med-i-anesthesia:before {
  content: "\e621";
}

.micon-i-ambulance:before,
.fam-med-i-ambulance:before {
  content: "\e622";
}

.micon-i-alternative-complementary:before,
.fam-med-i-alternative-complementary:before {
  content: "\e623";
}

.micon-i-administration:before,
.fam-med-i-administration:before {
  content: "\e624";
}

.micon-i-social-services:before,
.fam-med-i-social-services:before {
  content: "\e625";
}

.micon-i-smoking:before,
.fam-med-i-smoking:before {
  content: "\e626";
}

.micon-i-restrooms:before,
.fam-med-i-restrooms:before {
  content: "\e627";
}

.micon-i-restaurant:before,
.fam-med-i-restaurant:before {
  content: "\e628";
}

.micon-i-respiratory:before,
.fam-med-i-respiratory:before {
  content: "\e629";
}

.micon-i-registration:before,
.fam-med-i-registration:before {
  content: "\e62a";
}

.micon-i-oncology:before,
.fam-med-i-oncology:before {
  content: "\e62b";
}

.micon-i-nutrition:before,
.fam-med-i-nutrition:before {
  content: "\e62c";
}

.micon-i-nursery:before,
.fam-med-i-nursery:before {
  content: "\e62d";
}

.micon-i-no-smoking:before,
.fam-med-i-no-smoking:before {
  content: "\e62e";
}

.micon-i-neurology:before,
.fam-med-i-neurology:before {
  content: "\e62f";
}

.micon-i-mri-pet:before,
.fam-med-i-mri-pet:before {
  content: "\e630";
}

.micon-i-interpreter-services:before,
.fam-med-i-interpreter-services:before {
  content: "\e631";
}

.micon-i-internal-medicine:before,
.fam-med-i-internal-medicine:before {
  content: "\e632";
}

.micon-i-intensive-care:before,
.fam-med-i-intensive-care:before {
  content: "\e633";
}

.micon-i-inpatient:before,
.fam-med-i-inpatient:before {
  content: "\e634";
}

.micon-i-information-us:before,
.fam-med-i-information-us:before {
  content: "\e635";
}

.micon-i-infectious-diseases:before,
.fam-med-i-infectious-diseases:before {
  content: "\e636";
}

.micon-i-hearing-assistance:before,
.fam-med-i-hearing-assistance:before {
  content: "\e637";
}

.micon-i-health-services:before,
.fam-med-i-health-services:before {
  content: "\e638";
}

.micon-i-health-education:before,
.fam-med-i-health-education:before {
  content: "\e639";
}

.micon-i-gift-shop:before,
.fam-med-i-gift-shop:before {
  content: "\e63a";
}

.micon-i-genetics:before,
.fam-med-i-genetics:before {
  content: "\e63b";
}

.micon-i-first-aid:before,
.fam-med-i-first-aid:before {
  content: "\e63c";
}

.micon-i-dermatology:before,
.fam-med-i-dermatology:before {
  content: "\e63d";
}

.micon-i-dental:before,
.fam-med-i-dental:before {
  content: "\e63e";
}

.micon-i-coffee-shop:before,
.fam-med-i-coffee-shop:before {
  content: "\e63f";
}

.micon-i-chapel:before,
.fam-med-i-chapel:before {
  content: "\e640";
}

.micon-i-cath-lab:before,
.fam-med-i-cath-lab:before {
  content: "\e641";
}

.micon-i-care-staff-area:before,
.fam-med-i-care-staff-area:before {
  content: "\e642";
}

.micon-i-accessibility:before,
.fam-med-i-accessibility:before {
  content: "\e643";
}

.micon-i-diabetes-education:before,
.fam-med-i-diabetes-education:before {
  content: "\e644";
}

.micon-i-hospital:before,
.fam-med-i-hospital:before {
  content: "\e645";
}

.micon-i-kidney:before,
.fam-med-i-kidney:before {
  content: "\e646";
}

.micon-i-ophthalmology:before,
.fam-med-i-ophthalmology:before {
  content: "\e647";
}

.micon-womens-health:before,
.fam-med-womens-health:before {
  content: "\e648";
}

.micon-waiting-area:before,
.fam-med-waiting-area:before {
  content: "\e649";
}

.micon-volume-control:before,
.fam-med-volume-control:before {
  content: "\e64a";
}

.micon-ultrasound:before,
.fam-med-ultrasound:before {
  content: "\e64b";
}

.micon-text-telephone:before,
.fam-med-text-telephone:before {
  content: "\e64c";
}

.micon-alternative-complementary:before,
.fam-med-alternative-complementary:before {
  content: "\e64d";
}

.micon-stairs:before,
.fam-med-stairs:before {
  content: "\e64e";
}

.micon-radiology:before,
.fam-med-radiology:before {
  content: "\e64f";
}

.micon-physical-therapy:before,
.fam-med-physical-therapy:before {
  content: "\e650";
}

.micon-pharmacy:before,
.fam-med-pharmacy:before {
  content: "\e651";
}

.micon-pediatrics:before,
.fam-med-pediatrics:before {
  content: "\e652";
}

.micon-pathology:before,
.fam-med-pathology:before {
  content: "\e653";
}

.micon-outpatient:before,
.fam-med-outpatient:before {
  content: "\e654";
}

.micon-ophthalmology:before,
.fam-med-ophthalmology:before {
  content: "\e655";
}

.micon-mental-health:before,
.fam-med-mental-health:before {
  content: "\e656";
}

.micon-medical-records:before,
.fam-med-medical-records:before {
  content: "\e657";
}

.micon-medical-library:before,
.fam-med-medical-library:before {
  content: "\e658";
}

.micon-mammography:before,
.fam-med-mammography:before {
  content: "\e659";
}

.micon-laboratory:before,
.fam-med-laboratory:before {
  content: "\e65a";
}

.micon-labor-delivery:before,
.fam-med-labor-delivery:before {
  content: "\e65b";
}

.micon-kidney:before,
.fam-med-kidney:before {
  content: "\e65c";
}

.micon-immunizations:before,
.fam-med-immunizations:before {
  content: "\e65d";
}

.micon-imaging-root-category:before,
.fam-med-imaging-root-category:before {
  content: "\e65e";
}

.micon-imaging-alternative-pet:before,
.fam-med-imaging-alternative-pet:before {
  content: "\e65f";
}

.micon-imaging-alternative-mri:before,
.fam-med-imaging-alternative-mri:before {
  content: "\e660";
}

.micon-imaging-alternative-mri-two:before,
.fam-med-imaging-alternative-mri-two:before {
  content: "\e661";
}

.micon-imaging-alternative-ct:before,
.fam-med-imaging-alternative-ct:before {
  content: "\e662";
}

.micon-hospital:before,
.fam-med-hospital:before {
  content: "\e663";
}

.micon-fire-extinguisher:before,
.fam-med-fire-extinguisher:before {
  content: "\e664";
}

.micon-family-practice:before,
.fam-med-family-practice:before {
  content: "\e665";
}

.micon-emergency:before,
.fam-med-emergency:before {
  content: "\e666";
}

.micon-elevators:before,
.fam-med-elevators:before {
  content: "\e667";
}

.micon-ear-nose-throat:before,
.fam-med-ear-nose-throat:before {
  content: "\e668";
}

.micon-drinking-fountain:before,
.fam-med-drinking-fountain:before {
  content: "\e669";
}

.micon-diabetes-education:before,
.fam-med-diabetes-education:before {
  content: "\e66a";
}

.micon-cardiology:before,
.fam-med-cardiology:before {
  content: "\e66b";
}

.micon-billing:before,
.fam-med-billing:before {
  content: "\e66c";
}

.micon-anesthesia:before,
.fam-med-anesthesia:before {
  content: "\e66d";
}

.micon-ambulance:before,
.fam-med-ambulance:before {
  content: "\e66e";
}

.fam-asdfmed-alternative-complementary:before {
  content: "\e66f";
}

.micon-administration:before,
.fam-med-administration:before {
  content: "\e670";
}

.micon-accessibility:before,
.fam-med-accessibility:before {
  content: "\e671";
}

.micon-social-services:before,
.fam-med-social-services:before {
  content: "\e672";
}

.micon-smoking:before,
.fam-med-smoking:before {
  content: "\e673";
}

.micon-restrooms:before,
.fam-med-restrooms:before {
  content: "\e674";
}

.micon-restaurant:before,
.fam-med-restaurant:before {
  content: "\e675";
}

.micon-respiratory:before,
.fam-med-respiratory:before {
  content: "\e676";
}

.micon-oncology:before,
.fam-med-oncology:before {
  content: "\e677";
}

.micon-nutrition:before,
.fam-med-nutrition:before {
  content: "\e678";
}

.micon-nursery:before,
.fam-med-nursery:before {
  content: "\e679";
}

.micon-no-smoking:before,
.fam-med-no-smoking:before {
  content: "\e67a";
}

.micon-neurology:before,
.fam-med-neurology:before {
  content: "\e67b";
}

.micon-mri-pet:before,
.fam-med-mri-pet:before {
  content: "\e67c";
}

.micon-interpreter-services:before,
.fam-med-interpreter-services:before {
  content: "\e67d";
}

.micon-internal-medicine:before,
.fam-med-internal-medicine:before {
  content: "\e67e";
}

.micon-intensive-care:before,
.fam-med-intensive-care:before {
  content: "\e67f";
}

.micon-inpatient:before,
.fam-med-inpatient:before {
  content: "\e680";
}

.micon-information-us:before,
.fam-med-information-us:before {
  content: "\e681";
}

.micon-infectious-diseases:before,
.fam-med-infectious-diseases:before {
  content: "\e682";
}

.micon-hearing-assistance:before,
.fam-med-hearing-assistance:before {
  content: "\e683";
}

.micon-health-services:before,
.fam-med-health-services:before {
  content: "\e684";
}

.micon-health-education:before,
.fam-med-health-education:before {
  content: "\e685";
}

.micon-gift-shop:before,
.fam-med-gift-shop:before {
  content: "\e686";
}

.micon-genetics:before,
.fam-med-genetics:before {
  content: "\e687";
}

.micon-first-aid:before,
.fam-med-first-aid:before {
  content: "\e688";
}

.micon-dental:before,
.fam-med-dental:before {
  content: "\e689";
}

.micon-coffee-shop:before,
.fam-med-coffee-shop:before {
  content: "\e68a";
}

.micon-chapel:before,
.fam-med-chapel:before {
  content: "\e68b";
}

.micon-cath-lab:before,
.fam-med-cath-lab:before {
  content: "\e68c";
}

.micon-care-staff-area:before,
.fam-med-care-staff-area:before {
  content: "\e68d";
}

.micon-registration:before,
.fam-med-registration:before {
  content: "\e68e";
}

.micon-dermatology:before,
.fam-med-dermatology:before {
  content: "\e68f";
}

.fa-asterisk:before,
.fam-asterisk:before {
  content: "\f069";
}

.fa-plus:before,
.fam-plus:before {
  content: "\f067";
}

.fa-question:before,
.fam-question:before {
  content: "\f128";
}

.fa-minus:before,
.fam-minus:before {
  content: "\f068";
}

.fa-glass:before,
.fam-glass:before {
  content: "\f000";
}

.fa-music:before,
.fam-music:before {
  content: "\f001";
}

.fa-search:before,
.fam-search:before {
  content: "\f002";
}

.fa-envelope-o:before,
.fam-envelope-o:before {
  content: "\f003";
}

.fa-heart:before,
.fam-heart:before {
  content: "\f004";
}

.fa-star:before,
.fam-star:before {
  content: "\f005";
}

.fa-star-o:before,
.fam-star-o:before {
  content: "\f006";
}

.fa-user:before,
.fam-user:before {
  content: "\f007";
}

.fa-film:before,
.fam-film:before {
  content: "\f008";
}

.fa-th-large:before,
.fam-th-large:before {
  content: "\f009";
}

.fa-th:before,
.fam-th:before {
  content: "\f00a";
}

.fa-th-list:before,
.fam-th-list:before {
  content: "\f00b";
}

.fa-check:before,
.fam-check:before {
  content: "\f00c";
}

.fa-close:before,
.fam-close:before {
  content: "\f00d";
}

.fa-remove:before,
.fam-remove:before {
  content: "\f00d";
}

.fa-times:before,
.fam-times:before,
.selected-year:before {
  content: "\f00d";
}

.fa-search-plus:before,
.fam-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before,
.fam-search-minus:before {
  content: "\f010";
}

.fa-power-off:before,
.fam-power-off:before {
  content: "\f011";
}

.fa-signal:before,
.fam-signal:before {
  content: "\f012";
}

.fa-cog:before,
.fam-cog:before {
  content: "\f013";
}

.fa-gear:before,
.fam-gear:before {
  content: "\f013";
}

.fa-trash-o:before,
.fam-trash-o:before {
  content: "\f014";
}

.fa-home:before,
.fam-home:before {
  content: "\f015";
}

.fa-file-o:before,
.fam-file-o:before {
  content: "\f016";
}

.fa-clock-o:before,
.fam-clock-o:before {
  content: "\f017";
}

.fa-road:before,
.fam-road:before {
  content: "\f018";
}

.fa-download:before,
.fam-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before,
.fam-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before,
.fam-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before,
.fam-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before,
.fam-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before,
.fam-repeat:before {
  content: "\f01e";
}

.fa-rotate-right:before,
.fam-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before,
.fam-refresh:before {
  content: "\f021";
}

.fa-list-alt:before,
.fam-list-alt:before {
  content: "\f022";
}

.fa-lock:before,
.fam-lock:before {
  content: "\f023";
}

.fa-flag:before,
.fam-flag:before {
  content: "\f024";
}

.fa-headphones:before,
.fam-headphones:before {
  content: "\f025";
}

.fa-volume-off:before,
.fam-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before,
.fam-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before,
.fam-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before,
.fam-qrcode:before {
  content: "\f029";
}

.fa-barcode:before,
.fam-barcode:before {
  content: "\f02a";
}

.fa-tag:before,
.fam-tag:before {
  content: "\f02b";
}

.fa-tags:before,
.fam-tags:before {
  content: "\f02c";
}

.fa-book:before,
.fam-book:before {
  content: "\f02d";
}

.fa-bookmark:before,
.fam-bookmark:before {
  content: "\f02e";
}

.fa-print:before,
.fam-print:before {
  content: "\f02f";
}

.fa-camera:before,
.fam-camera:before {
  content: "\f030";
}

.fa-font:before,
.fam-font:before {
  content: "\f031";
}

.fa-bold:before,
.fam-bold:before {
  content: "\f032";
}

.fa-italic:before,
.fam-italic:before {
  content: "\f033";
}

.fa-text-height:before,
.fam-text-height:before {
  content: "\f034";
}

.fa-text-width:before,
.fam-text-width:before {
  content: "\f035";
}

.fa-align-left:before,
.fam-align-left:before {
  content: "\f036";
}

.fa-align-center:before,
.fam-align-center:before {
  content: "\f037";
}

.fa-align-right:before,
.fam-align-right:before {
  content: "\f038";
}

.fa-align-justify:before,
.fam-align-justify:before {
  content: "\f039";
}

.fa-list:before,
.fam-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fam-dedent:before {
  content: "\f03b";
}

.fa-outdent:before,
.fam-outdent:before {
  content: "\f03b";
}

.fa-indent:before,
.fam-indent:before {
  content: "\f03c";
}

.fa-video-camera:before,
.fam-video-camera:before {
  content: "\f03d";
}

.fa-image:before,
.fam-image:before {
  content: "\f03e";
}

.fa-photo:before,
.fam-photo:before {
  content: "\f03e";
}

.fa-picture-o:before,
.fam-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before,
.fam-pencil:before {
  content: "\f040";
}

.fa-map-marker:before,
.fam-map-marker:before {
  content: "\f041";
}

.fa-adjust:before,
.fam-adjust:before {
  content: "\f042";
}

.fa-tint:before,
.fam-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fam-edit:before {
  content: "\f044";
}

.fa-pencil-square-o:before,
.fam-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before,
.fam-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before,
.fam-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before,
.fam-arrows:before {
  content: "\f047";
}

.fa-step-backward:before,
.fam-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before,
.fam-fast-backward:before {
  content: "\f049";
}

.fa-backward:before,
.fam-backward:before {
  content: "\f04a";
}

.fa-play:before,
.fam-play:before {
  content: "\f04b";
}

.fa-pause:before,
.fam-pause:before {
  content: "\f04c";
}

.fa-stop:before,
.fam-stop:before {
  content: "\f04d";
}

.fa-forward:before,
.fam-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before,
.fam-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before,
.fam-step-forward:before {
  content: "\f051";
}

.fa-eject:before,
.fam-eject:before {
  content: "\f052";
}

.fa-chevron-left:before,
.fam-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before,
.fam-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before,
.fam-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before,
.fam-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before,
.fam-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before,
.fam-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before,
.fam-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before,
.fam-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before,
.fam-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before,
.fam-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before,
.fam-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before,
.fam-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before,
.fam-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before,
.fam-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before,
.fam-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before,
.fam-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fam-mail-forward:before {
  content: "\f064";
}

.fa-share:before,
.fam-share:before {
  content: "\f064";
}

.fa-expand:before,
.fam-expand:before {
  content: "\f065";
}

.fa-compress:before,
.fam-compress:before {
  content: "\f066";
}

.fam-plus:before {
  content: "\f067";
}

.fam-minus:before {
  content: "\f068";
}

.fam-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before,
.fam-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before,
.fam-gift:before {
  content: "\f06b";
}

.fa-leaf:before,
.fam-leaf:before {
  content: "\f06c";
}

.fa-fire:before,
.fam-fire:before {
  content: "\f06d";
}

.fa-eye:before,
.fam-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before,
.fam-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before,
.fam-exclamation-triangle:before {
  content: "\f071";
}

.fa-warning:before,
.fam-warning:before {
  content: "\f071";
}

.fa-plane:before,
.fam-plane:before {
  content: "\f072";
}

.fa-calendar:before,
.fam-calendar:before {
  content: "\f073";
}

.fa-random:before,
.fam-random:before {
  content: "\f074";
}

.fa-comment:before,
.fam-comment:before {
  content: "\f075";
}

.fa-magnet:before,
.fam-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before,
.fam-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before,
.fam-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before,
.fam-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before,
.fam-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before,
.fam-folder:before {
  content: "\f07b";
}

.fa-folder-open:before,
.fam-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before,
.fam-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before,
.fam-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart:before,
.fam-bar-chart:before {
  content: "\f080";
}

.fa-bar-chart-o:before,
.fam-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before,
.fam-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before,
.fam-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before,
.fam-camera-retro:before {
  content: "\f083";
}

.fa-key:before,
.fam-key:before {
  content: "\f084";
}

.fa-cogs:before,
.fam-cogs:before {
  content: "\f085";
}

.fa-gears:before,
.fam-gears:before {
  content: "\f085";
}

.fa-comments:before,
.fam-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before,
.fam-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before,
.fam-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before,
.fam-star-half:before {
  content: "\f089";
}

.fa-heart-o:before,
.fam-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before,
.fam-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before,
.fam-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before,
.fam-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before,
.fam-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before,
.fam-sign-in:before {
  content: "\f090";
}

.fa-trophy:before,
.fam-trophy:before {
  content: "\f091";
}

.fa-github-square:before,
.fam-github-square:before {
  content: "\f092";
}

.fa-upload:before,
.fam-upload:before {
  content: "\f093";
}

.fa-lemon-o:before,
.fam-lemon-o:before {
  content: "\f094";
}

.fa-phone:before,
.fam-phone:before {
  content: "\f095";
}

.fa-square-o:before,
.fam-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before,
.fam-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before,
.fam-phone-square:before {
  content: "\f098";
}

.fam-twitter1:before {
  content: "\f099";
}

.fa-facebook:before,
.fam-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before,
.fam-facebook-f:before {
  content: "\f09a";
}

.fa-github:before,
.fam-github:before {
  content: "\f09b";
}

.fa-unlock:before,
.fam-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before,
.fam-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fam-feed:before {
  content: "\f09e";
}

.fa-rss:before,
.fam-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before,
.fam-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before,
.fam-bullhorn:before {
  content: "\f0a1";
}

.fa-bell-o:before,
.fam-bell-o:before {
  content: "\f0a2";
}

.fa-certificate:before,
.fam-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before,
.fam-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before,
.fam-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before,
.fam-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before,
.fam-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before,
.fam-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before,
.fam-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before,
.fam-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before,
.fam-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before,
.fam-globe:before {
  content: "\f0ac";
}

.fa-wrench:before,
.fam-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before,
.fam-tasks:before {
  content: "\f0ae";
}

.fa-filter:before,
.fam-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before,
.fam-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before,
.fam-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fam-group:before {
  content: "\f0c0";
}

.fa-users:before,
.fam-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fam-chain:before {
  content: "\f0c1";
}

.fa-link:before,
.fam-link:before {
  content: "\f0c1";
}

.fa-cloud:before,
.fam-cloud:before {
  content: "\f0c2";
}

.fa-flask:before,
.fam-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fam-cut:before {
  content: "\f0c4";
}

.fa-scissors:before,
.fam-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fam-copy:before {
  content: "\f0c5";
}

.fa-files-o:before,
.fam-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before,
.fam-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before,
.fam-floppy-o:before {
  content: "\f0c7";
}

.fa-save:before,
.fam-save:before {
  content: "\f0c7";
}

.fa-square:before,
.fam-square:before {
  content: "\f0c8";
}

.fa-bars:before,
.fam-bars:before {
  content: "\f0c9";
}

.fa-navicon:before,
.fam-navicon:before {
  content: "\f0c9";
}

.fa-reorder:before,
.fam-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before,
.fam-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before,
.fam-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before,
.fam-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before,
.fam-underline:before {
  content: "\f0cd";
}

.fa-table:before,
.fam-table:before {
  content: "\f0ce";
}

.fa-magic:before,
.fam-magic:before {
  content: "\f0d0";
}

.fa-truck:before,
.fam-truck:before {
  content: "\f0d1";
}

.fam-pinterest1:before {
  content: "\f0d2";
}

.fa-pinterest-square:before,
.fam-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before,
.fam-google-plus-square:before {
  content: "\f0d4";
}

.fam-google-plus1:before {
  content: "\f0d5";
}

.fa-money:before,
.fam-money:before {
  content: "\f0d6";
}

.fa-caret-down:before,
.fam-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before,
.fam-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before,
.fam-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before,
.fam-caret-right:before {
  content: "\f0da";
}

.fa-columns:before,
.fam-columns:before {
  content: "\f0db";
}

.fa-sort:before,
.fam-sort:before {
  content: "\f0dc";
}

.fa-unsorted:before,
.fam-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,
.fam-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-down:before,
.fam-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before,
.fam-sort-asc:before {
  content: "\f0de";
}

.fa-sort-up:before,
.fam-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before,
.fam-envelope:before {
  content: "\f0e0";
}

.fam-linkedin1:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fam-rotate-left:before {
  content: "\f0e2";
}

.fa-undo:before,
.fam-undo:before {
  content: "\f0e2";
}

.fa-gavel:before,
.fam-gavel:before {
  content: "\f0e3";
}

.fa-legal:before,
.fam-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fam-dashboard:before {
  content: "\f0e4";
}

.fa-tachometer:before,
.fam-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before,
.fam-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before,
.fam-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before,
.fam-bolt:before {
  content: "\f0e7";
}

.fa-flash:before,
.fam-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before,
.fam-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before,
.fam-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before,
.fam-clipboard:before {
  content: "\f0ea";
}

.fa-paste:before,
.fam-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before,
.fam-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before,
.fam-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before,
.fam-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before,
.fam-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before,
.fam-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before,
.fam-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before,
.fam-suitcase:before {
  content: "\f0f2";
}

.fa-bell:before,
.fam-bell:before {
  content: "\f0f3";
}

.fa-coffee:before,
.fam-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before,
.fam-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before,
.fam-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before,
.fam-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before,
.fam-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before,
.fam-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before,
.fam-medkit:before,
.fa-medkit:before,
.fam-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before,
.fam-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before,
.fam-beer:before {
  content: "\f0fc";
}

.fa-h-square:before,
.fam-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before,
.fam-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before,
.fam-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before,
.fam-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before,
.fam-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before,
.fam-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before,
.fam-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before,
.fam-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before,
.fam-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before,
.fam-angle-down:before {
  content: "\f107";
}

.fa-desktop:before,
.fam-desktop:before {
  content: "\f108";
}

.fa-laptop:before,
.fam-laptop:before {
  content: "\f109";
}

.fa-tablet:before,
.fam-tablet:before {
  content: "\f10a";
}

.fa-mobile:before,
.fam-mobile:before {
  content: "\f10b";
}

.fa-mobile-phone:before,
.fam-mobile-phone:before {
  content: "\f10b";
}

.fa-circle-o:before,
.fam-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before,
.fam-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before,
.fam-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before,
.fam-spinner:before {
  content: "\f110";
}

.fa-circle:before,
.fam-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fam-mail-reply:before {
  content: "\f112";
}

.fa-reply:before,
.fam-reply:before {
  content: "\f112";
}

.fam-github-alt1:before {
  content: "\f113";
}

.fa-folder-o:before,
.fam-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before,
.fam-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before,
.fam-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before,
.fam-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before,
.fam-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before,
.fam-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before,
.fam-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before,
.fam-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before,
.fam-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before,
.fam-terminal:before {
  content: "\f120";
}

.fa-code:before,
.fam-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fam-mail-reply-all:before {
  content: "\f122";
}

.fa-reply-all:before,
.fam-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fam-star-half-empty:before {
  content: "\f123";
}

.fa-star-half-full:before,
.fam-star-half-full:before {
  content: "\f123";
}

.fa-star-half-o:before,
.fam-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before,
.fam-location-arrow:before {
  content: "\f124";
}

.fa-crop:before,
.fam-crop:before {
  content: "\f125";
}

.fa-code-fork:before,
.fam-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before,
.fam-chain-broken:before {
  content: "\f127";
}

.fa-unlink:before,
.fam-unlink:before {
  content: "\f127";
}

.fam-question:before {
  content: "\f128";
}

.fa-info:before,
.fam-info:before {
  content: "\f129";
}

.fa-exclamation:before,
.fam-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before,
.fam-superscript:before {
  content: "\f12b";
}

.fa-subscript:before,
.fam-subscript:before {
  content: "\f12c";
}

.fa-eraser:before,
.fam-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before,
.fam-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before,
.fam-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before,
.fam-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before,
.fam-shield:before {
  content: "\f132";
}

.fa-calendar-o:before,
.fam-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before,
.fam-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before,
.fam-rocket:before {
  content: "\f135";
}

.fam-maxcdn1:before {
  content: "\f136";
}

.fa-chevron-circle-left:before,
.fam-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before,
.fam-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before,
.fam-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before,
.fam-chevron-circle-down:before {
  content: "\f13a";
}

.fam-html51:before {
  content: "\f13b";
}

.fam-css31:before {
  content: "\f13c";
}

.fa-anchor:before,
.fam-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before,
.fam-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before,
.fam-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before,
.fam-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before,
.fam-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before,
.fam-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before,
.fam-play-circle:before {
  content: "\f144";
}

.fa-ticket:before,
.fam-ticket:before {
  content: "\f145";
}

.fa-minus-square:before,
.fam-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before,
.fam-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before,
.fam-level-up:before {
  content: "\f148";
}

.fa-level-down:before,
.fam-level-down:before {
  content: "\f149";
}

.fa-check-square:before,
.fam-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before,
.fam-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before,
.fam-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before,
.fam-share-square:before {
  content: "\f14d";
}

.fa-compass:before,
.fam-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before,
.fam-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-down:before,
.fam-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before,
.fam-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-up:before,
.fam-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before,
.fam-caret-square-o-right:before {
  content: "\f152";
}

.fa-toggle-right:before,
.fam-toggle-right:before {
  content: "\f152";
}

.fa-eur:before,
.fam-eur:before {
  content: "\f153";
}

.fa-euro:before,
.fam-euro:before {
  content: "\f153";
}

.fa-gbp:before,
.fam-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fam-dollar:before {
  content: "\f155";
}

.fa-usd:before,
.fam-usd:before {
  content: "\f155";
}

.fa-inr:before,
.fam-inr:before {
  content: "\f156";
}

.fa-rupee:before,
.fam-rupee:before {
  content: "\f156";
}

.fa-cny:before,
.fam-cny:before {
  content: "\f157";
}

.fa-jpy:before,
.fam-jpy:before {
  content: "\f157";
}

.fa-rmb:before,
.fam-rmb:before {
  content: "\f157";
}

.fa-yen:before,
.fam-yen:before {
  content: "\f157";
}

.fa-rouble:before,
.fam-rouble:before {
  content: "\f158";
}

.fa-rub:before,
.fam-rub:before {
  content: "\f158";
}

.fa-ruble:before,
.fam-ruble:before {
  content: "\f158";
}

.fa-krw:before,
.fam-krw:before {
  content: "\f159";
}

.fa-won:before,
.fam-won:before {
  content: "\f159";
}

.fam-bitcoin1:before {
  content: "\f15a";
}

.fa-btc:before,
.fam-btc:before {
  content: "\f15a";
}

.fa-file:before,
.fam-file:before {
  content: "\f15b";
}

.fa-file-text:before,
.fam-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before,
.fam-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before,
.fam-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before,
.fam-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before,
.fam-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before,
.fam-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before,
.fam-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before,
.fam-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before,
.fam-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before,
.fam-youtube-square:before {
  content: "\f166";
}

.fam-youtube1:before {
  content: "\f167";
}

.fam-xing1:before {
  content: "\f168";
}

.fa-xing-square:before,
.fam-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before,
.fam-youtube-play:before {
  content: "\f16a";
}

.fam-dropbox1:before {
  content: "\f16b";
}

.fam-stack-overflow1:before {
  content: "\f16c";
}

.fam-instagram1:before {
  content: "\f16d";
}

.fam-flickr1:before {
  content: "\f16e";
}

.fam-adn1:before {
  content: "\f170";
}

.fam-bitbucket1:before {
  content: "\f171";
}

.fa-bitbucket-square:before,
.fam-bitbucket-square:before {
  content: "\f172";
}

.fam-tumblr1:before {
  content: "\f173";
}

.fa-tumblr-square:before,
.fam-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before,
.fam-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before,
.fam-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before,
.fam-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before,
.fam-long-arrow-right:before {
  content: "\f178";
}

.fam-apple1:before {
  content: "\f179";
}

.fam-windows1:before {
  content: "\f17a";
}

.fam-android1:before {
  content: "\f17b";
}

.fam-linux1:before {
  content: "\f17c";
}

.fam-dribbble1:before {
  content: "\f17d";
}

.fam-skype1:before {
  content: "\f17e";
}

.fam-foursquare1:before {
  content: "\f180";
}

.fam-trello1:before {
  content: "\f181";
}

.fa-female:before,
.fam-female:before {
  content: "\f182";
}

.fa-male:before,
.fam-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fam-gittip:before {
  content: "\f184";
}

.fa-gratipay:before,
.fam-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before,
.fam-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before,
.fam-moon-o:before {
  content: "\f186";
}

.fa-archive:before,
.fam-archive:before {
  content: "\f187";
}

.fa-bug:before,
.fam-bug:before {
  content: "\f188";
}

.fam-vk1:before {
  content: "\f189";
}

.fam-weibo1:before {
  content: "\f18a";
}

.fam-renren1:before {
  content: "\f18b";
}

.fam-pagelines1:before {
  content: "\f18c";
}

.fam-stack-exchange1:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before,
.fam-arrow-circle-o-right:before {
  content: "\f18e";
}

.fam-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before,
.fam-caret-square-o-left:before {
  content: "\f191";
}

.fa-toggle-left:before,
.fam-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before,
.fam-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before,
.fam-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before,
.fam-vimeo-square:before {
  content: "\f194";
}

.fa-try:before,
.fam-try:before {
  content: "\f195";
}

.fa-turkish-lira:before,
.fam-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before,
.fam-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before,
.fam-space-shuttle:before {
  content: "\f197";
}

.fam-slack1:before {
  content: "\f198";
}

.fa-envelope-square:before,
.fam-envelope-square:before {
  content: "\f199";
}

.fam-wordpress1:before {
  content: "\f19a";
}

.fam-openid1:before {
  content: "\f19b";
}

.fa-bank:before,
.fam-bank:before {
  content: "\f19c";
}

.fa-institution:before,
.fam-institution:before {
  content: "\f19c";
}

.fa-university:before,
.fam-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before,
.fam-graduation-cap:before {
  content: "\f19d";
}

.fa-mortar-board:before,
.fam-mortar-board:before {
  content: "\f19d";
}

.fam-yahoo1:before {
  content: "\f19e";
}

.fam-google1:before {
  content: "\f1a0";
}

.fam-reddit1:before {
  content: "\f1a1";
}

.fa-reddit-square:before,
.fam-reddit-square:before {
  content: "\f1a2";
}

.fam-stumbleupon-circle1:before {
  content: "\f1a3";
}

.fam-stumbleupon1:before {
  content: "\f1a4";
}

.fam-delicious1:before {
  content: "\f1a5";
}

.fam-digg1:before {
  content: "\f1a6";
}

.fam-pied-piper-pp1:before {
  content: "\f1a7";
}

.fam-pied-piper-alt1:before {
  content: "\f1a8";
}

.fam-drupal1:before {
  content: "\f1a9";
}

.fam-joomla1:before {
  content: "\f1aa";
}

.fa-language:before,
.fam-language:before {
  content: "\f1ab";
}

.fa-fax:before,
.fam-fax:before {
  content: "\f1ac";
}

.fa-building:before,
.fam-building:before {
  content: "\f1ad";
}

.fa-child:before,
.fam-child:before {
  content: "\f1ae";
}

.fa-paw:before,
.fam-paw:before {
  content: "\f1b0";
}

.fa-spoon:before,
.fam-spoon:before {
  content: "\f1b1";
}

.fa-cube:before,
.fam-cube:before {
  content: "\f1b2";
}

.fa-cubes:before,
.fam-cubes:before {
  content: "\f1b3";
}

.fam-behance1:before {
  content: "\f1b4";
}

.fa-behance-square:before,
.fam-behance-square:before {
  content: "\f1b5";
}

.fam-steam1:before {
  content: "\f1b6";
}

.fa-steam-square:before,
.fam-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before,
.fam-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fam-automobile:before {
  content: "\f1b9";
}

.fa-car:before,
.fam-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fam-cab:before {
  content: "\f1ba";
}

.fa-taxi:before,
.fam-taxi:before {
  content: "\f1ba";
}

.fa-tree:before,
.fam-tree:before {
  content: "\f1bb";
}

.fam-spotify1:before {
  content: "\f1bc";
}

.fam-deviantart1:before {
  content: "\f1bd";
}

.fam-soundcloud1:before {
  content: "\f1be";
}

.fa-database:before,
.fam-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before,
.fam-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before,
.fam-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before,
.fam-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before,
.fam-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before,
.fam-file-image-o:before {
  content: "\f1c5";
}

.fa-file-photo-o:before,
.fam-file-photo-o:before {
  content: "\f1c5";
}

.fa-file-picture-o:before,
.fam-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before,
.fam-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-zip-o:before,
.fam-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before,
.fam-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-sound-o:before,
.fam-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fam-file-movie-o:before {
  content: "\f1c8";
}

.fa-file-video-o:before,
.fam-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before,
.fam-file-code-o:before {
  content: "\f1c9";
}

.fam-vine1:before {
  content: "\f1ca";
}

.fam-codepen1:before {
  content: "\f1cb";
}

.fam-jsfiddle1:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fam-life-bouy:before {
  content: "\f1cd";
}

.fa-life-buoy:before,
.fam-life-buoy:before {
  content: "\f1cd";
}

.fa-life-ring:before,
.fam-life-ring:before {
  content: "\f1cd";
}

.fa-life-saver:before,
.fam-life-saver:before {
  content: "\f1cd";
}

.fa-support:before,
.fam-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before,
.fam-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fam-ra:before {
  content: "\f1d0";
}

.fa-rebel:before,
.fam-rebel:before {
  content: "\f1d0";
}

.fa-resistance:before,
.fam-resistance:before {
  content: "\f1d0";
}

.fam-empire1:before {
  content: "\f1d1";
}

.fa-git-square:before,
.fam-git-square:before {
  content: "\f1d2";
}

.fam-git1:before {
  content: "\f1d3";
}

.fam-hacker-news1:before {
  content: "\f1d4";
}

.fa-y-combinator-square:before,
.fam-y-combinator-square:before {
  content: "\f1d4";
}

.fa-yc-square:before,
.fam-yc-square:before {
  content: "\f1d4";
}

.fam-tencent-weibo1:before {
  content: "\f1d5";
}

.fam-qq1:before {
  content: "\f1d6";
}

.fam-wechat:before {
  content: "\f1d7";
}

.fa-weixin:before,
.fam-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before,
.fam-paper-plane:before {
  content: "\f1d8";
}

.fa-send:before,
.fam-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before,
.fam-paper-plane-o:before {
  content: "\f1d9";
}

.fa-send-o:before,
.fam-send-o:before {
  content: "\f1d9";
}

.fa-history:before,
.fam-history:before {
  content: "\f1da";
}

.fa-circle-thin:before,
.fam-circle-thin:before {
  content: "\f1db";
}

.fa-header:before,
.fam-header:before {
  content: "\f1dc";
}

.fa-paragraph:before,
.fam-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before,
.fam-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before,
.fam-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before,
.fam-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before,
.fam-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before,
.fam-futbol-o:before {
  content: "\f1e3";
}

.fa-soccer-ball-o:before,
.fam-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before,
.fam-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before,
.fam-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before,
.fam-plug:before {
  content: "\f1e6";
}

.fam-slideshare1:before {
  content: "\f1e7";
}

.fam-twitch1:before {
  content: "\f1e8";
}

.fam-yelp1:before {
  content: "\f1e9";
}

.fa-newspaper-o:before,
.fam-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before,
.fam-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before,
.fam-calculator:before {
  content: "\f1ec";
}

.fam-paypal1:before {
  content: "\f1ed";
}

.fam-google-wallet1:before {
  content: "\f1ee";
}

.fam-cc-visa1:before {
  content: "\f1f0";
}

.fam-cc-mastercard1:before {
  content: "\f1f1";
}

.fam-cc-discover1:before {
  content: "\f1f2";
}

.fam-cc-amex1:before {
  content: "\f1f3";
}

.fam-cc-paypal1:before {
  content: "\f1f4";
}

.fam-cc-stripe1:before {
  content: "\f1f5";
}

.fa-bell-slash:before,
.fam-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before,
.fam-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before,
.fam-trash:before {
  content: "\f1f8";
}

.fa-copyright:before,
.fam-copyright:before {
  content: "\f1f9";
}

.fa-at:before,
.fam-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before,
.fam-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before,
.fam-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before,
.fam-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before,
.fam-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before,
.fam-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before,
.fam-line-chart:before {
  content: "\f201";
}

.fam-lastfm1:before {
  content: "\f202";
}

.fa-lastfm-square:before,
.fam-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before,
.fam-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before,
.fam-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before,
.fam-bicycle:before {
  content: "\f206";
}

.fa-bus:before,
.fam-bus:before {
  content: "\f207";
}

.fam-ioxhost1:before {
  content: "\f208";
}

.fam-angellist1:before {
  content: "\f209";
}

.fa-cc:before,
.fam-cc:before {
  content: "\f20a";
}

.fa-ils:before,
.fam-ils:before {
  content: "\f20b";
}

.fa-shekel:before,
.fam-shekel:before {
  content: "\f20b";
}

.fa-sheqel:before,
.fam-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before,
.fam-meanpath:before {
  content: "\f20c";
}

.fam-buysellads1:before {
  content: "\f20d";
}

.fam-connectdevelop1:before {
  content: "\f20e";
}

.fam-dashcube1:before {
  content: "\f210";
}

.fam-forumbee1:before {
  content: "\f211";
}

.fam-leanpub1:before {
  content: "\f212";
}

.fam-sellsy1:before {
  content: "\f213";
}

.fam-shirtsinbulk1:before {
  content: "\f214";
}

.fam-simplybuilt1:before {
  content: "\f215";
}

.fam-skyatlas1:before {
  content: "\f216";
}

.fa-cart-plus:before,
.fam-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before,
.fam-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before,
.fam-diamond:before {
  content: "\f219";
}

.fa-ship:before,
.fam-ship:before {
  content: "\f21a";
}

.fa-user-secret:before,
.fam-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before,
.fam-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before,
.fam-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before,
.fam-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before,
.fam-venus:before {
  content: "\f221";
}

.fa-mars:before,
.fam-mars:before {
  content: "\f222";
}

.fa-mercury:before,
.fam-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fam-intersex:before {
  content: "\f224";
}

.fa-transgender:before,
.fam-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before,
.fam-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before,
.fam-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before,
.fam-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before,
.fam-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before,
.fam-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before,
.fam-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before,
.fam-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before,
.fam-neuter:before {
  content: "\f22c";
}

.fa-genderless:before,
.fam-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before,
.fam-facebook-official:before {
  content: "\f230";
}

.fam-pinterest-p1:before {
  content: "\f231";
}

.fam-whatsapp1:before {
  content: "\f232";
}

.fa-server:before,
.fam-server:before {
  content: "\f233";
}

.fa-user-plus:before,
.fam-user-plus:before {
  content: "\f234";
}

.fa-user-times:before,
.fam-user-times:before {
  content: "\f235";
}

.fa-bed:before,
.fam-bed:before {
  content: "\f236";
}

.fa-hotel:before,
.fam-hotel:before {
  content: "\f236";
}

.fam-viacoin1:before {
  content: "\f237";
}

.fa-train:before,
.fam-train:before {
  content: "\f238";
}

.fa-subway:before,
.fam-subway:before {
  content: "\f239";
}

.fam-medium1:before {
  content: "\f23a";
}

.fam-y-combinator1:before {
  content: "\f23b";
}

.fa-yc:before,
.fam-yc:before {
  content: "\f23b";
}

.fam-optin-monster1:before {
  content: "\f23c";
}

.fam-opencart1:before {
  content: "\f23d";
}

.fam-expeditedssl1:before {
  content: "\f23e";
}

.fa-battery:before,
.fam-battery:before {
  content: "\f240";
}

.fa-battery-4:before,
.fam-battery-4:before {
  content: "\f240";
}

.fa-battery-full:before,
.fam-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fam-battery-3:before {
  content: "\f241";
}

.fa-battery-three-quarters:before,
.fam-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fam-battery-2:before {
  content: "\f242";
}

.fa-battery-half:before,
.fam-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fam-battery-1:before {
  content: "\f243";
}

.fa-battery-quarter:before,
.fam-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fam-battery-0:before {
  content: "\f244";
}

.fa-battery-empty:before,
.fam-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before,
.fam-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before,
.fam-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before,
.fam-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before,
.fam-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before,
.fam-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before,
.fam-sticky-note-o:before {
  content: "\f24a";
}

.fam-cc-jcb1:before {
  content: "\f24b";
}

.fam-cc-diners-club1:before {
  content: "\f24c";
}

.fa-clone:before,
.fam-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before,
.fam-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before,
.fam-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fam-hourglass-1:before {
  content: "\f251";
}

.fa-hourglass-start:before,
.fam-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fam-hourglass-2:before {
  content: "\f252";
}

.fa-hourglass-half:before,
.fam-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fam-hourglass-3:before {
  content: "\f253";
}

.fa-hourglass-end:before,
.fam-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before,
.fam-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fam-hand-grab-o:before {
  content: "\f255";
}

.fa-hand-rock-o:before,
.fam-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before,
.fam-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-stop-o:before,
.fam-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before,
.fam-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before,
.fam-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before,
.fam-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before,
.fam-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before,
.fam-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before,
.fam-trademark:before {
  content: "\f25c";
}

.fa-registered:before,
.fam-registered:before {
  content: "\f25d";
}

.fam-creative-commons1:before {
  content: "\f25e";
}

.fam-gg1:before {
  content: "\f260";
}

.fam-gg-circle1:before {
  content: "\f261";
}

.fa-tripadvisor:before,
.fam-tripadvisor:before {
  content: "\f262";
}

.fam-odnoklassniki1:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before,
.fam-odnoklassniki-square:before {
  content: "\f264";
}

.fam-get-pocket1:before {
  content: "\f265";
}

.fam-wikipedia-w1:before {
  content: "\f266";
}

.fam-safari1:before {
  content: "\f267";
}

.fam-chrome1:before {
  content: "\f268";
}

.fam-firefox1:before {
  content: "\f269";
}

.fam-opera1:before {
  content: "\f26a";
}

.fam-internet-explorer1:before {
  content: "\f26b";
}

.fa-television:before,
.fam-television:before {
  content: "\f26c";
}

.fa-tv:before,
.fam-tv:before {
  content: "\f26c";
}

.fam-contao1:before {
  content: "\f26d";
}

.fa-500px:before,
.fam-500px:before {
  content: "\f26e";
}

.fam-amazon1:before {
  content: "\f270";
}

.fa-calendar-plus-o:before,
.fam-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before,
.fam-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before,
.fam-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before,
.fam-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before,
.fam-industry:before {
  content: "\f275";
}

.fa-map-pin:before,
.fam-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before,
.fam-map-signs:before {
  content: "\f277";
}

.fa-map-o:before,
.fam-map-o:before {
  content: "\f278";
}

.fa-map:before,
.fam-map:before {
  content: "\f279";
}

.fa-commenting:before,
.fam-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before,
.fam-commenting-o:before {
  content: "\f27b";
}

.fam-houzz1:before {
  content: "\f27c";
}

.fam-vimeo1:before {
  content: "\f27d";
}

.fam-black-tie1:before {
  content: "\f27e";
}

.fam-fonticons1:before {
  content: "\f280";
}

.fam-reddit-alien1:before {
  content: "\f281";
}

.fam-edge1:before {
  content: "\f282";
}

.fa-credit-card-alt:before,
.fam-credit-card-alt:before {
  content: "\f283";
}

.fam-codiepie1:before {
  content: "\f284";
}

.fam-modx1:before {
  content: "\f285";
}

.fam-fort-awesome1:before {
  content: "\f286";
}

.fam-usb1:before {
  content: "\f287";
}

.fam-product-hunt1:before {
  content: "\f288";
}

.fam-mixcloud1:before {
  content: "\f289";
}

.fam-scribd1:before {
  content: "\f28a";
}

.fa-pause-circle:before,
.fam-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before,
.fam-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before,
.fam-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before,
.fam-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before,
.fam-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before,
.fam-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before,
.fam-hashtag:before {
  content: "\f292";
}

.fam-bluetooth1:before {
  content: "\f293";
}

.fam-bluetooth-b1:before {
  content: "\f294";
}

.fa-percent:before,
.fam-percent:before {
  content: "\f295";
}

.fam-gitlab1:before {
  content: "\f296";
}

.fam-wpbeginner1:before {
  content: "\f297";
}

.fam-wpforms1:before {
  content: "\f298";
}

.fam-envira1:before {
  content: "\f299";
}

.fa-universal-access:before,
.fam-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before,
.fam-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before,
.fam-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before,
.fam-blind:before {
  content: "\f29d";
}

.fa-audio-description:before,
.fam-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before,
.fam-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before,
.fam-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before,
.fam-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fam-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-asl-interpreting:before,
.fam-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before,
.fam-deaf:before {
  content: "\f2a4";
}

.fa-deafness:before,
.fam-deafness:before {
  content: "\f2a4";
}

.fa-hard-of-hearing:before,
.fam-hard-of-hearing:before {
  content: "\f2a4";
}

.fam-glide1:before {
  content: "\f2a5";
}

.fam-glide-g1:before {
  content: "\f2a6";
}

.fam-sign-language:before {
  content: "\f2a7";
}

.fa-signing:before,
.fam-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before,
.fam-low-vision:before {
  content: "\f2a8";
}

.fam-viadeo1:before {
  content: "\f2a9";
}

.fa-viadeo-square:before,
.fam-viadeo-square:before {
  content: "\f2aa";
}

.fam-snapchat1:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before,
.fam-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before,
.fam-snapchat-square:before {
  content: "\f2ad";
}

.fam-pied-piper1:before {
  content: "\f2ae";
}

.fam-first-order1:before {
  content: "\f2b0";
}

.fam-yoast1:before {
  content: "\f2b1";
}

.fam-themeisle1:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fam-google-plus-circle:before {
  content: "\f2b3";
}

.fa-google-plus-official:before,
.fam-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fam-fa:before {
  content: "\f2b4";
}

.fa-font-awesome:before,
.fam-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before,
.fam-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before,
.fam-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before,
.fam-envelope-open-o:before {
  content: "\f2b7";
}

.fam-linode1:before {
  content: "\f2b8";
}

.fa-address-book:before,
.fam-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before,
.fam-address-book-o:before {
  content: "\f2ba";
}

.fa-address-card:before,
.fam-address-card:before {
  content: "\f2bb";
}

.fa-vcard:before,
.fam-vcard:before {
  content: "\f2bb";
}

.fa-address-card-o:before,
.fam-address-card-o:before {
  content: "\f2bc";
}

.fa-vcard-o:before,
.fam-vcard-o:before {
  content: "\f2bc";
}

.fa-user-circle:before,
.fam-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before,
.fam-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before,
.fam-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before,
.fam-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fam-drivers-license:before {
  content: "\f2c2";
}

.fa-id-card:before,
.fam-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fam-drivers-license-o:before {
  content: "\f2c3";
}

.fa-id-card-o:before,
.fam-id-card-o:before {
  content: "\f2c3";
}

.fam-quora1:before {
  content: "\f2c4";
}

.fam-free-code-camp1:before {
  content: "\f2c5";
}

.fam-telegram1:before {
  content: "\f2c6";
}

.fa-thermometer:before,
.fam-thermometer:before {
  content: "\f2c7";
}

.fa-thermometer-4:before,
.fam-thermometer-4:before {
  content: "\f2c7";
}

.fa-thermometer-full:before,
.fam-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fam-thermometer-3:before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters:before,
.fam-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fam-thermometer-2:before {
  content: "\f2c9";
}

.fa-thermometer-half:before,
.fam-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fam-thermometer-1:before {
  content: "\f2ca";
}

.fa-thermometer-quarter:before,
.fam-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fam-thermometer-0:before {
  content: "\f2cb";
}

.fa-thermometer-empty:before,
.fam-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before,
.fam-shower:before {
  content: "\f2cc";
}

.fa-bath:before,
.fam-bath:before {
  content: "\f2cd";
}

.fa-bathtub:before,
.fam-bathtub:before {
  content: "\f2cd";
}

.fa-s15:before,
.fam-s15:before {
  content: "\f2cd";
}

.fa-podcast:before,
.fam-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before,
.fam-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before,
.fam-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before,
.fam-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fam-times-rectangle:before {
  content: "\f2d3";
}

.fa-window-close:before,
.fam-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fam-times-rectangle-o:before {
  content: "\f2d4";
}

.fa-window-close-o:before,
.fam-window-close-o:before {
  content: "\f2d4";
}

.fam-bandcamp1:before {
  content: "\f2d5";
}

.fam-grav1:before {
  content: "\f2d6";
}

.fam-etsy1:before {
  content: "\f2d7";
}

.fam-imdb1:before {
  content: "\f2d8";
}

.fam-ravelry1:before {
  content: "\f2d9";
}

.fa-eercast:before,
.fam-eercast:before {
  content: "\f2da";
}

.fa-microchip:before,
.fam-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before,
.fam-snowflake-o:before {
  content: "\f2dc";
}

.fam-superpowers1:before {
  content: "\f2dd";
}

.fam-wpexplorer1:before {
  content: "\f2de";
}

.fam-meetup1:before {
  content: "\f2e0";
}

/*
Template Name: Medwise
Template URL: http://wwsthemes.com/themes/medwise/v1.0/
Description: HTML5 Bootstrap Medical And Health Template
Version: 1.0
Author: WWS Themes
Author URL: http://wwsthemes.com
*/
/***********************************/
/****** Background Parallax ******/
/***********************************/
.parallax {
  background-size: 140%;
  background-attachment: fixed;
  background-position: center center;
}

@media only screen and (min-width: 1200px) {
  .parallax {
    background-size: cover;
  }
}
/***********************************/
/******** Owl Carousel 2.0.0 *******/
/***********************************/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*********************************/
/******** Bootstrap Select *******/
/*********************************/
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -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);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* Pretty Photo */
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 13px;
}

div.pp_default .pp_top .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}

div.pp_default .pp_next:hover {
  background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}

div.pp_default .pp_previous:hover {
  background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}

div.pp_default .pp_expand {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_expand:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_contract {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_contract:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}

div.pp_default .pp_social {
  margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
  background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}

div.light_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

div.dark_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff;
}

div.dark_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
  background: #000;
}

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

div.dark_square .pp_expand {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_nav {
  clear: none;
}

div.dark_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: #fff;
}

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: #000;
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff;
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative;
}

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
  background: #fff;
}

div.light_rounded .pp_description, div.light_square .pp_description {
  margin-right: 85px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

.pp_top, .pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_top, * html .pp_bottom {
  padding: 0 20px;
}

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

[class*=cal-cell] {
  float: left;
  margin-left: 0;
  min-height: 1px;
}

.cal-row-fluid {
  width: 100%;
  *zoom: 1;
}

.cal-row-fluid:before,
.cal-row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

.cal-row-fluid:after {
  clear: both;
}

.cal-row-fluid [class*=cal-cell] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  *margin-left: -0.0521376434%;
}

.cal-row-fluid [class*=cal-cell]:first-child {
  margin-left: 0;
}

.cal-row-fluid .controls-row [class*=cal-cell] + [class*=cal-cell] {
  margin-left: 0%;
}

.cal-row-fluid .cal-cell7 {
  width: 100%;
  *width: 99.9466950959%;
}

.cal-row-fluid .cal-cell6 {
  width: 85.7142857143%;
  *width: 85.6609808102%;
}

.cal-row-fluid .cal-cell5 {
  width: 71.4285714286%;
  *width: 71.3752665245%;
}

.cal-row-fluid .cal-cell4 {
  width: 57.1428571429%;
  *width: 57.0895522388%;
}

.cal-row-fluid .cal-cell3 {
  width: 42.8571428571%;
  *width: 42.8038379531%;
}

.cal-row-fluid .cal-cell2 {
  width: 28.5714285714%;
  *width: 28.5181236674%;
}

.cal-row-fluid .cal-cell1 {
  width: 14.2857142857%;
  *width: 14.2324093817%;
}

.cal-week-box .cal-offset7,
.cal-row-fluid .cal-offset7,
.cal-row-fluid .cal-offset7:first-child {
  margin-left: 100%;
  *margin-left: 99.8933901919%;
}

.cal-week-box .cal-offset6,
.cal-row-fluid .cal-offset6,
.cal-row-fluid .cal-offset6:first-child {
  margin-left: 85.7142857143%;
  *margin-left: 85.6076759062%;
}

.cal-week-box .cal-offset5,
.cal-row-fluid .cal-offset5,
.cal-row-fluid .cal-offset5:first-child {
  margin-left: 71.4285714286%;
  *margin-left: 71.3219616205%;
}

.cal-week-box .cal-offset4,
.cal-row-fluid .cal-offset4,
.cal-row-fluid .cal-offset4:first-child {
  margin-left: 57.1428571429%;
  *margin-left: 57.0362473348%;
}

.cal-week-box .cal-offset3,
.cal-row-fluid .cal-offset3,
.cal-row-fluid .cal-offset3:first-child {
  margin-left: 42.8571428571%;
  *margin-left: 42.750533049%;
}

.cal-week-box .cal-offset2,
.cal-row-fluid .cal-offset2,
.cal-row-fluid .cal-offset2:first-child {
  margin-left: 28.5714285714%;
  *margin-left: 28.4648187633%;
}

.cal-week-box .cal-offset1,
.cal-row-fluid .cal-offset1,
.cal-row-fluid .cal-offset1:first-child {
  margin-left: 14.2857142857%;
  *margin-left: 14.1791044776%;
}

.cal-row-fluid .cal-cell1 {
  width: 14.2857142857%;
  *width: 14.2335766423%;
}

[class*=cal-cell].hide,
.cal-row-fluid [class*=cal-cell].hide {
  display: none;
}

[class*=cal-cell].pull-right,
.cal-row-fluid [class*=cal-cell].pull-right {
  float: right;
}

.cal-row-head [class*=cal-cell]:first-child,
.cal-row-head [class*=cal-cell] {
  min-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cal-events-num {
  margin-top: 20px;
}

.cal-month-day {
  position: relative;
  display: block;
  width: 100%;
}

#cal-week-box {
  position: absolute;
  width: 70px;
  left: -71px;
  top: -1px;
  padding: 8px 5px;
  cursor: pointer;
}

#cal-day-tick {
  position: absolute;
  right: 50%;
  bottom: -21px;
  padding: 0px 5px;
  cursor: pointer;
  z-index: 5;
  text-align: center;
  width: 26px;
  margin-right: -17px;
}

.cal-year-box #cal-day-tick {
  margin-right: -7px;
}

#cal-slide-box {
  position: relative;
}

#cal-slide-tick {
  position: absolute;
  width: 16px;
  margin-left: -7px;
  height: 9px;
  top: -1px;
  z-index: 1;
}

#cal-slide-tick.tick-month1 {
  left: 12.5%;
}

#cal-slide-tick.tick-month2 {
  left: 37.5%;
}

#cal-slide-tick.tick-month3 {
  left: 62.5%;
}

#cal-slide-tick.tick-month4 {
  left: 87.5%;
}

#cal-slide-tick.tick-day1 {
  left: 7.1428571429%;
}

#cal-slide-tick.tick-day2 {
  left: 21.4285714286%;
}

#cal-slide-tick.tick-day3 {
  left: 35.7142857143%;
}

#cal-slide-tick.tick-day4 {
  left: 50%;
}

#cal-slide-tick.tick-day5 {
  left: 64.2857142857%;
}

#cal-slide-tick.tick-day6 {
  left: 78.5714285714%;
}

#cal-slide-tick.tick-day7 {
  left: 92.8571428571%;
}

.events-list {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#cal-slide-content ul.unstyled {
  margin-bottom: 0;
}

.cal-week-box {
  position: relative;
}

.cal-week-box [data-event-class] {
  white-space: nowrap;
  height: 30px;
  margin: 1px 1px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 10px;
}

.cal-week-box .cal-column {
  position: absolute;
  height: 100%;
  z-index: -1;
}

.cal-week-box .arrow-before,
.cal-week-box .arrow-after {
  position: relative;
}

.cal-week-box .arrow-after:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  right: 0;
  border-top: 15px solid #ffffff;
  border-left: 8px solid;
  border-bottom: 15px solid #FFFFFF;
}

.cal-week-box .arrow-before:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  left: 1px;
  border-top: 15px solid transparent;
  border-left: 8px solid #FFFFFF;
  border-bottom: 15px solid transparent;
}

#cal-day-box {
  text-wrap: none;
}

#cal-day-box .cal-day-hour-part {
  height: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: thin dashed #e1e1e1;
}

#cal-day-box .cal-day-hour .day-highlight {
  height: 30px;
}

#cal-day-box .cal-hours {
  font-weight: bolder;
}

#cal-day-box .cal-day-hour:nth-child(odd) {
  background-color: #fafafa;
}

#cal-day-box #cal-day-panel {
  position: relative;
  padding-left: 60px;
}

#cal-day-box #cal-day-panel-hour {
  position: absolute;
  width: 100%;
  margin-left: -60px;
}

#cal-day-box .day-event {
  position: relative;
  max-width: 200px;
  overflow: hidden;
}

#cal-day-box .day-highlight {
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #c3c3c3;
  margin: 1px 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#cal-day-box .day-highlight.dh-event-important {
  border: 1px solid #ad2121;
}

#cal-day-box .day-highlight.dh-event-warning {
  border: 1px solid #e3bc08;
}

#cal-day-box .day-highlight.dh-event-info {
  border: 1px solid #1e90ff;
}

#cal-day-box .day-highlight.dh-event-inverse {
  border: 1px solid #1b1b1b;
}

#cal-day-box .day-highlight.dh-event-success {
  border: 1px solid #006400;
}

#cal-day-box .day-highlight.dh-event-special {
  background-color: #ffe6ff;
  border: 1px solid #800080;
}

.event {
  display: block;
  background-color: #c3c3c3;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-bottom: 2px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  border: 1px solid #ffffff;
}

.event-block {
  display: block;
  background-color: #c3c3c3;
  width: 20px;
  height: 100%;
}

.cal-event-list .event.pull-left {
  margin-top: 3px;
}

.event-important {
  background-color: #ad2121;
}

.event-info {
  background-color: #1e90ff;
}

.event-warning {
  background-color: #e3bc08;
}

.event-inverse {
  background-color: #1b1b1b;
}

.event-success {
  background-color: #006400;
}

.event-special {
  background-color: #800080;
}

.day-highlight:hover,
.day-highlight {
  background-color: #dddddd;
}

.day-highlight.dh-event-important:hover,
.day-highlight.dh-event-important {
  background-color: #fae3e3;
}

.day-highlight.dh-event-warning:hover,
.day-highlight.dh-event-warning {
  background-color: #fdf1ba;
}

.day-highlight.dh-event-info:hover,
.day-highlight.dh-event-info {
  background-color: #d1e8ff;
}

.day-highlight.dh-event-inverse:hover,
.day-highlight.dh-event-inverse {
  background-color: #c1c1c1;
}

.day-highlight.dh-event-success:hover,
.day-highlight.dh-event-success {
  background-color: #caffca;
}

.day-highlight.dh-event-special:hover,
.day-highlight.dh-event-special {
  background-color: #ffe6ff;
}

.cal-row-head [class*=cal-cell]:first-child,
.cal-row-head [class*=cal-cell] {
  font-weight: bolder;
  text-align: center;
  border: 0px solid;
  padding: 5px 0;
}

.cal-row-head [class*=cal-cell] small {
  font-weight: normal;
}

.cal-year-box .row-fluid:hover,
.cal-row-fluid:hover {
  background-color: #fafafa;
}

.cal-month-day {
  height: 100px;
}

[class*=cal-cell]:hover {
  background-color: #ededed;
}

.cal-year-box [class*=span],
.cal-month-box [class*=cal-cell] {
  min-height: 100px;
  border-right: 1px solid #e1e1e1;
  position: relative;
}

.cal-year-box [class*=span] {
  min-height: 60px;
}

.cal-year-box .row-fluid [class*=span]:last-child,
.cal-month-box .cal-row-fluid [class*=cal-cell]:last-child {
  border-right: 0px;
}

.cal-year-box .row-fluid,
.cal-month-box .cal-row-fluid {
  border-bottom: 1px solid #e1e1e1;
  margin-left: 0px;
  margin-right: 0px;
}

.cal-year-box .row-fluid:last-child,
.cal-month-box .cal-row-fluid:last-child {
  border-bottom: 0px;
}

.cal-month-box,
.cal-year-box,
.cal-week-box {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-radius: 2px;
}

span[data-cal-date] {
  font-size: 1.2em;
  font-weight: normal;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  margin-top: 15px;
  margin-right: 15px;
}

span[data-cal-date]:hover {
  opacity: 1;
}

.cal-day-outmonth span[data-cal-date] {
  opacity: 0.1;
  cursor: default;
}

.cal-day-today {
  background-color: #e8fde7;
}

.cal-day-today span[data-cal-date] {
  color: darkgreen;
}

.cal-month-box .cal-day-today span[data-cal-date] {
  font-size: 1.9em;
}

.cal-day-holiday span[data-cal-date] {
  color: #800080;
}

.cal-day-weekend span[data-cal-date] {
  color: darkred;
}

#cal-week-box {
  border: 1px solid #e1e1e1;
  border-right: 0px;
  border-radius: 5px 0 0 5px;
  background-color: #fafafa;
  text-align: right;
}

#cal-day-tick {
  border: 1px solid #e1e1e1;
  border-top: 0px solid;
  border-radius: 0 0 5px 5px;
  background-color: #ededed;
  text-align: center;
}

#cal-slide-box {
  border-top: 0px solid #8c8c8c;
}

#cal-slide-content {
  padding: 20px;
  color: #ffffff;
  background-image: url("../img/dark_wood.png");
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

#cal-slide-tick {
  background-image: url("../img/tick.png?2");
}

#cal-slide-content:hover {
  background-color: transparent;
}

#cal-slide-content a.event-item {
  color: #ffffff;
  font-weight: normal;
  line-height: 22px;
}

.events-list {
  max-height: 47px;
  padding-left: 5px;
}

.cal-column {
  border-left: 1px solid #e1e1e1;
}

a.cal-event-week {
  text-decoration: none;
  color: #151515;
}

.badge-important {
  background-color: #b94a48;
}

/*!
cookieCuttr.css - http://cookiecuttr.com
Licensed under GNU General Public License
by Chris Wharton
*/
.cc-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9001;
  display: none !important;
}

.cc-cookies {
  position: fixed;
  z-index: 9002;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 1em 0.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 0.5em;
  padding-left: 1em;
  text-align: center;
  background-color: #383838;
  color: #ffffff;
  text-align: left;
  /*
  @include respond-to(small) {
      width: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      bottom: auto;
      text-align: center;
      padding: 1em 1em;
  }
  */
  /*&:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 5em;
      height: 100%;
      background-image: url(../images/cookies.jpg);
      @extend %background-cover;
  }*/
}
.cc-cookies .section-heading {
  display: none;
}

.cc-cookies--light {
  background-color: #ffffff;
  color: #1e1e1e;
  border: 6px solid #f7f7f7;
}
.cc-cookies--light .section-heading {
  display: block;
}
.cc-cookies--light a:not(.cc-cookie-accept) {
  color: #1e1e1e;
}
.cc-cookies--light a:not(.cc-cookie-accept):visited {
  color: #1e1e1e;
}

.cc-heading {
  font-size: 1em;
  font-family: "MinionPro-Regular", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cc-message {
  position: relative;
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: left;
}
@media (min-width: 768px) {
  .cc-message {
    margin-top: 1.5em;
    margin-bottom: 1em;
  }
}

.cc-cookies a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.cc-cookies a:visited {
  color: #ffffff;
}
.cc-cookies a:hover, .cc-cookies a:focus {
  color: #407EC9;
}

.cc-overlay {
  height: 100%;
  padding-top: 25%;
}

.cc-cookies-error {
  float: left;
  width: 100%;
  text-align: left;
  margin: 1em 0 2em 0;
  background-color: #ffffff;
  padding: 2em 5%;
  color: #1e1e1e;
}

.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset {
  display: block;
  color: #ffffff;
  text-decoration: none;
  background-color: #407EC9;
  padding: 0.5em 1em;
  text-align: center;
  -webkit-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
}
@media screen and (min-width: 768px) {
  .cc-cookies a.cc-cookie-accept,
  .cc-cookies-error a.cc-cookie-accept,
  .cc-cookies a.cc-cookie-decline,
  .cc-cookies-error a.cc-cookie-decline,
  .cc-cookies a.cc-cookie-reset {
    display: inline-block;
    margin-top: 0;
  }
}

.cc-cookies a.cc-cookie-accept:hover,
.cc-cookies-error a.cc-cookie-accept:hover {
  color: #ffffff;
  background-color: #3571bb;
}

.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
  background-color: transparent;
  margin-left: 0.5em;
  color: #000000;
}

.cc-cookies a.cc-cookie-reset {
  background-color: #ED8B00;
}

.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}

.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}

.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}

.cc-cookies.cc-discreet a.cc-cookie-reset:hover {
  text-decoration: none;
}

/*
Template Name: Medwise
Template URL: http://wwsthemes.com/themes/medwise/v1.0/
Description: HTML5 Bootstrap Medical And Health Template
Version: 1.1
Author: WWS Themes
Author URL: http://wwsthemes.com
*/
/*

    **************MENU**************

    1. Core CSS (html, body, a, hr etc)
    2. Typography (headings, paragraphs, blockquotes etc)
    3. Helper Classes (special classes for ease of use)
    4. General CSS (various elements such as counters, icon boxes etc.)
    5. Blog CSS (blog list, single blog & widgets)
    6. Coming Soon & Not Found (Misc Pages)
    7. Plugins (owl carousel, date picker, bootstrap carousel etc)
    8. Mobile CSS (responsive css for mobile devices)

*/
/************************/
/******** 1. Core *******/
/************************/
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 18px;
  font-family: "UniversalLTStd", Segoe UI, Arial, Helvetica, Sans-Serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #1e1e1e;
}

a {
  color: #614B79;
}

a:hover,
a:focus,
a:active:hover {
  text-decoration: none;
  outline: none;
  color: #4d3b60;
}

.loader-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: #fff;
}

.loader {
  position: absolute;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  border: 6px solid #f2f2f2;
  border-left: 6px solid #614B79;
  margin-top: -50px;
  margin-left: -50px;
  -webkit-animation: circle 1.1s infinite linear;
  animation: circle 1.1s infinite linear;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*******************************/
/******** 4. General CSS *******/
/*******************************/
/* Header Version 1 */
.header-1 .emergency {
  display: inline-block;
  text-align: center;
  padding: 18px 0px 18px 0px;
}

.header-1 .emergency i {
  font-size: 62px;
  color: #614B79;
  float: left;
  margin-right: 10px;
  line-height: 60px;
}

.header-1 .emergency .number {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}

.header-1 .emergency .sub-text {
  font-size: 13px;
  color: #c5c5c5;
  text-transform: uppercase;
}

.header-1 .topbar {
  background-color: #614B79;
}

.header-1 .topbar .contact {
  list-style: none;
  padding: 0px;
  overflow: hidden;
  float: right;
  margin: 0px;
}

.header-1 .topbar .contact li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 6px 0px;
}

.header-1 .topbar .contact li:first-child {
  padding-left: 0px;
}

.header-1 .topbar .contact li span {
  font-weight: bold;
}

.header-1 .topbar .social > li {
  position: relative;
  padding: 3px;
  margin: 0px;
}

.header-1 .topbar .contact,
.header-1 .topbar .social {
  width: 100%;
  text-align: center;
}

/* Header Version 2 */
.header-2 .topbar {
  background-color: #614B79;
}

.header-2 .navbar-default .navbar-nav > li > a.btn-emergency {
  position: relative;
  background-color: #614B79;
  padding: 10px 20px;
  color: #fff;
  margin-top: 15px;
  line-height: 27px;
  border-radius: 4px;
  z-index: 1;
}

.header-2 .navbar-default .navbar-nav > li > a.btn-emergency:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  z-index: -1;
}

.header-2 .navbar-default .navbar-nav > li > a.btn-emergency:hover:before,
.header-2 .navbar-default .navbar-nav > li > a.btn-emergency:active:before,
.header-2 .navbar-default .navbar-nav > li > a.btn-emergency:focus:before,
.header-2 .navbar-default .navbar-nav > li > a.btn-emergency:active:hover:before,
.header-2 .navbar-default .navbar-nav > li > a.btn-emergency:hover:active:before {
  opacity: 0.1;
}

.header-2 .navbar-default .navbar-nav > li > a.btn-emergency:hover > i {
  color: #fff;
}

.header-2 .navbar-default .navbar-nav > li > a.btn-emergency:after {
  display: none;
}

.header-2 .topbar .contact {
  list-style: none;
  padding: 0px;
  overflow: hidden;
  margin: 0px;
  float: right;
}

.header-2 .topbar .contact li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 6px 0px;
}

.header-2 .topbar .contact li:first-child {
  padding-left: 0px;
}

.header-2 .topbar .contact li span {
  font-weight: bold;
}

.header-2 .topbar .social > li {
  position: relative;
  padding: 3px;
  margin: 0px;
}

.header-2 .topbar .contact,
.header-2 .topbar .social {
  width: 100%;
  text-align: center;
}

/* Header Version 3 */
.header-3 {
  position: relative;
  width: 100%;
}

.header-3 .emergency {
  display: inline-block;
  text-align: center;
  padding: 18px 0px 18px 0px;
}

.header-3 .emergency i {
  font-size: 58px;
  color: #fff;
  float: left;
  margin-right: 10px;
}

.header-3 .emergency .number {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}

.header-3 .emergency .sub-text {
  font-size: 13px;
  color: #f7f7f7;
  text-transform: uppercase;
}

.header-3 .topbar {
  position: relative;
  background-color: #303b41;
}

.header-3 .topbar .contact {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}

.header-3 .topbar .contact li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 6px 0px;
}

.header-3 .topbar .contact li:first-child {
  padding-left: 0px;
}

.header-3 .topbar .contact li span {
  font-weight: bold;
}

.header-3 .topbar .social > li {
  position: relative;
  padding: 3px;
  margin: 0px;
}

.header-3 .topbar .social > li > a {
  background-color: transparent;
}

.header-3 .topbar .social > li > a:hover {
  background-color: #614B79;
}

.header-3 .topbar .contact,
.header-3 .topbar .social {
  width: 100%;
  text-align: center;
}

/* OPD Scheduler */
.career-box {
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
  border: 6px solid #f2f2f2;
  margin: 20px 0px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.career-box .heading, .career-box .values__heading {
  color: #614B79;
}

.career-box .slots {
  overflow: hidden;
}

.career-box .slots .heading, .career-box .slots .values__heading {
  color: #303b41;
  font-family: "UniversLTStd-Ex", sans-serif;
  font-size: 14px;
}

.career-box .slots ul {
  list-style: none;
  padding: 0px;
}

.career-box .slots ul li {
  float: left;
  padding: 3px 5px;
  border: 1px solid #614B79;
  margin: 0px 5px 5px 0px;
  font-size: 12px;
  font-weight: 400;
  color: #614B79;
  border-radius: 2px;
}

.career-box .info p {
  margin-top: 15px;
  font-size: 14px;
  text-align: justify;
}

.career-box:hover {
  border-color: #614B79;
}

/* Slider Box */
.slider-box-appointment {
  border-radius: 5px;
  overflow: hidden;
  background-color: rgba(97, 75, 121, 0.8);
  padding: 40px 25px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
  margin: 20px 0px;
}

.slider-box-appointment .header {
  margin-bottom: 20px;
}

.slider-box-appointment .header .heading, .slider-box-appointment .header .values__heading {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 300;
}

.slider-box-appointment .body .text-muted {
  font-size: 13px;
}

/* Quick Appointment */
.quick-appointment-form {
  background-color: #614B79;
  padding: 50px;
}

/* Fixed Appointment */
#fixed-appointment {
  position: fixed;
  bottom: 0px;
  right: 50px;
  width: 300px;
  display: none;
  z-index: 99;
}

#fixed-appointment .form-header {
  background-color: #614B79;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

#fixed-appointment .form-header .heading, #fixed-appointment .form-header .values__heading {
  margin: 0px;
  color: #fff;
  padding: 12px 20px;
}

#fixed-appointment .form-body {
  background-color: #f5f5f5;
  display: none;
}

#fixed-appointment .form-body form {
  padding: 20px;
}

/* Icon Boxes */
.iconbox-1 {
  text-align: center;
  margin: 20px 0px;
}

.iconbox-1 > .iconbox-icon i {
  font-size: 30px;
  color: #614B79;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  background-color: #f2f2f2;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.iconbox-1 > .iconbox-icon {
  position: relative;
  display: inline-block;
}

.iconbox-1 > .iconbox-icon:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 2px solid #614B79;
  border-radius: 50%;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.iconbox-1 > .iconbox-content {
  margin-top: 30px;
  display: inline-block;
}

.iconbox-1 > .iconbox-content p {
  margin: 0px;
}

.iconbox-1:hover .iconbox-icon i {
  background-color: #614B79;
  color: #fff;
}

.iconbox-1:hover .iconbox-icon:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.iconbox-2 {
  margin: 20px 0px;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.iconbox-2 .heading, .iconbox-2 .values__heading {
  color: #614B79;
  margin-bottom: 10px;
}

.iconbox-2 > .iconbox-icon > i {
  font-size: 36px;
  color: #614B79;
  display: inline-block;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
}

.iconbox-2 > .iconbox-icon,
.iconbox-2 > .iconbox-content {
  display: table-cell;
  vertical-align: middle;
}

.iconbox-2 > .iconbox-content {
  margin-top: 20px;
  padding-left: 20px;
}

.iconbox-2 > .iconbox-content p {
  margin: 0px;
}

.iconbox-2:hover > .iconbox-icon > i {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}

.iconbox-2:hover {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.iconbox-3, .values__icon_box {
  position: relative;
  text-align: center;
  margin: 20px 0px;
}

.iconbox-3 > .heading, .iconbox-3 > .values__heading, .values__icon_box > .heading, .values__icon_box > .values__heading {
  color: #fff;
}

.iconbox-3 > .iconbox-icon, .values__icon_box > .iconbox-icon {
  display: inline-block;
  margin-bottom: 20px;
}

.iconbox-3 > .iconbox-icon i, .values__icon_box > .iconbox-icon i {
  height: 100px;
  width: 100px;
  line-height: 90px;
  text-align: center;
  color: #fff;
  font-size: 35px;
  border: 8px solid #614B79;
  border-radius: 50px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.iconbox-3 > p, .values__icon_box > p {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.iconbox-3:hover > .iconbox-icon i, .values__icon_box:hover > .iconbox-icon i {
  border-color: transparent;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
      transform: scale(1.5);
}

.iconbox-4 {
  position: relative;
  display: block;
  text-align: center;
  background-color: #614B79;
  margin: 20px 0px;
}

.iconbox-4 .heading, .iconbox-4 .values__heading {
  color: #fff;
}

.iconbox-4 em {
  color: #fff;
  display: inline-block;
  font-size: 60px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.iconbox-4 p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0px;
}

.iconbox-4:hover em {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}

/* Department Box */
.department-box-1 {
  position: relative;
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 50px 25px;
  margin: 20px 0px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.department-box-1 i {
  font-size: 60px;
  text-align: center;
  color: #fff;
  background-color: #614B79;
  height: 90px;
  width: 90px;
  line-height: 90px;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.department-box-1 .heading, .department-box-1 .values__heading {
  color: #614B79;
  font-weight: bold;
  line-height: 37px;
  margin-top: 20px;
}

.department-box-1:hover {
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
}

.department-box-2, .card--blog__social, .card--blog__cat, .card--blog, .card {
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 6px solid #f2f2f2;
  margin: 20px 0px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.department-box-2 .head, .card--blog__social .head, .card--blog__cat .head, .card--blog .head, .card .head {
  position: relative;
  padding: 20px;
  border-bottom: 0px;
}

.department-box-2 .head .heading, .department-box-2 .head .values__heading, .card--blog__social .head .heading, .card--blog__social .head .values__heading, .card--blog__cat .head .heading, .card--blog__cat .head .values__heading, .card--blog .head .heading, .card--blog .head .values__heading, .card .head .heading, .card .head .values__heading {
  font-size: 30px;
  color: #614B79;
  margin: 20px 0px 0px;
}

.department-box-2 .head i, .card--blog__social .head i, .card--blog__cat .head i, .card--blog .head i, .card .head i {
  font-size: 48px;
  color: #614B79;
  height: 100px;
  width: 100px;
  background-color: #f2f2f2;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.department-box-2 .body, .card--blog__social .body, .card--blog__cat .body, .card--blog .body, .card .body {
  padding: 20px;
  border-top: 0px;
}

.department-box-2:hover, .card--blog__social:hover, .card--blog__cat:hover, .card--blog:hover, .card:hover {
  border-color: #614B79;
}

.department-box-2:hover .head i, .card--blog__social:hover .head i, .card--blog__cat:hover .head i, .card--blog:hover .head i, .card:hover .head i {
  background-color: #614B79;
  color: #fff;
}

.department-box-3 {
  margin: 20px 0px;
}

.department-box-3 i {
  display: inline-block;
  color: #fff;
  font-size: 60px;
  height: 100px;
  width: 100px;
  line-height: 98px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.department-box-3:hover i {
  background-color: rgba(255, 255, 255, 0.1);
}

.department-box-3 a {
  color: #fff;
}

.department-list {
  list-style: none;
  padding: 0px;
}

.department-list li {
  margin: 20px 0px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.department-list li > a {
  display: block;
}

.department-list .list-icon,
.department-list .list-text {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 15px;
}

.department-list .list-icon {
  color: #fff;
  background-color: #614B79;
  padding: 0 31px;
  min-width: 95px;
  /*max-width: 95px;*/
}

.department-list .list-icon img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 95px;
  height: 95px;
}

.department-list .list-icon i {
  font-size: 40px;
}

/* Offer Box */
.offer-box {
  border: 2px dashed #e5e5e5;
  padding: 15px;
  background-color: #fff;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  margin: 20px 0px;
}

.offer-box .offer-header {
  padding-bottom: 10px;
  border-bottom: 1px dashed #e5e5e5;
}

.offer-box .offer-header .heading, .offer-box .offer-header .values__heading {
  margin-bottom: 0.1em;
  font-size: 28px;
}

.offer-box .offer-header span {
  text-transform: uppercase;
}

.offer-box .offer-body {
  padding-top: 10px;
}

.offer-box:hover {
  border-style: solid;
  background-color: #f9f9f9;
}

/* Doctor Box */
.doctor-box-1 {
  position: relative;
  margin: 20px 0px;
}

.doctor-box-1 img {
  margin: auto;
}

.doctor-box-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  height: 70%;
  border: 5px solid #f7f7f7;
  border-bottom: 0px;
  z-index: -1;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.doctor-box-1 .doctor-details {
  position: absolute;
  top: 80%;
  text-align: center;
  width: 100%;
  background-color: #614B79;
  padding: 10px 0px;
  border: 5px solid #f7f7f7;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.doctor-box-1 .doctor-details .doctor-name {
  margin: 0px;
  color: #fff;
}

.doctor-box-1 .doctor-details .doctor-desig {
  color: #fff;
  font-size: 13px;
}

.doctor-box-1 .doctor-social {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  top: 80%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.doctor-box-1:hover:before {
  height: 55%;
  border-color: #614B79;
}

.doctor-box-1:hover .doctor-details {
  top: 65%;
  border-color: #614B79;
}

.doctor-box-1:hover .doctor-social {
  opacity: 1;
  visibility: visible;
}

.doctor-box-2 {
  padding: 20px;
  border: 6px solid #f2f2f2;
  margin: 20px 0px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.doctor-box-2 .doctor-img {
  position: relative;
  text-align: center;
}

.doctor-box-2 .doctor-img img {
  max-width: 100%;
}

.doctor-box-2 .doctor-name {
  text-align: center;
  margin-top: 20px;
}

.doctor-box-2 .doctor-name .heading, .doctor-box-2 .doctor-name .values__heading {
  color: #614B79;
}

.doctor-box-2 .doctor-details {
  margin-top: 15px;
}

.doctor-box-2 .doctor-name .doctor-desig {
  display: block;
  margin-top: 10px;
}

.doctor-box-2:hover {
  border-color: #614B79;
}

.doctor-box-3 {
  border: 6px solid #f2f2f2;
  padding: 10px;
  margin: 20px 0px;
  background-color: #fff;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.doctor-box-3 .doctor-img,
.doctor-box-3 .doctor-detail {
  display: table-cell;
  vertical-align: middle;
}

.doctor-box-3 .doctor-img {
  max-width: 100px;
}

.doctor-box-3 .doctor-detail {
  padding-left: 20px;
}

.doctor-box-3 .doctor-detail .heading, .doctor-box-3 .doctor-detail .values__heading {
  color: #614B79;
}

.doctor-box-3 .doctor-detail .time {
  display: block;
  margin-top: 10px;
}

.doctor-box-3 .doctor-detail .time i {
  color: #614B79;
  margin-right: 5px;
}

.doctor-box-3:hover {
  border-color: #614B79;
}

/* Doctor Single */
.doctor-single .doctor-details .doctor-name {
  margin-bottom: 10px;
}

.doctor-single .doctor-details .doctor-desig {
  color: #614B79;
}

.doctor-single .doctor-details .doctor-edu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.doctor-single .doctor-details .doctor-edu li {
  float: left;
  margin-right: 10px;
  background-color: #f2f2f2;
  padding: 3px 10px;
  font-weight: 400;
  border-radius: 4px;
}

.doctor-single .doctor-contact {
  background-color: #614B79;
  padding: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.doctor-single .doctor-contact .contact-list {
  display: inline-block;
  text-align: left;
  margin-bottom: 0px;
}

/* Department Single */
.department-header .department-details {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-right: 20px;
}

.department-header .department-details .department-loc {
  color: #614B79;
}

/* Schedule Table */
.table-schedule {
  width: 100%;
  background-color: #614B79;
}

.table-schedule td {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 80px;
  color: #fff;
  padding: 14px;
  position: relative;
}

.table-schedule thead th {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.table-schedule thead th .date,
.table-schedule thead th .day {
  display: block;
}

.table-schedule thead th .date {
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  line-height: 52px;
}

.table-schedule thead th .day {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.table-schedule tbody tr td:first-child {
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 20px;
}

.table-schedule tbody tr td:first-child span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.table-schedule tbody td .time {
  color: rgba(255, 255, 255, 0.8);
}

.table-schedule tbody td.light {
  background-color: rgba(255, 255, 255, 0.2);
}

.table-schedule tbody td.dark {
  background-color: rgba(0, 0, 0, 0.1);
}

.table-schedule tbody td .book {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.table-schedule tbody td:hover .book {
  opacity: 1;
  visibility: visible;
}

.table-schedule tbody td .book .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

/* Mini Schedule Table */
.table-schedule-mini img {
  max-width: 65px;
  max-width: 65px;
}

.table-schedule-mini > tbody > tr > td,
.table-schedule-mini > tbody > tr > th,
.table-schedule-mini > tfoot > tr > td,
.table-schedule-mini > tfoot > tr > th,
.table-schedule-mini > thead > tr > td,
.table-schedule-mini > thead > tr > th {
  vertical-align: middle;
}

.table-schedule-mini > tbody > tr {
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.table-schedule-mini > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* Pricing Table */
.pricing-box-1 {
  position: relative;
  border: 6px solid #f2f2f2;
  padding: 35px 0px;
  margin: 20px 0px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.pricing-box-1 .header {
  padding: 0px 20px;
}

.pricing-box-1 .header .heading, .pricing-box-1 .header .values__heading {
  color: #614B79;
  margin-bottom: 0px;
  font-size: 30px;
}

.pricing-box-1 .price {
  margin-top: 15px;
}

.pricing-box-1 .price span {
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}

.pricing-box-1 .price span:first-child {
  font-size: 36px;
  color: #303b41;
  border-radius: 3px;
  margin-right: 5px;
}

.pricing-box-1 .price span:first-child small {
  font-size: 18px;
}

.pricing-box-1 .body {
  position: relative;
  margin-bottom: 20px;
}

.pricing-box-1 .body .features {
  padding: 0px 25px;
}

.pricing-box-1 .body .features ul {
  list-style: none;
  padding: 0px;
  text-align: left;
  margin-bottom: 25px;
}

.pricing-box-1 .body .features ul li {
  position: relative;
  padding: 15px 10px 15px 25px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
}

.pricing-box-1 .body .features ul li:last-child {
  border-bottom: 0px;
}

.pricing-box-1 .body .features ul li strong {
  display: block;
}

.pricing-box-1 .body .features ul li span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

.pricing-box-1 .body .features ul li:before {
  font: normal normal normal 8px/1 FontAwesome;
  content: "\f10c";
  color: #614B79;
  position: absolute;
  top: 20px;
  left: 2px;
  font-weight: 600;
}

.pricing-box-1:hover {
  border-color: #614B79;
}

.pricing-box-1.popular {
  border-color: #614B79;
  padding: 45px 0px;
  margin-top: 10px;
}

.pricing-box-1.popular:before {
  content: "Popular";
  position: absolute;
  left: -30px;
  top: 10px;
  background-color: #614B79;
  color: #fff;
  font-size: 12px;
  padding: 5px 50px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
}

.pricing-box-2 {
  border: 6px solid #f2f2f2;
  padding: 20px;
  position: relative;
  overflow: hidden;
  margin: 20px 0px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.pricing-box-2 .header {
  padding-left: 30px;
}

.pricing-box-2 .header,
.pricing-box-2 .body {
  vertical-align: middle;
}

.pricing-box-2 .header .heading, .pricing-box-2 .header .values__heading {
  margin-bottom: 0px;
  color: #614B79;
}

.pricing-box-2 .price {
  margin-top: 15px;
}

.pricing-box-2 .price span {
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}

.pricing-box-2 .price span:first-child {
  font-size: 36px;
  color: #303b41;
  border-radius: 3px;
  margin-right: 5px;
  display: block;
}

.pricing-box-2 .price span:first-child small {
  font-size: 18px;
}

.pricing-box-2 .body {
  position: relative;
  width: 100%;
}

.pricing-box-2 .body .features {
  padding-left: 30px;
}

.pricing-box-2 .body .features ul {
  list-style: none;
  padding: 0px;
  text-align: left;
  margin-bottom: 0px;
}

.pricing-box-2 .body .features ul li {
  position: relative;
  padding: 15px 10px 15px 25px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
}

.pricing-box-2 .body .features ul li:last-child {
  border-bottom: 0px;
}

.pricing-box-2 .body .features ul li strong {
  display: block;
}

.pricing-box-2 .body .features ul li span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

.pricing-box-2 .body .features ul li:before {
  font: normal normal normal 8px/1 FontAwesome;
  content: "\f10c";
  color: #614B79;
  position: absolute;
  top: 20px;
  left: 2px;
  font-weight: 600;
}

.pricing-box-2:hover {
  border-color: #614B79;
}

.pricing-box-2.popular {
  border-color: #614B79;
}

.pricing-box-2.popular:before {
  content: "Popular";
  position: absolute;
  left: -80px;
  top: 6px;
  background-color: #614B79;
  color: #fff;
  font-size: 12px;
  padding: 5px 100px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
}

/* Feature Box */
.feature-box {
  padding: 20px 0px;
}

.feature-box.left {
  text-align: right;
}

.feature-box.right {
  text-align: left;
}

.feature-box.left .text {
  padding-right: 60px;
}

.feature-box.right .text {
  padding-left: 60px;
}

.feature-box .count {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  color: #614B79;
  background-color: #fff;
  border: 2px solid #614B79;
  margin-bottom: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.feature-box:hover .count {
  background-color: #614B79;
  color: #fff;
}

.feature-box.left .count {
  float: right;
}

.feature-box.right .count {
  float: left;
}

/* FAQ Box */
.faq {
  background-size: cover;
}

.faq-box {
  margin: 20px 0px;
}

.faq-box .faq-header {
  position: relative;
  padding: 15px 20px 15px 50px;
  background-color: #fff;
  margin-bottom: 4px;
  border-left: 3px solid #1686e7;
}

.faq-box .faq-header .heading, .faq-box .faq-header .values__heading {
  margin: 0px;
  font-family: "UniversLTStd-Ex", sans-serif;
  font-size: 16px;
}

.faq-box .faq-header:before {
  content: "Q";
  font-family: "MinionPro-Regular", serif;
  position: absolute;
  font-weight: 600;
  left: 10px;
  top: 8px;
  font-size: 35px;
  color: #614B79;
}

.faq-box .faq-body {
  position: relative;
  background-color: #fff;
  padding: 15px 20px 15px 50px;
  border-left: 3px solid #d5d5d5;
}

.faq-box .faq-body p {
  margin: 0px;
}

.faq-box .faq-body:before {
  content: "A";
  font-family: "MinionPro-Regular", serif;
  position: absolute;
  font-weight: 600;
  left: 10px;
  top: 8px;
  font-size: 35px;
  color: #d5d5d5;
}

/* Call Out */
.call-out-1 {
  position: relative;
}

.call-out-1:before,
.call-out-1:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0px;
  z-index: -1;
}

.call-out-1:before {
  background-color: #614B79;
  left: 0px;
}

.call-out-1:after {
  background-color: #303b41;
  left: 0px;
  width: 100%;
}

.call-out-1 .left,
.call-out-1 .right {
  text-align: center;
}

.call-out-1 .right .call-us {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 34px;
}

.call-out-1 .right i {
  font-size: 82px;
  color: #614B79;
  padding: 0px 20px;
}

.call-out-1 .right i,
.call-out-1 .right .call-us {
  display: block;
}

.call-out-1 .right .call-us strong {
  line-height: 20px;
  vertical-align: top;
}

.call-out-2 {
  display: table;
  margin: 0px auto;
}

.call-out-2 i,
.call-out-2 .call-us {
  display: table-cell;
  vertical-align: middle;
}

.call-out-2 i {
  font-size: 90px;
  padding-right: 20px;
  color: #fff;
}

.call-out-2 .call-us {
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  line-height: 34px;
}

.call-out-2 .call-us strong {
  vertical-align: top;
  line-height: 20px;
}

/* Process */
.process-box-1 {
  position: relative;
  text-align: center;
  margin: 20px 0px;
}

.process-box-1 .process-box-header {
  position: relative;
  padding-bottom: 40px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.process-box-1 .process-box-header .count {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-color: #614B79;
  padding: 6px;
  border-bottom-right-radius: 5px;
  margin: 0px auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.process-box-1 .process-box-header .count span {
  font-family: "MinionPro-Regular", serif;
  color: #614B79;
  font-size: 40px;
  line-height: 80px;
  background-color: #fff;
  height: 100%;
  width: 100%;
  text-align: center;
  display: block;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.process-box-1 .process-box-body {
  position: relative;
  padding: 20px 20px 0px 20px;
  border-top: 1px dashed #e5e5e5;
}

.process-box-1 .process-box-body:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  height: 12px;
  width: 12px;
  background-color: #614B79;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.process-box-1 .process-box-body p {
  margin-bottom: 0px;
}

.process-box-1:hover .process-box-header {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
      transform: translateY(10px);
}

/* Counters */
.counter-box-1 {
  margin: 20px 0px;
  color: #303b41;
  text-align: center;
}

.counter-box-1 .fact-count {
  font-family: "MinionPro-Regular", serif;
  font-size: 30px;
  letter-spacing: 2px;
  display: inline-block;
  height: 100px;
  width: 100px;
  background-color: #614B79;
  margin-bottom: 20px;
  color: #fff;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
}

.counter-box-2 {
  text-align: center;
  margin: 20px 0px;
  background-color: #f7f7f7;
  padding: 40px 20px;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

.counter-box-2 .fact-count {
  font-family: "MinionPro-Regular", serif;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 20px;
  color: #614B79;
  text-align: center;
}

.counter-box-2 .heading, .counter-box-2 .values__heading {
  margin: 0px;
}

.counter-box-3 {
  text-align: center;
  margin: 20px 0px;
}

.counter-box-3 .heading, .counter-box-3 .values__heading {
  color: #fff;
  margin: 0px;
}

.counter-box-3 .fact-count {
  font-family: "MinionPro-Regular", serif;
  font-size: 42px;
  letter-spacing: 2px;
  line-height: 38px;
  color: #614B79;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
}

.counter-box-4 {
  margin: 20px 0px;
}

.counter-box-4 .fact-icon i {
  color: #fff;
  font-size: 22px;
  background-color: #303b41;
  height: 50px;
  width: 50px;
  line-height: 48px;
  text-align: center;
  margin: auto;
  border-radius: 50%;
}

.counter-box-4 .fact-icon,
.counter-box-4 .fact-body {
  display: table-cell;
  vertical-align: middle;
}

.counter-box-4 .fact-body {
  padding-left: 25px;
}

.counter-box-4 .fact-body .fact-count {
  font-family: "MinionPro-Regular", serif;
  color: #614B79;
  font-size: 34px;
}

.counter-box-4 .fact-body .heading, .counter-box-4 .fact-body .values__heading {
  margin: 0px;
}

/* Progress Box */
.progress-box-1 {
  text-align: center;
}

.progress-box-1 .circle {
  text-align: center;
  position: relative;
}

.progress-box-1 .circle strong {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 18px;
  color: #614B79;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.progress-box-1 .heading, .progress-box-1 .values__heading {
  color: #614B79;
}

/* Focus Box */
.focus-box-1 {
  background-color: #614B79;
  padding: 20px;
  color: #fff;
}

.focus-box-2 {
  background-color: #f2f2f2;
  padding: 20px;
  color: #303b41;
}

.focus-box-3 {
  background-color: #303b41;
  padding: 20px;
  color: #fff;
}

/* Health Tips */
.health-tips {
  background-image: url(../images/dos.png), url(../images/dont.png);
  background-position: left center, right center;
  background-size: 0%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.health-tips-1,
.health-tips-2 {
  padding: 60px 20px;
}

.health-tips-1:before,
.health-tips-2:before {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 2000px;
  z-index: -1;
}

.health-tips-1:before {
  background-color: #614B79;
  right: 0px;
}

.health-tips-2:before {
  background-color: #f7f7f7;
  left: 0px;
}

.health-tips-1 .heading, .health-tips-1 .values__heading {
  font-size: 30px;
  color: #fff;
  text-align: right;
}

.health-tips-2 .heading, .health-tips-2 .values__heading {
  font-size: 30px;
  color: #614B79;
}

.health-tips-1 .tips {
  list-style: none;
  padding: 0px;
  text-align: right;
  color: #fff;
}

.health-tips-2 .tips {
  list-style: none;
  padding: 0px;
  text-align: left;
  color: #614B79;
}

.health-tips-1 .tips p {
  font-size: 16px;
  margin-right: 100px;
}

.health-tips-2 .tips p {
  font-size: 16px;
  margin-left: 100px;
}

.health-tips-1 .tips li,
.health-tips-2 .tips li {
  padding: 20px 0px;
}

.health-tips-1 .tips li:last-child,
.health-tips-2 .tips li:last-child {
  padding-bottom: 0px;
}

.health-tips-1 .tips li .count,
.health-tips-2 .tips li .count {
  position: relative;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.health-tips-1 .tips li:hover .count,
.health-tips-2 .tips li:hover .count {
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
}

.health-tips-1 .tips li .count {
  float: right;
  margin-left: 20px;
  color: #614B79;
  background-color: #fff;
}

.health-tips-2 .tips li .count {
  float: left;
  margin-right: 20px;
  color: #fff;
  background-color: #614B79;
}

/* App download */
.app-download-light,
.app-download-dark {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0% center;
  background-size: 0%;
}

.app-download-dark {
  color: #fff;
}

.app-download-light .heading, .app-download-light .values__heading,
.app-download-dark .heading,
.app-download-dark .values__heading {
  margin-bottom: 10px;
}

.app-download-light .app-links,
.app-download-dark .app-links {
  list-style: none;
  overflow: hidden;
  padding: 10px 0px;
  margin: 0px;
}

.app-download-light .app-links li,
.app-download-dark .app-links li {
  float: left;
  margin: 5px 20px 5px 0px;
}

.app-download-light .app-links .btn-app,
.app-download-dark .app-links .btn-app {
  padding: 8px 12px;
  color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.app-download-light .app-links .btn-app {
  background-color: #614B79;
}

.app-download-light .app-links .btn-app:hover {
  background-color: #106fab;
}

.app-download-dark .app-links .btn-app {
  background-color: #303b41;
}

.app-download-dark .app-links .btn-app:hover {
  background-color: #1a1a1a;
}

.app-download-light .app-links .btn-app .icon,
.app-download-light .app-links .btn-app .text,
.app-download-dark .app-links .btn-app .icon,
.app-download-dark .app-links .btn-app .text {
  display: table-cell;
  vertical-align: middle;
  padding: 4px 8px;
}

.app-download-light .app-links .btn-app .icon i,
.app-download-dark .app-links .btn-app .icon i {
  font-size: 34px;
}

.app-download-light .app-links .btn-app .text,
.app-download-dark .app-links .btn-app .text {
  font-size: 16px;
}

.app-download-light .app-links .btn-app .text .sub-text,
.app-download-dark .app-links .btn-app .text .sub-text {
  font-size: 10px;
  display: block;
  font-weight: 400;
}

/* Subscribe */
.subscribe {
  background-size: cover;
  background-position: center center;
}

/* Testimonials */
.testimonial-slider {
  text-align: center;
  margin: 20px 0px;
}

.testimonial-slider .testi-img {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 10px;
  margin-bottom: 50px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  border-radius: 50%;
  border-bottom-right-radius: 5px;
}

.testimonial-slider .testi-img img {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.testimonial-slider .testi-heading {
  font-size: 24px;
  font-style: italic;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}

.testimonial-slider .testi-heading:before,
.testimonial-slider .testi-heading:after {
  content: '"';
  position: absolute;
  top: 5px;
  color: #614B79;
  font-size: 60px;
}

.testimonial-slider .testi-heading:before {
  left: 0px;
}

.testimonial-slider .testi-heading:after {
  right: 0px;
}

/* Gallery */
.img-box {
  margin: 20px 0px;
  position: relative;
  padding: 5px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.img-box .img-open {
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(97, 75, 121, 0.8);
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.img-box:hover .img-open {
  visibility: visible;
  opacity: 1;
}

.img-box .img-open i {
  color: #fff;
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

/* Event */
.event-box {
  position: relative;
  background-position: center center;
  background-size: cover;
  min-height: 500px;
  margin: 20px 0px;
}

.event-box .event-header {
  position: absolute;
  width: 100%;
  background-color: rgba(97, 75, 121, 0.8);
  padding: 20px 40px;
  bottom: 0px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.event-box .event-header .heading, .event-box .event-header .values__heading {
  color: #fff;
}

.event-box .event-header .event-details {
  list-style: none;
  color: #fff;
  padding-left: 0px;
  font-size: 20px;
  margin: 0px;
}

.event-box .event-header .event-details li {
  margin: 5px 0px;
}

.event-box .event-text {
  max-height: 0px;
  color: #fff;
  overflow: hidden;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.event-box:hover .event-text {
  max-height: 200px;
}

/* Contact List */
.contact-list {
  list-style: none;
  padding: 0px;
  font-size: 16px;
}

.contact-list li {
  padding-bottom: 8px;
  overflow: hidden;
}

.contact-list li:last-child {
  margin-bottom: 0px;
}

.contact-list li i {
  float: left;
  font-size: 14px;
  color: #614B79;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 12px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.contact-list-2x {
  font-size: 20px;
}

.contact-list-2x li i {
  font-size: 18px;
  height: 35px;
  width: 35px;
  line-height: 35px;
}

/* Social Media */
.social {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.social > li {
  display: inline-block;
  margin: 5px;
}

.social > li:first-child {
  margin-left: 0px;
}

.social > li a {
  position: relative;
  text-align: center;
  display: inline-block;
  color: #614B79;
  font-size: 1.8em;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  z-index: 1;
}

.social > li a:hover {
  background-color: #106fab;
}

.social-2x > li a {
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 42px;
}

.social-box {
  padding: 15px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: 20px 0px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.social-box:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
}

.social-box > a {
  color: #614B79;
  display: inline-block;
  text-align: center;
  font-size: 50px;
}

.social-box .count {
  display: block;
  font-size: 20px;
  color: #614B79;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Youtube Video */
.youtube {
  position: relative;
  width: 100%;
  min-height: 300px;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.youtube:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(22, 150, 231, 0.6);
}

.youtube i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 50px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: -25px;
  margin-left: -25px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.youtube:hover i {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}

#modal-video .modal-content {
  border: 0px;
}

#modal-video .modal-body {
  padding: 0px;
}

#modal-video .modal-body iframe {
  display: block;
}

/* Countdown Timer */
.timer {
  list-style: none;
  padding: 0px;
}

.timer li {
  display: inline-block;
  height: 120px;
  width: 120px;
  margin: 20px 5px 20px 0px;
  line-height: 115px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
}

.timer li span {
  font-size: 36px;
  display: inline-block;
}

/* Google Maps */
.gmap {
  height: 500px;
}

/* Google Map Address */
.gmap-address {
  overflow: hidden;
  position: relative;
}

.gmap-address .address {
  background-color: rgba(48, 59, 65, 0.95);
  color: #fff;
  position: absolute;
  z-index: 10;
  padding: 20px;
}

/* Back To Top */
#back {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 20px;
  height: 40px;
  width: 40px;
  background-color: #614B79;
  color: #fff;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  z-index: 99;
}

/* Footer 1 */
.footer-1 {
  border-top: 6px solid #614B79;
}

.footer-1 .footer-pri {
  background-color: #f2f2f2;
}

.footer-1 .footer-sec {
  background-color: #e5e5e5;
  padding: 25px 0px;
  text-align: center;
  color: #9c9c9c;
}

.footer-1 .widget {
  margin: 20px 0px;
  position: relative;
  color: #303b41;
  overflow: hidden;
}

.footer-1 .widget .heading, .footer-1 .widget .values__heading {
  color: #303b41;
}

.footer-1 hr {
  border-color: rgba(0, 0, 0, 0.06);
}

.footer-1 .widget .contact {
  list-style: none;
  padding: 0px;
  font-size: 16px;
}

.footer-1 .widget .contact li {
  padding: 3px 0px;
}

.footer-1 .widget .contact li i {
  margin-right: 10px;
  color: #614B79;
}

/* Icon Widget */
.footer-1 .widget-icon {
  position: relative;
  font-size: 26px;
  background-color: #614B79;
  text-align: center;
  margin: 0px;
}

.footer-1 .widget-icon strong {
  color: #fff;
  display: block;
  font-size: 0.6em;
  margin-bottom: 8px;
}

.footer-1 .widget-icon i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1em;
  vertical-align: middle;
  margin-right: 6px;
}

.footer-1 .widget-icon span {
  color: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
}

/* List Widget */
.footer-1 .widget-links ul {
  list-style: none;
  padding: 0px;
}

.footer-1 .widget-links ul li {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

.footer-1 .widget-links ul li:before {
  font: normal normal normal 8px/1 FontAwesome;
  content: "\f10c";
  color: #614B79;
  position: absolute;
  top: 9px;
  left: 0px;
  font-weight: 600;
}

.footer-1 .widget-links ul li a {
  color: #303b41;
  padding: 3px 5px;
  display: inline-block;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.footer-1 .widget-links ul li:hover a {
  color: #614B79;
}

.footer-1 .widget-links ul li:hover:before {
  color: #614B79;
}

/* Flickr Widget */
.footer-1 .widget-flickr ul {
  list-style: none;
  padding: 0px;
}

.footer-1 .widget-flickr ul li {
  float: left;
  display: inline-block;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.footer-1 .widget-flickr ul li img {
  width: 100%;
}

/* Message Widget */
.footer-1 .widget-message {
  position: relative;
  text-align: center;
  font-style: italic;
  margin-top: 0px;
  padding: 40px 0px;
  font-family: "MinionPro-Regular", serif;
}

.footer-1 .widget-message:before {
  content: "\f10d";
  position: absolute;
  color: #e5e5e5;
  font: normal normal normal 100px/1 FontAwesome;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.footer-1 .widget-message:after {
  content: "";
  position: absolute;
  width: 20%;
  height: 1px;
  bottom: 0px;
  left: 50%;
  background-color: #d5d5d5;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.footer-1 .widget-message p {
  font-size: 22px;
  position: relative;
  max-width: 65%;
  margin: auto;
  text-align: center;
}

/* Twitter Widget */
.footer-1 .widget-twitter p {
  font-size: 18px;
  text-align: left;
}

/* Footer 2 */
.footer-2 {
  padding-top: 2em;
  border-top: 6px solid #614B79;
  background-color: #63666A;
  text-align: center;
  margin-top: 4em;
}
@media (min-width: 768px) {
  .footer-2 {
    text-align: left;
  }
}

.footer-2 .footer-pri {
  background-color: #22292d;
  padding-bottom: 1em;
}

.footer-2 .footer-sec {
  background-color: #614B79;
  padding: 0.2em 0;
  color: #ffffff;
  font-size: 0.85em;
  text-align: left;
}
.footer-2 .footer-sec a {
  color: #ffffff;
}

.footer-2 .widget {
  margin: 20px 0px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.footer-2 .widget .heading, .footer-2 .widget .values__heading {
  margin-bottom: 1em;
  color: #614B79;
}

.footer-2 .widget .contact {
  list-style: none;
  padding: 0px;
}

.footer-2 .widget .contact li {
  padding: 3px 0px;
}

.footer-2 .widget .contact li i {
  margin-right: 10px;
}

.footer-2 hr {
  border-color: rgba(255, 255, 255, 0.06);
}

/* Icon Widget */
.footer-2 .widget-icon {
  position: relative;
  font-size: 26px;
  background-color: #614B79;
  text-align: center;
}

.footer-2 .widget-icon strong {
  color: #fff;
  display: block;
  font-size: 0.6em;
  margin-bottom: 8px;
}

.footer-2 .widget-icon i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1em;
  vertical-align: middle;
  margin-right: 6px;
}

.footer-2 .widget-icon span {
  color: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
}

/* List Widget */
.footer-2 .widget-links ul {
  list-style: none;
  padding: 0px;
}

.footer-2 .widget-links ul li {
  padding-left: 0.5em;
  position: relative;
}

.footer-2 .widget-links ul li a {
  color: #ffffff;
  padding: 0.4em 0.2em;
  display: inline-block;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.footer-2 .widget-links ul li:hover a {
  color: #614B79;
}

.footer-2 .widget-links ul li:hover:before {
  color: #614B79;
}

/* Flickr Widget */
.footer-2 .widget-flickr ul {
  list-style: none;
  padding: 0px;
}

.footer-2 .widget-flickr ul li {
  float: left;
  display: inline-block;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.footer-2 .widget-flickr ul li img {
  width: 100%;
}

/* Twitter Widget */
.footer-2 .widget-twitter p {
  font-size: 18px;
}

/* Message Widget */
.footer-2 .widget-message {
  position: relative;
  text-align: center;
  font-style: italic;
  margin-top: 0px;
  padding: 30px 0px;
  font-family: "MinionPro-Regular", serif;
}

.footer-2 .widget-message:before {
  content: "\f10d";
  position: absolute;
  color: #303a40;
  font: normal normal normal 100px/1 FontAwesome;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.footer-2 .widget-message:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 50%;
  background-color: #303a40;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.footer-2 .widget-message p {
  font-size: 22px;
  position: relative;
  max-width: 65%;
  margin: auto;
}

.footer-logo {
  display: block;
  margin-bottom: 1em;
}

.footer-logo__img {
  max-width: 250px;
  max-height: 65px;
}

.footer-2 .widget .Normal {
  font-size: inherit;
  font-weight: normal;
  line-height: normal;
  color: #ffffff;
}

/* Footer 3 */
.footer-3 .footer-pri {
  background-color: #22292d;
}

.footer-3 .footer-sec {
  background-color: #1b2023;
  padding: 25px 0px;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
}

.footer-3 .widget {
  margin: 20px 0px;
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.35);
}

.footer-3 .widget .heading, .footer-3 .widget .values__heading {
  color: #614B79;
}

.footer-3 .widget .contact {
  list-style: none;
  padding: 0px;
  font-size: 18px;
}

.footer-3 .widget .contact li {
  padding: 3px 0px;
  display: inline-block;
  margin: 0px 10px;
}

.footer-3 .widget .contact li i {
  margin-right: 5px;
  color: #614B79;
}

/*******************************/
/********* 5. Blog CSS *********/
/*******************************/
.blog-box {
  border: 6px solid #f2f2f2;
  padding: 20px;
  margin: 20px 0px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.blog-box .blog-header {
  position: relative;
}

.blog-box .blog-meta {
  overflow: hidden;
}

.blog-box .blog-meta .meta-list {
  list-style: none;
  padding-left: 0px;
}

.blog-box .blog-meta .meta-list > li {
  float: left;
  margin-right: 10px;
}

.blog-box .blog-meta .meta-list > li a {
  color: #d5d5d5;
}

.blog-box .blog-meta .meta-list > li a:hover {
  color: #614B79;
}

.blog-box .blog-meta .meta-list > .posted-on a,
.blog-box .blog-meta .meta-list > .posted-by a,
.blog-box .blog-meta .meta-list > .posted-in a {
  color: #614B79;
  font-weight: 400;
}

.blog-box:hover {
  border-color: #614B79;
}

/* Blog Single & Blog List */
.blog-single .blog-box:first-child,
.blog-list .blog-box:first-child {
  margin-top: 0px;
}

.blog-single .blog-box .blog-header .heading, .blog-single .blog-box .blog-header .values__heading,
.blog-list .blog-box .blog-header .heading,
.blog-list .blog-box .blog-header .values__heading {
  margin-top: 30px;
  margin-bottom: 20px;
}

.blog-single .blog-box .blog-meta .meta-list,
.blog-single .blog-box .blog-meta .meta-list {
  font-size: 16px;
}

.blog-single .blog-box:hover {
  border-color: #f2f2f2;
}

.blog-author {
  margin-top: 20px;
  border: 6px solid #f2f2f2;
  padding: 20px;
  overflow: hidden;
}

.blog-author .author-media {
  float: left;
  text-align: center;
  margin-right: 20px;
}

.blog-author .author-media .author-img {
  margin-bottom: 15px;
}

.blog-author .author-meta .author-desig {
  background-color: #f2f2f2;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 12px;
}

.blog-comments {
  border: 6px solid #f2f2f2;
  padding: 20px;
  margin-top: 20px;
}

.blog-comments .comment-list {
  list-style: none;
  padding: 0px;
}

.blog-comments .comment-list .comment-list {
  margin-left: 40px;
}

.blog-comments > .comment-list > .comment {
  border-bottom: 1px solid #f2f2f2;
}

.blog-comments .comment-list .comment {
  padding: 20px 0px 10px;
}

.blog-comments .comment-media {
  float: left;
  margin-right: 20px;
  background-color: #f2f2f2;
  padding: 6px;
}

.blog-comments .who-said {
  font-family: "MinionPro-Regular", serif;
  color: #614B79;
  font-size: 16px;
}

.blog-comments .what-said {
  margin: 5px 0px 8px 0px;
}

.blog-comments .comment-list .comment-body {
  padding-left: 100px;
}

.write-comment {
  border: 6px solid #f2f2f2;
  padding: 20px;
  margin-top: 20px;
}

/* Sidebar Widgets */
.sidebar .widget {
  margin-bottom: 20px;
  padding: 20px;
  border: 6px solid #f2f2f2;
  overflow: hidden;
}

/* Categories Widget */
.widget-categories ul {
  list-style: none;
  padding: 0px;
}

.widget-categories .widget-list li {
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}

.widget-categories .widget-list li:before {
  font: normal normal normal 8px/1 FontAwesome;
  content: "\f105";
  color: #614B79;
  vertical-align: middle;
  line-height: 13px;
  font-size: 13px;
  height: 16px;
  width: 16px;
  border: 1px solid #614B79;
  text-align: center;
  border-radius: 50%;
  left: 0px;
  position: absolute;
  top: 8px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.widget-categories .widget-list li:hover:before {
  background-color: #614B79;
  color: #fff;
}

.widget-categories .widget-list li a {
  padding: 7px 0px;
  font-weight: 600;
  padding-left: 30px;
  display: inline-block;
}

/* Tags Widget */
.widget-tags .widget-list {
  list-style: none;
  padding: 0px;
}

.widget-tags .widget-list li {
  float: left;
  margin: 5px;
  overflow: hidden;
}

.widget-tags .widget-list li a {
  background-color: #f7f7f7;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 400;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.widget-tags .widget-list li a:hover {
  background-color: #614B79;
  color: #fff;
}

/* Recent Blog Widget */
.widget-blogs .widget-list {
  list-style: none;
  padding: 0px;
}

.widget-blogs .widget-list li {
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  border-radius: 4px;
}

.widget-blogs .widget-list li:before {
  font: normal normal normal 8px/1 FontAwesome;
  content: "\f10c";
  color: #614B79;
  left: 0px;
  font-weight: 600;
  position: absolute;
  top: 16px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.widget-blogs .widget-list li:last-child {
  border: 0px;
  padding-bottom: 0px;
}

.widget-blogs .widget-list li a {
  font-weight: 600;
}

.widget-blogs .widget-list li p {
  font-size: 14px;
  margin-bottom: 0px;
}

.widget-blogs .widget-list li:hover {
  background-color: #f9f9f9;
}

/* Testimonial Widget */
.widget-testimonial .slider-items {
  text-align: center;
}

.widget-testimonial .slider-items .testi-img img {
  max-width: 90px;
  margin: auto;
}

.widget-testimonial .slider-items .testi-text i {
  display: block;
  font-size: 30px;
  color: #614B79;
  margin: 15px 0px 10px;
}

.widget-testimonial .slider-items .said-by {
  color: #614B79;
  margin-top: 5px;
  display: block;
  font-weight: 400;
}

/* Appointment Form Widget */
.widget-appointment {
  background-color: #614B79;
}

.widget-appointment .heading, .widget-appointment .values__heading {
  color: #fff;
}

/* Departments Widget */
.widget-departments ul {
  list-style: none;
  padding: 0px;
}

.widget-departments ul li {
  width: 48%;
  margin-right: 1%;
  margin-bottom: 2%;
  padding: 10px;
  display: inline-block;
  text-align: center;
  background-color: #f7f7f7;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.widget-departments ul li .list-icon {
  color: #614B79;
  font-size: 30px;
  display: block;
}

.widget-departments ul li .list-text {
  font-weight: 400;
}

.widget-departments ul li:hover {
  background-color: #f5f5f5;
}

/* Doctors Widget */
.widget-doctors ul {
  list-style: none;
  padding: 0px;
}

.widget-doctors ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.widget-doctors ul li:first-child {
  padding-top: 0px;
}

.widget-doctors ul li:last-child {
  border: 0;
}

.widget-doctors ul li img {
  max-height: 75px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}

.widget-doctors ul li .doctor-img,
.widget-doctors ul li .doctor-name {
  display: table-cell;
  vertical-align: middle;
}

.widget-doctors ul li .doctor-name a {
  display: block;
  font-weight: bold;
}

.widget-doctors ul li:hover {
  background-color: #f7f7f7;
}

/**********************************/
/*** 6. Coming Soon & Not Found ***/
/**********************************/
.coming-soon {
  color: rgba(255, 255, 255, 0.8);
}

.coming-soon,
.coming-soon > .container-fluid,
.coming-soon > .container-fluid > .row {
  min-height: 100%;
  height: 100%;
}

.coming-soon .left-block,
.coming-soon .right-block {
  min-height: 100%;
  padding: 40px;
}

.coming-soon .left-block {
  background-color: #303b41;
}

.coming-soon .right-block {
  background-color: #614B79;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.not-found {
  display: table;
  width: 80%;
  margin: auto;
  text-align: center;
}

.not-found .nf-icon i {
  color: #614B79;
  font-size: 120px;
  height: 250px;
  width: 250px;
  border: 6px solid #f2f2f2;
  line-height: 250px;
  text-align: center;
  border-radius: 50%;
}

.not-found .nf-text .heading, .not-found .nf-text .values__heading {
  font-size: 170px;
  margin-bottom: 0px;
}

.not-found .nf-text p {
  text-align: center;
}

/*******************************/
/********** 7. Plugins *********/
/*******************************/
/* Owl Carousel */
/* Common Owl Carousel CSS */
.slider-nav {
  text-align: center;
  margin-top: 25px;
}

.slider-nav .left,
.slider-nav .right {
  position: relative;
  background-color: #614B79;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  margin: 0px 3px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.slider-nav .left:hover,
.slider-nav .right:hover {
  background-color: #106fab;
}

/* Logo Slider */
.logo-slider .owl-item {
  padding: 20px;
  border: 6px solid #f2f2f2;
}

/* News Slider */
.news-slider.style-1 {
  background-color: #614B79;
  padding: 40px;
}

.news-slider.style-1 .heading, .news-slider.style-1 .values__heading {
  color: #fff;
}

.news-slider.style-1 p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0px;
}

.news-slider.style-2 {
  background-color: #f2f2f2;
  padding: 40px;
}

.news-slider.style-2 .heading, .news-slider.style-2 .values__heading {
  color: #614B79;
}

.news-slider.style-2 p {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0px;
}

.news-slider.style-3 {
  background-color: #303b41;
  padding: 40px;
}

.news-slider.style-3 .heading, .news-slider.style-3 .values__heading {
  color: #fff;
}

.news-slider.style-3 p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0px;
}

/* Bootstrap Carousel */
.carousel-caption .heading, .carousel-caption .values__heading {
  color: #fff;
}

.carousel-indicators li {
  border-width: 2px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  vertical-align: middle;
  margin: 1px 2px;
}

.carousel-indicators .active {
  background-color: #614B79;
}

.carousel-control {
  top: 50%;
  margin: -17px 15px 0px 15px;
}

.carousel-control.left,
.carousel-control.right {
  background: #614B79;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  opacity: 1;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

/* Date Picker */
.ui-datepicker-trigger {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f073";
  position: absolute;
  top: 50%;
  right: 5px;
  background-color: transparent;
  border: 0px;
  margin-top: -12px;
}

.ui-datepicker-trigger:focus {
  outline: 0px;
}

.ui-datepicker {
  width: 250px;
  height: auto;
  margin: 5px auto 0;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999 !important;
}

/* DatePicker Table */
.ui-datepicker table {
  width: 100%;
  background-color: #fff;
  padding: 6px;
}

.ui-datepicker-header {
  background-color: #303b41;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  line-height: 30px;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  line-height: 30px;
  overflow: hidden;
  position: relative;
}

.ui-icon-circle-triangle-w,
.ui-icon-circle-triangle-e {
  display: none;
}

.ui-datepicker-prev {
  float: left;
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  font-size: 20px;
  height: 100%;
  width: 100%;
  text-align: center;
}

.ui-datepicker-prev:before {
  content: "\f104";
  position: absolute;
  left: 0px;
}

.ui-datepicker-next:before {
  content: "\f105";
  position: absolute;
  right: 0px;
}

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.8);
}

.ui-datepicker tbody td {
  padding: 2px;
  border-right: 1px solid #fff;
  border-bottom: 2px solid #fff;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #f2f2f2;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #303b41;
}

.ui-datepicker-calendar .ui-state-default {
  background: #f2f2f2;
}

.ui-datepicker-calendar .ui-state-hover {
  background: #614B79;
  color: #fff;
}

.ui-datepicker-calendar .ui-state-active {
  background: #614B79;
  color: #fff;
  position: relative;
}

.ui-datepicker-unselectable .ui-state-default {
  background-color: #fff;
  color: #d5d5d5;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

/* Bootstrap Select */
.bootstrap-select {
  width: 100% !important;
}

.bootstrap-select .dropdown-toggle {
  background-color: #fafafa;
  border: 1px solid #e5e5e5 !important;
  border-radius: 4px !important;
  color: #919191;
  padding: 10px 12px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.bootstrap-select .dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active:focus,
.bootstrap-select .dropdown-toggle:active:hover {
  background-color: #fafafa !important;
  color: #919191;
  outline: none !important;
}

/* Slider Revolution */
.rev_slider_wrapper {
  overflow: hidden !important;
}

/*************************/
/***** 8. Mobile CSS *****/
/*************************/
/* Large Devices, Dektops */
@media only screen and (min-width: 1200px) {
  .coming-soon .left-block,
  .coming-soon .right-block {
    padding: 80px;
  }
}
/* Medium Devices, Laptops */
@media only screen and (min-width: 992px) {
  .header-2 {
    position: absolute;
  }
  .health-tips {
    background-size: contain;
  }
  .coming-soon .left-block,
  .coming-soon .right-block {
    float: none;
    display: table-cell;
    vertical-align: top;
    height: 100vh;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .p20 {
    padding: 20px;
  }
  .p40 {
    padding: 40px;
  }
  .p60 {
    padding: 60px;
  }
  .p80 {
    padding: 80px;
  }
  .p100 {
    padding: 100px;
  }
  .header-1 .topbar .contact,
  .header-2 .topbar .contact,
  .header-3 .topbar .contact {
    width: inherit;
    float: right;
    text-align: right;
  }
  .header-1 .topbar .social,
  .header-2 .topbar .social,
  .header-3 .topbar .social {
    width: inherit;
    float: left;
    text-align: left;
  }
  .header-1 .emergency {
    padding: 18px 0px 18px 18px;
  }
  .header-3 .emergency {
    padding: 18px 0px 18px 18px;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .not-found .nf-icon {
    text-align: right;
  }
  .not-found .nf-icon,
  .not-found .nf-text {
    display: table-cell;
    vertical-align: middle;
  }
  #fixed-appointment {
    display: block;
  }
  .app-download-light,
  .app-download-dark {
    background-size: 42%;
  }
  .call-out-1 .right,
  .call-out-1 .left {
    text-align: left;
  }
  .call-out-1 .right i,
  .call-out-1 .right .call-us {
    display: table-cell;
    vertical-align: middle;
  }
  .call-out-1:after {
    width: 50%;
    left: 50%;
  }
  .gmap-address .address {
    top: 50%;
    left: 50px;
    padding: 500px 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
/* Small Devices, Phones */
@media only screen and (min-width: 460px) {
  .pricing-box-2 .header {
    padding-left: 0px;
  }
  .pricing-box-2 .header,
  .pricing-box-2 .body {
    display: table-cell;
  }
}
.nav__item--dropmenu {
  position: relative;
}

.nav__item--dropmenu__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.dropmenu__list {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  z-index: 9000;
  min-width: 200px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  -webkit-box-shadow: 0 5px 10px 0 rgba(30, 30, 30, 0.3), 0 2px 10px 0 rgba(30, 30, 30, 0.15);
          box-shadow: 0 5px 10px 0 rgba(30, 30, 30, 0.3), 0 2px 10px 0 rgba(30, 30, 30, 0.15);
  background-color: #ffffff;
  opacity: 0;
  border: 6px solid #f7f7f7;
  overflow: hidden;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: dropmenuOut;
          animation-name: dropmenuOut;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.open .dropmenu__list {
  display: block;
  opacity: 1;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: dropmenuIn;
          animation-name: dropmenuIn;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.dropmenu__list--left {
  left: auto;
  right: 1em;
}

.dropmenu__list--center {
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (min-width: 768px) {
  .nav__item--dropmenu:last-child .dropmenu__list {
    -webkit-transform: translate(-75%, 0);
        -ms-transform: translate(-75%, 0);
            transform: translate(-75%, 0);
  }
}

.nav__item--language .nav__link:before {
  line-height: 56px;
}

.dropmenu__item {
  list-style: none;
}

.nav__link {
  display: block;
  padding: 0.6em 1em;
  color: #95989A;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  white-space: nowrap;
}
.nav__link:visited {
  color: #95989A;
}
.nav__link:hover, .nav__link:focus {
  background-color: #614B79;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.nav__link--disabled {
  color: #f7f7f7;
}
.nav__link--disabled:hover, .nav__link--disabled:focus {
  cursor: default;
  background-color: transparent;
}

.nav__link__arrow {
  font-size: 0.85em;
}

.sidr {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 9000;
  width: 280px;
  padding: 56px 0 1em;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  border-left: 6px solid #614B79;
}

.sidr--right {
  left: auto;
  right: -280px;
}

.sidr--left {
  left: -280px;
  right: auto;
}

.sidr-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(99, 102, 106, 0.85);
}

.site-nav__burger {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 56px;
  height: 56px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.site-nav__burger:hover {
  background-color: #f7f7f7;
}
.site-nav__burger span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 28px;
  height: 3px;
  background-color: #614B79;
  font-size: 0;
  line-height: 0;
  -webkit-box-shadow: 0 8px #614B79, 0 -8px #614B79;
          box-shadow: 0 8px #614B79, 0 -8px #614B79;
}
@media (min-width: 768px) {
  .site-nav__burger {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}

.sidr-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em;
  font-size: 1.2em;
  line-height: 0;
  cursor: pointer;
  color: #614B79;
}
.sidr-close:hover {
  background-color: #f7f7f7;
}

.sidr__nav .dropmenu__list {
  position: relative;
  display: none;
  -webkit-animation-name: none;
          animation-name: none;
  border-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sidr__nav .open .dropmenu__list {
  display: block;
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
  padding-left: 0.5em;
}
.sidr__nav .dropmenu__backdrop {
  display: none;
}
.sidr__nav .nav__link {
  position: relative;
}
.sidr__nav .nav__link__arrow {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.user-header {
  display: none;
  padding: 0.5em 0;
  font-size: 0.85em;
  background-color: #95989A;
  color: #ffffff;
}
@media (min-width: 768px) {
  .user-header {
    display: block;
  }
}

.user-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user-nav__link {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile__name {
  margin-right: 0.5em;
}

.profile__email {
  margin-right: 0.5em;
  padding: 0.1em 0.5em;
  font-size: 0.85em;
  color: #614B79;
  border: 1px solid #614B79;
  border-radius: 1em;
}

::-moz-selection {
  background: #614B79;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #614B79;
  color: #ffffff;
  text-shadow: none;
}

a:hover {
  text-decoration: none !important;
  color: #4d3b60;
}

.col-sm-12 ul {
  padding-left: 15px;
}

.container ul {
  padding-left: 1.1em;
}

.department-box-1_image {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  /*border-radius: 100%;*/
  background-position: center;
}

.department-box-1 .content {
  padding: 25px;
  padding-top: 0;
  width: 100%;
}

.research-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.research-list .department-box-1_image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.research-list .heading, .research-list .values__heading {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.research-list a:hover {
  text-decoration: none;
}
.research-list .department-box-1:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.research-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  width: 100%;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}
.research-list__item:hover {
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
}
.research-list__item .department-box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  margin: 0;
  width: 100%;
}
.research-list__item .department-box-1 i {
  font-size: initial;
  text-align: initial;
  color: initial;
  background-color: initial;
  height: initial;
  width: initial;
  line-height: initial;
  border-radius: initial;
  display: initial;
  -webkit-transition: initial;
  transition: initial;
}
@media (min-width: 768px) {
  .research-list__item {
    margin-right: 1em;
    width: calc(50% - 1em);
  }
}
@media (min-width: 992px) {
  .research-list__item {
    width: calc(33.3333333333% - 1em);
  }
}

.research-list__item .heading, .research-list__item .values__heading {
  min-height: 100px;
  max-height: 100px;
}

.wrapper .progress-box-1 {
  width: 100px;
  height: 100px;
}

.wrapper .progress-box-1 .circle {
  width: 100%;
  height: 100%;
}

.research-list__item .wrapper,
.card .wrapper,
.card--blog__cat .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.department-list .list-image {
  display: table-cell;
  vertical-align: middle;
  width: 59px;
  height: 68px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.department-list .department-item {
  margin-bottom: 0.8em;
}

.department-item span span {
  display: block;
  width: 250px;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

.department-item .list-icon {
  height: 95px;
}

.department-item {
  height: 100px;
}

.feature-box {
  width: 100%;
}

span.error {
  color: #e62c22;
  font-weight: normal !important;
}

.social-box {
  height: auto;
}

.switch__status--on {
  background-color: #614B79;
  color: #ffffff;
}

.archive-list__item--month {
  display: none;
}

.archive-list__item--active {
  display: block;
}

.archive-list__item--hidden {
  display: none;
}

.selected-year {
  display: none;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4em 0.5em;
  background-color: #614B79;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: white;
  cursor: pointer;
}
.selected-year:before {
  font-family: "FontAwesome" !important;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.selected-year:hover {
  background-color: #4d3b60;
}

.selected-year--active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.sidebar .widget {
  margin-bottom: 20px;
  padding: 20px;
  border-width: 0.1em;
  overflow: hidden;
}

ul widget-list {
  text-align: initial;
}

.sidebar .widget.card--blog__cat {
  border-width: 0.1em;
  text-align: initial;
}

.sidebar .widget.card--blog__cat:hover {
  border-color: #614B79;
}

ul.list-styled > li:before {
  font-family: "FontAwesomeMedical" !important;
}

tbody th:first-child {
  width: 35%;
}

a {
  font-weight: 500;
}

.h5 a,
footer a,
.card__title a {
  font-weight: normal;
}

.Normal,
.NormalDisabled,
.NormalDeleted {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Collaborating Companies Logo Slider */
.collaboratingCompanies .logo-slider .owl-item {
  border: none;
}

/* Custom Social Box*/
@media screen and (max-width: 992px) {
  .social-box .count {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .social-box .count {
    margin-top: 0;
  }
}
.social-box img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  padding: 0;
  height: auto !important;
}

.department-item {
  height: 120px;
}
.department-item .list-icon {
  height: 120px !important;
}

.descriptionSection {
  margin-top: 5em;
}

/* Cards projects in research lines */
.project-dona {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* End card projects */
/* Collaborating team section */
.collaboratingTeam .list-icon {
  width: 130px;
  text-align: center;
}

.collaboratingTeam span span {
  width: 200px;
}

.collaboratingTeam img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* End collaborating team section */
/* Custom Social Box*/
@media screen and (max-width: 992px) {
  .social-box .count {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .social-box .count {
    margin-top: 0;
  }
}
.social-box img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  padding: 0;
  height: auto !important;
}

.department-item {
  height: 120px;
}
.department-item .list-icon {
  height: 120px !important;
}

.descriptionSection {
  margin-top: 5em;
}

/* Page "El sabor perdido" */
.header--bgimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}

.title {
  display: inline-block;
  font-family: "MinionPro-Regular", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  line-height: 1;
  letter-spacing: 15px;
}
.title--normal {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.title--blur {
  font-size: 3.5rem;
  color: rgb(255, 255, 255);
  text-shadow: 5px 0 2px rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
}
.title--small {
  font-size: 1rem;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
}

.sabor .h4 {
  font-size: 1em;
  letter-spacing: 5px;
}
.sabor.call-action.bg--darkgrey {
  padding: 1.5em 0em;
}
.sabor.call-action.bg--darkgrey a {
  color: white;
}
.sabor.call-action.bg--darkgrey a:nth-child(even) {
  margin-left: 1em;
}
.sabor.call-action.bg--darkgrey p {
  margin-bottom: 0;
  text-align: initial;
}
.sabor.call-action.bg--darkgrey .col-sm-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sabor.call-action.bg--darkgrey .call-action__text {
  width: auto;
  margin-right: 1em;
}
.sabor.call-action.bg--darkgrey .btn-lightgrey, .sabor.call-action.bg--darkgrey .btn-lightgrey:visited {
  background-color: #f7f7f7;
  /*lightgrey*/
  border-radius: 30px;
  padding: 0.25em 2em;
  color: black;
  font-size: 18px;
}
.sabor.call-action.bg--darkgrey .btn-lightgrey:hover {
  background-color: black;
  color: white;
}
.sabor.call-action.bg--darkgrey .col-sm-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .sabor.call-action.bg--darkgrey .col-sm-12 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sabor .contentSection__img {
  height: 400px;
}
.sabor .h2 {
  letter-spacing: 10px;
}
.sabor .titleSection {
  letter-spacing: 5px;
}
.sabor.section_shading.bg--lightgrey .h2 {
  font-weight: bold;
}
.sabor.section_shading .btn-darkgrey, .sabor.section_shading .btn-darkgrey:visited {
  background-color: #383838;
  border-radius: 30px;
  padding: 0.25em 2em;
  color: white;
  letter-spacing: 5px;
}
.sabor.section_shading .btn-darkgrey:hover {
  background-color: #f7f7f7;
  color: black;
}
.sabor.section_shading, .sabor.section_shading h2, .sabor.section_shading p {
  letter-spacing: 5px;
  color: white;
}
.sabor.section_shading h2 {
  display: inline-block;
  margin-bottom: 1rem;
}

/* End page "El sabor perdido" */
ul.list-default > li {
  font-size: 1em;
}
ul.list-default > li:before {
  font-family: "FontAwesomeMedical" !important;
}

.socialmedia p {
  font-weight: normal;
}

.text-gillsans {
  font-family: "Gill-Sans", Segoe UI, Arial, Helvetica, Sans-Serif;
}

/* MobiusForm */
.mobius-wrapper .container:before {
  display: none !important;
}

.mobius-wrapper {
  max-width: initial;
}

.mobius-wrapper .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobius-wrapper .alert {
  background-color: #dff0d8;
}

.mobius-wrapper .form-group.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

/* End MobiusForm */
/* Section Donation Form */
.donationForm .form-group.row .col-md-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.donationForm .col-12.col-md-12 {
  width: 100%;
}

.donationForm .mobius-field-required:after {
  content: none;
}

.donationForm .form-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.donationForm span.help-block.smk-error-msg {
  visibility: hidden;
  height: 0px;
  margin: 0px;
}

.donationForm .form-control {
  margin-bottom: 1em !important;
}

/* End Section Donation Form */
/* Section Bizum */
.h4 .codBizum {
  margin: 0 0.5em;
  color: #1e1e1e;
  border-bottom: 2.5px solid #05c0c7;
}

/* End Section Bizum */
/* Botón investiga por la vida */
.btn-investiga {
  margin: 0em;
}
@media (min-width: 768px) {
  .btn-investiga {
    margin: 0.5em;
  }
}
@media (min-width: 992px) {
  .btn-investiga {
    margin: 0em;
  }
}

/* End investiga por la vida */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.mg-1 {
  margin: 1em;
}

.mg-2 {
  margin: 2em;
}

.mg-3 {
  margin: 3em;
}

.mg-4 {
  margin: 4em;
}

.mg-5 {
  margin: 5em;
}

.mg-6 {
  margin: 6em;
}

.mg-7 {
  margin: 7em;
}

.mg-8 {
  margin: 8em;
}

.mg-9 {
  margin: 9em;
}

.mg-10 {
  margin: 10em;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-5 {
  margin-top: 5em;
}

.mt-6 {
  margin-top: 6em;
}

.mt-7 {
  margin-top: 7em;
}

.mt-8 {
  margin-top: 8em;
}

.mt-9 {
  margin-top: 9em;
}

.mt-10 {
  margin-top: 10em;
}

.mr-1 {
  margin-right: 1em;
}

.mr-2 {
  margin-right: 2em;
}

.mr-3 {
  margin-right: 3em;
}

.mr-4 {
  margin-right: 4em;
}

.mr-5 {
  margin-right: 5em;
}

.mr-6 {
  margin-right: 6em;
}

.mr-7 {
  margin-right: 7em;
}

.mr-8 {
  margin-right: 8em;
}

.mr-9 {
  margin-right: 9em;
}

.mr-10 {
  margin-right: 10em;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.mb-5 {
  margin-bottom: 5em;
}

.mb-6 {
  margin-bottom: 6em;
}

.mb-7 {
  margin-bottom: 7em;
}

.mb-8 {
  margin-bottom: 8em;
}

.mb-9 {
  margin-bottom: 9em;
}

.mb-10 {
  margin-bottom: 10em;
}

.ml-1 {
  margin-left: 1em;
}

.ml-2 {
  margin-left: 2em;
}

.ml-3 {
  margin-left: 3em;
}

.ml-4 {
  margin-left: 4em;
}

.ml-5 {
  margin-left: 5em;
}

.ml-6 {
  margin-left: 6em;
}

.ml-7 {
  margin-left: 7em;
}

.ml-8 {
  margin-left: 8em;
}

.ml-9 {
  margin-left: 9em;
}

.ml-10 {
  margin-left: 10em;
}

.pd-1 {
  padding: 1em;
}

.pd-2 {
  padding: 2em;
}

.pd-3 {
  padding: 3em;
}

.pd-4 {
  padding: 4em;
}

.pd-5 {
  padding: 5em;
}

.pd-6 {
  padding: 6em;
}

.pd-7 {
  padding: 7em;
}

.pd-8 {
  padding: 8em;
}

.pd-9 {
  padding: 9em;
}

.pd-10 {
  padding: 10em;
}

.pt-1 {
  padding-top: 1em;
}

.pt-2 {
  padding-top: 2em;
}

.pt-3 {
  padding-top: 3em;
}

.pt-4 {
  padding-top: 4em;
}

.pt-5 {
  padding-top: 5em;
}

.pt-6 {
  padding-top: 6em;
}

.pt-7 {
  padding-top: 7em;
}

.pt-8 {
  padding-top: 8em;
}

.pt-9 {
  padding-top: 9em;
}

.pt-10 {
  padding-top: 10em;
}

.pr-1 {
  padding-right: 1em;
}

.pr-2 {
  padding-right: 2em;
}

.pr-3 {
  padding-right: 3em;
}

.pr-4 {
  padding-right: 4em;
}

.pr-5 {
  padding-right: 5em;
}

.pr-6 {
  padding-right: 6em;
}

.pr-7 {
  padding-right: 7em;
}

.pr-8 {
  padding-right: 8em;
}

.pr-9 {
  padding-right: 9em;
}

.pr-10 {
  padding-right: 10em;
}

.pb-1 {
  padding-bottom: 1em;
}

.pb-2 {
  padding-bottom: 2em;
}

.pb-3 {
  padding-bottom: 3em;
}

.pb-4 {
  padding-bottom: 4em;
}

.pb-5 {
  padding-bottom: 5em;
}

.pb-6 {
  padding-bottom: 6em;
}

.pb-7 {
  padding-bottom: 7em;
}

.pb-8 {
  padding-bottom: 8em;
}

.pb-9 {
  padding-bottom: 9em;
}

.pb-10 {
  padding-bottom: 10em;
}

.pl-1 {
  padding-left: 1em;
}

.pl-2 {
  padding-left: 2em;
}

.pl-3 {
  padding-left: 3em;
}

.pl-4 {
  padding-left: 4em;
}

.pl-5 {
  padding-left: 5em;
}

.pl-6 {
  padding-left: 6em;
}

.pl-7 {
  padding-left: 7em;
}

.pl-8 {
  padding-left: 8em;
}

.pl-9 {
  padding-left: 9em;
}

.pl-10 {
  padding-left: 10em;
}

/*******************************/
/****** 3. Helper Classes ******/
/*******************************/
.thin {
  font-weight: 300;
} /* Font weight can be chosen */
.normal {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.font-1 {
  font-family: "MinionPro-Regular", serif;
}

.font-2 {
  font-family: "UniversLTStd-Ex", sans-serif;
}

.font16 {
  font-size: 16px;
} /* Various Font Size Classes can applied */
.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font24 {
  font-size: 24px;
}

.font26 {
  font-size: 26px;
}

.font28 {
  font-size: 28px;
}

.font30 {
  font-size: 30px;
}

.font32 {
  font-size: 32px;
}

.font34 {
  font-size: 34px;
}

.font36 {
  font-size: 36px;
}

.color1 {
  color: #614B79;
} /* Blue Color */
.color2 {
  color: #f7f7f7;
} /* Light Grey Color */
.color3 {
  color: #303b41;
} /* Dark Color */
.inverse {
  color: #fff;
} /* White Color */
.bgcolor1 { /* Blue Color Background */
  background-color: #614B79;
}

.bgcolor2 { /* Yellow Color Background */
  background-color: #f7f7f7;
}

.bgcolor3 { /* Dark Color Background */
  background-color: #303b41;
}

.bginverse { /* White Color Background */
  background-color: #ffffff;
}

.nom {
  margin: 0;
} /* No Margin */
.nom-tb {
  margin-top: 0;
  margin-bottom: 0;
} /* No Margin on Top and Bottom */
.nop, .no-gutter {
  padding: 0 !important;
} /* No Padding */
.nop-tb {
  padding-top: 0;
  padding-bottom: 0;
} /* No Padding on Top and Bottom */
.mt-20 {
  margin-top: 20px;
} /* Margin Top Classes */
.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-20 {
  margin-bottom: 20px;
} /* Margin Bottom Classes */
.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-20 {
  padding-top: 20px;
} /* Padding Top Classes */
.pt-40 {
  padding-top: 40px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-20 {
  padding-bottom: 20px;
} /* Padding Bottom Classes */
.pb-40 {
  padding-bottom: 40px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.p20,
.p40,
.p60,
.p80,
.p100 {
  padding: 40px;
} /* Padding remains 40px on Mobile Devices. For larger screens, padding values are provided in Responsive CSS */
.text-muted {
  color: rgba(255, 255, 255, 0.8);
}

.text-primary {
  color: #614B79;
}

.text-success {
  color: #41c741;
}

.text-info {
  color: #00c4ff;
}

.text-warning {
  color: #ffc800;
}

.text-danger {
  color: #e62c22;
}

.bg-primary {
  background-color: #614B79;
  color: #fff;
  padding: 0px 5px;
}

.bg-success {
  background-color: #41c741;
  color: #fff;
  padding: 0px 5px;
}

.bg-info {
  background-color: #00c4ff;
  color: #fff;
  padding: 0px 5px;
}

.bg-warning {
  background-color: #ffc800;
  color: #fff;
  padding: 0px 5px;
}

.bg-danger {
  background-color: #e62c22;
  color: #fff;
  padding: 0px 5px;
}

.xs-center, .sm-center, .md-center, .lg-center { /* Center Text Based On Device Width */
  display: block;
  text-align: center;
}

.justify {
  text-align: justify;
}

.lead {
  font-size: 19px;
  line-height: 1.55em;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@font-face {
  font-family: "MinionPro-Bold";
  font-weight: 100;
  src: url("../fonts/MinionPro-Bold.otf") format("opentype");
}
@font-face {
  font-family: "MinionPro-Medium";
  font-weight: 500;
  src: url("../fonts/MinionPro-Medium.otf") format("opentype");
}
@font-face {
  font-family: "MinionPro-Regular";
  font-weight: 500;
  src: url("../fonts/MinionPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: "UniversLTStd-Bold";
  font-weight: bold;
  src: url("../fonts/UniversLTStd-Bold.otf") format("truetype");
}
@font-face {
  font-family: "UniversLTStd-Cn";
  font-weight: normal;
  src: url("../fonts/UniversLTStd-Cn.otf") format("truetype");
}
@font-face {
  font-family: "UniversLTStd-Ex";
  font-weight: normal;
  src: url("../fonts/UniversLTStd-Ex.otf") format("truetype");
}
@font-face {
  font-family: "Gill-Sans";
  font-weight: normal;
  src: url("../fonts/Gill Sans.otf") format("truetype");
}
h6,
.h6, h5,
.h5, h4,
.h4, h3,
.h3, h2,
.h2, h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "MinionPro-Regular", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  font-weight: 500;
  line-height: normal;
  color: #1e1e1e;
  text-rendering: optimizelegibility;
}
h6.upper,
.upper.h6, h5.upper,
.upper.h5, h4.upper,
.upper.h4, h3.upper,
.upper.h3, h2.upper,
.upper.h2, h1.upper,
.upper.h1 {
  text-transform: uppercase;
}
h6 small,
.h6 small, h5 small,
.h5 small, h4 small,
.h4 small, h3 small,
.h3 small, h2 small,
.h2 small, h1 small,
.h1 small,
h6 .small,
.h6 .small,
h5 .small,
.h5 .small,
h4 .small,
.h4 .small,
h3 .small,
.h3 .small,
h2 .small,
.h2 .small,
h1 .small,
.h1 .small {
  display: block;
  margin-bottom: 0.2em;
  font-size: 0.85em;
  font-family: "MinionPro-Medium", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  font-weight: 100;
}
h6 span,
.h6 span, h5 span,
.h5 span, h4 span,
.h4 span, h3 span,
.h3 span, h2 span,
.h2 span, h1 span,
.h1 span {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #407EC9;
}

h1,
.h1 {
  margin-bottom: 0;
  font-size: 3.2rem;
  line-height: 1;
}

h2,
.h2 {
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 1;
}

h3,
.h3 {
  margin-bottom: 0;
  font-size: 2.1rem;
  line-height: 1;
}

h4,
.h4 {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1;
}

h5,
.h5 {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1;
}

h6,
.h6 {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1;
}

.font-tiny {
  font-size: 0.7rem;
}

.font-small {
  font-size: 0.85rem;
}

.font-normal {
  font-size: 1rem;
}

.font-large {
  font-size: 1.2rem;
}

.font-big {
  font-size: 1.8rem;
}

.font-huge {
  font-size: 2.5rem;
}

p {
  display: block;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.4em;
}

mark,
.mark {
  background-color: #407EC9;
  color: #ffffff;
}

abbr {
  cursor: help;
  border-bottom: 2px dotted #8469a2;
}

hr {
  border: 0;
  border-top: 1px solid #614B79;
}

hr {
  position: relative;
  clear: both;
  display: block;
  margin: 25px auto;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #95989A;
}

hr.hr-1 {
  width: 50px;
  border-bottom: 2px solid #614B79;
}

hr.hr-1.left {
  margin-left: 0px;
}

hr.hr-2 {
  width: 50px;
  border-bottom: 2px solid #ffffff;
}

hr.hr-2.left {
  margin-left: 0px;
}

hr.hr-or {
  width: 100%;
  border-color: #e5e5e5;
}

hr.hr-or:before {
  content: "OR";
  font-weight: 400;
  color: #d5d5d5;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

hr.hr-or--es:before {
  content: "O";
  font-weight: 400;
  color: #d5d5d5;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

/***************************/
/****** 2. Typography ******/
/***************************/
.heading, .values__heading {
  font-weight: 400;
}

.heading-block {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.heading-block:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 50px;
  bottom: -2px;
  left: 50%;
  background-color: #614B79;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 2;
}
.heading-block .heading, .heading-block .values__heading {
  margin-bottom: 0;
}
.heading-block .sub-heading {
  display: block;
  text-align: center;
  margin: 18px auto 18px auto;
  color: #585858;
  max-width: 750px;
  line-height: 28px;
  text-transform: none;
  font-weight: 300;
  padding: 16px 0px;
  position: relative;
}
.heading-block .sub-heading:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  height: 6px;
  width: 90%;
  background-color: #f2f2f2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.heading-block .sub-heading:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  height: 6px;
  width: 90%;
  background-color: #f2f2f2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.heading-block.inverse .heading, .heading-block.inverse .values__heading,
.heading-block.inverse .sub-heading {
  color: #fff;
}

address {
  font-size: 15px;
  line-height: 28px;
}

address strong {
  font-size: 1.2em;
  font-weight: 400;
}

blockquote {
  padding: 20px;
  background-color: #f7f7f7;
  border-color: #614B79;
  border-width: 3px;
}

blockquote:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f10d";
  color: #614B79;
  height: 50px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
}

.blockquote-reverse,
blockquote.pull-right {
  padding: 20px;
  border-width: 3px;
  border-color: #614B79;
}

blockquote p {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.02em;
  margin-top: 8px;
}

blockquote footer {
  color: #614B79;
  font-size: 13px;
  margin-top: 20px;
  text-align: right;
}

a {
  text-decoration: none;
  color: #614B79;
}
a:visited {
  color: #614B79;
}
a:hover {
  text-decoration: underline;
  color: #4d3b60;
}
a:focus {
  outline: thin dotted;
  color: #4d3b60;
}
a:hover, a:active {
  outline: 0;
}

.btn {
  position: relative;
  font-family: "UniversalLTStd-Bold", Segoe UI, Arial, Helvetica, Sans-Serif;
  color: #ffffff;
  border-radius: 0;
  border: 0;
  padding: 8px 20px;
  letter-spacing: 1px;
  overflow: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.btn:active,
.btn.active,
.btn:focus,
.btn:active:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn > i {
  margin-right: 10px;
}

.btn > .caret {
  margin-left: 5px;
}

.btn-xs {
  font-size: 9px;
  padding: 6px 8px;
}

.btn-sm {
  font-size: 11px;
  padding: 8px 24px;
}

.btn-lg {
  font-size: 1.2em;
  padding: 0.5em 1em;
}

.btn-default {
  background-color: #95989A;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus {
  color: #ffffff;
  background-color: #6f7274;
}

.btn-primary {
  background-color: #614B79;
  color: #ffffff;
}
.btn-primary:visited {
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  background-color: #4d3b60;
}

.btn-accent {
  background-color: #407EC9;
  color: #ffffff;
}
.btn-accent:visited {
  color: #ffffff;
}

.btn-accent:hover,
.btn-accent:active,
.btn-accent:focus,
.btn-accent:active:focus,
.btn-accent:active:hover {
  background-color: #3571bb;
  color: #ffffff;
}

.btn-success {
  background-color: #41c741;
  color: #ffffff;
}
.btn-success:visited {
  color: #ffffff;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:active:focus,
.btn-success:active:hover {
  background-color: #30a530;
}

.btn-info {
  background-color: #00c4ff;
  color: #ffffff;
}
.btn-info:visited {
  color: #ffffff;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-info:active:focus,
.btn-info:active:hover {
  background-color: #009dcc;
}

.btn-warning {
  background-color: #ffc800;
  color: #ffffff;
}
.btn-warning:visited {
  color: #ffffff;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning:active:hover {
  background-color: #e6b400;
}

.btn-danger {
  background-color: #e62c22;
  color: #ffffff;
}
.btn-danger:visited {
  color: #ffffff;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger:active:hover {
  background-color: #bf1e16;
}

.btn-link {
  color: #614B79;
}
.btn-link:visited {
  color: #614B79;
}

.btn-link:focus, .btn-link:hover {
  color: #4d3b60;
  text-decoration: none;
}

.btn-inverse {
  background-color: #ffffff;
  color: #614B79;
  border: 0px;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:active:focus,
.btn-inverse:active:hover {
  background-color: #106fab;
  color: #ffffff;
}

.btn-black {
  background-color: #63666A;
  color: #f9f9f9;
  border: 0px;
  color: #ffffff;
}
.btn-black:visited {
  color: #ffffff;
}

.btn-black:hover,
.btn-black:active,
.btn-black:focus,
.btn-black:active:focus,
.btn-black:active:hover {
  background-color: #1a1a1a;
  color: #ffffff;
}

.dropdown .btn:after,
.dropdown-toggle:after {
  display: none;
}

/* Dropdowns */
.dropdown-menu {
  border: 1px solid #d5d5d5;
}

.dropdown-menu > li {
  border-bottom: 1px dotted #d5d5d5;
}

.dropdown-menu > li:last-child {
  border-bottom: 0px;
}

.dropdown-menu > li > a {
  font-size: 13px;
  padding: 8px 20px;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #b2b2b2;
}

/* Button Groups */
.btn-group > .btn,
.btn-group-lg > .btn,
.btn-group-sm > .btn,
.btn-group-xs > .btn {
  border-radius: 2px;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}

.btn-group:last-child > .btn,
.btn-group-lg:last-child > .btn,
.btn-group-sm:last-child > .btn,
.btn-group-xs:last-child > .btn {
  border-right: 0px;
}

.btn-group > .btn:last-child,
.btn-group-lg > .btn:last-child,
.btn-group-sm > .btn:last-child,
.btn-group-xs > .btn:last-child {
  border-right: 0px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  border-right: 0px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-menu {
  float: right;
}

.btn__fixed {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 1;
}

/*
Template Name: Medwise
Template URL: http://wwsthemes.com/themes/medwise/v1.0/
Description: HTML5 Bootstrap Medical And Health Template
Version: 1.1
Author: WWS Themes
Author URL: http://wwsthemes.com
*/
/* Jumbotron Hero */
.jumbotron {
  position: relative;
  padding: 100px 0px;
  margin: 0px;
  background-size: cover;
  background-position: center center;
}

.jumbotron:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.jumbotron h1 {
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

/* Forms */
.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group > label,
.form-group > .label {
  color: #aeaeae;
}

.form-control {
  border-color: #e5e5e5;
  background-color: #fafafa;
  border-width: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  height: 40px;
  position: relative;
  font-size: 13px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #d7d7d7;
}

.form-control.error {
  border-color: #e69e9e;
  background-color: #fff7f7;
}

textarea.form-control,
select.form-control {
  border-radius: 3px;
}

.has-success .form-control {
  border-color: #41c741;
}

.has-success .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #41c741;
}

.has-warning .form-control {
  border-color: #ffc800;
}

.has-warning .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ffc800;
}

.has-error .form-control {
  border-color: #e62c22;
}

.has-error .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e62c22;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #41c741;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #ffc800;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #e62c22;
}

.has-feedback .form-control-feedback {
  top: 6px;
}

.has-success .form-control-feedback {
  color: #41c741;
}

.has-warning .form-control-feedback {
  color: #ffc800;
}

.has-error .form-control-feedback {
  color: #e62c22;
}

.has-success .input-group-addon,
.has-warning .input-group-addon,
.has-error .input-group-addon {
  border-color: #d7d7d7;
}

.input-lg, .form-group-lg .form-control {
  height: 50px;
  border-radius: 3px;
}

.input-sm, .form-group-sm .form-control {
  height: 30px;
  border-radius: 3px;
}

/* Inline Form */
.form-inline .form-group {
  margin-top: 0px;
}

.form-inline .checkbox,
.form-inline .radio {
  height: 45px;
  padding: 12px;
}

fieldset {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

legend {
  width: auto;
  font-size: 15px;
  font-weight: 400;
  border: 0px;
  padding: 0px 5px;
  margin-bottom: 0px;
}

/* Navbar Styles */
/* Navbar in Header 1 */
.header-1 {
  position: relative;
  width: 100%;
}

.header-1 .navbar-default {
  position: relative;
  border: 0;
  margin-bottom: 0;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  border-radius: 0;
}

.header-1 .navbar-brand {
  width: 200px;
  height: 76px;
  background-image: url("../images/MDACC_FundacionEspaña_CG10.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 100%;
  display: block;
  overflow: hidden;
}
.header-1 .navbar-brand img {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}

.header-1 .navbar-header {
  position: relative;
  z-index: 2;
}

.header-1 .navbar-default .navbar-nav > li {
  text-align: center;
}

.header-1 .navbar-default .navbar-nav > li > a,
.header-1 .navbar-default .navbar-nav > li > a:active,
.header-1 .navbar-default .navbar-nav > li > a:focus {
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  overflow: hidden;
  position: relative;
  font-size: 1em;
  letter-spacing: 1px;
  background-color: transparent;
  z-index: 1;
  -webkit-transition: 350ms all ease;
  transition: 350ms all ease;
}

.header-1 .navbar-default .navbar-nav > li > a:hover {
  color: #614B79;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.header-1 .navbar-default .navbar-nav > .active > a,
.header-1 .navbar-default .navbar-nav > .active > a:focus,
.header-1 .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #614B79;
}

.header-1 .navbar-default .navbar-nav > li > a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0px;
  bottom: 0px;
  left: 50%;
  background-color: #614B79;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.header-1 .navbar-default .navbar-nav > li:hover > a:after,
.header-1 .navbar-default .navbar-nav > .active > a:after {
  width: 100%;
}

.header-1 .navbar-default ul.navbar-nav > li:last-child > a {
  color: #DA291C !important;
  font-weight: bold !important;
}

.header-1 .navbar-default ul.navbar-nav > li:last-child > a:after {
  background-color: #DA291C !important;
}

.header-1 .navbar-default .navbar-toggle {
  position: absolute;
  height: 100%;
  width: 80px;
  right: 0px;
  top: 0px;
  background-color: #f2f2f2;
  margin: 0px;
  border-radius: 0px;
  font-size: 28px;
  border: 0px;
  color: #614B79;
}

.header-1 .navbar-default .navbar-toggle.collapsed {
  color: rgba(0, 0, 0, 0.2);
}

.header-1 .navbar-default .navbar-collapse,
.header-1 .navbar-default .navbar-form {
  position: relative;
  border-color: #fff;
}

.header-1 .navbar-default li > .sub-menu {
  min-width: 200px;
  list-style: none;
  padding: 0;
  opacity: 0;
  display: none;
  visibility: hidden;
  margin: 0px;
  border-radius: 0;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(30, 30, 30, 0.3), 0 2px 10px 0 rgba(30, 30, 30, 0.15);
          box-shadow: 0 5px 10px 0 rgba(30, 30, 30, 0.3), 0 2px 10px 0 rgba(30, 30, 30, 0.15);
  z-index: 999999;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  border: 6px solid #f7f7f7;
}

.header-1 .navbar-default li > .sub-menu > li {
  position: relative;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
}

.header-1 .navbar-default li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.header-1 .navbar-default li > .sub-menu > li > a {
  padding: 10px;
  text-transform: uppercase;
  color: #929292;
  white-space: nowrap;
  display: block;
  border-radius: 0;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
}

.header-1 .navbar-default li > .sub-menu > li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #614B79;
}

.header-1 .navbar-default li > .sub-menu .sub-menu {
  left: 0px;
  top: 0px;
  margin-top: 0px;
}

.header-1 .mega-sub-menu {
  position: static;
}

.header-1 .mega-sub-menu .mega-dropdown {
  left: 0px;
  width: 100%;
  opacity: 0;
  display: none;
  margin: 0px;
  visibility: hidden;
  z-index: 999999;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  list-style: none;
  padding: 20px 10px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.header-1 .mega-sub-menu:hover .mega-dropdown {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.header-1 .mega-sub-menu .mega-dropdown .mega-menu-items {
  list-style: none;
  padding: 0px;
  background-color: #fff;
}

.header-1 .mega-sub-menu .mega-dropdown .mega-menu-items > li > a {
  color: #929292;
  padding: 10px;
  display: block;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.header-1 .mega-sub-menu .mega-dropdown .mega-menu-items > li > a:hover {
  background-color: #614B79;
  color: #fff;
}

.header-1 .mega-sub-menu .mega-dropdown .mega-menu-items > li.hr {
  border-top: 1px dotted #e2e2e2;
  margin: 5px 0px 15px 0px;
}

.header-1 .mega-sub-menu .mega-dropdown .mega-menu-items > li.heading, .header-1 .mega-sub-menu .mega-dropdown .mega-menu-items > li.values__heading {
  color: #614B79;
  padding: 10px;
  background-color: #f9f9f9;
  border-left: 2px solid #614B79;
}

/* Navbar in Header 2 */
.header-2 {
  position: relative;
  width: 100%;
  z-index: 2;
  top: 0px;
}

.header-2 .navbar-default {
  position: relative;
  border: 0;
  margin-bottom: 0px;
  width: 100%;
  z-index: 10;
  background-color: rgba(48, 59, 65, 0.8);
  border-radius: 0px;
}

.header-2 .navbar-brand {
  height: auto;
  margin-top: 15px;
}

.header-2 .navbar-header {
  position: relative;
  z-index: 2;
}

.header-2 .navbar-default li a {
  font-size: 15px;
}

.header-2 .navbar-default .navbar-nav > li > a,
.header-2 .navbar-default .navbar-nav > li > a:active,
.header-2 .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  text-align: center;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  width: 100%;
  z-index: 1;
  -webkit-transition: 350ms all ease;
  transition: 350ms all ease;
}

.header-2 .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}

.header-2 .navbar-default .navbar-nav > .active > a,
.header-2 .navbar-default .navbar-nav > .active > a:focus,
.header-2 .navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: transparent;
}

.header-2 .navbar-default .navbar-nav > li > a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0px;
  bottom: 0px;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.header-2 .navbar-default .navbar-nav > li:hover > a:after,
.header-2 .navbar-default .navbar-nav > .active > a:after {
  width: 25px;
}

.header-2 .navbar-default .navbar-toggle {
  position: absolute;
  height: 100%;
  width: 80px;
  right: 0px;
  top: 0px;
  background-color: #303b41;
  margin: 0px;
  border-radius: 0px;
  border: 0px;
  color: #614B79;
  font-size: 28px;
}

.header-2 .navbar-default .navbar-toggle.collapsed {
  color: #f2f2f2;
}

.header-2 .navbar-default .navbar-collapse,
.header-2 .navbar-default .navbar-form {
  position: relative;
  border-color: #fff;
}

.header-2 .navbar-default li > .sub-menu {
  min-width: 200px;
  list-style: none;
  padding: 15px;
  opacity: 0;
  display: none;
  visibility: hidden;
  margin: 0px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
  z-index: 999999;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.header-2 .navbar-default li > .sub-menu > li {
  position: relative;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
}

.header-2 .navbar-default li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.header-2 .navbar-default li > .sub-menu > li > a {
  padding: 10px;
  font-size: 14px;
  color: #929292;
  display: block;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
}

.header-2 .navbar-default li > .sub-menu > li > a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #614B79;
}

.header-2 .navbar-default li > .sub-menu .sub-menu {
  left: 0px;
  top: 0px;
  margin-top: 0px;
}

.header-2 .mega-sub-menu {
  position: static;
}

.header-2 .mega-sub-menu .mega-dropdown {
  left: 0px;
  width: 100%;
  opacity: 0;
  margin: 0px;
  visibility: hidden;
  display: none;
  z-index: 999999;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  list-style: none;
  padding: 20px 10px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.header-2 .mega-sub-menu:hover .mega-dropdown {
  opacity: 1;
  height: auto;
  visibility: visible;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.header-2 .mega-sub-menu .mega-dropdown .mega-menu-items {
  list-style: none;
  padding: 0px;
  background-color: #fff;
}

.header-2 .mega-sub-menu .mega-dropdown .mega-menu-items > li > a {
  color: #929292;
  padding: 10px;
  display: block;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.header-2 .mega-sub-menu .mega-dropdown .mega-menu-items > li > a:hover {
  background-color: #614B79;
  color: #fff;
}

.header-2 .mega-sub-menu .mega-dropdown .mega-menu-items > li.hr {
  border-top: 1px dotted #e2e2e2;
  margin: 5px 0px 15px 0px;
}

.header-2 .mega-sub-menu .mega-dropdown .mega-menu-items > li.heading, .header-2 .mega-sub-menu .mega-dropdown .mega-menu-items > li.values__heading {
  color: #614B79;
  padding: 10px;
  background-color: #f9f9f9;
  border-left: 2px solid #614B79;
}

/* Navbar in Header 3 */
.header-3 .navbar-default {
  position: relative;
  border: 0;
  margin-bottom: 0px;
  width: 100%;
  z-index: 10;
  background-color: #614B79;
  border-radius: 0px;
}

.header-3 .navbar-brand {
  height: auto;
  margin-top: 15px;
}

.header-3 .navbar-header {
  position: relative;
  z-index: 2;
}

.header-3 .navbar-default li a {
  font-size: 15px;
}

.header-3 .navbar-default .navbar-nav > li {
  text-align: center;
}

.header-3 .navbar-default .navbar-nav > li > a,
.header-3 .navbar-default .navbar-nav > li > a:active,
.header-3 .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  text-align: center;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  background-color: transparent;
  z-index: 1;
  -webkit-transition: 350ms all ease;
  transition: 350ms all ease;
}

.header-3 .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}

.header-3 .navbar-default .navbar-nav > .active > a,
.header-3 .navbar-default .navbar-nav > .active > a:focus,
.header-3 .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #fff;
}

.header-3 .navbar-default .navbar-nav > li > a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0px;
  bottom: 0px;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.header-3 .navbar-default .navbar-nav > li:hover > a:after,
.header-3 .navbar-default .navbar-nav > .active > a:after {
  width: 25px;
}

.header-3 .navbar-default .navbar-toggle {
  position: absolute;
  height: 100%;
  width: 80px;
  right: 0px;
  top: 0px;
  background-color: #614B79;
  margin: 0px;
  border-radius: 0px;
  border: 0px;
  color: #fff;
  font-size: 28px;
}

.header-3 .navbar-default .navbar-toggle.collapsed {
  color: rgba(255, 255, 255, 0.4);
}

.header-3 .navbar-default .navbar-collapse,
.header-3 .navbar-default .navbar-form {
  position: relative;
  border-color: #fff;
}

.header-3 .navbar-default li > .sub-menu {
  min-width: 200px;
  list-style: none;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  display: none;
  margin: 0px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
  z-index: 999999;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.header-3 .navbar-default li > .sub-menu > li {
  position: relative;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
}

.header-3 .navbar-default li:hover > .sub-menu {
  opacity: 1;
  height: auto;
  visibility: visible;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.header-3 .navbar-default li > .sub-menu > li > a {
  padding: 10px;
  font-size: 14px;
  color: #929292;
  white-space: nowrap;
  display: block;
  border-radius: 4px;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
}

.header-3 .navbar-default li > .sub-menu > li > a:hover {
  background-color: #614B79;
  color: #fff;
  text-decoration: none;
  color: #fff;
}

.header-3 .navbar-default li > .sub-menu .sub-menu {
  left: 0px;
  top: 0px;
  margin-top: 0px;
}

.header-3 .mega-sub-menu {
  position: static;
}

.header-3 .mega-sub-menu .mega-dropdown {
  left: 0px;
  width: 100%;
  opacity: 0;
  display: none;
  margin: 0px;
  visibility: hidden;
  z-index: 999999;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  list-style: none;
  padding: 20px 10px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.header-3 .mega-sub-menu:hover .mega-dropdown {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.header-3 .mega-sub-menu .mega-dropdown .mega-menu-items {
  list-style: none;
  padding: 0px;
  background-color: #fff;
}

.header-3 .mega-sub-menu .mega-dropdown .mega-menu-items > li > a {
  color: #929292;
  padding: 10px;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.header-3 .mega-sub-menu .mega-dropdown .mega-menu-items > li > a:hover {
  background-color: #614B79;
  color: #fff;
}

.header-3 .mega-sub-menu .mega-dropdown .mega-menu-items > li.hr {
  border-top: 1px dotted #e2e2e2;
  margin: 5px 0px 15px 0px;
}

.header-3 .mega-sub-menu .mega-dropdown .mega-menu-items > li.heading, .header-3 .mega-sub-menu .mega-dropdown .mega-menu-items > li.values__heading {
  color: #614B79;
  padding: 10px;
  background-color: #f9f9f9;
  border-left: 2px solid #614B79;
}

/* Input Groups */
.input-group-addon {
  border: 0px;
  border-radius: 0;
  color: #1a1a1a;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.025em;
  z-index: 5;
}

.input-group-addon:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.input-group .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 42px;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 24px;
  border-width: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.input-group-sm > .input-group-addon {
  padding-top: 2px;
  padding-bottom: 2px;
}

.input-group-btn > .btn {
  border-bottom: 0;
}

/* Labels */
.label, label {
  font-size: 14px;
  font-weight: 300;
  border-radius: 50px;
  padding-bottom: 0.2em;
  color: #1a2b51;
  margin-bottom: 0.2em;
  display: inline-block;
}

.label-default {
  color: #fff;
  background-color: #d4d4d4;
}

.label-primary {
  color: #fff;
  background-color: #614B79;
}

.label-success {
  color: #fff;
  background-color: #41c741;
}

.label-info {
  color: #fff;
  background-color: #00c4ff;
}

.label-warning {
  color: #fff;
  background-color: #ffc800;
}

.label-danger {
  color: #fff;
  background-color: #e62c22;
}

/* Images */
.img-thumbnail {
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  border-radius: 3px;
  padding: 8px;
  margin: 10px;
}

/* Page Header */
.header-1 + .page-header:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(97, 75, 121, 0.8);
  z-index: 1;
}

.header-1 + .page-header h1 {
  position: relative;
  float: left;
  color: #fff;
  font-family: "MinionPro-Bold", serif;
  margin-bottom: 0px;
  font-size: 32px;
  text-transform: capitalize;
  text-shadow: 1px 1px 2px #000;
  z-index: 2;
}

.header-1 + .page-header small {
  position: relative;
  display: block;
  color: #b8b8b8;
  margin-top: 10px;
  font-size: 50%;
}

.header-1 + .page-header .breadcrumb {
  float: right;
  background-color: transparent;
  padding: 10px 0px;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}

.header-1 + .page-header {
  position: relative;
  background-image: url(../images/page-header-1.jpg);
  background-size: cover;
  background-position: center center;
  text-align: left;
  margin: 0;
  padding: 50px 20px;
  border: 0px;
}

.header-2 + .page-header {
  background-image: url(../images/page-header-2.jpg);
  background-size: cover;
  background-position: center center;
  text-align: center;
  margin: 0;
  padding: 140px 20px 20px;
  border: 0px;
}

.header-2 + .page-header h1 {
  color: #fff;
  font-family: "MinionPro-Bold", serif;
  margin-bottom: 10px;
  font-size: 36px;
  text-transform: capitalize;
  background-color: #614B79;
  display: inline-block;
  text-shadow: 1px 1px 2px #000;
  padding: 5px 20px;
  border-radius: 4px;
}

.page-header-2 + .page-header small {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  font-size: 50%;
}

.header-3 + .page-header {
  background-image: url(../images/page-header-3.png);
  text-align: left;
  margin: 0;
  padding: 40px 0px;
  background-position: center center;
}

.header-3 + .page-header h1 {
  color: #614B79;
  font-size: 32px;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 0px;
  display: inline-block;
}

.header-3 + .page-header .hr-1 {
  margin: 15px 0px;
}

/* Breadcrumbs */
.header-1 + .page-header .breadcrumb {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0px;
  letter-spacing: 1px;
}

.header-1 + .page-header .breadcrumb > li > a {
  color: #fff;
  font-weight: bold;
}

.header-1 + .page-header .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}

.header-2 + .page-header .breadcrumb {
  background-color: rgba(48, 59, 65, 0.8);
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0px;
  letter-spacing: 1px;
}

.header-2 + .page-header .breadcrumb > li > a {
  color: #fff;
  font-weight: bold;
}

.header-2 + .page-header .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}

.header-3 + .page-header .breadcrumb {
  background-color: transparent;
  display: inline-block;
  padding: 0px;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0px;
  letter-spacing: 1px;
}

.header-3 + .page-header .breadcrumb > li > a {
  color: #303b41;
  font-weight: bold;
}

.header-3 + .page-header .breadcrumb > .active {
  color: rgba(0, 0, 0, 0.8);
}

/* Nav Tabs */
/* Tabs 1 */
.tabs-1 .nav-tabs {
  border: 0;
  background-color: #f7f7f7;
  display: block;
}

.tabs-1 .nav-tabs > li {
  float: none;
}

.tabs-1 .nav-tabs > li > a {
  border-radius: 0;
  border-bottom: 0;
  background-color: #303b41;
  padding: 10px 30px;
  margin: 0;
  color: #fff;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.tabs-1 .nav-tabs > li > a > strong,
.tabs-1 .nav-tabs > li > a > span {
  display: block;
}

.tabs-1 .nav-tabs > li > a > span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.tabs-1 .nav-tabs > li > a > i {
  font-size: 18px;
}

.tabs-1 .nav-tabs > li.active > a,
.tabs-1 .nav-tabs > li.active > a:focus,
.tabs-1 .nav-tabs > li.active > a:hover {
  border: 1px solid #614B79;
  color: #fff;
  background-color: #614B79;
  margin-top: -9px;
  padding: 14px 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.tabs-1 .nav-tabs > li.active > a i,
.tabs-1 .nav-tabs > li.active > a:focus i,
.tabs-1 .nav-tabs > li.active > a:hover i {
  color: #fff;
}

.tabs-1 .nav-tabs > li > a:focus,
.tabs-1 .nav-tabs > li > a:hover,
.tabs-1 .nav-tabs > li > a:active {
  background-color: #303b41;
  border-color: #303b41;
}

.tabs-1 .tab-content > .tab-pane {
  background-image: url(../images/accordion-background.jpg);
  background-size: cover;
  padding: 25px;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
      transform: translateY(10%);
}

.tabs-1 .nav-tabs.nav-justified > li {
  float: none;
}

.fade {
  -webkit-transition: 750ms ease all;
  transition: 750ms ease all;
}

.fade.in {
  -webkit-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
      transform: translateY(0%) !important;
}

/* Tabs 2 */
.tabs-2 .nav-tabs {
  border: 0;
  background-color: #f7f7f7;
  display: block;
}

.tabs-2 .nav-tabs > li {
  float: none;
}

.tabs-2 .nav-tabs > li > a {
  border-radius: 0;
  border-bottom: 0;
  background-color: #f7f7f7;
  padding: 10px 30px;
  margin: 0;
  color: #1a1a1a;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.tabs-2 .nav-tabs > li > a > strong,
.tabs-2 .nav-tabs > li > a > span {
  display: block;
}

.tabs-2 .nav-tabs > li > a > span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
}

.tabs-2 .nav-tabs > li > a > i {
  font-size: 18px;
}

.tabs-2 .nav-tabs > li.active > a,
.tabs-2 .nav-tabs > li.active > a:focus,
.tabs-2 .nav-tabs > li.active > a:hover {
  border: 1px solid #614B79;
  color: #fff;
  background-color: #614B79;
  margin-top: -9px;
  padding: 14px 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.tabs-2 .nav-tabs > li.active > a i,
.tabs-2 .nav-tabs > li.active > a:focus i,
.tabs-2 .nav-tabs > li.active > a:hover i {
  color: #fff;
}

.tabs-2 .nav-tabs > li.active > a > span {
  color: rgba(255, 255, 255, 0.8);
}

.tabs-2 .nav-tabs > li > a:focus,
.tabs-2 .nav-tabs > li > a:hover,
.tabs-2 .nav-tabs > li > a:active {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

.tabs-2 .tab-content > .tab-pane {
  background-color: #f7f7f7;
  padding: 25px;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
      transform: translateY(10%);
}

.tabs-2 .nav-tabs.nav-justified > li {
  float: none;
}

/* Tabs 3 */
.tabs-3 .nav-tabs {
  border: 0;
  width: 100%;
  text-align: center;
}

.tabs-3 .nav-tabs > li {
  position: relative;
  display: block;
  float: none;
  text-align: center;
  margin-bottom: 0px;
}

.tabs-3 .nav-tabs > li > a {
  border: 0px;
  margin: 0;
  color: #303b41;
  padding: 20px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.tabs-3 .nav-tabs > li.active > a,
.tabs-3 .nav-tabs > li.active > a:focus,
.tabs-3 .nav-tabs > li.active > a:hover {
  border: 0px;
  color: #614B79;
}

.tabs-3 .nav-tabs > li > a > i {
  height: 100px;
  width: 100px;
  color: #fff;
  line-height: 100px;
  text-align: center;
  font-size: 30px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  background-color: #303b41;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.tabs-3 .nav-tabs > li.active > a i,
.tabs-3 .nav-tabs > li.active > a:focus i,
.tabs-3 .nav-tabs > li.active > a:hover i {
  background-color: #614B79;
}

.tabs-3 .nav-tabs > li > a:focus,
.tabs-3 .nav-tabs > li > a:hover,
.tabs-3 .nav-tabs > li > a:active {
  background-color: #fff;
}

.tabs-3 .tab-content > .tab-pane {
  background-color: #fff;
  padding: 25px;
  border: 2px solid #f2f2f2;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
      transform: translateY(10%);
}

.tabs-3 .nav-tabs.nav-justified {
  display: table;
}

.tabs-3 .nav-tabs.nav-justified > li > a {
  border-bottom: 0px;
  border-radius: 0px;
  margin-bottom: -1px;
}

.tabs-3 .nav-tabs.nav-justified > li {
  display: table-cell;
}

.tabs-3 .nav-tabs.nav-justified > .active > a,
.tabs-3 .nav-tabs.nav-justified > .active > a:focus,
.tabs-3 .nav-tabs.nav-justified > .active > a:hover {
  border: 0;
}

/* Pills */
/* Pills 1 */
.pills-1 {
  width: 100%;
}

.pills-1 .nav-pills > li {
  margin-right: 5px;
}

.pills-1 .nav-pills > li > a,
.pills-1 .nav-pills > li > a:hover,
.pills-1 .nav-pills > li > a:focus {
  border: 0;
  border-radius: 0;
  background-color: #303b41;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.pills-1 .nav-pills > li.active > a,
.pills-1 .nav-pills > li.active > a:focus,
.pills-1 .nav-pills > li.active > a:hover {
  background-color: #614B79;
}

.pills-1 .nav-pills > li > a > strong,
.pills-1 .nav-pills > li > a > span {
  display: block;
}

.pills-1 .nav-pills > li > a > span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.pills-1 .nav-pills > li.active > a > strong {
  color: #fff;
}

.pills-1 .nav-pills > li.active > a > span {
  color: rgba(255, 255, 255, 0.8);
}

.pills-1 .tab-content {
  margin-top: 20px;
}

/* Pills 2 */
.pills-2 {
  width: 100%;
}

.pills-2 .nav-pills > li {
  margin-right: 5px;
}

.pills-2 .nav-pills > li > a,
.pills-2 .nav-pills > li > a:hover,
.pills-2 .nav-pills > li > a:focus {
  border: 0;
  border-radius: 0;
  background-color: #f7f7f7;
  font-size: 14px;
  color: #303b41;
  border-radius: 4px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.pills-2 .nav-pills > li.active > a,
.pills-2 .nav-pills > li.active > a:focus,
.pills-2 .nav-pills > li.active > a:hover {
  background-color: #614B79;
}

.pills-2 .nav-pills > li > a > strong,
.pills-2 .nav-pills > li > a > span {
  display: block;
}

.pills-2 .nav-pills > li > a > span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
}

.pills-2 .nav-pills > li.active > a > strong {
  color: #fff;
}

.pills-2 .nav-pills > li.active > a > span {
  color: rgba(255, 255, 255, 0.8);
}

.pills-2 .tab-content {
  margin-top: 20px;
}

.nav-stacked {
  position: relative;
  z-index: 3;
  width: 100%;
  display: table-cell;
  vertical-align: top;
}

.nav-stacked > li {
  margin-bottom: 8px;
}

.nav-stacked > li:last-child {
  border: 0;
}

.nav-stacked > li > a {
  padding: 12px 30px;
}

.nav-stacked + .tab-content {
  vertical-align: top;
}

.nav-stacked + .tab-content > .tab-pane {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
      transform: translateY(10%);
}

/* Accordion */
/* Accordion 1 */
.accordion-1 .panel-group .panel {
  border-radius: 0px;
  border: 0;
  margin-bottom: 8px;
  background-image: url(../images/accordion-background.jpg);
  background-size: cover;
}

.accordion-1 .panel-default,
.accordion-1 .panel-default .panel-collapse {
  position: relative;
}

.accordion-1 .panel-default > .panel-heading {
  border-radius: 0px;
  padding: 0px;
}

.accordion-1 .panel-title > a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  padding: 12px 14px;
  display: block;
  background-color: #303b41;
}

.accordion-1 .panel-body {
  padding: 20px 20px 20px 70px;
  position: relative;
}

.accordion-1 .icon-tab {
  position: absolute;
  top: 25px;
  left: 10px;
  display: inline-block;
  background-color: #614B79;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  z-index: 2;
}

.accordion-1 .panel-group .panel-heading + .panel-collapse > .list-group,
.accordion-1 .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px;
  line-height: 26px;
}

.accordion-1 .panel-title > a:not(.collapsed) {
  background-color: #614B79;
}

/* Accordion 2 */
.accordion-2 .panel-group .panel {
  border-radius: 0px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-2 .panel-default > .panel-heading {
  border-radius: 0px;
  position: relative;
  background-color: #fff;
  border-bottom: 2px solid #614B79;
  padding: 0px;
}

.accordion-2 .panel-title > a {
  font-size: 15px;
  color: #614B79;
  display: inline-block;
  padding-left: 40px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  font-weight: 300;
  padding: 12px 20px 11px 50px;
  display: block;
}

.accordion-2 .panel-group .panel-heading + .panel-collapse > .list-group,
.accordion-2 .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0px;
  line-height: 26px;
  padding: 25px;
  background-color: #f7f7f7;
}

.accordion-2 .panel-title > a:hover,
.accordion-2 .panel-title > a:focus,
.accordion-2 .panel-title > a:active {
  text-decoration: none;
}

.accordion-2 .panel-title > a:before {
  content: "\f107";
  font: normal normal normal 20px/1 FontAwesomeMedical;
  position: absolute;
  left: 0px;
  top: 5px;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background-color: #614B79;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

.accordion-2 .panel-title > a.collapsed:before {
  color: #614B79;
  background-color: #f2f2f2;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}

/* Accordion 3 */
.accordion-3 .panel-group .panel {
  border-radius: 0px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-3 .panel-default > .panel-heading {
  background-color: #614B79;
  border-radius: 0px;
  padding: 0px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.accordion-3 .panel-title > a {
  font-size: 15px;
  display: block;
  padding-right: 35px;
  font-weight: 300;
  padding: 10px 14px;
}

.accordion-3 .panel-title > a {
  color: #fff;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.accordion-3 .panel-title > a:before {
  content: "\f068";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 39px;
  width: 39px;
  color: #fff;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  background-color: #303b41;
}

.accordion-3 .panel-title > a.collapsed:before {
  content: "\f067";
}

.accordion-3 .panel-group .panel-heading + .panel-collapse > .list-group,
.accordion-3 .panel-group .panel-heading + .panel-collapse > .panel-body {
  line-height: 26px;
  border: 0;
  padding: 20px;
}

.accordion-3 .panel-title > a:hover,
.accordion-3 .panel-title > a:focus,
.accordion-3 .panel-title > a:active {
  text-decoration: none;
}

/* Lists */
ul.list-default {
  padding-left: 25px;
  list-style: none;
}

ul.list-default > li {
  padding: 4px 0;
  position: relative;
  line-height: 24px;
  line-height: 1.75em;
  font-size: 15px;
}

ul.list-default > li:before {
  font: normal normal normal 8px/1 FontAwesome;
  content: "\f10c";
  color: #614B79;
  position: absolute;
  top: 14px;
  left: -20px;
  font-weight: 600;
}

ul.list-styled {
  list-style: none;
  padding-left: 35px;
}

ul.list-styled > li {
  position: relative;
  padding: 6px 10px 6px 0;
  text-align: left;
  font-weight: 400;
  line-height: 1.75em;
  font-size: 15px;
}

ul.list-styled > li:before {
  font: normal normal normal 8px/1 FontAwesome;
  content: "\f105";
  color: #614B79;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 15px;
  font-size: 15px;
  height: 18px;
  width: 18px;
  border: 1px solid #614B79;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  left: -32px;
  position: absolute;
  top: 9px;
}

ol {
  counter-reset: item;
  padding-left: 25px;
}

ol li {
  display: block;
}

ol.list-default > li {
  padding: 4px 0;
  line-height: 24px;
  line-height: 1.75em;
  font-size: 15px;
}

ol.list-default li:before {
  content: counter(item) ".";
  counter-increment: item;
  color: #614B79;
  position: absolute;
  left: 15px;
}

ol.list-styled {
  padding-left: 35px;
}

ol.list-styled > li {
  position: relative;
  padding: 6px 10px 6px 0;
  text-align: left;
  font-weight: 400;
  line-height: 1.75em;
  font-size: 15px;
}

ol.list-styled > li:before {
  content: counter(item);
  counter-increment: item;
  color: #614B79;
  position: absolute;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #614B79;
  border-radius: 50%;
  font-size: 14px;
  top: 6px;
  left: -32px;
}

/* List Group */
.badge {
  font-size: 11px;
  padding: 4px 6px;
  background-color: #fff;
  border-radius: 10px;
  color: #614B79;
  display: inline-block;
  font-weight: 300;
  border: 1px solid #614B79;
  text-transform: uppercase;
}

a.list-group-item-success,
button.list-group-item-success {
  background-color: rgba(65, 199, 65, 0.2);
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
  background-color: rgba(0, 196, 255, 0.2);
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #B77618;
  background-color: rgba(255, 200, 0, 0.2);
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
  background-color: rgba(230, 44, 34, 0.2);
}

/* Tables */
.table {
  background-color: #f9f9f9;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0px;
}

.table > thead > tr > th, .table th, th {
  font-family: "UniversLTStd-Cn", sans-serif;
  font-size: 15px;
  font-weight: 600;
  background-color: #614B79;
  color: #fff;
}

.table > thead > tr > th {
  border-bottom: 5px solid #fff;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 10px;
  border-top: 1px solid #f2f2f2;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.table-bordered {
  border-style: solid;
  border-color: #f2f2f2;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #f2f2f2;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 4px 12px;
}

/* Progress Bars */
.progress {
  height: 10px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible;
}

.progress-bar {
  background-color: #614B79;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  border-radius: 50px;
}

.progress-bar span {
  position: absolute;
  right: -15px;
  top: -40px;
  font-size: 12px;
  font-weight: 600;
  background-color: #303b41;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
}

.progress-bar span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #303b41 transparent transparent transparent;
}

.progress-bar-success {
  background-color: #41c741;
}

.progress-bar.progress-bar-success:before {
  background-color: #41c741;
}

.progress-bar-info {
  background-color: #00c4ff;
}

.progress-bar.progress-bar-info:before {
  background-color: #00c4ff;
}

.progress-bar-warning {
  background-color: #ffc800;
}

.progress-bar.progress-bar-warning:before {
  background-color: #ffc800;
}

.progress-bar-danger {
  background-color: #e62c22;
}

.progress-bar.progress-bar-danger:before {
  background-color: #e62c22;
}

/* Pagination */
.pagination {
  display: table;
  margin: 20px auto;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  background-color: #f2f2f2;
}

.pagination > li > a, .pagination > li > span {
  border: 2px solid #f2f2f2;
  color: #614B79;
  font-weight: 400;
  margin: 2px;
  border-radius: 4px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  height: 30px;
  width: 30px;
  font-size: 12px;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  height: 40px;
  width: 40px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #614B79;
  border-color: #614B79;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  border-color: #614B79;
  background-color: #fff;
  color: #614B79;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.pager {
  padding: 0px 15px;
}

.pager li > a, .pager li > span {
  color: #614B79;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  background-color: #fff;
  font-weight: 400;
  border-radius: 4px;
  border: 2px solid #f2f2f2;
}

.pager li > a:focus, .pager li > a:hover {
  border-color: #614B79;
  color: #614B79;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

/* Panels */
.panel {
  margin-bottom: 25px;
  border-radius: 2px;
}

.panel-heading {
  padding: 12px 15px;
}

.panel-heading .panel-title {
  font-family: "MinionPro-Medium", sans-serif;
  font-weight: 600;
}

.panel-footer {
  padding: 14px 15px;
  color: #1a1a1a;
  border-top: 1px dotted #d5d5d5;
  background-color: #fff;
}

.panel-default {
  border-color: #d4d4d4;
}

.panel-default > .panel-heading {
  background-color: #d4d4d4;
  border: 0;
  border-radius: 2px;
  color: #fff;
}

.panel-primary {
  border-color: #614B79;
}

.panel-primary > .panel-heading {
  background-color: #614B79;
  border: 0;
  border-radius: 0;
  color: #fff;
}

.panel-success {
  border-color: #41c741;
}

.panel-success > .panel-heading {
  background-color: #41c741;
  border: 0;
  border-radius: 0;
  color: #fff;
}

.panel-info {
  border-color: #00c4ff;
}

.panel-info > .panel-heading {
  background-color: #00c4ff;
  border: 0;
  border-radius: 0;
  color: #fff;
}

.panel-warning {
  border-color: #ffc800;
}

.panel-warning > .panel-heading {
  background-color: #ffc800;
  border: 0;
  border-radius: 0;
  color: #fff;
}

.panel-danger {
  border-color: #e62c22;
}

.panel-danger > .panel-heading {
  background-color: #e62c22;
  border: 0;
  border-radius: 0;
  color: #fff;
}

/* Well */
.well {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: inset 0px 1px 3px #e5e5e5;
          box-shadow: inset 0px 1px 3px #e5e5e5;
  border-radius: 2px;
  background-color: #f5f5f5;
}

/* Alerts */
.alert {
  border-radius: 2px;
  font-size: 1em;
  z-index: 3;
}

.alert-success {
  color: #2F7A2F;
  background-color: rgba(65, 199, 65, 0.2);
}

.alert-success .alert-link {
  color: #3d9e3f;
}

.alert-info {
  color: #226688;
  background-color: rgba(0, 196, 255, 0.2);
}

.alert-info .alert-link {
  color: #2a80ab;
}

.alert-warning {
  color: #B77618;
  background-color: rgba(255, 200, 0, 0.2);
}

.alert-warning .alert-link {
  color: #b58023;
}

.alert-danger {
  color: #902D27;
  background-color: rgba(230, 44, 34, 0.2);
}

.alert-danger .alert-link {
  color: #b33231;
}

.alert-cookies {
  background-color: #303b41;
  color: #fff;
  position: fixed;
  bottom: 0px;
  width: 100%;
  margin-bottom: 0px;
}

.alert-cookies .alert-link {
  color: rgba(255, 255, 255, 0.8);
}

/* Modals */
.modal {
  text-align: center;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-title {
  font-weight: 700;
  text-align: center;
}

.modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 15px;
}

.modal-body {
  padding: 30px;
  color: #fff;
}

.modal-body .heading, .modal-body .values__heading {
  margin-top: 0px;
}

.modal-body [class^=col-],
.modal-body [class^=container] {
  padding: 0px;
}

.modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 15px;
}

.modal-header, .modal-body, .modal-footer {
  position: relative;
}

.modal-content {
  border: 2px solid #f2f2f2;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: left center;
}

.modal-popup .modal-content:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0p;
  top: 0px;
  background-color: rgba(97, 75, 121, 0.8);
}

.modal .close {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #614B79;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-shadow: none;
  height: 25px;
  width: 25px;
  text-align: center;
  opacity: 1;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 8px #222;
          box-shadow: 2px 2px 8px #222;
  z-index: 2;
}

.modal-backdrop.in {
  opacity: 0.75;
}

/* IFrame */
iframe {
  width: 100%;
}

/* Media Queries */
/* Large Devices, Dektops */
/* Medium Devices, Laptops */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .header-1 .navbar-default .navbar-nav > li,
  .header-3 .navbar-default .navbar-nav > li {
    text-align: left;
  }
  .header-2 .navbar-default .navbar-nav > li > a {
    padding: 32px 20px;
    line-height: 40px;
  }
  .header-1 .navbar-default .navbar-nav > li > a {
    padding: 0 0.75em;
    line-height: 56px;
  }
  .header-3 .navbar-default .navbar-nav > li > a {
    padding: 32px 20px;
    line-height: 40px;
  }
  .navbar-default {
    margin-bottom: 0px;
  }
  .sub-menu .sub-menu {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
        transform: translateX(100%);
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 56px;
    padding-top: 100px;
  }
  .header-2 {
    position: absolute;
  }
  .header-2 .navbar-default li > .sub-menu,
  .header-1 .navbar-default li > .sub-menu,
  .header-3 .navbar-default li > .sub-menu {
    position: absolute;
    display: inherit;
  }
  .header-2 .navbar-default li:hover > .sub-menu,
  .header-1 .navbar-default li:hover > .sub-menu,
  .header-3 .navbar-default li:hover > .sub-menu {
    display: inherit;
  }
  .header-2 .mega-sub-menu .mega-dropdown,
  .header-1 .mega-sub-menu .mega-dropdown,
  .header-3 .mega-sub-menu .mega-dropdown {
    position: absolute;
    display: inherit;
  }
  .header-2 .mega-sub-menu:hover .mega-dropdown,
  .header-1 .mega-sub-menu:hover .mega-dropdown,
  .header-3 .mega-sub-menu:hover .mega-dropdown {
    display: inherit;
  }
  .header-2 + .page-header {
    padding: 350px 20px 40px;
  }
  .pills-1, .pills-2 {
    display: table;
  }
  .nav-stacked {
    width: 100%;
  }
  .nav-stacked + .tab-content {
    display: table-cell;
    width: 80%;
  }
  .nav-stacked + .tab-content > .tab-pane {
    padding: 0px 20px;
  }
  .tabs-1 .nav-tabs,
  .tabs-2 .nav-tabs {
    display: inline-block;
  }
  .tabs-1 .nav-tabs > li,
  .tabs-2 .nav-tabs > li {
    float: left;
  }
  .tabs-3 .nav-tabs > li {
    display: inline-block;
  }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
/* Extra Small Devices */
ul.nav.nav-tabs.nav-justified {
  padding-left: 0;
}

.card {
  border-width: 0.1em;
}

.card__head--withoutpadding {
  position: relative;
  border-bottom: 0em;
  padding: 0em;
}

.card__title {
  font-size: 1.2em;
  color: #614B79;
  margin: 0.7em 0em 0em;
  font-weight: 400;
  line-height: 1;
  font-family: "MinionPro-Regular", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  max-height: 45px;
  min-height: 45px;
  overflow: hidden;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
}

.card__body {
  padding: 1em;
  border-top: 0em;
}

.card__body__title {
  font-size: 1.2em;
  color: #614B79;
  font-weight: 400;
  line-height: initial;
  font-family: "MinionPro-Regular", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  text-align: left;
  height: 230px;
}

.card__text {
  display: block;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 0 10px;
  text-align: left;
  max-height: 200px;
  min-height: 200px;
  overflow: hidden;
}

.card__button--nearGraphic {
  float: right;
}

.card__head--withpadding {
  position: relative;
  border-bottom: 0em;
  height: auto;
  padding: 1em;
  padding-bottom: 0px;
}

.card__head--withpadding .card__title {
  padding-left: 0em;
  padding-right: 0em;
}

.card__head--withpadding .card__body {
  padding: 0em;
}

.card__button {
  float: right;
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.card__date__content {
  max-height: 110px;
  min-height: 110px;
  overflow: hidden;
}

.card__date {
  margin-top: 1em;
}

.card__date .fa {
  float: left;
  font-size: 1.5em;
}

.card__date .card__date__text {
  text-align: left;
  margin-left: 2em;
}

.card__button--nearSchedule {
  float: right;
  margin-top: 1em;
  margin-bottom: 1em;
}

.card__foot {
  text-align: left;
  font-size: 0.85em;
  font-weight: bold;
  color: #95989A;
  font-family: "UniversLTStd-Cn", Segoe UI, Arial, Helvetica, Sans-Serif;
}

.card--blog {
  border-width: 0.1em;
  /*padding: .5em;*/
  /*padding-top: 1em;*/
  padding-bottom: 1em;
}

.card--blog > div {
  display: inline-block;
}

.blog-main-content .card--blog {
  padding-top: 1.5em;
}

.card--blog__head {
  position: relative;
  border-bottom: 0em;
  padding: 0em;
  width: 100%;
}

.card--blog__contentImg {
  height: 200px;
  margin-bottom: 1em;
}

.card--blog__contentImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-main-content .card--blog__head {
  padding: 1em;
  padding-top: 0em;
  margin-bottom: 1em;
}

.card--blog__title {
  font-size: 1.8em;
  /*margin: 0.7em 0em 0em;*/
  font-weight: 400;
  line-height: 1;
  font-family: "MinionPro-Regular", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  text-decoration: none !important;
  text-align: left;
  color: #1e1e1e;
  /*padding-left: 0.5em;
  padding-right: 0.5em;*/
  float: left;
  padding: 0.5em;
}

.eventContent .card--blog__title {
  padding-left: 0;
}

.card--blog__title:hover {
  text-decoration: none;
}

.card--blog__state {
  float: right;
  margin-top: 1.7em;
  padding-right: 0.5em;
}

.card--blog__body {
  padding: 1em;
  padding-top: 0em;
  text-align: left;
  width: 100%;
}

.card--blog__hr {
  position: relative;
  clear: both;
  display: block;
  margin: 25px auto;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #95989A;
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 0.3em;
}

.blog-main-content .card--blog__hr {
  padding-top: 0.5em;
}

.card--blog__date {
  float: left;
  font-size: 0.85em;
  color: #95989A;
  display: inline-block;
  text-align: left;
  /*margin-top: 0.5em;*/
}

.blog-main-content .card--blog__date {
  margin-top: 0.2em;
}

.blog-main-content .img--volunteering {
  margin-bottom: 1em;
  height: 227.58px;
}

.blog-main-content-detail .card--blog__contentImg {
  height: 400px;
}

.card--blog .img--volunteering {
  height: 170px;
}

.card--blog__text {
  display: inline-block;
  /*margin-bottom: 1em;*/
  font-size: 1em;
  line-height: 1.4em;
  text-align: left;
  margin-top: 1em;
  width: 100%;
}

.card--blog__text span {
  font-weight: bold;
}

.card--blog__tag__title {
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}

.card--blog__tag {
  text-align: left;
  color: #614B79;
}

.card--blog__tag:hover {
  text-decoration: none;
  color: #ffffff;
}

.card--blog__cat {
  border-width: 0.1em;
}

.card--blog__cat__head {
  position: relative;
  border-bottom: 0em;
  padding: 0em;
}

.card--blog__cat__title {
  font-size: 1.8em;
  margin: 0.7em 0em 0em;
  font-weight: 400;
  line-height: 1;
  font-family: "MinionPro-Regular", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  text-align: left;
  color: #95989A;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.card--blog__cat__body {
  padding: 1em;
  text-align: left;
  overflow: auto;
}

.DnnModule-Blog .card--blog__cat__body {
  height: 10em;
}

.card--blog__cat__list .card--blog__cat__list__item,
.card--blog__cat__list .card--blog__cat__list__item--2 {
  text-decoration: none;
  outline: none;
  text-align: left;
}

.card--blog__cat__list .card--blog__cat__list__item {
  color: #614B79;
  font-weight: bold;
}

.card--blog__cat__list .card--blog__cat__list__item--2 {
  color: #1e1e1e;
  word-wrap: break-word;
}

.card--blog__cat__list .card--blog__cat__list__item--2 span,
.card--blog__date span {
  font-weight: bold;
}

.card--blog__cat__list .card--blog__cat__list__item--2 i + span,
.card--blog__date i + span {
  margin-left: 0.2em;
}

.card--blog__cat__list .card--blog__cat__list__item a:hover {
  text-decoration: none;
}

.card--blog__social {
  border-width: 0.1em;
}

.card--blog__social__head {
  position: relative;
  border-bottom: 0em;
  padding: 0em;
}

.card--blog__social__title {
  margin: 0.7em 0em 0em;
  font-weight: 400;
  line-height: 1;
  font-family: "MinionPro-Regular", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  text-align: left;
  font-size: 1.8em;
  color: #95989A;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.card--blog__social__body {
  padding: 0.5em;
}

.card--blog__social__icon {
  color: #95989A;
  font-size: 1.8em;
}
.card--blog__social__icon:nth-child(1n+2) {
  margin-left: 1.6em;
}

.card--blog__social__icon.fa-whatsapp {
  visibility: visible;
  width: initial;
}
@media (min-width: 992px) {
  .card--blog__social__icon.fa-whatsapp {
    visibility: hidden;
    width: 0;
  }
}

.card--blog__social__share .card--blog__social__icon {
  font-size: 1.2em;
  display: inline-block;
}
.card--blog__social__share .card--blog__social__icon:nth-child(1n+2) {
  margin-left: 0.5em;
}

.card--blog__social__icon:hover {
  color: #614B79;
}

.card--blog__social__share {
  float: right;
  display: inline-block;
}

.receta .card--blog:hover {
  border-color: #383838;
}
.receta a.card--blog__title {
  color: #383838;
  letter-spacing: 3px;
  padding: 0;
}
.receta .card--blog__title {
  color: #383838;
  letter-spacing: 3px;
  padding: 0.5em;
}
.receta.blog-main-content .card--blog__body.col-md-8 {
  width: 66.66666667%;
}
.receta .card--blog__social__icon:hover {
  color: #383838;
}
.receta .card--blog__head a.card--blog__title {
  padding: 0.5em;
}
.receta.card--blog__cat:hover, .receta .card--blog__cat:hover {
  border-color: #383838;
}
.receta a {
  color: #383838;
}
.receta .card--blog__cat__title {
  letter-spacing: 3px;
}
.receta.sidebar .widget {
  padding: 0;
}
.receta .widget-categories .widget-list li:before {
  color: #383838;
  border: 1px solid #383838;
}
.receta.sidebar .widget.card--blog__cat:hover {
  border-color: #383838;
}
.receta .widget-categories .widget-list li:hover:before {
  background-color: #383838;
  color: #fff;
  border: 1px solid #383838;
}
.receta .badge {
  color: #383838;
  border: 1px solid #383838;
}
.receta .card--patient .col-md-4 img {
  max-height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.receta .card--blog.card--patient {
  padding-bottom: 0em;
}
.receta .header--2 {
  background-color: #383838;
  letter-spacing: 3px;
}
.receta .heading, .receta .values__heading {
  letter-spacing: 3px;
}
.receta ul.list-default > li {
  font-size: 18px;
}

.card--person--style1 {
  border-color: #614B79;
  padding: 20px;
  border: 6px solid #f2f2f2;
  margin: 20px 0px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  border-width: 0em;
}

.card--person--style1__img {
  text-align: center;
}

.card--person--style1__img img {
  /*border-radius: 50%;*/
}

.card--person--style1__name {
  padding-top: 0.5em;
}

.card--person--style1__head {
  font-weight: 400;
  text-align: left;
  font-size: 1em;
  color: #383838;
}

.card--person--style1__job {
  text-align: left;
  color: #95989A;
  margin-top: 0em;
}

.card--person--style2 {
  border: 6px solid #f2f2f2;
  padding: 10px;
  margin: 20px 0px;
  background-color: #ffffff;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  border-width: 0.1em;
  float: left;
}

.card--person--style2__img {
  max-width: 100px;
  display: table-cell;
  vertical-align: middle;
  height: auto;
  margin: 0 auto;
  float: left;
}

.card--person--style2__detail {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.5em;
  padding-right: 0.5em;
  float: left;
}

.card--person--style2__head {
  color: #614B79;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0;
  text-rendering: optimizelegibility;
  text-decoration: none;
  font-family: "MinionPro-Regular", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  font-size: 1em;
  padding-top: 0.5em;
}

.card--person--style2__job {
  text-align: left;
  color: #95989A;
  padding-top: 0.3em;
}

.card--icon--style1 {
  border-color: #614B79;
  border: 6px solid #f2f2f2;
  padding: 10px;
  margin: 20px 0px;
  background-color: #ffffff;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  border-width: 0.1em;
  float: left;
}

.card--icon--style1__icon {
  font-size: 3em;
  float: left;
  color: #383838;
}

.card--icon--style1__detail {
  display: table-cell;
  vertical-align: middle;
  padding-left: 2.5em;
  padding-right: 2.5em;
  float: left;
}

.card--icon--style1__head {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  text-rendering: optimizelegibility;
  text-align: left;
  font-family: "MinionPro-Regular", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  font-size: 1em;
  color: #383838 !important;
  padding-top: 0.5em;
}

.card--icon--style1__job {
  color: #95989A;
  padding-top: 0.3em;
}

.card--icon--style2 {
  padding: 2em;
  border: 6px solid #f2f2f2;
  margin: 20px 0px;
  border-width: 0em;
  height: 13em;
}

.card--icon--style2 i {
  font-size: 4.3em;
  color: #ffffff;
}

.card--icon--style2__title {
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1;
  font-family: "MinionPro-Regular", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  font-weight: 500;
  text-rendering: optimizelegibility;
  margin-top: 1em;
  color: #ffffff;
}

.card--icon--style2__title > a {
  color: #ffffff;
}

.card--icon--style3 {
  text-align: center;
  margin: 20px 0px;
}

.card--icon--style3__icon {
  position: relative;
  display: inline-block;
}

.card--icon--style3__icon i {
  font-size: 2em;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  background-color: #f7f7f7;
  color: #614B79;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.card--icon--style3__icon [class^=fam-]:before {
  line-height: inherit;
}

.card--icon--style3__detail {
  margin-top: 30px;
  display: inline-block;
}

.card--icon--style3 > .card--icon--style3__icon:before {
  border: none;
}

.card--event__cat__body {
  padding: 1em;
  text-align: left;
  overflow: auto;
}

label {
  font-style: 1em;
}

.form--withText--style1__text {
  background-color: #614B79;
  color: #ffffff;
  padding: 2em;
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (min-width: 768px) {
  .form--withText--style1__text {
    height: 41.5em;
  }
}
@media (min-width: 992px) {
  .form--withText--style1__text {
    padding: 3em;
    padding-left: 6.7em;
    padding-top: 5em;
    padding-bottom: 5em;
    height: 41.5em;
  }
}

.form--withText--style1__form {
  background-color: #383838;
  color: #ffffff;
  padding: 2em;
  padding-top: 5em;
  padding-bottom: 5em;
  height: 41.5em;
}
@media (min-width: 992px) {
  .form--withText--style1__form {
    padding: 3em;
    padding-right: 6.7em;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.form--withText--style1__form textarea {
  resize: none;
  height: 15em !important;
}

.form--withText--style1__title {
  font-family: "MinionPro-Medium", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  font-size: 1.2em;
  color: #ffffff;
}

.form--withText--style1__text a, .form--withText--style1__text a:active:hover {
  color: #ffffff;
}

.form--withText--style1__contact {
  margin-bottom: 0.5em;
}

.form--withText--style1__contact i {
  margin-right: 0.5em;
  font-size: 1em;
}

.form--withText--style1__btn {
  background-color: #614B79;
}

.form--withText--style2 {
  background-color: #f7f7f7;
  padding: 5em 0em;
}

.form--withText--style2__text {
  padding-left: 3em;
  padding-top: 1em;
}

.form--withText--style2__form {
  padding-top: 1em;
  padding-right: 3em;
}

.form--withText--style2__contact {
  margin-bottom: 0.5em;
}

.form--withText--style2__btn {
  background-color: #614B79;
}

/*.form--donate{
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 3em;
}*/
.form--donate__select {
  width: 80%;
}

.form--donate__label {
  float: left;
  width: 20%;
}

.form--donate__donate {
  float: right;
  width: 100%;
}

.form--donate__donate a {
  padding-right: 1em;
}

.form--donate__quantity {
  float: right;
  width: 20%;
  margin-right: 5%;
}

.form--donate__coin {
  float: right;
  margin-right: 5%;
}

.form--donate__btn {
  float: right;
  background-color: #DA291C;
}

.tabs {
  padding-top: 0.5em;
}

.tabs .navTabs {
  display: block;
  border: 0;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .tabs .navTabs {
    display: inline-block;
  }
}

.navTabs > li {
  float: none;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .navTabs > li {
    float: left;
  }
}

.navTabs > li > a {
  border-radius: 0;
  border-bottom: 0;
  background-color: #f7f7f7;
  padding: 10px 30px;
  margin: 0;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.tabs .navTabs > li.active > a {
  border: 1px solid #614B79;
  color: #ffffff;
  background-color: #614B79;
  margin-top: -9px;
  padding: 14px 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.tabs .navTabs > li.active > a > strong, .tabs .navTabs > li > a > strong {
  display: block;
}

.tabs .tabContent > .tabPane {
  background-color: #f7f7f7;
  padding: 25px;
}

.tabs .tabContent > .tabPane {
  display: none;
}

.tabs ul {
  padding-left: 0px;
}

.tabs .tabContent > .tabPane ul {
  padding-left: 25px;
}

.tabs .tabContent > .active {
  display: block;
}

.accordion {
  margin-top: 0.5em;
}

.accordion .panel_group {
  margin-bottom: 20px;
}

.accordion .panel_group .panel {
  border-radius: 0px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion .panel-group .panel {
  margin-bottom: 0;
}

.accordion .panel_default > .panel_heading {
  background-color: #614B79;
  border-radius: 0px;
  padding: 0px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 0;
  color: #ffffff;
}

.accordion .panel_heading .panel_title {
  font-family: "MinionPro-Regular", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  color: inherit;
  line-height: 1.2;
}

.accordion .panel_title > a {
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  color: #ffffff;
  font-size: 1em;
  display: block;
  padding-right: 35px;
  font-weight: 300;
  padding: 10px 14px;
}

.accordion .panel_title > a:hover {
  text-decoration: none;
}

.accordion .panel_title > a::before {
  content: "\f068";
  font: normal normal normal 14px/1 FontAwesomeMedical;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 39px;
  width: 39px;
  color: #ffffff;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  background-color: #383838;
}

.accordion-2 .panel-title > a:before {
  top: 0;
}

.accordion .panel_title > a.collapsed::before {
  content: "\f067";
}

.accordion .panel_group .panel_content > .panel_body {
  line-height: 26px;
  border: 0;
  padding: 20px;
}
.accordion .panel_group .panel_content > .panel_body ul {
  padding: 20px;
}

.slider {
  position: relative;
  width: 100%;
}

.slider .item {
  height: 600px;
}
@media (min-width: 768px) {
  .slider .item {
    height: 500px;
  }
}

.slider .item .container {
  position: relative;
}

.slider .carousel-indicators li {
  background-color: #ffffff;
  border-width: 0px;
}

/*
.slider--cards .carousel-indicators{
	bottom: -10px;

	visibility: hidden;
	height: 0px;

	@include respond-to(medium) {
		visibility: visible;
		height: auto;
	}
}

.slider--cards .carousel-indicators li{
	background-color: $color-grey;
	border-width: 0px;
}*/
.carousel-indicators li.active {
  background-color: #DA291C;
}

.slider .item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*.slider--cards .carousel-inner > .item{
	display: block;

	@include respond-to(medium) {
		display: none;		
	}
}

.slider--cards .carousel-inner > .item.active{
	display: block;	
}*/
.slider .message-box {
  background-color: rgba(186, 197, 185, 0.8);
  z-index: 2;
  position: absolute;
  margin-top: 7em;
  padding: 2em 1em;
  max-width: 570px;
  margin-right: 1em;
}

/*.slider .message-box h3, .slider .message-box p, .slider .message-box a{
	color: $color-white;
	font-weight: bold;
}*/
.slider .message-box p, .slider .message-box a {
  margin-top: 1em;
}

.message-box_heading, .message-box_body, .message-box_body p {
  color: #ffffff;
}

.message-box_heading {
  font-size: 1.8em;
}

.message-box_body {
  font-size: 1em;
}

.message-box_body a {
  font-size: 0.85em;
}

.slick-dots {
  text-align: center;
  display: block;
  margin-top: 0.5em;
  width: 100%;
}

.carousel--1columns .slick-dots {
  margin-top: -2em;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 0 0.3rem;
  padding: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots button:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #fafafa;
  opacity: 0.9;
}

.slick-dots li.slick-active button:before {
  background-color: #DA291C;
}

.slick-dots button:before {
  background-color: #95989A;
}

.slick-prev {
  left: 10px;
  z-index: 1;
}

.slick-next {
  right: 10px;
  z-index: 1;
}

.slick-next:before {
  font-family: "FontAwesomeMedical";
  content: "\f105";
}

.slick-prev:before {
  font-family: "FontAwesomeMedical";
  content: "\f104";
}

.slick-prev, .slick-next {
  font-size: 2.5em;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: #DA291C;
  border: none;
  outline: none;
  background: transparent;
  visibility: hidden;
}
@media (min-width: 1200px) {
  .slick-prev, .slick-next {
    visibility: visible;
  }
}

.carousel--3columns .item, .carousel--4columns .item {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/*
.slick-list{
	overflow: -webkit-paged-y;
}*/
.slick-slide {
  height: auto;
}

.youtube {
  height: 350px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.youtube:before {
  background-color: transparent;
}

.youtube i {
  color: #DA291C;
}

.youtube:hover .youtube__inner-img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.youtube__inner-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.vimeo {
  height: 350px;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.vimeo {
  position: relative;
  width: 100%;
  max-height: 350px;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.vimeo__inner-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.vimeo:hover .vimeo__inner-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.vimeo i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 50px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: -25px;
  margin-left: -25px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.vimeo i {
  color: #DA291C;
}

.title_section_circle {
  background-color: #614B79;
  width: 1.2em;
  height: 1.2em;
  border-radius: 3em;
  float: left;
  margin-bottom: 0.5em;
}

.title_section {
  font-size: 1.2em;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

.title--style1 {
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1;
  margin-top: 0;
  font-family: "MinionPro-Regular", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  text-rendering: optimizelegibility;
  color: #63666A;
  padding-top: 1em;
}

.title--style1__hr {
  width: 50px;
  border-bottom: 2px solid #63666A;
  margin-left: 0px;
  margin-top: 0em;
}

.title--style2 {
  font-size: 1.8em;
  line-height: 1;
  font-family: "MinionPro-Regular", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  font-weight: 500;
  color: #1e1e1e;
  text-rendering: optimizelegibility;
  margin-bottom: 0.5em;
}

.title--style2 i {
  color: #F1B434;
  margin-right: 0.25rem;
}

.title--page {
  background-color: #BAC5B9;
  margin-bottom: 0;
  line-height: 1;
  font-family: "UniversalLTStd", Segoe UI, Arial, Helvetica, Sans-Serif;
  font-weight: 500;
  text-rendering: optimizelegibility;
  color: #ffffff;
  padding: 1em;
}

.title--page h1 {
  font-size: 1em;
  font-family: "UniversalLTStd", Segoe UI, Arial, Helvetica, Sans-Serif;
  font-weight: 500;
  color: #ffffff;
}

.title--page__title {
  font-size: 1.8em;
}

.call-action {
  background-color: #614B79;
  padding: 5em 0em;
}

.call-action__text {
  font-family: "MinionPro-Medium", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  font-size: 1.8em;
  color: #ffffff;
}

.call-action__text p {
  font-size: inherit;
}

.call-action__button {
  margin-top: 0.5em;
}

.email-out {
  padding: 5em 0em;
}

.email-out i {
  color: #614B79;
}

.email-out a.btn {
  float: right;
}

.email-out__icon {
  background-color: #ffffff;
  width: 3em;
  height: 3em;
  border-radius: 3em;
  float: left;
  margin-left: 0em;
  margin-top: 0em;
}
@media (min-width: 768px) {
  .email-out__icon {
    margin-left: 0em;
    margin-top: 0em;
  }
}
@media (min-width: 992px) {
  .email-out__icon {
    margin-left: 1em;
    margin-top: 0em;
  }
}

.email-out__content {
  height: 200px;
}
@media (min-width: 768px) {
  .email-out__content {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .email-out__content {
    height: initial;
  }
}

.email-out__icon i {
  font-size: 2.3em;
  padding-left: 0.2em;
  padding-top: 0.15em;
}

.email-out__textLeft {
  color: #ffffff;
  padding-top: 0.5em;
}

.email-out__textRight {
  color: #ffffff;
  margin-left: 4.5em;
  padding-top: 0;
}
@media (min-width: 768px) {
  .email-out__textRight {
    padding-top: 1.5em;
  }
}

.email-out__title {
  font-size: 1.2em;
  font-family: "MinionPro-Bold", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  color: #ffffff;
}

.email-out__action, .email-out__action:hover {
  text-decoration: none;
  color: #ffffff;
}

.email-out:before {
  background: #614B79;
}

.email-out:after {
  background: #383838;
}

.call-out__content {
  width: 100%;
  height: 4em;
}

.call-out__content__text {
  padding-left: 4.5em;
  padding-top: 0.5em;
}

.call-out-1 a:visited {
  color: #ffffff;
}

/*.contentSection p{
	padding-top: 1em;
}*/
.contentSection__img {
  background-size: cover;
  background-position: center;
  height: 16em;
}

.contentSection__img--high {
  background-size: cover;
  background-position: center;
  height: 28em;
}

.contentSection__text {
  /*height: 16em;*/
  padding-top: 1em;
}
@media (min-width: 768px) {
  .contentSection__text {
    padding-top: 0em;
  }
}

.contentSection__text p {
  padding-top: 0.5em;
}

.contentSection__text__title {
  font-size: 1.2em;
}

.contentSection__title {
  font-size: 1.8em;
}

.contentSection__page .contentSection__text {
  padding-top: 1em;
}

.contentWritten .contentSection__img {
  height: 450px;
}

.contentWritten .title--style2 {
  margin-bottom: 0.2em;
}

.contentWritten .h6 {
  color: #614B79;
}

.header--1 .topbar {
  background-color: #63666A;
}

.header--1 .topbar button {
  margin: 0.3em 0em;
  margin-left: 1em;
}

.header--1 .menuTopbar__content {
  visibility: hidden;
  height: 0;
}
@media (min-width: 992px) {
  .header--1 .menuTopbar__content {
    height: initial;
    visibility: visible;
  }
}

.header--1 .menuTopbar a {
  color: #ffffff;
  font-weight: normal;
}

.header--1 ul.menuTopbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.header--1 ul.menuTopbar li {
  margin-right: 1em;
}

.header--1 ul {
  margin: 0em;
}

.header--1 ul li {
  color: #ffffff;
  font-weight: bold;
  list-style-type: none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.header--1 ul li h1 {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: inherit;
  text-rendering: inherit;
}

.header--1 .btn-danger {
  margin-left: 1em;
}

.header--1 .navbar-collapse {
  float: none;
}
@media (min-width: 768px) {
  .header--1 .navbar-collapse {
    float: right;
  }
}

.header--1 .navbar-brand {
  padding: 0em;
}

.header--1 .navbar-default {
  padding-top: 2em;
  padding-bottom: 2em;
}

.header--1 .navbar__donate {
  width: 100%;
  margin-top: 1em;
  height: initial;
  visibility: visible;
}
@media (min-width: 768px) {
  .header--1 .navbar__donate {
    height: 0;
    visibility: hidden;
  }
}
@media (min-width: 992px) {
  .header--1 .navbar__donate {
    height: 0;
    visibility: hidden;
  }
}

.header--1 .navbar__donate .btn-danger {
  width: 100%;
  margin-top: 1em;
}

.header--2 {
  background-color: #614B79;
  padding: 50px;
  min-height: 222px !important;
}

.header--2__img {
  background-size: cover;
  background-position: center right;
}

.header--2__title, .header--2__text {
  color: #ffffff;
}

.header--2 .btn {
  float: right;
}

.header--3 {
  background-size: cover;
  background-position: center;
  height: 25em;
}

.footer-2 {
  background-color: #D0D0CE;
  margin-top: 0em;
  border-top: 0px;
}

.footer-2 .widget {
  color: #1e1e1e;
}

.footer-2 .menu, .footer-2 .contact {
  list-style: none;
}

.footer-2 .contact span {
  margin-left: 1em;
}

.footer-2 .contact span span {
  margin-left: 1.6em;
}

.footer-2 a {
  color: #1e1e1e;
}

.footer-2 img {
  height: 5em;
}

.footer-2 li {
  padding: 0.4em 0.2em;
}

.footer-2 a:hover {
  text-decoration: underline;
}

.footer-sec span {
  padding-bottom: 0.5em;
}

.footer-sec .text-left {
  text-align: center;
}
@media (min-width: 992px) {
  .footer-sec .text-left {
    text-align: left;
  }
}

.footer-sec .text-right {
  text-align: center;
}
@media (min-width: 992px) {
  .footer-sec .text-right {
    text-align: right;
  }
}

.grid-gallery {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 300px 10px 300px;
  grid-template-rows: 300px 300px;
  grid-gap: 10px;
      grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6";
}
@media (min-width: 768px) {
  .grid-gallery {
    -ms-grid-columns: 30% 10px auto 10px 30%;
    grid-template-columns: 30% auto 30%;
    -ms-grid-rows: auto 10px auto;
        grid-template-areas: "item1 item3 item2" "item5 item4 item6";
  }
}
@media (min-width: 992px) {
  .grid-gallery {
    -ms-grid-columns: 20% 10px auto 10px auto 10px 20%;
    grid-template-columns: 20% auto auto 20%;
    -ms-grid-rows: auto 10px auto;
        grid-template-areas: "item1 item3 item4 item2" "item1 item5 item6 item2";
  }
}
.grid-gallery .item img {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-gallery .item1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: item1;
}
.grid-gallery .item2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: item2;
}
.grid-gallery .item3 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: item3;
}
.grid-gallery .item4 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: item4;
}
.grid-gallery .item5 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: item5;
}
.grid-gallery .item6 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  grid-area: item6;
}
@media (min-width: 768px){
  .grid-gallery .item1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-gallery .item2 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .grid-gallery .item3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-gallery .item4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .grid-gallery .item5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-gallery .item6 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}
@media (min-width: 992px){
  .grid-gallery .item1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-gallery .item2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 7;
  }
  .grid-gallery .item3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-gallery .item4 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .grid-gallery .item5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .grid-gallery .item6 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}

.contentPane {
  margin-bottom: 5em;
}

.section_shading {
  padding-top: 5em;
  padding-bottom: 5em;
}

.values__icon_box > .values__heading,
.values__icon_box > p {
  color: #1e1e1e;
}

.bg--lightgrey {
  background-color: #f7f7f7;
}

.bg--darkgrey {
  background-color: #383838;
}

.bg--purple {
  background-color: #614B79;
}

.bg--gray {
  background-color: #BAC5B9;
}

.bg--blue {
  background-color: #407EC9;
}

.bg--red {
  background-color: #DA291C;
}

.bg--black {
  background-color: #000000;
}

.bg--green {
  background-color: #B7BF10;
}

.bg--white {
  background-color: #ffffff;
}

#dnn_ctr466_Feedback_hContactInfo,
#dnn_ctr475_Feedback_hContactInfo,
#dnn_ctr523_Feedback_hContactInfo,
#dnn_ctr466_Feedback_hFeedback,
#dnn_ctr475_Feedback_hFeedback,
#dnn_ctr523_Feedback_hFeedback,
.dnnForm .dnnFormItem.Feedback_CharCount {
  visibility: hidden;
  height: 0;
}

.dnnForm fieldset {
  margin-bottom: 0;
  padding: 0;
}

fieldset {
  border: 0;
}

.dnnForm.FeedbackForm .dnnFormItem .dnnLabel {
  visibility: hidden;
  height: 0;
  width: 0;
}

.dnnForm.FeedbackForm .dnnFormItem input,
.dnnForm.FeedbackForm .dnnFormItem textarea,
.dnnForm.FeedbackForm .dnnFormItem select {
  width: 100%;
  max-width: initial;
}

#dnn_ctr466_Feedback_cmdSend,
#dnn_ctr475_Feedback_cmdSend,
#dnn_ctr523_Feedback_cmdSend {
  text-decoration: none;
  color: #ffffff;
  background-color: #614B79;
  background: #614B79;
  border: 0;
  font-weight: normal;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: inherit;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}

#dnn_ctr466_Feedback_cmdSend:hover,
#dnn_ctr475_Feedback_cmdSend:hover,
#dnn_ctr523_Feedback_cmdSend:hover {
  background-color: #000000;
  background: #000000;
  color: #ffffff;
  border: 0;
  font-weight: normal;
}

#dnn_ctr523_Feedback_divFeedbackForm {
  padding-top: 5em;
  padding-bottom: 5em;
}

/*
#dnn_ctr457_Blog_ctlManagement_pnlManagement div,
#dnn_ctr2703_Blog_ctlManagement_pnlManagement div {
    height: 0px;
    visibility: hidden;
}

div#dnn_ctr649_Blog_ctlManagement_pnlManagement div,
div#dnn_ctr2703_Blog_ctlManagement_pnlManagement div {
    width: 100%;
}

#dnn_ctr649_Blog_ctlManagement_pnlManagement div,
#dnn_ctr2703_Blog_ctlManagement_pnlManagement div {
    visibility: hidden;
    height: 0;
}*/
div[id$=_Blog_ctlManagement_pnlManagement] div {
  visibility: hidden;
  height: 0;
  margin: 0;
}

.admin div[id$=_Blog_ctlManagement_pnlManagement] div {
  visibility: visible;
  height: initial;
}

.dnnFormItem input[type=text],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type=email],
.dnnFormItem input[type=search],
.dnnFormItem input[type=password] {
  border-width: 0;
}

.dnnFormItem input[type=text]:active,
.dnnFormItem input[type=text]:focus,
.dnnFormItem input[type=password]:focus,
.dnnFormItem input[type=password]:active,
.dnnFormItem input[type=email]:active,
.dnnFormItem input[type=email]:focus,
.dnnFormItem select:active,
.dnnFormItem select:focus,
.dnnFormItem textarea:active,
.dnnFormItem textarea:focus,
.dnnFormItem input[type=search]:active,
.dnnFormItem input[type=search]:focus {
  border-width: 0;
}

.dnnFormItem input[type=text],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type=email],
.dnnFormItem input[type=search],
.dnnFormItem input[type=password] {
  font-family: "UniversalLTStd", Segoe UI, Arial, Helvetica, Sans-Serif;
  border-color: #e5e5e5;
  background-color: #fafafa;
  border-width: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  height: 40px;
  position: relative;
  font-size: 1em;
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  -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 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.dnnForm ul {
  padding-left: 0em;
}

.dnnForm .dnnActions {
  padding-top: 0em;
}

/*.form-horizontal .form-group{
	margin: auto;
}*/
.form-group > label,
.form-group > .label {
  color: #000000;
}

ul.dnnActions.dnnClear {
  float: right;
}

/*.form-control:invalid{
	border-color: $color-danger;
}*/
.form.form-horizontal.cf-wrapper {
  margin-top: 1em;
}

.form-group label[for=Salutation] {
  margin-top: 1em;
}

.cf-info-sent {
  margin-top: 1em;
}

.validationMessage {
  color: #e62c22;
}

button.cf-submit.btn.btn-primary {
  margin-top: 1em;
}

#dnn_ctr656_ModuleContent .normal {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

.rssLine {
  display: none !important;
}

.img--volunteering,
.img--cardTitleDescription {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 227.58px;
}

.img--news {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 157px;
}

.list-text p {
  display: initial;
  font-size: 100%;
  line-height: initial;
}

.otherQuantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3em;
  visibility: hidden;
}

.otherQuantity input {
  border-color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-width: 0 0 2px 0;
  border: 0 1;
  text-align: right;
  font-family: "MinionPro-Regular", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 1.8em;
  width: 100%;
}

.otherQuantity input:focus {
  outline: none;
}

.otherQuantity span {
  color: #ffffff;
  font-family: "MinionPro-Regular", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 1.8em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.otherQuantity--selected {
  visibility: visible;
}

.donate-options {
  /*display: flex;
  //flex-wrap: wrap;
  flex-direction: row;
  cursor: pointer;*/
}

.donate-opt {
  width: 100%;
  height: 135px;
  border: 6px solid #f7f7f7;
  padding: 1em;
  margin-bottom: 15px;
  cursor: pointer;
}
.donate-opt:hover {
  border-color: #614B79;
}
.donate-opt--bizum {
  color: #1e1e1e;
}
.donate-opt--bizum:hover {
  border-color: #05c0c7;
}

.donate-opt--selected {
  background-color: #614B79;
  border-color: #614B79;
  color: #ffffff;
}

.donate-opt__title {
  font-family: "MinionPro-Regular", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
}

.donate-opt__text {
  font-size: 0.85em;
  padding-top: 0.5em;
}

ul.publish li b p {
  display: inline;
}

ul.publish {
  margin-left: 1em;
  margin-right: 1em;
}

.slick-track {
  margin-left: initial;
  margin-right: initial;
}

.cal-event-list,
.cal-event-list:hover {
  background-color: #63666A !important;
}

.cal-year-box [class*=span],
.cal-month-box [class*=cal-cell] {
  min-height: 50px;
}

.cal-month-day {
  height: 50px;
}

span[data-cal-date] {
  margin-top: 10px;
  margin-right: 7px;
}

.cal-month-box .cal-day-today span[data-cal-date] {
  font-size: 1.5em;
  margin-right: 5px;
  margin-top: 4px;
}

.btn-calendar {
  height: 41px;
}

.btn-calendar .btn {
  height: 100%;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  min-height: 0px;
}

#dnn_ctr524_ModuleContent {
  padding-top: 5em;
  padding-bottom: 5em;
}

.dnnLoginService .dnnFormItem input {
  width: initial;
}

.clinicalTrials .project-icon {
  background-color: lightgrey;
  font-size: 48px;
  text-align: center;
  line-height: 100px;
  color: white;
  padding: 0.5em;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: inline-block;
  margin-bottom: 0.5em;
}

.clinicalTrials .project-icon.selected {
  background-color: #614B79;
}

.clinicalTrials .project-slide .iconbox-2 {
  text-align: center;
}

.clinicalTrials .project-slide .h5 {
  text-align: center;
}

.clinicalTrials .project-slide .iconbox-2 > .iconbox-content {
  display: block;
}

.clinicalTrials .project-slide .iconbox-2 > .iconbox-content {
  margin-top: 0px;
  padding-left: 0px;
}

.clinicalTrials .project-slide .iconbox-2 {
  margin: 0px;
  padding: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.clinicalTrials .project-slide .iconbox-2:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

blockquote:before {
  font: normal normal normal 14px/1 FontAwesomeMedical;
}

#newsCarousel .card__head--withpadding .card__text {
  font-size: 1.2em;
  color: #614B79;
  font-weight: 400;
  line-height: initial;
  font-family: "MinionPro-Regular", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  text-align: left;
}

#newsCarousel .card__head--withpadding .card__body {
  padding: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}

.not-found .nf-icon i {
  border: none;
}

.eventPane .card__body {
  height: 300px;
}

.eventPane .card__text {
  max-height: 100px;
  min-height: 100px;
}

.eventPane .card__body .card__date:nth-child(2) {
  height: 3em;
}

.eventPane .btn.btn-default {
  margin-bottom: 0.5em;
  border-radius: 2em;
  font-size: 0.7em;
}

.eventPane h5 {
  margin-top: 0.5em;
}

div#cursos .card__title {
  max-height: 4em;
  min-height: 4em;
}

/*
.cc-cookies {
    position: fixed;
    z-index: 9000;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 1em 0.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 0.5em;
    padding-left: 1em;
    text-align: center;
    background-color: $color-darkgrey;
    color: $color-white;
    text-align: left;
}

.cc-cookies a {
    color: $color-white;
    text-decoration: underline;
    transition: all 200ms linear;
}

.cc-cookies a:hover {
    color: $color-primary;
}

.cc-message {
    display: inline-block;
    margin-bottom: 1em;
}

.cc-cookie-accept {
    display: block;
    color: $color-white;
    text-decoration: none;
    background-color: $color-success;
    padding: 0.5em 1em;
    text-align: center;
    transition: background 0.25s ease-in;

    @include respond-to(medium) {
        display: inline-block;
    }
}

a.cc-cookie-accept {
    color: $color-white;
    text-decoration: initial;
}

a.cc-cookie-accept:hover {
    color: $color-white;
}*/
.js-privacy-notice span.mark {
  background-color: #ffffff;
}

#HospitenMarketing_FeedbackIntegration .mark {
  background-color: #ffffff;
}

#HospitenMarketing_FeedbackIntegration,
#HospitenMarketing_FeedbackIntegration label {
  font-size: initial !important;
  font-family: "UniversalLTStd", Segoe UI, Arial, Helvetica, Sans-Serif !important;
}

.doctor-single .doctor-details .doctor-edu {
  padding-top: 1em;
}

#CookieSettingsPanel {
  padding-bottom: 5em;
  width: 1170px;
}

.cookie-panel {
  margin-top: 0.5em;
}

.cookie-panel__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5em;
  background-color: #f7f7f7;
}

.cookie-panel__quickaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quickaction__label {
  font-size: 0.85em;
}

.cookie-panel__body {
  padding: 0.5em 1em;
  background-color: #fcfcfc;
}

.cookie-panel__body td {
  padding: 0.25em 0.25em;
}

.cookie-panel__body th {
  padding: 0.5em 0.25em;
}