/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */

.checkbox label .toggle,.checkbox-inline .toggle{
  margin-left:-20px;
  margin-right:5px
}

.toggle{
  position:relative;
  overflow:hidden
}

.toggle input[type=checkbox]{
  display:none
}

.toggle-group{
  position:absolute;
  width:200%;
  top:0;
  bottom:0;
  left:0;
  transition:left .35s;
  -webkit-transition:left .35s;
  -moz-user-select:none;
  -webkit-user-select:none
}

.toggle.off .toggle-group{
  left:-100%
}

.toggle-on{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:50%;
  margin:0;
  border:0;
  border-radius:0
}

.toggle-off{
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  right:0;
  margin:0;
  border:0;
  border-radius:0
}

.toggle-handle{
  position:relative;
  margin:0 auto;
  padding-top:0;
  padding-bottom:0;
  height:100%;
  width:0;
  border-width:0 1px
}

.toggle.btn{
  min-width:59px;
  min-height:34px
}

.toggle-on.btn{
  padding-right:24px
}

.toggle-off.btn{
  padding-left:24px
}

.toggle.btn-lg{
  min-width:79px;
  min-height:45px
}

.toggle-on.btn-lg{
  padding-right:31px
}

.toggle-off.btn-lg{
  padding-left:31px
}

.toggle-handle.btn-lg{
  width:40px
}

.toggle.btn-sm{
  min-width:50px;
  min-height:30px
}

.toggle-on.btn-sm{
  padding-right:20px
}

.toggle-off.btn-sm{
  padding-left:20px
}

.toggle.btn-xs{
  min-width:35px;
  min-height:22px
}

.toggle-on.btn-xs{
  padding-right:12px
}

.toggle-off.btn-xs{
  padding-left:12px
}/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  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;
    -webkit-box-shadow: none !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;
  }

  select {
    background: #fff !important;
  }

  .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('../../../node_modules/bootstrap-less/fonts/glyphicons-halflings-regular.eot');

  src: url('../../../node_modules/bootstrap-less/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../node_modules/bootstrap-less/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../../node_modules/bootstrap-less/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../node_modules/bootstrap-less/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../node_modules/bootstrap-less/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\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-yen:before {
  content: "\A5";
}

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

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

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

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

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

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

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

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

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

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

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

a.bg-danger:hover {
  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,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

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

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

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

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

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

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

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.42857143;
  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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

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

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

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

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

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

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

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

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

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

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

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

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

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

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

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

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

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

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

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

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

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

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

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

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

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

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

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

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

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

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

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

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

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

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

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

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

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

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

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

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

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

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

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

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

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

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

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

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

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

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

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

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

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

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

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

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

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

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

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

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

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

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

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

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

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

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

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

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

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

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

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

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

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

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

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

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

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

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

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

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

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

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

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

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

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

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

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

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

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

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #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;
  box-sizing: border-box;
}

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  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 .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

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

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

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

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

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
  position: relative;
}

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

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

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

.input-sm + .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;
}

@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: 14.333333px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

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

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

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

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

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

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  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:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

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

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

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

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

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

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  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,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

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

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

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

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

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  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.42857143;
  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.42857143;
  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 solid;
  content: "";
}

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

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

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

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

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

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

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

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

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

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

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

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

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

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

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

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

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

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

.nav-justified {
  width: 100%;
}

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

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

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

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

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

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

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

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}

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

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

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

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

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

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

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

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

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

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

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

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

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

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

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

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

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

.navbar-nav {
  margin: 7.5px -15px;
}

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

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }

  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

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

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

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

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

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

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

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

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

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

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

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

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

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

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

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

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

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

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

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

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

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

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

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

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

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

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

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

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

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

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

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

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

.pagination > li {
  display: inline;
}

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

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

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

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

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  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;
}

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

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

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

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

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

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

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

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

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

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

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

.label:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

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

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

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

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

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

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

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

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

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

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

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

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

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

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

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

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

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

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

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

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-body {
  padding: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-default > .panel-heading {
  color: #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.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

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

.modal-open {
  overflow: hidden;
}

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

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

.modal.in .modal-dialog {
  -webkit-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: absolute;
  top: 0;
  right: 0;
  left: 0;
  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;
  min-height: 16.42857143px;
}

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

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

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

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

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

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

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

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

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

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

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

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

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

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

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

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203A';
}

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

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

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

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

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

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

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

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

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

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

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

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

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

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

  table.visible-xs {
    display: table;
  }

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

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

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

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

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';

  src: url('../../../node_modules/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');

  src: url('../../../node_modules/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../../node_modules/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../../node_modules/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../../node_modules/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../../node_modules/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');

  font-weight: normal;

  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

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

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

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

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

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

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

:root {
  --gray-800: #2c2c2c;
  --black-10: rgba(17, 17, 17, 0.1);
  --black-5: rgba(17, 17, 17, 0.05);
  --background-default-default: #fff;
  --background-default-secondary: #f6f6f6;
  --background-default-tertiary: #d9d9d9;
  --background-default-quaternary: #e6e6e6;
  --borders-dividers-primary: #e0e0e0;
  --borders-dividers-tertiary: #c2c2c2;
  --border-default-default: #d9d9d9;
  --border-default-secondary: #b3b3b3;
  --text-default-default: #1e1e1e;
  --text-default-secondary: #2c2c2c;
  --text-default-tertiary: #707070;
  --text-default-quaternary: #444;
  --text-brand-blue-tertiary: #2151d4;
  --text-brand-blue-quaternary: #2959db;
  --text-disabled: #707070;
  --text-disabled-secondary: #757575;
  --text-on-action: #fff;
  --text-status-approved: #1b883d;
  --text-status-cancelled: #d72b2b;
  --text-status-expired: #707070;
  --text-status-reserved: #454545;
  --text-status-other: #454545;
  --text-status-refunded: #7462d2;
  --text-status-rejected: #d72b2b;
  --text-status-dropped: #484848;
  --text-status-payment-pending: #494949;
  --text-status-waiting: #a86d0d;
  --text-status-issues: #db4040;
  --text-status-none: #474747;
  --surface-action-primary: #416bdd;
  --surface-action-primary-hover: #2151d4;
  --stroke-border: 1px;
  --blur-effect-sm: 4px;
  --depth-effect-0: 0px;
  --space-0: 0px;
  --space-025: 1px;
  --space-150: 6px;
  --space-200: 8px;
  --space-300: 12px;
  --space-400: 16px;
  --space-500: 18px;
  --space-600: 24px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --body-sm: 14px;
  --body-md: 16px;
  --headings-sm: 24px;
  --headings-md: 30px;
}

.primaryText {
  color: #383838;
}

.secondaryText {
  color: #999999;
}

.bText {
  color: #185ecd;
}

.wText {
  color: #fff;
}

/*@NBlue:     #224099;*/

/*@LGray:     #909090;*/

.lBlack {
  color: #444444;
}

.navyText {
  color: #122a73;
}

.lblueText {
  color: #274ab1;
}

.greyText {
  color: #999999 !important;
}

header {
  float: left;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif, Microsoft Yahei;
  background: #fff;
  position: relative;
  z-index: 100;
}

header .header-info-bar {
  width: 100%;
  text-align: center;
  font-size: calc(13px + .1vw);
  line-height: 1.3;
  padding: 8px 15px;
}

header .header-info-bar.variant-green {
  background-color: #d4edda;
  color: #155724;
}

header .topWrap {
  width: 100%;
  float: left;
  background: #383838;
}

header .topWrap ul li {
  display: inline;
  color: #fff;
  padding: 5px 8px;
  float: left;
  font-size: calc(13px + .1vw);
}

header .topWrap ul li a {
  color: #fff;
  font-size: calc(13px + .1vw);
}

header .topWrap ul li a:hover {
  color: #185ecd;
}

header .topWrap ul .preference li select,
header .topWrap ul .companyInfo li select {
  background: transparent;
  border: none;
  margin-bottom: 0;
  overflow: hidden;
  padding-right: 12px;
  height: 30px;
}

header .topWrap ul .preference li select option,
header .topWrap ul .companyInfo li select option {
  color: #000;
  background: #fff;
}

header .topWrap ul .preference li {
  padding: 0;
}

header .topWrap ul .companyInfo {
  padding: 0;
}

header .topWrap ul .companyInfo ul {
  padding: 0 10px;
  float: left;
}

header .mainNav {
  padding: 12px 0;
  border-bottom: 1px #e5e5e5 solid;
  background: #fff;
}

header .mainNav #notificationWrap {
  background: rgba(250, 250, 250, 0);
}

header .mainNav #notificationWrap .modal-dialog {
  -webkit-transform: translate(0, 0%) !important;
  transform: translate(0, 0%) !important;
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

header .mainNav #notificationWrap .modal-dialog {
  float: right;
  right: 196px;
  top: 64px;
  max-width: 456px;
}

header .mainNav #notificationWrap .modal-content {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

header .mainNav #notificationWrap .modal-content .arrowUp {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1b3b89;
  margin: auto;
  right: 31px;
  position: absolute;
  top: -10px;
}

header .mainNav #notificationWrap .modal-content .innerArrowUp {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #1b3b89;
  margin: auto;
  position: relative;
  top: 2px;
  left: -9px;
}

header .mainNav #notificationWrap .modal-content .modal-header {
  background: #1b3b89;
  text-align: left;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

header .mainNav #notificationWrap .modal-content .modal-header h4 {
  font-size: calc(18px + .1vw);
  color: #fff;
}

header .mainNav #notificationWrap .modal-content .modal-header button.close {
  color: #fff;
  opacity: 1;
  margin-right: 19px;
  margin-top: 1px !important;
}

header .mainNav #notificationWrap .modal-content .modal-header svg {
  height: auto;
  width: auto;
}

header .mainNav #notificationWrap .modal-content .modal-header svg .cls-1 {
  fill: #fff;
}

header .mainNav #notificationWrap .modal-content .modal-body {
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 26px;
  background: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

header .mainNav #notificationWrap .modal-content .modal-body .col-xs-12 {
  max-height: 350px;
  overflow-y: auto;
}

header .mainNav #notificationWrap .modal-content .modal-body .flexWrap .dateWrap {
  width: 92px;
  padding-right: 20px;
}

header .mainNav #notificationWrap .modal-content .modal-body .flexWrap .infoWrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .mainNav #notificationWrap .modal-content .modal-body .flexWrap .infoWrap li {
  text-align: left;
  padding: 16px 0;
  width: 100%;
  float: left;
  border-bottom: 1px #dedede solid;
}

header .mainNav #notificationWrap .modal-content .modal-body .flexWrap .infoWrap li .message {
  padding: 0 12px;
}

header .mainNav #notificationWrap .modal-content .modal-body .flexWrap .infoWrap li:hover .message {
  border-left: 2px #185ecd solid;
  padding-left: 20px;
  cursor: pointer;
}

header .mainNav #notificationWrap .modal-content .modal-body .flexWrap .infoWrap li:first-child {
  padding-top: 0;
}

header .mainNav #notificationWrap .modal-content .modal-body .flexWrap .infoWrap li:last-child {
  margin-bottom: 16px;
}

header .mainNav .company-logo {
  width: 230px;
}

header .mainNav .company-logo a {
  display: inline-block;
}

header .mainNav .company-logo img,
header .mainNav .company-logo object {
  max-width: 210px;
  height: 33px;
  float: left;
  pointer-events: none;
}

header .mainNav .company-logo span {
  position: absolute;
  top: 5px;
  left: 163px;
  color: #122a73;
  font-size: calc(16px + .1vw);
}

header .mainNav .col-xs-9 {
  width: auto;
}

header .mainNav ul {
  float: right;
  width: auto;
  text-align: right;
}

header .mainNav ul li {
  display: inline;
  float: left;
}

header .mainNav ul li a {
  color: #4a4a4a;
}

header .mainNav ul li a:hover {
  color: #185ecd;
}

header .mainNav ul li ul > li {
  padding-left: 20px;
}

header .mainNav ul li .transactionWrap li {
  padding-top: 8px;
}

header .mainNav ul li .transactionWrap .active a {
  color: #185ecd;
}

@media screen and (min-width: 1100px) and (max-width: 1170px) {
  header .mainNav ul li .transactionWrap > li {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1100px) {
  header .mainNav ul li .transactionWrap > li:last-child {
    border-right: 1px solid #bbb;
    padding-right: 10px;
  }
}

@media screen and (min-width: 1170px) {
  header .mainNav ul li .transactionWrap > li:last-child {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1100px) {
  header .mainNav ul li .transactionWrap > li:last-child:not(.wallet-info-list-item) {
    padding-bottom: 8px;
  }
}

header .mainNav ul li .selectionWrap {
  padding-left: 20px;
}

header .mainNav ul li .selectionWrap li {
  padding-left: 0;
}

header .mainNav ul li .selectionWrap li select {
  height: 33px;
  border: 1px solid #dedede;
  border-left: 1px solid #ededed;
  border-radius: 2px;
  padding: 0 0 0 6px;
  padding-right: 25px;
  cursor: pointer;
  max-width: 70px;
}

header .mainNav ul li .selectionWrap li select select {
  max-width: 70px;
}

header .mainNav ul li .selectionWrap li:first-child select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

header .mainNav ul li .selectionWrap li:nth-child(2) select {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

header .mainNav ul li .withDropdown li {
  padding-top: 4px;
}

header .mainNav ul li .withDropdown svg {
  height: 24px;
  width: 24px;
}

header .mainNav ul li .withDropdown svg .cls-1 {
  fill: #999999;
}

header .mainNav ul li .withDropdown svg:hover .cls-1,
header .mainNav ul li .withDropdown .dropdown.open svg .cls-1 {
  fill: #185ecd;
}

header .mainNav ul li .withDropdown .dropdown-menu {
  /*left: -13px;*/
  left: -136px;
  margin: 0;
  max-width: 168px;
  min-width: 168px;
  border: 0;
  background: transparent;
  padding-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

header .mainNav ul li .withDropdown .dropdown-menu .arrowUp {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e5e5e5;
  margin: auto;
  right: -62px;
  position: relative;
}

header .mainNav ul li .withDropdown .dropdown-menu .innerArrowUp {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  margin: auto;
  position: relative;
  top: 2px;
  left: -9px;
}

header .mainNav ul li .withDropdown .dropdown-menu li {
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 17px;
}

header .mainNav ul li .withDropdown .dropdown-menu li a {
  width: 100%;
  float: left;
  padding: 5px 25px;
  white-space: normal;
  line-height: 17px;
  background: #fff;
  border-right: 1px #e5e5e5 solid;
  border-left: 1px #e5e5e5 solid;
  text-align: left;
  color: #676563;
}

header .mainNav ul li .withDropdown .dropdown-menu li a:hover {
  color: #185ecd;
}

header .mainNav ul li .withDropdown .dropdown-menu li:first-child {
  border: 0;
}

header .mainNav ul li .withDropdown .dropdown-menu li:nth-child(2) a {
  border-top: 1px #e5e5e5 solid;
  padding-top: 20px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

header .mainNav ul li .withDropdown .dropdown-menu li:last-child {
  border-right: 0 !important;
}

header .mainNav ul li .withDropdown .dropdown-menu li:last-child a {
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 20px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

header .mainNav #sidebar-wrapper {
  z-index: 1000;
  /* position: fixed; */
  position: relative;
  left: auto;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  overflow-y: inherit;
  /* background: rgba(240, 90, 34, 0.96); */
  background: none;
  -webkit-transition: opacity 7s;
  transition: opacity 7s;
  display: block;
  /* padding: 10px 0; */
  padding: 0;
}

header .mainNav ul > li > ul > li.wallet-info-list-item {
  padding-top: 0;
}

header .mainNav .wallet-info-list-item {
  position: relative;
}

header .mainNav .wallet-info-list-item.active .wallet-info-menu-item {
  background-color: #f5f5f5;
}

header .mainNav .wallet-info-list-item.active .wallet-info-menu-item .icon-arrow {
  rotate: 180deg;
}

header .mainNav .wallet-info-list-item.active .wallet-info-box-container {
  display: block;
}

header .mainNav .wallet-info-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  color: #3d3d3d;
  border-radius: 100px;
  cursor: pointer;
  font-size: calc(13px + .1vw);
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 1100px) {
  header .mainNav .wallet-info-menu-item {
    display: none;
  }
}

header .mainNav .wallet-info-menu-item:hover {
  background-color: #f5f5f5;
}

header .mainNav .wallet-info-menu-item .icon-wallet {
  width: 1.25rem;
  height: auto;
  fill: currentColor;
  margin: 0 0.3125rem 0 0;
}

header .mainNav .wallet-info-menu-item .icon-arrow {
  height: 0.5rem;
  width: 0.5rem;
  fill: currentColor;
  rotate: 0deg;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
  margin: 0 0 0 0.5rem;
}

header .mainNav .wallet-info-menu-item .text-info-balance {
  color: #127d32;
  font-weight: 600;
}

@media screen and (max-width: 1100px) {
  header .mainNav #wrapper.toggled #sidebar-wrapper ul > li .wallet-info-btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  header .mainNav #wrapper.toggled #sidebar-wrapper ul > li .wallet-info-btn.wib-v1 {
    color: #416bdd;
  }

  header .mainNav #wrapper.toggled #sidebar-wrapper ul > li .wallet-info-btn.wib-v2 {
    background-color: #416bdd;
    color: #fff;
  }
}

header .mainNav .wallet-info-box-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 560px;
  text-align: left;
  border-top: 1px solid #e0e0e0;
  padding: 6px 0 8px;
  margin: 12px 0 0 0;
}

@media screen and (min-width: 1100px) {
  header .mainNav .wallet-info-box-container {
    position: absolute;
    display: none;
    width: 320px;
    max-width: none;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 1rem;
    padding: 8px 0;
    -webkit-box-shadow: 0 0 #000, 0 0 #000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 #000, 0 0 #000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin: 8px 0 0 -96px;
  }
}

header .mainNav .wallet-info-box-container .wallet-info-ballance-box {
  padding: 12px 0 16px;
}

@media screen and (min-width: 1100px) {
  header .mainNav .wallet-info-box-container .wallet-info-ballance-box {
    padding: 4px 16px 16px;
  }
}

header .mainNav .wallet-info-box-container .wallet-info-buttons-box {
  border: none;
  padding: 0 0 6px;
}

@media screen and (min-width: 1100px) {
  header .mainNav .wallet-info-box-container .wallet-info-buttons-box {
    border-top: 1px solid #e0e0e0;
    padding: 12px 8px 6px;
  }
}

header .mainNav .wallet-info-box-container .wallet-info-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #416bdd;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  border: 1px solid #416bdd;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  margin: 0 0 8px;
}

@media screen and (min-width: 1100px) {
  header .mainNav .wallet-info-box-container .wallet-info-btn {
    border-radius: 100px;
  }
}

header .mainNav .wallet-info-box-container .wallet-info-btn:last-child {
  margin: 0;
}

header .mainNav .wallet-info-box-container .wallet-info-btn.wib-v1:hover {
  background-color: rgba(65, 107, 221, 0.1);
  border-color: #2151d4;
  color: #2151d4;
}

header .mainNav .wallet-info-box-container .wallet-info-btn.wib-v2 {
  background-color: #416bdd;
  color: #fff;
}

header .mainNav .wallet-info-box-container .wallet-info-btn.wib-v2:hover {
  background-color: #2151d4;
}

header .mainNav .wallet-info-box-container .icon-wallet {
  fill: currentColor;
  width: 17px;
  height: auto;
  margin: 1px 8px 0 0;
}

header .mainNav .wallet-info-box-container .main-title-text {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #292929;
  padding: 0 0 6px;
}

@media screen and (min-width: 1100px) {
  header .mainNav .wallet-info-box-container .main-title-text {
    padding: 0 0 2px;
  }
}

header .mainNav .wallet-info-box-container .available-funds-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.5rem 0;
}

header .mainNav .wallet-info-box-container .available-funds-box .title-text {
  font-size: 1rem;
  line-height: 1.75rem;
}

header .mainNav .wallet-info-box-container .available-funds-box .funds-text {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #127d32;
}

header .mainNav .wallet-info-box-container .adds-box {
  background-color: #f3f4f6;
  border-radius: 0.375rem;
  margin: 8px 0 0;
}

header .mainNav .wallet-info-box-container .adds-box .adds-box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dotted #e5e7eb;
  padding: 10px 8px 8px;
}

header .mainNav .wallet-info-box-container .adds-box .adds-box-item:last-child {
  border: none;
}

header .mainNav .wallet-info-box-container .adds-box .title-text {
  color: #292929;
  font-size: 0.875rem;
  line-height: 1.25;
}

@media screen and (min-width: 1100px) {
  header .mainNav .wallet-info-box-container .adds-box .title-text {
    color: #707070;
  }
}

header .mainNav .wallet-info-box-container .adds-box .funds-text {
  color: #292929;
  font-size: 0.875rem;
  line-height: 1.25;
}

header .mainNav .wallet-info-box-container .adds-box .font-semibold {
  font-weight: 600;
}

header .mainNav .wallet-info-box-container .adds-box .color-red {
  color: #ef3030;
}

.lang_th header .mainNav ul li ul > li {
  padding-left: 16px;
}

.lang_th header .mainNav ul li .selectionWrap li {
  padding-left: 0;
}

@media screen and (max-width: 1100px) {
  header .mainNav {
    padding: 18px 0;
  }

  header .mainNav .company-logo img {
    height: 36px;
    max-width: none;
    margin-top: 4px;
  }

  header .mainNav #notificationWrap .modal-dialog {
    right: 110px;
    top: 72px;
  }

  header .mainNav ul li .withDropdown li {
    padding-top: 0;
    text-align: center;
  }

  header .mainNav ul li .withDropdown li span {
    position: relative;
    top: -5px;
    font-size: calc(10px + .1vw);
    text-transform: uppercase;
  }

  header .mainNav ul li .withDropdown li:hover a {
    color: #185ecd;
  }

  header .mainNav ul li .withDropdown li:hover svg .cls-1 {
    fill: #185ecd;
  }

  header .mainNav #sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    top: 0;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: opacity 7s;
    transition: opacity 7s;
    display: none;
    padding: 10px 0;
  }

  header .mainNav #wrapper.toggled #sidebar-wrapper {
    display: block;
  }

  header .mainNav #wrapper.toggled #sidebar-wrapper .withDropdown {
    display: none;
  }

  header .mainNav #wrapper.toggled #sidebar-wrapper ul {
    width: 100%;
    float: left;
    padding: 0;
  }

  header .mainNav #wrapper.toggled #sidebar-wrapper ul li {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 0;
    padding: 5px 24px 0;
    text-align: left;
  }

  header .mainNav #wrapper.toggled #sidebar-wrapper ul li a {
    color: #292929;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 30px;
  }

  header .mainNav #wrapper.toggled #sidebar-wrapper ul li ul {
    padding: 0;
  }

  header .mainNav #wrapper.toggled #sidebar-wrapper ul li ul li {
    padding: 5px 0;
  }

  header .mainNav #wrapper.toggled #sidebar-wrapper ul li ul.selectionWrap {
    float: left !important;
  }

  header .mainNav #wrapper.toggled #sidebar-wrapper ul li ul.selectionWrap li {
    display: inline;
    width: 100%;
    max-width: 120px;
  }

  header .mainNav #wrapper.toggled #sidebar-wrapper ul li ul.selectionWrap li .select {
    background-color: #f5f5f5;
    width: 100%;
    max-width: none;
    height: 40px;
  }

  header .mainNav #wrapper.toggled #sidebar-wrapper ul li ul.selectionWrap li .select::after {
    border-color: #707070;
  }

  header .mainNav #wrapper.toggled #sidebar-wrapper ul li ul.selectionWrap li .select select {
    background-color: #f5f5f5;
    text-align: left;
    width: 100%;
    max-width: none;
    height: 40px;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #292929;
    padding: 8px 25px 10px 12px;
  }
}

@media screen and (max-width: 768px) {
  header .col-xs-12 {
    padding: 0;
  }

  header .mainNav #notificationWrap .modal-dialog {
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    float: left;
    height: 100%;
    max-width: none;
    width: 100%;
  }

  header .mainNav #notificationWrap .modal-content {
    width: 100%;
    float: left;
    height: 100%;
  }

  header .mainNav #notificationWrap .modal-content .modal-body {
    height: 100%;
    overflow: scroll;
  }

  header .mainNav #notificationWrap .modal-content .modal-body .col-xs-12 {
    max-height: none;
    overflow-y: hidden;
  }

  header .mainNav .col-xs-9 {
    position: absolute;
    right: 0;
  }

  header .mainNav ul li .withDropdown li.ipadHide {
    padding-left: 0;
  }
}

@media screen and (max-width: 500px) {
  header .mainNav {
    padding: 14px 0;
  }

  header .mainNav .company-logo img {
    height: 26px;
    max-width: none;
    margin-top: -1px;
  }

  header .mainNav ul li .withDropdown li {
    padding-left: 14px;
  }

  header .mainNav ul li .withDropdown svg {
    height: 22px;
    width: 22px;
  }
}

.main-navigation {
  width: 100%;
  float: left;
  /*border-bottom: 1px solid #d8d8d8;*/
  padding: 0 10px 5px 10px;
  background: #fff;
}

.main-navigation .col-xs-4 {
  padding-top: 12px;
}

.main-navigation .selectionWrap {
  border: 1px #cacaca solid;
  border-top: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-top: 0;
}

.main-navigation .selectionWrap li {
  padding: 0;
  border-right: 1px #cacaca solid;
}

.main-navigation .selectionWrap li select {
  border: 0;
  padding: 2px 4px 2px 8px;
  background: transparent;
}

.main-navigation .selectionWrap li .btn-default {
  border: 0;
  padding: 2px 8px 2px 8px;
}

.main-navigation .selectionWrap li:last-child {
  border-right: 0;
}

.main-navigation .transactionWrap {
  padding-top: 13px;
}

.main-navigation .transactionWrap .newText {
  position: relative;
  top: -14px;
  right: -18px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: calc(11px + .1vw);
  color: #389c53;
}

.main-navigation .transactionWrap li {
  font-weight: 600;
}

.main-navigation .transactionWrap li:first-child {
  padding-right: 0;
}

.main-navigation .transactionWrap li.active a {
  color: #122a73;
}

.main-navigation .transactionWrap li:nth-child(2) ul li:first-child {
  border-right: 1px #cacaca solid;
}

.main-navigation .transactionWrap .hiddenLink {
  position: relative;
  padding-left: 0;
}

.main-navigation .transactionWrap ul {
  padding-top: 0;
}

.main-navigation .transactionWrap ul li:first-child {
  padding-left: 0;
  padding-right: 10px;
}

.main-navigation .company-logo a {
  display: inline-block;
}

.main-navigation .company-logo img,
.main-navigation .company-logo object {
  max-width: 210px;
  float: left;
  pointer-events: none;
}

.main-navigation .company-logo span {
  position: absolute;
  top: 26px;
  left: 235px;
  color: #122a73;
  font-size: calc(16px + .1vw);
  font-weight: 600;
}

.main-navigation ul {
  padding-top: 3px;
}

.main-navigation ul li {
  display: inline;
  padding: 0 10px;
  float: left;
  width: auto;
}

.main-navigation ul .rewards,
.main-navigation ul .wishlist,
.main-navigation ul .deals {
  color: #969fa3;
  font-size: calc(15px + .1vw);
  padding: 7px 10px;
}

.main-navigation ul .wishlist {
  padding-right: 15px;
}

.main-navigation ul .login {
  padding: 4px 10px 0 10px;
}

.main-navigation ul .login .dropdown {
  background: #185ecd;
  border: 1px solid #e6eaed;
  border-radius: 4px;
  font-size: calc(14px + .1vw);
  font-weight: 700;
  padding: 6px 12px;
}

.main-navigation ul .login .dropdown a {
  color: #fff;
}

.main-navigation ul .login .dropdown .dropdown-menu li a {
  color: #6f7577;
}

.main-navigation ul .languageWrap,
.main-navigation ul .walletAmt {
  padding: 12px 0 0 10px;
}

.main-navigation ul .languageWrap .lang_select .active img,
.main-navigation ul .languageWrap .lang_select img:hover {
  opacity: 1;
}

.main-navigation ul .languageWrap .lang_select img {
  opacity: 0.5;
}

.main-navigation ul .walletAmt span {
  position: relative;
  top: -5px;
  color: #6f7577;
  font-size: calc(13px + .1vw);
}

.main-navigation ul .currencyWrap {
  padding: 6px 0 0 10px;
  padding-right: 0;
}

.main-navigation ul .currencyWrap select {
  background: #e6eaed;
  border: none;
  padding: 4px 5px;
  border-radius: 3px;
  color: #aaaaaa;
  font-weight: 700;
  height: 30px;
}

.main-navigation ul .currencyWrap select option {
  background: #fff;
}

/*MOBILE MENU*/

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper .divider {
  background: #fff;
  height: 1px;
  width: 90%;
  float: left;
  margin: 5px 0;
}

#wrapper.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  top: 0;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: rgba(18, 42, 115, 0.96);
  -webkit-transition: opacity 3s;
  -webkit-transition: opacity 7s;
  transition: opacity 7s;
  display: none;
  padding: 10px 0;
}

#sidebar-wrapper .sidebar-nav {
  top: 0;
  width: 100%;
  margin: 0;
  list-style: none;
  padding: 15px 25px;
  float: left;
}

#sidebar-wrapper .sidebar-nav li {
  display: block;
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 0;
  padding: 5px 12px;
  color: #fff;
  font-size: calc(16px + .1vw);
  font-family: "Source Sans Pro", sans-serif;
}

#sidebar-wrapper .sidebar-nav li .newText {
  position: relative;
  top: 17px;
  right: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: calc(11px + .1vw);
  color: #fff;
}

#sidebar-wrapper .sidebar-nav li a {
  text-decoration: none;
  color: #999999;
  width: 100%;
  float: left;
  color: #fff;
  font-size: calc(16px + .1vw);
  font-family: "Source Sans Pro", sans-serif;
}

#sidebar-wrapper .sidebar-nav li .fa {
  margin-right: 15px;
}

#sidebar-wrapper .sidebar-nav li .currency select {
  color: #000;
  margin-left: 10px;
  border-radius: 3px;
}

#sidebar-wrapper .sidebar-nav li:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

#sidebar-wrapper .sidebar-nav li a:active,
#sidebar-wrapper .sidebar-nav li a:focus {
  text-decoration: none;
}

#sidebar-wrapper .sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: calc(18px + .1vw);
  line-height: 60px;
}

#sidebar-wrapper .sidebar-nav > .sidebar-brand a {
  color: #999999;
}

#sidebar-wrapper .sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper .closeBtn {
  position: relative;
  top: 10px;
  width: 100%;
  float: left;
  text-align: right;
  padding-right: 15px;
}

#sidebar-wrapper .closeBtn .cls-1 {
  fill: #707070;
  cursor: pointer;
}

#sidebar-wrapper .closeBtn svg {
  height: 16px;
  width: 16px;
}

#wrapper.toggled #sidebar-wrapper {
  width: 100%;
  opacity: 1;
  transition: opacity 0.9s ease-in;
  -webkit-transition: opacity 0.9s ease-in;
  -moz-transition: opacity 0.9s ease-inease-in;
  -o-transition: opacity 0.9s linear;
}

#sidebar-wrapper {
  -webkit-transition: opacity 0.9s ease-in;
  -moz-transition: opacity 0.9s ease-in;
  -o-transition: opacity 0.9s ease-in;
  opacity: 1;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

.newsWrap {
  width: 100%;
  float: left;
  background: #1b3b89;
  color: #fff;
}

.newsWrap .col-xs-3 {
  padding: 8px;
}

.newsWrap .col-xs-9 {
  background: #284a9e;
  padding: 3px 8px;
  max-height: 65px;
  min-height: 65px;
  overflow: hidden;
}

.newsWrap .panel-default {
  background: none;
  border: 0;
  margin-bottom: 0;
  position: relative;
}

.newsWrap .panel-default .panel-body {
  padding: 0;
}

.newsWrap .panel-default .panel-body .newsVticker {
  height: auto !important;
  min-height: 60px;
}

.newsWrap .panel-default .panel-body li a,
.newsWrap .panel-default .panel-body li p {
  color: #fff;
  line-height: 15px;
}

.newsWrap .panel-default .panel-body .news-item {
  padding-right: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  max-height: 60px;
  overflow: overlay;
  width: 94%;
}

.newsWrap .panel-footer {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 4px;
  right: 0;
}

.newsWrap .panel-footer li a {
  padding: 0px;
  background-color: transparent;
  border: 0;
  padding-left: 2px;
}

.newsWrap .panel-footer li a span {
  line-height: 0;
}

.newsWrap .panel-footer li a:hover {
  color: #fff !important;
}

