/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
.cc-message a.cc-btn.cc-dismiss  {
    
    margin:  0 auto;
    
	background-color: #fff;
    
	color: #000;
    
	margin-top:  10px;
    
}
.typeahead-container *, .typeahead-field input, input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.typeahead-button, .typeahead-container, .typeahead-field, .typeahead-filter, .typeahead-query {
    position: relative;
}
.text-nowrap, .typeahead-button, .typeahead-dropdown>li>a {
    white-space: nowrap;
}
.badge, .datepicker table, .locale-map-group h2, .unselectable {
    -khtml-user-select: none;
}
#search-form.secondary>div.filters-container>.nav-pills>li>a, .badge, .customer-form .dates .input-group-addon, .datepicker table, .locale-map-group h2, .typeahead-container button, .unselectable, header .nav-justified>li>a {
    -webkit-user-select: none;
    -ms-user-select: none;
}
.badge, .datepicker table, .locale-map-group h2, .unselectable {
    -webkit-touch-callout: none;
}
#search-form.secondary>div.filters-container>.nav-pills>li>a, .badge, .customer-form .dates .input-group-addon, .datepicker table, .locale-map-group h2, .typeahead-container button, .unselectable, header .nav-justified>li>a {
    user-select: none;
    -moz-user-select: none;
}
.typeahead-container button, .typeahead-field input, .typeahead-select {
    border: 1px solid #ccc;
    line-height: 1.42857143;
    padding: 6px 12px;
    height: 32px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.typeahead-container * {
    box-sizing: border-box;
}
.typeahead-filter button {
    min-width: 66px;
}
.typeahead-button {
    font-size: 0;
    width: 1%;
    vertical-align: middle;
}
.typeahead-caret, img {
    vertical-align: middle;
}
.typeahead-button button {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.typeahead-field input, .typeahead-select {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #555;
    background: 0 0;
    border-radius: 2px 0 0 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.typeahead-field input {
    -webkit-appearance: none;
    box-sizing: border-box;
}
.typeahead-container .typeahead-field input {
    background: #fff;
}
.typeahead-container.hint .typeahead-field input {
    background: 0 0;
}
.typeahead-container.hint .typeahead-field input:last-child, .typeahead-hint {
    background: #fff;
}
.typeahead-container button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #fff;
    white-space: nowrap;
    font-size: 13px;
    color: #333;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
}
.typeahead-container button:active, .typeahead-container button:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto;
    outline-offset: -2px;
}
.typeahead-container button:focus, .typeahead-container button:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.typeahead-container button.active, .typeahead-container button:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.typeahead-container button.disabled, .typeahead-container button[disabled], .typeahead-field input.disabled, .typeahead-field input[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border-color: #ccc;
}
.typeahead-button button, .typeahead-filter button {
    margin-left: -1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.typeahead-button, .typeahead-filter {
    z-index: 1;
}
.typeahead-button:active, .typeahead-button:active button:active, .typeahead-button:focus, .typeahead-button:focus button:focus, .typeahead-button:hover, .typeahead-container.filter .typeahead-filter, .typeahead-filter:active, .typeahead-filter:focus, .typeahead-filter:hover {
    z-index: 1001;
}
.typeahead-dropdown, .typeahead-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}
.typeahead-result.detached .typeahead-list {
    position: relative;
    z-index: 1041;
    top: auto;
    left: auto;
}
.typeahead-dropdown {
    right: 0;
    left: auto;
    z-index: 1001;
}
.typeahead-list>li:first-child {
    border-top: none;
}
.typeahead-list>li {
    position: relative;
    border-top: solid 1px rgba(0, 0, 0, .15);
}
.typeahead-dropdown>li>a, .typeahead-list>li>a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
}
.typeahead-dropdown>li.active>a, .typeahead-dropdown>li>a:focus, .typeahead-dropdown>li>a:hover, .typeahead-list>li.active>a, .typeahead-list>li>a:focus, .typeahead-list>li>a:hover {
    background-color: #ebebeb;
    color: #333;
}
.typeahead-list.empty>li.active>a, .typeahead-list.empty>li>a:focus, .typeahead-list.empty>li>a:hover {
    background-color: transparent;
}
.typeahead-list.empty>li>a {
    cursor: default;
}
.typeahead-list>li.typeahead-group.active>a, .typeahead-list>li.typeahead-group>a, .typeahead-list>li.typeahead-group>a:focus, .typeahead-list>li.typeahead-group>a:hover {
    border-color: #9cb4c5;
    color: #305d8c;
    background-color: #d6dde7;
    cursor: default;
}
.typeahead-container.backdrop+.typeahead-backdrop, .typeahead-container.filter .typeahead-dropdown, .typeahead-container.hint .typeahead-hint, .typeahead-container.result .typeahead-list {
    display: block!important;
}
.typeahead-container .typeahead-dropdown, .typeahead-container .typeahead-hint, .typeahead-container .typeahead-list, .typeahead-container+.typeahead-backdrop {
    display: none!important;
}
.typeahead-dropdown .divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.typeahead-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.typeahead-search-icon {
    min-width: 40px;
    height: 18px;
    font-size: 13px;
    display: block;
    background: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABH0lEQVR4nJ3SvyvFYRTH8deVkkJ3UUZJIbJ8bzJjMtyMym6w2Njs/gCDP0AGCyWjxYDF5GdJYpS6xaIUw/d8771dT7qc+vZ8vs95zvuc5zmnlGWZsG6sYBGjsXeNHWzjQ8JKARjCEUZSh3CJeTy3OjoicxF8hwX0oi/0HSZwiK4UYKUpeBoHeMdb6OnwTWI5BVgMvYZaovwa1kMvpQBjoY8TwVp84ylAO/YV62cKcBt65hfAbKwPKcBu6E2UE8Hl8MF+CrCFG/nwnKKKnviqONOYj6NWQDFIg/I+/3ikFnuUX6d+lY4mR4ZVnMvnoIYLbKCCp0h0otG5egXt2HAED+BFPmAP7bYR7jGHV/RjCjr/AICryFzB3n8ARSX3xc83qRk4q9rDNWcAAAAASUVORK5CYII=)center center no-repeat;
}
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;
    color: #2fa4e7;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
b, optgroup, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
.img-thumbnail, body {
    background-color: #fff;
}
.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover, .form-control, .navbar-toggle, .open>.dropdown-toggle.btn-danger, .open>.dropdown-toggle.btn-default, .open>.dropdown-toggle.btn-info, .open>.dropdown-toggle.btn-primary, .open>.dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning, .navbar, .navbar-inverse {
    background-repeat: no-repeat;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre, textarea {
    overflow: auto;
}
code, kbd, pre, samp {
    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[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-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
td, th {
    padding: 0;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(//netdna.bootstrapcdn.com/bootstrap/3.1.1/fonts/glyphicons-halflings-regular.eot);
    src: url(//netdna.bootstrapcdn.com/bootstrap/3.1.1/fonts/glyphicons-halflings-regular.eot?#iefix)format('embedded-opentype'), url(//netdna.bootstrapcdn.com/bootstrap/3.1.1/fonts/glyphicons-halflings-regular.woff)format('woff'), url(//netdna.bootstrapcdn.com/bootstrap/3.1.1/fonts/glyphicons-halflings-regular.ttf)format('truetype'), url(//netdna.bootstrapcdn.com/bootstrap/3.1.1/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\2a"}
.glyphicon-plus:before {
    content: "\2b"}
.glyphicon-eur:before, .glyphicon-euro: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"}
*, :after, :before {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a:focus, a:hover {
    color: #157ab5;
    text-decoration: underline;
}
a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%}
code, pre {
    border-radius: 4px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #999;
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%}
.h1, h1 {
    font-size: 36px;
}
.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 14px;
}
.h6, h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
address, blockquote .small, blockquote footer, blockquote small, dd, dt, pre {
    line-height: 1.42857143;
}
dt, kbd kbd, label {
    font-weight: 700;
}
@media (min-width:768px) {
    .lead {
    font-size: 21px;
}
}.small, small {
    font-size: 85%}
.mark, mark {
    background-color: #fcf8e3;
    padding: .2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #999;
}
.text-primary {
    color: #2fa4e7;
}
a.text-primary:hover {
    color: #178acc;
}
.text-success {
    color: #468847;
}
a.text-success:hover {
    color: #356635;
}
.text-info {
    color: #3a87ad;
}
a.text-info:hover {
    color: #2d6987;
}
.text-warning {
    color: #c09853;
}
a.text-warning:hover {
    color: #a47e3c;
}
.text-danger {
    color: #b94a48;
}
a.text-danger:hover {
    color: #953b39;
}
.bg-primary {
    color: #fff;
    background-color: #2fa4e7;
}
a.bg-primary:hover {
    background-color: #178acc;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
pre code, table {
    background-color: transparent;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
dl, ol, ul {
    margin-top: 0;
}
ol, ul {
    margin-bottom: 10px;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-bottom: 20px;
}
dd {
    margin-left: 0;
}
@media (min-width:768px) {
    .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 180px;
}
}#aboutus>div:after, #asset-detail .socials-container>div:after, #asset-detail.property .calendar .month div, #asset-detail:after, #asset-detail>.main:after, #asset-detail>.main>.main #gallery-wrapper:after, #asset-detail>.main>.main .action-buttons:after, #asset-detail>.main>.main .details:after, #asset-detail>.main>.main .special-rates-cta:after, #asset-detail>.main>.main .vt-container:after, #contact-form-group .form-col .instructions .details, #contact-form-group:after, #footer-content:after, #footer-content>div:after, #footer-content>div>.section>div:after, #footer-content>div>section>div:after, #landing>div:after, #map-and-listings-group:after, #map-and-listings-group>div:after, #pop-dests>div:after, #search-form .search-clearer:after, #search-form.secondary>div.filters-container .range-selectors:after, #search-form.secondary>div.filters-container .range-selectors>div:after, #search-form.secondary>div.filters-container>.nav-pills:after, .btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .dropdown-menu>li>a, .form-horizontal .form-group:after, .guarantee a .lrn, .jumbotron .search-panel-container-container:after, .jumbotron .search-panel-container-container>div:after, .listings-items:after, .listings-items>li>div:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .panel-body:after, .row:after, .utils:after, .value-props.horizontal>div:after, .value-props.horizontal>div>div>div:after, .with-loc-map #listings-group .listings-items>li.asset>div:after, body #pop-dests.other-locations>div:after, body #pop-dests:after, body>article.other-locations>div:after, body>article:after, body>section.other-locations>div:after, body>section:after, footer:after, footer>div:after, footer>div>.section>div:after, footer>div>section>div:after, header .nav-justified, header.navbar .navbar-header .bump-down-callus:after, html.touch .category-links ul:after {
    clear: both;
}
abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    color: #999;
}
code, kbd {
    font-size: 90%}
blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'}
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
caption, th {
    text-align: left;
}
code, kbd {
    padding: 2px 4px;
}
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'}
address {
    margin-bottom: 20px;
    font-style: normal;
}
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    color: #c7254e;
    background-color: #f9f2f4;
}
kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}
.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0;
}
.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
@media (min-width:768px) {
    .container {
    width: 750px;
}
}@media (min-width:992px) {
    .container {
    width: 970px;
}
}@media (min-width:1200px) {
    .container {
    width: 1170px;
}
}.col-xs-12, .form-control, legend {
    width: 100%}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-xs-11 {
    width: 91.66666667%}
.col-xs-10 {
    width: 83.33333333%}
.col-xs-9 {
    width: 75%}
.col-xs-8 {
    width: 66.66666667%}
.col-xs-7 {
    width: 58.33333333%}
.col-xs-6 {
    width: 50%}
.col-xs-5 {
    width: 41.66666667%}
.col-xs-4 {
    width: 33.33333333%}
.col-xs-3 {
    width: 25%}
.col-xs-2 {
    width: 16.66666667%}
.col-xs-1 {
    width: 8.33333333%}
.col-xs-pull-12 {
    right: 100%}
.col-xs-pull-11 {
    right: 91.66666667%}
.col-xs-pull-10 {
    right: 83.33333333%}
.col-xs-pull-9 {
    right: 75%}
.col-xs-pull-8 {
    right: 66.66666667%}
.col-xs-pull-7 {
    right: 58.33333333%}
.col-xs-pull-6 {
    right: 50%}
.col-xs-pull-5 {
    right: 41.66666667%}
.col-xs-pull-4 {
    right: 33.33333333%}
.col-xs-pull-3 {
    right: 25%}
.col-xs-pull-2 {
    right: 16.66666667%}
.col-xs-pull-1 {
    right: 8.33333333%}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%}
.col-xs-push-11 {
    left: 91.66666667%}
.col-xs-push-10 {
    left: 83.33333333%}
.col-xs-push-9 {
    left: 75%}
.col-xs-push-8 {
    left: 66.66666667%}
.col-xs-push-7 {
    left: 58.33333333%}
.col-xs-push-6 {
    left: 50%}
.col-xs-push-5 {
    left: 41.66666667%}
.col-xs-push-4 {
    left: 33.33333333%}
.col-xs-push-3 {
    left: 25%}
.col-xs-push-2 {
    left: 16.66666667%}
.col-xs-push-1 {
    left: 8.33333333%}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%}
.col-xs-offset-11 {
    margin-left: 91.66666667%}
.col-xs-offset-10 {
    margin-left: 83.33333333%}
.col-xs-offset-9 {
    margin-left: 75%}
.col-xs-offset-8 {
    margin-left: 66.66666667%}
.col-xs-offset-7 {
    margin-left: 58.33333333%}
.col-xs-offset-6 {
    margin-left: 50%}
.col-xs-offset-5 {
    margin-left: 41.66666667%}
.col-xs-offset-4 {
    margin-left: 33.33333333%}
.col-xs-offset-3 {
    margin-left: 25%}
.col-xs-offset-2 {
    margin-left: 16.66666667%}
.col-xs-offset-1 {
    margin-left: 8.33333333%}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.col-sm-12 {
    width: 100%}
.col-sm-11 {
    width: 91.66666667%}
.col-sm-10 {
    width: 83.33333333%}
.col-sm-9 {
    width: 75%}
.col-sm-8 {
    width: 66.66666667%}
.col-sm-7 {
    width: 58.33333333%}
.col-sm-6 {
    width: 50%}
.col-sm-5 {
    width: 41.66666667%}
.col-sm-4 {
    width: 33.33333333%}
.col-sm-3 {
    width: 25%}
.col-sm-2 {
    width: 16.66666667%}
.col-sm-1 {
    width: 8.33333333%}
.col-sm-pull-12 {
    right: 100%}
.col-sm-pull-11 {
    right: 91.66666667%}
.col-sm-pull-10 {
    right: 83.33333333%}
.col-sm-pull-9 {
    right: 75%}
.col-sm-pull-8 {
    right: 66.66666667%}
.col-sm-pull-7 {
    right: 58.33333333%}
.col-sm-pull-6 {
    right: 50%}
.col-sm-pull-5 {
    right: 41.66666667%}
.col-sm-pull-4 {
    right: 33.33333333%}
.col-sm-pull-3 {
    right: 25%}
.col-sm-pull-2 {
    right: 16.66666667%}
.col-sm-pull-1 {
    right: 8.33333333%}
.col-sm-pull-0 {
    right: auto;
}
.col-sm-push-12 {
    left: 100%}
.col-sm-push-11 {
    left: 91.66666667%}
.col-sm-push-10 {
    left: 83.33333333%}
.col-sm-push-9 {
    left: 75%}
.col-sm-push-8 {
    left: 66.66666667%}
.col-sm-push-7 {
    left: 58.33333333%}
.col-sm-push-6 {
    left: 50%}
.col-sm-push-5 {
    left: 41.66666667%}
.col-sm-push-4 {
    left: 33.33333333%}
.col-sm-push-3 {
    left: 25%}
.col-sm-push-2 {
    left: 16.66666667%}
.col-sm-push-1 {
    left: 8.33333333%}
.col-sm-push-0 {
    left: auto;
}
.col-sm-offset-12 {
    margin-left: 100%}
.col-sm-offset-11 {
    margin-left: 91.66666667%}
.col-sm-offset-10 {
    margin-left: 83.33333333%}
.col-sm-offset-9 {
    margin-left: 75%}
.col-sm-offset-8 {
    margin-left: 66.66666667%}
.col-sm-offset-7 {
    margin-left: 58.33333333%}
.col-sm-offset-6 {
    margin-left: 50%}
.col-sm-offset-5 {
    margin-left: 41.66666667%}
.col-sm-offset-4 {
    margin-left: 33.33333333%}
.col-sm-offset-3 {
    margin-left: 25%}
.col-sm-offset-2 {
    margin-left: 16.66666667%}
.col-sm-offset-1 {
    margin-left: 8.33333333%}
.col-sm-offset-0 {
    margin-left: 0;
}
}@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-md-12 {
    width: 100%}
.col-md-11 {
    width: 91.66666667%}
.col-md-10 {
    width: 83.33333333%}
.col-md-9 {
    width: 75%}
.col-md-8 {
    width: 66.66666667%}
.col-md-7 {
    width: 58.33333333%}
.col-md-6 {
    width: 50%}
.col-md-5 {
    width: 41.66666667%}
.col-md-4 {
    width: 33.33333333%}
.col-md-3 {
    width: 25%}
.col-md-2 {
    width: 16.66666667%}
.col-md-1 {
    width: 8.33333333%}
.col-md-pull-12 {
    right: 100%}
.col-md-pull-11 {
    right: 91.66666667%}
.col-md-pull-10 {
    right: 83.33333333%}
.col-md-pull-9 {
    right: 75%}
.col-md-pull-8 {
    right: 66.66666667%}
.col-md-pull-7 {
    right: 58.33333333%}
.col-md-pull-6 {
    right: 50%}
.col-md-pull-5 {
    right: 41.66666667%}
.col-md-pull-4 {
    right: 33.33333333%}
.col-md-pull-3 {
    right: 25%}
.col-md-pull-2 {
    right: 16.66666667%}
.col-md-pull-1 {
    right: 8.33333333%}
.col-md-pull-0 {
    right: auto;
}
.col-md-push-12 {
    left: 100%}
.col-md-push-11 {
    left: 91.66666667%}
.col-md-push-10 {
    left: 83.33333333%}
.col-md-push-9 {
    left: 75%}
.col-md-push-8 {
    left: 66.66666667%}
.col-md-push-7 {
    left: 58.33333333%}
.col-md-push-6 {
    left: 50%}
.col-md-push-5 {
    left: 41.66666667%}
.col-md-push-4 {
    left: 33.33333333%}
.col-md-push-3 {
    left: 25%}
.col-md-push-2 {
    left: 16.66666667%}
.col-md-push-1 {
    left: 8.33333333%}
.col-md-push-0 {
    left: auto;
}
.col-md-offset-12 {
    margin-left: 100%}
.col-md-offset-11 {
    margin-left: 91.66666667%}
.col-md-offset-10 {
    margin-left: 83.33333333%}
.col-md-offset-9 {
    margin-left: 75%}
.col-md-offset-8 {
    margin-left: 66.66666667%}
.col-md-offset-7 {
    margin-left: 58.33333333%}
.col-md-offset-6 {
    margin-left: 50%}
.col-md-offset-5 {
    margin-left: 41.66666667%}
.col-md-offset-4 {
    margin-left: 33.33333333%}
.col-md-offset-3 {
    margin-left: 25%}
.col-md-offset-2 {
    margin-left: 16.66666667%}
.col-md-offset-1 {
    margin-left: 8.33333333%}
.col-md-offset-0 {
    margin-left: 0;
}
}@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
.col-lg-12 {
    width: 100%}
.col-lg-11 {
    width: 91.66666667%}
.col-lg-10 {
    width: 83.33333333%}
.col-lg-9 {
    width: 75%}
.col-lg-8 {
    width: 66.66666667%}
.col-lg-7 {
    width: 58.33333333%}
.col-lg-6 {
    width: 50%}
.col-lg-5 {
    width: 41.66666667%}
.col-lg-4 {
    width: 33.33333333%}
.col-lg-3 {
    width: 25%}
.col-lg-2 {
    width: 16.66666667%}
.col-lg-1 {
    width: 8.33333333%}
.col-lg-pull-12 {
    right: 100%}
.col-lg-pull-11 {
    right: 91.66666667%}
.col-lg-pull-10 {
    right: 83.33333333%}
.col-lg-pull-9 {
    right: 75%}
.col-lg-pull-8 {
    right: 66.66666667%}
.col-lg-pull-7 {
    right: 58.33333333%}
.col-lg-pull-6 {
    right: 50%}
.col-lg-pull-5 {
    right: 41.66666667%}
.col-lg-pull-4 {
    right: 33.33333333%}
.col-lg-pull-3 {
    right: 25%}
.col-lg-pull-2 {
    right: 16.66666667%}
.col-lg-pull-1 {
    right: 8.33333333%}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-push-12 {
    left: 100%}
.col-lg-push-11 {
    left: 91.66666667%}
.col-lg-push-10 {
    left: 83.33333333%}
.col-lg-push-9 {
    left: 75%}
.col-lg-push-8 {
    left: 66.66666667%}
.col-lg-push-7 {
    left: 58.33333333%}
.col-lg-push-6 {
    left: 50%}
.col-lg-push-5 {
    left: 41.66666667%}
