/*
------------------------------------------------------------------
Project:	Mentor - Mentor & Coach HTML Template
Version:	1.0
Last change:	24.10.2016
Assigned to:	ThemeStarz

[Table of contents]

1. Header
2. Hero Slider
3. Elements Styling
4. Universal classes
5. Classes
6. Forms
7. Responsive

[Color codes]

default_color[#4611a7];
Color grey dark: #1f1f1f;
Color grey light: #fafafa;

[Typography]

Body copy:		'Lato', sans-serif; 14px;
Headers:		'Lato', sans-serif;

-------------------------------------------------------------------
*/
/* 0. Bootstrap */
/* 0. Bootstrap */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/glyphicons-halflings-regular_3hhy31e.eot);
  src: url(/assets/glyphicons-halflings-regular_3hhy31e.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons-halflings-regular_3H_PH4p.woff2) format("woff2"), url(/assets/glyphicons-halflings-regular_1owvOYK.woff) format("woff"), url(/assets/glyphicons-halflings-regular_i5kULGD.ttf) format("truetype"), url(/assets/glyphicons-halflings-regular_1wVSgd5.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: "\20AC"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270F"; }

.glyphicon-glass:before {
  content: "\E001"; }

.glyphicon-music:before {
  content: "\E002"; }

.glyphicon-search:before {
  content: "\E003"; }

.glyphicon-heart:before {
  content: "\E005"; }

.glyphicon-star:before {
  content: "\E006"; }

.glyphicon-star-empty:before {
  content: "\E007"; }

.glyphicon-user:before {
  content: "\E008"; }

.glyphicon-film:before {
  content: "\E009"; }

.glyphicon-th-large:before {
  content: "\E010"; }

.glyphicon-th:before {
  content: "\E011"; }

.glyphicon-th-list:before {
  content: "\E012"; }

.glyphicon-ok:before {
  content: "\E013"; }

.glyphicon-remove:before {
  content: "\E014"; }

.glyphicon-zoom-in:before {
  content: "\E015"; }

.glyphicon-zoom-out:before {
  content: "\E016"; }

.glyphicon-off:before {
  content: "\E017"; }

.glyphicon-signal:before {
  content: "\E018"; }

.glyphicon-cog:before {
  content: "\E019"; }

.glyphicon-trash:before {
  content: "\E020"; }

.glyphicon-home:before {
  content: "\E021"; }

.glyphicon-file:before {
  content: "\E022"; }

.glyphicon-time:before {
  content: "\E023"; }

.glyphicon-road:before {
  content: "\E024"; }

.glyphicon-download-alt:before {
  content: "\E025"; }

.glyphicon-download:before {
  content: "\E026"; }

.glyphicon-upload:before {
  content: "\E027"; }

.glyphicon-inbox:before {
  content: "\E028"; }

.glyphicon-play-circle:before {
  content: "\E029"; }

.glyphicon-repeat:before {
  content: "\E030"; }

.glyphicon-refresh:before {
  content: "\E031"; }

.glyphicon-list-alt:before {
  content: "\E032"; }

.glyphicon-lock:before {
  content: "\E033"; }

.glyphicon-flag:before {
  content: "\E034"; }

.glyphicon-headphones:before {
  content: "\E035"; }

.glyphicon-volume-off:before {
  content: "\E036"; }

.glyphicon-volume-down:before {
  content: "\E037"; }

.glyphicon-volume-up:before {
  content: "\E038"; }

.glyphicon-qrcode:before {
  content: "\E039"; }

.glyphicon-barcode:before {
  content: "\E040"; }

.glyphicon-tag:before {
  content: "\E041"; }

.glyphicon-tags:before {
  content: "\E042"; }

.glyphicon-book:before {
  content: "\E043"; }

.glyphicon-bookmark:before {
  content: "\E044"; }

.glyphicon-print:before {
  content: "\E045"; }

.glyphicon-camera:before {
  content: "\E046"; }

.glyphicon-font:before {
  content: "\E047"; }

.glyphicon-bold:before {
  content: "\E048"; }

.glyphicon-italic:before {
  content: "\E049"; }

.glyphicon-text-height:before {
  content: "\E050"; }

.glyphicon-text-width:before {
  content: "\E051"; }

.glyphicon-align-left:before {
  content: "\E052"; }

.glyphicon-align-center:before {
  content: "\E053"; }

.glyphicon-align-right:before {
  content: "\E054"; }

.glyphicon-align-justify:before {
  content: "\E055"; }

.glyphicon-list:before {
  content: "\E056"; }

.glyphicon-indent-left:before {
  content: "\E057"; }

.glyphicon-indent-right:before {
  content: "\E058"; }

.glyphicon-facetime-video:before {
  content: "\E059"; }

.glyphicon-picture:before {
  content: "\E060"; }

.glyphicon-map-marker:before {
  content: "\E062"; }

.glyphicon-adjust:before {
  content: "\E063"; }

.glyphicon-tint:before {
  content: "\E064"; }

.glyphicon-edit:before {
  content: "\E065"; }

.glyphicon-share:before {
  content: "\E066"; }

.glyphicon-check:before {
  content: "\E067"; }

.glyphicon-move:before {
  content: "\E068"; }

.glyphicon-step-backward:before {
  content: "\E069"; }

.glyphicon-fast-backward:before {
  content: "\E070"; }

.glyphicon-backward:before {
  content: "\E071"; }

.glyphicon-play:before {
  content: "\E072"; }

.glyphicon-pause:before {
  content: "\E073"; }

.glyphicon-stop:before {
  content: "\E074"; }

.glyphicon-forward:before {
  content: "\E075"; }

.glyphicon-fast-forward:before {
  content: "\E076"; }

.glyphicon-step-forward:before {
  content: "\E077"; }

.glyphicon-eject:before {
  content: "\E078"; }

.glyphicon-chevron-left:before {
  content: "\E079"; }

.glyphicon-chevron-right:before {
  content: "\E080"; }

.glyphicon-plus-sign:before {
  content: "\E081"; }

.glyphicon-minus-sign:before {
  content: "\E082"; }

.glyphicon-remove-sign:before {
  content: "\E083"; }

.glyphicon-ok-sign:before {
  content: "\E084"; }

.glyphicon-question-sign:before {
  content: "\E085"; }

.glyphicon-info-sign:before {
  content: "\E086"; }

.glyphicon-screenshot:before {
  content: "\E087"; }

.glyphicon-remove-circle:before {
  content: "\E088"; }

.glyphicon-ok-circle:before {
  content: "\E089"; }

.glyphicon-ban-circle:before {
  content: "\E090"; }

.glyphicon-arrow-left:before {
  content: "\E091"; }

.glyphicon-arrow-right:before {
  content: "\E092"; }

.glyphicon-arrow-up:before {
  content: "\E093"; }

.glyphicon-arrow-down:before {
  content: "\E094"; }

.glyphicon-share-alt:before {
  content: "\E095"; }

.glyphicon-resize-full:before {
  content: "\E096"; }

.glyphicon-resize-small:before {
  content: "\E097"; }

.glyphicon-exclamation-sign:before {
  content: "\E101"; }

.glyphicon-gift:before {
  content: "\E102"; }

.glyphicon-leaf:before {
  content: "\E103"; }

.glyphicon-fire:before {
  content: "\E104"; }

.glyphicon-eye-open:before {
  content: "\E105"; }

.glyphicon-eye-close:before {
  content: "\E106"; }

.glyphicon-warning-sign:before {
  content: "\E107"; }

.glyphicon-plane:before {
  content: "\E108"; }

.glyphicon-calendar:before {
  content: "\E109"; }

.glyphicon-random:before {
  content: "\E110"; }

.glyphicon-comment:before {
  content: "\E111"; }

.glyphicon-magnet:before {
  content: "\E112"; }

.glyphicon-chevron-up:before {
  content: "\E113"; }

.glyphicon-chevron-down:before {
  content: "\E114"; }

.glyphicon-retweet:before {
  content: "\E115"; }

.glyphicon-shopping-cart:before {
  content: "\E116"; }

.glyphicon-folder-close:before {
  content: "\E117"; }

.glyphicon-folder-open:before {
  content: "\E118"; }

.glyphicon-resize-vertical:before {
  content: "\E119"; }

.glyphicon-resize-horizontal:before {
  content: "\E120"; }

.glyphicon-hdd:before {
  content: "\E121"; }

.glyphicon-bullhorn:before {
  content: "\E122"; }

.glyphicon-bell:before {
  content: "\E123"; }

.glyphicon-certificate:before {
  content: "\E124"; }

.glyphicon-thumbs-up:before {
  content: "\E125"; }

.glyphicon-thumbs-down:before {
  content: "\E126"; }

.glyphicon-hand-right:before {
  content: "\E127"; }

.glyphicon-hand-left:before {
  content: "\E128"; }

.glyphicon-hand-up:before {
  content: "\E129"; }

.glyphicon-hand-down:before {
  content: "\E130"; }

.glyphicon-circle-arrow-right:before {
  content: "\E131"; }

.glyphicon-circle-arrow-left:before {
  content: "\E132"; }

.glyphicon-circle-arrow-up:before {
  content: "\E133"; }

.glyphicon-circle-arrow-down:before {
  content: "\E134"; }

.glyphicon-globe:before {
  content: "\E135"; }

.glyphicon-wrench:before {
  content: "\E136"; }

.glyphicon-tasks:before {
  content: "\E137"; }

.glyphicon-filter:before {
  content: "\E138"; }

.glyphicon-briefcase:before {
  content: "\E139"; }

.glyphicon-fullscreen:before {
  content: "\E140"; }

.glyphicon-dashboard:before {
  content: "\E141"; }

.glyphicon-paperclip:before {
  content: "\E142"; }

.glyphicon-heart-empty:before {
  content: "\E143"; }

.glyphicon-link:before {
  content: "\E144"; }

.glyphicon-phone:before {
  content: "\E145"; }

.glyphicon-pushpin:before {
  content: "\E146"; }

.glyphicon-usd:before {
  content: "\E148"; }

.glyphicon-gbp:before {
  content: "\E149"; }

.glyphicon-sort:before {
  content: "\E150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\E151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152"; }

.glyphicon-sort-by-order:before {
  content: "\E153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\E154"; }

.glyphicon-sort-by-attributes:before {
  content: "\E155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156"; }

.glyphicon-unchecked:before {
  content: "\E157"; }

.glyphicon-expand:before {
  content: "\E158"; }

.glyphicon-collapse-down:before {
  content: "\E159"; }

.glyphicon-collapse-up:before {
  content: "\E160"; }

.glyphicon-log-in:before {
  content: "\E161"; }

.glyphicon-flash:before {
  content: "\E162"; }

.glyphicon-log-out:before {
  content: "\E163"; }

.glyphicon-new-window:before {
  content: "\E164"; }

.glyphicon-record:before {
  content: "\E165"; }

.glyphicon-save:before {
  content: "\E166"; }

.glyphicon-open:before {
  content: "\E167"; }

.glyphicon-saved:before {
  content: "\E168"; }

.glyphicon-import:before {
  content: "\E169"; }

.glyphicon-export:before {
  content: "\E170"; }

.glyphicon-send:before {
  content: "\E171"; }

.glyphicon-floppy-disk:before {
  content: "\E172"; }

.glyphicon-floppy-saved:before {
  content: "\E173"; }

.glyphicon-floppy-remove:before {
  content: "\E174"; }

.glyphicon-floppy-save:before {
  content: "\E175"; }

.glyphicon-floppy-open:before {
  content: "\E176"; }

.glyphicon-credit-card:before {
  content: "\E177"; }

.glyphicon-transfer:before {
  content: "\E178"; }

.glyphicon-cutlery:before {
  content: "\E179"; }

.glyphicon-header:before {
  content: "\E180"; }

.glyphicon-compressed:before {
  content: "\E181"; }

.glyphicon-earphone:before {
  content: "\E182"; }

.glyphicon-phone-alt:before {
  content: "\E183"; }

.glyphicon-tower:before {
  content: "\E184"; }

.glyphicon-stats:before {
  content: "\E185"; }

.glyphicon-sd-video:before {
  content: "\E186"; }

.glyphicon-hd-video:before {
  content: "\E187"; }

.glyphicon-subtitles:before {
  content: "\E188"; }

.glyphicon-sound-stereo:before {
  content: "\E189"; }

.glyphicon-sound-dolby:before {
  content: "\E190"; }

.glyphicon-sound-5-1:before {
  content: "\E191"; }

.glyphicon-sound-6-1:before {
  content: "\E192"; }

.glyphicon-sound-7-1:before {
  content: "\E193"; }

.glyphicon-copyright-mark:before {
  content: "\E194"; }

.glyphicon-registration-mark:before {
  content: "\E195"; }

.glyphicon-cloud-download:before {
  content: "\E197"; }

.glyphicon-cloud-upload:before {
  content: "\E198"; }

.glyphicon-tree-conifer:before {
  content: "\E199"; }

.glyphicon-tree-deciduous:before {
  content: "\E200"; }

.glyphicon-cd:before {
  content: "\E201"; }

.glyphicon-save-file:before {
  content: "\E202"; }

.glyphicon-open-file:before {
  content: "\E203"; }

.glyphicon-level-up:before {
  content: "\E204"; }

.glyphicon-copy:before {
  content: "\E205"; }

.glyphicon-paste:before {
  content: "\E206"; }

.glyphicon-alert:before {
  content: "\E209"; }

.glyphicon-equalizer:before {
  content: "\E210"; }

.glyphicon-king:before {
  content: "\E211"; }

.glyphicon-queen:before {
  content: "\E212"; }

.glyphicon-pawn:before {
  content: "\E213"; }

.glyphicon-bishop:before {
  content: "\E214"; }

.glyphicon-knight:before {
  content: "\E215"; }

.glyphicon-baby-formula:before {
  content: "\E216"; }

.glyphicon-tent:before {
  content: "\26FA"; }

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

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

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

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

.glyphicon-hourglass:before {
  content: "\231B"; }

.glyphicon-lamp:before {
  content: "\E223"; }

.glyphicon-duplicate:before {
  content: "\E224"; }

.glyphicon-piggy-bank:before {
  content: "\E225"; }

.glyphicon-scissors:before {
  content: "\E226"; }

.glyphicon-bitcoin:before {
  content: "\E227"; }

.glyphicon-btc:before {
  content: "\E227"; }

.glyphicon-xbt:before {
  content: "\E227"; }

.glyphicon-yen:before {
  content: "\A5"; }

.glyphicon-jpy:before {
  content: "\A5"; }

.glyphicon-ruble:before {
  content: "\20BD"; }

.glyphicon-rub:before {
  content: "\20BD"; }

.glyphicon-scale:before {
  content: "\E230"; }

.glyphicon-ice-lolly:before {
  content: "\E231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\E232"; }

.glyphicon-education:before {
  content: "\E233"; }

.glyphicon-option-horizontal:before {
  content: "\E234"; }

.glyphicon-option-vertical:before {
  content: "\E235"; }

.glyphicon-menu-hamburger:before {
  content: "\E236"; }

.glyphicon-modal-window:before {
  content: "\E237"; }

.glyphicon-oil:before {
  content: "\E238"; }

.glyphicon-grain:before {
  content: "\E239"; }

.glyphicon-sunglasses:before {
  content: "\E240"; }

.glyphicon-text-size:before {
  content: "\E241"; }

.glyphicon-text-color:before {
  content: "\E242"; }

.glyphicon-text-background:before {
  content: "\E243"; }

.glyphicon-object-align-top:before {
  content: "\E244"; }

.glyphicon-object-align-bottom:before {
  content: "\E245"; }

.glyphicon-object-align-horizontal:before {
  content: "\E246"; }

.glyphicon-object-align-left:before {
  content: "\E247"; }

.glyphicon-object-align-vertical:before {
  content: "\E248"; }

.glyphicon-object-align-right:before {
  content: "\E249"; }

.glyphicon-triangle-right:before {
  content: "\E250"; }

.glyphicon-triangle-left:before {
  content: "\E251"; }

.glyphicon-triangle-bottom:before {
  content: "\E252"; }

.glyphicon-triangle-top:before {
  content: "\E253"; }

.glyphicon-console:before {
  content: "\E254"; }

.glyphicon-superscript:before {
  content: "\E255"; }

.glyphicon-subscript:before {
  content: "\E256"; }

.glyphicon-menu-left:before {
  content: "\E257"; }

.glyphicon-menu-right:before {
  content: "\E258"; }

.glyphicon-menu-down:before {
  content: "\E259"; }

.glyphicon-menu-up:before {
  content: "\E260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 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.42857;
  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: .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: #337ab7; }

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #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.42857; }

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.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014   \A0'; }

.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: '\A0   \2014'; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .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.42857;
    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.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  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.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .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, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

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

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

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  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, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  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.33333; }

.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 + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .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 + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .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.42857;
  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: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .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: #204d74;
      border-color: #122b40; }
  .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: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .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: #398439;
      border-color: #255625; }
  .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: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .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: #269abc;
      border-color: #1b6d85; }
  .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: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .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: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .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: #ac2925;
      border-color: #761c19; }
  .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: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .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.33333;
  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%; }

.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.42857;
    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: #337ab7; }

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

.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: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      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: #337ab7; }

.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.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-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.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-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; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .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: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

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

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

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

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

.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: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive 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; }

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

.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.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    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: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #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.33333; }

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

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

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

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