/*--------------------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
  .main-navigation .company-logo span {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .main-navigation .col-xs-4 {
    width: 25%;
    padding-right: 0;
  }

  .main-navigation .col-xs-8 {
    width: 75%;
    padding-left: 6px;
  }

  .main-navigation .company-logo span {
    display: none;
  }

  .main-navigation ul li {
    padding: 0 4px;
    padding-right: 0;
  }

  .main-navigation .transactionWrap li:nth-child(2) ul {
    padding-right: 4px;
  }

  .main-navigation .transactionWrap li:nth-child(2) ul li:first-child {
    padding-right: 4px;
  }

  .main-navigation .transactionWrap ul li:first-child {
    padding-right: 0;
  }
}

@media screen and (max-width: 880px) {
  header .topWrap .pull-left {
    float: right !important;
  }
}

@media screen and (max-width: 769px) {
  .modal-backdrop.in {
    z-index: 1 !important;
  }

  header .topWrap {
    padding: 0;
  }

  header .topWrap .col-xs-12 {
    padding: 0;
  }

  .main-navigation {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8px;
  }

  .main-navigation .col-xs-8 {
    width: 60%;
  }

  .main-navigation .col-xs-4 {
    width: 40%;
  }

  .main-navigation .col-xs-4 .selectionWrap li:first-child,
  .main-navigation .col-xs-4 .selectionWrap li:last-child {
    display: none;
  }

  .main-navigation .supportWrap {
    padding-top: 0;
  }

  .main-navigation .supportWrap li:first-child {
    background: #ed5221;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .main-navigation .supportWrap li {
    background: #f45f31;
    color: #fff;
    font-size: calc(16px + .1vw);
    padding: 8px 10px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .main-navigation ul .currencyWrap,
  .main-navigation ul .walletAmt,
  .main-navigation ul .login {
    display: none;
  }

  .main-navigation ul .languageWrap {
    padding: 4px 0;
  }

  .ipadHide {
    display: none;
  }

  .ipadMenu {
    width: 100%;
    float: left;
    margin-top: -1px;
  }

  .ipadMenu img.logo,
  .ipadMenu object {
    max-width: 140px;
    left: 20px;
    position: relative;
  }

  .ipadMenu .ipadLogo img {
    max-width: 150px;
    margin-left: 20px;
  }

  .ipadMenu .searchBtn {
    min-width: 180px;
    width: auto;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px #d4d9dd solid;
    padding: 4px 7px;
    text-align: left;
    border-radius: 3px;
    font-size: calc(16px + .1vw);
    color: #939598;
    margin-left: 20px;
  }

  .ipadMenu a {
    color: #122a73;
    font-size: calc(24px + .1vw);
  }

  .ipadMenu #menu-toggle.btn {
    padding: 0;
    position: absolute;
  }

  .ipadMenu #menu-toggle.btn-default {
    border: none;
  }

  .ipadMenu #menu-toggle.btn-default:hover,
  .ipadMenu #menu-toggle.btn-default:focus {
    background: none;
    color: #122a73;
  }

  .ipadMenu .currency ul.dropdown-menu {
    left: -40px;
  }

  .ipadMenu .currency ul.dropdown-menu li a {
    color: #000 !important;
    font-size: calc(13px + .1vw);
  }

  #sidebar-wrapper {
    display: block;
  }

  .sidebar-nav li .col-xs-8 {
    width: 60%;
  }

  .sidebar-nav li .col-xs-4 {
    width: 40%;
  }

  #searchModal .modal-dialog {
    margin: 0;
    width: 100%;
  }

  #searchModal .modal-open {
    overflow-y: hidden;
  }

  #searchModal .modal-content {
    border-radius: 2px;
    float: left;
    width: 100%;
    border-bottom: 2px #f05a22 solid;
  }

  #searchModal .modal-content .modal-header h4 {
    font-size: calc(18px + .1vw);
    color: #122a73;
    font-weight: normal;
  }

  #searchModal .modal-content .modal-body {
    float: left;
    width: 100%;
    padding: 20px 7px;
  }

  #searchModal .modal-content .modal-body form {
    width: 100%;
    float: left;
  }

  #searchModal .modal-content .modal-body ul {
    width: 100%;
    float: left;
  }

  #searchModal .modal-content .modal-body ul li {
    display: block;
    float: left;
    width: 100%;
  }

  #searchModal .modal-content .modal-body .searchBox {
    background: #f4f7f8;
    border-radius: 3px;
    ffont-size: calc(15px + .1vw);
    color: #6f7577;
    margin-bottom: 10px;
  }

  #searchModal .modal-content .modal-body .searchBox .col-xs-2 {
    text-align: center;
    padding-top: 7px;
    width: 15%;
  }

  #searchModal .modal-content .modal-body .searchBox .col-xs-2 .fa {
    color: #939598;
  }

  #searchModal .modal-content .modal-body .searchBox .col-xs-10 {
    width: 85%;
  }

  #searchModal .modal-content .modal-body .searchBox .col-xs-10 input {
    border: 0;
    width: 100%;
    height: 35px;
    padding-left: 0;
    font-size: calc(15px + .1vw);
    font-family: "Source Sans Pro", sans-serif, Microsoft Yahei;
    color: #6f7577;
    background: transparent;
    outline: none;
  }

  #searchModal .modal-content .modal-body .searchBox .col-xs-10 .typeahead,
  #searchModal .modal-content .modal-body .searchBox .col-xs-10 .tt-query,
  #searchModal .modal-content .modal-body .searchBox .col-xs-10 .tt-hint {
    padding: 3px 0;
  }

  #searchModal .modal-content .modal-body .searchBox .col-xs-10 .tt-highlight {
    color: #f05a22;
  }

  #searchModal .modal-content .modal-body .searchBox .col-xs-10 .twitter-typeahead {
    width: 100%;
    max-width: 240px;
  }

  #searchModal .modal-content .modal-body .searchBox .col-xs-10 .twitter-typeahead .tt-menu {
    width: 100%;
    min-width: 240px;
    margin: 0;
    border-radius: 3px;
    margin-left: -48px;
    margin-top: -2px;
    background-color: transparent;
    padding: 0;
    padding-top: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    background: url(/images/site/top-tip.png) no-repeat;
    background-position: 40px 0;
  }

  #searchModal .modal-content .modal-body .searchBox .col-xs-10 .twitter-typeahead .tt-menu .tt-dataset {
    background: #fff;
  }

  #searchModal .modal-content .modal-body .searchBox .col-xs-10 .twitter-typeahead .tt-menu .tt-dataset {
    border-radius: 3px;
    border: 1px #e6eaed solid;
    border-top: 0;
  }

  #searchModal .modal-content .modal-body .searchBox .col-xs-10 .twitter-typeahead .tt-menu .tt-dataset-all_countries {
    border-bottom: 0;
    padding-top: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  #searchModal .modal-content .modal-body .searchBox .col-xs-10 .twitter-typeahead .tt-menu .tt-dataset-all_countries .destination-name,
  #searchModal .modal-content .modal-body .searchBox .col-xs-10 .twitter-typeahead .tt-menu .tt-dataset-all_cities .destination-name {
    font-size: calc(15px + .1vw);
    color: #274ab1;
    font-weight: 600;
  }

  #searchModal .modal-content .modal-body .searchBox .col-xs-10 .twitter-typeahead .tt-suggestion {
    font-size: calc(13px + .1vw);
    line-height: 14px;
    color: #274ab1;
  }

  #searchModal .modal-content .modal-body .searchBox .col-xs-10 .twitter-typeahead .tt-suggestion:last-child {
    padding-bottom: 12px;
  }

  #searchModal .modal-content .modal-body .searchBox .col-xs-10 .twitter-typeahead .tt-suggestion:first-child {
    padding-top: 12px;
  }

  #searchModal .modal-content .modal-body .searchBox .col-xs-10 .twitter-typeahead .tt-suggestion:hover,
  #searchModal .modal-content .modal-body .searchBox .col-xs-10 .twitter-typeahead .tt-cursor {
    background: transparent !important;
    color: #6f7577;
  }

  #searchModal .modal-content .modal-body .btnSearch {
    width: 100%;
    float: left;
    background: #f05a22;
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 6px 10px;
    font-size: calc(16px + .1vw);
  }

  #bmg-app {
    background: none !important;
  }
}

@media screen and (max-width: 500px) {
  .main-navigation .col-xs-12 {
    padding: 0;
  }

  .main-navigation .col-xs-4 {
    width: 100%;
  }

  .main-navigation .selectionWrap {
    display: none;
  }

  .ipadMenu .searchBtn {
    min-width: 120px;
    padding: 3px 7px;
  }
}

@media screen and (max-width: 350px) {
  header .topWrap ul li {
    padding: 5px 6px;
  }

  header .topWrap ul .companyInfo ul {
    padding: 0;
  }
}

footer .footerLinks {
  padding: 40px 0;
  background: #383838;
  width: 100%;
  float: left;
  color: #fff;
}

footer .footerLinks p {
  color: #fff;
  font-size: calc(14px + .1vw);
  margin-bottom: 0;
}

footer .footerLinks .socialWrap {
  text-align: right;
}

footer .footerLinks .socialWrap .fa {
  font-size: calc(20px + .1vw);
  color: #fff;
}

footer .footerLinks .socialWrap a {
  margin-right: 5px;
}

footer .footerLinks .socialWrap a:last-child {
  margin-right: 0;
}

footer .footerLinks .sideArticle object,
footer .footerLinks .sideArticle img {
  max-width: 160px;
}

footer .footerLinks .sideArticle .col-xs-4,
footer .footerLinks .sideArticle .col-xs-8 {
  width: 100%;
  padding: 0;
}

footer .footerLinks .footerContact {
  margin-top: 4px;
  float: left;
}

footer .footerLinks .footerContact li {
  display: inline;
  width: auto;
  font-size: calc(14px + .1vw);
  float: left;
}

footer .footerLinks .footerContact li a {
  color: #fff;
  font-size: calc(14px + .1vw);
}

footer .footerLinks .footerContact li.divider {
  height: 16px;
  width: 1px;
  border-right: 1px #fff solid;
  margin: 5px 10px;
  padding: 0;
}

footer .footerLinks .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

footer .footerLinks .modal-header .close {
  float: right;
  font-size: calc(21px + .1vw);
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  margin-top: 6px;
  right: 15px;
}

footer .footerLinks .footer-modal h4 {
  font-size: calc(18px + .1vw);
}

footer .footerLinks .footer-modal p,
footer .footerLinks .footer-modal h5,
footer .footerLinks .footer-modal ol {
  color: #666666;
  font-size: calc(14px + .1vw);
  line-height: 1.4;
}

footer .footerLinks .footer-modal strong {
  font-weight: bold;
}

footer .footerLinks .footer-modal b {
  font-weight: 600;
}

footer .footerLinks .footer-modal p {
  margin-bottom: 12px;
}

footer .footerLinks .footer-modal li {
  list-style: circle;
  margin-bottom: 12px;
}

footer .footerLinks .footer-modal .terms li {
  list-style: decimal;
}

footer .footerLinks .footer-modal .modal-dialog {
  position: relative;
  padding: 15px;
}

footer .footerLinks .footer-modal .modal-dialog ol {
  position: relative;
  padding: 15px;
  margin-bottom: -15px;
  margin-top: -10px;
}

footer .footerLinks .footer-modal .modal-dialog .nested-list {
  margin-left: 15px;
}

footer .footerLinks .footer-modal .modal-dialog .nested-list li {
  list-style: decimal;
}

@media screen and (max-width: 769px) {
  footer .footerLinks .footerContact {
    text-align: center;
    width: 100%;
    float: left;
  }

  footer .footerLinks .footerContact li {
    float: none;
    white-space: nowrap;
  }
}

/*RESET CSS*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

html {
  height: 100%;
}

body {
  line-height: 1.25;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

body {
  font-family: "Source Sans Pro", sans-serif, Microsoft Yahei;
  font-size: calc(14px + .1vw);
  line-height: 1.4;
  background: #fafafa;
  padding-bottom: 0 !important;
  color: #383838;
  overflow: initial;
}

body h1,
body h2,
body h3,
body h4,
body h5 {
  font-weight: normal;
  line-height: 1.428571429;
  margin-bottom: 0;
  color: #383838;
}

body input {
  padding: 8px 10px;
  border-radius: 3px;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #ececec solid;
  font-family: "Source Sans Pro", sans-serif, Microsoft Yahei;
}

body a:focus {
  text-decoration: none;
  outline: 0;
}

body p,
body a {
  font-size: calc(14px + .1vw);
  line-height: 1.4;
  color: #383838;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

body hr {
  float: left;
  width: 100%;
}

body.checkout .flatpickr-calendar.animate.open {
  padding-top: 8px;
}

body.checkout .flatpickr-month {
  height: 40px;
}

body.checkout .flatpickr-month .numInputWrapper {
  background: #fafafa;
  width: 7ch;
  margin-left: 6px;
  padding: 3px 5px;
  -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);
}

body.checkout .flatpickr-month .numInputWrapper .arrowUp,
body.checkout .flatpickr-month .numInputWrapper .arrowDown {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 14px;
  height: 50%;
  z-index: 1;
  color: inherit;
}

body.checkout .flatpickr-month .numInputWrapper span {
  opacity: 1;
}

.flexWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.flatpickr-calendar.animate.open {
  border: 1px #e5e5e5 solid;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 2px;
}

*[v-cloak] {
  display: none !important;
}

.container {
  max-width: 1310px;
  margin: auto;
  width: 100%;
}

.contentWrap,
.content {
  width: 100%;
  float: left;
}

.full-width {
  width: 100%;
}

.contentWrap {
  padding-top: 30px;
  padding-bottom: 150px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  width: 100%;
}

.contentWrap .breadcrumb {
  background: none;
  margin-bottom: 15px;
  padding: 12px 0;
}

.contentWrap .breadcrumb li + li:before {
  content: ">";
  padding-right: 5px;
  color: #4a4a4a;
}

.contentWrap .breadcrumb li {
  display: inline;
  padding-right: 5px;
  width: auto;
  font-size: calc(12px + .1vw);
}

.contentWrap .breadcrumb li a {
  color: #4a4a4a;
  font-size: calc(12px + .1vw);
}

.contentWrap .breadcrumb li a:hover {
  color: #185ecd;
}

.contentWrap .breadcrumb li:hover a {
  color: #185ecd;
}

.contentWrap .breadcrumb li.active {
  color: #999999;
}

.contentWrap .breadcrumb li.active a {
  color: #999999;
}

/* RATINGS */

.rating {
  width: auto;
  float: left;
  border: 0;
  margin-left: 3px;
}

.rating li {
  display: inline;
  float: left;
}

.rating li .fa {
  color: #ffa124;
}

/*TEXT ALIGN & FLOAT*/

.iCenter,
.ICenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.textCenter {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

/*PADDING*/

.noPadding {
  padding: 0;
}

.noPaddingLeft {
  padding-left: 0;
}

.noPaddingTop {
  padding-top: 0 !important;
}

.noPaddingRight {
  padding-right: 0;
}

.lessPaddingLeft {
  padding-left: 5px;
}

.lessPaddingRight {
  padding-right: 5px;
}

.morePadding {
  padding-left: 30px;
}

/*MARGIN*/

.marginBottom {
  margin-bottom: 12px;
}

.noBottomMargin {
  margin-bottom: 0;
}

.noTopMargin {
  margin-top: 0 !important;
}

/*DISPLAY*/

.desktopView {
  display: block;
}

.mobileView,
.ipadView,
.w1100 {
  display: none;
}

/*COLORS*/

.noBackground {
  background: none !important;
}

.whiteBg {
  background: #fff;
}

.redText {
  color: #ef3030 !important;
}

.blueText {
  color: #284a9e !important;
}

.lblueText {
  color: #274ab1 !important;
}

.orangeText {
  color: #f05a22 !important;
}

.shadowed {
  -webkit-box-shadow: 0 2px 0 0 #bcc4ca;
          box-shadow: 0 2px 0 0 #bcc4ca;
  border-radius: 4px !important;
}

.smallSemiBold {
  font-weight: 400;
}

.semiBold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.btnExpand {
  float: left;
  padding: 6px 12px;
  border-radius: 3px;
  border: 1px solid #e6eaed;
  font-size: calc(12px + .1vw);
  text-align: center;
  min-width: 80px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 25px;
}

.v-select .dropdown-toggle .clear {
  display: none;
}

#spinner-bg {
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #000;
  position: absolute;
  opacity: 0.5;
  top: 0;
  position: fixed;
}

#loading-spinner {
  background: white;
  position: fixed;
  -webkit-backface-visibility: hidden;
  right: 50%;
  margin-right: -50px;
  top: 50%;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  z-index: 10001;
  border-radius: 20px;
}

.spinner {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10002;
  text-align: center;
  padding-top: 25px;
}

.spinner-item {
  display: none;
}

#loading-spinner .spinner {
  padding-top: 0;
  width: 100px;
  float: left;
}

#loading-spinner .loader,
#loading-spinner .logoLoader {
  width: 100%;
  height: 100px;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}

#loading-spinner .logoLoader svg {
  width: 100px;
  height: 100px;
}

#loading-spinner .logoLoader svg .circle {
  fill: #f05a22;
}

#loading-spinner .logoLoader svg .cls-1 {
  fill: #fff;
}

#loading-spinner .loader svg .cls-1 {
  fill: #fff;
}

#loading-spinner .loader .spinner1 {
  animation: rotate 1.4s linear infinite;
  -webkit-animation: rotate 1.4s linear infinite;
  position: relative;
  padding-top: 0;
  width: 100px;
  height: 100px;
}

#loading-spinner .loader .spinner-dot {
  width: 274px;
  height: 274px;
  position: relative;
  top: 0;
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}

#loading-spinner .loader .path {
  stroke-dasharray: 170;
  stroke-dashoffset: 20;
}

.underLine:hover {
  display: inline;
  -webkit-box-shadow: inset 0 -0.175em white, inset 0 -0.2em #383838;
          box-shadow: inset 0 -0.175em white, inset 0 -0.2em #383838;
  text-shadow: -1px -1px white, -1px 1px white, 1px -1px white, 1px 1px white;
}

.tranSition {
  webkit-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.dropShadow {
  -webkit-box-shadow: 0 1rem 1.5rem -1.1rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 1rem 1.5rem -1.1rem rgba(0, 0, 0, 0.3);
}

/*RIBBON*/

.ribbon-wrapper {
  position: absolute;
  top: 10px;
  left: 4px;
  webkit-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.ribbon-wrapper .ribbon-front {
  background-color: #ef3030;
  left: -10px;
  padding: 4px 8px 4px 12px;
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 1;
  border-radius: 2px;
  border-top-left-radius: 0;
  -webkit-box-shadow: 1px 1px 24px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 24px -9px rgba(0, 0, 0, 0.75);
}

.ribbon-wrapper .ribbon-edge-topleft,
.ribbon-wrapper .ribbon-edge-topright,
.ribbon-wrapper .ribbon-edge-bottomleft,
.ribbon-wrapper .ribbon-edge-bottomright {
  position: absolute;
  z-index: 1;
  border-style: solid;
  height: 0px;
  width: 0px;
}

.ribbon-wrapper .ribbon-edge-bottomleft,
.ribbon-wrapper .ribbon-edge-bottomright {
  top: 154px;
}

.ribbon-wrapper .ribbon-edge-topleft,
.ribbon-wrapper .ribbon-edge-bottomleft {
  left: -10px;
  border-color: transparent #db1111 transparent transparent;
}

.ribbon-wrapper .ribbon-edge-topleft {
  top: -5px;
  border-width: 5px 5px 0 0;
}

.ribbon-wrapper .ribbon-edge-bottomleft {
  border-width: 0 10px 0px 0;
}

.ribbon-wrapper .ribbon-edge-topright,
.ribbon-wrapper .ribbon-edge-bottomright {
  left: 110px;
  border-color: transparent transparent transparent #db1111;
}

.ribbon-wrapper .ribbon-edge-topright {
  top: 0px;
  border-width: 0px 0 0 10px;
}

.ribbon-wrapper .ribbon-edge-bottomright {
  border-width: 0 0 5px 10px;
}

.ribbon-wrapper.green .ribbon-front {
  background-color: #2bad40;
}

.ribbon-wrapper.green .ribbon-edge-topleft,
.ribbon-wrapper.green .ribbon-edge-bottomleft,
.ribbon-wrapper.green ribbon-edge-topright,
.ribbon-wrapper.green .ribbon-edge-bottomright {
  border-color: transparent #218431 transparent transparent;
}

.ribbon-front-green > .ribbon-front:after {
  border-color: rgba(43, 173, 64, 0);
  border-left-color: #2bad40;
}

svg {
  position: relative;
}

svg .cls-1 {
  fill: #383838;
}

.t-clip {
  width: auto;
  overflow-x: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1100px) {
  .w1100 {
    display: block;
  }

  .wH1100 {
    display: none !important;
  }
}

@media (min-width: 2000px) {
  .container {
    width: 100%;
    max-width: none;
    padding: 0 15%;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    width: 100% !important;
  }

  .desktopView {
    display: none;
  }

  .morePadding {
    padding-left: 12px;
  }
}

@media screen and (max-width: 769px) {
  .contentWrap {
    padding-bottom: 40px;
  }

  .ipadView {
    display: block;
  }

  .ipadHide {
    display: none;
  }

  .noPaddingIpad {
    padding: 0;
  }

  .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 {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .contentWrap {
    min-height: 0;
  }

  .mobileView {
    display: block !important;
  }

  .mobileHide {
    display: none;
  }

  .contentWrap .container {
    padding: 0;
  }
}

.dataTables_wrapper .buttons-print {
  display: none;
}

.country_option {
  font-weight: bold !important;
}

.wide_select .select2-container {
  width: 100% !important;
}

.wide_select .select2-container .select2-selection--multiple {
  min-height: 100px;
  border: 1px #f0f0f0 solid;
  padding: 6px;
}

.wide_select .select2-container .select2-search__field {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
  background: transparent;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
  width: 24.75em !important;
}

.select {
  position: relative;
  vertical-align: top;
  height: 34px;
}

.select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  color: #4d545d;
  font-size: calc(15px + .1vw);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  line-height: 24px;
  position: relative;
  vertical-align: top;
  display: block;
  outline: 0;
  padding-right: 36px;
  height: 100%;
  padding-left: 15px;
}

@media screen and (max-width: 769px) {
  .select select {
    padding-right: 20px;
    padding-left: 6px;
    text-align: center;
  }
}

.select::after {
  border: 1px solid #d7d7d7;
  border-right: 0;
  border-top: 0;
  height: 7px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 7px;
  right: 16px;
  top: 50%;
  margin-top: -6px;
  display: block;
  content: " ";
}

.selectDropdown {
  height: 34px;
  position: relative;
}

.selectDropdown select {
  height: 34px;
  line-height: 24px;
  padding-right: 36px;
  padding-left: 15px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  border-radius: 3px;
  color: #a3adb2;
  min-width: 140px;
}

.selectDropdown::after {
  border: 1px solid #333;
  border-right: 0;
  border-top: 0;
  height: 7px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 7px;
  right: 16px;
  top: 50%;
  margin-top: -6px;
  display: block;
  content: " ";
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .selectDropdown select,
  .select select,
  header .mainNav ul li .selectionWrap li select {
    padding-right: 0;
    /*  IE 8 and up */
  }
}

.w100 {
  width: 100%;
}

.flatpickr-day.selected {
  background: #ef5a21 !important;
  border-color: #ef5a21 !important;
}

.flatpickr-current-month span.cur-month {
  font-weight: 600 !important;
}

.flatpickr-day.prevMonthDay {
  color: #fff !important;
}

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

.blue_link {
  color: #185ecc;
  text-decoration: none;
}

.blue_link:hover {
  text-decoration: underline;
}

.ml20 {
  margin-left: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb0 {
  margin-bottom: 0px !important;
}

.w15 {
  width: 15px;
}

.ttc {
  text-transform: capitalize;
}

.swal2-modal {
  font-family: "Source Sans Pro", sans-serif !important;
}

.swal2-modal b {
  font-weight: 600;
}

.swal2-modal .bulk_summary {
  text-align: left;
  line-height: 34px;
}

.swal2-modal h3 {
  color: #545454;
  font-size: calc(24px + .1vw);
  text-align: center;
  margin-bottom: 20px;
}

[v-cloak] {
  display: none;
}

.btn-success {
  background-color: #f05a22;
  border: none;
}

.btn-success:hover {
  opacity: 0.7;
  background-color: #f05a22;
}

.panel-primary {
  border: none;
}

.panel-primary > .panel-heading {
  background-color: #1b3b89;
  border-color: #1b3b89;
}

.company-logo svg {
  display: block;
  width: 100%;
  max-height: 51px;
}

.company-logo img,
.company-logo object,
.company-logo svg {
  max-width: 210px;
  float: left;
  pointer-events: none;
}

.company-logo img .cls-1,
.company-logo object .cls-1,
.company-logo svg .cls-1 {
  fill: #f05a22;
}

.company-logo img .cls-2,
.company-logo object .cls-2,
.company-logo svg .cls-2 {
  fill: #224099;
}

.company-logo img .cls-3,
.company-logo object .cls-3,
.company-logo svg .cls-3 {
  fill: #fff;
}

a.btn-link {
  color: #1b3b89;
}

.loginWrap,
.loginBox,
.registrationWrap {
  width: 100%;
  float: left;
}

.loginWrap h1,
.registrationWrap h1 {
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  color: #6f7577;
  font-weight: 400;
}

.loginWrap a,
.registrationWrap a,
.loginWrap a:hover,
.registrationWrap a:hover {
  text-decoration: underline;
}

.loginWrap label,
.registrationWrap label {
  font-size: 14px;
  color: #666666;
  margin-top: 3px;
}

.loginWrap input[type="text"],
.registrationWrap input[type="text"] {
  height: 35px;
  width: 100%;
  padding: 6px 8px;
  margin-bottom: 5px;
}

.loginWrap input[type="file"],
.registrationWrap input[type="file"] {
  width: 100%;
  margin-bottom: 5px;
  padding: 6px;
  font-size: 14px;
  color: #666666;
}

.loginWrap select,
.registrationWrap select,
.loginWrap textarea,
.registrationWrap textarea {
  height: 35px;
  width: 100%;
  border: 1px #f0f0f0 solid;
  border-radius: 3px;
  padding: 4px 10px;
}

.loginWrap textarea,
.registrationWrap textarea {
  height: 100px;
}

.loginWrap .titleWrap p,
.registrationWrap .titleWrap p {
  text-align: center;
  color: #969fa3;
}

.loginWrap #term_window h4,
.registrationWrap #term_window h4 {
  font-size: 18px;
}

.loginWrap #term_window p,
.registrationWrap #term_window p {
  color: #666666;
}

.loginWrap .alert-danger,
.registrationWrap .alert-danger {
  width: 100%;
  float: left;
  margin-top: 12px;
}

.loginWrap .select2-container,
.registrationWrap .select2-container {
  width: 100% !important;
}

.loginWrap .select2-container .select2-selection--multiple,
.registrationWrap .select2-container .select2-selection--multiple {
  min-height: 100px;
  border: 1px #f0f0f0 solid;
  padding: 6px;
}

.loginWrap {
  padding-top: 15px;
}

.loginWrap .col-md-8 {
  max-width: 500px;
  float: none;
}

.loginWrap .loginBox {
  padding: 40px;
  background: #fff;
  margin: 20px 0;
}

.loginWrap .loginBox form .btnOrange {
  margin-top: 10px;
  margin-bottom: 0;
}

.loginWrap .loginBox form a {
  color: #274ab1;
}

.loginWrap .loginBox input[type="password"] {
  width: 100%;
}

.loginWrap .loginBox .checkbox label {
  position: relative;
  top: 3px;
}

.registrationWrap {
  padding-top: 15px;
}

.registrationWrap .noPadding {
  padding: 0 !important;
}

.registrationWrap .logoWrap {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}

.registrationWrap .logoWrap .col-xs-12 {
  max-width: 550px;
  display: block;
  margin: auto;
  float: none;
}

.registrationWrap .logoWrap .col-xs-12 img {
  margin: auto;
  display: block;
}

.registrationWrap .titleWrap p {
  color: #4c4c4c;
}

.registrationWrap .formWrap {
  width: 100%;
  max-width: 550px;
  display: block;
  margin: auto;
  margin-top: 20px;
}

.registrationWrap .formWrap .col-xs-4,
.registrationWrap .formWrap .col-xs-5,
.registrationWrap .formWrap .col-xs-6,
.registrationWrap .formWrap .col-xs-7,
.registrationWrap .formWrap .col-xs-12 {
  padding: 0 6px;
}

.registrationWrap .formWrap input,
.registrationWrap .formWrap select,
.registrationWrap .formWrap button,
.registrationWrap .formWrap textarea,
.registrationWrap .formWrap .v-select input[type="search"],
.registrationWrap .formWrap .v-select input[type="search"]:focus {
  border: 1px #e5e5e5 solid;
  height: 44px;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 0 15px;
  float: left;
}

.registrationWrap .formWrap .has-error input,
.registrationWrap .formWrap .has-error select,
.registrationWrap .formWrap .has-error button,
.registrationWrap .formWrap .has-error textarea,
.registrationWrap .formWrap .has-error .v-select input[type="search"],
.registrationWrap .formWrap .has-error .v-select input[type="search"]:focus,
.registrationWrap .formWrap .has-error input:focus,
.registrationWrap .formWrap .has-error textarea:focus,
.registrationWrap .formWrap .has-error select:focus {
  border: 1px #ef3030 solid !important;
  outline: none;
}

.registrationWrap .formWrap .has-error input[type="checkbox"] {
  -webkit-box-shadow: 0 0 3px 1px #ef3030 !important;
          box-shadow: 0 0 3px 1px #ef3030 !important;
  background: #ef3030;
}

.registrationWrap .formWrap input {
  width: 100%;
}

.registrationWrap .formWrap select {
  color: #000;
}

.registrationWrap .formWrap input[type="checkbox"] {
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.registrationWrap .formWrap textarea {
  padding: 15px;
  height: 120px;
}

.registrationWrap .formWrap button {
  width: 100%;
  background: #f7f7f7;
  color: #999999;
  text-transform: uppercase;
}

.registrationWrap .formWrap button:hover,
.registrationWrap .formWrap .btn-group label:hover,
.registrationWrap .formWrap button.active,
.registrationWrap .formWrap .btn-group label.active {
  background: #185ecd;
  border: 1px #185ecd solid;
  color: #fff;
  -webkit-transition: background ease-in;
  transition: background ease-in;
}

.registrationWrap .formWrap button:focus {
  outline: 0;
}

.registrationWrap .formWrap input::-webkit-input-placeholder,
.registrationWrap .formWrap textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bfbfbf;
}

.registrationWrap .formWrap input::-moz-placeholder,
.registrationWrap .formWrap textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #bfbfbf;
}

.registrationWrap .formWrap input:-ms-input-placeholder,
.registrationWrap .formWrap textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #bfbfbf;
}

.registrationWrap .formWrap input:focus,
.registrationWrap .formWrap textarea:focus,
.registrationWrap .formWrap select:focus {
  border: 1px solid #4a90e2;
}

.registrationWrap .formWrap .btn-group label {
  border: 1px #e5e5e5 solid;
  height: 44px;
  border-radius: 1px;
  margin-bottom: 10px;
  padding: 10px 15px;
  float: left;
  width: 100%;
  background: #f7f7f7;
  color: #999999;
  text-transform: uppercase;
  margin-top: 0px;
}

.registrationWrap .formWrap .btn-group input[type="radio"],
.registrationWrap .formWrap .btn-group input[type="checkbox"] {
  display: none;
}

.registrationWrap .formWrap .select {
  height: 44px;
}

.registrationWrap .formWrap .select .v-select .dropdown-toggle {
  height: 44px;
  overflow: hidden;
  border: 1px #e5e5e5 solid;
  border-radius: 1px;
}

.registrationWrap .formWrap .select .v-select .dropdown-toggle .selected-tag {
  height: 30px;
  padding: 5px 12px;
  padding-right: 20px;
  overflow: hidden;
  background-color: transparent;
  border: 0;
  width: 100%;
  float: left;
  border-radius: 0;
}

.registrationWrap .formWrap .select .v-select .dropdown-toggle input[type="search"] {
  width: 100% !important;
  position: absolute;
  left: 0;
  border: 0;
}

.registrationWrap .formWrap .select .v-select .open-indicator {
  display: none;
}

.registrationWrap .formWrap .select .v-select .dropdown-menu a,
.registrationWrap .formWrap .select .v-select .dropdown-menu select option,
.registrationWrap .formWrap .select .v-select .dropdown-menu select option a,
.registrationWrap .formWrap .select .v-select .dropdown-menu li,
.registrationWrap .formWrap .select .v-select .dropdown-menu li a {
  text-decoration: none !important;
}

.registrationWrap .formWrap .select .v-select.open .dropdown-toggle input[type="search"] {
  background: #fff;
  height: 43px;
  border: 1px #e5e5e5 solid;
}

.registrationWrap .formWrap .select:hover input[type-search] {
  cursor: pointer;
}

.registrationWrap .formWrap .submitWrap .btnSubmit {
  max-width: 264px;
  display: block;
  margin: auto;
  float: none !important;
}

.registrationWrap .formWrap .submitWrap .btnSubmit:hover {
  background: #f7f7f7;
  color: #999999;
  border: 1px #e5e5e5 solid;
}

.registrationWrap .formWrap .submitWrap .btnSubmit.active {
  background: #f05a22;
  border: 1px #f05a22 solid;
}

.registrationWrap .formWrap .submitWrap .btnSubmit.active:hover {
  color: #fff;
}

.registrationWrap .formWrap .submitWrap .glyphicon-ok {
  display: none;
}

.registrationWrap .formWrap .countryWrap {
  float: left;
  width: 100%;
}

.registrationWrap .formWrap .countryWrap .v-select {
  float: left;
  width: 100%;
}

.registrationWrap .formWrap .countryWrap .v-select .dropdown-toggle {
  border-radius: 1px;
  padding: 12px;
  float: left;
  width: 100%;
  border: 1px #e5e5e5 solid;
}

.registrationWrap .formWrap .countryWrap .v-select .selected-tag {
  width: auto;
  height: auto;
  float: left;
  background-color: transparent;
  border: 0;
  margin: 0;
  margin-right: 10px;
  border: 1px #ccc solid;
  padding: 1px 4px;
}

.registrationWrap .formWrap .countryWrap .v-select .selected-tag .close {
  width: auto;
  padding: 0;
  margin: 0;
  height: auto;
  line-height: 0;
  position: relative;
  top: 2px;
}

.registrationWrap .formWrap .countryWrap .v-select .selected-tag .close:hover {
  background-color: transparent;
  padding: 0;
  margin: 0;
  height: auto;
  color: #ef3030;
  opacity: 1;
}

.registrationWrap .formWrap .countryWrap .v-select input[type="search"] {
  width: auto;
  border: 0;
  height: auto;
  padding: 0;
}

.registrationWrap .formWrap .countryWrap .v-select .open-indicator {
  display: none;
}

.registrationWrap .formWrap .countryWrap .v-select .dropdown-menu a,
.registrationWrap .formWrap .countryWrap .v-select .dropdown-menu select option,
.registrationWrap .formWrap .countryWrap .v-select .dropdown-menu select option a,
.registrationWrap .formWrap .countryWrap .v-select .dropdown-menu li,
.registrationWrap .formWrap .countryWrap .v-select .dropdown-menu li a {
  text-decoration: none !important;
}

.registrationWrap .formWrap .form-group {
  position: relative;
  margin-bottom: 0;
}

.registrationWrap .formWrap .form-group.field-country span.text-danger {
  float: left;
  position: relative;
  top: 10px;
}

.registrationWrap .formWrap .form-group span.text-danger {
  display: block;
  margin-bottom: 10px;
}

.registrationWrap .formWrap .form-group span.green-tick {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #00be7f;
}

.btnOrange {
  background: #f05a22;
  padding: 6px 12px;
  border: 0;
  font-size: 15px;
  text-align: center;
  color: #fff;
  min-width: 180px;
  border-radius: 3px;
}

.btnBlue,
.btnGray {
  padding: 6px 20px;
  border: 0;
  font-size: 15px;
  color: #fff;
}

.btnBlue {
  background: #274ab1;
}

.btnGray {
  background: #a3a3a3;
}

@media screen and (max-width: 769px) {
  .registrationWrap .formWrap .col-xs-6 {
    width: 50%;
  }

  .registrationWrap .formWrap .row {
    margin-left: 0;
    margin-right: 0;
  }

  .registrationWrap .formWrap .mfull {
    width: 100%;
  }

  .registrationWrap .formWrap .phoneWrap .col-xs-5 {
    width: 41.66666667%;
  }

  .registrationWrap .formWrap .phoneWrap .col-xs-7 {
    width: 58.33333333%;
  }

  .loginWrap .loginBox label {
    margin-bottom: 5px;
  }

  .loginWrap .loginBox form .btnOrange {
    margin-top: 10px;
  }
}

@media screen and (max-width: 500px) {
  .loginWrap .loginBox {
    padding: 30px 15px;
  }

  .loginWrap .loginBox form .btnOrange {
    margin-top: 0;
  }
}

@media screen and (max-width: 400px) {
  .registrationWrap .formWrap .documentWrap .col-xs-6 {
    width: 100%;
    float: left;
  }
}

.popup-document {
  font-family: Arial;
  text-align: left;
  font-size: 10px;
  line-height: 1.4;
  color: #383838;
  text-decoration: none;
  padding: 0 20px 20px 20px;
}

.popup-document a {
  font-size: 10px;
  line-height: 1.4;
}

.popup-document .header {
  line-height: 2;
  font-weight: bold;
  margin-bottom: 20px;
}

.popup-document .header h4 {
  margin: 10px 0;
  font-weight: bold;
  font-size: 10px;
}

.popup-document .address {
  margin-top: 10px;
  padding-bottom: 0;
}

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

.popup-document div {
  padding-bottom: 10px;
}

.popup-document div > div {
  padding-left: 10px;
}

.popup-document div > div:first-child {
  padding-top: 5px;
}

.popup-document div > div:last-child {
  padding-bottom: 0;
}

.product_info #listingDetailModal:hover {
  max-width: none;
}

.product_info #listingDetailModal {
  position: fixed;
  z-index: 100;
  max-width: none;
  background: rgba(255, 255, 255, 0.8);
  padding-left: 0 !important;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  zoom: 1;
  top: 0;
}

.product_info #listingDetailModal a.expandText {
  display: none;
}

.product_info #listingDetailModal .arrowIcon {
  position: absolute;
  left: 10px;
  top: 32px;
  border: none;
  background: none;
}

.product_info #listingDetailModal .arrowIcon .left {
  display: none;
}

.product_info #listingDetailModal .arrowIcon .right {
  display: block;
}

.product_info #listingDetailModal .modal-dialog {
  -webkit-transform: translate3d(-35%, 0, 0);
  transform: translate3d(-35%, 0, 0);
  left: 35%;
  background: #fafafa;
  padding-left: 40px;
}

.product_info #listingDetailModal .modal-dialog .modal-content {
  border-left: 1px #e5e5e5 solid;
}

.product_info #listingDetailModal .modal-dialog .modal-body {
  max-width: 960px;
  width: 100%;
  float: none;
  margin: 0 auto;
  background: #fff;
}

.product_info #listingDetailModal .modal-dialog .modal-body .printBtn {
  display: block;
  position: absolute;
  right: 0;
  top: 17px;
  color: #999999;
  cursor: pointer;
  font-size: calc(12px + .1vw);
}

.product_info #listingDetailModal .modal-dialog .modal-body .printBtn svg {
  height: 14px;
  width: 14px;
  margin-right: 5px;
  top: 3px;
}

.product_info #listingDetailModal .modal-dialog .modal-body .printBtn svg .cls-1 {
  fill: #bfbfbf;
}

.product_info #listingDetailModal .modal-dialog .block #additionalInfoWrap,
.product_info #listingDetailModal .modal-dialog .block #descriptionWrap {
  height: auto !important;
}

.product_info #listingDetailModal .modal-dialog .activityViewslider {
  width: 280px;
}

.product_info #listingDetailModal .modal-dialog .activityViewslider .activityGallery .mainImage {
  height: 212px;
}

.product_info #listingDetailModal .modal-dialog .block {
  padding: 25px 5px;
}

.product_info #listingDetailModal .modal-dialog .scheduleWrap {
  padding-left: 40px;
  max-width: 300px;
}

#listingDetailModal:hover {
  max-width: 31%;
  padding: 0 0.5%;
}

.flexWrapper .flatpickr-day {
  color: #185ecd;
}

.flexWrapper .flatpickr-day.selected,
.flexWrapper .flatpickr-day:hover,
.flexWrapper .flatpickr-day:hover {
  background: #185ecd !important;
  border-color: #185ecd !important;
  color: #fff;
}

#listingDetailModal {
  opacity: 1;
  display: block !important;
  position: absolute;
  top: 91px;
  max-width: 30%;
  left: inherit;
  overflow-y: overlay;
  overflow-x: hidden;
  padding-left: 0;
  z-index: 1;
}

#listingDetailModal a.expandText {
  font-size: calc(14px + .1vw);
  color: #185ecd;
  margin-top: 10px;
  width: 100%;
  float: left;
}

#listingDetailModal a.expandText .fa {
  font-size: calc(8px + .1vw);
  position: relative;
  top: -1px;
}

#listingDetailModal .arrowIcon {
  position: absolute;
  border-right: 0;
  background: #fff;
  padding: 6px 0 2px 0px;
  left: 9px;
  top: 7px;
  z-index: 100;
}

#listingDetailModal .arrowIcon .left {
  display: block;
}

#listingDetailModal .arrowIcon .right {
  display: none;
}

#listingDetailModal .modal-dialog {
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
  margin: 0;
  padding-left: 0;
  font-size: calc(12px + .1vw);
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 100%;
}

#listingDetailModal .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
  padding: 0;
  padding-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: 1px #e5e5e5 solid;
  height: 100%;
  overflow-y: auto;
}

#listingDetailModal .modal-dialog .modal-body {
  padding: 0;
  background: #fff;
}

#listingDetailModal .modal-dialog .modal-body .printBtn {
  display: none;
}

#listingDetailModal .modal-dialog p {
  font-size: calc(14px + .1vw);
  line-height: calc((14px + .1vw) * 1.4);
}

#listingDetailModal .modal-dialog .block:first-child {
  padding-top: 12px;
}

#listingDetailModal .modal-dialog .block {
  padding: 25px 30px;
  border-bottom: 1px #e5e5e5 solid;
  font-size: calc(14px + .1vw);
}

#listingDetailModal .modal-dialog .block .readMoreWrap {
  margin-top: 6px;
}

#listingDetailModal .modal-dialog .block .googleMapcontainer {
  margin-top: 12px;
}

#listingDetailModal .modal-dialog .block:last-child {
  border-bottom: 0;
}

#listingDetailModal .modal-dialog .activityViewslider {
  width: 160px;
}

#listingDetailModal .modal-dialog .activityViewslider .activityGallery {
  margin-bottom: 20px;
  margin-top: 0;
  width: 100%;
  float: left;
  border-radius: 0;
  position: relative;
}

#listingDetailModal .modal-dialog .activityViewslider .activityGallery .imageCount {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  text-align: right;
  padding: 4px 14px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: calc(14px + .1vw);
  border-bottom-right-radius: 2px;
}

#listingDetailModal .modal-dialog .activityViewslider .activityGallery .mainImage {
  width: 100%;
  height: 120px;
  float: left;
  overflow: hidden;
  background-color: #edf1f4;
  background-position: 5% 10% !important;
  border-radius: 2px;
}

#listingDetailModal .modal-dialog .activityViewslider .activityGallery .mainImage img {
  display: none;
  width: 100%;
  float: left;
}

#listingDetailModal .modal-dialog .scheduleWrap {
  padding-left: 12px;
}

#listingDetailModal .modal-dialog .scheduleWrap ul {
  margin-left: 0;
}

#listingDetailModal .modal-dialog .scheduleWrap ul li {
  list-style: none;
  margin-bottom: 6px;
}

#listingDetailModal .modal-dialog .scheduleWrap ul li .svgIcon svg {
  height: 14px;
  top: 3px;
}

#listingDetailModal .modal-dialog .scheduleWrap p {
  border-top: 1px #e5e5e5 solid;
  width: 100%;
  float: left;
  padding-top: 12px;
  margin-top: 12px;
}

#listingDetailModal .modal-dialog ul {
  margin-left: 15px;
}

