@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("~bootstrap/fonts/glyphicons-halflings-regular.eot");
  src: url("~bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("~bootstrap/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("~bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("~bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("~bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.glyphicon-euro:before,
.glyphicon-eur: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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body {
  font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #FC9066;
  text-decoration: none;
}
a:hover, a:focus {
  color: #fb5a1b;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
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: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

h5, .h5 {
  font-size: 14px;
}

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #FC9066;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #FC9066;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

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

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

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

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

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  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, box-shadow ease-in-out 0.15s;
  -o-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;
}
.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 {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #FC9066;
  border-color: #fc7e4d;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #fb6c34;
  border-color: #c53a04;
}
.btn-primary:hover {
  color: #fff;
  background-color: #fb6c34;
  border-color: #fa5211;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #fb6c34;
  border-color: #fa5211;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #fa5211;
  border-color: #c53a04;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #FC9066;
  border-color: #fc7e4d;
}
.btn-primary .badge {
  color: #FC9066;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #6aca8a;
  border-color: #57c37b;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #44bd6c;
  border-color: #297241;
}
.btn-success:hover {
  color: #fff;
  background-color: #44bd6c;
  border-color: #3aa35d;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #44bd6c;
  border-color: #3aa35d;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #3aa35d;
  border-color: #297241;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #6aca8a;
  border-color: #57c37b;
}
.btn-success .badge {
  color: #6aca8a;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #2A5D6E;
  border-color: #234d5c;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #1c3e49;
  border-color: black;
}
.btn-info:hover {
  color: #fff;
  background-color: #1c3e49;
  border-color: #12282f;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1c3e49;
  border-color: #12282f;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #12282f;
  border-color: black;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #2A5D6E;
  border-color: #234d5c;
}
.btn-info .badge {
  color: #2A5D6E;
  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 > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #F0766E;
  border-color: #ee6057;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #eb4a40;
  border-color: #b31c12;
}
.btn-danger:hover {
  color: #fff;
  background-color: #eb4a40;
  border-color: #e82c1f;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #eb4a40;
  border-color: #e82c1f;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #e82c1f;
  border-color: #b31c12;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #F0766E;
  border-color: #ee6057;
}
.btn-danger .badge {
  color: #F0766E;
  background-color: #fff;
}

.btn-link {
  color: #FC9066;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #fb5a1b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

.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=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

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

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

.btn-group > .btn-group {
  float: left;
}

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #FC9066;
}
.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.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #FC9066;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse .in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

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

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

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

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

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

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #FC9066;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #fb5a1b;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #FC9066;
  border-color: #FC9066;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

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

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

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

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

.label-success {
  background-color: #6aca8a;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #44bd6c;
}

.label-info {
  background-color: #2A5D6E;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #1c3e49;
}

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #FC9066;
  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;
}

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.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-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

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

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

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

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

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table: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-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-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 {
  border-top-left-radius: 3px;
}
.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,
.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-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-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 {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.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 {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table: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,
.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 {
  border-bottom-left-radius: 3px;
}
.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,
.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 {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .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,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > 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 {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  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: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #FC9066;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #FC9066;
  border-color: #FC9066;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FC9066;
}
.panel-primary > .panel-heading .badge {
  color: #FC9066;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FC9066;
}

.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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in, .tooltip.show {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

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

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

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
/** STYLES THAT DEPEND ON PICKSTAR **/
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eee;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eee;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eee;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: #3c3f40;
  fill: #3c3f40;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #3c3f40;
  fill: #3c3f40;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #f64747;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(64, 72, 72, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(64, 72, 72, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(64, 72, 72, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(60, 63, 64, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #3c3f40;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #3c3f40;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(60, 63, 64, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #eee;
  box-shadow: -1px 0 0 #eee;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #404848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e9e9e9;
  border-color: #e9e9e9;
}

.flatpickr-day.today {
  border-color: #f64747;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #f64747;
  background: #f64747;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #4f99ff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #4f99ff;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #4f99ff;
  box-shadow: -10px 0 0 #4f99ff;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e9e9e9, 5px 0 0 #e9e9e9;
  box-shadow: -5px 0 0 #e9e9e9, 5px 0 0 #e9e9e9;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(64, 72, 72, 0.3);
  background: transparent;
  border-color: #e9e9e9;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(64, 72, 72, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #4f99ff, 5px 0 0 #4f99ff;
  box-shadow: -5px 0 0 #4f99ff, 5px 0 0 #4f99ff;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #eee;
  box-shadow: 1px 0 0 #eee;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(64, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #404848;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #404848;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #404848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #404848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f1f1f1;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-calendar {
  width: 307.875px;
}

.dayContainer {
  padding: 0;
  border-right: 0;
}

span.flatpickr-day,
span.flatpickr-day.prevMonthDay,
span.flatpickr-day.nextMonthDay {
  border-radius: 0 !important;
  border: 1px solid #e9e9e9;
  max-width: none;
  border-right-color: transparent;
}

span.flatpickr-day:nth-child(n+8),
span.flatpickr-day.prevMonthDay:nth-child(n+8),
span.flatpickr-day.nextMonthDay:nth-child(n+8) {
  border-top-color: transparent;
}

span.flatpickr-day:nth-child(7n-6),
span.flatpickr-day.prevMonthDay:nth-child(7n-6),
span.flatpickr-day.nextMonthDay:nth-child(7n-6) {
  border-left: 0;
}

span.flatpickr-day:nth-child(n+36),
span.flatpickr-day.prevMonthDay:nth-child(n+36),
span.flatpickr-day.nextMonthDay:nth-child(n+36) {
  border-bottom: 0;
}

span.flatpickr-day:nth-child(-n+7),
span.flatpickr-day.prevMonthDay:nth-child(-n+7),
span.flatpickr-day.nextMonthDay:nth-child(-n+7) {
  margin-top: 0;
}

span.flatpickr-day.today:not(.selected),
span.flatpickr-day.prevMonthDay.today:not(.selected),
span.flatpickr-day.nextMonthDay.today:not(.selected) {
  border-color: #e9e9e9;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #f64747;
}

span.flatpickr-day.today:not(.selected):hover,
span.flatpickr-day.prevMonthDay.today:not(.selected):hover,
span.flatpickr-day.nextMonthDay.today:not(.selected):hover {
  border: 1px solid #f64747;
}

span.flatpickr-day.startRange,
span.flatpickr-day.prevMonthDay.startRange,
span.flatpickr-day.nextMonthDay.startRange,
span.flatpickr-day.endRange,
span.flatpickr-day.prevMonthDay.endRange,
span.flatpickr-day.nextMonthDay.endRange {
  border-color: #4f99ff;
}

span.flatpickr-day.today,
span.flatpickr-day.prevMonthDay.today,
span.flatpickr-day.nextMonthDay.today,
span.flatpickr-day.selected,
span.flatpickr-day.prevMonthDay.selected,
span.flatpickr-day.nextMonthDay.selected {
  z-index: 2;
}

.rangeMode .flatpickr-day {
  margin-top: -1px;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.flatpickr-weekwrapper span.flatpickr-day {
  border: 0;
  margin: -1px 0 0 -1px;
}

.hasWeeks .flatpickr-days {
  border-right: 0;
}

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  span.flatpickr-day {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
/**
 * selectize.bootstrap3.css (v0.12.6) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}

.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}

.selectize-dropdown .active.create {
  color: #262626;
}

.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}

.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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);
}

.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}

.selectize-dropdown .optgroup:first-child:before {
  display: none;
}

.selectize-dropdown .optgroup:before {
  content: " ";
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}

.selectize-dropdown-content {
  padding: 5px 0;
}

.selectize-dropdown-header {
  padding: 6px 12px;
}

.selectize-input {
  min-height: 34px;
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.selectize-input.dropdown-active::before {
  display: none;
}

.selectize-input.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);
}

.has-error .selectize-input {
  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 .selectize-input: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;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}

.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
  display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
  -ms-transform: translate(50%);
  transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
  animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
  cursor: pointer;
}

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in 0.3s ease-out;
  animation: noty_modal_in 0.3s ease-out;
}

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out 0.3s ease-out;
  animation: noty_modal_out 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}
@-webkit-keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}

.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}

.noty_theme__metroui.noty_bar .noty_progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.noty_theme__metroui.noty_bar .noty_body {
  padding: 1.25em;
  font-size: 14px;
}

.noty_theme__metroui.noty_bar .noty_buttons {
  padding: 0 10px 0.5em 10px;
}

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d;
}

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff;
}

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF;
}

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF;
}

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff;
}

/** STYLES THAT PICKSTAR DEPENDS ON **/
/* ========================================================================
 * bootstrap-drawer: 1.0.6
 * ========================================================================
*/
html {
  min-height: 100%;
  height: 100%;
}

body.has-drawer {
  min-height: 100%;
  height: 100%;
}

.has-inner-drawer {
  position: relative;
  overflow: hidden;
}

.drawer {
  display: block;
  background-color: #f8f8f8;
  color: #333333;
  border-right: 1px solid #dfdfdf;
  min-height: 1px;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1035;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.drawer-contents,
.drawer-heading,
.drawer-body,
.drawer-nav,
.drawer-footer,
.drawer ul,
.drawer li {
  display: inherit;
  margin: 0;
  width: 100%;
  position: relative;
}

.drawer-right {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05);
}

.drawer-inverse {
  background-color: #333;
  color: #eeeeee;
  border-right: 1px solid #1a1a1a;
}

.drawer-inverse.drawer-right {
  border-right: 1px solid #dfdfdf;
}

.drawer-inside {
  position: absolute;
}

.drawer-controls {
  float: right;
  margin-right: -16.66666667%;
  padding: 10px;
  height: 100%;
  position: relative;
  width: 16.66666667%;
  z-index: 500;
}

.drawer-contents {
  background-color: #f8f8f8;
  height: 100%;
  width: 100%;
  overflow: auto;
}

.drawer-right .drawer-controls {
  float: left;
  margin-left: -16.66666667%;
  margin-right: 0;
}

.drawer-heading {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 15px;
  color: inherit;
}

.drawer-title {
  margin-top: 0;
  margin-bottom: 0;
}

.drawer-inner-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
}

.drawer-body,
.drawer-nav {
  padding: 10px 15px;
}

.drawer-nav,
.drawer-fullnav {
  padding: 10px 15px;
  margin-bottom: 0;
  list-style: none;
}

.drawer-nav li,
.drawer-fullnav li {
  position: relative;
  margin-bottom: 5px;
}

.drawer-nav li a,
.drawer-fullnav li a {
  color: #777;
  border-radius: 4px;
  position: relative;
  display: block;
  padding: 10px 15px;
}

.drawer-nav li.active a,
.drawer-fullnav li.active a,
.drawer-nav li a:hover,
.drawer-fullnav li a:hover,
.drawer-nav li a:focus,
.drawer-fullnav li a:focus {
  color: #515151;
  text-decoration: none;
  background-color: #ffffff;
}

.drawer-fullnav {
  color: #fff;
  padding: 0;
}

.drawer-fullnav li {
  margin-bottom: 0;
}

.drawer-fullnav li a {
  border-radius: 0;
}

.drawer-inverse .drawer-contents {
  background-color: #333;
}

.drawer-inverse .drawer-fullnav li a,
.drawer-inverse .drawer-nav li a {
  color: #fff;
  padding: 10px 15px;
}

.drawer-inverse .drawer-fullnav li.active a,
.drawer-inverse .drawer-fullnav li a:hover,
.drawer-inverse .drawer-fullnav li a:active,
.drawer-inverse .drawer-nav li.active a,
.drawer-inverse .drawer-nav li a:hover,
.drawer-inverse .drawer-nav li a:active {
  color: #eeeeee;
  background-color: #1a1a1a;
}

.drawer-footer {
  padding: 10px 15px;
}

.drawer-footer.locked {
  position: absolute;
  bottom: 0;
  left: 0;
}

.dw-xs-12 {
  width: 100%;
}

.fold.dw-xs-12 {
  margin-left: -100%;
}

.drawer-right.fold.dw-xs-12 {
  margin-right: -100%;
}

.dw-xs-11 {
  width: 91.66666667%;
}

.fold.dw-xs-11 {
  margin-left: -91.66666667%;
}

.drawer-right.fold.dw-xs-11 {
  margin-right: -91.66666667%;
}

.dw-xs-10 {
  width: 83.33333333%;
}

.fold.dw-xs-10 {
  margin-left: -83.33333333%;
}

.drawer-right.fold.dw-xs-10 {
  margin-right: -83.33333333%;
}

.dw-xs-9 {
  width: 75%;
}

.fold.dw-xs-9 {
  margin-left: -75%;
}

.drawer-right.fold.dw-xs-9 {
  margin-right: -75%;
}

.dw-xs-8 {
  width: 66.66666667%;
}

.fold.dw-xs-8 {
  margin-left: -66.66666667%;
}

.drawer-right.fold.dw-xs-8 {
  margin-right: -66.66666667%;
}

.dw-xs-7 {
  width: 58.33333333%;
}

.fold.dw-xs-7 {
  margin-left: -58.33333333%;
}

.drawer-right.fold.dw-xs-7 {
  margin-right: -58.33333333%;
}

.dw-xs-6 {
  width: 50%;
}

.fold.dw-xs-6 {
  margin-left: -50%;
}

.drawer-right.fold.dw-xs-6 {
  margin-right: -50%;
}

.dw-xs-5 {
  width: 41.66666667%;
}

.fold.dw-xs-5 {
  margin-left: -41.66666667%;
}

.drawer-right.fold.dw-xs-5 {
  margin-right: -41.66666667%;
}

.dw-xs-4 {
  width: 33.33333333%;
}

.fold.dw-xs-4 {
  margin-left: -33.33333333%;
}

.drawer-right.fold.dw-xs-4 {
  margin-right: -33.33333333%;
}

.dw-xs-3 {
  width: 25%;
}

.fold.dw-xs-3 {
  margin-left: -25%;
}

.drawer-right.fold.dw-xs-3 {
  margin-right: -25%;
}

.dw-xs-2 {
  width: 16.66666667%;
}

.fold.dw-xs-2 {
  margin-left: -16.66666667%;
}

.drawer-right.fold.dw-xs-2 {
  margin-right: -16.66666667%;
}

.dw-xs-1 {
  width: 8.33333333%;
}

.fold.dw-xs-1 {
  margin-left: -8.33333333%;
}

.drawer-right.fold.dw-xs-1 {
  margin-right: -8.33333333%;
}

@media (min-width: 768px) {
  .dw-sm-12 {
    width: 100%;
  }
  .fold.dw-sm-12 {
    margin-left: -100%;
  }
  .drawer-right.fold.dw-sm-12 {
    margin-right: -100%;
  }
  .dw-sm-11 {
    width: 91.66666667%;
  }
  .fold.dw-sm-11 {
    margin-left: -91.66666667%;
  }
  .drawer-right.fold.dw-sm-11 {
    margin-right: -91.66666667%;
  }
  .dw-sm-10 {
    width: 83.33333333%;
  }
  .fold.dw-sm-10 {
    margin-left: -83.33333333%;
  }
  .drawer-right.fold.dw-sm-10 {
    margin-right: -83.33333333%;
  }
  .dw-sm-9 {
    width: 75%;
  }
  .fold.dw-sm-9 {
    margin-left: -75%;
  }
  .drawer-right.fold.dw-sm-9 {
    margin-right: -75%;
  }
  .dw-sm-8 {
    width: 66.66666667%;
  }
  .fold.dw-sm-8 {
    margin-left: -66.66666667%;
  }
  .drawer-right.fold.dw-sm-8 {
    margin-right: -66.66666667%;
  }
  .dw-sm-7 {
    width: 58.33333333%;
  }
  .fold.dw-sm-7 {
    margin-left: -58.33333333%;
  }
  .drawer-right.fold.dw-sm-7 {
    margin-right: -58.33333333%;
  }
  .dw-sm-6 {
    width: 50%;
  }
  .fold.dw-sm-6 {
    margin-left: -50%;
  }
  .drawer-right.fold.dw-sm-6 {
    margin-right: -50%;
  }
  .dw-sm-5 {
    width: 41.66666667%;
  }
  .fold.dw-sm-5 {
    margin-left: -41.66666667%;
  }
  .drawer-right.fold.dw-sm-5 {
    margin-right: -41.66666667%;
  }
  .dw-sm-4 {
    width: 33.33333333%;
  }
  .fold.dw-sm-4 {
    margin-left: -33.33333333%;
  }
  .drawer-right.fold.dw-sm-4 {
    margin-right: -33.33333333%;
  }
  .dw-sm-3 {
    width: 25%;
  }
  .fold.dw-sm-3 {
    margin-left: -25%;
  }
  .drawer-right.fold.dw-sm-3 {
    margin-right: -25%;
  }
  .dw-sm-2 {
    width: 16.66666667%;
  }
  .fold.dw-sm-2 {
    margin-left: -16.66666667%;
  }
  .drawer-right.fold.dw-sm-2 {
    margin-right: -16.66666667%;
  }
  .dw-sm-1 {
    width: 8.33333333%;
  }
  .fold.dw-sm-1 {
    margin-left: -8.33333333%;
  }
  .drawer-right.fold.dw-sm-1 {
    margin-right: -8.33333333%;
  }
}
@media (min-width: 992px) {
  .dw-md-12 {
    width: 100%;
  }
  .fold.dw-md-12 {
    margin-left: -100%;
  }
  .drawer-right.fold.dw-md-12 {
    margin-right: -100%;
  }
  .dw-md-11 {
    width: 91.66666667%;
  }
  .fold.dw-md-11 {
    margin-left: -91.66666667%;
  }
  .drawer-right.fold.dw-md-11 {
    margin-right: -91.66666667%;
  }
  .dw-md-10 {
    width: 83.33333333%;
  }
  .fold.dw-md-10 {
    margin-left: -83.33333333%;
  }
  .drawer-right.fold.dw-md-10 {
    margin-right: -83.33333333%;
  }
  .dw-md-9 {
    width: 75%;
  }
  .fold.dw-md-9 {
    margin-left: -75%;
  }
  .drawer-right.fold.dw-md-9 {
    margin-right: -75%;
  }
  .dw-md-8 {
    width: 66.66666667%;
  }
  .fold.dw-md-8 {
    margin-left: -66.66666667%;
  }
  .drawer-right.fold.dw-md-8 {
    margin-right: -66.66666667%;
  }
  .dw-md-7 {
    width: 58.33333333%;
  }
  .fold.dw-md-7 {
    margin-left: -58.33333333%;
  }
  .drawer-right.fold.dw-md-7 {
    margin-right: -58.33333333%;
  }
  .dw-md-6 {
    width: 50%;
  }
  .fold.dw-md-6 {
    margin-left: -50%;
  }
  .drawer-right.fold.dw-md-6 {
    margin-right: -50%;
  }
  .dw-md-5 {
    width: 41.66666667%;
  }
  .fold.dw-md-5 {
    margin-left: -41.66666667%;
  }
  .drawer-right.fold.dw-md-5 {
    margin-right: -41.66666667%;
  }
  .dw-md-4 {
    width: 33.33333333%;
  }
  .fold.dw-md-4 {
    margin-left: -33.33333333%;
  }
  .drawer-right.fold.dw-md-4 {
    margin-right: -33.33333333%;
  }
  .dw-md-3 {
    width: 25%;
  }
  .fold.dw-md-3 {
    margin-left: -25%;
  }
  .drawer-right.fold.dw-md-3 {
    margin-right: -25%;
  }
  .dw-md-2 {
    width: 16.66666667%;
  }
  .fold.dw-md-2 {
    margin-left: -16.66666667%;
  }
  .drawer-right.fold.dw-md-2 {
    margin-right: -16.66666667%;
  }
  .dw-md-1 {
    width: 8.33333333%;
  }
  .fold.dw-md-1 {
    margin-left: -8.33333333%;
  }
  .drawer-right.fold.dw-md-1 {
    margin-right: -8.33333333%;
  }
}
@media (min-width: 1200px) {
  .dw-lg-12 {
    width: 100%;
  }
  .fold.dw-lg-12 {
    margin-left: -100%;
  }
  .drawer-right.fold.dw-lg-12 {
    margin-right: -100%;
  }
  .dw-lg-11 {
    width: 91.66666667%;
  }
  .fold.dw-lg-11 {
    margin-left: -91.66666667%;
  }
  .drawer-right.fold.dw-lg-11 {
    margin-right: -91.66666667%;
  }
  .dw-lg-10 {
    width: 83.33333333%;
  }
  .fold.dw-lg-10 {
    margin-left: -83.33333333%;
  }
  .drawer-right.fold.dw-lg-10 {
    margin-right: -83.33333333%;
  }
  .dw-lg-9 {
    width: 75%;
  }
  .fold.dw-lg-9 {
    margin-left: -75%;
  }
  .drawer-right.fold.dw-lg-9 {
    margin-right: -75%;
  }
  .dw-lg-8 {
    width: 66.66666667%;
  }
  .fold.dw-lg-8 {
    margin-left: -66.66666667%;
  }
  .drawer-right.fold.dw-lg-8 {
    margin-right: -66.66666667%;
  }
  .dw-lg-7 {
    width: 58.33333333%;
  }
  .fold.dw-lg-7 {
    margin-left: -58.33333333%;
  }
  .drawer-right.fold.dw-lg-7 {
    margin-right: -58.33333333%;
  }
  .dw-lg-6 {
    width: 50%;
  }
  .fold.dw-lg-6 {
    margin-left: -50%;
  }
  .drawer-right.fold.dw-lg-6 {
    margin-right: -50%;
  }
  .dw-lg-5 {
    width: 41.66666667%;
  }
  .fold.dw-lg-5 {
    margin-left: -41.66666667%;
  }
  .drawer-right.fold.dw-lg-5 {
    margin-right: -41.66666667%;
  }
  .dw-lg-4 {
    width: 33.33333333%;
  }
  .fold.dw-lg-4 {
    margin-left: -33.33333333%;
  }
  .drawer-right.fold.dw-lg-4 {
    margin-right: -33.33333333%;
  }
  .dw-lg-3 {
    width: 25%;
  }
  .fold.dw-lg-3 {
    margin-left: -25%;
  }
  .drawer-right.fold.dw-lg-3 {
    margin-right: -25%;
  }
  .dw-lg-2 {
    width: 16.66666667%;
  }
  .fold.dw-lg-2 {
    margin-left: -16.66666667%;
  }
  .drawer-right.fold.dw-lg-2 {
    margin-right: -16.66666667%;
  }
  .dw-lg-1 {
    width: 8.33333333%;
  }
  .fold.dw-lg-1 {
    margin-left: -8.33333333%;
  }
  .drawer-right.fold.dw-lg-1 {
    margin-right: -8.33333333%;
  }
}
.fold {
  margin-right: 0;
}

.folding {
  height: 100%;
  -webkit-transition-property: margin-left;
  transition-property: margin-left;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.drawer-right.fold {
  margin-left: 0;
}

.drawer-right.folding {
  -webkit-transition-property: margin-right;
  transition-property: margin-right;
}

.fold.open,
.drawer-right.fold.open {
  margin-left: 0;
  margin-right: 0;
}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2016 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social, .btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > :first-child, .btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg, .btn-lg.btn-social-icon {
  padding-left: 61px;
}
.btn-social.btn-lg > :first-child, .btn-lg.btn-social-icon > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm, .btn-sm.btn-social-icon {
  padding-left: 38px;
}
.btn-social.btn-sm > :first-child, .btn-sm.btn-social-icon > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs, .btn-xs.btn-social-icon {
  padding-left: 30px;
}
.btn-social.btn-xs > :first-child, .btn-xs.btn-social-icon > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

.btn-social-icon {
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

.btn-adn {
  background-color: #d87a68;
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:focus, .btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active, .btn-adn.active, .open > .btn-adn.dropdown-toggle {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active:hover, .btn-adn:active:focus, .btn-adn:active.focus, .btn-adn.active:hover, .btn-adn.active:focus, .btn-adn.active.focus, .open > .btn-adn.dropdown-toggle:hover, .open > .btn-adn.dropdown-toggle:focus, .open > .btn-adn.dropdown-toggle.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active, .btn-adn.active, .open > .btn-adn.dropdown-toggle {
  background-image: none;
}
.btn-adn.disabled:hover, .btn-adn.disabled:focus, .btn-adn.disabled.focus, .btn-adn[disabled]:hover, .btn-adn[disabled]:focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn:hover, fieldset[disabled] .btn-adn:focus, fieldset[disabled] .btn-adn.focus {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}

.btn-bitbucket {
  background-color: #205081;
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:focus, .btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active, .btn-bitbucket.active, .open > .btn-bitbucket.dropdown-toggle {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active:hover, .btn-bitbucket:active:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active:hover, .btn-bitbucket.active:focus, .btn-bitbucket.active.focus, .open > .btn-bitbucket.dropdown-toggle:hover, .open > .btn-bitbucket.dropdown-toggle:focus, .open > .btn-bitbucket.dropdown-toggle.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active, .btn-bitbucket.active, .open > .btn-bitbucket.dropdown-toggle {
  background-image: none;
}
.btn-bitbucket.disabled:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled]:hover, .btn-bitbucket[disabled]:focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket:hover, fieldset[disabled] .btn-bitbucket:focus, fieldset[disabled] .btn-bitbucket.focus {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}

.btn-dropbox {
  background-color: #1087dd;
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:focus, .btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active, .btn-dropbox.active, .open > .btn-dropbox.dropdown-toggle {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active:hover, .btn-dropbox:active:focus, .btn-dropbox:active.focus, .btn-dropbox.active:hover, .btn-dropbox.active:focus, .btn-dropbox.active.focus, .open > .btn-dropbox.dropdown-toggle:hover, .open > .btn-dropbox.dropdown-toggle:focus, .open > .btn-dropbox.dropdown-toggle.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active, .btn-dropbox.active, .open > .btn-dropbox.dropdown-toggle {
  background-image: none;
}
.btn-dropbox.disabled:hover, .btn-dropbox.disabled:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled]:hover, .btn-dropbox[disabled]:focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox:hover, fieldset[disabled] .btn-dropbox:focus, fieldset[disabled] .btn-dropbox.focus {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}

.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active:hover, .btn-facebook:active:focus, .btn-facebook:active.focus, .btn-facebook.active:hover, .btn-facebook.active:focus, .btn-facebook.active.focus, .open > .btn-facebook.dropdown-toggle:hover, .open > .btn-facebook.dropdown-toggle:focus, .open > .btn-facebook.dropdown-toggle.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  background-image: none;
}
.btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook:hover, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

.btn-flickr {
  background-color: #ff0084;
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active, .btn-flickr.active, .open > .btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active:hover, .btn-flickr:active:focus, .btn-flickr:active.focus, .btn-flickr.active:hover, .btn-flickr.active:focus, .btn-flickr.active.focus, .open > .btn-flickr.dropdown-toggle:hover, .open > .btn-flickr.dropdown-toggle:focus, .open > .btn-flickr.dropdown-toggle.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active, .btn-flickr.active, .open > .btn-flickr.dropdown-toggle {
  background-image: none;
}
.btn-flickr.disabled:hover, .btn-flickr.disabled:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled]:hover, .btn-flickr[disabled]:focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr:hover, fieldset[disabled] .btn-flickr:focus, fieldset[disabled] .btn-flickr.focus {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}

.btn-foursquare {
  background-color: #f94877;
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:focus, .btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active, .btn-foursquare.active, .open > .btn-foursquare.dropdown-toggle {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active:hover, .btn-foursquare:active:focus, .btn-foursquare:active.focus, .btn-foursquare.active:hover, .btn-foursquare.active:focus, .btn-foursquare.active.focus, .open > .btn-foursquare.dropdown-toggle:hover, .open > .btn-foursquare.dropdown-toggle:focus, .open > .btn-foursquare.dropdown-toggle.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active, .btn-foursquare.active, .open > .btn-foursquare.dropdown-toggle {
  background-image: none;
}
.btn-foursquare.disabled:hover, .btn-foursquare.disabled:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled]:hover, .btn-foursquare[disabled]:focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare:hover, fieldset[disabled] .btn-foursquare:focus, fieldset[disabled] .btn-foursquare.focus {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}

.btn-github {
  background-color: #444444;
  color: #fff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active, .btn-github.active, .open > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active:hover, .btn-github:active:focus, .btn-github:active.focus, .btn-github.active:hover, .btn-github.active:focus, .btn-github.active.focus, .open > .btn-github.dropdown-toggle:hover, .open > .btn-github.dropdown-toggle:focus, .open > .btn-github.dropdown-toggle.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active, .btn-github.active, .open > .btn-github.dropdown-toggle {
  background-image: none;
}
.btn-github.disabled:hover, .btn-github.disabled:focus, .btn-github.disabled.focus, .btn-github[disabled]:hover, .btn-github[disabled]:focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github:hover, fieldset[disabled] .btn-github:focus, fieldset[disabled] .btn-github.focus {
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github .badge {
  color: #444444;
  background-color: #fff;
}

.btn-google {
  background-color: #dd4b39;
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active, .btn-google.active, .open > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active:hover, .btn-google:active:focus, .btn-google:active.focus, .btn-google.active:hover, .btn-google.active:focus, .btn-google.active.focus, .open > .btn-google.dropdown-toggle:hover, .open > .btn-google.dropdown-toggle:focus, .open > .btn-google.dropdown-toggle.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active, .btn-google.active, .open > .btn-google.dropdown-toggle {
  background-image: none;
}
.btn-google.disabled:hover, .btn-google.disabled:focus, .btn-google.disabled.focus, .btn-google[disabled]:hover, .btn-google[disabled]:focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google:hover, fieldset[disabled] .btn-google:focus, fieldset[disabled] .btn-google.focus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}

.btn-instagram {
  background-color: #3f729b;
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active, .btn-instagram.active, .open > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active:hover, .btn-instagram:active:focus, .btn-instagram:active.focus, .btn-instagram.active:hover, .btn-instagram.active:focus, .btn-instagram.active.focus, .open > .btn-instagram.dropdown-toggle:hover, .open > .btn-instagram.dropdown-toggle:focus, .open > .btn-instagram.dropdown-toggle.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active, .btn-instagram.active, .open > .btn-instagram.dropdown-toggle {
  background-image: none;
}
.btn-instagram.disabled:hover, .btn-instagram.disabled:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled]:hover, .btn-instagram[disabled]:focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram:hover, fieldset[disabled] .btn-instagram:focus, fieldset[disabled] .btn-instagram.focus {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}

.btn-linkedin {
  background-color: #007bb6;
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active, .btn-linkedin.active, .open > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active:hover, .btn-linkedin:active:focus, .btn-linkedin:active.focus, .btn-linkedin.active:hover, .btn-linkedin.active:focus, .btn-linkedin.active.focus, .open > .btn-linkedin.dropdown-toggle:hover, .open > .btn-linkedin.dropdown-toggle:focus, .open > .btn-linkedin.dropdown-toggle.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active, .btn-linkedin.active, .open > .btn-linkedin.dropdown-toggle {
  background-image: none;
}
.btn-linkedin.disabled:hover, .btn-linkedin.disabled:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled]:hover, .btn-linkedin[disabled]:focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin:hover, fieldset[disabled] .btn-linkedin:focus, fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}

.btn-microsoft {
  background-color: #2672ec;
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:focus, .btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active, .btn-microsoft.active, .open > .btn-microsoft.dropdown-toggle {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active:hover, .btn-microsoft:active:focus, .btn-microsoft:active.focus, .btn-microsoft.active:hover, .btn-microsoft.active:focus, .btn-microsoft.active.focus, .open > .btn-microsoft.dropdown-toggle:hover, .open > .btn-microsoft.dropdown-toggle:focus, .open > .btn-microsoft.dropdown-toggle.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active, .btn-microsoft.active, .open > .btn-microsoft.dropdown-toggle {
  background-image: none;
}
.btn-microsoft.disabled:hover, .btn-microsoft.disabled:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled]:hover, .btn-microsoft[disabled]:focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft:hover, fieldset[disabled] .btn-microsoft:focus, fieldset[disabled] .btn-microsoft.focus {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}

.btn-odnoklassniki {
  background-color: #f4731c;
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .btn-odnoklassniki.dropdown-toggle {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:active:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active:hover, .btn-odnoklassniki.active:focus, .btn-odnoklassniki.active.focus, .open > .btn-odnoklassniki.dropdown-toggle:hover, .open > .btn-odnoklassniki.dropdown-toggle:focus, .open > .btn-odnoklassniki.dropdown-toggle.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .btn-odnoklassniki.dropdown-toggle {
  background-image: none;
}
.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled]:hover, .btn-odnoklassniki[disabled]:focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki:hover, fieldset[disabled] .btn-odnoklassniki:focus, fieldset[disabled] .btn-odnoklassniki.focus {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff;
}

.btn-openid {
  background-color: #f7931e;
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:focus, .btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active, .btn-openid.active, .open > .btn-openid.dropdown-toggle {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active:hover, .btn-openid:active:focus, .btn-openid:active.focus, .btn-openid.active:hover, .btn-openid.active:focus, .btn-openid.active.focus, .open > .btn-openid.dropdown-toggle:hover, .open > .btn-openid.dropdown-toggle:focus, .open > .btn-openid.dropdown-toggle.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active, .btn-openid.active, .open > .btn-openid.dropdown-toggle {
  background-image: none;
}
.btn-openid.disabled:hover, .btn-openid.disabled:focus, .btn-openid.disabled.focus, .btn-openid[disabled]:hover, .btn-openid[disabled]:focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid:hover, fieldset[disabled] .btn-openid:focus, fieldset[disabled] .btn-openid.focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}

.btn-pinterest {
  background-color: #cb2027;
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active, .btn-pinterest.active, .open > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active:hover, .btn-pinterest:active:focus, .btn-pinterest:active.focus, .btn-pinterest.active:hover, .btn-pinterest.active:focus, .btn-pinterest.active.focus, .open > .btn-pinterest.dropdown-toggle:hover, .open > .btn-pinterest.dropdown-toggle:focus, .open > .btn-pinterest.dropdown-toggle.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active, .btn-pinterest.active, .open > .btn-pinterest.dropdown-toggle {
  background-image: none;
}
.btn-pinterest.disabled:hover, .btn-pinterest.disabled:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled]:hover, .btn-pinterest[disabled]:focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest:hover, fieldset[disabled] .btn-pinterest:focus, fieldset[disabled] .btn-pinterest.focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}

.btn-reddit {
  background-color: #eff7ff;
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:focus, .btn-reddit.focus {
  color: #000;
  background-color: #bcdeff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:hover {
  color: #000;
  background-color: #bcdeff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active, .btn-reddit.active, .open > .btn-reddit.dropdown-toggle {
  color: #000;
  background-color: #bcdeff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active:hover, .btn-reddit:active:focus, .btn-reddit:active.focus, .btn-reddit.active:hover, .btn-reddit.active:focus, .btn-reddit.active.focus, .open > .btn-reddit.dropdown-toggle:hover, .open > .btn-reddit.dropdown-toggle:focus, .open > .btn-reddit.dropdown-toggle.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active, .btn-reddit.active, .open > .btn-reddit.dropdown-toggle {
  background-image: none;
}
.btn-reddit.disabled:hover, .btn-reddit.disabled:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled]:hover, .btn-reddit[disabled]:focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit:hover, fieldset[disabled] .btn-reddit:focus, fieldset[disabled] .btn-reddit.focus {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}

.btn-soundcloud {
  background-color: #ff5500;
  color: #fff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:focus, .btn-soundcloud.focus {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:hover {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active, .btn-soundcloud.active, .open > .btn-soundcloud.dropdown-toggle {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active:hover, .btn-soundcloud:active:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active:hover, .btn-soundcloud.active:focus, .btn-soundcloud.active.focus, .open > .btn-soundcloud.dropdown-toggle:hover, .open > .btn-soundcloud.dropdown-toggle:focus, .open > .btn-soundcloud.dropdown-toggle.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active, .btn-soundcloud.active, .open > .btn-soundcloud.dropdown-toggle {
  background-image: none;
}
.btn-soundcloud.disabled:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled]:hover, .btn-soundcloud[disabled]:focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud:hover, fieldset[disabled] .btn-soundcloud:focus, fieldset[disabled] .btn-soundcloud.focus {
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud .badge {
  color: #ff5500;
  background-color: #fff;
}

.btn-tumblr {
  background-color: #2c4762;
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff;
  background-color: #1c2e3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2e3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active, .btn-tumblr.active, .open > .btn-tumblr.dropdown-toggle {
  color: #fff;
  background-color: #1c2e3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active:hover, .btn-tumblr:active:focus, .btn-tumblr:active.focus, .btn-tumblr.active:hover, .btn-tumblr.active:focus, .btn-tumblr.active.focus, .open > .btn-tumblr.dropdown-toggle:hover, .open > .btn-tumblr.dropdown-toggle:focus, .open > .btn-tumblr.dropdown-toggle.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active, .btn-tumblr.active, .open > .btn-tumblr.dropdown-toggle {
  background-image: none;
}
.btn-tumblr.disabled:hover, .btn-tumblr.disabled:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled]:hover, .btn-tumblr[disabled]:focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr:hover, fieldset[disabled] .btn-tumblr:focus, fieldset[disabled] .btn-tumblr.focus {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}

.btn-twitter {
  background-color: #55acee;
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active:hover, .btn-twitter:active:focus, .btn-twitter:active.focus, .btn-twitter.active:hover, .btn-twitter.active:focus, .btn-twitter.active.focus, .open > .btn-twitter.dropdown-toggle:hover, .open > .btn-twitter.dropdown-toggle:focus, .open > .btn-twitter.dropdown-toggle.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
  background-image: none;
}
.btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled]:hover, .btn-twitter[disabled]:focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter:hover, fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}

.btn-vimeo {
  background-color: #1ab7ea;
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active, .btn-vimeo.active, .open > .btn-vimeo.dropdown-toggle {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active:hover, .btn-vimeo:active:focus, .btn-vimeo:active.focus, .btn-vimeo.active:hover, .btn-vimeo.active:focus, .btn-vimeo.active.focus, .open > .btn-vimeo.dropdown-toggle:hover, .open > .btn-vimeo.dropdown-toggle:focus, .open > .btn-vimeo.dropdown-toggle.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active, .btn-vimeo.active, .open > .btn-vimeo.dropdown-toggle {
  background-image: none;
}
.btn-vimeo.disabled:hover, .btn-vimeo.disabled:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled]:hover, .btn-vimeo[disabled]:focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo:hover, fieldset[disabled] .btn-vimeo:focus, fieldset[disabled] .btn-vimeo.focus {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}

.btn-vk {
  background-color: #587ea3;
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:focus, .btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active, .btn-vk.active, .open > .btn-vk.dropdown-toggle {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active:hover, .btn-vk:active:focus, .btn-vk:active.focus, .btn-vk.active:hover, .btn-vk.active:focus, .btn-vk.active.focus, .open > .btn-vk.dropdown-toggle:hover, .open > .btn-vk.dropdown-toggle:focus, .open > .btn-vk.dropdown-toggle.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active, .btn-vk.active, .open > .btn-vk.dropdown-toggle {
  background-image: none;
}
.btn-vk.disabled:hover, .btn-vk.disabled:focus, .btn-vk.disabled.focus, .btn-vk[disabled]:hover, .btn-vk[disabled]:focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk:hover, fieldset[disabled] .btn-vk:focus, fieldset[disabled] .btn-vk.focus {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}

.btn-yahoo {
  background-color: #720e9e;
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:focus, .btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active, .btn-yahoo.active, .open > .btn-yahoo.dropdown-toggle {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active:hover, .btn-yahoo:active:focus, .btn-yahoo:active.focus, .btn-yahoo.active:hover, .btn-yahoo.active:focus, .btn-yahoo.active.focus, .open > .btn-yahoo.dropdown-toggle:hover, .open > .btn-yahoo.dropdown-toggle:focus, .open > .btn-yahoo.dropdown-toggle.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active, .btn-yahoo.active, .open > .btn-yahoo.dropdown-toggle {
  background-image: none;
}
.btn-yahoo.disabled:hover, .btn-yahoo.disabled:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled]:hover, .btn-yahoo[disabled]:focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo:hover, fieldset[disabled] .btn-yahoo:focus, fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}

/* =======================================================
                      VERSION  10.6.2
========================================================= */
/* =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #2e6da4;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

.slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .tooltip {
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #2e6da4;
  border-right-color: #2e6da4;
  margin-left: 0;
  margin-right: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-vertical .tooltip {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdf", endColorstr="#ffbebebe", GradientType=0);
  background-repeat: repeat-x;
}

.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe5e5e5", endColorstr="#ffe9e9e9", GradientType=0);
  background-repeat: repeat-x;
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip {
  pointer-events: none;
}

.slider .tooltip.top {
  margin-top: -36px;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#fff9f9f9", GradientType=0);
  background-repeat: repeat-x;
  -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);
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
  background-repeat: repeat-x;
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8ac1ef", endColorstr="#ff82b3de", GradientType=0);
  background-repeat: repeat-x;
}

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
  background-repeat: repeat-x;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}

.slider-handle:hover {
  cursor: pointer;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
  background-repeat: repeat-x;
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8ac1ef", endColorstr="#ff82b3de", GradientType=0);
  background-repeat: repeat-x;
  opacity: 1;
}

/*
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.3333333333%;
  left: 0;
  top: 33.3333333333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.3333333333%;
  top: 0;
  width: 33.3333333333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/*
 * Ladda including the default theme.
 */ /*
* Ladda
* http://lab.hakim.se/ladda
* MIT licensed
*
* Copyright (C) 2016 Hakim El Hattab, http://hakim.se
*/
.ladda-button {
  position: relative;
}

.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}

.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}

.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important;
}

.ladda-button[data-loading] .ladda-progress {
  display: block;
}

.ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}

.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-spinner, .ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
}

.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px;
}

.ladda-button[data-style=expand-right][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-right][data-size=xs] .ladda-spinner {
  right: -12px;
}

.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-right][data-loading][data-size=s], .ladda-button[data-style=expand-right][data-loading][data-size=xs] {
  padding-right: 40px;
}

.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px;
}

.ladda-button[data-style=expand-left][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-left][data-size=xs] .ladda-spinner {
  left: 4px;
}

.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-left][data-loading][data-size=s], .ladda-button[data-style=expand-left][data-loading][data-size=xs] {
  padding-left: 40px;
}

.ladda-button[data-style=expand-up] {
  overflow: hidden;
}

.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 26px;
  margin-top: 0;
}

.ladda-button[data-style=expand-up][data-loading][data-size=s], .ladda-button[data-style=expand-up][data-loading][data-size=xs] {
  padding-top: 32px;
}

.ladda-button[data-style=expand-up][data-loading][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size=xs] .ladda-spinner {
  top: 4px;
}

.ladda-button[data-style=expand-down] {
  overflow: hidden;
}

.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=expand-down][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-down][data-size=xs] .ladda-spinner {
  top: 40px;
}

.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-down][data-loading][data-size=s], .ladda-button[data-style=expand-down][data-loading][data-size=xs] {
  padding-bottom: 32px;
}

.ladda-button[data-style=slide-left] {
  overflow: hidden;
}

.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: 0;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

.ladda-button[data-style=slide-right] {
  overflow: hidden;
}

.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: 0;
  left: 16px;
}

[dir=rtl] .ladda-button[data-style=slide-right] .ladda-spinner {
  right: auto;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

.ladda-button[data-style=slide-up] {
  overflow: hidden;
}

.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: 1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

.ladda-button[data-style=slide-down] {
  overflow: hidden;
}

.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}

.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}