/* stylelint-disable */
/* stylelint-disable */
/* 1. Header */
/* stylelint-disable */
body .primary-nav {
  z-index: 10;
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

body .primary-nav, body .secondary-nav {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative; }
  body .primary-nav.has-mega-menu, body .secondary-nav.has-mega-menu {
    position: initial; }
    body .primary-nav.has-mega-menu .mega-menu-parent, body .secondary-nav.has-mega-menu .mega-menu-parent {
      position: initial;
      display: inline-block; }
      body .primary-nav.has-mega-menu .mega-menu-parent:hover .mega-menu, body .primary-nav.has-mega-menu .mega-menu-parent:hover .mega-menu:hover, body .secondary-nav.has-mega-menu .mega-menu-parent:hover .mega-menu, body .secondary-nav.has-mega-menu .mega-menu-parent:hover .mega-menu:hover {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        pointer-events: auto; }
      body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu {
        visibility: hidden;
        pointer-events: none;
        position: absolute;
        right: -7px;
        text-align: left;
        top: -3px; }
        body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu:hover, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu:hover {
          visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100);
          pointer-events: auto; }
        body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .nav-wrapper, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu .nav-wrapper {
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease;
          background-color: #fff; }
        body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu h4, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu h4 {
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          padding-bottom: 15px;
          margin-bottom: 10px;
          margin-top: 0; }
        body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu ul li, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu ul li {
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          display: block;
          background-color: transparent;
          border: none; }
          body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu ul li a, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu ul li a {
            opacity: 0.7;
            filter: alpha(opacity=70);
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;
            border-radius: 0px;
            border: none;
            padding: 3px 0 !important;
            display: block;
            font-weight: bold;
            display: inline-block; }
            body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu ul li a:hover, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu ul li a:hover {
              opacity: 1;
              filter: alpha(opacity=100);
              color: #21405A; }
        body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu .container {
          padding-left: 30px;
          padding-right: 0;
          padding-top: 30px;
          padding-bottom: 30px; }
          body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row {
            display: table;
            width: 100%;
            height: 100%; }
            body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row > [class*=" col-"], body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row > [class*=" col-"] {
              display: table;
              height: 100%; }
        body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .image, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu .image {
          width: 100%;
          height: 100%;
          position: relative;
          display: table;
          z-index: 1; }
        body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .btn, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu .btn {
          z-index: 1; }
      body .primary-nav.has-mega-menu .mega-menu-parent .wrapper, body .secondary-nav.has-mega-menu .mega-menu-parent .wrapper {
        right: 0 !important;
        left: inherit !important; }
  body .primary-nav ul.navigation, body .secondary-nav ul.navigation {
    list-style: none;
    margin-bottom: 0; }
    body .primary-nav ul.navigation > li.has-child:hover > a, body .secondary-nav ul.navigation > li.has-child:hover > a {
      color: #21405A;
      border: 2px solid rgba(0, 0, 0, 0.2); }
      body .primary-nav ul.navigation > li.has-child:hover > a:before, body .secondary-nav ul.navigation > li.has-child:hover > a:before {
        opacity: 0;
        filter: alpha(opacity=0); }
      body .primary-nav ul.navigation > li.has-child:hover > a:after, body .secondary-nav ul.navigation > li.has-child:hover > a:after {
        opacity: 0.5;
        filter: alpha(opacity=50); }
    body .primary-nav ul.navigation > li.has-child:hover .wrapper, body .secondary-nav ul.navigation > li.has-child:hover .wrapper {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      pointer-events: auto; }
    body .primary-nav ul.navigation li, body .secondary-nav ul.navigation li {
      display: inline-block;
      position: relative;
      text-align: left; }
      body .primary-nav ul.navigation li.has-child > a, body .secondary-nav ul.navigation li.has-child > a {
        padding-right: 20px; }
        body .primary-nav ul.navigation li.has-child > a:before, body .secondary-nav ul.navigation li.has-child > a:before {
          text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
          -webkit-font-smoothing: antialiased;
          font-family: 'Font Awesome 5 Pro';
          speak: none;
          font-weight: normal;
          font-variant: normal;
          line-height: 1;
          text-transform: none;
          opacity: 0.5;
          filter: alpha(opacity=50);
          color: #000;
          content: "\F078";
          position: absolute;
          font-size: 10px;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          height: 11px;
          padding-right: 7px; }
        body .primary-nav ul.navigation li.has-child > a:after, body .secondary-nav ul.navigation li.has-child > a:after {
          text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
          -webkit-font-smoothing: antialiased;
          font-family: 'Font Awesome 5 Pro';
          speak: none;
          font-weight: normal;
          font-variant: normal;
          line-height: 1;
          text-transform: none;
          opacity: 0;
          filter: alpha(opacity=0);
          color: #000;
          content: "\F077";
          position: absolute;
          font-size: 10px;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          height: 11px;
          padding-right: 7px; }
      body .primary-nav ul.navigation li.has-child > .wrapper, body .secondary-nav ul.navigation li.has-child > .wrapper {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px);
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 1;
        /****/
        right: inherit;
        left: 0; }
        body .primary-nav ul.navigation li.has-child > .wrapper > .nav-wrapper, body .primary-nav ul.navigation li.has-child > .wrapper .mega-menu .nav-wrapper, body .secondary-nav ul.navigation li.has-child > .wrapper > .nav-wrapper, body .secondary-nav ul.navigation li.has-child > .wrapper .mega-menu .nav-wrapper {
          -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
          padding-left: 0;
          margin-top: 10px;
          min-width: 150px; }
          body .primary-nav ul.navigation li.has-child > .wrapper > .nav-wrapper > ul > li:first-child, body .primary-nav ul.navigation li.has-child > .wrapper .mega-menu .nav-wrapper > ul > li:first-child, body .secondary-nav ul.navigation li.has-child > .wrapper > .nav-wrapper > ul > li:first-child, body .secondary-nav ul.navigation li.has-child > .wrapper .mega-menu .nav-wrapper > ul > li:first-child {
            position: relative; }
            body .primary-nav ul.navigation li.has-child > .wrapper > .nav-wrapper > ul > li:first-child:hover:after, body .primary-nav ul.navigation li.has-child > .wrapper .mega-menu .nav-wrapper > ul > li:first-child:hover:after, body .secondary-nav ul.navigation li.has-child > .wrapper > .nav-wrapper > ul > li:first-child:hover:after, body .secondary-nav ul.navigation li.has-child > .wrapper .mega-menu .nav-wrapper > ul > li:first-child:hover:after {
              border-color: transparent transparent #f2f2f2; }
            body .primary-nav ul.navigation li.has-child > .wrapper > .nav-wrapper > ul > li:first-child:after, body .primary-nav ul.navigation li.has-child > .wrapper .mega-menu .nav-wrapper > ul > li:first-child:after, body .secondary-nav ul.navigation li.has-child > .wrapper > .nav-wrapper > ul > li:first-child:after, body .secondary-nav ul.navigation li.has-child > .wrapper .mega-menu .nav-wrapper > ul > li:first-child:after {
              opacity: 1;
              filter: alpha(opacity=100);
              -webkit-transition: 0.3s ease;
              -o-transition: 0.3s ease;
              transition: 0.3s ease;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 5px 8px;
              border-color: transparent transparent #fff;
              position: absolute;
              z-index: 1;
              top: -6px;
              left: 12px;
              content: ""; }
      body .primary-nav ul.navigation li.has-child .nav-wrapper i, body .primary-nav ul.navigation li.has-child .nav-wrapper svg, body .secondary-nav ul.navigation li.has-child .nav-wrapper i, body .secondary-nav ul.navigation li.has-child .nav-wrapper svg {
        margin-right: 10px; }
      body .primary-nav ul.navigation li ul, body .secondary-nav ul.navigation li ul {
        padding-left: 0; }
        body .primary-nav ul.navigation li ul li, body .secondary-nav ul.navigation li ul li {
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease;
          display: block;
          white-space: nowrap;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          background-color: #fff; }
          body .primary-nav ul.navigation li ul li:last-child, body .secondary-nav ul.navigation li ul li:last-child {
            border-bottom: none; }
          body .primary-nav ul.navigation li ul li:hover, body .secondary-nav ul.navigation li ul li:hover {
            background-color: #f2f2f2;
            color: #21405A; }
            body .primary-nav ul.navigation li ul li:hover ul li, body .secondary-nav ul.navigation li ul li:hover ul li {
              background-color: transparent; }
              body .primary-nav ul.navigation li ul li:hover ul li:hover, body .secondary-nav ul.navigation li ul li:hover ul li:hover {
                background-color: rgba(0, 0, 0, 0.05); }
            body .primary-nav ul.navigation li ul li:hover > .nav-wrapper, body .secondary-nav ul.navigation li ul li:hover > .nav-wrapper {
              opacity: 1;
              filter: alpha(opacity=100);
              pointer-events: auto; }
          body .primary-nav ul.navigation li ul li.has-child > a:before, body .secondary-nav ul.navigation li ul li.has-child > a:before {
            content: "\F054"; }
          body .primary-nav ul.navigation li ul li .nav-wrapper, body .secondary-nav ul.navigation li ul li .nav-wrapper {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%);
            -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
            box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            transition: 0.3s ease;
            background-color: #fff;
            pointer-events: none;
            position: absolute;
            z-index: 1;
            right: 0;
            min-width: 150px;
            top: 0; }
          body .primary-nav ul.navigation li ul li ul li:first-child, body .secondary-nav ul.navigation li ul li ul li:first-child {
            border-top: 1px solid rgba(0, 0, 0, 0.1); }
          body .primary-nav ul.navigation li ul li a, body .secondary-nav ul.navigation li ul li a {
            display: block !important;
            padding: 6px 8px !important; }
            body .primary-nav ul.navigation li ul li a:hover, body .secondary-nav ul.navigation li ul li a:hover {
              color: #21405A; }

body .secondary-nav ul.navigation li.has-child > .wrapper {
  left: inherit;
  right: 0; }

body .secondary-nav ul.navigation li.has-child > .wrapper > .nav-wrapper > ul > li:first-child::after {
  left: inherit;
  right: 10px; }

#page-header {
  position: relative;
  z-index: 999;
  width: 100%; }
  #page-header nav {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    display: table;
    width: 100%;
    background-color: #F8AF20;
    padding: 6px 7px;
    position: relative;
    z-index: 999; }
  #page-header .left {
    display: flex; }
    #page-header .left .header-search-box {
      z-index: 20; }
  #page-header .right {
    display: table-cell;
    text-align: right;
    position: relative; }
  #page-header .secondary-nav {
    display: inline-block;
    margin-right: 0; }
    #page-header .secondary-nav .image {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      position: relative;
      width: 30px;
      height: 30px;
      display: inline-block;
      vertical-align: middle;
      overflow: hidden;
      float: right;
      margin-bottom: -3px; }
  #page-header .secondary-nav a:not(.btn), #page-header .primary-nav a:not(.btn) {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    color: #1f1f1f;
    margin: 0;
    border: 2px solid rgba(0, 0, 0, 0);
    padding: 4px 6px; }
    #page-header .secondary-nav a:not(.btn):hover, #page-header .primary-nav a:not(.btn):hover {
      color: #21405A; }
    #page-header .secondary-nav a:not(.btn).promoted, #page-header .primary-nav a:not(.btn).promoted {
      color: #21405A;
      font-weight: 800; }
  #page-header .secondary-nav .navigation, #page-header .primary-nav .navigation {
    display: inline-block;
    margin-bottom: 0;
    list-style: none; }
  #page-header .secondary-nav li.has-child > a, #page-header .primary-nav li.has-child > a {
    padding-right: 20px;
    padding-left: 10px; }
  #page-header .primary-nav > ul > li.active > a, #page-header .secondary-nav > ul > li.active > a {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #21405A;
    border: 2px solid rgba(0, 0, 0, 0.2); }
  #page-header .primary-nav div.user-actions, #page-header .secondary-nav div.user-actions {
    display: inline-block;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 15px;
    margin-left: 15px;
    margin-right: 15px; }
  #page-header .nav-btn {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: none;
    padding: 8px;
    cursor: pointer;
    position: absolute;
    top: -2px;
    bottom: 0;
    height: 28px;
    right: 0;
    margin: auto;
    background-color: transparent;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4); }
    #page-header .nav-btn:hover, #page-header .nav-btn.active {
      background-color: #21405A; }
      #page-header .nav-btn:hover i, #page-header .nav-btn:hover svg, #page-header .nav-btn.active i, #page-header .nav-btn.active svg {
        background-color: #fff; }
        #page-header .nav-btn:hover i:last-child, #page-header .nav-btn:hover svg:last-child, #page-header .nav-btn.active i:last-child, #page-header .nav-btn.active svg:last-child {
          width: 12px; }
    #page-header .nav-btn i, #page-header .nav-btn svg {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      height: 2px;
      width: 12px;
      background-color: #fff;
      margin-bottom: 2px;
      display: block;
      background-color: #21405A; }
      #page-header .nav-btn i:last-child, #page-header .nav-btn svg:last-child {
        width: 10px;
        margin-bottom: 0; }
  #page-header .btn.icon i, #page-header .btn.icon svg {
    margin-left: 0; }
  #page-header .brand > img {
    height: 25px; }

body.nav-btn-only #page-header .nav-btn {
  display: block; }

body.nav-btn-only #page-header .right {
  padding-right: 40px; }

body.nav-btn-only #page-header .primary-nav {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s transform;
  -o-transition: 0.2s transform;
  transition: 0.2s transform;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  visibility: hidden;
  position: absolute;
  top: 100%;
  margin-top: 6px;
  background-color: #21405A;
  padding-right: 0;
  margin-right: 0;
  border: 0;
  right: 0; }
  body.nav-btn-only #page-header .primary-nav.show {
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    filter: alpha(opacity=100); }
  body.nav-btn-only #page-header .primary-nav.has-mega-menu {
    position: absolute; }
    body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent {
      position: relative;
      display: block; }
      body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu {
        opacity: 1;
        filter: alpha(opacity=100);
        background-color: rgba(0, 0, 0, 0.1);
        visibility: visible;
        pointer-events: auto;
        position: relative;
        right: 0;
        text-align: inherit;
        padding-top: 0; }
        body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .wrapper {
          -webkit-box-shadow: none;
          box-shadow: none;
          background-color: inherit;
          padding-top: 0;
          padding-bottom: 0; }
        body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu h4 {
          border-bottom: none;
          padding-bottom: 0;
          margin-bottom: 0;
          margin-top: 0;
          color: #fff;
          font-weight: 800;
          font-size: 11px;
          padding-top: 2px;
          padding-bottom: 2px; }
        body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu a {
          font-weight: 800; }
          body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu a:hover {
            background-color: rgba(0, 0, 0, 0.2); }
          body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu a.has-child {
            padding-right: 25px; }
            body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu a.has-child:before {
              text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
              -webkit-font-smoothing: antialiased;
              font-family: 'Font Awesome 5 Pro';
              speak: none;
              font-weight: normal;
              font-variant: normal;
              line-height: 1;
              text-transform: none;
              opacity: 0.5;
              filter: alpha(opacity=50);
              color: #fff;
              content: "\F078";
              position: absolute;
              font-size: 10px;
              right: 0;
              top: 0;
              bottom: 0;
              margin: auto;
              height: 11px;
              padding-right: 7px; }
            body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu a.has-child:after, body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu a.has-child:before {
              color: #fff; }
        body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu ul {
          background-color: rgba(0, 0, 0, 0.1); }
          body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu ul li a {
            display: block;
            padding: 8px 10px; }
        body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container {
          padding-left: 0;
          padding-right: 0;
          width: auto;
          padding-top: 0;
          padding-bottom: 0; }
          body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row {
            display: block;
            width: inherit;
            height: inherit;
            padding-right: 0;
            padding-left: 0; }
            body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row > [class*=" col-"] {
              display: block;
              height: 100%;
              width: 100%;
              clear: both;
              margin-bottom: 0; }
              body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row > [class*=" col-"]:last-child {
                margin-bottom: 0; }
              body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row > [class*=" col-"]:first-child > a {
                border-top: 1px solid rgba(255, 255, 255, 0.1); }
              body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row > [class*=" col-"] a {
                border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .image {
          width: 100%;
          height: 100%;
          position: relative;
          display: table;
          z-index: 1; }
        body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .btn {
          z-index: 1; }
        body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .nav-wrapper {
          background-color: transparent; }
  body.nav-btn-only #page-header .primary-nav ul.navigation > li:first-child:after {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px;
    border-color: transparent transparent #21405A transparent;
    position: absolute;
    z-index: 1;
    top: -6px;
    right: 8px;
    content: ""; }
  body.nav-btn-only #page-header .primary-nav ul.navigation > li.has-child a, body.nav-btn-only #page-header .primary-nav ul.navigation > li.has-child:hover a {
    border: none;
    color: #fff; }
  body.nav-btn-only #page-header .primary-nav ul.navigation > li.has-child .wrapper, body.nav-btn-only #page-header .primary-nav ul.navigation > li.has-child:hover .wrapper {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  body.nav-btn-only #page-header .primary-nav ul.navigation > li.has-child > .wrapper > .nav-wrapper > ul > li:first-child::after, body.nav-btn-only #page-header .primary-nav ul.navigation > li.has-child:hover > .wrapper > .nav-wrapper > ul > li:first-child::after {
    display: none; }
  body.nav-btn-only #page-header .primary-nav ul.navigation li ul li a {
    padding: 10px !important; }
  body.nav-btn-only #page-header .primary-nav ul.navigation li ul li .nav-wrapper {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: transparent; }
  body.nav-btn-only #page-header .primary-nav ul.navigation li a.promoted {
    color: #000; }
  body.nav-btn-only #page-header .primary-nav ul.navigation li a.btn {
    font-size: 11px;
    text-align: left; }
    body.nav-btn-only #page-header .primary-nav ul.navigation li a.btn span {
      display: inline; }
    body.nav-btn-only #page-header .primary-nav ul.navigation li a.btn:after {
      border-radius: unset; }
  body.nav-btn-only #page-header .primary-nav ul.navigation div.user-actions {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  body.nav-btn-only #page-header .primary-nav ul {
    padding-left: 0;
    min-width: 220px; }
    body.nav-btn-only #page-header .primary-nav ul li {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      display: block;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      body.nav-btn-only #page-header .primary-nav ul li:hover {
        background-color: rgba(0, 0, 0, 0.2); }
        body.nav-btn-only #page-header .primary-nav ul li:hover a {
          border: none; }
      body.nav-btn-only #page-header .primary-nav ul li.active {
        background-color: rgba(0, 0, 0, 0.2); }
        body.nav-btn-only #page-header .primary-nav ul li.active a {
          border: none;
          color: #fff; }
      body.nav-btn-only #page-header .primary-nav ul li.has-child > a {
        padding-right: 25px; }
        body.nav-btn-only #page-header .primary-nav ul li.has-child > a:before {
          text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
          -webkit-font-smoothing: antialiased;
          font-family: 'Font Awesome 5 Pro';
          speak: none;
          font-weight: normal;
          font-variant: normal;
          line-height: 1;
          text-transform: none;
          opacity: 0.5;
          filter: alpha(opacity=50);
          color: #fff;
          content: "\F078";
          position: absolute;
          font-size: 10px;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          height: 11px;
          padding-right: 7px; }
        body.nav-btn-only #page-header .primary-nav ul li.has-child > a:after, body.nav-btn-only #page-header .primary-nav ul li.has-child > a:before {
          color: #fff; }
        body.nav-btn-only #page-header .primary-nav ul li.has-child > a:hover:before {
          opacity: 0;
          filter: alpha(opacity=0); }
      body.nav-btn-only #page-header .primary-nav ul li .wrapper {
        position: relative;
        padding-top: 0; }
      body.nav-btn-only #page-header .primary-nav ul li a {
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
        border-radius: 1px;
        font-weight: 800;
        padding: 10px;
        display: block;
        border: none;
        color: #fff;
        position: relative; }
        body.nav-btn-only #page-header .primary-nav ul li a:hover {
          color: #fff; }
        body.nav-btn-only #page-header .primary-nav ul li a.has-child {
          padding-right: 25px; }
          body.nav-btn-only #page-header .primary-nav ul li a.has-child:before, body.nav-btn-only #page-header .primary-nav ul li a.has-child:after {
            color: #fff;
            padding-right: 10px; }
          body.nav-btn-only #page-header .primary-nav ul li a.has-child[aria-expanded=true] {
            background-color: rgba(0, 0, 0, 0.2); }
      body.nav-btn-only #page-header .primary-nav ul li .nav-wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 0;
        position: relative; }
        body.nav-btn-only #page-header .primary-nav ul li .nav-wrapper ul {
          background-color: rgba(0, 0, 0, 0.2); }
          body.nav-btn-only #page-header .primary-nav ul li .nav-wrapper ul li {
            background-color: transparent;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
            body.nav-btn-only #page-header .primary-nav ul li .nav-wrapper ul li:first-child {
              border-top: 1px solid rgba(255, 255, 255, 0.1); }
            body.nav-btn-only #page-header .primary-nav ul li .nav-wrapper ul li:hover {
              background-color: rgba(0, 0, 0, 0.2); }