#listingDetailModal .modal-dialog ul li {
  font-size: calc(14px + .1vw);
  list-style: disc;
}

.listingDetailWrap {
  padding-top: 0;
  padding-bottom: 30px;
  height: 100%;
  position: relative;
  overflow-y: auto;
  max-width: 70% !important;
}

.listingDetailWrap .container {
  max-width: 950px !important;
}

.listingDetailWrap #bmg-app {
  padding: 0;
}

.listingDetailWrap .custom-modal {
  background: #000000;
  overflow-y: overlay;
}

.listingDetailWrap .custom-modal .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin: 100px auto;
}

.listingDetailWrap .custom-modal #new_map_canvas #listings_map {
  width: 100% !important;
  height: 100% !important;
}

.listingDetailWrap .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.listingDetailWrap .breadcrumb ul li:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.listingDetailWrap .breadcrumb ul li:last-child:before {
  display: none;
}

.listingDetailWrap .breadcrumb ul li:last-child > div {
  float: right;
}

.listingDetailWrap .breadcrumb ul li:last-child > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.listingDetailWrap .supplierManager {
  font-size: 14px;
  margin-bottom: 30px;
}

.listingDetailWrap a.expandText {
  font-size: calc(12px + .1vw);
  color: #185ecd;
  margin-top: 10px;
  width: 100%;
  float: left;
}

.listingDetailWrap a.expandText .fa {
  font-size: calc(8px + .1vw);
  position: relative;
  top: -1px;
}

.listingDetailWrap .H100 {
  height: 100%;
}

.listingDetailWrap .overflowScroll {
  overflow-y: scroll;
}

.listingDetailWrap .readMoreWrap[data-readmore] {
  height: auto;
}

.listingDetailWrap .bookingSection {
  width: 100%;
}

.listingDetailWrap .bookingSection .form-group {
  margin-bottom: 0;
}

.listingDetailWrap .bookingSection .form-control,
.listingDetailWrap .bookingSection .select select {
  border-radius: 2px;
}

.listingDetailWrap .bookingSection .bookingFormfilter .label-Group {
  width: auto;
  text-align: left;
  margin-bottom: 5px;
  line-height: 18px;
}

.listingDetailWrap .bookingSection .bookingFormfilter .bookingForm select {
  cursor: pointer;
}

.listingDetailWrap .bookingSection .bookingFormfilter .bookingForm .select {
  max-width: 80px;
}

.listingDetailWrap .bookingSection .bookingFormfilter .bookingForm .col-xs-3 {
  max-width: 200px;
  width: 33.333333%;
}

.listingDetailWrap .bookingSection .bookingFormfilter .bookingForm .col-xs-7 {
  width: 66.666666%;
}

.listingDetailWrap .bookingSection .bookingFormfilter .bookingForm .col-xs-7 .col-md-4 {
  max-width: 165px;
  width: 33.333333%;
  float: left;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer {
  width: 100%;
  float: left;
  padding-bottom: 100px;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .S500 {
  display: none;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table {
  margin-top: 25px;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .header,
.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal {
  margin-bottom: 8px;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .product_type_column,
.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .promo_price_column,
.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .regular_price_column {
  background: #1b3b89;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .product_type_column {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .regular_price_column {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .column-header {
  color: #fff;
  padding: 8px 15px;
  font-weight: normal;
  height: 100%;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal:hover .innerPricingcontainer.regular .priceColumns .btnBook {
  background: #f05a22;
  color: #fff;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .activityPricingtitle ul li {
  width: 50%;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .innerPricingcontainer.promo:hover .priceColumns .btnBook {
  background: #f05a22;
  color: #fff;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .innerPricingcontainer.regular:hover .priceColumns .btnBook {
  background: #f05a22;
  color: #fff;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal:active {
  top: 2px !important;
  -webkit-box-shadow: 0 1rem 1.5rem -1.1rem rgba(0, 0, 0, 0) !important;
          box-shadow: 0 1rem 1.5rem -1.1rem rgba(0, 0, 0, 0) !important;
  margin-bottom: 8px;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal:hover {
  border: 1px solid #bfbfbf;
  cursor: pointer;
  margin-top: -2px;
  -webkit-box-shadow: 0 1rem 1.5rem -1.1rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 1rem 1.5rem -1.1rem rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal {
  background: #fff;
  border: 1px #e5e5e5 solid;
  border-radius: 2px;
  position: relative;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .activityPricingtitle,
.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .innerPricingcontainer {
  padding: 20px;
  display: block;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .activityPricingtitle .description {
  font-size: calc(14px + .1vw);
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .activityPricingtitle ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .activityPricingtitle ul li {
  width: 33.333333%;
  float: left;
  display: inline;
  font-size: calc(14px + .1vw);
  margin-bottom: 10px;
  color: #09822e;
  padding-right: 10px;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .activityPricingtitle ul li .value {
  font-size: calc(12px + .1vw);
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .activityPricingtitle ul li svg {
  width: 12px;
  height: 12px;
  top: 1px;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .activityPricingtitle ul li svg .cls-1 {
  fill: #09822e;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .activityPricingtitle ul li ul {
  margin-top: 5px;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .activityPricingtitle ul li ul li {
  width: auto;
  display: inline;
  border-left: 1px #4a4a4a solid;
  color: #4a4a4a;
  padding: 0 2px;
  line-height: 13px;
  margin-bottom: 0;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .activityPricingtitle ul li ul li:first-child {
  border-left: 0;
  padding-left: 0;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .activityPricingtitle ul li ul li:last-child {
  padding-right: 0;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .activityPricingtitle.borderBottom {
  border-bottom: 1px #e5e5e5 solid;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .innerPricingcontainer.noBorder {
  padding: 0 0 20px 0;
}

.listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .innerPricingcontainer.noBorder .priceColumns {
  padding: 20px 20px 0 20px;
}

.fancybox-lock .fancybox-overlay {
  background: #000 !important;
}

@media screen and (min-width: 2000px) {
  .listingDetailWrap .container {
    max-width: 1280px !important;
    padding: 0 0;
  }
}

@media screen and (max-width: 1100px) {
  .listingDetailWrap {
    max-width: 68% !important;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .bookingForm .col-xs-8 {
    width: 100%;
    padding: 10px 0 0 0;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .bookingForm .col-xs-8 .col-md-4 {
    padding-left: 0;
    float: left;
    max-width: 180px;
  }

  #listingDetailModal {
    top: 115px;
    max-width: 32%;
  }

  #listingDetailModal .modal-dialog .activityViewslider,
  #listingDetailModal .modal-dialog .scheduleWrap {
    width: 100%;
  }

  #listingDetailModal .modal-dialog .scheduleWrap {
    padding-left: 0;
  }

  #listingDetailModal .galleryWrap {
    display: block;
  }
}

@media screen and (max-width: 769px) {
  #listingDetailModal .modal-dialog .block #additionalInfoWrap,
  #listingDetailModal .modal-dialog .block #descriptionWrap {
    height: auto !important;
  }

  .listingDetailWrap {
    height: auto;
    overflow-y: initial;
    max-width: none !important;
  }

  .listingDetailWrap .H100 {
    height: auto;
  }

  .listingDetailWrap .overflowScroll {
    overflow-y: inherit;
  }

  .listingDetailWrap .bookingSection {
    padding: 15px;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .bookingForm .col-xs-3 {
    padding: 0;
    max-width: 450px;
    margin-bottom: 12px;
    width: 100%;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .bookingForm .col-xs-7 {
    width: 100%;
    padding: 0;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .bookingForm .col-xs-7 .bookingSelection.discountWrap .col-xs-6,
  .listingDetailWrap .bookingSection .bookingFormfilter .bookingForm .col-xs-7 .bookingSelection.normalPriceWrap .col-xs-6,
  .listingDetailWrap .bookingSection .bookingFormfilter .bookingForm .col-xs-7 .bookingSelection.discountWrap .col-xs-3,
  .listingDetailWrap .bookingSection .bookingFormfilter .bookingForm .col-xs-7 .bookingSelection.normalPriceWrap .col-xs-3 {
    width: 100%;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .bookingForm .select {
    max-width: 120px;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .bookingSelection.discountWrap .col-xs-6,
  .listingDetailWrap .bookingSection .bookingFormfilter .bookingSelection.normalPriceWrap .col-xs-6,
  .listingDetailWrap .bookingSection .bookingFormfilter .bookingSelection.discountWrap .col-xs-3,
  .listingDetailWrap .bookingSection .bookingFormfilter .bookingSelection.normalPriceWrap .col-xs-3 {
    width: 100%;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer {
    padding-bottom: 0;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table {
    /*Normal Price*/
    /*discountWrap*/
    /*deal*/
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .header .product_type_column,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .activityPricingtitle {
    width: 60%;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .header .regular_price_column,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer.regular {
    width: 40%;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .activityPricingtitle ul {
    display: block;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .activityPricingtitle ul li {
    width: 50%;
    font-size: calc(12px + .1vw);
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer.regular {
    border-left: 1px #e5e5e5 solid;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer.regular .column-header {
    display: none;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer ul .markUp p {
    font-size: calc(12px + .1vw);
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer .priceColumn {
    padding: 15px 15px 0 15px;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .header .product_type_column {
    width: 100%;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .header .regular_price_column,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .header .promo_price_column {
    display: none;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal {
    display: block;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .activityPricingtitle {
    width: 100%;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer {
    width: 50%;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer .column-header {
    display: block;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer .priceColumn {
    padding: 20px 20px 0 20px;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer.regular {
    border-left: 1px #e5e5e5 solid;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .header {
    margin-bottom: 0;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .header .middleWrap {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal:hover {
    margin-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 8px;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .activityPricingtitle {
    padding: 15px;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .innerPricingcontainer {
    padding: 0;
    border-left: 0;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .innerPricingcontainer .column-header {
    display: block;
    background: #e5e5e5;
    color: #383838;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .innerPricingcontainer .priceColumns {
    padding: 15px 15px 0 15px;
  }

  #listingDetailModal:hover {
    max-width: 100%;
  }

  #listingDetailModal {
    position: inherit;
    width: 100%;
    max-width: none;
    padding-left: 0;
    z-index: 0;
  }

  #listingDetailModal .arrowIcon {
    display: none;
  }

  #listingDetailModal .galleryWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #listingDetailModal .modal-dialog {
    padding-left: 0;
  }

  #listingDetailModal .modal-dialog .modal-body .printBtn {
    display: block;
    right: 0;
    top: 17px;
    color: #999999;
    cursor: pointer;
    font-size: calc(12px + .1vw);
    width: 100%;
    text-align: right;
  }

  #listingDetailModal .modal-dialog .modal-body .printBtn svg {
    width: 14px;
    height: 14px;
    top: 3px;
  }

  #listingDetailModal .modal-dialog .modal-body .printBtn svg .cls-1 {
    fill: #999999;
  }

  #listingDetailModal .modal-dialog ul li,
  #listingDetailModal .modal-dialog p {
    font-size: calc(12px + .1vw);
  }

  #listingDetailModal .modal-dialog .scheduleWrap {
    padding-left: 12px;
  }

  #listingDetailModal .modal-dialog .block {
    font-size: calc(12px + .1vw);
  }

  #listingDetailModal .modal-dialog .block .readMoreWrap {
    height: auto !important;
  }

  #listingDetailModal .modal-dialog .block .expandText {
    display: none;
  }

  #listingDetailModal .modal-dialog .block {
    padding: 20px;
  }

  #listingDetailModal .modal-dialog .block:first-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  #listingDetailModal .modal-dialog .block:last-child {
    border-bottom: 0 !important;
  }

  #listingDetailModal .modal-dialog .expandDetail {
    padding: 6px 10px;
    float: left;
    min-width: 140px;
    border: 1px #185ecd solid;
    font-size: calc(12px + .1vw);
    color: #185ecd;
    text-align: center;
  }

  #listingDetailModal .modal-dialog p.fullDetail {
    margin-top: -12px;
    border-bottom: 1px #e5e5e5 solid;
    padding: 0 20px 20px 20px;
  }

  #listingDetailModal .modal-dialog .activityViewslider {
    width: 220px;
  }

  #listingDetailModal .modal-dialog .activityViewslider .activityGallery .mainImage {
    height: 140px;
  }

  #listingDetailModal .modal-dialog .modal-content {
    padding-bottom: 0;
  }

  #listingDetailModal .modal-dialog .modal-content .block:last-child {
    border-bottom: 1px #e5e5e5 solid;
  }
}

@media screen and (max-width: 650px) {
  .listingDetailWrap .bookingSection .bookingFormfilter .bookingForm .col-xs-4,
  .listingDetailWrap .bookingSection .bookingFormfilter .bookingForm .col-xs-8 {
    width: 100%;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .bookingForm .col-xs-4 {
    margin-bottom: 12px;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .bookingForm .col-xs-8 .col-md-4 {
    padding-left: 0;
  }
}

@media screen and (max-width: 500px) {
  #listingDetailModal .modal-dialog .activityViewslider {
    width: 138px;
  }

  #listingDetailModal .modal-dialog .activityViewslider .activityGallery .mainImage {
    height: 102px;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .deal .activityPricingtitle.borderBottom {
    border-bottom: 0;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .H500 {
    display: none;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .S500 {
    display: block;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .header .product_type_column,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .header .product_type_column,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .activityPricingtitle,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .activityPricingtitle,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .header .regular_price_column,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .header .regular_price_column,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer.regular,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer.regular {
    width: 100%;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .header,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .header,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal {
    display: block;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .header .promo_price_column,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .header .promo_price_column,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .header .regular_price_column,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .header .regular_price_column {
    display: none;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .row.flexWrap,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .row.flexWrap {
    display: block;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer {
    width: 100% !important;
    border-top: 1px #e5e5e5 solid;
    border-left: 0 !important;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer .column-header,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer .column-header {
    display: block !important;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer ul li.markUp,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer ul li.markUp {
    width: 100% !important;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 15px !important;
    margin-bottom: 15px;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer ul li.markUp li:first-child,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer ul li.markUp li:first-child {
    padding-left: 0 !important;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer ul li.markUp li:last-child,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer ul li.markUp li:last-child {
    border-right: 0;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer ul li.markUp li,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer ul li.markUp li {
    font-size: calc(12px + .1vw);
    width: auto !important;
    padding: 0 5px !important;
    border-right: 1px #09822e solid;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer ul li.mPrice,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer ul li.mPrice {
    margin-bottom: 15px;
    border-left: 0 !important;
    display: block;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer ul li.mPrice li:first-child,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer ul li.mPrice li:first-child {
    padding-left: 0 !important;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer ul li.mPrice li:last-child,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer ul li.mPrice li:last-child {
    border-right: 0;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer ul li.mPrice li,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer ul li.mPrice li {
    width: auto !important;
    border-right: 1px #383838 solid;
    padding: 0 5px !important;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer ul li.timeSlot,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer ul li.timeSlot {
    display: block;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer .priceColumns ul,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer .priceColumns ul {
    display: block;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer .priceColumns ul li,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer .priceColumns ul li {
    width: auto;
    float: left;
    border-left: 1px #383838 solid;
    padding: 0 5px;
    line-height: 14px;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer .priceColumns ul li:nth-last-child(2),
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer .priceColumns ul li:nth-last-child(2),
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer .priceColumns ul li:last-child,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer .priceColumns ul li:last-child {
    width: 100%;
    padding: 0;
    border-left: 0;
  }

  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .normalPriceWrap .deal .innerPricingcontainer .priceColumns ul li:first-child,
  .listingDetailWrap .bookingSection .bookingFormfilter .dealsListcontainer .booking-table .discountWrap .deal .innerPricingcontainer .priceColumns ul li:first-child {
    padding-left: 0;
    border-left: 0;
  }
}

.lang_vi .listingDetailWrap .bookingSection .bookingFormfilter .bookingForm .col-xs-8 .col-md-4 {
  max-width: 180px;
}

.loading .booking_info {
  display: none !important;
}

/*----------------------------------------------------------------------------------------------------*/

.b2bListings,
.listingBox,
.addtInfo,
.sortWrap,
#filterBar,
.listingDetailWrap,
.activityTitletop {
  width: 100%;
  float: left;
}

/* css to override hiding the sidebar according to different screen sizes */

.row .sidebar.sidebar-left.sidebar-xs-show {
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.listingDetailWrap .row {
  margin-left: 0;
  margin-right: 0;
}

.listingDetailWrap .dealsListcontainer .booking-table .bookingSelection {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.listingDetailWrap .dealsListcontainer .booking-table .bookingSelection .product_type_column .labelWrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.b2bListings,
.listingBox,
.addtInfo,
.sortWrap,
#filterBar,
.listingDetailWrap,
.activityTitletop {
  width: 100%;
  float: left;
}

/* css to override hiding the sidebar according to different screen sizes */

.row .sidebar.sidebar-left.sidebar-xs-show {
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.listingDetailWrap .row {
  margin-left: 0;
  margin-right: 0;
}

.listingDetailWrap .column-header .middleWrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.listingDetailWrap .col-xs-3 .column-header .taxText {
  font-size: calc(12px + .1vw);
  font-weight: normal;
}

.listingDetailWrap .bookingSummary .column-header {
  text-align: center;
}

.listingDetailWrap .bookingSummary .labelWrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.listingDetailWrap .activityPricingtitle h3 {
  margin: 0;
  color: #122a73;
  font-size: calc(18px + .1vw);
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  line-height: 20px;
}

.listingDetailWrap .activityPricingtitle .ribbon-wrapper {
  position: absolute;
  left: 15px;
  top: 8px;
}

.listingDetailWrap .activityPricingtitle .ribbon-wrapper .ribbon-front {
  padding: 0 15px;
  background-color: #f45353;
  height: 24px;
  position: relative;
  left: -20px;
  text-align: center;
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
  z-index: 2;
}

.listingDetailWrap .activityPricingtitle .ribbon-wrapper .ribbon-front:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(244, 83, 83, 0);
  border-left-color: #f45353;
  border-width: 12px;
  margin-top: -12px;
}

.listingDetailWrap .activityPricingtitle .ribbon-wrapper .ribbon-edge-topleft {
  top: -5px;
  border-width: 5px 5px 0 0;
  position: absolute;
  z-index: 1;
  border-style: solid;
  height: 0px;
  width: 0px;
  left: -20px;
  border-color: transparent #f12323 transparent transparent;
}

.listingDetailWrap .activityPricingtitle #activity_time_slots {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding: 10px 15px;
}

.listingDetailWrap .activityPricingtitle #activity_time_slots .this-label {
  font-size: calc(13px + .1vw);
  font-weight: normal;
}

.listingDetailWrap .activityPricingtitle #activity_time_slots .btn-group .selected_time_slot {
  background-color: #ffffff;
  border: 1px solid #d4d9dd;
  color: #a3adb2;
  width: 80%;
  height: 34px;
  line-height: 15px;
}

.listingDetailWrap .activityPricingtitle #activity_time_slots .btn-group .dropdown-toggle {
  width: 20%;
  max-width: 40px;
  background-color: #d4d9dd;
  color: #a3adb2;
}

.listingDetailWrap .activityPricingtitle #activity_time_slots select {
  background: url(/images/site/select-bg.jpg) no-repeat #fff;
  background-position: top 0 right -5px;
}

.listingDetailWrap .innerPricingcontainer.promo {
  border-right: 0;
}

.listingDetailWrap .priceColumns {
  display: inline-block;
  text-align: left;
  padding: 0;
  width: 100%;
  margin-top: 0 !important;
  background-color: transparent !important;
  position: relative;
  height: auto;
}

.listingDetailWrap .tag {
  font-size: calc(13px + .1vw);
  line-height: 20px;
  color: #d4d9dd;
  position: relative;
  top: 5px;
  font-weight: normal;
  display: block;
  padding-left: 30px;
  color: #122a73;
  line-height: 24px;
}

.listingDetailWrap .tag .priceCption {
  color: #f45353;
}

.listingDetailWrap .tag .Non-Refundable,
.listingDetailWrap .tag .product_type_child_price_label {
  color: #8f8f8f;
}

.listingDetailWrap .tag .usualPrice {
  font-size: calc(15px + .1vw);
  color: #122a73;
  margin-bottom: 10px;
  line-height: 18px;
}

.listingDetailWrap .tag .product_type_price_label {
  font-size: calc(24px + .1vw);
}

.listingDetailWrap .bookingDeatails {
  padding: 15px 7px 7px;
  border-left: 1px solid #edf1f4;
  border-bottom: 1px solid #edf1f4;
}

.listingDetailWrap .bookingDeatails .BookingDetailsMobile .column-header {
  min-height: 0;
}

.listingDetailWrap .bookingDeatails .bookingIntro {
  color: #6f7577;
  text-align: left;
  padding: 15px 10px 20px 10px;
  font-size: calc(15px + .1vw);
}

.listingDetailWrap .bookingDeatails .bookingDetailsCont {
  width: 100%;
  float: left;
  padding: 0;
}

.listingDetailWrap .bookingDeatails .bookingDetailsCont .details {
  font-size: calc(15px + .1vw);
  padding-left: 0 !important;
  width: 100%;
  float: left;
  color: #6f7577;
}

.listingDetailWrap .bookingDeatails .bookingDetailsCont .details li {
  width: 100%;
  color: #6f7577;
  padding: 0 10px;
  float: left;
}

.listingDetailWrap .bookingDeatails .bookingDetailsCont .details li:last-of-type {
  border-top: 1px solid #d4d9dd;
  border-bottom: 1px solid #d4d9dd;
  line-height: 30px;
  height: 32px;
  margin: 10px 0;
}

.listingDetailWrap .bookingDeatails .totalCharges {
  font-size: calc(15px + .1vw);
}

.listingDetailWrap .bookingDeatails .totalCharges li {
  width: 100%;
  color: #a3adb2;
  padding: 0 10px;
  float: left;
}

.listingDetailWrap .bookingDeatails .totalCharges .typeSelected {
  color: #ef5a21;
}

.listingDetailWrap .bookingDeatails .totalCharges .totalDue {
  color: #122a73;
  font-size: calc(18px + .1vw);
  font-weight: 700;
}

.listingDetailWrap .bookingDeatails .totalCharges .discounted {
  text-decoration: line-through;
  font-size: calc(15px + .1vw);
  line-height: 22px;
  margin-right: 5px;
}

.listingDetailWrap .bookingDeatails p {
  padding: 0 10px;
}

.listingDetailWrap .bookingDeatails .mBookButton .btn-primary {
  margin-top: 20px;
  background-color: #ef5a21;
  height: 40px;
  line-height: 26px;
  color: #ffffff;
  font-size: calc(18px + .1vw);
  font-weight: bold;
  border: 0;
}

.listingDetailWrap .bookingDeatails .mBookButton p {
  text-align: center;
  color: #ef5a21;
  margin-top: 10px;
}

.listingDetailWrap .button-holder {
  position: absolute;
  top: 0;
}

.listingDetailWrap .button-holder input[type="radio"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid darkgray;
  border-radius: 50%;
  outline: none;
}

.listingDetailWrap .button-holder input[type="radio"]:checked {
  border: 1px solid #185ecd;
}

.listingDetailWrap .button-holder .regular-radio + label {
  -webkit-appearance: none;
  border: 1px solid #cacece;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  width: 20px !important;
  border-radius: 50px;
  display: inline-block;
  position: absolute !important;
  background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #122a73;
}

.listingDetailWrap .button-holder .regular-radio:checked + label:after {
  content: " ";
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #122a73;
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0px;
  left: 3px;
  font-size: calc(32px + .1vw);
}

.listingDetailWrap .button-holder label {
  position: absolute !important;
  top: 5px;
  margin-bottom: 0;
  left: 0;
}

.listingDetailWrap .content .activityTitletop .titleWrap {
  position: relative;
  padding-left: 20px;
}

.listingDetailWrap .content .activityTitletop .titleWrap h1 {
  font-size: calc(18px + .1vw);
  line-height: 20px;
  color: #6f7577;
  font-weight: 700;
  margin-bottom: 6px;
}

.listingDetailWrap .content .activityTitletop .trip-rating-container {
  width: 100%;
  float: left;
}

.listingDetailWrap .content .activityTitletop .trip-rating-container span {
  float: left;
  margin-right: 10px;
}

.listingDetailWrap .content .activityTitletop .trip-rating-container .this-rating {
  width: auto;
  float: left;
}

.listingDetailWrap .content .activityTitletop .trip-rating-container .this-rating li {
  display: inline;
  color: #ff9c00;
}

.listingDetailWrap .content .activityTitletop .activity_details-back_btn {
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.listingDetailWrap .content .activityTitletop .activity_details-back_btn a,
.listingDetailWrap .content .activityTitletop .activity_details-back_btn span {
  font-size: calc(18px + .1vw);
  line-height: 20px;
  color: #6f7577;
  font-weight: 700;
}

.listingDetailWrap .content .activityTitletop .activity_details-back_btn a:hover {
  background: none;
}

.listingDetailWrap .content .activityTitletop .pull-right ul {
  float: right;
}

.listingDetailWrap .content .activityTitletop .pull-right ul li {
  display: inline;
  width: auto;
  padding-left: 6px;
  float: left;
  color: #224099;
  line-height: 1.2rem;
}

.listingDetailWrap .content .activityTitletop .pull-right ul li .currency,
.listingDetailWrap .content .activityTitletop .pull-right ul li .decimal {
  font-size: calc(18px + .1vw);
  font-weight: 700;
  color: #122a73;
}

.listingDetailWrap .content .activityTitletop .pull-right ul li .decimal {
  position: relative;
  top: -9px;
}

.listingDetailWrap .content .activityTitletop .pull-right ul li .price {
  font-size: calc(38px + .1vw);
  line-height: 22px;
  font-weight: 700;
  top: 2px;
  position: relative;
  color: #122a73;
}

.listingDetailWrap .content .activityTitletop .pull-right ul li .per-person {
  font-weight: normal;
  font-size: calc(14px + .1vw);
}

.listingDetailWrap .content .activityTitletop .pull-right ul li:last-child {
  padding-right: 0;
}

.listingDetailWrap .content .tourInfo {
  padding: 20px 0;
  width: 100%;
  float: left;
}

.listingDetailWrap .content .tourInfo .boxWrap {
  background: #f7f9fb;
  border-radius: 4px;
  padding: 15px 0;
  font-size: calc(12px + .1vw);
  color: #666666;
  width: 100%;
  float: left;
}

.listingDetailWrap .content .tourInfo .boxWrap ul li .title {
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: calc(14px + .1vw);
}

.listingDetailWrap .content .tourInfo .boxWrap ul li .inventory_block {
  border-bottom: 1px #ececec solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.listingDetailWrap .content .tourInfo .boxWrap ul li p {
  padding: 0 15px;
  font-size: calc(13px + .1vw);
}

.listingDetailWrap .content .tourInfo .boxWrap ul li p object,
.listingDetailWrap .content .tourInfo .boxWrap ul li p img,
.listingDetailWrap .content .tourInfo .boxWrap ul li p .fa {
  max-width: 16px;
  margin-right: 20px;
}

.listingDetailWrap .content .tourInfo .boxWrap ul li p span {
  position: relative;
  top: -4px;
}

.listingDetailWrap .content .tourInfo .boxWrap ul li.bookingInstant p:first-child {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px #ececec solid;
}

.listingDetailWrap .content .tourInfo .boxWrap .price_include_sidebar {
  width: 100%;
  float: left;
  padding: 15px;
  font-size: calc(13px + .1vw);
  position: relative;
  top: 5px;
}

.listingDetailWrap .content .tourInfo .boxWrap .price_include_sidebar .price_inclusions h3 {
  color: #2bad40;
}

.listingDetailWrap .content .tourInfo .boxWrap .price_include_sidebar .price_inclusions li {
  list-style: disc;
  margin-left: 17px;
  padding: 2px 0;
}

.listingDetailWrap .content .tourInfo .reviewWrap {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.listingDetailWrap .content .tourInfo .reviewWrap .title {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 10px;
  font-size: calc(12px + .1vw);
  color: #666;
}

.listingDetailWrap .content .tourInfo .reviewWrap .link a {
  text-align: right;
  color: #185ecd;
  width: 100%;
  float: left;
  font-size: calc(12px + .1vw);
  cursor: pointer;
}

.listingDetailWrap .content .tourInfo .reviewWrap .reviewBox {
  width: 100%;
  float: left;
  padding: 15px 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
}

.listingDetailWrap .content .tourInfo .reviewWrap .reviewBox .imageWrap {
  width: 100%;
  float: left;
  margin-bottom: 8px;
}

.listingDetailWrap .content .tourInfo .reviewWrap .reviewBox p {
  font-size: calc(12px + .1vw);
  color: #a3adb2;
  font-style: italic;
}

.listingDetailWrap .content .tourInfo .activityViewslider .activityGallery {
  margin-bottom: 20px;
  margin-top: 0;
  width: 100%;
  float: left;
  border-radius: 0;
}

.listingDetailWrap .content .tourInfo .activityViewslider .activityGallery .mainImage {
  min-height: 342px;
  max-height: 342px;
  width: 100%;
  float: left;
  overflow: hidden;
  background-color: #edf1f4;
  background-position: 5% 10% !important;
}

.listingDetailWrap .content .tourInfo .activityViewslider .activityGallery .thumbsImage {
  background-color: #edf1f4;
  padding: 0;
  border-radius: 0;
}

.listingDetailWrap .content .tourInfo .activityViewslider .activityGallery .thumbsImage ul {
  height: 342px;
  overflow: hidden;
  padding: 0;
}

.listingDetailWrap .content .tourInfo .activityViewslider .activityGallery .thumbsImage ul li {
  height: 85px;
  position: relative;
  display: block;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  width: 100% !important;
  margin-bottom: 1px;
  border: 0;
  border-radius: 0;
}

.listingDetailWrap .content .tourInfo .activityViewslider .activityGallery .thumbsImage ul li img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 85px;
  min-height: 60px;
}

.listingDetailWrap .content .tour-tab-info .nav-tabs {
  width: 100%;
  background-color: transparent;
  border-bottom: 0;
}

.listingDetailWrap .content .tour-tab-info .nav-tabs li.active > a:focus {
  color: #fff;
  background-color: #185ecd !important;
  border-bottom-color: transparent;
  cursor: default;
  border: 0;
  border-radius: 0;
}

.listingDetailWrap .content .tour-tab-info .nav-tabs li {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border: 0;
  background-color: #edf1f4;
  width: 20%;
  display: inline-table;
  margin-bottom: 0;
  width: 25%;
}

.listingDetailWrap .content .tour-tab-info .nav-tabs li a {
  margin-right: 0;
  border: 0;
  color: #a3adb2;
  background-color: transparent;
  padding: 7px 0;
  font-size: calc(14px + .1vw);
  text-align: center;
}

.listingDetailWrap .content .tour-tab-info .nav-tabs li:hover,
.listingDetailWrap .content .tour-tab-info .nav-tabs li.active:hover a,
.listingDetailWrap .content .tour-tab-info .nav-tabs li.active:focus a {
  background: #185ecd;
}

.listingDetailWrap .content .tour-tab-info .nav-tabs li:hover a,
.listingDetailWrap .content .tour-tab-info .nav-tabs li.active:hover a a,
.listingDetailWrap .content .tour-tab-info .nav-tabs li.active:focus a a {
  color: #fff;
  border-radius: 0;
  border: 0;
  background: #185ecd;
}

.listingDetailWrap .content .tour-tab-info .nav-tabs .active {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  position: relative;
  background: #185ecd;
}

.listingDetailWrap .content .tour-tab-info .nav-tabs .active a {
  color: #fff;
  background-color: #185ecd !important;
}

.listingDetailWrap .content .tour-tab-info .nav-tabs .active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(24, 94, 205, 0);
  border-top-color: #185ecd !important;
  border-width: 6px;
  margin-left: -6px;
}

.listingDetailWrap .content .tour-tab-info .tab-content {
  display: inline-block;
  margin-top: 30px;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  position: relative;
  overflow: auto;
  color: #566473;
}

.listingDetailWrap .content .tour-tab-info .tab-content .price_include_items {
  width: 100%;
  float: left;
}

.listingDetailWrap .content .tour-tab-info .tab-content .price_include_items h3 {
  margin-bottom: 6px;
}

.listingDetailWrap .content .tour-tab-info .tab-content .price_include_items .price_inclusions h3 {
  color: #2bad40;
}

.listingDetailWrap .content .tour-tab-info .tab-content .price_include_items .price_exclusions h3 {
  color: #f44242;
}

.listingDetailWrap .content .tour-tab-info .tab-content li {
  color: #566473;
  line-height: 1.428571429;
  list-style: disc;
  margin-left: 17px;
}

.listingDetailWrap .content .tour-tab-info .tab-content .googleMapcontainer {
  position: relative;
  bottom: 0;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #d4d9dd;
  width: 100%;
  /* margin: 0 -8px; */
}

.listingDetailWrap .content .tour-tab-info .tab-content .googleMapcontainer .map-button {
  display: none;
}

.listingDetailWrap .content .tour-tab-info .tab-content .map-button {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 4px 0;
  text-decoration: underline;
  color: #fff;
  padding: 6px 18px;
  background-color: rgba(0, 0, 0, 0.5);
}

.listingDetailWrap .bookingFormfilter h3 {
  font-size: calc(18px + .1vw);
  margin: 3px 8px;
  margin-left: 0;
  color: #6f7577;
}

.listingDetailWrap .bookingFormfilter .options-row {
  width: 100%;
  float: left;
  padding: 10px 15px;
}

.listingDetailWrap .bookingFormfilter .bookingForm {
  /* input[type="text"] {
                background: url(/images/site/select-bg.jpg) no-repeat #fff;
                background-position: top 0 right -5px ;
            }*/
  /*select{
                background: url(/images/site/select-bg.jpg) no-repeat #fff;
                background-position: top 0 right -5px ;
                cursor: pointer;
            }*/
}

.listingDetailWrap .bookingFormfilter .bookingForm .selectDropdown {
  max-width: 450px;
}

.listingDetailWrap .bookingFormfilter .bookingForm .selectDropdown .flatpickr {
  cursor: pointer;
  background-color: #fff;
  width: 100%;
}

.listingDetailWrap .bookingFormfilter .bookingForm .selectDropdown .flatpickr-input {
  z-index: 1;
  cursor: pointer;
  -webkit-appearance: none;
  max-width: 450px;
  height: 35px;
  padding: 6px 12px;
  width: 100%;
}

.listingDetailWrap .bookingFormfilter .bookingForm .selectDropdown::after {
  content: "\F073";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  top: 14px;
  color: #333;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border: 0;
  right: 17px;
}

.listingDetailWrap .bookingFormfilter .bookingForm .col-md-7 {
  padding: 0;
}

.listingDetailWrap .bookingFormfilter .bookingForm .col-md-7 ul {
  width: 100%;
  float: right;
  text-align: right;
}

.listingDetailWrap .bookingFormfilter .bookingForm .col-md-7 ul li {
  float: right;
  width: 100%;
}

.listingDetailWrap .bookingFormfilter .bookingForm .col-md-7 ul .dropdown-menu.inner {
  text-align: left;
}

.listingDetailWrap .bookingFormfilter .bookingForm .col-md-7 ul .activityOptions {
  max-width: 180px;
}

.listingDetailWrap .bookingFormfilter .bookingForm .col-md-7 .col-md-9 {
  width: 100%;
}

.listingDetailWrap .bookingFormfilter .bookingForm .col-md-7 .col-md-9 .col-xs-6 .activityOptions .btn {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: url(/images/site/select-bg.jpg) no-repeat;
  background-position: right;
  background-size: 33px 34px;
}

.listingDetailWrap .bookingFormfilter .bookingForm .col-md-7 .col-md-9 .col-xs-6 .activityOptions .btn .caret {
  color: #a3adb2;
}

.listingDetailWrap .bookingFormfilter .bookingForm .col-md-7 .col-md-9 .col-xs-6 .activityOptions .btn .filter-option {
  color: #a3adb2;
}

.listingDetailWrap .bookingFormfilter .bookingForm .col-md-7 .col-md-9 .col-xs-6:first-child {
  padding-left: 0;
}

/*   MOBILE PHOTO GALLERY*/

.mCarouselcontainer {
  min-height: 300px;
  max-height: 300px;
  overflow: hidden;
  position: relative;
}

.mCarouselcontainer #mCarousel .carousel-indicators {
  display: none;
}

.mCarouselcontainer #mCarousel .carousel-control.left {
  text-align: left;
  padding-left: 15px;
  opacity: 1;
  padding-top: 90px;
  font-size: calc(60px + .1vw);
  background-image: none;
}

.mCarouselcontainer #mCarousel .carousel-control.right {
  opacity: 1;
  padding-right: 15px;
  padding-top: 90px;
  font-size: calc(60px + .1vw);
}

.mCarouselcontainer #mCarousel .inner-caption {
  padding: 0;
}

.mCarouselcontainer #mCarousel .inner-caption .carousel-inner {
  max-height: 300px;
  min-height: 300px;
  background-color: #666666;
}

.mCarouselcontainer #mCarousel .inner-caption .carousel-inner .item {
  max-height: 300px;
  min-height: 300px;
}

.mCarouselcontainer #mCarousel .inner-caption .carousel-inner .item img {
  margin: auto;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*-----------------------------------------------------------------*/

@media screen and (max-width: 992px) {
  .bookingForm .col-md-7 .col-md-4 {
    width: 33.333333% !important;
    float: left;
  }
}

@media screen and (max-width: 1024px) {
  .b2bListings .sortWrap ul li a {
    font-size: calc(11px + .1vw);
  }

  .b2bListings .sortWrap ul li .fa,
  .b2bListings .sortWrap ul li object,
  .b2bListings .sortWrap ul li .subText {
    display: none;
  }

  .b2bListings .sortWrap ul li:last-child {
    padding-top: 8px;
  }

  .listingDetailWrap .content .tourInfo .col-xs-9 {
    width: 70%;
  }

  .listingDetailWrap .content .tourInfo .col-xs-3 {
    width: 30%;
  }

  .listingDetailWrap .content .tourInfo .activityViewslider .activityGallery .col-xs-10,
  .listingDetailWrap .content .tourInfo .activityViewslider .activityGallery .col-xs-2 {
    width: 100%;
    padding: 0;
  }

  .listingDetailWrap .content .tourInfo .activityViewslider .activityGallery .col-xs-10 {
    margin-bottom: 5px;
  }

  .listingDetailWrap .content .tourInfo .activityViewslider .activityGallery .thumbsImage ul {
    height: 85px;
  }

  .listingDetailWrap .content .tourInfo .activityViewslider .activityGallery .thumbsImage ul li {
    width: 24.7% !important;
    display: inline;
    float: left;
    margin-right: 0.3%;
  }

  .listingDetailWrap .content .tourInfo .activityViewslider .activityGallery .thumbsImage ul li img {
    position: inherit;
    width: auto;
    max-height: 0;
    min-height: 85px;
    display: block;
    margin-right: auto;
  }

  .listingDetailWrap .bookingFormfilter .bookingForm .col-xs-2 {
    width: 100%;
  }

  .listingDetailWrap .bookingFormfilter .bookingForm .col-xs-3 {
    width: 30%;
  }

  .listingDetailWrap .bookingFormfilter .bookingForm .col-xs-3 .colsdate .col-xs-3,
  .listingDetailWrap .bookingFormfilter .bookingForm .col-xs-3 .colsdate .col-xs-9 {
    width: 100%;
    padding: 0;
  }

  .listingDetailWrap .bookingFormfilter .bookingForm .col-xs-7 {
    width: 70%;
  }

  .listingDetailWrap .bookingFormfilter .bookingForm .groupSizefilter li {
    width: 100%;
    text-align: left;
  }

  .listingDetailWrap .bookingFormfilter .bookingForm .groupSizefilter select {
    width: 100%;
    max-width: none;
  }

  .listingDetailWrap .bookingFormfilter .dealsListcontainer .priceColumns .button-holder {
    left: 50%;
    right: 45%;
    top: 0;
  }

  .listingDetailWrap .bookingFormfilter .dealsListcontainer .booking-table .innerPricingcontainer {
    padding: 10px;
  }

  .listingDetailWrap .bookingFormfilter .dealsListcontainer .tag {
    padding-left: 0;
    top: 35px;
    text-align: center;
    line-height: 14px;
  }

  .listingDetailWrap .bookingFormfilter .bookingSelection.normalPriceWrap .col-xs-3 {
    width: 30%;
  }

  .listingDetailWrap .bookingFormfilter .bookingSelection.normalPriceWrap .col-xs-9 {
    width: 70%;
  }

  .listingDetailWrap .bookingFormfilter .bookingSelection.discountWrap .col-xs-3 {
    width: 30%;
  }

  .listingDetailWrap .bookingFormfilter .bookingSelection.discountWrap .col-xs-6 {
    width: 40%;
  }
}

@media screen and (max-width: 992px) {
  .listingDetailWrap #dealsListcontainer_v2 .booking-table .col-xs-9 .activityPricingtitle {
    height: auto !important;
  }
}

@media screen and (max-width: 769px) {
  .postLogin {
    padding-bottom: 0;
  }

  .postLogin .listingPadding {
    padding: 0;
  }

  .postLogin .searchListings {
    overflow: hidden;
  }

  .postLogin .searchListings .blackCover {
    width: 100%;
    float: left;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 100%;
    display: none;
    right: -15px;
  }

  .postLogin .searchListings.view .blackCover {
    display: block;
    -webkit-transition: -webkit-transform 1000ms ease;
    transition: -webkit-transform 1000ms ease;
    transition: transform 1000ms ease;
    transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  }

  .postLogin .sortMobile {
    float: left;
    width: 100%;
  }

  .postLogin .sortMobile li {
    display: inline;
    width: 33.333333%;
    float: left;
    border-right: 1px #edf1f4 solid;
  }

  .postLogin .sortMobile li a {
    text-align: center;
    padding: 12px 5px;
    float: left;
    width: 100%;
    background: #fff;
    font-size: calc(14px + .1vw);
  }

  .postLogin .sortMobile li.selected a,
  .postLogin .sortMobile li a:hover {
    background: #edf1f4;
  }

  .postLogin .sortMobile li:last-child {
    border-right: 0;
  }

  .searchListings .listingsCont {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .b2bListings .listingsWrap {
    padding: 0;
  }

  .b2bListings .listingsWrap .detailWrap {
    min-height: 70px;
  }

  .b2bListings .listingBox .detailsWrap {
    min-height: 90px;
  }

  .b2bListings .listingBox .detailsWrap .priceWrap .ipadView {
    display: inline;
  }

  .b2bListings .listingBox .addtMobile {
    width: 100% !important;
    padding: 0;
    float: left !important;
  }

  .b2bListings .listingBox .addtMobile td {
    width: 100%;
    float: left;
  }

  .b2bListings .listingBox .addtInfo table td .addtWrap {
    width: 100%;
    float: left;
    padding: 10px 5px;
  }

  .listingDetailWrap {
    padding-top: 0;
  }

  .listingDetailWrap .container {
    padding: 0;
  }

  .listingDetailWrap .container .col-xs-12 {
    padding: 0;
  }

  .listingDetailWrap .content {
    border-radius: 0;
    padding: 0;
  }

  .listingDetailWrap .bookingFormfilter .bookingForm .groupSizefilter .col-xs-6 {
    width: 50%;
  }

  .listingDetailWrap .bookingFormfilter .bookingForm .col-md-7 .col-md-4 {
    padding-left: 0;
  }

  .listingDetailWrap .dealsListcontainer .booking-table .col-xs-3 {
    padding: 0;
  }

  .listingDetailWrap .dealsListcontainer .booking-table .bookingSummary .column-header {
    border-left: 0;
  }

  .listingDetailWrap .dealsListcontainer .bookingDeatails {
    padding: 15px 0;
  }

  .listingDetailWrap .dealsListcontainer .bookingDeatails .bookingIntro {
    padding: 15px 20px 10px 20px;
  }

  .listingDetailWrap .dealsListcontainer .bookingDeatails .bookingDetailsCont {
    padding: 0 15px;
  }

  .listingDetailWrap .dealsListcontainer .bookingDeatails .totalCharges {
    padding: 0 10px;
  }

  .listingDetailWrap .dealsListcontainer .bookingDeatails .mBookButton {
    padding: 0 15px;
  }

  .listingDetailWrap .content .tourInfo {
    padding-top: 0;
    /*IPAD/Mobile Listing Detail*/
  }

  .listingDetailWrap .content .tourInfo .Backnav {
    padding: 15px 12px;
    width: 100%;
    float: left;
  }

  .listingDetailWrap .content .tourInfo .Backnav li a {
    font-size: calc(16px + .1vw);
  }

  .listingDetailWrap .content .tourInfo .Backnav li .shareSocial li a,
  .listingDetailWrap .content .tourInfo .Backnav li .shareSocial li {
    color: #185ecd;
    font-size: calc(16px + .1vw);
  }

  .listingDetailWrap .content .tourInfo .Backnav li.pull-left a {
    color: #a3adb2;
  }

  .listingDetailWrap .content .tourInfo .thisProductpriceandPromo {
    z-index: 9;
    width: 100%;
    float: left;
    background-color: #122a73;
    color: #fff;
    line-height: 40px;
    padding: 0 15px;
  }

  .listingDetailWrap .content .tourInfo .thisProductpriceandPromo .col-xs-4 {
    width: 35%;
  }

  .listingDetailWrap .content .tourInfo .thisProductpriceandPromo .col-xs-8 {
    width: 65%;
  }

  .listingDetailWrap .content .tourInfo .thisProductpriceandPromo .ProdID h4 {
    margin: 0;
    line-height: 42px;
    font-size: calc(16px + .1vw);
    font-weight: 700;
    color: #fff;
  }

  .listingDetailWrap .content .tourInfo .thisProductpriceandPromo .activity-title {
    font-size: calc(16px + .1vw);
  }

  .listingDetailWrap .content .tourInfo .thisProductpriceandPromo .activity-title .currency,
  .listingDetailWrap .content .tourInfo .thisProductpriceandPromo .activity-title .quantity {
    font-size: calc(24px + .1vw);
    font-weight: 700;
  }

  .listingDetailWrap .content .tourInfo .thisProductpriceandPromo .activity-title ul {
    float: right;
  }

  .listingDetailWrap .content .tourInfo .thisProductpriceandPromo .activity-title ul li {
    display: inline;
    float: left;
    padding: 0 2px;
  }

  .listingDetailWrap .content .tourInfo .mdetails {
    width: 100%;
    float: left;
  }

  .listingDetailWrap .content .tourInfo .mdetails .inner-caption {
    width: 100%;
    float: left;
    padding: 10px;
  }

  .listingDetailWrap .content .tourInfo .mdetails .inner-caption ul li {
    display: inline;
    float: left;
  }

  .listingDetailWrap .content .tourInfo .mdetails .inner-caption ul li h3 {
    font-size: calc(22px + .1vw);
    color: #122a73;
    margin: 0;
    line-height: 26px;
  }

  .listingDetailWrap .content .tourInfo .mdetails .inner-caption ul li h6 {
    font-size: calc(16px + .1vw);
    color: #6f7577;
    margin: 0;
  }

  .listingDetailWrap .content .tourInfo .mdetails .inner-caption ul li:first-child {
    width: 100%;
  }

  .listingDetailWrap .content .tourInfo .mdetails .inner-caption ul .this-rating {
    margin-left: 10px;
  }

  .listingDetailWrap .content .tourInfo .mdetails .inner-caption ul .this-rating li {
    width: auto;
    display: inline;
  }

  .listingDetailWrap .content .tourInfo .mdetails .inner-caption ul .this-rating li i {
    color: #ff8b00;
  }

  .listingDetailWrap .content .tourInfo .mdetails #accordion {
    width: 100%;
    float: left;
  }

  .listingDetailWrap .content .tourInfo .mdetails #accordion .panel-default {
    border-radius: 0;
    border: 0;
    margin-top: 2px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #6f7577;
  }

  .listingDetailWrap .content .tourInfo .mdetails #accordion .panel-default p {
    color: #6f7577;
  }

  .listingDetailWrap .content .tourInfo .mdetails #accordion .panel-default li {
    list-style: disc;
    margin-left: 25px;
    line-height: 18px;
  }

  .listingDetailWrap .content .tourInfo .mdetails #accordion .panel-default .panel-heading {
    background-color: #e6eaed;
    text-decoration: none;
  }

  .listingDetailWrap .content .tourInfo .mdetails #accordion .panel-default .panel-heading .panel-title {
    position: relative;
    font-size: calc(18px + .1vw);
    color: #6f7577;
    height: 20px;
    line-height: 20px;
  }

  .listingDetailWrap .content .tourInfo .mdetails #accordion .panel-default .panel-heading .panel-title a {
    display: block;
    color: #6f7577;
    text-decoration: none;
  }

  .listingDetailWrap .content .tourInfo .mdetails #accordion .panel-default .panel-heading .panel-title a .glyphicon-chevron-down {
    display: none;
  }

  .listingDetailWrap .content .tourInfo .mdetails #accordion .panel-default .panel-heading .panel-title a.collapsed .glyphicon-chevron-up {
    display: none;
  }

  .listingDetailWrap .content .tourInfo .mdetails #accordion .panel-default .panel-heading .panel-title a.collapsed .glyphicon-chevron-down {
    display: block;
  }

  .listingDetailWrap .content .tourInfo .mdetails #accordion .panel-default .panel-heading .panel-title .indicator {
    position: absolute;
    right: 0;
    color: #b4bcc1;
  }

  .listingDetailWrap .content .tourInfo .mdetails #accordion .panel-default #ActivityHighlights .activityHighlights li .fa {
    margin-right: 15px;
  }

  .listingDetailWrap .content .tourInfo .mdetails .meetingPoint {
    width: 100%;
    float: left;
    padding: 4px 12px;
  }

  .listingDetailWrap .content .tourInfo .mdetails .googleMapcontainer {
    overflow: hidden;
    margin-top: 20px !important;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    float: left;
  }

  .listingDetailWrap .content .tourInfo .mdetails .googleMapcontainer img {
    width: 100%;
  }

  .listingDetailWrap .content .tourInfo .mdetails .googleMapcontainer .map-button {
    position: absolute;
    bottom: 4px;
    right: 0;
    border-radius: 4px 0;
    text-decoration: underline;
    color: #fff;
    padding: 6px 18px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  /*FILTER SIDEBAR*/

  /* sidebar settings */

  .sidebar {
    position: absolute;
    display: block;
    bottom: 0;
    z-index: 2;
    min-height: 100%;
    max-height: none;
    overflow: auto;
    background: #fff;
    width: 60%;
  }

  .sidebar-left {
    left: -3px;
  }

  .sidebar-right {
    right: 0;
  }

  .row .sidebar.sidebar-left.sidebar-sm-show {
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  /*right sidebar is untested */

  .row .sidebar.sidebar-right.sidebar-sm-show {
    right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  /* animation class - optional: without it the sidebar would just pop in and out*/

  .sidebar-animate {
    -webkit-transition: -webkit-transform 600ms ease;
    transition: -webkit-transform 600ms ease;
    transition: transform 600ms ease;
    transition: transform 600ms ease, -webkit-transform 600ms ease;
  }

  /* Left panel positioning classes */

  .sidebar.sidebar-left {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }

  .sidebar.sidebar-left.sidebar-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .sidebar.sidebar-right {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  .sidebar.sidebar-right.sidebar-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 500px) {
  .mCarouselcontainer {
    min-height: 250px;
    max-height: 250px;
  }

  #filterBar .col-xs-12 {
    padding: 0 5px;
  }

  #filterBar .col-xs-5 {
    padding-left: 0;
  }

  .postLogin .sortMobile {
    width: 100%;
    left: 0;
  }

  .b2bListings .listingBox .imageWrap {
    width: 35%;
  }

  .b2bListings .listingBox .detailsWrap {
    padding: 5px;
  }

  .b2bListings .listingBox .detailsWrap .activityWrap,
  .b2bListings .listingBox .detailsWrap .priceWrap {
    width: 100%;
    text-align: left;
  }

  .b2bListings .listingBox .detailsWrap .activityWrap h3 {
    font-size: calc(13px + .1vw);
    line-height: 16px;
  }

  .b2bListings .listingBox .detailsWrap .activityWrap .rank {
    font-size: calc(11px + .1vw);
  }

  .b2bListings .listingBox .detailsWrap .priceWrap p {
    font-size: calc(12px + .1vw);
  }

  .b2bListings .listingBox .detailsWrap .priceWrap p .price {
    font-size: calc(13px + .1vw);
  }

  .sidebar {
    width: 85%;
  }

  .listingDetailWrap .content .tourInfo .thisProductpriceandPromo {
    padding: 10px;
  }

  .listingDetailWrap .content .tourInfo .thisProductpriceandPromo .ProdID h4 {
    line-height: 16px;
    font-size: calc(14px + .1vw);
  }

  .listingDetailWrap .content .tourInfo .thisProductpriceandPromo .activity-title ul li {
    font-size: calc(13px + .1vw);
    line-height: 16px;
  }

  .listingDetailWrap .content .tourInfo .thisProductpriceandPromo .activity-title ul .quantity {
    font-size: calc(18px + .1vw);
  }

  .listingDetailWrap .bookingFormfilter .bookingForm .col-xs-3,
  .listingDetailWrap .bookingFormfilter .bookingForm .col-xs-7 {
    width: 100%;
  }

  .listingDetailWrap .bookingFormfilter .bookingForm .groupSizefilter .col-xs-6:first-child {
    padding-right: 5px;
    padding-left: 0;
  }

  .listingDetailWrap .bookingFormfilter .bookingForm .groupSizefilter .col-xs-6 {
    padding-right: 0;
    padding-left: 5px;
  }

  .listingDetailWrap .bookingFormfilter .dealsListcontainer .booking-table .column-header {
    font-size: calc(13px + .1vw);
    padding: 10px 8px;
  }

  .listingDetailWrap .bookingFormfilter .dealsListcontainer .booking-table .activityPricingtitle h3 {
    font-size: calc(14px + .1vw);
    line-height: 17px;
  }

  .listingDetailWrap .bookingFormfilter .dealsListcontainer .tag .product_type_price_label {
    font-size: calc(15px + .1vw);
    line-height: 18px;
  }

  .listingDetailWrap .tour-info-wrapper .col-md-6 {
    padding: 0;
  }

  .listingDetailWrap .tour-info-wrapper .tour-tab-info .nav-tabs li a {
    padding: 10px 5px;
  }

  .listingDetailWrap .filterBooking .filterSelections {
    padding-left: 0;
  }

  .listingDetailWrap .filterBooking .selectFilters {
    width: 100%;
    float: left;
    padding-top: 0 !important;
  }

  .listingDetailWrap .filterBooking .selectFilters .dateFilter {
    width: 100%;
  }

  .listingDetailWrap .filterBooking .selectFilters .dateFilter .form-group {
    max-width: none !important;
    width: 100%;
  }

  .listingDetailWrap .filterBooking .selectFilters .dateFilter .col-md-12 {
    padding: 0;
  }

  .listingDetailWrap .filterBooking .selectFilters .dateFilter .date,
  .listingDetailWrap .filterBooking .selectFilters .dateFilter .date input {
    width: 100%;
  }

  .listingDetailWrap .filterBooking .selectFilters .groupSizefilter {
    width: 100%;
    display: block;
    padding-left: 0;
  }

  .listingDetailWrap .filterBooking .selectFilters .groupSizefilter select.noOfPersons {
    width: 100% !important;
  }

  .listingDetailWrap .filterBooking .col-sm-6 {
    padding: 0;
  }
}

@media screen and (max-width: 400px) {
  .listingDetailWrap .bookingFormfilter .bookingForm .col-md-7 .col-md-4 {
    padding-right: 5px;
    font-size: calc(13px + .1vw);
  }
}

@media screen and (max-width: 321px) {
  .b2bListings .listingBox .addtInfo table td .addtWrap .activity,
  .b2bListings .listingBox .addtInfo table td .addtWrap ul li {
    font-size: calc(11px + .1vw);
    line-height: 11px;
  }
}

@media screen and (max-width: 319px) {
  .listingDetailWrap .bookingFormfilter .bookingForm .col-md-7 .col-md-4 {
    padding-right: 0;
    width: 100% !important;
  }
}

/*---NEW  SEARCH RESULT PAGE---*/

.postLogin .breadcrumb {
  margin-bottom: 0;
}

.postLogin #filterBar {
  background: #122a73;
  padding: 15px;
  z-index: 2;
  color: #fff;
}

.postLogin #filterBar a {
  color: #fff;
}

.postLogin #filterBar .col-xs-5 {
  width: 41.666666%;
  padding: 0 6px;
}

.postLogin #filterBar .col-xs-7 {
  width: 58.333333%;
  padding: 0;
}

.postLogin #filterBar .navbar-toggle {
  padding: 0;
  float: left;
  margin: 0;
  color: #fff;
  margin-top: 2px;
}

.postLogin #filterBar select {
  color: #6f7577;
  height: 22px;
  margin-left: 3px;
  background: #fff;
  border: 0;
}

.postLogin #filterBar svg {
  top: 2px;
}

.postLogin #filterBar svg .cls-1 {
  fill: #fff;
}

.postLogin #filterBar .searchBox {
  margin-bottom: 15px;
}

.postLogin #filterBar .searchBox .Typeahead button {
  padding-right: 20px;
}

.postLogin #filterBar .searchBox .Typeahead button ul li {
  padding-left: 24px;
  border-bottom: 0;
  width: 100%;
  float: left;
}

.postLogin #filterBar .searchBox .Typeahead button ul li .location {
  color: #999999;
  font-size: calc(12px + .1vw);
}

.postLogin #filterBar .searchBox .Typeahead button ul li .locIcon {
  position: relative;
}

.postLogin #filterBar .searchBox .Typeahead button ul li .locIcon svg {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 3px;
  left: -15px;
}

.postLogin #filterBar .searchBox .Typeahead button ul li:hover,
.postLogin #filterBar .searchBox .Typeahead button ul li.active {
  background: #185ecd;
}

.postLogin #filterBar .searchBox .Typeahead button ul li:hover span,
.postLogin #filterBar .searchBox .Typeahead button ul li.active span {
  color: #fff;
}

.postLogin #filterBar .searchBox .Typeahead button ul li:hover svg .cls-1,
.postLogin #filterBar .searchBox .Typeahead button ul li.active svg .cls-1 {
  fill: #fff;
}

.postLogin #filterBar .searchBox .Typeahead button ul li:hover .location,
.postLogin #filterBar .searchBox .Typeahead button ul li.active .location {
  color: #fff;
}

.postLogin #filterBar .searchBox .Typeahead button .svg {
  width: 16px;
  height: 16px;
}

.postLogin #filterBar .searchBox .Typeahead button .svg .cls {
  fill: #9b9b9b;
}

.postLogin .searchBox #bmg-app {
  padding: 0;
}

.postLogin .searchBox .Typeahead .fa-spinner {
  position: absolute;
  color: #e5e5e5;
  left: 0;
}

.postLogin .searchBox .Typeahead input {
  height: 46px;
  border-radius: 2px;
  color: #383838;
}

.postLogin .searchBox .Typeahead input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.postLogin .searchBox .Typeahead button {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 44px;
  border: 0;
  background: #fff;
  padding: 8px 10px 6px 10px;
}

.postLogin .searchBox .Typeahead button svg {
  width: 16px;
  height: 16px;
}

.postLogin .searchBox .Typeahead button svg .cls-1 {
  fill: #9b9b9b;
}

.postLogin .searchBox .Typeahead ul {
  border-radius: 2px;
}

.postLogin .searchBox .Typeahead ul li {
  padding-left: 24px;
  border-bottom: 0;
  width: 100%;
  float: left;
}

.postLogin .searchBox .Typeahead ul li .location {
  color: #999999;
  font-size: calc(12px + .1vw);
}

.postLogin .searchBox .Typeahead ul li .locIcon {
  position: relative;
}

.postLogin .searchBox .Typeahead ul li .locIcon svg {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 3px;
  left: -15px;
}

.postLogin .searchBox .Typeahead ul li:hover,
.postLogin .searchBox .Typeahead ul li.active {
  background: #185ecd;
}

.postLogin .searchBox .Typeahead ul li:hover span,
.postLogin .searchBox .Typeahead ul li.active span {
  color: #fff;
}

.postLogin .searchBox .Typeahead ul li:hover svg .cls-1,
.postLogin .searchBox .Typeahead ul li.active svg .cls-1 {
  fill: #fff;
}

.postLogin .searchBox .Typeahead ul li:hover .location,
.postLogin .searchBox .Typeahead ul li.active .location {
  color: #fff;
}

/*.modal-open{
    .searchResult .sidebar{
        position: fixed;
        width: 100%;
        overflow: hidden;
        left: 0;
        margin-right: -15px;
        padding: 0;
        right: 0;
    }
}*/

.searchResult .svgIcon svg {
  height: 12px;
  width: 12px;
  position: relative;
  top: 2px;
}

.searchResult .topSearch {
  z-index: 2;
}

.searchResult .topSearch .sidebar {
  padding-left: 0;
}

.searchResult .topSearch .searchBox .Typeahead ul {
  width: 500%;
}

.searchResult .sidebar,
.searchResult .trendingWrap,
.searchResult .listingCont {
  padding: 0 12px;
}

.searchResult .listingsCont {
  width: 62.499999%;
}

.searchResult .trendingWrap {
  width: 20.833333%;
}

.searchResult .addSelection .btnOption {
  width: 100%;
  margin-bottom: 6px;
}

.searchResult .addSelection .btnOption input {
  position: absolute;
  left: 18px;
  z-index: -1;
}

.searchResult .addSelection .btnOption label {
  width: 100%;
  float: left;
  padding: 6px;
  text-align: center;
  border: 1px #e5e5e5 solid;
  font-size: calc(12px + .1vw);
  border-radius: 2px;
  background: #fff;
  height: 100%;
}

.searchResult .addSelection .btnOption label svg {
  height: 12px;
  width: 12px;
  position: relative;
  top: 1px;
  margin-right: 6px;
}

.searchResult .addSelection .btnOption label svg .cls-1 {
  fill: #383838;
}

.searchResult .addSelection .btnOption label:hover,
.searchResult .addSelection .btnOption label.active {
  background: #999999;
  color: #fff;
  border: 1px #999999 solid;
}

.searchResult .addSelection .btnOption label:hover svg .cls-1,
.searchResult .addSelection .btnOption label.active svg .cls-1 {
  fill: #fff;
}

.searchResult .addSelection .btnOption label:hover {
  cursor: pointer;
  border: 1px #999999 solid;
}

.searchResult .sidebar #filterModal {
  opacity: 1;
  display: block;
  position: relative;
  top: 0;
  z-index: 1;
}

.searchResult .sidebar #filterModal .modal-dialog {
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
  margin: 0;
}

.searchResult .sidebar #filterModal .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.searchResult .sidebar #filterModal .modal-dialog .modal-body {
  padding: 0;
}