.col-lg-push-4 {
    left: 33.33333333%}
.col-lg-push-3 {
    left: 25%}
.col-lg-push-2 {
    left: 16.66666667%}
.col-lg-push-1 {
    left: 8.33333333%}
.col-lg-push-0 {
    left: auto;
}
.col-lg-offset-12 {
    margin-left: 100%}
.col-lg-offset-11 {
    margin-left: 91.66666667%}
.col-lg-offset-10 {
    margin-left: 83.33333333%}
.col-lg-offset-9 {
    margin-left: 75%}
.col-lg-offset-8 {
    margin-left: 66.66666667%}
.col-lg-offset-7 {
    margin-left: 58.33333333%}
.col-lg-offset-6 {
    margin-left: 50%}
.col-lg-offset-5 {
    margin-left: 41.66666667%}
.col-lg-offset-4 {
    margin-left: 33.33333333%}
.col-lg-offset-3 {
    margin-left: 25%}
.col-lg-offset-2 {
    margin-left: 16.66666667%}
.col-lg-offset-1 {
    margin-left: 8.33333333%}
.col-lg-offset-0 {
    margin-left: 0;
}
}table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #999;
}
.form-control, output {
    font-size: 14px;
    color: #555;
}
.table {
    max-width: 100%}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.table>tbody+tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px;
}
fieldset, legend {
    border: 0;
    padding: 0;
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover, .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #f5f5f5;
}
table 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;
}
.btn-group>.btn-group, .btn-toolbar .btn-group, .btn-toolbar .input-group, .dropdown-menu {
    float: left;
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8;
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #dff0d8;
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6;
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #d9edf7;
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3;
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #fcf8e3;
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc;
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
    background-color: #f2dede;
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: .01%}
@media screen and (max-width:767px) {
    .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}
.table-responsive>.table {
    margin-bottom: 0;
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
}
.table-responsive>.table-bordered {
    border: 0;
}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
}
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}
}fieldset {
    margin: 0;
    min-width: 0;
}
legend {
    display: block;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #555;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.checkbox, .form-control, .radio, input[type=file], output {
    display: block;
}
input[type=search] {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}
.form-control, output {
    line-height: 1.42857143;
}
input[type=range] {
    display: block;
    width: 100%}
select[multiple], select[size] {
    height: auto;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
output {
    padding-top: 9px;
}
.form-control {
    height: 38px;
    padding: 8px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #468847;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    line-height: 38px;
}
input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px;
}
input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 54px;
}
}.form-group {
    margin-bottom: 15px;
}
.checkbox, .radio {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px;
}
.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.form-group-sm .form-control, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.form-group-sm .form-control, select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].form-group-sm .form-control, select[multiple].input-sm, textarea.form-group-sm .form-control, textarea.input-sm {
    height: auto;
}
.form-group-lg .form-control, .input-lg {
    height: 54px;
    padding: 14px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.form-group-lg .form-control, select.input-lg {
    height: 54px;
    line-height: 54px;
}
select[multiple].form-group-lg .form-control, select[multiple].input-lg, textarea.form-group-lg .form-control, textarea.input-lg {
    height: auto;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 47.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    pointer-events: none;
}
.collapsing, .dropdown {
    position: relative;
}
.input-lg+.form-control-feedback {
    width: 54px;
    height: 54px;
    line-height: 54px;
}
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #c09853;
}
.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #b94a48;
}
.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede;
}
.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: #959595;
}
@media (min-width:768px) {
    .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline .form-control-static {
    display: inline-block;
}
.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}
.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
}
.form-inline .input-group>.form-control {
    width: 100%}
.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
    top: 0;
}
}.btn-block, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
}
.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 29px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
.dropdown-menu-right, .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
@media (min-width:768px) {
    .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
}
.form-horizontal .form-group-lg .control-label {
    padding-top: 19.67px;
}
.form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
}
}.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #555;
    text-decoration: none;
}
.btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    color: #555;
    background-color: #fff;
    border-color: rgba(0, 0, 0, .1);
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    color: #555;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, .1);
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: rgba(0, 0, 0, .1);
}
.btn-default .badge {
    color: #fff;
    background-color: #555;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #178acc;
    border-color: #1684c2;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #2fa4e7;
    border-color: #2fa4e7;
}
.btn-primary .badge {
    color: #2fa4e7;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #f93;
    border-color: #f93;
}
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #ff8000;
    border-color: #f57a00;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #f93;
    border-color: #f93;
}
.btn-success .badge {
    color: #f93;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #033c73;
    border-color: #033c73;
}
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #022241;
    border-color: #011d37;
}
.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #033c73;
    border-color: #033c73;
}
.btn-info .badge {
    color: #033c73;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #dd5600;
    border-color: #dd5600;
}
.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #aa4200;
    border-color: #a03e00;
}
.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #dd5600;
    border-color: #dd5600;
}
.btn-warning .badge {
    color: #dd5600;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #c71c22;
    border-color: #c71c22;
}
.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #9a161a;
    border-color: #911419;
}
.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #c71c22;
    border-color: #c71c22;
}
.btn-danger .badge {
    color: #c71c22;
    background-color: #fff;
}
.btn-link {
    color: #2fa4e7;
    font-weight: 400;
    border-radius: 0;
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
    color: #157ab5;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #999;
    text-decoration: none;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 14px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.dropdown-header, .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857143;
}
.btn-block {
    display: block;
}
.btn-block+.btn-block {
    margin-top: 5px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
    visibility: hidden;
}
.collapse.in {
    display: block;
    visibility: visible;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
#search-form.secondary>div.filters-container>.table-bordered>tbody>tr>td:first-child, #search-form.secondary>div.filters-container>.table-bordered>tbody>tr>th:first-child, #search-form.secondary>div.filters-container>.table-bordered>tfoot>tr>td:first-child, #search-form.secondary>div.filters-container>.table-bordered>tfoot>tr>th:first-child, #search-form.secondary>div.filters-container>.table-bordered>thead>tr>td:first-child, #search-form.secondary>div.filters-container>.table-bordered>thead>tr>th:first-child, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>tbody>tr>td:first-child, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>tbody>tr>th:first-child, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>tfoot>tr>td:first-child, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>tfoot>tr>th:first-child, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>thead>tr>td:first-child, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>thead>tr>th:first-child, .input-group-addon:last-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}
#search-form.secondary>div.filters-container>.table-bordered>tbody>tr>td:last-child, #search-form.secondary>div.filters-container>.table-bordered>tbody>tr>th:last-child, #search-form.secondary>div.filters-container>.table-bordered>tfoot>tr>td:last-child, #search-form.secondary>div.filters-container>.table-bordered>tfoot>tr>th:last-child, #search-form.secondary>div.filters-container>.table-bordered>thead>tr>td:last-child, #search-form.secondary>div.filters-container>.table-bordered>thead>tr>th:last-child, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>tbody>tr>td:last-child, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>tbody>tr>th:last-child, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>tfoot>tr>td:last-child, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>tfoot>tr>th:last-child, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>thead>tr>td:last-child, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>thead>tr>th:last-child, .input-group-addon:first-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child), .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn, .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.badge, .input-group-addon, .label, .nav-justified>li>a, .tooltip-inner {
    text-align: center;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu>li>a {
    font-weight: 400;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #2fa4e7;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #2fa4e7;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #999;
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}
.open>.dropdown-menu {
    display: block;
}
.open>a {
    outline: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover, .input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
    z-index: 2;
}
.nav-justified>.dropdown .dropdown-menu, .nav-tabs.nav-justified>.dropdown .dropdown-menu {
    left: auto;
    top: auto;
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
@media (min-width:768px) {
    .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}
.navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
}
}.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px;
}
.btn .caret, .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:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%}
.btn-group-vertical>.btn-group>.btn {
    float: none;
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group, .input-group-btn>.btn+.btn {
    margin-left: -1px;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%}
.btn-group-justified>.btn-group .btn {
    width: 100%}
.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}
[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group, .input-group-btn, .input-group-btn>.btn, .nav>li, .nav>li>a, .navbar {
    position: relative;
}
.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 54px;
    padding: 14px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    height: 54px;
    line-height: 54px;
}
select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
    height: auto;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
    height: auto;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.badge, .label {
    font-weight: 700;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav>li {
    display: block;
}
.nav>li>a {
    display: block;
    padding: 10px 15px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav>li.disabled>a {
    color: #999;
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #2fa4e7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav>li>a>img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified>li {
    float: none;
}
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
    border-radius: 4px;
}
@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%}
.nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
}
}.nav-pills>li {
    float: left;
}
.nav-justified>li, .nav-stacked>li {
    float: none;
}
.nav-pills>li>a {
    border-radius: 4px;
}
.nav-pills>li+li {
    margin-left: 2px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #2fa4e7;
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%}
.nav-justified>li>a {
    margin-bottom: 5px;
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}
.navbar, .navbar-toggle {
    border: 1px solid transparent;
}
@media (min-width:768px) {
    .nav-justified>li {
    display: table-cell;
    width: 1%}
.nav-justified>li>a {
    margin-bottom: 0;
}
.nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
    border-bottom-color: #fff;
}
}.navbar-form, .panel-heading {
    border-bottom: 1px solid transparent;
}
.tab-content>.tab-pane {
    display: none;
    visibility: hidden;
}
.tab-content>.active {
    display: block;
    visibility: visible;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    min-height: 50px;
    margin-bottom: 20px;
}
.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, .1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width:480px)and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
}
}.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width:768px) {
    .navbar {
    border-radius: 4px;
}
.navbar-header {
    float: left;
}
.navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
}
.navbar-collapse.collapse {
    display: block!important;
    visibility: visible!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}
.navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
    border-radius: 0;
}
}.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand>img {
    display: block;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
@media (min-width:768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
}
.navbar-toggle {
    display: none;
}
}.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
}
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none;
}
}@media (min-width:768px) {
    .navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav>li {
    float: left;
}
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
}.navbar-form {
    margin: 6px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width:768px) {
    .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.navbar-form .form-control-static {
    display: inline-block;
}
.navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
}
.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
}
.navbar-form .input-group>.form-control {
    width: 100%}
.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0;
}
.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
    top: 0;
}
}.breadcrumb>li, .pagination {
    display: inline-block;
}
.badge, .label {
    vertical-align: baseline;
}
@media (max-width:767px) {
    .navbar-form .form-group {
    margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
    margin-bottom: 0;
}
}.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 {
    border-radius: 4px 4px 0 0;
}
.navbar-btn {
    margin-top: 6px;
    margin-bottom: 6px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width:768px) {
    .navbar-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-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}
.navbar-left {
    float: left!important;
}
.navbar-right {
    float: right!important;
    margin-right: -15px;
}
.navbar-right~.navbar-right {
    margin-right: 0;
}
}.navbar-default {
    background-color: #2fa4e7;
    border-color: #1995dc;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: none;
}
.navbar-default .navbar-text {
    color: #ddd;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #178acc;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
    color: #ddd;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #178acc;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #178acc;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #1995dc;
}
.navbar-inverse, .navbar-inverse .navbar-toggle {
    border-color: #022f5a;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #178acc;
    color: #fff;
}
@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #178acc;
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ddd;
    background-color: transparent;
}
}.navbar-default .btn-link, .navbar-default .btn-link:focus, .navbar-default .btn-link:hover, .navbar-default .navbar-link, .navbar-default .navbar-link:hover {
    color: #fff;
}
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ddd;
}
.navbar-inverse {
    background-color: #033c73;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: none;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
    color: #fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #022f5a;
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #022f5a;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #022a50;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #022f5a;
    color: #fff;
}
@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #022f5a;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #022f5a;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #022f5a;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
}
}.navbar-inverse .btn-link, .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover, .navbar-inverse .navbar-link, .navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #ccc;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb>li+li:before {
    content: ">\00a0";
    color: #ccc;
}
.breadcrumb>.active {
    color: #999;
}
.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.label, .pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #2fa4e7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.badge, .label {
    line-height: 1;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.nav-pills>li>a>.badge, .tooltip.right {
    margin-left: 3px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #157ab5;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #999;
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: default;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 14px 16px;
    font-size: 18px;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.label {
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    white-space: nowrap;
    border-radius: .25em;
}
a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #999;
}
.label-default[href]:focus, .label-default[href]:hover {
    background-color: grey;
}
.label-primary {
    background-color: #2fa4e7;
}
.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #178acc;
}
.label-success {
    background-color: #73a839;
}
.label-success[href]:focus, .label-success[href]:hover {
    background-color: #59822c;
}
.label-info {
    background-color: #033c73;
}
.label-info[href]:focus, .label-info[href]:hover {
    background-color: #022241;
}
.label-warning {
    background-color: #dd5600;
}
.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #aa4200;
}
.label-danger {
    background-color: #c71c22;
}
.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #9a161a;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    background-color: #2fa4e7;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #2fa4e7;
    background-color: #fff;
}
.alert h4, .jumbotron, .jumbotron .h1, .jumbotron h1 {
    color: inherit;
}
.list-group-item>.badge {
    float: right;
}
.list-group-item>.badge+.badge {
    margin-right: 5px;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron>hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
}
.alert, .panel {
    border-radius: 4px;
}
.jumbotron .container {
    max-width: 100%}