.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}

.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px transparent;
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}

[dir=rtl] .ladda-spinner > div {
  left: 25% !important;
}

.ladda-button {
  background: #666;
  border: 0;
  padding: 14px 18px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  border-radius: 2px;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

.ladda-button:hover {
  border-color: rgba(0, 0, 0, 0.07);
  background-color: #888;
}

.ladda-button[data-color=green] {
  background: #2aca76;
}

.ladda-button[data-color=green]:hover {
  background-color: #38d683;
}

.ladda-button[data-color=blue] {
  background: #53b5e6;
}

.ladda-button[data-color=blue]:hover {
  background-color: #69bfe9;
}

.ladda-button[data-color=red] {
  background: #ea8557;
}

.ladda-button[data-color=red]:hover {
  background-color: #ed956e;
}

.ladda-button[data-color=purple] {
  background: #9973C2;
}

.ladda-button[data-color=purple]:hover {
  background-color: #a685ca;
}

.ladda-button[data-color=mint] {
  background: #16a085;
}

.ladda-button[data-color=mint]:hover {
  background-color: #19b698;
}

.ladda-button[disabled], .ladda-button[data-loading] {
  border-color: rgba(0, 0, 0, 0.07);
}

.ladda-button[disabled], .ladda-button[disabled]:hover, .ladda-button[data-loading], .ladda-button[data-loading]:hover {
  cursor: default;
  background-color: #999;
}

.ladda-button[data-size=xs] {
  padding: 4px 8px;
}

.ladda-button[data-size=xs] .ladda-label {
  font-size: 0.7em;
}

.ladda-button[data-size=s] {
  padding: 6px 10px;
}

.ladda-button[data-size=s] .ladda-label {
  font-size: 0.9em;
}

.ladda-button[data-size=l] .ladda-label {
  font-size: 1.2em;
}

.ladda-button[data-size=xl] .ladda-label {
  font-size: 1.5em;
}

/**
 * Visually hide an element, but leave it available for screen readers
 * @link https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css
 * @link http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #1d1d1d;
  -webkit-font-smoothing: antialiased; /* Support for all WebKit browsers. */
  text-rendering: optimizeLegibility; /* Support for Safari and Chrome. */
  -moz-osx-font-smoothing: grayscale; /* Support for Firefox. */
}

#wrapper {
  min-height: 100%;
  position: relative;
}

/* --=== Font Overrides ===-- */
h1 {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 10px;
  font-family: "Open Sans", Sans-serif;
}

h2 {
  font-family: "Open Sans", Sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 29px;
  letter-spacing: 5px;
  margin-bottom: 20px;
}