.searchResult .filterWrap h4:first-child {
  padding-top: 0;
}

.searchResult .filterWrap h4 {
  padding: 10px 15px;
  padding-bottom: 0;
  width: 100%;
  float: left;
}

.searchResult .filterWrap ul {
  padding: 10px 15px;
  border-bottom: 1px #e5e5e5 solid;
}

.searchResult .filterWrap ul li {
  width: 100%;
  float: left;
  position: relative;
  font-size: calc(14px + .1vw);
}

.searchResult .filterWrap ul li label,
.searchResult .filterWrap ul li input[type="checkbox"] {
  cursor: pointer;
}

.searchResult .filterWrap ul li label {
  width: 100%;
  float: left;
  padding-right: 15px;
}

.searchResult .filterWrap ul li label:hover {
  color: #185ecd;
}

.searchResult .filterWrap ul li input[type="checkbox"] {
  display: none;
}

.searchResult .filterWrap ul li input[type="checkbox"] + label .checkboxIcon {
  background-image: url(/images/svg/b2b/checkbox-default.svg);
  background-size: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 3px;
}

.searchResult .filterWrap ul li input[type="checkbox"]:checked + label .checkboxIcon {
  background-image: url(/images/svg/b2b/checkbox-active.svg);
}

.searchResult .filterWrap ul li a {
  color: #999999;
  font-size: calc(12px + .1vw);
  margin-top: 20px;
  float: right;
}

.searchResult .filterWrap ul:last-child {
  border-bottom: 0;
  padding-bottom: 10px;
}

.searchResult .listingsCont h3 {
  line-height: 26px;
  font-weight: normal;
}

.searchResult .listingsCont .pagination {
  float: right;
}

.searchResult .listingsCont .pagination > .disabled > span,
.searchResult .listingsCont .pagination > .disabled > span:hover,
.searchResult .listingsCont .pagination > .disabled > span:focus,
.searchResult .listingsCont .pagination > .disabled > a,
.searchResult .listingsCont .pagination > .disabled > a:hover,
.searchResult .listingsCont .pagination > .disabled > a:focus {
  cursor: default;
}

.searchResult .listingsCont .pagination > .active > a,
.searchResult .listingsCont .pagination > .active > span,
.searchResult .listingsCont .pagination > .active > a:hover,
.searchResult .listingsCont .pagination > .active > span:hover,
.searchResult .listingsCont .pagination > .active > a:focus,
.searchResult .listingsCont .pagination > .active > span:focus {
  background: #185ecd;
  border-color: #185ecd;
  color: #fff;
}

.searchResult .listingsCont .pagination > li > a,
.searchResult .listingsCont .pagination > li > span {
  color: #185ecd;
}

.searchResult .listingsCont .sortWrap .destinations_list li.active a {
  color: #224099;
  font-weight: 600;
}

.searchResult .listingsCont .sortWrap .col-xs-4 .pull-right {
  position: absolute;
  right: 0;
  top: 0;
}

.searchResult .listingsCont .sortWrap .col-xs-4 span {
  margin-top: 6px;
  float: left;
  font-size: calc(13px + .1vw);
}

.searchResult .listingsCont .sortWrap .select {
  float: left;
  margin-left: 8px;
  height: 32px;
}

.searchResult .listingsCont .sortWrap .select select {
  max-width: 94px;
  padding-left: 8px;
  padding-right: 26px;
  font-size: calc(13px + .1vw);
  min-width: 94px;
}

.searchResult .listingsCont .sortWrap .select::after {
  right: 10px;
}

.searchResult .listingsCont .sortWrap ul li {
  display: inline;
  padding-right: 14px;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap {
  padding-top: 0;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing {
  min-height: 0;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap {
  padding: 10px 0 0 0;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .fullWidth {
  padding: 0 15px 8px 15px;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .fullWidth .col-xs-8,
.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .fullWidth .col-xs-4 {
  padding: 0 6px;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .fullWidth .col-xs-4 {
  text-align: right;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .fullWidth .favWrap .svgIcon .activeIcon {
  display: none;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .fullWidth .favWrap .svgIcon .activeIcon svg .cls-1 {
  fill: #f35454;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .fullWidth .favWrap .svgIcon.favourited .activeIcon {
  display: block;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .fullWidth .favWrap .svgIcon.favourited .defaultIcon {
  display: none;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .fullWidth .favWrap a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
  background-size: 0 !important;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .bottomInfo .flexWrap {
  border-top: 1px #e5e5e5 solid;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .bottomInfo .addInfo {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 15px;
  position: relative;
  max-height: 36px;
  overflow: hidden;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .bottomInfo .addInfo ul {
  height: 30px;
  overflow: hidden;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .bottomInfo .addInfo ul li {
  font-size: calc(12px + .1vw);
  color: #09822e;
  display: inline;
  padding-right: 12px;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .bottomInfo .addInfo ul li svg {
  margin-right: 5px;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .bottomInfo .addInfo ul li svg .cls-1 {
  fill: #09822e;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .bottomInfo .addInfo ul li:last-child {
  padding-right: 0;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .bottomInfo .addInfo .favWrap {
  position: absolute;
  right: 8px;
  top: 8px;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .bottomInfo .addInfo .favWrap .svgIcon .activeIcon {
  display: none;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .bottomInfo .addInfo .favWrap .svgIcon .activeIcon svg .cls-1 {
  fill: #f35454;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .bottomInfo .addInfo .favWrap .svgIcon.favourited .activeIcon {
  display: block;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .bottomInfo .addInfo .favWrap .svgIcon.favourited .defaultIcon {
  display: none;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .bottomInfo .addInfo .favWrap a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
  background-size: 0 !important;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .bottomInfo .addInfo .favWrap svg:hover .cls-1 {
  fill: #f35454;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .bottomInfo .btnWrap {
  width: 70px;
  border-left: 1px #e5e5e5 solid;
  text-align: center;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .bottomInfo .btnWrap a {
  padding: 8px;
  color: #185ecd;
  height: 100%;
  background: #fafafa;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
  background-size: 0 !important;
  webkit-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .imgWrap {
  width: 160px;
  background-color: #999999;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing:hover .ribbon-wrapper .ribbon-front {
  text-shadow: none !important;
}

.searchResult .listingsCont .listingBlock.withImage .listingWrap .listing:hover .bottomInfo .btnWrap a {
  background: #185ecd;
  color: #fff;
  border-bottom-right-radius: 1px;
}

.searchResult .trendingWrap {
  /*h3{
                padding-left: 18px;
            }*/
  /*ul{
                li{
                    padding: 12px;
                    padding-bottom: 0;
                    width: 100%;
                    float: left;

                    .listing{
                        border-bottom: 1px @Border solid;
                        padding: 0 12px;
                        position: relative;

                        h4{
                            max-height: calc(~"(14px + .1vw) * 3" );
                            overflow: hidden;
                            margin-bottom: 22px;
                        }

                        .borderLeft{
                            position: absolute;
                            left: -13px;
                            top: 0;
                            border: 1px @Hover solid;
                            width: 0;
                            height: 90%;
                            display: none;
                        }

                        .bottomInfo{
                            margin-bottom: 12px;
                        }

                        a:hover{
                            color: @Primary
                        }
                    }

                    .listing:hover{
                        cursor: pointer;
                        padding-left: 24px;

                        .borderLeft{
                            display: block;
                        }

                        a{
                            display: inline;
                            box-shadow: inset 0 -0.12em white, inset 0 -0.2em @Primary;
                            text-shadow:
                            -1px -1px white,
                            -1px 1px white,
                            1px -1px white,
                            1px 1px white;
                        }
                    }
                }

                li:last-child{
                    .listing{
                     border-bottom: 0;
                    }
                }
            }
        }*/
}

.searchResult .trendingWrap .titleWrap {
  background: #cb0e0e;
  text-align: center;
  padding: 5px;
  width: 100%;
  float: left;
  border-radius: 2px;
}

.searchResult .trendingWrap .titleWrap h3 {
  font-size: calc(14px + 0.1vw);
  color: #fff;
}

.searchResult .trendingWrap .titleWrap svg {
  top: 2px;
}

.searchResult .trendingWrap .titleWrap svg .cls-1 {
  fill: #fff !important;
}

.searchResult .trendingWrap .caretDown {
  line-height: 0;
  margin-top: -2px;
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
  color: #ef3030;
}

.searchResult .trendingWrap .caretDown .fa {
  line-height: 0;
  font-size: 20px;
}

.searchResult .trendingWrap .listingList ul li {
  margin-bottom: 8px;
  border-radius: 2px;
}

.searchResult .trendingWrap .listingList ul li .ribbon-wrapper {
  left: 18px;
}

.searchResult .trendingWrap .listingList ul li .listing {
  height: 134px;
  border-radius: 2px;
  position: relative;
  webkit-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.searchResult .trendingWrap .listingList ul li .listing .gradientCover {
  height: 100%;
  position: absolute;
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  /* Standard syntax (must be last) */
  width: 100%;
  border-radius: 2px;
  border: 1px #dedede solid;
}

.searchResult .trendingWrap .listingList ul li .listing .bottomInfo {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
}

.searchResult .trendingWrap .listingList ul li .listing .bottomInfo h3,
.searchResult .trendingWrap .listingList ul li .listing .bottomInfo .markupText {
  color: #fff !important;
}

.searchResult .trendingWrap .listingList ul li .listing .bottomInfo h3 {
  font-size: calc(14px + 0.1vw);
  max-height: calc((14px + .1vw) * 2.8);
  overflow: hidden;
}

.searchResult .trendingWrap .listingList ul li .listing .bottomInfo .markupText {
  font-size: calc(12px + 0.1vw);
  line-height: 1.2;
}

.searchResult .trendingWrap .listingList ul li:hover {
  cursor: pointer;
  margin-top: -2px !important;
  -webkit-box-shadow: 0 1rem 1.5rem -1.1rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 1rem 1.5rem -1.1rem rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}

.searchResult .trendingWrap .listingList ul li:hover .gradientCover {
  background: rgba(0, 0, 0, 0.8) !important;
  border: 1px #bfbfbf solid;
}

.lang_vi .searchResult .trendingWrap .listingList h3 {
  font-size: calc(15px + .1vw);
}

.lang_th .searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .bottomInfo .btnWrap {
  width: 86px;
}

@media screen and (min-width: 1280px) {
  .searchResult .addSelection .btnOption {
    padding-right: 3px;
    width: 50%;
  }

  .searchResult .addSelection .btnOption:last-child {
    padding-left: 3px;
    padding-right: 0;
  }
}

@media screen and (max-width: 1100px) {
  .searchResult .sidebar {
    width: 20%;
  }

  .searchResult .listingsCont {
    width: 80%;
  }

  .searchResult .topSearch .trendingWrap {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .modal-open .searchResult .sidebar {
    position: fixed;
    width: 100%;
    left: 0;
  }

  .searchResult .topSearch .sidebar {
    display: none;
  }

  .searchResult .topSearch .searchBox .Typeahead ul {
    width: 100%;
  }

  .searchResult .addSelection {
    margin-top: 0;
  }

  .searchResult .addSelection .btnOption {
    width: 50%;
    padding-right: 3px;
  }

  .searchResult .addSelection .btnOption {
    padding-left: 3px;
    padding-right: 0;
  }

  .searchResult .sidebar {
    background: none;
    position: relative;
    z-index: 1040;
    top: 0;
  }

  .searchResult .sidebar .filterWrap h4 {
    font-size: calc(16px + .1vw);
  }

  .searchResult .sidebar .filterWrap ul li {
    font-size: calc(16px + .1vw);
    padding: 4px 0;
  }

  .searchResult .sidebar .filterWrap ul li .checkboxIcon {
    width: 16px;
    height: 16px;
    top: 6px;
  }

  .searchResult .sidebar .filterWrap ul li .applyBtn button {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    background: #122a73;
    padding: 8px 20px;
    border: 0;
    color: #fff;
    min-width: 180px;
    margin-bottom: 8px;
  }

  .searchResult .sidebar .filterWrap ul li a {
    margin-top: 5px;
    display: block;
    margin: 0 auto;
    float: none;
    text-align: center;
  }

  .searchResult .sidebar #filterModal {
    display: none;
    position: fixed;
    padding-right: 0 !important;
    background: rgba(0, 0, 0, 0.4);
  }

  .searchResult .sidebar #filterModal .modal-dialog {
    background: #fff;
    min-height: 100%;
    max-width: 400px;
  }

  .searchResult .sidebar #filterModal .modal-dialog .modal-header {
    background: #1b3b89;
    text-align: left;
  }

  .searchResult .sidebar #filterModal .modal-dialog .modal-header button.close {
    opacity: 1;
  }

  .searchResult .sidebar #filterModal .modal-dialog .modal-header h4 {
    font-size: calc(18px + .1vw);
    color: #fff;
  }

  .searchResult .sidebar #filterModal .modal-dialog .modal-header .cls-1 {
    fill: #fff;
  }

  .searchResult .sidebar #filterModal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .searchResult .sidebar #filterModal .modal-dialog .modal-body {
    padding: 20px 15px;
    margin: auto;
    display: block;
    margin-top: 66px;
    float: none;
  }

  .searchResult .listingsCont {
    padding: 20px 0;
  }

  .searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .fullWidth .col-xs-4 {
    text-align: left;
    padding-left: 0;
  }

  .searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .fullWidth .col-xs-8 {
    padding-right: 12px;
  }

  .searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .fullWidth .favWrap {
    position: absolute;
    right: 0;
    top: -3px;
  }

  .searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .bottomInfo {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap {
    padding-top: 8px;
  }

  .searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .fullWidth {
    padding: 0 8px 8px 8px;
  }

  .searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .fullWidth .col-xs-4,
  .searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .infoWrap .fullWidth .col-xs-8 {
    padding: 0;
  }

  .searchResult .listingsCont .listingBlock.withImage .listingWrap .listing .imgWrap {
    width: 110px;
    min-height: 120px;
    height: 100%;
  }
}

.booking-summary,
.titleWrap,
.addOnsWrap,
.addOnsDisplay,
.topLabel,
#addons-list,
.bookingNav,
.whiteBgWrap,
.errorMessage,
.guestWrap {
  width: 100%;
  float: left;
}

#bmg-app {
  padding: 20px 0 40px 0;
}

#bmg-app .bookingDetails #navbar-main.affix {
  position: fixed !important;
  top: 0;
  max-width: 350px;
}

#bmg-app .bookingDetails #navbar-main.affix-top {
  position: relative !important;
  top: 0;
}

#bmg-app .right .titleWrap {
  padding: 10px 20px;
  background: #122a73;
}

#bmg-app .right .titleWrap h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

#bmg-app .right .booking-summary {
  background: #fff;
  padding: 20px;
  border: 1px #e7e7e7 solid;
  border-radius: 0;
}

#bmg-app .right .booking-summary #summaryImageDisplay {
  margin-bottom: 15px;
}

#bmg-app .right .booking-summary .total_sum {
  color: #ef5a21;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 5px;
}

#bmg-app .right .booking-summary hr {
  margin-top: 8px;
  margin-bottom: 8px;
}

#bmg-app .checkout-page .bookingNav .btn-group-lg {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(#edf1f4), to(#ffffff));
  background: linear-gradient(to top, #edf1f4, #ffffff);
  border-radius: 4px;
  overflow: hidden;
}

#bmg-app .checkout-page .bookingNav .btn-group {
  background-color: transparent;
}

#bmg-app .checkout-page .bookingNav .btn-default {
  position: relative;
  background: transparent;
  border: 1px solid transparent;
  line-height: 33px;
  padding: 0;
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #bcc4ca;
  color: #444;
}

#bmg-app .checkout-page .bookingNav .btn-default.text-primary {
  -webkit-box-shadow: inset 0 1px 0 rgba(24, 94, 205, 0.4), 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(24, 94, 205, 0.4), 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  border: 1px #185ecd solid;
  background: #185ecd;
  color: #fff;
  font-weight: 600;
}

#bmg-app .checkout-page .bookingNav .btn-default:hover {
  font-weight: 600;
}

#bmg-app .checkout-page .bookingNav .btn-group > .btn-group:last-child .btn-default {
  border-left: 0;
}

#bmg-app .checkout-page .bookingNav .btn-group > .btn-group:first-child .btn-default {
  border-right: 0;
}

#bmg-app .checkout-page .back {
  background-color: #bcc4ca;
  border-color: #bcc4ca;
}

#bmg-app .checkout-page #bookings-addon-next {
  background-color: #274ab1;
  color: #fff;
}

#bmg-app .checkout-page .addOnsWrap {
  margin-top: 25px;
  margin-bottom: 25px;
  background: white;
  border-radius: 2px;
}