@media screen and (min-width:768px) {
    .jumbotron {
    padding: 48px 0;
}
.container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
}
.jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
}
}.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.alert h4 {
    margin-top: 0;
}
.alert .alert-link {
    font-weight: 700;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert>p+p {
    margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #356635;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #2d6987;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853;
}
.alert-warning hr {
    border-top-color: #f8e5be;
}
.alert-warning .alert-link {
    color: #a47e3c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.alert-danger hr {
    border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
    color: #953b39;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus, a.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #999;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #999;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #2fa4e7;
    border-color: #2fa4e7;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small {
    color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #e6f4fc;
}
.list-group-item-success {
    color: #468847;
    background-color: #dff0d8;
}
a.list-group-item-success {
    color: #468847;
}
a.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover {
    color: #468847;
    background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #468847;
    border-color: #468847;
}
.list-group-item-info {
    color: #3a87ad;
    background-color: #d9edf7;
}
a.list-group-item-info {
    color: #3a87ad;
}
a.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover {
    color: #3a87ad;
    background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #3a87ad;
    border-color: #3a87ad;
}
.list-group-item-warning {
    color: #c09853;
    background-color: #fcf8e3;
}
a.list-group-item-warning {
    color: #c09853;
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover {
    color: #c09853;
    background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #c09853;
    border-color: #c09853;
}
.list-group-item-danger {
    color: #b94a48;
    background-color: #f2dede;
}
a.list-group-item-danger {
    color: #b94a48;
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover {
    color: #b94a48;
    background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #b94a48;
    border-color: #b94a48;
}
.panel-danger, .panel-danger>.panel-heading, .panel-default, .panel-default>.panel-heading, .panel-info, .panel-info>.panel-heading, .panel-primary, .panel-primary>.panel-heading, .panel-success, .panel-warning, .panel-warning>.panel-heading {
    border-color: #ddd;
}
.panel-heading>.dropdown .dropdown-toggle, .panel-title, .panel-title>a {
    color: inherit;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-title, .panel>.list-group, .panel>.panel-collapse>.list-group, .panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
    margin-bottom: 0;
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-group .panel-heading, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .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-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>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, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0;
}
.panel-title {
    margin-top: 0;
    font-size: 16px;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel>.table-responsive:first-child>.table:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel>.table-responsive:last-child>.table: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, .panel>.table:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, .9);
    border-width: 5px 5px 0;
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.list-group+.panel-footer, .panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel>.panel-collapse>.table caption, .panel>.table caption, .panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}
.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0;
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
    border: 0;
}
.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel+.panel {
    margin-top: 5px;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body, .panel-default>.panel-heading+.panel-collapse>.panel-body, .panel-info>.panel-heading+.panel-collapse>.panel-body, .panel-primary>.panel-heading+.panel-collapse>.panel-body, .panel-success>.panel-heading+.panel-collapse>.panel-body, .panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body, .panel-default>.panel-footer+.panel-collapse>.panel-body, .panel-info>.panel-footer+.panel-collapse>.panel-body, .panel-primary>.panel-footer+.panel-collapse>.panel-body, .panel-success>.panel-footer+.panel-collapse>.panel-body, .panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}
.panel-default>.panel-heading {
    color: #555;
    background-color: #f5f5f5;
}
.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #555;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #2fa4e7;
}
.panel-primary>.panel-heading .badge {
    color: #2fa4e7;
    background-color: #fff;
}
.panel-success>.panel-heading {
    color: #468847;
    background-color: #73a839;
    border-color: #ddd;
}
.panel-success>.panel-heading .badge {
    color: #73a839;
    background-color: #468847;
}
.panel-info>.panel-heading {
    color: #3a87ad;
    background-color: #033c73;
}
.panel-info>.panel-heading .badge {
    color: #033c73;
    background-color: #3a87ad;
}
.panel-warning>.panel-heading {
    color: #c09853;
    background-color: #dd5600;
}
.panel-warning>.panel-heading .badge {
    color: #dd5600;
    background-color: #c09853;
}
.panel-danger>.panel-heading {
    color: #b94a48;
    background-color: #c71c22;
}
.panel-danger>.panel-heading .badge {
    color: #c71c22;
    background-color: #b94a48;
}
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(0, 0, 0, .9);
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .9);
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: rgba(0, 0, 0, .9);
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: rgba(0, 0, 0, .9);
}
.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}
.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px;
}
.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px;
}
#aboutus>div:after, #aboutus>div:before, #asset-detail .socials-container>div:after, #asset-detail .socials-container>div:before, #asset-detail:after, #asset-detail:before, #asset-detail>.main:after, #asset-detail>.main:before, #asset-detail>.main>.main #gallery-wrapper:after, #asset-detail>.main>.main #gallery-wrapper:before, #asset-detail>.main>.main .action-buttons:after, #asset-detail>.main>.main .action-buttons:before, #asset-detail>.main>.main .details:after, #asset-detail>.main>.main .details:before, #asset-detail>.main>.main .vt-container:after, #asset-detail>.main>.main .vt-container:before, #contact-form-group:after, #contact-form-group:before, #footer-content:after, #footer-content:before, #footer-content>div:after, #footer-content>div:before, #footer-content>div>.section>div:after, #footer-content>div>.section>div:before, #footer-content>div>section>div:after, #footer-content>div>section>div:before, #landing>div:after, #landing>div:before, #map-and-listings-group:after, #map-and-listings-group:before, #map-and-listings-group>div:after, #map-and-listings-group>div:before, #pop-dests>div:after, #pop-dests>div:before, #search-form.secondary>div.filters-container .range-selectors:after, #search-form.secondary>div.filters-container .range-selectors:before, #search-form.secondary>div.filters-container .range-selectors>div:after, #search-form.secondary>div.filters-container .range-selectors>div:before, #search-form.secondary>div.filters-container>.nav-pills:after, #search-form.secondary>div.filters-container>.nav-pills:before, .btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .jumbotron .search-panel-container-container:after, .jumbotron .search-panel-container-container:before, .jumbotron .search-panel-container-container>div:after, .jumbotron .search-panel-container-container>div:before, .listings-items:after, .listings-items:before, .listings-items>li>div:after, .listings-items>li>div:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .panel-body:after, .panel-body:before, .row:after, .row:before, .utils:after, .utils:before, .value-props.horizontal>div:after, .value-props.horizontal>div:before, .value-props.horizontal>div>div>div:after, .value-props.horizontal>div>div>div:before, .with-loc-map #listings-group .listings-items>li.asset>div:after, .with-loc-map #listings-group .listings-items>li.asset>div:before, body #pop-dests.other-locations>div:after, body #pop-dests.other-locations>div:before, body #pop-dests:after, body #pop-dests:before, body>article.other-locations>div:after, body>article.other-locations>div:before, body>article:after, body>article:before, body>section.other-locations>div:after, body>section.other-locations>div:before, body>section:after, body>section:before, footer:after, footer:before, footer>div:after, footer>div:before, footer>div>.section>div:after, footer>div>.section>div:before, footer>div>section>div:after, footer>div>section>div:before, html.touch .category-links ul:after, html.touch .category-links ul:before {
    content: " ";
    display: table;
}
.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;
}
.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none!important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.btn, .navbar .navbar-nav>li>a, .navbar-brand {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
.hidden {
    visibility: hidden!important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
@media (max-width:767px) {
    .visible-xs {
    display: block!important;
}
table.visible-xs {
    display: table;
}
tr.visible-xs {
    display: table-row!important;
}
td.visible-xs, th.visible-xs {
    display: table-cell!important;
}
.visible-xs-block {
    display: block!important;
}
.visible-xs-inline {
    display: inline!important;
}
.visible-xs-inline-block {
    display: inline-block!important;
}
}@media (min-width:768px)and (max-width:991px) {
    .visible-sm {
    display: block!important;
}
table.visible-sm {
    display: table;
}
tr.visible-sm {
    display: table-row!important;
}
td.visible-sm, th.visible-sm {
    display: table-cell!important;
}
.visible-sm-block {
    display: block!important;
}
.visible-sm-inline {
    display: inline!important;
}
.visible-sm-inline-block {
    display: inline-block!important;
}
}@media (min-width:992px)and (max-width:1199px) {
    .visible-md {
    display: block!important;
}
table.visible-md {
    display: table;
}
tr.visible-md {
    display: table-row!important;
}
td.visible-md, th.visible-md {
    display: table-cell!important;
}
.visible-md-block {
    display: block!important;
}
.visible-md-inline {
    display: inline!important;
}
.visible-md-inline-block {
    display: inline-block!important;
}
}@media (min-width:1200px) {
    .visible-lg {
    display: block!important;
}
table.visible-lg {
    display: table;
}
tr.visible-lg {
    display: table-row!important;
}
td.visible-lg, th.visible-lg {
    display: table-cell!important;
}
.visible-lg-block {
    display: block!important;
}
.visible-lg-inline {
    display: inline!important;
}
.visible-lg-inline-block {
    display: inline-block!important;
}
}@media (max-width:767px) {
    .hidden-xs {
    display: none!important;
}
}@media (min-width:768px)and (max-width:991px) {
    .hidden-sm {
    display: none!important;
}
}@media (min-width:992px)and (max-width:1199px) {
    .hidden-md {
    display: none!important;
}
}@media (min-width:1200px) {
    .hidden-lg {
    display: none!important;
}
}.visible-print {
    display: none!important;
}
@media print {
    .visible-print {
    display: block!important;
}
table.visible-print {
    display: table;
}
tr.visible-print {
    display: table-row!important;
}
td.visible-print, th.visible-print {
    display: table-cell!important;
}
}.visible-print-block {
    display: none!important;
}
@media print {
    .visible-print-block {
    display: block!important;
}
}.visible-print-inline {
    display: none!important;
}
@media print {
    .visible-print-inline {
    display: inline!important;
}
}.visible-print-inline-block {
    display: none!important;
}
@media print {
    .visible-print-inline-block {
    display: inline-block!important;
}
.hidden-print {
    display: none!important;
}
}.navbar {
    background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    border-bottom: 1px solid #178acc;
    filter: none;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}
.navbar-default .badge {
    background-color: #fff;
    color: #2fa4e7;
}
.navbar-inverse {
    background-image: -webkit-linear-gradient(#04519b, #044687 60%, #033769);
    background-image: -o-linear-gradient(#04519b, #044687 60%, #033769);
    background-image: linear-gradient(#04519b, #044687 60%, #033769);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b',  endColorstr='#ff033769',  GradientType=0);
    filter: none;
    border-bottom: 1px solid #022241;
}
.navbar-inverse .badge {
    background-color: #fff;
    color: #033c73;
}
@media (max-width:767px) {
    .navbar .dropdown-header {
    color: #fff;
}
}.btn .caret {
    border-top-color: #fff;
}
.btn-default:hover {
    color: #555;
}
.btn-default .caret {
    border-top-color: #555;
}
.btn-default {
    background-image: -webkit-linear-gradient(#fff, #fff 60%, #f5f5f5);
    background-image: -o-linear-gradient(#fff, #fff 60%, #f5f5f5);
    background-image: linear-gradient(#fff, #fff 60%, #f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',  endColorstr='#fff5f5f5',  GradientType=0);
    filter: none;
    border-bottom: 1px solid #e6e6e6;
}
.btn-action, .btn-success {
    border-bottom: 1px solid #ff8000;
}
.btn-success {
    background-image: -webkit-linear-gradient(#ffad5c, #f93 60%, #ff8f1f);
    background-image: -o-linear-gradient(#ffad5c, #f93 60%, #ff8f1f);
    background-image: linear-gradient(#ffad5c, #f93 60%, #ff8f1f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffad5c',  endColorstr='#ffff8f1f',  GradientType=0);
    filter: none;
}
.btn-info {
    background-image: -webkit-linear-gradient(#04519b, #033c73 60%, #02325f);
    background-image: -o-linear-gradient(#04519b, #033c73 60%, #02325f);
    background-image: linear-gradient(#04519b, #033c73 60%, #02325f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b',  endColorstr='#ff02325f',  GradientType=0);
    filter: none;
    border-bottom: 1px solid #022241;
}
.btn-warning {
    background-image: -webkit-linear-gradient(#ff6707, #dd5600 60%, #c94e00);
    background-image: -o-linear-gradient(#ff6707, #dd5600 60%, #c94e00);
    background-image: linear-gradient(#ff6707, #dd5600 60%, #c94e00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6707',  endColorstr='#ffc94e00',  GradientType=0);
    filter: none;
    border-bottom: 1px solid #aa4200;
}
.btn-danger {
    background-image: -webkit-linear-gradient(#e12b31, #c71c22 60%, #b5191f);
    background-image: -o-linear-gradient(#e12b31, #c71c22 60%, #b5191f);
    background-image: linear-gradient(#e12b31, #c71c22 60%, #b5191f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe12b31',  endColorstr='#ffb5191f',  GradientType=0);
    filter: none;
    border-bottom: 1px solid #9a161a;
}
.panel-danger .panel-heading, .panel-danger .panel-title, .panel-info .panel-heading, .panel-info .panel-title, .panel-primary .panel-heading, .panel-primary .panel-title, .panel-success .panel-heading, .panel-success .panel-title, .panel-warning .panel-heading, .panel-warning .panel-title {
    color: #fff;
}
.inputShadow {
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .3);
}
.unselectable {
    -o-user-select: none;
}
.moreified {
    display: inline;
}
.moreified.hid {
    display: none;
}
.moreified a.less, .moreified a.more {
    font-weight: 500;
    cursor: pointer;
    padding: 0 5px;
}
.moreified a.more {
    font-weight: 700;
}
.center-vertical {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.center-both {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
}
#contact-form-container, .date_picker input, .global-sprite, .icn, .search_sort span.selected, .stars, .stars>div, .value-props ul li, .vt {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/images/ASP/themes/plain/global_css_sprite.png);
}
header.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}
header.navbar .nav-justified.subnav {
    display: none;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .5);
}
@media (max-width:767px) {
    header.navbar .navbar-collapse {
    position: fixed;
    top: 0;
    overflow-x: hidden;
    max-width: 300px;
    height: auto;
    border-top: none;
    background-color: #333;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .5);
    z-index: 100;
}
header.navbar .navbar-collapse .nav-justified.subnav {
    position: absolute;
    top: 0;
    left: 150px;
    background-color: #2fa4e7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
header.navbar .navbar-collapse .nav-justified.subnav>li>a:hover {
    background-color: #178acc;
}
header.navbar .navbar-collapse .nav-justified>li>a {
    padding: 15px;
    text-align: left;
    border-left: none;
    border-top: 1px solid #555;
    color: #fff;
    font-weight: 700;
    background-color: #333;
}
header.navbar .navbar-collapse .nav-justified>li>a:hover {
    background-color: #222;
}
header.navbar .navbar-collapse .nav-justified>li.active>a, header.navbar .navbar-collapse .nav-justified>li.sel>a {
    background-color: #2fa4e7;
}
header.navbar .navbar-collapse .nav-justified>li.active>a:hover, header.navbar .navbar-collapse .nav-justified>li.sel>a:hover {
    background-color: #178acc;
}
header.navbar .navbar-collapse.collapsing {
    position: absolute;
    -webkit-transition: width .35s;
    -o-transition: width .35s;
    transition: width .35s;
}
}header.navbar .navbar-header {
    min-height: 60px;
    text-align: center;
}
@media (min-width:768px) {
    header.navbar {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .5);
    width: 100%;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
}
header.navbar .container-fluid {
    padding: 0;
}
header.navbar .navbar-header {
    width: 75%}
}header.navbar .navbar-header .navbar-toggle {
    margin: 10px 15px 0 0;
    padding: 10px;
    border: none;
}
header.navbar .navbar-header .navbar-toggle .icon-bar {
    height: 4px;
    background-color: #666;
}
header.navbar .navbar-header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
header.navbar .navbar-header .search-toggle {
    display: none!important;
    float: right;
    padding: 10px;
    font-size: 24px;
    margin: 2px 32px 0 0;
}
@media (max-width:767px) {
    header.navbar .navbar-header .search-toggle {
    display: block!important;
}
}header.navbar .navbar-header .site-logo {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
}
header.navbar .navbar-header .site-logo:focus, header.navbar .navbar-header .site-logo:hover {
    text-decoration: none;
}
header.navbar .navbar-header .site-logo>img {
    display: block;
}
@media (min-width:768px) {
    .navbar>.container header.navbar .navbar-header .site-logo, .navbar>.container-fluid header.navbar .navbar-header .site-logo {
    margin-left: -15px;
}
}header.navbar .navbar-header .bump-down-callus:after, header.navbar .navbar-header .bump-down-callus:before {
    content: " ";
    display: table;
}
.datepicker-dropdown:after, .datepicker-dropdown:before {
    border-top: 0;
    display: inline-block;
    position: absolute;
    content: ''}
@media (min-width:700px) {
    header.navbar .navbar-header .bump-down-callus {
    display: none;
}
}header.navbar .navbar-header .callus {
    width: 250px;
    height: 60px;
    margin-left: 0;
    display: inline-block;
    text-align: left;
    background: url(/images/ASP/experts/expert-7-header-closeup.jpg)right 0 no-repeat #fff;
}
header.navbar .navbar-header .callus .bold, header.navbar .navbar-header .callus b, header.navbar .navbar-header .callus strong {
    font-family: inherit;
    letter-spacing: -.03em;
}
@media (min-width:480px) {
    header.navbar .navbar-header .callus {
    margin-left: 5%}
}@media (min-width:768px) {
    header.navbar .navbar-header .callus {
    margin-left: 9%}
}@media (min-width:992px) {
    header.navbar .navbar-header .callus {
    margin-left: 28%}
}header.navbar .navbar-header .callus p {
    text-align: center;
    display: inline-block;
    margin: 3px 0 0;
    width: auto;
}
header.navbar .navbar-header .callus p .phone, header.navbar .navbar-header .callus p .small, header.navbar .navbar-header .callus p small, header.navbar .navbar-header .callus p strong {
    display: block;
    width: auto;
    font-weight: 700;
}
header.navbar .navbar-header .callus p .small, header.navbar .navbar-header .callus p small {
    font-size: 12px;
    line-height: 15px;
}
header.navbar .navbar-header .callus p strong {
    font-size: 14px;
    line-height: 16px;
}
header.navbar .navbar-header .callus p .phone {
    font-size: 20px;
    line-height: 22px;
}
header.navbar .navbar-header .callus img {
    width: 46px;
    height: 59px;
    vertical-align: top;
}
@media (max-width:767px) {
    header.navbar .navbar-right {
    display: none!important;
}
}@media (min-width:768px) {
    header.navbar .navbar-right {
    padding-right: 15px;
    margin-right: 0;
}
}header.navbar .navbar-right li {
    float: right;
}
header.navbar .navbar-right li .btn {
    margin-top: 10px;
}
header.navbar .fave-btn .badge {
    position: relative;
    left: 5px;
    padding: 3px 7px 3px 6px;
    background-color: #d00;
}
header.navbar .navbar-collapse {
    max-height: none;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width:768px) {
    header.navbar .navbar-collapse {
    width: 100%;
}
}
header .nav-justified>li {
    overflow: hidden;
}
header .nav-justified>li>a {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    border-left: 1px solid #999;
    padding: 10px 0;
    cursor: pointer;
}
@media (min-width:992px) {
    header .nav-justified>li>a {
    font-size: 14px;
}
}header .nav-justified>li:first-child>a {
    border-left: none;
}
header .nav-justified>li:last-child>a {
    border-right: none;
}
header .nav-justified>li.active.sel>a, header .nav-justified>li.active.sel>a:focus, header .nav-justified>li.active.sel>a:hover, header .nav-justified>li.active>a, header .nav-justified>li.active>a:focus, header .nav-justified>li.active>a:hover {
    color: #FFF;
    font-weight: 700;
    background-color: #2fa4e7;
    background-image: none;
}
header .nav-justified>li.active.sel>a:focus, header .nav-justified>li.active.sel>a:hover, header .nav-justified>li.active>a:focus, header .nav-justified>li.active>a:hover {
    background-color: #178acc;
}
header .navbar-nav>li {
    text-align: center;
}
header .navbar-nav>li>a {
    margin-top: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
}
header .collapsing .navbar-form, header .collapsing li, header .collapsing ul, header .in .navbar-form, header .in li, header .in ul {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    margin-top: 0;
    border: none;
}
body, figure {
    margin: 0;
}
body {
    color: #555;
}
body.main-css-loaded>section {
    overflow: visible!important;
}
body.main-css-loaded .glyphicon {
    visibility: visible;
}
@media (min-width:768px) {
    .navbar-collapse.headroom--pinned {
    display: block!important;
}
.navbar-collapse.headroom--unpinned {
    /*display: none!important;*/
}
}body>section.first {
    border-top: none;
    padding-top: 10px;
    padding-bottom: 0;
}
body>section.first .breadcrumb, body>section.first>a {
    position: relative;
    min-height: 1px;
    margin: 0;
    text-align: center;
}
body>section.first .breadcrumb {
    padding: 15px 0 5px;
    background-color: #fff;
}
@media (min-width:768px) {
    body>section.first .breadcrumb, body>section.first>a {
    float: left;
    width: 50%}
body>section.first .breadcrumb {
    padding: 5px 0 0;
    height: 36px;
}
}body>section.first .breadcrumb .active {
    color: #555;
    font-weight: 700;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover, .datepicker table tr td.new, .datepicker table tr td.old {
    color: #999;
}
body>section.first>a {
    padding: 0;
    display: block;
    text-align: center;
    height: 36px;
}
body #pop-dests, body>article, body>section {
    margin-right: auto;
    margin-left: auto;
    padding: 20px 15px;
    overflow: visible;
    border-top: 1px solid #eee;
}
body #pop-dests>.navbar-collapse, body #pop-dests>.navbar-header, body>article>.navbar-collapse, body>article>.navbar-header, body>section>.navbar-collapse, body>section>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width:768px) {
    body>section.first>a {
    text-align: right;
}
body>section.first .breadcrumb {
    text-align: left;
}
body #pop-dests>.navbar-collapse, body #pop-dests>.navbar-header, body>article>.navbar-collapse, body>article>.navbar-header, body>section>.navbar-collapse, body>section>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}
}body #pop-dests>h2, body>article>h2, body>section>h2 {
    margin: 0;
    padding: 0 0 30px;
    font-size: 36px;
    text-align: center;
}
body #pop-dests.whychooseus>h1, body>article.whychooseus>h1, body>section.whychooseus>h1 {
    text-align: center;
}
body #pop-dests.whychooseus>h2, body>article.whychooseus>h2, body>section.whychooseus>h2 {
    font-size: 30px;
}
body #pop-dests.other-locations>div, body>article.other-locations>div, body>section.other-locations>div {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}
body #pop-dests.other-locations>div a, body #pop-dests.other-locations>div strong, body>article.other-locations>div a, body>article.other-locations>div strong, body>section.other-locations>div a, body>section.other-locations>div strong {
    width: 40%;
    margin: 0 15px 30px;
    display: inline-block;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-width: 1px 2px;
    white-space: nowrap;
}
@media (min-width:480px) {
    body #pop-dests.other-locations>div a, body #pop-dests.other-locations>div strong, body>article.other-locations>div a, body>article.other-locations>div strong, body>section.other-locations>div a, body>section.other-locations>div strong {
    width: 43%;
    margin: 0 15px 15px;
}
}@media (min-width:768px) {
    body #pop-dests.other-locations>div a, body #pop-dests.other-locations>div strong, body>article.other-locations>div a, body>article.other-locations>div strong, body>section.other-locations>div a, body>section.other-locations>div strong {
    width: 16%}
}.input-group .form-control-feedback {
    width: auto;
    position: absolute;
    z-index: 10;
    right: 50px;
}
.input-group .form-control-feedback.glyphicon {
    line-height: 38px;
}
.input-group.input-group-lg .form-control-feedback {
    top: 20px;
}
.input-group.for-select .form-control-feedback {
    right: 57px;
}
input.form-control, input[type=date].form-control, input[type=email].form-control, input[type=password].form-control, input[type=search].form-control, input[type=tel].form-control, input[type=text].form-control, input[type=url].form-control, select.form-control, textarea.form-control {
    font-size: 16px;
    padding: 8px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    behavior: url(/includes/PIE.htc);
}
.form-control.date-picker-input {
    background-color: #FFF;
    cursor: pointer;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
    z-index: 2000!important;
}
.datepicker-inline {
    width: 220px;
}
.datepicker.datepicker-rtl {
    direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
}
.datepicker-dropdown:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
}
.datepicker-dropdown:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}
.datepicker>div {
    display: none;
}
.datepicker.days div.datepicker-days, .datepicker.months div.datepicker-months, .datepicker.years div.datepicker-years {
    display: block;
}
.datepicker table {
    margin: 0;
}
.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733;
}
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.focus, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.focus, .datepicker table tr td.today:active, .datepicker table tr td.today:focus, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.focus, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today:hover:hover, .open>.dropdown-toggle.datepicker table tr td.today, .open>.dropdown-toggle.datepicker table tr td.today.disabled, .open>.dropdown-toggle.datepicker table tr td.today.disabled:hover, .open>.dropdown-toggle.datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00;
}
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active, .open>.dropdown-toggle.datepicker table tr td.today, .open>.dropdown-toggle.datepicker table tr td.today.disabled, .open>.dropdown-toggle.datepicker table tr td.today.disabled:hover, .open>.dropdown-toggle.datepicker table tr td.today:hover {
    background-image: none;
}
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled.disabled.active, .datepicker table tr td.today.disabled.disabled.focus, .datepicker table tr td.today.disabled.disabled:active, .datepicker table tr td.today.disabled.disabled:focus, .datepicker table tr td.today.disabled.disabled:hover, .datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover.disabled.active, .datepicker table tr td.today.disabled:hover.disabled.focus, .datepicker table tr td.today.disabled:hover.disabled:active, .datepicker table tr td.today.disabled:hover.disabled:focus, .datepicker table tr td.today.disabled:hover.disabled:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled:hover[disabled].active, .datepicker table tr td.today.disabled:hover[disabled].focus, .datepicker table tr td.today.disabled:hover[disabled]:active, .datepicker table tr td.today.disabled:hover[disabled]:focus, .datepicker table tr td.today.disabled:hover[disabled]:hover, .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled[disabled].active, .datepicker table tr td.today.disabled[disabled].focus, .datepicker table tr td.today.disabled[disabled]:active, .datepicker table tr td.today.disabled[disabled]:focus, .datepicker table tr td.today.disabled[disabled]:hover, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover.disabled.active, .datepicker table tr td.today:hover.disabled.focus, .datepicker table tr td.today:hover.disabled:active, .datepicker table tr td.today:hover.disabled:focus, .datepicker table tr td.today:hover.disabled:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today:hover[disabled].active, .datepicker table tr td.today:hover[disabled].focus, .datepicker table tr td.today:hover[disabled]:active, .datepicker table tr td.today:hover[disabled]:focus, .datepicker table tr td.today:hover[disabled]:hover, .datepicker table tr td.today[disabled], .datepicker table tr td.today[disabled].active, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:active, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today, fieldset[disabled] .datepicker table tr td.today.active, fieldset[disabled] .datepicker table tr td.today.disabled, fieldset[disabled] .datepicker table tr td.today.disabled.active, fieldset[disabled] .datepicker table tr td.today.disabled.focus, fieldset[disabled] .datepicker table tr td.today.disabled:active, fieldset[disabled] .datepicker table tr td.today.disabled:focus, fieldset[disabled] .datepicker table tr td.today.disabled:hover, fieldset[disabled] .datepicker table tr td.today.disabled:hover.active, fieldset[disabled] .datepicker table tr td.today.disabled:hover.focus, fieldset[disabled] .datepicker table tr td.today.disabled:hover:active, fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus, fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:active, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today:hover.active, fieldset[disabled] .datepicker table tr td.today:hover.focus, fieldset[disabled] .datepicker table tr td.today:hover:active, fieldset[disabled] .datepicker table tr td.today:hover:focus, fieldset[disabled] .datepicker table tr td.today:hover:hover {
    background-color: #ffdb99;
    border-color: #ffb733;
}
.datepicker table tr td.today .badge, .datepicker table tr td.today.disabled .badge, .datepicker table tr td.today.disabled:hover .badge, .datepicker table tr td.today:hover .badge {
    color: #ffdb99;
    background-color: #000;
}
.datepicker table tr td.today:hover:hover {
    color: #000;
}
.datepicker table tr td.today.active:hover {
    color: #fff;
}
.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
    background: #eee;
    border-radius: 0;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active, .open>.dropdown-toggle.datepicker table tr td.active, .open>.dropdown-toggle.datepicker table tr td.active.disabled, .open>.dropdown-toggle.datepicker table tr td.active.disabled:hover, .open>.dropdown-toggle.datepicker table tr td.active:hover, .open>.dropdown-toggle.datepicker table tr td.range.today, .open>.dropdown-toggle.datepicker table tr td.range.today.disabled, .open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover, .open>.dropdown-toggle.datepicker table tr td.range.today:hover, .open>.dropdown-toggle.datepicker table tr td.selected, .open>.dropdown-toggle.datepicker table tr td.selected.disabled, .open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover, .open>.dropdown-toggle.datepicker table tr td.selected:hover {
    background-image: none;
}
.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417;
    border-radius: 0;
}
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.focus, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.focus, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:focus, .datepicker table tr td.range.today:hover:hover, .open>.dropdown-toggle.datepicker table tr td.range.today, .open>.dropdown-toggle.datepicker table tr td.range.today.disabled, .open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover, .open>.dropdown-toggle.datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c;
}
.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled.disabled.active, .datepicker table tr td.range.today.disabled.disabled.focus, .datepicker table tr td.range.today.disabled.disabled:active, .datepicker table tr td.range.today.disabled.disabled:focus, .datepicker table tr td.range.today.disabled.disabled:hover, .datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover.disabled.active, .datepicker table tr td.range.today.disabled:hover.disabled.focus, .datepicker table tr td.range.today.disabled:hover.disabled:active, .datepicker table tr td.range.today.disabled:hover.disabled:focus, .datepicker table tr td.range.today.disabled:hover.disabled:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled:hover[disabled].active, .datepicker table tr td.range.today.disabled:hover[disabled].focus, .datepicker table tr td.range.today.disabled:hover[disabled]:active, .datepicker table tr td.range.today.disabled:hover[disabled]:focus, .datepicker table tr td.range.today.disabled:hover[disabled]:hover, .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled[disabled].active, .datepicker table tr td.range.today.disabled[disabled].focus, .datepicker table tr td.range.today.disabled[disabled]:active, .datepicker table tr td.range.today.disabled[disabled]:focus, .datepicker table tr td.range.today.disabled[disabled]:hover, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover.disabled.active, .datepicker table tr td.range.today:hover.disabled.focus, .datepicker table tr td.range.today:hover.disabled:active, .datepicker table tr td.range.today:hover.disabled:focus, .datepicker table tr td.range.today:hover.disabled:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today:hover[disabled].active, .datepicker table tr td.range.today:hover[disabled].focus, .datepicker table tr td.range.today:hover[disabled]:active, .datepicker table tr td.range.today:hover[disabled]:focus, .datepicker table tr td.range.today:hover[disabled]:hover, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today[disabled].active, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:active, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today, fieldset[disabled] .datepicker table tr td.range.today.active, fieldset[disabled] .datepicker table tr td.range.today.disabled, fieldset[disabled] .datepicker table tr td.range.today.disabled.active, fieldset[disabled] .datepicker table tr td.range.today.disabled.focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:active, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today:hover.active, fieldset[disabled] .datepicker table tr td.range.today:hover.focus, fieldset[disabled] .datepicker table tr td.range.today:hover:active, fieldset[disabled] .datepicker table tr td.range.today:hover:focus, fieldset[disabled] .datepicker table tr td.range.today:hover:hover {
    background-color: #f7ca77;
    border-color: #f1a417;
}
.datepicker table tr td.range.today .badge, .datepicker table tr td.range.today.disabled .badge, .datepicker table tr td.range.today.disabled:hover .badge, .datepicker table tr td.range.today:hover .badge {
    color: #f7ca77;
    background-color: #000;
}
.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
    color: #fff;
    background-color: #999;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.focus, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.focus, .datepicker table tr td.selected:active, .datepicker table tr td.selected:focus, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.focus, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:focus, .datepicker table tr td.selected:hover:hover, .open>.dropdown-toggle.datepicker table tr td.selected, .open>.dropdown-toggle.datepicker table tr td.selected.disabled, .open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover, .open>.dropdown-toggle.datepicker table tr td.selected:hover {
    color: #fff;
    background-color: grey;
    border-color: #373737;
}
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled.disabled.active, .datepicker table tr td.selected.disabled.disabled.focus, .datepicker table tr td.selected.disabled.disabled:active, .datepicker table tr td.selected.disabled.disabled:focus, .datepicker table tr td.selected.disabled.disabled:hover, .datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover.disabled.active, .datepicker table tr td.selected.disabled:hover.disabled.focus, .datepicker table tr td.selected.disabled:hover.disabled:active, .datepicker table tr td.selected.disabled:hover.disabled:focus, .datepicker table tr td.selected.disabled:hover.disabled:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled:hover[disabled].active, .datepicker table tr td.selected.disabled:hover[disabled].focus, .datepicker table tr td.selected.disabled:hover[disabled]:active, .datepicker table tr td.selected.disabled:hover[disabled]:focus, .datepicker table tr td.selected.disabled:hover[disabled]:hover, .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled[disabled].active, .datepicker table tr td.selected.disabled[disabled].focus, .datepicker table tr td.selected.disabled[disabled]:active, .datepicker table tr td.selected.disabled[disabled]:focus, .datepicker table tr td.selected.disabled[disabled]:hover, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover.disabled.active, .datepicker table tr td.selected:hover.disabled.focus, .datepicker table tr td.selected:hover.disabled:active, .datepicker table tr td.selected:hover.disabled:focus, .datepicker table tr td.selected:hover.disabled:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected:hover[disabled].active, .datepicker table tr td.selected:hover[disabled].focus, .datepicker table tr td.selected:hover[disabled]:active, .datepicker table tr td.selected:hover[disabled]:focus, .datepicker table tr td.selected:hover[disabled]:hover, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected[disabled].active, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:active, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected, fieldset[disabled] .datepicker table tr td.selected.active, fieldset[disabled] .datepicker table tr td.selected.disabled, fieldset[disabled] .datepicker table tr td.selected.disabled.active, fieldset[disabled] .datepicker table tr td.selected.disabled.focus, fieldset[disabled] .datepicker table tr td.selected.disabled:active, fieldset[disabled] .datepicker table tr td.selected.disabled:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:hover, fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active, fieldset[disabled] .datepicker table tr td.selected.disabled:hover.focus, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected:active, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected:hover.active, fieldset[disabled] .datepicker table tr td.selected:hover.focus, fieldset[disabled] .datepicker table tr td.selected:hover:active, fieldset[disabled] .datepicker table tr td.selected:hover:focus, fieldset[disabled] .datepicker table tr td.selected:hover:hover {
    background-color: #999;
    border-color: #555;
}
.datepicker table tr td.selected .badge, .datepicker table tr td.selected.disabled .badge, .datepicker table tr td.selected.disabled:hover .badge, .datepicker table tr td.selected:hover .badge {
    color: #999;
    background-color: #fff;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    color: #fff;
    background-color: #2fa4e7;
    border-color: #2fa4e7;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.focus, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.focus, .datepicker table tr td.active:active, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.focus, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover:hover, .open>.dropdown-toggle.datepicker table tr td.active, .open>.dropdown-toggle.datepicker table tr td.active.disabled, .open>.dropdown-toggle.datepicker table tr td.active.disabled:hover, .open>.dropdown-toggle.datepicker table tr td.active:hover {
    color: #fff;
    background-color: #178acc;
    border-color: #1684c2;
}
.datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled.active, .datepicker table tr td.active.disabled.disabled.focus, .datepicker table tr td.active.disabled.disabled:active, .datepicker table tr td.active.disabled.disabled:focus, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover.disabled.active, .datepicker table tr td.active.disabled:hover.disabled.focus, .datepicker table tr td.active.disabled:hover.disabled:active, .datepicker table tr td.active.disabled:hover.disabled:focus, .datepicker table tr td.active.disabled:hover.disabled:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled:hover[disabled].active, .datepicker table tr td.active.disabled:hover[disabled].focus, .datepicker table tr td.active.disabled:hover[disabled]:active, .datepicker table tr td.active.disabled:hover[disabled]:focus, .datepicker table tr td.active.disabled:hover[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled].active, .datepicker table tr td.active.disabled[disabled].focus, .datepicker table tr td.active.disabled[disabled]:active, .datepicker table tr td.active.disabled[disabled]:focus, .datepicker table tr td.active.disabled[disabled]:hover, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover.disabled.active, .datepicker table tr td.active:hover.disabled.focus, .datepicker table tr td.active:hover.disabled:active, .datepicker table tr td.active:hover.disabled:focus, .datepicker table tr td.active:hover.disabled:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active:hover[disabled].active, .datepicker table tr td.active:hover[disabled].focus, .datepicker table tr td.active:hover[disabled]:active, .datepicker table tr td.active:hover[disabled]:focus, .datepicker table tr td.active:hover[disabled]:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled].active, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:active, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active, fieldset[disabled] .datepicker table tr td.active.active, fieldset[disabled] .datepicker table tr td.active.disabled, fieldset[disabled] .datepicker table tr td.active.disabled.active, fieldset[disabled] .datepicker table tr td.active.disabled.focus, fieldset[disabled] .datepicker table tr td.active.disabled:active, fieldset[disabled] .datepicker table tr td.active.disabled:focus, fieldset[disabled] .datepicker table tr td.active.disabled:hover, fieldset[disabled] .datepicker table tr td.active.disabled:hover.active, fieldset[disabled] .datepicker table tr td.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td.active.disabled:hover:active, fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active:active, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active:hover.active, fieldset[disabled] .datepicker table tr td.active:hover.focus, fieldset[disabled] .datepicker table tr td.active:hover:active, fieldset[disabled] .datepicker table tr td.active:hover:focus, fieldset[disabled] .datepicker table tr td.active:hover:hover {
    background-color: #2fa4e7;
    border-color: #2fa4e7;
}
.datepicker table tr td.active .badge, .datepicker table tr td.active.disabled .badge, .datepicker table tr td.active.disabled:hover .badge, .datepicker table tr td.active:hover .badge {
    color: #2fa4e7;
    background-color: #fff;
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}
.datepicker table tr td span:hover {
    background: #eee;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    color: #fff;
    background-color: #2fa4e7;
    border-color: #2fa4e7;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover:hover, .open>.dropdown-toggle.datepicker table tr td span.active, .open>.dropdown-toggle.datepicker table tr td span.active.disabled, .open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover, .open>.dropdown-toggle.datepicker table tr td span.active:hover {
    color: #fff;
    background-color: #178acc;
    border-color: #1684c2;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active, .open>.dropdown-toggle.datepicker table tr td span.active, .open>.dropdown-toggle.datepicker table tr td span.active.disabled, .open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover, .open>.dropdown-toggle.datepicker table tr td span.active:hover {
    background-image: none;
}
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled.active, .datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:active, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover.disabled.active, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:active, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled:hover[disabled].active, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:active, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled[disabled].active, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:active, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover.disabled.active, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:active, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active:hover[disabled].active, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:active, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active[disabled].active, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:active, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active, fieldset[disabled] .datepicker table tr td span.active.active, fieldset[disabled] .datepicker table tr td span.active.disabled, fieldset[disabled] .datepicker table tr td span.active.disabled.active, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:active, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:active, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.active, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:active, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
    background-color: #2fa4e7;
    border-color: #2fa4e7;
}
.datepicker table tr td span.active .badge, .datepicker table tr td span.active.disabled .badge, .datepicker table tr td span.active.disabled:hover .badge, .datepicker table tr td span.active:hover .badge {
    color: #2fa4e7;
    background-color: #fff;
}
.datepicker table tr td span.new, .datepicker table tr td span.old {
    color: #999;
}
.datepicker th.datepicker-switch {
    width: 145px;
}
.datepicker tfoot tr th, .datepicker thead tr:first-child th {
    cursor: pointer;
}
.datepicker tfoot tr th:hover, .datepicker thead tr:first-child th:hover {
    background: #eee;
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}
.input-group.date .input-group-addon i {
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.input-daterange input {
    text-align: center;
}
.input-daterange input:first-child {
    border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    font-weight: 400;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: solid #ccc;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
}
#search-form #search_date_range #Search_Last_Date_Display+.input-group-addon, .input-daterange .input-group-addon:last-child {
    border-width: 1px 1px 1px 0;
}
.datepicker table tr td {
    background: 0 0;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover, .datepicker table tr td.full {
    cursor: not-allowed;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover, .datepicker table tr td.full, .datepicker table tr td.full:hover, .datepicker table tr td.in, .datepicker table tr td.in:hover, .datepicker table tr td.out, .datepicker table tr td.out:hover {
    border-radius: 0;
    color: #FFF;
    text-shadow: 0 0 2px #000, 0 0 2px #000;
}
.datepicker table tr td.in, .datepicker table tr td.out {
    background-repeat: no-repeat;
   /* background-image: url(/images/ASP/themes/plain/global_css_sprite.png);*/
    background-color: #999 !important;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover, .datepicker table tr td.full, .datepicker table tr td.full:hover, .datepicker table tr td.out {
    background-color: #999;
}
.datepicker table tr td.in, .datepicker table tr td.in:hover {
    background-color: #FFF;
    background-position: -262px -50px;
}
.datepicker table tr td.in.selected, .datepicker table tr td.in:hover.selected {
    background-color: #18b5e5;
    background-position: -270px -50px;
}
.datepicker table tr td.out {
    background-position: -314px -50px;
}
.datepicker table tr td.range, .datepicker table tr td.selected {
    background-color: #18b5e5;
}
.datepicker-days .clear, .datepicker-days .datepicker-switch {
    text-align: center;
}
.datepicker-days .day {
    text-align: center;
    padding: 10px!important;
    border: 1px solid #DDD;
}
.datepicker-days .next, .datepicker-days .prev {
    font-size: 28px;
    line-height: 13px;
    vertical-align: top;
}
.datepicker-days .next {
    text-align: left;
}
.datepicker-days .pref {
    text-align: right;
}
#contact-form-group .form-col .instructions, #search-form #search_date_range input, .customer-form .dates .date-pickers input[type=text] {
    text-align: left;
}
.typeahead-list {
    font-size: 15px;
}
.typeahead-item>a {
    min-height: 44px;
    padding: 12px 20px;
}
.typeahead-item>a span {
    line-height: inherit;
}
.typeahead-item .hint {
    color: #bbb;
    font-style: italic;
}
.typeahead-item .hint:before {
    content: ",  "}
#search-form input:focus, #search-form select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
#search-form input::-moz-placeholder, #search-form select::-moz-placeholder {
    color: #999;
    opacity: 1;
}
#search-form input:-ms-input-placeholder, #search-form select:-ms-input-placeholder {
    color: #999;
}
#search-form input::-webkit-input-placeholder, #search-form select::-webkit-input-placeholder {
    color: #999;
}
#search-form input[disabled], #search-form input[readonly], #search-form select[disabled], #search-form select[readonly], fieldset[disabled] #search-form input, fieldset[disabled] #search-form select {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea#search-form input, textarea#search-form select {
    height: auto;
}
#search-form input.date-picker-input, #search-form select.date-picker-input {
    background-color: #FFF;
    cursor: pointer;
}
@media (min-width:375px) {
    #search-form .filters button: not(.val-displayed), #search-form .range-selectors button:not(.val-displayed), #search-form .search button:not(.val-displayed) {
    font-size: 16px;
}
#search-form .btn-group button .caret {
    margin-left: 5px;
}
#search-form #search_date_range .input-group-addon {
    cursor: pointer;
}
#search-form .filters-container {
    display: none;
}
#search-form .search-clearer {
    display: none!important;
} 
#search-form .search-clearer:after, #search-form .search-clearer:before {
    content: " ";
    display: table;
}
@media (max-width:767px) {
    #search-form .search-clearer {
    display: block!important;
}
table#search-form .search-clearer {
    display: table;
}
tr#search-form .search-clearer {
    display: table-row!important;
}
td#search-form .search-clearer, th#search-form .search-clearer {
    display: table-cell!important;
}
#search-form #search_date_range .input-group .input-group-addon {
    height: 24px;
}
}
@media (min-width:768px) {
    #search-form.home {
    background: 0 0;
}
#search-form.secondary #search_date_range, #search-form.secondary .typeahead-container {
    width: 100%}