h3 {
  font-family: "Open Sans", Sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
h3:after {
  content: "";
  display: block;
  height: 2px;
  background: #000;
  width: 15%;
  margin-top: 20px;
}
h3.text-center:after {
  display: none;
}

h4 {
  font-family: "Open Sans", Sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

h5 {
  font-family: "Open Sans", Sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

p.line-175, ul li.line-175 {
  line-height: 175%;
}

p.lead, .lead {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 3px;
  font-family: "Open Sans", Sans-serif;
}

a {
  color: #FC9066;
}
a:hover, a:focus {
  text-decoration: none;
}

span.retired-profile {
  color: #3270ab;
}

span.current-profile {
  color: #FC9066;
}

.btn {
  border-radius: 0;
  border: none;
  font-weight: 800;
  font-family: "Open Sans", Sans-serif;
  padding: 12px 25px;
  text-transform: uppercase;
}

.btn.btn-primary {
  border: none;
  background: #FC9066;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #fb6c34;
}

.btn.btn-default {
  border: none;
  background: #e3e3e3;
}

.btn.btn-dark {
  background: #1a1a1a;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  font-family: "Open Sans", Sans-serif;
  letter-spacing: 3px;
}

.btn.btn-dark.btn-lg {
  padding: 17px 45px;
}

.btn.btn-grey {
  background: #999999;
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
  font-family: "Open Sans", Sans-serif;
  font-weight: 800;
}

.btn.btn-red {
  background: rgba(255, 0, 0, 0.6784313725);
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
  font-family: "Open Sans", Sans-serif;
  font-weight: 800;
}

.btn.btn-success-alt {
  border: none;
  background: #6aca8a;
}

.btn.btn-success-alt:hover, .btn.btn-success-alt:focus {
  background: #44bd6c;
  color: white;
}

.btn.btn-success-outline {
  background: none;
  border: 3px solid #6aca8a;
  color: #6aca8a;
  padding-top: 9px;
  padding-bottom: 9px;
}

.btn.btn-default-outline {
  background: none;
  border: 3px solid #1a1a1a;
  padding: 15px;
  font-size: 13px;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.btn.btn-primary-outline {
  background: none;
  border: 2px solid #FC9066;
  padding: 15px 25px;
  font-size: 14px;
  color: #FC9066;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 5px;
  transition: 0.3s;
}

.btn.btn-primary-outline.btn-sm {
  font-size: 13px;
  padding: 16px 35px;
}

.btn.btn-primary-outline:hover, .btn.btn-primary-outline:focus {
  background: #FC9066;
  color: #fff;
}

.btn.btn-sm {
  padding: 8px 16px;
}

.btn.btn-circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}

.label {
  border-radius: 0;
  padding: 3% 6%;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

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

/* --=== Useful Bits ===-- */
.requirements-info {
  padding: 5px 10px;
  font-size: 13px;
}

.info-text {
  color: #acaca8;
  margin-top: 5px;
}

.container-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

img {
  margin: auto;
  max-width: 100%;
  display: block;
  height: auto;
}

.main img {
  margin-bottom: 15px;
}

img.alignright {
  margin: 0;
  float: right;
  padding: 5px 3px 10px 10px;
}

img.align-left {
  margin: 0;
  float: left;
  padding: 5px 10px 10px 3px;
}

.no-margin, .container-no-margin {
  margin: 0;
}

.container-no-margin {
  margin: 0;
  max-width: 1170px;
}

.margin-10 {
  display: block;
  overflow: hidden;
  clear: both;
  height: 10px;
}

.margin-15 {
  display: block;
  overflow: hidden;
  clear: both;
  height: 15px;
}

.margin-20 {
  display: block;
  overflow: hidden;
  clear: both;
  height: 20px;
}

.margin-50 {
  display: block;
  overflow: hidden;
  clear: both;
  height: 50px;
}

.margin-80 {
  display: block;
  overflow: hidden;
  clear: both;
  height: 80px;
}

.m-t-label {
  margin-top: 26px;
}

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

.text-success {
  color: #6aca8a;
}

.text-danger {
  color: #F0766E;
}

.text-info {
  color: #2A5D6E;
}

.text-grey {
  color: #565656;
}

.hr-line-dashed-dark {
  border-color: #999;
}

.hr-line-outside {
  margin-bottom: 40px;
  margin-top: 15px;
}

.table {
  display: table;
}

.table.table-full {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

@media (max-width: 640px) {
  .cell {
    vertical-align: top;
  }
}
.clearfix {
  overflow: hidden;
  clear: both;
}

.decorative-divider {
  overflow: hidden;
  clear: both;
  margin: auto;
  width: 30%;
  height: 2px;
  background: #e3e3e3;
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-highlight {
  background: #ffff03;
  color: #1a1a1a;
}

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

.list-line > li {
  border-bottom: 2px solid #e3e3e3;
}

.list-line > li:last-child {
  border-bottom: none;
}

.sort-by {
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 0;
}

.sort-by.has-border {
  border-bottom: 2px solid #b7b7b7;
  margin-bottom: 20px;
}

.sort-by p {
  margin-bottom: 0;
  color: #919191;
  line-height: 44px;
  letter-spacing: 1px;
}

.sort-by .btn {
  border: none;
  font-weight: 600;
}

.sort-by .dropdown-menu {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  border-radius: 0;
}

.sort-by .dropdown-menu > li {
  border-bottom: 2px solid #f0f0f0;
}

.sort-by .dropdown-menu > li > a {
  padding: 8px 10px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Open Sans", Sans-serif;
  text-align: center;
}

.sort-by .dropdown-menu > li:last-child {
  border-bottom: none;
}

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

.row-borderless {
  margin-left: 0;
  margin-right: 0;
}

.row-borderless .col-xs-1, .row-borderless .col-sm-1, .row-borderless .col-md-1, .row-borderless .col-lg-1,
.row-borderless .col-xs-2, .row-borderless .col-sm-2, .row-borderless .col-md-2, .row-borderless .col-lg-2,
.row-borderless .col-xs-3, .row-borderless .col-sm-3, .row-borderless .col-md-3, .row-borderless .col-lg-3,
.row-borderless .col-xs-4, .row-borderless .col-sm-4, .row-borderless .col-md-4, .row-borderless .col-lg-4,
.row-borderless .col-xs-5, .row-borderless .col-sm-5, .row-borderless .col-md-5, .row-borderless .col-lg-5,
.row-borderless .col-xs-6, .row-borderless .col-sm-6, .row-borderless .col-md-6, .row-borderless .col-lg-6,
.row-borderless .col-xs-7, .row-borderless .col-sm-7, .row-borderless .col-md-7, .row-borderless .col-lg-7,
.row-borderless .col-xs-8, .row-borderless .col-sm-8, .row-borderless .col-md-8, .row-borderless .col-lg-8,
.row-borderless .col-xs-9, .row-borderless .col-sm-9, .row-borderless .col-md-9, .row-borderless .col-lg-9,
.row-borderless .col-xs-10, .row-borderless .col-sm-10, .row-borderless .col-md-10, .row-borderless .col-lg-10,
.row-borderless .col-xs-11, .row-borderless .col-sm-11, .row-borderless .col-md-11, .row-borderless .col-lg-11,
.row-borderless .col-xs-12, .row-borderless .col-sm-12, .row-borderless .col-md-12, .row-borderless .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

ul.more-details {
  list-style: none;
  padding-left: 0;
}

ul.more-details li {
  font-size: 16px;
  font-weight: 500;
  background: #f7f7f7;
  margin-bottom: 10px;
  padding: 10px;
  font-family: "Open Sans", Sans-serif;
}

ul.more-details li span.switchery {
  float: right;
  height: 20px;
}

ul.more-details li span.switchery > small {
  width: 20px;
  height: 20px;
}

/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px;
}

.p-xs {
  padding: 10px;
}

.p-sm {
  padding: 15px;
}

.p-m {
  padding: 20px;
}

.p-md {
  padding: 25px;
}

.p-lg {
  padding: 30px;
}

.p-xl {
  padding: 40px;
}

.p-w-xs {
  padding: 0 10px;
}

.p-w-sm {
  padding: 0 15px;
}

.p-w-m {
  padding: 0 20px;
}

.p-w-md {
  padding: 0 25px;
}

.p-w-lg {
  padding: 0 30px;
}

.p-w-xl {
  padding: 0 40px;
}

.p-h-xs {
  padding: 10px 0;
}

.p-h-sm {
  padding: 15px 0;
}

.p-h-m {
  padding: 20px 0;
}

.p-h-md {
  padding: 25px 0;
}

.p-h-lg {
  padding: 30px 0;
}

.p-h-xl {
  padding: 40px 0;
}

.m-xxs {
  margin: 2px 4px;
}

.m {
  margin: 15px;
}

.m-xs {
  margin: 5px;
}

.m-sm {
  margin: 10px;
}

.m-md {
  margin: 20px;
}

.m-lg {
  margin: 30px;
}

.m-xl {
  margin: 50px;
}

.m-n {
  margin: 0 !important;
}

.m-l-none {
  margin-left: 0;
}

.m-l-xs {
  margin-left: 5px;
}

.m-l-sm {
  margin-left: 10px;
}

.m-l {
  margin-left: 15px;
}

.m-l-md {
  margin-left: 20px;
}

.m-l-lg {
  margin-left: 30px;
}

.m-l-xl {
  margin-left: 40px;
}

.m-l-n-xxs {
  margin-left: -1px;
}

.m-l-n-xs {
  margin-left: -5px;
}

.m-l-n-sm {
  margin-left: -10px;
}

.m-l-n {
  margin-left: -15px;
}

.m-l-n-md {
  margin-left: -20px;
}

.m-l-n-lg {
  margin-left: -30px;
}

.m-l-n-xl {
  margin-left: -40px;
}

.m-t-none {
  margin-top: 0;
}

.m-t-xxs {
  margin-top: 1px;
}

.m-t-xs {
  margin-top: 5px;
}

.m-t-sm {
  margin-top: 10px;
}

.m-t {
  margin-top: 15px;
}

.m-t-md {
  margin-top: 20px;
}

.m-t-lg {
  margin-top: 30px;
}

.m-t-xl {
  margin-top: 40px;
}

.m-t-n-xxs {
  margin-top: -1px;
}

.m-t-n-xs {
  margin-top: -5px;
}

.m-t-n-sm {
  margin-top: -10px;
}

.m-t-n {
  margin-top: -15px;
}

.m-t-n-md {
  margin-top: -20px;
}

.m-t-n-lg {
  margin-top: -30px;
}

.m-t-n-xl {
  margin-top: -40px;
}

.m-r-none {
  margin-right: 0;
}

.m-r-xxs {
  margin-right: 1px;
}

.m-r-xs {
  margin-right: 5px;
}

.m-r-sm {
  margin-right: 10px;
}

.m-r {
  margin-right: 15px;
}

.m-r-md {
  margin-right: 20px;
}

.m-r-lg {
  margin-right: 30px;
}

.m-r-xl {
  margin-right: 40px;
}

.m-r-n-xxs {
  margin-right: -1px;
}

.m-r-n-xs {
  margin-right: -5px;
}

.m-r-n-sm {
  margin-right: -10px;
}

.m-r-n {
  margin-right: -15px;
}

.m-r-n-md {
  margin-right: -20px;
}

.m-r-n-lg {
  margin-right: -30px;
}

.m-r-n-xl {
  margin-right: -40px;
}

.m-b-none {
  margin-bottom: 0;
}

.m-b-xxs {
  margin-bottom: 1px;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-b-sm {
  margin-bottom: 10px;
}

.m-b {
  margin-bottom: 15px;
}

.m-b-md {
  margin-bottom: 20px;
}

.m-b-lg {
  margin-bottom: 30px;
}

.m-b-xl {
  margin-bottom: 40px;
}

.m-b-n-xxs {
  margin-bottom: -1px;
}

.m-b-n-xs {
  margin-bottom: -5px;
}

.m-b-n-sm {
  margin-bottom: -10px;
}

.m-b-n {
  margin-bottom: -15px;
}

.m-b-n-md {
  margin-bottom: -20px;
}

.m-b-n-lg {
  margin-bottom: -30px;
}

.m-b-n-xl {
  margin-bottom: -40px;
}

.space-15 {
  margin: 15px 0;
}

.space-20 {
  margin: 20px 0;
}

.space-25 {
  margin: 25px 0;
}

.space-30 {
  margin: 30px 0;
}

.header-row {
  display: block;
  width: 100%;
  background: #2e2e2e;
}

.header-column {
  display: inline-block;
}

@media (max-width: 768px) {
  .header-column:last-child {
    float: right;
  }
}
@media (max-width: 425px) {
  .intercom-launcher-frame {
    bottom: 75px !important;
  }
}
.header-link {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 8px 10px;
  font-weight: bold;
  font-family: "Open Sans", Sans-serif;
}

@media (max-width: 374px) {
  .header-link {
    font-size: 9px;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  .header-link {
    font-size: 11px;
  }
}
@media (min-width: 425px) {
  .header-link {
    font-size: 13px;
  }
}
.header-link:hover, .header-link:active, .header-link:focus {
  color: #FC9066;
}

@media (min-width: 320px) {
  .header-link i + span {
    padding-left: 0.5em;
  }
}
#header {
  background: #fff;
  border: none;
}

#header .navbar-brand {
  padding: 7px;
}

#header .navbar-brand img {
  max-height: 35px;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

#header .shortlist-count {
  background: #1a1a1a;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: relative;
  margin-top: -5px;
}

#header .shortlist-count.shortlist-count-mobile {
  float: right;
  margin-top: 10px;
}

#header .navbar-header .navbar-toggle {
  border: none;
  margin-right: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
  border-radius: 0;
}

#header .navbar-header .navbar-toggle .icon-bar {
  background-color: #1a1a1a;
  height: 3px;
}

#header .navbar-toggle-dashboard {
  float: right;
  background: none;
  border: none;
  padding: 13px;
  font-size: 20px;
}

@media (min-width: 768px) {
  #header .navbar-toggle-dashboard {
    display: none;
  }
}
#header .navbar-default {
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
  background: #fff;
  border: none;
  min-height: 0;
}

#header .navbar-default .logo {
  max-width: 100%;
  max-height: 35px;
  margin-top: 20px;
  margin-left: 20px;
}

#header .navbar-default ul.navbar-right {
  margin-right: 15px;
}

#header .navbar-default ul.navbar-right > li > a, #header .navbar-default ul.navbar-right > li > a.dropdown-toggle {
  padding-right: 0;
}

#header .navbar-default .navbar-nav {
  margin-left: 20px;
  margin-top: 20px;
}

@media (max-width: 769px) {
  #header .navbar-default .navbar-nav ul.navbar-nav > li.dropdown-split-xs {
    position: relative;
  }
  #header .navbar-default .navbar-nav ul.navbar-nav > li.dropdown-split-xs a:first-child {
    padding-right: 30px;
  }
  #header .navbar-default .navbar-nav ul.navbar-nav > li.dropdown-split-xs a.dropdown-toggle i {
    position: absolute;
    right: 0px;
    top: 0px;
    padding-left: 3px;
    padding-right: 3px;
    width: 30px;
  }
  #header .navbar-default .navbar-nav ul.navbar-nav > li .opened a {
    border-bottom-color: #1a1a1a;
  }
  #header .navbar-default .navbar-nav ul.navbar-nav > li .dropdown-menu.shown {
    box-shadow: none;
  }
}
#header .navbar-default .navbar-nav > li .opened a {
  background: none;
  color: #1a1a1a;
}

#header .navbar-default .navbar-nav > li a {
  padding-left: 0;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 4px solid transparent;
  padding-top: 15px;
  font-size: 14px;
  font-family: "Open Sans", Sans-serif;
  font-weight: 700;
}

#header .navbar-default .navbar-nav > li a .dropdown-toggle {
  padding-left: 10px;
  padding-right: 10px;
}

#header .navbar-default .navbar-nav > li a:hover {
  color: #FC9066;
  background-color: #f5f5f5;
}

#header .navbar-default .navbar-nav > li.active a {
  background: none;
  color: #1a1a1a;
  border-bottom-color: #1a1a1a;
}

#header .navbar-default .navbar-nav > li .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 0;
  padding-bottom: 0;
}

#header .navbar-default .navbar-nav > li .dropdown-menu a {
  padding: 15px 20px;
  border-bottom: none;
  color: #565656;
}

#header .navbar-default .navbar-nav > li .dropdown-menu a i {
  color: #bdbdbd;
  font-size: 18px;
}

#header .navbar-default .navbar-nav > li .dropdown-menu a:hover {
  color: #FC9066;
  background-color: #f5f5f5;
}

#header .navbar-default .navbar-nav > li .dropdown-menu.shown {
  display: block;
}

#header .navbar-default .navbar-nav > li.dropdown-split {
  position: relative;
}

#header .navbar-default .navbar-nav > li.dropdown-split a:first-child {
  padding-right: 30px;
}

#header .navbar-default .navbar-nav > li.dropdown-split a.dropdown-toggle i {
  position: absolute;
  right: -5px;
  top: 19px;
  padding-left: 3px;
  padding-right: 3px;
  width: 30px;
}

#header .navbar-default .navbar-nav > li.dropdown-split .dropdown-menu {
  position: absolute;
}

#header .navbar-default .navbar-nav.navbar-aux > li > a {
  color: #1a1a1a;
  border-bottom: none;
}

@media (min-width: 768px) {
  #header .navbar-aux {
    padding-right: 15px;
  }
  #header .navbar-brand {
    margin-top: 10px;
  }
  #header .navbar-default .navbar-nav {
    margin-top: 0;
  }
  #header .navbar-default .navbar-nav > li a {
    font-size: 13px;
    padding: 17px;
    margin: 0px;
  }
  #header .navbar-default .navbar-nav.active a {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  #header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #header .navbar-brand {
    margin-top: 0;
  }
}
@media (min-width: 1100px) {
  #header .navbar-aux {
    padding-right: 0;
  }
  #header .navbar-aux .shortlist-count {
    display: none;
  }
}
@media (min-width: 1200px) {
  #header .navbar-default .navbar-nav > li a {
    letter-spacing: 2px;
  }
}
@media (min-width: 1460px) {
  #header .container-fluid {
    max-width: 1170px;
    position: relative;
    left: 130px;
  }
}
@media (min-width: 1730px) {
  #header .container-fluid {
    position: static;
  }
}
body.menu-absolute #header {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 999;
}

body.menu-absolute .header-phone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 30px;
}

body.menu-absolute .header-phone p {
  max-width: 1140px;
  margin: auto;
}

@media (max-width: 767px) {
  .offcanvas-stop-scrolling {
    height: 100%;
    overflow: hidden;
  }
  .navbar-default .navbar-offcanvas {
    background-color: #f8f8f8;
  }
  .navbar-inverse .navbar-offcanvas {
    background-color: #222;
  }
  .navbar-offcanvas {
    position: fixed;
    width: 100%;
    max-width: 250px;
    left: -250px;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .navbar-offcanvas.in {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .navbar-offcanvas.navbar-offcanvas-fade {
    opacity: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-fade.in {
    opacity: 1;
  }
  .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
  }
  .navbar-offcanvas.offcanvas-position.in {
    left: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-right {
    left: auto;
    right: -250px;
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
    left: auto;
    right: 0;
  }
  .navbar-offcanvas .dropdown.active .caret {
    border-top: 0;
    border-bottom: 4px solid;
  }
  .navbar-offcanvas .dropdown-menu {
    position: relative;
    width: 100%;
    border: inherit;
    box-shadow: none;
    -webkit-transition: height 0.15s ease-in;
    transition: height 0.15s ease-in;
  }
  .navbar-offcanvas .dropdown-menu.shown {
    display: block;
    margin-bottom: 10px;
  }
}
.offcanvas-toggle .icon-bar {
  background: #000;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.offcanvas-toggle.is-open .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 4px);
  transform: rotate(45deg) translate(5px, 4px);
}

.offcanvas-toggle.is-open .icon-bar:nth-child(2) {
  opacity: 0;
}

.offcanvas-toggle.is-open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px);
}

.drawer {
  background: #fff;
  max-width: 480px;
}

.drawer .drawer-contents {
  background: #fff;
  padding: 0;
}

.drawer .drawer-heading {
  border: none;
  padding: 10% 10% 5% 10%;
}

.drawer .drawer-heading h3.drawer-title {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}

.drawer .drawer-heading h3.drawer-title:after {
  content: "";
  display: block;
  height: 2px;
  background: #000;
  width: 15%;
  margin-top: 20px;
}

.drawer .drawer-heading .btn-default {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-width: 3px;
  padding: 0;
  color: #333;
  background-color: #fff;
  border: 3px solid #ccc;
}

.drawer .drawer-heading .btn-default i {
  width: 36px !important;
  height: 34px;
  line-height: 34px;
  color: #999;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 17px;
  position: relative;
  left: 2px;
}

.drawer .drawer-body {
  padding: 10px 0;
}

.drawer .drawer-body p.description {
  color: #979797;
  padding: 0 10% 20px 10%;
}

.drawer .drawer-footer {
  padding: 6%;
}

.drawer .drawer-footer .btn {
  border: none;
  margin-bottom: 18px;
  border-radius: 100px;
  padding: 20px 23px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 13px;
  line-height: 20px;
  transition: 0.3s;
}

.drawer .drawer-footer .btn.btn-sm {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
  letter-spacing: 1px;
}

.drawer .drawer-footer p {
  color: #999999;
  line-height: 25px;
}

.drawer:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  opacity: 0;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  transition: opacity 0.5s;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.drawer.fold.open:before {
  opacity: 1;
  left: 0;
}

@media (min-width: 768px) {
  .drawer .drawer-heading h3.drawer-title {
    font-size: 20px;
  }
  .drawer .drawer-heading .btn-default {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .drawer .drawer-heading .btn-default i {
    line-height: 37px;
  }
  .drawer .drawer-body .shortlist .position {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .drawer .drawer-body .shortlist .description {
    padding: 7%;
  }
  .drawer .drawer-body .shortlist .description h4 {
    font-size: 17px;
  }
  .drawer .drawer-body .shortlist .description p {
    font-size: 13px;
    line-height: 21px;
  }
  .drawer .drawer-body .shortlist .description a {
    font-size: 13px;
  }
  .drawer .drawer-footer .btn.btn-sm {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .drawer .drawer-body .shortlist .description {
    padding: 10%;
  }
  .drawer .drawer-footer .btn-primary {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .drawer .drawer-footer p {
    font-size: 14px;
    line-height: 24px;
  }
}
/*#drawer-messages {
	.drawer-heading {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;

		padding: 10% 9% 12%;
	}
	.drawer-body {
		height: 100%;
		max-height: 100%;

		padding-top: 30%;
		padding-bottom: 160px;
		padding-left: 15px;
		padding-right: 15px;


	}
	.drawer-footer {
 		position: absolute;
 		bottom: 0;
 		left: 0;
 		right: 0;
 		padding: 15px;

 		.form-control {
 			margin-bottom: 10px;
 			height: 80px;
 		}
 		.btn-info {
 			margin-bottom: 0;
 			padding-top: 10px;
 			padding-bottom: 10px;
 		}
 	}
}
.chat-discussion {
	background: #eee;
	padding: 15px;
	height: 100%;
	overflow-y: auto;

	.chat-message {
		overflow: hidden;
		padding: 10px;

		.message-avatar {
			border-radius: 50%;
			float: left;
			width: 44px;
		}
		.message {
			background: #fff;
			border: 1px solid #e7eaec;
			text-align: left;
			display: block;
			padding: 10px 20px;
			position: relative;
			border-radius: 4px;
			font-size: 13px;
			line-height: 18px;

			.message-date {
				color: #999;
				font-size: 11px;
				float: right;
			}
			.message-content {
				clear: both;
				display: block;
				font-size: 12px;
			}
		}
		&.left {
			.message-avatar {
				float: left;
			}
			.message {
				margin-left: 55px;
				border-top-left-radius: 0;

				&:before {
					position: absolute;
					top: 0;
					left: -13px;
					content: '';
					display: block;
					width: 0;
					height: 0;
					border-top: 0 solid transparent;
					border-bottom: 18px solid transparent;
					border-right:13px solid #fff;
				}
			}
		}
		&.right {
			.message-avatar {
				float: right;
			}
			.message {
				margin-right: 55px;
				border-top-right-radius: 0;

				&:before {
					position: absolute;
					top: 0;
					right: -13px;
					content: '';
					display: block;
					width: 0;
					height: 0;
					border-top: 0 solid transparent;
					border-bottom: 18px solid transparent;
					border-left:13px solid #fff;
				}
			}
		}
	}

}*/
.shortlist {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  border-top: 2px solid #cdcdcd;
}

.shortlist > li {
  border-bottom: 2px solid #cdcdcd;
}

.shortlist > li > div {
  padding: 0;
}

.shortlist .position {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  background: #FC9066;
  color: #fff;
  color: #fff;
  text-align: center;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.shortlist .description {
  padding: 5% 60px 5% 5%;
}

.shortlist .description h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.shortlist .description p {
  color: #999999;
  margin-bottom: 0;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 18px;
}

.shortlist .description a {
  font-size: 11px;
  display: block;
  line-height: 15px;
  margin-top: 4px;
}

.shortlist .description .handle {
  display: block;
  color: #cacaca;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  font-size: 25px;
  right: 30px;
}

.shortlist .description .handle:hover {
  cursor: pointer;
}

.shortlist.shortlist-horizontal {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.shortlist.shortlist-horizontal.disabled:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .shortlist.shortlist-horizontal {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
    border-top: none;
  }
  .shortlist.shortlist-horizontal.disabled:after {
    right: 15px;
    left: 15px;
  }
  .shortlist.shortlist-horizontal.shortlist-col-3 > li {
    width: 33.3333%;
    float: left;
    margin: 0;
    border-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .shortlist.shortlist-horizontal.shortlist-col-3 > li:nth-child(3n+1) {
    clear: both;
  }
  .shortlist.shortlist-horizontal.shortlist-col-4 > li {
    width: 25%;
    float: left;
    margin: 0;
    border-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .shortlist.shortlist-horizontal.shortlist-col-4 > li:nth-child(4n+1) {
    clear: both;
  }
  .shortlist.shortlist-horizontal .description {
    padding-left: 0;
    padding-right: 40px;
  }
  .shortlist.shortlist-horizontal .description .handle {
    right: 10px;
  }
}
/* --=== Dashboard Shortlist ===-- */
.item-detail.item-detail-shortlist h3.shortlist-name {
  font-size: 17px;
  margin-bottom: 15px;
  text-align: center;
}

.item-detail.item-detail-shortlist .shortlisted {
  list-style: none;
  padding-left: 0;
  text-align: center;
  overflow: hidden;
  clear: both;
}

.item-detail.item-detail-shortlist .shortlisted li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.item-detail.item-detail-shortlist .shortlisted li a {
  display: block;
}

.item-detail.item-detail-shortlist .shortlisted li a img {
  max-width: 48px;
  border-radius: 50%;
}

.item-detail.item-detail-shortlist .shortlist-actions a {
  padding: 7px 15px;
  letter-spacing: 2px;
  font-size: 12px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.item-detail.item-detail-shortlist .shortlist-actions a.btn-danger {
  float: right;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .item-detail.item-detail-shortlist h3.shortlist-name {
    text-align: left;
  }
  .item-detail.item-detail-shortlist .shortlisted {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .item-detail.item-detail-shortlist > li {
    padding: 15px 22px 5px 22px;
  }
  .item-detail.item-detail-shortlist h3.shortlist-name {
    margin-bottom: 7px;
  }
  .item-detail.item-detail-shortlist .shortlist-actions {
    margin-top: 36px;
    float: right;
  }
  .item-detail.item-detail-shortlist .shortlist-actions a {
    margin-right: 8px;
  }
}
#footer {
  background: #1a1a1a;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}

#footer .footer-social {
  text-align: center;
  margin-bottom: 60px;
}

#footer .footer-social h3 {
  font-size: 17px;
}

#footer .footer-social h3:after {
  display: none;
}

#footer .footer-social ul {
  list-style: none;
  padding-left: 0;
}

#footer .footer-social ul li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

#footer .footer-social ul li a {
  display: block;
  background: #fff;
  color: #1a1a1a;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

#footer .footer-bottom {
  border-top: 2px solid #565656;
  padding-top: 20px;
}

#footer .footer-bottom ul.nav-pills > li > a {
  font-size: 12px;
  letter-spacing: 3px;
  color: #565656;
  text-transform: uppercase;
  padding: 0;
  margin-right: 25px;
  font-weight: 800;
  font-family: "Open Sans", Sans-serif;
}

#footer .footer-bottom ul.nav-pills > li > a:hover, #footer .footer-bottom ul.nav-pills > li > a:focus {
  background: none;
  color: #7c7c7c;
}

#footer .footer-bottom ul.nav-pills > li.phone > a {
  color: #fff;
  letter-spacing: 1px;
}

#footer .footer-bottom .right {
  padding-top: 30px;
  color: #565656;
  font-size: 13px;
}

@media (min-width: 1200px) {
  #footer .footer-bottom .right {
    text-align: right;
    padding-top: 0;
  }
}
#footer .company-list {
  border-top: 2px solid rgb(86, 86, 86);
}