#bmg-app .checkout-page .addOnsWrap .addOnsDisplay {
  padding: 25px 0;
}

#bmg-app .checkout-page .addOnsWrap .addOnsDisplay h3 {
  font-size: 24px;
  font-weight: normal;
}

#bmg-app .checkout-page .addOnsWrap .topLabel {
  padding: 5px 15px;
}

#bmg-app .checkout-page .addOnsWrap .topLabel p {
  color: #1b3b89;
  opacity: 1;
  font-weight: bold;
}

#bmg-app .checkout-page .addOnsWrap hr {
  margin-top: 5px;
}

#bmg-app .checkout-page .shadowed {
  -webkit-box-shadow: 0 2px 0 0 #bcc4ca;
          box-shadow: 0 2px 0 0 #bcc4ca;
  border-radius: 4px !important;
}

#bmg-app .checkout-page .whiteBgWrap {
  margin-top: 25px;
  background: #fff;
  padding: 0 0 20px 0;
  border: 1px #e7e7e7 solid;
  -webkit-box-shadow: 0 0 !important;
          box-shadow: 0 0 !important;
  border-radius: 0 !important;
}

#bmg-app .checkout-page .whiteBgWrap .emailCopy {
  margin-top: 0 !important;
}

#bmg-app .checkout-page .whiteBgWrap .form .form-group .radio-inline object {
  position: relative;
  top: -10px;
}

#bmg-app .checkout-page .whiteBgWrap .apply_promo_code {
  background: #fafafa;
}

#bmg-app .checkout-page .whiteBgWrap .errorMessage {
  padding: 0 20px;
}

#bmg-app .checkout-page .whiteBgWrap .bookingQns {
  padding: 20px 10px 20px 10px;
  width: 100%;
  float: left;
}

#bmg-app .checkout-page .whiteBgWrap .bookingQns label {
  font-size: 16px;
  color: #333333;
}

#bmg-app .checkout-page .whiteBgWrap .titleWrap h4 {
  font-size: 20px;
  font-weight: normal;
  color: #f05a22;
  padding: 20px 25px;
  margin-bottom: 0;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap {
  width: 100%;
  float: left;
  padding: 0 13px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap input[type="time"].form-control {
  padding-top: 0;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .googleMapcontainer {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #d4d9dd;
  width: 100%;
  float: left;
  right: 25px;
  height: 80px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .googleMapcontainer a {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  zoom: 1;
  position: absolute;
  bottom: 0;
  right: 13px;
  border-radius: 4px 0;
  text-decoration: underline;
  color: #fff;
  padding: 6px 11px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .v-select input[type="search"],
#bmg-app .checkout-page .whiteBgWrap .formWrap .v-select input[type="search"]:focus {
  border: 1px #dedede solid;
  height: 34px;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 0 5px;
  float: left;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .v-select .selected-tag {
  z-index: 1;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select {
  height: 34px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select {
  margin-top: 7px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .dropdown-toggle {
  height: 34px;
  overflow: hidden;
  border: 1px #dedede solid;
  border-radius: 1px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .dropdown-toggle .selected-tag {
  height: 34px;
  padding: 5px 8px;
  padding-right: 20px;
  overflow: hidden;
  background: #fafafa;
  border: 0;
  width: 100%;
  float: left;
  border-radius: 0;
  font-size: 14px;
  color: #555555;
  margin: 0;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .dropdown-toggle input[type="search"] {
  width: 100% !important;
  position: absolute;
  left: 0;
  border: 0;
  background: none;
  margin: 0;
  font-size: 14px;
  color: #555555;
  cursor: pointer;
  padding-right: 24px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .open-indicator {
  display: none;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap {
  width: 100%;
  float: left;
  padding: 0 13px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap input[type="time"].form-control {
  padding-top: 0;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .googleMapcontainer {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #d4d9dd;
  width: 100%;
  float: left;
  right: 25px;
  height: 80px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .googleMapcontainer a {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  zoom: 1;
  position: absolute;
  bottom: 0;
  right: 13px;
  border-radius: 4px 0;
  text-decoration: underline;
  color: #fff;
  padding: 6px 11px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .v-select input[type="search"],
#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .v-select input[type="search"]:focus {
  border: 1px #dedede solid;
  height: 34px;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 0 5px;
  float: left;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .select {
  height: 34px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .select .v-select {
  margin-top: 7px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .select .v-select .dropdown-toggle {
  height: 34px;
  overflow: hidden;
  border: 1px #dedede solid;
  border-radius: 1px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .select .v-select .dropdown-toggle .selected-tag {
  height: 34px;
  padding: 5px 8px;
  padding-right: 20px;
  overflow: hidden;
  background: #fafafa;
  border: 0;
  width: 100%;
  float: left;
  border-radius: 0;
  font-size: 14px;
  color: #555555;
  margin: 0;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .select .v-select .dropdown-toggle input[type="search"] {
  width: 100% !important;
  position: absolute;
  left: 0;
  border: 0;
  background: none;
  margin: 0;
  font-size: 14px;
  color: #555555;
  cursor: pointer;
  padding-right: 24px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .select .v-select .open-indicator {
  display: none;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .select .v-select .dropdown-menu {
  min-width: 369px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .select .v-select .dropdown-menu a,
#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .select .v-select .dropdown-menu select option,
#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .select .v-select .dropdown-menu select option a,
#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .select .v-select .dropdown-menu li,
#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .select .v-select .dropdown-menu li a {
  text-decoration: none !important;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .select .v-select .dropdown-menu li {
  width: 100%;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .select .v-select.open .dropdown-toggle input[type="search"] {
  background: #fff;
  height: 34px;
  border: 1px #dedede solid;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .select:hover input[type-search] {
  cursor: pointer;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .drops .dropdown-toggle.btn-danger {
  background-color: #fafafa;
  border-color: #dedede;
  color: #333333;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .drops .btn-danger {
  background-color: #fafafa;
  border-color: #dedede;
  color: #333333;
  height: 34px;
  border-radius: 0;
  margin-top: 5px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap small {
  font-size: 90%;
  color: #333333;
  margin-top: 4px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .col-xs-6 .col-xs-4 select {
  width: 100%;
  float: left;
  height: 34px;
  line-height: 28px;
  border: 1px #cccccc solid;
  padding: 5px;
  -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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .has-error input,
#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .has-error select {
  border-color: #a94442;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .has-error span.text-danger {
  font-weight: 600;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap input,
#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap select,
#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .form-control {
  background: #fafafa;
  border-radius: 0;
  border: 1px #dedede solid;
  margin-top: 7px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .form-group {
  position: relative;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .form-group span.green-tick {
  position: absolute;
  top: 38px;
  right: 20px;
  color: #00be7f;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap .form-group input[name="phone_number"] + span.green-tick {
  top: 9px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .formWrap #message_to_host.form-control {
  margin-top: 0;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .dropdown-menu {
  min-width: 369px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .dropdown-menu a,
#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .dropdown-menu select option,
#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .dropdown-menu select option a,
#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .dropdown-menu li,
#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .dropdown-menu li a {
  text-decoration: none !important;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select .dropdown-menu li {
  width: 100%;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select .v-select.open .dropdown-toggle input[type="search"] {
  background: #fff;
  height: 34px;
  border: 1px #dedede solid;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .select:hover input[type-search] {
  cursor: pointer;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .drops .dropdown-toggle.btn-danger {
  background-color: #fafafa;
  border-color: #dedede;
  color: #333333;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .drops .btn-danger {
  background-color: #fafafa;
  border-color: #dedede;
  color: #333333;
  height: 34px;
  border-radius: 0;
  margin-top: 5px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap small {
  font-size: 90%;
  color: #333333;
  margin-top: 4px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .col-xs-6 .col-xs-4 select {
  width: 100%;
  float: left;
  height: 34px;
  line-height: 28px;
  border: 1px #cccccc solid;
  padding: 5px;
  -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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .has-error input,
#bmg-app .checkout-page .whiteBgWrap .formWrap .has-error select {
  border-color: #a94442;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .has-error span.text-danger {
  font-weight: 600;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap input,
#bmg-app .checkout-page .whiteBgWrap .formWrap select,
#bmg-app .checkout-page .whiteBgWrap .formWrap .form-control {
  background: #fafafa;
  border-radius: 0;
  border: 1px #dedede solid;
  margin-top: 7px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .form-group {
  position: relative;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .form-group span.green-tick {
  position: absolute;
  top: 38px;
  right: 20px;
  color: #00be7f;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap .form-group input[name="phone_number"] + span.green-tick {
  top: 9px;
}

#bmg-app .checkout-page .whiteBgWrap .formWrap #message_to_host.form-control {
  margin-top: 0;
}

#bmg-app .checkout-page .whiteBgWrap .captchaCode {
  padding: 0 20px;
  width: 100%;
  float: left;
}

#bmg-app .checkout-page .whiteBgWrap .captchaCode .checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  font-size: 16px;
  cursor: pointer;
  top: 3px;
}

#bmg-app .checkout-page .whiteBgWrap .captchaCode .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

#bmg-app .checkout-page .whiteBgWrap .bookingConfirmation {
  width: 100%;
  float: left;
  padding: 20px 30px 20px 30px;
}

#bmg-app .checkout-page .whiteBgWrap .bookingConfirmation .btn-primary {
  font-size: 18px;
  padding: 0;
  color: #fff;
  font-weight: 700;
  border: 0;
  background: #f05a22 !important;
  border-right: 3px;
  border-bottom: 1px solid #edf1f4;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  max-width: 310px;
  margin: 0 auto;
  display: block;
  white-space: normal;
}

#bmg-app .checkout-page .whiteBgWrap .bookingConfirmation small {
  color: #ef5a21;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#bmg-app .checkout-page input[type="checkbox"] {
  display: block !important;
  width: 20px;
  height: 20px;
  margin: 0;
}

#bmg-app .checkout-page .per_booking_options,
#bmg-app .checkout-page .per_pax_options {
  padding: 0 9px;
}

#bmg-app .checkout-page .per_booking_options label,
#bmg-app .checkout-page .per_pax_options label {
  margin-bottom: 7px;
  width: 100%;
}

#bmg-app .checkout-page .per_booking_options input[type="text"],
#bmg-app .checkout-page .per_pax_options input[type="text"] {
  cursor: pointer !important;
}

#bmg-app .checkout-page .per_booking_options input[type="radio"],
#bmg-app .checkout-page .per_pax_options input[type="radio"],
#bmg-app .checkout-page .per_booking_options input[type="checkbox"],
#bmg-app .checkout-page .per_pax_options input[type="checkbox"] {
  width: 17px;
  height: 17px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  top: 5px;
  display: inline;
  margin-top: 0;
  margin-right: 4px;
  margin-bottom: 20px;
}

#bmg-app .checkout-page .per_booking_options span.green-tick,
#bmg-app .checkout-page .per_pax_options span.green-tick {
  top: 43px !important;
}

#bmg-app .checkout-page .paxWrap {
  width: 100%;
}

#bmg-app .checkout-page .paxWrap label {
  margin-bottom: 7px;
}

#bmg-app .checkout-page .paxWrap .col-xs-6:nth-child(even) {
  padding-left: 0;
}

#bmg-app .checkout-page #bookings-addons {
  width: 100%;
  float: left;
}

#bmg-app .checkout-page #bookings-addons .whiteBgWrap {
  padding: 0;
}

#bmg-app .checkout-page #bookings-addons .whiteBgWrap h3 {
  font-size: 24px;
  font-weight: 400;
}

#bmg-app .checkout-page #bookings-addons .whiteBgWrap b {
  font-weight: 700;
}

#bmg-app .checkout-page #bookings-addons .topLabel .text-primary {
  color: #284a9e;
}

#bmg-app .checkout-page #bookings-addons #addons-list {
  padding: 0 25px 25px 25px;
}

#bmg-app .checkout-page #bookings-addons #addons-list .col-xs-6 {
  padding-left: 5px;
}

#bmg-app .checkout-page #bookings-addons #addons-list .col-xs-3 {
  margin-bottom: 8px;
}

#bmg-app .checkout-page #bookings-addons #addons-list .col-xs-3 p {
  text-align: center;
}

#bmg-app .checkout-page #bookings-addons #addons-list .col-xs-3 .input-group {
  float: right;
}

#bmg-app .checkout-page #bookings-addons #addons-list .col-xs-3 .input-group input {
  height: 30px;
  border-radius: 3px;
}

#bmg-app .bookingDetails .whiteBgWrap {
  margin-top: 25px;
  background: #fff;
  padding: 20px;
  border: 1px #e7e7e7 solid;
}

#bmg-app .bookingDetails .whiteBgWrap .titleWrap {
  padding: 20px 25px;
  margin-bottom: 0;
  background: none;
}

#bmg-app .bookingDetails .whiteBgWrap .titleWrap h4 {
  color: #1b3b89;
  font-size: 20px;
}

#bmg-app .btnCont {
  width: 100%;
  padding: 20px 0;
  float: left;
}

#bmg-app .cancellationWrap .checkbox label {
  margin-left: 8px;
}

#bmg-app .cancellationWrap .has-error .checkbox label {
  font-weight: 600;
}

#bmg-app .buttonWrap {
  width: 100%;
  float: left;
  padding: 20px 12px 15px 12px;
  text-align: center;
}

#bmg-app .buttonWrap .btn-primary {
  font-size: 18px;
  line-height: 20px;
  padding: 0;
  color: #fff;
  font-weight: 700;
  background: #f05a22;
  border: #f05a22;
  border-right: 3px;
  border-bottom: 1px solid #edf1f4;
  margin-bottom: 10px;
  padding: 10px;
  margin: 0 auto;
  display: block;
  white-space: normal;
  text-align: center;
  width: 100%;
  max-width: 320px;
  margin: auto;
  float: right;
}

#bmg-app .buttonWrap .btn-primary.next {
  min-width: 150px;
}

.bookingMessage .successWrap,
.bookingMessage .cancelWrap {
  background: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%;
  float: left;
  min-height: 450px;
}

.bookingMessage .successWrap .block,
.bookingMessage .cancelWrap .block {
  width: 100%;
  height: 100%;
}

.bookingMessage .successWrap .well,
.bookingMessage .cancelWrap .well {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  text-align: center;
  width: 100%;
  color: #585e60;
  padding: 19px 45px 19px 19px;
}

.bookingMessage .successWrap .well .check,
.bookingMessage .cancelWrap .well .check {
  color: #1a9634;
  font-size: 34px;
}

.bookingMessage .successWrap .well h3,
.bookingMessage .cancelWrap .well h3 {
  font-size: 23px;
  font-weight: 600;
  margin: 5px 0 30px 0;
}

.bookingMessage .successWrap .well h4,
.bookingMessage .cancelWrap .well h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  margin: 10px 0;
}

.bookingMessage .successWrap .well a,
.bookingMessage .cancelWrap .well a {
  color: #274ab1;
}

.bookingMessage .successWrap .well .btn-primary,
.bookingMessage .cancelWrap .well .btn-primary {
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  width: 250px;
  background-color: #e02020;
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
  color: #fff;
  border: 0;
}

.bookingMessage .successWrap .well .thankyouContact,
.bookingMessage .cancelWrap .well .thankyouContact {
  margin-bottom: 30px;
  margin-top: 10px;
}

.paymentMain .btn {
  border-radius: 2px;
  font-size: 18px;
}

.paymentMain .btn-success {
  width: 100%;
  padding: 0 15px;
  height: 44px;
}

.paymentMain .btn-link {
  margin-top: 5px;
  padding: 0 10px;
  margin-bottom: 10px;
  color: #999999;
}

.paymentMain .col-md-12 > div {
  max-width: 450px !important;
  width: 100% !important;
}

.paymentMain .panel-primary {
  border: 0;
}

.paymentMain .panel-primary .panel-heading {
  border: 0;
}

.paymentMain .panel-primary .panel-heading small {
  font-size: 80%;
}

.paymentMain .panel-primary .panel-body {
  border: 1px #ddd solid;
  border-top: 0;
  padding: 24px 20px;
}

.paymentMain .panel-primary .panel-body .btn {
  border-radius: 2px;
  border: 0;
  padding: 8px 10px;
  letter-spacing: 1px;
  color: #333333;
}

.paymentMain .panel-primary .panel-body .btn-success {
  color: #fff !important;
  width: 100%;
  font-size: 18px;
}

.paymentMain .panel-primary .panel-body .alert-danger {
  margin-top: 20px;
  background: #fff;
  border-color: #ff9494;
  color: #e02020;
  border-radius: 2px;
}

.paymentMain .panel-primary .panel-body .col-md-8,
.paymentMain .panel-primary .panel-body .col-md-4 {
  float: left;
}

.paymentMain .panel-primary .panel-body .col-md-8 {
  width: 66.666666%;
  padding-right: 0;
}

.paymentMain .panel-primary .panel-body .col-md-4 {
  width: 33.333333%;
}

.paymentMain .panel-primary .panel-body .form-group {
  margin-bottom: 0;
}

.paymentMain .panel-primary .panel-footer {
  border-top: 0 !important;
  border: 1px #ddd solid;
}

.paymentMain .panel-primary label {
  font-size: calc(14px + .1vw);
  margin-bottom: 4px;
}

.paymentMain .panel-primary input.form-control,
.paymentMain .panel-primary select {
  height: 38px;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 0 15px;
  float: left;
}

.paymentMain .panel-primary .input-group {
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 10px;
}

.paymentMain .panel-primary .input-group select:first-child {
  border-right: 1px #ccc solid;
}

.paymentMain .panel-primary .input-group select:last-child {
  border-left: 1px #ccc solid;
}

.paymentMain .panel-primary .input-group input.form-control,
.paymentMain .panel-primary .input-group select {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  height: 36px;
}

.paymentMain .panel-primary .input-group .fa {
  min-width: 36px;
}

.paymentMain .panel-primary .input-group .input-group-addon {
  padding: 4px 10px;
  border-radius: 0;
  border: 0;
}

@media screen and (max-width: 1024px) {
  #bookingWrap .whiteBgWrap .form .form-group .radio-inline object {
    max-width: 250px !important;
  }

  #bookingWrap .whiteBgWrap .captchaCode .col-xs-7,
  #bookingWrap .whiteBgWrap .captchaCode .col-xs-5 {
    width: 100%;
  }

  #bookingWrap .whiteBgWrap .formWrap .guestWrap .col-xs-2,
  #bookingWrap .whiteBgWrap .formWrap .buyerWrap .col-xs-2 {
    width: 25%;
  }

  #bookingWrap .whiteBgWrap .formWrap .guestWrap .col-xs-5,
  #bookingWrap .whiteBgWrap .formWrap .buyerWrap .col-xs-5 {
    width: 37.5%;
  }

  #bookingWrap .whiteBgWrap .formWrap .guestWrap .col-xs-6 .col-xs-4,
  #bookingWrap .whiteBgWrap .formWrap .buyerWrap .col-xs-6 .col-xs-4 {
    width: 45%;
  }

  #bookingWrap .whiteBgWrap .formWrap .guestWrap .col-xs-6 .col-xs-8,
  #bookingWrap .whiteBgWrap .formWrap .buyerWrap .col-xs-6 .col-xs-8 {
    width: 55%;
  }
}

@media screen and (max-width: 769px) {
  #bmg-app {
    padding: 0;
    background: #fff;
  }

  #bmg-app .bookingDetails #navbar-main.affix {
    position: relative !important;
    top: 0;
    max-width: none;
  }

  #bmg-app .btnCont {
    padding: 20px 15px;
  }

  #bmg-app .bookingCon small {
    font-size: 12px !important;
  }

  #bmg-app .buyerContactDetails .col-xs-1 {
    width: 11%;
  }

  #bmg-app .buyerContactDetails .col-xs-11 {
    width: 89%;
  }

  #bmg-app .buyerContactDetails .col-xs-11 p small {
    font-size: 12px;
  }

  #bmg-app .backbutton {
    padding: 15px;
    background: #fafafa;
  }

  #bmg-app .backbutton a {
    color: #a3adb2;
    font-size: 16px;
  }

  #bmg-app .container,
  #bmg-app .col-xs-12 {
    padding: 0;
  }

  #bmg-app.bulk-buy-wrap .col-xs-12 {
    padding: 0 15px;
  }

  #bmg-app .bookingDetails {
    background-color: #fff;
    padding: 0;
    width: 100%;
  }

  #bmg-app .bookingDetails .container-fluid {
    padding: 0;
  }

  #bmg-app .bookingDetails .whiteBgWrap {
    margin-top: 0;
    border: 0;
  }

  #bmg-app .bookingDetails .booking-summary {
    border: 0;
    background-color: #fafafa;
  }

  #bmg-app .bookingDetails .booking-summary h3 {
    font-size: 20px;
    line-height: 24px;
  }

  #bmg-app .pickUpPoint .form,
  #bmg-app .pickUpPoint .mobilePadding {
    padding: 0 12px;
  }

  #bmg-app .checkout-page {
    padding: 0;
    width: 100%;
  }

  #bmg-app .checkout-page .addOnsWrap #addons-list .col-xs-6 {
    width: 45%;
    margin-bottom: 30px;
  }

  #bmg-app .checkout-page .addOnsWrap #addons-list .col-xs-4,
  #bmg-app .checkout-page .addOnsWrap #addons-list .col-xs-2 {
    width: 55%;
    margin-bottom: 0;
  }

  #bmg-app .checkout-page .addOnsWrap #addons-list .col-xs-4 p {
    text-align: left;
    margin-bottom: 4px;
  }

  #bmg-app .checkout-page .addOnsWrap #addons-list .col-xs-2 {
    margin-bottom: 15px;
  }

  #bmg-app .checkout-page .addOnsWrap #addons-list .col-xs-2 .input-group-btn {
    width: auto;
  }

  #bmg-app .checkout-page .addOnsWrap #addons-list .col-xs-2 .form-control input-number {
    max-width: 100%;
  }

  #bmg-app .checkout-page .addOnsWrap #addons-list .col-xs-2 .input-group input,
  #bmg-app .checkout-page .addOnsWrap #addons-list .col-xs-2 .input-group .btn-number {
    height: 30px;
  }

  #bmg-app .checkout-page .whiteBgWrap {
    margin-top: 0;
    border: 0;
  }

  #bmg-app .checkout-page .whiteBgWrap .form .form-group .radio-inline object {
    max-width: none !important;
  }

  #bmg-app .checkout-page .whiteBgWrap .bookingQns {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }

  #bmg-app .checkout-page .whiteBgWrap .bookingQns .col-xs-5 .pull-right {
    float: left !important;
  }

  #bmg-app .checkout-page .whiteBgWrap .bookingQns label {
    font-size: 18px;
    line-height: 22px;
  }

  #bmg-app .checkout-page .whiteBgWrap .formWrap .guestWrap .col-xs-2,
  #bmg-app .checkout-page .whiteBgWrap .formWrap .buyerWrap .col-xs-2,
  #bmg-app .checkout-page .whiteBgWrap .formWrap .guestWrap .col-xs-5,
  #bmg-app .checkout-page .whiteBgWrap .formWrap .buyerWrap .col-xs-5 {
    width: 100%;
  }

  #bmg-app .checkout-page .whiteBgWrap .formWrap .phoneWrap .col-xs-4 {
    width: 40%;
  }

  #bmg-app .checkout-page .whiteBgWrap .formWrap .phoneWrap .col-xs-8 {
    width: 60%;
  }

  #bmg-app .checkout-page .whiteBgWrap .formWrap .phoneWrap select {
    height: 34px;
  }

  #bmg-app .checkout-page .whiteBgWrap .formWrap textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 80px;
  }

  #bmg-app .checkout-page .whiteBgWrap .formWrap ul li {
    display: inline;
    list-style-type: none;
    float: left;
    width: 33.333333%;
    margin: 0 -1px;
    overflow: hidden;
    margin-bottom: 12px;
  }

  #bmg-app .checkout-page .whiteBgWrap .formWrap ul li .btn-default {
    width: 100%;
    margin: 0 !important;
    display: inline-block;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 10px;
    height: 40px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 37px;
    background-color: #e6eaed;
    border-radius: 0;
    border-color: #fff;
    color: #6f7577;
    border-right: 1px #fff solid !important;
  }

  #bmg-app .checkout-page .whiteBgWrap .formWrap ul li .btn-default:last-child {
    border-right: 0 !important;
  }

  #bmg-app .checkout-page .whiteBgWrap .formWrap ul li .active {
    background-color: #1750c9;
    color: #ffffff;
    font-weight: bold;
  }

  #bmg-app .checkout-page .whiteBgWrap .formWrap ul li input {
    height: 50px;
    line-height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 8px 15px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    display: none;
  }

  #bmg-app .checkout-page .whiteBgWrap .formWrap ul li input[type="radio"] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid darkgray;
    border-radius: 50%;
    outline: none;
  }

  #bmg-app .checkout-page .whiteBgWrap .formWrap .form small {
    font-size: 18px;
    width: 100%;
    float: left;
    color: #6f7577;
    margin-bottom: 3px;
  }

  #bmg-app .paxWrap .col-xs-6 {
    padding: 0;
  }

  #bmg-app #bookings-addons #addons-list .col-xs-12 {
    padding: 0 5px;
  }

  #bmg-app #bookings-addons #addons-list .col-xs-6 {
    width: 55%;
  }

  #bmg-app #bookings-addons #addons-list .col-xs-3 {
    width: 45%;
  }

  #bmg-app #bookings-addons #addons-list .col-xs-3 p {
    text-align: right !important;
  }

  #bmg-app #bookings-addons #addons-list .col-xs-3 .input-group {
    float: right;
  }

  #bmg-app .whiteBgWrap,
  #bmg-app .booking-summary {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  #bmg-app .buttonWrap .btn-primary {
    float: none;
  }
}

@media screen and (max-width: 500px) {
  #bookingWrap .checkout-page .whiteBgWrap .form .form-group .radio-inline object {
    max-width: 220px !important;
  }

  #bookingWrap .checkout-page .whiteBgWrap .formWrap {
    padding: 0;
  }

  .bookingMessage .successWrap,
  .bookingMessage .cancelWrap {
    min-height: 0;
  }

  .bookingMessage .successWrap .well,
  .bookingMessage .cancelWrap .well {
    padding: 30px 15px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: relative;
  }
}

.tooltip-amp {
  display: block !important;
}

.tooltip-amp .tooltip-inner {
  text-align: left !important;
  width: 100%;
  font-size: calc(12px + .1vw);
  padding: 16px !important;
  font-family: "Source Sans Pro", sans-serif, Microsoft Yahei !important;
}

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

#booking-section h1 {
  font-size: calc(24px + .1vw);
  line-height: 31px;
}

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

#booking-section .calendar .selectDropdown {
  max-width: 450px;
}

#booking-section .calendar .selectDropdown .flatpickr {
  cursor: pointer;
  background-color: #fff;
  width: 100%;
}

#booking-section .calendar .selectDropdown .flatpickr-input {
  z-index: 1;
  cursor: pointer;
  -webkit-appearance: none;
  max-width: 450px;
  height: 35px;
  padding: 6px 12px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#booking-section .calendar .selectDropdown::after {
  content: "\F073";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  top: 14px;
  color: #BFBFBF;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border: 0;
  right: 17px;
}

#booking-section .age-category .col-xs-4 {
  width: auto;
}

#booking-section .age-category .select {
  max-width: 80px;
}

#booking-section .age-category .select:hover select {
  cursor: pointer;
}

@media screen and (max-width: 769px) {
  #booking-section .age-category-description {
    display: block;
  }
}

#booking-section .filter-section {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background: #fff;
  padding: 24px 9px 14px 9px;
}

#booking-section .filter-section input {
  border: 1px solid #DEDEDE;
}

#booking-section .filter-section .control-label {
  font-size: calc(12px + .1vw);
  margin-bottom: 6px;
}

#booking-section .deal-list .deal-cont {
  border: 1px solid #E5E5E5;
  background: #fff;
  float: left;
  margin-bottom: 8px;
  border-radius: 4px;
}

#booking-section .deal-list .deal-cont h3 {
  font-size: calc(16px + .1vw);
}

#booking-section .deal-list .deal-cont .br-1 {
  border-right: 1px #E5E5E5 solid;
}

#booking-section .deal-list .deal-cont:hover {
  border: 1px solid #BFBFBF;
  cursor: pointer;
  margin-top: -2px;
  -webkit-box-shadow: 0 1rem 1.5rem -1.1rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 1rem 1.5rem -1.1rem rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}

#booking-section .deal-list .deal-cont:hover .pt-title-cont .description {
  color: #383838;
}

#booking-section .deal-list .deal-cont:hover .pt-cont ul li svg {
  margin-top: 2px;
}

#booking-section .deal-list .deal-cont:hover .pt-pricing .rate-cont table th {
  background: #4A4A4A;
  color: #fff;
}

#booking-section .deal-list .deal-cont:hover .pt-pricing .col-xs-3,
#booking-section .deal-list .deal-cont:hover .btn-cont .col-xs-3 {
  background: #f2F2F2;
}

#booking-section .deal-list .deal-cont:hover .pt-pricing .enter-date .col-xs-3,
#booking-section .deal-list .deal-cont:hover .btn-cont .enter-date .col-xs-3 {
  background: #fff;
}

#booking-section .deal-list .deal-cont:hover .btnBook {
  background: #F05A22;
  color: #fff;
}

#booking-section .deal-list .deal-cont .pt-title-cont {
  padding: 24px;
}

#booking-section .deal-list .deal-cont .pt-title-cont h3.secondaryText {
  font-weight: normal;
  font-size: calc(14px + .1vw);
  text-align: right;
  margin-bottom: 4px;
}

#booking-section .deal-list .deal-cont .pt-title-cont .description {
  color: #999999;
  margin-top: 12px;
  font-size: calc(14px + .1vw);
}

#booking-section .deal-list .deal-cont .additional-info {
  padding: 15px 24px 3px 24px;
}

#booking-section .deal-list .deal-cont .additional-info table td {
  color: #4A4A4A;
  font-size: calc(12px + .1vw);
  line-height: 20px;
}

#booking-section .deal-list .deal-cont .additional-info table td:first-child {
  padding-right: 20px;
  white-space: nowrap;
}

#booking-section .deal-list .deal-cont .pt-cont ul li {
  color: #09822e;
  padding: 0 12px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(14.1px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#booking-section .deal-list .deal-cont .pt-cont ul li a {
  color: #185ECD;
  font-size: calc(14.1px);
}

#booking-section .deal-list .deal-cont .pt-cont ul li .fa {
  font-size: calc(9.1px);
  top: -2px;
  position: relative;
}

#booking-section .deal-list .deal-cont .pt-cont ul li svg {
  margin: 2px 4px 0 0;
  width: 14px;
}

#booking-section .deal-list .deal-cont .pt-cont ul li svg .cls-1 {
  fill: #09822e;
}

#booking-section .deal-list .deal-cont .pt-cont ul li.admission span {
  display: inline-block;
}

#booking-section .deal-list .deal-cont .pt-cont ul li.admission svg {
  width: 14px;
  top: 2px;
  margin-left: 2px;
}

#booking-section .deal-list .deal-cont .pt-cont ul li.admission .more {
  display: none;
}

#booking-section .deal-list .deal-cont .pt-cont ul li.admission .less {
  display: inline-block;
}

#booking-section .deal-list .deal-cont .pt-cont ul li.admission .collapsed .more {
  display: inline-block;
}

#booking-section .deal-list .deal-cont .pt-cont ul li.admission .collapsed .less {
  display: none;
}

#booking-section .deal-list .deal-cont .pt-pricing {
  border-top: 1px #E5E5E5 solid;
}

#booking-section .deal-list .deal-cont .pt-pricing .not-available {
  color: #999999;
}

#booking-section .deal-list .deal-cont .pt-pricing .not-available svg .cls-1 {
  fill: #999999;
}

#booking-section .deal-list .deal-cont .pt-pricing .mark-up {
  text-transform: lowercase;
  color: #09822e;
}

#booking-section .deal-list .deal-cont .pt-pricing table th {
  color: #4A4A4A;
  background: #fafafa;
  padding: 10px 5px;
}

#booking-section .deal-list .deal-cont .pt-pricing table td {
  padding: 5px;
}

#booking-section .deal-list .deal-cont .pt-pricing table td:first-child {
  color: #9A9797;
}

#booking-section .deal-list .deal-cont .pt-pricing table th,
#booking-section .deal-list .deal-cont .pt-pricing table td {
  text-align: center;
  font-size: calc(12px + .1vw);
  text-align: right;
}

#booking-section .deal-list .deal-cont .pt-pricing table th svg,
#booking-section .deal-list .deal-cont .pt-pricing table td svg {
  width: 12px;
  top: 2px;
}

#booking-section .deal-list .deal-cont .pt-pricing table th svg .cls-1,
#booking-section .deal-list .deal-cont .pt-pricing table td svg .cls-1 {
  fill: #4A4A4A;
}

#booking-section .deal-list .deal-cont .pt-pricing table tr:first-child {
  margin-top: 10px;
}

#booking-section .deal-list .deal-cont .pt-pricing .pricing-cont table th:last-child,
#booking-section .deal-list .deal-cont .pt-pricing .pricing-cont table td:last-child {
  padding-right: 15px;
}

#booking-section .deal-list .deal-cont .pt-pricing .pricing-cont table td {
  padding: 6px 5px;
}

#booking-section .deal-list .deal-cont .pt-pricing .rate-cont .unavailablePrice svg {
  width: 40px;
  float: left;
}

#booking-section .deal-list .deal-cont .pt-pricing .rate-cont table th {
  text-align: left;
  padding: 10px 15px;
  background: #f2F2F2;
}

#booking-section .deal-list .deal-cont .pt-pricing .rate-cont table td {
  text-align: left;
}

#booking-section .deal-list .deal-cont .pt-pricing .rate-cont table td ul {
  margin-bottom: 15px;
}

#booking-section .deal-list .deal-cont .pt-pricing .rate-cont table td ul li {
  padding: 0 10px 10px 10px;
  color: #4A4A4A;
  font-size: calc(14px + .1vw);
}

#booking-section .deal-list .deal-cont .pt-pricing .rate-cont .taxText {
  text-transform: none;
}

#booking-section .deal-list .deal-cont .btnBook {
  border: 1px solid #F05A22;
  border-radius: 4px;
  background: #fff;
  padding: 6px;
  text-align: center;
  color: #F05A22;
  font-size: calc(14px + .1vw);
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 24px;
}