#search-form.secondary .filters, #search-form.secondary .search {
    margin-top: 0;
}
@media (min-width:768px) {
#search-form.secondary #search_date_range, #search-form.secondary .twitter-typeahead {
    margin-bottom: 0;
}
#search-form.secondary .typeahead-container {
    width: 29%;
    margin-bottom: 0;
}
}
@media (min-width:992px) {
    #search-form.secondary .typeahead-container {
    margin-bottom: 0;
}
}
/*#search-form.secondary>div.main .range-selectors {
    display: none;
}*/
#search-form.secondary>div.filters-container>.list-group, #search-form.secondary>div.filters-container>.panel-collapse>.list-group {
    margin-bottom: 0;
}
#search-form.secondary>div.filters-container>.list-group .list-group-item, #search-form.secondary>div.filters-container>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
#search-form.secondary>div.filters-container>.table-responsive:first-child>.table:first-child, #search-form.secondary>div.filters-container>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, #search-form.secondary>div.filters-container>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, #search-form.secondary>div.filters-container>.table:first-child, #search-form.secondary>div.filters-container>.table:first-child>tbody:first-child>tr:first-child, #search-form.secondary>div.filters-container>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
#search-form.secondary>div.filters-container>.table-responsive:last-child>.table:last-child, #search-form.secondary>div.filters-container>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, #search-form.secondary>div.filters-container>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, #search-form.secondary>div.filters-container>.table:last-child, #search-form.secondary>div.filters-container>.table:last-child>tbody:last-child>tr:last-child, #search-form.secondary>div.filters-container>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
#search-form.secondary>div.filters-container>.list-group:first-child .list-group-item:first-child, #search-form.secondary>div.filters-container>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
#search-form.secondary>div.filters-container>.list-group:last-child .list-group-item:last-child, #search-form.secondary>div.filters-container>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
#search-form.secondary>div.filters-container>.panel-collapse>.table, #search-form.secondary>div.filters-container>.table, #search-form.secondary>div.filters-container>.table-responsive>.table {
    margin-bottom: 0;
}
#search-form.secondary>div.filters-container>.panel-collapse>.table caption, #search-form.secondary>div.filters-container>.table caption, #search-form.secondary>div.filters-container>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}
#search-form.secondary>div.filters-container>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, #search-form.secondary>div.filters-container>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, #search-form.secondary>div.filters-container>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, #search-form.secondary>div.filters-container>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, #search-form.secondary>div.filters-container>.table:first-child>tbody:first-child>tr:first-child td:first-child, #search-form.secondary>div.filters-container>.table:first-child>tbody:first-child>tr:first-child th:first-child, #search-form.secondary>div.filters-container>.table:first-child>thead:first-child>tr:first-child td:first-child, #search-form.secondary>div.filters-container>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
#search-form.secondary>div.filters-container>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, #search-form.secondary>div.filters-container>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, #search-form.secondary>div.filters-container>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, #search-form.secondary>div.filters-container>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, #search-form.secondary>div.filters-container>.table:first-child>tbody:first-child>tr:first-child td:last-child, #search-form.secondary>div.filters-container>.table:first-child>tbody:first-child>tr:first-child th:last-child, #search-form.secondary>div.filters-container>.table:first-child>thead:first-child>tr:first-child td:last-child, #search-form.secondary>div.filters-container>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
#search-form.secondary>div.filters-container>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, #search-form.secondary>div.filters-container>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, #search-form.secondary>div.filters-container>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, #search-form.secondary>div.filters-container>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, #search-form.secondary>div.filters-container>.table:last-child>tbody:last-child>tr:last-child td:first-child, #search-form.secondary>div.filters-container>.table:last-child>tbody:last-child>tr:last-child th:first-child, #search-form.secondary>div.filters-container>.table:last-child>tfoot:last-child>tr:last-child td:first-child, #search-form.secondary>div.filters-container>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
#search-form.secondary>div.filters-container>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, #search-form.secondary>div.filters-container>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, #search-form.secondary>div.filters-container>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, #search-form.secondary>div.filters-container>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, #search-form.secondary>div.filters-container>.table:last-child>tbody:last-child>tr:last-child td:last-child, #search-form.secondary>div.filters-container>.table:last-child>tbody:last-child>tr:last-child th:last-child, #search-form.secondary>div.filters-container>.table:last-child>tfoot:last-child>tr:last-child td:last-child, #search-form.secondary>div.filters-container>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
#search-form.secondary>div.filters-container>.panel-body+.table, #search-form.secondary>div.filters-container>.panel-body+.table-responsive, #search-form.secondary>div.filters-container>.table+.panel-body, #search-form.secondary>div.filters-container>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}
#search-form.secondary>div.filters-container>.table>tbody:first-child>tr:first-child td, #search-form.secondary>div.filters-container>.table>tbody:first-child>tr:first-child th {
    border-top: 0;
}
#search-form.secondary>div.filters-container>.table-bordered, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered {
    border: 0;
}
#search-form.secondary>div.filters-container>.table-bordered>tbody>tr:first-child>td, #search-form.secondary>div.filters-container>.table-bordered>tbody>tr:first-child>th, #search-form.secondary>div.filters-container>.table-bordered>tbody>tr:last-child>td, #search-form.secondary>div.filters-container>.table-bordered>tbody>tr:last-child>th, #search-form.secondary>div.filters-container>.table-bordered>tfoot>tr:last-child>td, #search-form.secondary>div.filters-container>.table-bordered>tfoot>tr:last-child>th, #search-form.secondary>div.filters-container>.table-bordered>thead>tr:first-child>td, #search-form.secondary>div.filters-container>.table-bordered>thead>tr:first-child>th, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>tbody>tr:first-child>td, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>tbody>tr:first-child>th, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>tbody>tr:last-child>td, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>tbody>tr:last-child>th, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>tfoot>tr:last-child>td, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>tfoot>tr:last-child>th, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>thead>tr:first-child>td, #search-form.secondary>div.filters-container>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0;
}
#search-form.secondary>div.filters-container>.table-responsive {
    border: 0;
    margin-bottom: 0;
}
#search-form.secondary>div.filters-container>.panel-heading {
    color: #555;
    background-color: #f5f5f5;
    border-color: #ddd;
}
#search-form.secondary>div.filters-container>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
#search-form.secondary>div.filters-container>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #555;
}
#search-form.secondary>div.filters-container>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}
@media (min-width:768px) {
}#search-form.secondary>div.filters-container .range-selectors {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
#search-form.secondary>div.filters-container .range-selectors>.navbar-collapse, #search-form.secondary>div.filters-container .range-selectors>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width:768px) {
    #search-form.secondary>div.filters-container .range-selectors>.navbar-collapse, #search-form.secondary>div.filters-container .range-selectors>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}
}#search-form.secondary>div.filters-container .range-selectors>div, #search-form.secondary>div.filters-container>.nav-pills {
    margin-right: -7px;
    margin-left: -7px;
}
#search-form.secondary>div.filters-container>.nav-pills {
    margin: 0 -12px;
}
#search-form.secondary>div.filters-container .range-selectors>div>div .dropdown-menu {
    min-width: 0;
    left: 5px;
    right: 5px;
}
#search-form.secondary>div.filters-container>.nav-pills>li {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
    margin: 0 0 10px;
}
@media (max-width:480px - 1) {
    #search-form.secondary>div.filters-container>.nav-pills>li {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
}@media (min-width:768px) {
    #search-form.secondary>div.filters-container>.nav-pills>li {
    float: left;
    width: 25%}
}@media (min-width:1200px) {
    #search-form.secondary>div.filters-container>.nav-pills>li {
    float: left;
    width: 16.66666667%}
}#search-form.secondary>div.filters-container>.nav-pills>li>a {
    padding: 10px 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: left;
    white-space: nowrap;
    background-color: #FFF;
}
#search-form.secondary>div.filters-container>.nav-pills>li>a .glyphicon {
    margin-right: 5px;
}
#search-form.secondary>div.filters-container>.nav-pills>li>a .badge {
    margin-left: 5px;
}
@media (min-width:375px) {
    #search-form.secondary>div.filters-container>.nav-pills>li>a {
    padding: 10px 15px;
}
#search-form.secondary>div.filters-container>.nav-pills>li>a .glyphicon {
    margin-right: 10px;
}
#search-form.secondary>div.filters-container>.nav-pills>li>a .badge {
    margin-left: 10px;
}
}
.customer-form .back-to-top {
    float: right;
    font-weight: 700;
}
.customer-form select {
    padding-left: 8px;
    color: #999;
    cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .customer-form select {
    height: 36px;
}
}.customer-form select.valid {
    color: #555!important;
}
.customer-form option {
    color: #555;
}
.customer-form option:first-child {
    color: #999;
}
.customer-form .status,.fullContactForm .status {
    font-weight: 700;
    min-height: 34px;
    margin-bottom: 10px;
}
.customer-form .status .error,.fullContactForm .status .error{
    display: block;
    color: #c71c22;
	text-align: center;
}
.customer-form .status .currency {
    font-size: 16px;
    margin-left: 5px;
}
.customer-form .status .amount {
    font-size: 20px;
}
.customer-form .status .units {
    color: #999;
    font-size: 85%;
    margin-left: 5px;
}
.customer-form .status .spinner-container {
    position: relative;
    margin-left: 15px;
}
.customer-form .status .action {
    line-height: 1;
}
.customer-form .status .h3 {
    font-size: 22px;
    font-weight: 700;
}
@media (min-width:992px) {
    .customer-form .status .error {
		color: #c71c22;
	}
.customer-form .status .currency {
    font-size: 20px;
    margin-left: 5px;
}
.customer-form .status .amount {
    font-size: 24px;
}
}.customer-form .dates.has-error .date-pickers .checkbox, .customer-form .dates.has-error .date-pickers .checkbox-inline, .customer-form .dates.has-error .date-pickers .control-label, .customer-form .dates.has-error .date-pickers .form-control-feedback, .customer-form .dates.has-error .date-pickers .help-block, .customer-form .dates.has-error .date-pickers .radio, .customer-form .dates.has-error .date-pickers .radio-inline, .customer-form .dates.has-error .date-pickers.checkbox label, .customer-form .dates.has-error .date-pickers.checkbox-inline label, .customer-form .dates.has-error .date-pickers.radio label, .customer-form .dates.has-error .date-pickers.radio-inline label {
    color: #b94a48;
}
.customer-form .dates .date-pickers {
    width: 100%}