#footer .company-list .img {
  height: 64px;
}

.login {
  padding-top: 60px;
  padding-bottom: 60px;
}

.login .btn-social {
  border-radius: 0;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 54px;
  text-transform: none;
  font-weight: 700;
  font-size: 13px;
}

.login .btn-social:hover, .login .btn-social:focus {
  color: #fff;
}

.login .btn-social > :first-child {
  width: 42px;
  line-height: 42px;
}

.login .login-box {
  padding-bottom: 30px;
}

.login .login-box .form-horizontal label.control-label {
  text-align: left;
}

.login .login-box .btn-login {
  float: right;
}

.login .login-box .btn-reset {
  margin-top: 15px;
}

.login .login-box .help-block {
  margin-top: 0;
}

.login .checkbox-remember {
  padding-top: 0;
}

.login .checkbox-remember label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #565656;
  line-height: 18px;
}

.login .checkbox-remember label:before {
  border-radius: 0;
  border-width: 2px;
}

.login .signup-box {
  background: #f0f0f0;
  padding: 20px 40px;
}

.login .signup-box .btn-register {
  margin-top: 12px;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #1a1a1a 50%, #FC9066 50%);
  transition: background-position 0.8s;
  transition-delay: 0.2s;
}

.login .signup-box .btn-register:hover, .login .signup-box .btn-register:focus {
  background-position: -100% 0;
}

.login .signup-box .btn-group-vertical.btn-group-register-as .btn.btn-dark {
  padding: 9px 16px;
  font-size: 15px;
  margin-top: 6px;
  text-align: left;
  border-radius: 0;
}

.login .signup-box .btn-group-vertical.btn-group-register-as .btn.btn-dark input {
  display: none;
}

.login .signup-box .btn-group-vertical.btn-group-register-as .btn.btn-dark:before {
  content: "\f111";
  font-family: fontAwesome;
}

.login .signup-box .btn-group-vertical.btn-group-register-as .btn.btn-dark.active {
  background: #FC9066;
}

.login .signup-box .btn-group-vertical.btn-group-register-as .btn.btn-dark.active:before {
  content: "\f058";
  font-family: fontAwesome;
}

.login .signup-box .known-for .checkbox {
  margin-top: 3px;
  margin-bottom: 3px;
}

.login.login-forgot-password .login-box {
  border-bottom: none;
}

@media (min-width: 768px) {
  .login .login-box .btn-reset {
    margin-top: 0;
  }
}
.verified-success-text {
  font-size: 25px;
  line-height: 40px;
  color: #b7b7b7;
  margin-top: 20px;
}

ul.large-checklist {
  list-style: none;
  padding-left: 0;
}

ul.large-checklist > li {
  background: #fff;
}

ul.large-checklist > li .checkbox {
  padding-left: 30px;
}

ul.large-checklist > li .checkbox label {
  padding: 10px 13px;
  width: 100%;
  margin: 0;
}

ul.large-checklist > li .checkbox label::before {
  border-radius: 0;
  width: 22px;
  height: 22px;
}

ul.large-checklist > li .checkbox label::after {
  line-height: 20px;
  width: 22px;
  height: 20px;
  top: 9px;
  font-size: 16px;
}

ul.large-checklist > li > ul {
  list-style: none;
  margin-right: 10px;
  padding-bottom: 8px;
}

ul.large-checklist > li > ul > li {
  background: #f0f0f0;
}

ul.large-checklist > li > ul > li .checkbox {
  margin-top: 3px;
  margin-bottom: 3px;
}

.list-availability > li {
  padding-top: 0px;
  padding-bottom: 4px;
}

.list-availability > li p {
  margin-bottom: 0;
  line-height: 30px;
  padding-top: 10px;
}

.list-availability > li .radio {
  font-size: 80%;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .list-availability > li p {
    text-align: right;
  }
}
.payment-option {
  border: 1px solid #e3e3e3;
  padding: 6px 10px;
}

.payment-option.selected {
  background: #FC9066;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  line-height: 16px;
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type=checkbox]:checked + label::after,
.checkbox input[type=radio]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}

.checkbox input[type=checkbox]:indeterminate + label::after,
.checkbox input[type=radio]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}

.checkbox input[type=checkbox]:disabled + label,
.checkbox input[type=radio]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type=checkbox]:disabled + label::before,
.checkbox input[type=radio]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type=checkbox]:checked + label::before,
.checkbox-primary input[type=radio]:checked + label::before {
  background-color: #FC9066;
  border-color: #FC9066;
}

.checkbox-primary input[type=checkbox]:checked + label::after,
.checkbox-primary input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type=checkbox]:checked + label::before,
.checkbox-danger input[type=radio]:checked + label::before {
  background-color: #F0766E;
  border-color: #F0766E;
}

.checkbox-danger input[type=checkbox]:checked + label::after,
.checkbox-danger input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type=checkbox]:checked + label::before,
.checkbox-info input[type=radio]:checked + label::before {
  background-color: #2A5D6E;
  border-color: #2A5D6E;
}

.checkbox-info input[type=checkbox]:checked + label::after,
.checkbox-info input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type=checkbox]:checked + label::before,
.checkbox-warning input[type=radio]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type=checkbox]:checked + label::after,
.checkbox-warning input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type=checkbox]:checked + label::before,
.checkbox-success input[type=radio]:checked + label::before {
  background-color: #6aca8a;
  border-color: #6aca8a;
}

.checkbox-success input[type=checkbox]:checked + label::after,
.checkbox-success input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type=checkbox]:indeterminate + label::before,
.checkbox-primary input[type=radio]:indeterminate + label::before {
  background-color: #FC9066;
  border-color: #FC9066;
}

.checkbox-primary input[type=checkbox]:indeterminate + label::after,
.checkbox-primary input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type=checkbox]:indeterminate + label::before,
.checkbox-danger input[type=radio]:indeterminate + label::before {
  background-color: #F0766E;
  border-color: #F0766E;
}

.checkbox-danger input[type=checkbox]:indeterminate + label::after,
.checkbox-danger input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type=checkbox]:indeterminate + label::before,
.checkbox-info input[type=radio]:indeterminate + label::before {
  background-color: #2A5D6E;
  border-color: #2A5D6E;
}

.checkbox-info input[type=checkbox]:indeterminate + label::after,
.checkbox-info input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type=checkbox]:indeterminate + label::before,
.checkbox-warning input[type=radio]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type=checkbox]:indeterminate + label::after,
.checkbox-warning input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type=checkbox]:indeterminate + label::before,
.checkbox-success input[type=radio]:indeterminate + label::before {
  background-color: #6aca8a;
  border-color: #6aca8a;
}

.checkbox-success input[type=checkbox]:indeterminate + label::after,
.checkbox-success input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type=radio] {
  opacity: 0;
  z-index: 1;
}

.radio input[type=radio]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type=radio]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}

.radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type=radio] + label::after {
  background-color: #FC9066;
}

.radio-primary input[type=radio]:checked + label::before {
  border-color: #FC9066;
}

.radio-primary input[type=radio]:checked + label::after {
  background-color: #FC9066;
}

.radio-danger input[type=radio] + label::after {
  background-color: #F0766E;
}

.radio-danger input[type=radio]:checked + label::before {
  border-color: #F0766E;
}

.radio-danger input[type=radio]:checked + label::after {
  background-color: #F0766E;
}

.radio-info input[type=radio] + label::after {
  background-color: #2A5D6E;
}

.radio-info input[type=radio]:checked + label::before {
  border-color: #2A5D6E;
}

.radio-info input[type=radio]:checked + label::after {
  background-color: #2A5D6E;
}

.radio-warning input[type=radio] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type=radio] + label::after {
  background-color: #6aca8a;
}

.radio-success input[type=radio]:checked + label::before {
  border-color: #6aca8a;
}

.radio-success input[type=radio]:checked + label::after {
  background-color: #6aca8a;
}

input[type=checkbox].styled:checked + label:after,
input[type=radio].styled:checked + label:after {
  font-family: "FontAwesome";
  content: "\f00c";
}

input[type=checkbox] .styled:checked + label::before,
input[type=radio] .styled:checked + label::before {
  color: #fff;
}

input[type=checkbox] .styled:checked + label::after,
input[type=radio] .styled:checked + label::after {
  color: #fff;
}

.form-group.has-feedback .form-control-feedback {
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.form-control, .form-control.vue-tel-input {
  border: 2px solid #1a1a1a;
  height: 44px;
  border-radius: 0;
  font-size: 14px;
  padding: 13px 17px;
}

.form-control.form-control-minimal, .form-control.vue-tel-input.form-control-minimal {
  height: 35px;
  background: #f0f0f0;
  border: none;
  box-shadow: none;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 3px;
}

.form-control.form-control-narrow, .form-control.vue-tel-input.form-control-narrow {
  height: 35px;
}

.form-control.has-tags, .form-control.vue-tel-input.has-tags {
  height: auto;
  min-height: 48px;
  padding-bottom: 0;
}

.form-control.has-tags .tags, .form-control.vue-tel-input.has-tags .tags {
  position: relative;
  top: -3px;
  left: -3px;
  margin-bottom: 0;
}

.control-label {
  font-family: "Open Sans", Sans-serif;
  font-weight: 700;
}

p.control-label {
  font-weight: bold;
}

.help-block {
  text-align: right;
  color: #ff9162;
  font-size: 80%;
  margin-bottom: 0;
  line-height: 20px;
}

.help-block a {
  color: #ff9162;
}

.input-group .input-group-addon {
  border: 2px solid #1a1a1a;
  background: #1a1a1a;
  color: #fff;
  border-radius: 0;
}

.input-group label.input-group-addon {
  background: none;
  color: #1a1a1a;
  border-color: transparent;
}

.input-group .input-group-btn .btn {
  background: #1a1a1a;
  color: #fff;
  border-radius: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* --=== Form Horizontal ===-- */
@media (min-width: 768px) {
  .form-horizontal .control-label {
    line-height: 36px;
  }
}
/* --=== Select2 ===-- */
/* --== Input Group Booking Detail ===-- */
.input-group-booking-detail {
  width: 100%;
  margin-bottom: 10px;
}

.input-group-booking-detail .input-group-addon {
  width: 130px;
  text-align: left;
  font-family: "Open Sans", Sans-serif;
  font-weight: 600;
}

.input-group-booking-detail .input-group-addon.highlight {
  background: #FC9066;
  border-color: #FC9066;
}

.input-group-booking-detail .form-control {
  box-shadow: none;
  line-height: 16px;
  height: auto;
}

.input-group-booking-detail .form-control span.tag {
  display: inline;
}

.input-group-booking-detail .form-control.highlight {
  color: #FC9066;
  font-weight: 700;
  font-size: 18px;
}

.input-group-booking-detail p.form-control, .input-group-booking-detail div.form-control {
  border-color: transparent;
  min-height: 46px;
}

.input-group-booking-detail p.form-control p, .input-group-booking-detail div.form-control p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.input-group-booking-detail #redactor-intro-box {
  margin-bottom: 0;
  height: 460px;
  overflow-y: scroll;
}

.input-group-booking-detail #redactor-intro-box .redactor-editor {
  min-height: 460px !important;
}

.terms-label {
  font-size: 12px;
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}

.cd-title h1 {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
}
.cd-fields {
  position: relative;
  margin: 0 -8px;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-intro {
  max-width: 40rem;
}

.cd-intro h1 {
  display: inline-block;
  width: 100%;
}

.cd-intro h2 {
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 20px;
  display: inline-block;
  width: 100%;
}

.cd-headline {
  display: inline-block;
  margin-top: 15px;
}

.cd-headline__item, .cd-headline__text {
  position: relative;
}

.cd-headline__item {
  display: inline;
  background: rgba(255, 255, 255, 0.8);
  color: #1a1a1a;
  padding: 0;
  word-wrap: break-word;
  line-height: 1.25;
}

.cd-headline__text {
  z-index: 1;
  left: 0;
  right: 0;
  box-shadow: 8px 0 0 rgba(255, 255, 255, 0.8), -8px 0 0 rgba(255, 255, 255, 0.8);
}

.cd-intro {
  margin-bottom: 1rem;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
  background: rgb(255, 239, 110);
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  color: rgb(0, 0, 0);
  font-size: 33px;
  line-height: 83px;
  transition: all 1s ease-out;
}

.cd-headline.slide b {
  opacity: 0;
  top: 0.2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -o-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -o-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
.star-tile-esports .unselected {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.3s;
  margin: 3px;
}

.star-tile-esports .selected {
  border-style: solid;
  border-radius: 5px;
  border-color: #FC9066;
  transition: 0.3s;
  margin: 3px;
}

.star-tile-esports .selected img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.star-tile-esports .text-area {
  background-color: white;
  height: 100%;
}

.star-tile-esports .talent-name-container {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.star-tile-esports .talent-name-container p {
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "Open Sans", Sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px;
}

.star-tile-esports .img-container {
  position: relative;
  text-align: center;
  color: #6aca8a;
}

.star-tile-esports .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -10%);
  transition: 1s;
}

.icon-foreground {
  color: #f7f7f7;
}

.icon-background-success {
  color: #FC9066;
}

.success-page .centered {
  text-align: center;
}

.success-page h2 {
  text-align: center;
  font-size: 18px !important;
  text-transform: none;
  letter-spacing: 2px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .esports-page-header {
    /*background: url('/img/esports/esports-tile-feature-1.jpg') no-repeat center center;*/
    background-size: cover;
    position: relative;
    height: 250px;
    color: #fff;
    text-align: center;
    max-height: 600px;
  }
}
@media (max-width: 992px) {
  .esports-page-header {
    background-size: cover;
    position: relative;
    height: 250px;
    color: #fff;
    text-align: center;
    max-height: 600px;
  }
  .esports-page-header h1 {
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1;
    font-size: 26px;
    letter-spacing: 5px;
  }
  .esports-page-header button {
    margin-top: 10px;
  }
}
.esports-container {
  padding-top: 10px;
}

@media (min-width: 992px) {
  .esports-container {
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.esports-container .subheading {
  font-size: 24px;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .esports-container .subheading {
    font-size: 26px;
    padding-bottom: 10px;
  }
}
.esports-background {
  background-color: rgba(191, 191, 191, 0.1098039216);
}

@media (max-width: 768px) {
  .get-involved-section h2 {
    text-align: center !important;
  }
}
.esports-form {
  padding-top: 30px;
  padding-bottom: 30px;
}

.esports-form h3 {
  font-size: 16px;
}

.esports-form .tabbed-button-container {
  width: 300px;
  display: inline-block;
}

.esports-form .btn-left {
  float: left;
}

.esports-form .btn-right {
  float: right;
}

.esports-form h2 {
  color: black;
  font-size: 22px;
}

.esports-form .selected-box {
  background-color: #FC9066;
}

.esports-form .selected-box h2 {
  margin: 10px;
  color: white;
}

.esports-form .unselected-box {
  background-color: rgba(222, 222, 222, 0.3882352941);
}

.esports-form .unselected-box h2 {
  margin: 10px;
  color: #8c8c8c;
}

.esports-form .unselected-box:hover:hover, .esports-form .unselected-box:hover:focus {
  background: #fb6c34;
}

.esports-form .unselected-box:hover h2 {
  color: white;
}

.esports-form .select-path-box {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

.esports-form .left {
  border-radius: 4% 0% 0% 4%;
}

.esports-form .right {
  border-radius: 0% 4% 4% 0%;
}

.esports-form .select-path-box:before {
  content: "";
  display: block;
  /*padding-top: 100%;*/
}

.esports-form .fade-enter-active {
  transition: opacity 0.5s;
}

.esports-form .fade-enter, .esports-form .fade-leave-to {
  opacity: 0;
}

.esports-form .radio {
  background-color: rgba(222, 222, 222, 0.3882352941);
  padding: 10px;
  border-radius: 3px;
  border-color: #d6d5d5;
  border-left-style: solid;
  padding-left: 30px;
}

.esports-form .talent-card {
  background-color: red;
}

.esports-form .esports-form-detail .input-group {
  width: 100%;
}

.esports-form .esports-form-pick-talent .pick-talent-container {
  background-color: #dddddd;
  padding-top: 5px;
}

.esports-form .esports-form-pick-talent .pick-talent-container .star-tile-container {
  padding: 0px;
}

.gate-text {
  color: grey;
}

.gate-text a {
  cursor: pointer;
}

/*
	Redactor II

	http://imperavi.com/redactor/

	Copyright (c) 2009-2016, Imperavi Oy.
	License: http://imperavi.com/redactor/license/
*/
.redactor-box {
  position: relative;
  overflow: visible;
}

.redactor-editor,
.redactor-box {
  background: #fff;
}

.redactor-editor,
.redactor-box,
.redactor-box textarea {
  z-index: auto;
}

.redactor-link-tooltip {
  z-index: 99;
}

.redactor-toolbar {
  z-index: 100;
}

.redactor-box-fullscreen {
  z-index: 1051;
}

.redactor-air,
.redactor-dropdown {
  z-index: 1052;
}

#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
  z-index: 1053;
}

.redactor-body-fullscreen .redactor-link-tooltip {
  z-index: 1099;
}

.redactor-box-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.redactor-placeholder:after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: attr(placeholder);
  display: block;
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal !important;
}

.redactor-editor {
  position: relative;
  overflow: auto;
  margin: 0;
  padding: 24px 32px 12px 32px;
  outline: none;
  white-space: normal;
  min-height: 200px !important;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.redactor-relative {
  position: relative;
}

.redactor-in {
  cursor: text;
}

.redactor-editor:focus,
.redactor-in:focus {
  outline: none;
}

.redactor-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.redactor-script-tag {
  display: none;
}

.redactor-editor-img-edit img {
  cursor: pointer;
}

.redactor-voice-label {
  display: none;
}

.redactor-voice-alert {
  position: absolute;
  left: -3000px;
}

.redactor-toolbar {
  position: relative;
  padding: 0 !important;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.redactor-toolbar:after {
  content: "";
  display: table;
  clear: both;
}

.redactor-toolbar li a {
  color: rgba(0, 0, 0, 0.75);
}

.redactor-toolbar li a:hover {
  outline: none;
  background-color: #3d79f2;
  color: #fff;
}

.redactor-toolbar li a:active, .redactor-toolbar li a.redactor-act {
  outline: none;
  background-color: #eee;
  color: #444;
}

.redactor-toolbar li a.redactor-button-disabled {
  opacity: 0.3;
}

.redactor-toolbar li a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default;
}

.redactor-toolbar li a.redactor-button-focus {
  color: #fff;
  background: #000;
}

.redactor-toolbar.redactor-toolbar-external {
  z-index: 999;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.redactor-air {
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  padding: 0;
  max-width: 600px;
  min-width: 200px;
  border-radius: 4px;
  border: none;
}

.redactor-air li a {
  color: rgba(255, 255, 255, 0.75);
}

.redactor-air li a:hover {
  outline: none;
  background-color: #1f78d8;
  color: #fff;
}

.redactor-air li a:active, .redactor-air li a.redactor-act {
  outline: none;
  background-color: #333;
  color: rgba(255, 255, 255, 0.5);
}

.redactor-air li a.redactor-button-disabled {
  opacity: 0.3;
}

.redactor-air li a.redactor-button-disabled:hover {
  color: rgba(255, 255, 255, 0.3);
  outline: none;
  background-color: transparent !important;
  cursor: default;
}

.redactor-air li a.redactor-button-focus {
  color: #333;
  background: #eee;
}

.redactor-air,
.redactor-toolbar {
  font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  margin: 0 !important;
  list-style: none !important;
  line-height: 1 !important;
}

.redactor-air li,
.redactor-toolbar li {
  vertical-align: top;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important;
}

.redactor-air li a,
.redactor-toolbar li a {
  font-size: 13px;
  display: block;
  text-align: center;
  padding: 15px 14px 14px;
  cursor: pointer;
  outline: none;
  border: none;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
}

.redactor-air li a.re-bold,
.redactor-toolbar li a.re-bold {
  font-weight: bold;
}

.redactor-air li a.re-italic,
.redactor-toolbar li a.re-italic {
  font-style: italic;
}

.redactor-air li a.re-deleted,
.redactor-toolbar li a.re-deleted {
  text-decoration: line-through;
}

.redactor-air li a.re-underline,
.redactor-toolbar li a.re-underline {
  text-decoration: underline;
}

.redactor-link-tooltip {
  font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  position: absolute;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  background-color: #000;
  color: #555 !important;
  font-size: 12px;
}

.redactor-link-tooltip a {
  font-size: 12px;
  color: #ccc;
  margin: 0 5px;
  text-decoration: none;
}

.redactor-link-tooltip a:hover {
  color: #fff;
}

.redactor-structure h1, .redactor-structure h2, .redactor-structure h3, .redactor-structure h4, .redactor-structure h5, .redactor-structure h6, .redactor-structure div {
  position: relative;
}

.redactor-structure h1:before, .redactor-structure h2:before, .redactor-structure h3:before, .redactor-structure h4:before, .redactor-structure h5:before, .redactor-structure h6:before, .redactor-structure div:before {
  width: 24px;
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  opacity: 0.3;
  left: -32px;
  text-align: right;
}

.redactor-structure h1:before {
  content: "H1";
}

.redactor-structure h2:before {
  content: "H2";
}

.redactor-structure h3:before {
  content: "H3";
}

.redactor-structure h4:before {
  content: "H4";
}

.redactor-structure h5:before {
  content: "H5";
}

.redactor-structure h6:before {
  content: "H6";
}

.redactor-structure div:before {
  content: "DIV";
}

#redactor-image-box {
  position: relative;
  max-width: 100%;
  display: inline-block;
  line-height: 0;
  outline: 1px dashed rgba(0, 0, 0, 0.6);
}

#redactor-image-editter {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -18px;
  line-height: 1;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  padding: 7px 10px;
  cursor: pointer;
}

#redactor-image-resizer {
  position: absolute;
  z-index: 2;
  line-height: 1;
  cursor: nw-resize;
  bottom: -4px;
  right: -5px;
  border: 1px solid #fff;
  background-color: #000;
  width: 8px;
  height: 8px;
}

#redactor-droparea {
  position: relative;
  overflow: hidden;
  padding: 64px 24px;
  border: 3px dashed rgba(0, 0, 0, 0.1);
}

#redactor-droparea.drag-hover {
  background: rgba(200, 222, 250, 0.75);
}

#redactor-droparea.drag-drop {
  background: rgba(250, 248, 200, 0.5);
}

#redactor-droparea-placeholder {
  text-align: center;
  font-size: 12px;
  margin-left: 64px;
  color: rgba(0, 0, 0, 0.7);
}

.redactor-image-dragover {
  outline: 2px solid #3d79f2;
}

#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}

#redactor-progress span {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3d58a8;
  background-size: 40px 40px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-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;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes redactorSlideUp {
  to {
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
  }
}
@keyframes redactorSlideUp {
  to {
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
  }
}
.redactor-slideUp {
  overflow: hidden;
  -webkit-animation-name: redactorSlideUp;
  animation-name: redactorSlideUp;
}

@-webkit-keyframes redactorSlideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@keyframes redactorSlideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.redactor-slideDown {
  overflow: hidden;
  -webkit-animation-name: redactorSlideDown;
  animation-name: redactorSlideDown;
}

@-webkit-keyframes redactorFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes redactorFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.redactor-fadeIn {
  -webkit-animation-name: redactorFadeIn;
  animation-name: redactorFadeIn;
}

@-webkit-keyframes redactorFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes redactorFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.redactor-fadeOut {
  -webkit-animation-name: redactorFadeOut;
  animation-name: redactorFadeOut;
}

.redactor-dropdown {
  font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  min-width: 220px;
  max-height: 254px;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  overflow: auto;
  list-style: none;
}

.redactor-dropdown li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.redactor-dropdown li:last-child {
  border-bottom: none;
}

.redactor-dropdown li:hover {
  background-color: #3d79f2;
}

.redactor-dropdown li:hover a {
  color: #fff !important;
  text-decoration: none;
}

.redactor-dropdown li.redactor-dropdown-link-inactive {
  background: none;
}

.redactor-dropdown li.redactor-dropdown-link-inactive a,
.redactor-dropdown li.redactor-dropdown-link-inactive a:hover {
  background: none;
  cursor: default;
  color: #000 !important;
  opacity: 0.4;
  background: none;
}