#booking-section .deal-list .deal-cont .unavailablePrice {
  background: #FAFAFA;
  padding: 10px 5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media screen and (max-width: 769px) {
  .listingDetailWrap .col-xs-12.w-gutter {
    padding: 0 15px;
  }

  #booking-section .deal-list {
    padding: 0 15px !important;
  }

  #booking-section .deal-list .deal-cont .col-xs-9 {
    width: 70%;
  }

  #booking-section .deal-list .deal-cont .col-xs-3 {
    width: 30%;
  }

  #booking-section .deal-list .deal-cont .pt-cont ul li {
    width: 50%;
  }

  #booking-section .with-gutter,
  #booking-section .col-xs-12.with-gutter {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 500px) {
  #booking-section .mobileHide {
    display: none !important;
  }

  #booking-section .deal-list .deal-cont {
    border: 1px #BFBFBF solid;
    -webkit-box-shadow: 0 1rem 1.5rem -1.1rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 1rem 1.5rem -1.1rem rgba(0, 0, 0, 0.3);
  }

  #booking-section .deal-list .deal-cont:hover {
    margin-top: 0;
    margin-bottom: 8px;
  }

  #booking-section .deal-list .deal-cont .pt-title-cont .description {
    color: #383838;
  }

  #booking-section .deal-list .deal-cont h3 {
    font-size: calc(16px + .1vw);
  }

  #booking-section .deal-list .deal-cont .col-xs-9,
  #booking-section .deal-list .deal-cont .col-xs-3 {
    width: 100%;
    padding: 0;
  }

  #booking-section .deal-list .deal-cont .pt-cont {
    border-right: 0;
  }

  #booking-section .deal-list .deal-cont .pt-cont ul li {
    padding-right: 5px;
    width: 50%;
  }

  #booking-section .deal-list .deal-cont .pt-pricing .pricing-cont table tr,
  #booking-section .deal-list .deal-cont .pt-pricing .pricing-cont table td {
    width: 100%;
    float: left;
  }

  #booking-section .deal-list .deal-cont .pt-pricing .pricing-cont table tr {
    padding-bottom: 6px;
  }

  #booking-section .deal-list .deal-cont .pt-pricing .pricing-cont table td {
    text-align: left;
    padding: 6px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #656667;
    text-transform: capitalize;
  }

  #booking-section .deal-list .deal-cont .pt-pricing .pricing-cont table td:first-child {
    background: #F2F2F2;
    color: #656667;
    font-size: calc(14px + .1vw);
    font-weight: 600;
    margin-bottom: 6px;
  }

  #booking-section .deal-list .deal-cont .pt-pricing .pricing-cont table td:last-child {
    padding-right: 24px;
  }

  #booking-section .deal-list .deal-cont .pt-pricing .rate-cont table {
    background: #f2f2f2;
  }

  #booking-section .deal-list .deal-cont .pt-pricing .rate-cont table th {
    padding: 10px 24px;
    background: #4A4A4A;
    color: #fff;
  }

  #booking-section .deal-list .deal-cont .pt-pricing .rate-cont .age-category-rate {
    margin-top: 6px;
    padding: 0 24px 0 20px;
  }

  #booking-section .deal-list .deal-cont .pt-pricing .rate-cont .age-category-rate li {
    display: inline-block;
    padding: 0 4px 0 4px !important;
    margin: 4px 0;
    line-height: 14px;
  }

  #booking-section .deal-list .deal-cont .pt-pricing .rate-cont .age-category-rate li:first-child {
    font-weight: 600;
    border-right: 1px #444 solid;
  }

  #booking-section .deal-list .deal-cont .pt-pricing .rate-cont .age-category-rate li:last-child {
    border-right: 0 !important;
  }

  #booking-section .deal-list .deal-cont .additional-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  #booking-section .deal-list .deal-cont .additional-info .btnBook {
    margin-top: 25px;
  }

  #booking-section .deal-list .deal-cont .btn-cont .col-xs-3 {
    background: #f2F2F2;
  }

  #booking-section .deal-list .deal-cont .btn-cont .enter-date .col-xs-3 {
    background: #fff;
  }

  #booking-section .deal-list .deal-cont .btn-cont .col-xs-3 {
    padding: 0 24px;
  }

  #booking-section .deal-list .deal-cont .btnBook {
    background: #F05A22;
    color: #fff;
  }
}

.similar-activities-container,
.reviews-highlights,
.reviews-list {
  width: 100%;
  float: left;
}

.similarListing {
  min-height: 0;
}

.similar-activities-container .reviews-highlights {
  padding: 20px 0;
  border-bottom: 1px solid #edf1f4;
}

.similar-activities-container .reviews-highlights h3 {
  font-weight: 700;
  font-size: 16px;
  color: #6f7577;
  margin: 0;
}

.similar-activities-container .reviews-list {
  padding-top: 24px;
}

.similar-activities-container .reviews-list ul {
  width: 100%;
  float: left;
}

.similar-activities-container .reviews-list ul li {
  list-style-type: none;
  padding: 15px 0;
  border-bottom: 1px dashed #edf1f4;
  width: 100%;
  float: left;
}

.similar-activities-container .reviews-list ul li .reviewer-profile-pic {
  padding: 0 20px 20px;
}

.similar-activities-container .reviews-list ul li .ratings {
  width: 100%;
  float: left;
  min-height: 26px;
}

.similar-activities-container .reviews-list ul li .ratings h5 {
  color: #1b3b89;
  font-weight: 700;
  font-size: 14px;
  width: auto;
  float: left;
}

.similar-activities-container .reviews-list ul li .ratings ul {
  float: left;
  width: auto;
  font-size: 13px;
  line-height: 22px;
  padding-left: 20px;
}

.similar-activities-container .reviews-list ul li .ratings ul li {
  padding: 0;
  border-bottom: 0;
  width: auto;
  display: inline;
}

.similar-activities-container .reviews-list ul li .ratings ul .fa {
  color: #e02020;
}

.similar-activities-container .reviews-list ul .review-desc {
  width: 100%;
  float: left;
  display: inline-block;
  margin-top: 15px;
  color: #a3adb2;
}

.similar-activities-container .btnExpand {
  width: 100%;
  float: left;
  background: #f5f7f8;
  margin-bottom: 30px;
  padding: 6px 10px;
  font-size: 14px;
  margin-top: 10px;
}

#homeWrap {
  width: 100%;
  float: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#homeWrap .contentWrap {
  min-height: 0;
}

#homeWrap .bgHolder {
  background-size: cover !important;
  margin-bottom: 0;
  min-height: 330px;
  height: 330px;
  background: no-repeat;
  background-position: center center !important;
  padding: 0;
}

#homeWrap .bgHolder .jumboImage {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 15px;
}

#homeWrap .bgHolder .jumboComments {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#homeWrap .bgHolder h1 {
  font-size: calc(30px + .1vw);
  line-height: 34px;
  color: #fff;
  font-weight: 700;
}

#homeWrap .bgHolder p {
  color: #fff;
  font-size: 21px;
}

#homeWrap h2 {
  font-size: calc(30px + .1vw);
  line-height: 33px;
  font-weight: normal;
}

#homeWrap .list-unstyled {
  width: 100%;
  float: left;
}

#homeWrap .list-unstyled li {
  font-size: calc(16px + .1vw);
  color: #666666;
  margin-bottom: 5px;
  width: 100%;
  float: left;
}

#homeWrap .list-unstyled li .glyphicon-ok {
  color: #09822e;
}

#homeWrap .formWrap .form-group {
  margin-bottom: 10px;
}

#homeWrap .formWrap .checkbox {
  padding-top: 0;
  min-height: 0;
}

#homeWrap .redBg {
  background: #e02020;
  border: #ac2925;
  margin-bottom: 5px;
  font-size: calc(18px + .1vw);
}

#homeWrap .redBg:hover {
  background: #286090;
}

.fullWidth {
  width: 100%;
  float: left;
}

.flexWrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
}

.boxFlex {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.middleWrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.textCenter {
  text-align: center;
}

.semiBold {
  font-weight: 600;
}

.noPadding {
  padding: 0;
}

.noPaddingLeft {
  padding-left: 0 !important;
}

.noPaddingRight {
  padding-right: 0 !important;
}

body h2 {
  font-size: calc(24px + .1vw);
}

body h3 {
  font-size: calc(18px + .1vw);
}

body h4 {
  font-size: calc(14px + .1vw);
}

body h5 {
  font-size: calc(13px + .1vw);
}

.listingBlock .listingWrap {
  padding-top: 24px;
}

.listingBlock .listingWrap .listing {
  width: 100%;
  float: left;
  border: 1px solid #dedede;
  min-height: 134px;
  margin-bottom: 8px;
  position: relative;
  background: #fff;
  webkit-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border-radius: 2px;
}

.listingBlock .listingWrap .listing h4 {
  line-height: 20px;
  height: 42px;
  overflow: hidden;
  margin-bottom: 5px;
}

.listingBlock .listingWrap .listing .markupText {
  font-size: calc(12px + .1vw);
}

.listingBlock .listingWrap .listing .iconWrap svg .cls-1 {
  fill: #09822e;
}

.listingBlock .listingWrap .listing:active {
  top: 2px !important;
  -webkit-box-shadow: 0 1rem 1.5rem -1.1rem rgba(0, 0, 0, 0) !important;
          box-shadow: 0 1rem 1.5rem -1.1rem rgba(0, 0, 0, 0) !important;
  margin-bottom: 8px;
}

.listingBlock .listingWrap .listing:hover {
  border: 1px solid #bfbfbf;
  cursor: pointer;
  margin-top: -2px !important;
  -webkit-box-shadow: 0 1rem 1.5rem -1.1rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 1rem 1.5rem -1.1rem rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}

.listingBlock .listingWrap .listing:hover a {
  text-decoration: none;
  color: #383838;
  background-size: 2px 1em;
  display: inline;
  -webkit-box-shadow: inset 0 -0.12em white, inset 0 -0.2em #383838;
          box-shadow: inset 0 -0.12em white, inset 0 -0.2em #383838;
  text-shadow: -1px -1px white, -1px 1px white, 1px -1px white, 1px 1px white;
}

.withImage .listingWrap .listing {
  height: 100%;
}

.withImage .listingWrap .listing .flexWrapper {
  display: table;
}

.withImage .listingWrap .listing .imgWrap {
  background: #000;
  height: 132px;
  width: 134px;
}

.withImage .listingWrap .listing .infoWrap {
  padding: 10px 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.withImage .listingWrap .listing .infoWrap .bottomInfo {
  margin-top: auto;
}

#newB2b {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  width: 100%;
}

#newB2b .contentWrap {
  padding: 28px 0;
}

#newB2b .postLoginWrap {
  margin: 0 auto;
}

#newB2b .postLoginWrap .locIcon {
  position: relative;
}

#newB2b .postLoginWrap .locIcon svg {
  width: 12px;
  height: 12px;
}

#newB2b .postLoginWrap .locIcon svg .cls-1 {
  fill: #383838;
}

#newB2b .postLoginWrap .searchWrap {
  height: 200px;
  background: #122a73;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  z-index: 2;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

#newB2b .postLoginWrap .searchWrap h2 {
  line-height: 31px;
}

#newB2b .postLoginWrap .searchWrap .searchCont {
  height: 50px;
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(24, 24, 24, 0.25);
          box-shadow: 0 1px 2px 0 rgba(24, 24, 24, 0.25);
  position: relative;
}

#newB2b .postLoginWrap .searchWrap .searchCont .Typeahead .fa-spinner {
  display: none;
}

#newB2b .postLoginWrap .searchWrap .searchCont .Typeahead ul {
  border-radius: 2px;
  width: 250%;
}

#newB2b .postLoginWrap .searchWrap .searchCont .Typeahead ul li {
  padding-left: 26px;
  border-bottom: 0;
  width: 100%;
  float: left;
}

#newB2b .postLoginWrap .searchWrap .searchCont .Typeahead ul li .name {
  width: 70%;
  float: left;
}

#newB2b .postLoginWrap .searchWrap .searchCont .Typeahead ul li .location {
  width: 30%;
  font-size: calc(12px + .1vw);
  color: #999999;
  float: right;
  text-align: right;
}

#newB2b .postLoginWrap .searchWrap .searchCont .Typeahead ul li .locIcon svg {
  left: -16px;
  top: 4px;
  position: absolute;
}

#newB2b .postLoginWrap .searchWrap .searchCont .Typeahead ul li:hover,
#newB2b .postLoginWrap .searchWrap .searchCont .Typeahead ul li.active {
  background: #185ecd;
}

#newB2b .postLoginWrap .searchWrap .searchCont .Typeahead ul li:hover span,
#newB2b .postLoginWrap .searchWrap .searchCont .Typeahead ul li.active span {
  color: #fff;
}

#newB2b .postLoginWrap .searchWrap .searchCont .Typeahead ul li:hover svg .cls-1,
#newB2b .postLoginWrap .searchWrap .searchCont .Typeahead ul li.active svg .cls-1 {
  fill: #fff;
}

#newB2b .postLoginWrap .searchWrap .searchCont .Typeahead ul li:hover .location,
#newB2b .postLoginWrap .searchWrap .searchCont .Typeahead ul li.active .location {
  color: #fff;
}

#newB2b .postLoginWrap .searchWrap .searchCont .Typeahead button svg {
  width: 20px;
  height: 20px;
  top: 2px;
}

#newB2b .postLoginWrap .searchWrap .searchCont .Typeahead button svg .cls-1 {
  fill: #fff;
}

#newB2b .postLoginWrap .searchWrap .searchCont input {
  width: 100%;
  height: 50px;
  border: none;
  background: #fff;
  font-size: calc(16px + .1vw);
  padding-right: 80px;
  color: #8f8f8f;
}

#newB2b .postLoginWrap .searchWrap .searchCont input::-webkit-input-placeholder {
  color: #8f8f8f;
}

#newB2b .postLoginWrap .searchWrap .searchCont input::-moz-placeholder {
  color: #8f8f8f;
}

#newB2b .postLoginWrap .searchWrap .searchCont input::-ms-input-placeholder {
  color: #8f8f8f;
}

#newB2b .postLoginWrap .searchWrap .searchCont input::placeholder {
  color: #8f8f8f;
}

#newB2b .postLoginWrap .searchWrap .searchCont input:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#newB2b .postLoginWrap .searchWrap .searchCont button {
  position: absolute;
  background: #f05a22;
  top: 0;
  height: 50px;
  width: 70px;
  right: 0px;
  border: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 13px 10px;
}

#newB2b .postLoginWrap .updatesWrap {
  background: #afafaf;
  padding: 0;
  min-height: 200px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-box-ordinal-group: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- */
  -ms-flex-order: 2;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  order: 2;
}

#newB2b .postLoginWrap .updatesWrap .carousel,
#newB2b .postLoginWrap .updatesWrap .item,
#newB2b .postLoginWrap .updatesWrap .active {
  height: 100%;
  z-index: 0;
}

#newB2b .postLoginWrap .updatesWrap .carousel-inner {
  position: static;
  height: 100%;
}

#newB2b .postLoginWrap .updatesWrap .carousel-inner .item {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  overflow: hidden;
  float: left;
  height: 100%;
  width: 100%;
}

#newB2b .postLoginWrap .updatesWrap .carousel-inner .item .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -o-background-size: cover;
}

#newB2b .postLoginWrap .updatesWrap .carousel-inner > .active.left {
  left: 0;
  opacity: 0;
  z-index: 2;
}

#newB2b .postLoginWrap .updatesWrap .carousel-inner > .next {
  left: 0;
  opacity: 1;
  z-index: 1;
}

#newB2b .postLoginWrap .updatesWrap .carousel-inner > .left img,
#newB2b .postLoginWrap .updatesWrap .carousel-inner > .next img {
  width: 100%;
  float: left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  #newB2b .postLoginWrap .updatesWrap .carousel-fade .carousel-inner > .item.next,
  #newB2b .postLoginWrap .updatesWrap .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  #newB2b .postLoginWrap .updatesWrap .carousel-fade .carousel-inner > .item.prev,
  #newB2b .postLoginWrap .updatesWrap .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  #newB2b .postLoginWrap .updatesWrap .carousel-fade .carousel-inner > .item.next.left,
  #newB2b .postLoginWrap .updatesWrap .carousel-fade .carousel-inner > .item.prev.right,
  #newB2b .postLoginWrap .updatesWrap .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#newB2b .postLoginWrap .updatesWrap #banneCarousel .carousel-inner {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

#newB2b .postLoginWrap .updatesWrap #banneCarousel .carousel-inner .gradientCover {
  height: 100%;
  position: absolute;
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  /* Standard syntax (must be last) */
}

#newB2b .postLoginWrap .updatesWrap #banneCarousel .carousel-inner .gradientCover h2 {
  color: #fff;
  font-size: calc(32px + .1vw);
  line-height: 36px;
  max-height: 78px;
  overflow: hidden;
  margin-bottom: 8px;
}

#newB2b .postLoginWrap .updatesWrap #banneCarousel .carousel-inner .gradientCover .whatsNewCont {
  height: 24px;
  overflow: hidden;
  width: auto;
  border-radius: 2px;
  background-color: #2bad40;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.5);
  float: left;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 10px;
  font-size: calc(12px + .1vw);
  margin-bottom: 8px;
}

#newB2b .postLoginWrap .updatesWrap #banneCarousel .carousel-inner .gradientCover .whatsNewCont.pink {
  background-color: #f45454;
  -webkit-box-shadow: 0 3px 7px 0 rgba(166, 62, 62, 0.5);
          box-shadow: 0 3px 7px 0 rgba(166, 62, 62, 0.5);
}

#newB2b .postLoginWrap .updatesWrap #banneCarousel .carousel-inner .gradientCover ul {
  max-height: calc(42.3px);
  overflow: hidden;
  margin-bottom: 5px;
}

#newB2b .postLoginWrap .updatesWrap #banneCarousel .carousel-inner .gradientCover ul li {
  color: #fff;
  text-transform: uppercase;
  display: inline;
  padding-right: 5px;
  font-size: calc(12px + .1vw);
  font-weight: 600;
}

#newB2b .postLoginWrap .updatesWrap #banneCarousel .carousel-inner .gradientCover .listingInfo {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 22px 25px;
}

#newB2b .postLoginWrap .updatesWrap #banneCarousel .carousel-indicators {
  width: auto;
  bottom: 10px;
  text-align: right;
  left: initial;
  right: 0;
  margin-left: 0;
  padding: 0 16px;
}

#newB2b .postLoginWrap .updatesWrap #banneCarousel .carousel-indicators li {
  width: 8px;
  height: 8px;
}

#newB2b .postLoginWrap .updatesWrap #banneCarousel .carousel-indicators li,
#newB2b .postLoginWrap .updatesWrap #banneCarousel .carousel-indicators li.active {
  margin: 0 0 0 4px;
}

#newB2b .overviewWrap {
  padding: 25px 0;
}

#newB2b .overviewWrap h3 svg {
  position: relative;
  top: 2px;
  margin-right: 14px;
}

#newB2b .overviewWrap .trendingWrap svg .cls-1 {
  fill: #f05a22;
}

#newB2b .overviewWrap .recentBooking .listingWrap .listing,
#newB2b .overviewWrap .destinationWrap .listingWrap .listing {
  padding: 12px 15px;
}

#newB2b .overviewWrap .recentBooking .noListing,
#newB2b .overviewWrap .destinationWrap .noListing {
  border: 1px solid #dedede;
  border-radius: 2px;
}

#newB2b .overviewWrap .recentBooking .noListing li,
#newB2b .overviewWrap .destinationWrap .noListing li {
  border-bottom: 1px solid #dedede;
  padding: 14px;
  background: #fff;
}

#newB2b .overviewWrap .recentBooking .noListing li h4,
#newB2b .overviewWrap .destinationWrap .noListing li h4 {
  font-size: calc(16px + .1vw);
  line-height: 20px;
}

#newB2b .overviewWrap .recentBooking .noListing li .cls-1,
#newB2b .overviewWrap .destinationWrap .noListing li .cls-1 {
  fill: #f35454;
}

#newB2b .overviewWrap .recentBooking .noListing li.helpText,
#newB2b .overviewWrap .destinationWrap .noListing li.helpText {
  background: #f5c4c4;
}

#newB2b .overviewWrap .recentBooking .noListing li.helpText p,
#newB2b .overviewWrap .destinationWrap .noListing li.helpText p {
  font-size: calc(12px + .1vw);
}

#newB2b .overviewWrap .recentBooking .noListing:hover,
#newB2b .overviewWrap .destinationWrap .noListing:hover {
  margin-top: 0 !important;
}

#newB2b .overviewWrap .destinationWrap .listingWrap.recent {
  padding-bottom: 10px;
}

#newB2b .overviewWrap .destinationWrap .listingWrap {
  padding-top: 24px;
  border: 0;
}

#newB2b .overviewWrap .destinationWrap .listingWrap .listing {
  border: 1px solid #e5e5e5;
  background: #fff;
}

#newB2b .overviewWrap .destinationWrap .listingWrap .listing:hover {
  border: 1px solid #bfbfbf;
}

#newB2b .overviewWrap .destinationWrap .listingWrap .listing.noListing {
  padding: 14px;
  min-height: 0;
}

#newB2b .overviewWrap .destinationWrap .listingWrap .listing.noListing:hover {
  margin-top: 0 !important;
  margin-bottom: 8px;
  cursor: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: inherit;
  border: 1px solid #dedede;
}

#newB2b .overviewWrap .destinationWrap ul {
  border-top: 1px solid #e5e5e5;
  border-radius: 2px;
}

#newB2b .overviewWrap .destinationWrap ul li {
  background: #fff;
  width: 100%;
  float: left;
  position: relative;
}

#newB2b .overviewWrap .destinationWrap ul li a {
  padding: 11px 15px;
  width: 100%;
  float: left;
  border: 1px solid #e5e5e5;
  border-top: 0;
}

#newB2b .overviewWrap .destinationWrap ul li a:hover {
  border-left: 2px solid #185ecd;
  padding-left: 20px;
  color: #383838;
}

#newB2b .overviewWrap .destinationWrap ul li .delete {
  position: absolute;
  right: 10px;
  top: 14px;
  cursor: pointer;
  opacity: 0.1;
  color: #383838;
}

#newB2b .overviewWrap .destinationWrap ul li .delete:hover {
  opacity: 1;
}

#newB2b .overviewWrap .destinationWrap ul li.addDest a:hover,
#newB2b .overviewWrap .destinationWrap ul li.addDest a:hover .cls-1 {
  color: #09822e;
  fill: #09822e;
  padding-left: 15px;
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
}

#newB2b .overviewWrap .destinationWrap ul li.addDest svg {
  position: relative;
  top: 3px;
}

#newB2b .overviewWrap .destinationWrap ul li.addDest a,
#newB2b .overviewWrap .destinationWrap ul li.addDest .cls-1 {
  color: #b2b2b2;
  fill: #b2b2b2;
}

#newB2b .overviewWrap .destinationWrap ul li.addDest .Typeahead {
  width: 100%;
  float: left;
  padding: 0 15px 11px 15px;
  margin: 0;
  border: 1px #e5e5e5 solid;
  border-top: 0;
}

#newB2b .overviewWrap .destinationWrap ul li.addDest .Typeahead svg,
#newB2b .overviewWrap .destinationWrap ul li.addDest .Typeahead .fa-spinner {
  position: absolute;
  right: 10px;
  width: 8px;
  height: 8px;
  top: 17px;
}

#newB2b .overviewWrap .destinationWrap ul li.addDest .Typeahead .locIcon svg {
  left: 10px;
  width: 12px;
  height: 12px;
  top: 8px;
}

#newB2b .overviewWrap .destinationWrap ul li.addDest .Typeahead .locIcon svg .cls-1 {
  fill: #383838;
}

#newB2b .overviewWrap .destinationWrap ul li.addDest .Typeahead svg:hover {
  cursor: pointer;
}

#newB2b .overviewWrap .destinationWrap ul li.addDest .Typeahead input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: calc(15px + .1vw);
  margin-top: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#newB2b .overviewWrap .destinationWrap ul li.addDest .Typeahead input:focus {
  outline: none;
}

#newB2b .overviewWrap .destinationWrap ul li.addDest .Typeahead .fa-spinner {
  top: 17px;
}

#newB2b .overviewWrap .destinationWrap ul li.addDest .Typeahead ul {
  left: 0;
  margin-top: 12px;
  padding: 0;
}

#newB2b .overviewWrap .destinationWrap ul li.addDest .Typeahead ul li {
  padding-left: 26px;
  border-bottom: 0;
  width: 100%;
  float: left;
}

#newB2b .overviewWrap .destinationWrap ul li.addDest .Typeahead ul li .locIcon svg {
  left: -16px;
  top: 4px;
}

#newB2b .overviewWrap .destinationWrap ul li.addDest .Typeahead ul li:hover,
#newB2b .overviewWrap .destinationWrap ul li.addDest .Typeahead ul li.active {
  background: #185ecd;
  color: #fff;
}

#newB2b .overviewWrap .destinationWrap ul li.addDest .Typeahead ul li:hover span,
#newB2b .overviewWrap .destinationWrap ul li.addDest .Typeahead ul li.active span {
  color: #fff;
}

#newB2b .overviewWrap .destinationWrap ul li.addDest .Typeahead ul li:hover .locIcon svg .cls-1,
#newB2b .overviewWrap .destinationWrap ul li.addDest .Typeahead ul li.active .locIcon svg .cls-1 {
  fill: #fff;
}

.lang_vi #newB2b .overviewWrap h3 {
  font-size: calc(15px + .1vw);
}

.lang_th #newB2b .postLoginWrap .searchWrap h2 {
  max-width: 310px;
  margin: auto;
  margin-bottom: 12px;
}

.lang_id #newB2b .postLoginWrap .searchWrap h2 {
  max-width: 300px;
  margin: auto;
  margin-bottom: 10px;
}

.postLoginWrap .swiper-container {
  overflow: visible;
}

.postLoginWrap .swiper-wrapper .swiper-slide.recentBooking,
.postLoginWrap .swiper-wrapper .swiper-slide.destinationWrap {
  width: 25%;
}

.postLoginWrap .swiper-wrapper .swiper-slide.trendingWrap {
  width: 50%;
  padding-right: 15px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contentWrap {
    margin-top: 29px;
  }
}

@media screen and (min-width: 2000px) {
  #newB2b .postLoginWrap .searchWrap .searchCont .Typeahead ul {
    width: 300%;
  }
}

@media screen and (max-width: 1200px) {
  #newB2b .postLoginWrap .searchWrap .searchCont .Typeahead ul {
    width: 235%;
  }
}

@media screen and (max-width: 1021px) {
  #newB2b .postLoginWrap .searchWrap .searchCont .Typeahead ul {
    width: 210%;
  }
}

@media screen and (max-width: 768px) {
  .listingBlock .listingWrap {
    padding-top: 24px;
  }

  .listingBlock .listingWrap .listing .markupText {
    float: left !important;
  }

  .listingBlock .listingWrap .listing:hover {
    margin-top: 0 !important;
    margin-bottom: 8px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .breadcrumb {
    display: none;
  }

  .searchResult .listingsCont {
    width: 100%;
  }

  #newB2b .postLoginWrap .swiper-container {
    overflow: hidden;
  }

  #newB2b .postLoginWrap .updatesCont {
    margin-top: -28px;
    padding: 0;
    display: block;
  }

  #newB2b .postLoginWrap .searchWrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    height: auto;
    padding: 20px;
  }

  #newB2b .postLoginWrap .searchWrap .searchCont {
    max-width: none;
  }

  #newB2b .postLoginWrap .searchWrap .searchCont .Typeahead ul {
    width: 100%;
  }

  #newB2b .postLoginWrap .searchWrap .middleWrap {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  #newB2b .postLoginWrap .updatesWrap {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  #newB2b .postLoginWrap .updatesWrap #banneCarousel {
    position: absolute;
  }

  #newB2b .postLoginWrap .swiper-wrapper .swiper-slide {
    padding: 0 8px;
    width: 80% !important;
    padding: 0 24px !important;
  }

  #newB2b .postLoginWrap .swiper-wrapper .swiper-slide.recentBooking {
    padding-left: 32px !important;
  }

  #newB2b .overviewWrap .col-xs-12 {
    padding: 0;
  }

  #newB2b .overviewWrap .recentBooking,
  #newB2b .overviewWrap .trendingWrap,
  #newB2b .overviewWrap .destinationWrap {
    padding: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  #newB2b .postLoginWrap .swiper-container {
    overflow: visible;
  }

  #newB2b .postLoginWrap .swiper-wrapper {
    display: block;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }

  #newB2b .postLoginWrap .swiper-wrapper .swiper-slide {
    width: 100% !important;
    padding: 0 15px !important;
    float: left;
  }

  #newB2b .postLoginWrap .swiper-wrapper .swiper-slide.recentBooking {
    padding-left: 15px !important;
  }
}

.billingMenuWrap,
.topWrap,
.topUpWrap,
.bookingDetailWrap,
.detailWrap,
.referenceWrap {
  width: 100%;
  float: left;
}

#bmg-app.new {
  padding: 0 0 40px 0;
}

.billingMenuWrap {
  background: #58595b;
  display: none;
}

.billingMenuWrap .menuWrap li {
  display: inline;
  float: left;
  padding: 10px 25px 10px 0;
}

.billingMenuWrap .menuWrap li a {
  color: #fff;
}

.billingMenuWrap .menuWrap li a:hover {
  color: #ffd836;
}

.billingMenuWrap .menuWrap li.active a {
  color: #ffd836;
}

.billingMenuWrap .menuWrap li:nth-child(4) {
  border-left: 1px #717378 solid;
  padding-left: 25px;
  -webkit-box-shadow: -2px 0px 0px 0px #4f5153;
  box-shadow: -2px 0px 0px 0px #4f5153;
}

.walletPage .container {
  max-width: 850px !important;
}

.walletPage .table {
  margin-bottom: 32px;
}

.walletPage .table .btn-info {
  background-color: #185ecd;
  border-color: #185ecd;
  border-radius: 2px;
}

.table {
  padding: 0 10px;
}

.table .table-header {
  font-weight: 600;
  cursor: pointer;
}

.table .table-row:hover,
.table .table-row.selected {
  cursor: pointer;
  background: #F6F6F6;
}

.table .table-row div,
.table .table-header div {
  padding: 8px;
  border-bottom: 1px solid #F6F6F6;
}

.table .table-row div.right,
.table .table-header div.right {
  text-align: right;
  float: left;
}

.breadCrumbs {
  padding: 20px 0;
  font-size: 13px;
}

.breadCrumbs a,
.breadCrumbs span {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
}

.breadCrumbs a:first-of-type {
  padding-left: 0;
}

.cancellationConfirmation.swal2-popup #swal2-content {
  font-size: 14px;
  text-align: left;
}

.cancellationConfirmation.swal2-popup .swal2-title {
  font-size: 1.5em;
  font-weight: 400;
  text-align: left;
  width: 100%;
}

.cancellationConfirmation.swal2-popup .swal2-actions {
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #E4E4E4;
  display: block !important;
  width: 100%;
}

.cancellationConfirmation.swal2-popup .swal2-styled.swal2-confirm,
.cancellationConfirmation.swal2-popup .swal2-styled.swal2-cancel {
  border-radius: 28px;
  float: right;
}

.cancellationConfirmation .tickets {
  font-size: 16px;
  background: #F5F5F5;
  padding: 6px 16px;
  margin: 10px 0 20px 0;
}

.cancellationConfirmation .tickets .table-row {
  padding: 8px 0;
}

.cancellationRequestStatus a {
  font-size: 14px;
}

.cancellationRequestStatus .pending {
  color: #735DCD;
}

.cancellationRequestStatus .completed {
  color: #0D5924;
}

.billingWrap {
  padding-top: 30px;
  /*New Wallet Page*/
}

.billingWrap .feedback {
  font-size: 11px;
  line-height: 14px;
  white-space: pre-line;
  margin-top: 4px;
}

.billingWrap .note {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
}

.billingWrap .note .red {
  color: #F75F60;
}

.billingWrap.new .col-xs-1 {
  width: 8.33333333%;
}

.billingWrap.new .col-xs-2 {
  width: 16.66666667%;
}

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

.billingWrap.new .header {
  text-align: center;
  margin: 20px 0;
}

.billingWrap.new .header h3 {
  font-size: 30px;
}

.billingWrap.new .header h4 {
  padding: 10px 0;
}

.billingWrap.new .withSeparator {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.billingWrap.new .withMargin {
  margin-bottom: 10px;
}

.billingWrap.new .btnDownload {
  background: #416BDD;
  border-radius: 20px;
  padding: 5px 12px;
  color: #ffffff;
  text-transform: capitalize;
  float: right;
}

.billingWrap.new .btnDownload.big {
  padding: 8px 18px;
  font-size: 18px;
  text-transform: capitalize;
  border-radius: 28px;
}

.billingWrap.new .btnDownload.inactive {
  cursor: not-allowed;
  color: #ABABAB;
  background-color: #E1E1E1;
}

.billingWrap.new .btnDownload.inactive:hover {
  color: #ABABAB;
  background-color: #E1E1E1;
}

.billingWrap.new .btnRequestCancellations {
  font-weight: 400;
  font-size: 14px;
  padding: 5px 12px;
  margin-top: -4px;
  border-radius: 20px;
  color: #FFFFFF;
  background-color: #d55655;
}

.billingWrap.new .btnRequestCancellations:hover {
  background-color: rgba(213, 86, 85, 0.9);
}

.billingWrap.new .btnUpload {
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
  background-color: #8F8F8F;
  padding: 5px 12px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-right: 10px;
}

.billingWrap.new .btnUpload:hover {
  opacity: 0.8;
}

.billingWrap.new .file {
  padding: 8px 0 0 0;
}

.billingWrap.new .file > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.billingWrap.new .file > div a {
  cursor: pointer;
  margin: 2px 0 0 4px;
}

.billingWrap.new .file > div a:hover svg > path {
  fill: #F65151;
}

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

.billingWrap.new .col-xs-5 {
  width: 41.66666667%;
}

.billingWrap.new .bookingDetailWrap .panel-default .panel-heading {
  background: #fff;
  font-weight: 600;
}

.billingWrap.new .bookingDetailWrap .detailsWrap {
  padding-top: 0;
  padding-bottom: 0;
}

.billingWrap.new .table .ticket-value {
  word-break: break-all;
  overflow-wrap: break-word;
}

.billingWrap h1 {
  font-size: 22px;
  color: #122a73;
  font-weight: 400;
}

.billingWrap .h2_header {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #444444;
}

.billingWrap .pt_title {
  color: #999;
}

.billingWrap .topWrap {
  padding: 20px 0;
}

.billingWrap .topWrap .companyName {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
}

.billingWrap .topWrap .financeInfo {
  font-size: 13px;
  padding-top: 5px;
}

.billingWrap .topWrap .financeInfo li {
  display: inline;
  float: left;
  padding-left: 10px;
  color: #a3adb2;
}

.billingWrap .topWrap .financeInfo li a {
  font-size: 13px;
  color: #a3adb2;
}

.billingWrap .topWrap .financeInfo li:nth-child(2) {
  padding-right: 10px;
  border-right: 1px #a3adb2 solid;
}

.billingWrap .pageTitle {
  text-align: center;
  margin-bottom: 32px;
}

.billingWrap .pageTitle h4 {
  color: #383838;
}

.billingWrap .topupWrap .middleCont {
  max-width: 850px;
  float: none;
  margin: auto;
}

.billingWrap .topupWrap .categoryTitle {
  background: #274ab1;
  padding: 18px 16px;
  color: #fff;
  text-transform: uppercase;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.billingWrap .topupWrap .categoryTitle h3 {
  color: #fff;
}

.billingWrap .topupWrap .categoryTitle h3 .pull-right a {
  font-size: 14px;
  text-transform: none;
  position: relative;
  top: 2px;
  color: #ffde52;
}

.billingWrap .topupWrap .categoryTitle .iconWrap {
  width: 54px;
}

.billingWrap .topupWrap .categoryTitle .iconWrap img {
  position: relative;
  top: 3px;
}

.billingWrap .topupWrap .categoryTitle .boxFlex {
  padding-left: 10px;
}

.billingWrap .topupWrap .quick .panel,
.billingWrap .topupWrap .standard .panel {
  height: 100%;
  border-radius: 2px;
}

.billingWrap .topupWrap .quick .panel .panel-body,
.billingWrap .topupWrap .standard .panel .panel-body {
  height: 100%;
  position: relative;
}

.billingWrap .topupWrap .quick .panel .panel-body form,
.billingWrap .topupWrap .standard .panel .panel-body form {
  height: 100%;
  position: relative;
}

.billingWrap .topupWrap .quick .panel .panel-body form fieldset,
.billingWrap .topupWrap .standard .panel .panel-body form fieldset {
  height: 100%;
  position: inherit;
}

.billingWrap .topupWrap .quick .panel .panel-body fieldset,
.billingWrap .topupWrap .standard .panel .panel-body fieldset {
  position: inherit;
  height: 100%;
}

.billingWrap .topupWrap .standard .panel {
  height: auto;
}

.billingWrap .topupWrap .quick .panel:hover,
.billingWrap .topupWrap .standard .panel:hover {
  border: 1px solid #bfbfbf;
  margin-top: -2px !important;
  -webkit-box-shadow: 0 1rem 1.5rem -1.1rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 1rem 1.5rem -1.1rem rgba(0, 0, 0, 0.3);
}

.billingWrap .topupWrap .quick .categoryTitle {
  background: #1d389b;
}

.billingWrap .topupWrap .quick #bmg-app {
  padding: 0;
}

.billingWrap .topupWrap .quick .modeOfPayment li {
  margin-bottom: 12px;
}

.billingWrap .topupWrap .quick .modeOfPayment li img {
  height: 32px;
}

.billingWrap .topupWrap .quick .modeOfPayment li span {
  vertical-align: 10px;
}

.billingWrap .topupWrap .quick .modeOfPayment [type="radio"]:checked,
.billingWrap .topupWrap .quick .modeOfPayment [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.billingWrap .topupWrap .quick .modeOfPayment [type="radio"]:checked + label,
.billingWrap .topupWrap .quick .modeOfPayment [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  color: #666;
}

.billingWrap .topupWrap .quick .modeOfPayment [type="radio"]:checked + label:before,
.billingWrap .topupWrap .quick .modeOfPayment [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  background: #fff;
}

.billingWrap .topupWrap .quick .modeOfPayment [type="radio"]:checked + label:before {
  border: 1px solid #1b3b89 !important;
}

.billingWrap .topupWrap .quick .modeOfPayment [type="radio"]:checked + label:after,
.billingWrap .topupWrap .quick .modeOfPayment [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #1b3b89;
  position: absolute;
  top: 10px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.billingWrap .topupWrap .quick .modeOfPayment [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.billingWrap .topupWrap .quick .modeOfPayment [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.billingWrap .topupWrap .panel {
  margin-bottom: 0;
}

.billingWrap .topupWrap .panel-default .panel-body {
  padding: 0;
  border-radius: 2px;
}

.billingWrap .topupWrap .benefitWrap {
  padding: 18px 16px;
  background: #f4f9ff;
}

.billingWrap .topupWrap .benefitWrap li {
  padding: 7px 0;
  color: #1b3b89;
}

.billingWrap .topupWrap .benefitWrap li .iconWrap {
  width: 26px;
}

.billingWrap .topupWrap .benefitWrap li .iconWrap svg {
  top: 2px;
}

.billingWrap .topupWrap .amountWrap {
  padding: 18px 16px;
}

.billingWrap .topupWrap .amountWrap input[type="number"] {
  height: 48px;
  padding: 14px 18px;
  border: 1px #e5e5e5 solid;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.billingWrap .topupWrap .amountWrap input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.billingWrap .topupWrap .amountWrap .subText {
  text-align: center;
}

.billingWrap .topupWrap .amountWrap .has-error input[type="number"] {
  border-color: #a94442 !important;
}

.billingWrap .topupWrap .amountWrap .feeWrap hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.billingWrap .topupWrap .amountWrap .feeWrap .lead {
  font-size: 16px;
  margin-bottom: 0;
  color: #383838;
}

.billingWrap .topupWrap .amountWrap .feeWrap .lead .text-muted {
  color: #383838;
}

.billingWrap .topupWrap .amountWrap .feeWrap .lead .fa-question-circle + .tooltip > .tooltip-inner {
  background-color: #000;
  font-size: 11px;
  text-transform: none;
  max-width: 250px;
}

.billingWrap .topupWrap .amountWrap .feeWrap .total_sum strong {
  font-weight: normal;
}

.billingWrap .topupWrap .btnWrap {
  padding: 18px 16px;
  position: inherit;
  bottom: 0;
}

.billingWrap .topupWrap .btnWrap .btn-primary {
  border: 1px #f05a22 solid;
  background: #fff;
  color: #f05a22;
  text-align: center;
  width: 100%;
  padding: 12px;
  border-radius: 2px;
  min-height: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.billingWrap .topupWrap .btnWrap .btn-primary.active {
  background: #f05a22;
  color: #fff;
}

.billingWrap .topupWrap .btnWrap .btn-primary:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.billingWrap .bookingHistoryWrap {
  width: 100%;
  float: left;
}

.billingWrap .bookingHistoryWrap .filterWrap {
  margin-bottom: 30px;
}

.billingWrap .bookingHistoryWrap .filterWrap table {
  width: 100%;
  float: left;
}

.billingWrap .bookingHistoryWrap .filterWrap table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.billingWrap .bookingHistoryWrap .filterWrap table td {
  vertical-align: top;
}

.billingWrap .bookingHistoryWrap .filterWrap table td.monthWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.billingWrap .bookingHistoryWrap .filterWrap table label {
  color: #969fa3;
  margin-right: 5px;
}

.billingWrap .bookingHistoryWrap .filterWrap table .statusWrap {
  width: 260px;
}

.billingWrap .bookingHistoryWrap .filterWrap table .monthWrap select,
.billingWrap .bookingHistoryWrap .filterWrap table .statusWrap select {
  width: 100%;
  max-width: 200px;
}

.billingWrap .bookingHistoryWrap .filterWrap table .dateWrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.billingWrap .bookingHistoryWrap .filterWrap table .dateWrap .col-xs-5 {
  padding: 0 8px;
  width: auto;
}

.billingWrap .bookingHistoryWrap .filterWrap table .dateWrap .col-xs-5 .input-group.date input {
  padding: 4px 7px;
}

.billingWrap .bookingHistoryWrap .filterWrap table .dateWrap .col-xs-2 {
  padding: 0 5px;
}

.billingWrap .bookingHistoryWrap .filterWrap table .dateWrap .col-xs-2 #btn_submit {
  border: 1px #e6eaed solid;
  color: #969fa3;
  background: #fafafa;
}

.billingWrap .bookingHistoryWrap .filterWrap table .dateWrap .bootstrap-datetimepicker-widget li,
.billingWrap .bookingHistoryWrap .filterWrap table .dateWrap .bootstrap-datetimepicker-widget li:first-child,
.billingWrap .bookingHistoryWrap .filterWrap table .dateWrap .bootstrap-datetimepicker-widget td,
.billingWrap .bookingHistoryWrap .filterWrap table .dateWrap .bootstrap-datetimepicker-widget th {
  border-right: 0 !important;
}

.billingWrap .bookingHistoryWrap .filterWrap table .dateWrap .bootstrap-datetimepicker-widget .table-condensed th {
  font-size: 15px;
  color: #666666;
  font-weight: 700;
}

.billingWrap .bookingHistoryWrap .filterWrap table .dateWrap .bootstrap-datetimepicker-widget .table-condensed td.day {
  color: #000;
  font-size: 14px;
}

.billingWrap .bookingHistoryWrap .filterWrap table .dateWrap .bootstrap-datetimepicker-widget .table-condensed td.old {
  color: #777777 !important;
}

.billingWrap .bookingHistoryWrap .filterWrap table .dateWrap .bootstrap-datetimepicker-widget .table-condensed td.active {
  color: #fff !important;
}

.billingWrap .bookingHistoryWrap .filterWrap table select,
.billingWrap .bookingHistoryWrap .filterWrap table .input-group input,
.billingWrap .bookingHistoryWrap .filterWrap table .input-group-addon {
  background: #fafafa;
  height: 34px;
  padding: 4px;
  border: 1px #e6eaed solid;
  color: #969fa3;
  border-radius: 3px;
}

.billingWrap .bookingHistoryWrap .filterWrap table .input-group input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.billingWrap .bookingHistoryWrap .filterWrap table .input-group-addon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 4px 8px;
  border-left: 0;
}

.billingWrap .bookingHistoryWrap .filterWrap li {
  display: inline;
  color: #a3adb2;
  padding: 0 8px;
  float: left;
  font-size: 18px;
}

.billingWrap .bookingHistoryWrap .filterWrap li:first-child {
  border-right: 1px #a3adb2 solid;
}

.billingWrap .bookingHistoryWrap .filterWrap li:last-child {
  padding-right: 0;
}

.billingWrap .bookingHistoryWrap .filterWrap li a {
  color: #a3adb2;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
}

.billingWrap .bookingHistoryWrap #bookings_history_wrapper {
  width: 100%;
  float: left;
}

.billingWrap .bookingHistoryWrap #bookings_history_wrapper .dataTables_info,
.billingWrap .bookingHistoryWrap #bookings_history_wrapper .dataTables_paginate {
  width: 50%;
  float: left;
}

.billingWrap .bookingHistoryWrap #bookings_history_wrapper #bookings_history_length {
  text-align: left;
}

.billingWrap .bookingHistoryWrap #bookings_history_wrapper #bookings_history_length,
.billingWrap .bookingHistoryWrap #bookings_history_wrapper .dataTables_info {
  padding: 5px 0;
}