body.nav-btn-only #page-header .secondary-nav {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.hero-section {
  position: relative; }
  .hero-section.has-background .container {
    margin-top: 250px; }
    .hero-section.has-background .container .page-title {
      margin-bottom: 0; }
      .hero-section.has-background .container .page-title #homepage-logo {
        display: none; }
      .hero-section.has-background .container .page-title #homepage-icon {
        position: relative;
        z-index: 4;
        pointer-events: none; }
  .hero-section.has-background #homepage-hero-contact-action {
    left: 0; }
  .hero-section.has-background #homepage-hero-register-action {
    right: 0; }
  .hero-section.has-background .homepage-hero-action {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    height: 100%;
    width: 50%;
    z-index: 3;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .hero-section.has-background .homepage-hero-action:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      background-color: rgba(0, 0, 0, 0.5); }
    .hero-section.has-background .homepage-hero-action-content {
      user-select: none;
      width: 50%; }
  .hero-section.has-background h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
    font-size: 2vw;
    font-weight: normal; }
  .hero-section.has-background h4 {
    color: #fff; }
  .hero-section.has-background .slider {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0; }
    .hero-section.has-background .slider .static-homepage-image {
      position: relative;
      z-index: 1;
      height: 100%;
      float: left;
      width: 50%; }
    .hero-section.has-background .slider .homepage-hero-action-mobile {
      display: none;
      height: 20%;
      width: 100%;
      justify-content: center;
      align-items: center;
      text-align: center; }
    .hero-section.has-background .slider .owl-carousel, .hero-section.has-background .slider .owl-stage-outer, .hero-section.has-background .slider .owl-stage, .hero-section.has-background .slider .owl-item {
      height: 100%; }
    .hero-section.has-background .slider .owl-carousel {
      width: 50%;
      float: left; }
    .hero-section.has-background .slider .bg-title {
      text-align: center;
      margin: 50px 10%; }
      .hero-section.has-background .slider .bg-title h2 {
        font-weight: bold; }
    .hero-section.has-background .slider .owl-nav, .hero-section.has-background .slider .owl-dots {
      position: absolute; }
    .hero-section.has-background .slider .owl-controls {
      text-align: center; }
    .hero-section.has-background .slider .slide {
      display: table;
      height: 100%;
      width: 100%; }
    .hero-section.has-background .slider [data-owl-dots="1"] .owl-dots {
      display: inline-block !important;
      bottom: 10px; }
    .hero-section.has-background .slider .presentation {
      width: 100%;
      height: 100%; }
      .hero-section.has-background .slider .presentation:after {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
        content: ""; }
      .hero-section.has-background .slider .presentation .description {
        position: absolute;
        width: 100%;
        bottom: 200px;
        z-index: 1; }
        .hero-section.has-background .slider .presentation .description h1 {
          text-shadow: compact(0px 2px 12px rgba(0, 0, 0, 0.5), false, false, false, false, false, false, false, false, false);
          font-size: 72px;
          font-weight: bold; }
        .hero-section.has-background .slider .presentation .description h2 {
          opacity: 0.8;
          filter: alpha(opacity=80);
          font-size: 18px;
          font-weight: bold; }
          .hero-section.has-background .slider .presentation .description h2 i, .hero-section.has-background .slider .presentation .description h2 svg {
            margin-right: 10px; }
        .hero-section.has-background .slider .presentation .description hr {
          border-top: 2px solid rgba(255, 255, 255, 0.2);
          margin-top: 20px;
          margin-bottom: 20px; }
        .hero-section.has-background .slider .presentation .description .label, .hero-section.has-background .slider .presentation .description .rating-passive {
          display: inline-block;
          margin-right: 20px; }
        .hero-section.has-background .slider .presentation .description .label {
          padding: 6px;
          background-color: #fff;
          color: #000; }
        .hero-section.has-background .slider .presentation .description .rating-passive .stars figure {
          color: #fff;
          font-size: 16px; }
      .hero-section.has-background .slider .presentation .bg-transfer:after {
        opacity: 0.1;
        filter: alpha(opacity=10);
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        content: ""; }
  .hero-section.has-background form {
    z-index: 1; }
  .hero-section.has-map .results-wrapper .search-form {
    position: relative;
    height: auto;
    padding: 20px; }
    .hero-section.has-map .results-wrapper .search-form form {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: rgba(0, 0, 0, 0.03);
      padding: 10px 20px;
      display: table;
      height: 100%;
      width: 100%; }
    .hero-section.has-map .results-wrapper .search-form .section-title h2 {
      font-size: 18px;
      margin-left: 0;
      font-weight: normal;
      color: inherit; }
    .hero-section.has-map .results-wrapper .search-form .form-group {
      margin-bottom: 10px;
      display: table;
      height: auto;
      width: 100%;
      position: relative; }
    .hero-section.has-map .results-wrapper .search-form .btn {
      padding: 8px; }
    .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="text"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="email"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="date"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="time"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="search"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="password"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="number"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="tel"], .hero-section.has-map .results-wrapper .search-form.inputs-underline textarea.form-control {
      padding-left: 0;
      color: inherit; }
      .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="text"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="text"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="email"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="email"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="date"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="date"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="time"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="time"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="search"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="search"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="password"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="password"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="number"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="number"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="tel"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="tel"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline textarea.form-control:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline textarea.form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 8px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.15); }
    .hero-section.has-map .results-wrapper .search-form input[type="text"], .hero-section.has-map .results-wrapper .search-form input[type="email"], .hero-section.has-map .results-wrapper .search-form input[type="date"], .hero-section.has-map .results-wrapper .search-form input[type="time"], .hero-section.has-map .results-wrapper .search-form input[type="search"], .hero-section.has-map .results-wrapper .search-form input[type="password"], .hero-section.has-map .results-wrapper .search-form input[type="number"], .hero-section.has-map .results-wrapper .search-form input[type="tel"], .hero-section.has-map .results-wrapper .search-form textarea.form-control {
      padding: 8px;
      color: inherit; }
    .hero-section.has-map .results-wrapper .search-form .ui-slider {
      margin-top: 2px; }
      .hero-section.has-map .results-wrapper .search-form .ui-slider .noUi-base .noUi-handle {
        border: 2px solid #21405A;
        background-color: #fff; }
        .hero-section.has-map .results-wrapper .search-form .ui-slider .noUi-base .noUi-handle:hover, .hero-section.has-map .results-wrapper .search-form .ui-slider .noUi-base .noUi-handle.noUi-active {
          -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07); }
    .hero-section.has-map .results-wrapper .search-form .btn[type="submit"] {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      position: absolute;
      width: 45px;
      height: 45px;
      bottom: -40px;
      right: 0; }
      .hero-section.has-map .results-wrapper .search-form .btn[type="submit"]:before {
        display: none; }
      .hero-section.has-map .results-wrapper .search-form .btn[type="submit"]:after {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%; }
      .hero-section.has-map .results-wrapper .search-form .btn[type="submit"]:active {
        top: inherit; }
      .hero-section.has-map .results-wrapper .search-form .btn[type="submit"] i, .hero-section.has-map .results-wrapper .search-form .btn[type="submit"] svg {
        margin-left: 0;
        margin-top: -1px; }
  .hero-section .coupon {
    display: table-cell;
    vertical-align: middle; }
    .hero-section .coupon div {
      height: auto; }
    .hero-section .coupon h1 {
      font-size: 36px;
      font-weight: bold; }
    .hero-section .coupon .wrapper {
      display: inline-block;
      text-align: left;
      width: 900px;
      position: relative; }
    .hero-section .coupon .image {
      position: absolute;
      left: 0; }
      .hero-section .coupon .image .circle {
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        width: 90px;
        height: 90px;
        color: #fff;
        font-weight: bold;
        left: 0;
        top: 0;
        background-color: #21405A;
        font-size: 24px;
        text-align: center;
        line-height: 86px; }
      .hero-section .coupon .image .bg-transfer {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        width: 300px;
        height: 300px; }
    .hero-section .coupon .description {
      padding-left: 330px;
      padding-top: 10px; }
      .hero-section .coupon .description hr {
        opacity: 0.3;
        filter: alpha(opacity=30);
        border-top: 2px solid #fff;
        margin-bottom: 20px;
        margin-top: 20px; }
      .hero-section .coupon .description figure {
        display: inline-block;
        margin-right: 20px; }
      .hero-section .coupon .description .location i, .hero-section .coupon .description .location svg {
        margin-right: 10px; }
      .hero-section .coupon .description .label {
        text-transform: none;
        font-size: 14px;
        font-weight: bold; }
      .hero-section .coupon .description .count-down {
        margin-bottom: 20px; }
        .hero-section .coupon .description .count-down .countdown-row .countdown-amount {
          font-size: 36px; }
  .hero-section > .wrapper {
    position: relative;
    z-index: 2;
    display: table;
    width: 100%;
    height: 100%; }
    .hero-section > .wrapper > .inner {
      display: table-cell;
      vertical-align: middle; }
      .hero-section > .wrapper > .inner .page-title h2 {
        font-weight: bold;
        position: relative;
        z-index: 4;
        user-select: none;
        pointer-events: none; }
  .hero-section .map-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1; }
  .hero-section .results-wrapper {
    -webkit-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
    -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    float: right;
    display: inline-block;
    background-color: #fff;
    height: 100%;
    /*overflow: hidden;*/ }
    .hero-section .results-wrapper.show-detail .results {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
    .hero-section .results-wrapper.show-detail .sidebar-detail {
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%); }
    .hero-section .results-wrapper.loading .sidebar-detail, .hero-section .results-wrapper.loading .results {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .hero-section .results-wrapper h2 {
      margin: 10px 20px;
      font-size: 30px;
      display: inline-block; }
      .hero-section .results-wrapper h2 .results-number {
        margin-left: 10px;
        font-size: 22px;
        color: rgba(0, 0, 0, 0.4);
        display: inline-block; }
        .hero-section .results-wrapper h2 .results-number:before {
          content: "("; }
        .hero-section .results-wrapper h2 .results-number:after {
          content: ")"; }
    .hero-section .results-wrapper .section-title {
      margin-top: 0;
      margin-bottom: 0; }
      .hero-section .results-wrapper .section-title .full-detail {
        float: right;
        margin-top: 10px; }
    .hero-section .results-wrapper .results {
      -webkit-transition: 0.7s ease;
      -o-transition: 0.7s ease;
      transition: 0.7s ease;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      position: relative;
      height: 100%; }
    .hero-section .results-wrapper .result-item {
      position: relative;
      display: table;
      width: 100%;
      height: 100%; }
      .hero-section .results-wrapper .result-item > a {
        color: inherit;
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
        padding-left: 25px;
        padding-right: 25px; }
        .hero-section .results-wrapper .result-item > a:before {
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease;
          position: absolute;
          top: 0;
          left: 0;
          content: "";
          width: 5px;
          height: 100%;
          background-color: #21405A; }
        .hero-section .results-wrapper .result-item > a:hover, .hero-section .results-wrapper .result-item > a.hover-state {
          background-color: rgba(0, 0, 0, 0.05); }
          .hero-section .results-wrapper .result-item > a:hover:before, .hero-section .results-wrapper .result-item > a.hover-state:before {
            opacity: 1;
            filter: alpha(opacity=100); }
        .hero-section .results-wrapper .result-item > a h3 {
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 15px; }
        .hero-section .results-wrapper .result-item > a h4 {
          opacity: 0.8;
          filter: alpha(opacity=80);
          font-size: 12px;
          font-weight: normal;
          margin-top: 0; }
        .hero-section .results-wrapper .result-item > a .result-item-detail {
          position: relative;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          display: table;
          padding-bottom: 15px;
          width: 100%; }
          .hero-section .results-wrapper .result-item > a .result-item-detail .image {
            -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
            color: #fff;
            width: 125px;
            height: 100px;
            background-size: cover;
            top: 0;
            left: 0;
            text-align: center;
            float: left;
            clear: both;
            position: relative; }
            .hero-section .results-wrapper .result-item > a .result-item-detail .image:after {
              opacity: 0.7;
              filter: alpha(opacity=70);
              background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
              background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
              background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
              filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
              background-color: rgba(0, 0, 0, 0.2);
              position: absolute;
              bottom: 0;
              left: 0;
              height: 100%;
              width: 100%;
              content: ""; }
            .hero-section .results-wrapper .result-item > a .result-item-detail .image figure {
              position: absolute;
              bottom: 5px;
              z-index: 1;
              font-size: 12px;
              font-weight: bold;
              padding: 5px;
              width: 100%; }
          .hero-section .results-wrapper .result-item > a .result-item-detail .description {
            padding-left: 140px; }
            .hero-section .results-wrapper .result-item > a .result-item-detail .description h5 {
              font-size: 14px;
              margin-bottom: 5px;
              margin-top: 0; }
              .hero-section .results-wrapper .result-item > a .result-item-detail .description h5 i, .hero-section .results-wrapper .result-item > a .result-item-detail .description h5 svg {
                opacity: 0.3;
                filter: alpha(opacity=30);
                margin-right: 5px;
                font-size: 12px; }
            .hero-section .results-wrapper .result-item > a .result-item-detail .description p {
              font-size: 12px;
              line-height: 16px;
              max-height: 32px;
              overflow: hidden;
              margin-bottom: 0; }
            .hero-section .results-wrapper .result-item > a .result-item-detail .description .label {
              -webkit-box-shadow: none;
              box-shadow: none;
              color: rgba(0, 0, 0, 0.5);
              border: 1px solid rgba(0, 0, 0, 0.2);
              background-color: transparent;
              margin: 3px 0;
              display: inline-block;
              margin: 8px 0; }
      .hero-section .results-wrapper .result-item .ribbon {
        right: 10px;
        font-size: 9px; }
      .hero-section .results-wrapper .result-item .controls-more {
        padding: 1px 15px;
        z-index: 5; }
        .hero-section .results-wrapper .result-item .controls-more a {
          padding: 7px 10px; }
        .hero-section .results-wrapper .result-item .controls-more ul {
          right: 15px; }
    .hero-section .results-wrapper .tse-scrollable {
      width: 100%;
      height: 100%; }
    .hero-section .results-wrapper .tse-scrollbar .drag-handle {
      right: 4px;
      width: 5px; }
    .hero-section .results-wrapper .tse-scrollbar .drag-handle.visible {
      opacity: 0.4;
      filter: alpha(opacity=40); }
    .hero-section .results-wrapper .image .price, .hero-section .results-wrapper .gallery-wrapper .price {
      -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      background-color: #fafafa;
      font-weight: 900;
      color: #1f1f1f;
      position: absolute;
      left: -6px;
      top: 10px;
      z-index: 2;
      padding: 5px;
      font-size: 12px; }
      .hero-section .results-wrapper .image .price:after, .hero-section .results-wrapper .gallery-wrapper .price:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 6px 0;
        border-color: transparent #ababab transparent transparent;
        content: "";
        position: absolute;
        bottom: -6px;
        left: 0; }

.map, .map-wrapper {
  height: 100%; }

.map.show-marker-labels .marker .title {
  opacity: 1;
  filter: alpha(opacity=100); }

.map .cluster:hover > div {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.map .cluster > div {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  -o-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  background-color: #21405A;
  border: 2px solid #21405A;
  width: 36px;
  height: 36px;
  color: #fff !important;
  line-height: 32px !important; }
  .map .cluster > div:after {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateZ(-2px);
    -moz-transform: translateZ(-2px);
    -ms-transform: translateZ(-2px);
    -o-transform: translateZ(-2px);
    transform: translateZ(-2px);
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
    border: 2px solid #21405A;
    background-color: #21405A;
    width: 36px;
    height: 36px;
    position: absolute;
    top: -2px;
    left: -2px;
    content: ""; }
  .map .cluster > div:before {
    text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Pro';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-transform: translateZ(-4px);
    -moz-transform: translateZ(-4px);
    -ms-transform: translateZ(-4px);
    -o-transform: translateZ(-4px);
    transform: translateZ(-4px);
    content: "\F002";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 36px;
    line-height: 30px;
    font-size: 14px;
    text-align: center; }

.map a[href^="http://maps.google.com/maps"] {
  display: none !important; }

.map a[href^="https://maps.google.com/maps"] {
  display: none !important; }

.map .gmnoprint a, .map .gmnoprint span, .map .gm-style-cc {
  display: none; }

.map .marker {
  display: inline-block;
  cursor: pointer;
  position: relative; }
  .map .marker:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    width: 14px;
    height: 4px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0; }
  .map .marker:hover:after, .map .marker.hover-state:after, .map .marker.active:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  .map .marker:hover .marker-wrapper, .map .marker.hover-state .marker-wrapper, .map .marker.active .marker-wrapper {
    -webkit-transform: rotateY(180deg) translateY(-4px);
    -moz-transform: rotateY(180deg) translateY(-4px);
    -ms-transform: rotateY(180deg) translateY(-4px);
    -o-transform: rotateY(180deg) translateY(-4px);
    transform: rotateY(180deg) translateY(-4px); }
    .map .marker:hover .marker-wrapper .pin:after, .map .marker.hover-state .marker-wrapper .pin:after, .map .marker.active .marker-wrapper .pin:after {
      -webkit-transform: translateX(-1px);
      -moz-transform: translateX(-1px);
      -ms-transform: translateX(-1px);
      -o-transform: translateX(-1px);
      transform: translateX(-1px);
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
  .map .marker:hover .title, .map .marker.hover-state .title, .map .marker.active .title {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  .map .marker.active .marker-wrapper:before {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: pulse;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 2s;
    -moz-animation-name: pulse;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 0s;
    -o-animation-duration: 2s;
    -o-animation-name: pulse;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-name: pulse;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-iteration-count: infinite; }
  .map .marker .marker-wrapper {
    -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    -o-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    position: relative;
    transform-style: preserve-3d;
    width: 37px;
    height: 49px; }
    .map .marker .marker-wrapper:before {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      background-color: #21405A;
      width: 37px;
      height: 37px;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      z-index: -1; }
    .map .marker .marker-wrapper:after {
      text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
      -webkit-font-smoothing: antialiased;
      font-family: 'Font Awesome 5 Pro';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      text-transform: none;
      -webkit-transform: translateZ(-4px);
      -moz-transform: translateZ(-4px);
      -ms-transform: translateZ(-4px);
      -o-transform: translateZ(-4px);
      transform: translateZ(-4px);
      content: "\F002";
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      width: 37px;
      height: 37px;
      line-height: 34px;
      font-size: 14px;
      text-align: center; }
    .map .marker .marker-wrapper .pin {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px #fff;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px #fff;
      transform-style: preserve-3d;
      border: 2px solid #21405A;
      position: absolute;
      top: 0;
      left: 0;
      width: 37px;
      height: 37px;
      background-size: cover; }
      .map .marker .marker-wrapper .pin:before {
        -webkit-transform: translateZ(-2px);
        -moz-transform: translateZ(-2px);
        -ms-transform: translateZ(-2px);
        -o-transform: translateZ(-2px);
        transform: translateZ(-2px);
        -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
        box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid #21405A;
        content: "";
        z-index: -2px;
        background-color: #21405A;
        position: absolute;
        top: -2px;
        left: -2px;
        width: 37px;
        height: 37px;
        z-index: 1; }
      .map .marker .marker-wrapper .pin .image {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px #fff;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px #fff;
        background-size: cover;
        height: 100%;
        width: 100%;
        position: relative;
        z-index: 2; }
        .map .marker .marker-wrapper .pin .image:after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 4px 0;
          border-color: #21405A transparent transparent transparent;
          content: "";
          position: absolute;
          bottom: -8px;
          left: 0;
          right: 0;
          margin: auto; }
  .map .marker .tag {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateZ(3px);
    -moz-transform: translateZ(3px);
    -ms-transform: translateZ(3px);
    -o-transform: translateZ(3px);
    transform: translateZ(3px);
    position: absolute;
    top: -3px;
    right: -1px;
    z-index: -1;
    background-color: #21405A;
    width: 19px;
    font-size: 9px;
    height: 19px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    transform-style: preserve-3d; }
    .map .marker .tag i, .map .marker .tag svg {
      -webkit-transform: translateZ(2px);
      -moz-transform: translateZ(2px);
      -ms-transform: translateZ(2px);
      -o-transform: translateZ(2px);
      transform: translateZ(2px);
      transform-style: preserve-3d; }
  .map .marker .title {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    pointer-events: none;
    position: absolute;
    left: 50px;
    top: 5px;
    white-space: nowrap;
    background-color: #fff;
    padding: 2px 4px; }
    .map .marker .title:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 6px 4px 0;
      border-color: transparent #fff transparent transparent;
      content: "";
      position: absolute;
      left: -6px;
      top: 0;
      bottom: 0;
      margin: auto; }
    .map .marker .title:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 6px 4px 0;
      border-color: transparent rgba(0, 0, 0, 0.2) transparent transparent;
      content: "";
      position: absolute;
      left: -6px;
      top: 2px;
      bottom: 0;
      margin: auto; }