.customer-form .dates .input-group-addon {
    cursor: pointer;
}
.customer-form .dates.has-error .date-pickers .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.customer-form .dates.has-error .date-pickers .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
}
.customer-form .dates.has-error .date-pickers .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede;
}
.customer-form .dates.has-success .date-pickers .checkbox, .customer-form .dates.has-success .date-pickers .checkbox-inline, .customer-form .dates.has-success .date-pickers .control-label, .customer-form .dates.has-success .date-pickers .form-control-feedback, .customer-form .dates.has-success .date-pickers .help-block, .customer-form .dates.has-success .date-pickers .radio, .customer-form .dates.has-success .date-pickers .radio-inline, .customer-form .dates.has-success .date-pickers.checkbox label, .customer-form .dates.has-success .date-pickers.checkbox-inline label, .customer-form .dates.has-success .date-pickers.radio label, .customer-form .dates.has-success .date-pickers.radio-inline label {
    color: #468847;
}
.customer-form .dates.has-error .input-group-addon {
    border-color: #b94a48;
}
.customer-form .dates.has-success .date-pickers .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.customer-form .dates.has-success .date-pickers .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
}
.customer-form .dates.has-success .date-pickers .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
}
.customer-form .dates.has-success .input-group-addon {
    border-color: #468847;
}
.customer-form>button, .customer-form>button[disabled] {
    pointer-events: auto!important;
}
.customer-form>button, .customer-form>input[type=submit] {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    border-radius: 12px;
    color: #fff;
    background-color: #f93;
    border-color: #f93;
    background-image: -webkit-linear-gradient(#ffad5c, #f93 60%, #ff8f1f);
    background-image: -o-linear-gradient(#ffad5c, #f93 60%, #ff8f1f);
    background-image: linear-gradient(#ffad5c, #f93 60%, #ff8f1f);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffad5c',  endColorstr='#ffff8f1f',  GradientType=0);
    filter: none;
    border-bottom: 1px solid #ff8000;
    font-weight: 700;
}
.customer-form>button.active.focus, .customer-form>button.active:focus, .customer-form>button.focus, .customer-form>button:active.focus, .customer-form>button:active:focus, .customer-form>button:focus, .customer-form>input[type=submit].active.focus, .customer-form>input[type=submit].active:focus, .customer-form>input[type=submit].focus, .customer-form>input[type=submit]:active.focus, .customer-form>input[type=submit]:active:focus, .customer-form>input[type=submit]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.customer-form>button.focus, .customer-form>button:focus, .customer-form>button:hover, .customer-form>input[type=submit].focus, .customer-form>input[type=submit]:focus, .customer-form>input[type=submit]:hover {
    text-decoration: none;
}
.customer-form>button.active, .customer-form>button:active, .customer-form>input[type=submit].active, .customer-form>input[type=submit]:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.customer-form>button.disabled, .customer-form>button[disabled], .customer-form>input[type=submit].disabled, .customer-form>input[type=submit][disabled], fieldset[disabled] .customer-form>button, fieldset[disabled] .customer-form>input[type=submit] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.customer-form>button .caret, .customer-form>input[type=submit] .caret {
    border-top-color: #fff;
}
.customer-form>button.active, .customer-form>button.focus, .customer-form>button:active, .customer-form>button:focus, .customer-form>button:hover, .customer-form>input[type=submit].active, .customer-form>input[type=submit].focus, .customer-form>input[type=submit]:active, .customer-form>input[type=submit]:focus, .customer-form>input[type=submit]:hover, .open>.dropdown-toggle.customer-form>button, .open>.dropdown-toggle.customer-form>input[type=submit] {
    color: #fff;
    background-color: #ff8000;
    border-color: #f57a00;
}
.customer-form>button.active, .customer-form>button:active, .customer-form>input[type=submit].active, .customer-form>input[type=submit]:active, .open>.dropdown-toggle.customer-form>button, .open>.dropdown-toggle.customer-form>input[type=submit] {
    background-image: none;
}
.customer-form>button.disabled, .customer-form>button.disabled.active, .customer-form>button.disabled.focus, .customer-form>button.disabled:active, .customer-form>button.disabled:focus, .customer-form>button.disabled:hover, .customer-form>button[disabled], .customer-form>button[disabled].active, .customer-form>button[disabled].focus, .customer-form>button[disabled]:active, .customer-form>button[disabled]:focus, .customer-form>button[disabled]:hover, .customer-form>input[type=submit].disabled, .customer-form>input[type=submit].disabled.active, .customer-form>input[type=submit].disabled.focus, .customer-form>input[type=submit].disabled:active, .customer-form>input[type=submit].disabled:focus, .customer-form>input[type=submit].disabled:hover, .customer-form>input[type=submit][disabled], .customer-form>input[type=submit][disabled].active, .customer-form>input[type=submit][disabled].focus, .customer-form>input[type=submit][disabled]:active, .customer-form>input[type=submit][disabled]:focus, .customer-form>input[type=submit][disabled]:hover, fieldset[disabled] .customer-form>button, fieldset[disabled] .customer-form>button.active, fieldset[disabled] .customer-form>button.focus, fieldset[disabled] .customer-form>button:active, fieldset[disabled] .customer-form>button:focus, fieldset[disabled] .customer-form>button:hover, fieldset[disabled] .customer-form>input[type=submit], fieldset[disabled] .customer-form>input[type=submit].active, fieldset[disabled] .customer-form>input[type=submit].focus, fieldset[disabled] .customer-form>input[type=submit]:active, fieldset[disabled] .customer-form>input[type=submit]:focus, fieldset[disabled] .customer-form>input[type=submit]:hover {
    background-color: #f93;
    border-color: #f93;
}
.customer-form>button .badge, .customer-form>input[type=submit] .badge {
    color: #f93;
    background-color: #fff;
}
.customer-form input[type=submit] {
    padding: 14px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    display: block;
    margin: 32px auto 0;
}
#contact-form-group {
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px 10px;
}
#contact-form-group .form-col {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
#contact-form-group .form-col .instructions p:after, #contact-form-group .form-col .instructions p:before {
    content: " ";
    display: table;
}
#contact-form-group .form-col .instructions p:after {
    clear: both;
}
#contact-form-group .form-col .instructions .lead {
    float: left;
    margin-bottom: 0;
    font-size: 18px;
}
#contact-form-group .form-col .instructions .phone {
    white-space: nowrap;
}
#contact-form-group .form-col .instructions span {
    font-weight: 700;
}
#contact-form-group .form-col .dates {
    margin-top: 1px;
}
#contact-form-group .form-col .testimonial {
    margin-top: 20px;
}
#contact-form-group .form-col .testimonial .lead {
    margin: 0;
}
#contact-form-group .form-col .testimonial .sig {
    font-style: italic;
}
#contact-form-group aside {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: none!important;
}
@media (min-width:992px) {
    #contact-form-group .form-col {
    float: left;
    width: 58.33333333%}
#contact-form-group aside {
    float: left;
    width: 41.66666667%}
}@media (min-width:992px)and (max-width:1199px) {
    #contact-form-group aside {
    display: block!important;
}
table#contact-form-group aside {
    display: table;
}
tr#contact-form-group aside {
    display: table-row!important;
}
td#contact-form-group aside, th#contact-form-group aside {
    display: table-cell!important;
}
}@media (min-width:1200px) {
    #contact-form-group aside {
    display: block!important;
}
table#contact-form-group aside {
    display: table;
}
tr#contact-form-group aside {
    display: table-row!important;
}
td#contact-form-group aside, th#contact-form-group aside {
    display: table-cell!important;
}
}#contact-form-group aside>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 10px;
}
#contact-form-group aside .call-us, #contact-form-group aside .op-hours {
    margin: 10px 0 0;
    text-align: center;
}
#contact-form-group aside .call-us .lead, #contact-form-group aside .op-hours .lead {
    margin-bottom: 0;
}
#contact-form-group aside .op-hours {
    font-weight: 700;
}
#contact-form-group aside .trust-logos {
    margin: 25px auto 0;
}
#contact-form-group .form-group {
    margin-bottom: 15px;
}
#contact-form-group .btn, #contact-form-group .form-control, #contact-form-group .input-group-addon {
    font-size: 16px;
}
@media (min-width:578px) {
    #contact-form-group .input-group-addon, select[multiple]#contact-form-group .btn, select[multiple]#contact-form-group .form-control, select[multiple]#contact-form-group .input-group-addon, textarea#contact-form-group .btn, textarea#contact-form-group .form-control, textarea#contact-form-group .input-group-addon {
    height: auto;
}
#contact-form-group .btn, #contact-form-group .form-control, #contact-form-group .input-group-addon {
    padding: 8px 12px;
    font-size: 18px;
}
#contact-form-group select.form-control {
    padding: 7px 12px;
}
#contact-form-group .date-pickers .input-group-addon {
    width: 24px;
}
}.trust-logos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
}
.trust-logos>a, .trust-logos>div {
    display: block;
    margin-bottom: 20px;
}
.ie-lt-11 .trust-logos {
    display: block;
}
.ie-lt-11 .trust-logos>a, .ie-lt-11 .trust-logos>div {
    display: inline-block;
    vertical-align: middle;
}
@media (min-width:768px) {
    .ie-lt-11 .trust-logos>a, .ie-lt-11 .trust-logos>div {
    margin-left: 20px;
}
}.hvcb {
    width: 115px;
    height: 54px;
    background: url(/images/logos/HVCB-medium.png)no-repeat;
}
.bbb-seal {
    width: 150px;
    overflow: hidden;
}
.securitymetrics img {
    width: 113px;
    height: 65px;
}
#pop-dests>div {
    text-align: center;
    vertical-align: middle;
}
#pop-dests>div>div .panel {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#pop-dests>div>div .panel-heading {
    font-weight: 500;
    line-height: 1.1;
    color: #555;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}
#pop-dests>div>div .panel-heading .small, #pop-dests>div>div .panel-heading small {
    font-weight: 400;
    line-height: 1;
    color: #999;
    font-size: 65%}
#pop-dests .list-group {
    text-align: center;
}
#pop-dests .list-group a {
    position: relative;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    width: 38%;
    margin: 0 15px 15px;
    padding: 12px 15px;
    border: 1px solid #ddd;
}
#pop-dests .list-group a:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
#pop-dests .list-group a:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
#pop-dests .list-group a.disabled, #pop-dests .list-group a.disabled:focus, #pop-dests .list-group a.disabled:hover {
    background-color: #eee;
    color: #999;
    cursor: not-allowed;
}
#pop-dests .list-group a.disabled .list-group-item-heading, #pop-dests .list-group a.disabled:focus .list-group-item-heading, #pop-dests .list-group a.disabled:hover .list-group-item-heading {
    color: inherit;
}
#pop-dests .list-group a.disabled .list-group-item-text, #pop-dests .list-group a.disabled:focus .list-group-item-text, #pop-dests .list-group a.disabled:hover .list-group-item-text {
    color: #999;
}
#pop-dests .list-group a.active, #pop-dests .list-group a.active:focus, #pop-dests .list-group a.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #2fa4e7;
    border-color: #2fa4e7;
}
#pop-dests .list-group a.active .list-group-item-heading, #pop-dests .list-group a.active .list-group-item-heading>.small, #pop-dests .list-group a.active .list-group-item-heading>small, #pop-dests .list-group a.active:focus .list-group-item-heading, #pop-dests .list-group a.active:focus .list-group-item-heading>.small, #pop-dests .list-group a.active:focus .list-group-item-heading>small, #pop-dests .list-group a.active:hover .list-group-item-heading, #pop-dests .list-group a.active:hover .list-group-item-heading>.small, #pop-dests .list-group a.active:hover .list-group-item-heading>small {
    color: inherit;
}
#pop-dests .list-group a.active .list-group-item-text, #pop-dests .list-group a.active:focus .list-group-item-text, #pop-dests .list-group a.active:hover .list-group-item-text {
    color: #e6f4fc;
}
@media (min-width:375px) {
    #pop-dests .list-group a {
    width: 39%}
}@media (min-width:414px) {
    #pop-dests .list-group a {
    width: 40%}
}@media (min-width:768px) {
    #pop-dests .list-group a {
    margin: 0 0 15px;
    width: 100%}
}.phone {
    white-space: nowrap;
}
.glyphicon-asterisk {
    color: #c71c22;
}
.btn {
    border-radius: 12px;
}
.btn-action {
    color: #fff;
    background-color: #f93;
    border-color: #f93;
    background-image: -webkit-linear-gradient(#ffad5c, #f93 60%, #ff8f1f);
    background-image: -o-linear-gradient(#ffad5c, #f93 60%, #ff8f1f);
    background-image: linear-gradient(#ffad5c, #f93 60%, #ff8f1f);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffad5c',  endColorstr='#ffff8f1f',  GradientType=0);
    filter: none;
}
.btn-action.active, .btn-action:active, .btn-subtle.active, .btn-subtle:active, .open>.dropdown-toggle.btn-action, .open>.dropdown-toggle.btn-subtle {
    background-image: none;
}
.btn-action.active, .btn-action.focus, .btn-action:active, .btn-action:focus, .btn-action:hover, .open>.dropdown-toggle.btn-action {
    color: #fff;
    background-color: #ff8000;
    border-color: #f57a00;
}
.btn-action.disabled, .btn-action.disabled.active, .btn-action.disabled.focus, .btn-action.disabled:active, .btn-action.disabled:focus, .btn-action.disabled:hover, .btn-action[disabled], .btn-action[disabled].active, .btn-action[disabled].focus, .btn-action[disabled]:active, .btn-action[disabled]:focus, .btn-action[disabled]:hover, fieldset[disabled] .btn-action, fieldset[disabled] .btn-action.active, fieldset[disabled] .btn-action.focus, fieldset[disabled] .btn-action:active, fieldset[disabled] .btn-action:focus, fieldset[disabled] .btn-action:hover {
    background-color: #f93;
    border-color: #f93;
}
.btn-action .badge {
    color: #f93;
    background-color: #fff;
}
.btn-subtle {
    color: #2fa4e7;
    background-color: #fff;
    border-color: #2fa4e7;
}
.btn-subtle.active, .btn-subtle.focus, .btn-subtle:active, .btn-subtle:focus, .btn-subtle:hover, .open>.dropdown-toggle.btn-subtle {
    color: #2fa4e7;
    background-color: #e6e6e6;
    border-color: #1684c2;
}
.btn-subtle.disabled, .btn-subtle.disabled.active, .btn-subtle.disabled.focus, .btn-subtle.disabled:active, .btn-subtle.disabled:focus, .btn-subtle.disabled:hover, .btn-subtle[disabled], .btn-subtle[disabled].active, .btn-subtle[disabled].focus, .btn-subtle[disabled]:active, .btn-subtle[disabled]:focus, .btn-subtle[disabled]:hover, fieldset[disabled] .btn-subtle, fieldset[disabled] .btn-subtle.active, fieldset[disabled] .btn-subtle.focus, fieldset[disabled] .btn-subtle:active, fieldset[disabled] .btn-subtle:focus, fieldset[disabled] .btn-subtle:hover {
    background-color: #fff;
    border-color: #2fa4e7;
}
.btn-subtle .badge {
    color: #fff;
    background-color: #2fa4e7;
}
@-ms-viewport {
    width: auto!important;
}
.row-h-centered {
    text-align: center;
    vertical-align: middle;
}
.col-align {
    display: inline-block;
    float: none!important;
}
.col-align.col-align-top {
    vertical-align: top;
}
.col-align.col-align-middle {
    vertical-align: middle;
}
.breadcrumb>li+li:before {
    padding: 0 0 0 5px;
}
#landing>div {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.value-props h2 {
    margin: 0;
    text-align: center;
    font-size: 28px;
}
.value-props p {
    margin: 15px 0;
    line-height: 1.25;
    text-align: center;
    font-weight: 700;
}
.value-props.horizontal>div, .value-props.horizontal>div>div>div {
    margin-left: -15px;
    margin-right: -15px;
}
.value-props p small, .value-props p.call {
    font-weight: 400;
}
.value-props p.call .phone {
    padding-left: 5px;
    font-weight: 700;
}
.value-props .phone {
    display: block;
    line-height: 1.1;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    color: #2fa4e7;
    margin-top: 0;
}
.value-props .phone .small, .value-props .phone small {
    font-weight: 400;
    line-height: 1;
    color: #999;
    font-size: 65%}
.value-props.horizontal {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:992px) {
    .value-props.horizontal {
    float: left;
    width: 100%}
}.value-props.horizontal>div>div {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.value-props.horizontal>div>div>div>div {
    position: relative;
    min-height: 1px;
    padding: 5px;
}
.value-props.horizontal>div>div>div>div.col1 h2 {
    margin: 0;
    font-size: 24px;
    -webkit-transition: font .3s ease;
    -o-transition: font .3s ease;
    transition: font .3s ease;
}
.value-props.horizontal>div>div>div>div.col2 {
    padding-top: 30px;
    text-align: center;
}
@media (min-width:768px) {
    #landing>div {
    display: block;
}
.value-props.horizontal {
    padding-left: 30px;
    padding-right: 30px;
}
.value-props.horizontal>div>div {
    border: 2px solid #e4e4e4;
    border-radius: 0;
    background-color: #f0f0f0;
}
.value-props.horizontal>div>div>div>div {
    float: left;
    width: 33.33333333%;
    padding: 0 15px;
}
.value-props.horizontal>div>div>div>div.col1 ul {
    margin: 0 auto;
}
}.value-props.vertical ul {
    margin: 0 auto;
    width: 240px;
    height: 160px;
    padding: 20px 0 0 100px;
}
.site-logo {
    display: block;
    text-decoration: none;
}
.site-logo:hover {
    text-decoration: none;
}
#aboutus>div, #pop-dests>div {
    margin-left: -15px;
    margin-right: -15px;
}
.asset-image-link-grid {
    background-color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.asset-image-link-grid a {
    position: relative;
    display: inline-block;
    margin: 5px;
    width: 43%;
    height: 46px;
}
.asset-image-link-grid a img {
    display: inline-block;
    height: 100%;
    width: 100%;
    border: 1px solid #ddd;
}
.asset-image-link-grid a img.loader {
    position: absolute;
}
.asset-image-link-grid a .txt {
    position: absolute;
    left: 0;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 0 #000, 3px 3px 5px rgba(0, 0, 0, .5), -3px 3px 5px rgba(0, 0, 0, .5), -3px -3px 5px rgba(0, 0, 0, .5), 3px -3px 5px rgba(0, 0, 0, .5);
    top: 10px;
    font-size: 14px;
}
@media (min-width:414px) {
    .asset-image-link-grid a {
    margin: 10px;
    height: 85px;
}
.asset-image-link-grid a .txt {
    top: 28px;
    font-size: 16px;
}
}@media (min-width:480px) {
    .asset-image-link-grid a {
    width: 28%}
}@media (min-width:768px) {
    section.home .asset-image-link-grid a {
    width: 45%;
    height: 112px;
}
section.home .asset-image-link-grid a .txt {
    top: 40px;
    font-size: 17px;
}
}@media (min-width:880px) {
    section.home .asset-image-link-grid a {
    width: 29%}
}@media (min-width:1200px) {
    section.home .asset-image-link-grid a {
    width: 22%}
}@media (min-width:1400px) {
    section.home .asset-image-link-grid a {
    width: 18%}
}@media (min-width:768px) {
    section.secondary .asset-image-link-grid a {
    width: 22.5%;
    height: 112px;
}
section.secondary .asset-image-link-grid a .txt {
    top: 40px;
    font-size: 17px;
}
}@media (min-width:880px) {
    section.secondary .asset-image-link-grid a {
    width: 14.5%}
}@media (min-width:1200px) {
    section.secondary .asset-image-link-grid a {
    width: 11%}
}@media (min-width:1400px) {
    section.secondary .asset-image-link-grid a {
    width: 9%}
}.contact-success {
    padding: 15px;
    border: 2px solid #e4e4e4;
    border-radius: 0;
    background-color: #FFF;
}
.contact-success span {
    display: none;
}
.contact-success span.phone {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
section.whychooseus h2 {
    text-align: left;
    padding: 0;
}
section.whychooseus p {
    margin: 0 0 20px;
}
#header-space {
    height: 40px!important;
}
@media (min-width:768px) {
    .contact-success span.phone {
    font-size: 21px;
}
body.hbr-blog {
    padding-top: 130px;
}
body.hbr-blog #search-form.secondary {
    margin-top: 93px;
}
body.hbr-blog.scrolled {
    padding-top: 15px;
}
body.hbr-blog.scrolled #search-form.secondary {
    display: none;
}
.photo-and-values {
    height: 273px;
}
}.photo-and-values .scroll-to-listings {
    position: relative;
}
.photo-and-values .scroll-to-listings .txt {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 700;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, .5), -3px 3px 5px rgba(0, 0, 0, .5), -3px -3px 5px rgba(0, 0, 0, .5), 3px -3px 5px rgba(0, 0, 0, .5);
}
@media (min-width:1200px) {
    .photo-and-values {
    height: 320px;
}
.photo-and-values .scroll-to-listings .txt {
    font-size: 30px;
}
}.scroll-to-listings {
    cursor: pointer;
}
.gallery {
    display: none;
}
.gallery .tn3a-ctrls>div {
    float: right;
}
.gallery-preview {
    position: relative;
    width: 100%}