.redactor-dropdown a {
  display: block;
  padding: 16px 16px 15px 16px;
  color: #000;
  text-decoration: none;
}

.redactor-dropdown a span {
  padding: 1px 4px;
  display: inline-block;
  border-radius: 3px;
  line-height: 1.4;
}

.redactor-dropdown a:focus {
  outline: none;
}

.redactor-dropdown a.selected {
  background-color: #000;
  color: #fff;
}

.redactor-dropdown a.redactor-dropdown-link-selected {
  color: #fff;
  background: #000;
}

.redactor-dropdown-box-inline .redactor-dropdown-marked span {
  background-color: #ffd61e;
  color: #000;
  text-decoration: none;
}

.redactor-dropdown-box-inline .redactor-dropdown-code span {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  background: rgba(0, 0, 0, 0.05);
}

.redactor-dropdown-box-inline .redactor-dropdown-sample span {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  background: #46a9fc;
  color: rgba(255, 255, 255, 0.9);
}

.redactor-dropdown-box-inline .redactor-dropdown-variable span {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  color: rgba(0, 0, 0, 0.5);
}

.redactor-dropdown-box-inline .redactor-dropdown-shortcut span {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  background: #000;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}

.redactor-dropdown-box-inline .redactor-dropdown-cite span {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

.redactor-dropdown-box-inline .redactor-dropdown-sup span,
.redactor-dropdown-box-inline .redactor-dropdown-sub span {
  font-size: 12px;
}

.redactor-dropdown-box-format .redactor-dropdown-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}

.redactor-dropdown-box-format .redactor-dropdown-pre {
  font-family: monospace, sans-serif;
}

.redactor-dropdown-box-format .redactor-dropdown-h1,
.redactor-dropdown-box-format .redactor-dropdown-h2,
.redactor-dropdown-box-format .redactor-dropdown-h3,
.redactor-dropdown-box-format .redactor-dropdown-h4,
.redactor-dropdown-box-format .redactor-dropdown-h5,
.redactor-dropdown-box-format .redactor-dropdown-h6 {
  line-height: 24px;
  font-weight: bold;
}

.redactor-dropdown-box-format .redactor-dropdown-h1 {
  font-size: 40px;
  line-height: 32px;
}

.redactor-dropdown-box-format .redactor-dropdown-h2 {
  font-size: 32px;
  line-height: 32px;
}

.redactor-dropdown-box-format .redactor-dropdown-h3 {
  font-size: 24px;
}

.redactor-dropdown-box-format .redactor-dropdown-h4 {
  font-size: 18px;
}

.redactor-dropdown-box-format .redactor-dropdown-h5 {
  font-size: 16px;
}

.redactor-dropdown-box-format .redactor-dropdown-h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

#redactor-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

#redactor-modal {
  position: relative;
  margin: auto;
  margin-top: 16px;
  padding: 0;
  background: #fff;
  color: #000;
  border-radius: 5px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 14px;
}

@media (max-width: 768px) {
  #redactor-modal {
    font-size: 16px !important;
  }
}
#redactor-modal #redactor-modal-header {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background: #f5f5f5;
}

#redactor-modal #redactor-modal-close {
  position: absolute;
  top: 10px;
  right: 4px;
  width: 30px;
  height: 40px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
}

#redactor-modal #redactor-modal-close:hover {
  color: #000;
}

#redactor-modal #redactor-modal-body {
  overflow: auto;
  padding: 40px 48px 24px 48px;
}

#redactor-modal #redactor-modal-body section {
  margin-bottom: 24px;
}

#redactor-modal #redactor-modal-body label {
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
}

#redactor-modal #redactor-modal-body label .desc {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}

#redactor-modal #redactor-modal-body label.checkbox {
  font-weight: normal;
  font-size: inherit;
}

@media (max-width: 768px) {
  #redactor-modal #redactor-modal-body {
    padding: 24px;
  }
}
#redactor-modal select,
#redactor-modal input[type=text],
#redactor-modal input[type=password],
#redactor-modal input[type=email],
#redactor-modal input[type=url],
#redactor-modal textarea {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 8px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: white;
  box-shadow: none;
  color: #333;
  width: 100%;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

@media (max-width: 768px) {
  #redactor-modal select,
  #redactor-modal input[type=text],
  #redactor-modal input[type=password],
  #redactor-modal input[type=email],
  #redactor-modal input[type=url],
  #redactor-modal textarea {
    font-size: 16px;
  }
}
#redactor-modal select:focus,
#redactor-modal input[type=text]:focus,
#redactor-modal input[type=password]:focus,
#redactor-modal input[type=email]:focus,
#redactor-modal input[type=url]:focus,
#redactor-modal textarea:focus {
  -moz-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
  outline: none;
  border-color: #aaa;
}

#redactor-modal textarea {
  display: block;
  line-height: 1.4em;
}

#redactor-modal button {
  padding: 13px 24px 14px 24px;
  margin: 0;
  margin-bottom: 8px;
  margin-right: 8px;
  height: 40px;
  outline: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #eee;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  line-height: 1;
  cursor: pointer;
}

#redactor-modal button:hover {
  color: #777;
  background: none;
  background: #ddd;
  text-decoration: none;
}

#redactor-modal button.redactor-modal-button-offset {
  margin-left: 24px;
}

#redactor-modal button#redactor-modal-button-delete {
  background: none;
  border-color: #f23d3d;
  color: #f23d3d;
}

#redactor-modal button#redactor-modal-button-delete:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #f23d3d;
}

#redactor-modal button#redactor-modal-button-action {
  background: none;
  color: #fff;
  background-color: #3d79f2;
}

#redactor-modal button#redactor-modal-button-action:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #3263c6;
}

#redactor-modal .redactor-group:after {
  content: "";
  display: table;
  clear: both;
}

#redactor-modal .redactor-modal-tab-side {
  float: left;
  width: 26%;
  margin-right: 6%;
}

#redactor-modal .redactor-modal-tab-area {
  float: left;
  width: 66%;
}

@media (max-width: 768px) {
  #redactor-modal .redactor-modal-tab-side {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 24px;
  }
  #redactor-modal .redactor-modal-tab-area {
    float: none;
    width: auto;
  }
}
#redactor-modal-tabber {
  margin-bottom: 40px;
  font-size: 12px;
}

#redactor-modal-tabber a {
  border: 1px solid #ddd;
  line-height: 1;
  padding: 8px 15px;
  margin-right: -1px;
  text-decoration: none;
  color: #000;
}

#redactor-modal-tabber a:hover {
  background-color: #1f78d8;
  border-color: #1f78d8;
  color: #fff;
}

#redactor-modal-tabber a.active {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #ddd;
  color: rgba(0, 0, 0, 0.5);
}

#redactor-modal-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow-x: auto;
}

#redactor-modal-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

#redactor-modal-list li:last-child {
  border-bottom: none;
}

#redactor-modal-list a {
  padding: 10px 5px;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  display: block;
  position: relative;
}

#redactor-modal-list a:hover {
  background-color: #eee;
}

.redactor-editor {
  font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #222;
}

.redactor-editor[dir=rtl] {
  direction: rtl;
  unicode-bidi: embed;
}

.redactor-editor[dir=rtl] ul li,
.redactor-editor[dir=rtl] ol li {
  text-align: right;
}

.redactor-editor[dir=rtl] ul,
.redactor-editor[dir=rtl] ol,
.redactor-editor[dir=rtl] ul ul,
.redactor-editor[dir=rtl] ol ol,
.redactor-editor[dir=rtl] ul ol,
.redactor-editor[dir=rtl] ol ul {
  margin: 0 24px 0 0;
}

@media (max-width: 768px) {
  .redactor-editor {
    font-size: 16px;
  }
}
.redactor-editor a {
  color: #256bc9;
}

.redactor-editor a:focus, .redactor-editor a:hover {
  color: #e21e3b;
}

