@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,500,700);@import url(https://fonts.googleapis.com/css?family=Open+Sans);@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,700,400,300);@charset "UTF-8";
/* $border-radius-base; */
/* $border-radius-large; */
/* $border-radius-small; */
/* (720px + $grid-gutter-width); */
/* (973px + $grid-gutter-width); */
/* (1160px + $grid-gutter-width); */
/* (1320px + $grid-gutter-width); */
/* Checkout Formulario Resume */
/* Botones */
/*!
 *  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("../../fonts/fontawesome/fontawesome-webfont.eot");
  src: url("../../fonts/fontawesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/fontawesome/fontawesome-webfont.woff") format("woff"), url("../../fonts/fontawesome/fontawesome-webfont.ttf") format("truetype"), url("../../fonts/fontawesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-next .ui-icon {
  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 #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .ui-datepicker .ui-datepicker-prev .fa-pull-left.ui-icon, .ui-datepicker .ui-datepicker-next .fa-pull-left.ui-icon {
  margin-right: .3em; }

.fa.fa-pull-right, .ui-datepicker .ui-datepicker-prev .fa-pull-right.ui-icon, .ui-datepicker .ui-datepicker-next .fa-pull-right.ui-icon {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .ui-datepicker .ui-datepicker-prev .pull-left.ui-icon, .ui-datepicker .ui-datepicker-next .pull-left.ui-icon {
  margin-right: .3em; }

.fa.pull-right, .ui-datepicker .ui-datepicker-prev .pull-right.ui-icon, .ui-datepicker .ui-datepicker-next .pull-right.ui-icon {
  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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-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 {
  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: #ffffff; }

/* 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-sm: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"; }

@font-face {
  font-family: "iconfont";
  src: url("../../fonts/iconfont/iconfont.eot");
  src: url("../../fonts/iconfont/iconfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/iconfont/iconfont.woff") format("woff"), url("../../fonts/iconfont/iconfont.ttf") format("truetype"), url("../../fonts/iconfont/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "iconfont" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "iconfont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-parques:before {
  content: "\E900"; }

.icon-allinclusive:before {
  content: "a"; }

.icon-aparcamiento:before {
  content: "b"; }

.icon-PAR:before {
  content: "b"; }

.icon-arbol:before {
  content: "c"; }

.icon-arroba:before {
  content: "d"; }

.icon-ascensor:before {
  content: "e"; }

.icon-auto:before {
  content: "f"; }

.icon-autoalquiler:before {
  content: "g"; }

.icon-autoreloj:before {
  content: "h"; }

.icon-avion:before {
  content: "i"; }

.icon-avion-hor:before {
  content: "j"; }

.icon-boletos:before {
  content: "k"; }

.icon-bolsa:before {
  content: "l"; }

.icon-botiquin:before {
  content: "m"; }

.icon-cajafuerte:before {
  content: "n"; }

.icon-cama:before {
  content: "p"; }

.icon-camaleta:before {
  content: "q"; }

.icon-camara:before {
  content: "r"; }

.icon-cambiomoneda:before {
  content: "s"; }

.icon-candado:before {
  content: "t"; }

.icon-carta:before {
  content: "u"; }

.icon-casino:before {
  content: "v"; }

.icon-chevron:before {
  content: "w"; }

.icon-compartir:before {
  content: "x"; }

.icon-copa:before {
  content: "y"; }

.icon-depacua:before {
  content: "z"; }

.icon-desayuno:before {
  content: "A"; }

.icon-desayunoac:before {
  content: "B"; }

.icon-desayunoc:before {
  content: "C"; }

.icon-discapacitado:before {
  content: "D"; }

.icon-AMR:before {
  content: "D"; }

.icon-doublechevron:before {
  content: "E"; }

.icon-engranaje:before {
  content: "F"; }

.icon-estrella-llena:before {
  content: "G"; }

.icon-estrella-mitad:before {
  content: "H"; }

.icon-estrella-vacia:before {
  content: "I"; }

.icon-fax:before {
  content: "J"; }

.icon-fb:before {
  content: "K"; }

.icon-gp:before {
  content: "L"; }

.icon-guarderia:before {
  content: "M"; }

.icon-gym:before {
  content: "N"; }

.icon-GYM:before {
  content: "N"; }

.icon-habserv:before {
  content: "O"; }

.icon-idioma:before {
  content: "P"; }

.icon-ig:before {
  content: "Q"; }

.icon-in:before {
  content: "R"; }

.icon-jacuzzi:before {
  content: "S"; }

.icon-lavaplancha:before {
  content: "T"; }

.icon-limpieza:before {
  content: "U"; }

.icon-lupa:before {
  content: "V"; }

.icon-maletin:before {
  content: "W"; }

.icon-mapabrujula:before {
  content: "X"; }

.icon-marker:before {
  content: "Y"; }

.icon-mascota:before {
  content: "Z"; }

.icon-medico:before {
  content: "0"; }

.icon-nadar:before {
  content: "1"; }

.icon-negocios:before {
  content: "2"; }

.icon-nieve:before {
  content: "3"; }

.icon-nofuma:before {
  content: "4"; }

.icon-nove:before {
  content: "5"; }

.icon-pc:before {
  content: "6"; }

.icon-pesos:before {
  content: "7"; }

.icon-piscina:before {
  content: "8"; }

.icon-playaprivada:before {
  content: "!"; }

.icon-portero:before {
  content: "\""; }

.icon-recepcion24:before {
  content: "#"; }

.icon-restaurant:before {
  content: "$"; }

.icon-RES:before {
  content: "$"; }

.icon-reunion:before {
  content: "%"; }

.icon-sauna:before {
  content: "&"; }

.icon-spa:before {
  content: "'"; }

.icon-spinner1:before {
  content: "("; }

.icon-spinner8:before {
  content: ")"; }

.icon-telefono:before {
  content: "*"; }

.icon-tijera:before {
  content: "+"; }

.icon-timbre:before {
  content: ","; }

.icon-transporte:before {
  content: "-"; }

.icon-tren:before {
  content: "."; }

.icon-tw:before {
  content: "/"; }

.icon-ve:before {
  content: ":"; }

.icon-velero:before {
  content: ";"; }

.icon-vip:before {
  content: "<"; }

.icon-wifi:before {
  content: "="; }

.icon-WIR:before {
  content: "="; }

.icon-yt:before {
  content: ">"; }

.icon-salir:before {
  content: "?"; }

.icon-entrar:before {
  content: "@"; }

.icon-comillas:before {
  content: "]"; }

.icon-ok:before {
  content: "^"; }

.icon-pen:before {
  content: "_"; }

.icon-remove:before {
  content: "`"; }

.icon-hash:before {
  content: "{"; }

.icon-chevron-down:before {
  content: "|"; }

.icon-chevron-up:before {
  content: "}"; }

.icon-chevron-left:before {
  content: "~"; }

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

.icon-link:before {
  content: "\E000"; }

.icon-fechayhora:before {
  content: "\E001"; }

.icon-like:before {
  content: "\E002"; }

.icon-cal2:before {
  content: "\E003"; }

.icon-cardoor:before {
  content: "\E004"; }

.icon-target:before {
  content: "\E005"; }

.icon-tag:before {
  content: "\E006"; }

.icon-logout:before {
  content: "\E007"; }

.icon-user:before {
  content: "\E009"; }

.icon-palm-tree:before {
  content: "\E00A"; }

.icon-tree:before {
  content: "\E00B"; }

.icon-air:before {
  content: "\E00C"; }

.icon-area-chart:before {
  content: "\E00D"; }

.icon-garden:before {
  content: "\E00E"; }

.icon-sun-o:before {
  content: "\E00F"; }

.icon-leaf:before {
  content: "\E010"; }

.icon-ios-snowy:before {
  content: "\E011"; }

.icon-tacometro:before {
  content: "\E012"; }

.icon-cloud-sun:before {
  content: "\E013"; }

.icon-celcius:before {
  content: "\E014"; }

.icon-funnel:before {
  content: "\E015"; }

.icon-sliders:before {
  content: "\E016"; }

.icon-person:before {
  content: "\E017"; }

.icon-android-time:before {
  content: "\E018"; }

.icon-share:before {
  content: "\E01A"; }

.icon-print:before {
  content: "\E019"; }

.icon-moon-o:before {
  content: "\E01B"; }

.icon-tag-1:before {
  content: "\E01C"; }

.icon-bebe:before {
  content: "\E01D"; }

.icon-doble-cama:before {
  content: "\E01E"; }

.icon-ducha:before {
  content: "\E01F"; }

.icon-indiv-cama:before {
  content: "\E020"; }

.icon-habdisc:before {
  content: "\E021"; }

.icon-pileta:before {
  content: "\E022"; }

.icon-POL:before {
  content: "\E022"; }

.icon-pileta-bebe:before {
  content: "\E023"; }

.icon-simple-cama:before {
  content: "\E024"; }

.icon-smoke:before {
  content: "\E025"; }

.icon-sofa:before {
  content: "\E026"; }

.icon-tele:before {
  content: "\E027"; }

.icon-news:before {
  content: "\E028"; }

.icon-ubicacion:before {
  content: "["; }

.icon-refresh:before {
  content: "\E029"; }

.icon-ida:before {
  content: "\E02A"; }

.icon-idayvuelta:before {
  content: "\E02B"; }

.icon-vuelta:before {
  content: "\E02C"; }

.icon-atc:before {
  content: "\E02D"; }

.icon-mickey:before {
  content: "\E02E"; }

.icon-user2:before {
  content: "\E02F"; }

.icon-circle-o:before {
  content: "\E030"; }

.icon-circle:before {
  content: "\E031"; }

.icon-help:before {
  content: "\E032"; }

.icon-help-o:before {
  content: "\E033"; }

.icon-adult:before {
  content: "\E034"; }

.icon-grid:before {
  content: "\E035"; }

.icon-bars:before {
  content: "\E008"; }

.icon-bus:before {
  content: "\E036"; }

.icon-movistar-home:before {
  content: "\E037"; }

.icon-movistar-tel:before {
  content: "\E038"; }

.icon-avioncal:before {
  content: "\E039"; }

.icon-options:before {
  content: "\E03A"; }

.icon-globe:before {
  content: "\E03E"; }

.icon-cash:before {
  content: "\E040"; }

.icon-paperplane:before {
  content: "\E03B"; }

.icon-like-1:before {
  content: "\E03C"; }

.icon-list-ul:before {
  content: "\E03D"; }

.icon-sun-weather:before {
  content: "\E03F"; }

.icon-globe-1:before {
  content: "\E041"; }

.icon-face-happy:before {
  content: "\E042"; }

.icon-face-noemo:before {
  content: "\E043"; }

.icon-face-sad:before {
  content: "\E044"; }

.icon-face-smile:before {
  content: "\E045"; }

.icon-compass:before {
  content: "\E046"; }

.icon-calendar:before {
  content: "\E047"; }

.icon-cal:before {
  content: "o"; }

.icon-playa:before {
  content: "9"; }

.icon-angle-double-right:before {
  content: "\E048"; }

.icon-angle-double-left:before {
  content: "\E049"; }

.icon-angle-double-up:before {
  content: "\E04A"; }

.icon-angle-double-down:before {
  content: "\E04B"; }

.icon-angle-down:before {
  content: "\E04C"; }

.icon-angle-left:before {
  content: "\E04D"; }

.icon-angle-right:before {
  content: "\E04E"; }

.icon-angle-up:before {
  content: "\E04F"; }

.icon-arrow-down:before {
  content: "\E050"; }

.icon-arrow-up:before {
  content: "\E051"; }

.icon-barbell:before {
  content: "\E052"; }

.icon-envelope:before {
  content: "\E053"; }

.icon-google-drive-logo:before {
  content: "\E054"; }

.icon-bags-02:before {
  content: "\E055"; }

.icon-bags-01:before {
  content: "\E056"; }

.icon-vuelo-mas-hotel:before {
  content: "\E062"; }

.icon-envelope-1:before {
  content: "\E063"; }

.icon-phone:before {
  content: "\E064"; }

.icon-user-1:before {
  content: "\E065"; }

.icon-users-circle:before {
  content: "\E066"; }

.icon-cart-circle:before {
  content: "\E067"; }

.icon-target-1:before {
  content: "\E068"; }

.icon-caduceus:before {
  content: "\E069"; }

.icon-tags:before {
  content: "\E06A"; }

.icon-login:before {
  content: "\E06B"; }

.icon-rc-1st-tank:before {
  content: "\E06C"; }

.icon-rc-2nd-driver:before {
  content: "\E06D"; }

.icon-rc-cdw-ldw:before {
  content: "\E06E"; }

.icon-rc-gps:before {
  content: "\E06F"; }

.icon-rc-lis-lsi:before {
  content: "\E070"; }

.icon-rc-mileage:before {
  content: "\E071"; }

.icon-rc-tax:before {
  content: "\E072"; }

.icon-pinterest-p:before {
  content: "\E073"; }

.icon-google-plus:before {
  content: "\E074"; }

.icon-youtube2:before {
  content: "\E075"; }

.icon-google-plus2:before {
  content: "\E076"; }

.icon-calendar-flight:before {
  content: "\E077"; }

/* -------------------------- */
/* Amenities icons 
1 - Estacionamiento 
2 - Piscina
3 - Gimnasio
4 - Wi Fi
5 - Movilidad reducida
6 - Restaurante
*/
/* .icon-icon-amenities-1:before {
  content: "\e057";
}
.icon-icon-amenities-2:before {
  content: "\e058";
}
.icon-icon-amenities-3:before {
  content: "\e05a";
}
.icon-icon-amenities-4:before {
  content: "\e05d";
}
.icon-icon-amenities-5:before {
  content: "\e05e";
}
.icon-icon-amenities-6:before {
  content: "\e060";
} */
.icon-amenities-14:before {
  content: "\E058"; }

.icon-amenities-15:before {
  content: "\E05A"; }

.icon-amenities-16:before {
  content: "\E05D"; }

.icon-amenities-17:before {
  content: "\E05E"; }

.icon-amenities-18:before {
  content: "\E060"; }

.icon-amenities-13:before {
  content: "\E057"; }

.icon-14260:before {
  content: "b"; }

.icon-12810:before {
  content: "Z"; }

.icon-14841:before {
  content: "#"; }

.icon-13140:before {
  content: "&"; }

.icon-13340:before {
  content: "\E025"; }

.icon-10590:before {
  content: "W"; }

.icon-12290:before {
  content: "T"; }

.icon-11800:before {
  content: "b"; }

.icon-12980:before {
  content: "\E03E"; }

.icon-12310:before {
  content: "e"; }

.icon-11640:before {
  content: "\E018"; }

.icon-12150:before {
  content: "S"; }

.icon-14040:before {
  content: "\E05D"; }

.icon-12080:before {
  content: "\E058"; }

.icon-11860:before {
  content: "\E05D"; }

.icon-10080:before {
  content: "3"; }

.icon-13330:before {
  content: "\E025"; }

.icon-14020:before {
  content: "\E05E"; }

.icon-13530:before {
  content: "\E058"; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -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;
  cursor: pointer; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../fonts/glyphicons/glyphicons-halflings-regular.eot");
  src: url("../../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/glyphicons/glyphicons-halflings-regular.woff2") format("woff2"), url("../../fonts/glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("../../fonts/glyphicons/glyphicons-halflings-regular.ttf") format("truetype"), url("../../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons-halflings-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #606060;
  background-color: #F0F0F0; }

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

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .content-head-detail .main-title, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #0e329e; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .content-head-detail .main-title a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #0e329e; }
    h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
    .h1 a:visited, .h2 a:visited, .content-head-detail .main-title a:visited, .h3 a:visited, .h4 a:visited, .h5 a:visited, .h6 a:visited {
      color: #0e329e; }
    h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active, h5 a:hover, h5 a:active, h6 a:hover, h6 a:active,
    .h1 a:hover,
    .h1 a:active, .h2 a:hover, .content-head-detail .main-title a:hover, .h2 a:active, .content-head-detail .main-title a:active, .h3 a:hover, .h3 a:active, .h4 a:hover, .h4 a:active, .h5 a:hover, .h5 a:active, .h6 a:hover, .h6 a:active {
      color: #ff5e52; }
  h1 small,
  h1 .small,
  h1 label,
  h1 .label-input, h2 small,
  h2 .small,
  h2 label,
  h2 .label-input, h3 small,
  h3 .small,
  h3 label,
  h3 .label-input, h4 small,
  h4 .small,
  h4 label,
  h4 .label-input, h5 small,
  h5 .small,
  h5 label,
  h5 .label-input, h6 small,
  h6 .small,
  h6 label,
  h6 .label-input,
  .h1 small,
  .h1 .small,
  .h1 label,
  .h1 .label-input, .h2 small, .content-head-detail .main-title small,
  .h2 .small,
  .content-head-detail .main-title .small,
  .h2 label,
  .content-head-detail .main-title label,
  .h2 .label-input,
  .content-head-detail .main-title .label-input, .h3 small,
  .h3 .small,
  .h3 label,
  .h3 .label-input, .h4 small,
  .h4 .small,
  .h4 label,
  .h4 .label-input, .h5 small,
  .h5 .small,
  .h5 label,
  .h5 .label-input, .h6 small,
  .h6 .small,
  .h6 label,
  .h6 .label-input {
    font-weight: normal;
    line-height: 1;
    color: #969696; }
  h1.title-alternative, h2.title-alternative, h3.title-alternative, h4.title-alternative, h5.title-alternative, h6.title-alternative,
  .h1.title-alternative, .h2.title-alternative, .content-head-detail .title-alternative.main-title, .h3.title-alternative, .h4.title-alternative, .h5.title-alternative, .h6.title-alternative {
    color: #1449e4; }

h1, .h1,
h2, .h2, .content-head-detail .main-title,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small,
  h1 label,
  h1 .label-input, .h1 small,
  .h1 .small,
  .h1 label,
  .h1 .label-input,
  h2 small,
  h2 .small,
  h2 label,
  h2 .label-input, .h2 small, .content-head-detail .main-title small,
  .h2 .small,
  .content-head-detail .main-title .small,
  .h2 label,
  .content-head-detail .main-title label,
  .h2 .label-input,
  .content-head-detail .main-title .label-input,
  h3 small,
  h3 .small,
  h3 label,
  h3 .label-input, .h3 small,
  .h3 .small,
  .h3 label,
  .h3 .label-input {
    font-size: 65%; }

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

h1, .h1 {
  font-size: 25px;
  margin-bottom: 15px;
  margin-top: 35px; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 24px;
      margin-top: 15px;
      margin-bottom: 15px; } }

h2, .h2, .content-head-detail .main-title {
  font-size: 19px; }
  @media (max-width: 767px) {
    h2, .h2, .content-head-detail .main-title {
      font-size: 25px; } }

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

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

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,
label,
.label-input {
  font-size: 85%; }

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

strong,
.strong {
  font-weight: 600; }

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

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

.text-center {
  text-align: center; }
  .text-center img {
    margin: auto; }

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

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

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

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

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

.text-muted {
  color: #969696; }

.text-primary {
  color: #1449e4; }

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

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

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

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

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

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

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

.text-danger {
  color: #d9534f; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #1449e4; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 1170px) {
  .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 #969696; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #e0e0e0; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small,
  blockquote label,
  blockquote .label-input {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #969696; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before,
    blockquote label:before,
    blockquote .label-input:before {
      content: '\2014   \A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e0e0e0;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  .blockquote-reverse label:before,
  .blockquote-reverse .label-input:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before,
  blockquote.pull-right label:before,
  blockquote.pull-right .label-input:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  .blockquote-reverse label:after,
  .blockquote-reverse .label-input:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after,
  blockquote.pull-right label:after,
  blockquote.pull-right .label-input:after {
    content: '\A0   \2014'; }

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

.del {
  color: red;
  text-decoration: line-through; }

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

code {
  padding: 2px 4px;
  font-size: 90%;
  border-radius: 0px; }

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      /* width: $container-sm; */
      max-width: 750px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 1030px; } }
  @media (min-width: 1170px) {
    .container {
      max-width: 1200px; } }
  @media (min-width: 1420px) {
    .container {
      max-width: 1380px;
      /* 1350px lalala */ } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1170px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: white; }

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

th, .th {
  text-align: left;
  font-weight: 600;
  font-size: 90%; }

.th {
  background-color: #f3f3f3; }

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

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

.table-bordered {
  border: 1px solid #e6e6e6; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #e6e6e6; }
  .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-striped > thead > tr > th,
.table-striped > thead > tr > td,
.table-striped > tbody > tr > th,
.table-striped > tbody > tr > td,
.table-striped > tfoot > tr > th,
.table-striped > tfoot > tr > td {
  border: none; }

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

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

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

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

.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: #f2d4d6; }

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

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

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

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

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

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

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

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

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

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

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

label,
.label-input {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 95%;
  letter-spacing: -0.2px; }

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

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

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

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

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

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

input[type='number'] {
  -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.42857;
  color: #1449e4; }

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px;
  font-size: 14px;
  line-height: 1.42857;
  color: #1449e4;
  background-color: white;
  background-image: none;
  border: 1px solid #dcdcdc;
  border-radius: inherit;
  /*   @include box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); */
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #b3b3b3;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #b3b3b3; }
  .form-control::-webkit-input-placeholder {
    color: #b3b3b3; }
  @media (max-width: 768px) {
    .form-control {
      font-size: 16px; } }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #f1f1f1;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }
  .form-control.invalid {
    border-color: #d9534f;
    color: #d9534f; }
    .form-control.invalid.datepicker {
      color: #d9534f; }
      .form-control.invalid.datepicker::-moz-placeholder {
        color: #d9534f;
        opacity: 1; }
      .form-control.invalid.datepicker:-ms-input-placeholder {
        color: #d9534f; }
      .form-control.invalid.datepicker::-webkit-input-placeholder {
        color: #d9534f; }
    .form-control.invalid::-moz-placeholder {
      color: #d9534f;
      opacity: 1; }
    .form-control.invalid:-ms-input-placeholder {
      color: #d9534f; }
    .form-control.invalid::-webkit-input-placeholder {
      color: #d9534f; }
    .form-control.invalid:focus {
      border-color: #c9302c; }
    .form-control.invalid ~ .fa, .ui-datepicker .ui-datepicker-prev .form-control.invalid ~ .ui-icon, .ui-datepicker .ui-datepicker-next .form-control.invalid ~ .ui-icon,
    .form-control.invalid ~ .ico-input {
      color: #d9534f !important; }

textarea.form-control {
  height: auto; }

.custom-select {
  position: relative;
  cursor: pointer; }
  .custom-select .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .custom-select .form-control option {
      padding: 8px; }
  .custom-select:after {
    content: "\F107";
    font-family: FontAwesome;
    color: #606060;
    padding: 12px 3px 0 3px;
    position: absolute;
    right: 1px;
    top: 1px;
    background: white;
    z-index: 1;
    text-align: center;
    width: 20px;
    height: 38px;
    pointer-events: none;
    box-sizing: border-box;
    background-color: white; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

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

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

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

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

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

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

.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: #a0a0a0; }

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px; }

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

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

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

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

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

/* Radio Buttons http://materializecss.com
   ========================================================================== */
.radio-custom {
  /* Unchecked styles */
  /* Checked styles */
  /* Radio With gap */
  /* Focused styles */
  /* Disabled Radio With gap */
  /* Disabled style */ }
  .radio-custom [type="radio"]:not(:checked),
  .radio-custom [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0; }
  .radio-custom [type="radio"]:not(:checked) + label,
  .radio-custom [type="radio"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    transition: .28s ease;
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    user-select: none; }
  .radio-custom [type="radio"] + label:before,
  .radio-custom [type="radio"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 18px;
    height: 18px;
    z-index: 0;
    transition: .28s ease; }
  .radio-custom [type="radio"]:not(:checked) + label:before,
  .radio-custom [type="radio"]:not(:checked) + label:after,
  .radio-custom [type="radio"]:checked + label:before,
  .radio-custom [type="radio"]:checked + label:after,
  .radio-custom [type="radio"].with-gap:checked + label:before,
  .radio-custom [type="radio"].with-gap:checked + label:after {
    border-radius: 50%; }
  .radio-custom [type="radio"]:not(:checked) + label:before,
  .radio-custom [type="radio"]:not(:checked) + label:after {
    border: 2px solid #ff8d85; }
  .radio-custom [type="radio"]:not(:checked) + label:after {
    transform: scale(0); }
  .radio-custom [type="radio"]:checked + label:before {
    border: 2px solid transparent; }
  .radio-custom [type="radio"]:checked + label:after,
  .radio-custom [type="radio"].with-gap:checked + label:before,
  .radio-custom [type="radio"].with-gap:checked + label:after {
    border: 2px solid #1449e4; }
  .radio-custom [type="radio"]:checked + label:after,
  .radio-custom [type="radio"].with-gap:checked + label:after {
    background-color: #1449e4; }
  .radio-custom [type="radio"]:checked + label:after {
    transform: scale(1.02); }
  .radio-custom [type="radio"].with-gap:checked + label:after {
    transform: scale(0.5); }
  .radio-custom [type="radio"].tabbed:focus + label:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); }
  .radio-custom [type="radio"].with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0, 0, 0, 0.26); }
  .radio-custom [type="radio"].with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.26); }
  .radio-custom [type="radio"]:disabled:not(:checked) + label:before,
  .radio-custom [type="radio"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26); }
  .radio-custom [type="radio"]:disabled + label {
    color: rgba(0, 0, 0, 0.26); }
  .radio-custom [type="radio"]:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, 0.26); }
  .radio-custom [type="radio"]:disabled:checked + label:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: #BDBDBD; }

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
.checkbox-custom {
  /* Remove default checkbox */
  /* Indeterminate checkbox */ }
  .checkbox-custom [type="checkbox"]:not(:checked),
  .checkbox-custom [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0; }
  .checkbox-custom [type="checkbox"] {
    /* checkbox aspect */ }
    .checkbox-custom [type="checkbox"] + label {
      position: relative;
      padding-left: 35px;
      cursor: pointer;
      display: inline-block;
      height: 25px;
      line-height: 25px;
      -webkit-user-select: none;
      /* webkit (safari, chrome) browsers */
      -moz-user-select: none;
      /* mozilla browsers */
      -khtml-user-select: none;
      /* webkit (konqueror) browsers */
      -ms-user-select: none;
      /* IE10+ */ }
    .checkbox-custom [type="checkbox"] + label:before,
    .checkbox-custom [type="checkbox"]:not(.filled-in) + label:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      z-index: 0;
      border: 2px solid #ff8d85;
      border-radius: 1px;
      margin-top: 2px;
      transition: .2s; }
    .checkbox-custom [type="checkbox"]:not(.filled-in) + label:after {
      border: 0;
      transform: scale(0); }
    .checkbox-custom [type="checkbox"]:not(:checked):disabled + label:before {
      border: none;
      background-color: rgba(0, 0, 0, 0.26); }
    .checkbox-custom [type="checkbox"].tabbed:focus + label:after {
      transform: scale(1);
      border: 0;
      border-radius: 50%;
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
      background-color: rgba(0, 0, 0, 0.1); }
  .checkbox-custom [type="checkbox"]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #1449e4;
    border-bottom: 2px solid #1449e4;
    transform: rotate(40deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%; }
  .checkbox-custom [type="checkbox"]:checked:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    border-bottom: 2px solid rgba(0, 0, 0, 0.26); }
  .checkbox-custom [type="checkbox"]:indeterminate + label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #1449e4;
    border-bottom: none;
    transform: rotate(90deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%; }
  .checkbox-custom [type="checkbox"]:indeterminate:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    background-color: transparent; }
  .checkbox-custom [type="checkbox"].filled-in + label:after {
    border-radius: 2px; }
  .checkbox-custom [type="checkbox"].filled-in + label:before,
  .checkbox-custom [type="checkbox"].filled-in + label:after {
    content: '';
    left: 0;
    position: absolute;
    /* .1s delay is for check animation */
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1; }
  .checkbox-custom [type="checkbox"].filled-in:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%; }
  .checkbox-custom [type="checkbox"].filled-in:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #ff8d85;
    top: 0px;
    z-index: 0; }
  .checkbox-custom [type="checkbox"].filled-in:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  .checkbox-custom [type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #1449e4;
    background-color: #1449e4;
    z-index: 0; }
  .checkbox-custom [type="checkbox"].filled-in.tabbed:focus + label:after {
    border-radius: 2px;
    border-color: #ff8d85;
    background-color: rgba(0, 0, 0, 0.1); }
  .checkbox-custom [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
    border-radius: 2px;
    background-color: #1449e4;
    border-color: #1449e4; }
  .checkbox-custom [type="checkbox"].filled-in:disabled:not(:checked) + label:before {
    background-color: transparent;
    border: 2px solid transparent; }
  .checkbox-custom [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
    border-color: transparent;
    background-color: #BDBDBD; }
  .checkbox-custom [type="checkbox"].filled-in:disabled:checked + label:before {
    background-color: transparent; }
  .checkbox-custom [type="checkbox"].filled-in:disabled:checked + label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  height: 40px;
  line-height: 1.42857;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: white;
    text-decoration: none;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    transition: box-shadow .45s; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    /* @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125)); */
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    transition: box-shadow .45s; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.has-icon {
    padding-left: 20px !important; }
    .btn.has-icon .icon {
      margin-right: 5px;
      margin-left: -5px; }

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

.btn-default {
  color: white;
  background-color: #ff5e52;
  border-color: #ff5e52; }
  .btn-default:focus, .btn-default.focus {
    color: white;
    background-color: #ff2f1f;
    border-color: #d20f00; }
  .btn-default:hover {
    color: white;
    background-color: #ff2f1f;
    border-color: #ff2515; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: white;
    background-color: #ff2f1f;
    border-color: #ff2515; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: white;
      background-color: #fa1100;
      border-color: #d20f00; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #ff5e52;
    border-color: #ff5e52; }
  .btn-default .badge {
    color: #ff5e52;
    background-color: white; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus {
    background-color: #ff766c;
    border-color: #ff766c; }
  .btn-default:active, .btn-default.active {
    -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);
    background-color: #ff766c;
    border-color: #ff766c; }
    .btn-default:active:hover, .btn-default.active:hover {
      background-color: #ff675c;
      border-color: #ff675c; }
  .btn-default.btn-inactive {
    background-color: #ff8d85;
    border-color: #ffa59f; }

/* .btn-inactive {
  @include button-variant($btn-inactive-color, $btn-inactive-bg, $btn-inactive-border);
  &:hover, &:focus, &.focus {
    background-color: $btn-inactive-hover;
    border-color: $btn-inactive-hover;
  }
  &:active, &.active {
    @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
    background-color: $btn-inactive-hover;
    border-color: $btn-inactive-hover;
    &:hover {
      background-color: $btn-inactive-active;
      border-color: $btn-inactive-active;
    }
  }
} */
.btn-primary {
  color: white;
  background-color: #ff5e52;
  border-color: #ff5e52;
  padding-left: 35px;
  padding-right: 35px; }
  .btn-primary:focus, .btn-primary.focus {
    color: white;
    background-color: #ff2f1f;
    border-color: #d20f00; }
  .btn-primary:hover {
    color: white;
    background-color: #ff2f1f;
    border-color: #ff2515; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #ff2f1f;
    border-color: #ff2515; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: white;
      background-color: #fa1100;
      border-color: #d20f00; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #ff5e52;
    border-color: #ff5e52; }
  .btn-primary .badge {
    color: #ff5e52;
    background-color: white; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    background-color: #ff766c;
    border-color: #ff766c; }
  .btn-primary:active, .btn-primary.active {
    -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);
    background-color: #ff766c;
    border-color: #ff766c; }
    .btn-primary:active:hover, .btn-primary.active:hover {
      background-color: #ff675c;
      border-color: #ff675c; }
  @media (max-width: 767px) {
    .btn-primary {
      font-size: 18px;
      height: 44px;
      line-height: 18px; } }

.btn-secondary {
  color: white;
  background-color: #1449e4;
  border-color: #1449e4;
  padding-left: 35px;
  padding-right: 35px; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: white;
    background-color: #103ab5;
    border-color: #0a236f; }
  .btn-secondary:hover {
    color: white;
    background-color: #103ab5;
    border-color: #0f37ac; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: white;
    background-color: #103ab5;
    border-color: #0f37ac; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: white;
      background-color: #0d2f94;
      border-color: #0a236f; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    background-image: none; }
  .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus,
  fieldset[disabled] .btn-secondary:hover,
  fieldset[disabled] .btn-secondary:focus,
  fieldset[disabled] .btn-secondary.focus {
    background-color: #1449e4;
    border-color: #1449e4; }
  .btn-secondary .badge {
    color: #1449e4;
    background-color: white; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
    background-color: #2658ec;
    border-color: #2658ec; }
  .btn-secondary:active, .btn-secondary.active {
    -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);
    background-color: #2658ec;
    border-color: #2658ec; }
    .btn-secondary:active:hover, .btn-secondary.active:hover {
      background-color: #184deb;
      border-color: #184deb; }
  @media (max-width: 767px) {
    .btn-secondary {
      font-size: 18px;
      height: 44px; } }

.btn-success {
  color: white;
  background-color: #7cbe4c;
  border-color: #7cbe4c; }
  .btn-success:focus, .btn-success.focus {
    color: white;
    background-color: #649e39;
    border-color: #406625; }
  .btn-success:hover {
    color: white;
    background-color: #649e39;
    border-color: #5f9637; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: white;
    background-color: #649e39;
    border-color: #5f9637; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: white;
      background-color: #538430;
      border-color: #406625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #7cbe4c;
    border-color: #7cbe4c; }
  .btn-success .badge {
    color: #7cbe4c;
    background-color: white; }

.btn-info {
  color: white;
  background-color: #ff5e52;
  border-color: #ff5e52; }
  .btn-info:focus, .btn-info.focus {
    color: white;
    background-color: #ff2f1f;
    border-color: #d20f00; }
  .btn-info:hover {
    color: white;
    background-color: #ff2f1f;
    border-color: #ff2515; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: white;
    background-color: #ff2f1f;
    border-color: #ff2515; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: white;
      background-color: #fa1100;
      border-color: #d20f00; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #ff5e52;
    border-color: #ff5e52; }
  .btn-info .badge {
    color: #ff5e52;
    background-color: white; }

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:focus, .btn-warning.focus {
    color: white;
    background-color: #ec971f;
    border-color: #b06d0f; }
  .btn-warning:hover {
    color: white;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: white;
    background-color: #ec971f;
    border-color: #eb9316; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: white;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: white; }

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:focus, .btn-danger.focus {
    color: white;
    background-color: #c9302c;
    border-color: #8b211e; }
  .btn-danger:hover {
    color: white;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: white;
    background-color: #c9302c;
    border-color: #c12e2a; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: white;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: white; }

.btn-link {
  color: #1449e4;
  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: #ff5e52;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #969696;
    text-decoration: none; }

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

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
  height: inherit;
  height: auto; }
  @media (max-width: 1023px) {
    .btn-xs, .btn-group-xs > .btn {
      height: auto !important;
      font-size: 12px; } }

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

.btn-rounded {
  border-radius: 10em; }

.btn-outline-primary {
  border: 1px solid #1449e4;
  color: #1449e4;
  background-color: white;
  /*  @include mobile {
      font-size: 16px;
      height: 44px;
    } */ }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    color: white;
    background-color: #1449e4;
    border: 1px solid #1449e4; }

label.btn-outline-primary:hover, label.btn-outline-primary:focus, label.btn-outline-primary:active {
  color: #1449e4;
  background-color: white;
  border: 1px solid #1449e4; }

.btn-outline-default {
  border: 1px solid #ff5e52;
  color: #ff5e52;
  background-color: white;
  /*  @include mobile {
      font-size: 16px;
      height: 40px;
    } */ }
  .btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default:active {
    color: white;
    background-color: #ff5e52;
    border: 1px solid #ff5e52; }
  .btn-outline-default.btn-secondary {
    border-color: #1449e4;
    color: #1449e4; }

.btn-outline-green {
  border: 1px solid #7cbe4c;
  color: white;
  background-color: #7cbe4c;
  /*  @include mobile {
      font-size: 16px;
      height: 40px;
    } */ }
  .btn-outline-green:hover, .btn-outline-green:focus, .btn-outline-green:active {
    color: white;
    background-color: #649e39;
    border: 1px solid #649e39; }

.btnShare {
  position: absolute;
  right: 0px;
  bottom: 0px;
  border: 0; }
  .btnShare .btn {
    border: none;
    color: #ff5e52;
    background: none;
    padding: 4px 12px 4px;
    height: inherit;
    font-size: 12px;
    border-radius: 3px 0px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btnShare .btn:hover, .btnShare .btn:active {
      color: #ff5e52;
      background: none;
      border: none;
      background-color: #efefef; }
    .btnShare .btn .icon {
      margin-right: 4px; }

.link-like-button {
  background: none;
  border: none;
  cursor: pointer;
  padding-left: 0px;
  text-decoration: none;
  color: #1449e4; }
  .link-like-button:hover {
    color: #ff5e52;
    text-decoration: underline; }

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: white;
  border: 1px solid #cdcdcd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -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: #e6e6e6; }
  .dropdown-menu > li > a,
  .dropdown-menu .sub-menu {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #525252;
    white-space: nowrap; }
  .dropdown-menu .triangle {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1;
    left: 10px;
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg); }

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }
  .input-group.spinner {
    position: relative; }
    .input-group.spinner input {
      text-align: center; }
    .input-group.spinner .input-group-btn-vertical {
      position: relative;
      white-space: nowrap;
      width: 1%;
      vertical-align: middle;
      display: table-cell; }
      .input-group.spinner .input-group-btn-vertical > .btn-spinner {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 0 5px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
        background-color: white;
        border: 1px solid #dcdcdc;
        height: 20px;
        color: #969696; }
        .input-group.spinner .input-group-btn-vertical > .btn-spinner:first-child {
          border-top-right-radius: 4px;
          border-bottom: none; }
        .input-group.spinner .input-group-btn-vertical > .btn-spinner:last-child {
          border-bottom-right-radius: 4px; }
      .input-group.spinner .input-group-btn-vertical i {
        position: absolute;
        top: 0;
        left: 4px; }
    .input-group.spinner .currency {
      position: absolute;
      left: 12px;
      top: 10px;
      z-index: 2;
      color: #969696; }

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

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

.input-group-addon {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #1449e4;
  text-align: center;
  background-color: #e0e0e0;
  border: 1px solid #dcdcdc;
  border-radius: inherit; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: inherit; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: inherit; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

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

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #ff5e52;
        color: white; }
    .nav > li.disabled > a {
      color: #969696; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #969696;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #ff5e52;
    border-color: #1449e4; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }
  .nav-tabs > li > a {
    color: white;
    margin-right: 2px;
    line-height: 1.42857;
    border-radius: 0px 0px 0 0;
    background-color: white; }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #0e329e;
    background-color: white;
    cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0px; }
  .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: white;
    background-color: #1449e4; }

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

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

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

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

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

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

.navbar {
  position: relative;
  min-height: 88px;
  margin-bottom: 20px; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

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

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

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

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 1170px) {
    .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: 34px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 88px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 1170px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border-left: 1px solid #e0e0e0; }
  .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: 1170px) {
    .navbar-toggle {
      display: none; } }

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

.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: 24px;
  margin-bottom: 24px; }
  @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: 1169px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 1170px) {
    .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: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 24px;
  margin-bottom: 24px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 29px;
    margin-bottom: 29px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 33px;
    margin-bottom: 33px; }

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

@media (min-width: 1170px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: white;
  border-color: #eeeeee; }
  .navbar-default .navbar-brand {
    color: #1449e4; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #103ab5;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #1449e4; }
  .navbar-default .navbar-nav > li > a {
    color: #1449e4; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #eeeeee;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ff5e52;
    background-color: #eeeeee; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cdcdcd;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #F1F1F2; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #F1F1F2; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #ff5e52; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #eeeeee; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #eeeeee;
    color: #ff5e52; }
  @media (max-width: 1169px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #1449e4; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #eeeeee;
        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: #ff5e52;
      background-color: #eeeeee; }
    .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: #cdcdcd;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #1449e4; }
    .navbar-default .navbar-link:hover {
      color: #eeeeee; }
  .navbar-default .btn-link {
    color: #1449e4; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #eeeeee; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #cdcdcd; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #bcbcbc; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: white;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #bcbcbc; }
  .navbar-inverse .navbar-nav > li > a {
    color: #bcbcbc; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: white;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: white; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: white; }
  @media (max-width: 1169px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #bcbcbc; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: white;
        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: white;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #bcbcbc; }
    .navbar-inverse .navbar-link:hover {
      color: white; }
  .navbar-inverse .btn-link {
    color: #bcbcbc; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: white; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 0px;
  margin-top: 25px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent; }
  @media (max-width: 767px) {
    .breadcrumb {
      margin: 15px 0 10px; } }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #969696;
      font-family: FontAwesome;
      content: "\F105";
      display: inline-block;
      padding-right: 3px;
      vertical-align: middle;
      font-size: 11px; }
    .breadcrumb > li a {
      font-size: 11px;
      color: #747474; }
      .breadcrumb > li a:hover {
        color: #ff5e52; }
  .breadcrumb > .active {
    color: #ff5e52;
    font-size: 11px; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 0px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 8px 14px;
      line-height: 1.42857;
      text-decoration: none;
      color: #1449e4;
      background-color: white;
      border: 1px solid #F1F1F2;
      margin-left: -1px; }
      @media (max-width: 1023px) {
        .pagination > li > a,
        .pagination > li > span {
          padding: 4px 10px; } }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: white;
    background-color: #547cf0;
    border-color: #547cf0; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: white;
    background-color: #3d6aee;
    border-color: #3d6aee;
    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: #cdcdcd;
    background-color: white;
    border-color: #F1F1F2;
    cursor: default; }
  .pagination .fa, .pagination .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .pagination .ui-icon, .pagination .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .pagination .ui-icon {
    font-size: 80%; }

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

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

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

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

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: white;
      border: 1px solid #F1F1F2;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #547cf0; }
  .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: #cdcdcd;
    background-color: white;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

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

.label-default {
  background-color: #969696; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #7d7d7d; }

.label-primary {
  background-color: #1449e4; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #103ab5; }

.label-success {
  background-color: #7cbe4c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #649e39; }

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

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

.label-outline {
  border: 2px solid #ff5e52;
  color: #ff5e52;
  background-color: white;
  padding: .4em 1em .5em;
  display: inline-block; }

.remove-label {
  margin-left: 8px;
  cursor: pointer; }

.offer-label {
  background-color: #f5444a;
  border-radius: 0 0 3px 3px;
  width: 42px;
  padding: 7px 5px 4px;
  color: white;
  position: absolute;
  z-index: 2;
  right: 5px;
  top: -4px;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .offer-label strong {
    font-size: 14px; }

.green-label {
  background-color: #7cbe4c; }

.blue-label {
  background-color: #2c98f0; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #969696;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #1449e4;
    background-color: white; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #e0e0e0; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #c6c6c6; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #F0F0F0;
  border: 1px solid #F1F1F2;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #606060; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1449e4; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .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: #d9534f;
  color: #d9534f; }
  .alert-danger hr {
    border-top-color: #d43f3a; }
  .alert-danger .alert-link {
    color: #c9302c; }

@-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: 0px;
  -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: white;
  text-align: center;
  background-color: #1449e4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

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

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

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

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

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

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

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

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

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #F1F1F2; }
  .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }

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

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #e0e0e0;
  color: #969696;
  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: #969696; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #1449e4;
  border-color: #1449e4; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small,
  .list-group-item.active .list-group-item-heading > label,
  .list-group-item.active .list-group-item-heading > .label-input, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small,
  .list-group-item.active:hover .list-group-item-heading > label,
  .list-group-item.active:hover .list-group-item-heading > .label-input, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small,
  .list-group-item.active:focus .list-group-item-heading > label,
  .list-group-item.active:focus .list-group-item-heading > .label-input {
    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: #cad6fa; }

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

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.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,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.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,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.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,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.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,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.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,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

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

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

.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: white;
  border-top: 1px solid transparent;
  -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;
  background-color: #f8f8f8; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }
  .panel-body .panel {
    border: none;
    border-bottom: 1px solid #e8e8e8; }
    .panel-body .panel .panel-heading {
      background-color: transparent; }
    .panel-body .panel .panel-title {
      font-size: 18px;
      color: #666;
      padding-bottom: 10px; }

.panel-heading {
  position: relative;
  border-bottom: 1px solid transparent; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  padding: 9px 15px 5px;
  padding-left: 36px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > label,
  .panel-title > .label-input,
  .panel-title > small > a,
  .panel-title > .small > a,
  .panel-title > label > a,
  .panel-title > .label-input > a {
    color: inherit; }
  .panel-title:before {
    font-family: 'FontAwesome';
    content: "\F106";
    position: absolute;
    left: 10px;
    color: #666; }
  .panel-title.collapsed:before {
    content: "\F107"; }

.panel-footer {
  padding: 9px 15px 5px;
  background-color: #f5f5f5;
  border-top: 1px solid #F1F1F2;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }

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

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

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

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

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

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

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

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

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

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

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

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #F1F1F2; }

.panel-default {
  border-color: #F1F1F2; }
  .panel-default > .panel-heading {
    color: #525252;
    background-color: #eaeaea;
    border-color: #F1F1F2; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #F1F1F2; }
    .panel-default > .panel-heading .badge {
      color: #eaeaea;
      background-color: #525252; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #F1F1F2; }

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

.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: #d9534f; }
  .panel-danger > .panel-heading {
    color: #d9534f;
    background-color: #f2dede;
    border-color: #d9534f; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d9534f; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #d9534f; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d9534f; }

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -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: 3px; }

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.35;
  filter: alpha(opacity=35); }
  .close:hover, .close:focus {
    color: black;
    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: 1070;
  -webkit-overflow-scrolling: touch;
  padding: 0 !important;
  text-align: center;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  display: inline-block;
  text-align: left;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .modal-dialog {
      max-width: 90%; } }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1060;
  background-color: #F0F0F0; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80); }

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

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

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

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

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 1024px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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: white;
  text-align: center;
  background-color: #ff5e52;
  border-radius: 0px; }

.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: #ff5e52; }

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cdcdcd;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 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: #9a9a9a;
  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: white; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #9a9a9a;
  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: white; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #9a9a9a;
  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: white; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #9a9a9a;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: white;
    bottom: -10px; }

.carousel {
  position: relative; }

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

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

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid white;
    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: white; }

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

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

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1024px) and (max-width: 1169px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1170px) {
  .hidden-lg {
    display: none !important; } }

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

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

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

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

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

@media print {
  .hidden-print, .subscribe, footer .footer-bottom, footer .seo-footer {
    display: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider input {
  display: none; }

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

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

.slider .hide {
  display: none; }

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.slider-selection {
  position: absolute;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #ff8d85; }

.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0); }

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

.slider-handle {
  position: absolute;
  top: -5px;
  width: 30px;
  height: 30px;
  background-color: white;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 2px solid #ff8d85; }

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

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

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

.slider-handle.custom::before {
  line-height: 25px;
  font-size: 25px;
  content: '\2605';
  color: #726204; }

.slider-tick {
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent; }

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

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

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

.slider-tick.custom::before {
  line-height: 25px;
  font-size: 25px;
  content: '\2605';
  color: #726204; }

.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1; }

/*! jQuery UI - v1.12.1 - 2017-08-08
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: auto !important;
  padding: 5px;
  display: none;
  z-index: 1060 !important; }
  @media (max-width: 767px) {
    .ui-datepicker {
      width: 100% !important;
      left: 0 !important;
      right: 0px !important;
      top: 0px !important;
      bottom: 0px !important;
      padding: 10px !important;
      z-index: 1200 !important;
      position: fixed !important;
      border-color: #ffffff;
      height: 100vh;
      overflow-y: scroll; } }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0 0 3px; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 5px; }
    @media (max-width: 1023px) {
      .ui-datepicker .ui-datepicker-prev,
      .ui-datepicker .ui-datepicker-next {
        top: -2px;
        display: none; } }
  .ui-datepicker .ui-datepicker-prev-hover,
  .ui-datepicker .ui-datepicker-next-hover {
    background: none; }
    .ui-datepicker .ui-datepicker-prev-hover .fa, .ui-datepicker .ui-datepicker-prev-hover .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .ui-datepicker-prev-hover .ui-icon, .ui-datepicker .ui-datepicker-prev-hover .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .ui-datepicker-prev-hover .ui-icon,
    .ui-datepicker .ui-datepicker-next-hover .fa,
    .ui-datepicker .ui-datepicker-next-hover .ui-datepicker-prev .ui-icon,
    .ui-datepicker .ui-datepicker-prev .ui-datepicker-next-hover .ui-icon,
    .ui-datepicker .ui-datepicker-next-hover .ui-datepicker-next .ui-icon,
    .ui-datepicker .ui-datepicker-next .ui-datepicker-next-hover .ui-icon {
      color: #ff5e52; }
  .ui-datepicker .ui-datepicker-prev {
    left: 5px; }
    .ui-datepicker .ui-datepicker-prev .ui-icon {
      background: none;
      text-indent: inherit;
      margin-top: 3px;
      margin-left: 0px; }
      .ui-datepicker .ui-datepicker-prev .ui-icon:before {
        content: "\F100";
        padding-right: 16px; }
    .ui-datepicker .ui-datepicker-prev:hover {
      color: #ff5e52; }
  .ui-datepicker .ui-datepicker-next {
    right: 5px; }
    .ui-datepicker .ui-datepicker-next .ui-icon {
      background: none;
      text-indent: inherit;
      margin-top: 3px;
      margin-left: 0px;
      right: -10px;
      left: inherit; }
      .ui-datepicker .ui-datepicker-next .ui-icon:before {
        content: "\F101";
        padding-right: 15px; }
    .ui-datepicker .ui-datepicker-next:hover {
      color: #ff5e52; }
  .ui-datepicker .ui-datepicker-prev-hover {
    background: none !important; }
  .ui-datepicker .ui-datepicker-next-hover {
    background: none !important; }
  .ui-datepicker .ui-datepicker-prev span,
  .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 2.2em;
    text-align: center; }
  .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0; }
  .ui-datepicker .ui-datepicker-month {
    margin-right: 10px !important;
    color: #666666; }
    @media (max-width: 1023px) {
      .ui-datepicker .ui-datepicker-month {
        margin-right: 0 !important;
        font-size: 18px; } }
  @media (max-width: 1023px) {
    .ui-datepicker .ui-datepicker-year {
      display: block;
      line-height: 10px;
      font-size: 10px; } }
  .ui-datepicker select.ui-datepicker-month,
  .ui-datepicker select.ui-datepicker-year {
    width: 45%;
    border: none; }
  .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em; }
  .ui-datepicker th {
    padding: 10px;
    text-align: center;
    font-weight: 400;
    border: 0; }
    @media (max-width: 1023px) {
      .ui-datepicker th {
        padding: 5px 10px; } }
    .ui-datepicker th span {
      text-align: center;
      color: #ff5e52;
      text-transform: uppercase; }
      @media (max-width: 1023px) {
        .ui-datepicker th span {
          font-size: 10px; } }
  .ui-datepicker td {
    border: 0;
    border: 0;
    padding: 0; }
    .ui-datepicker td [data-handler] {
      background: #ff5e52;
      font-weight: normal;
      color: #ffffff !important; }
  .ui-datepicker td span,
  .ui-datepicker td a {
    display: block;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    text-align: center;
    border: 1px solid transparent; }
    @media (max-width: 1023px) {
      .ui-datepicker td span,
      .ui-datepicker td a {
        padding: 10px; } }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: .5em .2em .4em;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      width: auto;
      overflow: visible; }
      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left; }

.ui-datepicker-current-day {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
  padding: 0px 5px;
  width: 100%; }
  .ui-datepicker-multi .ui-datepicker-group.ui-datepicker-group-last {
    border-left: 1px solid #dddddd; }
    @media (max-width: 1023px) {
      .ui-datepicker-multi .ui-datepicker-group.ui-datepicker-group-last {
        border: none; } }
  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }
  @media (max-width: 1023px) {
    .ui-datepicker-multi-2 .ui-datepicker-group {
      width: 100%; } }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }
  @media (max-width: 1023px) {
    .ui-datepicker-multi-3 .ui-datepicker-group {
      width: 100%; } }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }
  @media (max-width: 1023px) {
    .ui-datepicker-multi-4 .ui-datepicker-group {
      width: 100%; } }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }
  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 5px;
    left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next {
    left: 5px;
    right: auto; }
  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
  .ui-datepicker-rtl .ui-datepicker-group {
    float: right; }
  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
  .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1em; }
  .ui-widget .ui-widget {
    font-size: 1em; }
  .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 1em; }
  .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #606060; }
  .ui-widget-content a {
    color: #606060; }

.ui-widget-header {
  border-bottom: 1px solid #dddddd;
  color: #9c9c9c; }
  @media (max-width: 1023px) {
    .ui-widget-header {
      border-top: 2px solid #ececec;
      border-bottom: none; } }
  .ui-widget-header a {
    color: #606060; }
    .ui-widget-header a:hover, .ui-widget-header a:active {
      color: #ff5e52; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  font-weight: normal;
  color: #2b2b2b;
  border-color: #ff5e52; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #1449e4;
  font-weight: normal;
  color: #ffffff; }

.ui-datepicker-days-cell-over a {
  border: darker(#1449e4, 10%);
  background-color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: darker(#1449e4, 10%);
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }
  @media (max-width: 1023px) {
    .ui-icon {
      height: 22px;
      font-size: 22px !important; } }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../images/jquery-ui/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../../images/jquery-ui/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../../images/jquery-ui/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../../images/jquery-ui/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../../images/jquery-ui/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../images/jquery-ui/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("../../images/jquery-ui/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

.event {
  opacity: 1 !important; }
  .event.event-unique .ui-state-default {
    background-color: #ff5e52 !important;
    color: white !important; }
  .event.event-start .ui-state-default {
    background-color: #ff5e52 !important;
    color: white !important;
    border-radius: 5px 0 0 5px !important; }
  .event.event-end .ui-state-default {
    background-color: #ff5e52 !important;
    color: white !important;
    border-radius: 0 5px 5px 0 !important; }

.bridge .ui-state-default {
  color: #2b2b2b !important;
  background: rgba(255, 94, 82, 0.2) !important; }

.ui-state-highlight {
  background: none !important;
  border: none !important; }

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../../images/galeria/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lslide {
  cursor: pointer; }

/*! lightgallery - v1.4.0 - 2017-06-04
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../../fonts/galeria/lg.eot?n1z373");
  src: url("../../fonts/galeria/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../../fonts/galeria/lg.woff?n1z373") format("woff"), url("../../fonts/galeria/lg.ttf?n1z373") format("truetype"), url("../../fonts/galeria/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* @font-face {
  font-family: 'lg';
  src:  url("../../../fonts/");
  fonts("galeria/lg.eot?n1z373");
  src:  url("../../../fonts/galeria/lg.eot?#iefixn1z373") format("embedded-opentype"), 
        url("../../../fonts/galeria/lg.woff?n1z373") format("woff"), 
        url("../../../fonts/galeria/lg.ttf?n1z373") format("truetype"), 
        url("../../../fonts/galeria/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
} */
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #f1f1f1;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\E095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\E094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.lg-toolbar .lg-icon {
  color: #999;
  color: #848484;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF;
  color: #999; }

.lg-toolbar .lg-close:after {
  content: "\E070"; }

.lg-toolbar .lg-download:after {
  content: "\E0F2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #e6e6e6;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #ff5e52; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #e6e6e6;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\E1FF"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #b7b7b7; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../../images/galeria/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../../images/galeria/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../../images/galeria/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../../images/galeria/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../../images/galeria/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\E01D"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\E311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\E033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\E312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\E20C"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\E80D"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1052;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("../../images/galeria/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f1f1f1; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1051;
  background-color: #000;
  background-color: #f1f1f1;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
/* 
    Created on : Mar 19, 2014, 9:48:25 AM
    Author     : @arboshiki
*/
/* 
    Created on : Sep 19, 2014, 1:47:13 PM
    Author     : @arboshiki
*/
/*
    Author      : @arboshiki
*/
/* 
    Created on : Aug 11, 2014, 5:14:12 PM
    Author     : @arboshiki
*/
.animated-super-fast {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated-fast {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated-slow {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

@-webkit-keyframes jumpUp {
  0% {
    -webkit-transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
    -webkit-animation-timing-function: ease-in; }
  40% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    -webkit-animation-timing-function: ease-out; }
  70% {
    -webkit-transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1); }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@keyframes jumpUp {
  0% {
    transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
    animation-timing-function: ease-in; }
  40% {
    transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    animation-timing-function: ease-out; }
  70% {
    transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1); }
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@-webkit-keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8); }
  50% {
    -webkit-transform: scale(0.95); }
  80% {
    -webkit-transform: scale(1.05); }
  90% {
    -webkit-transform: scale(0.98); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes expandOpen {
  0% {
    transform: scale(1.8); }
  50% {
    transform: scale(0.95); }
  80% {
    transform: scale(1.05); }
  90% {
    transform: scale(0.98); }
  100% {
    transform: scale(1); } }

@keyframes fadeInScale {
  0% {
    transform: scale(0);
    opacity: 0.0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1; } }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

.jumpUp {
  -webkit-animation-name: jumpUp;
  animation-name: jumpUp; }

.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen; }

.fadeInScale {
  animation-name: fadeInScale;
  -webkit-animation-name: fadeInScale; }

/* 
    Created on : Sep 19, 2014, 1:47:04 PM
    Author     : @arboshiki
*/
body.lobibox-open {
  overflow: hidden; }

.lobibox {
  position: fixed;
  z-index: 4001;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5); }

.lobibox * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.lobibox .lobibox-header {
  font-size: 20px;
  padding: 5px 10px;
  color: #eeeeee; }

.lobibox .lobibox-header .btn-close {
  float: right;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.lobibox .lobibox-header .btn-close:hover {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7); }

.lobibox .lobibox-body {
  overflow: hidden;
  display: table;
  position: relative;
  width: 100%;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.98);
  font-size: 16px; }

.lobibox .lobibox-body .lobibox-icon-wrapper {
  position: relative;
  height: 100%;
  display: table;
  font-size: 60px; }

.lobibox .lobibox-body .lobibox-icon-wrapper .lobibox-icon {
  display: table-cell;
  vertical-align: middle; }

.lobibox .lobibox-body .lobibox-body-text-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 10px; }

.lobibox .lobibox-footer {
  text-align: center;
  padding: 6px; }

.lobibox .lobibox-footer > * {
  margin: 0 10px 0 0; }

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

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

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

.lobibox.lobibox-confirm {
  border: none; }

.lobibox.lobibox-confirm .lobibox-header {
  color: #eeeeee;
  background-color: #3C2D2D; }

.lobibox.lobibox-confirm .lobibox-body .lobibox-icon {
  color: #3C2D2D; }

.lobibox.lobibox-confirm .lobibox-footer {
  background-color: #594343; }

.lobibox.lobibox-success {
  border: 1px solid #29B87E; }

.lobibox.lobibox-success .lobibox-header {
  color: #eeeeee;
  background-color: #29B87E; }

.lobibox.lobibox-success .lobibox-body .lobibox-icon {
  color: #29B87E; }

.lobibox.lobibox-success .lobibox-footer {
  background-color: #40d498; }

.lobibox.lobibox-error {
  border: 1px solid #CA2121; }

.lobibox.lobibox-error .lobibox-header {
  color: #eeeeee;
  background-color: #CA2121; }

.lobibox.lobibox-error .lobibox-body .lobibox-icon {
  color: #CA2121; }

.lobibox.lobibox-error .lobibox-footer {
  background-color: #e03e3e; }

.lobibox.lobibox-info {
  border: 1px solid #2E79B4; }

.lobibox.lobibox-info .lobibox-header {
  color: #eeeeee;
  background-color: #2E79B4; }

.lobibox.lobibox-info .lobibox-body .lobibox-icon {
  color: #2E79B4; }

.lobibox.lobibox-info .lobibox-footer {
  background-color: #4593d0; }

.lobibox.lobibox-warning {
  border: 1px solid #CE812E; }

.lobibox.lobibox-warning .lobibox-header {
  color: #eeeeee;
  background-color: #CE812E; }

.lobibox.lobibox-warning .lobibox-body .lobibox-icon {
  color: #CE812E; }

.lobibox.lobibox-warning .lobibox-footer {
  background-color: #d99a56; }

.lobibox.lobibox-prompt {
  border: none; }

.lobibox.lobibox-prompt .lobibox-header {
  color: #eeeeee;
  background-color: #3c2d2d; }

.lobibox.lobibox-prompt .lobibox-body {
  padding: 20px; }

.lobibox.lobibox-prompt .lobibox-body .lobibox-input {
  min-height: 38px;
  border: 1px solid #21cb91;
  width: 100%;
  padding: 5px;
  font-size: 18px;
  outline: 0; }

.lobibox.lobibox-prompt .lobibox-body .lobibox-input:focus {
  background-color: #EEE; }

.lobibox.lobibox-prompt .lobibox-body .lobibox-input.invalid {
  border-color: #DC2B2A; }

.lobibox.lobibox-prompt .lobibox-body .lobibox-input-error-message {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  color: #DC2B2A; }

.lobibox.lobibox-prompt .lobibox-footer {
  background-color: #594343; }

.lobibox.lobibox-progress .lobibox-header {
  background-color: #2F5D6D; }

.lobibox.lobibox-progress .lobibox-body {
  padding: 15px;
  font-size: 16px; }

.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper {
  position: relative;
  height: 20px;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  background-color: #d5d5d5; }

.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper .lobibox-progress-bar {
  width: 0;
  border-radius: 10px;
  background-color: #468ba2;
  height: 100%;
  text-align: center; }

.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper .lobibox-progress-text {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%; }

.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer {
  margin-bottom: 0; }

.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer .progress-bar {
  transition: none; }

.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer [data-role="progress-text"] {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7); }

.lobibox.lobibox-window {
  border: 3px solid #225EB8;
  border-radius: 6px; }

.lobibox.lobibox-window .lobibox-header {
  background-color: #225EB8;
  color: #eeeeee;
  font-size: 18px; }

.lobibox.lobibox-window .lobibox-body {
  overflow: auto;
  display: block;
  font-size: 14px;
  padding: 15px;
  background-color: #f5f8fd; }

.lobibox.lobibox-window .lobibox-footer {
  background-color: #8ab0e9; }

.lobibox.lobibox-window :last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.lobibox.draggable .lobibox-header {
  cursor: move; }

.lobibox .lobibox-btn {
  display: inline-block;
  padding: 8px 14px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  line-height: initial; }

.lobibox .lobibox-btn.lobibox-btn-cancel {
  color: #FFF;
  background-color: #CA2121;
  border-color: #CA2121; }

.lobibox .lobibox-btn.lobibox-btn-cancel:hover,
.lobibox .lobibox-btn.lobibox-btn-cancel:focus,
.lobibox .lobibox-btn.lobibox-btn-cancel.focus,
.lobibox .lobibox-btn.lobibox-btn-cancel:active,
.lobibox .lobibox-btn.lobibox-btn-cancel.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-cancel {
  color: #FFF;
  background-color: #9e1a1a;
  border-color: #951818; }

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

.lobibox .lobibox-btn.lobibox-btn-cancel.disabled,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:hover,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:focus,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel.focus,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:active,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel.active {
  background-color: #CA2121;
  border-color: #CA2121; }

.lobibox .lobibox-btn.lobibox-btn-cancel .badge {
  color: #CA2121;
  background-color: #FFF; }

.lobibox .lobibox-btn.lobibox-btn-yes {
  color: #FFF;
  background-color: #29B87E;
  border-color: #29B87E; }

.lobibox .lobibox-btn.lobibox-btn-yes:hover,
.lobibox .lobibox-btn.lobibox-btn-yes:focus,
.lobibox .lobibox-btn.lobibox-btn-yes.focus,
.lobibox .lobibox-btn.lobibox-btn-yes:active,
.lobibox .lobibox-btn.lobibox-btn-yes.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-yes {
  color: #FFF;
  background-color: #208e61;
  border-color: #1e865c; }

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

.lobibox .lobibox-btn.lobibox-btn-yes.disabled,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:hover,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:focus,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes.focus,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:active,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes.active {
  background-color: #29B87E;
  border-color: #29B87E; }

.lobibox .lobibox-btn.lobibox-btn-yes .badge {
  color: #29B87E;
  background-color: #FFF; }

.lobibox .lobibox-btn.lobibox-btn-no {
  color: #FFF;
  background-color: #0760B3;
  border-color: #0760B3; }

.lobibox .lobibox-btn.lobibox-btn-no:hover,
.lobibox .lobibox-btn.lobibox-btn-no:focus,
.lobibox .lobibox-btn.lobibox-btn-no.focus,
.lobibox .lobibox-btn.lobibox-btn-no:active,
.lobibox .lobibox-btn.lobibox-btn-no.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-no {
  color: #FFF;
  background-color: #054682;
  border-color: #054078; }

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

.lobibox .lobibox-btn.lobibox-btn-no.disabled,
.lobibox .lobibox-btn.lobibox-btn-no[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no,
.lobibox .lobibox-btn.lobibox-btn-no.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-no[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:hover,
.lobibox .lobibox-btn.lobibox-btn-no.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-no[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:focus,
.lobibox .lobibox-btn.lobibox-btn-no.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-no[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no.focus,
.lobibox .lobibox-btn.lobibox-btn-no.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-no[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:active,
.lobibox .lobibox-btn.lobibox-btn-no.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-no[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no.active {
  background-color: #0760B3;
  border-color: #0760B3; }

.lobibox .lobibox-btn.lobibox-btn-no .badge {
  color: #0760B3;
  background-color: #FFF; }

.lobibox .lobibox-btn.lobibox-btn-ok {
  color: #FFF;
  background-color: #0760B3;
  border-color: #0760B3; }

.lobibox .lobibox-btn.lobibox-btn-ok:hover,
.lobibox .lobibox-btn.lobibox-btn-ok:focus,
.lobibox .lobibox-btn.lobibox-btn-ok.focus,
.lobibox .lobibox-btn.lobibox-btn-ok:active,
.lobibox .lobibox-btn.lobibox-btn-ok.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-ok {
  color: #FFF;
  background-color: #054682;
  border-color: #054078; }

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

.lobibox .lobibox-btn.lobibox-btn-ok.disabled,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:hover,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:focus,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok.focus,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:active,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok.active {
  background-color: #0760B3;
  border-color: #0760B3; }

.lobibox .lobibox-btn.lobibox-btn-ok .badge {
  color: #0760B3;
  background-color: #FFF; }

.lobibox .lobibox-btn.lobibox-btn-default {
  color: #000;
  background-color: #e2e2e2;
  border-color: #dadada; }

.lobibox .lobibox-btn.lobibox-btn-default:hover,
.lobibox .lobibox-btn.lobibox-btn-default:focus,
.lobibox .lobibox-btn.lobibox-btn-default.focus,
.lobibox .lobibox-btn.lobibox-btn-default:active,
.lobibox .lobibox-btn.lobibox-btn-default.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-default {
  color: #000;
  background-color: #c9c9c9;
  border-color: #bcbcbc; }

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

.lobibox .lobibox-btn.lobibox-btn-default.disabled,
.lobibox .lobibox-btn.lobibox-btn-default[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default,
.lobibox .lobibox-btn.lobibox-btn-default.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-default[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:hover,
.lobibox .lobibox-btn.lobibox-btn-default.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-default[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:focus,
.lobibox .lobibox-btn.lobibox-btn-default.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-default[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default.focus,
.lobibox .lobibox-btn.lobibox-btn-default.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-default[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:active,
.lobibox .lobibox-btn.lobibox-btn-default.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-default[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default.active {
  background-color: #e2e2e2;
  border-color: #dadada; }

.lobibox .lobibox-btn.lobibox-btn-default .badge {
  color: #e2e2e2;
  background-color: #000; }

.lobibox.lobibox-hidden {
  display: none; }

.lobibox-backdrop {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

/*
    Created on : Sep 19, 2014, 2:01:43 PM
    Author     : @arboshiki
*/
.lobibox-notify-wrapper {
  z-index: 5000;
  position: fixed; }

.lobibox-notify-wrapper.top {
  top: 0px; }

.lobibox-notify-wrapper.bottom {
  bottom: 0px; }

.lobibox-notify-wrapper.left {
  left: 0px;
  margin-right: 0px; }

.lobibox-notify-wrapper.right {
  right: 0px;
  margin-left: 0px; }

.lobibox-notify-wrapper.right .lobibox-notify {
  margin-left: auto; }

.lobibox-notify-wrapper.center {
  left: 50%; }

.lobibox-notify-wrapper-large {
  z-index: 5000;
  position: fixed; }

.lobibox-notify-wrapper-large.top {
  top: 0px; }

.lobibox-notify-wrapper-large.bottom {
  bottom: 0px; }

.lobibox-notify-wrapper-large.left {
  left: 0px; }

.lobibox-notify-wrapper-large.left .lb-notify-tabs > li {
  float: left;
  margin-left: 0;
  margin-right: 2px; }

.lobibox-notify-wrapper-large.right {
  right: 0px; }

.lobibox-notify-wrapper-large .lb-notify-tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 -5px 0; }

.lobibox-notify-wrapper-large .lb-notify-tabs > li {
  float: right;
  margin-left: 2px; }

.lobibox-notify-wrapper-large .lb-notify-tabs > li > a {
  text-align: center;
  display: table;
  text-decoration: none;
  font-size: 18px;
  height: 32px;
  color: #FFF;
  width: 28px;
  opacity: 0.6; }

.lobibox-notify-wrapper-large .lb-notify-tabs > li > a:hover,
.lobibox-notify-wrapper-large .lb-notify-tabs > li > a:active,
.lobibox-notify-wrapper-large .lb-notify-tabs > li > a:focus,
.lobibox-notify-wrapper-large .lb-notify-tabs > li > a:hover:active {
  color: #FFF; }

.lobibox-notify-wrapper-large .lb-notify-tabs > li > a .tab-control-icon {
  display: table-cell;
  vertical-align: middle; }

.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-default > a {
  background-color: rgba(28, 28, 28, 0.9);
  border-color: #141414; }

.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-default > a:hover {
  background-color: #1c1c1c;
  border-color: #0f0f0f; }

.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-error > a {
  background-color: rgba(202, 33, 33, 0.9);
  border-color: #bd1f1f; }

.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-error > a:hover {
  background-color: #CA2121;
  border-color: #b41d1d; }

.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-success > a {
  background-color: rgba(41, 184, 126, 0.9);
  border-color: #26ab75; }

.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-success > a:hover {
  background-color: #29B87E;
  border-color: #24a370; }

.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-warning > a {
  background-color: rgba(206, 129, 46, 0.9);
  border-color: #c1792b; }

.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-warning > a:hover {
  background-color: #CE812E;
  border-color: #b97429; }

.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-info > a {
  background-color: rgba(46, 121, 180, 0.9);
  border-color: #2b71a8; }

.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-info > a:hover {
  background-color: #2E79B4;
  border-color: #296ba0; }

.lobibox-notify-wrapper-large .lb-notify-tabs > li.active > a {
  opacity: 1; }

.lobibox-notify-wrapper-large .lb-notify-tabs:after {
  content: "";
  display: block;
  clear: both; }

.lobibox-notify-wrapper-large .lb-notify-wrapper {
  background-color: transparent;
  padding: 0;
  border: none; }

.lobibox-notify-wrapper-large .lb-notify-wrapper .lb-tab-pane {
  display: none; }

.lobibox-notify-wrapper-large .lb-notify-wrapper .lb-tab-pane.active {
  display: block; }

.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify {
  min-height: 150px; }

.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-icon-wrapper {
  width: 100px; }

.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-icon > div .icon-el {
  font-size: 78px; }

.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-body {
  margin: 13px 20px;
  margin-left: 130px; }

.lobibox-notify {
  position: relative;
  min-height: 85px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 7px 0;
  border-radius: 0;
  border: 1px solid transparent;
  -webkit-box-shadow: 2px 2px 5px #aaa;
  box-shadow: 2px 2px 5px #aaa;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.lobibox-notify .lobibox-notify-icon-wrapper {
  position: absolute;
  left: 15px;
  width: 60px;
  height: 100%; }

.lobibox-notify .lobibox-notify-icon {
  display: table;
  width: 100%;
  height: 100%; }

.lobibox-notify .lobibox-notify-icon > div {
  display: table-cell;
  vertical-align: middle; }

.lobibox-notify .lobibox-notify-icon > div > img {
  width: 100%;
  max-width: 100%;
  margin-top: 3px;
  border-radius: 4px; }

.lobibox-notify .lobibox-notify-icon > div .icon-el {
  text-align: center;
  font-size: 55px; }

.lobibox-notify .lobibox-notify-body {
  margin: 10px 20px;
  margin-left: 90px; }

.lobibox-notify .lobibox-notify-title {
  font-size: 20px; }

.lobibox-notify .lobibox-notify-msg {
  overflow: hidden; }

.lobibox-notify .lobibox-close {
  position: absolute;
  text-align: center;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  font-size: 20px;
  line-height: 19px;
  width: 19px;
  height: 19px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.lobibox-notify .lobibox-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: bold; }

.lobibox-notify .lobibox-delay-indicator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px; }

.lobibox-notify .lobibox-delay-indicator > div {
  position: relative;
  height: 100%;
  width: 0;
  background-color: #e8e8e8; }

.lobibox-notify.lobibox-notify-default {
  border-color: #0f0f0f;
  background-color: #1c1c1c;
  color: #FFF; }

.lobibox-notify.lobibox-notify-default:hover {
  background-color: #1c1c1c;
  border-color: #FFF; }

.lobibox-notify.lobibox-notify-default .lobibox-close:hover {
  background-color: #4f4f4f; }

.lobibox-notify.lobibox-notify-error {
  border-color: #b41d1d;
  background-color: #CA2121;
  color: #FFF; }

.lobibox-notify.lobibox-notify-error:hover {
  background-color: #CA2121;
  border-color: #FFF; }

.lobibox-notify.lobibox-notify-success {
  border-color: #24a370;
  background-color: #29B87E;
  color: #FFF; }

.lobibox-notify.lobibox-notify-success:hover {
  background-color: #29B87E;
  border-color: #FFF; }

.lobibox-notify.lobibox-notify-warning {
  border-color: #b97429;
  background-color: #CE812E;
  color: #FFF; }

.lobibox-notify.lobibox-notify-warning:hover {
  background-color: #CE812E;
  border-color: #FFF; }

.lobibox-notify.lobibox-notify-info {
  border-color: #296ba0;
  background-color: #2E79B4;
  color: #FFF; }

.lobibox-notify.lobibox-notify-info:hover {
  background-color: #2E79B4;
  border-color: #FFF; }

.lobibox-notify.rounded {
  border-radius: 30px; }

.lobibox-notify:hover {
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 10px #aaa;
  box-shadow: 3px 3px 10px #aaa; }

.lobibox-notify.notify-mini {
  min-height: 36px; }

.lobibox-notify.notify-mini .lobibox-notify-title {
  margin-top: -5px;
  font-size: 20px;
  line-height: 22px; }

.lobibox-notify.notify-mini .lobibox-notify-msg {
  line-height: 16px; }

.lobibox-notify.notify-mini .lobibox-notify-icon-wrapper {
  left: 12px;
  width: 32px; }

.lobibox-notify.notify-mini .lobibox-notify-icon > div .icon-el {
  font-size: 32px; }

.lobibox-notify.notify-mini .lobibox-notify-body {
  margin: 15px 30px 15px 56px; }

.lobibox-notify.without-icon .lobibox-notify-body {
  margin-left: 20px; }

/* perfect-scrollbar v0.7.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px; }

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px; }

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px; }

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 15px; }

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px; }

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6; }

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999; }

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999; }

.read-more-state {
  display: none; }

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease; }

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em; }

.read-more-state ~ .read-more-trigger:before {
  content: 'Ver m\E1s \BB'; }

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Ver menos \AB'; }

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  color: #ff5e52;
  font-size: 12px;
  line-height: 2; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1; }
  .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden; }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item,
  .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }
    .owl-carousel .owl-item img {
      display: block;
      width: 100%; }
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: none; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #cdcdcd;
  font-size: 35px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  bottom: auto;
  top: 75px;
  height: 100px;
  padding: 20px 5px; }
  .owl-carousel .owl-nav .owl-next:hover,
  .owl-carousel .owl-nav .owl-prev:hover {
    color: #ff5e52;
    text-decoration: none; }

@media (max-width: 1023px) {
  .owl-carousel .owl-nav {
    padding: 0px; } }

.owl-carousel .owl-nav .owl-next {
  right: -30px; }
  @media (max-width: 1023px) {
    .owl-carousel .owl-nav .owl-next {
      right: 6px; } }

.owl-carousel .owl-nav .owl-prev {
  left: -35px; }
  @media (max-width: 1023px) {
    .owl-carousel .owl-nav .owl-prev {
      left: 6px; } }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height 0.5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../images/owlcarousel/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }
  .owl-theme .owl-nav button {
    padding: 0 10px !important;
    height: auto !important;
    background: none !important;
    border: none !important; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
  .owl-theme .owl-dots button {
    border: none !important;
    background: none !important;
    padding: 0; }

.owl-carousel {
  position: relative; }

/* tables */
.tablesorter {
  text-align: center;
  border-top: 2px solid #0e329e; }
  .tablesorter thead tr th,
  .tablesorter tfoot tr th {
    text-align: center; }
  .tablesorter thead tr .header {
    background-image: url("../../images/tablesorter/bg.gif");
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    text-align: center;
    color: #0e329e;
    font-size: 15px; }
  .tablesorter thead tr .headerSortUp {
    background-image: url("../../images/tablesorter/asc.gif"); }
  .tablesorter thead tr .headerSortDown {
    background-image: url("../../images/tablesorter/desc.gif"); }
  .tablesorter .price {
    color: #0e329e;
    font-weight: 600;
    font-size: 16px; }

.cont-autocomplete {
  font-family: 'Open Sans';
  position: relative;
  margin: 0px 0px 10px; }
  .cont-autocomplete .form-control {
    padding-right: 30px; }

.preload {
  color: #0e329e;
  position: absolute;
  display: none;
  right: 9px;
  top: 13px;
  font-size: 14px !important;
  line-height: 1;
  width: 14px;
  height: 14px;
  background-color: white;
  z-index: 10; }

.res {
  display: none;
  position: absolute;
  list-style: none;
  color: #1449e4;
  background-color: #f1f1f1;
  padding: 0;
  top: 39px;
  left: 0px;
  font-size: 1em;
  margin: 0px;
  z-index: 101;
  /* Solo cuando se quiere scroll */
  /*max-height: 272px;*/
  overflow: auto;
  border: 1px solid #cdcdcd;
  box-sizing: border-box; }
  .res li {
    padding: 5px 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
    font-size: 13px; }
    .res li.li_hover {
      color: white;
      background-color: #ff5e52; }
    .res li:last-child, .res li:first-child {
      border-bottom: 0 !important; }
    .res li.category {
      height: 30px;
      position: relative;
      padding: 0;
      border-bottom: 1px solid #f1f1f1;
      pointer-events: none; }
      .res li.category .cont-categoria {
        position: absolute;
        top: 4px;
        left: 10px; }
        .res li.category .cont-categoria span {
          font-size: 0.85em !important;
          color: #547cf0;
          pointer-events: none;
          user-select: none; }
          .res li.category .cont-categoria span.icon {
            position: relative;
            top: 2px !important;
            right: 4px !important; }
    .res li div.item {
      width: 67%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .res li.margin-top div.item {
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .res span.ninguno {
    margin: 5px 0px 5px 5px;
    display: block; }

.animate-spin {
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  -webkit-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
  /* display: inline-block; */ }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* .slider-rango-wrap {
    .slider-rango {
        height: 8px;
        margin: 5px 0;
        &.ui-widget-content {
            border: 1px solid $gris-20 !important;
        }
        .ui-widget-header {
            background: $brand-primary !important;
        }
        .ui-slider-handle {
            background: $brand-secondary !important;
            cursor: pointer;
            border: 0 !important;
            @include border-radius(3px);
            width: 1em;
            height: 1em;
            &:hover, &:active, &:focus, &:visited {
                background: $brand-secondary !important;
                border: 0 !important;
                @include border-radius(3px);
            }
        }
    }
} */
/* Slider rango */
.ui-slider {
  position: relative;
  text-align: left; }
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none; }
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0; }
    .ui-slider .ui-slider-range .ui-state-active {
      color: #ff5e52; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .ui-slider-horizontal .ui-slider-handle {
    top: -8px;
    margin-left: -12px; }
  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .ui-slider-horizontal .ui-slider-range-min {
    left: 0; }
  .ui-slider-horizontal .ui-slider-range-max {
    right: 0; }

/* .ui-slider-vertical {
    width: .8em;
    height: 100px;
    .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }
    .ui-slider-range {
        left: 0;
        width: 100%;
    }
    .ui-slider-range-min {
        bottom: 0;
    }
    .ui-slider-range-max {
        top: 0;
    }
} */
.slider-rango-wrap {
  padding-top: 25px;
  position: relative; }
  .slider-rango-wrap .slider-rango {
    max-width: 250px;
    margin: 15px auto; }
    .slider-rango-wrap .slider-rango.ui-widget-content {
      border: none;
      background: #e6e6e6;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
    .slider-rango-wrap .slider-rango .ui-widget-header {
      background-color: #e1e8fc;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
    .slider-rango-wrap .slider-rango .ui-slider-handle {
      background: white;
      cursor: pointer;
      border: 2px solid #1449e4;
      outline: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      width: 24px;
      height: 24px; }
      .slider-rango-wrap .slider-rango .ui-slider-handle:hover, .slider-rango-wrap .slider-rango .ui-slider-handle:active, .slider-rango-wrap .slider-rango .ui-slider-handle:focus, .slider-rango-wrap .slider-rango .ui-slider-handle:visited {
        background: white;
        border: 2px solid #ff5e52;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
  .slider-rango-wrap .showmax,
  .slider-rango-wrap .showmin {
    color: #1449e4;
    font-size: 14px;
    font-weight: 600;
    margin: 10px auto;
    position: absolute;
    bottom: 10px; }
  .slider-rango-wrap .showmin {
    left: 0;
    text-align: left; }
  .slider-rango-wrap .showmax {
    right: 0;
    text-align: right; }
  .slider-rango-wrap .cont-millas-slide {
    line-height: 15px;
    font-size: 14px;
    color: #0e329e;
    padding: 0 20px; }
    .slider-rango-wrap .cont-millas-slide .text-rango {
      color: #3d6aee; }
    .slider-rango-wrap .cont-millas-slide .points-value {
      font-size: 22px; }
    .slider-rango-wrap .cont-millas-slide .points-text {
      font-size: 20px; }
    .slider-rango-wrap .cont-millas-slide .points-value,
    .slider-rango-wrap .cont-millas-slide .points-text {
      line-height: 5px;
      color: #0e329e;
      font-weight: bold;
      display: inline-block !important;
      line-height: 10px; }
    .slider-rango-wrap .cont-millas-slide .price-value-currency,
    .slider-rango-wrap .cont-millas-slide .price-value {
      font-size: 18px;
      font-weight: 600;
      color: #0e329e;
      display: inline-block !important;
      line-height: 20px; }
    .slider-rango-wrap .cont-millas-slide .plus-slide {
      font-size: 14px;
      display: inline-block !important; }

.note-slider-rango {
  font-size: 10px;
  line-height: 12px;
  display: block;
  color: #0e329e;
  font-weight: normal;
  margin-bottom: 10px; }

.meshim_widget_widgets_TitleBar {
  background: #ff5e52; }

.meshim_widget_widgets_ConnAwareSubmit {
  background: #ff5e52;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Make clicks pass-through */
/* $preload-color-circle: #29d; */
#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #ff5e52;
  position: fixed;
  z-index: 2010;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ff5e52, 0 0 5px #ff5e52;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 2010;
  top: 15px;
  right: 15px;
  display: none; }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #ff5e52;
  border-left-color: #ff5e52;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.nprogress-fade {
  position: fixed;
  z-index: 2000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8); }

body {
  font-family: "DM Sans", sans-serif;
  cursor: default; }

#preload-general .modal-dialog {
  max-width: 600px; }
  #preload-general .modal-dialog .modal-content {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: none; }

#loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  background-color: #F0F0F0; }
  #loader-wrapper .fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    bottom: 0; }
  #loader-wrapper #loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 63px; }

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }

.loader-section {
  position: absolute;
  top: 106px;
  top: 50%;
  left: calc(50% - 25px);
  z-index: 100; }

/*Loader 130818*/
/* Loader 2 */
.loader-circle {
  display: block;
  height: 32px;
  width: 32px;
  -webkit-animation: loader-2-1 3s linear infinite;
  animation: loader-2-1 3s linear infinite; }

@-webkit-keyframes loader-2-1 {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes loader-2-1 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loader-circle span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  clip: rect(16px, 32px, 32px, 0);
  -webkit-animation: loader-2-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-2-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite; }

@-webkit-keyframes loader-2-2 {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes loader-2-2 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loader-circle span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  border: 3px solid transparent;
  border-top: 3px solid #ff5e52;
  border-radius: 50%;
  -webkit-animation: loader-2-3 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-2-3 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite; }

@-webkit-keyframes loader-2-3 {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes loader-2-3 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loader-circle span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  border: 3px solid rgba(255, 94, 82, 0.5);
  border-radius: 50%; }

.preload-content {
  padding: 20px; }
  .preload-content .title {
    font-size: 24px;
    color: #4c4c4c;
    max-width: 350px;
    margin: 0 auto 30px;
    color: #0e329e;
    font-style: italic; }
  .preload-content img {
    margin: auto; }
  .preload-content .img-responsive {
    margin: 30px auto; }
  .preload-content .img-search {
    margin-bottom: 20px; }
  .preload-content .text {
    color: #1449e4;
    font-style: italic;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 25px; }
  .preload-content .banner-promo {
    background: none; }
  .preload-content .title-promo {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px; }
    .preload-content .title-promo .cuotas {
      font-size: 25px;
      font-weight: bold;
      display: block; }

#wrapper {
  min-height: 350px; }
  #wrapper .message-common {
    margin-top: 45px; }
  #wrapper .main-container .row {
    margin-left: -10px;
    margin-right: -10px; }
    #wrapper .main-container .row > [class*=col-] {
      padding-left: 10px;
      padding-right: 10px; }

.main-title {
  color: #0e329e;
  margin-top: 25px;
  margin-bottom: 10px; }
  @media (max-width: 1023px) {
    .main-title {
      font-size: 20px;
      margin-top: 15px; } }

.sub-title {
  color: #606060;
  margin-top: 0px; }
  @media (max-width: 1023px) {
    .sub-title {
      font-size: 16px; } }

.back {
  margin-top: 10px;
  margin-bottom: 0px; }
  @media (max-width: 767px) {
    .back {
      margin: 5px 0; } }
  .back a {
    font-size: 11px; }

.white-content {
  padding: 15px;
  background-color: white; }

.banner {
  position: relative;
  background-color: #0e329e;
  padding: 15px;
  padding-left: 65px; }
  .banner.banner-light-blue {
    background-color: #6c8ef2;
    color: white; }
    .banner.banner-light-blue .title {
      margin-bottom: 5px;
      color: white; }
    .banner.banner-light-blue p {
      color: white; }
    .banner.banner-light-blue .fa, .banner.banner-light-blue .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .banner.banner-light-blue .ui-icon, .banner.banner-light-blue .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .banner.banner-light-blue .ui-icon {
      color: white; }
  .banner.banner-image {
    background: none;
    padding: 0px;
    border: 1px solid #e6e6e6; }
    .banner.banner-image .close {
      position: absolute;
      top: 7px;
      right: 6px;
      z-index: 10;
      color: #999; }
      .banner.banner-image .close:hover, .banner.banner-image .close:focus, .banner.banner-image .close:active {
        color: #666; }
  .banner.banner-pagasloqueves {
    float: right;
    padding: 5px 15px;
    max-width: 405px !important;
    margin-bottom: 10px; }
    .banner.banner-pagasloqueves .title {
      margin-bottom: 5px; }
    .banner.banner-pagasloqueves .fa, .banner.banner-pagasloqueves .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .banner.banner-pagasloqueves .ui-icon, .banner.banner-pagasloqueves .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .banner.banner-pagasloqueves .ui-icon {
      font-size: 31px;
      position: absolute;
      top: 6px;
      left: 9px; }
  .banner .title {
    color: white;
    margin-top: 0; }
  .banner p {
    color: white;
    margin-bottom: 0; }
  .banner .fa, .banner .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .banner .ui-icon, .banner .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .banner .ui-icon {
    font-size: 42px;
    position: absolute;
    top: 15px;
    left: 15px;
    color: white; }
  .banner .close {
    color: #fff;
    margin-top: -5px;
    margin-right: -10px;
    font-size: 15px; }
    .banner .close:hover, .banner .close:focus {
      color: #fff; }

.form-content .row {
  margin-left: -5px;
  margin-right: -5px; }
  .form-content .row > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px; }

.combo-input {
  padding: 0px; }
  .combo-input .row {
    margin-left: -5px;
    margin-right: -5px; }
    .combo-input .row > [class*=col-] {
      padding-left: 5px;
      padding-right: 5px; }

.loading-mask {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(240, 240, 240, 0.8);
  width: 100%;
  z-index: 9;
  display: none; }

.form-group.has-icon {
  position: relative; }
  .form-group.has-icon .ico-input {
    position: absolute;
    left: 12px;
    bottom: 13px;
    color: #1449e4; }
  .form-group.has-icon .form-control {
    padding-left: 30px; }
    .form-group.has-icon .form-control::-moz-placeholder {
      color: #1449e4;
      opacity: 1; }
    .form-group.has-icon .form-control:-ms-input-placeholder {
      color: #1449e4; }
    .form-group.has-icon .form-control::-webkit-input-placeholder {
      color: #1449e4; }
    @media (max-width: 1023px) {
      .form-group.has-icon .form-control {
        padding-left: 30px; } }
  .form-group.has-icon .invalid::-moz-placeholder {
    color: #d9534f;
    opacity: 1; }
  .form-group.has-icon .invalid:-ms-input-placeholder {
    color: #d9534f; }
  .form-group.has-icon .invalid::-webkit-input-placeholder {
    color: #d9534f; }
  .form-group.has-icon .form-control[readonly] {
    background-color: white;
    cursor: pointer; }

.form-group.inverse .invalid::-moz-placeholder {
  color: #ffed65;
  opacity: 1; }

.form-group.inverse .invalid:-ms-input-placeholder {
  color: #ffed65; }

.form-group.inverse .invalid::-webkit-input-placeholder {
  color: #ffed65; }

.rangos {
  position: relative; }
  .rangos .combRangosDown {
    cursor: pointer; }
    .rangos .combRangosDown .ico-select {
      margin-top: 2px;
      position: absolute;
      top: 35px;
      right: 8px; }
  @media (max-width: 767px) {
    .rangos .ico-select {
      bottom: 12px; } }
  .rangos .rango-panel {
    padding: 15px 10px 10px;
    background-color: white;
    color: #606060;
    margin-top: -2px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-size: 14px;
    color: #4a4a4a;
    width: 100%;
    position: absolute;
    top: 85px;
    left: -100000px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    z-index: 100;
    min-width: 290px;
    -webkit-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px); }
    .rangos .rango-panel .custom-select:after {
      color: #606060;
      background: white;
      background-color: white; }
    .rangos .rango-panel .form-group label {
      margin-top: 15px; }
    .rangos .rango-panel .label-input {
      margin-bottom: 15px; }
  .rangos.active .rango-panel {
    display: block;
    opacity: 1;
    top: 73px;
    left: 0px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.habitaciones {
  position: relative; }
  .habitaciones .combHabDown {
    cursor: pointer; }
    .habitaciones .combHabDown .ico-select {
      margin-top: 2px;
      position: absolute;
      top: 35px;
      right: 8px; }
  @media (max-width: 767px) {
    .habitaciones .ico-select {
      bottom: 12px; } }
  .habitaciones .room-panel {
    padding: 15px 10px 10px;
    background-color: white;
    color: #606060;
    margin-top: -2px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-size: 14px;
    color: #4a4a4a;
    width: 100%;
    position: absolute;
    top: 85px;
    left: -100000px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    z-index: 100;
    min-width: 290px;
    -webkit-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px); }
    @media (max-width: 767px) {
      .habitaciones .room-panel {
        width: 100%;
        min-width: 260px; } }
    .habitaciones .room-panel .custom-select:after {
      color: #606060;
      background: white;
      background-color: white; }
    .habitaciones .room-panel .content-habitacion {
      border: 1px solid #efefef;
      padding: 10px 5px;
      margin-top: 10px; }
      @media (max-width: 1023px) {
        .habitaciones .room-panel .content-habitacion {
          max-height: 155px;
          overflow: scroll;
          margin-bottom: 5px;
          padding-bottom: 5px; } }
      .habitaciones .room-panel .content-habitacion:last-child {
        margin-bottom: 0px; }
      .habitaciones .room-panel .content-habitacion .form-group {
        margin-bottom: 0; }
        .habitaciones .room-panel .content-habitacion .form-group label {
          letter-spacing: -1px; }
          .habitaciones .room-panel .content-habitacion .form-group label .info {
            display: inline-block; }
      .habitaciones .room-panel .content-habitacion .cant-menores .col-xs-4 {
        width: 25.33333%; }
      .habitaciones .room-panel .content-habitacion .cant-menores .col-xs-8 {
        width: 74.66667%; }
        .habitaciones .room-panel .content-habitacion .cant-menores .col-xs-8 .row {
          padding-right: 0px; }
    .habitaciones .room-panel .title {
      margin-top: 12px !important;
      margin-left: 10px !important;
      margin-bottom: 0px !important;
      color: #1449e4;
      font-size: 13px !important;
      /* @include lg-xl {
				font-size: 16px;
			} */ }
    .habitaciones .room-panel .title-number-hab {
      margin-top: 20px;
      font-size: 13px;
      margin-left: 5px;
      /* @include lg-xl {
				font-size: 13px;
				//text-align: center;
				margin-left: 5px;
			} */ }
      @media (max-width: 1023px) {
        .habitaciones .room-panel .title-number-hab {
          margin: 0; } }
    .habitaciones .room-panel .title-edad-menores {
      color: #747474;
      margin-left: 5px; }
      .habitaciones .room-panel .title-edad-menores .fa, .habitaciones .room-panel .title-edad-menores .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .habitaciones .room-panel .title-edad-menores .ui-icon, .habitaciones .room-panel .title-edad-menores .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .habitaciones .room-panel .title-edad-menores .ui-icon {
        color: #1449e4; }
    .habitaciones .room-panel .info {
      /* @include xs-sm {
	    		display: block;
	    	} */ }
    .habitaciones .room-panel .container {
      margin-bottom: 15px !important;
      margin-top: 15px; }
    .habitaciones .room-panel .cant-menores {
      padding: 13px 0 0;
      border-top: 1px solid #e8e8e8;
      background-color: #fbfbfb;
      margin-top: 15px; }
      @media (max-width: 767px) {
        .habitaciones .room-panel .cant-menores {
          margin-top: 0px; } }
      .habitaciones .room-panel .cant-menores .row .row {
        padding-right: 12px; }
  .habitaciones.active .room-panel {
    display: block;
    opacity: 1;
    top: 73px;
    left: 0px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.subscribe {
  background-color: #1449e4;
  color: white;
  padding: 25px 0 10px;
  margin-top: 0px; }
  .subscribe .form {
    text-align: center; }
  .subscribe .title {
    color: white;
    font-size: 30px;
    font-weight: 300;
    margin-top: 0px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 3px; }
    @media (max-width: 1023px) {
      .subscribe .title {
        text-align: center;
        font-size: 17px;
        margin-bottom: 15px; }
        .subscribe .title .form-control {
          margin-bottom: 10px; } }
    .subscribe .title .icon {
      display: inline-block;
      position: relative;
      top: 3px; }
      @media (max-width: 1023px) {
        .subscribe .title .icon {
          display: none; } }
  .subscribe .form-inline {
    display: inline-block; }
  .subscribe .small, .subscribe label,
  .subscribe .label-input {
    margin-top: 15px;
    font-size: 14px; }
  .subscribe a {
    color: white; }
  .subscribe .email {
    width: 330px; }
    @media (max-width: 1023px) {
      .subscribe .email {
        width: 250px; } }
  .subscribe .btn {
    width: 180px; }
  @media (max-width: 1023px) {
    .subscribe .form-control {
      margin-bottom: 10px; } }

.btn-more-results {
  margin: 25px auto; }

#mapTop {
  height: 400px; }
  @media (max-width: 767px) {
    #mapTop {
      height: 300px; } }

/* .wrapper-opc-type {
    .title-opc-type {
        display: inline-block;
        //margin: 5px 15px 25px 0;
 		@include xs {
 			margin-bottom: 10px!important;
            .title {
                margin-bottom: 10px;
            }
        }
    }
    .cont-opc {
        display: inline-block;
        margin-bottom: 0;
        @include xs {
        	font-size: 12px;
        }
        .cont-opc-type {
            display: inline-block;
            margin-right: 15px;
            @include xs {
            	margin-right: 0px;
			    padding: 0;
			    padding-right: 2px;
            }
            @include user-select(none);
            .radio {
            	margin-top: 0px;
            	margin-bottom: 0;
            	@include xs {
            		margin: 0 0 5px;
            	}
            	input {
            		margin: 5px 0 0 -18px;
            	}
            }

        }
    }
} */
.wrapper-opc-type .title-opc-type {
  display: inline-block; }
  @media (max-width: 767px) {
    .wrapper-opc-type .title-opc-type {
      margin-bottom: 10px !important; }
      .wrapper-opc-type .title-opc-type .title {
        margin-bottom: 10px; } }

.wrapper-opc-type .cont-opc {
  display: inline-block;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .wrapper-opc-type .cont-opc {
      font-size: 12px; } }
  .wrapper-opc-type .cont-opc .cont-opc-type {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media (max-width: 767px) {
      .wrapper-opc-type .cont-opc .cont-opc-type {
        margin-right: 0px;
        padding: 0;
        padding-right: 2px; } }
    .wrapper-opc-type .cont-opc .cont-opc-type .radio {
      margin-top: 0px;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .wrapper-opc-type .cont-opc .cont-opc-type .radio {
          margin: 0 0 5px; } }
      .wrapper-opc-type .cont-opc .cont-opc-type .radio input {
        margin: 5px 0 0 -18px; }

.content-form {
  position: relative; }
  .content-form form .row {
    margin-left: -5px;
    margin-right: -5px; }
    .content-form form .row > [class*=col-] {
      padding-left: 5px;
      padding-right: 5px; }

.message-common {
  margin-bottom: 35px;
  margin-top: 15px;
  background-color: white;
  position: relative;
  padding-left: 60px;
  overflow: hidden;
  min-height: 60px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .message-common.message-hotel .mensaje .h-filter-form {
    display: inline-block;
    margin: 0 5px; }
  .message-common .icono {
    display: inline-block;
    width: 60px;
    height: 100%;
    min-height: 60px;
    background-color: #ff5e52;
    background-color: #ff8d85;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px; }
    .message-common .icono .fa, .message-common .icono .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .message-common .icono .ui-icon, .message-common .icono .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .message-common .icono .ui-icon {
      position: relative;
      top: 12px;
      left: 14px;
      font-size: 35px;
      color: white; }
      .message-common .icono .fa:before, .message-common .icono .ui-datepicker .ui-datepicker-prev .ui-icon:before, .ui-datepicker .ui-datepicker-prev .message-common .icono .ui-icon:before, .message-common .icono .ui-datepicker .ui-datepicker-next .ui-icon:before, .ui-datepicker .ui-datepicker-next .message-common .icono .ui-icon:before {
        content: "\F05A"; }
  .message-common .mensaje {
    display: inline-block;
    font-size: 16px;
    color: #969696;
    vertical-align: middle;
    padding-left: 15px;
    padding-top: 8px;
    display: block;
    padding-bottom: 20px; }
    .message-common .mensaje p {
      font-size: 20px;
      margin: 15px auto 10px; }

.message-warning .icono {
  background-color: #d9534f; }
  .message-warning .icono .fa:before, .message-warning .icono .ui-datepicker .ui-datepicker-prev .ui-icon:before, .ui-datepicker .ui-datepicker-prev .message-warning .icono .ui-icon:before, .message-warning .icono .ui-datepicker .ui-datepicker-next .ui-icon:before, .ui-datepicker .ui-datepicker-next .message-warning .icono .ui-icon:before {
    content: "\F071"; }

.searchclear {
  position: absolute;
  right: 9px;
  top: 13px;
  bottom: 0;
  height: 14px;
  margin: 0 auto;
  font-size: 14px;
  cursor: pointer;
  color: #ccc;
  line-height: 1; }
  .searchclear .fa, .searchclear .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .searchclear .ui-icon, .searchclear .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .searchclear .ui-icon {
    vertical-align: top; }

.panel-top-message {
  background-color: #ff5e52;
  color: white;
  display: none; }
  .panel-top-message .content {
    position: relative;
    padding: 15px 0 18px;
    text-align: center; }
    @media (max-width: 1023px) {
      .panel-top-message .content {
        padding: 6px 25px; } }
    .panel-top-message .content .fa, .panel-top-message .content .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .panel-top-message .content .ui-icon, .panel-top-message .content .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .panel-top-message .content .ui-icon {
      margin: auto;
      font-size: 22px;
      line-height: 1;
      height: 22px;
      width: 22px;
      position: relative;
      top: 3px;
      margin-left: -22px;
      margin-right: 0; }
      .panel-top-message .content .fa:before, .panel-top-message .content .ui-datepicker .ui-datepicker-prev .ui-icon:before, .ui-datepicker .ui-datepicker-prev .panel-top-message .content .ui-icon:before, .panel-top-message .content .ui-datepicker .ui-datepicker-next .ui-icon:before, .ui-datepicker .ui-datepicker-next .panel-top-message .content .ui-icon:before {
        content: "\F05A"; }
  .panel-top-message .close {
    color: white;
    margin-top: 5px;
    margin-right: 10px; }
  .panel-top-message.top-message-info-circle .content {
    position: relative; }
    .panel-top-message.top-message-info-circle .content .fa:before, .panel-top-message.top-message-info-circle .content .ui-datepicker .ui-datepicker-prev .ui-icon:before, .ui-datepicker .ui-datepicker-prev .panel-top-message.top-message-info-circle .content .ui-icon:before, .panel-top-message.top-message-info-circle .content .ui-datepicker .ui-datepicker-next .ui-icon:before, .ui-datepicker .ui-datepicker-next .panel-top-message.top-message-info-circle .content .ui-icon:before {
      content: "\F05A"; }
  .panel-top-message.top-message-question-circle .content {
    position: relative; }
    .panel-top-message.top-message-question-circle .content .fa:before, .panel-top-message.top-message-question-circle .content .ui-datepicker .ui-datepicker-prev .ui-icon:before, .ui-datepicker .ui-datepicker-prev .panel-top-message.top-message-question-circle .content .ui-icon:before, .panel-top-message.top-message-question-circle .content .ui-datepicker .ui-datepicker-next .ui-icon:before, .ui-datepicker .ui-datepicker-next .panel-top-message.top-message-question-circle .content .ui-icon:before {
      content: "\F059"; }

@media (max-width: 1023px) {
  .radio input[type=checkbox], .radio input[type=radio],
  .checkbox input[type=checkbox],
  .checkbox input[type=radio] {
    margin: 5px 0 0 -20px; } }

@media (max-width: 1023px) {
  .radio label,
  .checkbox label {
    line-height: 20px; } }

.radio .conditions,
.checkbox .conditions {
  padding-bottom: 20px; }
  .radio .conditions label,
  .checkbox .conditions label {
    display: block; }
  .radio .conditions .errorplace,
  .checkbox .conditions .errorplace {
    min-height: 20px; }
    .radio .conditions .errorplace label,
    .checkbox .conditions .errorplace label {
      padding-left: 0;
      color: #d9534f;
      font-size: 12px; }

.justify-content {
  display: flex;
  justify-content: space-between; }

.sub-title-info {
  margin-bottom: 15px;
  font-style: italic;
  color: #848484; }
  .sub-title-info .fa, .sub-title-info .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .sub-title-info .ui-icon, .sub-title-info .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .sub-title-info .ui-icon {
    font-style: normal; }
  @media (max-width: 1023px) {
    .sub-title-info {
      display: none; } }

.btnShare {
  display: none; }

.scroll-to-top-button {
  padding: 0px 13px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: white;
  background-color: #1449e4;
  border: 1px solid #547cf0;
  position: fixed;
  right: 10px;
  bottom: 68px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
  font-size: 35px;
  z-index: 1100; }
  .scroll-to-top-button:hover, .scroll-to-top-button:active, .scroll-to-top-button:focus {
    background-color: #3d6aee;
    opacity: 1;
    filter: alpha(opacity=100);
    color: white; }
  .scroll-to-top-button .fa, .scroll-to-top-button .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .scroll-to-top-button .ui-icon, .scroll-to-top-button .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .scroll-to-top-button .ui-icon {
    position: relative;
    top: -2px;
    left: 0px;
    color: white; }

.login-content {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 100;
  width: 100%; }
  @media (max-width: 1170px) {
    .login-content {
      top: 55px;
      width: 100%; } }
  .login-content .collapse {
    display: block;
    text-align: right;
    font-size: 12px;
    height: 42px;
    color: #606060;
    margin: 0; }
    @media (max-width: 1170px) {
      .login-content .collapse {
        background: white;
        padding: 10px;
        display: none;
        width: 100%;
        height: 80px; }
        .login-content .collapse.in {
          display: block; } }
    @media (max-width: 1023px) {
      .login-content .collapse {
        text-align: left;
        background-color: #F0F0F0;
        color: #606060; } }
  .login-content .text {
    font-size: 12px;
    text-align: right; }
    @media (max-width: 1023px) {
      .login-content .text {
        text-align: left;
        color: #606060;
        position: relative;
        right: inherit;
        top: inherit; } }
    .login-content .text .fa, .login-content .text .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .login-content .text .ui-icon, .login-content .text .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .login-content .text .ui-icon {
      color: #ff5e52; }
    .login-content .text .name {
      color: #ff5e52; }
    .login-content .text .puntos {
      color: #ff5e52; }
    .login-content .text .email {
      font-size: 12px; }
  .login-content .image {
    top: 4px;
    position: absolute;
    right: 30px;
    width: 50px;
    height: 50px; }
    @media (max-width: 1170px) {
      .login-content .image {
        right: 5px;
        height: 45px; } }
    .login-content .image .icon {
      font-size: 56px;
      line-height: 1;
      top: -3px;
      position: relative;
      left: -4px; }
      @media (max-width: 1170px) {
        .login-content .image .icon {
          font-size: 45px; } }
  .login-content .btn {
    margin-left: 10px;
    height: auto;
    padding: 5px 15px;
    margin-top: 35px; }
    @media (max-width: 1170px) {
      .login-content .btn {
        height: initial;
        font-size: 12px; } }
    @media (max-width: 1023px) {
      .login-content .btn {
        float: right;
        margin-left: 0;
        margin-top: 0; } }

.navbar.scrolled .login-content .text {
  color: #606060; }

.content-message-login {
  padding: 20px;
  text-align: center; }
  .content-message-login .title {
    margin-bottom: 25px;
    font-size: 40px; }
    .content-message-login .title span {
      display: block;
      font-style: italic;
      font-size: 16px; }
  .content-message-login .sub-title {
    font-size: 25px; }
  .content-message-login .btn {
    min-width: 150px;
    margin-top: 25px;
    margin-bottom: 20px; }
  .content-message-login .icon {
    font-size: 40px;
    line-height: 0; }
  .content-message-login p {
    font-size: 18px; }

.page-top {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #ff5e52;
  margin-bottom: 15px; }
  .page-top .sub-title {
    font-size: 15px; }
  @media (max-width: 1023px) {
    .page-top {
      margin-bottom: 5px; } }

.line-through {
  text-decoration: line-through; }

.content-head-detail {
  margin-top: 15px;
  border-bottom: 1px solid #ff5e52;
  padding-bottom: 12px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .content-head-detail {
      margin-top: 0px;
      padding-bottom: 10px; } }
  .content-head-detail .main-title {
    display: inline-block;
    margin: 0; }
    @media (max-width: 767px) {
      .content-head-detail .main-title {
        display: block;
        margin-bottom: 5px;
        padding-top: 10px; } }
    @media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
      .content-head-detail .main-title {
        display: block;
        margin-bottom: 15px; } }

.content-detail .row {
  margin-left: -5px;
  margin-right: -5px; }
  .content-detail .row > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px; }

.box-detail {
  background-color: white;
  position: relative; }
  .box-detail .content {
    padding: 0 15px; }
  .box-detail .resume-head {
    background-color: #1449e4;
    padding: 10px;
    padding: 15px 10px 10px;
    margin-bottom: 15px;
    text-align: center;
    color: white; }
    .box-detail .resume-head .precio-persona {
      margin-bottom: 15px; }
    .box-detail .resume-head .precioDetail {
      font-size: 35px;
      line-height: 35px; }
      .box-detail .resume-head .precioDetail .price-currency {
        font-size: 20px;
        display: inline-block;
        vertical-align: bottom;
        padding: 0; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .box-detail .resume-head .precioDetail {
          line-height: 35px;
          font-size: 28px; } }
      @media (max-width: 767px) {
        .box-detail .resume-head .precioDetail {
          font-size: 26px;
          line-height: 26px; } }
    @media (max-width: 767px) {
      .box-detail .resume-head .nro-noches {
        margin-top: 3px; } }
    .box-detail .resume-head .precio {
      font-size: 30px;
      line-height: 35px;
      color: white;
      font-weight: 600; }
      .box-detail .resume-head .precio .price-currency {
        font-size: 20px;
        display: inline-block;
        vertical-align: bottom;
        padding: 0; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .box-detail .resume-head .precio {
          line-height: 35px;
          font-size: 28px; } }
      @media (max-width: 767px) {
        .box-detail .resume-head .precio {
          font-size: 26px;
          line-height: 26px; } }
  .box-detail .resume-detail {
    padding: 10px; }
    .box-detail .resume-detail.container,
    .box-detail .resume-detail .container {
      padding-left: 5px;
      padding-right: 5px; }
      .box-detail .resume-detail.container > .row,
      .box-detail .resume-detail .container > .row {
        margin-left: -5px;
        margin-right: -5px; }
        .box-detail .resume-detail.container > .row > [class*=col-],
        .box-detail .resume-detail .container > .row > [class*=col-] {
          padding-left: 5px;
          padding-right: 5px; }
    .box-detail .resume-detail .btn-condiciones {
      font-size: 12px; }
    .box-detail .resume-detail hr {
      margin-top: 10px;
      margin-bottom: 10px; }
    .box-detail .resume-detail h4 {
      font-size: 12px;
      text-transform: uppercase;
      padding: 6px 5px 5px; }
      .box-detail .resume-detail h4 .fa-check-circle-o {
        color: #7cbe4c; }
      .box-detail .resume-detail h4 .fa-times-circle-o {
        color: #ff6f00; }
    .box-detail .resume-detail ul li span {
      font-size: 12px; }
  .box-detail .servicios-resume {
    padding: 10px; }
    .box-detail .servicios-resume ul li {
      margin-bottom: 5px;
      font-size: 12px; }
    @media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
      .box-detail .servicios-resume {
        display: none; } }
    @media (max-width: 767px) {
      .box-detail .servicios-resume {
        display: none; } }

.subtitle-detail {
  color: #1449e4;
  font-size: 12px;
  text-transform: uppercase; }
  .subtitle-detail .fa-check-circle-o {
    color: #7cbe4c; }
  .subtitle-detail .fa-times-circle-o,
  .subtitle-detail .fa-times {
    color: #ff6f00; }

.incluye .fa-check-circle-o,
.incluye .fa-check {
  color: #7cbe4c; }

.incluye-lista {
  list-style: none;
  padding-left: 20px;
  font-size: 13px; }
  .incluye-lista li {
    position: relative; }
    .incluye-lista li i {
      position: absolute;
      top: 3px;
      left: -17px;
      color: #7cbe4c;
      font-size: 10px; }
    .incluye-lista li .fa-times {
      color: #ff6f00; }

.no-incluye {
  font-size: 12px;
  border: 1px solid #f1f1f1;
  padding: 6px 5px 5px; }
  .no-incluye .title {
    text-transform: uppercase; }
  .no-incluye .fa-times-circle-o,
  .no-incluye .fa-times {
    color: #ff6f00; }

.mt-15 {
  margin-top: 15px; }

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

@media (max-width: 1023px) {
  .zopim {
    display: none !important; } }

@media (max-width: 1023px) {
  #_hj_feedback_container {
    display: none !important; } }

.link-cuotas {
  color: #7cbe4c;
  text-align: center;
  display: block;
  margin: 15px 0 0;
  font-size: 12px; }

.cont-promos-tarj-credito .white-content {
  margin-bottom: 25px;
  min-height: 250px; }
  .cont-promos-tarj-credito .white-content .block-logo-title {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0 5px;
    margin-bottom: 10px; }
    .cont-promos-tarj-credito .white-content .block-logo-title p {
      margin-top: 15px; }
  .cont-promos-tarj-credito .white-content a {
    display: block;
    text-align: center; }
    .cont-promos-tarj-credito .white-content a img {
      margin: auto;
      height: 30px; }

.panel-condiciones-generales {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0; }
  .panel-condiciones-generales p {
    font-size: 12px; }
  .panel-condiciones-generales .text-center img {
    margin: 15px auto; }
  .panel-condiciones-generales .title {
    margin-top: 0px; }
  .panel-condiciones-generales .cft {
    font-size: 55px;
    font-weight: 100;
    line-height: 35px;
    margin-top: 15px; }
    .panel-condiciones-generales .cft span {
      font-size: 16px;
      display: block; }

.label-categoria {
  font-size: 18px;
  font-style: italic;
  background: #6c8ef2;
  padding: 4px 12px;
  font-size: 10px;
  text-transform: uppercase;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  top: -2px; }

.labels-icons {
  position: absolute;
  right: 10px;
  top: 10px; }
  .labels-icons .label-categoria {
    padding: 3px 10px;
    background-color: #e6e6e6;
    color: #1449e4;
    font-size: 12px;
    text-transform: none;
    font-style: normal;
    margin-left: 5px;
    display: inline-block; }

.label-yellow {
  background-color: #ffda8a !important;
  color: #c18400 !important; }

.label-turquesa {
  background-color: #ccf4ff !important;
  color: #0f90b3 !important; }

.label-purple {
  background-color: #f1e4ff !important;
  color: #8a64b3 !important; }

.box-rounded {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #969696;
  border-radius: 15px;
  font-size: 12px;
  margin-right: 4px;
  margin-bottom: 5px; }
  .box-rounded.green {
    color: #7cbe4c;
    border-color: #7cbe4c; }
  .box-rounded.blue {
    color: #2b73b4;
    border-color: #2b73b4; }

.row-labels {
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .row-labels .content {
    padding: 5px 20px; }
  @media (max-width: 767px) {
    .row-labels {
      display: none; } }

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.page-navigation {
  margin-bottom: 15px; }

.banner-small-resultados {
  text-align: center; }
  .banner-small-resultados img {
    margin: auto;
    margin-bottom: 5px; }

.ofertas-asistencia .banner-small-resultados {
  margin-top: 15px; }

.category-auto .banner-small-resultados {
  margin-top: 15px; }

.banner-resultados {
  margin-bottom: 20px;
  text-align: center; }
  .banner-resultados img {
    margin: auto; }

#banner-modal {
  text-align: center; }
  #banner-modal .modal-dialog {
    width: auto !important; }
  #banner-modal .close {
    margin-top: -2px;
    border-radius: 0 0 0 100%;
    background-color: #ff5e52;
    opacity: 1;
    color: white;
    padding: 0 0 5px 5px;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 2px;
    right: 0px;
    z-index: 100;
    border: 2px solid white;
    border-top: none;
    border-right: none; }
    #banner-modal .close:hover {
      background-color: #1449e4; }
  #banner-modal .banner {
    background-color: transparent;
    padding: 0; }
    #banner-modal .banner img {
      margin: auto; }

.mensaje-crossell {
  border: 1px solid #7cbe4c;
  background-color: #7cbe4c;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px; }
  .mensaje-crossell.yellow {
    border: none;
    background-color: #ffffae; }
    .mensaje-crossell.yellow .col-right {
      background-color: inherit; }
  .mensaje-crossell .col-left .fa, .mensaje-crossell .col-left .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .mensaje-crossell .col-left .ui-icon, .mensaje-crossell .col-left .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .mensaje-crossell .col-left .ui-icon {
    color: white;
    font-size: 31px;
    padding: 9px 0 0 12px; }
    @media (max-width: 1023px) {
      .mensaje-crossell .col-left .fa, .mensaje-crossell .col-left .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .mensaje-crossell .col-left .ui-icon, .mensaje-crossell .col-left .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .mensaje-crossell .col-left .ui-icon {
        font-size: 22px; } }
    @media (min-width: 1024px) and (max-width: 1419px) {
      .mensaje-crossell .col-left .fa, .mensaje-crossell .col-left .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .mensaje-crossell .col-left .ui-icon, .mensaje-crossell .col-left .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .mensaje-crossell .col-left .ui-icon {
        padding: 7px 0 0 12px; } }
  .mensaje-crossell .col-right {
    background-color: white;
    color: #0e329e;
    font-size: 18px;
    padding: 10px;
    font-style: italic; }
    @media (max-width: 1023px) {
      .mensaje-crossell .col-right {
        font-size: 12px;
        padding: 3px; } }
    @media (min-width: 1024px) and (max-width: 1419px) {
      .mensaje-crossell .col-right {
        padding: 5px 10px;
        font-size: 14px; } }

.crossell-area {
  margin-top: 15px; }
  .crossell-area .container {
    padding: 0; }
  .crossell-area .container-message {
    margin: 20px auto 30px; }

.banner-mejor-precio {
  background-color: #6c8ef2;
  color: white;
  text-align: center;
  padding: 10px;
  margin-top: 15px;
  font-size: 18px; }

.row-no-gutter {
  margin: 0; }
  .row-no-gutter > [class*=col-] {
    padding-left: 0px;
    padding-right: 0px; }

.messaje-passengers {
  position: relative;
  top: -10px;
  font-size: 10px;
  color: #1449e4; }

.info-cargos {
  border: 1px solid #e6e6e6;
  padding: 8px 10px;
  margin-top: 15px; }
  .info-cargos p:last-child {
    margin-bottom: 0; }
  .info-cargos a {
    color: #a01127;
    text-decoration: underline; }

.notificacion {
  border: 1px solid #e6e6e6;
  padding: 8px 10px;
  margin-top: 15px; }
  .notificacion p,
  .notificacion .small,
  .notificacion label,
  .notificacion .label-input {
    font-size: 12px !important; }
    .notificacion p:last-child,
    .notificacion .small:last-child,
    .notificacion label:last-child,
    .notificacion .label-input:last-child {
      margin-bottom: 0; }

.block-info {
  position: relative;
  border: 1px solid #547cf0;
  padding-left: 45px;
  background-color: #547cf0;
  margin-top: 15px; }
  .block-info p {
    margin-bottom: 5px;
    font-size: 13px !important;
    color: #0e329e; }
    .block-info p:last-child {
      margin-bottom: 0; }
  .block-info .col-icono {
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    text-align: center; }
    .block-info .col-icono .fa, .block-info .col-icono .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .block-info .col-icono .ui-icon, .block-info .col-icono .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .block-info .col-icono .ui-icon {
      color: white;
      font-size: 28px; }
  .block-info .col-texto {
    padding: 10px;
    background-color: white; }

.col-description .notificacion {
  padding: 8px 10px; }
  .col-description .notificacion p,
  .col-description .notificacion .small,
  .col-description .notificacion label,
  .col-description .notificacion .label-input {
    text-align: center;
    color: #0e329e;
    margin-bottom: 0; }
    .col-description .notificacion p:last-child,
    .col-description .notificacion .small:last-child,
    .col-description .notificacion label:last-child,
    .col-description .notificacion .label-input:last-child {
      margin-bottom: 0; }

.table_div {
  border-top: 2px solid #0e329e;
  text-align: center; }
  .table_div .row {
    margin-left: 0px;
    margin-right: 0px; }
    .table_div .row > [class*=col-] {
      padding-left: 0px;
      padding-right: 0px; }
  .table_div .tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
    .table_div .tr:nth-of-type(odd):hover {
      background-color: #f8e8e9; }
  .table_div .tr:hover {
    background-color: #f8e8e9; }
  .table_div .tr .th, .table_div .tr .td {
    padding: 8px; }
  .table_div .thead .th {
    text-align: center;
    color: #0e329e;
    font-size: 15px; }

.table_facturacion {
  text-align: left; }
  .table_facturacion .thead .th {
    text-align: left; }
  .table_facturacion .factura-nro {
    border-top: 2px solid #e9e9e9;
    background-color: rgba(243, 243, 243, 0.3);
    color: #0e329e;
    font-weight: bold; }

.passengers-warning,
.validacion-warning {
  font-size: 11px;
  border: 1px solid #d9534f;
  padding: 4px 10px;
  width: 100%;
  display: block;
  background: white;
  color: #d9534f;
  position: absolute;
  bottom: -13px;
  left: 0; }

.title-seo {
  margin: 0; }

.container-order-results {
  background-color: white;
  height: 42px; }
  .container-order-results .title {
    font-size: 10px;
    color: #1449e4;
    padding: 15px;
    margin: 0;
    display: inline-block;
    float: left;
    text-transform: uppercase; }
  .container-order-results .order-filters {
    text-align: right;
    margin-bottom: 0;
    float: right;
    margin-top: 8px;
    margin-right: 8px; }
    .container-order-results .order-filters li {
      margin-right: 0;
      padding-right: 0; }
    .container-order-results .order-filters span {
      font-size: 12px;
      color: #1449e4;
      padding: 13px 15px;
      display: inline-block;
      border-left: 2px solid #F0F0F0;
      cursor: pointer; }
      .container-order-results .order-filters span.btn-order {
        border-radius: 3px;
        border: 1px solid #d9d9d9;
        padding: 4px 4px;
        color: #1449e4; }
        @media (min-width: 1420px) {
          .container-order-results .order-filters span.btn-order {
            padding: 4px 8px; } }
        .container-order-results .order-filters span.btn-order:hover {
          border-color: #d9d9d9;
          color: #1449e4;
          background-color: #e6e6e6; }
        .container-order-results .order-filters span.btn-order:active, .container-order-results .order-filters span.btn-order.active {
          background-color: #e6e6e6;
          color: #1449e4;
          border-color: #cdcdcd; }
      .container-order-results .order-filters span .fa, .container-order-results .order-filters span .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .container-order-results .order-filters span .ui-icon, .container-order-results .order-filters span .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .container-order-results .order-filters span .ui-icon {
        margin-left: -2px; }
        .container-order-results .order-filters span .fa.small, .container-order-results .order-filters span label.fa, .container-order-results .order-filters span .ui-datepicker .ui-datepicker-prev label.ui-icon, .ui-datepicker .ui-datepicker-prev .container-order-results .order-filters span label.ui-icon, .container-order-results .order-filters span .ui-datepicker .ui-datepicker-next label.ui-icon, .ui-datepicker .ui-datepicker-next .container-order-results .order-filters span label.ui-icon,
        .container-order-results .order-filters span .fa.label-input, .container-order-results .order-filters span .ui-datepicker .ui-datepicker-prev .label-input.ui-icon, .ui-datepicker .ui-datepicker-prev .container-order-results .order-filters span .label-input.ui-icon, .container-order-results .order-filters span .ui-datepicker .ui-datepicker-next .label-input.ui-icon, .ui-datepicker .ui-datepicker-next .container-order-results .order-filters span .label-input.ui-icon, .container-order-results .order-filters span .ui-datepicker .ui-datepicker-prev .small.ui-icon, .ui-datepicker .ui-datepicker-prev .container-order-results .order-filters span .small.ui-icon, .container-order-results .order-filters span .ui-datepicker .ui-datepicker-next .small.ui-icon, .ui-datepicker .ui-datepicker-next .container-order-results .order-filters span .small.ui-icon {
          font-size: 8px; }
        .container-order-results .order-filters span .fa.small-2, .container-order-results .order-filters span .ui-datepicker .ui-datepicker-prev .small-2.ui-icon, .ui-datepicker .ui-datepicker-prev .container-order-results .order-filters span .small-2.ui-icon, .container-order-results .order-filters span .ui-datepicker .ui-datepicker-next .small-2.ui-icon, .ui-datepicker .ui-datepicker-next .container-order-results .order-filters span .small-2.ui-icon {
          font-size: 6px; }

.box-tarifas {
  position: relative;
  background-color: white;
  border-top: 2px solid #3d6aee;
  margin-bottom: 25px;
  padding: 0 5px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5; }
  .box-tarifas .row {
    margin-left: -5px;
    margin-right: -5px; }
    .box-tarifas .row > [class*=col-] {
      padding-left: 5px;
      padding-right: 5px; }
  .box-tarifas .row-labels {
    text-align: center; }
  .box-tarifas .row-tarifas {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px; }
    @media (max-width: 1023px) {
      .box-tarifas .row-tarifas {
        font-size: 12px; } }
    .box-tarifas .row-tarifas:hover {
      background-color: #f7f7f7;
      color: #0e329e; }
    .box-tarifas .row-tarifas.selected {
      color: #0e329e;
      background-color: rgba(230, 230, 230, 0.5); }
    .box-tarifas .row-tarifas.recommended {
      color: #0e329e;
      background-color: rgba(124, 190, 76, 0.05); }
    .box-tarifas .row-tarifas .label-selected {
      position: absolute;
      left: -1px;
      top: 0;
      border-radius: 0 0px 5px 0;
      background-color: #1449e4;
      color: white;
      padding: 3px 10px;
      font-size: 10px; }
    .box-tarifas .row-tarifas .label-recommended {
      position: absolute;
      left: -1px;
      top: 0;
      border-radius: 0 0px 5px 0;
      background-color: #7cbe4c;
      color: white;
      padding: 3px 10px;
      font-size: 10px; }
    .box-tarifas .row-tarifas .col-btn {
      padding: 8px 25px; }
      @media (max-width: 1023px) {
        .box-tarifas .row-tarifas .col-btn {
          padding: 5px; } }
      @media (max-width: 1023px) {
        .box-tarifas .row-tarifas .col-btn .btn {
          font-size: 14px;
          height: auto;
          padding: 5px 10px;
          line-height: 15px;
          margin-bottom: 3px;
          width: 100%; } }
    .box-tarifas .row-tarifas .content {
      padding: 18px 10px; }
      @media (max-width: 1023px) {
        .box-tarifas .row-tarifas .content {
          padding: 5px 10px; } }
    .box-tarifas .row-tarifas .fa-arrow-right {
      font-size: 12px;
      position: relative;
      top: -2px; }
  .box-tarifas .content {
    padding: 5px 10px; }
    .box-tarifas .content .price {
      font-size: 18px;
      line-height: 16px;
      color: #0e329e;
      font-weight: bold; }

/* estilos importados de s_gtr */
#navbar-gtr .text-login-cotizacion {
  position: absolute;
  top: 2px;
  right: 0; }
  @media (max-width: 1170px) {
    #navbar-gtr .text-login-cotizacion {
      position: relative;
      top: 0; } }
  #navbar-gtr .text-login-cotizacion ul li {
    vertical-align: top; }

#navbar-gtr .login-content {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 100;
  width: 100%; }
  @media (max-width: 1170px) {
    #navbar-gtr .login-content {
      top: 55px;
      width: 100%; } }
  #navbar-gtr .login-content .collapse {
    display: block;
    text-align: right;
    font-size: 12px;
    height: 42px;
    color: #606060;
    margin: 0; }
    @media (max-width: 1170px) {
      #navbar-gtr .login-content .collapse {
        background: white;
        padding: 10px;
        display: none;
        width: 100%;
        height: 80px; }
        #navbar-gtr .login-content .collapse.in {
          display: block; } }
    @media (max-width: 1023px) {
      #navbar-gtr .login-content .collapse {
        text-align: left;
        background-color: #F0F0F0;
        color: #606060; } }
  #navbar-gtr .login-content .text {
    font-size: 12px;
    text-align: right; }
    @media (max-width: 1023px) {
      #navbar-gtr .login-content .text {
        text-align: left;
        color: #606060;
        position: relative;
        right: inherit;
        top: inherit; } }
    #navbar-gtr .login-content .text .fa, #navbar-gtr .login-content .text .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev #navbar-gtr .login-content .text .ui-icon, #navbar-gtr .login-content .text .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next #navbar-gtr .login-content .text .ui-icon {
      color: #ff5e52; }
    #navbar-gtr .login-content .text .name {
      color: #ff5e52; }
    #navbar-gtr .login-content .text .puntos {
      color: #ff5e52; }
    #navbar-gtr .login-content .text .email {
      font-size: 12px; }
  #navbar-gtr .login-content .image {
    top: 4px;
    position: absolute;
    right: 30px;
    width: 50px;
    height: 50px; }
    @media (max-width: 1170px) {
      #navbar-gtr .login-content .image {
        right: 5px;
        height: 45px; } }
    #navbar-gtr .login-content .image .icon {
      font-size: 56px;
      line-height: 1;
      top: -3px;
      position: relative;
      left: -4px; }
      @media (max-width: 1170px) {
        #navbar-gtr .login-content .image .icon {
          font-size: 45px; } }
  #navbar-gtr .login-content .btn {
    margin-left: 10px;
    height: auto;
    padding: 5px 15px;
    margin-top: 35px; }
    @media (max-width: 1170px) {
      #navbar-gtr .login-content .btn {
        height: initial;
        font-size: 12px; } }
    @media (max-width: 1023px) {
      #navbar-gtr .login-content .btn {
        float: right;
        margin-left: 0;
        margin-top: 0; } }

.wrapper-opc-type .cont-opc .cont-opc-type .radio {
  margin-top: 0;
  margin-bottom: 0; }

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

@media (max-width: 767px) {
  label,
  .label-input {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #808080; }
    label .info,
    .label-input .info {
      text-transform: none; } }

.link-tab {
  color: #3d6aee;
  background-color: #f1f1f1;
  padding: 10px 15px 10px 36px;
  height: 38px;
  cursor: pointer;
  display: block;
  margin-right: 2px;
  line-height: 1.42857;
  border-radius: 0px 0px 0 0; }
  @media (max-width: 1023px) {
    .link-tab {
      padding: 10px;
      height: 34px;
      width: 34px; } }
  @media (min-width: 1024px) and (max-width: 1169px) {
    .link-tab {
      padding: 10px 9px 10px 30px; } }
  .link-tab:hover {
    color: #0e329e;
    background-color: white;
    position: relative; }

.fillpasajeros-wrap {
  display: none; }

.btn-crossell-assistance {
  background-color: #DD3E1B;
  padding: 0;
  color: white;
  width: 100%;
  max-width: 630px;
  margin: 35px auto 50px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-left: 55px;
  position: relative;
  border-radius: 4px; }
  .btn-crossell-assistance:hover {
    background-color: #ff4921; }
  .btn-crossell-assistance .fa-hand-o-right {
    font-size: 30px;
    position: absolute;
    left: 28px; }
  .btn-crossell-assistance span {
    display: inline-block; }
  .btn-crossell-assistance .text {
    width: 100%;
    font-size: 22px; }
    .btn-crossell-assistance .text .icon {
      padding-right: 10px; }
  .btn-crossell-assistance .logo {
    background-color: #1751A1;
    display: inline-block;
    overflow: hidden; }
    .btn-crossell-assistance .logo img {
      display: inline-block;
      padding: 4px 10px; }

.animated {
  animation-name: hand-animation;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes hand-animation {
  0% {
    transform: translateX(-50%); }
  50% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-50%); } }

#loading {
  width: 20px;
  height: 20px; }
  #loading .fa, #loading .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev #loading .ui-icon, #loading .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next #loading .ui-icon {
    animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.subscribe {
  margin-top: 0; }

#navbar-gtr .text-login-cotizacion {
  position: absolute;
  top: 2px;
  right: 0; }
  @media (max-width: 1170px) {
    #navbar-gtr .text-login-cotizacion {
      position: relative;
      top: 0; } }
  #navbar-gtr .text-login-cotizacion ul li {
    vertical-align: top; }

#navbar-gtr .login-content {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 100;
  width: 100%; }
  @media (max-width: 1170px) {
    #navbar-gtr .login-content {
      top: 55px;
      width: 100%; } }
  #navbar-gtr .login-content .collapse {
    display: block;
    text-align: right;
    font-size: 12px;
    height: 42px;
    color: #606060;
    margin: 0; }
    @media (max-width: 1170px) {
      #navbar-gtr .login-content .collapse {
        background: white;
        padding: 10px;
        display: none;
        width: 100%;
        height: 80px; }
        #navbar-gtr .login-content .collapse.in {
          display: block; } }
    @media (max-width: 1023px) {
      #navbar-gtr .login-content .collapse {
        text-align: left;
        background-color: #F0F0F0;
        color: #606060; } }
  #navbar-gtr .login-content .text {
    font-size: 12px;
    text-align: right; }
    @media (max-width: 1023px) {
      #navbar-gtr .login-content .text {
        text-align: left;
        color: #606060;
        position: relative;
        right: inherit;
        top: inherit; } }
    #navbar-gtr .login-content .text .fa, #navbar-gtr .login-content .text .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev #navbar-gtr .login-content .text .ui-icon, #navbar-gtr .login-content .text .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next #navbar-gtr .login-content .text .ui-icon {
      color: #ff5e52; }
    #navbar-gtr .login-content .text .name {
      color: #ff5e52; }
    #navbar-gtr .login-content .text .puntos {
      color: #ff5e52; }
    #navbar-gtr .login-content .text .email {
      font-size: 12px; }
  #navbar-gtr .login-content .image {
    top: 4px;
    position: absolute;
    right: 30px;
    width: 50px;
    height: 50px; }
    @media (max-width: 1170px) {
      #navbar-gtr .login-content .image {
        right: 5px;
        height: 45px; } }
    #navbar-gtr .login-content .image .icon {
      font-size: 56px;
      line-height: 1;
      top: -3px;
      position: relative;
      left: -4px; }
      @media (max-width: 1170px) {
        #navbar-gtr .login-content .image .icon {
          font-size: 45px; } }
  #navbar-gtr .login-content .btn {
    margin-left: 10px;
    height: auto;
    padding: 5px 15px;
    margin-top: 35px; }
    @media (max-width: 1170px) {
      #navbar-gtr .login-content .btn {
        height: initial;
        font-size: 12px; } }
    @media (max-width: 1023px) {
      #navbar-gtr .login-content .btn {
        float: right;
        margin-left: 0;
        margin-top: 0; } }

.wrapper-opc-type .cont-opc .cont-opc-type .radio {
  margin-top: 0;
  margin-bottom: 0; }

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

@media (max-width: 767px) {
  label,
  .label-input {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #808080; }
    label .info,
    .label-input .info {
      text-transform: none; } }

.link-tab {
  color: #3d6aee;
  background-color: #f1f1f1;
  padding: 10px 15px 10px 36px;
  height: 38px;
  cursor: pointer;
  display: block;
  margin-right: 2px;
  line-height: 1.42857;
  border-radius: 0px 0px 0 0; }
  @media (max-width: 1023px) {
    .link-tab {
      padding: 10px;
      height: 34px;
      width: 34px; } }
  @media (min-width: 1024px) and (max-width: 1169px) {
    .link-tab {
      padding: 10px 9px 10px 30px; } }
  .link-tab:hover {
    color: #0e329e;
    background-color: white;
    position: relative; }

.fillpasajeros-wrap {
  display: none; }

#wrapper .searchform .logo-sticky {
  opacity: 0;
  top: -90px;
  position: absolute;
  width: 90%;
  z-index: 100; }

#wrapper .searchform .boton-buscar {
  margin-top: 24px; }

#wrapper.has-fixed-top {
  -webkit-transition-property: none;
  transition-property: none;
  padding-top: 48px; }
  @media (min-width: 1170px) {
    #wrapper.has-fixed-top {
      padding-top: 89px; } }
  #wrapper.has-fixed-top .searchform {
    position: fixed;
    z-index: 1050;
    top: 0;
    border-bottom: 1px solid #547cf0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
    @media (max-width: 1023px) {
      #wrapper.has-fixed-top .searchform .resume-mobile,
      #wrapper.has-fixed-top .searchform .mobile-collapse {
        padding: 0px; } }
    #wrapper.has-fixed-top .searchform .resume-mobile .title,
    #wrapper.has-fixed-top .searchform .mobile-collapse .title {
      opacity: 0; }
    #wrapper.has-fixed-top .searchform .logo-sticky {
      opacity: 1;
      height: 60px;
      top: 2px; }
      #wrapper.has-fixed-top .searchform .logo-sticky img {
        height: 100%;
        width: auto; }

.searchform {
  background-color: #1449e4;
  width: 100%;
  z-index: 100;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .searchform .row {
    margin-left: -5px;
    margin-right: -5px; }
    .searchform .row > [class*=col-] {
      padding-left: 5px;
      padding-right: 5px; }
  @media (min-width: 1170px) and (max-width: 1419px) {
    .searchform .form-group label, .searchform .form-group .label-input {
      font-size: 85%; } }
  .searchform .info {
    font-size: 9px; }
  .searchform .form-inverse {
    padding: 0px;
    color: white; }
    .searchform .form-inverse .row {
      margin-left: 0px;
      margin-right: 0px; }
      .searchform .form-inverse .row > [class*=col-] {
        padding-left: 0px;
        padding-right: 0px; }
    @media (min-width: 1171px) {
      .searchform .form-inverse {
        min-height: 74px;
        padding: 5px 0px 5px; } }
    @media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
      .searchform .form-inverse {
        padding: 0px; } }
    @media (max-width: 767px) {
      .searchform .form-inverse {
        padding: 0px; } }
    .searchform .form-inverse .preload {
      background-color: #1449e4;
      color: white; }
    .searchform .form-inverse .title {
      color: white;
      margin-bottom: 20px; }
      .searchform .form-inverse .title .icon {
        line-height: 1.1;
        font-size: 14px;
        margin-right: 8px; }
    .searchform .form-inverse .form-group {
      margin-bottom: 0px; }
      @media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
        .searchform .form-inverse .form-group {
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        .searchform .form-inverse .form-group {
          margin-bottom: 15px; } }
      .searchform .form-inverse .form-group label {
        color: white;
        margin-bottom: 0px !important; }
      .searchform .form-inverse .form-group .searchclear {
        color: rgba(255, 255, 255, 0.5); }
      .searchform .form-inverse .form-group .custom-select:after {
        color: white;
        background-color: #1449e4; }
      .searchform .form-inverse .form-group .form-control {
        color: white;
        background-color: #1449e4;
        border: 1px solid #1449e4;
        border-bottom-color: white; }
        .searchform .form-inverse .form-group .form-control::-moz-placeholder {
          color: white;
          opacity: 1; }
        .searchform .form-inverse .form-group .form-control:-ms-input-placeholder {
          color: white; }
        .searchform .form-inverse .form-group .form-control::-webkit-input-placeholder {
          color: white; }
        .searchform .form-inverse .form-group .form-control:focus {
          -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #3d6aee;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #3d6aee;
          border-color: #3d6aee; }
        .searchform .form-inverse .form-group .form-control.invalid {
          border-color: #ffed65;
          color: #ffed65; }
          .searchform .form-inverse .form-group .form-control.invalid.datepicker {
            color: #ffed65; }
            .searchform .form-inverse .form-group .form-control.invalid.datepicker::-moz-placeholder {
              color: #ffed65;
              opacity: 1; }
            .searchform .form-inverse .form-group .form-control.invalid.datepicker:-ms-input-placeholder {
              color: #ffed65; }
            .searchform .form-inverse .form-group .form-control.invalid.datepicker::-webkit-input-placeholder {
              color: #ffed65; }
          .searchform .form-inverse .form-group .form-control.invalid::-moz-placeholder {
            color: #ffed65;
            opacity: 1; }
          .searchform .form-inverse .form-group .form-control.invalid:-ms-input-placeholder {
            color: #ffed65; }
          .searchform .form-inverse .form-group .form-control.invalid::-webkit-input-placeholder {
            color: #ffed65; }
          .searchform .form-inverse .form-group .form-control.invalid:focus {
            border-color: #ffe732; }
      .searchform .form-inverse .form-group.has-icon .ico-input {
        color: white;
        left: 6px; }
      @media (max-width: 1023px) {
        .searchform .form-inverse .form-group.has-icon .form-control {
          padding-left: 22px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
        .searchform .form-inverse .form-group .cont-autocomplete .ico-input {
          bottom: 14px; } }
      @media (max-width: 767px) {
        .searchform .form-inverse .form-group .cont-autocomplete .ico-input {
          bottom: 14px; } }
      .searchform .form-inverse .form-group .ico-select {
        position: absolute;
        right: 8px;
        bottom: 13px; }
    .searchform .form-inverse .rangos .rango-panel .form-control {
      color: #1449e4;
      background-color: white;
      border: 1px solid #dcdcdc; }
      .searchform .form-inverse .rangos .rango-panel .form-control::-moz-placeholder {
        color: #b3b3b3;
        opacity: 1; }
      .searchform .form-inverse .rangos .rango-panel .form-control:-ms-input-placeholder {
        color: #b3b3b3; }
      .searchform .form-inverse .rangos .rango-panel .form-control::-webkit-input-placeholder {
        color: #b3b3b3; }
    .searchform .form-inverse .rangos .rango-panel .custom-select:after {
      color: #606060;
      background: white;
      background-color: white; }
    .searchform .form-inverse .habitaciones .room-panel .form-control {
      color: #1449e4;
      background-color: white;
      border: 1px solid #dcdcdc; }
      .searchform .form-inverse .habitaciones .room-panel .form-control::-moz-placeholder {
        color: #b3b3b3;
        opacity: 1; }
      .searchform .form-inverse .habitaciones .room-panel .form-control:-ms-input-placeholder {
        color: #b3b3b3; }
      .searchform .form-inverse .habitaciones .room-panel .form-control::-webkit-input-placeholder {
        color: #b3b3b3; }
    .searchform .form-inverse .habitaciones .room-panel .custom-select:after {
      color: #606060;
      background: white;
      background-color: white; }
    .searchform .form-inverse .mobile-collapse {
      border-top: 1px solid #3d6aee;
      padding-top: 15px;
      display: none;
      /* @include sm-landscape {
				display: block;
			}
			@include sm-portrait {
				display: none;
				width: 100%;
			}
			@include xs {
				border-top: 1px solid lighten($search-form, 10%);
				display: none;
				width: 100%;
			}
			@include xs-sm {
				display: none;
				width: 100%;
			} */ }
      @media (min-width: 1170px) {
        .searchform .form-inverse .mobile-collapse {
          display: block !important;
          border-top: none;
          padding-top: 0px; } }
    @media (max-width: 767px) {
      .searchform .form-inverse form .container {
        padding: 10px; } }
    .searchform .form-inverse .indexForm {
      position: relative; }
      .searchform .form-inverse .indexForm.container,
      .searchform .form-inverse .indexForm .container {
        padding-left: 5px;
        padding-right: 5px; }
        .searchform .form-inverse .indexForm.container > .row,
        .searchform .form-inverse .indexForm .container > .row {
          margin-left: -5px;
          margin-right: -5px; }
          .searchform .form-inverse .indexForm.container > .row > [class*=col-],
          .searchform .form-inverse .indexForm .container > .row > [class*=col-] {
            padding-left: 5px;
            padding-right: 5px; }
      .searchform .form-inverse .indexForm .container {
        padding: 0px; }
        .searchform .form-inverse .indexForm .container > div.container,
        .searchform .form-inverse .indexForm .container > div .container {
          padding-left: 5px;
          padding-right: 5px; }
          .searchform .form-inverse .indexForm .container > div.container > .row,
          .searchform .form-inverse .indexForm .container > div .container > .row {
            margin-left: -5px;
            margin-right: -5px; }
            .searchform .form-inverse .indexForm .container > div.container > .row > [class*=col-],
            .searchform .form-inverse .indexForm .container > div .container > .row > [class*=col-] {
              padding-left: 5px;
              padding-right: 5px; }
        @media (max-width: 767px) {
          .searchform .form-inverse .indexForm .container {
            padding: 10px; }
            .searchform .form-inverse .indexForm .container .row .container {
              padding: 0px; } }
        .searchform .form-inverse .indexForm .container .btn {
          font-size: 12px;
          margin-top: 12px; }
        .searchform .form-inverse .indexForm .container .btn-inactive {
          background-color: #2658ec;
          border-color: #2a5cec; }
        .searchform .form-inverse .indexForm .container .entrada-salida {
          border-left: 1px solid rgba(255, 255, 255, 0.5);
          border-right: 1px solid rgba(255, 255, 255, 0.5); }
          .searchform .form-inverse .indexForm .container .entrada-salida.container,
          .searchform .form-inverse .indexForm .container .entrada-salida .container {
            padding-left: 5px;
            padding-right: 5px; }
            .searchform .form-inverse .indexForm .container .entrada-salida.container > .row,
            .searchform .form-inverse .indexForm .container .entrada-salida .container > .row {
              margin-left: -5px;
              margin-right: -5px; }
              .searchform .form-inverse .indexForm .container .entrada-salida.container > .row > [class*=col-],
              .searchform .form-inverse .indexForm .container .entrada-salida .container > .row > [class*=col-] {
                padding-left: 5px;
                padding-right: 5px; }
          @media (max-width: 767px) {
            .searchform .form-inverse .indexForm .container .entrada-salida {
              border: none; } }
          @media (min-width: 1170px) {
            .searchform .form-inverse .indexForm .container .entrada-salida .row > div {
              width: 40%; }
              .searchform .form-inverse .indexForm .container .entrada-salida .row > div.days-count {
                width: 20%; } }
          @media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
            .searchform .form-inverse .indexForm .container .entrada-salida .row > div {
              width: 40%; }
              .searchform .form-inverse .indexForm .container .entrada-salida .row > div.days-count {
                width: 20%; } }
    .searchform .form-inverse .resume-mobile {
      position: relative;
      height: 55px; }
      @media (min-width: 1170px) {
        .searchform .form-inverse .resume-mobile {
          height: inherit; } }
      @media (max-width: 1023px) {
        .searchform .form-inverse .resume-mobile .container {
          padding: 0px; } }
      .searchform .form-inverse .resume-mobile ul {
        margin: 0; }
        .searchform .form-inverse .resume-mobile ul li {
          padding: 0px; }
      .searchform .form-inverse .resume-mobile .btn-edit {
        padding: 16px 14px;
        height: inherit;
        width: 55px;
        height: 55px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        border-radius: 0px;
        margin: 0;
        text-align: center;
        background-color: #ff5e52; }
        .searchform .form-inverse .resume-mobile .btn-edit.open {
          background-color: #ff8d85;
          font-size: 16px; }
      .searchform .form-inverse .resume-mobile .item-search {
        line-height: 1.2;
        display: inline-block;
        vertical-align: middle;
        padding: 14px 6px;
        /* @include sm-md {
					padding: 20px;
				} */
        /* &.detail-salida {
					border-left: 1px solid rgba(white, .6);
					@include xs-sm {
						border: none;
					}
				} */ }
        @media (max-width: 1023px) {
          .searchform .form-inverse .resume-mobile .item-search {
            padding: 8px 5px 3px; } }
        .searchform .form-inverse .resume-mobile .item-search.origen-destino .sub-item {
          display: inline-block; }
        @media (max-width: 767px) {
          .searchform .form-inverse .resume-mobile .item-search.guests-search {
            border: none; } }
        .searchform .form-inverse .resume-mobile .item-search.guests-search .item-detail span {
          display: inline-block; }
          @media (max-width: 1023px) {
            .searchform .form-inverse .resume-mobile .item-search.guests-search .item-detail span {
              display: inline-block; } }
        @media (max-width: 1023px) {
          .searchform .form-inverse .resume-mobile .item-search.guests-search .item-detail {
            max-width: 35px;
            display: inline-block; } }
        .searchform .form-inverse .resume-mobile .item-search .item-detail,
        .searchform .form-inverse .resume-mobile .item-search .title-seo {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          display: inline-block;
          vertical-align: bottom;
          font-size: 15px;
          max-width: 150px;
          color: white;
          line-height: 15px; }
          @media (max-width: 767px) {
            .searchform .form-inverse .resume-mobile .item-search .item-detail,
            .searchform .form-inverse .resume-mobile .item-search .title-seo {
              max-width: 70px;
              font-size: 12px; }
              .searchform .form-inverse .resume-mobile .item-search .item-detail span,
              .searchform .form-inverse .resume-mobile .item-search .title-seo span {
                display: block; } }
          @media (min-width: 768px) and (max-width: 1169px) {
            .searchform .form-inverse .resume-mobile .item-search .item-detail,
            .searchform .form-inverse .resume-mobile .item-search .title-seo {
              font-size: 12px; } }
        @media (min-width: 1420px) {
          .searchform .form-inverse .resume-mobile .item-search .title-seo {
            font-size: 18px;
            line-height: 21px; } }
      @media (max-width: 1023px) {
        .searchform .form-inverse .resume-mobile .detail-salida,
        .searchform .form-inverse .resume-mobile .detail-llegada,
        .searchform .form-inverse .resume-mobile .date-search {
          position: relative;
          padding-left: 25px;
          border: none; } }
      @media (max-width: 1023px) {
        .searchform .form-inverse .resume-mobile .detail-salida .fa, .searchform .form-inverse .resume-mobile .detail-salida .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .searchform .form-inverse .resume-mobile .detail-salida .ui-icon, .searchform .form-inverse .resume-mobile .detail-salida .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .searchform .form-inverse .resume-mobile .detail-salida .ui-icon,
        .searchform .form-inverse .resume-mobile .detail-llegada .fa,
        .searchform .form-inverse .resume-mobile .detail-llegada .ui-datepicker .ui-datepicker-prev .ui-icon,
        .ui-datepicker .ui-datepicker-prev .searchform .form-inverse .resume-mobile .detail-llegada .ui-icon,
        .searchform .form-inverse .resume-mobile .detail-llegada .ui-datepicker .ui-datepicker-next .ui-icon,
        .ui-datepicker .ui-datepicker-next .searchform .form-inverse .resume-mobile .detail-llegada .ui-icon,
        .searchform .form-inverse .resume-mobile .date-search .fa,
        .searchform .form-inverse .resume-mobile .date-search .ui-datepicker .ui-datepicker-prev .ui-icon,
        .ui-datepicker .ui-datepicker-prev .searchform .form-inverse .resume-mobile .date-search .ui-icon,
        .searchform .form-inverse .resume-mobile .date-search .ui-datepicker .ui-datepicker-next .ui-icon,
        .ui-datepicker .ui-datepicker-next .searchform .form-inverse .resume-mobile .date-search .ui-icon {
          position: absolute;
          left: 10px; } }
      @media (max-width: 1023px) {
        .searchform .form-inverse .resume-mobile .item-multidestination .item-search {
          padding: 13px 5px; } }
      @media (max-width: 1023px) {
        .searchform .form-inverse .resume-mobile .item-multidestination .sub-item {
          font-size: 12px; } }
      .searchform .form-inverse .resume-mobile .item-multidestination .sub-item .label-input {
        margin-bottom: 2px; }
      .searchform .form-inverse .resume-mobile .item-multidestination .icon-arrow {
        font-size: 10px; }
        @media (max-width: 1023px) {
          .searchform .form-inverse .resume-mobile .item-multidestination .icon-arrow {
            font-size: 8px; } }
      @media (max-width: 1023px) {
        .searchform .form-inverse .resume-mobile .item-multidestination .guests-search {
          padding: 18px 9px; } }
      @media (max-width: 1023px) {
        .searchform .form-inverse .resume-mobile .items-roundtrip {
          width: 100%; } }
      @media (max-width: 1023px) {
        .searchform .form-inverse .resume-mobile .items-roundtrip .item-roundtrip .item-search .item-detail {
          max-width: 115px; } }
      @media (max-width: 1023px) {
        .searchform .form-inverse .resume-mobile .items-roundtrip .item-roundtrip .icon-arrow {
          position: relative;
          top: 5px; } }
      @media (max-width: 1023px) {
        .searchform .form-inverse .resume-mobile .items-fechas-nro-pasajeros {
          width: 100%; } }
    @media (max-width: 1023px) {
      .searchform .form-inverse .resume-hoteles .date-search {
        position: relative;
        padding-left: 25px;
        border: none; } }
    @media (max-width: 1023px) {
      .searchform .form-inverse .resume-hoteles .date-search .fa, .searchform .form-inverse .resume-hoteles .date-search .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .searchform .form-inverse .resume-hoteles .date-search .ui-icon, .searchform .form-inverse .resume-hoteles .date-search .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .searchform .form-inverse .resume-hoteles .date-search .ui-icon {
        position: absolute;
        left: 10px; } }
    .searchform .form-inverse .cont-opc-tramos a {
      color: white; }
    .searchform .form-inverse .cont-tramo .numero-tramo {
      color: white;
      border-color: white; }
    .searchform .form-inverse .boton-modificar-busqueda {
      margin-top: 10px;
      background-color: transparent;
      border-color: white;
      color: white; }
  .searchform .content-form-hoteles,
  .searchform .form-packages,
  .searchform .form-mundodisney {
    /* .row-form {
			width: 80%;
			float: left;
			margin-right: 0;
			@include sm-portrait {
				float: none;
				width: 100%;
			}
			@include xs {
				float: none;
				width: 100%;
			}
		}
		.row-button {
			width: 20%;
			float: right;
			margin: 0;
			div {
				margin-left: 20%;
    			width: 80%;
    			padding: 0px;
			}
			@include sm-portrait {
				float: none;
				width: 100%;
				div {
					margin-left: 0;
	    			width: 25%;
    				float: right;
    				.btn {
						    margin-top: 0;
						    margin-bottom: 15px;
						}
				}
			}
			@include xs {
				float: none;
				width: 100%;
				div {
					margin-left: 0;
	    			width: 100%;
				}
			}
			.btn {
				font-size: 12px;
				margin-top: 23px;
			}
		} */ }
    .searchform .content-form-hoteles .container,
    .searchform .form-packages .container,
    .searchform .form-mundodisney .container {
      padding: 0px; }
    @media (min-width: 768px) and (max-width: 1169px) {
      .searchform .content-form-hoteles .rangos,
      .searchform .form-packages .rangos,
      .searchform .form-mundodisney .rangos {
        margin-bottom: 15px; } }
    .searchform .content-form-hoteles .rangos .textResum,
    .searchform .form-packages .rangos .textResum,
    .searchform .form-mundodisney .rangos .textResum {
      height: 20px;
      overflow: hidden;
      display: block; }
    @media (min-width: 1170px) {
      .searchform .content-form-hoteles .rangos .rango-panel,
      .searchform .form-packages .rangos .rango-panel,
      .searchform .form-mundodisney .rangos .rango-panel {
        width: 360px; } }
    .searchform .content-form-hoteles .rangos .rango-panel .form-group,
    .searchform .form-packages .rangos .rango-panel .form-group,
    .searchform .form-mundodisney .rangos .rango-panel .form-group {
      margin-bottom: 0px; }
      .searchform .content-form-hoteles .rangos .rango-panel .form-group label,
      .searchform .form-packages .rangos .rango-panel .form-group label,
      .searchform .form-mundodisney .rangos .rango-panel .form-group label {
        color: #606060; }
    @media (min-width: 768px) and (max-width: 1169px) {
      .searchform .content-form-hoteles .habitaciones,
      .searchform .form-packages .habitaciones,
      .searchform .form-mundodisney .habitaciones {
        margin-bottom: 15px; } }
    .searchform .content-form-hoteles .habitaciones .textResum,
    .searchform .form-packages .habitaciones .textResum,
    .searchform .form-mundodisney .habitaciones .textResum {
      height: 20px;
      overflow: hidden;
      display: block; }
    @media (min-width: 1170px) {
      .searchform .content-form-hoteles .habitaciones .room-panel,
      .searchform .form-packages .habitaciones .room-panel,
      .searchform .form-mundodisney .habitaciones .room-panel {
        width: 360px; } }
    .searchform .content-form-hoteles .habitaciones .room-panel .title,
    .searchform .form-packages .habitaciones .room-panel .title,
    .searchform .form-mundodisney .habitaciones .room-panel .title {
      margin-top: 12px !important;
      color: #1449e4 !important;
      opacity: 1 !important; }
    .searchform .content-form-hoteles .habitaciones .room-panel .form-group,
    .searchform .form-packages .habitaciones .room-panel .form-group,
    .searchform .form-mundodisney .habitaciones .room-panel .form-group {
      margin-bottom: 0px; }
      .searchform .content-form-hoteles .habitaciones .room-panel .form-group label,
      .searchform .form-packages .habitaciones .room-panel .form-group label,
      .searchform .form-mundodisney .habitaciones .room-panel .form-group label {
        color: #606060; }
  .searchform .resume-search {
    margin-top: 25px; }
    .searchform .resume-search .label-input {
      display: block;
      text-transform: uppercase;
      font-size: 10px;
      opacity: .7; }
  .searchform .form-collapse {
    background-color: white;
    padding: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: absolute;
    width: 100%;
    z-index: 100; }
    @media (max-width: 767px) {
      .searchform .form-collapse > .container {
        overflow: auto;
        height: calc(100vh - 56px);
        padding-bottom: 60px; } }
    .searchform .form-collapse .boton-buscar {
      /* @include xs {
	    		bottom: 10px;
			    width: calc(100% - 30px);
			    z-index: 1100;
			    position: fixed;
	    	} */ }
      @media (min-width: 768px) and (max-width: 1169px) {
        .searchform .form-collapse .boton-buscar {
          margin-bottom: 15px; } }
    @media (max-width: 1023px) {
      .searchform .form-collapse {
        padding: 0; } }
    .searchform .form-collapse .content-form-aereos {
      padding: 20px 0; }
      @media (max-width: 1023px) {
        .searchform .form-collapse .content-form-aereos {
          padding-top: 0px;
          padding-bottom: 0; } }
      .searchform .form-collapse .content-form-aereos #cont-controls .cont-opc-tramos {
        margin-top: 15px; }
  .searchform .collapse-mobile {
    background-color: inherit;
    box-shadow: inherit;
    position: relative; }
    .searchform .collapse-mobile.in {
      overflow-y: auto; }
    @media (min-width: 1170px) {
      .searchform .collapse-mobile.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        position: relative; }
      .searchform .collapse-mobile.in {
        overflow-y: visible; } }
    @media (min-width: 1170px) {
      .searchform .collapse-mobile .boton-buscar {
        margin-top: 22px !important; } }
  .searchform.form-packages .searchform .form-inverse .resume-mobile .item-search {
    padding: 10px 10px; }

#buscador-hoteles .form-inverse .mobile-collapse {
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 1023px) {
    #buscador-hoteles .form-inverse .mobile-collapse {
      padding: 0px; } }

#buscador-hoteles .form-inverse .content-form-hoteles .container .row {
  margin: 0px; }

@media (max-width: 1023px) {
  #buscador-hoteles .resume-mobile .detail-detino-item {
    width: 100%;
    display: block; } }

@media (max-width: 1023px) {
  #buscador-hoteles .resume-mobile .detail-detino-item .item-search.detail-destino {
    width: 100%;
    display: block;
    padding: 8px 5px 3px; } }

@media (max-width: 1023px) {
  #buscador-hoteles .resume-mobile .detail-detino-item .item-search.detail-destino .item-detail,
  #buscador-hoteles .resume-mobile .detail-detino-item .item-search.detail-destino .title-seo {
    padding-left: 0px;
    max-width: 100%;
    width: 100%;
    font-size: 14px; } }

#buscador-hoteles .resume-mobile .item-search {
  /* &.date-search {
				//padding: 14px 10px;
				@include xs-sm {
					padding: 5px 5px;
				}
				.item-detail {
					max-width: 180px;
					@include lg-xl {
						 max-width: 180px!important;
					}
				}
			} */ }
  @media (max-width: 1023px) {
    #buscador-hoteles .resume-mobile .item-search {
      padding: 5px 5px; } }
  #buscador-hoteles .resume-mobile .item-search .item-detail,
  #buscador-hoteles .resume-mobile .item-search .title-seo {
    max-width: 180px;
    color: white; }
    @media (max-width: 1023px) {
      #buscador-hoteles .resume-mobile .item-search .item-detail,
      #buscador-hoteles .resume-mobile .item-search .title-seo {
        padding-left: 15px;
        position: relative; } }
    @media (max-width: 1023px) {
      #buscador-hoteles .resume-mobile .item-search .item-detail .fa, #buscador-hoteles .resume-mobile .item-search .item-detail .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev #buscador-hoteles .resume-mobile .item-search .item-detail .ui-icon, #buscador-hoteles .resume-mobile .item-search .item-detail .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next #buscador-hoteles .resume-mobile .item-search .item-detail .ui-icon,
      #buscador-hoteles .resume-mobile .item-search .title-seo .fa,
      #buscador-hoteles .resume-mobile .item-search .title-seo .ui-datepicker .ui-datepicker-prev .ui-icon,
      .ui-datepicker .ui-datepicker-prev #buscador-hoteles .resume-mobile .item-search .title-seo .ui-icon,
      #buscador-hoteles .resume-mobile .item-search .title-seo .ui-datepicker .ui-datepicker-next .ui-icon,
      .ui-datepicker .ui-datepicker-next #buscador-hoteles .resume-mobile .item-search .title-seo .ui-icon {
        position: absolute;
        left: 0px; } }
    @media (min-width: 1170px) {
      #buscador-hoteles .resume-mobile .item-search .item-detail,
      #buscador-hoteles .resume-mobile .item-search .title-seo {
        background: rgba(255, 255, 255, 0.08);
        max-width: 380px !important;
        padding-left: 5px; } }
  @media (max-width: 1023px) {
    #buscador-hoteles .resume-mobile .item-search.guests-search {
      padding: 5px 5px; } }
  #buscador-hoteles .resume-mobile .item-search.guests-search .item-detail {
    max-width: 180px; }
    @media (max-width: 1023px) {
      #buscador-hoteles .resume-mobile .item-search.guests-search .item-detail {
        max-width: 180px !important; } }
    @media (min-width: 1170px) {
      #buscador-hoteles .resume-mobile .item-search.guests-search .item-detail {
        max-width: 215px !important; } }

.has-tag .tag {
  position: absolute;
  right: 10px;
  bottom: 11px;
  font-size: 10px;
  background-color: #ffb300;
  padding: 2px 8px;
  border-radius: 3px; }

.has-tag .form-control {
  padding-right: 65px; }

.col-origen-destino .fa, .col-origen-destino .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev .col-origen-destino .ui-icon, .col-origen-destino .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next .col-origen-destino .ui-icon {
  padding: 37% 0; }

.col-salida-llegada .content-result-label,
.col-nro-pasajeros .content-result-label {
  border-left: 1px solid #3d6aee; }

.content-result-label {
  padding: 9px 0 9px 15px; }

@media (max-width: 1023px) {
  .form-packages .form-inverse .resume-mobile .item-cars {
    width: 49%; } }

@media (max-width: 1023px) {
  .form-packages .form-inverse .resume-mobile .item-cars .item-detail {
    width: 100%;
    max-width: 100%; } }

@media (max-width: 1023px) {
  .form-packages .form-inverse .resume-mobile .item-cars .item-detail span {
    display: inline-block; } }

.form-packages .form-inverse .resume-mobile .item-cars .item-search {
  display: block; }
  @media (max-width: 1023px) {
    .form-packages .form-inverse .resume-mobile .item-cars .item-search {
      padding-bottom: 0;
      padding-right: 0; } }

.form-travelpaq .form-inverse .resume-mobile .item-search {
  padding: 6px 10px !important; }
  .form-travelpaq .form-inverse .resume-mobile .item-search.date-search .item-detail {
    margin-left: 15px; }
  .form-travelpaq .form-inverse .resume-mobile .item-search.guests-search .item-detail {
    width: 100%;
    max-width: 200px; }
    @media (max-width: 1023px) {
      .form-travelpaq .form-inverse .resume-mobile .item-search.guests-search .item-detail {
        max-width: 105px; } }
  @media (min-width: 1170px) {
    .form-travelpaq .form-inverse .resume-mobile .item-search {
      min-width: 150px; } }
  .form-travelpaq .form-inverse .resume-mobile .item-search .item-detail {
    max-width: 105px; }

@media (max-width: 1023px) {
  .searchform .resume-mobile .resume-search .item-cars {
    width: 49%; } }

@media (max-width: 1023px) {
  .searchform .resume-mobile .resume-search .item-cars .item-detail {
    width: 100%;
    max-width: 100%; } }

@media (max-width: 1023px) {
  .searchform .resume-mobile .resume-search .item-cars .item-detail span {
    display: inline-block; } }

.searchform .resume-mobile .resume-search .item-cars .item-search {
  display: block; }
  @media (max-width: 1023px) {
    .searchform .resume-mobile .resume-search .item-cars .item-search {
      padding-bottom: 0;
      padding-right: 0; } }

@media (max-width: 1023px) {
  .results-assist .form-inverse .resume-mobile .item-search.fecha-salida {
    margin-left: -40px; } }

@media (max-width: 1023px) {
  .results-assist .form-inverse .resume-mobile .item-search.lugar-entrega {
    margin-left: -40px; } }

.content-form-cars .checkbox {
  margin-top: -5px; }

.content-form-assist .checkbox {
  margin-top: -5px; }
  @media (max-width: 1023px) {
    .content-form-assist .checkbox {
      margin-top: 0px; } }

@media (min-width: 1170px) {
  #cont-tramos .row .col-md-7 {
    width: 64%; } }

@media (min-width: 1170px) {
  #cont-tramos .row .col-md-5 {
    width: 36%; } }

.show-input {
  visibility: visible;
  z-index: 2;
  position: absolute; }

.hide-input {
  visibility: hidden;
  z-index: 1;
  position: absolute; }

#header {
  width: 100%;
  z-index: 1000; }
  #header .navbar-default {
    margin-bottom: 0px;
    z-index: 1000; }
    #header .navbar-default.scrolled {
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
    @media (max-width: 1170px) {
      #header .navbar-default {
        min-height: inherit; } }
    #header .navbar-default > .container {
      position: relative; }
      @media (max-width: 1170px) {
        #header .navbar-default > .container {
          padding: 0px;
          width: 100%;
          max-width: inherit; } }
      #header .navbar-default > .container .navbar-header {
        width: 257px; }
        @media (min-width: 1171px) {
          #header .navbar-default > .container .navbar-header {
            padding: 4px 0 0; } }
        @media (max-width: 1170px) {
          #header .navbar-default > .container .navbar-header {
            width: 100% !important;
            margin-right: 0;
            margin-left: 0px;
            height: 55px; } }
        #header .navbar-default > .container .navbar-header .navbar-brand {
          position: relative;
          width: auto;
          padding: 0;
          margin-left: 0;
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; }
          @media (max-width: 1170px) {
            #header .navbar-default > .container .navbar-header .navbar-brand {
              height: 55px; } }
          #header .navbar-default > .container .navbar-header .navbar-brand .logo {
            background-image: url("../../images/project_images/logo.png");
            background-repeat: no-repeat;
            position: absolute;
            z-index: 1031;
            top: 4px;
            left: 0px;
            height: 74px;
            width: 232px;
            transform-origin: top; }
            @media (max-width: 1170px) {
              #header .navbar-default > .container .navbar-header .navbar-brand .logo {
                left: 20px;
                height: 48px;
                width: 180px;
                background-size: auto 45px; } }
        #header .navbar-default > .container .navbar-header .navbar-toggle,
        #header .navbar-default > .container .navbar-header .navbar-toggle:focus {
          position: absolute;
          top: 0px;
          right: 0px;
          border: none;
          border-left: 2px solid rgba(0, 0, 0, 0.05);
          background-color: transparent;
          padding: 16px;
          width: 55px;
          height: 55px; }
          #header .navbar-default > .container .navbar-header .navbar-toggle span.ico-bar,
          #header .navbar-default > .container .navbar-header .navbar-toggle:focus span.ico-bar {
            background-color: #ff5e52; }
          #header .navbar-default > .container .navbar-header .navbar-toggle:hover,
          #header .navbar-default > .container .navbar-header .navbar-toggle:focus:hover {
            border-left: 2px solid rgba(0, 0, 0, 0.05);
            background-color: rgba(0, 0, 0, 0.05); }
            #header .navbar-default > .container .navbar-header .navbar-toggle:hover span.ico-bar,
            #header .navbar-default > .container .navbar-header .navbar-toggle:focus:hover span.ico-bar {
              background-color: #ff5e52; }
        #header .navbar-default > .container .navbar-header .login-toggle {
          position: absolute;
          top: 0px;
          right: 55px !important;
          border: none;
          border-left: 2px solid rgba(0, 0, 0, 0.05);
          padding: 12px;
          width: 55px;
          height: 55px;
          display: none;
          z-index: 100; }
          #header .navbar-default > .container .navbar-header .login-toggle .fa, #header .navbar-default > .container .navbar-header .login-toggle .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev #header .navbar-default > .container .navbar-header .login-toggle .ui-icon, #header .navbar-default > .container .navbar-header .login-toggle .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next #header .navbar-default > .container .navbar-header .login-toggle .ui-icon {
            color: #ff5e52; }
            @media (max-width: 1023px) {
              #header .navbar-default > .container .navbar-header .login-toggle .fa, #header .navbar-default > .container .navbar-header .login-toggle .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev #header .navbar-default > .container .navbar-header .login-toggle .ui-icon, #header .navbar-default > .container .navbar-header .login-toggle .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next #header .navbar-default > .container .navbar-header .login-toggle .ui-icon {
                font-size: 24px; } }
          @media (max-width: 1023px) {
            #header .navbar-default > .container .navbar-header .login-toggle .btn {
              box-shadow: none; } }
          @media (max-width: 1170px) {
            #header .navbar-default > .container .navbar-header .login-toggle {
              display: inline-block;
              margin: 0 0;
              top: 0%;
              background: none; } }
      #header .navbar-default > .container .items-wrap {
        width: calc(100% - 257px);
        float: right; }
        @media (max-width: 1170px) {
          #header .navbar-default > .container .items-wrap {
            width: 100%;
            float: none; } }
        #header .navbar-default > .container .items-wrap .navbar-items {
          position: relative;
          padding: 0; }
          @media (max-width: 1170px) {
            #header .navbar-default > .container .items-wrap .navbar-items {
              width: 100% !important;
              background: white;
              margin: 0 0;
              top: 0%; } }
          @media (max-width: 1023px) {
            #header .navbar-default > .container .items-wrap .navbar-items {
              height: 100vh;
              min-height: 100vh;
              padding-bottom: 100px; } }
          #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav {
            float: right; }
            @media (max-width: 1170px) {
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav {
                margin-bottom: 50px;
                position: relative;
                float: left;
                width: 100% !important;
                margin: 0; } }
            #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li {
              position: relative;
              vertical-align: top; }
              @media (max-width: 1170px) and (orientation: portrait) {
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li {
                  position: relative;
                  display: block;
                  width: 100%; } }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li a,
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li .sub-menu {
                color: #1449e4;
                cursor: pointer;
                background: none;
                font-size: 14px;
                padding: 50px 10px 15px; }
                @media (max-width: 1170px) {
                  #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li a,
                  #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li .sub-menu {
                    padding: 15px 10px; } }
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li a .icon,
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li .sub-menu .icon {
                  position: relative;
                  top: 2px; }
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li a > .menu-title,
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li .sub-menu > .menu-title {
                  position: relative;
                  left: 0px; }
                  @media (max-width: 1170px) {
                    #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li a > .menu-title,
                    #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li .sub-menu > .menu-title {
                      color: #1449e4; } }
                  @media (max-width: 1170px) {
                    #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li a > .menu-title .fa-angle-down,
                    #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li .sub-menu > .menu-title .fa-angle-down {
                      float: right; } }
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li a.active > a,
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li .sub-menu.active > a {
                  color: #103ab5; }
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li a:hover, #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li a:focus,
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li .sub-menu:hover,
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li .sub-menu:focus {
                  color: #103ab5; }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li .fa-caret-right {
                position: absolute;
                left: 2px;
                font-size: 12px;
                visibility: hidden;
                top: 55px;
                color: #103ab5;
                -webkit-transition-property: all;
                transition-property: all;
                -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s; }
                @media (max-width: 1170px) {
                  #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li .fa-caret-right {
                    display: none; } }
                @media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
                  #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li .fa-caret-right {
                    top: 17px;
                    left: 14px; } }
                @media (max-width: 767px) {
                  #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li .fa-caret-right {
                    top: 17px;
                    left: 14px; } }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li:hover a {
                color: #103ab5; }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li:hover .fa-caret-right {
                visibility: inherit;
                left: 0px; }
                @media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
                  #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li:hover .fa-caret-right {
                    left: 16px; } }
                @media (max-width: 767px) {
                  #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li:hover .fa-caret-right {
                    left: 16px; } }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.active a {
                color: #103ab5;
                cursor: normal; }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.active .fa-caret-right {
                visibility: inherit;
                left: 0px; }
                @media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
                  #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.active .fa-caret-right {
                    left: 14px; } }
                @media (max-width: 767px) {
                  #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.active .fa-caret-right {
                    left: 14px; } }
              @media (max-width: 1170px) {
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.dropdown.open {
                  margin-bottom: 50px; } }
              @media (max-width: 1170px) and (orientation: portrait) {
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.dropdown.open {
                  margin-bottom: 0px; } }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.link-hover.dropdown {
                position: relative; }
              @media (max-width: 1170px) {
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.link-hover .hover-link {
                  border-bottom: 1px solid #eeeeee; } }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.link-hover .hover-link .menu-title {
                display: inline-block;
                color: #1449e4; }
                @media (max-width: 1170px) {
                  #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.link-hover .hover-link .menu-title {
                    padding: 12px 20px;
                    width: calc(100% - 40px); } }
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.link-hover .hover-link .menu-title .glyphicon-menu-down {
                  font-size: 8px; }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.link-hover .hover-link .link-page {
                display: inline-block;
                padding: 50px 5px 15px;
                cursor: pointer; }
                @media (max-width: 1170px) {
                  #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.link-hover .hover-link .link-page {
                    padding: 14px 13px 10px;
                    width: 40px;
                    float: right; } }
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.link-hover .hover-link .link-page:hover .icon-link-page, #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.link-hover .hover-link .link-page:active .icon-link-page, #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.link-hover .hover-link .link-page:focus .icon-link-page {
                  color: #1449e4; }
                @media (max-width: 1170px) {
                  #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.link-hover .hover-link .link-page .icon-link-page {
                    color: #d4d4d4; } }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.link-hover .hover-link .caret-right {
                color: #1449e4; }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.link-hover .dropdown-menu {
                display: none; }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.mis-reservas {
                position: relative;
                top: -10px; }
                @media (max-width: 1023px) {
                  #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.mis-reservas {
                    top: initial; } }
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav > li.mis-reservas .btn {
                  display: block;
                  text-transform: none;
                  height: 32px;
                  padding: 5px; }
            #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu {
              border: none;
              background: white;
              padding: 5px 0;
              border: 1px solid #eeeeee;
              box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
              top: 90%;
              border-radius: 3px; }
              @media (max-width: 1170px) {
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu {
                  left: 0;
                  border-radius: 0;
                  background-color: #f2f2f2;
                  border: none;
                  padding: 5px 15px;
                  position: relative;
                  margin-bottom: 5px;
                  width: 100%;
                  vertical-align: top; }
                  #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu .triangle {
                    display: none; } }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu a,
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu .sub-menu {
                color: #1449e4; }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu .menu-title {
                text-transform: none; }
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu .menu-title:hover, #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu .menu-title:focus {
                  color: #103ab5; }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu .triangle {
                position: absolute;
                background: white;
                border-top: 1px solid #eeeeee;
                border-right: 1px solid #eeeeee;
                width: 10px;
                height: 10px;
                z-index: -1;
                left: 10px;
                bottom: calc(100% - 4px);
                -webkit-transform: rotate(315deg);
                transform: rotate(315deg); }
                @media (max-width: 1023px) {
                  #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu .triangle {
                    display: none; } }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu.dropdown-menu-right .triangle {
                left: auto;
                right: 40px; }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu > li.active > a > .menu-title {
                left: 0px; }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu > li.active > a > .underline {
                width: 15px; }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu > li a,
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu > li .sub-menu {
                padding: 5px 9px;
                color: #1449e4;
                -webkit-transition-property: all;
                transition-property: all;
                -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s; }
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu > li a > .menu-title,
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu > li .sub-menu > .menu-title {
                  position: relative;
                  left: 0px;
                  -webkit-transition-property: all;
                  transition-property: all;
                  -webkit-transition-duration: 0.2s;
                  transition-duration: 0.2s; }
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu > li a:hover, #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu > li a:focus,
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu > li .sub-menu:hover,
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu > li .sub-menu:focus {
                  color: #103ab5; }
                  #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu > li a:hover > .menu-title, #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu > li a:focus > .menu-title,
                  #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu > li .sub-menu:hover > .menu-title,
                  #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .dropdown-menu > li .sub-menu:focus > .menu-title {
                    left: 0px; }
            #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .contacto .dropdown-menu {
              right: 0;
              left: inherit;
              width: 205px; }
              @media (max-width: 767px) {
                #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .contacto .dropdown-menu {
                  width: 100%; } }
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .contacto .dropdown-menu .triangle {
                right: 40px;
                left: inherit; }
            #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .contacto .phone-number {
              font-size: 14px;
              font-weight: bold; }
            @media (max-width: 1170px) and (orientation: landscape) {
              #header .navbar-default > .container .items-wrap .navbar-items .navbar-nav .contacto .sub-menu .menu-title br {
                display: none; } }

/* estilos importados de s_gtr */
#header {
  overflow: visible !important; }
  @media (max-width: 1170px) {
    #header .navbar-header .navbar-brand .logo {
      width: 150px !important; } }
  #header #navbar-gtr .navbar-header .navbar-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    border-left: 2px solid rgba(0, 0, 0, 0.05) !important;
    background-color: white !important;
    padding: 16px;
    width: 55px;
    height: 55px; }
    #header #navbar-gtr .navbar-header .navbar-toggle .hamburger span.icon-bar {
      background-color: #ff5e52 !important; }
    #header #navbar-gtr .navbar-header .navbar-toggle:hover, #header #navbar-gtr .navbar-header .navbar-toggle:focus {
      border-left: 2px solid rgba(0, 0, 0, 0.05) !important;
      background-color: #ff5e52 !important; }
      #header #navbar-gtr .navbar-header .navbar-toggle:hover .hamburger span.icon-bar, #header #navbar-gtr .navbar-header .navbar-toggle:focus .hamburger span.icon-bar {
        background-color: white !important; }
  #header #navbar-gtr .items-wrap .navbar-items .navbar-nav {
    margin-right: 34px; }
    @media (max-width: 1170px) {
      #header #navbar-gtr .items-wrap .navbar-items .navbar-nav {
        margin-right: 0; } }
    #header #navbar-gtr .items-wrap .navbar-items .navbar-nav > li.link-hover .hover-link .link-page {
      padding: 50px 7px 15px;
      text-transform: uppercase; }
      @media (max-width: 1023px) {
        #header #navbar-gtr .items-wrap .navbar-items .navbar-nav > li.link-hover .hover-link .link-page {
          padding: 0; } }
      #header #navbar-gtr .items-wrap .navbar-items .navbar-nav > li.link-hover .hover-link .link-page .glyphicon-menu-down {
        top: -1px; }
    #header #navbar-gtr .items-wrap .navbar-items .navbar-nav .fa-caret-right {
      top: 54px; }
  #header #navbar-gtr .login-content {
    position: absolute;
    width: 100%; }
    @media (max-width: 1023px) {
      #header #navbar-gtr .login-content {
        margin: 0; } }
    #header #navbar-gtr .login-content .text {
      min-width: 177px;
      display: inline-block; }
  @media (max-width: 1023px) {
    #header #navbar-gtr #collapse-login {
      position: absolute;
      width: 100%;
      height: auto;
      padding: 5px 10px; } }
  @media (min-width: 1170px) {
    #header #navbar-gtr #collapse-login {
      display: block; } }
  #header #navbar-gtr #collapse-login .collapsing {
    position: absolute;
    height: inherit;
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
  #header #navbar-gtr .collapse .bloq-cotizacion .msg {
    font-size: 10px; }
  @media (max-width: 1023px) {
    #header #navbar-gtr .collapse .bloq-cotizacion {
      margin-right: 0; } }
  @media (max-width: 1023px) {
    #header #navbar-gtr .collapse .text {
      text-align: left;
      margin: 5px 0;
      display: block; } }
  @media (max-width: 1023px) {
    #header #navbar-gtr .collapse .btn {
      margin-left: 0; } }

#header {
  overflow: visible !important; }
  @media (max-width: 1170px) {
    #header .navbar-header .navbar-brand .logo {
      width: 150px !important; } }
  #header #navbar-gtr .navbar-header .navbar-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    border-left: 2px solid rgba(0, 0, 0, 0.05) !important;
    background-color: white !important;
    padding: 16px;
    width: 55px;
    height: 55px; }
    #header #navbar-gtr .navbar-header .navbar-toggle .hamburger span.icon-bar {
      background-color: #ff5e52 !important; }
    #header #navbar-gtr .navbar-header .navbar-toggle:hover, #header #navbar-gtr .navbar-header .navbar-toggle:focus {
      border-left: 2px solid rgba(0, 0, 0, 0.05) !important;
      background-color: #ff5e52 !important; }
      #header #navbar-gtr .navbar-header .navbar-toggle:hover .hamburger span.icon-bar, #header #navbar-gtr .navbar-header .navbar-toggle:focus .hamburger span.icon-bar {
        background-color: white !important; }
  #header #navbar-gtr .items-wrap .navbar-items .navbar-nav {
    margin-right: 34px; }
    @media (max-width: 1170px) {
      #header #navbar-gtr .items-wrap .navbar-items .navbar-nav {
        margin-right: 0; } }
    #header #navbar-gtr .items-wrap .navbar-items .navbar-nav > li.link-hover .hover-link .link-page {
      padding: 50px 7px 15px;
      text-transform: uppercase; }
      @media (max-width: 1023px) {
        #header #navbar-gtr .items-wrap .navbar-items .navbar-nav > li.link-hover .hover-link .link-page {
          padding: 0; } }
      #header #navbar-gtr .items-wrap .navbar-items .navbar-nav > li.link-hover .hover-link .link-page .glyphicon-menu-down {
        top: -1px; }
    #header #navbar-gtr .items-wrap .navbar-items .navbar-nav .fa-caret-right {
      top: 54px; }
  #header #navbar-gtr .login-content {
    position: absolute;
    width: 100%; }
    @media (max-width: 1023px) {
      #header #navbar-gtr .login-content {
        margin: 0; } }
    #header #navbar-gtr .login-content .text {
      min-width: 177px;
      display: inline-block; }
  @media (max-width: 1023px) {
    #header #navbar-gtr #collapse-login {
      position: absolute;
      width: 100%;
      height: auto;
      padding: 5px 10px; } }
  @media (min-width: 1170px) {
    #header #navbar-gtr #collapse-login {
      display: block; } }
  #header #navbar-gtr #collapse-login .collapsing {
    position: absolute;
    height: inherit;
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
  #header #navbar-gtr .collapse .bloq-cotizacion .msg {
    font-size: 10px; }
  @media (max-width: 1023px) {
    #header #navbar-gtr .collapse .bloq-cotizacion {
      margin-right: 0; } }
  @media (max-width: 1023px) {
    #header #navbar-gtr .collapse .text {
      text-align: left;
      margin: 5px 0;
      display: block; } }
  @media (max-width: 1023px) {
    #header #navbar-gtr .collapse .btn {
      margin-left: 0; } }

footer {
  background-color: #ffffff;
  color: #606060;
  font-size: 13px; }
  footer .row {
    margin-left: -5px;
    margin-right: -5px; }
    footer .row > [class*=col-] {
      padding-left: 5px;
      padding-right: 5px; }
  footer a {
    color: #606060; }
    footer a:hover, footer a:focus, footer a:active {
      color: #606060; }
  footer .title-section {
    color: #606060; }
  footer .title-links {
    margin-bottom: 15px;
    margin-top: 30px;
    display: block;
    font-weight: 600;
    color: #606060; }
  footer li {
    margin-bottom: 5px; }
    footer li a {
      display: inline-block; }
  footer .footer-bottom {
    padding: 25px 0 0px; }
    footer .footer-bottom .contact-info {
      margin-bottom: 30px; }
    footer .footer-bottom .social-media li a {
      font-size: 20px;
      margin-right: 15px;
      text-decoration: none; }
      footer .footer-bottom .social-media li a:hover {
        color: #606060; }
    footer .footer-bottom .cont-certificados span {
      margin-right: 15px;
      display: inline-block;
      float: left; }
    footer .footer-bottom .cont-certificados .logo_norton {
      margin-top: 15px; }
    footer .footer-bottom .cont-certificados img {
      display: inline-block;
      vertical-align: top;
      max-height: 79px; }
    footer .footer-bottom .legals {
      background-color: white;
      font-size: 12px;
      text-align: left;
      padding: 5px 0 15px;
      margin-top: 35px; }
      footer .footer-bottom .legals a {
        opacity: 0.9;
        filter: alpha(opacity=90);
        display: block;
        margin-top: 5px; }
        footer .footer-bottom .legals a:hover {
          opacity: 1;
          filter: alpha(opacity=100); }
      footer .footer-bottom .legals #copyright {
        margin-top: 25px; }
        @media print {
          footer .footer-bottom .legals #copyright {
            width: 100%;
            text-align: left;
            float: none; } }
  footer .seo-footer {
    padding: 25px 0 35px;
    background-color: #ffffff;
    color: #606060;
    border-top: 4px solid #e8e8e8; }
    footer .seo-footer a {
      color: #2658ec; }
    footer .seo-footer .title-section {
      color: #606060; }
    footer .seo-footer .title-links {
      color: #606060; }
  footer .collapselinks {
    display: none;
    padding: 5px 8px; }
    @media (max-width: 767px) {
      footer .collapselinks {
        display: inline-block;
        float: right; } }
  footer .scotiabank-footer {
    padding: 12px 0 0px; }
    footer .scotiabank-footer .contact .content {
      border-left: 1px solid white;
      padding-left: 24px; }
      @media (max-width: 1023px) {
        footer .scotiabank-footer .contact .content {
          padding-left: 0px;
          border: none; } }
    footer .scotiabank-footer .title-links {
      margin-bottom: 10px;
      margin-top: 0;
      font-weight: 500; }
    footer .scotiabank-footer .icon-envelope-1,
    footer .scotiabank-footer .icon-phone {
      font-size: 20px;
      position: relative;
      top: 5px;
      height: 20px;
      line-height: 20px;
      vertical-align: top; }
    footer .scotiabank-footer ul {
      margin-bottom: 0px; }
      footer .scotiabank-footer ul li {
        margin-bottom: 0px; }
        footer .scotiabank-footer ul li a {
          display: block;
          margin-right: 20px; }
        footer .scotiabank-footer ul li:last-child a {
          margin-right: 0px; }
    footer .scotiabank-footer .legals {
      padding: 10px 0;
      margin-top: 12px; }
      footer .scotiabank-footer .legals li {
        padding: 0; }
      footer .scotiabank-footer .legals a {
        border-right: 1px solid white;
        padding-right: 20px; }
  footer .logo-promo {
    max-width: 110px;
    margin-top: 15px; }

footer {
  font-size: 15px; }
  footer .datos-contacto {
    text-align: right; }
  footer .bloq-banderas {
    padding-top: 10px;
    text-align: right; }
    footer .bloq-banderas span {
      margin-left: 5px;
      display: inline-block; }
  footer .legals {
    color: #606060; }
    footer .legals #copyright {
      font-size: 13px; }
      @media (max-width: 1023px) {
        footer .legals #copyright {
          margin-top: 10px !important; } }
  footer hr {
    margin-top: 0px;
    margin-bottom: 0px; }
  footer .title-links {
    font-size: 18px; }
    @media (max-width: 1023px) {
      footer .title-links {
        font-size: 16px; } }
  footer .contacto .title-links {
    font-size: 22; }
    @media (max-width: 1023px) {
      footer .contacto .title-links {
        font-size: 18px; } }
  footer li {
    margin: 8px 0; }

.redes-sociales {
  text-align: right; }
  .redes-sociales a {
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 20px; }

.loader {
  font-size: 10px;
  margin: 4% auto;
  text-indent: -9999em;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background: #afacbd;
  background: -moz-linear-gradient(left, #004886 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #004886 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #004886 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #004886 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #004886 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  display: none;
  background-color: #a01027; }
  .loader:before {
    width: 50%;
    height: 50%;
    background: #004886;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .loader:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.main-container {
  margin: 35px auto; }
  @media (max-width: 1023px) {
    .main-container {
      margin: 15px 0; } }
  .main-container .main-title {
    margin-top: 0; }
    @media (max-width: 1023px) {
      .main-container .main-title {
        font-size: 18px; } }

.form-calculador .row {
  margin-left: -5px;
  margin-right: -5px; }
  .form-calculador .row > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px; }

@media (max-width: 1023px) {
  .form-calculador h2 {
    font-size: 16px;
    margin-top: 0; } }

.searchclear {
  z-index: 10; }

.result-calculator .inner-result-calculator {
  background: #f1f1f1;
  border-top: 2px solid #0e329e;
  padding: 15px; }
  .result-calculator .inner-result-calculator .row .row {
    margin-bottom: 10px; }
  .result-calculator .inner-result-calculator .text {
    font-size: 12px; }
  .result-calculator .inner-result-calculator .result,
  .result-calculator .inner-result-calculator .listado-bines {
    color: #0e329e;
    font-weight: 600; }
    .result-calculator .inner-result-calculator .result input,
    .result-calculator .inner-result-calculator .listado-bines input {
      border: none;
      background: none;
      color: #0e329e;
      font-weight: 600; }

.loader {
  display: none; }

.loader-section-main {
  overflow: hidden;
  position: relative; }
  .loader-section-main .loader-circle-mask {
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999; }
  .loader-section-main .loader-circle {
    z-index: 1000;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0; }

.table-coeficientes .table-responsive {
  border-top: 2px solid #0e329e; }
  .table-coeficientes .table-responsive .tablesorter {
    border: none; }

#nombreTarjeta {
  float: left; }
  @media (max-width: 1023px) {
    #nombreTarjeta {
      display: block;
      float: none;
      margin-bottom: 5px; } }

#btnCollapseBines {
  position: absolute;
  right: 0;
  float: right; }
  @media (max-width: 1023px) {
    #btnCollapseBines {
      position: relative;
      float: none; } }

#modal-promos,
#modal-calculador {
  font-size: 14px; }
  #modal-promos .modal-title,
  #modal-calculador .modal-title {
    font-size: 18px;
    font-weight: 600; }

.tablesorter thead tr th,
.tablesorter tfoot tr th {
  font-size: 14px;
  color: #0e329e; }

@media (max-width: 1023px) {
  .row-btns {
    margin-top: 15px; } }