.gallery-preview img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.destination-expert {
    margin: 0 auto;
    height: auto;
    width: 230px;
    line-height: 16px;
    list-style-type: none;
    background: url(/images/ASP/experts/expert-7.png)no-repeat;
}
.destination-expert.small-bg {
    background-size: 97px;
}
.destination-expert.hawaii {
    background-image: url(/images/ASP/experts/expert-7-hawaii.png);
}
.destination-expert li {
    background-repeat: none;
    line-height: 18px;
    text-align: left;
}
.badge {
    -o-user-select: none;
    cursor: default;
}
div.header.navbar .navbar-header .site-logo, header.navbar .navbar-header .site-logo {
    margin: 3px 0 0 15px;
    height: 55px;
}
@media (min-width:768px) {
    div.header.navbar .navbar-header, header.navbar .navbar-header {
    width: 70%}
div.header.navbar .navbar-header .callus, header.navbar .navbar-header .callus {
    width: 200px;
}
div.header.navbar .navbar-right, header.navbar .navbar-right {
    width: 30%}
}div.header.navbar-default, header.navbar-default {
    background-color: #fff;
    background-image: none;
}
div.header.navbar-default .nav.nav-justified>li.active>a, div.header.navbar-default .nav.nav-justified>li>a:focus, div.header.navbar-default .nav.nav-justified>li>a:hover, header.navbar-default .nav.nav-justified>li.active>a, header.navbar-default .nav.nav-justified>li>a:focus, header.navbar-default .nav.nav-justified>li>a:hover {
    background-color: #178acc;
}
div.header.navbar-default .badge, header.navbar-default .badge {
    color: #fff;
}
body.hawaii header.navbar .navbar-header .callus {
    background: url(/images/ASP/experts/expert-7-header-closeup-hawaii.jpg)right 0 no-repeat #fff;
}
.btn-action {
    font-weight: 700;
}
.site-logo {
    min-width: 160px;
    height: 55px;
    background: url(/images/ASP/themes/plain/logo-header.png)no-repeat;
}
.guarantee a {
    display: inline-block;
    max-width: 300px;
}
.guarantee a span {
    display: block;
}
.guarantee a .top {
    float: left;
    width: 205px;
}
.guarantee a .top .gar, .guarantee a .top .pct, .guarantee a .top .sat {
    float: left;
    font-weight: 700;
}
.guarantee a .top .pct {
    margin-right: 4px;
    margin-left: -4px;
    font-size: 44px;
    letter-spacing: -2px;
    line-height: 40px;
}
.guarantee a .top .gar, .guarantee a .top .sat {
    text-transform: uppercase;
    letter-spacing: -1px;
}
.guarantee a .top .sat {
    margin-top: 4px;
    font-size: 15px;
}
.guarantee a .top .gar {
    font-size: 17px;
    line-height: 17px;
}
.guarantee a .icn {
    float: left;
    margin: -25px 0 0;
    height: 60px;
    width: 41px;
}
.guarantee a .lrn {
    text-align: center;
    letter-spacing: .75px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 12px;
}
#landing>div .h2, #landing>div h2 {
    margin: 0;
}
@media (max-width:767px) {
    #landing .value-props {
    margin-top: 20px;
}
#landing .value-props h2, #landing .value-props>div {
    width: 320px;
}
#landing .value-props h2 {
    text-align: center;
    margin: 0 auto;
}
#landing .value-props>div {
    margin: 10px auto 0;
}
#landing .value-props .booking-best-rate {
    margin-top: 15px;
}
}#pop-dests .heading-descr, #pop-dests aside {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
@media (min-width:768px) {
    #pop-dests .heading-descr, #pop-dests aside {
    float: left;
    width: 50%}
}#pop-dests .heading-descr h2 {
    margin: 0;
}
#pop-dests aside .guarantee {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
#pop-dests aside .guarantee h2 {
    margin: 0 0 15px;
    text-align: center;
}
@media (min-width:1200px) {
    #pop-dests aside .guarantee {
    float: left;
    width: 50%}
#pop-dests aside .guarantee h2 {
    margin: 25px 0 0;
}
}#pop-dests aside .featured {
    background-color: #fff;
    text-align: center;
    padding: 0;
}
#pop-dests aside .featured a {
    position: relative;
    display: inline-block;
}
#pop-dests aside .featured a img {
    display: inline-block;
    height: 100%;
    width: 100%;
    border: 1px solid #ddd;
}
.jumbotron, .jumbotron .search-panel-container {
    display: none;
}
#pop-dests aside .featured a img.loader {
    position: absolute;
}
@media (min-width:414px) {
    #pop-dests aside .featured a {
    margin: 10px;
    height: 85px;
}
#pop-dests aside .featured a .txt {
    top: 28px;
    font-size: 16px;
}
}@media (min-width:480px) {
    #pop-dests aside .featured a {
    width: 28%}
}#pop-dests aside .featured a {
    margin: 0;
    width: auto;
    height: auto;
}
#pop-dests aside .featured a .txt {
    position: absolute;
    vertical-align: middle;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 0 #000, 3px 3px 5px rgba(0, 0, 0, .5), -3px 3px 5px rgba(0, 0, 0, .5), -3px -3px 5px rgba(0, 0, 0, .5), 3px -3px 5px rgba(0, 0, 0, .5);
    width: auto;
    top: auto;
    left: auto;
    text-align: auto;
    line-height: normal;
    font-size: 24px;
    right: 10px;
    bottom: 0;
}
#pop-dests aside .featured h3 {
    text-align: center;
    margin: 5px 0 0;
}
#contact-form-group .form-col {
    float: left!important;
}
#contact-form-group aside {
    float: right!important;
}
.destination-expert {
    padding: 0 0 8px 97px;
}
.destination-expert li {
    padding: 15px 0 10px 24px;
    background-position: 0 -320px;
}
.jumbotron {
    height: 285px;
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #edefef;
}
}@media (min-width:992px) {
    .site-logo {
    min-width: 240px;
}
}.jumbotron .search-panel-container .panel {
    border: none;
}
@media (max-width:800px) {
    .jumbotron #search-form .search .btn .glyphicon {
    padding-right: 5px;
}
.jumbotron #search-form #search_date_range input {
    padding: 8px;
}
}@media (min-width:768px) {
    .jumbotron, .jumbotron .search-panel-container {
    display: block;
}
.jumbotron {
    height: 430px;
}
}@media (min-width:992px) {
    .jumbotron {
    margin: -3px 0 0;
}
}.jumbotron .search-panel-container-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%}
.jumbotron .search-panel-container-container>.navbar-collapse, .jumbotron .search-panel-container-container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width:768px) {
    .jumbotron .search-panel-container-container>.navbar-collapse, .jumbotron .search-panel-container-container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}
}.jumbotron .search-panel-container-container>div {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    height: 100%}
.jumbotron .search-panel-container-container>div>div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    pointer-events: none;
}
@media (min-width:992px) {
    .jumbotron .search-panel-container-container>div>div {
    float: left;
    width: 83.33333333%;
    margin-left: 8.33333333%}
}@media (min-width:1200px) {
.jumbotron .search-panel-container-container>div>div {
    float: left;
    width: 66.66666667%;
    margin-left: 16.66666667%}
}.jumbotron .search-panel-container-container>div>div .panel {
    pointer-events: auto;
    margin: 0;
    background-color: transparent;
}
.jumbotron .search-panel-container-container>div>div .panel .panel-heading {
    display: none;
    border: none;
    background-color: transparent;
    padding-bottom: 0;
    text-align: left;
}
.jumbotron .search-panel-container-container>div>div .panel .panel-heading h1, .jumbotron .search-panel-container-container>div>div .panel .panel-heading span {
    display: inline;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
.jumbotron .search-panel-container-container>div>div .panel .panel-heading h1 {
    font-size: 34px;
}
@media (min-width:992px) {
    .jumbotron .search-panel-container-container>div>div .panel .panel-heading h1 {
    font-size: 37px;
}
}.jumbotron .search-panel-container-container>div>div .panel .panel-heading span {
    padding-left: 10px;
}
@media (max-width:767px) {
    .jumbotron {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .33);
}
.jumbotron .search-panel-container-container>div>div .panel .panel-body {
    padding: 44px 0;
}
}@media (min-width:768px) {
    .jumbotron .search-panel-container-container>div>div .panel {
    margin: 160px 0 0;
    background-color: #63CFEC;
    background-color: rgba(0, 0, 0, .45);
}
.jumbotron .search-panel-container-container>div>div .panel .panel-heading {
    display: block;
}
.jumbotron .search-panel-container-container>div>div .panel .panel-body {
    padding-top: 10px;
    padding-bottom: 0;
}
}.jumbotron h2 {
    font-size: 36px;
}
body.main-css-loaded .search .btn .glyphicon {
    display: inline-block;
}
.login {
    margin-left: 15px;
}
#aboutus .text-column {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
#landing.home .featured-video {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width:767px) {
    #landing.home .featured-video, .login {
    display: none!important;
}
}@media (min-width:768px) {
    #landing.home .featured-video {
    float: left;
    width: 58.33333333%}
}@media (min-width:992px) {
    #landing.home .featured-video {
    float: left;
    width: 66.66666667%}
}#landing.home .featured-video>div .vid {
    margin: 10px 0;
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
}
#landing.home .featured-video>div .vid .embed-responsive-item, #landing.home .featured-video>div .vid embed, #landing.home .featured-video>div .vid iframe, #landing.home .featured-video>div .vid object, #landing.home .featured-video>div .vid video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
#landing.home .featured-video>div .vid.embed-responsive-16by9 {
    padding-bottom: 56.25%}
#landing.home .featured-video>div .vid.embed-responsive-4by3 {
    padding-bottom: 75%}
#landing.home .value-props {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:768px) {
    #landing.home .value-props {
    float: left;
    width: 41.66666667%}
}@media (min-width:992px) {
    #landing.home .value-props {
    float: left;
    width: 33.33333333%}
}.google_map {
    background-color: #47a6ea;
    -webkit-font-smoothing: subpixel-antialiased!important;
    -webkit-transform: none!important;
}
.locale-map-group {
    margin: 0;
}
.locale-map-group h2 {
    white-space: nowrap;
    color: #FFF;
    text-shadow: 2px 2px 2px #000;
    position: relative;
    top: -350px;
    font-size: 42px;
    padding-right: 20px;
    text-align: right;
    pointer-events: none;
    -o-user-select: none;
}
.locale-map-group .zoom_controls {
    margin: 30px 20px 0 0;
    opacity: .8;
}
.locale-map-group .zoom_controls button {
    display: block;
    color: #fff;
    background-color: #333;
    background-image: none;
    border: none;
    border-radius: 0;
}
.locale-map-group .zoom_controls button+button {
    margin-top: 3px;
}
.locale_map {
    width: 100%;
    height: 100%}
.locale_map .locale_label {
    padding: 0 5px 5px;
    text-align: center;
    color: #000;
    text-shadow: 0 0 1px #FFF, 0 0 2px #FFF, 0 0 3px #FFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}
.locale_map .locale_label.area {
    font-size: 18px;
}
.locale_map .photo_marker {
    width: 30px;
    height: 22.5px;
    background-color: #000;
    border: 2px solid #fff;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .25);
    cursor: pointer;
    z-index: 1;
}
.map_loader_anim {
    width: 210px;
    margin: 0 auto;
    padding-top: 150px;
}
.map_loader_anim back img, .map_loader_anim span {
    display: block;
    margin: 0 auto;
    width: 100%}
.map_loader_anim span {
    color: #2fa4e7;
    background-color: #fff;
    line-height: 2em;
    font-size: 2em;
    text-align: center;
    font-weight: 700;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.map_loader_anim img {
    border: 15px solid #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.map_info_window {
    font-size: .8em;
    text-align: center;
    overflow: hidden;
}
body>section.first>a.scroll-to-listings {
    display: none;
}
.listings-items>li {
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .1);
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    margin: 0 auto 32px;
    padding: 15px;
    font-size: 12px;
    cursor: pointer;
}
@media (min-width:768px) {
    .listings-items>li {
    margin: 0 auto 20px;
    font-size: 14px;
}
}
.listings-items>li>div>a, .listings-items>li>div>div {
    width: auto;
}
.listings-items>li>div .info1>h3, .listings-items>li>div .info2>p {
    margin: 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
}
.listings-items>li>div .info1 {
    position: relative;
}
@media (min-width:480px) {
    .listings-items>li>div .info1 {
    width: 100%}
.listings-items>li>div .info1 .phone, .listings-items>li>div .info1 ul {
    position: absolute;
    line-height: 1;
}
}.listings-items>li>div .info1 .phone:before {
    content: "Call Direct: "}
.listings-items>li:hover {
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .3);
}
.listings-items>li:hover h3 a {
    text-decoration: underline;
}
.listings-items>li.property {
    text-align: left;
}
.listings-items>li.property>div>div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:768px) {
    .listings-items>li.property>div>div {
    float: left;
    width: 25%;
    height: 150px;
}
}@media (max-width:767px) {
    .listings-items>li.property>div>div {
    width: 64%;
    left: 33%;
    position: absolute!important;
    float: none;
}
.listings-items>li.property>div .info1 {
    top: 45px;
    bottom: 15px;
}
.listings-items>li.property>div .info1 .phone, .listings-items>li.property>div .info1 h3, .listings-items>li.property>div .info1 ul, .listings-items>li.property>div .info1>div {
    position: absolute;
}
.listings-items>li.property>div .info1 ul {
    top: 0;
}
.listings-items>li.property>div .info1 h3 {
    top: 38px;
    max-height: 34px;
    overflow: hidden;
}
.listings-items>li.property>div .info1>div {
    top: 75px;
}
.listings-items>li.property>div .info2 {
    top: 15px;
}
}.listings-items>li.property .info1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:768px) {
    .listings-items>li.property .info1 {
    float: left;
    width: 41.66666667%}
}@media (min-width:992px) {
    .listings-items>li.property .info1 {
    float: left;
    width: 50%}
}.listings-items>li.property .info1 ul {
    padding-left: 0;
    list-style: none;
}
@media (min-width:768px) {
    .listings-items>li.property .info1 ul {
    bottom: 27px;
}
}.listings-items>li.property .info1 ul li {
    display: inline;
}
.listings-items>li.property .info1 ul li+li:before {
    content: ",  "}
.listings-items>li.property .info1 .phone {
    bottom: 0;
}
.listings-items>li.property .info2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:1200px) {
    .listings-items>li.property .info1 {
    float: left;
    width: 53.33333333%}
.listings-items>li.property .info2 {
    float: left;
    width: 21.66666667%}
}.listings-items>li.property .info2 p>span {
    letter-spacing: -1px;
}
.listings-items>li.property .info2 p i {
    vertical-align: top;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #999;
    padding-left: 5px;
}
@media (min-width:768px) {
    .listings-items>li.property .info2 {
    text-align: right;
    float: right;
}
.listings-items>li.property .info2 i, .listings-items>li.property .info2>span {
    display: block;
}
.listings-items>li.property .info2 p i {
    font-size: 14px;
}
}.listings-items>li.property .info2 button {
    display: block;
}
.listings-items>li.property .info2 button.btn-action {
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width:767px) {
    .listings-items>li.property .info2 button.btn-action {
    display: none!important;
}
}.listings-items>li.property .info2 button.favorites {
    position: absolute;
    top: -5px;
    right: 5px;
    background: 0 0;
    border: none;
    padding: 0;
    border-radius: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.listings-items>li.property .info2 button.favorites .glyphicon {
    font-size: 44px;
    line-height: 30px;
    top: 7px;
    right: 5px;
    color: #999;
}
.listings-items>li.property .info2 button.favorites.y, .listings-items>li.property .info2 button.favorites.y .glyphicon {
    color: #d00;
}
.listings-items>li.property .info2 button.favorites.y::after {
    color: #555;
}
@media (min-width:768px) {
    .listings-items>li.property .info2 button.btn-action {
    margin: 25px 0 0 auto;
}
.listings-items>li.property .info2 button.favorites .glyphicon {
    font-size: 32px;
    line-height: 30px;
    top: 10px;
}
.listings-items>li.property .info2 button.favorites {
    position: static;
    margin: 15px 0 0 auto;
}
.listings-items>li.property .info2 button.favorites::after {
    content: "Add to Favorites"}
.listings-items>li.property .info2 button.favorites.y::after {
    content: "Remove Favorite"}
}.listings-items>li.asset>div .desc {
    margin-top: 15px;
}
.listings-items>li.asset>div>a {
    float: left;
    width: 41.66666667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:768px) {
    .listings-items>li.asset>div>a {
    float: left;
    width: 33.33333333%}
}@media (min-width:992px) {
    .listings-items>li.asset>div>a {
    float: left;
    width: 25%}
}@media (min-width:1200px) {
    .listings-items>li.asset>div>a {
    float: left;
    width: 16.66666667%}
}.listings-items>li.asset>div>div {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:768px) {
    .listings-items>li.asset>div>div {
    float: left;
    width: 66.66666667%}
}@media (min-width:992px) {
    .listings-items>li.asset>div>div {
    float: left;
    width: 75%}
}@media (min-width:1200px) {
    .listings-items>li.asset>div>div {
    float: left;
    width: 83.33333333%}
}#landing.secondary {
    border-top: none;
    padding-top: 0;
}
#landing.secondary .asset-image-link-grid, #landing.secondary .asset-image-link-grid h2 {
    margin-top: 0;
}
#landing.secondary>div.asset-image-link-grid, .page-type-css-first-load #landing.secondary .asset-image-link-grid {
    margin-top: 10px;
}
#landing.secondary .category-links-wrapper, #landing.secondary .photo-and-values {
    display: none;
}
@media only screen and (min-width:1025px) {
    #landing.secondary .category-links-wrapper {
    display: block;
}
}#landing.secondary>div>a {
    height: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:992px) {
    #landing.secondary>div>a {
    float: left;
    width: 25%}
}@media (max-width:767px) {
    #landing.secondary>div>a {
    display: none!important;
}
}@media (min-width:768px)and (max-width:991px) {
    #landing.secondary>div>a {
    display: none!important;
}
}#landing.secondary>div>a img {
    height: 100%;
    width: 100%}