.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4,
.redactor-editor h5,
.redactor-editor h6 {
  font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: bold;
  color: #000;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}

.redactor-editor h1 {
  font-size: 40px;
  line-height: 44px;
}

.redactor-editor h2 {
  font-size: 32px;
  line-height: 36px;
}

.redactor-editor h3 {
  font-size: 24px;
  line-height: 32px;
}

.redactor-editor h4 {
  font-size: 18px;
  line-height: 24px;
}

.redactor-editor h5 {
  font-size: 16px;
  line-height: 24px;
}

.redactor-editor h6 {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor dl,
.redactor-editor blockquote,
.redactor-editor hr,
.redactor-editor pre,
.redactor-editor table,
.redactor-editor figure,
.redactor-editor address {
  padding: 0;
  margin: 0;
}

.redactor-editor ul,
.redactor-editor ol,
.redactor-editor ul ul,
.redactor-editor ol ol,
.redactor-editor ul ol,
.redactor-editor ol ul {
  margin: 0 0 0 24px;
}

.redactor-editor ul li,
.redactor-editor ol li {
  text-align: left;
}

.redactor-editor ol ol li {
  list-style-type: lower-alpha;
}

.redactor-editor ol ol ol li {
  list-style-type: lower-roman;
}

.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor dl,
.redactor-editor blockquote,
.redactor-editor hr,
.redactor-editor pre,
.redactor-editor table,
.redactor-editor figure,
.redactor-editor address {
  margin-bottom: 16px;
}

.redactor-editor blockquote {
  position: relative;
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}

.redactor-editor blockquote cite {
  font-size: 80%;
}

@media (min-width: 768px) {
  .redactor-editor blockquote {
    padding-left: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.redactor-editor address {
  font-style: normal;
}

.redactor-editor dl dt {
  font-weight: bold;
}

.redactor-editor dd {
  margin-left: 24px;
}

.redactor-editor cite {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

.redactor-editor s,
.redactor-editor del {
  text-decoration: line-through;
}

.redactor-editor abbr[title],
.redactor-editor dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

.redactor-editor strong,
.redactor-editor b {
  font-weight: bold;
}

.redactor-editor em,
.redactor-editor i {
  font-style: italic;
}

.redactor-editor sub,
.redactor-editor sup {
  font-size: 10px;
  line-height: 0;
  position: relative;
  margin-left: 0.2rem;
}

.redactor-editor sup {
  top: -0.4rem;
}

.redactor-editor sub {
  bottom: -0.2rem;
}

.redactor-editor figcaption {
  margin: 0.3rem 0;
  font-size: 11px;
  font-style: italic;
  text-align: left;
}

.redactor-editor ins,
.redactor-editor u {
  text-decoration: underline;
}

.redactor-editor mark {
  background-color: #ffd61e;
  color: #000;
  text-decoration: none;
}

.redactor-editor pre,
.redactor-editor code,
.redactor-editor kbd,
.redactor-editor samp,
.redactor-editor var,
.redactor-editor output {
  font-size: 90%;
  font-style: normal;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.redactor-editor pre {
  margin-top: 16px;
  font-size: 90%;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.75);
  overflow: auto;
  background: rgba(0, 0, 0, 0.03);
  padding: 24px;
  word-wrap: normal;
}

.redactor-editor mark,
.redactor-editor code,
.redactor-editor samp,
.redactor-editor kbd {
  padding: 0.2rem 0.4rem;
  display: inline-block;
  line-height: 1;
  border-radius: 4px;
}

.redactor-editor code {
  background: rgba(0, 0, 0, 0.05);
}

.redactor-editor pre code {
  font-size: 100%;
  border: none;
  padding: 0;
  background: none;
  line-height: 24px;
}

.redactor-editor var {
  color: rgba(0, 0, 0, 0.5);
}

.redactor-editor samp {
  background: #46a9fc;
  color: rgba(255, 255, 255, 0.9);
}

.redactor-editor kbd {
  background: #000;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}

.redactor-editor hr {
  display: block;
  box-sizing: content-box;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.redactor-editor img,
.redactor-editor video,
.redactor-editor audio,
.redactor-editor embed,
.redactor-editor object {
  max-width: 100%;
}

.redactor-editor img,
.redactor-editor video,
.redactor-editor embed,
.redactor-editor object {
  height: auto;
}

.redactor-editor embed,
.redactor-editor object {
  height: 100%;
}

.redactor-editor img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.redactor-editor table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
  empty-cells: show;
}

.redactor-editor table caption {
  text-transform: uppercase;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
}

.redactor-editor table th,
.redactor-editor table td {
  border: 1px solid #eee;
  padding: 16px;
  padding-bottom: 15px;
}

.redactor-editor table tfoot th,
.redactor-editor table tfoot td {
  color: rgba(0, 0, 0, 0.5);
}

.redactor-editor .video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px;
}

.redactor-editor .video-container iframe,
.redactor-editor .video-container object,
.redactor-editor .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --=== Search ===-- */
.left-menu-toggle {
  padding: 10px 50px 10px 10px;
  color: #565656;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.left-menu-toggle:hover, .left-menu-toggle:focus {
  text-decoration: none;
}

.left-menu-toggle:after {
  position: absolute;
  top: 11px;
  right: 15px;
  font-family: fontAwesome;
  content: "\f0c9";
  font-size: 18px;
  color: #898989;
}

@media (min-width: 992px) {
  #left-menu {
    display: block !important;
  }
}
.slider.slider-horizontal {
  width: 100%;
}

.slider.slider-horizontal .slider-selection {
  background: #FC9066;
}

.slider.slider-horizontal .slider-handle {
  background: #1a1a1a;
}

.input-group-range-numbers {
  margin-top: 10px;
}

.input-group-range-numbers .input-group-addon {
  height: 30px;
  border: none;
  font-size: 13px;
  background: #eee;
  color: #1a1a1a;
}

.input-group-range-numbers .form-control {
  height: 30px;
  background: #f0f0f0;
  border: none;
  box-shadow: none;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 3px;
}

.search-top, .package-top {
  padding-top: 20px;
  padding-bottom: 20px;
}

.search-top .btn-send-request, .package-top .btn-send-request {
  text-transform: uppercase;
  letter-spacing: 2px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  font-family: "Open Sans", Sans-serif;
  text-shadow: 0 2px 0 #fb7a48;
}

@media (min-width: 768px) {
  .search-top .btn-send-request, .package-top .btn-send-request {
    position: static;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.search {
  background: #e3e3e3;
  padding-top: 30px;
  padding-bottom: 40px;
}

.search-specific {
  background: #FC9066;
}

.search-specific .control-label {
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 0;
  line-height: 43px;
  padding-left: 30px;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 3px;
  font-family: "Open Sans", Sans-serif;
  text-shadow: 0 2px 0 #fb6c34;
}

.search-specific .form-control {
  border-color: #fff;
}

.search-filters {
  padding-bottom: 30px;
}

.search-filters .filter {
  border-bottom: 2px solid #cdcdcd;
  padding-bottom: 5px;
}

.search-filters .filter h3 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  padding-right: 40px;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 15px;
}

.search-filters .filter h3 a {
  display: block;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}

.search-filters .filter h3 a i {
  color: #1a1a1a;
  font-size: 17px;
  position: relative;
  left: 2px;
}

.search-filters .filter h3:after {
  display: none;
}

.search-filters .filter .event-details {
  color: #565656;
  font-size: 13px;
  line-height: 18px;
}

.search-filters .filter:last-child {
  border-bottom: none;
}

.search-filters .filter.filter-event {
  background: #f0f0f0;
  padding: 1px 15px 15px;
}

.search-filters .filter .input-group .form-control {
  height: 35px;
}

.search-filters.dashboard-horizontal .input-group-range-numbers {
  margin-top: 0;
}

.checkbox-star {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin-top: 12px;
}

.checkbox-star label {
  padding: 0;
}

.checkbox-star label span {
  transition: 0.3s;
  opacity: 1;
  color: #fff;
  background: rgba(50, 112, 171, 0.8);
  padding: 5px 10px;
  margin-left: 12px;
  display: inline-block;
  border-radius: 2px;
  margin-top: -2px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}

.checkbox-star label span:hover {
  cursor: pointer;
}

.checkbox-star label:before {
  content: "";
  border: none;
  background: none;
}

.checkbox-star input[type=checkbox]:checked + label::before, .checkbox-star input[type=radio]:checked + label::before {
  display: none;
}

.checkbox-star input[type=checkbox]:checked + label::after, .checkbox-star input[type=radio]:checked + label::after {
  content: "";
  padding: 0;
}

.checkbox-filter-gender {
  font-size: 28px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.checkbox-filter-gender label::before, .checkbox-filter-gender label::after {
  margin-top: 5px;
  line-height: 17px;
}

.row-results .result, .result-wide {
  margin-bottom: 30px;
  background: #fff;
}

.row-results .result .row, .result-wide .row {
  margin-left: 0;
  margin-right: 0;
}

.row-results .result .row > div, .result-wide .row > div {
  padding-left: 0;
  padding-right: 0;
}

.row-results .result .profile-image-container, .result-wide .profile-image-container {
  position: relative;
  overflow: hidden;
}

.row-results .result .profile-image-container img, .result-wide .profile-image-container img {
  filter: grayscale(100%);
  transition: 0.3s;
}

.row-results .result .profile-image-container img:before, .result-wide .profile-image-container img:before {
  content: "";
  display: block;
  background: #dbdbdb;
  width: 100%;
  padding-top: 100%;
}

.row-results .result .featured, .result-wide .featured {
  background: #ff9162;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 3px 12px;
}

.row-results .result .details, .result-wide .details {
  background: #fff;
  display: block;
}

@media (min-width: 768px) {
  .row-results .result .details, .result-wide .details {
    padding-top: 10%;
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 768px) {
  .row-results .result .details, .result-wide .details {
    padding-top: 6%;
    padding-bottom: 2%;
    padding-left: 6%;
    padding-right: 6%;
  }
}
.row-results .result .details h2, .result-wide .details h2 {
  text-align: center;
  font-size: 14px;
  letter-spacing: 3px;
  margin: 0 0 5% 0;
}

.row-results .result .details p, .result-wide .details p {
  color: #999999;
  margin-bottom: 3px;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
}

.row-results .result .details .main, .result-wide .details .main {
  min-height: 95px;
}

@media (min-width: 768px) {
  .row-results .result .details .based-in, .result-wide .details .based-in {
    padding: 10px;
    min-height: 41px;
  }
}
@media (max-width: 768px) {
  .row-results .result .details .based-in, .result-wide .details .based-in {
    padding-top: 5px;
  }
}
.row-results .result .details .tags, .result-wide .details .tags {
  margin-top: 5%;
  border-top: 2px solid #e3e3e3;
  margin-left: -10%;
  margin-right: -10%;
  padding: 5% 5% 0 5%;
  margin-bottom: -7%;
}

.row-results .result .details .tags > li > a, .result-wide .details .tags > li > a {
  font-size: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.row-results .result:hover .checkbox-star label span, .row-results .result:focus .checkbox-star label span, .result-wide:hover .checkbox-star label span, .result-wide:focus .checkbox-star label span {
  opacity: 1;
}

.row-results .result:hover .profile-image-container img, .row-results .result:focus .profile-image-container img, .result-wide:hover .profile-image-container img, .result-wide:focus .profile-image-container img {
  filter: grayscale(0%);
}

@media (min-width: 768px) {
  .result .details .tags > li > a {
    font-size: 13px;
  }
}
.results-packages .result {
  margin-bottom: 30px;
  background: #fff;
}

.results-packages .result img {
  width: 100%;
}

.results-packages .result .checkbox-star {
  left: 30px;
}

.results-packages .result .details {
  padding: 20px;
}

.results-packages .result .details h2 {
  font-size: 16px;
  letter-spacing: 4px;
  margin-top: 0;
}

.results-packages .result .details h3 {
  font-size: 14px;
}

.results-packages .result .details h3 a {
  color: #1a1a1a;
}

.results-packages .result .details p {
  color: #565656;
  font-size: 12px;
}

.results-packages .result .details p.price {
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
}

.results-packages .result .details .row-info {
  margin-bottom: 10px;
}

.results-packages .result .details .row-info p {
  margin-bottom: 0;
}

.results-packages .result .details .label {
  float: right;
  border-radius: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .results-packages .result .details {
    padding: 30px 30px 30px 0;
  }
  .results-packages .result .details h3 {
    margin-bottom: 10px;
  }
  .results-packages .result .details .row-info .label {
    position: relative;
    top: -5px;
  }
}
.result-wide {
  border-left: 8px solid #FC9066;
}

.result-wide .details h2 {
  font-size: 18px;
}

.result-wide .details .add-shortlist {
  margin-top: 15px;
  background: #FC9066;
  display: block;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .result-wide {
    background: #f7f7f7;
  }
  .result-wide .details {
    background: none;
    padding: 0;
    text-align: center;
  }
  .result-wide .details h2 {
    background: #fff;
    padding: 25px;
    line-height: 32px;
    font-size: 22px;
    border-bottom: 3px solid #e3e3e3;
  }
  .result-wide .details .add-shortlist {
    padding: 10px 30px;
    margin-top: 40px;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .result-wide .details .add-shortlist {
    margin-top: 20px;
  }
}
.result-not-found .details {
  padding-bottom: 30px;
  text-align: center;
}

.result-not-found .details p {
  padding: 0 30px 30px 30px;
  max-width: 600px;
  margin: auto;
}

@media (min-width: 768px) {
  .result-not-found .details h2 {
    background: none;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.search-filters-horizontal .btn-send-request {
  display: none;
}

.search-filters-horizontal .cursor-pointer {
  cursor: pointer;
}

.search-filters-horizontal {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #fff;
  border-top: 2px solid #e3e3e3;
}

@media (min-width: 992px) and (max-width: 1100px) {
  .search-filters-horizontal .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 82px;
  }
}
.search-filters-horizontal.sticky {
  z-index: 999 !important;
}

.search-filters-horizontal .form-group {
  margin-top: 15px;
  margin-bottom: 3px;
}

.search-filters-horizontal .sub-text {
  font-size: 17px;
  text-transform: none;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 0px;
}

.search-filters-horizontal .count, .search-filters-horizontal .price {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 800;
  letter-spacing: 4px;
  font-size: 17px;
  line-height: 40px;
  font-family: "Open Sans", Sans-serif;
}

.search-filters-horizontal .count span, .search-filters-horizontal .price span {
  color: #999999;
}

.search-filters-horizontal h3 {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 12px;
}

.search-filters-horizontal h3::after {
  width: 100px;
  margin-top: 12px;
}

.search-filters-horizontal .selectize-input,
.selectize-bordered .selectize-input {
  border: 2px solid #000 !important;
}

.selectize-multiple.selectize-control .selectize-input.has-items {
  padding-right: 32px;
}

.active-filters {
  overflow: hidden;
  list-style: none;
  padding-left: 0;
  border-bottom: 2px solid #565656;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.active-filters > li {
  border: 2px solid #FC9066;
  display: block;
  float: left;
  padding: 3px 38px 3px 8px;
  margin-bottom: 6px;
  margin-right: 8px;
  background: #fc9b75;
  color: #fff;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  font-family: "Open Sans", Sans-serif;
}

.active-filters > li:after {
  background: #FC9066;
  content: "\f068";
  font-family: fontAwesome;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  line-height: 28px;
  font-size: 10px;
  padding-left: 8px;
  padding-right: 8px;
  border-left: 2px solid #FC9066;
}

.active-filters.request {
  border-bottom: 0;
  margin-bottom: 0;
}

.active-filters.request > li {
  font-size: 14px;
  padding: 3px 48px 3px 8px;
  margin-bottom: 4px;
  margin-right: 5px;
}

.list-search {
  background: #e3e3e3;
  padding: 15px 15px 0 15px;
}

.list-search .form-control {
  border: none;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.03);
}

.progress-indicator {
  margin: 0 0 1em;
  padding: 0;
  font-size: 80%;
  text-transform: uppercase;
  overflow: hidden;
  clear: both;
  position: relative;
  left: -30px;
}

@media (max-width: 475px) {
  .progress-indicator {
    margin: 20px 15px;
  }
}
@media (min-width: 476px) {
  .progress-indicator {
    margin: 20px -5%;
  }
}
.progress-indicator:before {
  content: "";
  display: block;
  background-color: #b5b5b5;
  position: absolute;
  top: 6px;
  left: 12%;
  right: 12%;
  height: 8px;
}

.progress-indicator > li {
  list-style: none;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  color: #b5b5b5;
  display: block;
  width: 20%;
  float: left;
  line-height: 18px;
  font-size: 14px;
  font-family: "Open Sans", Sans-serif;
  font-weight: 600;
}

.progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
  color: #FC9066;
}

.progress-indicator > li.active, .progress-indicator > li.active .bubble {
  color: #FC9066;
}

.progress-indicator > li .bubble {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #b5b5b5;
  display: block;
  margin: 0 auto 0.5em;
}

.progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
  display: block;
  position: absolute;
  top: 6px;
  width: 50%;
  height: 8px;
  content: "";
  background-color: #b5b5b5;
}

.progress-indicator > li .bubble:before {
  left: 0;
}

.progress-indicator > li .bubble:after {
  right: 0;
}

.progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
  background-color: #FC9066;
}

.progress-indicator > li:first-child .bubble:after, .progress-indicator > li:first-child .bubble:before {
  width: 0;
  margin-left: 50%;
}

.progress-indicator > li:first-child .start-active.bubble:after, .progress-indicator > li:first-child .start-active.bubble:before {
  width: 50%;
  margin-left: 50%;
}

.progress-indicator > li:last-child .bubble:after, .progress-indicator > li:last-child .bubble:before {
  width: 50%;
  margin-right: 50%;
}

.progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:before {
  background-color: #FC9066;
}

.progress-indicator > li.active.first .bubble:before {
  display: none;
}

.progress-indicator > li.active .bubble:after {
  display: none;
}

.progress-indicator.steps-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.progress-indicator.steps-3 > li {
  width: 33.33%;
}

@media (min-width: 768px) {
  .progress-indicator.steps-3 {
    margin-top: -10px;
  }
}
.progress-indicator.steps-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.progress-indicator.steps-4 > li {
  width: 25%;
}

@media (min-width: 768px) {
  .progress-indicator.steps-4 {
    margin-top: -10px;
  }
}
@media (max-width: 480px) {
  .progress-indicator > li .description {
    display: none;
  }
}
.submit-request {
  background: #e3e3e3;
  padding-top: 50px;
  padding-bottom: 80px;
}
.submit-request .btn-lg {
  padding: 16px 25px;
  letter-spacing: 1px;
}
.submit-request .package-details h4 {
  margin-bottom: 10px;
  margin-top: 20px;
}
.submit-request .package-details .heading {
  font-family: "Open Sans", Sans-serif;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #FC9066;
  font-weight: 600;
}

.star-package-heading {
  background: #99999D;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.star-package-heading h1 {
  color: #fff;
}

.star-package-heading p {
  color: #fff;
}

.star-profile, .star-package {
  margin-top: 40px;
  margin-bottom: 40px;
}

.star-profile .profile-image, .star-package .profile-image {
  border-radius: 50%;
  max-width: 180px;
}

.star-profile h1, .star-package h1 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
}

.star-profile p.subtext, .star-package p.subtext {
  color: #999999;
  margin-bottom: 3px;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
}

.star-profile h2, .star-package h2 {
  font-size: 15px;
  letter-spacing: 4px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 20px;
}

.star-profile .btn-book-in, .star-package .btn-book-in {
  display: block;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: "Open Sans", Sans-serif;
}

.star-profile .btn-book-in span, .star-package .btn-book-in span {
  position: relative;
  top: 2px;
}

.star-profile .btn-shortlist, .star-package .btn-shortlist {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background: #d1d1d1;
  padding-top: 18px;
  padding-bottom: 18px;
  letter-spacing: 1px;
  transition: 0.3s;
  font-weight: 800;
  font-family: "Open Sans", Sans-serif;
  letter-spacing: 3px;
}

.star-profile .btn-shortlist:hover, .star-profile .btn-shortlist:focus, .star-package .btn-shortlist:hover, .star-package .btn-shortlist:focus {
  background: #bdbdbd;
}

.star-profile.star-profile-addon, .star-package.star-profile-addon {
  background: #f4f4f4;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .star-profile .profile-image, .star-package .profile-image {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .star-profile .profile-sidebar, .star-package .profile-sidebar {
    padding-right: 20px;
  }
}
.social-list-vertical {
  list-style: none;
  padding-left: 0;
}

.social-list-vertical > li {
  margin-bottom: 10px;
  line-height: 40px;
}

.social-list-vertical > li img {
  display: inline-block;
}

.social-list-vertical > li img, .social-list-vertical > li i {
  color: #fff;
  background: #d1d1d1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  margin-right: 10px;
}

.social-list-vertical > li a {
  color: inherit;
}

.profile-about p.lead {
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 1.3em;
  text-transform: none;
}

.profile-about-read-more:before {
  content: "\f068";
  font-family: fontAwesome;
  width: 20px;
  display: inline-block;
}

.profile-about-read-more.collapsed:before {
  content: "\f067";
}

.profile-media img {
  margin-bottom: 10px;
}

.company-logo-list {
  list-style: none;
  padding-left: 0;
  margin-left: -5px;
  margin-right: -5px;
}

.company-logo-list > li {
  padding-left: 5px;
  padding-right: 5px;
}

.gallery-grid {
  list-style: none;
  padding-left: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.gallery-grid > li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.gallery-grid > li img:hover, .gallery-grid > li img:focus {
  cursor: pointer;
}

.endorsement {
  padding-right: 15%;
  margin-bottom: 30px;
}

.endorsement p {
  font-size: 15px;
  line-height: 23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.endorsement p.client {
  font-weight: bold;
}

.btn-plain {
  cursor: pointer;
  line-height: 2;
  position: relative;
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Open Sans", Sans-serif;
  text-align: center;
  width: 100%;
}

.grey-color {
  color: #999999;
}

.panel-send-request .input-group-booking-detail {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.panel-send-request .checkbox.checkbox-inline label::before, .panel-send-request .checkbox.checkbox-inline label::after {
  top: 3px;
}
.panel-send-request .checkbox.checkbox-inline input[type=checkbox]:indeterminate + label::after,
.panel-send-request .checkbox.checkbox-inline input[type=radio]:indeterminate + label::after {
  display: none;
}
.panel-send-request .checkbox.checkbox-inline input[type=checkbox]:indeterminate + label::before,
.panel-send-request .checkbox.checkbox-inline input[type=radio]:indeterminate + label::before {
  background: none;
  border-color: #ccc;
}
.panel-send-request .no-stars {
  background: #eeeeee;
  text-align: center;
  font-size: 20px;
  color: #777;
  padding: 30px;
}
.panel-send-request .no-stars p {
  margin-bottom: 0;
}
.panel-send-request .checkbox-shortlist {
  line-height: 16px;
  background: #fafafa;
  padding: 10px 10px 10px 33px;
}
.panel-send-request .p-box {
  background: #eeeeee;
  color: #777;
  padding: 20px;
}
.panel-send-request h3 {
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .panel-send-request .panel-body {
    padding: 30px;
  }
}

.shortlist-options {
  background: #f1f1f1;
  padding: 5px 15px;
}

/* --=== General Page Components ===-- */
.page-heading {
  /*background: url('/img/hero_blank.jpg') no-repeat center center;*/
  background-size: cover;
  position: relative;
  height: 250px;
  color: #fff;
  text-align: center;
  max-height: 600px;
}
.page-heading h1 {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.page-heading p {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 0;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.page-heading p .pick {
  background: yellow;
  color: #1d1d1d;
  padding-left: 15px;
  padding-right: 15px;
}
.page-heading p.sub {
  max-width: 700px;
  margin: auto;
  text-transform: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}
.page-heading.page-heading-package:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.page-heading.page-heading-package .cell {
  position: relative;
  z-index: 10;
}

.esports-page-heading {
  /*background: url('/img/hero_blank_black.jpg') no-repeat center center;*/
  background-size: cover;
  position: relative;
  height: 250px;
  color: #fff;
  text-align: center;
  max-height: 600px;
}
.esports-page-heading h1 {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.esports-page-heading p {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.esports-page-heading small {
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
}
.esports-page-heading.page-heading-package:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.esports-page-heading.page-heading-package .cell {
  position: relative;
  z-index: 10;
}

.get-involved div {
  padding-top: 20px;
  padding-bottom: 20px;
}
.get-involved .esports-img {
  border-top: 6px solid #FC9066;
  border-radius: 2px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.get-involved ul {
  list-style-type: none;
}
.get-involved i {
  color: #FC9066;
}

.simple-banner {
  /*background: url('/img/esports/esports-banner2.jpg') no-repeat center center;*/
  background-size: cover;
  position: relative;
  height: 250px;
  color: #fff;
  text-align: center;
  max-height: 600px;
}
.simple-banner h1 {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.simple-banner p {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 0;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.simple-banner.page-heading-package:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.simple-banner.page-heading-package .cell {
  position: relative;
  z-index: 10;
}

.esports-tile-img {
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
  height: 390px;
  width: 100%;
  position: relative;
}

/* --=== Static Content Overrides ===-- */
.staff-profile {
  max-width: 175px;
}

.landing-page-circles {
  padding-top: 5px;
  max-width: 200px;
  height: auto;
}

.landing-get-started {
  height: 58px;
  width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-right: 20px;
  font-family: "Open Sans", Sans-serif;
}

.sponsor {
  position: relative;
  width: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.background-black {
  background-color: black;
}

.alt-sponsor {
  height: 110px;
  width: auto;
}

.image-cover {
  display: none;
}

@media (min-width: 992px) {
  .image-cover-offset-md-6 {
    display: block;
    position: absolute;
    top: 10px;
    left: -95%;
    bottom: 0;
    width: 90%;
    background-size: cover;
  }
  .image-cover-offset-md-6-esports {
    display: block;
    position: absolute;
    top: 0px;
    left: -100%;
    bottom: 0;
    width: 100%;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .image-cover-offset-lg-6 {
    display: block;
    position: absolute;
    top: 10px;
    left: -100%;
    bottom: 0;
    width: 90%;
    background-size: cover;
  }
  .image-cover-offset-lg-6-esports {
    display: block;
    position: absolute;
    top: 0px;
    left: -100%;
    bottom: 0;
    width: 100%;
    background-size: cover;
  }
}
.grey-band {
  background: #e3e3e3;
  padding-top: 60px;
  padding-bottom: 60px;
}

.white-band {
  background: #FFF;
  padding-top: 60px;
  padding-bottom: 60px;
}

.dark-band {
  background: #1a1a1a;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}

.tags {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}

.tags > li {
  display: block;
  float: left;
  margin-right: 4px;
}

.tags > li a, .tags > li > span {
  position: relative;
  display: block;
  background: #1a1a1a;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px 12px;
  margin-bottom: 4px;
  border: 2px solid #1a1a1a;
  font-family: "Open Sans", Sans-serif;
  font-weight: 700;
}

.tags > li a .remove, .tags > li > span .remove {
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 8px;
}

.tags.tags-filter > li a {
  padding: 4px 28px 4px 8px;
}

.tags.tags-select > li a {
  background: none;
  color: #1a1a1a;
  transition: 0.3s;
}

.tags.tags-select > li a:hover, .tags.tags-select > li a:focus {
  background: #e3e3e3;
  cursor: pointer;
  color: #000;
}

.tags.tags-select > li a.tag-selected {
  background: #1a1a1a;
  color: #fff;
}

.tags.tags-sm > li a {
  padding: 2px 8px;
  font-size: 11px;
}

.tags.tags-sm > li a .remove {
  font-size: 10px;
  top: 2px;
  right: 6px;
}

.tags.tags-sm.tags-filter > li > a {
  padding: 2px 24px 2px 6px;
}

.tags.tag-manage {
  padding-top: 20px;
}

.tags.tag-manage li a.select-1 {
  background: #FC9066;
  border-color: #FC9066;
}

.tags.tag-manage li a.select-2 {
  background: #3270ab;
  border-color: #3270ab;
}

span.tag {
  position: relative;
  display: inline-block;
  background: #393939;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 5px 14px;
  font-weight: 700;
  font-family: "Open Sans", Sans-serif;
  margin-bottom: 2px;
  margin-top: 2px;
}

.pagination-container {
  background: #fff;
}

.pagination-container .pagination {
  padding: 0;
  margin: 0;
  width: 100%;
  border-radius: 0;
  display: block;
}

.pagination-container .pagination > li {
  padding: 0;
}

.pagination-container .pagination > li > a {
  width: 100%;
  text-align: center;
  line-height: 40px;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  color: #999999;
  border-right: 1px solid #e3e3e3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Open Sans", Sans-serif;
}

.pagination-container .pagination > li.active > a {
  background: #1a1a1a;
  color: #fff;
}

.pagination-container .pagination > li:last-child > a {
  border-right: none;
}

@media (min-width: 768px) {
  .pagination-container .pagination > li > a {
    font-size: 14px;
  }
}
.social-share {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
}

.social-share > li {
  display: block;
  float: left;
  width: auto;
  margin-right: 5px;
}

.social-share > li > a {
  display: block;
  background: #1a1a1a;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
}

.contact-panel {
  padding: 30px;
}

.contact-panel .inner {
  max-width: 500px;
}

.contact-panel .hidden-xs {
  background: #000;
}

.contact-panel .hidden-xs img {
  float: right;
}

.contact-panel h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  letter-spacing: 3px;
}

.contact-panel ul {
  list-style: none;
  padding-left: 0;
}

.contact-panel ul li {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

.contact-panel ul li i {
  margin-right: 15px;
  background: #fff;
  font-size: 12px;
  color: #565656;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

.contact-panel ul li a {
  color: #565656;
}

@media (min-width: 992px) {
  .contact-panel {
    border-top: 2px solid #e3e3e3;
  }
}
@media (min-width: 1200px) {
  .contact-panel {
    padding: 50px 60px;
  }
}
.faq {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #1a1a1a;
  color: #fff;
}

.faq h2 {
  color: #fff;
  text-align: center;
  font-size: 35px;
  line-height: 55px;
}

.faq .panel-group {
  max-width: 800px;
  margin: auto;
}

.faq .panel-group .panel {
  background: none;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
}

.faq .panel-group .panel .panel-heading {
  background: none;
  border-radius: 0;
  padding: 0;
}

.faq .panel-group .panel .panel-heading a, .faq .panel-group .panel .panel-heading span {
  display: block;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  color: #e3e3e3;
  position: relative;
}

.faq .panel-group .panel .panel-heading a:after, .faq .panel-group .panel .panel-heading span:after {
  content: "\f068";
  font-family: fontAwesome;
  font-size: 90%;
  position: absolute;
  right: 0;
  color: #fff;
}

.faq .panel-group .panel .panel-heading a.collapsed:after, .faq .panel-group .panel .panel-heading span.collapsed:after {
  content: "\f067";
  color: #565656;
}

.faq .panel-group .panel .panel-body {
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  letter-spacing: 1px;
}

.case-study-small {
  margin-bottom: 45px;
}
.case-study-small img {
  margin-bottom: 15px;
}
.case-study-small .tags {
  margin-bottom: 20px;
}
.case-study-small .tags .tag {
  font-size: 11px;
  padding: 3px 10px;
}
.case-study-small ul {
  list-style: none;
  padding-left: 0;
}
.case-study-small ul li {
  margin-bottom: 5px;
}
.case-study-small ul span {
  background: #1a1a1a;
  width: 100px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  padding: 3px 8px;
  margin-right: 10px;
}

.case-study-mini {
  margin-bottom: 45px;
}
.case-study-mini .tags {
  margin-bottom: 5px;
}
.case-study-mini .tags .tag {
  font-size: 11px;
  padding: 3px 10px;
}
.case-study-mini ul {
  list-style: none;
  padding-left: 0;
}
.case-study-mini ul li {
  margin-bottom: 5px;
}
.case-study-mini ul span {
  background: #1a1a1a;
  width: 100px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  padding: 3px 8px;
  margin-right: 10px;
}

.info-box {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 2px solid #b7b7b7;
  padding: 13px 15px 13px 56px;
  position: relative;
}
.info-box:before {
  content: "i";
  position: absolute;
  top: 8px;
  left: 12px;
  color: #999999;
  border: 2px solid #999999;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}
.info-box p {
  margin-bottom: 0;
  color: #999999;
}
.info-box p a {
  color: #1a1a1a;
  text-decoration: underline;
}

.search-picker {
  background-size: cover;
  position: relative;
  height: 70vh;
  padding-top: 30px;
  color: #000;
  min-height: 490px;
}

.search-picker .table .cell {
  vertical-align: middle !important;
}

.search-picker p, .search-picker h1 {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 0;
  font-family: "Open Sans", Sans-serif;
  font-weight: 800;
  display: inline;
  letter-spacing: 0.05em;
}

.search-picker p .pick, .search-picker h1 .pick {
  background: yellow;
  color: #1d1d1d;
  padding-left: 15px;
  padding-right: 15px;
}

.search-picker .fields .form-group {
  background: #1a1a1a;
}

.search-picker .fields .form-group .control-label {
  padding: 10px 10px;
  margin-bottom: 0;
}

.search-picker .fields .form-group .form-control {
  height: 54px;
  color: #1a1a1a;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Open Sans", Sans-serif;
  border-width: 3px;
}

.search-picker .fields .btn {
  position: relative;
  border: 2px solid #1a1a1a;
  border-radius: 0;
  color: #fff;
  background: #1a1a1a;
  text-transform: uppercase;
  padding: 1em 2em;
  font-size: 13px;
  font-family: "Open Sans", Sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  transition: 0.3s;
  margin: 8px;
}

.search-picker .fields .btn:hover, .search-picker .fields .btn:focus {
  background: #fff;
  border-color: #1a1a1a;
  color: #1a1a1a;
}

.search-picker .fields .btn-primary {
  background: #FC9066;
  border-color: #FC9066;
  color: #fff;
}

.search-picker .fields .btn-primary:hover, .search-picker .fields .btn-primary:focus {
  color: #fff;
  background: #fb6c34;
  border-color: #fb6c34;
}

.search-picker .selectize-single.selectize-control .selectize-input {
  background: #FFEF6E;
  border: none;
  padding-left: 20px;
  padding-right: 50px;
  position: relative;
}

.search-picker .selectize-single.selectize-control .selectize-input .item {
  text-transform: uppercase;
  font-weight: 800;
  color: #1a1a1a;
  font-family: "Open Sans", Sans-serif;
  font-size: 23px;
  line-height: 34px;
  letter-spacing: 3px;
  padding-right: 0 !important;
}

.search-picker .selectize-single.selectize-control .selectize-input input {
  display: none;
}

.search-picker .selectize-single.selectize-control .selectize-input:after {
  content: "\f078";
  padding-right: 18px;
}

.search-picker .selectize-single.selectize-control .selectize-input.dropdown-active:after {
  content: "\f077";
  margin-top: -12px;
}

.search-picker .selectize-single.selectize-control .selectize-dropdown {
  background: none;
}

.search-picker .selectize-single.selectize-control .selectize-dropdown .selectize-dropdown-content {
  padding: 0;
  max-height: none;
}

.search-picker .selectize-single.selectize-control .selectize-dropdown .selectize-dropdown-content .option {
  background: #FFEF6E;
  border: none;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Open Sans", Sans-serif;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .search-picker {
    max-height: none;
  }
  .search-picker .fields .form-group {
    margin-bottom: 15px;
  }
  .search-picker .fields .form-group.email {
    margin-left: 15px;
  }
  .search-picker .fields .form-group .form-control {
    width: 275px;
  }
  .search-picker .selectize-single.selectize-control .selectize-input {
    top: -10px;
  }
  .search-picker .selectize-single.selectize-control .selectize-input .item {
    font-size: 30px;
    line-height: 46px;
  }
  .search-picker p, .search-picker h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 5px;
  }
}
@media (min-width: 992px) {
  .search-picker .fields .form-group .form-control {
    width: 270px;
    height: 58px;
  }
}
@media (min-width: 1200px) {
  .search-picker .fields .form-group .form-control {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .search-picker {
    padding-top: 50px;
    height: 560px;
  }
}
.alert-dark {
  background: #1a1a1a;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  font-family: "Open Sans", Sans-serif;
  letter-spacing: 3px;
  border-radius: 0;
}

.how-it-works {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.how-it-works h2 {
  padding-top: 20px;
}

.how-it-works img {
  border-radius: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 240px;
}

.how-it-works h3:after {
  margin-left: auto;
  margin-right: auto;
}

.search-picker-video {
  background: #000;
  position: relative;
}

.search-picker-video .table {
  position: relative;
  z-index: 50;
}

.search-picker-video .video-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.search-picker-video video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: 40;
  object-fit: cover;
  background-size: cover;
  transition: 1s opacity;
  overflow: hidden;
}

.search-picker-image {
  position: relative;
}

.search-picker-image .table {
  position: relative;
  z-index: 50;
}

.search-picker-image .table .caption-home {
  display: block;
  position: relative;
  text-align: left;
  width: 250px;
  font-stretch: expanded;
  padding-top: 5em;
}

.search-picker-image .table .caption-home span {
  display: inline;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 8px 0 0 rgba(255, 255, 255, 0.8), -8px 0 0 rgba(255, 255, 255, 0.8);
  left: 8px;
  position: relative;
}

@media (max-width: 500px) {
  .search-picker-image .table .caption-home {
    padding-top: 2em;
  }
}
@media (min-width: 1280px) {
  .search-picker-image .table .caption-home {
    padding-top: 8em;
  }
}
.search-picker-image .table .caption-home a {
  color: black;
}

.search-picker-image .image-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #EAEAEA;
  object-fit: cover;
  background-size: cover;
  /*background: url("../img/pickstar_katrina_webb.jpg") no-repeat top 0.5em right -5em; NOTE: Commented since file do not exists*/
}

@media (min-width: 997px) {
  .search-picker-image .image-container {
    opacity: 0.9;
    /*background: url("../img/pickstar_katrina_webb.jpg") no-repeat top 0.5em right -5em; NOTE: Commented since file do not exists*/
    background-size: cover;
  }
}
@media (max-width: 996px) {
  .search-picker-image .image-container {
    /*background: url("../img/pickstar_katrina_webb.jpg") no-repeat top 0.5em right -15em; NOTE: Commented since file do not exists*/
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .search-picker-image .image-container {
    /*background: url("../img/pickstar_katrina_webb.jpg") no-repeat top 0.5em right; NOTE: Commented since file do not exists*/
    background-size: cover;
    opacity: 0.5;
    background-position: top 0 right 30%;
    filter: grayscale(1);
  }
  .search-picker-image .image-container::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.search-picker-image .background-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: 40;
  object-fit: cover;
  transition: 1s opacity;
  overflow: hidden;
}

/**
 * Visually hide an element, but leave it available for screen readers
 * @link https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css
 * @link http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.who-we-worked-with {
  padding-top: 60px;
  padding-bottom: 10px;
  background: #1a1a1a;
}

.who-we-worked-with h2 {
  color: #fff;
  text-align: center;
  font-size: 35px;
  line-height: 55px;
}

.who-we-worked-with p.lead {
  color: #fff;
}

.who-we-worked-with .quote {
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 10px;
  padding-bottom: 60px;
}

.who-we-worked-with .quote .copy {
  color: #999999;
  text-align: center;
  font-size: 30px;
  line-height: 42px;
}

.who-we-worked-with .quote .source {
  color: #fff;
  text-align: center;
  margin-top: 40px;
}

.who-we-worked-with .quote .source:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  margin: 0 auto 30px auto;
}

.who-we-worked-with .carousel-indicators li {
  border-radius: 0;
  border: none;
  background: #565656;
  width: 60px;
  height: 6px;
  padding: 3px 0;
  margin: 0;
}

.who-we-worked-with .carousel-indicators li.active {
  border: none;
  background: #fff;
  background: #e3e3e3;
}

.company-list {
  border-top: 2px solid #999;
  list-style: none;
  margin: auto;
  padding-top: 15px;
}

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

.company-list-standalone {
  background: #1a1a1a;
}

.company-list-standalone .company-list {
  padding-top: 10px;
  border-bottom: 2px solid #999;
}

.company-list-standalone .company-list img {
  margin: auto;
  float: left;
}

.get-started-container {
  margin: 50px 0;
  text-align: center;
  height: unset;
  width: unset;
  margin: unset;
}

.landing-form-panel p {
  font-size: 40px;
  letter-spacing: 5px;
  line-height: 75px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Open Sans", Sans serif;
}

.landing-form-panel input {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Open Sans", Sans serif;
  width: 100%;
}

.landing-contact-panel p {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Open Sans", Sans-serif;
}

.social-media-campaigns {
  background-color: #a6d4c6;
  padding-bottom: 20px;
}

.social-media-campaigns .social-lead {
  font-family: "Open Sans", Sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.social-media-campaigns .social-sub {
  font-family: "Open Sans", Sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
}

.social-media-campaigns .social-body {
  font-family: "Open Sans", Sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
}

.social-media-campaigns .social-tiles {
  border-left: 6px solid #90b9ac;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-right: 10px;
  height: 100%;
}

@media (min-width: 992px) {
  .social-media-campaigns .social-tiles {
    width: 32%;
    min-height: 530px;
  }
}
@media (max-width: 992px) {
  .social-media-campaigns .social-tiles {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .social-media-campaigns .social-tiles {
    margin-left: 10%;
    margin-right: 10%;
  }
}
.landing-get-started p {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Open Sans", Sans-serif;
}

.featured-stars {
  background: #e3e3e3;
  padding-top: 60px;
  padding-bottom: 60px;
}

.social-activity-6-cell {
  background: #e3e3e3;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.social-activity-6-cell .container {
  background: #fff;
  padding: 0;
}

.social-activity-6-cell .container .row {
  padding: 0;
  margin: 0;
}

.social-activity-6-cell .container .row > div {
  padding: 0;
}

.social-activity-6-cell .container .row > div:nth-child(2n+1) {
  clear: both;
}

.social-activity-6-cell .cell {
  padding: 10%;
}

.social-activity-6-cell .cell h2 a {
  color: #1a1a1a;
}

@media (max-width: 640px) {
  .social-activity-6-cell .cell {
    vertical-align: top;
  }
}
.social-activity-6-cell h2 {
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 40px;
}

.social-activity-6-cell h2:after {
  content: "";
  display: block;
  margin: auto;
  width: 15%;
  height: 1px;
  background: #1a1a1a;
  position: relative;
  top: 20px;
}

.social-activity-6-cell p {
  font-weight: normal;
  line-height: 25px;
  font-size: 17px;
}

.social-activity-6-cell p a {
  color: #ff9162;
}

.social-activity-6-cell p.small {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .social-activity-6-cell .container .row > div {
    padding: 0;
  }
  .social-activity-6-cell .activity-outer {
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  .social-activity-6-cell .activity-outer .activity-outer-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .social-activity-6-cell .activity-outer .activity-outer-inner .table {
    height: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .social-activity-6-cell .container .row > div:nth-child(2n+1) {
    clear: none;
  }
  .social-activity-6-cell .container .row > div:nth-child(3n+1) {
    clear: both;
  }
}
.star-feature-1 .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.star-feature-1 .row .text-feature {
  background-color: white;
  text-align: center;
  font-size: 2em;
  line-height: 2em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 80px 0px;
  font-family: "Open Sans", Sans-serif;
}

@media (max-width: 576px) {
  .star-feature-1 .row .text-feature {
    font-size: 1.2em;
  }
}
@media (min-width: 577px) and (max-width: 1200px) {
  .star-feature-1 .row .text-feature {
    font-size: 1.6em;
  }
}
@media (min-width: 1500px) {
  .star-feature-1 .row .text-feature {
    font-size: 2.5em;
  }
}
.star-feature-1 .row .text-feature p span {
  color: #FC9066;
}

.star-feature-1 .row > div {
  padding-left: 0;
  padding-right: 0;
}

.ideas {
  padding: 60px 0;
}

@media (min-width: 992px) {
  .ideas {
    padding: 100px 0;
  }
}
.ideas__tiles {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-flow: row wrap;
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .ideas__tiles {
    flex-wrap: nowrap;
  }
}
.ideas__column {
  padding: 15px 30px;
  margin: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #f8f8f8;
}

@media (min-width: 768px) {
  .ideas__column {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .ideas__column {
    width: 33.3333333333%;
  }
}
.ideas .btn {
  margin-top: auto;
}

.ideas img {
  margin: 0;
  width: 80px;
}

.promo {
  background: #1a1a1a;
  color: #fff;
}

.promo__row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

@media (min-width: 992px) {
  .promo__row {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.promo__column {
  position: relative;
}

@media (min-width: 992px) {
  .promo__column img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    z-index: 0;
  }
}
.promo__column--image {
  width: 100%;
}

@media (min-width: 992px) {
  .promo__column--image {
    width: 66.6666666667%;
  }
}
.promo__column--text {
  width: 100%;
  padding: 0 30px 60px;
  z-index: 10;
}

@media (min-width: 992px) {
  .promo__column--text {
    width: 33.3333333333%;
    padding: 100px 30px;
  }
}
.promo__eyebrow {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  color: #FC9066;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (max-width: 374px) {
  .promo__eyebrow {
    font-size: 14 px;
  }
}
@media (min-width: 375px) and (max-width: 1919px) {
  .promo__eyebrow {
    font-size: calc(0.2588996764vw + 13.0291262136px);
  }
}
@media (min-width: 1920px) {
  .promo__eyebrow {
    font-size: 18 px;
  }
}
.selectize.selectize-control .selectize-input {
  border-radius: 0;
  border: 2px solid #1a1a1a;
  background-color: #ffffff;
  min-height: 46px;
}

.selectize.selectize-control .selectize-input.focus {
  box-shadow: none;
}

.selectize.selectize-control .selectize-input input {
  padding-top: 10px;
  line-height: 30px !important;
}

.selectize.selectize-control .selectize-input input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.selectize.selectize-control .selectize-input input:-ms-input-placeholder {
  color: #999999;
}

.selectize.selectize-control .selectize-input input::-webkit-input-placeholder {
  color: #999999;
}

.selectize.selectize-control .selectize-dropdown {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 0;
}

.selectize.selectize-control .selectize-dropdown .selectize-dropdown-content > div {
  border-bottom: 1px solid #d6d6d6;
  padding: 14px 20px;
}

.selectize.selectize-control .selectize-dropdown .selectize-dropdown-content > div:last-child {
  border-bottom: none;
}

.selectize.selectize-control .selectize-dropdown .selectize-dropdown-content > div.active {
  background: #fafafa;
}

.selectize-multiple.selectize-control .selectize-input {
  background: #fff;
  border-radius: 0;
  border: none;
  min-height: 44px;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.03);
}

.selectize-multiple.selectize-control .selectize-input > div {
  background: #1a1a1a;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2rem;
  padding: 3px 12px;
  border-radius: 0;
  margin-top: 4px;
  margin-bottom: 4px;
}

.selectize-multiple.selectize-control .selectize-input > div .remove {
  margin-right: 3px;
  font-size: 13px;
}

.selectize-multiple.selectize-control .selectize-input input {
  line-height: 30px !important;
}

.selectize-multiple.selectize-control .selectize-input.has-items {
  padding: 5px 9px;
}

.selectize-single.selectize-control .selectize-input {
  background: #ffffff;
  padding-right: 30px;
}

.selectize-single.selectize-control .selectize-input .item {
  line-height: 30px;
  color: #565656;
}

.selectize-single.selectize-control .selectize-input:after {
  color: #565656;
  font-family: fontAwesome;
  content: "\f107";
  border: none;
  font-size: 16px;
  margin-top: -10px;
  padding-right: 5px;
}

.selectize-single.selectize-control .selectize-input.dropdown-active:after {
  content: "\f106";
  margin-top: -10px;
}

.selectize-single.selectize-control.after-hidden .selectize-input {
  padding-right: 15px;
}

.selectize-single.selectize-control.after-hidden .selectize-input:after {
  display: none;
}

.selectize-single-small.selectize-control {
  height: 36px;
}

.selectize-single-small.selectize-control .selectize-input {
  min-height: 36px;
  border-color: #e3e3e3;
  box-shadow: none;
  padding-top: 7px;
  padding-bottom: 7px;
}

.selectize-single-small.selectize-control .selectize-input input {
  line-height: 20px !important;
}

.selectize-single-small.selectize-control .selectize-input .item {
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-bottom: -6px;
}

.selectize-single-small.selectize-control .selectize-dropdown .selectize-dropdown-content > div {
  padding: 12px 15px;
  font-size: 14px;
}

.newsletter-signup {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  border-top: 2px solid #e0e0e0;
}
.newsletter-signup h2 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 35px;
  margin-bottom: 40px;
}
.newsletter-signup .form-control {
  border: 3px solid #1a1a1a;
  height: 54px;
  border-radius: 0;
  font-size: 16px;
  padding: 10px 20px;
  font-family: "Open Sans", Sans-serif;
  font-weight: 800;
}
.newsletter-signup .btn.btn-dark {
  padding: 17px 45px;
}
.newsletter-signup .hpfield {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.shortlist-side {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 1000;
  background: #2e2e2e;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  height: 52px;
  flex-flow: row-reverse;
  display: none;
}

@media (max-width: 768px) {
  .shortlist-side {
    display: none;
  }
}
@media (min-width: 768px) {
  .shortlist-side {
    display: flex;
  }
}
.shortlist-side a {
  display: inline-flex;
  background-color: #FC9066;
  color: #FFF;
  padding: 0.5em 1em;
  height: 52px;
}

.shortlist-side span {
  display: inline-flex;
  align-items: center;
}

.shortlist-side i {
  display: inline-block;
  margin-left: 1em;
}

.shortlist-side ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shortlist-side li {
  display: inline-block;
  transform: rotate(90deg);
  padding: 8px;
}

.shortlist-side img {
  display: block;
}

.shortlist-side ul > li > img {
  width: 36px;
  border-radius: 50%;
}

@media (min-width: 1100px) and (max-width: 1640px) {
  .dashboard-message, .container-fluid {
    padding-right: 110px;
  }
}
.row-clear-xs-4-sm-3-md-17 > div[class*=col-]:nth-child(3n+1) {
  clear: both;
}

@media (min-width: 768px) {
  .row-clear-xs-4-sm-3-md-17 > div[class*=col-]:nth-child(3n+1) {
    clear: none;
  }
  .row-clear-xs-4-sm-3-md-17 > div[class*=col-]:nth-child(4n+1) {
    clear: both;
  }
  .row-clear-sm-6-lg-4 > div[class*=col-]:nth-child(2n+1) {
    clear: both;
  }
  .row-clear-sm-6-md-4 > div[class*=col-]:nth-child(2n+1),
  .row-clear-sm-6-md-4-lg-3 > div[class*=col-]:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .row-clear-xs-4-sm-3-md-17 > div[class*=col-]:nth-child(4n+1) {
    clear: none;
  }
  .row-clear-xs-4-sm-3-md-17 > div[class*=col-]:nth-child(7n+1) {
    clear: both;
  }
  .row-clear-md-6 > div[class*=col-]:nth-child(2n+1) {
    clear: both;
  }
  .row-clear-md-4 > div[class*=col-]:nth-child(3n+1) {
    clear: both;
  }
  .row-clear-md-6-lg-4 > div[class*=col-]:nth-child(2n+1) {
    clear: both;
  }
  .row-clear-sm-6-md-4 > div[class*=col-]:nth-child(2n+1),
  .row-clear-sm-6-md-4-lg-3 > div[class*=col-]:nth-child(2n+1) {
    clear: none;
  }
  .row-clear-sm-6-md-4 > div[class*=col-]:nth-child(3n+1),
  .row-clear-sm-6-md-4-lg-3 > div[class*=col-]:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .row-clear-sm-6-lg-4 > div[class*=col-]:nth-child(2n+1) {
    clear: none;
  }
  .row-clear-sm-6-lg-4 > div[class*=col-]:nth-child(3n+1) {
    clear: both;
  }
  .row-clear-md-6-lg-4 > div[class*=col-]:nth-child(2n+1) {
    clear: none;
  }
  .row-clear-md-6-lg-4 > div[class*=col-]:nth-child(3n+1) {
    clear: both;
  }
  .row-clear-sm-6-md-4-lg-3 > div[class*=col-]:nth-child(3n+1) {
    clear: none;
  }
  .row-clear-sm-6-md-4-lg-3 > div[class*=col-]:nth-child(4n+1) {
    clear: both;
  }
}
/* .modal-transparent */
.modal-transparent {
  background: transparent;
}

.modal-transparent .modal-content {
  background: transparent;
}

.modal-backdrop.modal-backdrop-transparent {
  background: #ffffff;
}

.modal-backdrop.modal-backdrop-transparent.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* .modal-fullscreen */
.modal-fullscreen {
  background: transparent;
}

.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}

.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: 0.97;
  filter: alpha(opacity=97);
}

.modal .modal-content {
  border-radius: 0;
  background: none;
  box-shadow: none;
  border: none;
}

.modal .modal-content .modal-header {
  background: #f0f0f0;
}

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

.modal .modal-content .modal-header .modal-title {
  font-weight: normal;
  padding-left: 7px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.modal .modal-content .modal-body {
  background: #fff;
}

.modal .modal-content .modal-footer {
  background: none;
  border-top: none;
  background: rgba(255, 255, 255, 0.2);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */
.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
    width: 1170px;
  }
}
.bootstrap-datetimepicker-widget table td span {
  padding: 30px !important;
}

#specific-request .modal-title h4 {
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
}

#specific-request .form-group {
  overflow: hidden;
  clear: both;
}

#specific-request p {
  text-transform: uppercase;
  font-family: "Open Sans", Sans-serif;
  font-weight: 700;
  padding-top: 10px;
}

#specific-request p.break {
  text-align: center;
  padding-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
  background: #f0f0f0;
  color: #565656;
  overflow: hidden;
  clear: both;
  margin-top: 20px;
}

#specific-request .quick-request {
  padding: 15px;
}

#modal-email .modal-body {
  background: #fafafa;
  padding: 30px;
}

#modal-email h2 {
  margin-top: 0;
  text-align: center;
  font-size: 20px;
  line-height: 33px;
}

#modal-email .form-control {
  border: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  height: 48px;
  font-size: 18px;
}

.register-help-icon {
  z-index: 99;
  position: fixed;
  bottom: 3%;
  right: 3%;
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 10px 30px;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-weight: 600;
  color: #565656;
}

.register-help-icon i {
  margin-left: 10px;
}

#modal-register-help .modal-body {
  background: #fafafa;
  padding: 30px;
}

#modal-register-help h2 {
  margin-top: 0;
  text-align: center;
  font-size: 20px;
  line-height: 33px;
}

#modal-register-help p {
  font-size: 18px;
  color: #565656;
}

#modal-register-help ul.info-list {
  padding-top: 10px;
  list-style: none;
  padding-left: 0;
}

#modal-register-help ul.info-list li {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 300;
}

#modal-register-help ul.info-list li i {
  margin-right: 15px;
}

#modal-register-help ul.info-list li a {
  color: #565656;
}

.budget-modal {
  border-top: solid 5px #FC9066;
  border-radius: 0;
  background: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 35px;
}

.budget-modal .modal-body {
  background: #fff;
}

@media (min-width: 768px) {
  .budget-modal .modal-body .budget-modal-header {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .budget-modal .modal-body .budget-modal-header {
    padding: 10px;
  }
}
.budget-modal .modal-body .budget-modal-header .lead-text {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

.budget-modal .modal-body .budget-modal-footer {
  min-height: 150px;
}

@media (min-width: 768px) {
  .budget-modal .modal-body .budget-modal-footer {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .budget-modal .modal-body .budget-modal-footer {
    padding: 10px;
  }
}
.budget-modal .modal-body .budget-modal-footer span {
  background-color: #fc9066;
  color: white;
}

.budget-modal .modal-main {
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .budget-modal .modal-main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .budget-modal .modal-main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.budget-modal .modal-main ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0px;
}

.budget-modal .modal-main ul li {
  padding: 15px;
}

.budget-modal .modal-main ul li p {
  font-weight: 600;
}

#modal-decline-reason .modal-content {
  max-width: 450px;
  margin: auto;
}

#modal-decline-reason .modal-body {
  background: #fafafa;
  padding: 30px;
}

#modal-decline-reason .btn {
  margin-bottom: 15px;
}

#modal-decline-reason .btn:last-child {
  margin-bottom: 0;
}