.billingWrap .bookingHistoryWrap #bookings_history_wrapper .dataTables_paginate {
  text-align: right;
}

.billingWrap .bookingHistoryWrap #bookings_history_wrapper .dataTables_paginate .paginate_button {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333 !important;
  cursor: pointer;
  display: inline-block;
  margin-left: 2px;
  min-width: 1.5em;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none !important;
  background: none;
}

.billingWrap .bookingHistoryWrap #bookings_history_wrapper .dataTables_paginate .current {
  background: #fafafa;
  border: 1px #a3adb2 solid;
  border-radius: 3px;
  padding: 5px 12px;
}

.billingWrap .bookingHistoryWrap #bookings_history_wrapper #bookings_history_filter {
  display: none;
}

.billingWrap .bookingHistoryWrap #bookings_history {
  width: 100%;
  float: left !important;
  border: 1px #e6eaed solid;
  /*th:nth-child(2), td:nth-child(2), th:last-child, td:last-child{
                display: none;
            }*/
}

.billingWrap .bookingHistoryWrap #bookings_history th,
.billingWrap .bookingHistoryWrap #bookings_history td {
  width: 10% !important;
  float: none;
  vertical-align: top;
  font-size: 14px;
  color: #333333;
  padding: 8px;
}

.billingWrap .bookingHistoryWrap #bookings_history .productName {
  width: 20% !important;
}

.billingWrap .bookingHistoryWrap #bookings_history .partnerReference {
  width: 12% !important;
}

.billingWrap .bookingHistoryWrap #bookings_history .bookingId,
.billingWrap .bookingHistoryWrap #bookings_history .status {
  width: 9% !important;
  text-transform: capitalize;
}

.billingWrap .bookingHistoryWrap #bookings_history td.bookingId,
.billingWrap .bookingHistoryWrap #bookings_history td.partnerReference {
  word-break: break-all;
}

.billingWrap .bookingHistoryWrap #bookings_history .btn-link {
  vertical-align: initial;
  line-height: 0;
}

.billingWrap .bookingHistoryWrap #bookings_history .status .approved {
  color: #2bad40;
}

.billingWrap .bookingHistoryWrap #bookings_history .status .reserved,
.billingWrap .bookingHistoryWrap #bookings_history .status .waiting {
  color: #ff9c00;
}

.billingWrap .bookingHistoryWrap #bookings_history .status .refunded {
  color: #772953;
}

.billingWrap .bookingHistoryWrap #bookings_history .status .canceled,
.billingWrap .bookingHistoryWrap #bookings_history .status .expired {
  color: #ef3030;
}

.billingWrap .bookingHistoryWrap #bookings_history .dtr-data a.approved {
  color: #2bad40;
}

.billingWrap .bookingHistoryWrap #bookings_history .dtr-data a.reserved,
.billingWrap .bookingHistoryWrap #bookings_history .dtr-data a.waiting {
  color: #ff9c00;
}

.billingWrap .bookingHistoryWrap #bookings_history .dtr-data a.cancelled {
  color: #ef3030;
}

.billingWrap .bookingHistoryWrap #bookings_history th {
  border: 0;
  border-right: 1px #e6eaed solid;
  background-color: #fafafa;
  font-size: 14px;
  color: #666666;
  font-weight: 600;
}

.billingWrap .bookingHistoryWrap #bookings_history th:last-child,
.billingWrap .bookingHistoryWrap #bookings_history td:last-child {
  border-right: 0;
}

.billingWrap .bookingHistoryWrap #bookings_history td {
  background: #fff !important;
  font-size: 14px;
  color: #666666;
  border: 0;
  border-right: 1px #e6eaed solid;
  border-top: 1px #e6eaed solid;
}

.billingWrap .bookingHistoryWrap #bookings_history tr.testBooking td,
.billingWrap .bookingHistoryWrap #bookings_history tr.testBooking.odd td {
  background-color: #f5f3a4 !important;
}

.billingWrap .bookingHistoryWrap #bookings_history tr.testBooking.even td {
  background-color: #faf9d2 !important;
}

.billingWrap .bookingHistoryWrap #bookings_history tfoot {
  display: table-header-group;
}

.billingWrap .bookingHistoryWrap #bookings_history tfoot input {
  width: 100%;
  float: left;
  height: 34px;
}

.billingWrap .bookingHistoryWrap #product_translation {
  width: 100%;
  float: left !important;
  border: 1px #e6eaed solid;
}

.billingWrap .bookingHistoryWrap #product_translation th,
.billingWrap .bookingHistoryWrap #product_translation td {
  width: 10% !important;
  float: none;
  vertical-align: top;
  font-size: 14px;
  color: #333333;
  padding: 8px;
}

.billingWrap .bookingHistoryWrap #product_translation .productName {
  width: 20% !important;
}

.billingWrap .bookingHistoryWrap #product_translation .bookingId {
  width: 9% !important;
}

.billingWrap .bookingHistoryWrap #product_translation td.bookingId {
  word-break: break-all;
}

.billingWrap .bookingHistoryWrap #product_translation th {
  border: 0;
  border-right: 1px #e6eaed solid;
  background-color: #fafafa;
  font-size: 14px;
  color: #666666;
  font-weight: 600;
}

.billingWrap .bookingHistoryWrap #product_translation th:last-child,
.billingWrap .bookingHistoryWrap #product_translation td:last-child {
  border-right: 0;
}

.billingWrap .bookingHistoryWrap #product_translation td {
  background: #fff !important;
  font-size: 14px;
  color: #666666;
  border: 0;
  border-right: 1px #e6eaed solid;
  border-top: 1px #e6eaed solid;
}

.billingWrap .bookingHistoryWrap #product_translation tfoot {
  display: table-header-group;
}

.billingWrap .bookingHistoryWrap #product_translation tfoot input {
  width: 100%;
  float: left;
  height: 34px;
}

.billingWrap .bookingDetailWrap .leftSide {
  border-right: 1px #f0f3f6 solid;
  min-height: 400px;
}

.billingWrap .bookingDetailWrap .leftSide .linkWrap li {
  display: inline;
  color: #a3adb2;
  padding: 0 5px;
  float: left;
}

.billingWrap .bookingDetailWrap .leftSide .linkWrap li:first-child {
  border-right: 1px #a3adb2 solid;
}

.billingWrap .bookingDetailWrap .leftSide .linkWrap li:last-child {
  padding-right: 0;
}

.billingWrap .bookingDetailWrap .detailsWrap {
  padding-top: 30px;
  padding-bottom: 60px;
  width: 100%;
  float: left;
}

.billingWrap .bookingDetailWrap .detailsWrap .bookingId {
  font-size: 22px;
  font-weight: 600;
  color: #666666;
  margin-bottom: 20px;
}

.billingWrap .bookingDetailWrap .detailsWrap .pendingPayment {
  background-color: #fafafa;
  border-radius: 0;
  border-color: transparent;
  width: 100%;
  float: left;
  padding: 10px;
}

.billingWrap .bookingDetailWrap .detailsWrap .pendingPayment p {
  color: #1a9634;
}

.billingWrap .bookingDetailWrap .detailsWrap .pendingPayment .btn-success {
  float: right;
  background: #185ecd;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  border: 0;
}

.billingWrap .bookingDetailWrap .detailsWrap .pendingPayment .col-xs-6:first-child {
  padding-top: 4px;
}

.billingWrap .bookingDetailWrap .detailsWrap .approvedPayment.panel {
  border-radius: 0;
}

.billingWrap .bookingDetailWrap .detailsWrap .approvedPayment.panel-default {
  border-color: #e6eaed;
}

.billingWrap .bookingDetailWrap .detailsWrap .approvedPayment.panel-default .panel-heading {
  background-color: #fafafa;
  border-bottom: 0;
  color: #666666;
  font-weight: 600;
}

.billingWrap .bookingDetailWrap .detailsWrap .approvedPayment.panel-default .panel-heading .btn-info,
.billingWrap .bookingDetailWrap .detailsWrap .approvedPayment.panel-default table .btn-info {
  text-transform: uppercase;
  padding: 6px 8px;
  float: right;
}

.billingWrap .bookingDetailWrap .detailsWrap .approvedPayment.panel-default table {
  margin-bottom: 0;
}

.billingWrap .bookingDetailWrap .detailsWrap .approvedPayment.panel-default table th {
  border-bottom: 1px #f7f7f7 solid;
  color: #333333;
  font-weight: 600;
}

.billingWrap .bookingDetailWrap .detailsWrap .approvedPayment.panel-default table th:first-child,
.billingWrap .bookingDetailWrap .detailsWrap .approvedPayment.panel-default table td:first-child {
  padding-left: 0;
}

.billingWrap .bookingDetailWrap .detailsWrap .approvedPayment.panel-default table .btn-info {
  background: #185ecd;
  border: 0;
}

.billingWrap .bookingDetailWrap .detailsWrap .approvedPayment.panel-default table td table td:first-child {
  display: none;
}

.billingWrap .bookingDetailWrap .detailsWrap .approvedPayment.panel-default table td table td {
  word-break: break-all;
}

.billingWrap .bookingDetailWrap .detailsWrap .referenceWrap table {
  width: 100%;
  float: left;
}

.billingWrap .bookingDetailWrap .detailsWrap .referenceWrap table td {
  width: 50%;
  vertical-align: top;
}

.billingWrap .bookingDetailWrap .detailsWrap .referenceWrap table td p {
  font-size: 16px;
}

.billingWrap .bookingDetailWrap .detailsWrap .referenceWrap table td table td:first-child {
  padding-right: 5px;
}

.billingWrap .bookingDetailWrap .detailsWrap .referenceWrap table td table td:last-child {
  padding-left: 5px;
}

.billingWrap .bookingDetailWrap .detailsWrap .referenceWrap table td.product_name {
  max-width: 400px;
}

.billingWrap .bookingDetailWrap .detailsWrap .referenceWrap table td:first-child {
  padding-right: 12px;
}

.billingWrap .bookingDetailWrap .detailsWrap .referenceWrap table td:last-child {
  padding-left: 13px;
}

.billingWrap .bookingDetailWrap .guestInfo .panel,
.billingWrap .bookingDetailWrap .bookingDetails .panel,
.billingWrap .bookingDetailWrap .cancellationWrap .panel {
  border-radius: 0;
}

.billingWrap .bookingDetailWrap .guestInfo .panel-default,
.billingWrap .bookingDetailWrap .bookingDetails .panel-default,
.billingWrap .bookingDetailWrap .cancellationWrap .panel-default {
  border-color: #e6eaed;
}

.billingWrap .bookingDetailWrap .guestInfo .panel-default .panel-heading,
.billingWrap .bookingDetailWrap .bookingDetails .panel-default .panel-heading,
.billingWrap .bookingDetailWrap .cancellationWrap .panel-default .panel-heading {
  background-color: #fafafa;
  border-bottom: 0;
  color: #666666;
  font-weight: 600;
}

.billingWrap .bookingDetailWrap .guestInfo table,
.billingWrap .bookingDetailWrap .bookingDetails table,
.billingWrap .bookingDetailWrap .cancellationWrap table {
  width: 100%;
  float: left;
}

.billingWrap .bookingDetailWrap .guestInfo table td:first-child,
.billingWrap .bookingDetailWrap .bookingDetails table td:first-child,
.billingWrap .bookingDetailWrap .cancellationWrap table td:first-child {
  width: 30%;
}

.billingWrap .bookingDetailWrap .guestInfo table td:last-child,
.billingWrap .bookingDetailWrap .bookingDetails table td:last-child,
.billingWrap .bookingDetailWrap .cancellationWrap table td:last-child {
  width: 70%;
}

.billingWrap .bookingDetailWrap .cancellationRequestedHeader {
  padding-bottom: 25px;
}

.billingWrap .bookingDetailWrap .cancellationRequestedHeader svg {
  float: left;
  margin: 10px 6px 0 0;
}

.billingWrap .bookingDetailWrap .cancellationRequestedHeader h3 {
  font-size: 30px;
}

.billingWrap .bookingDetailWrap .cancellationRequested {
  padding: 25px;
}

.billingWrap .bookingDetailWrap .cancellationRequested .table-row div {
  padding: 15px 10px;
}

.billingWrap .bookingDetailWrap .cancellationRequested .table-row:hover {
  background: inherit;
  cursor: default;
}

.billingWrap .bookingDetailWrap .cancellationRequested .table-row.selected {
  background: #F5F5F5;
}

.billingWrap .bookingDetailWrap .cancellationRequested .table-row.selected .requested {
  color: #F42A2A;
  text-transformation: capitalize;
}

.billingWrap .bookingDetailWrap .cancellationRequest {
  width: 100%;
  padding-top: 20px;
}

.billingWrap .bookingDetailWrap .cancellationRequest textarea {
  width: 100%;
  height: 80px;
  border: 1px #e6eaed solid;
  padding: 10px;
  margin-bottom: 12px;
}

.billingWrap .bookingDetailWrap .cancellationRequest button {
  background: #c5ccd1;
  color: #fff;
  border: 0;
  padding: 6px 9px;
  font-weight: 700;
  border-radius: 3px;
}

.billingWrap .transactionHistory {
  width: 100%;
  float: left;
}

.billingWrap .transactionHistory .topWrap .financeInfo li:first-child {
  padding-left: 0;
}

.billingWrap .transactionHistory .download_link svg {
  fill: #a6b0b4;
  vertical-align: middle;
  margin-right: 8px;
}

.billingWrap .transactionHistory .balanceWrap {
  border: 1px #e6eaed solid;
  width: 100%;
  float: left;
}

.billingWrap .transactionHistory .balanceWrap td {
  width: 50%;
  padding: 12px;
  vertical-align: middle;
}

.billingWrap .transactionHistory .balanceWrap td p {
  color: #666666;
}

.billingWrap .transactionHistory .balanceWrap td .balance {
  font-size: 32px;
}

.billingWrap .transactionHistory .balanceWrap td table {
  border: 0;
  width: 100%;
}

.billingWrap .transactionHistory .balanceWrap td table td {
  padding: 0;
  border: 0;
  vertical-align: top;
}

.billingWrap .transactionHistory .balanceWrap td table td:first-child {
  border-right: 0;
  width: 65%;
}

.billingWrap .transactionHistory .balanceWrap td table td:last-child {
  width: 35%;
}

.billingWrap .transactionHistory .balanceWrap td table td:last-child p {
  text-align: right;
}

.billingWrap .transactionHistory .balanceWrap td:first-child {
  border-right: 1px #e6eaed solid;
}

.billingWrap .transactionHistory .lastPayment {
  width: 100%;
  float: left;
  background: #fafafa;
  border: 1px #e6eaed solid;
  border-top: 0;
  padding: 8px 12px;
}

.billingWrap .transactionHistory .lastPayment p {
  color: #969fa3;
}

.billingWrap .transactionHistory .filterWrap {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.billingWrap .transactionHistory .filterWrap select {
  background: #fafafa;
  height: 34px;
  padding: 4px;
  border: 1px #e6eaed solid;
  color: #969fa3;
  border-radius: 3px;
  margin-right: 6px;
}

.billingWrap .transactionHistory .filterWrap table td {
  vertical-align: top;
}

.billingWrap .transactionHistory .filterWrap table td label {
  position: relative;
  float: left;
  color: #969fa3;
  top: 9px;
  margin-right: 8px;
}

.billingWrap .transactionHistory .filterWrap table td .input-group input {
  background: #fafafa;
  height: 34px;
  padding: 4px;
  border: 1px #e6eaed solid;
  color: #969fa3;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.billingWrap .transactionHistory .filterWrap table td .input-group .input-group-addon {
  background: #fafafa;
  height: 34px;
  padding: 4px 8px;
  border: 1px #e6eaed solid;
  color: #969fa3;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.billingWrap .transactionHistory .filterWrap table td .col-xs-2 #btn_submit {
  border: 1px #e6eaed solid;
  color: #969fa3;
  background: #fafafa;
}

.billingWrap .transactionHistory .filterWrap .col-xs-4 ul li {
  display: inline;
  color: #a3adb2;
  padding: 0 8px;
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 6px;
}

.billingWrap .transactionHistory .filterWrap .col-xs-4 ul li a {
  font-size: 16px;
  color: #a3adb2;
  font-weight: 600;
}

.billingWrap .transactionHistory .filterWrap .col-xs-4 ul li input {
  height: 32px;
}

.billingWrap .transactionHistory .filterWrap .col-xs-4 ul li:last-child {
  padding-right: 0;
  margin-top: 0;
}

.billingWrap .transactionHistory .monthlyWrap {
  width: 100%;
  float: left;
  background: #fafafa;
  padding: 12px;
  border: 1px #e6eaed solid;
  border-top: 0;
  color: #666666;
}

.billingWrap .transactionHistory .monthlyWrap .col-xs-6:last-child p {
  text-align: right;
}

.billingWrap .transactionHistory .monthlyWrap:first-child {
  border-top: 1px #e6eaed solid;
}

.billingWrap .transactionHistory .transList {
  width: 100%;
  float: left;
  border-left: 1px #f7f7f7 solid;
  border-right: 1px #f7f7f7 solid;
  border-bottom: 1px #e6eaed solid;
}

.billingWrap .transactionHistory .transList td,
.billingWrap .transactionHistory .transList th {
  padding: 8px 12px;
  color: #666666;
  border-bottom: 1px #f7f7f7 solid;
  border-right: 1px #f7f7f7 solid;
}

.billingWrap .transactionHistory .transList td a {
  color: #274ab1;
}

.billingWrap .transactionHistory .transList th {
  padding: 20px 12px;
  font-weight: 600;
}

.billingWrap .transactionHistory .transList th:last-child {
  border-right: 0;
}

.billingWrap .transactionHistory .transList tr:last-child td {
  border-bottom: 0;
}

.billingWrap .transactionHistory .transList .tDate,
.billingWrap .transactionHistory .transList .tDebit,
.billingWrap .transactionHistory .transList .tCredit,
.billingWrap .transactionHistory .transList .tBalance {
  width: 12%;
}

.billingWrap .transactionHistory .transList .tRef {
  width: 15%;
}

.billingWrap .transactionHistory .transList .tDesc {
  width: 37%;
}

.billingWrap .transactionHistory .transList td.tDebit,
.billingWrap .transactionHistory .transList td.tCredit,
.billingWrap .transactionHistory .transList td.tBalance {
  text-align: right;
}

.billingWrap .transactionHistory .transList th.tDebit,
.billingWrap .transactionHistory .transList th.tCredit,
.billingWrap .transactionHistory .transList th.tBalance {
  text-align: center;
}

.billingWrap .profileWrap {
  width: 100%;
  float: left;
}

.billingWrap .profileWrap .panel {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.billingWrap .profileWrap .panel-body {
  padding-top: 0;
}

.billingWrap .profileWrap .divider {
  position: relative;
  margin-top: 15px;
}

.billingWrap .profileWrap .divider p {
  position: absolute;
  background: #fff;
  top: 4px;
  padding: 5px 10px 5px 0;
  color: #6f7577;
  text-align: left;
}

.billingWrap .profileWrap.edit .panel-body {
  max-width: 670px;
  margin: auto;
}

.billingWrap .profileWrap .panel-body .btn-primary,
.billingWrap .apiConfigWrap fieldset .btn-primary {
  padding: 6px 20px;
  border: 0;
  font-size: 15px;
  color: #fff;
  background: #185ecd;
  float: right;
  text-transform: uppercase;
  text-align: center;
  min-width: 130px;
  border-radius: 0;
}

.billingWrap .profileWrap .panel-body .form-group,
.billingWrap .apiConfigWrap fieldset .form-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.billingWrap .profileWrap .panel-body .form-group label,
.billingWrap .apiConfigWrap fieldset .form-group label {
  padding-left: 26px;
}

.billingWrap .profileWrap .panel-body .form-group label input[type="checkbox"],
.billingWrap .apiConfigWrap fieldset .form-group label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.billingWrap .profileWrap .panel-body label,
.billingWrap .apiConfigWrap fieldset label {
  font-size: 14px;
  color: #666666;
  margin-top: 3px;
}

.billingWrap .profileWrap .panel-body input,
.billingWrap .apiConfigWrap fieldset input,
.billingWrap .profileWrap .panel-body select,
.billingWrap .apiConfigWrap fieldset select {
  min-height: 35px;
  padding: 6px 8px;
  margin: 5px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #ececec solid;
  max-width: 380px;
  width: 100%;
}

.billingWrap .profileWrap .panel-body table,
.billingWrap .apiConfigWrap fieldset table {
  width: 100%;
}

.billingWrap .profileWrap .panel-body table td:first-child,
.billingWrap .apiConfigWrap fieldset table td:first-child {
  width: 35%;
}

.billingWrap .profileWrap .panel-body table td:first-child label,
.billingWrap .apiConfigWrap fieldset table td:first-child label {
  float: right;
}

.billingWrap .profileWrap .panel-body table td,
.billingWrap .apiConfigWrap fieldset table td {
  width: 75%;
  padding: 5px 8px;
  vertical-align: middle;
}

.billingWrap .profileWrap .panel-body .notificationWrap,
.billingWrap .apiConfigWrap fieldset .notificationWrap {
  margin-top: 15px;
  width: 100%;
  float: left;
}

.billingWrap .profileWrap .panel-body .notificationWrap legend,
.billingWrap .apiConfigWrap fieldset .notificationWrap legend {
  font-weight: 700;
  color: #6f7577;
}

.billingWrap .profileWrap .panel-body .notificationWrap input[type="checkbox"],
.billingWrap .apiConfigWrap fieldset .notificationWrap input[type="checkbox"] {
  height: 20px;
  float: left;
  width: 20px;
}

.billingWrap .profileWrap .panel-body .notificationWrap table th:first-child,
.billingWrap .apiConfigWrap fieldset .notificationWrap table th:first-child {
  width: 30%;
}

.billingWrap .profileWrap .panel-body .notificationWrap table th,
.billingWrap .apiConfigWrap fieldset .notificationWrap table th {
  width: 70%;
  float: none;
}

.billingWrap .profileWrap .panel-body .oneRow label,
.billingWrap .apiConfigWrap fieldset .oneRow label,
.billingWrap .profileWrap .panel-body .oneRow select,
.billingWrap .apiConfigWrap fieldset .oneRow select {
  position: relative;
  float: left;
  margin-right: 12px;
}

.billingWrap .profileWrap .panel-body .oneRow label,
.billingWrap .apiConfigWrap fieldset .oneRow label {
  margin-top: 14px;
}

.billingWrap .profileWrap .panel-body .select2-selection__rendered .select2-search input,
.billingWrap .apiConfigWrap fieldset .select2-selection__rendered .select2-search input {
  padding: 0;
  min-height: 0;
}

.billingWrap .apiConfigWrap {
  max-width: 900px !important;
  padding: 0px;
}

.billingWrap .apiConfigWrap .nav-justified li {
  background: #fafafa;
  border: 1px #e5e5e5 solid;
  border-right: 0;
  margin-left: 0;
}

.billingWrap .apiConfigWrap .nav-justified li a {
  margin-bottom: 0;
}

.billingWrap .apiConfigWrap .nav-justified li:last-child {
  border-right: 1px #e5e5e5 solid;
}

.billingWrap .apiConfigWrap .nav-justified li.active,
.billingWrap .apiConfigWrap .nav-justified li:hover {
  border: 1px #1b3b89 solid !important;
}

.billingWrap .apiConfigWrap .nav-justified li.active > a,
.billingWrap .apiConfigWrap .nav-justified li.active > a:hover,
.billingWrap .apiConfigWrap .nav-justified li.active > a:focus,
.billingWrap .apiConfigWrap .nav-justified li a:hover {
  background: #1b3b89;
  border-radius: 0;
  color: #fff;
}

.billingWrap .apiConfigWrap h4 {
  color: #1b3b89;
  font-size: 16px;
}

.billingWrap .apiConfigWrap .btn-primary {
  padding: 6px 20px;
  border: 0;
  font-size: 15px;
  color: #fff;
  background: #185ecd;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
}

.billingWrap .apiConfigWrap .table-bordered {
  border: 1px #e5e5e5 solid;
}

.billingWrap .apiConfigWrap .table-bordered th {
  border: 0;
  background: #fafafa;
  font-weight: 600;
}

.billingWrap .apiConfigWrap .table-bordered tr:nth-of-type(odd) {
  background-color: transparent;
}

.billingWrap .apiConfigWrap .panel-default {
  border: 0;
}

.billingWrap .apiConfigWrap .panel-default ol {
  list-style-type: decimal;
}

.billingWrap .apiConfigWrap .panel-default ul {
  list-style-type: disc;
}

.billingWrap .apiConfigWrap .panel-default ul,
.billingWrap .apiConfigWrap .panel-default ol {
  padding-left: 30px;
}

.billingWrap .apiConfigWrap .panel-default ul li,
.billingWrap .apiConfigWrap .panel-default ol li {
  margin-bottom: 6px;
}

.billingWrap .apiConfigWrap .panel-default .video-container {
  margin-top: 12px;
}

#standardTopup {
  background: rgba(0, 0, 0, 0.8);
}

#standardTopup .modal-dialog {
  max-width: 980px;
  width: 100%;
}

#standardTopup .modal-dialog .modal-content {
  width: 100%;
  float: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 25px 0;
  border-radius: 2px;
}

#standardTopup .modal-dialog .modal-header {
  border-bottom: 0;
}

#standardTopup .modal-dialog .modal-header h4 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #1b3b89;
  text-transform: uppercase;
}

#standardTopup .modal-dialog .modal-header h4 strong .semibold {
  font-weight: 700;
}

#standardTopup .modal-dialog .processWrap {
  width: 100%;
}

#standardTopup .modal-dialog .processWrap li {
  width: 25%;
  padding: 0 12px;
  border-left: 1px #e5e5e5 solid;
  margin-bottom: 12px;
  text-align: center;
}

#standardTopup .modal-dialog .processWrap li img {
  max-height: 140px;
}

#standardTopup .modal-dialog .processWrap li h4 {
  font-size: 20px;
  color: #1b3b89;
  min-height: 48px;
  margin-bottom: 12px;
}

#standardTopup .modal-dialog .processWrap li p {
  font-size: 16px;
}

#standardTopup .modal-dialog .processWrap li:first-child {
  border-left: 0;
}

#standardTopup button.close {
  opacity: 1;
  top: 30px;
  right: 50px;
  position: absolute;
}

#standardTopup button.close svg {
  height: 16px;
  width: 16px;
}

#standardTopup button.close:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 2000px) {
  .walletPage .container {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .billingWrap .transactionHistory .balanceWrap td {
    width: 100%;
    float: left;
  }

  .billingWrap .transactionHistory .balanceWrap td table {
    width: 100%;
  }

  .billingWrap .transactionHistory .balanceWrap td table td {
    width: 50%;
    float: none;
    border-top: 0 !important;
  }

  .billingWrap .transactionHistory .balanceWrap td:first-child {
    border-right: 0;
  }

  .billingWrap .transactionHistory .balanceWrap td:last-child {
    border-top: 1px #e6eaed solid;
  }

  .billingWrap .transactionHistory .filterWrap .col-xs-8,
  .billingWrap .transactionHistory .filterWrap .col-xs-4 {
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  .billingWrap .topWrap .financeInfo {
    padding-left: 0;
  }

  .billingWrap .topWrap .financeInfo ul.pull-right {
    float: left !important;
  }

  .billingWrap .topWrap .financeInfo ul.pull-right li:first-child {
    padding-left: 0;
  }

  .billingWrap .topWrap .financeInfo ul.pull-right li:nth-child(2) {
    padding-right: 0;
    border-right: none;
  }

  .billingWrap .topupWrap .middleCont {
    display: block;
    max-width: 550px;
    margin: auto;
    padding: 0;
  }

  .billingWrap .topupWrap .standard .panel {
    margin-bottom: 12px;
  }

  .billingWrap .topupWrap .standard .panel:hover,
  .billingWrap .topupWrap .quick .panel:hover {
    margin-top: 0 !important;
  }

  .billingWrap .bookingDetailWrap .leftSide {
    border-right: 0;
  }

  .billingWrap .bookingDetailWrap .guestInfo {
    padding-right: 0;
  }

  .billingWrap .bookingDetailWrap .bookingDetails {
    padding-left: 0;
  }

  .billingWrap .bookingDetailWrap .detailsWrap .pendingPayment .col-xs-6 {
    width: 50%;
  }

  .billingWrap .bookingDetailWrap .detailsWrap .pendingPayment .col-xs-6:first-child {
    padding-top: 0;
  }

  .billingWrap .bookingDetailWrap .detailsWrap .referenceWrap table td {
    width: 100%;
    float: left;
    padding-bottom: 6px;
  }

  .billingWrap .bookingDetailWrap .detailsWrap .referenceWrap table td table td:last-child {
    padding-left: 0;
  }

  .billingWrap .bookingDetailWrap .detailsWrap .referenceWrap table td.product_name {
    max-width: 100%;
  }

  .billingWrap .bookingDetailWrap .detailsWrap .referenceWrap table td:last-child {
    padding-left: 0;
  }

  .billingWrap .bookingHistoryWrap .filterWrap table .dateWrap .col-xs-5 {
    width: 41.666666%;
  }

  .billingWrap .bookingHistoryWrap .filterWrap table .dateWrap .col-xs-2 {
    width: 16.666666%;
  }

  .billingWrap .bookingHistoryWrap #bookings_history_wrapper .dataTables_info {
    margin-top: 15px;
    text-align: left;
  }

  .billingWrap .profileWrap .panel-body input,
  .billingWrap .profileWrap .panel-body select {
    max-width: none;
  }

  .billingWrap .profileWrap .contactWrap .col-xs-6 {
    padding: 0;
  }

  .billingWrap .transactionHistory .topInfo .col-xs-6 {
    padding: 0;
  }

  .billingWrap .transactionHistory .filterWrap table td {
    float: left;
    margin-bottom: 10px;
  }

  .billingWrap .transactionHistory .filterWrap table td:last-child {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }

  .billingWrap .transactionHistory .filterWrap table td:last-child .col-xs-5 {
    width: 41.666666%;
  }

  .billingWrap .transactionHistory .filterWrap table td:last-child .col-xs-2 {
    width: 16.666666%;
  }

  .billingWrap .apiConfigWrap .nav-justified li {
    border-bottom: 0;
    border-right: 1px #e5e5e5 solid;
  }

  .billingWrap .apiConfigWrap .nav-justified li:last-child {
    border-bottom: 1px #e5e5e5 solid;
  }

  #standardTopup {
    background: #fff;
    padding-right: 0 !important;
  }

  #standardTopup .modal-dialog {
    width: 100%;
    float: left;
    margin: 0;
  }

  #standardTopup .modal-dialog .modal-body {
    padding: 0;
    width: 100%;
    float: left;
  }

  #standardTopup .modal-dialog .processWrap {
    display: block;
  }

  #standardTopup .modal-dialog .processWrap li {
    width: 50%;
    float: left;
  }

  #standardTopup .modal-dialog .processWrap li img {
    margin: auto;
  }

  #standardTopup .modal-dialog .processWrap li:nth-child(3) {
    border-left: 0;
  }

  #standardTopup button.close {
    right: 30px;
  }
}

@media screen and (max-width: 742px) {
  .billingWrap .bookingHistoryWrap #bookings_history_wrapper .dataTables_info {
    display: none;
  }

  .billingWrap .bookingHistoryWrap #bookings_history_wrapper .dataTables_paginate {
    width: 100%;
  }

  .billingWrap .bookingHistoryWrap #bookings_history {
    border-right: 0;
  }

  .billingWrap .bookingHistoryWrap #bookings_history td.sorting_1 {
    padding-left: 28px;
  }

  .billingWrap .bookingHistoryWrap #bookings_history tr.child td.child {
    border-right: 1px #e6eaed solid;
  }

  .billingWrap .bookingHistoryWrap #bookings_history tr.child ul {
    width: 100%;
  }

  .billingWrap .bookingHistoryWrap #bookings_history tr.child ul li {
    border-bottom: 0;
  }

  .billingWrap .bookingHistoryWrap #bookings_history tr.child ul .dtr-title {
    min-width: 100px;
  }
}