#landing.secondary>div .category-links {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
#landing.secondary>div .category-links h2, #landing.secondary>div .category-links h3 {
    font-size: 30px;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 2px solid #2fa4e7;
}
#landing.secondary>div.asset-image-link-grid h2 {
    display: inline-block;
    font-size: 30px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #2fa4e7;
}
.page-type-css-first-load #landing.secondary .photo-and-values, .page-type-css-first-load>section.first>a.scroll-to-listings {
    display: block;
}
.page-type-css-first-load #landing.secondary .asset-image-link-grid h2 {
    margin-top: 20px;
}
@media (min-width:768px) {
    #landing.secondary>div .category-links {
    float: left;
    width: 100%}
.photo-and-values {
    height: 200px;
}
}.photo-and-values .scroll-to-listings .txt {
    padding: 25% 25px 0;
}
.photo-and-values .value-props.horizontal {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:992px) {
    .photo-and-values {
    margin-right: 0;
}
.photo-and-values .value-props.horizontal {
    float: left;
    width: 75%}
}@media (min-width:768px) {
    .photo-and-values .value-props.horizontal {
    height: 200px;
}
}.photo-and-values .value-props.horizontal>div>div>div>div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 196px;
    overflow: hidden;
}
@media (min-width:768px) {
    .photo-and-values .value-props.horizontal>div>div>div>div {
    float: left;
    width: 33.33333333%}
}.photo-and-values .value-props.horizontal>div>div>div>div.col2 {
    text-align: center;
}
@media (min-width:1200px) {
    .photo-and-values .value-props.horizontal>div>div>div>div.col2 {
    padding-top: 30px;
}
}.photo-and-values .value-props.horizontal>div>div>div>div.col3 {
    padding: 20px 10px 0;
}
.photo-and-values .value-props.horizontal>div>div>div>div.col3 .guarantee .top {
    width: 226px;
}
.photo-and-values .value-props.horizontal>div>div>div>div.col3 .guarantee .top .pct {
    font-size: 37px;
    line-height: 36px;
}
.photo-and-values .value-props.horizontal>div>div>div>div.col3 .guarantee .top .sat {
    font-size: 14px;
}
.photo-and-values .value-props.horizontal>div>div>div>div.col3 .guarantee .top .gar {
    font-size: 16px;
    line-height: 17px;
}
@media (min-width:768px) {
    .photo-and-values .value-props.horizontal>div>div>div>div.col3 .guarantee .icn {
    margin: -30px 0 0 -35px;
}
}.photo-and-values .value-props.horizontal>div>div>div>div.col3 .guarantee .lrn {
    font-size: 15px;
}
.photo-and-values .value-props.horizontal>div>div>div>div.col3 .brb-container {
    margin-top: 10px;
}
.photo-and-values.no-photo .value-props.horizontal {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.brb-container {
    text-align: center;
}
#map-and-listings-group {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #eee;
}
#map-and-listings-group>.navbar-collapse, #map-and-listings-group>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width:768px) {
    #map-and-listings-group>.navbar-collapse, #map-and-listings-group>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}
}#map-and-listings-group:after, #map-and-listings-group:before {
    content: " ";
    display: table;
}
#map-and-listings-group>div {
    margin-left: -15px;
    margin-right: -15px;
}
#map-and-listings-group>div .locale-map-group {
    display: none!important;
    min-height: 1px;
    padding-right: 15px;
    position: fixed;
    height: 1200px;
    padding-left: 0;
}
@media (min-width:1200px) {
    #map-and-listings-group>div .locale-map-group {
    display: block!important;
}
table#map-and-listings-group>div .locale-map-group {
    display: table;
}
tr#map-and-listings-group>div .locale-map-group {
    display: table-row!important;
}
td#map-and-listings-group>div .locale-map-group, th#map-and-listings-group>div .locale-map-group {
    display: table-cell!important;
}
}@media (min-width:992px) {
    .photo-and-values.no-photo .value-props.horizontal {
    float: left;
    width: 83.33333333%;
    left: 8.33333333%}
#map-and-listings-group>div .locale-map-group {
    float: left;
    width: 41.66666667%}
}#map-and-listings-group>div .locale-map-group h2 {
    position: absolute;
    top: 10px;
    left: 30px;
    margin: 0;
    padding: 0;
    font-size: 24px;
}
#map-and-listings-group>div .locale-map-group .locale_map .locale_label {
    text-decoration: underline;
}
#listings-group .alert {
    margin-top: 50px;
    text-align: center;
}
.utils.bottom .items-description, .utils.bottom .pagination-container, .utils.bottom .sorter-container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:768px) {
    .utils.bottom .items-description, .utils.bottom .pagination-container, .utils.bottom .sorter-container {
    float: left;
    width: 50%}
}
.utils .pagination-container .pagination {
    margin-top: 0;
    margin-bottom: 0;
}
#sorter {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding: 8px;
    height: 44px;
}
#sorter:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
#sorter::-moz-placeholder {
    color: #999;
    opacity: 1;
}
#sorter:-ms-input-placeholder {
    color: #999;
}
#sorter::-webkit-input-placeholder {
    color: #999;
}
#sorter[disabled], #sorter[readonly], fieldset[disabled] #sorter {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea#sorter {
    height: auto;
}
#sorter.date-picker-input {
    background-color: #FFF;
    cursor: pointer;
}
@media (min-width:768px) {
#sorter, .utils .pagination-container .pagination {
    float: right!important;
}
}
#sorter option {
    padding: inherit;
}
.with-loc-map #listings-group {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:1200px) {
    .with-loc-map #listings-group {
    width: 58.33333333%;
    float: right!important;
    padding-left: 0;
}
.with-loc-map #listings-group .info1>h3, .with-loc-map #listings-group .info2>p {
    font-size: 18px;
}
}.with-loc-map #listings-group .listings-items>li.property>div>a, .with-loc-map #listings-group .listings-items>li.property>div>div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:1200px) {
    .with-loc-map #listings-group .listings-items>li.property>div>a, .with-loc-map #listings-group .listings-items>li.property>div>div {
    float: left;
    width: 33.33333333%}
}.with-loc-map #listings-group .listings-items>li.property>div>.info2 {
    float: right;
}
.with-loc-map #listings-group .listings-items>li.asset>div {
    margin-left: -15px;
    margin-right: -15px;
}
.with-loc-map #listings-group .listings-items>li.asset>div>a {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.with-loc-map #listings-group .listings-items>li.asset>div>div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:1200px) {
    .with-loc-map #listings-group .listings-items>li.asset>div>a {
    float: left;
    width: 33.33333333%}
.with-loc-map #listings-group .listings-items>li.asset>div>div {
    float: left;
    width: 66.66666667%}
}.category-links li, .category-links strong {
    white-space: nowrap;
}
.category-links ul {
    padding-left: 15px;
}
.category-links ul li {
    margin-top: 5px;
}
.category-links div {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0;
}
@media (min-width:768px) {
    .category-links div {
    float: left;
    width: 25%}
}html.touch .category-links strong {
    padding-left: 15px;
}
html.touch .category-links ul {
    margin-bottom: 0;
    list-style: none;
    margin-top: 10px;
    padding-left: 0!important;
}
html.touch .category-links ul>li {
    position: relative;
    display: block;
    float: none;
}
html.touch .category-links ul>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    border-radius: 4px;
}
html.touch .category-links ul>li>a:focus, html.touch .category-links ul>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
html.touch .category-links ul>li.disabled>a {
    color: #999;
}
html.touch .category-links ul>li.disabled>a:focus, html.touch .category-links ul>li.disabled>a:hover {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.filters-button-mobile, html.touch .category-links ul>li.active>a, html.touch .category-links ul>li.active>a:focus, html.touch .category-links ul>li.active>a:hover {
    background-color: #2fa4e7;
    color: #fff;
}
html.touch .category-links ul .open>a, html.touch .category-links ul .open>a:focus, html.touch .category-links ul .open>a:hover {
    background-color: #eee;
    border-color: #2fa4e7;
}
html.touch .category-links ul .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
html.touch .category-links ul>li>a>img {
    max-width: none;
}
html.touch .category-links ul>li+li {
    margin-top: 2px;
    margin-left: 0;
}
.filters-button-mobile {
    position: fixed;
    display: none;
    bottom: 92px;
    left: 12%;
    z-index: 1001;
    width: 76%;
    border-color: #2fa4e7;
    background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb',  endColorstr='#ff1d9ce5',  GradientType=0);
    filter: none;
    border-bottom: 1px solid #178acc;
    box-shadow: 1px 3px 7px rgba(0, 0, 0, .7);
}
.filters-button-mobile.active, .filters-button-mobile.focus, .filters-button-mobile:active, .filters-button-mobile:focus, .filters-button-mobile:hover, .open>.dropdown-toggle.filters-button-mobile {
    color: #fff;
    background-color: #178acc;
    border-color: #1684c2;
}
.filters-button-mobile.active, .filters-button-mobile:active, .open>.dropdown-toggle.filters-button-mobile {
    background-image: none;
}
.filters-button-mobile.disabled, .filters-button-mobile.disabled.active, .filters-button-mobile.disabled.focus, .filters-button-mobile.disabled:active, .filters-button-mobile.disabled:focus, .filters-button-mobile.disabled:hover, .filters-button-mobile[disabled], .filters-button-mobile[disabled].active, .filters-button-mobile[disabled].focus, .filters-button-mobile[disabled]:active, .filters-button-mobile[disabled]:focus, .filters-button-mobile[disabled]:hover, fieldset[disabled] .filters-button-mobile, fieldset[disabled] .filters-button-mobile.active, fieldset[disabled] .filters-button-mobile.focus, fieldset[disabled] .filters-button-mobile:active, fieldset[disabled] .filters-button-mobile:focus, fieldset[disabled] .filters-button-mobile:hover {
    background-color: #2fa4e7;
    border-color: #2fa4e7;
}
.filters-button-mobile .badge {
    color: #2fa4e7;
    background-color: #fff;
}
.filters-button-mobile .glyphicon {
    margin-right: 10px;
}
#landing.secondary>div .other-locations a, #landing.secondary>div .other-locations strong {
    display: inline-block;
    padding-right: 45px;
    margin-top: 5px;
    white-space: nowrap;
}
#landing.secondary>div .testimonial em {
    display: block;
}
.stars.small {
    background-position: 0 -380px;
    height: 16px;
    width: 100px;
}
.stars.small>div {
    background-position: 0 -400px;
    height: 16px;
}
#reviews article ul, #reviews-listings article ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
#asset-detail {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#asset-detail>.navbar-collapse, #asset-detail>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width:768px) {
    #asset-detail>.navbar-collapse, #asset-detail>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}
}#asset-detail .breadcrumb {
    display: none;
    padding: 8px 0;
    margin: 0;
    background: 0 0;
}
#asset-detail .fave-btn-container {
    text-align: right;
}
#asset-detail .vt-container {
    text-align: center;
    margin-top: 10px;
}
#asset-detail .vt-container .vt {
    display: inline-block;
    width: 150px;
    height: 31px;
    background-position: -170px 0;
    line-height: 31px;
    padding: 0 0 0 20px;
    cursor: pointer;
}
#asset-detail .socials-container {
    height: 75px;
}
#asset-detail .socials-container>div {
    margin-left: -15px;
    margin-right: -15px;
}
#asset-detail .fave-btn-container, #asset-detail .prop-id {
    display: inline-block;
    margin: 0;
}
#asset-detail h1.name {
    display: inline-block;
    margin: 20px 0 0;
    font-size: 18px;
    -webkit-transition: font .5s ease;
    -o-transition: font .5s ease;
    transition: font .5s ease;
}
#asset-detail .favorites .fave-text {
    display: none;
}
#asset-detail .favorites:active, #asset-detail .favorites:focus, #asset-detail .favorites:hover {
    background-color: #FFF;
    border: none;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#asset-detail .favorites.y .fave-text {
    display: inline;
}
#asset-detail .favorites.y .not-fave-text, #asset-detail>.main>.main .addthis_responsive_sharing {
    display: none;
}
#asset-detail .addthis_sharing_toolbox {
    margin-top: 6px;
}
#asset-detail>.main>.main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:992px) {
    .photo-and-values .scroll-to-listings {
    left: 75%}
.photo-and-values .value-props {
    right: 25%}
#asset-detail>.main>.main {
    float: left;
    width: 66.66666667%}
}#asset-detail>.main>.main>section {
    margin-top: 44px;
}
#asset-detail>.main>.main .action-buttons, #asset-detail>.main>.main .vt-container {
    margin-left: -15px;
    margin-right: -15px;
    display: none!important;
    margin-top: 15px;
}
@media (max-width:767px) {
    #asset-detail>.main>.main .action-buttons, #asset-detail>.main>.main .details, #asset-detail>.main>.main .vt-container {
    display: block!important;
}
table#asset-detail>.main>.main .action-buttons, table#asset-detail>.main>.main .details, table#asset-detail>.main>.main .vt-container {
    display: table;
}
tr#asset-detail>.main>.main .action-buttons, tr#asset-detail>.main>.main .details, tr#asset-detail>.main>.main .vt-container {
    display: table-row!important;
}
td#asset-detail>.main>.main .action-buttons, td#asset-detail>.main>.main .details, td#asset-detail>.main>.main .vt-container, th#asset-detail>.main>.main .action-buttons, th#asset-detail>.main>.main .details, th#asset-detail>.main>.main .vt-container {
    display: table-cell!important;
}
}@media (min-width:768px)and (max-width:991px) {
    #asset-detail>.main>.main .action-buttons, #asset-detail>.main>.main .details, #asset-detail>.main>.main .vt-container {
    display: block!important;
}
table#asset-detail>.main>.main .action-buttons, table#asset-detail>.main>.main .details, table#asset-detail>.main>.main .vt-container {
    display: table;
}
tr#asset-detail>.main>.main .action-buttons, tr#asset-detail>.main>.main .details, tr#asset-detail>.main>.main .vt-container {
    display: table-row!important;
}
td#asset-detail>.main>.main .action-buttons, td#asset-detail>.main>.main .details, td#asset-detail>.main>.main .vt-container, th#asset-detail>.main>.main .action-buttons, th#asset-detail>.main>.main .details, th#asset-detail>.main>.main .vt-container {
    display: table-cell!important;
}
}#asset-detail>.main>.main .details>.name {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
#asset-detail>.main>.main .details .main-features {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 7px;
}
@media (min-width:768px) {
    #asset-detail>.main>.main .details .main-features {
    float: left;
    width: 66.66666667%}
}#asset-detail>.main>.main .details .price {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 7px;
    text-align: right;
}
@media (min-width:768px) {
    #asset-detail>.main>.main .details .price {
    float: left;
    width: 33.33333333%}
}#asset-detail>.main>.main .details .price i, #asset-detail>.main>.main .details .price span {
    display: inline-block;
    line-height: 1;
}
#asset-detail>.main>.main .details .price span {
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
}
#asset-detail>.main>.main .details .price i {
    padding-left: 5px;
    font-style: normal;
    color: #999;
    vertical-align: top;
}
#asset-detail>.main>.main .action-buttons {
    text-align: center;
}
#asset-detail>.main>.main .action-buttons .btn {
    display: inline-block;
    min-width: 30%;
    margin: 0 5%}
#asset-detail>.main>.main #gallery-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
#asset-detail>.main>.main #gallery-wrapper>div {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
#asset-detail>.main>.main .gallery-preview {
    padding: 10px 20px;
}
#asset-detail>.main>.main .gallery-preview .loader {
    position: absolute;
    top: calc(50% - 64px);
    left: 0;
}
#asset-detail>.main>.main #gallery {
    margin-left: auto;
    margin-right: auto;
}
#asset-detail>.main>.main #gallery .sy-controls {
    display: block;
}
#asset-detail>.main>.main .shortcuts>li {
    float: none;
}
#asset-detail>.main>.main .shortcuts>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width:768px) {
    #asset-detail>.main>.main .shortcuts>li {
    display: table-cell;
    width: 1%}
}@media (max-width:767px) {
    #asset-detail>.main>.main .shortcuts {
    display: none!important;
}
}@media (min-width:768px)and (max-width:991px) {
    #asset-detail>.main>.main .shortcuts {
    display: none!important;
}
}
#asset-detail>.main>.main .shortcuts li a:active, #asset-detail>.main>.main .shortcuts li a:hover {
    color: #555;
}
#asset-detail>.main>.main .shortcuts.travel {
    position: fixed;
    z-index: 1020;
    left: 0;
    width: 66.6667%;
    width: calc(66.6667% + 15px);
    margin: 0 20px 0 0;
}
#asset-detail>.main>.main .special-rates-cta {
    border: 2px solid #e4e4e4;
    border-radius: 0;
    background-color: #f0f0f0;
    margin-top: 0;
    height: 75px;
    padding: 15px;
}
@media (min-width:480px) {
    #asset-detail>.main>.main .special-rates-cta {
    margin-top: 20px;
    height: 100px;
}
}#asset-detail>.main>.main .special-rates-cta:after, #asset-detail>.main>.main .special-rates-cta:before {
    content: " ";
    display: table;
}
#asset-detail>.main>.main .special-rates-cta>div {
    height: 100%;
    display: block;
}
#asset-detail>.main>.main .special-rates-cta>div.icon {
    width: 50px;
    float: left;
}
#asset-detail>.main>.main .special-rates-cta>div.icon div {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/images/ASP/themes/plain/global_css_sprite.png);
    width: 50px;
    height: 52px;
    background-position: -110px 0;
}
#asset-detail>.main>.main .special-rates-cta>div.text {
    width: 75%;
    float: right;
    font-size: 12px;
}
@media (min-width:480px) {
    #asset-detail>.main>.main .special-rates-cta>div.text {
    width: 82%;
    font-size: 14px;
}
}@media (min-width:578px) {
    #asset-detail>.main>.main .special-rates-cta>div.text {
    width: 87%;
    font-size: 14px;
}
}@media (min-width:768px) {
    #asset-detail>.main>.main .special-rates-cta>div.text {
    width: 90%}
}#asset-detail>.main>.main .special-rates-cta>div.text .phone {
    font-weight: 700;
}
#asset-detail>.main>.main .google_map {
    width: 100%;
    height: 300px;
}
#asset-detail>.main>aside {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:992px) {
    #asset-detail>.main>aside {
    float: left;
    width: 33.33333333%}
}
@media (max-width:767px) {
    #asset-detail>.main>aside>div: first-child {
    display: none!important;
}
}@media (min-width:768px)and (max-width:991px) {
    #asset-detail>.main>aside>div: first-child {
    display: none!important;
}
}
#asset-detail>.main>aside .price i {
    padding-left: 5px;
    font-style: normal;
    color: #999;
    vertical-align: top;
}
#asset-detail>.main>aside .terms a {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em;
}
@media (max-width:767px) {
    #asset-detail>.main>aside .action-buttons, #asset-detail>.main>aside .phone-group {
    display: none!important;
}
}@media (min-width:768px)and (max-width:991px) {
    #asset-detail>.main>aside .action-buttons, #asset-detail>.main>aside .phone-group {
    display: none!important;
}
}#asset-detail>.main>aside .action-buttons {
    margin-top: 20px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
#asset-detail>.main>aside .action-buttons>div {
    margin-top: 10px;
}
#asset-detail>.main>aside .action-buttons>div span {
    vertical-align: middle;
}
#asset-detail>.main>aside .action-buttons>p {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em;
}
#asset-detail>.main>aside .phone-group {
    margin-top: 0;
    font-size: 16px;
    text-align: center;
}
#asset-detail>.main>aside .phone-group a, #asset-detail>.main>aside .phone-group address, #asset-detail>.main>aside .phone-group p, #asset-detail>.main>aside .phone-group>span {
    display: inline-block;
    margin: 0;
    padding-left: 5px;
}
#asset-detail>.main>aside .phone-group a:first-child, #asset-detail>.main>aside .phone-group address:first-child, #asset-detail>.main>aside .phone-group p:first-child, #asset-detail>.main>aside .phone-group>span:first-child {
    padding-left: 0;
}
#asset-detail>.main>aside .addthis_sharing_toolbox {
    display: none;
}
#asset-detail #contact-form-group {
    margin-top: 40px;
}
#asset-detail #contact-form {
    text-align: center;
}
#asset-detail.property h1.name {
    width: 64%}