.map .tooltip .tooltip-inner {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #fff;
  color: #1f1f1f; }

.map .tooltip .tooltip-arrow {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  border-top-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  bottom: -1px; }
  .map .tooltip .tooltip-arrow:after {
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    border-top-color: #fff;
    position: absolute;
    top: -6px;
    left: -5px;
    content: ""; }

.sidebar-detail {
  -webkit-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding: 10px 0; }
  .sidebar-detail section {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
    margin-top: 15px; }
    .sidebar-detail section:last-child {
      border-bottom: none;
      margin-bottom: 0; }
  .sidebar-detail h3 {
    font-size: 18px;
    font-weight: normal;
    color: inherit;
    margin-bottom: 20px; }
  .sidebar-detail .gallery-wrapper {
    height: 100%;
    position: relative; }
    .sidebar-detail .gallery-wrapper .price {
      font-size: 14px !important;
      padding: 5px 10px !important; }
  .sidebar-detail .gallery {
    height: 100%; }
    .sidebar-detail .gallery .owl-stage-outer {
      height: 100%; }

.sidebar-detail .sidebar-wrapper, .modal .sidebar-wrapper {
  padding: 0 20px; }

.sidebar-detail .section-title, .modal .section-title {
  margin-bottom: 15px;
  position: relative;
  margin-top: 10px; }
  .sidebar-detail .section-title h2, .modal .section-title h2 {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .sidebar-detail .section-title h4, .modal .section-title h4 {
    opacity: 0.6;
    filter: alpha(opacity=60);
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px; }

.sidebar-detail h5, .modal h5 {
  font-size: 14px; }
  .sidebar-detail h5 i, .sidebar-detail h5 svg, .modal h5 i, .modal h5 svg {
    color: rgba(0, 0, 0, 0.2);
    margin-right: 10px; }
  .sidebar-detail h5 a, .modal h5 a {
    color: inherit; }

.sidebar-detail .label, .modal .label {
  margin-bottom: 10px;
  display: inline-block;
  padding: 5px;
  margin-right: 15px;
  margin-top: 5px; }

.sidebar-detail .rating-passive, .modal .rating-passive {
  display: inline-block; }

.sidebar-detail .owl-dots, .modal .owl-dots {
  text-align: left; }

.sidebar-detail .back, .modal .back {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  margin-right: 15px;
  position: relative; }
  .sidebar-detail .back:after, .modal .back:after {
    text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
    -webkit-font-smoothing: antialiased;
    font-family: 'ElegantIcons';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    position: absolute;
    top: 0;
    left: 0;
    content: "#";
    width: 20px;
    height: 20px;
    width: 100%;
    line-height: 36px;
    font-size: 22px;
    text-align: center;
    color: #21405A; }
  .sidebar-detail .back:hover, .modal .back:hover {
    border: 2px solid rgba(0, 0, 0, 0.3); }

.sidebar-detail .gallery, .modal .gallery {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 20px 0; }
  .sidebar-detail .gallery.show, .modal .gallery.show {
    opacity: 1;
    filter: alpha(opacity=100); }
  .sidebar-detail .gallery img, .modal .gallery img {
    display: block;
    position: relative; }
    .sidebar-detail .gallery img:after, .modal .gallery img:after {
      opacity: 0.7;
      filter: alpha(opacity=70);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
      position: absolute;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      content: ""; }

.sidebar-detail .ribbon, .modal .ribbon {
  top: inherit;
  bottom: 0; }

.sidebar-detail .controls-more, .modal .controls-more {
  margin: inherit;
  bottom: inherit;
  top: 5px;
  z-index: 5; }
  .sidebar-detail .controls-more ul, .modal .controls-more ul {
    bottom: inherit;
    top: 35px; }
    .sidebar-detail .controls-more ul li:first-child a:after, .modal .controls-more ul li:first-child a:after {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 11px 11px;
      border-color: transparent transparent #fff;
      content: "";
      position: absolute;
      right: 0;
      top: -10px;
      bottom: inherit;
      height: 11px;
      width: 11px; }
    .sidebar-detail .controls-more ul li:first-child a:before, .modal .controls-more ul li:first-child a:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 15px 14px;
      border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
      content: "";
      position: absolute;
      right: -2px;
      top: -15px;
      bottom: inherit;
      height: 11px;
      width: 11px; }
    .sidebar-detail .controls-more ul li:first-child a:hover:after, .modal .controls-more ul li:first-child a:hover:after {
      border-color: transparent transparent #e8e8e8; }
    .sidebar-detail .controls-more ul li:last-child a:before, .sidebar-detail .controls-more ul li:last-child a:after, .modal .controls-more ul li:last-child a:before, .modal .controls-more ul li:last-child a:after {
      display: none; }

.sidebar-detail .jssocials-share, .modal .jssocials-share {
  padding: 1px 3px 2px; }
  .sidebar-detail .jssocials-share .jssocials-share-logo, .modal .jssocials-share .jssocials-share-logo {
    font-size: 1em; }

.infobox-wrapper {
  -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  -o-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  opacity: 0;
  filter: alpha(opacity=0); }
  .infobox-wrapper.show {
    opacity: 1;
    filter: alpha(opacity=100); }
    .infobox-wrapper.show > img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .infobox-wrapper.show .infobox > a {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    .infobox-wrapper.show .infobox .rating-passive {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .infobox-wrapper.show .infobox .description {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
  .infobox-wrapper > img {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: absolute !important;
    z-index: 1;
    right: -15px;
    top: -15px; }
  .infobox-wrapper .infobox {
    width: 270px; }
    .infobox-wrapper .infobox .description {
      -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
      -o-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
      transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translateX(-10px);
      -moz-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      -o-transform: translateX(-10px);
      transform: translateX(-10px);
      z-index: 1;
      bottom: 40px;
      padding-right: 20px; }
      .infobox-wrapper .infobox .description h3 {
        font-size: 18px; }
      .infobox-wrapper .infobox .description h4 {
        font-size: 12px; }
    .infobox-wrapper .infobox .rating-passive {
      -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
      -o-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
      transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translateX(-10px);
      -moz-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      -o-transform: translateX(-10px);
      transform: translateX(-10px);
      position: absolute;
      bottom: 15px;
      left: 20px;
      padding: 0;
      background-color: transparent;
      color: #fff;
      display: inline-block; }
      .infobox-wrapper .infobox .rating-passive .stars {
        margin-right: 2px; }
        .infobox-wrapper .infobox .rating-passive .stars figure {
          color: #fff; }
    .infobox-wrapper .infobox > a {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
      box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
      -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
      -o-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
      transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
      -webkit-transform: translateY(15px);
      -moz-transform: translateY(15px);
      -ms-transform: translateY(15px);
      -o-transform: translateY(15px);
      transform: translateY(15px);
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d; }
      .infobox-wrapper .infobox > a .image {
        background-position: 50% 50%;
        background-size: cover; }
        .infobox-wrapper .infobox > a .image:after {
          opacity: 0.7;
          filter: alpha(opacity=70);
          background-color: transparent; }
    .infobox-wrapper .infobox .controls-more {
      right: 15px;
      top: inherit;
      bottom: 10px; }
      .infobox-wrapper .infobox .controls-more:hover:after {
        opacity: 1;
        filter: alpha(opacity=100);
        color: #fff; }
      .infobox-wrapper .infobox .controls-more:after {
        opacity: 0.6;
        filter: alpha(opacity=60);
        color: #fff; }

/* 3. Elements Styling */
/* stylelint-disable */
@font-face {
  font-family: 'Radikal';
  src: url(/assets/Radikal_Light_1W7Vsnv.ttf) format("truetype");
  font-weight: normal; }

@font-face {
  font-family: 'Radikal';
  src: url(/assets/Radikal_Bold_36KwgSR.ttf) format("truetype");
  font-weight: bold; }

@font-face {
  font-family: 'Raleway';
  src: url(/assets/Raleway-Regular_32sRohu.ttf) format("truetype");
  font-weight: normal; }

@font-face {
  font-family: 'Raleway';
  src: url(/assets/Raleway-Bold_2e9EA7z.ttf) format("truetype");
  font-weight: bold; }

body {
  color: #1f1f1f;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  position: relative; }

address {
  margin-bottom: 10px; }
  address figure {
    margin-bottom: 5px; }
  address i, address svg {
    width: 30px !important;
    color: #21405A;
    margin-left: -30px; }

a {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #21405A;
  text-decoration: none;
  position: relative; }
  a:hover, a:active, a:focus {
    color: #000;
    outline: none !important;
    text-decoration: none; }
  a.link {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase; }
    a.link:hover, a.link:active, a.link:focus {
      color: #000; }
      a.link:hover.icon i, a.link:hover.icon svg, a.link:active.icon i, a.link:active.icon svg, a.link:focus.icon i, a.link:focus.icon svg {
        color: #1f1f1f; }
    a.link.icon i, a.link.icon svg {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      font-size: 12px;
      margin-left: 5px;
      position: relative;
      top: 1px; }
    a.link.arrow:after {
      text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
      -webkit-font-smoothing: antialiased;
      font-family: 'ElegantIcons';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      text-transform: none;
      opacity: 0.6;
      filter: alpha(opacity=60);
      content: "$";
      font-size: 14px;
      vertical-align: middle;
      margin-left: 2px;
      top: -1px;
      position: relative; }
  a.icon i, a.icon svg {
    margin: 0 5px; }
  a.underline {
    text-decoration: underline; }
  a.btn {
    display: inline-block; }

dl {
  margin-bottom: 0; }
  dl dt {
    float: left;
    padding: 2px 0; }
  dl dd {
    text-align: right;
    padding: 2px 0; }

.homepage h2 {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #21405A;
  font-size: 36px;
  font-weight: lighter; }

.homepage h3 {
  margin-bottom: 15px;
  font-weight: lighter;
  margin-top: 10px; }

.homepage .section-title {
  margin-top: 15px; }

h1 {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #21405A;
  font-size: 36px;
  font-weight: lighter;
  margin-top: 5px; }

h2 {
  font-size: 26px;
  color: #21405A;
  font-weight: lighter;
  margin-top: 5px; }

.page-title h2 {
  margin-top: 20px; }

h3 {
  margin-top: 0;
  color: #21405A;
  font-size: 18px;
  margin-bottom: 25px; }
  h3.subtitle {
    opacity: 0.6;
    filter: alpha(opacity=60);
    color: #1f1f1f;
    font-size: 16px;
    font-weight: normal; }
  h3 span {
    padding-left: 5px; }

h4 {
  font-size: 14px;
  font-weight: bold; }

hr {
  margin-bottom: 30px;
  margin-top: 30px; }

html, body {
  height: 100%; }

p {
  opacity: 0.65;
  filter: alpha(opacity=65);
  line-height: 18px; }

ul {
  padding-left: 15px; }
  ul.bullets {
    list-style: none;
    padding-left: 0;
    line-height: 25px; }
    ul.bullets li:before {
      text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
      -webkit-font-smoothing: antialiased;
      font-family: 'Font Awesome 5 Pro';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      text-transform: none;
      content: "\F111";
      color: #21405A;
      font-size: 7px;
      position: relative;
      top: -4px;
      margin-right: 12px; }
  ul.checkboxes {
    list-style: none;
    padding-left: 0; }
    ul.checkboxes label {
      font-weight: normal; }
      ul.checkboxes label span {
        opacity: 0.6;
        filter: alpha(opacity=60);
        float: right;
        font-size: 10px;
        line-height: 20px; }
    ul.checkboxes.inline li {
      width: 24%;
      float: left; }

section:not(.block) {
  margin-top: 5px;
  margin-bottom: 30px; }
  section:not(.block) h2 {
    margin-bottom: 20px; }

/* 4. Universal classes */
/* stylelint-disable */
.block {
  padding: 30px 0;
  /*overflow: hidden;*/
  position: relative; }
  .block.big-padding {
    padding: 60px 0; }

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden; }
  .bg img {
    max-width: inherit;
    height: 100%; }
  .bg.color.default {
    background-color: #21405A; }
  .bg.color.dark {
    background-color: #1f1f1f; }
  .bg.color.white {
    background-color: #fff; }
  .bg.color.neutral {
    background-color: #f6f6f4; }
  .bg.color.black {
    background-color: #000; }

.background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden; }
  .background-wrapper img {
    width: 100%;
    height: auto; }
  .background-wrapper .map {
    height: 100%; }
  .background-wrapper .background-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2; }
    .background-wrapper .background-color.background-color-white {
      background-color: #fff; }
    .background-wrapper .background-color.background-color-black {
      background-color: #000; }
    .background-wrapper .background-color.background-color-default {
      background-color: #21405A; }

.background-is-dark {
  color: #fff; }
  .background-is-dark a {
    color: #fff; }
    .background-is-dark a:hover, .background-is-dark a:active, .background-is-dark a:focus {
      color: #fff; }
    .background-is-dark a.btn-default {
      color: #000; }
  .background-is-dark h1, .background-is-dark h2, .background-is-dark h3, .background-is-dark h4, .background-is-dark h5 {
    color: #fff; }
  .background-is-dark .btn.btn-primary {
    /*background-color: darken( $color-default, 5% );*/
    color: #fff;
    /*border-color: darken( $color-default, 5% );*/ }
    .background-is-dark .btn.btn-primary:hover, .background-is-dark .btn.btn-primary:active, .background-is-dark .btn.btn-primary:active:hover, .background-is-dark .btn.btn-primary:focus {
      /*background-color: darken($color-default,12%); border-color: darken($color-default,12%);*/ }
    .background-is-dark .btn.btn-primary.btn-framed {
      color: #fff; }
      .background-is-dark .btn.btn-primary.btn-framed:hover, .background-is-dark .btn.btn-primary.btn-framed:active, .background-is-dark .btn.btn-primary.btn-framed:active:hover, .background-is-dark .btn.btn-primary.btn-framed:focus {
        border-color: #21405A; }
  .background-is-dark .owl-dots .owl-dot span {
    background-color: #fff; }
  .background-is-dark .ui-slider .noUi-base {
    background-color: #3c75a5; }
    .background-is-dark .ui-slider .noUi-base .noUi-connect {
      background-color: #fff; }
    .background-is-dark .ui-slider .noUi-base .noUi-background {
      background-color: #3c75a5; }
    .background-is-dark .ui-slider .noUi-base .noUi-handle {
      border: 2px solid #fff;
      background-color: #21405A; }
      .background-is-dark .ui-slider .noUi-base .noUi-handle:hover, .background-is-dark .ui-slider .noUi-base .noUi-handle.noUi-active {
        -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.07);
        box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.07); }
  .background-is-dark .ui-slider .values {
    color: #fff; }
    .background-is-dark .ui-slider .values input {
      background-color: transparent;
      border: none;
      width: 49%; }

.bg-transfer {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  width: 100%; }
  .bg-transfer img {
    display: none !important; }

.box {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 20px;
  position: relative;
  background-color: #fafafa; }

.center {
  text-align: center; }

.container .block {
  padding: 30px; }

.label.label-info {
  background-color: #f6f6f4;
  color: rgba(0, 0, 0, 0.5); }

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

.font-color-white {
  color: #fff; }

.font-color-black {
  color: #000; }

.font-color-default {
  color: #21405A; }

.font-color-dark {
  color: #1f1f1f; }

.font-color-neutral {
  color: #f6f6f4; }

.no-margin {
  margin: 0; }

.no-bottom-margin {
  margin-bottom: 0 !important; }

.no-top-margin {
  margin-top: 0; }

.note {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #000;
  vertical-align: middle;
  font-size: 12px;
  margin: 5px 0; }

.half-bottom-margin {
  margin-bottom: 30px; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

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

.opacity-80 {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.opacity-70 {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.opacity-60 {
  opacity: 0.6;
  filter: alpha(opacity=60); }

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

.opacity-40 {
  opacity: 0.4;
  filter: alpha(opacity=40); }

.opacity-30 {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.opacity-20 {
  opacity: 0.2;
  filter: alpha(opacity=20); }

.opacity-19 {
  opacity: 0.19;
  filter: alpha(opacity=19); }

.opacity-18 {
  opacity: 0.18;
  filter: alpha(opacity=18); }

.opacity-17 {
  opacity: 0.17;
  filter: alpha(opacity=17); }

.opacity-16 {
  opacity: 0.16;
  filter: alpha(opacity=16); }

.opacity-15 {
  opacity: 0.15;
  filter: alpha(opacity=15); }

.opacity-14 {
  opacity: 0.14;
  filter: alpha(opacity=14); }

.opacity-13 {
  opacity: 0.13;
  filter: alpha(opacity=13); }

.opacity-12 {
  opacity: 0.12;
  filter: alpha(opacity=12); }

.opacity-11 {
  opacity: 0.11;
  filter: alpha(opacity=11); }

.opacity-10 {
  opacity: 0.1;
  filter: alpha(opacity=10); }

.opacity-9 {
  opacity: 0.09;
  filter: alpha(opacity=9); }

.opacity-8 {
  opacity: 0.08;
  filter: alpha(opacity=8); }

.opacity-7 {
  opacity: 0.07;
  filter: alpha(opacity=7); }

.opacity-6 {
  opacity: 0.06;
  filter: alpha(opacity=6); }

.opacity-5 {
  opacity: 0.05;
  filter: alpha(opacity=5); }

.opacity-4 {
  opacity: 0.04;
  filter: alpha(opacity=4); }

.opacity-3 {
  opacity: 0.03;
  filter: alpha(opacity=3); }

.opacity-2 {
  opacity: 0.02;
  filter: alpha(opacity=2); }

.opacity-1 {
  opacity: 0.01;
  filter: alpha(opacity=1); }

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

.overlay {
  position: relative; }
  .overlay:after {
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: ""; }

.text-color-white {
  color: #fff !important; }
  .text-color-white a {
    color: #fff; }

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

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

.vertical-aligned-elements {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2; }
  .vertical-aligned-elements .element {
    display: table-cell;
    vertical-align: middle; }

.width-10 {
  width: 10% !important; }

.width-15 {
  width: 15% !important; }

.width-20 {
  width: 20% !important; }

.width-25 {
  width: 25% !important; }

.width-30 {
  width: 30% !important; }

.width-33 {
  width: 33% !important; }

.width-35 {
  width: 35% !important; }

.width-40 {
  width: 40% !important; }

.width-45 {
  width: 45% !important; }

.width-50 {
  width: 50% !important; }

.width-55 {
  width: 55% !important; }

.width-60 {
  width: 60% !important; }

.width-65 {
  width: 65% !important; }

.width-70 {
  width: 70% !important; }

.width-75 {
  width: 75% !important; }

.width-80 {
  width: 80% !important; }

.width-85 {
  width: 85% !important; }

.width-90 {
  width: 90% !important; }

.width-95 {
  width: 95% !important; }

.width-100 {
  width: 100% !important; }

.width-100px {
  width: 100px; }

.width-150px {
  width: 150px; }

.width-200px {
  width: 200px; }

.width-250px {
  width: 250px; }

.width-300px {
  width: 300px; }

.width-350px {
  width: 350px; }

.width-400px {
  width: 400px; }

.width-450px {
  width: 450px; }

.width-500px {
  width: 500px; }

.width-550px {
  width: 550px; }

.width-600px {
  width: 600px; }

.width-650px {
  width: 650px; }

.width-700px {
  width: 700px; }

.width-750px {
  width: 750px; }

.width-800px {
  width: 800px; }

.width-850px {
  width: 850px; }

.width-900px {
  width: 900px; }

.width-950px {
  width: 950px; }

.width-1000px {
  width: 1000px; }

.min-width-50px {
  min-width: 50px; }

.min-width-100px {
  min-width: 100px; }

.min-width-150px {
  min-width: 150px; }

.min-width-200px {
  min-width: 200px; }

.min-width-250px {
  min-width: 250px; }

.min-width-300px {
  min-width: 300px; }

.min-width-350px {
  min-width: 350px; }

.height-10percent {
  height: 10%; }

.height-20percent {
  height: 20%; }

.height-30percent {
  height: 30%; }

.height-40percent {
  height: 40%; }

.height-50percent {
  height: 50%; }

.height-60percent {
  height: 60%; }

.height-70percent {
  height: 70%; }

.height-80percent {
  height: 80%; }

.height-90percent {
  height: 90%; }

.height-100percent {
  height: 100%; }

.height-100px {
  height: 100px; }

.height-150px {
  height: 150px; }

.height-200px {
  height: 200px; }

.height-250px {
  height: 250px; }

.height-300px {
  height: 300px; }

.height-350px {
  height: 350px; }

.height-400px {
  height: 400px; }

.height-450px {
  height: 450px; }

.height-500px {
  height: 500px; }

.height-550px {
  height: 550px; }

.height-600px {
  height: 600px; }

.height-650px {
  height: 650px; }

.height-700px {
  height: 700px; }

.height-750px {
  height: 750px; }

.height-800px {
  height: 800px; }

.height-850px {
  height: 850px; }

.height-900px {
  height: 900px; }

.height-950px {
  height: 950px; }

.height-1000px {
  height: 1000px; }

.space {
  height: 50px; }

.shadow {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }

.shadow-big {
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33); }

/* 5. Classes */
/* stylelint-disable */
.answer {
  margin-bottom: 50px; }
  .answer .box {
    padding-top: 40px;
    position: relative; }
    .answer .box:after {
      -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      content: "?";
      color: #fff;
      font-weight: bold;
      background-color: #21405A;
      height: 30px;
      width: 30px;
      line-height: 28px;
      text-align: center;
      position: absolute;
      font-size: 16px;
      top: -15px; }
    .answer .box:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 4px 0;
      border-color: #21405A transparent transparent transparent;
      content: "";
      position: absolute;
      left: 31px;
      top: 11px; }
  .answer h3 {
    margin-bottom: 10px; }
  .answer figure {
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-align: right;
    font-size: 12px;
    margin-top: 10px; }
    .answer figure a {
      margin-left: 10px;
      color: inherit; }
    .answer figure i, .answer figure svg {
      font-size: 10px;
      margin-left: 5px; }

.blog-post {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  padding-bottom: 30px; }
  .blog-post iframe {
    margin-bottom: 20px; }
  .blog-post img {
    max-width: 100%; }
  .blog-post header h2 {
    border: none;
    font-size: 36px;
    margin: 20px 0;
    padding-bottom: 0; }
  .blog-post p {
    margin-bottom: 20px; }
  .blog-post ul {
    padding-left: 25px; }
  .blog-post .meta {
    display: table;
    width: 100%;
    margin: 20px 0; }
    .blog-post .meta a {
      color: #1f1f1f;
      margin: 0 10px; }
      .blog-post .meta a:first-child {
        margin-left: 0; }
      .blog-post .meta a i, .blog-post .meta a svg {
        color: rgba(0, 0, 0, 0.4); }
    .blog-post .meta .tags {
      display: inline-block;
      float: right; }
      .blog-post .meta .tags .tag {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        font-size: 12px;
        margin: 0 3px;
        padding: 5px; }

.breadcrumb {
  padding: 10px 0px;
  margin-bottom: 10px;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold; }

.categories-list .list-item {
  margin-bottom: 60px; }
  .categories-list .list-item .title {
    margin-bottom: 10px; }
    .categories-list .list-item .title .icon {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      background-color: #21405A;
      color: #fff;
      text-align: center;
      width: 40px;
      height: 40px;
      margin-right: 10px; }
      .categories-list .list-item .title .icon i, .categories-list .list-item .title .icon svg {
        font-size: 14px;
        line-height: 38px; }
    .categories-list .list-item .title h3 {
      display: inline-block;
      font-size: 18px;
      font-weight: normal;
      vertical-align: middle; }
  .categories-list .list-item ul {
    list-style: none;
    padding-left: 52px; }
    .categories-list .list-item ul li a {
      opacity: 0.6;
      filter: alpha(opacity=60);
      color: #000;
      display: inline-block;
      padding: 2px 0; }
      .categories-list .list-item ul li a:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
    .categories-list .list-item ul li .count {
      opacity: 0.8;
      filter: alpha(opacity=80);
      display: inline-block;
      font-size: 10px;
      float: right;
      top: 7px;
      position: relative; }

.circle-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 31px;
  margin-left: 1px;
  margin-right: 1px;
  color: rgba(0, 0, 0, 0.4); }
  .circle-icon:hover, .circle-icon.active {
    border: 2px solid rgba(0, 0, 0, 0.2);
    color: #21405A; }

.comments {
  list-style: none;
  padding-left: 0; }
  .comments .comment {
    display: table;
    margin-bottom: 20px;
    padding-left: 80px;
    position: relative; }
    .comments .comment figure {
      left: 0;
      position: absolute;
      top: 0; }
      .comments .comment figure .image {
        background-color: #1f1f1f;
        height: 70px;
        position: relative;
        overflow: hidden;
        width: 60px; }
        .comments .comment figure .image:after {
          bottom: 0;
          content: "";
          height: 0;
          border-style: solid;
          border-width: 10px 0 0 10px;
          border-color: transparent transparent transparent #fff;
          position: absolute;
          right: 0;
          width: 0; }
        .comments .comment figure .image:before {
          background-color: #fff;
          bottom: 0;
          content: "";
          height: 10px;
          left: 0;
          width: calc(100% - 10px);
          position: absolute; }
        .comments .comment figure .image img {
          height: 100%; }
    .comments .comment .date {
      font-size: 12px;
      position: absolute;
      right: 0;
      top: 5px; }
      .comments .comment .date .fa {
        color: #b8b8b8;
        font-size: 10px;
        margin-right: 10px; }
    .comments .comment .name {
      display: table;
      font-size: 18px;
      width: 100%; }
    .comments .comment .reply {
      color: #1f1f1f; }
      .comments .comment .reply .fa {
        color: #21405A;
        margin-right: 10px; }

.count-down .countdown-row .countdown-section {
  display: inline-block;
  margin-right: 20px; }

.count-down .countdown-row .countdown-amount {
  font-weight: bold;
  display: block;
  position: relative; }

.count-down .countdown-row .countdown-period {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-size: 12px;
  text-transform: uppercase; }

.controls-more {
  font-size: 18px;
  padding: 1px 5px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 27px; }
  .controls-more.show ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .controls-more ul {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    visibility: hidden;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    list-style: none;
    padding-left: 0;
    position: absolute;
    bottom: 25px;
    right: 8px;
    background-color: #fff;
    font-size: 14px;
    text-align: right; }
    .controls-more ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .controls-more ul li:last-child {
        border-bottom: none; }
        .controls-more ul li:last-child a:after {
          /*background-image: url("../../img/triangle.png");*/
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 11px 11px 0;
          border-color: transparent #fff transparent transparent;
          content: "";
          position: absolute;
          right: 0;
          bottom: -10px;
          height: 11px;
          width: 11px; }
        .controls-more ul li:last-child a:before {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 15px 14px 0;
          border-color: transparent rgba(0, 0, 0, 0.05) transparent transparent;
          content: "";
          position: absolute;
          right: -2px;
          bottom: -14px;
          height: 11px;
          width: 11px; }
        .controls-more ul li:last-child a:hover:after {
          border-color: transparent #e8e8e8 transparent transparent; }
      .controls-more ul li a {
        display: block;
        color: #1f1f1f;
        white-space: nowrap;
        padding: 7px 10px; }
        .controls-more ul li a:hover {
          background-color: #e8e8e8; }
  .controls-more:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #21405A; }
  .controls-more:after {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Pro';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    content: "\F142";
    color: #000; }

.container.full-width {
  width: 100%; }

.customizer {
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateX(-250px);
  -moz-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  transform: translateX(-250px);
  background-color: #fff;
  position: fixed;
  top: 150px;
  left: 0;
  padding: 15px;
  z-index: 999;
  width: 250px; }
  .customizer.show-it {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  .customizer h3 {
    margin-top: 0;
    font-weight: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .customizer .sp-container {
    background-color: transparent;
    border: none; }
  .customizer .sp-color, .customizer .sp-hue, .customizer .sp-clear {
    border: none; }
  .customizer .sp-palette-container {
    border: none;
    padding-left: 0; }
  .customizer .sp-palette {
    max-width: 20px; }
  .customizer .sp-palette .sp-thumb-el {
    border: none; }
  .customizer .sp-button-container {
    padding-top: 5px; }
  .customizer .sp-container button {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
    position: relative;
    padding: 10px;
    background-image: none;
    background-color: transparent;
    border: none;
    color: #000;
    border: 2px solid rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    font-size: 10px;
    right: -1px;
    overflow: hidden;
    margin-right: 2px;
    font-weight: bold; }
    .customizer .sp-container button:active, .customizer .sp-container button:focus, .customizer .sp-container button:hover, .customizer .sp-container button:active:hover, .customizer .sp-container button:active:focus, .customizer .sp-container button:focus:hover {
      background-color: #21405A; }
      .customizer .sp-container button:active:after, .customizer .sp-container button:focus:after, .customizer .sp-container button:hover:after, .customizer .sp-container button:active:hover:after, .customizer .sp-container button:active:focus:after, .customizer .sp-container button:focus:hover:after {
        background-color: rgba(0, 0, 0, 0.2); }
    .customizer .sp-container button:after {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      content: "";
      background-color: rgba(0, 0, 0, 0);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .customizer .sp-container button:hover, .customizer .sp-container button:active, .customizer .sp-container button:focus {
      text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
      -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px;
      border: 2px solid black;
      background-image: none;
      background-color: transparent; }
  .customizer .sp-cancel {
    opacity: 0.6;
    filter: alpha(opacity=60);
    color: #000 !important;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold; }
  .customizer .sp-container input {
    padding: 2px 4px;
    font: 10px "Raleway", "sans-serif"; }
    .customizer .sp-container input:focus {
      border: none; }
  .customizer .sp-picker-container, .customizer .sp-palette-container {
    padding-bottom: inherit;
    margin-bottom: inherit; }
  .customizer .sp-picker-container {
    padding-right: 0; }
  .customizer .checkboxes li {
    display: block; }
  .customizer .cog {
    -webkit-box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    text-align: center;
    padding: 7px 11px;
    top: 0;
    right: -37px;
    background-color: #1f1f1f;
    color: #fff;
    font-size: 18px; }
    .customizer .cog:hover {
      cursor: pointer; }

.datepicker {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 5px;
  border: none; }
  .datepicker .table-condensed thead > tr > th {
    color: #21405A; }
  .datepicker .table-condensed tbody > tr > td.day {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 8px;
    cursor: pointer;
    text-align: center; }
    .datepicker .table-condensed tbody > tr > td.day:hover {
      color: #fff;
      background-color: #21405A; }
  .datepicker .old, .datepicker .new, .datepicker .disabled {
    pointer-events: none;
    color: #fafafa; }
  .datepicker .today {
    color: #fff;
    border-color: #21405A;
    background-color: #21405A; }
    .datepicker .today:hover {
      color: #fff;
      background-color: #21405A; }
  .datepicker .clear {
    color: #21405A;
    background-color: #fafafa; }
  .datepicker .month {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin: 5px;
    padding: 5px 8px;
    cursor: pointer; }
    .datepicker .month:hover {
      background-color: #21405A;
      color: #fff; }
    .datepicker .month.focused {
      background-color: #1f1f1f;
      color: #fff; }
  .datepicker .glyphicon {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #21405A;
    cursor: pointer; }
    .datepicker .glyphicon:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
  .datepicker .datepicker-switch {
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px; }

.detail-sidebar .content {
  background-color: #fafafa;
  padding: 20px; }

.detail-sidebar address figure {
  margin-left: 30px; }

.duplicated-element {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 0; }

.featured-contact {
  position: relative;
  padding-left: 50px; }
  .featured-contact i, .featured-contact svg {
    opacity: 0.3;
    filter: alpha(opacity=30);
    font-size: 36px;
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    bottom: 0;
    margin: auto; }
  .featured-contact h4 {
    opacity: 0.6;
    filter: alpha(opacity=60);
    font-size: 14px;
    margin: 0; }
  .featured-contact h3 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 3px;
    margin-bottom: 3px; }

.file-upload {
  position: relative;
  height: 70px;
  margin-bottom: 20px;
  margin-top: 20px; }
  .file-upload .file-upload-input {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.03);
    width: 100%;
    border: 2px dashed rgba(0, 0, 0, 0.1);
    height: 70px;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 70px 0 0;
    overflow: hidden;
    z-index: 1; }
    .file-upload .file-upload-input:hover {
      border: 2px dashed rgba(0, 0, 0, 0.2);
      background-color: rgba(0, 0, 0, 0.02); }
  .file-upload span {
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 75px;
    width: 100%;
    text-align: center;
    margin: auto;
    z-index: 0;
    left: 0;
    text-transform: uppercase;
    color: #21405A;
    font-size: 12px;
    font-weight: bold; }

.file-upload-previews > .MultiFile-label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.03);
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: relative;
  margin-right: 10px;
  width: 100%; }

.file-upload-previews span.MultiFile-label {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 10px; }
  .file-upload-previews span.MultiFile-label .MultiFile-title {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 10px;
    bottom: 0;
    font-size: 12px;
    text-align: center;
    width: 100%; }
  .file-upload-previews span.MultiFile-label .MultiFile-preview {
    max-width: 200px !important;
    max-height: 150px !important; }

.file-upload-previews .MultiFile-remove {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: transparent;
  position: absolute;
  background-color: #ed2a21;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -10px;
  z-index: 1; }
  .file-upload-previews .MultiFile-remove:after {
    text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Pro';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    content: "\F00D";
    color: #fff;
    top: -2px;
    position: relative;
    font-size: 10px; }

.file-uploaded-images .image {
  height: 150px;
  display: inline-block;
  margin-bottom: 18px;
  margin-right: 15px;
  position: relative; }
  .file-uploaded-images .image figure {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    background-color: #ed2a21;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    content: "";
    text-align: center;
    line-height: 15px; }
    .file-uploaded-images .image figure i, .file-uploaded-images .image figure svg {
      color: #fff;
      font-size: 10px; }
  .file-uploaded-images .image img {
    height: 100%; }

.gallery.featured .item {
  margin-left: 10px; }
  .gallery.featured .item .controls:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff; }
  .gallery.featured .item .controls:after {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Pro';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    content: "\F142";
    color: #fff; }

.gallery.detail .image {
  width: 550px;
  height: 360px; }

.gallery .item {
  width: 260px; }

.gallery .owl-stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

#gallery-nav {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 15px;
  height: 27px;
  width: 75px; }
  #gallery-nav .owl-next, #gallery-nav .owl-prev {
    display: inline-block !important;
    position: absolute;
    cursor: pointer;
    margin-left: 2px;
    top: 0; }
    #gallery-nav .owl-next:after, #gallery-nav .owl-prev:after {
      text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
      -webkit-font-smoothing: antialiased;
      font-family: 'ElegantIcons';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      text-transform: none;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid white;
      padding: 3px 4px;
      font-size: 24px; }
  #gallery-nav .owl-next {
    right: 0; }
    #gallery-nav .owl-next:after {
      content: "5"; }
  #gallery-nav .owl-prev {
    right: 40px; }
    #gallery-nav .owl-prev:after {
      content: "4"; }

.item {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 30px; }
  .item > a {
    display: block;
    position: relative;
    height: 220px;
    overflow: hidden; }
    .item > a:hover .image {
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -o-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
    .item > a:hover .description {
      will-change: transform;
      -webkit-transform: translateY(-3px);
      -moz-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      -o-transform: translateY(-3px);
      transform: translateY(-3px); }
      .item > a:hover .description h4 {
        will-change: transform; }
    .item > a .description {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: #fff; }
      .item > a .description figure {
        text-shadow: compact(0px 1px 1px rgba(0, 0, 0, 0.5), false, false, false, false, false, false, false, false, false);
        font-size: 12px;
        font-weight: bold; }
        .item > a .description figure i, .item > a .description figure svg {
          margin-right: 5px; }
        .item > a .description figure span {
          margin-right: 10px; }
      .item > a .description h3 {
        text-shadow: compact(0px 1px 1px rgba(0, 0, 0, 0.5), false, false, false, false, false, false, false, false, false);
        color: #fff;
        font-size: 21px;
        font-weight: bold;
        margin-bottom: 2px;
        margin-top: 5px; }
      .item > a .description h4 {
        text-shadow: compact(0px 1px 1px rgba(0, 0, 0, 0.5), false, false, false, false, false, false, false, false, false);
        font-size: 14px;
        font-weight: normal;
        margin: 0; }
    .item > a .image {
      -webkit-transition: 0.6s ease;
      -o-transition: 0.6s ease;
      transition: 0.6s ease;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: scale(1.01, 1.01);
      -moz-transform: scale(1.01, 1.01);
      -ms-transform: scale(1.01, 1.01);
      -o-transform: scale(1.01, 1.01);
      transform: scale(1.01, 1.01);
      position: absolute;
      width: 100%;
      height: 100%; }
      .item > a .image:after {
        opacity: 0.7;
        filter: alpha(opacity=70);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        content: ""; }
  .item.featured .label {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff; }
  .item.featured .additional-info {
    background-color: #21405A;
    color: #fff;
    position: relative; }
    .item.featured .additional-info:after {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      content: "";
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
    .item.featured .additional-info .rating-passive {
      position: relative;
      z-index: 1; }
      .item.featured .additional-info .rating-passive .stars figure {
        color: #fff; }
    .item.featured .additional-info .controls-more {
      z-index: 1; }
      .item.featured .additional-info .controls-more:after {
        color: #fff; }
  .item.item-row {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: #fafafa;
    z-index: 2; }
    .item.item-row:after {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      content: "";
      background-color: rgba(0, 0, 0, 0);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .item.item-row:active:after, .item.item-row:focus:after, .item.item-row:hover:after, .item.item-row:active:hover:after, .item.item-row:active:focus:after, .item.item-row:focus:hover:after {
      background-color: rgba(0, 0, 0, 0.03); }
    .item.item-row:hover {
      -webkit-transform: translateX(5px);
      -moz-transform: translateX(5px);
      -ms-transform: translateX(5px);
      -o-transform: translateX(5px);
      transform: translateX(5px); }
    .item.item-row > a {
      height: 150px;
      width: 100%;
      display: table;
      padding-left: 180px; }
      .item.item-row > a:hover .image {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); }
      .item.item-row > a:hover .description {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
      .item.item-row > a .label {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: rgba(0, 0, 0, 0.5);
        border: 1px solid rgba(0, 0, 0, 0.2);
        background-color: transparent;
        display: inline-block;
        margin: 8px 0;
        padding: 4px 8px; }
      .item.item-row > a .image {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        width: 180px;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden; }
        .item.item-row > a .image:after {
          opacity: 0.6;
          filter: alpha(opacity=60);
          background-color: transparent; }
        .item.item-row > a .image figure {
          text-shadow: compact(0px 1px 1px rgba(0, 0, 0, 0.5), false, false, false, false, false, false, false, false, false);
          position: absolute;
          text-align: center;
          width: 100%;
          padding: 5px;
          font-size: 12px;
          font-weight: bold;
          color: #fff;
          z-index: 1;
          bottom: 5px; }
      .item.item-row > a .description {
        position: relative;
        bottom: inherit;
        left: inherit;
        display: table-cell;
        vertical-align: middle;
        padding-left: 20px; }
        .item.item-row > a .description h4, .item.item-row > a .description h3 {
          text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
          will-change: unset; }
        .item.item-row > a .description h4 {
          color: rgba(0, 0, 0, 0.5); }
        .item.item-row > a .description h3 {
          color: #21405A;
          font-size: 18px;
          margin-bottom: 4px; }
      .item.item-row > a .map {
        height: 100%;
        width: 100px;
        display: table-cell;
        background-color: rgba(0, 0, 0, 0.1); }
    .item.item-row .additional-info {
      padding: 0;
      background-color: transparent;
      display: table-cell;
      vertical-align: middle;
      text-align: right;
      width: 150px;
      padding-right: 40px;
      top: -2px; }
      .item.item-row .additional-info .reviews {
        color: #000; }
    .item.item-row .controls-more {
      z-index: 1; }
  .item .price {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    font-weight: 900;
    color: #1f1f1f;
    position: absolute;
    right: -6px;
    top: 30px;
    z-index: 1;
    padding: 5px;
    font-size: 14px; }
    .item .price:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6px 0 0;
      border-color: #ababab transparent transparent;
      content: "";
      position: absolute;
      bottom: -6px;
      right: 0; }
  .item .circle {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -15px;
    left: 20px;
    background-color: #fff;
    text-align: center; }
    .item .circle i, .item .circle svg {
      font-size: 12px;
      color: #21405A;
      line-height: 28px; }
    .item .circle.featured {
      background-color: #21405A;
      color: #fff;
      font-weight: 800;
      font-size: 12px;
      height: 45px;
      width: 45px;
      text-align: center;
      line-height: 43px; }
    .item .circle.sale {
      position: absolute;
      z-index: 1;
      top: -20px;
      left: 20px; }
  .item .additional-info {
    background-color: #fafafa;
    padding: 15px 20px;
    position: relative; }

.jssocials-share {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px 5px; }
  .jssocials-share:hover {
    border: 1px solid rgba(0, 0, 0, 0.2); }

.list-descriptive {
  list-style: none;
  padding-right: 0; }
  .list-descriptive.icon li {
    position: relative;
    margin-bottom: 15px; }
    .list-descriptive.icon li i, .list-descriptive.icon li svg {
      color: #21405A;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 10px;
      border: 2px solid rgba(0, 0, 0, 0.1);
      padding: 5px 6px;
      border-radius: 100%;
      width: 25px;
      height: 25px;
      line-height: 11px;
      text-align: center; }
    .list-descriptive.icon li .description {
      padding-left: 35px; }

.list-schedule {
  display: table;
  height: 100%;
  width: 100%; }
  .list-schedule li {
    margin-bottom: 15px; }
  .list-schedule .left {
    float: left;
    text-align: left; }
  .list-schedule .right {
    float: right;
    text-align: right; }
  .list-schedule .promoted {
    color: #21405A; }
  .list-schedule figure {
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 12px; }

.message-popup {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #1f1f1f;
  position: fixed;
  width: 280px;
  padding: 20px;
  color: #fff;
  font-size: 12px;
  z-index: 999; }
  .message-popup.bottom-left {
    left: 20px;
    bottom: 20px; }
  .message-popup.top-right {
    right: 20px;
    top: 100px; }
  .message-popup.featured {
    background-color: #21405A; }
  .message-popup .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0; }
  .message-popup .close {
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    right: 10px;
    top: 17px;
    color: #fff;
    z-index: 1;
    padding: 5px;
    font-size: 12px; }
  .message-popup p {
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin: 0; }

[data-show-after-time] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: hidden; }
  [data-show-after-time].show {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }

[data-show-after-scroll] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: hidden; }
  [data-show-after-scroll].show {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }

.modal {
  text-align: center; }

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; } }

.modal-dialog {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal.modal-external .modal-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98); }

.modal.modal-external.show .modal-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.modal.modal-external.show .loading-icon {
  display: none; }

.modal .modal-item-detail.modal-dialog {
  width: 750px; }
  .modal .modal-item-detail.modal-dialog .modal-content .modal-body > .left {
    float: left;
    width: 350px;
    display: table-cell;
    margin-left: -35px; }
    .modal .modal-item-detail.modal-dialog .modal-content .modal-body > .left section {
      padding-left: 30px; }
  .modal .modal-item-detail.modal-dialog .modal-content .modal-body > .right {
    display: table;
    padding-left: 20px; }
    .modal .modal-item-detail.modal-dialog .modal-content .modal-body > .right section:first-child {
      margin-top: 0; }
      .modal .modal-item-detail.modal-dialog .modal-content .modal-body > .right section:first-child h3 {
        margin-top: 0; }

.modal .modal-item-detail .map {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  height: 150px;
  margin-bottom: 20px; }

.modal .modal-item-detail .label {
  display: inline-block; }

.modal .loading-icon {
  color: #fff;
  font-size: 36px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.modal .modal-content {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: none;
  padding: 30px;
  display: table;
  width: 100%; }

.modal .modal-header, .modal .modal-body {
  padding: 0;
  border: none; }

.modal .section-title {
  margin-top: 0; }
  .modal .section-title h2 {
    margin-bottom: 15px; }

.modal .gallery {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  margin-top: 0;
  margin-bottom: 10px; }
  .modal .gallery.owl-carousel {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }
    .modal .gallery.owl-carousel .owl-nav {
      position: absolute;
      right: 0;
      bottom: 0; }
      .modal .gallery.owl-carousel .owl-nav .owl-prev, .modal .gallery.owl-carousel .owl-nav .owl-next {
        opacity: 0.9;
        filter: alpha(opacity=90);
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        background-color: #1f1f1f;
        color: #fff;
        padding: 4px 4px 0px;
        position: absolute;
        bottom: 0; }
        .modal .gallery.owl-carousel .owl-nav .owl-prev:hover, .modal .gallery.owl-carousel .owl-nav .owl-next:hover {
          opacity: 1;
          filter: alpha(opacity=100);
          cursor: pointer; }
      .modal .gallery.owl-carousel .owl-nav .owl-prev {
        right: 32px; }
      .modal .gallery.owl-carousel .owl-nav .owl-next {
        right: 0; }

.modal .close {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 18px;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff; }

.modal .controls-more {
  right: 0; }

.modal .bg-transfer {
  z-index: 0; }

.my-items {
  overflow: visible; }
  .my-items .no-items {
    text-align: center; }
  .my-items .my-item {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #fafafa;
    margin-bottom: 60px;
    position: relative; }
    .my-items .my-item .thunder {
      z-index: 1; }
      .my-items .my-item .thunder img {
        width: 25px;
        height: 25px; }
    .my-items .my-item .image-wrapper {
      position: relative;
      float: left; }
      .my-items .my-item .image-wrapper .image {
        width: 180px;
        height: 140px;
        position: relative;
        display: block; }
        .my-items .my-item .image-wrapper .image .bg-transfer {
          position: relative;
          z-index: 0; }
        .my-items .my-item .image-wrapper .image img {
          width: 100%; }
    .my-items .my-item .info {
      margin-left: 200px;
      padding: 20px 0;
      vertical-align: middle; }
      .my-items .my-item .info a {
        margin-bottom: 10px; }
        .my-items .my-item .info a img {
          max-height: 35px;
          margin-bottom: 10px; }
      .my-items .my-item .info h2 {
        opacity: 1;
        filter: alpha(opacity=100);
        font-size: 18px;
        margin: 0;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 10px; }
      .my-items .my-item .info .location {
        font-size: 12px;
        margin-top: 10px; }
      .my-items .my-item .info .additional-info {
        font-size: 12px;
        font-weight: bold;
        margin: 2px 0; }
        .my-items .my-item .info .additional-info i, .my-items .my-item .info .additional-info svg {
          margin-right: 5px; }
        .my-items .my-item .info .additional-info > span {
          padding-right: 10px; }
          .my-items .my-item .info .additional-info > span span {
            padding-right: 5px; }
  .my-items table {
    z-index: 2;
    position: relative;
    border-collapse: separate;
    border-spacing: 0 45px; }
    .my-items table thead tr th {
      border: none;
      padding: 0;
      width: 8%; }
      .my-items table thead tr th:first-child {
        width: 50%; }
      .my-items table thead tr th:last-child {
        text-align: right;
        width: 15%; }
    .my-items table tbody tr td {
      border: none;
      padding: 0;
      width: 8%;
      vertical-align: middle;
      font-size: 12px;
      position: relative;
      white-space: nowrap;
      background-color: #fafafa; }
      .my-items table tbody tr td:first-child {
        width: 50%; }
      .my-items table tbody tr td:last-child {
        text-align: right;
        padding-right: 20px;
        width: 15%; }
  .my-items ul {
    list-style: none;
    padding-left: 0;
    z-index: 2;
    position: relative; }
    .my-items ul li {
      display: inline-block;
      width: 9%;
      vertical-align: middle; }
      .my-items ul li:first-child {
        width: 50%; }
  .my-items .featured {
    opacity: 0.3;
    filter: alpha(opacity=30); }
    .my-items .featured.yes {
      opacity: 1;
      filter: alpha(opacity=100);
      color: #21405A; }
  .my-items .last-edit {
    opacity: 0.4;
    filter: alpha(opacity=40);
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    white-space: nowrap; }
  .my-items .edit-options {
    position: absolute;
    right: 0;
    bottom: -35px; }
    .my-items .edit-options a {
      opacity: 0.6;
      filter: alpha(opacity=60);
      color: #1f1f1f;
      padding: 10px;
      display: inline-block; }
      .my-items .edit-options a:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
      .my-items .edit-options a:last-child {
        padding-right: 0; }
      .my-items .edit-options a.delete {
        color: #ed2a21; }
  .my-items .circle {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -15px;
    left: 10px;
    background-color: #21405A;
    text-align: center;
    z-index: 1; }
    .my-items .circle img {
      height: 30px;
      width: 30px;
      border-radius: 50%; }
    .my-items .circle i, .my-items .circle svg {
      font-size: 12px;
      color: #fff;
      line-height: 28px; }
  .my-items .label {
    display: inline-block;
    margin: 4px 0;
    padding: 4px; }

.nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.owl-carousel .owl-item .item .circle.sale {
  top: 20px; }

.owl-carousel .owl-item .item .circle.featured {
  background-color: #fff;
  color: #21405A; }

.owl-dots {
  margin-top: 5px;
  text-align: center; }
  .owl-dots .owl-dot {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block; }
    .owl-dots .owl-dot.active {
      opacity: 1;
      filter: alpha(opacity=100); }
    .owl-dots .owl-dot span {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      background-color: #000;
      width: 5px;
      height: 5px;
      margin: 3px 5px; }

.owl-nav .owl-next, .owl-nav .owl-prev {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .owl-nav .owl-next:before, .owl-nav .owl-prev:before {
    text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
    -webkit-font-smoothing: antialiased;
    font-family: 'ElegantIcons';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    font-size: 24px; }
  .owl-nav .owl-next:hover, .owl-nav .owl-prev:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }

.owl-nav .owl-next:before {
  content: "$"; }

.owl-nav .owl-prev:before {
  content: "#"; }

[data-owl-dots="0"] .owl-dots {
  display: none !important; }

[data-owl-nav="0"] .owl-nav {
  display: none !important; }

[data-owl-dots="1"] .owl-dots {
  display: block !important; }

[data-owl-nav-container] .owl-controls {
  display: none !important; }

[data-owl-nav="1"] .owl-nav {
  display: block !important; }
  [data-owl-nav="1"] .owl-nav .owl-next, [data-owl-nav="1"] .owl-nav .owl-prev {
    display: inline-block !important; }

.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 2px solid rgba(0, 0, 0, 0.1); }

.panel-group .panel-heading {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: transparent;
  padding: 0; }
  .panel-group .panel-heading:hover {
    background-color: rgba(0, 0, 0, 0.03); }
  .panel-group .panel-heading .panel-title {
    font-weight: bold;
    font-size: 14px; }
    .panel-group .panel-heading .panel-title a {
      padding: 15px;
      display: block;
      position: relative; }
      .panel-group .panel-heading .panel-title a:after {
        text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
        -webkit-font-smoothing: antialiased;
        font-family: 'ElegantIcons';
        speak: none;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-transform: none;
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        margin: auto;
        height: 18px;
        font-size: 18px; }
      .panel-group .panel-heading .panel-title a[aria-expanded="false"]:after {
        content: "L"; }
      .panel-group .panel-heading .panel-title a[aria-expanded="true"]:after {
        content: "K"; }
      .panel-group .panel-heading .panel-title a i, .panel-group .panel-heading .panel-title a svg {
        opacity: 0.3;
        filter: alpha(opacity=30);
        margin-right: 8px; }

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

.page-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .page-wrapper #page-header, .page-wrapper #page-content, .page-wrapper #page-footer {
    display: table-row; }
  .page-wrapper #page-header, .page-wrapper #page-footer {
    height: 1px; }
  .page-wrapper #page-content {
    height: auto;
    overflow: hidden;
    position: relative; }

#page-footer {
  background-color: #404040;
  color: #fff; }
  #page-footer div.container {
    padding: 30px 0; }
  #page-footer .product_description {
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-style: italic;
    text-align: center; }
  #page-footer ul li {
    list-style: none;
    margin-top: 5px;
    font-size: 1.1em; }
    #page-footer ul li ul li {
      margin-top: 5px;
      text-decoration: underline;
      font-size: 0.8em;
      font-weight: lighter; }
      #page-footer ul li ul li a {
        font-size: 0.8em;
        color: #fafafa; }
    #page-footer ul li img {
      margin-bottom: 20px;
      max-height: 50px; }
    #page-footer ul li a {
      font-size: 0.8em;
      color: #fff; }
    #page-footer ul li:last-child {
      margin-bottom: 0; }

.label {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 800; }
  .label.label-default {
    background-color: #21405A; }
  .label.label-info {
    background-color: #fff; }

.logos {
  display: table;
  width: 100%; }
  .logos .logo {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .logos .logo a {
      opacity: 0.5;
      filter: alpha(opacity=50); }
      .logos .logo a:hover {
        opacity: 1;
        filter: alpha(opacity=100); }

.pagination li {
  display: inline-block; }
  .pagination li a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: transparent;
    border: none;
    border-color: transparent;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 5px;
    margin-right: 5px; }
    .pagination li a:hover {
      color: rgba(0, 0, 0, 0.5); }
  .pagination li.active a {
    pointer-events: none;
    background-color: #21405A;
    color: #fff; }
  .pagination li.previous a, .pagination li.next a {
    -moz-border-radius-topleft: 100%;
    -webkit-border-top-left-radius: 100%;
    border-top-left-radius: 100%;
    -moz-border-radius-topright: 100%;
    -webkit-border-top-right-radius: 100%;
    border-top-right-radius: 100%;
    -moz-border-radius-bottomleft: 100%;
    -webkit-border-bottom-left-radius: 100%;
    border-bottom-left-radius: 100%;
    -moz-border-radius-bottomright: 100%;
    -webkit-border-bottom-right-radius: 100%;
    border-bottom-right-radius: 100%;
    background-color: #fafafa;
    color: inherit;
    padding: 7px 10px; }

.pricing {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
  padding: 30px 20px; }
  .pricing.box {
    background-color: #fafafa; }
    .pricing.box.featured {
      background-color: #21405A;
      color: #fff; }
      .pricing.box.featured ul li.available, .pricing.box.featured ul li.not-available, .pricing.box.featured ul li {
        color: #fff;
        border-bottom-color: rgba(255, 255, 255, 0.2); }
  .pricing.featured:not(.box) figure {
    background-color: #21405A;
    color: #fff; }
  .pricing.description {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    text-align: left;
    padding-left: 0; }
  .pricing h2 {
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: inherit;
    font-size: 30px;
    font-weight: lighter; }
  .pricing figure {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 5px;
    right: -10px;
    text-align: center;
    line-height: 75px;
    color: #21405A;
    font-size: 18px;
    font-weight: bold; }
  .pricing ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 20px; }
    .pricing ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      line-height: 55px; }
      .pricing ul li:last-child {
        border-bottom: none; }
      .pricing ul li.available {
        color: #21405A; }
      .pricing ul li.not-available {
        color: rgba(0, 0, 0, 0.5); }
      .pricing ul li i, .pricing ul li svg {
        font-size: 20px; }

.rating-passive .stars {
  margin-right: 5px; }
  .rating-passive .stars figure {
    opacity: 0.1;
    filter: alpha(opacity=10);
    color: #000;
    font-size: 11px;
    margin-right: 1px; }
    .rating-passive .stars figure.active {
      opacity: 1;
      filter: alpha(opacity=100);
      color: #21405A; }

.rating-passive .reviews {
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 11px; }
  .rating-passive .reviews:after {
    content: ")"; }
  .rating-passive .reviews:before {
    content: "("; }

.review {
  position: relative;
  margin-bottom: 40px;
  display: table;
  height: 100%; }
  .review .image {
    position: absolute;
    left: 0;
    top: 0; }
    .review .image > div {
      -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      width: 80px;
      height: 80px; }
  .review .description {
    padding-left: 100px; }
    .review .description .rating-passive {
      display: inline-block;
      margin-right: 20px; }
    .review .description .date {
      opacity: 0.6;
      filter: alpha(opacity=60);
      font-size: 12px; }
    .review .description p {
      margin-top: 10px; }

.reviews .review {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 30px;
  position: relative; }
  .reviews .review.switch {
    opacity: 0.4;
    filter: alpha(opacity=40);
    pointer-events: none; }
  .reviews .review.write .name {
    margin-bottom: 20px; }
  .reviews .review.write .comment:before {
    border-width: 0 10px 10px;
    border-color: transparent transparent #fff transparent;
    left: 20px;
    top: -10px; }
  .reviews .review form {
    margin: 0; }
  .reviews .review .name {
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px; }
  .reviews .review .comment {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #fafafa;
    padding: 20px;
    position: relative; }
    .reviews .review .comment:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 10px 0;
      border-color: transparent #fafafa transparent transparent;
      position: absolute;
      left: -10px;
      top: 30px; }
    .reviews .review .comment .options {
      text-transform: uppercase;
      font-size: 10px;
      color: #acacac;
      margin-top: 30px; }
      .reviews .review .comment .options a {
        margin-right: 10px; }
    .reviews .review .comment .comment-title {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      margin-bottom: 20px; }
      .reviews .review .comment .comment-title h4 {
        font-size: 18px;
        display: inline-block; }
      .reviews .review .comment .comment-title .rating {
        color: #21405A;
        font-size: 20px;
        font-weight: bold;
        margin-right: 20px;
        display: inline-block; }
        .reviews .review .comment .comment-title .rating:before {
          text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
          -webkit-font-smoothing: antialiased;
          font-family: 'Font Awesome 5 Pro';
          speak: none;
          font-weight: normal;
          font-variant: normal;
          line-height: 1;
          text-transform: none;
          content: "\F005";
          margin-right: 10px; }
  .reviews .review .answer {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 15px;
    position: relative;
    margin-top: 30px; }
    .reviews .review .answer:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 5px 6px;
      border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
      position: absolute;
      left: 20px;
      top: -6px; }
    .reviews .review .answer h4 {
      font-size: 12px;
      font-weight: bold;
      margin-top: 0; }
  .reviews .review .visitor-rating dt {
    font-weight: normal; }
  .reviews .review .visitor-rating dd {
    font-weight: bold;
    color: #21405A; }
    .reviews .review .visitor-rating dd.star-rating {
      clear: left;
      margin-bottom: 10px;
      text-align: left;
      padding: 0; }
  .reviews .review .ribbon {
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
    padding: 8px; }
  .reviews .review.muted .name, .reviews .review.muted .date, .reviews .review.muted .comment {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .reviews .review.muted .name:hover, .reviews .review.muted .date:hover, .reviews .review.muted .comment:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

.ribbon {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #21405A;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  padding: 5px;
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 1; }
  .ribbon:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 0;
    border-color: #21405A transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    right: 0; }
  .ribbon:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 0;
    border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    right: 0;
    z-index: 1; }

.section-title {
  margin-bottom: 50px;
  margin-top: 5px; }
  .section-title h2 {
    margin-top: 0; }

.pac-container {
  z-index: 1051 !important; }

.page-title {
  margin-bottom: 40px;
  margin-top: 5px;
  display: table;
  width: 100%;
  height: auto; }
  .page-title h3 {
    opacity: 0.6;
    filter: alpha(opacity=60);
    color: inherit; }
  .page-title.error h1 {
    font-size: 200px; }
  .page-title.pull-left, .page-title.pull-right {
    width: auto; }

.subject-list {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
  position: relative;
  margin-bottom: 50px; }
  .subject-list h3 {
    margin-bottom: 5px; }
  .subject-list h4 {
    font-weight: normal; }
  .subject-list .image {
    height: 250px;
    position: relative;
    z-index: 1;
    display: block; }
  .subject-list .description section {
    padding: 10px 20px;
    margin-bottom: 0;
    margin-top: 0; }
  .subject-list .description .name, .subject-list .description .contacts {
    background-color: #fff; }
  .subject-list .description .name {
    padding-top: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .subject-list .description .contacts {
    padding-bottom: 20px; }
    .subject-list .description .contacts a {
      color: inherit; }
    .subject-list .description .contacts i, .subject-list .description .contacts svg {
      opacity: 0.4;
      filter: alpha(opacity=40);
      margin-right: 10px; }
  .subject-list .description .social a {
    display: inline-block;
    padding: 5px; }
  .subject-list .ribbon {
    z-index: 2; }

.subject-detail {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
  margin-bottom: 50px;
  display: table;
  width: 100%;
  height: 100%; }
  .subject-detail .image {
    position: relative;
    width: 250px;
    height: 250px;
    display: table-cell;
    z-index: 1; }
  .subject-detail .description {
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
    padding-right: 50px; }
    .subject-detail .description section {
      margin-top: 20px;
      margin-bottom: 15px; }
    .subject-detail .description h3 {
      font-size: 24px;
      margin-bottom: 10px; }
    .subject-detail .description .contacts i, .subject-detail .description .contacts svg {
      opacity: 0.5;
      filter: alpha(opacity=50);
      margin-right: 10px; }
    .subject-detail .description .contacts a {
      color: inherit; }
    .subject-detail .description .social a {
      padding: 5px; }

.post-author {
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: table;
  margin-bottom: 60px;
  padding: 20px;
  position: relative;
  width: 100%; }
  .post-author img {
    display: table-cell;
    vertical-align: middle;
    width: 100px; }
  .post-author header {
    color: #1f1f1f;
    margin-bottom: 10px; }
  .post-author .wrapper {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px; }

.noUi-horizontal {
  min-height: 43px;
  height: inherit; }

.sidebar section {
  margin-bottom: 30px;
  margin-top: 88px; }
  .sidebar section figure {
    max-width: 100%; }
    .sidebar section figure img {
      max-width: 100%;
      height: auto; }

.sidebar h2 {
  font-size: 24px;
  font-weight: lighter;
  margin-bottom: 30px; }

.sidebar .form-group {
  margin-bottom: 10px;
  min-height: 45px; }

.sidebar .bootstrap-select .dropdown-menu {
  margin-top: 0; }

.sidebar .btn[type=submit] {
  text-transform: none;
  font-size: 14px; }
  .sidebar .btn[type=submit] i, .sidebar .btn[type=submit] svg {
    margin-right: 0;
    margin-left: 10px; }

.sidebar .ui-slider.noUi-horizontal {
  min-height: 0;
  margin-top: 45px;
  margin-bottom: 1px;
  border: none;
  box-shadow: none; }

.sidebar .ui-slider .noUi-base {
  background-color: #e8e8e8; }
  .sidebar .ui-slider .noUi-base .noUi-connect {
    background-color: #ccc; }
  .sidebar .ui-slider .noUi-base .noUi-background {
    background-color: #e8e8e8; }
  .sidebar .ui-slider .noUi-base .noUi-handle {
    border: 2px solid #ccc;
    background-color: #ccc; }
    .sidebar .ui-slider .noUi-base .noUi-handle > .noUi-tooltip {
      display: none; }
    .sidebar .ui-slider .noUi-base .noUi-handle:hover, .sidebar .ui-slider .noUi-base .noUi-handle.noUi-active {
      -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07);
      box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07); }
      .sidebar .ui-slider .noUi-base .noUi-handle:hover > .noUi-tooltip, .sidebar .ui-slider .noUi-base .noUi-handle.noUi-active > .noUi-tooltip {
        display: block; }

.sidebar .item {
  margin-bottom: 10px; }
  .sidebar .item > a {
    height: 140px; }
  .sidebar .item .controls-more {
    bottom: 0;
    top: inherit;
    margin: inherit; }
    .sidebar .item .controls-more:after {
      opacity: 0.8;
      filter: alpha(opacity=80);
      color: #fff; }

.step {
  position: relative;
  margin-bottom: 40px; }
  .step .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    height: 175px;
    text-align: center; }
    .step .circle > i, .step .circle svg {
      font-size: 60px;
      color: #fff;
      z-index: 1;
      position: relative;
      line-height: 175px; }
    .step .circle figure {
      -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      position: absolute;
      right: 0;
      top: 15px;
      line-height: 55px;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      width: 55px;
      height: 55px;
      background-color: #21405A;
      z-index: 1; }
    .step .circle .circle-bg {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      background-color: #21405A;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .step .box {
    margin-left: 220px; }
    .step .box:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11.5px 11px 11.5px 0;
      border-color: transparent #fafafa transparent transparent;
      content: "";
      position: absolute;
      top: 30px;
      left: -11px; }
    .step .box:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11.5px 11px 11.5px 0;
      border-color: transparent rgba(0, 0, 0, 0.1) transparent transparent;
      content: "";
      position: absolute;
      top: 32px;
      left: -11px; }
  .step h2 {
    margin-bottom: 20px; }
  .step p {
    margin-bottom: 20px; }

.star-rating i, .star-rating svg {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  cursor: pointer;
  padding: 2px;
  color: rgba(0, 0, 0, 0.2); }
  .star-rating i.active, .star-rating i.hover, .star-rating svg.active, .star-rating svg.hover {
    color: #21405A; }

.visitor-rating dt {
  font-weight: normal; }

.visitor-rating dd {
  font-weight: bold;
  color: #21405A; }
  .visitor-rating dd.star-rating {
    clear: left;
    margin-bottom: 10px;
    text-align: left;
    padding: 0; }

.subpage-detail #gallery-nav {
  position: absolute;
  right: 15px;
  top: -25px; }
  .subpage-detail #gallery-nav .owl-next:after, .subpage-detail #gallery-nav .owl-prev:after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: #21405A;
    padding: 4px;
    color: #fff; }
  .subpage-detail #gallery-nav .owl-prev {
    right: 32px; }

.tab-content > .tab-pane {
  padding-top: 15px; }

.tags {
  list-style: none;
  padding-left: 0; }
  .tags li {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    background-color: #fafafa;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    margin-right: 5px;
    color: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    margin-bottom: 5px; }
    .tags li:before {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
      -webkit-font-smoothing: antialiased;
      font-family: 'Font Awesome 5 Pro';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      text-transform: none;
      content: "\F00C";
      color: #21405A;
      margin-right: 3px; }

.testimonials {
  padding: 0; }
  .testimonials.center .owl-carousel {
    top: -30px;
    position: relative; }
  .testimonials.center blockquote {
    text-align: center;
    padding-left: 20px; }
    .testimonials.center blockquote p {
      font-size: 14px;
      font-style: italic; }
    .testimonials.center blockquote .image {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      display: inline-block;
      width: 95px;
      height: 95px;
      overflow: hidden;
      position: relative;
      z-index: 1;
      margin-bottom: 15px; }
      .testimonials.center blockquote .image img {
        -webkit-transform-style: flat;
        -moz-transform-style: flat;
        -ms-transform-style: flat;
        -o-transform-style: flat;
        transform-style: flat; }
  .testimonials blockquote {
    border-left: none;
    margin-bottom: 0;
    position: relative;
    padding-left: 120px; }
    .testimonials blockquote h3 {
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 0; }
    .testimonials blockquote h4 {
      opacity: 0.5;
      filter: alpha(opacity=50);
      font-size: 12px;
      font-weight: bold;
      margin-top: 3px; }
    .testimonials blockquote p {
      font-size: 16px;
      font-style: italic; }
    .testimonials blockquote .image {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      display: inline-block;
      width: 90px;
      height: 90px;
      overflow: hidden;
      position: absolute;
      z-index: 1;
      left: 2px;
      top: 0; }
      .testimonials blockquote .image img {
        -webkit-transform-style: flat;
        -moz-transform-style: flat;
        -ms-transform-style: flat;
        -o-transform-style: flat;
        transform-style: flat; }

.text-element {
  margin-bottom: 30px;
  position: relative; }
  .text-element.event {
    padding-left: 70px;
    padding-top: 10px; }
    .text-element.event .date-icon {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      border: 2px solid rgba(0, 0, 0, 0.1);
      text-align: center;
      padding: 5px 3px 4px;
      position: absolute;
      width: 50px;
      left: 0; }
      .text-element.event .date-icon:before {
        background-image: url(/assets/calendar-spring_35eriQx.png);
        width: 37px;
        height: 6px;
        position: absolute;
        top: -3px;
        left: 4px;
        content: ""; }
      .text-element.event .date-icon .day {
        opacity: 0.6;
        filter: alpha(opacity=60);
        font-size: 20px;
        margin-bottom: -3px; }
      .text-element.event .date-icon .month {
        opacity: 0.6;
        filter: alpha(opacity=60);
        font-size: 12px;
        text-transform: uppercase; }
  .text-element a.link {
    color: #1f1f1f; }
  .text-element .date {
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 12px;
    margin-bottom: 12px;
    font-weight: bold; }
    .text-element .date i, .text-element .date svg {
      margin-right: 8px; }

.to-top {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #1f1f1f;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 52px;
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 999; }
  .to-top:hover, .to-top:active, .to-top:focus {
    color: #fff; }

.user-details {
  margin-bottom: 30px;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 60px; }
  .user-details .user-image {
    position: absolute;
    top: -60px;
    z-index: 1; }
    .user-details .user-image .image {
      width: 150px;
      height: 150px;
      position: relative; }
      .user-details .user-image .image .bg-transfer {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .user-details .user-image .image .single-file-input {
        position: absolute;
        width: 100%;
        bottom: -30px; }
  .user-details .btn {
    position: absolute;
    right: 20px;
    top: 20px; }
  .user-details .description {
    padding-left: 170px; }
    .user-details .description h3 {
      opacity: 0.4;
      filter: alpha(opacity=40);
      color: inherit;
      font-size: 14px;
      margin: 0; }
    .user-details .description h2 {
      font-size: 20px;
      margin: 3px 0;
      font-weight: normal; }
    .user-details .description hr {
      margin-top: 10px;
      margin-bottom: 10px; }

.video iframe {
  width: 100%;
  height: 100%; }

.version-selector a {
  color: #000; }

.version-selector .logo {
  text-align: center;
  margin: 40px 0; }

.version-selector h3 {
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 16px; }

.version-selector h1 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  color: #000;
  font-weight: bold; }

.version-selector .description {
  padding-bottom: 5px; }

.version-selector .versions {
  padding: 40px 0;
  display: table; }

.version-selector .version {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  margin-bottom: 60px;
  padding: 15px 5px;
  text-align: center; }
  .version-selector .version:hover {
    background-color: #f0f0f0; }

/* 6. Forms */
/* stylelint-disable */
input[type="text"], input[type="email"], input[type="date"], input[type="time"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), inset 1px 0 5px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), inset 1px 0 5px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 400;
  outline: none !important;
  width: 100%;
  height: inherit;
  padding: 12px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="date"]:active, input[type="date"]:focus, input[type="time"]:active, input[type="time"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="tel"]:active, input[type="tel"]:focus, textarea.form-control:active, textarea.form-control:focus {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px rgba(0, 0, 0, 0); }
  input[type="text"]:hover, input[type="email"]:hover, input[type="date"]:hover, input[type="time"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="tel"]:hover, textarea.form-control:hover {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px rgba(0, 0, 0, 0); }
  input[type="text"].input-dark, input[type="email"].input-dark, input[type="date"].input-dark, input[type="time"].input-dark, input[type="search"].input-dark, input[type="password"].input-dark, input[type="number"].input-dark, input[type="tel"].input-dark, textarea.form-control.input-dark {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff; }

input::-webkit-calendar-picker-indicator {
  display: none; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  line-height: inherit; }

input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important; }

.bootstrap-select.open .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.bootstrap-select .btn.dropdown-toggle.btn-default {
  font-weight: normal; }
  .bootstrap-select .btn.dropdown-toggle.btn-default > span {
    color: #21405A; }
  .bootstrap-select .btn.dropdown-toggle.btn-default.bs-placeholder > span {
    color: rgba(0, 0, 0, 0.3); }

.bootstrap-select .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: none;
  outline: none !important;
  text-transform: none;
  padding: 12px;
  padding-right: 30px;
  font-size: 14px;
  width: 100%; }
  .bootstrap-select .btn:active, .bootstrap-select .btn:focus, .bootstrap-select .btn:hover {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.1);
    top: 0;
    background-color: #fff;
    outline: none !important;
    border: none; }

.bootstrap-select .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block !important;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
  pointer-events: none;
  padding: 0;
  border: none;
  background-clip: none;
  margin: 0; }

.bootstrap-select .dropdown-toggle:focus {
  outline: 0 transparent !important; }

.bootstrap-select .dropdown-menu > li > a {
  padding: 5px 12px; }

.bootstrap-select > select {
  left: 0;
  height: 0 !important;
  max-height: 0;
  padding: 0 !important; }

.btn[disabled] {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border-width: 2px;
  border-style: solid;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative; }
  .btn:active, .btn:active:hover, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important; }
  .btn:hover {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }
  .btn:active {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px); }
  .btn.btn-primary {
    background-color: #21405A;
    color: #fff;
    border-color: #21405A; }
    .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:active:hover, .btn.btn-primary:active:focus, .btn.btn-primary:focus:hover {
      background-color: #21405A; }
      .btn.btn-primary:active:after, .btn.btn-primary:focus:after, .btn.btn-primary:hover:after, .btn.btn-primary:active:hover:after, .btn.btn-primary:active:focus:after, .btn.btn-primary:focus:hover:after {
        background-color: rgba(0, 0, 0, 0.2); }
    .btn.btn-primary:after {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      content: "";
      background-color: rgba(0, 0, 0, 0);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:active:hover, .btn.btn-primary:focus, .btn.btn-primary:active:focus {
      background-color: #21405A;
      border-color: #21405A; }
    .btn.btn-primary.btn-rounded:after {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px; }
    .btn.btn-primary.btn-framed {
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #21405A;
      background-color: transparent; }
      .btn.btn-primary.btn-framed:hover, .btn.btn-primary.btn-framed:active, .btn.btn-primary.btn-framed:active:hover, .btn.btn-primary.btn-framed:focus {
        background-color: transparent;
        /*border-color: darken($color-default,8%);*/ }
      .btn.btn-primary.btn-framed.btn-light-frame {
        border-color: rgba(0, 0, 0, 0.2); }
        .btn.btn-primary.btn-framed.btn-light-frame:after {
          display: none; }
        .btn.btn-primary.btn-framed.btn-light-frame:hover, .btn.btn-primary.btn-framed.btn-light-frame:active, .btn.btn-primary.btn-framed.btn-light-frame:active:hover, .btn.btn-primary.btn-framed.btn-light-frame:focus {
          border-color: rgba(0, 0, 0, 0.3);
          background-color: transparent; }
  .btn.btn-default {
    background-color: #fff;
    color: #000;
    border-color: #fff; }
    .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:active:hover, .btn.btn-default:focus {
      background-color: #fff;
      border-color: #fff; }
    .btn.btn-default.btn-framed {
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #fff;
      background-color: transparent;
      border-color: #fff; }
      .btn.btn-default.btn-framed:hover, .btn.btn-default.btn-framed:active, .btn.btn-default.btn-framed:active:hover, .btn.btn-default.btn-framed:focus {
        background-color: rgba(255, 255, 255, 0.1); }
      .btn.btn-default.btn-framed.btn-light-frame {
        border-color: rgba(255, 255, 255, 0.4); }
        .btn.btn-default.btn-framed.btn-light-frame:hover, .btn.btn-default.btn-framed.btn-light-frame:active, .btn.btn-default.btn-framed.btn-light-frame:active:hover, .btn.btn-default.btn-framed.btn-light-frame:focus {
          border-color: rgba(255, 255, 255, 0.6);
          background-color: transparent; }
  .btn.icon i, .btn.icon svg {
    margin-left: 5px;
    margin-right: 5px; }
  .btn.btn-rounded {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; }
  .btn.arrow {
    padding-right: 30px;
    position: relative; }
    .btn.arrow:before {
      text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
      -webkit-font-smoothing: antialiased;
      font-family: 'ElegantIcons';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      text-transform: none;
      opacity: 0.6;
      filter: alpha(opacity=60);
      content: "$";
      position: absolute;
      font-size: 14px;
      right: 10px;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 14px; }
  .btn.roll-effect {
    padding-bottom: 4px; }
  .btn.btn-small {
    padding: 3px 8px; }
  .btn.btn-xs {
    font-size: 10px;
    padding: 2px 7px; }
  .btn.darker {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
    border-color: rgba(0, 0, 0, 0.4); }
    .btn.darker:active, .btn.darker:focus, .btn.darker:hover, .btn.darker:active:focus, .btn.darker:active:hover {
      border-color: rgba(0, 0, 0, 0.5); }
      .btn.darker:active:after, .btn.darker:focus:after, .btn.darker:hover:after, .btn.darker:active:focus:after, .btn.darker:active:hover:after {
        background-color: rgba(0, 0, 0, 0.5); }
    .btn.darker:after {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      background-color: rgba(0, 0, 0, 0.4);
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
  .btn.sa:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9px 9px;
    border-color: transparent transparent #21405A transparent;
    position: absolute;
    content: "";
    right: 0;
    top: -9px;
    top: -5px;
    z-index: -1; }

.form-control {
  background-color: transparent;
  height: auto; }

.icheckbox {
  -webkit-box-shadow: inset 0px 0px 0px 2px #e8e8e8;
  box-shadow: inset 0px 0px 0px 2px #e8e8e8;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  width: 20px;
  top: -1px; }
  .icheckbox:after {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    text-shadow: compact(none, false, false, false, false, false, false, false, false, false);
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Pro';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #1f1f1f;
    content: "\F00C";
    position: absolute;
    line-height: 20px;
    font-size: 10px;
    left: 5.5px; }
  .icheckbox.checked:after {
    opacity: 1;
    filter: alpha(opacity=100); }

.hero-section .form.vertical {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .hero-section .form.vertical:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .hero-section .form.vertical ::-webkit-input-placeholder {
    color: white; }
  .hero-section .form.vertical :-moz-placeholder {
    color: white; }
  .hero-section .form.vertical ::-moz-placeholder {
    color: white; }
  .hero-section .form.vertical :-ms-input-placeholder {
    color: white; }
  .hero-section .form.vertical .btn[type=submit] {
    width: inherit;
    margin-top: 15px; }
  .hero-section .form.vertical.search-form .row, .hero-section .form.vertical.search-form .container {
    height: 0; }
  .hero-section .form.vertical .bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: rgba(255, 255, 255, 0.8); }

.hero-section select.form-control, .hero-section select {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #21405A;
  border: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .hero-section select.form-control:active, .hero-section select.form-control:focus, .hero-section select:active, .hero-section select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .hero-section select.form-control:hover, .hero-section select:hover {
    /*background-color: darken($color-default, 5%);*/ }
  .hero-section select.form-control option, .hero-section select option {
    background-color: #fff;
    color: #1f1f1f; }

.hero-section input[type="text"], .hero-section input[type="email"], .hero-section input[type="date"], .hero-section input[type="time"], .hero-section input[type="search"], .hero-section input[type="password"], .hero-section input[type="number"], .hero-section input[type="tel"], .hero-section textarea.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-appearance: none;
  background-color: #21405A;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff; }
  .hero-section input[type="text"]:active, .hero-section input[type="text"]:focus, .hero-section input[type="text"]:hover, .hero-section input[type="email"]:active, .hero-section input[type="email"]:focus, .hero-section input[type="email"]:hover, .hero-section input[type="date"]:active, .hero-section input[type="date"]:focus, .hero-section input[type="date"]:hover, .hero-section input[type="time"]:active, .hero-section input[type="time"]:focus, .hero-section input[type="time"]:hover, .hero-section input[type="search"]:active, .hero-section input[type="search"]:focus, .hero-section input[type="search"]:hover, .hero-section input[type="password"]:active, .hero-section input[type="password"]:focus, .hero-section input[type="password"]:hover, .hero-section input[type="number"]:active, .hero-section input[type="number"]:focus, .hero-section input[type="number"]:hover, .hero-section input[type="tel"]:active, .hero-section input[type="tel"]:focus, .hero-section input[type="tel"]:hover, .hero-section textarea.form-control:active, .hero-section textarea.form-control:focus, .hero-section textarea.form-control:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.25); }

.hero-section .bootstrap-select.open .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.hero-section .bootstrap-select .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #21405A;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  outline: none !important;
  text-transform: none;
  padding: 12px;
  font-size: 14px;
  position: relative; }
  .hero-section .bootstrap-select .btn:active, .hero-section .bootstrap-select .btn:focus, .hero-section .bootstrap-select .btn:hover, .hero-section .bootstrap-select .btn:active:hover, .hero-section .bootstrap-select .btn:active:focus, .hero-section .bootstrap-select .btn:focus:hover {
    background-color: #21405A; }
    .hero-section .bootstrap-select .btn:active:after, .hero-section .bootstrap-select .btn:focus:after, .hero-section .bootstrap-select .btn:hover:after, .hero-section .bootstrap-select .btn:active:hover:after, .hero-section .bootstrap-select .btn:active:focus:after, .hero-section .bootstrap-select .btn:focus:hover:after {
      background-color: rgba(0, 0, 0, 0.2); }
  .hero-section .bootstrap-select .btn:after {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    content: "";
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .hero-section .bootstrap-select .btn:active, .hero-section .bootstrap-select .btn:focus, .hero-section .bootstrap-select .btn:hover, .hero-section .bootstrap-select .btn:active:hover {
    top: 0;
    color: #fff; }

.hero-section .bootstrap-select .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block !important;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
  pointer-events: none;
  padding: 0;
  border: none;
  background-clip: none;
  margin: 0;
  margin-top: -1px; }

.hero-section .bootstrap-select .dropdown-menu > li > a {
  padding: 5px 12px; }

.hero-section .form-control {
  height: auto; }

.hero-section .input-group {
  margin-bottom: 15px; }

.hero-section form {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.hero-section.has-map .btn[type=submit] {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-bottom: none;
  margin-top: 15px;
  border: none;
  text-transform: none;
  outline: none !important;
  font-size: 14px;
  padding: 12px 30px;
  position: relative; }
  .hero-section.has-map .btn[type=submit]:active {
    top: 0; }
  .hero-section.has-map .btn[type=submit] i, .hero-section.has-map .btn[type=submit] svg {
    margin-left: 10px; }

.hero-section.has-map .form.horizontal form {
  padding: 20px 25px 5px; }

.hero-section .search-form {
  position: absolute;
  z-index: 20;
  height: 0;
  width: 100%; }
  .hero-section .search-form.show form {
    opacity: 1;
    filter: alpha(opacity=100); }

.hero-section.has-background .form .input-group-btn .btn[type="submit"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  border-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 11px 15px 11px;
  margin-top: 0; }
  .hero-section.has-background .form .input-group-btn .btn[type="submit"]:active, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:focus, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:hover, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:active:focus, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:active:hover {
    border-color: rgba(0, 0, 0, 0.1); }
    .hero-section.has-background .form .input-group-btn .btn[type="submit"]:active:after, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:focus:after, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:hover:after, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:active:focus:after, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:active:hover:after {
      background-color: rgba(0, 0, 0, 0.1); }
  .hero-section.has-background .form .input-group-btn .btn[type="submit"]:after {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }

.hero-section.has-background .form.horizontal {
  position: relative; }
  .hero-section.has-background .form.horizontal.position-bottom, .hero-section.has-background .form.horizontal.position-top {
    position: absolute; }
  .hero-section.has-background .form.horizontal form {
    padding: 18px;
    padding-bottom: 3px; }

.horizontal-input-title {
  display: table;
  height: 46px; }
  .horizontal-input-title * {
    display: table-cell;
    vertical-align: middle; }

.form {
  position: relative; }
  .form.vertical .form-group {
    margin-bottom: 0; }
  .form.horizontal form ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .form.horizontal form :-moz-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .form.horizontal form ::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .form.horizontal form :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .form.horizontal .row > [class^="col-"], .form.horizontal .row > [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px; }
  .form.horizontal .row, .form.horizontal .container {
    height: inherit; }
  .form.horizontal input[type="text"], .form.horizontal input[type="email"], .form.horizontal input[type="date"], .form.horizontal input[type="time"], .form.horizontal input[type="search"], .form.horizontal input[type="password"], .form.horizontal input[type="number"], .form.horizontal input[type="tel"], .form.horizontal textarea.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border-bottom: none;
    color: inherit; }
    .form.horizontal input[type="text"]:active, .form.horizontal input[type="text"]:focus, .form.horizontal input[type="text"]:hover, .form.horizontal input[type="email"]:active, .form.horizontal input[type="email"]:focus, .form.horizontal input[type="email"]:hover, .form.horizontal input[type="date"]:active, .form.horizontal input[type="date"]:focus, .form.horizontal input[type="date"]:hover, .form.horizontal input[type="time"]:active, .form.horizontal input[type="time"]:focus, .form.horizontal input[type="time"]:hover, .form.horizontal input[type="search"]:active, .form.horizontal input[type="search"]:focus, .form.horizontal input[type="search"]:hover, .form.horizontal input[type="password"]:active, .form.horizontal input[type="password"]:focus, .form.horizontal input[type="password"]:hover, .form.horizontal input[type="number"]:active, .form.horizontal input[type="number"]:focus, .form.horizontal input[type="number"]:hover, .form.horizontal input[type="tel"]:active, .form.horizontal input[type="tel"]:focus, .form.horizontal input[type="tel"]:hover, .form.horizontal textarea.form-control:active, .form.horizontal textarea.form-control:focus, .form.horizontal textarea.form-control:hover {
      background-color: #fafafa;
      border-bottom: none; }
  .form.horizontal select.form-control, .form.horizontal select {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    color: inherit;
    border-bottom: none;
    min-height: 43px; }
    .form.horizontal select.form-control:active, .form.horizontal select.form-control:focus, .form.horizontal select:active, .form.horizontal select:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-bottom: none; }
    .form.horizontal select.form-control:hover, .form.horizontal select:hover {
      background-color: #fafafa; }
  .form.horizontal .bootstrap-select .btn {
    background-color: #fff;
    border-bottom: none;
    color: inherit; }
    .form.horizontal .bootstrap-select .btn:active, .form.horizontal .bootstrap-select .btn:focus, .form.horizontal .bootstrap-select .btn:hover {
      background-color: #fafafa;
      color: inherit; }
  .form.horizontal .bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .form.horizontal .btn[type=submit] {
    margin-top: 0;
    width: 100%;
    text-align: center; }
    .form.horizontal .btn[type=submit]:before {
      display: none; }
    .form.horizontal .btn[type=submit] i, .form.horizontal .btn[type=submit] svg {
      margin-left: -5px; }
  .form.horizontal.position-top {
    top: 40px; }
  .form.horizontal.position-bottom {
    bottom: 0; }
    .form.horizontal.position-bottom form {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
      position: relative;
      bottom: 40px; }
  .form .checkboxes {
    margin-bottom: 0; }
  .form.has-padding {
    padding-top: 40px;
    padding-bottom: 30px; }
  .form.no-background {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important; }
    .form.no-background form {
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: transparent !important; }
  .form label {
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 13px;
    text-transform: none;
    margin-bottom: 8px; }
    .form label.no-margin {
      opacity: 1;
      filter: alpha(opacity=100);
      margin-bottom: 0; }
  .form h3 {
    margin-bottom: 10px; }
  .form .btn[type=submit] {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }
  .form.inputs-dark form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .form.inputs-dark form :-moz-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .form.inputs-dark form ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .form.inputs-dark form :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .form.inputs-dark input[type="text"], .form.inputs-dark input[type="email"], .form.inputs-dark input[type="date"], .form.inputs-dark input[type="time"], .form.inputs-dark input[type="search"], .form.inputs-dark input[type="password"], .form.inputs-dark input[type="number"], .form.inputs-dark input[type="tel"], .form.inputs-dark textarea.form-control {
    /*background-color: darken($color-default, 8%);*/
    -webkit-box-shadow: inset 0px 0px 0px 30px rgba(0, 0, 0, 0.23);
    box-shadow: inset 0px 0px 0px 30px rgba(0, 0, 0, 0.23);
    color: #fff;
    background-color: #21405A; }
    .form.inputs-dark input[type="text"]:active, .form.inputs-dark input[type="text"]:focus, .form.inputs-dark input[type="text"]:hover, .form.inputs-dark input[type="email"]:active, .form.inputs-dark input[type="email"]:focus, .form.inputs-dark input[type="email"]:hover, .form.inputs-dark input[type="date"]:active, .form.inputs-dark input[type="date"]:focus, .form.inputs-dark input[type="date"]:hover, .form.inputs-dark input[type="time"]:active, .form.inputs-dark input[type="time"]:focus, .form.inputs-dark input[type="time"]:hover, .form.inputs-dark input[type="search"]:active, .form.inputs-dark input[type="search"]:focus, .form.inputs-dark input[type="search"]:hover, .form.inputs-dark input[type="password"]:active, .form.inputs-dark input[type="password"]:focus, .form.inputs-dark input[type="password"]:hover, .form.inputs-dark input[type="number"]:active, .form.inputs-dark input[type="number"]:focus, .form.inputs-dark input[type="number"]:hover, .form.inputs-dark input[type="tel"]:active, .form.inputs-dark input[type="tel"]:focus, .form.inputs-dark input[type="tel"]:hover, .form.inputs-dark textarea.form-control:active, .form.inputs-dark textarea.form-control:focus, .form.inputs-dark textarea.form-control:hover {
      /*background-color: darken($color-default, 12%);*/
      -webkit-box-shadow: inset 0px 0px 0px 30px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0px 0px 0px 30px rgba(0, 0, 0, 0.4);
      background-color: #21405A;
      border-bottom: none; }
  .form.inputs-dark select.form-control, .form.inputs-dark select {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 30px rgba(0, 0, 0, 0.25);
    background-color: #21405A;
    color: #fff;
    border-bottom: none; }
    .form.inputs-dark select.form-control:active, .form.inputs-dark select.form-control:focus, .form.inputs-dark select:active, .form.inputs-dark select:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-bottom: none; }
    .form.inputs-dark select.form-control:hover, .form.inputs-dark select:hover {
      -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 30px rgba(0, 0, 0, 0.35);
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 30px rgba(0, 0, 0, 0.35);
      background-color: #21405A; }
  .form.inputs-dark .bootstrap-select {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }
    .form.inputs-dark .bootstrap-select .btn {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      position: relative;
      border-color: rgba(0, 0, 0, 0.2);
      background-color: #21405A;
      color: #fff;
      border-bottom: none; }
      .form.inputs-dark .bootstrap-select .btn:active, .form.inputs-dark .bootstrap-select .btn:focus, .form.inputs-dark .bootstrap-select .btn:hover, .form.inputs-dark .bootstrap-select .btn:active:focus, .form.inputs-dark .bootstrap-select .btn:active:hover {
        border-color: rgba(0, 0, 0, 0.3); }
        .form.inputs-dark .bootstrap-select .btn:active:after, .form.inputs-dark .bootstrap-select .btn:focus:after, .form.inputs-dark .bootstrap-select .btn:hover:after, .form.inputs-dark .bootstrap-select .btn:active:focus:after, .form.inputs-dark .bootstrap-select .btn:active:hover:after {
          background-color: rgba(0, 0, 0, 0.3); }
      .form.inputs-dark .bootstrap-select .btn:after {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        background-color: rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
      .form.inputs-dark .bootstrap-select .btn:active, .form.inputs-dark .bootstrap-select .btn:focus, .form.inputs-dark .bootstrap-select .btn:hover {
        color: #fff;
        background-color: #21405A; }
    .form.inputs-dark .bootstrap-select > .dropdown-toggle.bs-placeholder {
      color: rgba(255, 255, 255, 0.8); }
  .form.inputs-dark .btn[type=submit] {
    /*background-color: darken($color-default, 15%);*/ }
  .form.inputs-dark .checkboxes {
    color: #fff; }
  .form.inputs-dark .icheckbox {
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.3); }
    .form.inputs-dark .icheckbox:after {
      color: #fff; }
  .form.inputs-dark .ui-slider .noUi-base {
    /*background-color: lighten($color-default, 20%);*/
    background-color: rgba(255, 255, 255, 0.15); }
    .form.inputs-dark .ui-slider .noUi-base .noUi-connect {
      background-color: #fff; }
    .form.inputs-dark .ui-slider .noUi-base .noUi-background {
      /*background-color: lighten($color-default, 20%);*/
      background-color: rgba(0, 0, 0, 0.7); }
    .form.inputs-dark .ui-slider .noUi-base .noUi-handle {
      border: 2px solid #fff;
      background-color: #21405A; }
      .form.inputs-dark .ui-slider .noUi-base .noUi-handle:hover, .form.inputs-dark .ui-slider .noUi-base .noUi-handle.noUi-active {
        -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.07);
        box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.07); }
  .form.inputs-dark .ui-slider .values {
    color: #fff; }
    .form.inputs-dark .ui-slider .values input {
      background-color: transparent;
      border: none;
      width: 49%; }
  .form .btn[type=submit] {
    padding: 13px;
    margin-top: -2px; }

form.submitted .status {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

form.submitted .form-group, form.submitted .input-group {
  pointer-events: none; }

form .status {
  -webkit-transform: scale(0.1, 0.1);
  -moz-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  -o-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  top: -20px;
  right: -20px;
  position: absolute; }
  form .status .status-icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
    width: 40px;
    height: 40px;
    background-color: grey;
    color: #fff;
    text-align: center;
    line-height: 40px; }
    form .status .status-icon.valid {
      background-color: #50aa8d; }
    form .status .status-icon.invalid {
      background-color: #e45544; }
  form .status i, form .status svg {
    font-size: 18px; }

.form.inputs-underline label:not(.no-margin), .input-group.inputs-underline label:not(.no-margin) {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  bottom: -5px; }

.form.inputs-underline input[type="text"], .form.inputs-underline input[type="email"], .form.inputs-underline input[type="date"], .form.inputs-underline input[type="time"], .form.inputs-underline input[type="search"], .form.inputs-underline input[type="password"], .form.inputs-underline input[type="number"], .form.inputs-underline input[type="tel"], .form.inputs-underline textarea.form-control, .input-group.inputs-underline input[type="text"], .input-group.inputs-underline input[type="email"], .input-group.inputs-underline input[type="date"], .input-group.inputs-underline input[type="time"], .input-group.inputs-underline input[type="search"], .input-group.inputs-underline input[type="password"], .input-group.inputs-underline input[type="number"], .input-group.inputs-underline input[type="tel"], .input-group.inputs-underline textarea.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  padding-left: 0;
  padding-right: 0; }
  .form.inputs-underline input[type="text"]:active, .form.inputs-underline input[type="text"]:focus, .form.inputs-underline input[type="email"]:active, .form.inputs-underline input[type="email"]:focus, .form.inputs-underline input[type="date"]:active, .form.inputs-underline input[type="date"]:focus, .form.inputs-underline input[type="time"]:active, .form.inputs-underline input[type="time"]:focus, .form.inputs-underline input[type="search"]:active, .form.inputs-underline input[type="search"]:focus, .form.inputs-underline input[type="password"]:active, .form.inputs-underline input[type="password"]:focus, .form.inputs-underline input[type="number"]:active, .form.inputs-underline input[type="number"]:focus, .form.inputs-underline input[type="tel"]:active, .form.inputs-underline input[type="tel"]:focus, .form.inputs-underline textarea.form-control:active, .form.inputs-underline textarea.form-control:focus, .input-group.inputs-underline input[type="text"]:active, .input-group.inputs-underline input[type="text"]:focus, .input-group.inputs-underline input[type="email"]:active, .input-group.inputs-underline input[type="email"]:focus, .input-group.inputs-underline input[type="date"]:active, .input-group.inputs-underline input[type="date"]:focus, .input-group.inputs-underline input[type="time"]:active, .input-group.inputs-underline input[type="time"]:focus, .input-group.inputs-underline input[type="search"]:active, .input-group.inputs-underline input[type="search"]:focus, .input-group.inputs-underline input[type="password"]:active, .input-group.inputs-underline input[type="password"]:focus, .input-group.inputs-underline input[type="number"]:active, .input-group.inputs-underline input[type="number"]:focus, .input-group.inputs-underline input[type="tel"]:active, .input-group.inputs-underline input[type="tel"]:focus, .input-group.inputs-underline textarea.form-control:active, .input-group.inputs-underline textarea.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 12px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15); }
  .form.inputs-underline input[type="text"]:hover, .form.inputs-underline input[type="email"]:hover, .form.inputs-underline input[type="date"]:hover, .form.inputs-underline input[type="time"]:hover, .form.inputs-underline input[type="search"]:hover, .form.inputs-underline input[type="password"]:hover, .form.inputs-underline input[type="number"]:hover, .form.inputs-underline input[type="tel"]:hover, .form.inputs-underline textarea.form-control:hover, .input-group.inputs-underline input[type="text"]:hover, .input-group.inputs-underline input[type="email"]:hover, .input-group.inputs-underline input[type="date"]:hover, .input-group.inputs-underline input[type="time"]:hover, .input-group.inputs-underline input[type="search"]:hover, .input-group.inputs-underline input[type="password"]:hover, .input-group.inputs-underline input[type="number"]:hover, .input-group.inputs-underline input[type="tel"]:hover, .input-group.inputs-underline textarea.form-control:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1); }

.form.inputs-underline .input-group .btn, .input-group.inputs-underline .input-group .btn {
  background-color: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  padding: 8px 12px 9px; }

.form.inputs-underline .input-group-btn .btn, .input-group.inputs-underline .input-group-btn .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  border-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  padding: 14px 12px 13px; }
  .form.inputs-underline .input-group-btn .btn:active, .form.inputs-underline .input-group-btn .btn:focus, .form.inputs-underline .input-group-btn .btn:hover, .form.inputs-underline .input-group-btn .btn:active:focus, .form.inputs-underline .input-group-btn .btn:active:hover, .input-group.inputs-underline .input-group-btn .btn:active, .input-group.inputs-underline .input-group-btn .btn:focus, .input-group.inputs-underline .input-group-btn .btn:hover, .input-group.inputs-underline .input-group-btn .btn:active:focus, .input-group.inputs-underline .input-group-btn .btn:active:hover {
    border-color: rgba(0, 0, 0, 0.1); }
    .form.inputs-underline .input-group-btn .btn:active:after, .form.inputs-underline .input-group-btn .btn:focus:after, .form.inputs-underline .input-group-btn .btn:hover:after, .form.inputs-underline .input-group-btn .btn:active:focus:after, .form.inputs-underline .input-group-btn .btn:active:hover:after, .input-group.inputs-underline .input-group-btn .btn:active:after, .input-group.inputs-underline .input-group-btn .btn:focus:after, .input-group.inputs-underline .input-group-btn .btn:hover:after, .input-group.inputs-underline .input-group-btn .btn:active:focus:after, .input-group.inputs-underline .input-group-btn .btn:active:hover:after {
      background-color: rgba(0, 0, 0, 0.1); }
  .form.inputs-underline .input-group-btn .btn:after, .input-group.inputs-underline .input-group-btn .btn:after {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }

.form.inputs-underline .bootstrap-select, .input-group.inputs-underline .bootstrap-select {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form.inputs-underline .bootstrap-select .btn, .input-group.inputs-underline .bootstrap-select .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    color: inherit;
    padding-left: 0 !important;
    outline: none !important; }
    .form.inputs-underline .bootstrap-select .btn:active, .form.inputs-underline .bootstrap-select .btn:focus, .form.inputs-underline .bootstrap-select .btn:hover, .input-group.inputs-underline .bootstrap-select .btn:active, .input-group.inputs-underline .bootstrap-select .btn:focus, .input-group.inputs-underline .bootstrap-select .btn:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: transparent;
      color: inherit; }
      .form.inputs-underline .bootstrap-select .btn:active:after, .form.inputs-underline .bootstrap-select .btn:focus:after, .form.inputs-underline .bootstrap-select .btn:hover:after, .input-group.inputs-underline .bootstrap-select .btn:active:after, .input-group.inputs-underline .bootstrap-select .btn:focus:after, .input-group.inputs-underline .bootstrap-select .btn:hover:after {
        display: none; }
  .form.inputs-underline .bootstrap-select > .dropdown-toggle.bs-placeholder, .input-group.inputs-underline .bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: rgba(0, 0, 0, 0.3); }

.form.inputs-underline select, .form.inputs-underline select.form-control, .input-group.inputs-underline select, .input-group.inputs-underline select.form-control {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  color: inherit;
  padding-left: 0;
  padding-right: 0;
  outline: none !important; }
  .form.inputs-underline select:hover, .form.inputs-underline select.form-control:hover, .input-group.inputs-underline select:hover, .input-group.inputs-underline select.form-control:hover {
    cursor: pointer; }
  .form.inputs-underline select option[value=""], .form.inputs-underline select.form-control option[value=""], .input-group.inputs-underline select option[value=""], .input-group.inputs-underline select.form-control option[value=""] {
    color: rgba(0, 0, 0, 0.5); }

.form.inputs-underline ::-webkit-input-placeholder, .input-group.inputs-underline ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3); }

.form.inputs-underline :-moz-placeholder, .input-group.inputs-underline :-moz-placeholder {
  color: rgba(0, 0, 0, 0.3); }

.form.inputs-underline ::-moz-placeholder, .input-group.inputs-underline ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3); }

.form.inputs-underline :-ms-input-placeholder, .input-group.inputs-underline :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3); }

.checkboxes li {
  display: inline-block;
  margin-right: 20px; }

.single-file-input {
  overflow: hidden;
  position: relative;
  margin-top: 6px;
  font-size: 12px;
  text-align: center;
  padding: 3px 0; }
  .single-file-input input[type="file"] {
    padding-top: 40px;
    position: absolute;
    width: 100%;
    cursor: pointer;
    outline: none;
    z-index: 1; }
  .single-file-input div i, .single-file-input div svg {
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-left: 5px; }

.ui-slider {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
  margin-top: -2px; }
  .ui-slider .noUi-base {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 2px;
    background-color: #e4e4e2;
    margin-top: 6px; }
    .ui-slider .noUi-base .noUi-connect {
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #21405A; }
    .ui-slider .noUi-base .noUi-background {
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #e4e4e2; }
    .ui-slider .noUi-base .noUi-handle {
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 2px solid #21405A;
      background-color: #21405A;
      cursor: pointer;
      height: 10px;
      width: 10px;
      left: 0;
      top: -4px; }
      .ui-slider .noUi-base .noUi-handle:before, .ui-slider .noUi-base .noUi-handle:after {
        display: none; }
      .ui-slider .noUi-base .noUi-handle:hover, .ui-slider .noUi-base .noUi-handle.noUi-active {
        -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07); }
      .ui-slider .noUi-base .noUi-handle.noUi-handle-upper {
        left: -8px; }
  .ui-slider .values {
    font-size: 10px; }
    .ui-slider .values input {
      background-color: transparent;
      border: none;
      width: 49%; }
    .ui-slider .values input:first-child {
      float: left; }
    .ui-slider .values input:last-child {
      float: right;
      text-align: right; }

.read-more + [data-readmore-toggle], .read-more[data-readmore] {
  min-width: auto !important; }

select, select.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: inherit;
  -webkit-appearance: none;
  background-color: #fff;
  padding: 13px 9px;
  width: 100%;
  position: relative;
  background-image: url(/assets/carret-down_sumv0qO.png);
  background-repeat: no-repeat;
  background-position: 96% 50%; }
  select:hover, select.form-control:hover {
    cursor: pointer; }

/*
@-moz-document url-prefix() {
    select, select.form-control { padding: 4px 10px; }
}
*/
.form-control {
  border: 0 solid red;
  padding: 0; }

/* 7. Responsive */
/* stylelint-disable */
body::before {
  display: none;
  content: "lg"; }

.hero-section.has-sidebar .map-wrapper {
  width: 50%; }

.hero-section.has-sidebar .results-wrapper {
  width: 50%; }

.hero-section .map-wrapper {
  width: 100%; }

.hero-section #searchbar-background {
  display: none; }

@media (min-width: 992px) and (max-width: 1200px) {
  body::before {
    content: "md"; }
  .hero-section.has-sidebar .map-wrapper {
    width: 50%; }
  .hero-section.has-sidebar .results-wrapper {
    width: 50%; }
  .hero-section .map-wrapper {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  body::before {
    content: "sm"; }
  .categories-list .list-item .title h3 {
    display: block; }
  .categories-list .list-item .title .icon {
    display: block; }
  .categories-list .list-item ul {
    padding-left: 0; }
  .item > a .description h3 {
    font-size: 16px; }
  .pricing h2 {
    font-size: 20px; }
  .pricing figure {
    top: -35px; }
  .hero-section.has-sidebar .map-wrapper {
    width: 100%; }
  .hero-section.has-sidebar .results-wrapper {
    width: 100%; }
  .hero-section .map-wrapper {
    width: 100%; } }

@media (max-width: 991px) {
  body::before {
    content: "xs"; }
  .page-wrapper {
    overflow-x: hidden;
    overflow: visible; }
  .page-wrapper #page-content, .page-wrapper #page-footer {
    display: block; }
  .page-wrapper #page-header, .page-wrapper #page-footer {
    height: auto; }
  .gallery.detail .image {
    height: 200px; }
  .item.item-row {
    overflow: hidden; }
    .item.item-row > a {
      display: block;
      padding-left: 0;
      height: auto; }
      .item.item-row > a .image {
        width: 100%;
        height: 220px;
        position: relative; }
      .item.item-row > a .description {
        display: block;
        padding-top: 15px; }
      .item.item-row > a .map {
        display: block;
        height: 100px;
        width: 100%; }
    .item.item-row .additional-info {
      width: 100%;
      display: block;
      text-align: left;
      padding: 20px; }
    .item.item-row .controls-more {
      top: inherit;
      bottom: 20px; }
  .form .checkboxes {
    margin-top: 10px; }
    .form .checkboxes li {
      width: 49%;
      margin-right: 0; }
  .modal {
    padding-left: 10px;
    padding-right: 10px; }
    .modal .modal-dialog {
      width: auto;
      margin-top: 40px; }
    .modal .modal-item-detail.modal-dialog {
      width: auto; }
      .modal .modal-item-detail.modal-dialog .modal-content .modal-body > .left {
        float: none;
        width: 100%;
        display: block;
        margin-left: 0; }
        .modal .modal-item-detail.modal-dialog .modal-content .modal-body > .left section {
          padding-left: 0; }
  #page-header .add-listing {
    padding: 3px 7px; }
    #page-header .add-listing span {
      display: none; }
    #page-header .add-listing i, #page-header .add-listing svg {
      margin-right: 0; }
  #page-header .secondary-nav .image {
    float: none;
    margin-bottom: 0; }
  .hero-section.has-map .map-wrapper, .hero-section.has-map.has-sidebar .map-wrapper {
    width: 100%; }
  .hero-section.has-map .results-wrapper, .hero-section.has-map.has-sidebar .results-wrapper {
    width: 100%;
    height: 500px;
    z-index: 1;
    margin-bottom: 20px; }
    .hero-section.has-map .results-wrapper .results, .hero-section.has-map.has-sidebar .results-wrapper .results {
      min-height: 500px; }
  .hero-section .coupon {
    width: 100%; }
    .hero-section .coupon h1 {
      font-size: 24px; }
    .hero-section .coupon .image {
      position: absolute;
      left: 0; }
      .hero-section .coupon .image .circle {
        width: 90px;
        height: 90px;
        color: #fff;
        font-weight: bold;
        left: 0;
        top: 0;
        background-color: #21405A;
        font-size: 24px;
        text-align: center;
        line-height: 86px; }
      .hero-section .coupon .image .bg-transfer {
        width: 300px;
        height: 300px; }
    .hero-section .coupon .description {
      padding-left: 330px;
      padding-top: 10px; }
      .hero-section .coupon .description hr {
        margin-bottom: 20px;
        margin-top: 20px; }
      .hero-section .coupon .description figure {
        display: inline-block;
        margin-right: 20px; }
      .hero-section .coupon .description .count-down {
        margin-bottom: 20px; }
        .hero-section .coupon .description .count-down .countdown-row .countdown-amount {
          font-size: 18px; }
  .hero-section.has-map {
    height: auto !important; }
    .hero-section.has-map .search-form {
      z-index: 0;
      position: relative;
      height: auto; }
      .hero-section.has-map .search-form .container {
        height: auto !important; }
      .hero-section.has-map .search-form form {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .hero-section.has-map .form.horizontal form {
      padding: 25px; }
    .hero-section.has-map .form.horizontal.position-bottom form {
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%);
      bottom: 0;
      margin-top: 10px; }
  .hero-section.has-background h1 {
    font-size: 38px;
    margin-top: 20px; }
  .hero-section.has-background h2 {
    font-size: 16px; }
  .hero-section.has-background .form.horizontal form {
    padding-top: 0;
    padding-bottom: 10px; }
  .hero-section.has-background .slider .static-homepage-image {
    height: 40%;
    width: 100%; }
    .hero-section.has-background .slider .static-homepage-image .bg-title h2 {
      font-size: 4vw; }
    .hero-section.has-background .slider .static-homepage-image .bg-title::after {
      content: "+";
      font-size: 35px;
      color: white; }
    .hero-section.has-background .slider .static-homepage-image.small .bg-title::after {
      content: "-"; }
  .hero-section.has-background .slider .owl-carousel {
    height: 35%;
    width: 100%;
    float: right; }
  .hero-section.has-background .homepage-hero-action {
    display: none;
    position: relative;
    width: 100%;
    height: auto; }
  .hero-section.has-background #searchbar-background {
    display: block;
    background-color: white;
    height: 20%;
    position: relative; }
  .hero-section.has-background .container {
    margin-top: 0; }
  .hero-section .search-form {
    height: auto;
    margin-bottom: 20px; }
  .hero-section > .wrapper {
    height: auto;
    position: absolute;
    top: 0; }
    .hero-section > .wrapper > .inner {
      display: block;
      margin-top: 0; }
      .hero-section > .wrapper > .inner .page-title h2 {
        color: #21405A;
        font-weight: bold;
        font-size: 3vw;
        margin-top: 5px;
        opacity: 0.8;
        filter: alpha(opacity=80); }
      .hero-section > .wrapper > .inner .page-title #homepage-icon {
        display: none; }
      .hero-section > .wrapper > .inner .page-title #homepage-logo {
        display: inline; }
      .hero-section > .wrapper > .inner form .input-group {
        border: 1px solid #21405A; }
  .invisible-on-mobile {
    display: none !important; }
  .page-title {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
  [class*=" height-"]:not(.map):not(.hero-section) {
    height: auto; }
  .subject-list .image {
    height: auto; }
    .subject-list .image .bg-transfer {
      background-image: none;
      position: relative; }
      .subject-list .image .bg-transfer img {
        display: block !important;
        width: 100%; }
  .subject-detail {
    display: block; }
    .subject-detail .image {
      width: 100%;
      height: auto;
      display: block;
      position: relative; }
      .subject-detail .image .bg-transfer {
        background-image: none;
        position: relative; }
        .subject-detail .image .bg-transfer img {
          display: block !important;
          width: 100%; }
    .subject-detail .description {
      display: block;
      padding-left: 10px;
      padding-right: 10px; } }

.user-image > .image {
  position: relative; }
  .user-image > .image:hover .status {
    display: block; }
  .user-image > .image .bg-transfer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
  .user-image > .image .status {
    position: relative;
    height: 50%;
    width: 100%;
    text-align: center;
    cursor: pointer;
    top: 100%;
    transform: translateY(-100%);
    color: white;
    border-radius: 0 0 75px 75px;
    background-color: black;
    padding-top: 10%;
    opacity: 60%;
    outline: none;
    display: none; }
    .user-image > .image .status .show {
      display: block; }
  .user-image > .image form {
    display: none; }

.to-top.scroll {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: hidden; }
  .to-top.scroll.show {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }

[v-cloak] {
  display: none; }

.bg-transfer {
  background-position: 50%; }

.form {
  text-align: left; }
  .form a:hover, .form a:active, .form a:focus {
    color: #21405A;
    text-decoration: underline; }
  .form textarea {
    resize: vertical; }
  .form select {
    padding-right: 13px !important;
    padding-left: 13px !important; }

.page-wrapper #page-content {
  height: 100%; }

.inline-header {
  display: inline-block; }

.brand > img {
  vertical-align: middle;
  text-align: center; }

.language-selector {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 8px;
  height: 27px; }

.page-title h1 span {
  color: #1f1f1f; }

.city-applications--list {
  margin: 10px; }

.city-applications--list-item .description {
  right: 10px; }

.registered-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 25px; }

.application--contact {
  margin-top: 20px; }

article .content {
  max-height: 250px;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0))); }

.blog-post p {
  opacity: 1; }

.contact--textarea {
  border: 1px solid lightgray !important;
  border-radius: 5px !important;
  padding: 5px !important; }

.datepicker .table-condensed th:not(.prev):not(.next), .datepicker .table-condensed .datepicker .table-condensed th .span {
  cursor: pointer; }

.datepicker .table-condensed th.next {
  text-align: right; }

.datepicker .table-condensed span {
  cursor: pointer;
  padding: 2px; }
  .datepicker .table-condensed span.focused {
    color: #21405A;
    font-weight: bold;
    padding: 5px; }

.datepicker .month.focused {
  background: none; }

.twitter-typeahead {
  width: 100%;
  background: white;
  vertical-align: middle; }
  .twitter-typeahead .tt-menu {
    width: 100%;
    border: 1px solid #e3e3e3;
    text-align: left;
    position: relative;
    z-index: 2;
    background: white; }
  .twitter-typeahead .tt-suggestion {
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer; }
    .twitter-typeahead .tt-suggestion:hover {
      background: #e3e3e3; }
  .twitter-typeahead .tt-cursor {
    background: #e3e3e3; }
  .twitter-typeahead .tt-input, .twitter-typeahead .tt-hint {
    padding: 12px; }

.location-icon {
  float: left;
  margin-right: 15px; }

nav .form {
  flex-grow: 1;
  margin-left: 15px; }
  nav .form.horizontal form {
    transition: all 0.2s ease;
    display: flex;
    box-shadow: none;
    background-color: white;
    justify-content: center;
    align-items: center;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding-right: 4px; }
    nav .form.horizontal form i, nav .form.horizontal form svg {
      padding: 4px; }
    nav .form.horizontal form button[type=submit] {
      display: none; }

nav .twitter-typeahead {
  height: 100%; }
  nav .twitter-typeahead .form-control {
    box-shadow: none; }
    nav .twitter-typeahead .form-control:focus {
      box-shadow: none; }
  nav .twitter-typeahead input {
    border: none; }
  nav .twitter-typeahead .tt-input, nav .twitter-typeahead .tt-hint {
    padding: 3px; }
  nav .twitter-typeahead .tt-menu {
    left: -22px !important;
    height: 300px;
    width: calc(100% + 26px);
    overflow: scroll; }

iframe, input {
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden; }

#register-welcome {
  color: #1f1f1f;
  padding-left: 0; }

.register-confirmed--accept-button {
  margin-top: 30px;
  text-align: center; }

.form .form-group label.required::after {
  margin: -0.2em 0 0 0.2em;
  content: ' *';
  color: #21405A; }

.form .form-group.legal-terms {
  margin-bottom: 20px; }
  .form .form-group.legal-terms label {
    text-transform: none;
    font-weight: normal;
    font-size: 13px; }
  .form .form-group.legal-terms .icheckbox {
    vertical-align: top;
    display: inline-block; }
  .form .form-group.legal-terms .label-text {
    width: 92%;
    display: inline-block; }
  .form .form-group.legal-terms.has-error .icheckbox {
    box-shadow: inset 0 0 0 2px #a94442; }

.alert {
  padding: 5px 15px; }

.error-container {
  display: block;
  height: 40px; }

.form-separator {
  margin-top: 30px !important; }

.language {
  display: block; }

.flag-icon {
  margin-right: 4px; }

.dropdown-toggle:hover {
  cursor: pointer; }

.dropdown-menu {
  padding: 4px; }

.loading-icon-dark {
  color: #686868;
  font-size: 36px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3; }

.blur {
  opacity: 0.1; }

.popover {
  z-index: 215000000 !important; }
  .popover .text-primary {
    color: #21405A; }
  .popover line {
    stroke: #21405A; }
  .popover circle {
    fill: #284d6d; }
  .popover .clockpicker-tick.active, .popover .clockpicker-tick:hover {
    background-color: #21405A; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  transition: background-color 99999s ease-in-out 0s; }

.bg-warning {
  padding: 8px; }

.bootbox-body {
  margin-bottom: 20px; }

.modal-footer {
  padding: 0;
  border-top: none; }

.bootbox-close-button.close {
  top: -36px;
  right: -44px; }

.site-product-banner {
  padding: 10px;
  text-align: center;
  background-color: #21405A; }
  .site-product-banner a {
    color: white;
    font-weight: 300; }

.chat .chat-message-container {
  padding: 20px;
  margin: 10px; }
  .chat .chat-message-container.user {
    background: rgba(33, 64, 90, 0.1); }
  .chat .chat-message-container.application {
    background: rgba(136, 136, 136, 0.1); }
  .chat .chat-message-container img {
    width: 50px; }
  .chat .chat-message-container .chat-message {
    margin-left: 60px; }

.chat .glyphicon {
  margin-right: 5px; }

div.legal-terms > h3 {
  margin-top: 50px; }

section.contact-form {
  border: 1px gray solid;
  padding: 5px; }
  section.contact-form > h4 {
    color: #686868; }
    section.contact-form > h4 > span {
      font-weight: lighter;
      margin-right: 10px;
      color: lightgray; }
    section.contact-form > h4 > a {
      color: #686868; }
    section.contact-form > h4 > span.right {
      float: right;
      font-size: xx-large;
      margin-top: -10px;
      color: #686868; }
  section.contact-form > div.content {
    display: none;
    padding: 20px; }