@media screen and (max-width: 500px) {
  .billingWrap .topWrap {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .billingWrap .topWrap .financeInfo li {
    width: 100%;
    padding: 3px 0;
  }

  .billingWrap .topUpWrap .panel .col-xs-8,
  .billingWrap .topUpWrap .panel .col-xs-4 {
    width: 100%;
  }

  .billingWrap .topUpWrap .panel .col-xs-8 {
    padding-right: 12px;
  }

  .billingWrap .bookingDetailWrap .detailsWrap .approvedPayment.panel-default table th {
    display: none;
  }

  .billingWrap .bookingDetailWrap .detailsWrap .approvedPayment.panel-default table td {
    width: 100%;
    padding-left: 0;
    float: left;
    border-top: none;
  }

  .billingWrap .bookingDetailWrap .detailsWrap .approvedPayment.panel-default table td table {
    width: 100%;
  }

  .billingWrap .bookingDetailWrap .detailsWrap .approvedPayment.panel-default table td table td:first-child {
    display: block;
    width: 50%;
    font-weight: 700;
  }

  .billingWrap .bookingDetailWrap .detailsWrap .approvedPayment.panel-default table td table td {
    width: 70%;
    border-top: none;
    float: left;
  }

  .billingWrap .bookingDetailWrap .detailsWrap .approvedPayment.panel-default table .btn-info {
    width: 100%;
  }

  .billingWrap .bookingDetailWrap .detailsWrap .pendingPayment .col-xs-6 {
    width: 100%;
    padding: 0;
  }

  .billingWrap .bookingDetailWrap .detailsWrap .pendingPayment .btn-success {
    float: left;
    margin-top: 6px;
  }

  .billingWrap .bookingHistoryWrap .filterWrap {
    margin-bottom: 15px;
  }

  .billingWrap .bookingHistoryWrap .filterWrap table tr,
  .billingWrap .bookingHistoryWrap .filterWrap table td.monthWrap,
  .billingWrap .bookingHistoryWrap .filterWrap table td.dateWrap {
    display: initial;
  }

  .billingWrap .bookingHistoryWrap .filterWrap table .dateWrap,
  .billingWrap .bookingHistoryWrap .filterWrap table .monthWrap,
  .billingWrap .bookingHistoryWrap .filterWrap table .statusWrap {
    width: 100%;
    float: left;
  }

  .billingWrap .bookingHistoryWrap .filterWrap table label {
    display: block;
  }

  .billingWrap .bookingHistoryWrap .filterWrap .monthWrap,
  .billingWrap .bookingHistoryWrap .filterWrap .statusWrap {
    margin-bottom: 10px;
  }

  .billingWrap .bookingHistoryWrap .filterWrap .monthWrap select,
  .billingWrap .bookingHistoryWrap .filterWrap .statusWrap select {
    max-width: 100% !important;
  }

  .billingWrap .bookingHistoryWrap .filterWrap .dateWrap .col-xs-5:first-child {
    padding-left: 0;
  }

  .billingWrap .profileWrap .panel-body {
    padding: 0;
  }

  .billingWrap .profileWrap .panel-body table td,
  .billingWrap .profileWrap .panel-body table td:first-child {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 5px;
  }

  .billingWrap .profileWrap .panel-body table td:first-child label {
    float: left;
  }

  .billingWrap .profileWrap .panel-body .notificationWrap table thead,
  .billingWrap .profileWrap .panel-body .notificationWrap table tbody,
  .billingWrap .profileWrap .panel-body .notificationWrap table tr {
    width: 100%;
    float: left;
  }

  .billingWrap .profileWrap .panel-body .notificationWrap table th {
    padding-left: 0;
    border-bottom: 1px #dddddd solid;
  }

  .billingWrap .profileWrap .panel-body .notificationWrap table th,
  .billingWrap .profileWrap .panel-body .notificationWrap table td {
    width: 50%;
    float: left;
    padding: 8px;
  }

  .billingWrap .profileWrap .panel-body .notificationWrap table th:first-child {
    width: 50%;
  }

  .billingWrap .profileWrap .panel-body .notificationWrap table td:first-child {
    width: 50%;
    padding: 9px 8px 8px 8px;
  }

  .billingWrap .profileWrap .panel-body .notificationWrap table tbody tr:first-child {
    border-top: 0;
  }

  .billingWrap .profileWrap .panel-body .notificationWrap table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
  }

  #standardTopup .modal-dialog .processWrap li {
    width: 100%;
    float: left;
    border-left: 0;
  }
}

@media screen and (max-width: 450px) {
  .billingWrap .bookingHistoryWrap .filterWrap table .dateWrap .col-xs-5 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 6px;
  }

  .billingWrap .bookingHistoryWrap .filterWrap table .dateWrap .col-xs-5 label {
    width: 100%;
    top: 0;
    margin-bottom: 5px;
  }

  .billingWrap .bookingHistoryWrap .filterWrap table .dateWrap .col-xs-2 {
    width: 100%;
    padding: 0;
  }

  .billingWrap .bookingHistoryWrap .filterWrap table .dateWrap .col-xs-2 #btn_submit {
    width: 100%;
  }
}

.cancellation_policy_text ul {
  margin-top: 15px;
}

.modal-mask .modal-header h3 {
  padding: 10px 0px !important;
}

.bulk-buy-wrap {
  padding-top: 0 !important;
}

.bulk-buy-wrap .header-banner {
  width: 100%;
  background: url("/images/b2b/bulkbuy-banner-bg.jpg");
  background-size: cover;
  z-index: 1;
}

.bulk-buy-wrap .header-banner .banner-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.bulk-buy-wrap .header-banner .banner-title,
.bulk-buy-wrap .header-banner .banner-desc {
  color: #fff;
}

.bulk-buy-wrap .header-banner .banner-title {
  font-size: 32px;
  font-weight: 600;
}

.bulk-buy-wrap .header-banner .banner-desc {
  max-width: 480px;
  margin-bottom: 24px;
  font-size: 14px;
}

.bulk-buy-wrap .header-banner .banner-btn {
  height: 40px;
}

.bulkBuy {
  padding: 15px 0;
}

.bulkBuy .col-xs-12 {
  max-width: 1030px;
  margin: auto;
  float: none;
}

.bulkBuy .bulk-buy-listing-title {
  margin: 30px 0;
  color: #333;
}

.bulkBuy .listingBox {
  border: 1px #e0e5e8 solid;
  max-width: 1030px;
  margin: auto;
  margin-bottom: 12px;
  float: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.bulkBuy .listingBox .ribbon-wrapper {
  position: absolute;
  top: 17px;
  left: 5px;
}

.bulkBuy .listingBox .ribbon-wrapper .ribbon-front {
  background-color: #ef3030;
  height: 24px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  left: -10px;
  text-align: center;
  line-height: 20px;
  padding-top: 2px;
  color: #fff;
  font-weight: 700;
  z-index: 2;
}

.bulkBuy .listingBox .ribbon-wrapper .ribbon-front:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(244, 83, 83, 0);
  border-left-color: #ef3030;
  border-width: 12px;
  margin-top: -12px;
  content: " ";
  pointer-events: none;
}

.bulkBuy .listingBox .ribbon-wrapper .ribbon-edge-bottomleft,
.bulkBuy .listingBox .ribbon-wrapper .ribbon-edge-bottomright,
.bulkBuy .listingBox .ribbon-wrapper .ribbon-edge-topleft,
.bulkBuy .listingBox .ribbon-wrapper .ribbon-edge-topright {
  position: absolute;
  z-index: 1;
  border-style: solid;
  height: 0;
  width: 0;
}

.bulkBuy .listingBox .ribbon-wrapper .ribbon-edge-bottomleft,
.bulkBuy .listingBox .ribbon-wrapper .ribbon-edge-topleft {
  left: -10px;
  border-color: transparent #db1111 transparent transparent;
}

.bulkBuy .listingBox .ribbon-wrapper .ribbon-edge-topleft {
  top: -5px;
  border-width: 5px 5px 0 0;
}

.bulkBuy .listingBox .imageWrap {
  width: 20%;
  border: 12px #fff solid;
  border-right: 0;
  background-color: #dedede !important;
  background-position: 30% 30% !important;
}

.bulkBuy .listingBox .listingInfo {
  width: 40%;
  padding: 12px;
  border-right: 1px #e0e5e8 solid;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background: #fff;
}

.bulkBuy .listingBox .listingInfo h2 {
  font-size: calc(16px + .1vw);
  font-weight: 400;
  margin-bottom: 10px;
  max-height: calc((16px + .1vw) * 3);
  overflow: hidden;
}

.bulkBuy .listingBox .listingInfo .cancellationPolicy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: auto;
}

.bulkBuy .listingBox .quantityWrap {
  width: 40%;
  padding: 12px;
  background: #fff;
}

.bulkBuy .listingBox .quantityWrap .col-xs-6 {
  padding: 0 5px;
}

.bulkBuy .listingBox .quantityWrap .col-xs-6:first-child {
  padding-left: 0;
}

.bulkBuy .listingBox .quantityWrap .col-xs-6:last-child {
  padding-right: 0;
}

.bulkBuy .listingBox .quantityWrap .withSenior .col-xs-6 {
  width: 33.333333%;
}

.bulkBuy .listingBox .quantityWrap .select {
  height: 40px;
}

.bulkBuy .listingBox .quantityWrap .select select {
  -moz-text-align-last: center;
       text-align-last: center;
  height: 40px;
  background: url(/images/site/select-bg.jpg) repeat-y #fff;
  background-size: 30px;
  background-position: right;
  padding-left: 10px;
}

.bulkBuy .listingBox .quantityWrap .select::after {
  right: 13px;
}

.bulkBuy .listingBox .quantityWrap select::-ms-expand {
  display: none;
}

.bulkBuy .listingBox .quantityWrap button.bulk {
  height: 40px;
  padding: 10px;
  background: #dedede;
  border: none;
  text-transform: uppercase;
  color: #fff;
}

.bulkBuy .listingBox .quantityWrap button.active {
  background: #f05a22;
}

.bulkBuy .listingBox:hover {
  border: 1px #979797 solid;
}

.bulkBuy .footer-banner {
  max-width: 800px;
  width: 100%;
  margin: 60px auto 100px;
  background: url("/images/b2b/bulkbuy-banner-small-bg.png");
  background-size: cover;
}

.bulkBuy .footer-banner .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 30px 0;
}

.bulkBuy .footer-banner .banner-title,
.bulkBuy .footer-banner .banner-desc {
  color: #fff;
}

.bulkBuy .footer-banner .banner-title {
  font-weight: 600;
  font-size: 19px;
}

.bulkBuy .footer-banner .contact-btn {
  width: 30%;
  max-width: 168px;
}

.bulk_summary,
.insufficient {
  text-align: left;
}

.bulk_summary h3,
.insufficient h3,
.bulk_summary p,
.insufficient p {
  text-align: left;
  margin-bottom: 20px;
}

.bulk_summary .breakDown,
.insufficient .breakDown {
  padding: 12px;
  background: #fafafa;
  margin-top: 10px;
}

.bulk_summary .breakDown table,
.insufficient .breakDown table {
  width: 100%;
}

.bulk_summary .breakDown table td:last-child,
.insufficient .breakDown table td:last-child {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .bulkBuy .listingBox .listingInfo {
    width: 38%;
  }

  .bulkBuy .listingBox .quantityWrap {
    width: 42%;
  }

  .bulkBuy .listingBox .quantityWrap .col-xs-6 {
    width: 50%;
    padding-right: 0;
  }
}

@media screen and (max-width: 650px) {
  .bulkBuy .listingBox .imageWrap {
    width: 30%;
  }

  .bulkBuy .listingBox .listingInfo {
    width: 70%;
    border-right: 0;
  }

  .bulkBuy .listingBox .quantityWrap {
    width: 100%;
    border-top: 1px #dedede solid;
  }
}

@media screen and (max-width: 500px) {
  .bulkBuy .listingBox .imageWrap {
    width: 35%;
    max-height: 100px;
    min-height: 100px;
  }

  .bulkBuy .listingBox .listingInfo {
    width: 65%;
  }

  .bulkBuy .footer-banner .banner-content {
    display: block;
  }

  .bulkBuy .footer-banner .banner-content .contact-btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 400px) {
  .bulkBuy .listingBox .imageWrap {
    width: 40%;
    max-height: 90px;
    min-height: 90px;
  }

  .bulkBuy .listingBox .listingInfo {
    width: 60%;
  }

  .bulkBuy .listingBox .listingInfo h2 {
    max-height: 42px;
    overflow: hidden;
  }
}

/* jQuery Growl
 * Copyright 2015 Kevin Sylvestre
 * 1.3.1
 */

#growls {
  z-index: 50000;
  position: fixed;
}

#growls.default {
  top: 10px;
  right: 10px;
}

#growls.tl {
  top: 10px;
  left: 10px;
}

#growls.tr {
  top: 10px;
  right: 10px;
}

#growls.bl {
  bottom: 10px;
  left: 10px;
}

#growls.br {
  bottom: 10px;
  right: 10px;
}

#growls.tc {
  top: 10px;
  right: 10px;
  left: 10px;
}

#growls.bc {
  bottom: 10px;
  right: 10px;
  left: 10px;
}

#growls.tc .growl,
#growls.bc .growl {
  margin-left: auto;
  margin-right: auto;
}

.growl {
  opacity: 1;
  filter: alpha(opacity=80);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

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

.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px;
}

.growl.growl-medium {
  width: 250px;
  padding: 10px;
  margin: 10px;
}

.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px;
}

.growl.growl-default {
  color: #fff;
  background: #7f8c8d;
}

.growl.growl-error {
  color: #fff;
  background: #c0392b;
}

.growl.growl-notice {
  color: #fff;
  background: #2ecc71;
}

.growl.growl-warning {
  color: #fff;
  background: #f39c12;
}

.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}

.growl .growl-title {
  font-size: 18px;
  line-height: 24px;
}

.growl .growl-message {
  font-size: 14px;
  line-height: 18px;
}

.h-font-size-2 {
  font-size: 2rem;
}

.h-font-size-1-8 {
  font-size: 1.8rem;
}

.h-link-as-text {
  font-size: inherit;
  color: inherit;
}

.h-underline {
  text-decoration: underline;
}

.h-d-none {
  display: none;
}

.loader-container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loader-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loader-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 6px solid #f05a22;
  border-radius: 50%;
  -webkit-animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #f05a22 transparent transparent transparent;
}

.loader-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.loader-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.loader-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes loader-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.topupResultMessage .text-title {
  font-size: 23px;
  font-weight: 600;
  margin: 5px 0 30px;
}

.topupResultMessage .text-description {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 10px 0;
}

.ntp-layout .container-v2 {
  max-width: 1406px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.bg-gray-default {
  background-color: var(--background-default-secondary);
}

.top-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 var(--space-600);
}

@media screen and (min-width: 780px) {
  .top-info-container {
    padding: 0 var(--space-200) var(--space-600);
  }
}

.top-info-container .c-col-50 {
  width: 100%;
}

@media screen and (min-width: 780px) {
  .top-info-container .c-col-50 {
    width: 50%;
  }
}

.top-info-container .c-col-100 {
  width: 100%;
}

@media screen and (min-width: 780px) {
  .top-info-container > .c-col-50:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.top-info-container .page-title {
  color: var(--text-default-default);
  font-size: var(--headings-md);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.3px;
  margin: 0 0 var(--space-200);
}

.top-info-container .company-name {
  color: var(--text-default-secondary);
  font-size: var(--body-md);
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 45px;
}

.top-info-container .finance-info {
  display: block;
  color: var(--text-default-tertiary);
  font-size: var(--body-sm);
  font-weight: 400;
  line-height: 1.42;
  padding: var(--space-200, 8px) 0;
}

@media screen and (max-width: 779px) {
  .top-info-container .finance-info {
    display: none;
  }
}

.top-info-container .finance-info > ul > li {
  display: inline-block;
  color: inherit;
  margin: 0 var(--space-200) var(--space-200) 0;
}

.top-info-container .finance-info > ul > li:nth-child(2) {
  padding-right: var(--space-200);
  border-right: 1px solid var(--text-default-tertiary);
}

@media screen and (max-width: 500px) {
  .top-info-container .finance-info > ul > li:nth-child(2) {
    border: none;
  }
}

.top-info-container .finance-info > ul > li a {
  font-size: inherit;
  color: inherit;
}

.top-info-container .balance-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--background-default-default);
  color: var(--text-default-secondary);
  font-size: var(--body-sm);
  font-weight: 400;
  line-height: 1.4;
  border-radius: var(--radius-md);
  background: var(--background-default-default);
  -webkit-box-shadow: var(--space-0, 0px) var(--space-025, 1px) var(--blur-effect-sm, 4px) var(--depth-effect-0, 0px) var(--black-10, rgba(17, 17, 17, 0.1)), var(--space-0, 0px) var(--space-025, 1px) var(--blur-effect-sm, 4px) var(--depth-effect-0, 0px) var(--black-5, rgba(17, 17, 17, 0.05));
          box-shadow: var(--space-0, 0px) var(--space-025, 1px) var(--blur-effect-sm, 4px) var(--depth-effect-0, 0px) var(--black-10, rgba(17, 17, 17, 0.1)), var(--space-0, 0px) var(--space-025, 1px) var(--blur-effect-sm, 4px) var(--depth-effect-0, 0px) var(--black-5, rgba(17, 17, 17, 0.05));
  max-width: 564px;
  width: 100%;
}

.top-info-container .balance-info-box .balance-text {
  color: var(--text-default-default);
  font-weight: 600;
  font-size: var(--headings-md);
  line-height: 1.2;
  letter-spacing: -0.3px;
}

.top-info-container .balance-info-box p {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}

.top-info-container .balance-info-box .main-balance-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: var(--space-150);
}

@media screen and (min-width: 780px) {
  .top-info-container .balance-info-box .main-balance-info {
    padding: var(--space-400) var(--space-150);
  }
}

.top-info-container .balance-info-box .general-info {
  border-bottom: var(--stroke-border) solid var(--borders-dividers-primary);
  padding: var(--space-200) var(--space-300);
}

@media screen and (min-width: 780px) {
  .top-info-container .balance-info-box .general-info {
    border-right: var(--stroke-border) solid var(--borders-dividers-primary);
    border-bottom: 0;
  }
}

.top-info-container .balance-info-box .general-info p {
  margin: 0 0 var(--space-150);
}

.top-info-container .balance-info-box .general-info p:last-child {
  margin: 0;
}

.top-info-container .balance-info-box .details-info {
  padding: var(--space-200) var(--space-300);
}

.top-info-container .balance-info-box .details-info p {
  margin: 0;
}

.top-info-container .balance-info-box .details-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px;
}

.top-info-container .balance-info-box .details-info-row:last-child {
  margin: 0;
}

.top-info-container .balance-info-box .last-topup-info {
  border-top: 1px solid var(--border-default-default);
  color: var(--text-disabled);
  padding: var(--space-200) var(--space-500);
}

@media screen and (min-width: 780px) {
  .top-info-container .balance-info-box .last-topup-info {
    padding: var(--space-300) var(--space-500);
  }
}

.filters-container {
  border-top: var(--stroke-border) solid var(--border-default-default);
  color: var(--text-disabled);
  font-size: var(--body-md);
  padding: var(--space-400) 0 var(--space-400);
  overflow: hidden;
}

@media screen and (min-width: 780px) {
  .filters-container {
    overflow: visible;
    padding: var(--space-400) var(--space-200) 0;
  }
}

@media screen and (max-width: 779px) {
  .filters-container .filters-content {
    -webkit-transform: translateX(-150vw);
            transform: translateX(-150vw);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 779px) {
  .filters-container .filters-content.show-on-mobile {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 779px) {
  .filters-container .filters-content {
    position: fixed;
    background: var(--background-default-secondary);
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    top: 0;
    left: 0;
    padding: var(--space-400);
    z-index: 100;
  }
}

.filters-container .filters-content .filters-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 780px) {
  .filters-container .filters-content .filters-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.filters-container .filters-content .main-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 780px) {
  .filters-container .filters-content .main-filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.filters-container .filters-content .main-filters .filter-item {
  display: block;
  margin: 0 0 var(--space-400);
}

@media screen and (min-width: 780px) {
  .filters-container .filters-content .main-filters .filter-item {
    margin: 0 var(--space-200) var(--space-400) 0;
  }
}

.filters-container .filters-content .main-filters .filter-item.submit-btn-container,
.filters-container .filters-content .main-filters .filter-item.reset-btn-container {
  display: none;
}

@media screen and (min-width: 780px) {
  .filters-container .filters-content .main-filters .filter-item.submit-btn-container,
  .filters-container .filters-content .main-filters .filter-item.reset-btn-container {
    display: block;
  }
}

.filters-container .filters-content .main-filters .filter-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 780px) {
  .filters-container .filters-content .main-filters .filter-dates {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.filters-container .filters-content .main-filters .filter-dates .field-date {
  display: block;
  margin: 0 0 var(--space-400);
}

@media screen and (min-width: 780px) {
  .filters-container .filters-content .main-filters .filter-dates .field-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 var(--space-200) 0 0;
  }
}

.filters-container .filters-content .main-filters .filter-dates .field-date:last-child {
  margin: 0;
}

.filters-container .filters-content .main-filters .filter-dates .field-date label {
  margin: 0 var(--space-200) 0 0;
}

@media screen and (min-width: 780px) {
  .filters-container .filters-content .main-filters .filter-dates .field-date .input-group {
    max-width: 190px;
  }
}

.filters-container .filters-content .additional-management-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 var(--space-400);
}

@media screen and (min-width: 780px) {
  .filters-container .filters-content .additional-management-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.filters-container .filters-content .additional-management-container .additional-management-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 var(--space-400);
}

@media screen and (min-width: 780px) {
  .filters-container .filters-content .additional-management-container .additional-management-item {
    margin: 0 var(--space-400) 0 0;
  }
}

@media screen and (min-width: 780px) {
  .filters-container .filters-content .additional-management-container .additional-management-item:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 779px) {
  .filters-container .filters-content .additional-management-container .download-report-item {
    display: none;
  }
}

.filters-container .filters-content .additional-management-container a.download_link {
  color: var(--text-disabled);
  font-weight: 600;
  text-transform: uppercase;
}

.filters-container .filters-content .additional-management-container a.download_link svg {
  fill: var(--text-disabled);
}

.filters-container .filters-content .mobile-only.reset-btn-container {
  margin: var(--space-400) 0;
}

.filters-container label {
  color: var(--text-disabled);
  font-size: var(--body-md);
}

.filters-container select {
  background-color: var(--background-default-default);
  border: 1px solid var(--border-default-default);
  border-radius: var(--radius-sm);
  color: inherit;
  height: 40px;
  padding: 5px var(--space-300);
  width: 100%;
}

@media screen and (min-width: 780px) {
  .filters-container select {
    width: auto;
  }
}

.filters-container .input-group input {
  background-color: var(--background-default-default);
  border: 1px solid var(--border-default-default);
  border-radius: var(--radius-sm) 0 0 var(--radius-sm);
  font-size: inherit;
  color: inherit;
  height: 40px;
  padding: 5px var(--space-300);
}

.filters-container .input-group input::-webkit-input-placeholder {
  color: var(--text-default-secondary);
  opacity: 0.5;
}

.filters-container .input-group input::-moz-placeholder {
  color: var(--text-default-secondary);
  opacity: 0.5;
}

.filters-container .input-group input::-ms-input-placeholder {
  color: var(--text-default-secondary);
  opacity: 0.5;
}

.filters-container .input-group input::placeholder {
  color: var(--text-default-secondary);
  opacity: 0.5;
}

.filters-container .input-group .input-group-addon {
  color: inherit;
  padding: 5px var(--space-400);
  background-color: var(--background-default-default);
  border: 1px solid var(--border-default-default);
  border-left: none;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.filters-container .submit-btn-container .btn {
  display: block;
  background-color: var(--background-default-tertiary);
  border: 1px solid var(--background-default-tertiary);
  border-radius: var(--radius-sm);
  font-size: inherit;
  font-weight: 600;
  color: var(--text-disabled-secondary);
  width: 100%;
  height: 40px;
  padding: 5px var(--space-600);
}

@media screen and (min-width: 780px) {
  .filters-container .submit-btn-container .btn {
    width: auto;
  }
}

.filters-container .submit-btn-container .btn.is-active {
  background-color: var(--text-brand-blue-quaternary);
  border-color: var(--text-brand-blue-quaternary);
  color: var(--text-on-action);
}

.filters-container .submit-btn-container .btn:disabled {
  background-color: var(--background-default-tertiary);
  border: 1px solid var(--background-default-tertiary);
  color: var(--text-disabled-secondary);
  outline: none;
  cursor: not-allowed;
  opacity: 1;
}

.filters-container .submit-btn-container .btn:not(:disabled):active,
.filters-container .submit-btn-container .btn:not(:disabled):focus,
.filters-container .submit-btn-container .btn:not(:disabled):hover {
  background-color: var(--text-brand-blue-tertiary);
  border-color: var(--text-brand-blue-tertiary);
  color: var(--text-on-action);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.filters-container .reset-btn-container .btn {
  display: block;
  background-color: var(--background-default-secondary);
  border: 1px solid var(--background-default-secondary);
  border-radius: var(--radius-sm);
  font-size: inherit;
  font-weight: 600;
  color: var(--text-default-quaternary);
  width: 100%;
  height: 40px;
  padding: 5px var(--space-600);
}

@media screen and (min-width: 780px) {
  .filters-container .reset-btn-container .btn {
    width: auto;
  }
}

.filters-container .reset-btn-container .btn:hover {
  background-color: var(--background-default-quaternary);
  border-color: var(--background-default-quaternary);
}

.filters-container .reset-btn-container .btn:active,
.filters-container .reset-btn-container .btn:focus {
  background-color: var(--background-default-tertiary);
  border-color: var(--background-default-tertiary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.filters-container .show-entries-box-container {
  color: var(--text-disabled);
  font-size: var(--body-md);
  margin: 0;
}

@media screen and (max-width: 779px) {
  .filters-container .show-entries-box-container {
    width: 100%;
  }
}

.filters-container .show-entries-box-container label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 780px) {
  .filters-container .show-entries-box-container label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 779px) {
  .filters-container .show-entries-box-container label > span {
    margin: 0 4px 0 0;
  }
}

.filters-container .show-entries-box-container select {
  background-color: var(--background-default-default);
  border: 1px solid var(--border-default-default);
  border-radius: var(--radius-sm);
  color: inherit;
  height: 40px;
  padding: 5px var(--space-300);
  margin: 0 4px;
}

@media screen and (max-width: 779px) {
  .filters-container .show-entries-box-container select {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
  }
}

.filters-container .search-box-container {
  display: block;
  position: relative;
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 780px) {
  .filters-container .search-box-container {
    max-width: 190px;
  }
}

.filters-container .search-box-container input {
  background-color: var(--background-default-default);
  border: 1px solid var(--border-default-default);
  border-radius: var(--radius-md);
  color: var(--text-disabled);
  font-size: var(--body-md);
  height: 40px;
  padding: 5px 48px 5px var(--space-400);
  width: 100%;
  margin: 0;
}

.filters-container .search-box-container input::-webkit-input-placeholder {
  color: var(--text-default-secondary);
  opacity: 0.5;
}

.filters-container .search-box-container input::-moz-placeholder {
  color: var(--text-default-secondary);
  opacity: 0.5;
}

.filters-container .search-box-container input::-ms-input-placeholder {
  color: var(--text-default-secondary);
  opacity: 0.5;
}

.filters-container .search-box-container input::placeholder {
  color: var(--text-default-secondary);
  opacity: 0.5;
}

.filters-container .search-box-container .icon-element {
  position: absolute;
  display: block;
  width: 16px;
  top: calc(32%);
  right: var(--space-400);
  padding: 0;
  margin: 0;
}

.filters-container .search-box-container .icon-element svg {
  display: block;
  fill: var(--text-default-secondary);
  width: 100%;
  height: auto;
  opacity: 0.5;
}

.filters-container .show-filters .btn {
  display: block;
  background-color: var(--background-default-tertiary);
  border: 1px solid var(--background-default-tertiary);
  border-radius: var(--radius-sm);
  font-size: inherit;
  font-weight: 600;
  color: inherit;
  width: 100%;
  height: 40px;
  padding: 5px var(--space-600);
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

@media screen and (min-width: 780px) {
  .filters-container .show-filters .btn {
    width: auto;
  }
}

.filters-container .show-filters .btn:hover {
  background-color: var(--surface-action-primary-hover);
  border-color: var(--surface-action-primary);
  color: var(--text-on-action);
}

.filters-container .show-filters .btn:active,
.filters-container .show-filters .btn:focus {
  background-color: var(--surface-action-primary);
  border-color: var(--borders-dividers-tertiary);
  color: var(--text-on-action);
}

.filters-container .mobile-only {
  display: block;
}

@media screen and (min-width: 780px) {
  .filters-container .mobile-only {
    display: none;
  }
}

.filters-container .filters-title-bar {
  width: 100%;
  border-bottom: var(--stroke-border) solid var(--border-default-default);
  padding: 0 var(--space-300) var(--space-300);
  margin: 0 0 var(--space-500);
}

.filters-container .filters-title-bar .title-text {
  color: var(--text-disabled);
  font-size: var(--body-md);
  text-align: center;
  text-transform: uppercase;
}

.filters-container .close-filters {
  position: absolute;
  top: 16px;
  right: 16px;
}

@media screen and (min-width: 780px) {
  .filters-container .close-filters {
    display: none;
  }
}

.filters-container .close-filters .close-filters-btn svg {
  width: 20px;
  height: 20px;
  fill: var(--text-disabled);
}

.table-transactions-container {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  -webkit-box-shadow: var(--space-0, 0px) var(--space-025, 1px) var(--blur-effect-sm, 4px) var(--depth-effect-0, 0px) var(--black-10, rgba(17, 17, 17, 0.1)), var(--space-0, 0px) var(--space-025, 1px) var(--blur-effect-sm, 4px) var(--depth-effect-0, 0px) var(--black-5, rgba(17, 17, 17, 0.05));
          box-shadow: var(--space-0, 0px) var(--space-025, 1px) var(--blur-effect-sm, 4px) var(--depth-effect-0, 0px) var(--black-10, rgba(17, 17, 17, 0.1)), var(--space-0, 0px) var(--space-025, 1px) var(--blur-effect-sm, 4px) var(--depth-effect-0, 0px) var(--black-5, rgba(17, 17, 17, 0.05));
}

.table-transactions-container .table-transactions-content {
  overflow: auto;
}

.table-transactions-container .table-transactions-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: var(--gray-800);
  padding: 10px 12px;
  color: var(--text-on-action);
  font-size: var(--body-md);
  font-weight: 400;
  line-height: 1.5;
}

.table-transactions-container .table-transactions-top-bar .info-box:last-child {
  text-align: right;
}

.table-transactions-container .table-transactions-top-bar .info-box p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.table-transactions-container .table-transactions-top-bar .info-box .info-box-data {
  font-weight: 600;
}

.table-transactions-container .table-transactions {
  width: 100%;
  min-width: 1376px;
  background: var(--background-default-default);
  color: var(--text-default-secondary);
  font-size: var(--body-md);
  line-height: 1.5;
  table-layout: fixed;
}

.table-transactions-container .table-transactions tr:first-child {
  border-bottom: var(--stroke-border, 1px) solid var(--border-default-secondary, #b3b3b3);
}

.table-transactions-container .table-transactions tr:not(:first-child):hover {
  background-color: #edf1fc;
}

.table-transactions-container .table-transactions .tr-sub {
  font-size: var(--body-sm);
  line-height: 1.4;
  border-bottom: 1px solid var(--border-default-default);
}

.table-transactions-container .table-transactions .tr-sub th {
  padding: var(--space-300);
}

.table-transactions-container .table-transactions .sub-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 400;
}

.table-transactions-container .table-transactions .sub-headers > div {
  width: 100%;
  text-align: right;
  padding: var(--space-200) var(--space-300);
}

.table-transactions-container .table-transactions td {
  border-right: 1px solid var(--border-default-default);
  padding: var(--space-300);
}

.table-transactions-container .table-transactions td.t-local-currency,
.table-transactions-container .table-transactions td.t-local-debit,
.table-transactions-container .table-transactions td.t-wt-debit,
.table-transactions-container .table-transactions td.t-wt-credit,
.table-transactions-container .table-transactions td.t-wt-balance {
  border-right: none;
}

.table-transactions-container .table-transactions a {
  color: var(--text-brand-blue-tertiary);
}

.table-transactions-container .table-transactions th {
  padding: var(--space-300);
  font-size: var(--body-sm);
  font-weight: 600;
  line-height: 1.4;
  border-left: 1px solid var(--border-default-default);
}

.table-transactions-container .table-transactions th:first-child {
  border-left: none;
}

.table-transactions-container .table-transactions th.t-local,
.table-transactions-container .table-transactions th.t-wt {
  padding: 0;
  text-align: center;
}

.table-transactions-container .table-transactions th.t-local .th-header,
.table-transactions-container .table-transactions th.t-wt .th-header {
  padding: var(--space-300);
  border-bottom: 1px solid var(--border-default-default);
}

.table-transactions-container .table-transactions .th-with-sub-headers {
  vertical-align: top;
}

.table-transactions-container .table-transactions td.t-debit,
.table-transactions-container .table-transactions td.t-credit,
.table-transactions-container .table-transactions td.t-balance {
  text-align: right;
}

.table-transactions-container .table-transactions th.t-debit,
.table-transactions-container .table-transactions th.t-credit,
.table-transactions-container .table-transactions th.t-balance {
  text-align: center;
}

.table-transactions-container .table-transactions td.t-booking-status {
  text-transform: uppercase;
}

.table-transactions-container .table-transactions td.t-booking-status.color-status-approved {
  color: var(--text-status-approved);
}

.table-transactions-container .table-transactions td.t-booking-status.color-status-cancelled {
  color: var(--text-status-cancelled);
}

.table-transactions-container .table-transactions td.t-booking-status.color-status-expired {
  color: var(--text-status-expired);
}

.table-transactions-container .table-transactions td.t-booking-status.color-status-reserved {
  color: var(--text-status-reserved);
}

.table-transactions-container .table-transactions td.t-booking-status.color-status-other {
  color: var(--text-status-other);
}

.table-transactions-container .table-transactions td.t-booking-status.color-status-refunded {
  color: var(--text-status-refund);
}

.table-transactions-container .table-transactions td.t-booking-status.color-status-rejected {
  color: var(--text-status-rejected);
}

.table-transactions-container .table-transactions td.t-booking-status.color-status-dropped {
  color: var(--text-status-dropped);
}

.table-transactions-container .table-transactions td.t-booking-status.color-status-payment-pending {
  color: var(--text-status-payment-pending);
}

.table-transactions-container .table-transactions td.t-booking-status.color-status-waiting {
  color: var(--text-status-waiting);
}

.table-transactions-container .table-transactions td.t-booking-status.color-status-issues {
  color: var(--text-status-issues);
}

.table-transactions-container .table-transactions td.t-booking-status.color-status-none {
  color: var(--text-status-none);
}

.table-transactions-container .table-transactions .t-local-currency,
.table-transactions-container .table-transactions .t-local-debit,
.table-transactions-container .table-transactions .t-local-credit,
.table-transactions-container .table-transactions .t-wt-debit,
.table-transactions-container .table-transactions .t-wt-credit,
.table-transactions-container .table-transactions .t-wt-balance {
  text-align: right;
}

.table-transactions-container .table-transactions .t-local-currency {
  border-left: 1px solid var(--border-default-default);
}

.table-transactions-container .table-transactions .t-local-credit {
  border-right: 1px solid var(--border-default-default);
}

.table-transactions-container .table-transactions .t-date {
  width: 7.9%;
}

.table-transactions-container .table-transactions .t-transaction-type {
  width: 7.7%;
}

.table-transactions-container .table-transactions .t-reference {
  width: 14.14%;
}

.table-transactions-container .table-transactions .t-booking-code {
  width: 7.9%;
}

.table-transactions-container .table-transactions .t-description {
  width: 14.14%;
}

.table-transactions-container .table-transactions .t-booking-status {
  width: 8%;
}

.table-transactions-container .table-transactions .t-local-currency {
  width: 6.87%;
}

.table-transactions-container .table-transactions .t-local-debit {
  width: 6.87%;
}

.table-transactions-container .table-transactions .t-local-credit {
  width: 6.87%;
}

.table-transactions-container .table-transactions .t-wt-debit {
  width: 6.87%;
}

.table-transactions-container .table-transactions .t-wt-credit {
  width: 6.87%;
}

.table-transactions-container .table-transactions .t-wt-balance {
  width: 6.87%;
}

.h-flex,
.d-flex,
.t-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row,
.col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

/* GUTTER */

.with-gutter,
.col-xs-12.with-gutter {
  padding-left: 15px;
  padding-right: 15px;
}

.no-gutter {
  padding: 0;
}

.col.gl0 {
  padding-left: 0;
}

.col.gr0 {
  padding-left: 0;
}

/* FLEX DIRECTION */

.f-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.f-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

/* FLEX DIRECTION */

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

/* FLEX FLOW */

.row-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.row-nowrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.row-wrap-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap-reverse;
          flex-flow: row wrap-reverse;
}

.column-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

.column-nowrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.column-wrap-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap-reverse;
          flex-flow: column wrap-reverse;
}

/* FLEX Basis */

.basis-auto {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}

.basis-0 {
  -ms-flex-preferred-size: 0 !important;
      flex-basis: 0 !important;
}

.basis-value {
  -ms-flex-preferred-size: 150px !important;
      flex-basis: 150px !important;
}

/* FLEX SHRINK */

.shrink-unset {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* JUSTIFY CONTENT */

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

/* ALIGN ITEMS */

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/* ALIGN CONTENT */

.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

/* ALIGN CONTENT */

.align-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.align-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.align-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.align-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.align-baseline {
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}

/* Column Order */

.order-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.f-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 769px) {
  .d-flex {
    display: initial;
  }

  .with-gutter,
  .col-xs-12.with-gutter {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 500px) {
  .t-flex {
    display: initial;
  }
}

/*   MARGIN and PADDING */

.m-auto {
  margin: auto;
}

.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

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

.mr0 {
  margin-right: 0;
}

.ml0 {
  margin-left: 0;
}

.mr05 {
  margin-right: 0.5em;
}

.mb1 {
  margin-bottom: 1em;
}

.mt1 {
  margin-top: 1em;
}

.ml1 {
  margin-left: 1em;
}

.mr1 {
  margin-right: 1em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pr0 {
  padding-right: 0;
}

.pl0 {
  padding-left: 0;
}

.p2 {
  padding: 2em;
}

.tooltip {
  display: block !important;
  z-index: 10000;
  /*.tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: black;
    z-index: 1;
  }*/
}

.tooltip .tooltip-inner {
  background-color: #4a4a4a;
  color: white;
  border-radius: 4px;
  padding: 5px 10px 4px;
  font-size: 14px;
  line-height: 18px;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(45%);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 2px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(45%);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(45%);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(45%);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

body.expandedMenu .tooltip.tooltip-collapsed[aria-hidden="false"] {
  visibility: hidden !important;
  display: none !important;
}

body .tooltip.tooltip-collapsed[aria-hidden="false"] {
  visibility: visible !important;
  display: block !important;
}

@media screen and (max-width: 769px) {
  body .tooltip.tooltip-collapsed[aria-hidden="false"] {
    visibility: hidden !important;
    display: hidden !important;
  }
}

.whatsapp-box-container {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  bottom: 0;
  padding: 15px;
  z-index: 99;
}

@media screen and (min-width: 780px) {
  .whatsapp-box-container {
    padding: 25px;
  }
}

.whatsapp-box-container .whatsapp-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #25d366;
  border-radius: 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.whatsapp-box-container .whatsapp-box:hover,
.whatsapp-box-container .whatsapp-box:focus {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}

@media screen and (min-width: 780px) {
  .whatsapp-box-container .whatsapp-box {
    width: 60px;
    height: 60px;
  }
}

.whatsapp-box-container svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 780px) {
  .whatsapp-box-container svg {
    width: 30px;
    height: 30px;
  }
}