#asset-detail.property .fave-btn-container, #asset-detail.property .prop-id {
    width: 18%;
    text-align: right;
}
#asset-detail.property .prop-id {
    padding: 0;
}
#asset-detail.property .calendar {
    display: none;
    overflow-x: hidden;
}
#asset-detail.property .calendar .month .loader {
    display: none;
    position: absolute;
    top: 25px;
    left: calc(50% - 22px);
}
#asset-detail.property .calendar .month.loading .loader {
    display: block;
}
#asset-detail.property #booking-form-group-and-calendar>.disclaimer, #asset-detail.property.not-booked-online #booking-form-group-and-calendar {
    display: none;
}
#asset-detail.property .calendar {
    position: relative;
    margin: 20px 0 0;
}
#asset-detail.property .calendar .nav div {
    float: left;
    margin: 0;
}
#asset-detail.property .calendar .nav div.graphical_button.disabled {
    opacity: .25;
    cursor: default;
}
#asset-detail.property .calendar div {
    text-align: center;
    font-weight: 700;
}
#asset-detail.property .calendar .month div.last, #asset-detail.property .calendar .month div.last div {
    border-bottom: none;
}
#asset-detail.property .calendar .month div.dayNames {
    height: 25px;
    background-color: #ECF9FD;
}
#asset-detail.property .calendar .month div.dayNames div {
    height: 20px;
    padding-top: 5px;
    cursor: default;
}
#asset-detail.property .calendar .month div div {
    width: 36px;
    height: 38px;
    clear: none;
    float: left;
    font-size: 10px;
    line-height: 10px;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
#asset-detail.property .calendar .month div div.last {
    border-right: none;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    width: 38px;
}
#asset-detail.property .calendar .month div div.last div {
    width: 38px;
}
#asset-detail.property .calendar .month div div.name {
    height: 19px;
    padding-top: 5px;
    cursor: default;
}
#asset-detail.property .calendar .month div div.x {
    border-right: none;
    width: 38px;
    cursor: default;
}
#asset-detail.property .calendar .month div div div {
    float: left;
    border: 0;
    padding: 0;
    background-position: -12px -12px;
}
#asset-detail.property .calendar .month div div div.dayNum {
    float: right;
    padding: 2px 10px 0 0;
    text-align: left;
    width: 13px;
    height: 20px;
    background: 0 0;
    cursor: default;
}
#asset-detail.property .calendar .month div div.hover, #asset-detail.property .calendar .month div div.hover div.dayNum, #asset-detail.property .calendar .nav .clear-dates-link a {
    cursor: pointer;
}
#asset-detail.property .calendar .month div div div.dayNum.in, #asset-detail.property .calendar .month div div div.dayNum.out {
    background: 0 0;
    margin-top: -38px;
}
#asset-detail.property .calendar .month div div.hover div.in {
    background-position: -12px -12px;
}
#asset-detail.property .calendar #current_date_indicator {
    width: 37px;
    height: 37px;
    background: 0 0;
    position: absolute;
    display: block;
}
#asset-detail.property .calendar #current_date_indicator.visible {
    border: 4px solid #00f;
}
#asset-detail.property .calendar .calendar_tooltip {
    white-space: nowrap;
}
#asset-detail.property .calendar:after, #asset-detail.property .calendar:before {
    content: " ";
    display: table;
}
#asset-detail.property .calendar:after {
    clear: both;
}
#asset-detail.property .calendar * {
    box-sizing: content-box;
}
#asset-detail.property .calendar .nav, #asset-detail.property .calendar .status {
    margin: 0 auto;
    width: 268px;
    font-size: 14px;
}
#asset-detail.property .calendar .nav {
    position: relative;
}
#asset-detail.property .calendar .nav .arrow-button, #asset-detail.property .calendar .nav .clear-dates-link {
    position: absolute;
}
#asset-detail.property .calendar .nav .arrow-button {
    z-index: 1;
    padding: 10px 14px;
    top: 5px;
}
#asset-detail.property .calendar .nav .clear-dates-link {
    width: 100%;
    top: 30px;
    left: 0;
    text-align: center;
}
#asset-detail.property .calendar .nav .clear-dates-link .spinner-container {
    position: relative;
    margin-left: 15px;
}
#asset-detail.property .calendar .status {
    display: none;
    position: absolute;
    top: -40px;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
}
#asset-detail.property .calendar .status em {
    font-style: italic;
}
#asset-detail.property .calendar .status .check_mark {
    display: inline-block;
    margin: -5px 5px 0 0;
}
#asset-detail.property .calendar .status .glyphicon-ok {
    color: #73a839;
    margin-right: 5px;
}
#asset-detail.property .calendar .status span {
    text-align: left;
}
#asset-detail.property .calendar .status span.currency, #asset-detail.property .calendar .status span.period, #asset-detail.property .calendar .status span.rate {
    padding: 0 5px 0 0;
}
#asset-detail.property .calendar .status span.rate {
    margin: 0 0 0 22px;
    font-size: 1.5em;
    font-weight: 700;
}
#asset-detail.property .calendar .status span.rate sup {
    font-size: 60%;
    padding: 0 0 0 1px;
}
#asset-detail.property .calendar .status span.currency {
    color: #999;
}
#asset-detail.property .calendar .status .circle_loader {
    margin: 0 0 -2px;
}
#asset-detail.property .calendar .month div div.occ {
    background-color: #d8d8d8;
    cursor: not-allowed;
}
#asset-detail.property .calendar .month div div.occ div {
    cursor: not-allowed;
}
#asset-detail.property .calendar .month div div.sel {
    background-color: #18b5e5;
}
#asset-detail.property .calendar .month div div.sel:hover, #asset-detail.property .calendar .month div div[id]:hover {
    box-shadow: inset, 0, 0, 4px, 4px, #EB7810);
    cursor: pointer;
}
#asset-detail.property .calendar .month div div.sel:hover div, #asset-detail.property .calendar .month div div[id]:hover div {
    cursor: pointer;
}
#asset-detail.property .calendar .month div div[id]:hover>div.out.occ, #asset-detail.property .calendar .month div div[id]:hover>div.out.sel {
    box-shadow: inset, 0, 0, 4px, 4px, #EB7810;
}
#asset-detail.property .calendar .month div div div.in, #asset-detail.property .calendar .month div div div.out {
    /*background-image: url(/images/ASP/themes/plain/global_css_sprite.png);*/
    background-repeat: no-repeat;
}
#asset-detail.property .calendar .month div div div.in.occ, #asset-detail.property .calendar .month div div div.in.sel {
    background-color: transparent;
}
#asset-detail.property .calendar .month div div div.sel {
    background-position: -212px -50px;
}
#asset-detail.property .calendar .month div div div.occ {
    background-position: -262px -50px;
}
#asset-detail.property .calendar .month div div div.out {
    background-position: -312px -50px;
}
#asset-detail.other h1.name {
    width: 90%}
@media (min-width:480px) {
    #asset-detail>.main .main .addthis_responsive_sharing, #asset-detail>.main .main .breadcrumb {
    display: block;
}
#asset-detail>.main .main .fave-btn-container {
    margin: 0;
}
#asset-detail>.main .main .details .main-features {
    font-size: 15px;
}
#asset-detail>.main .main .addthis_sharing_toolbox {
    display: none;
}
}@media (min-width:578px) {
    #asset-detail.property h1.name {
    width: 80%}
#asset-detail.property .fave-btn-container, #asset-detail.property .prop-id {
    width: 10%}
#asset-detail>.main .main .details .main-features {
    font-size: 17px;
}
#asset-detail>.main .main .details .price span {
    font-size: 22px;
}
#asset-detail>.main .main .details .price i {
    font-size: 14px;
}
}@media (min-width:992px) {
    #asset-detail.property.not-booked-online #booking-form-group-and-calendar {
    display: block;
}
#asset-detail #contact-form-group {
    padding-top: 10px;
}
#asset-detail>.main aside.travel {
    position: fixed;
    z-index: 1021;
    top: 56px;
    right: 0;
}
#asset-detail>.main aside.travel>div:first-child {
    display: none;
}
}
@media (min-width:1200px) {
}#asset-detail .action-buttons .phone {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
#features_and_amenities .table {
    width: 100%;
    margin-bottom: 20px;
}
#features_and_amenities td, #features_and_amenities th {
    width: 50%}
#features_and_amenities th {
    border-bottom: 1px solid #ddd;
}
#features_and_amenities th h3 {
    margin: 0;
    font-size: 16px;
    color: #555;
    text-align: left;
}
#features_and_amenities td {
    border: none;
}
#booking-form-group {
    display: none;
}
#booking-form-group .form-control, #booking-form-group .input-group-addon {
    padding: 8px 5px;
}
#similar-assets {
    display: none!important;
}
@media (min-width:992px)and (max-width:1199px) {
    #similar-assets {
    display: block!important;
}
table#similar-assets {
    display: table;
}
tr#similar-assets {
    display: table-row!important;
}
td#similar-assets, th#similar-assets {
    display: table-cell!important;
}
}@media (min-width:1200px) {
    #similar-assets {
    display: block!important;
}
table#similar-assets {
    display: table;
}
tr#similar-assets {
    display: table-row!important;
}
td#similar-assets, th#similar-assets {
    display: table-cell!important;
}
}#similar-assets>h2 {
    margin-top: 10px;
    margin-bottom: 20px;
}
#similar-assets .listings-items>li .photo {
    position: static;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}
#similar-assets .listings-items>li>div .info1 .phone, #similar-assets .listings-items>li>div .info2 button {
    display: none;
}
#similar-assets .listings-items>li>div>a {
    max-width: none;
}
#similar-assets .listings-items>li>div .info1 h3 {
    padding-top: 10px;
}
#similar-assets .listings-items>li>div .info1 ul {
    position: static;
    width: auto;
    margin: 5px auto 0;
}
#similar-assets .listings-items>li>div .info2 {
    margin-top: 15px;
}
.blockUI {
    background-color: #000;
}
#asset-detail>.main .main .shortcuts li a:active, #asset-detail>.main .main .shortcuts li a:hover {
    color: #fff;
}
#footer-content>.navbar-collapse, #footer-content>.navbar-header, footer>.navbar-collapse, footer>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width:768px) {
    #footer-content>.navbar-collapse, #footer-content>.navbar-header, footer>.navbar-collapse, footer>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}
}#footer-content .site-logo, footer .site-logo {
    margin: 0 auto;
}
#footer-content>div>.aside, #footer-content>div>aside, footer>div>.aside, footer>div>aside {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:992px) {
    #footer-content>div>.aside, #footer-content>div>aside, footer>div>.aside, footer>div>aside {
    float: left;
    width: 25%}
}@media (min-width:1200px) {
    #footer-content>div>.aside, #footer-content>div>aside, footer>div>.aside, footer>div>aside {
    float: left;
    width: 16.66666667%;
    margin-left: 16.66666667%}
}@media (min-width:992px) {
    #footer-content>div>.aside, #footer-content>div>aside, footer>div>.aside, footer>div>aside {
    margin-top: 100px;
    border-right: 1px solid #f2f2f2;
}
}#footer-content>div>.aside>div>p, #footer-content>div>aside>div>p, footer>div>.aside>div>p, footer>div>aside>div>p {
    margin: 30px 0 0;
    text-align: center;
    line-height: 1;
}
#footer-content>div>.aside .addthis, #footer-content>div>aside .addthis, footer>div>.aside .addthis, footer>div>aside .addthis {
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#footer-content>div>.section, #footer-content>div>section, footer>div>.section, footer>div>section {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    text-align: center;
}
@media (min-width:992px) {
    #footer-content>div>.section, #footer-content>div>section, footer>div>.section, footer>div>section {
    float: left;
    width: 75%}
}@media (min-width:1200px) {
    #footer-content>div>.section, #footer-content>div>section, footer>div>.section, footer>div>section {
    float: left;
    width: 50%}
}#footer-content>div>.section>div, #footer-content>div>section>div, footer>div>.section>div, footer>div>section>div {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px;
}
#footer-content>div>.section>div address, #footer-content>div>.section>div>div, #footer-content>div>section>div address, #footer-content>div>section>div>div, footer>div>.section>div address, footer>div>.section>div>div, footer>div>section>div address, footer>div>section>div>div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:992px) {
    #footer-content>div>.section>div address, #footer-content>div>.section>div>div, #footer-content>div>section>div address, #footer-content>div>section>div>div, footer>div>.section>div address, footer>div>.section>div>div, footer>div>section>div address, footer>div>section>div>div {
    float: left;
    width: 100%}
}#footer-content>div>.section .btn, #footer-content>div>section .btn, footer>div>.section .btn, footer>div>section .btn {
    white-space: normal;
    color: #2fa4e7;
    background-color: #fff;
    border-color: #2fa4e7;
}
#footer-content>div>.section .links a, #footer-content>div>section .links a, footer>div>.section .links a, footer>div>section .links a {
    margin: 32px 0;
    padding: 15px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 6px;
}
@media (min-width:768px) {
    #footer-content>div>.section .links a, #footer-content>div>section .links a, footer>div>.section .links a, footer>div>section .links a {
    border: none;
    margin: 0;
    padding: 0 15px;
    font-size: 14px;
    display: inline-block;
}
}#footer-content>div>.section p, #footer-content>div>section p, footer>div>.section p, footer>div>section p {
    text-align: left;
}
#footer-content>div>.section .trust-logos, #footer-content>div>section .trust-logos, footer>div>.section .trust-logos, footer>div>section .trust-logos {
    justify-content: space-around;
}
#footer-content>div>.aside .addthis, #footer-content>div>aside .addthis, footer>div>.aside .addthis, footer>div>aside .addthis {
    width: 75px;
}
#footer-content>div>.section .btn.active, #footer-content>div>.section .btn.focus, #footer-content>div>.section .btn:active, #footer-content>div>.section .btn:focus, #footer-content>div>.section .btn:hover, #footer-content>div>section .btn.active, #footer-content>div>section .btn.focus, #footer-content>div>section .btn:active, #footer-content>div>section .btn:focus, #footer-content>div>section .btn:hover, .open>.dropdown-toggle#footer-content>div>.section .btn, .open>.dropdown-toggle#footer-content>div>section .btn, .open>.dropdown-togglefooter>div>.section .btn, .open>.dropdown-togglefooter>div>section .btn, footer>div>.section .btn.active, footer>div>.section .btn.focus, footer>div>.section .btn:active, footer>div>.section .btn:focus, footer>div>.section .btn:hover, footer>div>section .btn.active, footer>div>section .btn.focus, footer>div>section .btn:active, footer>div>section .btn:focus, footer>div>section .btn:hover {
    color: #2fa4e7;
    background-color: #e6e6e6;
    border-color: #1684c2;
}
#footer-content>div>.section .btn.active, #footer-content>div>.section .btn:active, #footer-content>div>section .btn.active, #footer-content>div>section .btn:active, .open>.dropdown-toggle#footer-content>div>.section .btn, .open>.dropdown-toggle#footer-content>div>section .btn, .open>.dropdown-togglefooter>div>.section .btn, .open>.dropdown-togglefooter>div>section .btn, footer>div>.section .btn.active, footer>div>.section .btn:active, footer>div>section .btn.active, footer>div>section .btn:active {
    background-image: none;
}
#footer-content>div>.section .btn.disabled, #footer-content>div>.section .btn.disabled.active, #footer-content>div>.section .btn.disabled.focus, #footer-content>div>.section .btn.disabled:active, #footer-content>div>.section .btn.disabled:focus, #footer-content>div>.section .btn.disabled:hover, #footer-content>div>.section .btn[disabled], #footer-content>div>.section .btn[disabled].active, #footer-content>div>.section .btn[disabled].focus, #footer-content>div>.section .btn[disabled]:active, #footer-content>div>.section .btn[disabled]:focus, #footer-content>div>.section .btn[disabled]:hover, #footer-content>div>section .btn.disabled, #footer-content>div>section .btn.disabled.active, #footer-content>div>section .btn.disabled.focus, #footer-content>div>section .btn.disabled:active, #footer-content>div>section .btn.disabled:focus, #footer-content>div>section .btn.disabled:hover, #footer-content>div>section .btn[disabled], #footer-content>div>section .btn[disabled].active, #footer-content>div>section .btn[disabled].focus, #footer-content>div>section .btn[disabled]:active, #footer-content>div>section .btn[disabled]:focus, #footer-content>div>section .btn[disabled]:hover, fieldset[disabled] #footer-content>div>.section .btn, fieldset[disabled] #footer-content>div>.section .btn.active, fieldset[disabled] #footer-content>div>.section .btn.focus, fieldset[disabled] #footer-content>div>.section .btn:active, fieldset[disabled] #footer-content>div>.section .btn:focus, fieldset[disabled] #footer-content>div>.section .btn:hover, fieldset[disabled] #footer-content>div>section .btn, fieldset[disabled] #footer-content>div>section .btn.active, fieldset[disabled] #footer-content>div>section .btn.focus, fieldset[disabled] #footer-content>div>section .btn:active, fieldset[disabled] #footer-content>div>section .btn:focus, fieldset[disabled] #footer-content>div>section .btn:hover, fieldset[disabled] footer>div>.section .btn, fieldset[disabled] footer>div>.section .btn.active, fieldset[disabled] footer>div>.section .btn.focus, fieldset[disabled] footer>div>.section .btn:active, fieldset[disabled] footer>div>.section .btn:focus, fieldset[disabled] footer>div>.section .btn:hover, fieldset[disabled] footer>div>section .btn, fieldset[disabled] footer>div>section .btn.active, fieldset[disabled] footer>div>section .btn.focus, fieldset[disabled] footer>div>section .btn:active, fieldset[disabled] footer>div>section .btn:focus, fieldset[disabled] footer>div>section .btn:hover, footer>div>.section .btn.disabled, footer>div>.section .btn.disabled.active, footer>div>.section .btn.disabled.focus, footer>div>.section .btn.disabled:active, footer>div>.section .btn.disabled:focus, footer>div>.section .btn.disabled:hover, footer>div>.section .btn[disabled], footer>div>.section .btn[disabled].active, footer>div>.section .btn[disabled].focus, footer>div>.section .btn[disabled]:active, footer>div>.section .btn[disabled]:focus, footer>div>.section .btn[disabled]:hover, footer>div>section .btn.disabled, footer>div>section .btn.disabled.active, footer>div>section .btn.disabled.focus, footer>div>section .btn.disabled:active, footer>div>section .btn.disabled:focus, footer>div>section .btn.disabled:hover, footer>div>section .btn[disabled], footer>div>section .btn[disabled].active, footer>div>section .btn[disabled].focus, footer>div>section .btn[disabled]:active, footer>div>section .btn[disabled]:focus, footer>div>section .btn[disabled]:hover {
    background-color: #fff;
    border-color: #2fa4e7;
}
#footer-content>div>.section .btn .badge, #footer-content>div>section .btn .badge, footer>div>.section .btn .badge, footer>div>section .btn .badge {
    color: #fff;
    background-color: #2fa4e7;
}
#footer-content .hasp_logo, footer .hasp_logo {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
    text-align: center;
}
@media (min-width:768px) {
    #footer-content .hasp_logo, footer .hasp_logo {
    float: left;
    width: 50%;
    margin-left: 25%}
}#footer-content .hasp_logo img, footer .hasp_logo img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 2px solid #000;
    margin: 0 auto;
}
footer {
    border-top: 2px solid #666;
}
 
.listings-items>li.property .info2 button.btn.btn-action.book-online-action {
    
    background-color:  transparent !important;
    
    color:  #fff;
    
    background-image:  url(/images/ASP/button1.png);
    
    width:  100%;
    
    text-indent:  -9999999px;
    
    background-size: contain;
    
    border:  0;
    
	background-position: right center;
     
	border-radius: 0 !important;
    
	height: 56px;
    
	margin-top: 15px;
    
}
.listings-items>li.property .info2 button {
    width: 245px;
     font-size: 17px;
}

.listings-items>li.property .info2 button.btn.btn-action.book-online-action:hover {
}

.listings-items>li.property .info2 button.favorites {
    text-align: right;
     float: none;
}
 

/*===========Cookie Richer==================*/
.richCookie  {
    
	position:  fixed;
    
	bottom:  0;
    
	width:  100%;
    
	background:  #0b3456;
    
	padding:  8px 0px;
    
	z-index:  999;
    
	text-align:  center;
    
}
.richCookie .richCookie_text  {
    
	color:  #fff;
    
	display:  inline-block;
    
	width:  80%;
    
	margin:  0 auto;
    
}
.richCookie_button  {
    
	margin-top:  5px;
    
}
.richCookie .richCookie_button a  {
    
	background:  #071c2d;
    
	color:  #fff;
    
	padding:  6px 20px;
    
	display:  inline-block;
    
	font-size:  13px;
    
}