@font-face {
  font-family: "lg";
  src: url("/fonts/light-gallery/lg.eot?n1z373");
  src: url("/fonts/light-gallery/lg.eot?#iefixn1z373") format("embedded-opentype"), url("/fonts/light-gallery/lg.woff?n1z373") format("woff"), url("/fonts/light-gallery/lg.ttf?n1z373") format("truetype"), url("/fonts/light-gallery/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: "lg";
  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;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: trans-prefix(transform, 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity, 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color, 0.2s linear, webkit);
  -moz-transition: trans-prefix(transform, 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity, 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color, 0.2s linear, moz);
  -o-transition: trans-prefix(transform, 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity, 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color, 0.2s linear, o);
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: trans-prefix(transform, 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity, 250ms cubic-bezier(0, 0, 0.25, 1) !important, webkit);
  -moz-transition: trans-prefix(transform, 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity, 250ms cubic-bezier(0, 0, 0.25, 1) !important, moz);
  -o-transition: trans-prefix(transform, 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity, 250ms cubic-bezier(0, 0, 0.25, 1) !important, o);
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: trans-prefix(transform, 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, webkit);
  -moz-transition: trans-prefix(transform, 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, moz);
  -o-transition: trans-prefix(transform, 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, o);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("/img/light-gallery/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("/img/light-gallery/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/img/light-gallery/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("/img/light-gallery/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/img/light-gallery/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: trans-prefix(opacity, 0.08s ease 0s, webkit);
  -moz-transition: trans-prefix(opacity, 0.08s ease 0s, moz);
  -o-transition: trans-prefix(opacity, 0.08s ease 0s, o);
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: rgb(169, 7, 7);
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: trans-prefix(left, 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top, 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, webkit);
  -moz-transition: trans-prefix(left, 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top, 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, moz);
  -o-transition: trans-prefix(left, 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top, 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, o);
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: trans-prefix(transform, 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity, 0.15s !important, webkit);
  -moz-transition: trans-prefix(transform, 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity, 0.15s !important, moz);
  -o-transition: trans-prefix(transform, 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity, 0.15s !important, o);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: trans-prefix(opacity, 0.15s ease 0s, transform, 0.15s ease 0s, webkit);
  -moz-transition: trans-prefix(opacity, 0.15s ease 0s, transform, 0.15s ease 0s, moz);
  -o-transition: trans-prefix(opacity, 0.15s ease 0s, transform, 0.15s ease 0s, o);
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: trans-prefix(transform, 0.18s linear 0s, visibility, 0s linear 0.5s, opacity, 0.18s linear 0s, webkit);
  -moz-transition: trans-prefix(transform, 0.18s linear 0s, visibility, 0s linear 0.5s, opacity, 0.18s linear 0s, moz);
  -o-transition: trans-prefix(transform, 0.18s linear 0s, visibility, 0s linear 0.5s, opacity, 0.18s linear 0s, o);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("/img/light-gallery/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: trans-prefix(none, 0s ease 0s !important, webkit);
  -moz-transition: trans-prefix(none, 0s ease 0s !important, moz);
  -o-transition: trans-prefix(none, 0s ease 0s !important, o);
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: trans-prefix(opacity, 0.1s ease 0s, webkit);
  -moz-transition: trans-prefix(opacity, 0.1s ease 0s, moz);
  -o-transition: trans-prefix(opacity, 0.1s ease 0s, o);
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: trans-prefix(transform, 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity, 0.1s ease 0s, webkit);
  -moz-transition: trans-prefix(transform, 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity, 0.1s ease 0s, moz);
  -o-transition: trans-prefix(transform, 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity, 0.1s ease 0s, o);
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: trans-prefix(left, 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity, 0.1s ease 0s, webkit);
  -moz-transition: trans-prefix(left, 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity, 0.1s ease 0s, moz);
  -o-transition: trans-prefix(left, 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity, 0.1s ease 0s, o);
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

body.error-page {
  background: #efefef;
  background-position: 130% 70%;
}

body.error-page .container {
  padding-top: 15%;
  padding-bottom: 15%;
}

body.error-page h1 {
  font-size: 160px;
  font-family: "Open Sans", Sans-serif;
  margin-bottom: 60px;
  color: #1a1a1a;
  font-weight: 600;
}

body.error-page p {
  font-weight: 300;
  font-size: 24px;
  line-height: 35px;
}

body.error-page .psgraphic-backing {
  width: 480px;
  height: 800px;
  display: block;
  position: absolute;
  bottom: 5%;
  right: 0;
  z-index: 10;
}

body.error-page .error-message {
  position: relative;
  z-index: 20;
}

/* --=== 7 Column Bootstrap ===-- */
.col-xs-17 {
  width: 14.2857142857%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .col-sm-17 {
    width: 14.2857142857%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .col-md-17 {
    width: 14.2857142857%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .col-lg-17 {
    width: 14.2857142857%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* --=== 5 Column Bootstrap ===-- */
.col-xs-15 {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.shortlist-side a {
  white-space: nowrap;
}

.drawer .drawer-body p.description {
  font-size: 1.25em;
  color: #333333;
}

/**
 * Visually hide an element, but leave it available for screen readers
 * @link https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css
 * @link http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
@keyframes turn-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes turn-on-offset {
  0% {
    transform: translate(-50%, -50%) rotateY(0) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) rotateY(360deg) scale(1.2);
  }
}
@keyframes turn-on-offset-reverse {
  0% {
    box-shadow: 0 0 0 0 rgba(51, 51, 51, 0);
  }
  100% {
    box-shadow: -4px 4px 4px 0 rgba(51, 51, 51, 0.2), -8px 8px 8px 0 rgba(51, 51, 51, 0.2), -16px 16px 16px 0 rgba(51, 51, 51, 0.2), -32px 32px 32px 0 rgba(51, 51, 51, 0.2), -64px 64px 64px 0 rgba(51, 51, 51, 0.2);
  }
}
.banner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

@media (max-width: 374px) {
  .banner {
    padding-top: 30 px;
  }
}
@media (min-width: 375px) and (max-width: 1919px) {
  .banner {
    padding-top: calc(1.9417475728vw + 22.7184466019px);
  }
}
@media (min-width: 1920px) {
  .banner {
    padding-top: 60 px;
  }
}
@media (max-width: 374px) {
  .banner {
    padding-bottom: 30 px;
  }
}
@media (min-width: 375px) and (max-width: 1919px) {
  .banner {
    padding-bottom: calc(1.9417475728vw + 22.7184466019px);
  }
}
@media (min-width: 1920px) {
  .banner {
    padding-bottom: 60 px;
  }
}
@media (min-width: 992px) and (max-width: 1919px) {
  .banner {
    min-height: calc(25.8620689655vw + 223.4482758621px);
  }
}
@media (min-width: 1920px) {
  .banner {
    min-height: 720 px;
  }
}
@media (min-width: 992px) {
  .banner--normal::before {
    content: "";
    width: 45vw;
    height: 100%;
    transform: skew(-30deg) scaleX(2);
    transform-origin: top right;
    background: #e3e3e3;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.banner--video {
  padding-top: 0;
}

@media (min-width: 992px) {
  .banner--video::before {
    content: "";
    width: 45vw;
    height: 100%;
    transform: skew(-30deg) scaleX(2);
    transform-origin: bottom left;
    background: #e3e3e3;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.banner__container {
  display: flex;
  height: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 30px;
}

@media (min-width: 992px) {
  .banner__container {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
}
.banner__copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 20;
}

@media (max-width: 374px) {
  .banner__copy {
    padding-top: 30 px;
  }
}
@media (min-width: 375px) and (max-width: 991px) {
  .banner__copy {
    padding-top: calc(4.8622366288vw + 11.7666126418px);
  }
}
@media (max-width: 374px) {
  .banner__copy {
    padding-bottom: 30 px;
  }
}
@media (min-width: 375px) and (max-width: 991px) {
  .banner__copy {
    padding-bottom: calc(4.8622366288vw + 11.7666126418px);
  }
}
@media (min-width: 992px) {
  .banner__copy {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1919px) {
  .banner__copy {
    padding-left: calc(3.2327586207vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .banner__copy {
    padding-left: 60 px;
  }
}
.banner__graphic + .banner__copy {
  padding-left: 0;
}

@media (min-width: 992px) and (max-width: 1919px) {
  .banner__graphic + .banner__copy {
    padding-right: calc(3.2327586207vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .banner__graphic + .banner__copy {
    padding-right: 60 px;
  }
}
.banner__cta {
  width: 100%;
}

@media (max-width: 374px) {
  .banner__cta {
    padding-top: 30 px;
  }
}
@media (min-width: 375px) and (max-width: 1919px) {
  .banner__cta {
    padding-top: calc(0vw + 30px);
  }
}
@media (min-width: 1920px) {
  .banner__cta {
    padding-top: 30 px;
  }
}
.banner__cta .cd-fields {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  width: calc(100% + 0.5rem);
}

.banner__cta .cd-fields > div {
  width: 100%;
  padding: 0.25rem;
}

@media (min-width: 640px) and (max-width: 991px) {
  .banner__cta .cd-fields > div {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .banner__cta .cd-fields > div {
    width: auto;
  }
}
.banner__cta .btn {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #FC9066;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background 0.3s ease-in-out;
}

.banner__cta .btn:hover, .banner__cta .btn:active, .banner__cta .btn:focus {
  border-color: #fb6c34;
  background: #fb6c34;
}

@media (min-width: 992px) {
  .banner__cta .btn {
    width: auto;
  }
}
.banner__cta .btn-secondary {
  border: 2px solid #FC9066;
}

.banner__cta .btn-secondary:hover, .banner__cta .btn-secondary:active, .banner__cta .btn-secondary:focus {
  border-color: #1a1a1a;
  background: transparent;
}

.banner__buttons {
  width: 100%;
}

@media (min-width: 992px) {
  .banner__buttons {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
.banner__buttons .button {
  font-family: "Open Sans", Sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 2px solid;
  box-shadow: none;
  appearance: none;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .banner__buttons .button {
    margin: 10px;
  }
}
.banner__buttons .button--primary {
  background: #FC9066;
  border-color: #FC9066;
  color: #fff;
}

.banner__buttons .button--primary:hover, .banner__buttons .button--primary:active, .banner__buttons .button--primary:focus {
  background: #fb5a1b;
  border-color: #fb5a1b;
  color: #fff;
}

.banner__buttons .button--secondary {
  background: transparent;
  border-color: #FC9066;
  color: #FC9066;
}

.banner__buttons .button--secondary:hover, .banner__buttons .button--secondary:active, .banner__buttons .button--secondary:focus {
  background: transparent;
  border-color: #fb5a1b;
  color: #fb5a1b;
}

.banner__graphic {
  width: 100%;
}

@media (min-width: 992px) {
  .banner__graphic {
    width: 50%;
  }
}
.banner__tiles {
  border: 2px solid #1a1a1a;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  z-index: 10;
}

@media (min-width: 992px) {
  .banner__tiles {
    width: calc(40vw - 60px);
    position: absolute;
    top: 50%;
    left: 10vw;
    transform: translateY(-50%);
  }
}
.banner__tiles::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  animation-name: turn-on-offset-reverse;
  animation-duration: 1.2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  will-change: transform;
  z-index: 0;
}

.banner__tile {
  border: 2px solid #1a1a1a;
  background-color: #1a1a1a;
  display: flex;
  width: 20%;
  position: relative;
  z-index: 30;
}

.banner__tile:nth-child(1) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}

.banner__tile:nth-child(2) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1.7s;
}

.banner__tile:nth-child(3) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 2.3s;
}

.banner__tile:nth-child(4) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1.1s;
}

.banner__tile:nth-child(5) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.banner__tile:nth-child(6) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}

.banner__tile:nth-child(7) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}

.banner__tile:nth-child(8) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 2.1s;
}

.banner__tile:nth-child(9) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 2.3s;
}

.banner__tile:nth-child(10) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
}

.banner__tile:nth-child(11) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}

.banner__tile:nth-child(12) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.banner__tile:nth-child(13) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}

.banner__tile:nth-child(14) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1.4s;
}

.banner__tile:nth-child(15) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.banner__tile:nth-child(16) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}

.banner__tile:nth-child(17) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}

.banner__tile:nth-child(18) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}

.banner__tile:nth-child(19) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1.6s;
}

.banner__tile:nth-child(20) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
}

.banner__tile:nth-child(21) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1.6s;
}

.banner__tile:nth-child(22) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1.4s;
}

.banner__tile:nth-child(23) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 2.4s;
}

.banner__tile:nth-child(24) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 2.1s;
}

.banner__tile:nth-child(25) .tile__image {
  opacity: 0;
  animation-name: turn-on;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
}

.banner__tile:nth-child(13) {
  z-index: 40;
}

.banner__tile:nth-child(13) .tile__image {
  animation: none;
  opacity: 1 !important;
  z-index: 40;
  background: #FFF;
  color: #333333;
}

.banner__tile:nth-child(13) .tile__image::after {
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "?";
  z-index: 50;
}

@media (max-width: 374px) {
  .banner__tile:nth-child(13) .tile__image::after {
    font-size: 24 px;
  }
}
@media (min-width: 375px) and (max-width: 1919px) {
  .banner__tile:nth-child(13) .tile__image::after {
    font-size: calc(0.7766990291vw + 21.0873786408px);
  }
}
@media (min-width: 1920px) {
  .banner__tile:nth-child(13) .tile__image::after {
    font-size: 36 px;
  }
}
.banner__video {
  position: relative;
  background: #000;
}

@media (max-width: 991px) {
  .banner__video {
    width: calc(100% + 60px);
    padding-bottom: 56.25vw;
    margin: 0 -30px;
  }
}
@media (min-width: 992px) {
  .banner__video {
    width: 40vw;
    padding-bottom: 22.5vw;
  }
}
.banner__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: -4px 4px 4px 0 rgba(51, 51, 51, 0.2), -8px 8px 8px 0 rgba(51, 51, 51, 0.2), -16px 16px 16px 0 rgba(51, 51, 51, 0.2), -32px 32px 32px 0 rgba(51, 51, 51, 0.2), -64px 64px 64px 0 rgba(51, 51, 51, 0.2);
}

.headlines h1,
.headlines h2 {
  display: block;
}

.headlines h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  color: #FC9066;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-bottom: 1em;
}

@media (max-width: 374px) {
  .headlines h1 {
    font-size: 14 px;
  }
}
@media (min-width: 375px) and (max-width: 1919px) {
  .headlines h1 {
    font-size: calc(0.2588996764vw + 13.0291262136px);
  }
}
@media (min-width: 1920px) {
  .headlines h1 {
    font-size: 18 px;
  }
}
.headlines h2 {
  color: #1a1a1a;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 0 0.75em;
}

@media (max-width: 374px) {
  .headlines h2 {
    font-size: 21 px;
  }
}
@media (min-width: 375px) and (max-width: 1919px) {
  .headlines h2 {
    font-size: calc(0.71197411vw + 18.3300970874px);
  }
}
@media (min-width: 1920px) {
  .headlines h2 {
    font-size: 32 px;
  }
}
.headlines__summary {
  line-height: 1.625;
  margin-bottom: 1em;
}

/**
 * Visually hide an element, but leave it available for screen readers
 * @link https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css
 * @link http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marquee-mob {
  0% {
    left: 0;
  }
  100% {
    left: -200%;
  }
}
.news-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #98ddfc;
  min-height: 38px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.news-bar + .js-top-header {
  margin-top: 38px;
}

.news-bar__close {
  position: absolute;
  z-index: 20;
  top: 50%;
  right: 0;
  height: 38px;
  width: 38px;
  background: #98ddfc;
  border: none;
  box-shadow: none;
  appearance: none;
  transform: translateY(-50%);
}

.news-bar__container {
  min-height: 38px;
  overflow: hidden;
}

.news-bar__container::before {
  display: none;
}

@media (min-width: 992px) {
  .news-bar__container {
    min-height: 38px;
    padding: 0 25px;
  }
}
.news-bar__marquee {
  min-height: 38px;
}

@media (max-width: 767px) {
  .news-bar__marquee {
    width: 400%;
    animation-name: marquee-mob;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-bar__marquee {
    width: 200%;
    animation-name: marquee;
  }
}
@media (max-width: 991px) {
  .news-bar__marquee {
    height: 38px;
    position: absolute;
    overflow: hidden;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 15s;
  }
}
@media (min-width: 992px) {
  .news-bar__marquee {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: unset;
    width: 100%;
  }
}
.news-bar__item {
  color: #1a1a1a;
}

@media (max-width: 374px) {
  .news-bar__item {
    font-size: 11 px;
  }
}
@media (min-width: 375px) and (max-width: 1919px) {
  .news-bar__item {
    font-size: calc(0.1941747573vw + 10.2718446602px);
  }
}
@media (min-width: 1920px) {
  .news-bar__item {
    font-size: 14 px;
  }
}
.news-bar__item:hover, .news-bar__item:active, .news-bar__item:focus {
  color: #1a1a1a;
}

@media (max-width: 991px) {
  .news-bar__item {
    float: left;
    width: 50%;
    will-change: transform;
  }
}
@media (min-width: 992px) {
  .news-bar__item {
    display: inline-flex;
    align-items: center;
    height: unset;
  }
  .news-bar__item:nth-child(2) {
    display: none;
  }
}
.news-bar__caption {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

@media (max-width: 991px) {
  .news-bar__caption {
    line-height: 38px;
    float: left;
  }
  .news-bar__caption span {
    float: left;
  }
}
@media (min-width: 992px) {
  .news-bar__caption {
    line-height: 1.2;
  }
}
.news-bar__highlight {
  text-transform: uppercase;
  font-weight: 900;
  margin-right: 0.5em;
}

.news-bar__link {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  margin-left: 8px;
  padding: 0.5em 0.5em 0.5em 1em;
  background: #e5f7fe;
  border-radius: 1.2em;
}

.news-bar__link i {
  width: 2em;
  color: #000;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .news-bar__link {
    float: left;
  }
}
.news-bar-link {
  min-height: 38px;
  text-decoration: underline;
}

.news-bar-link:hover {
  color: #333333;
  text-decoration: none;
}

.news-bar-link__container {
  position: relative;
  z-index: 30;
  line-height: 1em;
}

.news-bar-link__icon {
  margin-left: 0.5em;
}

/**
 * Visually hide an element, but leave it available for screen readers
 * @link https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css
 * @link http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.announcement {
  background: #333333;
  color: #fff;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

.announcement__container {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}

.announcement__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #999999;
  background: #5c5c5c;
}

@media (max-width: 374px) {
  .announcement__icon {
    font-size: 24 px;
  }
}
@media (min-width: 375px) and (max-width: 1919px) {
  .announcement__icon {
    font-size: calc(1.5533980583vw + 18.1747572816px);
  }
}
@media (min-width: 1920px) {
  .announcement__icon {
    font-size: 48 px;
  }
}
@media (max-width: 374px) {
  .announcement__icon {
    padding: 15 px;
  }
}
@media (min-width: 375px) and (max-width: 1919px) {
  .announcement__icon {
    padding: calc(0.9708737864vw + 11.359223301px);
  }
}
@media (min-width: 1920px) {
  .announcement__icon {
    padding: 30 px;
  }
}
@media (max-width: 374px) {
  .announcement__icon {
    width: 60 px;
  }
}
@media (min-width: 375px) and (max-width: 1919px) {
  .announcement__icon {
    width: calc(3.8834951456vw + 45.4368932039px);
  }
}
@media (min-width: 1920px) {
  .announcement__icon {
    width: 120 px;
  }
}
.announcement__copy {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 374px) {
  .announcement__copy {
    font-size: 14 px;
  }
}
@media (min-width: 375px) and (max-width: 1919px) {
  .announcement__copy {
    font-size: calc(0.5177993528vw + 12.0582524272px);
  }
}
@media (min-width: 1920px) {
  .announcement__copy {
    font-size: 22 px;
  }
}
@media (max-width: 374px) {
  .announcement__copy {
    padding: 15 px;
  }
}
@media (min-width: 375px) and (max-width: 1919px) {
  .announcement__copy {
    padding: calc(0.9708737864vw + 11.359223301px);
  }
}
@media (min-width: 1920px) {
  .announcement__copy {
    padding: 30 px;
  }
}
@media (max-width: 374px) {
  .new-boooking-experience {
    margin-bottom: 30 px;
  }
}
@media (min-width: 375px) and (max-width: 1919px) {
  .new-boooking-experience {
    margin-bottom: calc(1.9417475728vw + 22.7184466019px);
  }
}
@media (min-width: 1920px) {
  .new-boooking-experience {
    margin-bottom: 60 px;
  }
}
/**
 * Visually hide an element, but leave it available for screen readers
 * @link https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css
 * @link http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.digital-offerings {
  padding-top: 60px;
  padding-bottom: 60px;
}

.packages {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  justify-content: center;
  align-items: stretch;
  width: calc(100% + 15px);
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 374px) {
  .packages {
    margin-top: 30 px;
  }
}
@media (min-width: 375px) and (max-width: 1919px) {
  .packages {
    margin-top: calc(3.8834951456vw + 15.4368932039px);
  }
}
@media (min-width: 1920px) {
  .packages {
    margin-top: 90 px;
  }
}
@media (max-width: 374px) {
  .packages {
    margin-bottom: 30 px;
  }
}
@media (min-width: 375px) and (max-width: 1919px) {
  .packages {
    margin-bottom: calc(3.8834951456vw + 15.4368932039px);
  }
}
@media (min-width: 1920px) {
  .packages {
    margin-bottom: 90 px;
  }
}
.packages__item {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .packages__item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .packages__item {
    width: 33.3333333333%;
  }
}
.package {
  color: #333333;
  position: relative;
}

.package__container {
  width: 100%;
  border: 2px solid;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  transition: border-color 0.15s ease-in-out;
}

@media (max-width: 374px) {
  .package__container {
    padding: 15 px;
  }
}
@media (min-width: 375px) and (max-width: 1919px) {
  .package__container {
    padding: calc(0.9708737864vw + 11.359223301px);
  }
}
@media (min-width: 1920px) {
  .package__container {
    padding: 30 px;
  }
}
.package:hover .package__container, .package:focus .package__container, .package:active .package__container {
  border-color: #FC9066;
}

@media (min-width: 768px) {
  .package__container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.package__icon {
  flex-shrink: 0;
  border-radius: 50%;
  background: #eeeeee;
  transition: all 0.15s ease-in-out;
}

@media (max-width: 374px) {
  .package__icon {
    font-size: 16 px;
  }
}
@media (min-width: 375px) and (max-width: 1919px) {
  .package__icon {
    font-size: calc(1.0355987055vw + 12.1165048544px);
  }
}
@media (min-width: 1920px) {
  .package__icon {
    font-size: 32 px;
  }
}
.package:hover .package__icon, .package:focus .package__icon, .package:active .package__icon {
  color: #FC9066;
  background: #ffeee8;
}

.package__icon i {
  flex-shrink: 0;
  padding: 1em;
}

@media (min-width: 768px) {
  .package--new .package__icon::after {
    content: "New";
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    background: #FC9066;
    color: #fff;
    font-size: 9px;
    font-family: "open sans", sans-serif;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0 1em;
    border-radius: 2em;
  }
}
@media (max-width: 767px) {
  .package__icon {
    margin: 0 1em 0 0;
  }
}
@media (min-width: 768px) {
  .package__icon {
    margin: 0 0 1em;
  }
}
.package__text {
  display: flex;
  width: 100%;
}

@media (max-width: 767px) {
  .package__text {
    justify-content: flex-start;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .package__text {
    justify-content: center;
    text-align: center;
  }
}
.package__label {
  font-family: "open sans", sans-serif;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

@media (max-width: 374px) {
  .package__label {
    font-size: 14 px;
  }
}
@media (min-width: 375px) and (max-width: 1919px) {
  .package__label {
    font-size: calc(0.1294498382vw + 13.5145631068px);
  }
}
@media (min-width: 1920px) {
  .package__label {
    font-size: 16 px;
  }
}
@media (max-width: 767px) {
  .package--new .package__label::after {
    content: "New";
    background: #FC9066;
    color: #fff;
    font-size: 9px;
    font-family: "open sans", sans-serif;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0 0.8em;
    border-radius: 2em;
    display: inline;
    margin-left: 1em;
  }
}
@media (max-width: 767px) {
  .package__link {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .package__link {
    margin-left: 1em;
  }
}
.package__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.package__link i {
  transform: translateX(0);
  transition: transform 0.15s ease-in-out;
  will-change: transform;
}

.package:hover .package__link i, .package:focus .package__link i, .package:active .package__link i {
  transform: translateX(0.5em);
}

.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
}

.cd-fields {
  position: relative;
  margin: 0 -8px;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-intro {
  max-width: 40rem;
}
.cd-intro h1 {
  display: inline-block;
  width: 100%;
}
.cd-intro h2 {
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 20px;
  display: inline-block;
  width: 100%;
}

.cd-headline {
  display: inline-block;
  margin-top: 15px;
}
.cd-headline__item, .cd-headline__text {
  position: relative;
}
.cd-headline__item {
  display: inline;
  background: rgba(255, 255, 255, 0.8);
  color: #1a1a1a;
  padding: 0;
  word-wrap: break-word;
  line-height: 1.25;
}
.cd-headline__text {
  z-index: 1;
  left: 0;
  right: 0;
  box-shadow: 8px 0 0 rgba(255, 255, 255, 0.8), -8px 0 0 rgba(255, 255, 255, 0.8);
}

.cd-intro {
  margin-bottom: 1rem;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
  background: rgb(255, 239, 110);
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  color: rgb(0, 0, 0);
  font-size: 33px;
  line-height: 83px;
  transition: all 1s ease-out;
}
.cd-headline.slide b {
  opacity: 0;
  top: 0.2em;
}
.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -o-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -o-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  line-height: 16px;
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type=checkbox]:checked + label::after,
.checkbox input[type=radio]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type=checkbox]:indeterminate + label::after,
.checkbox input[type=radio]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type=checkbox]:disabled + label,
.checkbox input[type=radio]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox]:disabled + label::before,
.checkbox input[type=radio]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type=checkbox]:checked + label::before,
.checkbox-primary input[type=radio]:checked + label::before {
  background-color: #FC9066;
  border-color: #FC9066;
}
.checkbox-primary input[type=checkbox]:checked + label::after,
.checkbox-primary input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type=checkbox]:checked + label::before,
.checkbox-danger input[type=radio]:checked + label::before {
  background-color: #F0766E;
  border-color: #F0766E;
}
.checkbox-danger input[type=checkbox]:checked + label::after,
.checkbox-danger input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type=checkbox]:checked + label::before,
.checkbox-info input[type=radio]:checked + label::before {
  background-color: #2A5D6E;
  border-color: #2A5D6E;
}
.checkbox-info input[type=checkbox]:checked + label::after,
.checkbox-info input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type=checkbox]:checked + label::before,
.checkbox-warning input[type=radio]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type=checkbox]:checked + label::after,
.checkbox-warning input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type=checkbox]:checked + label::before,
.checkbox-success input[type=radio]:checked + label::before {
  background-color: #6aca8a;
  border-color: #6aca8a;
}
.checkbox-success input[type=checkbox]:checked + label::after,
.checkbox-success input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type=checkbox]:indeterminate + label::before,
.checkbox-primary input[type=radio]:indeterminate + label::before {
  background-color: #FC9066;
  border-color: #FC9066;
}
.checkbox-primary input[type=checkbox]:indeterminate + label::after,
.checkbox-primary input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type=checkbox]:indeterminate + label::before,
.checkbox-danger input[type=radio]:indeterminate + label::before {
  background-color: #F0766E;
  border-color: #F0766E;
}
.checkbox-danger input[type=checkbox]:indeterminate + label::after,
.checkbox-danger input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type=checkbox]:indeterminate + label::before,
.checkbox-info input[type=radio]:indeterminate + label::before {
  background-color: #2A5D6E;
  border-color: #2A5D6E;
}
.checkbox-info input[type=checkbox]:indeterminate + label::after,
.checkbox-info input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type=checkbox]:indeterminate + label::before,
.checkbox-warning input[type=radio]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type=checkbox]:indeterminate + label::after,
.checkbox-warning input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type=checkbox]:indeterminate + label::before,
.checkbox-success input[type=radio]:indeterminate + label::before {
  background-color: #6aca8a;
  border-color: #6aca8a;
}
.checkbox-success input[type=checkbox]:indeterminate + label::after,
.checkbox-success input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type=radio] {
  opacity: 0;
  z-index: 1;
}
.radio input[type=radio]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type=radio]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}
.radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type=radio] + label::after {
  background-color: #FC9066;
}
.radio-primary input[type=radio]:checked + label::before {
  border-color: #FC9066;
}
.radio-primary input[type=radio]:checked + label::after {
  background-color: #FC9066;
}

.radio-danger input[type=radio] + label::after {
  background-color: #F0766E;
}
.radio-danger input[type=radio]:checked + label::before {
  border-color: #F0766E;
}
.radio-danger input[type=radio]:checked + label::after {
  background-color: #F0766E;
}

.radio-info input[type=radio] + label::after {
  background-color: #2A5D6E;
}
.radio-info input[type=radio]:checked + label::before {
  border-color: #2A5D6E;
}
.radio-info input[type=radio]:checked + label::after {
  background-color: #2A5D6E;
}

.radio-warning input[type=radio] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type=radio]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type=radio]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type=radio] + label::after {
  background-color: #6aca8a;
}
.radio-success input[type=radio]:checked + label::before {
  border-color: #6aca8a;
}
.radio-success input[type=radio]:checked + label::after {
  background-color: #6aca8a;
}

input[type=checkbox].styled:checked + label:after,
input[type=radio].styled:checked + label:after {
  font-family: "FontAwesome";
  content: "\f00c";
}
input[type=checkbox] .styled:checked + label::before,
input[type=radio] .styled:checked + label::before {
  color: #fff;
}
input[type=checkbox] .styled:checked + label::after,
input[type=radio] .styled:checked + label::after {
  color: #fff;
}

/** PICKSTAR MAIN STYLES **/
/* --=== File Upload Buttons ===-- */
.file-upload-control input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* --=== Noty ===-- */
.noty_theme__metroui.noty_type__success {
  background-color: #6aca8a;
}
.noty_theme__metroui.noty_type__error {
  background-color: #F0766E;
}
.noty_theme__metroui.noty_type__warning {
  background-color: #f0ad4e;
}
.noty_theme__metroui.noty_type__info {
  background-color: #2A5D6E;
}

.sticky.btn-send-request {
  display: none;
}

@media (min-width: 768px) {
  .is-sticky .btn-send-request {
    display: inline-block;
    position: fixed;
    z-index: 99;
    bottom: 0;
    top: 30%;
    width: 52px;
    height: 52px;
    right: 0;
    padding: 15px;
    margin-top: -10px;
    font-size: 22px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }
  .is-sticky .btn-send-request:before {
    display: none;
  }
  .is-sticky .btn-send-request > span.label {
    display: none;
  }
}
@media (max-width: 769px) {
  .register-help-icon {
    padding: 10px 15px;
  }
  .register-help-icon i {
    margin: 0;
  }
  .our-stars-index .register-help-icon {
    bottom: 80px;
  }
}
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -ms-transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  z-index: 3000;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
  background: #fc9066;
  pointer-events: none;
}

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

.login.social-failed {
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.login.social-failed .container {
  height: 100%;
}
.login.social-failed .container .signup-box {
  height: 100%;
}

.ghost-class {
  opacity: 0.3;
}

/* --=== Flat Pickr Customization ===-- */
.flatpickr-input[readonly] {
  background: #fff;
}

.flatpickr-calendar {
  border-radius: 0;
  border: 2px solid #000;
  box-shadow: none;
}
.flatpickr-calendar.arrowTop {
  margin-top: 5px;
}
.flatpickr-calendar.arrowTop:before {
  border-width: 7px;
  border-bottom-color: #000;
}
.flatpickr-calendar.arrowTop:after {
  border-width: 5px;
  margin: 0 -3px;
}
.flatpickr-calendar.arrowBottom {
  margin-top: -10px;
}
.flatpickr-calendar.arrowBottom:before {
  border-width: 7px;
  border-top-color: #000;
}
.flatpickr-calendar.arrowBottom:after {
  border-width: 5px;
  margin: 0 -3px;
}
.flatpickr-calendar .flatpickr-month {
  height: 36px;
}
.flatpickr-calendar span.flatpickr-day.today:not(.selected) {
  border-bottom-color: #FC9066;
}
.flatpickr-calendar span.flatpickr-day.today:not(.selected):hover {
  border: #FC9066;
  background: #FC9066;
}

/* RESPONSIVE IMPROVEMENTS */
.social-activity-6-cell {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 769px) {
  .login .signup-box {
    padding: 20px 15px;
  }
  .login .signup-box .btn.btn-dark {
    letter-spacing: 1px;
    font-size: 11px;
  }
  ul.more-details li .vue-js-switch {
    float: none !important;
    display: block;
    padding-top: 10px;
  }
  ul.more-details li .vue-js-switch .v-switch-core {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .social-activity-6-cell {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.separator:before {
  content: "";
  display: block;
  margin: auto;
  width: 15%;
  height: 1px;
  background: #1a1a1a;
  position: relative;
  top: 20px;
}

.selectize-control.multi .selectize-input > div.active {
  background: #1a1a1a;
}

.selectize-multiple.selectize-control .selectize-input > div {
  letter-spacing: 0.08rem;
  padding: 3px 8px;
}

.checkbox-star label span.shortlisted {
  background: rgba(252, 144, 102, 0.8);
}
@media (max-width: 769px) {
  .checkbox-star {
    margin: 0;
  }
  .checkbox-star label span {
    margin: 0;
    border-radius: 0;
    padding: 3px 12px;
  }
}

.pickstar-loading {
  width: 100%;
  text-align: center;
}
.pickstar-loading:before {
  background-size: cover;
  width: 32px;
  height: 32px;
  animation: loading-spin 2.5s linear infinite;
  display: inline-block;
  content: "";
}

@keyframes loading-spin {
  100% {
    transform: rotate(360deg);
  }
}
.shortlist.shortlist-horizontal.shortlist-col-4 > li:nth-child(4n+1) {
  clear: none;
}

.modal.centered {
  text-align: center;
  padding: 0 !important;
}
.modal.centered:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal.centered .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal .login {
  padding: 0;
}
.modal .login .login-box {
  padding: 0;
}

span.flatpickr-day {
  display: block !important;
  flex: 1 0 auto !important;
}

.checkbox-terms {
  padding-top: 0;
}
.checkbox-terms label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #565656;
  line-height: 18px;
}
.checkbox-terms label:before {
  border-radius: 0;
  border-width: 2px;
}

.row-results .result .featured, .result-wide .featured {
  background: rgba(252, 144, 102, 0.8);
  letter-spacing: 1px;
}

.form-group.highlight {
  color: #FC9066;
}
.form-group.highlight input {
  border-color: #FC9066;
}
.form-group.highlight .input-group-addon {
  border-color: #FC9066;
  background: #FC9066;
}

.flexibleItem {
  font-size: 16px;
  font-weight: 500;
  background: #f7f7f7;
  padding: 10px;
  font-family: "open sans, sans-serif";
}
